﻿/* Karayolu Kargo â€” premium European road freight */

body.gwc-ihracat-body .gwc-main {
  padding: 0;
}

.gwc-ihracat-page {
  --ihr-navy: #040810;
  --ihr-navy-2: #0a1628;
  --ihr-navy-3: #0f2744;
  --ihr-gold: #c9a227;
  --ihr-gold-light: #e8c547;
  --ihr-cyan: #00b4d8;
  --ihr-font: "Plus Jakarta Sans", "Segoe UI", system-ui, sans-serif;
  font-family: var(--ihr-font);
  overflow-x: hidden;
}

.ihr-cinematic-bg {
  filter: saturate(0.82) contrast(1.1) brightness(0.9);
}

.gwc-ihr-reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1), transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}
.gwc-ihr-reveal.is-visible { opacity: 1; transform: none; }
.gwc-ihr-reveal--d1 { transition-delay: 0.08s; }
.gwc-ihr-reveal--d2 { transition-delay: 0.16s; }
.gwc-ihr-reveal--d3 { transition-delay: 0.24s; }

.ihr-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 26px;
  font-size: 0.86rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-decoration: none;
  border-radius: 10px;
  transition: transform 0.3s, box-shadow 0.3s, background 0.3s, border-color 0.3s;
}
.ihr-btn:hover { transform: translateY(-3px); }
.ihr-btn--gold {
  background: linear-gradient(135deg, var(--ihr-gold), var(--ihr-gold-light));
  color: var(--ihr-navy);
  box-shadow: 0 10px 36px rgba(201, 162, 39, 0.35);
}
.ihr-btn--gold:hover { box-shadow: 0 16px 44px rgba(201, 162, 39, 0.5); }
.ihr-btn--glass {
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.22);
  backdrop-filter: blur(12px);
}
.ihr-btn--outline {
  background: transparent;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.32);
}

.ihr-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ihr-cyan);
  margin-bottom: 12px;
}
.ihr-eyebrow--gold { color: var(--ihr-gold-light); }
.ihr-eyebrow--hero { color: rgba(232, 197, 71, 0.9); }
.ihr-eyebrow::before {
  content: "";
  width: 24px;
  height: 1px;
  background: currentColor;
  opacity: 0.75;
}

.ihr-section-head {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 48px;
}
.ihr-section-head--light .ihr-section-head__title { color: #fff; }
.ihr-section-head--article { max-width: 780px; }
.ihr-section-head__title {
  font-size: clamp(1.55rem, 3.2vw, 2.35rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--ihr-navy-3);
  margin: 0 0 14px;
}
.ihr-section-head__desc {
  font-size: 1.02rem;
  line-height: 1.75;
  color: #64748b;
  margin: 0;
}
.ihr-section-head__desc--light { color: rgba(255, 255, 255, 0.62); }

/* â€”â€” Premium outline icons â€”â€” */
.ihr-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
  flex-shrink: 0;
  position: relative;
}
.ihr-icon::after {
  content: "";
  position: absolute;
  inset: 10px;
  background: var(--ihr-icon-color, rgba(201, 162, 39, 0.95));
  mask-image: var(--ihr-icon-mask);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-image: var(--ihr-icon-mask);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}

