/* ============================================================
   EU subject (.eu-subj)
   Type specimen: index rail, letter case, ticket strip.
   Tokens match the rest of the site.
   ============================================================ */

.eu-subj,
.eu-cta,
.eu-faq {
  --eu-ink: var(--ink, var(--ink));
  --eu-mute: var(--slate, var(--slate));
  --eu-gold: var(--gold, var(--gold));
  --eu-wash: var(--cream-2, var(--cream-2));
  --eu-line: var(--line, var(--line));
}

.eu-subj {
  background: var(--bg-body);
  color: var(--eu-ink);
  overflow-x: clip;
  max-width: 100%;
  font-family:var(--font-body);
  font-weight: 400;
  line-height: 1.5;
  overflow-wrap: break-word;
}

.eu-subj *,
.eu-subj *::before,
.eu-subj *::after { box-sizing: border-box; }

.eu-subj img { max-width: 100%; }

.eu-subj h1,
.eu-subj h2,
.eu-subj h3,
.eu-subj h4 {
  font-family:var(--font-heading);
  font-weight: 600;
  letter-spacing: -0.01em;
  line-height: 1.2;
  color: var(--eu-ink);
  margin: 0;
}

.eu-subj .btn {
  font-family:var(--font-body);
  font-size: 14.5px;
  font-weight: 600;
  padding: 14px 26px;
  border-radius: 0.5rem;
  line-height: 1.5;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
}

.eu-subj .wrap {
  width: 100%;
  max-width: var(--maxw, 1280px);
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}

.eu-kicker {
  margin: 0 0 10px;
  font-family:var(--font-mono);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--eu-gold);
}

.eu-sec { margin: 0 0 36px; max-width: 40rem; }
.eu-sec h2 {
  font-size: clamp(28px, 3.2vw, 42px);
  margin: 0 0 14px;
}
.eu-sec > p:not(.eu-kicker) {
  margin: 0;
  color: var(--eu-mute);
  font-size: 1.02rem;
  line-height: 1.7;
}

.eu-sec--split {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  gap: 16px 40px;
  align-items: end;
  max-width: none;
}
.eu-sec--split h2 { margin: 0; }
.eu-sec-lead {
  margin: 0;
  color: var(--eu-mute);
  font-size: 1.02rem;
  line-height: 1.7;
  max-width: 36ch;
  justify-self: end;
}

.eu-subj .eu-hero-photo .ja-img-wrap,
.eu-subj .eu-why-photo .ja-img-wrap,
.eu-subj .eu-voice-photo .ja-img-wrap,
.eu-subj .eu-faq-visual .ja-img-wrap {
  width: 100%;
  height: 100%;
  background: transparent;
  animation: none;
}
.eu-subj .eu-hero-photo .ja-img-wrap img,
.eu-subj .eu-why-photo .ja-img-wrap img,
.eu-subj .eu-voice-photo .ja-img-wrap img,
.eu-subj .eu-faq-visual .ja-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ---- HERO ---- */
.eu-hero {
  position: relative;
  padding: clamp(36px, 5vw, 64px) 0 28px;
}

.eu-hero-grid {
  display: grid;
  grid-template-columns: auto minmax(0, 1.08fr) minmax(280px, 0.92fr);
  gap: clamp(24px, 4vw, 56px);
  align-items: stretch;
}

.eu-index {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-width: 3.4rem;
  padding-right: 18px;
  border-right: 1px solid var(--eu-line);
}

.eu-index span {
  display: block;
  padding: 12px 0;
  border-bottom: 1px solid var(--eu-line);
  font-family:var(--font-mono);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--eu-gold);
}

.eu-index span:first-child { padding-top: 0; }

.eu-hero-copy { min-width: 0; padding-top: 8px; }

.eu-brand {
  margin: 0 0 14px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: var(--eu-mute);
}

.eu-brand span {
  display: block;
  margin-top: 2px;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.02em;
}

.eu-hero-copy h1 {
  font-size: clamp(34px, 4.6vw, 58px);
  font-weight: 600;
  max-width: 12ch;
  margin: 0 0 18px;
}

.eu-lead {
  margin: 0 0 28px;
  max-width: 46ch;
  font-size: 1.05rem;
  line-height: 1.7;
  color: var(--eu-mute);
}

.eu-hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 28px;
}

.eu-hero-meta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px 20px;
  margin: 0;
  padding-top: 22px;
  border-top: 1px solid var(--eu-line);
}

