@charset "utf-8";

:root {
	--brand-navy: #0b2b4b;
	--brand-navy-2: #123d66;
	--brand-blue: #135ea8;
	--brand-blue-light: #eaf3fb;
	--brand-gold: #f2b51d;
	--brand-ink: #172536;
	--brand-muted: #657789;
	--brand-line: #dce5ed;
	--brand-surface: #f5f8fb;
	--brand-white: #fff;
	--brand-shadow: 0 18px 45px rgba(15, 43, 72, .09);
}

html { scroll-behavior: smooth; }
body { color: var(--brand-ink); background: var(--brand-white); -webkit-font-smoothing: antialiased; }
.brand-skip-link { position: fixed; top: -80px; left: 16px; z-index: 9999; padding: 10px 16px; color: #fff; background: var(--brand-blue); border-radius: 0 0 6px 6px; }
.brand-skip-link:focus { top: 0; color: #fff; }

/* Header */
.brand-header { z-index: 1050; }
.brand-navbar { min-height: 76px; padding: 0; background: rgba(255, 255, 255, .98); border-bottom: 1px solid rgba(12, 43, 75, .08); box-shadow: 0 6px 24px rgba(15, 43, 72, .07); }
.brand-logo { display: flex; align-items: center; height: 76px; margin-right: 34px; padding: 10px 0; }
.brand-logo img { display: block; width: auto; max-width: 330px; height: 52px; object-fit: contain; }
.brand-nav-list { align-items: center; }
.brand-nav-list .nav-item { margin: 0 2px; }
.brand-nav-list .nav-link { position: relative; padding: 27px 13px !important; color: #35485b !important; font-size: 15px; font-weight: 500; white-space: nowrap; }
.brand-nav-list .nav-link::after { content: ""; position: absolute; right: 13px; bottom: 17px; left: 13px; height: 2px; background: var(--brand-blue); transform: scaleX(0); transform-origin: center; transition: transform .2s ease; }
.brand-nav-list .nav-item.active .nav-link,
.brand-nav-list .nav-link:hover { color: var(--brand-blue) !important; }
.brand-nav-list .nav-item.active .nav-link::after,
.brand-nav-list .nav-link:hover::after { transform: scaleX(1); }
.brand-header-cta { display: inline-flex; align-items: center; gap: 7px; margin-left: 16px; padding: 10px 17px; color: #fff; font-size: 14px; font-weight: 600; background: var(--brand-blue); border-radius: 5px; box-shadow: 0 8px 20px rgba(19, 94, 168, .2); }
.brand-header-cta:hover { color: #fff; background: var(--brand-navy); text-decoration: none; transform: translateY(-1px); }
.brand-header-spacer { height: 76px; }

/* Common hero and layout */
.brand-hero { position: relative; display: flex; align-items: center; min-height: 330px; overflow: hidden; background: var(--brand-navy); }
.brand-hero--compact { min-height: 260px; }
.brand-hero-media { position: absolute; inset: 0; background-position: center; background-size: cover; transform: scale(1.02); }
.brand-hero::before { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, rgba(7, 30, 53, .94) 0%, rgba(11, 43, 75, .82) 46%, rgba(11, 43, 75, .28) 100%); }
.brand-hero::after { content: ""; position: absolute; right: -130px; bottom: -220px; z-index: 1; width: 520px; height: 520px; border: 1px solid rgba(255, 255, 255, .14); border-radius: 50%; box-shadow: 0 0 0 70px rgba(255, 255, 255, .025), 0 0 0 140px rgba(255, 255, 255, .02); }
.brand-hero-content { position: relative; z-index: 2; padding-top: 58px; padding-bottom: 58px; color: #fff; }
.brand-hero-content h1 { margin: 12px 0 14px; color: #fff; font-size: clamp(34px, 4vw, 52px); font-weight: 700; line-height: 1.2; letter-spacing: .02em; }
.brand-hero-content p { max-width: 690px; margin: 0; color: rgba(255, 255, 255, .82); font-size: 17px; line-height: 1.9; }
.brand-eyebrow { display: inline-flex; align-items: center; gap: 9px; color: var(--brand-blue); font-size: 12px; font-weight: 700; line-height: 1.4; letter-spacing: .16em; text-transform: uppercase; }
.brand-eyebrow::before { content: ""; width: 26px; height: 2px; background: var(--brand-gold); }
.brand-eyebrow--light { color: rgba(255, 255, 255, .76); }
.brand-breadcrumb { color: #536c7f; font-size: 13px; background: #fff; border-bottom: 1px solid var(--brand-line); }
.brand-breadcrumb .container { display: flex; align-items: center; min-height: 52px; }
.brand-breadcrumb i { margin-right: 10px; color: var(--brand-blue); }
.brand-breadcrumb a { color: #52687c; }
.brand-breadcrumb a:hover { color: var(--brand-blue); }
.brand-breadcrumb strong { margin-left: 4px; color: var(--brand-ink); }
.brand-section { padding: 76px 0; }
.brand-section--tight { padding: 58px 0; }
.brand-section--muted { background: var(--brand-surface); }
.brand-section--navy { color: #fff; background: var(--brand-navy); }
.brand-section-heading { max-width: 760px; margin: 0 auto 42px; text-align: center; }
.brand-section-heading--left { max-width: none; margin-left: 0; text-align: left; }
.brand-section-heading h2 { margin: 10px 0 12px; color: var(--brand-ink); font-size: clamp(28px, 3vw, 38px); font-weight: 700; line-height: 1.3; }
.brand-section-heading p { margin: 0; color: var(--brand-muted); font-size: 15px; line-height: 1.9; }
.brand-section-heading--light h2 { color: #fff; }
.brand-section-heading--light p { color: rgba(255, 255, 255, .68); }
.brand-button-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.brand-button { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 46px; padding: 11px 24px; color: #fff; font-size: 14px; font-weight: 600; background: var(--brand-blue); border: 1px solid var(--brand-blue); border-radius: 5px; transition: all .2s ease; }
.brand-button:hover { color: #fff; background: var(--brand-navy); border-color: var(--brand-navy); text-decoration: none; transform: translateY(-1px); box-shadow: 0 10px 24px rgba(11, 43, 75, .16); }
.brand-button--ghost { color: var(--brand-blue); background: transparent; border-color: #b9cce0; }
.brand-button--ghost:hover { color: #fff; }
.brand-button--light { color: var(--brand-navy); background: #fff; border-color: #fff; }
.brand-button--light:hover { color: #fff; background: transparent; border-color: rgba(255, 255, 255, .7); }
.brand-text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--brand-blue); font-size: 14px; font-weight: 600; }
.brand-text-link i { transition: transform .2s ease; }
.brand-text-link:hover { color: var(--brand-navy); text-decoration: none; }
.brand-text-link:hover i { transform: translateX(4px); }

/* Products */
.product-category-nav { display: flex; flex-wrap: wrap; justify-content: center; gap: 9px; margin-bottom: 38px; padding: 18px; background: var(--brand-surface); border: 1px solid var(--brand-line); border-radius: 10px; }
.product-category-link { padding: 9px 14px; color: #455b70; font-size: 13px; background: #fff; border: 1px solid #d9e3ec; border-radius: 4px; }
.product-category-link:hover,
.product-category-link.is-active { color: #fff; background: var(--brand-blue); border-color: var(--brand-blue); text-decoration: none; box-shadow: 0 7px 15px rgba(19, 94, 168, .14); }
.product-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.product-grid--three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.product-card { display: flex; flex-direction: column; min-width: 0; overflow: hidden; background: #fff; border: 1px solid var(--brand-line); border-radius: 10px; transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.product-card:hover { border-color: #c6d7e7; transform: translateY(-5px); box-shadow: var(--brand-shadow); }
.product-card-media { position: relative; display: flex; align-items: center; justify-content: center; height: 245px; padding: 20px; overflow: hidden; background: linear-gradient(145deg, #fbfdff, #f2f6f9); }
.product-card-media::after { content: ""; position: absolute; right: 0; bottom: 0; width: 58px; height: 3px; background: var(--brand-gold); transition: width .25s ease; }
.product-card:hover .product-card-media::after { width: 100%; }
.product-card-media img { max-width: 92%; max-height: 92%; object-fit: contain; transition: transform .3s ease; }
.product-card:hover .product-card-media img { transform: scale(1.035); }
.product-card-body { display: flex; flex: 1; flex-direction: column; padding: 24px; }
.product-card-category { color: var(--brand-blue); font-size: 12px; font-weight: 600; letter-spacing: .05em; }
.product-card h3 { margin: 8px 0 12px; font-size: 18px; font-weight: 650; line-height: 1.55; }
.product-card h3 a { color: var(--brand-ink); }
.product-card h3 a:hover { color: var(--brand-blue); text-decoration: none; }
.product-card p { flex: 1; min-height: 52px; margin: 0 0 18px; color: var(--brand-muted); font-size: 13px; line-height: 1.75; }
.brand-capability-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.brand-capability-grid > div { padding: 32px; background: #fff; border: 1px solid var(--brand-line); border-radius: 8px; }
.brand-capability-grid i { display: flex; align-items: center; justify-content: center; width: 48px; height: 48px; color: #fff; font-size: 20px; background: var(--brand-blue); border-radius: 7px; }
.brand-capability-grid h3 { margin: 22px 0 10px; font-size: 19px; font-weight: 650; }
.brand-capability-grid p { margin: 0; color: var(--brand-muted); font-size: 14px; line-height: 1.8; }
.brand-pagination { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; margin-top: 42px; }
.brand-pagination a,
.brand-pagination span { display: inline-flex; align-items: center; justify-content: center; min-width: 38px; height: 38px; padding: 0 12px; color: #50657a; font-size: 13px; background: #fff; border: 1px solid var(--brand-line); border-radius: 4px; }
.brand-pagination a:hover,
.brand-pagination .page-num-current { color: #fff; background: var(--brand-blue); border-color: var(--brand-blue); text-decoration: none; }
.brand-cta { padding: 56px 0; color: #fff; background: linear-gradient(110deg, var(--brand-blue), var(--brand-navy)); }
.brand-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 36px; }
.brand-cta h2 { margin: 8px 0 8px; color: #fff; font-size: 30px; font-weight: 700; }
.brand-cta p { margin: 0; color: rgba(255, 255, 255, .72); line-height: 1.8; }
.product-spotlight { display: grid; grid-template-columns: minmax(0, 46%) minmax(0, 54%); overflow: hidden; background: #fff; border: 1px solid var(--brand-line); border-radius: 12px; box-shadow: var(--brand-shadow); }
.product-spotlight-media { display: flex; align-items: center; justify-content: center; min-height: 470px; padding: 42px; background: linear-gradient(145deg, #f8fbfd, #edf3f8); }
.product-spotlight-media img { max-width: 100%; max-height: 390px; object-fit: contain; }
.product-spotlight-copy { align-self: center; padding: 52px; }
.product-spotlight-copy h1 { margin: 12px 0 18px; color: var(--brand-ink); font-size: clamp(28px, 3vw, 42px); font-weight: 700; line-height: 1.35; }
.product-lead { margin: 0; color: var(--brand-muted); font-size: 15px; line-height: 1.9; }
.product-assurance { display: flex; flex-wrap: wrap; gap: 9px 18px; margin-top: 24px; color: #415970; font-size: 13px; }
.product-assurance i { margin-right: 5px; color: var(--brand-blue); }
.product-detail-layout,
.case-detail-layout { display: grid; grid-template-columns: minmax(0, 1fr) 300px; align-items: start; gap: 28px; }
.brand-content-card { min-width: 0; padding: 42px; background: #fff; border: 1px solid var(--brand-line); border-radius: 10px; }
.brand-content-card--wide { max-width: 1060px; margin: 0 auto; }
.brand-content-card-heading { margin-bottom: 28px; padding-bottom: 18px; border-bottom: 1px solid var(--brand-line); }
.brand-content-card-heading h2 { margin: 7px 0 0; font-size: 27px; font-weight: 700; }
.brand-richtext { color: #384b5d; font-size: 15px; line-height: 1.9; word-break: break-word; }
.brand-richtext::after { content: ""; display: block; clear: both; }
.brand-richtext h1,
.brand-richtext h2,
.brand-richtext h3,
.brand-richtext h4 { margin: 1.5em 0 .7em; color: var(--brand-ink); font-weight: 650; line-height: 1.5; }
.brand-richtext p { margin: 0 0 1em; }
.brand-richtext img { max-width: 100% !important; height: auto !important; }
.brand-richtext table { display: block; max-width: 100%; margin: 20px 0; overflow-x: auto; border-collapse: collapse; }
.brand-richtext td,
.brand-richtext th { min-width: 90px; padding: 9px 12px; border: 1px solid var(--brand-line); }
.product-service-card { position: sticky; top: 98px; padding: 30px; background: var(--brand-navy); border-radius: 10px; box-shadow: var(--brand-shadow); }
.product-service-card h2 { margin: 9px 0 20px; color: #fff; font-size: 23px; font-weight: 650; }
.product-service-card p { color: rgba(255, 255, 255, .7); font-size: 14px; line-height: 1.85; }
.product-service-card ul { margin: 0 0 24px; }
.product-service-card li { display: flex; align-items: center; gap: 12px; padding: 13px 0; color: rgba(255, 255, 255, .8); border-bottom: 1px solid rgba(255, 255, 255, .1); }
.product-service-card li b { color: var(--brand-gold); font-size: 12px; }
.product-service-card .brand-text-link { color: #fff; }
.brand-prev-next { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 34px; padding-top: 24px; color: var(--brand-muted); font-size: 13px; border-top: 1px solid var(--brand-line); }
.brand-prev-next > div:last-child { text-align: right; }
.brand-prev-next a { color: #415a70; }
.brand-prev-next a:hover { color: var(--brand-blue); }

/* Cases */
.case-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 26px; }
.case-card { overflow: hidden; background: #fff; border: 1px solid var(--brand-line); border-radius: 10px; transition: transform .25s ease, box-shadow .25s ease; }
.case-card:hover { transform: translateY(-5px); box-shadow: var(--brand-shadow); }
.case-card-media { position: relative; display: block; height: 310px; overflow: hidden; background: #edf2f6; }
.case-card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.case-card-media span { position: absolute; right: 16px; bottom: 16px; padding: 7px 12px; color: #fff; font-size: 12px; background: rgba(11, 43, 75, .86); border-radius: 3px; }
.case-card:hover .case-card-media img { transform: scale(1.035); }
.case-card-body { padding: 26px; }
.case-card h3 { margin: 9px 0 12px; font-size: 21px; font-weight: 650; }
.case-card h3 a { color: var(--brand-ink); }
.case-card h3 a:hover { color: var(--brand-blue); text-decoration: none; }
.case-card-meta { display: flex; flex-wrap: wrap; gap: 7px; margin: 18px 0 22px; }
.case-card-meta span { padding: 5px 9px; color: var(--brand-blue); font-size: 12px; line-height: 1.4; background: var(--brand-blue-soft); border-radius: 3px; }
.case-process { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.case-process > div { position: relative; padding: 26px; background: rgba(255, 255, 255, .06); border: 1px solid rgba(255, 255, 255, .12); border-radius: 8px; }
.case-process b { color: var(--brand-gold); font-size: 13px; letter-spacing: .12em; }
.case-process h3 { margin: 22px 0 10px; color: #fff; font-size: 19px; }
.case-process p { margin: 0; color: rgba(255, 255, 255, .65); font-size: 13px; line-height: 1.75; }
.case-spotlight { display: grid; grid-template-columns: minmax(0, 44%) minmax(0, 56%); overflow: hidden; background: #fff; border: 1px solid var(--brand-line); border-radius: 12px; box-shadow: var(--brand-shadow); }
.case-spotlight-media { height: 520px; overflow: hidden; background: #eef3f7; }
.case-spotlight-media img { width: 100%; height: 100%; object-fit: cover; }
.case-spotlight-copy { align-self: center; padding: 56px; }
.case-spotlight-copy h1 { margin: 12px 0 18px; font-size: clamp(29px, 3vw, 42px); font-weight: 700; }
.case-spotlight-copy > p { color: var(--brand-muted); font-size: 15px; line-height: 1.9; }
.case-focus { display: flex; flex-wrap: wrap; gap: 8px; margin: 25px 0 30px; }
.case-focus span { padding: 8px 13px; color: var(--brand-blue); font-size: 12px; background: var(--brand-blue-light); border-radius: 3px; }
.brand-back-link { margin-top: 28px; text-align: center; }
.brand-back-link a { color: var(--brand-blue); font-weight: 600; }

/* News */
.news-category-tabs { display: flex; width: min(100%, 520px); margin: 0 auto 48px; padding: 5px; background: var(--brand-surface); border: 1px solid var(--brand-line); border-radius: 7px; }
.news-category-tab { flex: 1; padding: 11px 18px; color: var(--brand-blue); font-size: 15px; font-weight: 600; text-align: center; border-radius: 4px; }
.news-category-tab:hover,
.news-category-tab.is-active { color: #fff; background: var(--brand-blue); text-decoration: none; box-shadow: 0 7px 18px rgba(19, 94, 168, .18); }
.news-list { display: grid; gap: 16px; }
.news-card { display: grid; grid-template-columns: 86px 1fr; gap: 26px; padding: 28px; background: #fff; border: 1px solid var(--brand-line); border-radius: 8px; transition: transform .2s ease, box-shadow .2s ease; }
.news-card:hover { transform: translateY(-2px); box-shadow: var(--brand-shadow); }
.news-card time { display: flex; flex-direction: column; align-items: center; justify-content: center; height: 82px; color: #fff; background: var(--brand-navy); border-radius: 6px; }
.news-card time b { font-size: 29px; line-height: 1; }
.news-card time span { margin-top: 8px; color: rgba(255, 255, 255, .7); font-size: 11px; }
.news-card-category { color: var(--brand-blue); font-size: 12px; font-weight: 600; }
.news-card h3 { margin: 6px 0 9px; font-size: 20px; font-weight: 650; line-height: 1.5; }
.news-card h3 a { color: var(--brand-ink); }
.news-card h3 a:hover { color: var(--brand-blue); text-decoration: none; }
.news-card p { margin: 0 0 12px; color: var(--brand-muted); font-size: 13px; line-height: 1.75; }
.news-article { max-width: 920px; margin: 0 auto; padding: 48px 56px; background: #fff; border: 1px solid var(--brand-line); border-radius: 10px; box-shadow: var(--brand-shadow); }
.news-article-header { margin-bottom: 34px; padding-bottom: 28px; text-align: center; border-bottom: 1px solid var(--brand-line); }
.news-article-header h1 { margin: 12px 0 14px; font-size: clamp(27px, 3vw, 38px); font-weight: 700; line-height: 1.45; }
.news-article-header time { color: #82909e; font-size: 13px; }

/* About and contact */
.brand-value-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.brand-value-grid > div { position: relative; padding: 36px; overflow: hidden; background: #fff; border: 1px solid var(--brand-line); border-radius: 9px; box-shadow: 0 12px 32px rgba(15, 43, 72, .06); }
.brand-value-grid span { color: var(--brand-gold); font-size: 12px; font-weight: 700; letter-spacing: .12em; }
.brand-value-grid h3 { margin: 26px 0 10px; font-size: 25px; font-weight: 700; }
.brand-value-grid p { margin: 0; color: var(--brand-muted); font-size: 14px; line-height: 1.85; }
.brand-value-grid > div::after { content: ""; position: absolute; right: -18px; bottom: -18px; width: 86px; height: 86px; border: 14px solid var(--brand-blue-light); border-radius: 50%; }
.about-richtext { font-size: 16px; }
.contact-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.contact-card { display: flex; flex-direction: column; min-height: 246px; padding: 32px; color: inherit; background: #fff; border: 1px solid var(--brand-line); border-radius: 9px; transition: transform .2s ease, box-shadow .2s ease; }
.contact-card:hover { color: inherit; text-decoration: none; transform: translateY(-4px); box-shadow: var(--brand-shadow); }
.contact-card > i { display: flex; align-items: center; justify-content: center; width: 48px; height: 48px; margin-bottom: 28px; color: #fff; font-size: 20px; background: var(--brand-blue); border-radius: 7px; }
.contact-card span { color: var(--brand-muted); font-size: 12px; letter-spacing: .08em; }
.contact-card strong { margin: 9px 0 11px; color: var(--brand-ink); font-size: 18px; font-weight: 650; line-height: 1.55; }
.contact-card small { color: #8b99a6; font-size: 12px; }
.contact-cooperation { display: grid; grid-template-columns: 1fr 290px; align-items: center; gap: 70px; }
.contact-cooperation h2 { margin: 11px 0 16px; font-size: 34px; font-weight: 700; }
.contact-cooperation p { color: var(--brand-muted); line-height: 1.9; }
.contact-cooperation ul { margin: 22px 0 28px; }
.contact-cooperation li { margin: 11px 0; color: #40566b; }
.contact-cooperation li i { margin-right: 10px; color: var(--brand-blue); }
.contact-qr { padding: 28px; text-align: center; background: #fff; border: 1px solid var(--brand-line); border-radius: 9px; box-shadow: var(--brand-shadow); }
.contact-qr img { width: 190px; height: 190px; object-fit: cover; }
.contact-qr strong,
.contact-qr span { display: block; }
.contact-qr strong { margin-top: 16px; font-size: 18px; }
.contact-qr span { margin-top: 4px; color: var(--brand-muted); font-size: 12px; }

/* Inquiry and search */
.inquiry-layout { display: grid; grid-template-columns: minmax(0, 42%) minmax(0, 58%); overflow: hidden; background: #fff; border: 1px solid var(--brand-line); border-radius: 12px; box-shadow: var(--brand-shadow); }
.inquiry-intro { padding: 52px; color: #fff; background: var(--brand-navy); }
.inquiry-intro h2 { margin: 13px 0 18px; color: #fff; font-size: 32px; font-weight: 700; line-height: 1.45; }
.inquiry-intro > p { color: rgba(255, 255, 255, .68); line-height: 1.9; }
.inquiry-contact { display: grid; gap: 12px; margin-top: 34px; }
.inquiry-contact a { display: grid; grid-template-columns: 42px 1fr; grid-template-rows: auto auto; color: #fff; }
.inquiry-contact a:hover { text-decoration: none; }
.inquiry-contact i { grid-row: 1 / 3; align-self: center; font-size: 20px; color: var(--brand-gold); }
.inquiry-contact span { color: rgba(255, 255, 255, .55); font-size: 11px; }
.inquiry-contact strong { color: #fff; font-size: 15px; font-weight: 500; }
.inquiry-form { padding: 48px 52px; }
.inquiry-form-heading { margin-bottom: 28px; }
.inquiry-form-heading h2 { margin: 8px 0 6px; font-size: 28px; font-weight: 700; }
.inquiry-form-heading p { color: var(--brand-muted); font-size: 12px; }
.inquiry-form label { display: block; margin-bottom: 20px; }
.inquiry-form label > span { display: block; margin-bottom: 8px; color: #40566b; font-size: 13px; font-weight: 600; }
.inquiry-form input,
.inquiry-form textarea { width: 100%; padding: 13px 14px; color: var(--brand-ink); background: var(--brand-surface); border: 1px solid var(--brand-line); border-radius: 5px; outline: none; transition: border-color .2s ease, box-shadow .2s ease; }
.inquiry-form textarea { min-height: 150px; resize: vertical; }
.inquiry-form input:focus,
.inquiry-form textarea:focus { background: #fff; border-color: var(--brand-blue); box-shadow: 0 0 0 3px rgba(19, 94, 168, .1); }
.inquiry-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.inquiry-form-actions { display: flex; gap: 10px; }
.inquiry-form button { cursor: pointer; }
.inquiry-privacy { margin: 15px 0 0; color: #8a98a5; font-size: 11px; }
.search-results { display: grid; gap: 14px; }
.search-results article { padding: 26px 30px; background: #fff; border: 1px solid var(--brand-line); border-radius: 7px; }
.search-results time { color: #8996a3; font-size: 12px; }
.search-results h3 { margin: 8px 0 9px; font-size: 20px; font-weight: 650; }
.search-results h3 a { color: var(--brand-ink); }
.search-results h3 a:hover { color: var(--brand-blue); }
.search-results p { margin: 0 0 10px; color: var(--brand-muted); line-height: 1.8; }

/* Footer */
.brand-footer { padding: 62px 0 0; color: rgba(255, 255, 255, .68); background: #081f36; }
.brand-footer-grid { display: grid; grid-template-columns: 1.7fr .75fr 1.15fr; gap: 70px; padding-bottom: 48px; }
.brand-footer-name { margin-bottom: 15px; color: #fff; font-size: 22px; font-weight: 700; }
.brand-footer-intro p { max-width: 520px; margin: 0; font-size: 13px; line-height: 1.9; }
.brand-trust-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 22px; }
.brand-trust-tags span { padding: 6px 10px; color: rgba(255, 255, 255, .74); font-size: 11px; border: 1px solid rgba(255, 255, 255, .16); border-radius: 3px; }
.brand-footer-title { margin: 0 0 19px; color: #fff; font-size: 16px; font-weight: 650; }
.brand-footer-links li { margin: 9px 0; }
.brand-footer-links a,
.brand-footer-contact a { color: rgba(255, 255, 255, .68); }
.brand-footer-links a:hover,
.brand-footer-contact a:hover { color: #fff; text-decoration: none; }
.brand-footer-contact li { display: flex; align-items: flex-start; gap: 11px; margin: 11px 0; font-size: 13px; line-height: 1.65; }
.brand-footer-contact i { width: 16px; margin-top: 4px; color: var(--brand-gold); text-align: center; }
.brand-footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding: 18px 0; color: rgba(255, 255, 255, .42); font-size: 11px; border-top: 1px solid rgba(255, 255, 255, .1); }
.brand-footer-bottom a { color: inherit; }
.brand-float-contact { position: fixed; right: 24px; bottom: 28px; z-index: 1040; flex-direction: column; align-items: center; justify-content: center; width: 72px; height: 72px; color: #fff; background: var(--brand-blue); border-radius: 50%; box-shadow: 0 12px 30px rgba(19, 94, 168, .28); }
.brand-float-contact i { margin-bottom: 2px; font-size: 21px; }
.brand-float-contact span { font-size: 11px; }
.brand-float-contact:hover { color: #fff; background: var(--brand-navy); text-decoration: none; transform: translateY(-2px); }
.brand-mobile-actions { position: fixed; right: 0; bottom: 0; left: 0; z-index: 1060; height: 52px; background: var(--brand-navy); box-shadow: 0 -6px 20px rgba(11, 43, 75, .15); }
.brand-mobile-actions a { display: flex; flex: 1; align-items: center; justify-content: center; gap: 7px; color: #fff; font-size: 13px; border-right: 1px solid rgba(255, 255, 255, .12); }

@media (max-width: 1199px) {
	.brand-logo img { max-width: 255px; height: 45px; }
	.brand-nav-list .nav-link { padding-right: 9px !important; padding-left: 9px !important; font-size: 14px; }
	.brand-header-cta { margin-left: 9px; padding-right: 12px; padding-left: 12px; }
}

@media (max-width: 991px) {
	.brand-navbar { min-height: 70px; }
	.brand-logo { height: 70px; }
	.brand-logo img { max-width: 290px; height: 46px; }
	.brand-header-spacer { height: 70px; }
	#brandNavbar { margin: 0 -15px; padding: 8px 20px 22px; background: #fff; border-top: 1px solid var(--brand-line); box-shadow: 0 18px 28px rgba(11, 43, 75, .08); }
	.brand-nav-list { align-items: stretch; }
	.brand-nav-list .nav-link { padding: 11px 8px !important; }
	.brand-nav-list .nav-link::after { right: auto; bottom: 7px; left: 8px; width: 28px; transform-origin: left; }
	.brand-header-cta { margin: 10px 0 0; }
	.product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.brand-capability-grid,
	.brand-value-grid,
	.contact-grid { grid-template-columns: repeat(2, 1fr); }
	.case-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.case-process { grid-template-columns: repeat(2, 1fr); }
	.product-spotlight,
	.case-spotlight { grid-template-columns: 1fr 1fr; }
	.product-spotlight-copy,
	.case-spotlight-copy { padding: 38px; }
	.product-detail-layout,
	.case-detail-layout { grid-template-columns: 1fr; }
	.product-service-card { position: static; }
	.contact-cooperation { grid-template-columns: 1fr 250px; gap: 35px; }
	.inquiry-layout { grid-template-columns: 1fr; }
	.inquiry-intro { padding: 42px; }
	.brand-footer-grid { grid-template-columns: 1.4fr .7fr 1fr; gap: 35px; }
}

@media (max-width: 767px) {
	body { padding-bottom: 52px; }
	.brand-logo img { max-width: 235px; height: 42px; }
	.brand-hero,
	.brand-hero--compact { min-height: 245px; }
	.brand-hero::before { background: rgba(7, 30, 53, .82); }
	.brand-hero-content { padding-top: 42px; padding-bottom: 42px; text-align: center; }
	.brand-hero-content h1 { font-size: 34px; }
	.brand-hero-content p { font-size: 14px; line-height: 1.75; }
	.brand-eyebrow { justify-content: center; }
	.brand-section { padding: 52px 0; }
	.brand-section--tight { padding: 42px 0; }
	.brand-section-heading { margin-bottom: 30px; }
	.brand-section-heading--left { text-align: center; }
	.brand-section-heading h2 { font-size: 28px; }
	.product-category-nav { justify-content: flex-start; margin-right: -15px; margin-left: -15px; padding: 14px 15px; border-right: 0; border-left: 0; border-radius: 0; }
	.product-grid,
	.product-grid--three,
	.case-grid,
	.brand-capability-grid,
	.brand-value-grid,
	.contact-grid { grid-template-columns: 1fr; }
	.product-card-media { height: 220px; }
	.brand-capability-grid > div,
	.brand-value-grid > div { padding: 26px; }
	.brand-cta-inner { flex-direction: column; align-items: flex-start; }
	.brand-cta h2 { font-size: 26px; }
	.product-spotlight,
	.case-spotlight { grid-template-columns: 1fr; }
	.product-spotlight-media { min-height: 320px; padding: 28px; }
	.product-spotlight-media img { max-height: 275px; }
	.product-spotlight-copy,
	.case-spotlight-copy { padding: 30px 24px; }
	.product-spotlight-copy h1,
	.case-spotlight-copy h1 { font-size: 28px; }
	.brand-content-card { padding: 28px 22px; }
	.brand-content-card-heading h2 { font-size: 24px; }
	.brand-richtext { font-size: 14px; }
	.brand-prev-next { grid-template-columns: 1fr; }
	.brand-prev-next > div:last-child { text-align: left; }
	.case-card-media { height: 300px; }
	.case-process { grid-template-columns: 1fr; }
	.case-spotlight-media { height: 360px; }
	.news-category-tabs { margin-bottom: 34px; }
	.news-category-tab { padding: 10px 8px; font-size: 14px; }
	.news-card { grid-template-columns: 62px 1fr; gap: 16px; padding: 20px 16px; }
	.news-card time { height: 66px; }
	.news-card time b { font-size: 23px; }
	.news-card h3 { font-size: 17px; }
	.news-card p { display: none; }
	.news-article { padding: 30px 20px; }
	.contact-cooperation { grid-template-columns: 1fr; }
	.contact-qr { max-width: 280px; margin: 0 auto; }
	.inquiry-intro,
	.inquiry-form { padding: 32px 24px; }
	.inquiry-intro h2 { font-size: 27px; }
	.inquiry-form-row { grid-template-columns: 1fr; gap: 0; }
	.inquiry-form-actions { flex-wrap: wrap; }
	.brand-footer { padding-top: 46px; }
	.brand-footer-grid { grid-template-columns: 1fr; gap: 34px; }
	.brand-footer-bottom { flex-direction: column; gap: 7px; padding-bottom: 24px; }
}

@media (max-width: 420px) {
	.brand-logo img { max-width: 205px; height: 38px; }
	.brand-button-row .brand-button { width: 100%; }
	.brand-pagination a,
	.brand-pagination span { min-width: 34px; height: 36px; padding: 0 9px; }
	.case-card-media { height: 270px; }
}

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

/* Bright trust refresh: a light, warm industrial system with restrained motion. */
:root {
	--brand-navy: #17415f;
	--brand-navy-2: #245d7d;
	--brand-blue: #0d70b7;
	--brand-blue-light: #e8f5fc;
	--brand-blue-soft: #e8f5fc;
	--brand-gold: #f4b900;
	--brand-ink: #173349;
	--brand-muted: #587084;
	--brand-line: #d7e6ee;
	--brand-surface: #f4f9fc;
	--brand-white: #fdfefe;
	--brand-shadow: 0 20px 52px rgba(33, 105, 148, .12);
}

body {
	color: var(--brand-ink);
	background: #fbfdfe;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
}

a,
button,
input,
textarea { -webkit-tap-highlight-color: transparent; }

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible { outline: 3px solid rgba(13, 112, 183, .28); outline-offset: 3px; }

.brand-navbar { background: rgba(255, 255, 255, .96); border-color: rgba(32, 102, 143, .10); box-shadow: 0 8px 30px rgba(46, 104, 137, .08); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); }
.brand-header-cta { border-radius: 8px; box-shadow: 0 9px 24px rgba(13, 112, 183, .20); transition: transform .2s ease, background-color .2s ease, box-shadow .2s ease; }
.brand-header-cta:hover { background: #0a609f; box-shadow: 0 12px 28px rgba(13, 112, 183, .24); }
.brand-header-cta:active,
.brand-button:active { transform: translateY(1px) scale(.985); }
.navbar-toggler { width: 44px; min-width: 44px; height: 44px; padding: 7px; }

.brand-hero { min-height: 336px; background: #eaf5fa; }
.brand-hero-media { background-image: url('/skin/images/industrial-collaboration-hero-20260904.webp') !important; background-position: center center; transform: none; }
.brand-hero::before { background: linear-gradient(90deg, rgba(251, 254, 255, .98) 0%, rgba(248, 252, 254, .93) 39%, rgba(241, 248, 251, .50) 66%, rgba(231, 244, 249, .12) 100%); }
.brand-hero::after { right: -90px; bottom: -280px; border-color: rgba(13, 112, 183, .15); box-shadow: 0 0 0 70px rgba(13, 112, 183, .035), 0 0 0 140px rgba(244, 185, 0, .035); }
.brand-hero-content { color: var(--brand-ink); }
.brand-hero-content h1 { color: var(--brand-ink); }
.brand-hero-content p { max-width: 610px; color: #4f6b7e; }
.brand-hero .brand-eyebrow--light { color: var(--brand-blue); }
.brand-breadcrumb { background: #f9fcfd; }

.brand-section { position: relative; }
.brand-section--muted { background: linear-gradient(180deg, #f3f9fc, #f8fbfd); }
.brand-section--navy { color: var(--brand-ink); background: linear-gradient(125deg, #e7f5fb, #f6fbfd 55%, #fff8dd); }
.brand-section-heading--light h2 { color: var(--brand-ink); }
.brand-section-heading--light p { color: var(--brand-muted); }
.brand-section-heading > .brand-eyebrow,
.brand-content-card-heading > .brand-eyebrow,
.product-spotlight-copy > .brand-eyebrow,
.case-spotlight-copy > .brand-eyebrow,
.contact-cooperation .brand-eyebrow,
.inquiry-intro > .brand-eyebrow,
.inquiry-form-heading > .brand-eyebrow,
.brand-cta .brand-eyebrow { display: none; }

.brand-button { min-height: 46px; border-radius: 8px; box-shadow: 0 8px 20px rgba(13, 112, 183, .14); }
.brand-button:hover { background: #0a609f; border-color: #0a609f; box-shadow: 0 12px 26px rgba(13, 112, 183, .20); }
.brand-button--ghost { color: #0b67a7; background: rgba(255, 255, 255, .78); border-color: #99c4dd; box-shadow: none; }
.brand-button--ghost:hover { color: #fff; background: var(--brand-blue); border-color: var(--brand-blue); }

.product-category-nav { background: #eff7fb; border-radius: 12px; }
.product-category-link { min-height: 40px; border-radius: 7px; }
.product-card,
.product-spotlight,
.case-card,
.case-spotlight,
.brand-content-card,
.news-article,
.contact-card,
.contact-qr,
.inquiry-layout,
.search-results article { border-radius: 12px; }
.product-card { border-color: #d8e8f0; box-shadow: 0 8px 28px rgba(41, 103, 140, .05); }
.product-card-media { background: linear-gradient(145deg, #fff, #eef8fc); }
.product-card-media::after { height: 4px; }
.brand-capability-grid { grid-template-columns: 1.18fr .91fr .91fr; }
.brand-capability-grid > div { border-radius: 12px; box-shadow: 0 12px 34px rgba(38, 105, 145, .06); }
.brand-capability-grid > div:first-child { background: linear-gradient(145deg, #e9f6fc, #fff); }

.brand-cta { position: relative; overflow: hidden; color: var(--brand-ink); background: linear-gradient(112deg, #dff3fb, #f5fbfd 58%, #fff4c7); }
.brand-cta::after { content: ""; position: absolute; right: 7%; top: -88px; width: 210px; height: 210px; border: 38px solid rgba(244, 185, 0, .13); border-radius: 50%; pointer-events: none; }
.brand-cta-inner { position: relative; z-index: 1; }
.brand-cta h2 { margin-top: 0; color: var(--brand-ink); }
.brand-cta p { color: var(--brand-muted); }
.brand-button--light { color: #fff; background: var(--brand-blue); border-color: var(--brand-blue); }
.brand-button--light:hover { color: #fff; background: #0a609f; border-color: #0a609f; }

.product-service-card { background: linear-gradient(145deg, #e8f5fb, #fff9df); border: 1px solid #d3e8f1; }
.product-service-card h2,
.product-service-card .brand-text-link { color: var(--brand-ink); }
.product-service-card p,
.product-service-card li { color: var(--brand-muted); }
.product-service-card li { border-bottom-color: rgba(23, 65, 95, .10); }
.product-service-card li b { color: #bd8a00; }

.case-card-media span { display: none; }
.case-process { grid-template-columns: 1.1fr .9fr .9fr 1.1fr; }
.case-process > div { background: rgba(255, 255, 255, .82); border-color: #d4e8f0; border-radius: 12px; box-shadow: 0 10px 28px rgba(38, 105, 145, .06); }
.case-process b { display: none; }
.case-process h3 { margin-top: 0; color: var(--brand-ink); }
.case-process p { color: var(--brand-muted); }

.news-card time { background: linear-gradient(145deg, #0d70b7, #3192c6); }
.news-card { border-radius: 12px; box-shadow: 0 8px 25px rgba(38, 105, 145, .04); }

.brand-value-grid { grid-template-columns: 1.12fr .88fr; grid-template-rows: 1fr 1fr; }
.brand-value-grid > div { border-radius: 12px; }
.brand-value-grid > div:first-child { grid-row: 1 / 3; display: flex; flex-direction: column; justify-content: center; background: linear-gradient(145deg, #e5f5fb, #fff); }
.brand-value-grid span { display: none; }
.brand-value-grid h3 { margin-top: 0; }
.contact-grid { grid-template-columns: 1fr .92fr 1.18fr; }

.inquiry-intro { color: var(--brand-ink); background: linear-gradient(145deg, #e4f4fb, #fff7d4); }
.inquiry-intro h2,
.inquiry-contact a,
.inquiry-contact strong { color: var(--brand-ink); }
.inquiry-intro > p { color: var(--brand-muted); }
.inquiry-contact span { color: #698094; }
.inquiry-contact i { color: var(--brand-blue); }
.inquiry-form input,
.inquiry-form textarea { background: #f3f8fb; border-radius: 8px; }
.inquiry-form input::placeholder,
.inquiry-form textarea::placeholder { color: #6f8292; opacity: 1; }

.brand-footer { color: #567084; background: linear-gradient(180deg, #eef8fc, #e6f3f8); border-top: 1px solid #d4e8f0; }
.brand-footer-name,
.brand-footer-title { color: var(--brand-ink); }
.brand-footer-links a,
.brand-footer-contact a { color: #4d697d; }
.brand-footer-links a:hover,
.brand-footer-contact a:hover { color: var(--brand-blue); }
.brand-trust-tags span { color: #44647b; background: rgba(255, 255, 255, .62); border-color: #c8e0ec; border-radius: 6px; }
.brand-footer-bottom { color: #718797; border-top-color: rgba(44, 111, 150, .14); }
.brand-float-contact { width: 66px; height: 66px; background: linear-gradient(145deg, #0d70b7, #2a91c4); box-shadow: 0 14px 32px rgba(13, 112, 183, .26); }
.brand-mobile-actions { background: #0d70b7; box-shadow: 0 -6px 24px rgba(13, 112, 183, .18); }

/* Homepage */
.home-hero { position: relative; min-height: 570px; overflow: hidden; background: #eef8fb; }
.home-hero-media { position: absolute; inset: 0; overflow: hidden; }
.home-hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.home-hero::before { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, rgba(251, 254, 255, .99) 0%, rgba(250, 253, 254, .96) 35%, rgba(242, 249, 252, .48) 59%, rgba(233, 246, 250, .08) 100%); }
.home-hero::after { content: ""; position: absolute; left: -110px; bottom: -260px; z-index: 1; width: 430px; height: 430px; border: 1px solid rgba(13, 112, 183, .13); border-radius: 50%; box-shadow: 0 0 0 65px rgba(13, 112, 183, .025), 0 0 0 130px rgba(244, 185, 0, .025); }
.home-hero-layout { position: relative; z-index: 2; display: flex; align-items: center; min-height: 570px; }
.home-hero-copy { max-width: 610px; padding: 64px 0; }
.home-hero-copy h1 { margin: 16px 0 20px; color: var(--brand-ink); font-size: clamp(43px, 5vw, 66px); font-weight: 720; line-height: 1.16; letter-spacing: -.025em; }
.home-hero-copy p { max-width: 580px; margin: 0; color: #4b687b; font-size: 18px; line-height: 1.85; }

.home-trust-strip { position: relative; z-index: 3; background: rgba(255, 255, 255, .97); border-top: 1px solid #e4eff4; border-bottom: 1px solid #dceaf1; box-shadow: 0 10px 30px rgba(46, 105, 139, .05); }
.home-trust-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; }
.home-trust-grid > div { display: grid; grid-template-columns: 44px 1fr; align-items: center; gap: 14px; min-height: 108px; padding: 20px 32px; border-right: 1px solid #dceaf1; }
.home-trust-grid > div:first-child { padding-left: 0; }
.home-trust-grid > div:last-child { padding-right: 0; border-right: 0; }
.home-trust-grid i { display: flex; align-items: center; justify-content: center; width: 44px; height: 44px; color: var(--brand-blue); font-size: 19px; background: #e8f5fc; border-radius: 50%; }
.home-trust-grid span { color: #587083; font-size: 12px; line-height: 1.65; }
.home-trust-grid strong { display: block; margin-bottom: 2px; color: var(--brand-ink); font-size: 16px; font-weight: 680; }

.home-product-layout { display: grid; grid-template-columns: minmax(270px, .78fr) minmax(0, 1.42fr); align-items: start; gap: 62px; }
.home-product-intro { position: sticky; top: 112px; padding: 42px; background: linear-gradient(145deg, #e7f5fb, #fff9de); border: 1px solid #d4e7ee; border-radius: 14px; }
.home-product-intro h2,
.home-section-heading h2,
.home-about-copy h2,
.home-news-intro h2,
.home-partner-cta h2 { margin: 0; color: var(--brand-ink); font-size: clamp(30px, 3vw, 42px); font-weight: 720; line-height: 1.3; letter-spacing: -.015em; }
.home-product-intro > p,
.home-section-heading p,
.home-about-copy > p,
.home-news-intro p,
.home-partner-cta p { margin: 18px 0 24px; color: var(--brand-muted); font-size: 14px; line-height: 1.85; }
.home-category-links { display: grid; grid-template-columns: 1fr 1fr; margin: 26px 0; border-top: 1px solid rgba(44, 111, 150, .15); }
.home-category-links a { display: flex; align-items: center; justify-content: space-between; min-height: 45px; padding: 8px 8px 8px 0; color: #31586f; font-size: 13px; border-bottom: 1px solid rgba(44, 111, 150, .13); }
.home-category-links a:nth-child(odd) { margin-right: 14px; }
.home-category-links a:hover { color: var(--brand-blue); text-decoration: none; transform: translateX(3px); }
.home-product-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.home-product-card { overflow: hidden; background: #fff; border: 1px solid #d9e8ef; border-radius: 14px; box-shadow: 0 12px 34px rgba(41, 105, 143, .06); transition: transform .25s ease, box-shadow .25s ease; }
.home-product-card:hover { transform: translateY(-5px); box-shadow: var(--brand-shadow); }
.home-product-card-media { display: flex; align-items: center; justify-content: center; height: 238px; padding: 28px; background: linear-gradient(145deg, #fff, #eef8fc); }
.home-product-card-media img { max-width: 90%; max-height: 90%; object-fit: contain; transition: transform .3s ease; }
.home-product-card:hover img { transform: scale(1.035); }
.home-product-card > div { position: relative; min-height: 126px; padding: 22px 58px 22px 22px; border-top: 3px solid var(--brand-gold); }
.home-product-card span { color: var(--brand-blue); font-size: 11px; font-weight: 650; }
.home-product-card h3 { margin: 7px 0 0; font-size: 17px; font-weight: 680; line-height: 1.5; }
.home-product-card h3 a { color: var(--brand-ink); }
.home-product-card h3 a:hover { color: var(--brand-blue); text-decoration: none; }
.home-product-card > div > a:last-child { position: absolute; right: 20px; bottom: 24px; display: flex; align-items: center; justify-content: center; width: 34px; height: 34px; color: #fff; background: var(--brand-blue); border-radius: 50%; }

.home-section-heading { max-width: 760px; margin-bottom: 38px; }
.home-section-heading p { max-width: 620px; margin: 14px 0 16px; }
.home-case-grid { display: grid; grid-template-columns: 1.15fr .85fr; grid-template-rows: 1fr 1fr; gap: 20px; }
.home-case-card { display: grid; grid-template-columns: 45% 1fr; overflow: hidden; min-height: 205px; background: #fff; border: 1px solid #d7e7ee; border-radius: 14px; box-shadow: 0 12px 34px rgba(41, 105, 143, .06); }
.home-case-card:first-child { grid-row: 1 / 3; grid-template-columns: 1fr; }
.home-case-card > a { display: block; min-height: 200px; overflow: hidden; }
.home-case-card:first-child > a { min-height: 430px; }
.home-case-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.home-case-card:hover img { transform: scale(1.035); }
.home-case-card > div { align-self: center; padding: 24px; }
.home-case-card h3 { margin: 0 0 8px; font-size: 20px; font-weight: 680; }
.home-case-card h3 a { color: var(--brand-ink); }
.home-case-card h3 a:hover { color: var(--brand-blue); text-decoration: none; }
.home-case-card p { margin: 0; color: var(--brand-muted); font-size: 12px; }

.home-about-layout { display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 76px; }
.home-about-photo { position: relative; min-height: 520px; overflow: hidden; border-radius: 14px; box-shadow: var(--brand-shadow); }
.home-about-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 58%, rgba(13, 64, 92, .65)); }
.home-about-photo img { width: 100%; height: 520px; object-fit: cover; }
.home-about-photo span { position: absolute; left: 30px; bottom: 28px; z-index: 2; color: #fff; font-size: 17px; font-weight: 650; }
.home-about-copy { padding-right: 20px; }
.home-facts { display: grid; grid-template-columns: 1fr 1fr 1fr; margin: 30px 0; border-top: 1px solid #d9e8ef; border-bottom: 1px solid #d9e8ef; }
.home-facts span { padding: 20px 12px; color: var(--brand-muted); font-size: 11px; text-align: center; border-right: 1px solid #d9e8ef; }
.home-facts span:first-child { padding-left: 0; text-align: left; }
.home-facts span:last-child { padding-right: 0; border-right: 0; }
.home-facts strong { display: block; margin-bottom: 4px; color: var(--brand-blue); font-size: 25px; font-weight: 720; }

.home-news-layout { display: grid; grid-template-columns: .7fr 1.3fr; align-items: start; gap: 72px; }
.home-news-intro { padding-top: 12px; }
.home-news-list { background: #fff; border: 1px solid #d7e7ee; border-radius: 14px; box-shadow: 0 12px 34px rgba(41, 105, 143, .05); }
.home-news-list article { display: grid; grid-template-columns: 68px 1fr 42px; align-items: center; gap: 22px; min-height: 125px; margin: 0 24px; border-bottom: 1px solid #dceaf1; }
.home-news-list article:last-child { border-bottom: 0; }
.home-news-list time { color: var(--brand-blue); text-align: center; }
.home-news-list time b { display: block; font-size: 27px; line-height: 1; }
.home-news-list time span { display: block; margin-top: 6px; color: #587083; font-size: 10px; }
.home-news-list article > div > span { color: var(--brand-blue); font-size: 11px; }
.home-news-list h3 { margin: 6px 0 0; font-size: 17px; font-weight: 680; line-height: 1.5; }
.home-news-list h3 a { color: var(--brand-ink); }
.home-news-list h3 a:hover { color: var(--brand-blue); text-decoration: none; }
.home-news-arrow { display: flex; align-items: center; justify-content: center; width: 36px; height: 36px; color: var(--brand-blue); background: #e8f5fc; border-radius: 50%; }
.home-news-arrow:hover { color: #fff; background: var(--brand-blue); text-decoration: none; }

.home-partner-cta { padding: 66px 0; background: #fff; }
.home-partner-cta-inner { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 40px; overflow: hidden; padding: 44px 52px; background: linear-gradient(110deg, #dff3fb, #f5fbfd 58%, #fff3c2); border: 1px solid #d1e7ef; border-radius: 14px; }
.home-partner-cta-inner::after { content: ""; position: absolute; right: 16%; bottom: -115px; width: 190px; height: 190px; border: 34px solid rgba(244, 185, 0, .14); border-radius: 50%; pointer-events: none; }
.home-partner-cta-inner > * { position: relative; z-index: 1; }
.home-partner-cta p { margin-bottom: 0; }

@media (prefers-reduced-motion: no-preference) {
	.home-hero-copy { animation: homeHeroIn .75s cubic-bezier(.16, 1, .3, 1) both; }
	.home-trust-grid > div { animation: homeTrustIn .58s cubic-bezier(.16, 1, .3, 1) both; }
	.home-trust-grid > div:nth-child(2) { animation-delay: .08s; }
	.home-trust-grid > div:nth-child(3) { animation-delay: .16s; }
	@keyframes homeHeroIn { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }
	@keyframes homeTrustIn { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }
}

@media (max-width: 1199px) {
	.home-product-layout { gap: 38px; }
	.home-about-layout,
	.home-news-layout { gap: 46px; }
	.home-product-intro { padding: 34px; }
}

@media (max-width: 991px) {
	#brandNavbar { background: rgba(255, 255, 255, .99); }
	.home-hero,
	.home-hero-layout { min-height: 510px; }
	.home-hero::before { background: linear-gradient(90deg, rgba(251, 254, 255, .98), rgba(247, 252, 254, .87) 56%, rgba(235, 247, 251, .30)); }
	.home-hero-copy { max-width: 535px; }
	.home-trust-grid > div { padding: 18px; }
	.home-product-layout,
	.home-about-layout,
	.home-news-layout { grid-template-columns: 1fr; }
	.home-product-intro { position: static; }
	.home-category-links { grid-template-columns: repeat(4, 1fr); }
	.home-category-links a:nth-child(odd) { margin-right: 0; }
	.home-category-links a { margin-right: 12px; }
	.home-about-photo { min-height: 430px; }
	.home-about-photo img { height: 430px; }
	.home-about-copy { padding-right: 0; }
	.brand-capability-grid,
	.contact-grid { grid-template-columns: 1fr 1fr; }
	.brand-value-grid { grid-template-columns: 1fr 1fr; grid-template-rows: auto; }
	.brand-value-grid > div:first-child { grid-row: auto; grid-column: 1 / 3; }
	.case-process { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 767px) {
	.brand-hero,
	.brand-hero--compact { min-height: 270px; }
	.brand-hero-media { background-position: 68% center; }
	.brand-hero::before { background: rgba(248, 252, 254, .86); }
	.brand-hero-content { text-align: left; }
	.brand-hero-content h1 { font-size: 33px; }
	.brand-hero-content p { color: #496579; }
	.brand-hero-content .brand-eyebrow { justify-content: flex-start; }
	.brand-section-heading--left { text-align: left; }
	.brand-section-heading--left .brand-eyebrow { justify-content: flex-start; }
	.brand-cta-inner { align-items: stretch; }
	.brand-cta .brand-button { width: 100%; }
	.brand-capability-grid,
	.brand-value-grid,
	.contact-grid,
	.case-process { grid-template-columns: 1fr; }
	.brand-value-grid > div:first-child { grid-column: auto; }
	.home-hero,
	.home-hero-layout { min-height: 555px; }
	.home-hero-media img { object-position: 67% center; }
	.home-hero::before { background: linear-gradient(90deg, rgba(251, 254, 255, .97), rgba(248, 252, 254, .88) 66%, rgba(235, 247, 251, .42)); }
	.home-hero-copy { max-width: 88%; padding: 52px 0; }
	.home-hero-copy h1 { font-size: clamp(36px, 10vw, 46px); }
	.home-hero-copy p { font-size: 15px; }
	.home-trust-grid { grid-template-columns: 1fr; padding: 12px 15px; }
	.home-trust-grid > div,
	.home-trust-grid > div:first-child,
	.home-trust-grid > div:last-child { min-height: 82px; padding: 12px 0; border-right: 0; border-bottom: 1px solid #dceaf1; }
	.home-trust-grid > div:last-child { border-bottom: 0; }
	.home-product-intro { margin: 0 -15px; padding: 32px 20px; border-right: 0; border-left: 0; border-radius: 0; }
	.home-category-links { grid-template-columns: 1fr 1fr; }
	.home-product-cards { grid-template-columns: 1fr; }
	.home-product-card-media { height: 225px; }
	.home-section-heading { display: block; }
	.home-section-heading p { margin: 14px 0 16px; }
	.home-case-grid { grid-template-columns: 1fr; grid-template-rows: auto; }
	.home-case-card,
	.home-case-card:first-child { grid-row: auto; grid-template-columns: 1fr; }
	.home-case-card > a,
	.home-case-card:first-child > a { min-height: 270px; height: 270px; }
	.home-about-photo { min-height: 330px; }
	.home-about-photo img { height: 330px; }
	.home-facts { grid-template-columns: 1fr 1fr 1fr; }
	.home-news-list article { grid-template-columns: 56px 1fr; gap: 15px; min-height: 112px; margin: 0 16px; }
	.home-news-arrow { display: none; }
	.home-partner-cta { padding: 44px 0; }
	.home-partner-cta-inner { flex-direction: column; align-items: stretch; padding: 32px 24px; }
	.home-partner-cta-inner .brand-button { width: 100%; }
}

@media (max-width: 479px) {
	.home-hero-copy { max-width: 100%; }
	.home-hero-copy .brand-button { flex: 1; padding-right: 16px; padding-left: 16px; white-space: nowrap; }
	.home-category-links { grid-template-columns: 1fr; }
	.home-category-links a { margin-right: 0; }
	.home-facts strong { font-size: 21px; }
	.home-facts span { padding: 16px 7px; font-size: 10px; }
	.news-category-tab { min-height: 44px; display: flex; align-items: center; justify-content: center; }
}

/* Knowledge-first solution discussion */
.solution-discuss-trigger { display: inline-flex; align-items: center; gap: 7px; min-height: 40px; margin: 18px 0 0 14px; padding: 7px 11px; color: #0d70b7; font: inherit; font-size: 12px; font-weight: 680; line-height: 1.3; background: #edf8fd; border: 1px solid #b9ddea; border-radius: 7px; cursor: pointer; transition: color .18s ease, background .18s ease, border-color .18s ease, transform .18s ease; }
.solution-discuss-trigger:hover { color: #fff; background: #0d70b7; border-color: #0d70b7; transform: translateY(-1px); }
.solution-discuss-trigger:focus-visible,
.solution-chat-launcher:focus-visible,
.solution-chat-panel button:focus-visible,
.solution-chat-panel textarea:focus-visible { outline: 3px solid rgba(244, 185, 0, .55); outline-offset: 2px; }
.brand-button.solution-discuss-trigger { margin: 0; color: #fff; background: #0d70b7; border-color: #0d70b7; }
.solution-discuss-trigger--compact { margin: 14px 0 0; }

.solution-chat-launcher { position: fixed; right: 25px; bottom: 114px; z-index: 1060; display: inline-flex; align-items: center; gap: 9px; min-height: 48px; padding: 0 17px; color: #fff; font-size: 13px; font-weight: 700; background: linear-gradient(135deg, #0d70b7, #28a2c7); border: 0; border-radius: 24px; box-shadow: 0 14px 34px rgba(13, 112, 183, .28); cursor: pointer; }
.solution-chat-launcher[hidden] { display: none; }
.solution-chat-launcher i { font-size: 17px; }
.solution-chat-panel { position: fixed; right: 24px; bottom: 176px; z-index: 1070; display: grid; grid-template-rows: auto auto minmax(180px, 1fr) auto auto auto; width: min(390px, calc(100vw - 32px)); height: min(650px, calc(100dvh - 210px)); min-height: 470px; overflow: hidden; color: var(--brand-ink); background: #fff; border: 1px solid #cfe2eb; border-radius: 16px; box-shadow: 0 26px 70px rgba(17, 67, 95, .24); }
.solution-chat-panel[hidden] { display: none; }
.solution-chat-header { display: flex; align-items: center; justify-content: space-between; min-height: 70px; padding: 14px 16px; color: #fff; background: linear-gradient(115deg, #0d5f98, #168bb9); }
.solution-chat-header > div { display: flex; align-items: center; gap: 11px; }
.solution-chat-header strong,
.solution-chat-header small { display: block; }
.solution-chat-header strong { font-size: 15px; letter-spacing: .01em; }
.solution-chat-header small { margin-top: 3px; color: rgba(255, 255, 255, .76); font-size: 11px; }
.solution-chat-status { width: 10px; height: 10px; background: #ffd64f; border: 2px solid rgba(255,255,255,.7); border-radius: 50%; box-shadow: 0 0 0 5px rgba(255, 214, 79, .12); }
.solution-chat-header button { display: flex; align-items: center; justify-content: center; width: 44px; height: 44px; color: #fff; background: rgba(255,255,255,.1); border: 0; border-radius: 8px; cursor: pointer; }
.solution-chat-context { display: flex; align-items: center; gap: 8px; min-height: 42px; padding: 9px 16px; color: #3e657b; font-size: 11px; background: #edf7fb; border-bottom: 1px solid #d8e9f0; }
.solution-chat-context i { color: #0d70b7; }
.solution-chat-context span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.solution-chat-messages { overflow-y: auto; padding: 16px; overscroll-behavior: contain; background: linear-gradient(180deg, #fbfdfe, #f6fafc); }
.solution-chat-message { width: fit-content; max-width: 88%; margin-bottom: 12px; padding: 10px 12px; color: #27495d; font-size: 13px; line-height: 1.65; white-space: pre-wrap; overflow-wrap: anywhere; background: #fff; border: 1px solid #d9e8ef; border-radius: 5px 12px 12px; box-shadow: 0 5px 18px rgba(31, 88, 119, .05); }
.solution-chat-message--user { margin-left: auto; color: #fff; background: #0d70b7; border-color: #0d70b7; border-radius: 12px 5px 12px 12px; }
.solution-chat-message--loading { color: #617c8c; font-style: italic; }
.solution-chat-message--error { color: #a33b32; background: #fff5f3; border-color: #f0cec8; }
.solution-chat-message--limit { width: 100%; max-width: 100%; color: #214e67; background: linear-gradient(145deg, #eef9fc, #fffaf0); border-color: #afdbe8; box-shadow: 0 8px 24px rgba(31, 112, 148, .1); }
.solution-chat-message--limit p { margin: 0 0 10px; }
.solution-chat-limit-action { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 8px 14px; color: #fff; font-weight: 700; text-decoration: none; background: #0d70b7; border-radius: 8px; }
.solution-chat-limit-action:hover { color: #fff; text-decoration: none; background: #095c98; }
.solution-chat-limit-action:focus-visible { outline: 3px solid rgba(244, 185, 0, .55); outline-offset: 2px; }
.solution-chat-message--formatted { white-space: normal; }
.solution-chat-message--formatted > :first-child { margin-top: 0; }
.solution-chat-message--formatted > :last-child { margin-bottom: 0; }
.solution-chat-message--formatted p { margin: 0 0 8px; }
.solution-chat-message--formatted h3,
.solution-chat-message--formatted h4 { margin: 0 0 7px; color: #173f56; font-size: 14px; line-height: 1.45; }
.solution-chat-message--formatted ul,
.solution-chat-message--formatted ol { margin: 0 0 9px; padding-left: 20px; }
.solution-chat-message--formatted li + li { margin-top: 4px; }
.solution-chat-message--formatted strong { color: #174f70; font-weight: 700; }
.solution-chat-product-link { color: #086cae; font-weight: 700; text-decoration: underline; text-decoration-color: rgba(8, 108, 174, .35); text-underline-offset: 2px; }
.solution-chat-product-link:hover { color: #07578b; text-decoration-color: currentColor; }
.solution-chat-product-link:focus-visible { outline: 3px solid rgba(244, 185, 0, .55); outline-offset: 2px; border-radius: 2px; }
.solution-chat-message--formatted code { padding: 1px 4px; color: #22536d; font-size: 11px; background: #edf5f8; border-radius: 4px; }
.solution-chat-message--formatted pre { overflow-x: auto; margin: 0 0 9px; padding: 8px 9px; background: #edf5f8; border-radius: 6px; }
.solution-chat-message--formatted pre code { padding: 0; background: transparent; }
.solution-chat-message--formatted blockquote { margin: 0 0 9px; padding-left: 9px; color: #4f6f80; border-left: 3px solid #9bcddd; }
.solution-chat-message--formatted hr { height: 1px; margin: 9px 0; background: #d9e8ef; border: 0; }
.solution-chat-sources { margin-top: 8px; padding-top: 7px; color: #678091; font-size: 10px; line-height: 1.55; border-top: 1px solid #e3edf2; }
.solution-chat-prompts { display: flex; gap: 7px; overflow-x: auto; padding: 8px 14px 4px; background: #fff; scrollbar-width: thin; }
.solution-chat-prompts button { flex: 0 0 auto; min-height: 40px; padding: 7px 10px; color: #35677f; font-size: 11px; background: #f1f8fb; border: 1px solid #cfe4ed; border-radius: 6px; cursor: pointer; }
.solution-chat-prompts button:disabled { color: #748b97; background: #edf2f4; border-color: #d8e1e5; cursor: not-allowed; opacity: .82; }
.solution-chat-form { display: grid; grid-template-columns: minmax(0, 1fr) 42px; align-items: end; gap: 9px; padding: 10px 14px; background: #fff; }
.solution-chat-form textarea { width: 100%; max-height: 110px; resize: vertical; padding: 9px 10px; color: var(--brand-ink); font: inherit; font-size: 13px; line-height: 1.5; background: #f7fafc; border: 1px solid #cbdfe8; border-radius: 8px; }
.solution-chat-form textarea:disabled { color: #6c818d; background: #edf2f4; cursor: not-allowed; }
.solution-chat-form button { display: flex; align-items: center; justify-content: center; width: 44px; height: 44px; color: #fff; background: #0d70b7; border: 0; border-radius: 9px; cursor: pointer; }
.solution-chat-form button:disabled { opacity: .55; cursor: wait; }
.solution-chat-notice { margin: 0; padding: 0 14px 11px; color: #7b8e99; font-size: 9px; line-height: 1.5; background: #fff; }

@media (max-width: 767px) {
	.solution-chat-launcher { right: 14px; bottom: calc(72px + env(safe-area-inset-bottom)); min-width: 48px; padding: 0 14px; }
	.solution-chat-panel { right: 8px; bottom: calc(64px + env(safe-area-inset-bottom)); width: calc(100vw - 16px); height: min(690px, calc(100dvh - 78px - env(safe-area-inset-bottom))); min-height: 0; border-radius: 14px; }
	.solution-chat-launcher[aria-expanded="true"] { display: none; }
	.solution-discuss-trigger,
	.solution-chat-prompts button { min-height: 44px; }
	.solution-discuss-trigger { margin-left: 8px; }
}

@media (max-width: 380px) {
	.solution-chat-launcher span { display: none; }
	.solution-chat-launcher { width: 48px; padding: 0; justify-content: center; }
	.solution-chat-prompts { padding-right: 10px; padding-left: 10px; }
	.solution-chat-message { max-width: 94%; }
}

@media (prefers-reduced-motion: reduce) {
	.solution-discuss-trigger,
	.solution-chat-launcher { transition: none; }
}