.ihr-icon--routes { --ihr-icon-color: rgba(0, 180, 216, 0.95); --ihr-icon-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='black' stroke-width='1.7' stroke-linecap='round'%3E%3Cpath d='M4 12h6l2-3 4 6 2-3h2'/%3E%3Ccircle cx='6' cy='12' r='1.5' fill='black'/%3E%3Ccircle cx='18' cy='12' r='1.5' fill='black'/%3E%3C/g%3E%3C/svg%3E"); }
.ihr-icon--support { --ihr-icon-color: rgba(232, 197, 71, 0.95); --ihr-icon-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='black' stroke-width='1.7' stroke-linecap='round'%3E%3Cpath d='M12 3v3M5.6 5.6l2.1 2.1M3 12h3M5.6 18.4l2.1-2.1M12 18v3M18.4 18.4l-2.1-2.1M21 12h-3M18.4 5.6l-2.1 2.1'/%3E%3Ccircle cx='12' cy='12' r='3.5'/%3E%3C/g%3E%3C/svg%3E"); }
.ihr-icon--express { --ihr-icon-color: rgba(232, 197, 71, 0.95); --ihr-icon-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M13 2L4 14h7l-1 8 10-14h-7z' fill='none' stroke='black' stroke-width='1.7' stroke-linejoin='round'/%3E%3C/svg%3E"); }
.ihr-icon--customs { --ihr-icon-color: rgba(232, 197, 71, 0.95); --ihr-icon-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='black' stroke-width='1.7' stroke-linecap='round'%3E%3Cpath d='M8 3.5h6l3 3V20a1.5 1.5 0 0 1-1.5 1.5H8A1.5 1.5 0 0 1 6.5 20V5A1.5 1.5 0 0 1 8 3.5z'/%3E%3Cpath d='M14 3.5V7h3M9 12h6M9 15.5h6'/%3E%3C/g%3E%3C/svg%3E"); }
.ihr-icon--door { --ihr-icon-color: rgba(0, 180, 216, 0.92); --ihr-icon-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='black' stroke-width='1.7' stroke-linecap='round'%3E%3Cpath d='M3.5 7.5h11v9h-11zM14.5 10.5h3.8l2.2 2.6v3H14.5z'/%3E%3Ccircle cx='7.5' cy='17.5' r='1.5'/%3E%3Ccircle cx='17.5' cy='17.5' r='1.5'/%3E%3C/g%3E%3C/svg%3E"); }
.ihr-icon--shield { --ihr-icon-color: rgba(232, 197, 71, 0.95); --ihr-icon-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='black' stroke-width='1.7' stroke-linecap='round'%3E%3Cpath d='M12 3.5l7 3v6.2c0 4.2-2.8 7.2-7 8.8-4.2-1.6-7-4.6-7-8.8V6.5l7-3z'/%3E%3Cpath d='M9.2 12.2l1.8 1.8 3.8-4'/%3E%3C/g%3E%3C/svg%3E"); }
.ihr-icon--truck { --ihr-icon-color: rgba(0, 180, 216, 0.92); --ihr-icon-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='black' stroke-width='1.7' stroke-linecap='round'%3E%3Cpath d='M3.5 7.5h11v9h-11zM14.5 10.5h3.8l2.2 2.6v3H14.5z'/%3E%3Ccircle cx='7.5' cy='17.5' r='1.5'/%3E%3Ccircle cx='17.5' cy='17.5' r='1.5'/%3E%3C/g%3E%3C/svg%3E"); }
.ihr-icon--parcel { --ihr-icon-color: rgba(232, 197, 71, 0.95); --ihr-icon-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='black' stroke-width='1.7' stroke-linejoin='round'%3E%3Cpath d='M12 3l8 4.5v9L12 21l-8-4.5v-9L12 3z'/%3E%3Cpath d='M12 12l8-4.5M12 12v9M12 12L4 7.5'/%3E%3C/g%3E%3C/svg%3E"); }
.ihr-icon--cold { --ihr-icon-color: rgba(0, 180, 216, 0.92); --ihr-icon-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='black' stroke-width='1.7' stroke-linecap='round'%3E%3Cpath d='M12 3v18M3 12h18M6.5 6.5l11 11M17.5 6.5l-11 11'/%3E%3C/g%3E%3C/svg%3E"); }
.ihr-icon--step-quote { --ihr-icon-color: rgba(232, 197, 71, 0.95); --ihr-icon-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='black' stroke-width='1.7' stroke-linecap='round'%3E%3Cpath d='M8 3.5h6l3 3V20a1.5 1.5 0 0 1-1.5 1.5H8A1.5 1.5 0 0 1 6.5 20V5A1.5 1.5 0 0 1 8 3.5z'/%3E%3Cpath d='M9 12h6'/%3E%3C/g%3E%3C/svg%3E"); }
.ihr-icon--step-load { --ihr-icon-color: rgba(0, 180, 216, 0.92); --ihr-icon-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='black' stroke-width='1.7' stroke-linecap='round'%3E%3Cpath d='M4 14h16M7 14V9h4v5M13 14V7h4v7'/%3E%3Cpath d='M3 18h18'/%3E%3C/g%3E%3C/svg%3E"); }
.ihr-icon--step-transit { --ihr-icon-color: rgba(232, 197, 71, 0.95); --ihr-icon-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='black' stroke-width='1.7' stroke-linecap='round'%3E%3Cpath d='M4 12h6l2-3 4 6 2-3h2'/%3E%3C/g%3E%3C/svg%3E"); }
.ihr-icon--step-customs { --ihr-icon-color: rgba(232, 197, 71, 0.95); --ihr-icon-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='black' stroke-width='1.7' stroke-linecap='round'%3E%3Cpath d='M12 3.5l7 3v6.2c0 4.2-2.8 7.2-7 8.8-4.2-1.6-7-4.6-7-8.8V6.5l7-3z'/%3E%3C/g%3E%3C/svg%3E"); }
.ihr-icon--step-delivery { --ihr-icon-color: rgba(0, 180, 216, 0.92); --ihr-icon-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='black' stroke-width='1.7' stroke-linecap='round'%3E%3Cpath d='M3.5 7.5h11v9h-11zM14.5 10.5h3.8l2.2 2.6v3H14.5z'/%3E%3C/g%3E%3C/svg%3E"); }

/* â€”â€” Cinematic Hero â€”â€” */
.ihr-hero--cinematic {
  position: relative;
  padding: clamp(108px, 12vh, 140px) 0 clamp(72px, 9vh, 96px);
  background: var(--ihr-navy);
  overflow: hidden;
  min-height: clamp(560px, 78vh, 720px);
  display: flex;
  align-items: center;
}
.ihr-hero__bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.ihr-hero__bg-photo {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center 40%;
}
.ihr-hero__bg-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(105deg, rgba(4, 8, 16, 0.94) 0%, rgba(4, 8, 16, 0.72) 42%, rgba(4, 8, 16, 0.55) 100%),
    linear-gradient(180deg, transparent 60%, rgba(4, 8, 16, 0.92) 100%);
}
.ihr-hero__grain {
  position: absolute;
  inset: 0;
  opacity: 0.04;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}
.ihr-hero__mesh {
  position: absolute;
  inset: 0;
  opacity: 0.03;
  background-image: linear-gradient(rgba(255,255,255,0.5) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.5) 1px, transparent 1px);
  background-size: 48px 48px;
}
.ihr-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.02fr 0.98fr;
  gap: clamp(32px, 5vw, 56px);
  align-items: center;
}
.ihr-hero__title {
  font-size: clamp(2rem, 4.8vw, 3.35rem);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.06;
  color: #fff;
  margin: 0 0 18px;
}
.ihr-hero__subtitle {
  font-size: 1.06rem;
  line-height: 1.78;
  color: rgba(255, 255, 255, 0.66);
  margin: 0 0 22px;
  max-width: 560px;
}
.ihr-hero__metrics {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  list-style: none;
  margin: 0 0 28px;
  padding: 0;
  max-width: 520px;
}
.ihr-hero__metrics li {
  padding: 12px 10px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  text-align: center;
}
.ihr-hero__metrics strong {
  display: block;
  font-size: 0.92rem;
  font-weight: 800;
  color: var(--ihr-gold-light);
  letter-spacing: 0.02em;
}
.ihr-hero__metrics span {
  display: block;
  margin-top: 4px;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
}
.ihr-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 16px;
}
.ihr-hero__back a {
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--ihr-gold-light);
  text-decoration: none;
}
.ihr-hero__back a:hover { color: #fff; }

.ihr-hero__panel {
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 40px 96px rgba(0, 0, 0, 0.55), 0 0 0 1px rgba(201, 162, 39, 0.08);
  background: rgba(4, 8, 16, 0.5);
  backdrop-filter: blur(16px);
}
.ihr-hero__live {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 3;
  padding: 7px 14px;
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fff;
  background: rgba(4, 8, 16, 0.75);
  border: 1px solid rgba(201, 162, 39, 0.45);
  border-radius: 999px;
}
.ihr-hero__photo {
  height: 200px;
  background-color: var(--ihr-navy-2);
  position: relative;
}
.ihr-hero__route-lines {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, transparent 0%, rgba(201, 162, 39, 0.35) 48%, transparent 100%);
  opacity: 0.5;
  animation: kry-route-pulse 4s ease-in-out infinite;
}
@keyframes ihr-route-pulse {
  0%, 100% { opacity: 0.35; transform: translateX(-8%); }
  50% { opacity: 0.65; transform: translateX(8%); }
}

/* Ops panel */
.ihr-ops {
  padding: 18px 20px 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.ihr-ops__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}
.ihr-ops__id span {
  display: block;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.45);
}
.ihr-ops__id strong {
  font-size: 0.95rem;
  font-weight: 800;
  color: #fff;
  letter-spacing: 0.04em;
}
.ihr-ops__status {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.85);
  background: rgba(0, 180, 216, 0.12);
  border: 1px solid rgba(0, 180, 216, 0.35);
  border-radius: 999px;
}
.ihr-ops__status::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #00e676;
  box-shadow: 0 0 8px #00e676;
  animation: kry-live 2s ease-in-out infinite;
}
@keyframes ihr-live {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.45; }
}
.ihr-ops__route {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
}
.ihr-ops__chip {
  padding: 6px 12px;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
}
.ihr-ops__chip--gold {
  background: rgba(201, 162, 39, 0.15);
  border-color: rgba(201, 162, 39, 0.45);
  color: var(--ihr-gold-light);
}
.ihr-ops__line {
  flex: 1;
  height: 2px;
  background: rgba(255, 255, 255, 0.12);
  border-radius: 2px;
  overflow: hidden;
}
.ihr-ops__line i {
  display: block;
  height: 100%;
  width: 40%;
  background: linear-gradient(90deg, var(--ihr-cyan), var(--ihr-gold));
  animation: kry-ops-sweep 3.2s ease-in-out infinite;
}
@keyframes ihr-ops-sweep {
  0% { transform: translateX(-120%); }
  100% { transform: translateX(320%); }
}
.ihr-ops__meta {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-bottom: 14px;
}
.ihr-ops__mini {
  padding: 10px;
  text-align: center;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 10px;
}
.ihr-ops__mini strong {
  display: block;
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--ihr-gold-light);
}
.ihr-ops__mini span {
  display: block;
  margin-top: 2px;
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.45);
}
.ihr-ops__steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}
.ihr-ops__step {
  padding: 8px 6px;
  text-align: center;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
}
.ihr-ops__step span {
  display: block;
  font-size: 0.58rem;
  font-weight: 800;
  color: rgba(255, 255, 255, 0.35);
}
.ihr-ops__step strong {
  display: block;
  margin-top: 4px;
  font-size: 0.62rem;
  font-weight: 800;
  color: rgba(255, 255, 255, 0.55);
}
.ihr-ops__step.is-done strong { color: rgba(255, 255, 255, 0.88); }
.ihr-ops__step.is-live {
  background: rgba(201, 162, 39, 0.12);
  border-color: rgba(201, 162, 39, 0.35);
}
.ihr-ops__step.is-live strong { color: var(--ihr-gold-light); }

/* Trust */
.ihr-trust {
  padding: clamp(48px, 7vh, 64px) 0;
  background: linear-gradient(180deg, #0a1628 0%, #040810 100%);
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}
.ihr-trust__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.ihr-trust__card {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 22px 20px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  transition: transform 0.35s, border-color 0.35s, box-shadow 0.35s;
}
.ihr-trust__card:hover {
  transform: translateY(-6px);
  border-color: rgba(201, 162, 39, 0.3);
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.28);
}
.ihr-trust__copy h3 {
  font-size: 0.95rem;
  font-weight: 800;
  color: #fff;
  margin: 0 0 6px;
  letter-spacing: -0.01em;
}
.ihr-trust__copy p {
  font-size: 0.84rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.52);
  margin: 0;
}

/* Services */
.ihr-services {
  padding: clamp(72px, 10vh, 108px) 0;
  background: linear-gradient(180deg, #f4f7fb 0%, #fff 100%);
}
.ihr-services__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.ihr-service-card {
  position: relative;
  min-height: 300px;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(15, 39, 68, 0.08);
  box-shadow: 0 16px 48px rgba(4, 8, 16, 0.08);
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.4s;
}
.ihr-service-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 28px 64px rgba(4, 8, 16, 0.16), 0 0 32px rgba(201, 162, 39, 0.1);
}
.ihr-service-card__bg {
  position: absolute;
  inset: 0;
  transition: transform 0.65s ease;
}
.ihr-service-card:hover .ihr-service-card__bg { transform: scale(1.07); }
.ihr-service-card__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(4, 8, 16, 0.2) 0%, rgba(4, 8, 16, 0.9) 100%);
}
.ihr-service-card__icon {
  position: absolute;
  top: 18px;
  left: 18px;
  z-index: 2;
  background: rgba(4, 8, 16, 0.55);
  backdrop-filter: blur(8px);
}
.ihr-service-card__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 300px;
  padding: 28px 24px;
}
.ihr-service-card__content h3 {
  font-size: 1.12rem;
  font-weight: 800;
  color: #fff;
  margin: 0 0 10px;
  letter-spacing: -0.02em;
}
.ihr-service-card__content p {
  font-size: 0.88rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.72);
  margin: 0;
}

