:root {
  --hybrid-red: #d21d32;
  --hybrid-red-dark: #b31528;
  --hybrid-blue: #075aaa;
  --hybrid-ink: #111827;
  --hybrid-muted: #657184;
  --hybrid-line: #dfe5ed;
  --hybrid-soft: #f5f7fa;
  --hybrid-dark: #0b1424;
  --hybrid-header: 88px;
  --hybrid-content: 1480px;
  --hybrid-reading: 780px;
  --hybrid-shadow: 0 18px 52px rgba(16, 24, 40, 0.1);
}

html {
  scroll-padding-top: calc(var(--hybrid-header) + 24px);
}

#contact {
  scroll-margin-top: 64px;
}

body {
  color: var(--hybrid-ink);
  font-family: Arial, "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: 17px;
  line-height: 1.72;
  letter-spacing: 0;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body.hybrid-nav-open {
  overflow: hidden;
}

button,
input,
select,
textarea {
  font: inherit;
  letter-spacing: 0;
}

:focus-visible {
  outline: 3px solid #66d9ff;
  outline-offset: 3px;
}

.hybrid-skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 10000;
  padding: 10px 16px;
  color: var(--hybrid-dark);
  background: #fff;
  border-radius: 4px;
  box-shadow: var(--hybrid-shadow);
  transform: translateY(-160%);
  transition: transform 180ms ease;
}

.hybrid-skip-link:focus {
  transform: translateY(0);
}

.wrap {
  width: min(
    var(--hybrid-content),
    calc(100% - clamp(48px, 7vw, 120px))
  );
}

.site-header {
  height: var(--hybrid-header);
  z-index: 1000;
}

.site-header.scrolled,
.site-header.is-scrolled {
  background: rgba(8, 18, 34, 0.96);
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.18);
}

.nav-inner {
  width: min(
    var(--hybrid-content),
    calc(100% - clamp(48px, 7vw, 120px))
  );
  height: var(--hybrid-header);
  gap: 30px;
}

.brand {
  gap: 15px;
}

.brand img {
  width: 220px;
  height: 46px;
}

.site-header .brand img {
  filter: none;
  opacity: 1;
}

.brand span {
  padding-left: 15px;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.45;
}

.menu {
  margin-left: auto;
  gap: 27px;
  font-size: 15px;
  font-weight: 700;
}

.menu span,
.menu a {
  height: var(--hybrid-header);
}

.hero-dot {
  position: relative;
  width: 44px;
  height: 44px;
  border: 0;
  background: transparent;
  transform: none;
}

.hero-dot::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 9px;
  height: 9px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 50%;
  background: transparent;
  content: "";
  transform: translate(-50%, -50%);
  transition: background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.hero-dot:hover,
.hero-dot.active {
  border-color: transparent;
  background: transparent;
  transform: none;
}

.hero-dot:hover::before,
.hero-dot.active::before {
  border-color: #fff;
  background: #fff;
  transform: translate(-50%, -50%) scale(1.18);
}

.hero-dots {
  gap: 0;
}

[data-count],
.hero-current {
  font-variant-numeric: tabular-nums;
}

.data-section.reveal {
  padding-top: 0;
  opacity: 1;
  transform: none;
}

.hybrid-menu-toggle {
  display: none;
  position: relative;
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 4px;
  background: rgba(8, 18, 34, 0.18);
  color: #fff;
}

.hybrid-menu-icon,
.hybrid-menu-icon::before,
.hybrid-menu-icon::after {
  position: absolute;
  left: 11px;
  width: 20px;
  height: 2px;
  background: currentColor;
  content: "";
  transition: transform 180ms ease, opacity 180ms ease;
}

.hybrid-menu-icon {
  top: 20px;
}

.hybrid-menu-icon::before {
  top: -7px;
  left: 0;
}

.hybrid-menu-icon::after {
  top: 7px;
  left: 0;
}

.hybrid-menu-toggle[aria-expanded="true"] .hybrid-menu-icon {
  background: transparent;
}

.hybrid-menu-toggle[aria-expanded="true"] .hybrid-menu-icon::before {
  transform: translateY(7px) rotate(45deg);
}

.hybrid-menu-toggle[aria-expanded="true"] .hybrid-menu-icon::after {
  transform: translateY(-7px) rotate(-45deg);
}

