/* ============================================================
   "One Entry to Europe" landing page (EuropePage)
   Builds on mtac.css design tokens (--mtac-red, Raleway).
   ============================================================ */

.page-europe {
  --oe-navy: #294264;
  --oe-navy-dark: #1d3149;
}

/* ── Hero ───────────────────────────────────────────────── */
.oe-hero {
  position: relative;
  min-height: 460px;
  background-color: var(--oe-navy);
  background-size: cover;
  background-position: center;
  padding: 4rem 1rem;
}
.oe-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(29, 49, 73, 0.85) 0%, rgba(41, 66, 100, 0.6) 100%);
}
.oe-hero-content {
  position: relative;
  z-index: 1;
}
.oe-hero-title {
  color: #fff;                 /* override global h1 red (mtac.css) */
  font-weight: 700;
  letter-spacing: 0.04em;
  font-size: clamp(2rem, 5vw, 3.4rem);
  margin-bottom: 0.75rem;
}
.oe-hero-subtitle {
  font-weight: 300;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: clamp(0.85rem, 1.6vw, 1.15rem);
  margin-bottom: 0;
}

/* ── Country strip ──────────────────────────────────────── */
.oe-countries {
  padding: 1.25rem 1rem;
  border-bottom: 1px solid #eee;
}
.oe-country-pill {
  display: inline-block;
  margin: 0.2rem 0.25rem;
  padding: 0.25rem 0.85rem;
  border: 1px solid var(--mtac-red);
  border-radius: 999px;
  color: var(--mtac-red);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

/* ── Intro + pillars ────────────────────────────────────── */
.oe-intro-text {
  max-width: 820px;
  font-size: 1.05rem;
  line-height: 1.7;
}
.oe-pillars {
  max-width: 960px;
  margin: 0 auto;
}
.oe-pillar {
  padding: 0 1rem;
}
.oe-pillar-icon {
  font-size: 2.4rem;
  color: var(--mtac-dark);
  margin-bottom: 0.85rem;
  line-height: 1;
}
.oe-pillar-title {
  color: var(--mtac-dark);     /* override global h3 red — match mockup */
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-bottom: 0.4rem;
}
.oe-pillar-text {
  font-size: 0.9rem;
}
.oe-pillar-plus {
  font-size: 1.8rem;
  font-weight: 300;
  color: #c9c9c9;
  padding-top: 0.4rem;
}
.oe-tagline {
  font-size: 1.05rem;
  color: var(--mtac-dark);
}

/* ── Alternating content sections ───────────────────────── */
.oe-bg-light {
  background-color: var(--mtac-light-gray);
}
.oe-section-title {
  font-weight: 700;
  font-size: clamp(1.3rem, 2.4vw, 1.9rem);
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.oe-section-tagline {
  font-weight: 500;
  color: var(--mtac-dark);
}
.oe-section-body {
  line-height: 1.7;
}
.oe-section-body ul {
  padding-left: 1.1rem;
}
.oe-section-body li {
  margin-bottom: 0.4rem;
}
.oe-section-img {
  width: 100%;
  object-fit: cover;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}

/* ── How It Works ───────────────────────────────────────── */
.oe-howitworks {
  background-color: var(--oe-navy);
}
.oe-howitworks-title {
  color: #fff;                 /* override global h2 red (mtac.css) */
  font-weight: 700;
  font-size: clamp(2rem, 5vw, 3.5rem);
  line-height: 1.05;
  letter-spacing: 0.02em;
  opacity: 0.95;
}
.oe-step-num {
  width: 2rem;
  height: 2rem;
  border: 1.5px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
  font-weight: 600;
  margin-right: 0.9rem;
}
.oe-step-text {
  padding-top: 0.2rem;
  line-height: 1.5;
}
.oe-howitworks-note {
  font-size: 0.9rem;
  opacity: 0.85;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 1rem;
}

/* ── Network partner cards ──────────────────────────────── */
.oe-partner-card {
  border: 1px solid #e7e7e7;
  border-radius: 6px;
  overflow: hidden;
  background: #fff;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}
.oe-partner-card:hover {
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
  transform: translateY(-3px);
}
.oe-partner-media-link {
  display: block;
  text-decoration: none;
}
.oe-partner-media {
  position: relative;
  background: var(--oe-navy);
  overflow: hidden;
}
.oe-partner-img {
  width: 100%;
  height: 175px;
  object-fit: cover;
  display: block;
}
/* Dark gradient + centred logo/URL lockup, mirroring the design */
.oe-partner-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 1rem;
  background: linear-gradient(180deg, rgba(20, 33, 50, 0.45) 0%, rgba(20, 33, 50, 0.65) 100%);
  transition: background 0.2s ease;
}
.oe-partner-media-link:hover .oe-partner-overlay {
  background: linear-gradient(180deg, rgba(20, 33, 50, 0.35) 0%, rgba(20, 33, 50, 0.55) 100%);
}
.oe-partner-logo img {
  max-height: 56px;
  width: auto;
  filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.5));
}
.oe-partner-url {
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0.02em;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.6);
}
.oe-partner-name {
  font-size: 0.95rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.oe-partner-desc {
  font-size: 0.85rem;
  line-height: 1.55;
}
.oe-partner-link {
  font-size: 0.85rem;
}

/* ── Extended coverage ──────────────────────────────────── */
.oe-extended-title {
  font-size: 1rem;
  font-weight: 700;
  color: var(--mtac-dark);
  margin-bottom: 0.5rem;
}
.oe-extended-body {
  line-height: 1.6;
}

@media (max-width: 767.98px) {
  .oe-pillar { margin-bottom: 2rem; }
  .oe-howitworks-title { margin-bottom: 1.5rem; }
}