/* SEO Article blocks */
.ihr-article {
  padding: clamp(72px, 10vh, 108px) 0;
  background: #040810;
}
.ihr-article .ihr-section-head__title { color: #fff; }
.ihr-article .ihr-section-head__desc { color: rgba(255, 255, 255, 0.58); }
.ihr-article__blocks {
  display: flex;
  flex-direction: column;
  gap: clamp(48px, 7vh, 72px);
}
.ihr-block {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(28px, 4vw, 48px);
  align-items: center;
}
.ihr-block--reverse { direction: rtl; }
.ihr-block--reverse > * { direction: ltr; }
.ihr-block__media {
  position: relative;
  min-height: 320px;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 28px 64px rgba(0, 0, 0, 0.4);
}
.ihr-block__media-main {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
}
.ihr-block__media-side {
  position: absolute;
  right: 16px;
  bottom: 16px;
  width: 38%;
  height: 42%;
  min-height: 120px;
  border-radius: 14px;
  border: 2px solid rgba(201, 162, 39, 0.35);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.45);
  background-size: cover;
  background-position: center;
}
.ihr-block__kicker {
  display: inline-block;
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ihr-cyan);
  margin-bottom: 10px;
}
.ihr-block__title {
  font-size: clamp(1.35rem, 2.6vw, 1.85rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #fff;
  margin: 0 0 14px;
  line-height: 1.15;
}
.ihr-block__text {
  font-size: 1rem;
  line-height: 1.82;
  color: rgba(255, 255, 255, 0.62);
  margin: 0 0 18px;
}
.ihr-block__text strong {
  color: rgba(232, 197, 71, 0.95);
  font-weight: 800;
}
.ihr-block__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.ihr-block__list li {
  position: relative;
  padding-left: 22px;
  font-size: 0.9rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.72);
}
.ihr-block__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--ihr-gold);
  box-shadow: 0 0 10px rgba(201, 162, 39, 0.5);
}