.hybrid-nav-backdrop {
  position: fixed;
  inset: var(--hybrid-header) 0 0;
  z-index: 998;
  border: 0;
  background: rgba(3, 8, 18, 0.58);
  opacity: 0;
  pointer-events: none;
  transition: opacity 220ms ease;
}

.hybrid-mobile-nav {
  position: fixed;
  top: var(--hybrid-header);
  right: 0;
  bottom: 0;
  z-index: 999;
  display: flex;
  flex-direction: column;
  width: min(380px, calc(100% - 32px));
  padding: 26px 24px calc(26px + env(safe-area-inset-bottom));
  overflow-y: auto;
  color: #fff;
  background: #0b1424;
  box-shadow: -20px 0 60px rgba(0, 0, 0, 0.28);
  clip-path: inset(0 0 0 100%);
  visibility: hidden;
  transition: clip-path 240ms ease, visibility 0s linear 240ms;
}

.hybrid-mobile-nav a {
  display: flex;
  align-items: center;
  min-height: 58px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
  color: rgba(255, 255, 255, 0.82);
  font-size: 17px;
  font-weight: 700;
}

.hybrid-mobile-nav a[aria-current="page"] {
  color: #fff;
}

.hybrid-mobile-nav a[aria-current="page"]::before {
  width: 3px;
  height: 24px;
  margin-right: 12px;
  background: var(--hybrid-red);
  content: "";
}

body.hybrid-nav-open .hybrid-mobile-nav {
  clip-path: inset(0);
  visibility: visible;
  transition-delay: 0s;
}

body.hybrid-nav-open .hybrid-nav-backdrop {
  opacity: 1;
  pointer-events: auto;
}

.hero,
.page-hero {
  min-height: min(880px, 94svh);
}

.hero-content,
.page-hero-content {
  padding-top: 132px;
}

.hero h1 {
  max-width: 940px;
  font-size: 84px;
  font-weight: 800;
  line-height: 1.06;
  letter-spacing: 0;
}

.page-hero h1 {
  max-width: 940px;
  font-size: 72px;
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: 0;
}

.hero p,
.page-hero p {
  max-width: var(--hybrid-reading);
  font-size: 19px;
  line-height: 1.78;
}

.kicker {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
}

.btn {
  min-height: 52px;
  padding: 0 25px;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0;
}

.section {
  padding-top: 104px;
  padding-bottom: 104px;
}

.section-title {
  gap: 28px;
  margin-bottom: 48px;
}

.section-title h2,
.hybrid-task-head h2,
.hybrid-brand-head h2 {
  font-size: 46px;
  font-weight: 800;
  line-height: 1.16;
  letter-spacing: 0;
}

.section-title p,
.hybrid-task-head p,
.hybrid-brand-lead {
  font-size: 17px;
  line-height: 1.78;
}

.section h3,
.hybrid-task-card h3 {
  font-size: 23px;
  font-weight: 800;
  letter-spacing: 0;
}

.section p,
.section li {
  line-height: 1.72;
}

.hybrid-proof-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.hybrid-proof-item {
  min-width: 0;
  padding: 27px 28px;
  border-right: 1px solid rgba(255, 255, 255, 0.16);
}

.hybrid-proof-item:last-child {
  border-right: 0;
}

.hybrid-proof-item strong {
  display: block;
  margin-bottom: 4px;
  color: #fff;
  font-size: 24px;
  line-height: 1.3;
}

.hybrid-proof-item span,
.hybrid-proof-item small {
  display: block;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
}

.hybrid-task-head,
.hybrid-brand-head {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
  align-items: end;
  gap: 56px;
  margin-bottom: 46px;
}

.hybrid-task-section,
.hybrid-brand-section,
.home-service-section {
  background: #fff;
  color: var(--hybrid-ink);
}

.hybrid-task-section {
  border-top: 1px solid var(--hybrid-line);
  border-bottom: 1px solid var(--hybrid-line);
}

.hybrid-eyebrow {
  margin: 0 0 12px;
  color: var(--hybrid-red);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.4;
}

.hybrid-task-head h2 {
  margin: 0;
  color: var(--hybrid-ink);
}

