/* Alongside marketing pages — home, for-operators, about */
:root {
  --blue: #1B4FD8;
  --blue-dark: #1340b0;
  --cream: #FDF8EE;
  --cream-deep: #f3ebe0;
  --ink: #141414;
  --text: #1a1a1a;
  --font: 'Instrument Serif', Georgia, serif;
}

.al-mkt *,
.al-mkt *::before,
.al-mkt *::after { box-sizing: border-box; }

.al-mkt {
  font-family: var(--font);
  color: var(--text);
  background: var(--cream);
  min-height: 100vh;
  overflow-x: clip;
}

.al-mkt a { color: inherit; text-decoration: none; }

/* ── Nav ── */
.al-mkt-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  max-width: 1120px;
  margin: 0 auto;
  padding: 18px 24px 0;
}
.al-mkt-brand {
  display: flex;
  align-items: center;
  opacity: 1 !important;
  line-height: 0;
}
.al-mkt-brand img {
  height: 36px;
  width: auto;
  display: block;
}
.al-mkt-nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 22px;
  align-items: center;
}
.al-mkt-nav-links a {
  font-size: 14px;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
.al-mkt-nav-links a:hover { opacity: 0.95; }

/* ── Hero ── */
.al-mkt-hero {
  max-width: 820px;
  margin: 0 auto;
  padding: clamp(56px, 12vh, 110px) 24px 64px;
  text-align: center;
}
.al-mkt-hero h1 {
  font-size: clamp(42px, 7.5vw, 68px);
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: -0.02em;
  margin: 0 0 20px;
  color: var(--ink);
}
.al-mkt-hero .lead {
  font-size: clamp(18px, 2.4vw, 22px);
  font-style: italic;
  line-height: 1.5;
  opacity: 0.58;
  margin: 0 auto 36px;
  max-width: 22em;
}
.al-mkt-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  align-items: center;
}

/* Buttons — a.al-mkt-btn beats .al-mkt a color inherit */
.al-mkt-btn,
a.al-mkt-btn,
button.al-mkt-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 28px;
  border-radius: 999px;
  border: 1.5px solid transparent;
  background: var(--blue);
  color: #fff !important;
  font-family: var(--font);
  font-size: 16px;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease, opacity 0.2s ease;
}
.al-mkt-btn:hover,
a.al-mkt-btn:hover {
  background: var(--blue-dark);
  transform: translateY(-1px);
}
.al-mkt-btn.ghost,
a.al-mkt-btn.ghost {
  background: transparent;
  color: var(--blue) !important;
  border-color: rgba(27, 79, 216, 0.3);
}
.al-mkt-btn.ghost:hover {
  background: rgba(27, 79, 216, 0.07);
}
.al-mkt-btn.ghost.on-dark,
a.al-mkt-btn.ghost.on-dark {
  color: #fff !important;
  border-color: rgba(253, 248, 238, 0.35);
}
.al-mkt-btn.ghost.on-dark:hover,
a.al-mkt-btn.ghost.on-dark:hover {
  background: rgba(253, 248, 238, 0.1);
  border-color: rgba(253, 248, 238, 0.7);
}
.al-mkt-btn:disabled { opacity: 0.55; cursor: not-allowed; transform: none; }

/* ── Homepage redesign ── */
.al-mkt-home { padding-bottom: 0; }