/* Process */
.ihr-process {
  padding: clamp(72px, 10vh, 108px) 0;
  background: var(--ihr-navy-2);
}
.ihr-process__timeline {
  display: flex;
  flex-direction: column;
  gap: 0;
  max-width: 920px;
  margin: 0 auto;
  position: relative;
}
.ihr-process__timeline::before {
  content: "";
  position: absolute;
  left: 30px;
  top: 28px;
  bottom: 28px;
  width: 2px;
  background: linear-gradient(180deg, var(--ihr-gold), rgba(201, 162, 39, 0.12));
}
.ihr-process__step {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 22px;
  padding: 22px 0 22px 4px;
}
.ihr-process__marker {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.ihr-process__icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
}
.ihr-process__num {
  font-size: 0.72rem;
  font-weight: 800;
  color: rgba(255, 255, 255, 0.35);
  letter-spacing: 0.08em;
}
.ihr-process__body {
  padding: 18px 24px 22px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  backdrop-filter: blur(8px);
  transition: border-color 0.3s, transform 0.3s;
}
.ihr-process__step:hover .ihr-process__body {
  border-color: rgba(201, 162, 39, 0.28);
  transform: translateX(4px);
}
.ihr-process__body h3 {
  font-size: 1.1rem;
  font-weight: 800;
  color: #fff;
  margin: 0 0 8px;
}
.ihr-process__body p {
  font-size: 0.92rem;
  line-height: 1.72;
  color: rgba(255, 255, 255, 0.56);
  margin: 0;
}

