.elementor-51 .elementor-element.elementor-element-7b7876a9{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );}}@media(max-width:767px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );}}/* Start custom CSS for text-editor, class: .elementor-element-6fafe8ab *//* Arte-fakt — sekce "Členství ve spolku" */

.af-membership {
  --af-bg: #ecebf0;
  --af-surface: #ffffff;
  --af-card: #e4e3e8;
  --af-ink: #22222b;
  --af-ink-soft: #4a4a57;
  --af-ink-muted: #8a8a96;
  --af-accent: #e0603a;
  --af-accent-hover: #b94a2a;
  --af-accent-soft: #f6d9cc;
  --af-line: #d8d7de;
  --af-radius: 6px;
  --af-radius-pill: 999px;
  --af-container: 1200px;

  background: var(--af-bg);
  color: var(--af-ink);
  font-family: inherit;
  font-size: 1.0625rem;
  font-weight: 300;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

.af-membership,
.af-membership *,
.af-membership *::before,
.af-membership *::after {
  box-sizing: border-box;
}

.af-membership a {
  color: var(--af-accent);
  text-decoration: none;
}

.af-membership a:hover {
  color: var(--af-accent-hover);
}

.af-membership a:focus-visible {
  outline: 2px solid var(--af-accent);
  outline-offset: 3px;
  border-radius: 3px;
}

.af-membership__container {
  width: 100%;
  max-width: var(--af-container);
  margin-inline: auto;
  padding: 88px 24px 96px;
}

.af-membership__hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 72px;
  align-items: start;
}

.af-membership__eyebrow {
  margin: 0 0 18px;
  color: var(--af-ink-soft);
  font-size: 0.8rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.af-membership h1 {
  max-width: 13ch;
  margin: 0;
    font-family: "Playfair Display", Sans-serif;
    font-size: 60px;
    font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 1.06;
}

.af-membership h1 em {
  color: var(--af-accent);
  font-style: italic;
}

.af-membership__lead {
  max-width: 62ch;
  margin: 30px 0 0;
  color: var(--af-ink-soft);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.25rem, 2vw, 1.65rem);
  line-height: 1.5;
}

.af-membership__download {
  padding: 30px;
  border-left: 3px solid var(--af-accent);
  border-radius: 0 var(--af-radius) var(--af-radius) 0;
  background: var(--af-card);
}

.af-membership__download-label {
  display: block;
  margin-bottom: 10px;
  color: var(--af-ink-muted);
  font-size: 0.75rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.af-membership__download strong {
  display: block;
  margin-bottom: 20px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.45rem;
  font-weight: 400;
  line-height: 1.3;
}

.af-membership__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 11px 20px;
  border-radius: var(--af-radius-pill);
  background: var(--af-accent);
  color: #ffffff !important;
  font-size: 0.92rem;
  font-weight: 500;
  line-height: 1.2;
  transition:
    background 0.2s ease,
    transform 0.2s ease;
}

.af-membership__button:hover {
  background: var(--af-accent-hover);
  color: #ffffff !important;
  transform: translateY(-1px);
}

.af-membership__steps {
  margin-top: 64px;
}

.af-membership__steps h2,
.af-membership__presentation h2 {
  margin: 0 0 28px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  font-weight: 400;
  line-height: 1.2;
}

.af-membership__steps-list {
  display: grid;
  gap: 16px;
  margin: 0;
  padding: 0;
  counter-reset: membership-step;
  list-style: none;
}

.af-membership__step {
  position: relative;
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 20px;
  align-items: start;
  padding: 26px 28px;
  border-radius: var(--af-radius);
  background: var(--af-surface);
  box-shadow: 0 3px 18px rgba(34, 34, 43, 0.06);
  counter-increment: membership-step;
}

.af-membership__step::before {
  content: counter(membership-step, decimal-leading-zero);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: var(--af-accent-soft);
  color: var(--af-accent);
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.08em;
}

.af-membership__step h3 {
  margin: 1px 0 7px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.3;
}

.af-membership__step p {
  margin: 0;
  color: var(--af-ink-soft);
}

.af-membership__step a {
  font-weight: 500;
}

.af-membership__account {
  display: inline-block;
  margin-top: 10px;
  color: var(--af-ink);
  font-weight: 500;
}

.af-membership__note {
  margin-top: 24px;
  padding: 22px 26px;
  border-left: 3px solid var(--af-accent);
  background: transparent;
  color: var(--af-ink-soft);
}

.af-membership__note p {
  margin: 0;
}

.af-membership__presentation {
  margin-top: 64px;
  padding: 40px 42px;
  border-radius: var(--af-radius);
  background: var(--af-card);
}

.af-membership__presentation p {
  max-width: 74ch;
  margin: 0;
  color: var(--af-ink-soft);
}

.af-membership__presentation strong {
  color: var(--af-ink);
  font-weight: 500;
}

.af-membership__contact {
  margin-top: 28px;
  padding-top: 26px;
  border-top: 1px solid rgba(34, 34, 43, 0.12);
}

.af-membership__contact a {
  font-weight: 500;
}

@media (max-width: 900px) {
  .af-membership__hero {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .af-membership__download {
    max-width: 520px;
  }
}

@media (max-width: 600px) {
  .af-membership {
    font-size: 1rem;
  }

  .af-membership__container {
    padding: 56px 18px 64px;
  }

  .af-membership__steps {
    margin-top: 46px;
  }

  .af-membership__step {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 24px 22px;
  }

  .af-membership__step::before {
    width: 46px;
    height: 46px;
  }

  .af-membership__presentation {
    margin-top: 46px;
    padding: 30px 24px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .af-membership *,
  .af-membership *::before,
  .af-membership *::after {
    transition: none !important;
  }
}/* End custom CSS */