:root {
  --text: #1f2933;
  --muted: #5c6670;
  --line: #e5e7eb;
  --bg: #ffffff;
  --soft: #f6f8fb;
  --accent: #0f4c81;
  --whatsapp: #25D366;
  --whatsapp-dark: #1da851;
  --radius: 8px;
  --site-header-height: 72px;
  --site-header-height-compact: 72px;
  --site-header-height-mobile: 72px;
  --font-ui: Arial, Helvetica, sans-serif;
  --font-display: Arial, Helvetica, sans-serif;
  --heading-color: #1E293B;
  --heading-weight: 900;
}
* { box-sizing: border-box; }
body { margin: 0; font-family: var(--font-ui); color: var(--text); background: var(--bg); line-height: 1.6; font-weight: 400; }
a { color: var(--accent); text-decoration: none; }
img { max-width: 100%; height: auto; }
.container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-display);
  color: var(--heading-color);
  font-weight: var(--heading-weight);
  letter-spacing: 0;
}

/* 鈹€鈹€鈹€ Header 鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€ */
.site-header { border-bottom: 1px solid rgba(226,232,240,.92); background: rgba(255,255,255,.985); position: fixed; top: 0; left: 0; right: 0; z-index: 100; overflow: visible; transition: background-color .26s ease, box-shadow .26s ease, border-color .26s ease, backdrop-filter .26s ease; box-shadow: 0 1px 0 rgba(15,23,42,.02); backdrop-filter: blur(12px); will-change: background-color, box-shadow; }
.site-header::after { content: ""; position: absolute; left: 0; right: 0; bottom: -1px; height: 1px; background: rgba(15,76,129,.10); pointer-events: none; opacity: .8; }
.site-header.is-scrolled { background: rgba(255,255,255,.985); border-bottom-color: rgba(203,213,225,.92); box-shadow: 0 10px 28px rgba(15,23,42,.055); }
.nav-wrap { display: flex; align-items: center; justify-content: space-between; gap: 22px; min-height: var(--site-header-height); height: var(--site-header-height); padding: 0; flex-wrap: nowrap; }
.logo { display: inline-flex; align-items: center; gap: 8px; color: var(--text); font-size: 22px; line-height: 0; text-decoration: none; flex: 0 0 auto; }
.logo-picture { display: block; line-height: 0; }
.logo-img { display: block; width: auto; }
.logo span { font-size: 14px; color: var(--muted); letter-spacing: 0; text-transform: uppercase; }
.main-nav { display: flex; flex: 1 1 auto; min-width: 0; flex-wrap: nowrap; align-items: center; justify-content: center; gap: 20px; font-family: var(--font-display); font-size: 14px; font-weight: 800; white-space: nowrap; }
.main-nav a { display: inline-flex; flex: 0 0 auto; align-items: center; justify-content: center; position: relative; min-height: 34px; color: #1E293B; padding: 4px 0; line-height: 1; border-bottom: 0; letter-spacing: 0; white-space: nowrap; transition: color .18s ease; }
.main-nav a::before { content: ""; position: absolute; left: 0; right: 0; top: -18px; height: 2px; background: var(--accent); opacity: 0; transform: scaleX(.35); transform-origin: center; transition: opacity .22s ease, transform .22s ease; }
.main-nav a::after { content: ""; position: absolute; left: 0; right: 0; bottom: -10px; height: 2px; background: var(--accent); opacity: 0; transform: scaleX(.35); transform-origin: center; transition: opacity .22s ease, transform .22s ease; }
.main-nav a:hover, .main-nav a[aria-current="page"] { color: var(--accent); }
.main-nav a:hover::before, .main-nav a[aria-current="page"]::before,
.main-nav a:hover::after, .main-nav a[aria-current="page"]::after { opacity: 1; transform: scaleX(1); }

/* Header actions (lang switcher + WhatsApp button) */
.header-actions { display: flex; align-items: center; justify-content: flex-end; gap: 12px; flex: 0 0 auto; white-space: nowrap; }

/* WhatsApp header button 鈥?no bg, typing effect */
.header-whatsapp-btn {
  display: inline-flex; align-items: center; gap: 8px;
  min-height: 32px;
  padding: 6px 0;
  background: none; border: none;
  color: #182333; text-decoration: none;
  font-family: var(--font-display);
  font-size: 13px; font-weight: 800; line-height: 1;
  white-space: nowrap;
  flex: 0 0 auto;
}

/* Icon */
.wa-btn-icon {
  display: flex; align-items: center; justify-content: center;
  color: #25D366; flex-shrink: 0;
}
.wa-btn-icon svg { transition: transform .35s cubic-bezier(.34,1.56,.64,1); }
.header-whatsapp-btn:hover { color: #111827; }
.header-whatsapp-btn:hover .wa-btn-icon svg {
  transform: scale(1.08) rotate(-3deg);
}

/* Text */
.wa-btn-text {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  min-width: 134px;
  color: #374151;
}

/* Clean up */
.wa-btn-ring { display: none; }

/* Language switcher */
.lang-switcher { position: relative; }
.lang-btn {
  display: inline-flex; align-items: center; gap: 6px;
  background: #f5f7fa; border: 1px solid rgba(226,232,240,.9); border-radius: 999px;
  min-height: 32px;
  padding: 8px 14px; font-family: var(--font-display); font-size: 13px; font-weight: 800; line-height: 1; cursor: pointer;
  color: #526171; box-shadow: none; transition: color .18s ease, background .18s ease, border-color .18s ease;
}
.lang-btn:hover { background: #fff; color: var(--accent); border-color: rgba(15,76,129,.24); }
.lang-btn::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid currentColor;
}
.lang-dropdown {
  display: block;
  position: absolute;
  top: calc(100% + 6px);
  right: 0;
  background: rgba(255,255,255,.985);
  border: 1px solid rgba(226,232,240,.96);
  border-radius: 8px;
  box-shadow: 0 16px 34px rgba(15,23,42,.10);
  backdrop-filter: blur(12px);
  list-style: none;
  margin: 0;
  padding: 6px 0;
  min-width: 150px;
  z-index: 200;
  opacity: 0;
  visibility: hidden;
  transform: translateY(6px);
  transform-origin: top right;
  pointer-events: none;
  transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
}
.lang-switcher:hover .lang-dropdown,
.lang-switcher:focus-within .lang-dropdown { opacity: 1; visibility: visible; transform: translateY(0); pointer-events: auto; }
.lang-dropdown li { margin: 0; }
.lang-dropdown a { display: block; padding: 10px 18px; font-size: 13px; color: var(--text); transition: color .16s ease, background .16s ease; }
.lang-dropdown a:hover { background: #f6f8fb; color: var(--accent); }

@media (min-width: 1200px) {
  .main-nav {
    min-height: 32px;
  }
  .main-nav a {
    min-height: 32px;
    height: 32px;
    padding-top: 0;
    padding-bottom: 0;
  }
  .lang-btn {
    min-height: 36px;
    height: 36px;
    padding-top: 0;
    padding-bottom: 0;
  }
  .header-whatsapp-btn {
    min-height: 32px;
    height: 32px;
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media (max-width: 1280px) and (min-width: 1200px) {
  .container { width: min(1180px, calc(100% - 32px)); }
  .nav-wrap { gap: 16px; }
  .main-nav { gap: 16px; font-size: 14px; }
  .header-actions { gap: 10px; }
  .header-whatsapp-btn { font-size: 12px; }
  .wa-btn-text { min-width: 124px; }
  .lang-btn { padding-left: 12px; padding-right: 12px; }
}

/* Mobile nav toggle */
.nav-toggle { display: none; background: none; border: none; cursor: pointer; padding: 8px; }
.nav-toggle span { display: block; width: 22px; height: 2px; background: var(--text); margin: 5px 0; transition: all .3s; }

/* 鈹€鈹€鈹€ Hero 鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€ */
.hero { position: relative; overflow: hidden; isolation: isolate; background: linear-gradient(120deg, #f5f8fb, #ffffff); padding: 96px 0; }
.hero--video { background: #0f172a; }
.hero-media,
.hero-overlay { position: absolute; inset: 0; }
.hero-media { z-index: 0; background: #000; }
.hero-video { display: block; width: 100%; height: 100%; object-fit: cover; opacity: 0; transition: opacity .3s ease; }
.hero-video.is-ready { opacity: 1; }
.hero-overlay { z-index: 1; background: var(--hero-overlay-color, #0f172a); opacity: var(--hero-overlay-opacity, .34); pointer-events: none; }
.hero-inner { position: relative; z-index: 2; }
.hero-inner--panel { background: rgba(255,255,255,.84); padding: 48px; border-radius: 14px; backdrop-filter: blur(6px); }
.hero-inner--panel > div { max-width: 820px; }
.hero h1, .page-hero h1 { max-width: 1100px; font-size: clamp(42px, 5.4vw, 76px); line-height: .98; margin: 0 0 20px; font-weight: 900; letter-spacing: 0; }
.hero-text { max-width: 760px; font-size: 18px; color: var(--muted); }
.hero-actions { display: flex; gap: 14px; margin-top: 28px; flex-wrap: wrap; }

.product-category-hero__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 420px);
  gap: 48px;
  align-items: center;
}
.product-category-hero__copy {
  min-width: 0;
}
.product-category-hero__image {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
  aspect-ratio: 4 / 3;
  box-shadow: 0 18px 42px rgba(15, 23, 42, .08);
}
.product-category-hero__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lead-text {
  max-width: 980px;
  margin: 0;
  color: #475569;
  font-size: 17px;
  line-height: 1.75;
}

/* Homepage video hero overlay */
body.home-page {
  line-height: 0;
  background: var(--bg);
}
body:not(.home-page) main {
  padding-top: calc(var(--site-header-height-compact) + 1px);
}
body.home-page .site-header,
body.home-page main,
body.home-page .site-footer {
  line-height: 1.6;
}
body.home-page main {
  display: block;
}
body.home-page .site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 50;
  background: linear-gradient(180deg, rgba(4,10,18,.30), rgba(4,10,18,.02));
  border-bottom: 0;
  box-shadow: none;
  backdrop-filter: none;
}
body.home-page .site-header::after { background: rgba(255,255,255,.16); opacity: .85; }
body.home-page .nav-wrap { min-height: var(--site-header-height); height: var(--site-header-height); }
body.home-page .site-header .logo-img {
  filter: drop-shadow(0 2px 10px rgba(0,0,0,.18));
}
body.home-page .site-header .main-nav a {
  color: rgba(255,255,255,.94);
  text-shadow: 0 2px 14px rgba(0,0,0,.45);
}
body.home-page .site-header .main-nav a:hover,
body.home-page .site-header .main-nav a[aria-current="page"] {
  color: #fff;
  border-bottom-color: rgba(255,255,255,.92);
}
body.home-page .site-header .main-nav a::before,
body.home-page .site-header .main-nav a::after {
  background: rgba(255,255,255,.92);
}
body.home-page .site-header .lang-btn {
  background: rgba(255,255,255,.16);
  color: #fff;
  backdrop-filter: blur(10px);
}
body.home-page .site-header .lang-btn:hover {
  background: rgba(255,255,255,.24);
  color: #fff;
}
body.home-page .site-header .wa-btn-text {
  color: rgba(255,255,255,.94);
  text-shadow: 0 2px 14px rgba(0,0,0,.45);
}
body.home-page .site-header.is-scrolled {
  inset: 0 0 auto 0;
  background: rgba(255,255,255,.985);
  border-bottom: 1px solid rgba(226,232,240,.95);
  box-shadow: 0 10px 28px rgba(15,23,42,.055);
  backdrop-filter: blur(12px);
}
body.home-page .site-header.is-scrolled .nav-wrap {
  min-height: var(--site-header-height);
  height: var(--site-header-height);
}
body.home-page .site-header.is-scrolled .logo-img {
  filter: none;
}
body.home-page .site-header.is-scrolled .main-nav a {
  color: var(--text);
  text-shadow: none;
}
body.home-page .site-header.is-scrolled .main-nav a:hover,
body.home-page .site-header.is-scrolled .main-nav a[aria-current="page"] {
  color: var(--accent);
  border-bottom-color: var(--accent);
}
body.home-page .site-header.is-scrolled .main-nav a::before,
body.home-page .site-header.is-scrolled .main-nav a::after {
  background: var(--accent);
}
body.home-page .site-header.is-scrolled .lang-btn {
  background: #f5f7fa;
  color: #526171;
  backdrop-filter: none;
}
body.home-page .site-header.is-scrolled .lang-btn:hover {
  background: #fff;
  color: var(--accent);
}
body.home-page .site-header.is-scrolled .wa-btn-text {
  color: #374151;
  text-shadow: none;
}
body.home-page .hero {
  min-height: 760px;
  padding: 178px 0 126px;
  display: flex;
  align-items: center;
}
body.home-page .hero-overlay {
  z-index: 1;
  opacity: var(--hero-overlay-opacity, .42);
  background: var(--hero-overlay-color, #0f172a);
  pointer-events: none;
}
body.home-page .hero-inner {
  z-index: 2;
}
body.home-page .hero-inner--panel {
  max-width: 1180px;
  padding: 0;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  backdrop-filter: none;
}
body.home-page .hero-inner--panel > div {
  max-width: 1120px;
}
body.home-page .hero .eyebrow {
  color: rgba(255,255,255,.88);
  letter-spacing: 0;
}
body.home-page .hero h1 {
  max-width: 1120px;
  color: #fff;
  font-size: clamp(42px, 4.35vw, 70px);
  line-height: 1.02;
  font-weight: 900;
  letter-spacing: 0;
  text-shadow: 0 14px 42px rgba(0,0,0,.48);
}
body.home-page .hero-title-line {
  display: block;
}
body.home-page .hero-text {
  max-width: 980px;
  color: rgba(255,255,255,.88);
  text-shadow: 0 8px 28px rgba(0,0,0,.46);
}

@media (min-width: 768px) {
  body.home-page .hero-title-line {
    white-space: nowrap;
  }
}

@media (min-width: 1024px) {
  body.home-page .hero {
    position: relative;
    height: 100vh;
    min-height: 100vh;
    overflow: hidden;
    box-sizing: border-box;
  }

  body.home-page .hero-media,
  body.home-page .hero-overlay {
    position: absolute;
    inset: 0;
  }

  body.home-page .hero-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    z-index: 0;
  }

  body.home-page .hero-inner {
    position: relative;
    z-index: 2;
  }
}
body.home-page .hero .btn.primary {
  border-color: #155A9C;
  background: #155A9C;
  color: #fff;
  box-shadow: 0 14px 30px rgba(4,18,32,.30);
}
body.home-page .hero .btn.secondary {
  border-color: rgba(255,255,255,.70);
  background: rgba(255,255,255,.10);
  color: #fff;
  backdrop-filter: blur(8px);
}
body.home-page .hero .btn.secondary:hover {
  background: rgba(255,255,255,.18);
}
@media (max-width: 1199px) {
  body.home-page .site-header { position: fixed; }
  body.home-page .nav-wrap {
    min-height: var(--site-header-height-mobile);
    padding: 14px 0;
  }
  body.home-page .nav-toggle span { background: #fff; }
  body.home-page .main-nav.open {
    margin-top: 10px;
    padding: 10px 14px;
    background: rgba(9,18,31,.86);
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 14px;
    box-shadow: 0 16px 36px rgba(0,0,0,.20);
    backdrop-filter: blur(10px);
  }
  body.home-page .main-nav.open a {
    color: #fff;
    border-bottom-color: rgba(255,255,255,.16);
  }
  body.home-page .header-actions {
    width: auto;
    padding-top: 0;
    border-top: 0;
  }
  body.home-page .wa-btn-icon {
    background: rgba(255,255,255,.14);
  }
  body.home-page .hero {
    min-height: 680px;
    padding: 118px 0 84px;
  }
}
@media (max-width: 560px) {
  body.home-page .hero {
    min-height: 620px;
    padding: 108px 0 68px;
  }
  body.home-page .hero h1 { font-size: 34px; }
  body.home-page .hero-title-line { white-space: normal; }
}

/* 鈹€鈹€鈹€ Buttons 鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€ */
.btn { display: inline-block; padding: 12px 20px; border-radius: var(--radius); font-family: var(--font-display); font-weight: 800; border: 1px solid var(--accent); transition: all .2s; }
.btn.primary { background: var(--accent); color: #fff; }
.btn.primary:hover { background: #0d3f6d; }
.btn.secondary { background: #fff; color: var(--accent); }
.btn.secondary:hover { background: var(--soft); }

/* 鈹€鈹€鈹€ Sections 鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€ */
.section { padding: 72px 0; }
.section.muted, .page-hero { background: var(--soft); }
.page-hero { padding: 48px 0; }
.section-heading { max-width: 820px; margin-bottom: 34px; }
.section-heading h2,
.cta h2,
.form-wrap h2,
.contact-sidebar h2 {
  margin-top: 0;
  font-size: clamp(30px, 3.2vw, 48px);
  line-height: 1.04;
  font-weight: 900;
  letter-spacing: 0;
}
.section-heading p {
  max-width: 760px;
}
.eyebrow { color: var(--accent); font-family: var(--font-display); font-weight: 900; text-transform: uppercase; letter-spacing: 0; font-size: 13px; }

/* About page top area */
.about-hero-v2 {
  padding: 44px 0 38px;
  background:
    linear-gradient(135deg, rgba(15, 76, 129, .08), rgba(255, 255, 255, 0) 42%),
    #f6f8fb;
}

.about-hero-card {
  display: grid;
  grid-template-columns: minmax(320px, .82fr) minmax(0, 1.18fr);
  align-items: center;
  overflow: hidden;
  border: 1px solid #e1e8ef;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(15, 76, 129, .08);
}

.about-hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 46px 48px;
}

.about-hero-copy h1 {
  margin: 12px 0 18px;
  max-width: 560px;
  color: var(--heading-color);
  font-size: clamp(40px, 4.2vw, 56px);
  line-height: 1.02;
  font-weight: 900;
  letter-spacing: 0;
}

.about-hero-copy .hero-text {
  max-width: 660px;
  margin: 0;
  color: #475569;
  font-size: 17px;
  line-height: 1.75;
}

.about-hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.about-hero-points span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 12px;
  border: 1px solid #dbe8f4;
  border-radius: 999px;
  background: #f4f9fe;
  color: #155a9c;
  font-size: 13px;
  font-weight: 700;
}

.about-hero-media {
  position: relative;
  margin: 0;
  background: #eaf1f7;
}

.about-hero-media::before {
  content: none;
}

.about-hero-media img {
  display: block;
  width: 100%;
  height: auto;
  min-height: 0;
  object-fit: contain;
  object-position: center;
}

.about-company-section {
  padding: 56px 0 68px;
}

.about-company-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 420px;
  gap: 54px;
  align-items: start;
}

.about-company-copy h2 {
  margin: 10px 0 20px;
  max-width: 760px;
  color: var(--heading-color);
  font-size: clamp(28px, 3vw, 38px);
  line-height: 1.08;
  font-weight: 900;
  letter-spacing: 0;
}

.about-company-copy p {
  max-width: 760px;
  margin: 0 0 16px;
  color: #475569;
  font-size: 16px;
  line-height: 1.75;
}

.about-company-facts {
  display: grid;
  gap: 10px;
  padding: 18px;
  border: 1px solid #e1e8ef;
  border-radius: 18px;
  background: #f8fafc;
}

.about-company-facts div {
  padding: 14px 16px;
  border: 1px solid #e5ebf1;
  border-radius: 12px;
  background: #fff;
}

.about-company-facts span {
  display: block;
  margin-bottom: 4px;
  color: #7a8798;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.about-company-facts strong {
  display: block;
  color: #0f172a;
  font-size: 14px;
  line-height: 1.55;
}

@media (max-width: 980px) {
  .about-hero-card,
  .about-company-grid {
    grid-template-columns: 1fr;
  }

  .about-hero-copy {
    padding: 42px 34px 28px;
  }

  .about-hero-media,
  .about-hero-media img {
    min-height: 0;
  }

  .about-hero-media::before {
    content: none;
  }
}

@media (max-width: 640px) {
  .about-hero-v2 {
    padding: 26px 0 28px;
  }

  .about-hero-card {
    border-radius: 16px;
  }

  .about-hero-copy {
    padding: 32px 24px 24px;
  }

  .about-hero-copy h1 {
    font-size: 38px;
  }

  .about-hero-copy .hero-text,
  .about-company-copy p {
    font-size: 15px;
  }

  .about-company-section {
    padding: 42px 0 52px;
  }
}

/* 鈹€鈹€鈹€ Cards & Grid 鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€ */
/* About Us - V08 poster hero + V12 technical stripe copy */
.about-poster-clean {
  padding: 68px 0 72px;
  background:
    radial-gradient(circle at 12% 18%, rgba(21, 90, 156, .10), transparent 30%),
    linear-gradient(180deg, #f4f8fc 0%, #ffffff 100%);
}

.about-poster-inner {
  padding: 46px;
  border: 1px solid #dbe5ef;
  border-radius: 30px;
  background: rgba(255, 255, 255, .88);
  box-shadow: 0 26px 78px rgba(15, 46, 82, .10);
}

.about-poster-heading {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  align-items: start;
  margin-bottom: 30px;
}

.about-poster-heading h1 {
  max-width: 1160px;
  margin: 0;
  color: var(--heading-color);
  font-size: clamp(46px, 5.4vw, 86px);
  line-height: .98;
  font-weight: 900;
  letter-spacing: 0;
}

.about-poster-media {
  margin: 0;
}

.about-poster-media img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 22px;
  border: 1px solid #dbe5ef;
  background: #eef5fb;
}

.about-poster-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.about-poster-points span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border: 1px solid #cde2f5;
  border-radius: 999px;
  background: #f2f8ff;
  color: #155a9c;
  font-size: 13px;
  line-height: 1;
  font-weight: 800;
}

.about-stripe-company {
  padding: 72px 0 76px;
  background:
    repeating-linear-gradient(-45deg, #ffffff, #ffffff 18px, #f7fbff 18px, #f7fbff 36px);
}

.about-stripe-grid {
  display: grid;
  grid-template-columns: minmax(260px, .52fr) minmax(0, 1fr);
  gap: 52px;
  align-items: start;
}

.about-stripe-title {
  position: sticky;
  top: 116px;
  padding: 32px 0 32px 24px;
  border-left: 4px solid #155a9c;
}

.about-stripe-title h2 {
  max-width: 430px;
  margin: 12px 0 0;
  color: var(--heading-color);
  font-size: clamp(30px, 3.6vw, 48px);
  line-height: 1.04;
  font-weight: 900;
  letter-spacing: 0;
}

.about-stripe-copy {
  columns: 2;
  column-gap: 42px;
  padding: 34px;
  border: 1px solid #dbe5ef;
  border-radius: 24px;
  background: rgba(255, 255, 255, .82);
  box-shadow: 0 18px 50px rgba(15, 46, 82, .06);
}

.about-stripe-copy p {
  break-inside: avoid;
  margin: 0 0 16px;
  color: #475569;
  font-size: 15px;
  line-height: 1.78;
}

.about-stripe-copy p:last-child {
  margin-bottom: 0;
}

@media (max-width: 980px) {
  .about-poster-heading,
  .about-stripe-grid {
    grid-template-columns: 1fr;
  }

  .about-poster-inner {
    padding: 26px;
  }

  .about-stripe-title {
    position: static;
  }

  .about-stripe-copy {
    columns: 1;
  }
}

@media (max-width: 640px) {
  .about-poster-clean,
  .about-stripe-company {
    padding: 44px 0 48px;
  }

  .about-poster-inner {
    padding: 24px 20px;
    border-radius: 22px;
  }

  .about-poster-heading h1 {
    max-width: none;
    font-size: 34px;
    line-height: 1.06;
    letter-spacing: 0;
  }

  .about-poster-media img {
    border-radius: 18px;
  }

  .about-poster-points {
    gap: 8px;
  }

  .about-poster-points span {
    min-height: 32px;
    padding: 0 12px;
    font-size: 12px;
  }

  .about-stripe-copy {
    padding: 24px 20px;
  }
}

.grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.card { border: 1px solid var(--line); border-radius: 14px; padding: 22px; background: #fff; transition: box-shadow .2s; }
.card:hover { box-shadow: 0 4px 16px rgba(0,0,0,.06); }
.card h3 { margin-top: 0; font-weight: 800; letter-spacing: 0; }
.card > a:not(.card-link):not(.application-card__link) { font-weight: 800; font-size: 14px; }
.card-image { margin: -22px -22px 16px -22px; border-radius: 14px 14px 0 0; overflow: hidden; height: 180px; }
.card-image img { width: 100%; height: 100%; object-fit: cover; }
.card-link {
  display: flex;
  flex-direction: column;
  height: 100%;
  color: inherit;
  text-decoration: none;
  font-weight: 400;
  font-size: inherit;
  line-height: inherit;
  cursor: pointer;
}
.card-content {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 100%;
}
.grid.cards > .card:not(.application-card) .card-content h3 {
  margin: 0 0 12px;
  font-size: 20px;
  line-height: 1.18;
  font-weight: 800;
  letter-spacing: 0;
  height: calc(1.18em * 2);
  min-height: calc(1.18em * 2);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.grid.cards > .card:not(.application-card) .card-content p {
  flex: 1;
  margin: 0;
  font-size: 15px;
  line-height: 1.68;
  height: calc(1.68em * 4);
  min-height: calc(1.68em * 4);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.card-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  padding-top: 14px;
  color: var(--accent);
  font-size: 14px;
  font-family: var(--font-display);
  font-weight: 800;
  line-height: 1.2;
}
.card-cta::after {
  content: "\2192";
  transition: transform .22s ease;
}

/* Keep card CTA rows aligned across the site */
.grid.cards > .card:not(.application-card) {
  display: flex;
  flex-direction: column;
  height: 100%;
  will-change: transform;
  transition:
    transform .32s cubic-bezier(.22, .61, .36, 1),
    box-shadow .32s cubic-bezier(.22, .61, .36, 1),
    border-color .32s ease;
}
.grid.cards > .card:not(.application-card) > .card-link {
  height: 100%;
}
.grid.cards > .card:not(.application-card) .card-image img {
  transition: transform .45s ease;
}
.grid.cards > .card:not(.application-card):hover,
.grid.cards > .card:not(.application-card):focus-within {
  box-shadow: 0 20px 44px rgba(15, 76, 129, .12);
  border-color: #b8cce1;
  transform: translateY(-4px);
}
.grid.cards > .card:not(.application-card):hover .card-image img,
.grid.cards > .card:not(.application-card):focus-within .card-image img {
  transform: scale(1.05);
}
.grid.cards > .card:not(.application-card):hover .card-cta::after,
.grid.cards > .card:not(.application-card):focus-within .card-cta::after {
  transform: translateX(3px);
}

.grid.cards > .card:not(.application-card) {
  padding: 0;
  overflow: hidden;
}

.grid.cards > .card:not(.application-card) .card-image {
  flex: 0 0 auto;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  min-height: 0;
  margin: 0;
  border-radius: 14px 14px 0 0;
  background: #eef4f8;
}

.grid.cards > .card:not(.application-card) .card-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.grid.cards > .card:not(.application-card) .card-content {
  flex: 1 1 auto;
  min-height: auto;
  padding: 22px 28px 24px;
}

/* Applications cards: whole card clickable with stronger image hover CTA */
.application-card-grid {
  gap: 16px;
}

.application-card {
  padding: 0;
  overflow: hidden;
  will-change: transform;
  transition:
    transform .32s cubic-bezier(.22, .61, .36, 1),
    box-shadow .32s cubic-bezier(.22, .61, .36, 1),
    border-color .32s ease;
}

.application-card__link {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 100%;
  margin-top: 0;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

.application-card__media {
  position: relative;
  margin: 0;
  height: 220px;
  overflow: hidden;
  border-radius: 14px 14px 0 0;
  background: #e9eff6;
}

.application-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform .45s ease;
}

.application-card__body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 22px 22px 18px;
}

.application-card__body h3 {
  margin: 0 0 12px;
  font-size: 18px;
  line-height: 1.35;
  height: calc(1.35em * 2);
  min-height: calc(1.35em * 2);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.application-card__text {
  flex: 1;
  margin: 0;
  font-size: 15px;
  line-height: 1.68;
  height: calc(1.68em * 4);
  min-height: calc(1.68em * 4);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

.application-card__cta {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: auto;
  padding-top: 14px;
  color: var(--accent);
  font-size: 15px;
  font-weight: 700;
}

.application-card__cta::after {
  content: "\2192";
  transition: transform .22s ease;
}

.application-card:hover,
.application-card:focus-within {
  box-shadow: 0 20px 44px rgba(15, 76, 129, .12);
  border-color: #b8cce1;
  transform: translateY(-4px);
}

.application-card:hover .application-card__media img,
.application-card:focus-within .application-card__media img {
  transform: scale(1.05);
}

.application-card:hover .application-card__cta::after,
.application-card:focus-within .application-card__cta::after {
  transform: translateX(3px);
}

.application-card:hover h3,
.application-card:focus-within h3 {
  color: var(--accent);
}

/* 鈹€鈹€鈹€ Product Cards 鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€ */
.pd-product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 18px;
  align-items: stretch;
}
.pd-product-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  overflow: hidden;
  box-shadow: none;
  will-change: transform;
  transition:
    transform .32s cubic-bezier(.22, .61, .36, 1),
    box-shadow .32s cubic-bezier(.22, .61, .36, 1),
    border-color .32s ease;
}
.pd-product-card:hover {
  box-shadow: 0 20px 44px rgba(15, 76, 129, .12);
  border-color: #b8cce1;
  transform: translateY(-4px);
}
.pd-product-card__media {
  height: 186px;
  background: #fff;
  border-bottom: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  overflow: hidden;
}
.pd-product-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transition: transform .45s ease;
}
.pd-product-card__body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 18px 18px 20px;
}
.pd-product-card__title {
  margin: 0 0 10px;
  color: #0f172a;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 700;
  min-height: 44px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.pd-product-card__text {
  margin: 0;
  color: #64748b;
  font-size: 15px;
  line-height: 1.65;
  flex: 1;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.pd-product-card__anchor {
  display: flex;
  flex-direction: column;
  height: 100%;
  color: inherit;
  text-decoration: none;
  font-weight: 400;
  font-size: inherit;
  line-height: inherit;
  cursor: pointer;
}
.pd-product-card__link {
  margin-top: auto;
  padding-top: 16px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 600;
  color: var(--accent);
  text-decoration: none;
}
.pd-product-card__link::after {
  content: "\2192";
  transition: transform .22s ease;
}
.pd-product-card__link:hover {
  color: #0d3f6d;
}
.pd-product-card:hover .pd-product-card__media img,
.pd-product-card:focus-within .pd-product-card__media img {
  transform: scale(1.05);
}
.pd-product-card:hover .pd-product-card__link::after,
.pd-product-card:focus-within .pd-product-card__link::after {
  transform: translateX(3px);
}
@media (max-width: 767px) {
  .application-card__body h3 {
    min-height: auto;
  }
  .application-card__text {
    min-height: auto;
  }
  .grid.cards > .card:not(.application-card) .card-content h3 {
    min-height: auto;
  }
  .grid.cards > .card:not(.application-card) .card-content p {
    min-height: auto;
  }
  .pd-product-grid {
    gap: 14px;
  }
  .pd-product-card__media {
    height: 172px;
    padding: 0;
  }
  .pd-product-card__body {
    padding: 16px;
  }
  .pd-product-card__title {
    min-height: auto;
  }
}

/* 鈹€鈹€鈹€ Detail page images 鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€ */
.detail-images { margin-bottom: 24px; }
.detail-cover { border-radius: 10px; overflow: hidden; margin-bottom: 12px; }
.detail-cover img { width: 100%; max-height: 400px; object-fit: cover; display: block; }
.detail-gallery { display: grid; grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)); gap: 8px; }
.detail-gallery img { width: 100%; height: 120px; object-fit: cover; border-radius: 8px; cursor: pointer; transition: transform .2s; }
.detail-gallery img:hover { transform: scale(1.03); }

/* 鈹€鈹€鈹€ Split layout 鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€ */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.feature-list { display: grid; gap: 12px; }
.feature-list div { background: var(--soft); padding: 16px; border-radius: 10px; border: 1px solid var(--line); }

/* 鈹€鈹€鈹€ FAQ 鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€ */
.faq-list details { background: #fff; border: 1px solid var(--line); padding: 16px 18px; border-radius: 10px; margin-bottom: 12px; }
.faq-list summary { cursor: pointer; font-family: var(--font-display); font-weight: 800; list-style: none; display: flex; justify-content: space-between; align-items: center; }
.faq-list summary::after { content: '+'; font-size: 20px; color: var(--accent); transition: transform .2s; }
.faq-list details[open] summary::after { transform: rotate(45deg); }

/* 鈹€鈹€鈹€ CTA Section 鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€ */
.cta { text-align: center; }

/* 鈹€鈹€鈹€ Footer 鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€ */
.site-footer { background: #15202b; color: #dbe4ec; padding: 42px 0 16px; }
.site-footer a { color: #fff; }
.site-footer h3 { color: #fff; margin-bottom: 12px; font-size: 16px; }
.footer-grid { display: grid; grid-template-columns: 1.1fr .95fr 1.05fr 1fr; gap: 28px; align-items: start; }
.footer-brand { min-width: 0; }
.footer-brand p { margin: 14px 0 0; max-width: 320px; color: #d7e2eb; line-height: 1.55; }
.footer-logo { color: #fff; }
.footer-links { list-style: none; padding: 0; margin: 0; }
.footer-links li { margin-bottom: 5px; }
.footer-links a { color: #aebbc7; font-size: 14px; }
.footer-links a:hover { color: #fff; }
.footer-address { font-size: 13px; line-height: 1.5; }

/* Contact info in company section */
.footer-contact { margin-top: 12px; font-size: 13px; line-height: 1.55; color: #aebbc7; }
.footer-contact strong { display: block; margin-bottom: 8px; color: #fff; }
.footer-contact a { color: #8dc4ff; text-decoration: none; }
.footer-contact a:hover { text-decoration: underline; }
.footer-cta { display: inline-flex; align-items: center; margin-top: 12px; color: #fff; font-weight: 700; text-decoration: none; }
.copyright { border-top: 1px solid rgba(255,255,255,.12); margin-top: 22px; padding-top: 14px; font-size: 13px; color: #aebbc7; }


/* 鈹€鈹€鈹€ Inquiry Form 鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€ */
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.inquiry-form label { display: grid; gap: 6px; margin-bottom: 16px; font-family: var(--font-display); font-weight: 800; }
.inquiry-form [hidden] { display: none !important; }
.field-label { display: inline-flex; align-items: baseline; gap: 3px; }
.field-required { color: #dc2626; font-weight: 700; }
.inquiry-form input, .inquiry-form select, .inquiry-form textarea { width: 100%; padding: 12px; border: 1px solid var(--line); border-radius: var(--radius); font: inherit; }
.inquiry-form input:focus, .inquiry-form select:focus, .inquiry-form textarea:focus { outline: none; border-color: var(--accent); box-shadow: 0 0 0 3px rgba(15,76,129,.1); }
.inquiry-form input::placeholder,
.inquiry-form textarea::placeholder { color: #94a3b8; opacity: 1; }
.inquiry-form input.is-invalid,
.inquiry-form select.is-invalid,
.inquiry-form textarea.is-invalid {
  border-color: #ef4444 !important;
  background: #fff7f7;
  box-shadow: 0 0 0 3px rgba(239, 68, 68, .1) !important;
}
.inquiry-form .field-error-text {
  display: none;
  margin-top: -2px;
  color: #b91c1c;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.35;
}
.inquiry-form .field-error-text.is-visible {
  display: block;
}

/* 鈹€鈹€鈹€ Breadcrumb 鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€ */
.breadcrumb-wrap {
  max-width: 1240px;
  margin: 0 auto;
  padding: 12px 24px 8px;
  font-size: 13px;
  line-height: 1.5;
  color: #7A8798;
}
.breadcrumb-wrap a {
  color: #7A8798;
  text-decoration: none;
}
.breadcrumb-wrap a:hover {
  color: #155A9C;
}
.breadcrumb-wrap .current {
  color: #334155;
  font-weight: 500;
}
.breadcrumb-wrap .separator {
  color: #CBD5E1;
  margin: 0 6px;
}
.breadcrumb {
  max-width: 1240px;
  margin: 0 auto;
  padding: 12px 24px 8px;
  font-size: 13px;
  line-height: 1.5;
  color: #7A8798;
}
.breadcrumb a {
  color: #7A8798;
  text-decoration: none;
}
.breadcrumb a:hover {
  color: #155A9C;
}
.breadcrumb .current {
  color: #334155;
  font-weight: 500;
}
.breadcrumb .separator,
.breadcrumb .sep {
  color: #CBD5E1;
  margin: 0 6px;
}

/* 鈹€鈹€鈹€ Process Steps 鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€ */
.process-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; margin-top: 36px; }
.step { text-align: center; }
.step-number { display: inline-flex; align-items: center; justify-content: center; width: 48px; height: 48px; border-radius: 50%; background: var(--accent); color: #fff; font-size: 20px; font-weight: 700; margin-bottom: 12px; }
.step h3 { margin: 0 0 8px; font-size: 16px; }
.step p { font-size: 14px; color: var(--muted); margin: 0; }

/* 鈹€鈹€鈹€ Specification Table 鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€ */
.spec-table { width: 100%; border-collapse: collapse; margin-top: 20px; }
.spec-table th, .spec-table td { text-align: left; padding: 14px 18px; border-bottom: 1px solid var(--line); font-size: 15px; }
.spec-table th { width: 35%; background: var(--soft); font-family: var(--font-display); font-weight: 800; color: var(--text); }
.spec-table td { color: var(--muted); }
.spec-table tr:last-child th, .spec-table tr:last-child td { border-bottom: none; }

/* 鈹€鈹€鈹€ Feature List (multi-column) 鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€ */
.feature-list.cols-3 { grid-template-columns: repeat(3, 1fr); }

/* 鈹€鈹€鈹€ Grid 3-col modifier (for Applications 6 items) 鈹€鈹€ */
.grid.cols-3 { grid-template-columns: repeat(3, 1fr); }

/* 鈹€鈹€鈹€ Vehicle Tags 鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€ */
.vehicle-tags { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 12px; }
.tag { display: inline-block; padding: 10px 20px; background: var(--soft); border: 1px solid var(--line); border-radius: 30px; font-family: var(--font-display); font-weight: 800; font-size: 15px; color: var(--accent); }

/* 鈹€鈹€鈹€ Needs List 鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€ */
.needs-list { display: grid; gap: 16px; }
.need-item { background: #fff; border: 1px solid var(--line); border-radius: 12px; padding: 20px 24px; }
.need-item h3 { margin: 0 0 8px; font-size: 16px; color: var(--accent); }
.need-item p { margin: 0; font-size: 15px; color: var(--muted); }

/* 鈹€鈹€鈹€ Contact Layout 鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€ */
.contact-layout { display: grid; grid-template-columns: 1.6fr 1fr; gap: 48px; align-items: start; }
.form-wrap h2 { margin-top: 0; }
.form-hint { font-size: 13px; color: var(--muted); font-weight: 400; }

.contact-sidebar h2 { margin-top: 0; }
.contact-block { margin-bottom: 24px; }
.contact-block h3 { font-size: 15px; color: var(--accent); margin-bottom: 4px; }
.contact-block p { margin: 0; font-size: 15px; color: var(--muted); }
.contact-block a { color: var(--accent); }
.moq-note { background: var(--soft); border: 1px solid var(--line); border-radius: 10px; padding: 16px; }
.moq-note p { font-size: 14px; line-height: 1.6; }

/* 鈹€鈹€鈹€ Alert Messages 鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€ */
.alert { padding: 24px 28px; border-radius: 12px; margin-bottom: 24px; }
.alert-success { background: #ecfdf5; border: 1px solid #6ee7b7; }
.alert-success h2 { color: #065f46; margin-top: 0; }
.alert-success p { color: #047857; }
.alert-error { background: #fef2f2; border: 1px solid #fca5a5; }
.alert-error h2 { color: #991b1b; margin-top: 0; }
.alert-error p { color: #b91c1c; }
.alert-hint { font-size: 13px; margin-top: 8px; opacity: .8; }

/* 鈹€鈹€鈹€ Inquiry Modal 鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€ */
.modal-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.5);
  z-index: 9999;
  align-items: center;
  justify-content: center;
  padding: 20px;
  animation: modal-fade-in .25s ease;
}
.modal-overlay.open { display: flex; }
@keyframes modal-fade-in {
  from { opacity: 0; }
  to   { opacity: 1; }
}

.modal {
  background: #fff;
  border-radius: 16px;
  width: min(700px, 100%);
  max-height: 90vh;
  overflow-y: auto;
  box-shadow: 0 24px 64px rgba(0,0,0,.2);
  animation: modal-slide-up .35s cubic-bezier(.34, 1.56, .64, 1);
  position: relative;
}
@keyframes modal-slide-up {
  from { opacity: 0; transform: translateY(40px) scale(.95); }
  to   { opacity: 1; transform: translateY(0) scale(1); }
}

.modal-close {
  position: sticky;
  top: 0;
  float: right;
  z-index: 10;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 50%;
  width: 36px;
  height: 36px;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  color: var(--muted);
  transition: all .2s;
  margin: 12px 12px -36px 0;
}
.modal-close:hover { background: var(--soft); color: var(--text); }

.modal-body { padding: 28px 32px 36px; }

.modal-result { margin-bottom: 16px; }
.modal-result .alert { margin-bottom: 0; }

/* 鈹€鈹€鈹€ Responsive 鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€ */
@media (max-width: 1199px) {
  .container { width: min(1180px, calc(100% - 28px)); }
  .product-category-hero__inner {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .product-category-hero__image {
    max-width: 620px;
  }
  .nav-wrap {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    min-height: var(--site-header-height-mobile);
    padding: 14px 0;
  }
  .logo { min-width: 0; flex: 0 0 auto; }
  .logo {
    display: flex;
    align-items: center;
    height: auto;
    overflow: visible;
  }
  .logo-picture {
    display: block;
  }
  .logo-img {
    height: 26px !important;
    width: auto;
    transform: none;
  }
  .header-actions {
    margin-left: auto;
    width: auto;
    justify-content: flex-end;
    padding-top: 0;
    border-top: 0;
    gap: 10px;
    flex: 0 0 auto;
  }
  .main-nav {
    display: none;
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    right: 0;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    gap: 0;
    padding: 8px 16px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 14px;
    box-shadow: 0 18px 40px rgba(15, 23, 42, .10);
    z-index: 120;
  }
  .main-nav.open { display: flex; }
  .main-nav a {
    width: 100%;
    min-height: 44px;
    padding: 12px 0;
    border-bottom: 1px solid var(--line);
    justify-content: flex-start;
  }
  .main-nav a::before,
  .main-nav a::after {
    content: none;
  }
  .main-nav a:last-child { border-bottom: 0; }
  .nav-toggle {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: static;
    width: 40px;
    height: 40px;
    padding: 8px;
    gap: 5px;
    flex: 0 0 auto;
  }
  .nav-toggle span {
    margin: 0;
  }
  .lang-btn {
    min-height: 36px;
    padding: 0 12px;
  }
  .header-whatsapp-btn {
    min-height: 36px;
    padding: 0;
    gap: 0;
  }
  .header-whatsapp-btn .wa-btn-text {
    display: none;
  }
  .wa-btn-icon {
    width: 36px;
    height: 36px;
    border-radius: 999px;
    background: rgba(37,211,102,.10);
  }
  .section { padding: 56px 0; }
  .page-hero { padding: 34px 0; }
  .grid { grid-template-columns: repeat(2, 1fr); }
  .split, .footer-grid, .form-grid { grid-template-columns: 1fr; }
  .footer-grid { gap: 24px; }
  .process-steps { grid-template-columns: repeat(2, 1fr); }
  .feature-list.cols-3 { grid-template-columns: 1fr 1fr; }
  .contact-layout { grid-template-columns: 1fr; gap: 32px; }
  .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }
  .hero-actions .btn {
    display: block;
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 560px) {
  .grid { grid-template-columns: 1fr; }
  .hero { padding: 56px 0; }
  .hero-inner--panel { padding: 28px 22px; border-radius: 12px; }
  .page-hero h1 { font-size: 36px; line-height: 1.02; letter-spacing: 0; }
  .page-hero p { font-size: 15px; }
  .header-whatsapp-btn { font-size: 12px; }
  .wa-btn-icon svg { width: 16px; height: 16px; }
  .lang-btn { padding: 7px 12px; font-size: 12px; }
  .feature-list.cols-3 { grid-template-columns: 1fr; }
}


/* Inquiry Modal Quote Style */
.modal.quote-modal {
  width: min(820px, 100%);
  max-height: 92vh;
  overflow: hidden;
  border-radius: 18px;
  display: flex;
  flex-direction: column;
  box-shadow: 0 28px 72px rgba(15, 76, 129, .22);
}

.modal.quote-modal .modal-close {
  position: absolute;
  top: 18px;
  right: 20px;
  float: none;
  margin: 0;
  z-index: 20;
  width: 42px;
  height: 42px;
  background: rgba(255,255,255,.94);
  color: var(--accent);
  border-color: rgba(255,255,255,.7);
}

.quote-modal__hero {
  padding: 26px 76px 24px 34px;
  background: linear-gradient(135deg, #1f78bf, #155A9C);
  color: #fff;
}

.quote-modal__hero h2 {
  margin: 0;
  font-size: clamp(30px, 3vw, 38px);
  line-height: 1.08;
  font-weight: 900;
  letter-spacing: 0;
  color: #fff;
}

.quote-modal__body {
  padding: 24px 34px 32px;
  background: #fff;
  overflow-y: auto;
}

.quote-modal__form {
  margin: 0;
}

.quote-modal__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px 20px;
}

.quote-modal .modal-field {
  display: grid;
  gap: 6px;
  margin: 0;
  font-size: 14px;
  line-height: 1.25;
  color: #334155;
  font-family: var(--font-display);
  font-weight: 800;
}

.quote-modal .modal-field--full {
  grid-column: 1 / -1;
}

.quote-modal .inquiry-form input,
.quote-modal .inquiry-form select,
.quote-modal .inquiry-form textarea {
  width: 100%;
  padding: 11px 13px;
  min-height: 48px;
  border: 1px solid #d4dde8;
  border-radius: 6px;
  background: #fff;
  color: var(--text);
  box-shadow: none;
  transition: border-color .2s ease, box-shadow .2s ease;
}

.quote-modal .inquiry-form input:focus,
.quote-modal .inquiry-form select:focus,
.quote-modal .inquiry-form textarea:focus {
  border-color: var(--accent);
  box-shadow: 0 0 0 3px rgba(15,76,129,.10);
}

.quote-modal .inquiry-form textarea {
  resize: vertical;
  min-height: 112px;
}

.attachment-upload {
  position: relative;
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 62px;
  padding: 10px;
  border: 1px dashed #c8d5e2;
  border-radius: 6px;
  background: #f8fafc;
  cursor: pointer;
  transition: border-color .2s ease, background .2s ease;
}

.attachment-upload:hover,
.attachment-upload.is-selected {
  border-color: #8eb9df;
  background: #f1f7fd;
}

.attachment-upload input[type="file"] {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 1;
}

.attachment-upload__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 18px;
  border: 1px solid #b9d0e6;
  border-radius: 5px;
  background: #fff;
  color: var(--accent);
  font-size: 13px;
  font-weight: 600;
  white-space: nowrap;
}

.attachment-upload__hint {
  min-width: 0;
  color: #64748b;
  font-size: 13px;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.attachment-upload.is-selected .attachment-upload__hint {
  color: #0f4c81;
  font-weight: 600;
}

.quote-modal__submit {
  width: 100%;
  min-height: 52px;
  margin-top: 20px;
  border: none;
  border-radius: 10px;
  background: var(--accent);
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  box-shadow: 0 12px 24px rgba(15,76,129,.16);
}

.quote-modal__submit:hover {
  background: #0d3f6d;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sample-popup {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 92;
  width: min(540px, calc(100vw - 48px));
}

.sample-popup__shell {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 250px;
  padding: 24px 24px 24px;
  border-radius: 24px;
  background: linear-gradient(135deg, #1b6ed0 0%, #155A9C 58%, #114888 100%);
  color: #fff;
  box-shadow: 0 24px 70px rgba(15, 23, 42, 0.18);
}

.sample-popup__content {
  min-width: 0;
}

.sample-popup__title {
  margin: 0 44px 12px 0;
  color: #fff;
  font-family: var(--font-display);
  font-size: 24px;
  line-height: 1.05;
  font-weight: 900;
  letter-spacing: 0;
}

.sample-popup__copy {
  margin: 0;
  color: rgba(239, 246, 255, 0.9);
  font-family: var(--font-ui);
  font-size: 16px;
  line-height: 1.58;
}

.sample-popup__close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font-size: 24px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color .2s ease, transform .2s ease;
}

.sample-popup__close:hover {
  background: rgba(255, 255, 255, 0.16);
  transform: scale(1.04);
}

.sample-popup__form {
  margin-top: 18px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 120px;
  gap: 10px;
  align-items: center;
}

.sample-popup__input {
  width: 100%;
  height: 54px;
  border: 1px solid transparent;
  border-radius: 14px;
  padding: 0 16px;
  background: rgba(255, 255, 255, 0.97);
  color: var(--text);
  font: inherit;
  outline: none;
  transition: border-color .2s ease, box-shadow .2s ease, background-color .2s ease;
}

.sample-popup__input:focus {
  border-color: rgba(255, 255, 255, 0.32);
  box-shadow: 0 0 0 3px rgba(255,255,255,.16);
}

.sample-popup__input.is-invalid {
  border-color: #fecaca;
  background: #fff7f7;
  box-shadow: 0 0 0 3px rgba(127, 29, 29, .12);
}

.sample-popup__submit {
  height: 54px;
  border: 0;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
  font-family: var(--font-display);
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 0;
  cursor: pointer;
  transition: background-color .2s ease, transform .2s ease;
}

.sample-popup__submit:hover {
  background: rgba(255, 255, 255, 0.24);
  transform: translateY(-1px);
}

.sample-popup__submit:disabled {
  opacity: .75;
  cursor: wait;
  transform: none;
}

.sample-popup__result {
  margin-top: 14px;
  padding: 12px 14px;
  border-radius: 12px;
  font-size: 13px;
  line-height: 1.55;
}

.sample-popup__result.is-success {
  background: rgba(6, 95, 70, 0.22);
  border: 1px solid rgba(110, 231, 183, 0.28);
  color: #ecfdf5;
}

.sample-popup__result.is-error {
  background: rgba(127, 29, 29, 0.18);
  border: 1px solid rgba(252, 165, 165, 0.32);
  color: #fff1f2;
}

@media (max-width: 900px) {
  .modal.quote-modal {
    width: min(760px, 100%);
  }

  .quote-modal__hero,
  .quote-modal__body {
    padding-left: 24px;
    padding-right: 24px;
  }

  .sample-popup {
    right: 14px;
    bottom: 14px;
    width: min(520px, calc(100vw - 28px));
  }
}

@media (max-width: 640px) {
  .modal.quote-modal {
    border-radius: 16px;
  }

  .quote-modal__grid {
    grid-template-columns: 1fr;
  }

  .quote-modal__hero {
    padding-top: 24px;
    padding-bottom: 16px;
  }

  .quote-modal__body {
    padding-top: 18px;
    padding-bottom: 22px;
  }

  .attachment-upload {
    flex-direction: column;
    align-items: flex-start;
    gap: 7px;
  }

  .sample-popup {
    left: 12px;
    right: 12px;
    width: auto;
  }

  .sample-popup__shell {
    min-height: 0;
    padding: 20px 18px 18px;
    border-radius: 20px;
  }

  .sample-popup__title {
    margin-right: 40px;
    font-size: 21px;
  }

  .sample-popup__copy {
    font-size: 15px;
  }

  .sample-popup__form {
    grid-template-columns: 1fr;
  }
}

/* 01 heading color selection */
body:not(.home-page) main h1,
body:not(.home-page) main h2,
body:not(.home-page) main h3,
body:not(.home-page) .page-hero h1,
body:not(.home-page) .section-heading h2,
body:not(.home-page) .cta h2,
body:not(.home-page) .form-wrap h2,
body:not(.home-page) .contact-sidebar h2,
body:not(.home-page) .card h3,
body:not(.home-page) .pd-product-card__title,
body:not(.home-page) .application-card__body h3,
body:not(.home-page) .about-hero-copy h1,
body:not(.home-page) .about-company-copy h2 {
  color: #1E293B;
}

@media (prefers-reduced-motion: reduce) {
  .site-header,
  .main-nav a,
  .main-nav a::before,
  .main-nav a::after,
  .lang-btn,
  .lang-dropdown,
  .lang-dropdown a,
  .wa-btn-icon svg {
    transition: none !important;
  }
  .main-nav a:hover,
  .main-nav a[aria-current="page"],
  .lang-btn:hover {
    transform: none;
  }
}