/* Countries */
.ihr-countries {
  padding: clamp(72px, 10vh, 104px) 0;
  background: #fff;
}
.ihr-countries__grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
}
.ihr-country-card {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 20px 18px;
  background: linear-gradient(145deg, #f8fafc, #fff);
  border: 1px solid rgba(15, 39, 68, 0.08);
  border-radius: 14px;
  text-decoration: none;
  transition: transform 0.35s, border-color 0.35s, box-shadow 0.35s;
  box-shadow: 0 8px 28px rgba(4, 8, 16, 0.05);
}
.ihr-country-card:hover {
  transform: translateY(-6px);
  border-color: rgba(201, 162, 39, 0.45);
  box-shadow: 0 16px 40px rgba(4, 8, 16, 0.12);
}
.ihr-country-card__route {
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ihr-cyan);
}
.ihr-country-card__title {
  font-size: 0.92rem;
  font-weight: 800;
  color: var(--ihr-navy-3);
  line-height: 1.35;
}
.ihr-country-card__arrow {
  font-size: 1.1rem;
  color: var(--ihr-gold);
  margin-top: 4px;
}

/* Cinematic band */
.ihr-cinematic {
  position: relative;
  min-height: clamp(300px, 38vh, 400px);
  display: flex;
  align-items: center;
}
.ihr-cinematic__bg {
  position: absolute;
  inset: 0;
  background-color: var(--ihr-navy-2);
}
.ihr-cinematic__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(4, 8, 16, 0.88) 0%, rgba(4, 8, 16, 0.4) 50%, rgba(4, 8, 16, 0.88) 100%);
}
.ihr-cinematic__stats {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  padding: 48px 24px;
  width: 100%;
}
.ihr-cinematic__stat {
  padding: 22px 20px;
  text-align: center;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(201, 162, 39, 0.32);
  border-radius: 16px;
  backdrop-filter: blur(12px);
}
.ihr-cinematic__stat strong {
  display: block;
  font-size: clamp(1.4rem, 3vw, 2rem);
  font-weight: 800;
  color: var(--ihr-gold-light);
  letter-spacing: -0.02em;
  margin-bottom: 6px;
}
.ihr-cinematic__stat span {
  display: block;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.62);
}