.eu-hero-meta div { min-width: 0; }

.eu-hero-meta dt {
  margin: 0 0 4px;
  font-family:var(--font-mono);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--eu-gold);
}

.eu-hero-meta dd {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  color: var(--eu-ink);
}

.eu-hero-visual {
  position: relative;
  min-width: 0;
  min-height: 420px;
}

.eu-hero-photo {
  position: absolute;
  right: 0;
  bottom: 0;
  width: min(72%, 320px);
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: var(--eu-wash);
}

.eu-hero-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* ---- STATS / COLOPHON ---- */
.eu-stats { padding: 28px 0 8px; }

.eu-rule {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  background: var(--eu-wash);
}

.eu-rule li {
  position: relative;
  min-width: 0;
  padding: 40px 24px 28px;
}

.eu-rule li:not(:first-child) {
  box-shadow: inset 1px 0 0 rgba(26, 26, 26, 0.08);
}

.eu-stat-tab {
  position: absolute;
  top: 0;
  left: 24px;
  transform: translateY(-50%);
  padding: 5px 10px 4px;
  background: var(--bg-body);
  border: 1px solid var(--eu-line);
  font-family:var(--font-mono);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.16em;
  color: var(--eu-gold);
}

.eu-rule strong {
  display: block;
  font-family:var(--font-heading);
  font-size: clamp(26px, 2.6vw, 36px);
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -0.02em;
}

.eu-rule strong::after {
  content: '';
  display: block;
  width: 28px;
  height: 2px;
  margin: 12px 0 10px;
  background: var(--eu-gold);
}

.eu-rule li > span:not(.eu-stat-tab) {
  display: block;
  font-family:var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--eu-mute);
}

.eu-rule li:hover {
  background: var(--white);
}

.eu-rule li:hover .eu-stat-tab {
  background: var(--eu-gold);
  border-color: var(--eu-gold);
  color: var(--eu-ink);
}

/* ---- TYPE CASE ---- */
.eu-topics { padding: 64px 0 56px; }

.eu-case {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: var(--eu-line);
  border: 1px solid var(--eu-line);
}

.eu-tile {
  position: relative;
  min-width: 0;
  padding: 28px 24px 32px;
  background: var(--white);
  overflow: hidden;
}

.eu-tile-mark {
  position: absolute;
  right: 10px;
  top: 4px;
  font-family:var(--font-heading);
  font-size: 72px;
  font-weight: 600;
  line-height: 1;
  color: var(--eu-gold);
  opacity: 0.16;
  pointer-events: none;
}

.eu-tile h3 {
  position: relative;
  font-size: 22px;
  margin: 0 0 10px;
  padding-right: 2.5rem;
}

.eu-tile p {
  position: relative;
  margin: 0;
  color: var(--eu-mute);
  font-size: 14.5px;
  line-height: 1.65;
  max-width: 32ch;
}

.eu-tile:hover { background: var(--eu-wash); }
.eu-tile:hover .eu-tile-mark { opacity: 0.28; }
.eu-tile:hover h3 { color: var(--eu-gold); }

/* ---- WHY / DOSSIER ---- */
.eu-why { padding: 24px 0 72px; }

.eu-why-grid {
  display: grid;
  grid-template-columns: minmax(220px, 0.78fr) minmax(0, 1.22fr);
  gap: clamp(28px, 4vw, 56px);
  align-items: start;
}

.eu-why-photo {
  min-width: 0;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: var(--eu-wash);
}

.eu-why-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.eu-why-main { min-width: 0; }
.eu-why-main .eu-sec { margin-bottom: 8px; }

.eu-dossier {
  list-style: none;
  margin: 0;
  padding: 0;
}

.eu-dossier li {
  position: relative;
  display: grid;
  grid-template-columns: 3.2rem minmax(0, 1fr);
  gap: 16px;
  align-items: start;
  padding: 22px 16px 22px 12px;
  margin: 0 -12px;
  border-top: 1px solid var(--eu-line);
  cursor: default;
  transition:
    background 0.22s cubic-bezier(0.22, 1, 0.36, 1) 0s,
    box-shadow 0.22s cubic-bezier(0.22, 1, 0.36, 1) 0s;
}

.eu-dossier li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 18px;
  bottom: 18px;
  width: 0;
  background: var(--eu-gold);
  transition: width 0.22s cubic-bezier(0.22, 1, 0.36, 1) 0s;
}