.al-home-hero {
  background:
    radial-gradient(circle at 88% 12%, rgba(253, 248, 238, 0.14), transparent 42%),
    radial-gradient(circle at 8% 88%, rgba(27, 79, 216, 0.35), transparent 45%),
    linear-gradient(160deg, #1340b0 0%, var(--blue) 55%, #1a3fa8 100%);
  color: #fff;
  padding: clamp(64px, 10vh, 104px) 32px clamp(96px, 13vh, 140px);
  overflow: hidden;
}
.al-home-hero-inner {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}
.al-home-hero-copy .al-home-eyebrow { justify-content: center; }
.al-home-hero-copy .al-home-eyebrow::after {
  content: '';
  width: 22px;
  height: 1px;
  background: currentColor;
}
.al-home-eyebrow {
  font-family: Poppins, system-ui, sans-serif;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(253, 248, 238, 0.72);
  margin: 0 0 20px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.al-home-eyebrow::before {
  content: '';
  width: 22px;
  height: 1px;
  background: currentColor;
}
.al-home-eyebrow.center {
  justify-content: center;
  width: 100%;
  color: rgba(253, 248, 238, 0.7);
}
.al-home-hero h1 {
  font-size: clamp(38px, 5.4vw, 60px);
  font-weight: 400;
  line-height: 1.06;
  letter-spacing: -0.02em;
  margin: 0 auto;
  max-width: 14em;
  color: #fff;
}
.al-home-hero h1 em {
  font-style: italic;
  color: rgba(253, 248, 238, 0.92);
}
.al-home-sub {
  margin: 22px auto 0;
  font-size: clamp(17px, 2vw, 19px);
  font-style: italic;
  line-height: 1.55;
  color: rgba(253, 248, 238, 0.78);
  max-width: 28em;
}
.al-home-ctas {
  margin-top: 32px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}
.al-home-hero .al-mkt-btn:not(.ghost) {
  background: #fff;
  color: var(--blue) !important;
}
.al-home-hero .al-mkt-btn:not(.ghost):hover {
  background: var(--cream);
}

.al-home-stats {
  max-width: 980px;
  margin: -52px auto 0;
  padding: 0 32px;
  position: relative;
  z-index: 2;
}
.al-home-stats-inner {
  background: #fff;
  border: 1px solid rgba(27, 79, 216, 0.12);
  border-radius: 10px;
  box-shadow: 0 14px 34px rgba(27, 79, 216, 0.1);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.al-home-stat {
  padding: 30px 24px;
  text-align: center;
  border-right: 1px dashed rgba(27, 79, 216, 0.2);
}
.al-home-stat:last-child { border-right: none; }
.al-home-stat strong {
  display: block;
  font-size: clamp(30px, 3.6vw, 40px);
  font-weight: 400;
  font-style: italic;
  color: var(--blue);
  line-height: 1;
  letter-spacing: -0.02em;
}
.al-home-stat span {
  display: block;
  margin-top: 10px;
  font-family: Poppins, system-ui, sans-serif;
  font-size: 13px;
  color: rgba(20, 20, 20, 0.55);
  line-height: 1.4;
}

.al-home-section {
  max-width: 1120px;
  margin: 0 auto;
  padding: clamp(64px, 9vw, 96px) 32px;
}
.al-home-section-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 24px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.al-home-section-eyebrow {
  font-family: Poppins, system-ui, sans-serif;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--blue);
  margin: 0 0 12px;
}
.al-home-section h2 {
  font-size: clamp(28px, 3.6vw, 40px);
  font-weight: 400;
  letter-spacing: -0.015em;
  line-height: 1.12;
  margin: 0;
  max-width: 14em;
  color: var(--ink);
}
.al-home-section-note {
  max-width: 300px;
  font-size: 15px;
  font-style: italic;
  line-height: 1.55;
  opacity: 0.58;
  margin: 0;
}

.al-home-trip-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}
.al-home-card {
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(27, 79, 216, 0.1);
  border-radius: 6px;
  padding: 5px;
  text-decoration: none;
  color: inherit;
  display: block;
  box-shadow: 0 8px 22px rgba(27, 79, 216, 0.08);
  opacity: 0;
  transform: translateY(18px);
  animation: alHomeCardIn 0.55s ease forwards;
  animation-delay: var(--al-home-delay, 0s);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.al-home-card:nth-child(1) { transform: rotate(-2deg) translateY(18px); }
.al-home-card:nth-child(2) { transform: rotate(1.4deg) translateY(18px); }
.al-home-card:nth-child(3) { transform: rotate(-1deg) translateY(18px); }
.al-home-card:nth-child(4) { transform: rotate(1.8deg) translateY(18px); }
.al-home-card:hover {
  transform: rotate(0deg) translateY(-6px) !important;
  box-shadow: 0 16px 32px rgba(27, 79, 216, 0.16);
  z-index: 2;
}
@keyframes alHomeCardIn {
  to { opacity: 1; transform: rotate(var(--r, 0deg)) translateY(0); }
}
.al-home-card:nth-child(1) { --r: -2deg; }
.al-home-card:nth-child(2) { --r: 1.4deg; }
.al-home-card:nth-child(3) { --r: -1deg; }
.al-home-card:nth-child(4) { --r: 1.8deg; }

.al-home-card-media {
  position: relative;
  height: 148px;
  border-radius: 3px;
  overflow: hidden;
  background: rgba(27, 79, 216, 0.12);
}
.al-home-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.al-home-card-ph { width: 100%; height: 100%; background: linear-gradient(135deg, #1340b0, var(--blue)); }
.al-home-postmark {
  position: absolute;
  top: 10px;
  right: 10px;
  min-width: 52px;
  min-height: 52px;
  padding: 6px;
  border-radius: 50%;
  border: 1.5px dashed rgba(253, 248, 238, 0.75);
  background: rgba(20, 20, 20, 0.28);
  color: #fff;
  font-family: Poppins, system-ui, sans-serif;
  font-size: 9px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  display: grid;
  place-items: center;
  text-align: center;
  line-height: 1.2;
  max-width: 72px;
}
.al-home-card-body { padding: 14px 12px 12px; }
.al-home-card-cat {
  font-family: Poppins, system-ui, sans-serif;
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--blue);
  opacity: 0.7;
  margin: 0;
}
.al-home-card-name {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.25;
  margin: 6px 0 0;
  color: var(--ink);
}
.al-home-card-meta {
  margin-top: 12px;
  padding-top: 10px;
  border-top: 1px dashed rgba(27, 79, 216, 0.18);
  display: flex;
  justify-content: space-between;
  gap: 8px;
  font-family: Poppins, system-ui, sans-serif;
  font-size: 12px;
  opacity: 0.55;
}
.al-home-browse-all {
  display: block;
  text-align: center;
  margin-top: 40px;
  font-size: 16px;
  color: var(--blue) !important;
}
.al-home-browse-all:hover { text-decoration: underline; text-underline-offset: 3px; }
.al-home-empty {
  grid-column: 1 / -1;
  font-style: italic;
  opacity: 0.6;
  margin: 0;
}
.al-home-empty a { color: var(--blue) !important; }

.al-home-how {
  max-width: none;
  background: var(--cream-deep);
  padding-left: 0;
  padding-right: 0;
}
.al-home-how > .al-home-section-head,
.al-home-how > .al-home-how-grid {
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
}
.al-home-how-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.al-home-how-step {
  background: #fff;
  border: 1px solid rgba(27, 79, 216, 0.12);
  border-radius: 10px;
  padding: 28px 26px 30px;
  box-shadow: 0 8px 22px rgba(27, 79, 216, 0.06);
}
.al-home-how-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: rgba(27, 79, 216, 0.09);
  color: var(--blue);
  margin-bottom: 18px;
}
.al-home-how-icon svg {
  width: 22px;
  height: 22px;
  display: block;
}
.al-home-how-num {
  font-family: Poppins, system-ui, sans-serif;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--blue);
  margin: 0;
}
.al-home-how-step h3 {
  font-size: 24px;
  font-weight: 400;
  margin: 12px 0 10px;
  color: var(--ink);
}
.al-home-how-step p:last-child {
  font-size: 15px;
  font-style: italic;
  line-height: 1.55;
  opacity: 0.6;
  margin: 0;
  max-width: 28em;
}

.al-home-board {
  background:
    radial-gradient(circle at 80% 0%, rgba(253, 248, 238, 0.12), transparent 40%),
    linear-gradient(165deg, #1340b0 0%, var(--blue) 100%);
  color: #fff;
  text-align: center;
  padding: clamp(72px, 10vw, 100px) 32px;
}
.al-home-board h2 {
  font-size: clamp(28px, 3.8vw, 40px);
  font-weight: 400;
  letter-spacing: -0.015em;
  margin: 0 auto 14px;
  max-width: 14em;
  color: #fff;
}
.al-home-board-lead {
  font-size: 17px;
  font-style: italic;
  line-height: 1.55;
  color: rgba(253, 248, 238, 0.75);
  max-width: 32em;
  margin: 0 auto 28px;
}
.al-home-board-form {
  max-width: 440px;
  margin: 0 auto;
}
.al-home-board-form input {
  background: rgba(253, 248, 238, 0.08);
  border-color: rgba(253, 248, 238, 0.28);
  color: #fff;
}
.al-home-board-form input::placeholder { color: rgba(253, 248, 238, 0.45); }
.al-home-board-form input:focus { border-color: rgba(253, 248, 238, 0.7); }
.al-home-board-form .al-mkt-btn {
  background: #fff;
  color: var(--blue) !important;
}
.al-home-board-form .al-mkt-btn:hover { background: var(--cream); }
.al-home-board .al-mkt-msg { color: rgba(253, 248, 238, 0.85); }
.al-home-board .al-mkt-msg.ok { color: #fff; }
.al-home-board .al-mkt-msg.err { color: #ffd0c8; }
.al-home-board-note {
  margin-top: 14px;
  font-family: Poppins, system-ui, sans-serif;
  font-size: 12px;
  letter-spacing: 0.03em;
  color: rgba(253, 248, 238, 0.45);
}

@media (max-width: 980px) {
  .al-home-trip-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 800px) {
  .al-home-how-grid { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .al-home-stats { padding: 0 20px; margin-top: -40px; }
  .al-home-stats-inner { grid-template-columns: 1fr; }
  .al-home-stat {
    border-right: none;
    border-bottom: 1px dashed rgba(27, 79, 216, 0.2);
  }
  .al-home-stat:last-child { border-bottom: none; }
  .al-home-trip-grid { grid-template-columns: 1fr; }
  .al-home-card:nth-child(n) { transform: none; --r: 0deg; }
  .al-home-board-form { flex-direction: column; }
  .al-home-section,
  .al-home-how > .al-home-section-head,
  .al-home-how > .al-home-how-grid {
    padding-left: 20px;
    padding-right: 20px;
  }
  .al-home-hero { padding-left: 20px; padding-right: 20px; }
}
@media (prefers-reduced-motion: reduce) {
  .al-home-card {
    animation: none !important;
    opacity: 1;
    transform: none !important;
  }
}

/* ── Sections ── */
.al-mkt-section {
  max-width: 1120px;
  margin: 0 auto;
  padding: 24px 24px 72px;
}
.al-mkt-section.narrow { max-width: 720px; }
.al-mkt-section.center { text-align: center; }
.al-mkt-eyebrow {
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--blue);
  margin: 0 0 12px;
  font-style: normal;
}
.al-mkt-section h2 {
  font-size: clamp(30px, 4.5vw, 44px);
  font-weight: 400;
  line-height: 1.12;
  letter-spacing: -0.015em;
  margin: 0 0 12px;
  color: var(--ink);
}
.al-mkt-section .body {
  font-size: 18px;
  font-style: italic;
  line-height: 1.55;
  opacity: 0.58;
  margin: 0 0 28px;
  max-width: 36em;
}
.al-mkt-section.center .body { margin-left: auto; margin-right: auto; }

.al-mkt-head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px 24px;
  margin-bottom: 28px;
}
.al-mkt-head .body { margin-bottom: 0; }
.al-mkt-more {
  color: var(--blue) !important;
  font-size: 15px;
  white-space: nowrap;
  opacity: 0.85;
}
.al-mkt-more:hover { text-decoration: underline; text-underline-offset: 3px; }

/* ── Trip carousel ── */
.al-mkt-carousel-wrap {
  position: relative;
  margin: 0 -8px;
}
.al-mkt-carousel {
  display: flex;
  gap: 18px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-padding: 8px;
  padding: 8px 8px 20px;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.al-mkt-carousel::-webkit-scrollbar { display: none; }

.al-mkt-card {
  flex: 0 0 min(280px, 78vw);
  scroll-snap-align: start;
  background: #fff;
  border: 1px solid rgba(27, 79, 216, 0.09);
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  transition: box-shadow 0.25s ease, transform 0.25s ease;
  opacity: 0;
  transform: translateY(12px);
  animation: alMktFadeUp 0.45s ease forwards;
}
.al-mkt-card:hover {
  box-shadow: 0 10px 32px rgba(27, 79, 216, 0.12);
  transform: translateY(-3px);
}
@keyframes alMktFadeUp {
  to { opacity: 1; transform: translateY(0); }
}

.al-mkt-card-media {
  position: relative;
  height: 200px;
  background: rgba(27, 79, 216, 0.05);
  overflow: hidden;
}
.al-mkt-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.al-mkt-card-ph {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  font-size: 28px;
  color: var(--blue);
  opacity: 0.22;
}
.al-mkt-card-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  padding: 5px 10px;
  border-radius: 999px;
  font-size: 11px;
  letter-spacing: 0.04em;
  background: rgba(27, 79, 216, 0.92);
  color: #fff;
}
.al-mkt-card-body {
  padding: 18px 18px 20px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex: 1;
}
.al-mkt-card-op {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--blue);
  opacity: 0.5;
  margin: 0;
}
.al-mkt-card-name {
  font-size: 18px;
  line-height: 1.25;
  margin: 2px 0 6px;
  color: var(--ink);
}
.al-mkt-card-meta {
  font-size: 14px;
  font-style: italic;
  opacity: 0.5;
  margin: 0;
  line-height: 1.4;
}
.al-mkt-card-cta {
  margin-top: auto;
  padding-top: 14px;
  font-size: 14px;
  color: var(--blue);
}

.al-mkt-carousel-nav {
  display: flex;
  gap: 8px;
  margin-top: 4px;
}
.al-mkt-carousel-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1.5px solid rgba(27, 79, 216, 0.22);
  background: rgba(255, 255, 255, 0.7);
  color: var(--blue);
  font-size: 18px;
  cursor: pointer;
  display: grid;
  place-items: center;
  transition: background 0.15s ease, border-color 0.15s ease;
}
.al-mkt-carousel-btn:hover {
  background: #fff;
  border-color: var(--blue);
}
.al-mkt-carousel-btn:disabled {
  opacity: 0.35;
  cursor: default;
}

/* ── Dual story cards ── */
.al-mkt-duo {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  max-width: 1120px;
  margin: 0 auto;
  padding: 8px 24px 80px;
}
.al-mkt-panel {
  position: relative;
  padding: 36px 32px 40px;
  border-radius: 20px;
  overflow: hidden;
  min-height: 280px;
  display: flex;
  flex-direction: column;
}
.al-mkt-panel.discover {
  background:
    linear-gradient(155deg, rgba(27, 79, 216, 0.1) 0%, rgba(27, 79, 216, 0.02) 55%, transparent 100%),
    rgba(255, 255, 255, 0.55);
  border: 1px solid rgba(27, 79, 216, 0.1);
}
.al-mkt-panel.operate {
  background:
    linear-gradient(200deg, rgba(27, 79, 216, 0.92) 0%, #1340b0 100%);
  color: #fff;
  border: 1px solid transparent;
}
.al-mkt-panel .kicker {
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  opacity: 0.55;
  margin: 0 0 14px;
}
.al-mkt-panel.operate .kicker { opacity: 0.65; color: #fff; }
.al-mkt-panel h2 {
  font-size: clamp(26px, 3.2vw, 34px);
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: -0.015em;
  margin: 0 0 14px;
  color: inherit;
}
.al-mkt-panel p {
  font-size: 17px;
  font-style: italic;
  line-height: 1.55;
  opacity: 0.7;
  margin: 0 0 28px;
  max-width: 28em;
}
.al-mkt-panel.operate p { opacity: 0.82; }
.al-mkt-panel .al-mkt-btn { margin-top: auto; align-self: flex-start; }
.al-mkt-panel.operate .al-mkt-btn,
.al-mkt-panel.operate a.al-mkt-btn {
  background: #fff;
  color: var(--blue) !important;
}
.al-mkt-panel.operate .al-mkt-btn:hover {
  background: var(--cream);
}

/* ── Newsletter block ── */
.al-mkt-news {
  max-width: 640px;
  margin: 0 auto 24px;
  padding: 48px 28px;
  text-align: center;
  border-radius: 24px;
  background:
    radial-gradient(ellipse 70% 80% at 50% 0%, rgba(27, 79, 216, 0.1), transparent 65%),
    rgba(255, 255, 255, 0.45);
  border: 1px solid rgba(27, 79, 216, 0.1);
}
.al-mkt-news h2 {
  font-size: clamp(28px, 4vw, 38px);
  font-weight: 400;
  line-height: 1.15;
  margin: 0 0 12px;
}
.al-mkt-news .body {
  font-size: 17px;
  font-style: italic;
  opacity: 0.58;
  margin: 0 auto 28px;
  max-width: 28em;
  line-height: 1.5;
}

/* ── Email forms ── */
.al-mkt-email {
  width: 100%;
  max-width: 440px;
  margin: 0 auto;
}
.al-mkt-email-label {
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  opacity: 0.45;
  margin-bottom: 10px;
}
.al-mkt-email-form {
  display: flex;
  gap: 10px;
}
.al-mkt-email-form input {
  flex: 1;
  min-width: 0;
  padding: 13px 18px;
  border: 1.5px solid rgba(27, 79, 216, 0.28);
  border-radius: 999px;
  font-family: var(--font);
  font-size: 16px;
  background: rgba(255, 255, 255, 0.85);
  color: var(--text);
  outline: none;
}
.al-mkt-email-form input:focus { border-color: var(--blue); }
.al-mkt-email-form input::placeholder { opacity: 0.35; }
.al-mkt-msg {
  font-size: 14px;
  font-style: italic;
  margin-top: 10px;
  min-height: 1.2em;
}
.al-mkt-msg.ok { color: var(--blue); }
.al-mkt-msg.err { color: #b83030; }

/* ── Footer ── */
.al-mkt-footer {
  max-width: 1120px;
  margin: 40px auto 0;
  padding: 40px 24px 56px;
  border-top: 1px solid rgba(27, 79, 216, 0.12);
}
.al-mkt-footer-inner {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 40px 48px;
  align-items: start;
}
.al-mkt-footer-brand img {
  height: 28px;
  width: auto;
  margin-bottom: 14px;
}
.al-mkt-footer-copy {
  font-size: 15px;
  font-style: italic;
  opacity: 0.5;
  margin: 0 0 20px;
  max-width: 22em;
  line-height: 1.45;
}
.al-mkt-footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 20px;
}
.al-mkt-footer-links a {
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  opacity: 0.4;
}
.al-mkt-footer-links a:hover { opacity: 0.8; }
.al-mkt-footer-email .al-mkt-email-label {
  text-align: left;
}
.al-mkt-footer-email .al-mkt-msg {
  text-align: left;
}
.al-mkt-footer-email .al-mkt-email {
  margin: 0;
  max-width: none;
}

/* ── Steps / FAQ (operators page) ── */
.al-mkt-steps {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: step;
  display: grid;
  gap: 14px;
}
.al-mkt-steps li {
  counter-increment: step;
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 14px;
  align-items: start;
  font-size: 17px;
  line-height: 1.45;
  opacity: 0.8;
}
.al-mkt-steps li::before {
  content: counter(step);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(27, 79, 216, 0.1);
  color: var(--blue);
  font-style: normal;
}
.al-mkt-faq {
  display: grid;
  gap: 18px;
  margin-top: 8px;
}
.al-mkt-faq details {
  padding: 16px 18px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.35);
  border: 1px solid rgba(27, 79, 216, 0.1);
}
.al-mkt-faq summary {
  cursor: pointer;
  font-size: 18px;
  list-style: none;
}
.al-mkt-faq summary::-webkit-details-marker { display: none; }
.al-mkt-faq p {
  margin: 10px 0 0;
  font-size: 16px;
  font-style: italic;
  line-height: 1.5;
  opacity: 0.65;
}
.al-mkt-callout {
  margin: 28px 0 0;
  padding: 22px 24px;
  border-left: 3px solid var(--blue);
  font-size: 20px;
  font-style: italic;
  line-height: 1.4;
  opacity: 0.85;
}

/* ── About page ── */
.al-mkt-about .al-mkt-page-head {
  max-width: 720px;
  margin: 0 auto;
  padding: clamp(48px, 10vh, 88px) 24px 12px;
}
.al-mkt-about .al-mkt-page-head h1 {
  font-size: clamp(36px, 6vw, 52px);
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: -0.02em;
  margin: 0 0 20px;
  color: var(--ink);
}
.al-mkt-about .al-mkt-page-head .body {
  font-size: clamp(17px, 2.2vw, 20px);
  line-height: 1.55;
  opacity: 0.72;
  margin: 0;
}

.al-mkt-values-panel {
  max-width: 1120px;
  margin: 48px auto 56px;
  padding: 0 24px;
}
.al-mkt-values-head {
  text-align: center;
  margin-bottom: clamp(28px, 4vw, 36px);
}
.al-mkt-values-eyebrow {
  margin: 0 0 10px;
  font-family: 'Poppins', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--blue);
}
.al-mkt-values-head h2 {
  margin: 0;
  font-size: clamp(32px, 5vw, 44px);
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: -0.02em;
  color: var(--ink);
}
.al-mkt-values-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.al-mkt-value-card {
  padding: 26px 22px 28px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid rgba(27, 79, 216, 0.12);
  box-shadow: 0 8px 28px rgba(27, 79, 216, 0.06);
}
.al-mkt-value-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin-bottom: 16px;
  border-radius: 12px;
  background: rgba(27, 79, 216, 0.1);
  color: var(--blue);
}
.al-mkt-value-icon svg {
  width: 22px;
  height: 22px;
}
.al-mkt-value-card h3 {
  margin: 0 0 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.25;
  color: var(--ink);
}
.al-mkt-value-card p {
  margin: 0;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: rgba(20, 20, 20, 0.68);
}

@media (max-width: 900px) {
  .al-mkt-values-grid { grid-template-columns: 1fr; }
}

@media (max-width: 780px) {
  .al-mkt-duo { grid-template-columns: 1fr; }
  .al-mkt-footer-inner { grid-template-columns: 1fr; gap: 32px; }
  .al-mkt-nav-links { display: none; }
  .al-mkt-email-form { flex-direction: column; }
  .al-mkt-email-form .al-mkt-btn { width: 100%; }
  .al-mkt-carousel-nav { display: none; }
  .al-mkt-hero { padding: clamp(40px, 10vh, 80px) 20px 48px; }
  .al-mkt-section { padding-left: 20px; padding-right: 20px; }
  .al-mkt-duo { padding: 8px 16px 56px; gap: 14px; }
  .al-mkt-panel { padding: 28px 22px 32px; min-height: 0; }
  .al-mkt-news { margin: 0 16px 24px; padding: 36px 20px; }
  .al-mkt-carousel-wrap { padding-left: 16px; padding-right: 16px; }
}