/* Editor */
.ihr-editor {
  padding: clamp(64px, 9vh, 96px) 0;
  background: linear-gradient(180deg, #fff 0%, #f4f7fb 100%);
}
.ihr-editor__inner { max-width: 840px; margin: 0 auto; }
.ihr-editor__title {
  font-size: clamp(1.4rem, 2.8vw, 2rem);
  font-weight: 800;
  color: var(--ihr-navy-3);
  margin: 0 0 24px;
  letter-spacing: -0.03em;
}
.ihr-editor__content {
  font-size: 1.03rem;
  line-height: 1.85;
  color: #334155;
}
.ihr-editor__content h2,
.ihr-editor__content h3 { color: var(--ihr-navy-3); letter-spacing: -0.02em; }
.ihr-editor__content strong { color: var(--ihr-navy-3); font-weight: 800; }

/* CTA */
.ihr-cta {
  position: relative;
  padding: clamp(88px, 12vh, 120px) 0;
  overflow: hidden;
}
.ihr-cta__bg { position: absolute; inset: 0; background-color: var(--ihr-navy-2); }
.ihr-cta__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(4, 8, 16, 0.92), rgba(10, 22, 40, 0.75));
}
.ihr-cta__grain {
  position: absolute;
  inset: 0;
  opacity: 0.04;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}
.ihr-cta__inner {
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 760px;
}
.ihr-cta__title {
  font-size: clamp(1.65rem, 3.5vw, 2.55rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #fff;
  margin: 0 0 16px;
}
.ihr-cta__desc {
  font-size: 1.06rem;
  line-height: 1.72;
  color: rgba(255, 255, 255, 0.62);
  margin: 0 0 30px;
}
.ihr-cta__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
}