.eu-punch {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  border: 1.5px dashed var(--eu-gold);
  font-family:var(--font-mono);
  font-size: 12px;
  font-weight: 500;
  color: var(--eu-ink);
  transition:
    background 0.22s cubic-bezier(0.22, 1, 0.36, 1) 0s,
    border-color 0.22s cubic-bezier(0.22, 1, 0.36, 1) 0s,
    border-style 0.22s cubic-bezier(0.22, 1, 0.36, 1) 0s,
    transform 0.22s cubic-bezier(0.22, 1, 0.36, 1) 0s,
    color 0.22s cubic-bezier(0.22, 1, 0.36, 1) 0s;
}

.eu-dossier h3 {
  font-size: 20px;
  margin: 0 0 6px;
  padding-top: 8px;
  transition: color 0.22s cubic-bezier(0.22, 1, 0.36, 1) 0s;
}

.eu-dossier p {
  margin: 0;
  color: var(--eu-mute);
  font-size: 14.5px;
  line-height: 1.65;
}

.eu-dossier li:hover {
  background: var(--eu-wash);
}

.eu-dossier li:hover::before {
  width: 3px;
}

.eu-dossier li:hover .eu-punch {
  background: var(--eu-gold);
  border-style: solid;
  border-color: var(--eu-gold);
  transform: scale(1.06);
}

.eu-dossier li:hover h3 {
  color: var(--eu-gold);
}

@media (prefers-reduced-motion: reduce) {
  .eu-dossier li,
  .eu-dossier li::before,
  .eu-punch,
  .eu-dossier h3 {
    transition: none;
  }
}

/* ---- METHOD / STOPS ---- */
.eu-method { padding: 8px 0 72px; }

.eu-tickets {
  list-style: none;
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0 28px;
  margin: 0;
  padding: 0;
}

.eu-tickets::before {
  content: '';
  position: absolute;
  top: 17px;
  left: 18px;
  right: 18px;
  height: 1px;
  background: var(--eu-line);
  transform: scaleX(1);
  transform-origin: left center;
}

html.js-ready .eu-tickets:not(.is-visible)::before {
  transform: scaleX(0);
}

.eu-tickets.is-visible::before {
  transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}

html.js-ready .eu-tickets:not(.is-visible) > .eu-ticket {
  opacity: 0;
  transform: none;
}

.eu-tickets.is-visible > .eu-ticket {
  opacity: 1;
  transform: none;
}

.eu-ticket {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-width: 0;
  padding: 0;
  cursor: default;
}

.eu-ticket-num {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  margin-bottom: 18px;
  background: var(--bg-body);
  border: 1.5px solid var(--eu-gold);
  border-radius: 50%;
  font-family:var(--font-mono);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.06em;
  color: var(--eu-ink);
  transition:
    transform 0.28s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.28s ease;
}

.eu-tickets.is-visible .eu-ticket-num {
  animation: euStopIn 0.5s cubic-bezier(0.22, 1, 0.36, 1) both;
}
.eu-tickets.is-visible > .eu-ticket:nth-child(1) .eu-ticket-num { animation-delay: 0.12s; }
.eu-tickets.is-visible > .eu-ticket:nth-child(2) .eu-ticket-num { animation-delay: 0.24s; }
.eu-tickets.is-visible > .eu-ticket:nth-child(3) .eu-ticket-num { animation-delay: 0.36s; }
.eu-tickets.is-visible > .eu-ticket:nth-child(4) .eu-ticket-num { animation-delay: 0.48s; }

@keyframes euStopIn {
  from { transform: scale(0.4); opacity: 0; }
  to { transform: scale(1); opacity: 1; }
}

.eu-ticket h3 {
  font-size: 22px;
  margin: 0 0 8px;
}

.eu-ticket h3::after {
  content: '';
  display: block;
  width: 0;
  height: 2px;
  margin-top: 8px;
  background: var(--eu-gold);
  transition: width 0.28s cubic-bezier(0.22, 1, 0.36, 1);
}

.eu-ticket p {
  margin: 0;
  color: var(--eu-mute);
  font-size: 14.5px;
  line-height: 1.65;
}

.eu-ticket:hover .eu-ticket-num {
  transform: scale(1.1);
  box-shadow: 0 0 0 6px rgba(227, 167, 34, 0.2);
}