.hybrid-task-head p,
.hybrid-brand-lead {
  max-width: 720px;
  color: var(--hybrid-muted);
}

.hybrid-task-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--hybrid-line);
  border-left: 1px solid var(--hybrid-line);
}

.hybrid-task-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 268px;
  padding: 30px 28px 26px;
  border-right: 1px solid var(--hybrid-line);
  border-bottom: 1px solid var(--hybrid-line);
  background: #fff;
  transition: background 180ms ease, border-color 180ms ease;
}

.hybrid-task-card::after {
  display: none !important;
  content: none !important;
}

.hybrid-task-card:hover {
  background: #fbfcfe;
  border-color: #bcc8d8;
}

.hybrid-task-index {
  display: block;
  width: auto;
  height: auto;
  min-height: 0;
  margin-bottom: 34px;
  padding: 0;
  color: var(--hybrid-red);
  background: transparent;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.4;
}

.hybrid-task-card h3 {
  margin: 0;
  color: var(--hybrid-ink);
}

.hybrid-task-card p {
  margin-top: 14px;
  color: var(--hybrid-muted);
  font-size: 16px;
}

.hybrid-task-link {
  align-self: flex-start;
  margin-top: auto;
  padding-top: 22px;
  border-bottom: 1px solid currentColor;
  color: var(--hybrid-blue);
  font-size: 15px;
  font-weight: 700;
}

.hybrid-brand-section {
  border-top: 1px solid var(--hybrid-line);
}

.hybrid-brand-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
}

.hybrid-brand-card {
  display: grid;
  place-items: center;
  min-width: 0;
  width: 100%;
  height: auto;
  min-height: 0;
  aspect-ratio: 2.1 / 1;
  padding: 20px;
  border: 1px solid var(--hybrid-line);
  border-radius: 4px;
  background: #fff;
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.hybrid-brand-card:hover {
  border-color: #bcc8d8;
  box-shadow: 0 12px 28px rgba(16, 24, 40, 0.08);
}

.hybrid-brand-card img {
  width: 100%;
  max-width: 150px;
  max-height: 54px;
  object-fit: contain;
}

.hybrid-brand-note {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  max-width: 980px;
  margin: 22px 0 0;
  padding: 0;
  color: var(--hybrid-muted);
  background: transparent;
  font-size: 13px;
  line-height: 1.6;
}

.hybrid-brand-note::before {
  flex: 0 0 auto;
  width: 8px;
  height: 8px;
  margin-top: 6px;
  border-radius: 50%;
  background: #e7a519;
  content: "";
}

.hybrid-brand-link {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  margin-top: 7px;
  color: var(--hybrid-blue);
  font-size: 15px;
  font-weight: 700;
}

.hybrid-brand-link::after {
  margin-left: 8px;
  content: "→";
  transition: transform 180ms ease;
}

.hybrid-brand-link:hover::after {
  transform: translateX(3px);
}

.home-service-section {
  padding-bottom: 104px;
}

.home-service-section .section-title h2 {
  color: var(--hybrid-ink);
}

.home-service-section .service-content h3 {
  color: #fff;
}

[data-hybrid-inquiry-form] {
  display: block;
  width: 100%;
  max-width: 980px;
}

[data-hybrid-inquiry-input] {
  width: 100%;
  min-width: 0;
  min-height: 58px;
  padding: 0 20px;
  border: 1px solid #cbd5e1;
  border-radius: 4px;
  color: var(--hybrid-ink);
  background: #fff;
  font-size: 17px;
}

[data-hybrid-inquiry-input]::placeholder {
  color: #7b8797;
}

[data-hybrid-inquiry-form] button,
.hybrid-inquiry-submit {
  min-height: 58px;
  padding: 0 28px;
  border: 1px solid var(--hybrid-red);
  border-radius: 4px;
  color: #fff;
  background: var(--hybrid-red);
  font-weight: 800;
}

[data-hybrid-inquiry-form] button:hover,
.hybrid-inquiry-submit:hover {
  border-color: var(--hybrid-red-dark);
  background: var(--hybrid-red-dark);
}

[data-hybrid-inquiry-status] {
  min-height: 24px;
  color: var(--hybrid-muted);
  font-size: 14px;
}

.hybrid-inquiry-note,
.hybrid-disclaimer,
.hybrid-section-note,
.hybrid-boundary-note,
.hybrid-history-note {
  color: var(--hybrid-muted);
  font-size: 14px;
  line-height: 1.7;
}

[data-category-select],
#categorySelect {
  width: 100%;
  min-height: 52px;
  padding: 0 42px 0 16px;
  border: 1px solid var(--hybrid-line);
  border-radius: 4px;
  color: var(--hybrid-ink);
  background: #fff;
}