/* Global network */
.ihr-network {
  padding: clamp(72px, 10vh, 108px) 0;
  background: #fff;
}
.ihr-network__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(32px, 5vw, 56px);
  align-items: center;
}
.ihr-network__desc {
  font-size: 1rem;
  line-height: 1.78;
  color: #64748b;
  margin: 0 0 28px;
}
.ihr-network__stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}
.ihr-network__stat {
  padding: 20px 18px;
  background: linear-gradient(145deg, #f8fafc, #fff);
  border: 1px solid rgba(15, 39, 68, 0.08);
  border-radius: 14px;
  box-shadow: 0 8px 28px rgba(4, 8, 16, 0.05);
  transition: transform 0.35s, border-color 0.35s;
}
.ihr-network__stat:hover {
  transform: translateY(-4px);
  border-color: rgba(201, 162, 39, 0.35);
}
.ihr-network__stat strong {
  display: block;
  font-size: clamp(1.35rem, 2.5vw, 1.75rem);
  font-weight: 800;
  color: var(--ihr-gold);
  letter-spacing: -0.02em;
}
.ihr-network__stat span {
  font-size: 0.8rem;
  font-weight: 700;
  color: #64748b;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.ihr-network__map {
  position: relative;
  min-height: 380px;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(15, 39, 68, 0.1);
  box-shadow: 0 28px 64px rgba(4, 8, 16, 0.12);
}
.ihr-network__map-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(4, 8, 16, 0.72), rgba(10, 22, 40, 0.45));
}
.ihr-network__routes {
  position: absolute;
  inset: 0;
  opacity: 0.55;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 700'%3E%3Crect width='1200' height='700' fill='%23040a14'/%3E%3Cg opacity='0.75' fill='none' stroke-linecap='round'%3E%3Cpath d='M120 360c120-50 220-70 320-60 110 12 210 50 310 110 90 52 180 78 270 72' stroke='%2300b4d8' stroke-width='2'/%3E%3Cpath d='M200 480c140-70 280-100 420-92 140 8 280 48 420 130' stroke='%23c9a227' stroke-width='1.8'/%3E%3C/g%3E%3Cg fill='%23ffffff' opacity='0.3'%3E%3Ccircle cx='320' cy='280' r='5'/%3E%3Ccircle cx='580' cy='320' r='5'/%3E%3Ccircle cx='860' cy='300' r='5'/%3E%3C/g%3E%3C/svg%3E");
  background-size: cover;
  background-position: center;
}

/* Why us */
.ihr-why {
  padding: clamp(72px, 10vh, 108px) 0;
  background: linear-gradient(180deg, #f4f7fb 0%, #eef2f7 100%);
}
.ihr-why__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}
.ihr-feature-card {
  display: grid;
  grid-template-columns: 148px 1fr;
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(15, 39, 68, 0.08);
  box-shadow: 0 12px 40px rgba(4, 8, 16, 0.06);
  transition: transform 0.35s, box-shadow 0.35s;
}
.ihr-feature-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 52px rgba(4, 8, 16, 0.12);
}
.ihr-feature-card__thumb { min-height: 100%; background-color: var(--ihr-navy-2); }
.ihr-feature-card__body { padding: 24px 22px; }
.ihr-feature-card__body h3 {
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--ihr-navy-3);
  margin: 0 0 8px;
}
.ihr-feature-card__body p {
  font-size: 0.9rem;
  line-height: 1.65;
  color: #64748b;
  margin: 0;
}

/* FAQ */
.ihr-faq {
  padding: clamp(72px, 10vh, 108px) 0;
  background: #fff;
}
.ihr-faq__list { max-width: 780px; margin: 0 auto; }
.ihr-faq__item { border-bottom: 1px solid rgba(15, 39, 68, 0.1); }
.ihr-faq__trigger {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 20px 0;
  font-size: 1rem;
  font-weight: 800;
  text-align: left;
  color: var(--ihr-navy-3);
  background: none;
  border: none;
  cursor: pointer;
}
.ihr-faq__icon {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  border-radius: 8px;
  background: rgba(201, 162, 39, 0.15);
  position: relative;
}
.ihr-faq__icon::before,
.ihr-faq__icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 2px;
  background: var(--ihr-gold);
  transform: translate(-50%, -50%);
  transition: transform 0.25s;
}
.ihr-faq__icon::after { transform: translate(-50%, -50%) rotate(90deg); }
.ihr-faq__trigger[aria-expanded="true"] .ihr-faq__icon::after { transform: translate(-50%, -50%) rotate(0deg); }
.ihr-faq__panel { padding: 0 0 20px; }
.ihr-faq__panel p {
  font-size: 0.95rem;
  line-height: 1.75;
  color: #64748b;
  margin: 0;
}

