:root {
  --aru-navy: #0b2c40;
  --aru-navy-deep: #071d2b;
  --aru-blue: #185471;
  --aru-orange: #f59231;
  --aru-orange-dark: #dc7618;
  --aru-ink: #10202a;
  --aru-muted: #63737c;
  --aru-line: #dce4e7;
  --aru-soft: #f3f7f8;
}

.aru-service-page { color: var(--aru-ink); background: #fff; }
.aru-service-page a { text-decoration: none; }
.aru-service-page summary { list-style: none; }
.aru-service-page summary::-webkit-details-marker { display: none; }
.aru-header .navbar-brand img { width: 205px; max-height: 68px; object-fit: contain; }
.aru-header .navbar-nav > li > a { font-weight: 700; letter-spacing: .03em; }
.aru-header .navbar-nav > li > ul { max-height: 76vh; overflow-y: auto; }

.aru-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--aru-orange-dark);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .15em;
  line-height: 1.2;
  text-transform: uppercase;
}
.aru-kicker:before { width: 28px; height: 2px; content: ""; background: currentColor; }
.aru-kicker--light { color: #ffc27c; }

.aru-hero {
  min-height: 620px;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  color: #fff;
  background: var(--aru-navy-deep) var(--aru-hero) center/cover no-repeat;
}
.aru-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(5,24,37,.97) 0%, rgba(5,24,37,.78) 45%, rgba(5,24,37,.14) 100%);
}
.aru-hero__content { position: relative; z-index: 2; padding: 80px 15px; }
.aru-breadcrumb { margin-bottom: 58px; display: flex; align-items: center; flex-wrap: wrap; gap: 12px; color: #c5d3d9; font-size: 12px; font-weight: 700; }
.aru-breadcrumb a { color: #dce6ea; }
.aru-breadcrumb a:hover { color: var(--aru-orange); }
.aru-hero h1 {
  max-width: 880px;
  margin: 18px 0 20px;
  color: #fff;
  font-size: clamp(58px, 6.2vw, 92px);
  line-height: .98;
  letter-spacing: -.055em;
}
.aru-hero__content > p { max-width: 670px; margin: 0 0 34px; color: #d7e2e6; font-size: 18px; line-height: 1.75; }
.aru-button {
  min-height: 56px;
  padding: 0 25px;
  display: inline-flex;
  align-items: center;
  gap: 20px;
  color: #fff;
  background: var(--aru-orange);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .09em;
  text-transform: uppercase;
  transition: background .25s ease, transform .25s ease;
}
.aru-button:hover { color: #fff; background: var(--aru-orange-dark); transform: translateY(-2px); }
.aru-hero__count { position: absolute; z-index: 2; right: 7%; bottom: 42px; color: #fff; font-size: 48px; font-weight: 300; letter-spacing: -.04em; }
.aru-hero__count small { color: rgba(255,255,255,.65); font-size: 14px; font-weight: 700; letter-spacing: .04em; }

.aru-main { padding: 110px 0 90px; }
.aru-layout { display: grid; grid-template-columns: 320px minmax(0, 1fr); gap: 78px; align-items: start; }
.aru-sidebar { position: sticky; top: 102px; display: grid; gap: 26px; }
.aru-service-nav { background: var(--aru-soft); border-top: 4px solid var(--aru-orange); }
.aru-service-nav h2 { margin: 0; padding: 24px 24px 18px; color: var(--aru-navy-deep); font-size: 22px; }
.aru-service-nav nav { padding: 0 14px 16px; }
.aru-service-nav a {
  padding: 12px;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  border-top: 1px solid var(--aru-line);
  color: #455861;
  font-size: 13px;
  font-weight: 650;
  line-height: 1.4;
  transition: padding .2s ease, background .2s ease, color .2s ease;
}
.aru-service-nav a:hover,
.aru-service-nav a.active { padding-inline: 16px; color: #fff; background: var(--aru-blue); }
.aru-service-nav a span:last-child { color: var(--aru-orange); }
.aru-support { padding: 32px; color: #fff; background: var(--aru-navy); }
.aru-support > span { width: 44px; height: 44px; margin-bottom: 40px; display: grid; place-items: center; background: var(--aru-orange); font-size: 20px; }
.aru-support p { margin: 0 0 9px; color: #b8ccd5; font-size: 13px; }
.aru-support h3 { margin: 0 0 25px; color: #fff; font-size: 25px; line-height: 1.25; }
.aru-support a { margin-top: 8px; display: block; color: #fff; font-size: 13px; font-weight: 800; }
.aru-support a:last-child { color: #ffc27c; }
.aru-content > h2 {
  max-width: 840px;
  margin: 16px 0 30px;
  color: var(--aru-navy-deep);
  font-size: clamp(40px, 4.1vw, 62px);
  line-height: 1.06;
  letter-spacing: -.045em;
}
.aru-intro { display: grid; grid-template-columns: repeat(2, 1fr); gap: 36px; }
.aru-intro p { margin: 0; color: var(--aru-muted); font-size: 16px; line-height: 1.85; }

.aru-capabilities {
  margin-top: 64px;
  padding: 46px;
  display: grid;
  grid-template-columns: .75fr 1.25fr;
  gap: 48px;
  color: #fff;
  background: var(--aru-navy);
  box-shadow: 0 24px 70px rgba(7,29,43,.13);
}
.aru-capabilities h2 { margin: 14px 0 0; color: #fff; font-size: 38px; line-height: 1.08; }
.aru-capabilities ul { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(2, 1fr); gap: 0 26px; list-style: none; }
.aru-capabilities li { min-height: 63px; padding: 14px 0; display: flex; align-items: center; gap: 12px; border-bottom: 1px solid rgba(255,255,255,.12); color: #dce7eb; font-size: 14px; line-height: 1.4; }
.aru-capabilities li span { width: 25px; height: 25px; flex: 0 0 auto; display: grid; place-items: center; color: var(--aru-navy); background: var(--aru-orange); border-radius: 50%; font-size: 12px; font-weight: 900; }
.aru-section { padding-top: 94px; }
.aru-heading { margin-bottom: 36px; }
.aru-heading h2 { margin: 13px 0 0; color: var(--aru-navy-deep); font-size: 42px; line-height: 1.08; letter-spacing: -.04em; }
.aru-heading--split { display: flex; align-items: end; justify-content: space-between; gap: 64px; }
.aru-heading--split > p { max-width: 410px; margin: 0; color: var(--aru-muted); line-height: 1.75; }
.aru-benefits { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--aru-line); border-left: 1px solid var(--aru-line); }
.aru-benefits article { min-height: 290px; padding: 30px; border-right: 1px solid var(--aru-line); border-bottom: 1px solid var(--aru-line); transition: color .25s ease, background .25s ease; }
.aru-benefits article:hover { color: #fff; background: var(--aru-blue); }
.aru-benefits article > span { color: var(--aru-orange-dark); font-size: 12px; font-weight: 900; letter-spacing: .12em; }
.aru-benefits h3 { margin: 60px 0 14px; color: inherit; font-size: 22px; line-height: 1.2; }
.aru-benefits p { margin: 0; color: var(--aru-muted); font-size: 14px; line-height: 1.75; }
.aru-benefits article:hover p { color: #d3e0e5; }
.aru-process { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.aru-process article { min-height: 270px; padding: 26px; color: #fff; background: var(--aru-navy); }
.aru-process article:nth-child(even) { background: var(--aru-blue); }
.aru-process article > span { width: 44px; height: 44px; display: grid; place-items: center; color: var(--aru-navy); background: var(--aru-orange); font-size: 11px; font-weight: 900; }
.aru-process h3 { margin: 50px 0 13px; color: #fff; font-size: 20px; }
.aru-process p { margin: 0; color: #c8d7dd; font-size: 13px; line-height: 1.7; }
.aru-faq > details { border-top: 1px solid var(--aru-line); }
.aru-faq > details:last-child { border-bottom: 1px solid var(--aru-line); }
.aru-faq summary { padding: 24px 4px; display: flex; align-items: center; justify-content: space-between; gap: 28px; cursor: pointer; color: var(--aru-navy-deep); font-size: 18px; font-weight: 800; }
.aru-faq summary span:last-child { width: 34px; height: 34px; flex: 0 0 auto; display: grid; place-items: center; color: #fff; background: var(--aru-blue); transition: transform .25s ease, background .25s ease; }
.aru-faq details[open] summary span:last-child { transform: rotate(45deg); background: var(--aru-orange); }
.aru-faq details > p { max-width: 760px; margin: -4px 0 0; padding: 0 52px 25px 4px; color: var(--aru-muted); line-height: 1.75; }

.aru-next { min-height: 430px; position: relative; display: flex; align-items: center; color: #fff; background: var(--aru-navy-deep) var(--aru-next) center/cover no-repeat; }
.aru-next__overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,24,37,.96), rgba(5,24,37,.5)); }
.aru-next__content { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 20px; }
.aru-next__content > span { grid-column: 1/-1; color: #ffc27c; font-size: 12px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.aru-next h2 { margin: 0; color: #fff; font-size: clamp(46px, 5.5vw, 76px); line-height: .98; letter-spacing: -.05em; }
.aru-next a { min-height: 54px; padding: 0 24px; display: inline-flex; align-items: center; color: var(--aru-navy); background: #fff; font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.aru-next a:hover { color: #fff; background: var(--aru-orange); }

.aru-hub-hero {
  min-height: 620px;
  position: relative;
  display: flex;
  align-items: center;
  color: #fff;
  background: var(--aru-navy-deep) url('../img/services/ai/freight-forwarding.webp') center/cover no-repeat;
}
.aru-hub-hero__overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,24,37,.97), rgba(5,24,37,.5)); }
.aru-hub-hero .container { position: relative; z-index: 2; }
.aru-hub-hero h1 { max-width: 860px; margin: 18px 0 20px; color: #fff; font-size: clamp(58px, 6.3vw, 94px); line-height: .98; letter-spacing: -.055em; }
.aru-hub-hero p { max-width: 670px; margin: 0; color: #d7e2e6; font-size: 18px; line-height: 1.75; }
.aru-hub-intro { padding: 105px 0; }
.aru-hub-intro .container { display: grid; grid-template-columns: 1.12fr .88fr; gap: 90px; align-items: end; }
.aru-hub-intro h2 { max-width: 720px; margin: 16px 0 0; color: var(--aru-navy-deep); font-size: clamp(42px, 4.5vw, 64px); line-height: 1.04; letter-spacing: -.045em; }
.aru-hub-intro .container > p { margin: 0; color: var(--aru-muted); font-size: 17px; line-height: 1.85; }
.aru-hub-grid { padding: 90px 0 110px; background: var(--aru-soft); }
.aru-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.aru-card { overflow: hidden; background: #fff; box-shadow: 0 10px 36px rgba(7,29,43,.08); }
.aru-card__image { height: 245px; position: relative; display: block; overflow: hidden; background: var(--aru-blue); }
.aru-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.aru-card:hover .aru-card__image img { transform: scale(1.055); }
.aru-card__image > span { width: 54px; height: 54px; position: absolute; left: 0; bottom: 0; display: grid; place-items: center; color: #fff; background: var(--aru-orange); font-size: 12px; font-weight: 900; }
.aru-card > div { min-height: 285px; padding: 28px; display: flex; flex-direction: column; }
.aru-card > div > p { margin: 0 0 10px; color: var(--aru-orange-dark); font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.aru-card h2 { margin: 0 0 13px; color: var(--aru-navy-deep); font-size: 25px; line-height: 1.22; }
.aru-card > div > span { color: var(--aru-muted); font-size: 14px; line-height: 1.65; }
.aru-text-link { margin-top: auto; padding-top: 24px; color: var(--aru-blue); font-size: 12px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.aru-cta { padding: 68px 0; color: #fff; background: var(--aru-orange); }
.aru-cta .container { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.aru-cta h2 { margin: 11px 0 0; color: #fff; font-size: clamp(40px, 4.5vw, 60px); line-height: 1; letter-spacing: -.045em; }
.aru-cta a { min-height: 56px; padding: 0 24px; display: inline-flex; align-items: center; color: var(--aru-navy); background: #fff; font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }

.aru-footer { padding: 74px 0 0; color: #d2dfe4; background: var(--aru-navy-deep); }
.aru-footer__grid { display: grid; grid-template-columns: 1.4fr .8fr .8fr; gap: 90px; padding-bottom: 58px; }
.aru-footer__brand img { width: 260px; max-height: 96px; object-fit: contain; object-position: left center; }
.aru-footer__brand p { max-width: 430px; margin: 24px 0 0; color: #9fb5bf; line-height: 1.8; }
.aru-footer h3 { margin: 11px 0 23px; color: #fff; font-size: 17px; }
.aru-footer a, .aru-footer__grid > div > p { margin: 0 0 11px; display: block; color: #afc1c9; font-size: 14px; }
.aru-footer a:hover { color: #ffc27c; }
.aru-footer__bottom { padding: 23px 0; display: flex; justify-content: space-between; gap: 24px; border-top: 1px solid rgba(255,255,255,.12); }
.aru-footer__bottom p { margin: 0; color: #7f99a5; font-size: 12px; }

@media (max-width: 1199px) {
  .aru-layout { grid-template-columns: 280px minmax(0,1fr); gap: 48px; }
  .aru-capabilities { grid-template-columns: 1fr; }
  .aru-process { grid-template-columns: repeat(2,1fr); }
  .aru-cards { grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 991px) {
  .aru-header .navbar-brand img { width: 180px; }
  .aru-layout { grid-template-columns: 1fr; }
  .aru-sidebar { position: static; grid-template-columns: 1fr 1fr; }
  .aru-intro { grid-template-columns: 1fr; gap: 18px; }
  .aru-benefits { grid-template-columns: 1fr; }
  .aru-benefits article { min-height: 225px; }
  .aru-benefits h3 { margin-top: 35px; }
  .aru-hub-intro .container { grid-template-columns: 1fr; gap: 34px; }
  .aru-footer__grid { grid-template-columns: 1fr 1fr; gap: 50px; }
  .aru-footer__brand { grid-column: 1/-1; }
}
@media (max-width: 767px) {
  .aru-hero { min-height: 660px; background-position: 62% center; }
  .aru-hero h1 { font-size: 48px; }
  .aru-hero__content > p { font-size: 16px; }
  .aru-breadcrumb { margin-bottom: 45px; }
  .aru-hero__count { display: none; }
  .aru-main { padding: 76px 0 70px; }
  .aru-sidebar { grid-template-columns: 1fr; }
  .aru-content > h2 { font-size: 40px; }
  .aru-capabilities { padding: 32px 24px; gap: 28px; }
  .aru-capabilities ul { grid-template-columns: 1fr; }
  .aru-heading h2 { font-size: 36px; }
  .aru-heading--split { align-items: flex-start; flex-direction: column; gap: 18px; }
  .aru-process { grid-template-columns: 1fr; }
  .aru-process article { min-height: 230px; }
  .aru-next { min-height: 470px; }
  .aru-next__content { grid-template-columns: 1fr; align-items: start; }
  .aru-next h2 { font-size: 46px; }
  .aru-hub-hero { min-height: 620px; }
  .aru-hub-hero h1 { font-size: 49px; }
  .aru-cards { grid-template-columns: 1fr; }
  .aru-cta .container { align-items: flex-start; flex-direction: column; }
  .aru-footer__grid { grid-template-columns: 1fr; gap: 34px; }
  .aru-footer__brand { grid-column: auto; }
  .aru-footer__bottom { flex-direction: column; }
}