.hybrid-category-select-wrap {
  display: none;
}

.hybrid-section-note {
  max-width: 760px;
}

.hybrid-boundary-note,
.hybrid-history-note {
  max-width: 980px;
  margin-top: 22px;
  padding: 16px 18px;
  border-left: 3px solid var(--hybrid-red);
  background: var(--hybrid-soft);
}

.hybrid-visual-note {
  z-index: 4;
  display: inline-flex;
  max-width: min(520px, calc(100% - 32px));
  padding: 7px 10px;
  border-radius: 4px;
  color: rgba(255, 255, 255, 0.82);
  background: rgba(6, 14, 30, 0.72);
  font-size: 12px;
  line-height: 1.55;
  backdrop-filter: blur(8px);
}

.page-hero > .hybrid-visual-note {
  position: absolute;
  right: max(24px, calc((100% - var(--hybrid-content)) / 2));
  bottom: 22px;
}

.quality-visual,
.route-visual,
.value-visual,
.contact-route-visual,
.profile-grid {
  position: relative;
}

.quality-visual .hybrid-visual-note,
.route-visual .hybrid-visual-note,
.value-visual .hybrid-visual-note,
.contact-route-visual .hybrid-visual-note,
.profile-grid > .hybrid-visual-note {
  position: absolute;
  right: 14px;
  bottom: 14px;
}

.hybrid-redirect-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.trace-section {
  background: #fff;
  color: var(--hybrid-ink);
}

.trace-section .section-title h2,
.trace-section .section-title p,
.trace-step h3 {
  color: var(--hybrid-ink);
}

.trace-step {
  border-color: var(--hybrid-line);
  background: #fff;
  box-shadow: 0 10px 28px rgba(16, 24, 40, 0.05);
}

.trace-step p {
  color: var(--hybrid-muted);
}

.site-footer {
  padding: 64px 0 28px;
  color: #fff;
  background: #080f1c;
  font-size: 15px;
}

.site-footer .footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 1fr;
  gap: clamp(42px, 7vw, 96px);
}

.site-footer .footer-brand img {
  display: block;
  width: 190px;
  height: auto;
  filter: brightness(0) invert(1);
}

.site-footer .footer-brand p {
  max-width: 420px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  line-height: 1.75;
}

.site-footer .footer-nav,
.site-footer .footer-contact {
  display: grid;
  align-content: start;
  min-width: 0;
  gap: 10px;
}

.site-footer .footer-nav h2,
.site-footer .footer-contact h2 {
  margin: 0 0 8px;
  color: #fff;
  font-size: 15px;
  line-height: 1.4;
}

.site-footer .footer-nav a,
.site-footer .footer-contact a,
.site-footer .footer-contact span {
  color: rgba(255, 255, 255, 0.68);
  font-size: 14px;
  line-height: 1.65;
  overflow-wrap: anywhere;
}

.site-footer .footer-nav a:hover,
.site-footer .footer-contact a:hover {
  color: #fff;
}

.site-footer .footer-nav a[aria-current="page"] {
  color: #fff;
  font-weight: 700;
}

.site-footer .footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 54px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.64);
  font-size: 13px;
}

.hero-stat span,
.hero-badge span {
  letter-spacing: 0;
}