.eu-ticket:hover h3::after { width: 32px; }

@media (prefers-reduced-motion: reduce) {
  .eu-tickets::before,
  .eu-tickets.is-visible .eu-ticket-num,
  .eu-ticket-num,
  .eu-ticket h3::after {
    animation: none !important;
    transition: none !important;
    transform: none !important;
  }
}

/* ---- VOICE / PORTRAIT ---- */
.eu-voice { padding: 8px 0 64px; }

.eu-voice-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 620px;
  margin: 0 auto;
  padding: clamp(28px, 4vw, 40px) clamp(24px, 4vw, 40px) clamp(24px, 3vw, 32px);
  background: var(--eu-wash);
  border: 1px solid var(--eu-line);
  border-radius: 20px;
}

.eu-voice-card .eu-kicker { margin-bottom: 16px; }

.eu-voice-photo {
  margin-bottom: 18px;
}

.eu-voice-photo img,
.eu-voice-photo .ja-img-wrap {
  box-shadow: 0 0 0 3px var(--white), 0 0 0 4px var(--eu-line);
}

.eu-voice-card blockquote { margin: 0; }

.eu-voice-card blockquote p {
  margin: 0;
  font-family:var(--font-heading);
  font-size: clamp(17px, 1.8vw, 20px);
  font-weight: 500;
  line-height: 1.55;
  color: var(--eu-ink);
}

.eu-voice-card figcaption {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px solid var(--eu-line);
  width: 100%;
}

.eu-voice-card cite {
  font-family:var(--font-heading);
  font-style: normal;
  font-size: 16px;
  font-weight: 600;
  color: var(--eu-ink);
}

.eu-voice-card figcaption span {
  font-family:var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--eu-gold);
}

/* ---- CTA / BAND ---- */
.eu-cta {
  position: relative;
  overflow: hidden;
  padding: clamp(48px, 6vw, 72px) 0;
  background: var(--ink, var(--ink));
  color: var(--white);
}

.eu-cta-box {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) auto;
  align-items: center;
  gap: clamp(28px, 4vw, 56px);
}

.eu-cta-ghost {
  position: absolute;
  right: 0;
  bottom: -0.35em;
  font-family:var(--font-heading);
  font-size: clamp(80px, 12vw, 160px);
  font-weight: 600;
  line-height: 0.75;
  color: rgba(255, 255, 255, 0.06);
  pointer-events: none;
  user-select: none;
  white-space: nowrap;
}

.eu-cta-copy { position: relative; min-width: 0; }

.eu-cta h2 {
  font-family:var(--font-heading);
  font-weight: 600;
  color: var(--white);
  font-size: clamp(30px, 3.8vw, 46px);
  margin: 0 0 14px;
  max-width: 14ch;
  letter-spacing: -0.01em;
  line-height: 1.15;
}

.eu-cta-lead {
  margin: 0 0 16px;
  max-width: 44ch;
  color: rgba(255, 255, 255, 0.68);
  font-size: 1.05rem;
  line-height: 1.7;
}

.eu-cta-note {
  display: block;
  font-family:var(--font-mono);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--eu-gold);
}

.eu-cta-actions {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-width: 220px;
}

.eu-cta-actions .btn { justify-content: center; }

.eu-cta-actions .btn-ghost {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.4);
  color: var(--white);
}

.eu-cta-actions .btn-ghost:hover {
  background: var(--white);
  color: var(--eu-ink);
  border-color: var(--white);
}

/* ---- FAQ ---- */
.eu-faq {
  overflow-x: clip;
  max-width: 100%;
}

.eu-faq-visual {
  align-self: start;
  overflow: hidden;
  background: var(--cream);
  min-height: 420px;
  min-width: 0;
}

.eu-faq-visual img,
.eu-faq-visual .ja-img-wrap,
.eu-faq-visual .ja-img-wrap img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
  display: block;
}