@media (max-width: 1100px) {
  .ihr-hero__grid { grid-template-columns: 1fr; }
  .ihr-hero__metrics { grid-template-columns: repeat(2, 1fr); max-width: 100%; }
  .ihr-trust__grid { grid-template-columns: repeat(2, 1fr); }
  .ihr-services__grid { grid-template-columns: repeat(2, 1fr); }
  .ihr-block { grid-template-columns: 1fr; }
  .ihr-block--reverse { direction: ltr; }
  .ihr-network__grid { grid-template-columns: 1fr; }
  .ihr-cinematic__stats { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 640px) {
  .ihr-hero--cinematic { min-height: auto; }
  .ihr-hero__metrics { grid-template-columns: 1fr 1fr; }
  .ihr-ops__steps { grid-template-columns: repeat(2, 1fr); }
  .ihr-trust__grid,
  .ihr-services__grid,
  .ihr-why__grid,
  .ihr-cinematic__stats { grid-template-columns: 1fr; }
  .ihr-feature-card { grid-template-columns: 1fr; }
  .ihr-feature-card__thumb { min-height: 160px; }
  .ihr-network__stats { grid-template-columns: 1fr; }
  .ihr-hero__actions .ihr-btn { width: 100%; }
  .ihr-block__media { min-height: 260px; }
  .ihr-process__timeline::before { left: 22px; }
  .ihr-process__step { grid-template-columns: 56px 1fr; gap: 14px; }
}


.ihr-icon--globe { --ihr-icon-color: rgba(0, 180, 216, 0.95); --ihr-icon-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='black' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='8.5'/%3E%3Cpath d='M3.8 12h16.4M12 3.5c2.7 2.8 2.7 14.2 0 17M12 3.5c-2.7 2.8-2.7 14.2 0 17'/%3E%3C/g%3E%3C/svg%3E"); }
.ihr-icon--commercial { --ihr-icon-color: rgba(232, 197, 71, 0.95); --ihr-icon-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='black' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 7h16v12H4zM9 7V5h6v2'/%3E%3Cpath d='M8 12h8'/%3E%3C/g%3E%3C/svg%3E"); }
.ihr-icon--svc-air { --ihr-icon-color: rgba(0, 180, 216, 0.92); --ihr-icon-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M3 12h5l2-4 4 8 2-4h5' fill='none' stroke='black' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"); }
.ihr-icon--svc-road { --ihr-icon-color: rgba(232, 197, 71, 0.95); --ihr-icon-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='black' stroke-width='1.7' stroke-linecap='round'%3E%3Cpath d='M3.5 7.5h11v9h-11zM14.5 10.5h3.8l2.2 2.6v3H14.5z'/%3E%3Ccircle cx='7.5' cy='17.5' r='1.5'/%3E%3Ccircle cx='17.5' cy='17.5' r='1.5'/%3E%3C/g%3E%3C/svg%3E"); }
.ihr-icon--svc-sea { --ihr-icon-color: rgba(0, 180, 216, 0.92); --ihr-icon-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M3 16c2-2 4-2 6 0s4 2 6 0 4-2 6 0' fill='none' stroke='black' stroke-width='1.7' stroke-linecap='round'/%3E%3Cpath d='M4 10h16l-2 4H6z' fill='none' stroke='black' stroke-width='1.7' stroke-linejoin='round'/%3E%3C/svg%3E"); }
.ihr-icon--svc-micro { --ihr-icon-color: rgba(232, 197, 71, 0.95); --ihr-icon-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M7 7h10v10H7zM9 4h6M9 20h6' fill='none' stroke='black' stroke-width='1.7' stroke-linecap='round'/%3E%3C/svg%3E"); }
.ihr-icon--step-plan { --ihr-icon-color: rgba(232, 197, 71, 0.95); --ihr-icon-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='black' stroke-width='1.7' stroke-linecap='round'%3E%3Cpath d='M6 4h12v16H6zM8 2v4M16 2v4M6 10h12'/%3E%3C/g%3E%3C/svg%3E"); }
.ihr-icon--step-transport { --ihr-icon-color: rgba(0, 180, 216, 0.92); --ihr-icon-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='black' stroke-width='1.7' stroke-linecap='round'%3E%3Cpath d='M4 12h6l2-3 4 6 2-3h2'/%3E%3C/g%3E%3C/svg%3E"); }