@media (max-width: 1180px) {
  :root {
    --hybrid-header: 82px;
  }

  .brand img {
    width: 196px;
    height: 42px;
  }

  .brand span {
    display: none;
  }

  .menu {
    gap: 20px;
    font-size: 14px;
  }

  .hero h1 {
    font-size: 70px;
  }

  .page-hero h1 {
    font-size: 62px;
  }

  .section-title h2,
  .hybrid-task-head h2,
  .hybrid-brand-head h2 {
    font-size: 42px;
  }

  .hybrid-task-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hybrid-brand-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  :root {
    --hybrid-header: 76px;
  }

  .wrap,
  .nav-inner {
    width: calc(100% - 40px);
  }

  .nav-inner {
    gap: 14px;
  }

  .brand img {
    width: 176px;
    height: 38px;
  }

  .menu {
    display: none;
  }

  .hybrid-menu-toggle {
    display: block;
    margin-left: auto;
  }

  .hero,
  .page-hero {
    min-height: min(820px, 94svh);
  }

  .hero-content,
  .page-hero-content {
    padding-top: 116px;
  }

  .hero h1 {
    font-size: 56px;
  }

  .page-hero h1 {
    font-size: 52px;
  }

  .hero p,
  .page-hero p {
    font-size: 18px;
  }

  .section {
    padding-top: 82px;
    padding-bottom: 82px;
  }

  .hybrid-task-head,
  .hybrid-brand-head {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 18px;
  }

  .hybrid-proof-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hybrid-proof-item:nth-child(2) {
    border-right: 0;
  }

  .hybrid-proof-item:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  }

  .site-footer .footer-grid {
    grid-template-columns: 1.2fr 0.8fr;
  }

  .site-footer .footer-contact {
    grid-column: 1 / -1;
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
  }
}

@media (max-width: 760px) {
  body {
    font-size: 16px;
    line-height: 1.72;
  }

  .wrap,
  .nav-inner {
    width: calc(100% - 36px);
  }

  .hero,
  .page-hero {
    min-height: min(780px, 93svh);
  }

  .hero-content,
  .page-hero-content {
    padding-top: 104px;
  }

  .hero h1 {
    font-size: 44px;
    line-height: 1.08;
  }

  .page-hero h1 {
    font-size: 42px;
    line-height: 1.1;
  }

  .hero p,
  .page-hero p {
    font-size: 16px;
    line-height: 1.72;
  }

  .page-hero .hero-stats,
  .page-hero .hero-badges {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    width: 100%;
    max-width: 100%;
    margin-top: 28px;
  }

  .page-hero .hero-stat,
  .page-hero .hero-stat:last-child,
  .page-hero .hero-badge,
  .page-hero .hero-badge:last-child {
    min-width: 0;
    padding: 16px 9px;
    border-right: 1px solid rgba(255, 255, 255, 0.18);
    border-bottom: 0;
  }

  .page-hero .hero-stat:last-child,
  .page-hero .hero-badge:last-child {
    border-right: 0;
  }

  .page-hero .hero-stat strong,
  .page-hero .hero-badge strong {
    font-size: 24px;
  }

  .page-hero .hero-stat span,
  .page-hero .hero-badge span {
    margin-top: 7px;
    font-size: 11px;
    line-height: 1.4;
    letter-spacing: 0;
    overflow-wrap: anywhere;
  }

  .btn {
    min-height: 50px;
    padding: 0 21px;
    font-size: 15px;
  }

  .section {
    padding-top: 68px;
    padding-bottom: 68px;
  }

  .section-title {
    margin-bottom: 34px;
  }

  .section-title h2,
  .hybrid-task-head h2,
  .hybrid-brand-head h2 {
    font-size: 34px;
    line-height: 1.2;
  }

  .section h3,
  .hybrid-task-card h3 {
    font-size: 22px;
  }

  .hybrid-task-grid {
    grid-template-columns: 1fr;
  }

  .hybrid-task-card {
    min-height: 236px;
    padding: 26px 24px;
  }

  .hybrid-task-index {
    margin-bottom: 25px;
  }

  .hybrid-brand-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .hybrid-brand-card {
    padding: 14px;
  }

  .hybrid-brand-card img {
    max-height: 44px;
  }

  .home-service-section {
    padding-bottom: 68px;
  }

  .site-footer {
    padding-top: 54px;
  }

  .site-footer .footer-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .site-footer .footer-contact {
    grid-column: auto;
  }

  .site-footer .footer-nav a,
  .site-footer .footer-contact a {
    display: flex;
    align-items: center;
    min-height: 44px;
  }

  .site-footer .footer-bottom {
    display: grid;
    justify-content: start;
    gap: 7px;
    margin-top: 42px;
  }

  .hybrid-category-select-wrap {
    display: block;
    margin-bottom: 14px;
  }

  .category-tabs[role="tablist"] {
    display: none;
  }

  .page-hero > .hybrid-visual-note {
    right: 18px;
    bottom: 16px;
  }

  .hybrid-redirect-actions {
    flex-direction: column;
  }
}