/* ---- Responsive ---- */
@media (max-width: 1100px) {
  .eu-subj .wrap { padding-left: 28px; padding-right: 28px; }
  .eu-hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(240px, 0.8fr);
  }
  .eu-index { display: none; }
  .eu-hero-copy h1,
  .eu-lead,
  .eu-sec h2,
  .eu-sec-lead { max-width: none; }
  .eu-sec--split {
    grid-template-columns: 1fr;
    justify-items: start;
  }
  .eu-sec-lead { justify-self: start; }
  .eu-hero-meta { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .eu-case { grid-template-columns: 1fr 1fr; }
  .eu-why-grid { grid-template-columns: 1fr; }
  .eu-why-photo {
    aspect-ratio: auto;
    height: 240px;
    max-width: 420px;
  }
  .eu-tickets {
    grid-template-columns: 1fr;
    gap: 0;
    padding-left: 18px;
  }
  .eu-tickets::before {
    top: 18px;
    bottom: 18px;
    left: 17px;
    right: auto;
    width: 1px;
    height: auto;
    transform-origin: top center;
  }
  html.js-ready .eu-tickets:not(.is-visible)::before {
    transform: scaleY(0);
  }
  .eu-tickets.is-visible::before {
    transform: scaleY(1);
  }
  .eu-ticket {
    padding: 0 0 28px 28px;
  }
  .eu-ticket:last-child { padding-bottom: 0; }
  .eu-ticket-num {
    position: absolute;
    left: -18px;
    top: 0;
    margin: 0;
  }
  .eu-ticket h3 { padding-top: 6px; }
  .eu-rule { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .eu-rule li:nth-child(2n + 1) { box-shadow: none; }
  .eu-rule li:nth-child(2n) { box-shadow: inset 1px 0 0 rgba(26, 26, 26, 0.08); }
  .eu-rule li:nth-child(n + 3) { box-shadow: inset 0 1px 0 rgba(26, 26, 26, 0.08); }
  .eu-rule li:nth-child(4) { box-shadow: inset 1px 0 0 rgba(26, 26, 26, 0.08), inset 0 1px 0 rgba(26, 26, 26, 0.08); }
  .eu-cta-box { grid-template-columns: 1fr; }
  .eu-cta h2,
  .eu-cta-lead { max-width: none; }
  .eu-cta-actions { flex-direction: row; flex-wrap: wrap; min-width: 0; }
  .eu-faq-visual { display: none; }
  .eu-faq .faq-main {
    grid-template-columns: 1fr;
    gap: 0;
  }
}

@media (max-width: 900px) {
  .eu-subj .wrap { padding-left: 24px; padding-right: 24px; }
  .eu-hero { padding: 28px 0 20px; }
  .eu-hero-grid { grid-template-columns: 1fr; }
  .eu-hero-visual {
    order: -1;
    min-height: 280px;
  }
  .eu-hero-photo {
    width: min(58%, 240px);
    right: 0;
  }
  .eu-topics,
  .eu-why,
  .eu-method,
  .eu-voice { padding-bottom: 48px; }
  .eu-cta { padding: 40px 0; }
  .eu-hero-cta,
  .eu-cta-actions {
    flex-direction: column;
    align-items: stretch;
  }
  .eu-hero-cta .btn,
  .eu-cta-actions .btn {
    width: 100%;
    white-space: normal;
  }
}

@media (max-width: 767px) {
  .eu-subj h1 {
    font-size: clamp(28px, 8vw, 36px) !important;
    line-height: 1.18;
  }
  .eu-case,
  .eu-hero-meta { grid-template-columns: 1fr; }
  .eu-ticket h3 { font-size: 20px; }
  .eu-faq { padding: 48px 0; }
}

@media (max-width: 640px) {
  .eu-subj .wrap { padding-left: 16px; padding-right: 16px; }
  .eu-stats { padding-top: 32px; }
  .eu-voice-card { padding: 24px 18px 22px; }
  .eu-tile { padding: 22px 18px 26px; }
  .eu-tile h3,
  .eu-ticket h3,
  .eu-dossier h3 { font-size: 18px; }
  .eu-why-photo { height: 200px; }
}

@media (max-width: 480px) {
  .eu-subj .wrap { padding-left: 14px; padding-right: 14px; }
  .eu-subj h1 { font-size: clamp(26px, 8.5vw, 32px) !important; }
  .eu-hero-visual { min-height: 220px; }
  .eu-hero-photo { width: min(64%, 180px); }
  .eu-rule { grid-template-columns: 1fr; }
  .eu-rule li { box-shadow: none; padding: 36px 20px 22px; }
  .eu-rule li:not(:first-child) { box-shadow: inset 0 1px 0 rgba(26, 26, 26, 0.08); }
  .eu-cta-ghost { font-size: 72px; right: -8%; }
  .eu-subj .btn {
    width: 100%;
    padding: 12px 16px;
    white-space: normal;
  }
}