@media (max-width: 360px) {
  .wrap,
  .nav-inner {
    width: calc(100% - 28px);
  }

  .brand img {
    width: 160px;
  }

  .hero h1,
  .page-hero h1 {
    font-size: 38px;
  }

  .section-title h2,
  .hybrid-task-head h2,
  .hybrid-brand-head h2 {
    font-size: 31px;
  }

  .hybrid-proof-grid {
    grid-template-columns: 1fr;
  }

  .hybrid-proof-item,
  .hybrid-proof-item:nth-child(2) {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  }

  .hybrid-proof-item:last-child {
    border-bottom: 0;
  }

  .carrier-logo,
  .carrier-logo img,
  .carrier-card p {
    width: 100%;
    min-width: 0;
    max-width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .reveal {
    opacity: 1 !important;
    transform: none !important;
  }
}

/* Bilingual navigation and English copy adaptations. */
.menu .language-link {
  align-self: center;
  justify-content: center;
  min-width: 44px;
  height: 34px;
  padding: 0 11px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 4px;
  color: #fff;
  font-size: 13px;
  line-height: 1;
}

.menu .language-link:hover {
  border-color: #fff;
  background: rgba(255, 255, 255, 0.1);
}

.menu .language-link::after {
  display: none;
}

.hybrid-mobile-nav .language-link {
  justify-content: center;
  min-height: 48px;
  margin-top: 20px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 4px;
  color: #fff;
}

html[lang="en"] body {
  line-height: 1.65;
}

html[lang="en"] .menu {
  gap: 24px;
  font-size: 14px;
}

html[lang="en"] .hero h1 {
  max-width: 1080px;
  font-size: 80px;
  line-height: 1.04;
}

html[lang="en"] .page-hero h1 {
  max-width: 1080px;
  font-size: 68px;
  line-height: 1.06;
}

html[lang="en"] .section-title h2,
html[lang="en"] .hybrid-task-head h2,
html[lang="en"] .hybrid-brand-head h2 {
  line-height: 1.14;
}

html[lang="en"] .category-tab {
  min-height: 62px;
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 1.3;
  white-space: normal;
}

html[lang="en"] .sub-item b,
html[lang="en"] .hero-stat span,
html[lang="en"] .hero-badge span {
  overflow-wrap: anywhere;
}

html[lang="en"] .site-footer .footer-brand p,
html[lang="en"] .site-footer .footer-nav a,
html[lang="en"] .site-footer .footer-contact a,
html[lang="en"] .site-footer .footer-contact span {
  line-height: 1.6;
}

@media (max-width: 1180px) {
  html[lang="en"] .menu {
    gap: 16px;
    font-size: 13px;
  }

  html[lang="en"] .hero h1 {
    font-size: 64px;
  }

  html[lang="en"] .page-hero h1 {
    font-size: 56px;
  }
}

@media (max-width: 900px) {
  html[lang="en"] .hero h1 {
    font-size: 52px;
  }

  html[lang="en"] .page-hero h1 {
    font-size: 48px;
  }
}

@media (max-width: 760px) {
  html[lang="en"] body {
    line-height: 1.62;
  }

  html[lang="en"] .hero h1 {
    font-size: 40px;
    line-height: 1.08;
  }

  html[lang="en"] .page-hero h1 {
    font-size: 38px;
    line-height: 1.1;
  }

  html[lang="en"] .section-title h2,
  html[lang="en"] .hybrid-task-head h2,
  html[lang="en"] .hybrid-brand-head h2 {
    font-size: 32px;
  }
}

@media (max-width: 360px) {
  html[lang="en"] .hero h1,
  html[lang="en"] .page-hero h1 {
    font-size: 34px;
  }

  html[lang="en"] .section-title h2,
  html[lang="en"] .hybrid-task-head h2,
  html[lang="en"] .hybrid-brand-head h2 {
    font-size: 29px;
  }
}
