/* SWFL Spotlight — Partners page modules
 * Loaded conditionally on pages using the page-partner.html template
 * (see inc/conditional-assets.php). Layered on swfl-tokens.css and
 * swfl-site.css. All module classes are prefixed `swfl-p-` to avoid
 * collisions with anything else in the WP block ecosystem.
 *
 * Body class: `body.swfl-partner-page` is added by a body_class filter
 * in functions.php. Used here to scope the dark CTA halo and the hero
 * sun-glow that reach outside their containers.
 */

/* =====================================================
   Shared eyebrows (used inside benefits/tiers/cases/etc)
   ===================================================== */
.swfl-eyebrow {
  font-family: var(--font-body);
  font-weight: var(--fw-extra);
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--swfl-teal-deep);
  margin: 0 0 18px;
}
.swfl-eyebrow--amber { color: var(--swfl-amber-deep); }

/* =====================================================
   Hero — warm narrative lead
   ===================================================== */
.swfl-p-hero {
  position: relative;
  background: var(--bg-page);
  padding: 80px 28px 72px;
  overflow: hidden;
}
.swfl-p-hero::before {
  content: "";
  position: absolute;
  top: -80px; right: -120px;
  width: 520px; height: 520px;
  border-radius: 999px;
  background: radial-gradient(circle, var(--swfl-amber-soft) 0%, transparent 70%);
  opacity: 0.55;
  pointer-events: none;
}
.swfl-p-hero__in {
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.swfl-p-hero__crumb {
  font-size: 13px;
  font-weight: var(--fw-semibold);
  margin: 0 0 20px;
}
.swfl-p-hero__crumb a {
  color: var(--fg-3);
  text-decoration: none;
}
.swfl-p-hero__crumb a:hover { color: var(--swfl-teal-deep); }
.swfl-p-hero__eyebrow {
  font-family: var(--font-body);
  font-weight: var(--fw-extra);
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--swfl-teal-deep);
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 18px;
}
.swfl-p-hero__eyebrow::before {
  content: "";
  width: 28px; height: 2px;
  background: var(--swfl-teal);
  border-radius: 999px;
}
.swfl-p-hero__title {
  font-family: var(--font-display);
  font-weight: var(--fw-bold);
  font-size: clamp(44px, 6vw, 80px);
  line-height: 1;
  letter-spacing: -0.025em;
  color: var(--swfl-slate);
  margin: 0 0 24px;
  max-width: 18ch;
  text-wrap: balance;
}
.swfl-p-hero__title em {
  font-style: italic;
  color: var(--swfl-amber-deep);
  font-weight: 400;
}
.swfl-p-hero__dek {
  font-family: var(--font-display);
  font-style: italic;
  font-size: clamp(18px, 1.7vw, 22px);
  line-height: 1.5;
  color: var(--fg-2);
  max-width: 52ch;
  margin: 0 0 32px;
}
.swfl-p-hero__ctas {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  align-items: center;
}
.swfl-p-hero__ctas .wp-block-buttons { margin: 0; }
.swfl-p-hero__note {
  font-size: 13px;
  color: var(--fg-3);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0;
}
.swfl-p-hero__note::before {
  content: "●"; color: var(--swfl-teal); font-size: 10px;
}

/* =====================================================
   Stats — dark audience-numbers strip
   ===================================================== */
.swfl-p-stats {
  background: var(--swfl-slate);
  color: #fff;
  padding: 56px 28px;
}
.swfl-p-stats__in {
  max-width: 1100px;
  margin: 0 auto;
}
.swfl-p-stats__label {
  font-family: var(--font-body);
  font-weight: var(--fw-extra);
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--swfl-amber);
  margin: 0 0 28px;
}
.swfl-p-stats__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}
.swfl-p-stat__num {
  font-family: var(--font-display);
  font-weight: var(--fw-bold);
  font-size: clamp(40px, 4.8vw, 64px);
  line-height: 1;
  letter-spacing: -0.02em;
  color: #fff;
  margin: 0 0 10px;
}
.swfl-p-stat__num em {
  font-style: normal;
  color: var(--swfl-amber);
}
.swfl-p-stat__label {
  font-family: var(--font-body);
  font-size: 14px;
  line-height: 1.4;
  color: #c8c8c8;
  max-width: 24ch;
  margin: 0;
}

/* =====================================================
   Benefits — 3 or 4 column list with icons
   ===================================================== */
.swfl-p-benefits {
  padding: 96px 28px;
  background: #fff;
}
.swfl-p-benefits__in {
  max-width: 1100px;
  margin: 0 auto;
}
.swfl-p-benefits__head {
  max-width: 56ch;
  margin: 0 auto 64px;
  text-align: center;
}
.swfl-p-benefits__head .swfl-eyebrow { display: block; }
.swfl-p-benefits__head h2 {
  font-family: var(--font-display);
  font-weight: var(--fw-bold);
  font-size: clamp(32px, 3.6vw, 48px);
  line-height: 1.08;
  letter-spacing: -0.02em;
  color: var(--swfl-slate);
  margin: 8px 0 16px;
  text-wrap: balance;
}
.swfl-p-benefits__head h2 em {
  font-style: italic;
  color: var(--swfl-teal-deep);
  font-weight: 400;
}
.swfl-p-benefits__head p {
  font-size: 17px;
  line-height: 1.55;
  color: var(--fg-2);
  margin: 0;
}
.swfl-p-benefits__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
.swfl-p-benefit {
  padding: 28px;
  border-radius: var(--r-lg);
  background: var(--swfl-sand);
  border: 1px solid var(--swfl-line);
  transition: all 220ms var(--ease-smooth);
}
.swfl-p-benefit:hover {
  border-color: var(--swfl-teal);
  transform: translateY(-2px);
  box-shadow: var(--shadow-wave);
}
.swfl-p-benefit__ico {
  width: 44px; height: 44px;
  border-radius: var(--r-md);
  background: var(--swfl-teal-wash);
  color: var(--swfl-teal-deep);
  display: grid;
  place-items: center;
  font-family: var(--font-display);
  font-weight: var(--fw-bold);
  font-size: 20px;
  margin: 0 0 18px;
}
.swfl-p-benefit--amber .swfl-p-benefit__ico {
  background: var(--swfl-amber-wash);
  color: var(--swfl-amber-deep);
}
.swfl-p-benefit h3 {
  font-family: var(--font-display);
  font-weight: var(--fw-bold);
  font-size: 20px;
  line-height: 1.2;
  color: var(--swfl-slate);
  margin: 0 0 10px;
  letter-spacing: -0.01em;
}
.swfl-p-benefit p {
  font-size: 15px;
  line-height: 1.5;
  color: var(--fg-2);
  margin: 0;
}

/* =====================================================
   Tiers — pricing
   ===================================================== */
.swfl-p-tiers {
  padding: 96px 28px;
  background: var(--swfl-sand);
}
.swfl-p-tiers__in {
  max-width: 1100px;
  margin: 0 auto;
}
.swfl-p-tiers__head {
  text-align: center;
  margin-bottom: 56px;
}
.swfl-p-tiers__head .swfl-eyebrow { display: block; }
.swfl-p-tiers__head h2 {
  font-family: var(--font-display);
  font-weight: var(--fw-bold);
  font-size: clamp(32px, 3.6vw, 48px);
  line-height: 1.08;
  letter-spacing: -0.02em;
  color: var(--swfl-slate);
  margin: 8px 0 14px;
}
.swfl-p-tiers__head h2 em {
  font-style: italic;
  color: var(--swfl-amber-deep);
  font-weight: 400;
}
.swfl-p-tiers__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  align-items: stretch;
}
.swfl-p-tier {
  background: #fff;
  border: 1px solid var(--swfl-line);
  border-radius: var(--r-lg);
  padding: 32px 28px;
  display: flex;
  flex-direction: column;
  position: relative;
  transition: all 220ms var(--ease-smooth);
}
.swfl-p-tier--featured {
  border: 2px solid var(--swfl-amber);
  box-shadow: var(--shadow-sun);
  transform: translateY(-8px);
}
.swfl-p-tier__badge {
  position: absolute;
  top: -14px; left: 50%;
  transform: translateX(-50%);
  background: var(--swfl-amber);
  color: var(--swfl-slate);
  font-family: var(--font-body);
  font-weight: var(--fw-extra);
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  padding: 6px 14px;
  border-radius: var(--r-sm);
  margin: 0;
  width: max-content;
}
.swfl-p-tier__name {
  font-family: var(--font-display);
  font-weight: var(--fw-bold);
  font-size: 22px;
  color: var(--swfl-slate);
  margin: 0 0 4px;
  letter-spacing: -0.01em;
}
.swfl-p-tier__for {
  font-size: 13px;
  color: var(--fg-3);
  margin: 0 0 20px;
}
.swfl-p-tier__price {
  font-family: var(--font-display);
  font-weight: var(--fw-bold);
  font-size: 44px;
  line-height: 1;
  color: var(--swfl-slate);
  letter-spacing: -0.02em;
  margin: 0 0 4px;
}
.swfl-p-tier__price-period {
  font-size: 13px;
  color: var(--fg-3);
  margin: 0 0 22px;
}
.swfl-p-tier__list {
  list-style: none;
  padding: 0;
  margin: 0 0 28px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 1;
}
.swfl-p-tier__list li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: 14px;
  line-height: 1.45;
  color: var(--fg-2);
}
.swfl-p-tier__list li::before {
  content: "✓";
  flex-shrink: 0;
  width: 20px; height: 20px;
  border-radius: 999px;
  background: var(--swfl-teal-wash);
  color: var(--swfl-teal-deep);
  font-size: 12px;
  font-weight: var(--fw-bold);
  display: grid;
  place-items: center;
}
.swfl-p-tier .wp-block-button { width: 100%; }
.swfl-p-tier .wp-block-button__link { width: 100%; text-align: center; }

/* =====================================================
   Case studies
   ===================================================== */
.swfl-p-cases {
  padding: 96px 28px;
  background: #fff;
}
.swfl-p-cases__in { max-width: 1100px; margin: 0 auto; }
.swfl-p-cases__head { margin-bottom: 48px; }
.swfl-p-cases__head h2 {
  font-family: var(--font-display);
  font-weight: var(--fw-bold);
  font-size: clamp(28px, 3.2vw, 40px);
  line-height: 1.1;
  color: var(--swfl-slate);
  margin: 8px 0 0;
  letter-spacing: -0.02em;
}
.swfl-p-cases__head h2 em {
  font-style: italic;
  color: var(--swfl-teal-deep);
  font-weight: 400;
}
.swfl-p-cases__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.swfl-p-case {
  background: var(--swfl-sand);
  border: 1px solid var(--swfl-line);
  border-radius: var(--r-lg);
  padding: 28px;
  display: flex;
  flex-direction: column;
}
.swfl-p-case__logo {
  width: 80px;
  height: 40px;
  background: #fff;
  border: 1px dashed var(--swfl-line-strong);
  border-radius: var(--r-sm);
  display: grid;
  place-items: center;
  font-size: 11px;
  font-weight: var(--fw-extra);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--fg-3);
  margin: 0 0 20px;
}
.swfl-p-case h4 {
  font-family: var(--font-display);
  font-weight: var(--fw-bold);
  font-size: 19px;
  line-height: 1.2;
  color: var(--swfl-slate);
  margin: 0 0 8px;
  letter-spacing: -0.01em;
}
.swfl-p-case p {
  font-size: 14px;
  line-height: 1.55;
  color: var(--fg-2);
  margin: 0 0 16px;
  flex: 1;
}
.swfl-p-case__result {
  font-family: var(--font-body);
  font-weight: var(--fw-bold);
  font-size: 13px;
  color: var(--swfl-teal-deep);
  padding-top: 12px;
  border-top: 1px solid var(--swfl-line);
}

/* =====================================================
   Testimonial
   ===================================================== */
.swfl-p-testimonials {
  padding: 96px 28px;
  background: var(--swfl-teal-wash);
  position: relative;
}
.swfl-p-testimonials__in { max-width: 1100px; margin: 0 auto; }
.swfl-p-testimonial {
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}
.swfl-p-testimonial__quote {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 400;
  font-size: clamp(22px, 2.4vw, 32px);
  line-height: 1.35;
  color: var(--swfl-slate);
  margin: 0 0 32px;
  text-wrap: balance;
  position: relative;
}
.swfl-p-testimonial__quote::before {
  content: "\201C";
  font-size: 96px;
  line-height: 1;
  color: var(--swfl-teal);
  display: block;
  margin-bottom: -12px;
  font-family: var(--font-display);
}
.swfl-p-testimonial__who {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-size: 14px;
}
.swfl-p-testimonial__avatar img {
  width: 44px; height: 44px;
  border-radius: 999px;
  object-fit: cover;
  background: var(--swfl-sand-2);
  border: 1px solid var(--swfl-line);
  display: block;
}
.swfl-p-testimonial__meta {
  text-align: left;
}
.swfl-p-testimonial__meta p { margin: 0; }
.swfl-p-testimonial__meta strong {
  display: block;
  font-weight: var(--fw-bold);
  color: var(--swfl-slate);
}
.swfl-p-testimonial__meta p:last-child { color: var(--fg-3); }

/* =====================================================
   Trust strip — placeholder logos
   ===================================================== */
.swfl-p-trust {
  padding: 56px 28px;
  background: #fff;
  border-top: 1px solid var(--swfl-line);
  border-bottom: 1px solid var(--swfl-line);
}
.swfl-p-trust__in {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}
.swfl-p-trust__label {
  font-family: var(--font-body);
  font-weight: var(--fw-extra);
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--fg-4);
  margin: 0 0 24px;
}
.swfl-p-trust__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 36px 48px;
  align-items: center;
}
.swfl-p-trust__logo {
  width: 120px;
  height: 40px;
  border: 1px dashed var(--swfl-line-strong);
  border-radius: var(--r-sm);
  display: grid;
  place-items: center;
  font-size: 11px;
  font-weight: var(--fw-extra);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--fg-4);
  background: var(--swfl-sand);
  margin: 0;
}

/* =====================================================
   Media kit download
   ===================================================== */
.swfl-p-kit {
  padding: 64px 28px;
  background: var(--swfl-sand);
}
.swfl-p-kit__in {
  max-width: 1100px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid var(--swfl-line);
  border-radius: var(--r-lg);
  padding: 32px 40px;
  display: flex;
  align-items: center;
  gap: 28px;
}
.swfl-p-kit__ico {
  width: 56px; height: 56px;
  border-radius: var(--r-md);
  background: var(--swfl-amber-wash);
  color: var(--swfl-amber-deep);
  display: grid;
  place-items: center;
  font-family: var(--font-display);
  font-weight: var(--fw-bold);
  font-size: 22px;
  flex-shrink: 0;
  margin: 0;
}
.swfl-p-kit__body { flex: 1; }
.swfl-p-kit h3 {
  font-family: var(--font-display);
  font-weight: var(--fw-bold);
  font-size: 20px;
  color: var(--swfl-slate);
  margin: 0 0 4px;
}
.swfl-p-kit p {
  font-size: 14px;
  color: var(--fg-3);
  margin: 0;
}

/* =====================================================
   FAQ — uses core/details (.wp-block-details)
   ===================================================== */
.swfl-p-faq {
  padding: 96px 28px;
  background: #fff;
}
.swfl-p-faq__in { max-width: 820px; margin: 0 auto; }
.swfl-p-faq__head {
  text-align: center;
  margin-bottom: 48px;
}
.swfl-p-faq__head h2 {
  font-family: var(--font-display);
  font-weight: var(--fw-bold);
  font-size: clamp(32px, 3.6vw, 44px);
  color: var(--swfl-slate);
  margin: 8px 0 0;
  letter-spacing: -0.02em;
}
.swfl-p-faq__head h2 em {
  font-style: italic;
  color: var(--swfl-teal-deep);
  font-weight: 400;
}
.swfl-p-faq__list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.swfl-p-faq__list .wp-block-details {
  border: 1px solid var(--swfl-line);
  border-radius: var(--r-md);
  background: var(--swfl-sand);
  overflow: hidden;
  transition: border-color 140ms var(--ease-smooth);
  padding: 0;
}
.swfl-p-faq__list .wp-block-details[open] {
  border-color: var(--swfl-teal);
  background: #fff;
}
.swfl-p-faq__list .wp-block-details summary {
  list-style: none;
  cursor: pointer;
  padding: 18px 22px;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  font-family: var(--font-display);
  font-weight: var(--fw-bold);
  font-size: 17px;
  color: var(--swfl-slate);
  align-items: center;
}
.swfl-p-faq__list .wp-block-details summary::-webkit-details-marker { display: none; }
.swfl-p-faq__list .wp-block-details summary::after {
  content: "+";
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 26px;
  color: var(--swfl-teal-deep);
  transition: transform 220ms var(--ease-smooth);
  flex-shrink: 0;
  line-height: 1;
}
.swfl-p-faq__list .wp-block-details[open] summary::after { transform: rotate(45deg); }
.swfl-p-faq__list .wp-block-details > p,
.swfl-p-faq__list .wp-block-details > .wp-block-paragraph {
  padding: 0 22px 22px;
  font-size: 15px;
  line-height: 1.6;
  color: var(--fg-2);
  margin: 0 0 12px;
}
.swfl-p-faq__list .wp-block-details > p:last-child { margin-bottom: 22px; }

/* =====================================================
   CTA / book-a-call
   ===================================================== */
.swfl-p-cta {
  padding: 96px 28px;
  background: var(--swfl-slate);
  color: #fff;
  position: relative;
  overflow: hidden;
}
.swfl-p-cta::before {
  content: "";
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 700px; height: 700px;
  border-radius: 999px;
  background: radial-gradient(circle, var(--swfl-amber) 0%, transparent 65%);
  opacity: 0.12;
  pointer-events: none;
}
.swfl-p-cta__in {
  max-width: 880px;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
.swfl-p-cta__eyebrow {
  font-family: var(--font-body);
  font-weight: var(--fw-extra);
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--swfl-amber);
  margin: 0 0 14px;
}
.swfl-p-cta__title {
  font-family: var(--font-display);
  font-weight: var(--fw-bold);
  font-size: clamp(36px, 4.4vw, 56px);
  line-height: 1.04;
  letter-spacing: -0.02em;
  color: #fff;
  margin: 0 0 20px;
  text-wrap: balance;
}
.swfl-p-cta__title em {
  font-style: italic;
  color: var(--swfl-amber);
  font-weight: 400;
}
.swfl-p-cta__dek {
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.55;
  color: #c8c8c8;
  margin: 0 auto 36px;
  max-width: 56ch;
}
.swfl-p-cta__embed-wrap {
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
}
.swfl-p-cta__embed {
  background: #fff;
  border-radius: var(--r-lg);
  padding: 16px;
  color: var(--swfl-slate);
  box-shadow: var(--shadow-md);
}
.swfl-p-cta__iframe {
  display: block;
  width: 100%;
  height: 720px;
  border: 0;
  border-radius: var(--r-md);
  background: var(--swfl-sand);
}
.swfl-p-cta__embed-fallback {
  font-size: 13px;
  color: var(--fg-3);
  text-align: center;
  margin: 14px 0 4px;
}
.swfl-p-cta__embed-fallback a {
  color: var(--swfl-teal);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.swfl-p-cta__note {
  font-size: 14px;
  color: #c8c8c8;
  margin: 18px auto 0;
  max-width: 56ch;
  font-style: italic;
}

/* =====================================================
   Team grid
   ===================================================== */
.swfl-p-team {
  padding: 96px 28px;
  background: #fff;
}
.swfl-p-team__in { max-width: 1100px; margin: 0 auto; }
.swfl-p-team__head { margin-bottom: 48px; }
.swfl-p-team__head h2 {
  font-family: var(--font-display);
  font-weight: var(--fw-bold);
  font-size: clamp(32px, 3.6vw, 46px);
  color: var(--swfl-slate);
  margin: 8px 0 0;
  letter-spacing: -0.02em;
}
.swfl-p-team__head h2 em {
  font-style: italic;
  color: var(--swfl-amber-deep);
  font-weight: 400;
}
.swfl-p-team__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
.swfl-p-teammate {
  background: var(--swfl-sand);
  border: 1px solid var(--swfl-line);
  border-radius: var(--r-lg);
  overflow: hidden;
}
.swfl-p-teammate__photo {
  margin: 0;
  background-color: var(--swfl-sand-2);
}
.swfl-p-teammate__photo img {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}
.swfl-p-teammate__body { padding: 22px; }
.swfl-p-teammate__name {
  font-family: var(--font-display);
  font-weight: var(--fw-bold);
  font-size: 20px;
  color: var(--swfl-slate);
  margin: 0 0 4px;
}
.swfl-p-teammate__role {
  font-family: var(--font-body);
  font-weight: var(--fw-extra);
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--swfl-teal-deep);
  margin: 0 0 10px;
}
.swfl-p-teammate__bio {
  font-size: 14px;
  line-height: 1.5;
  color: var(--fg-2);
  margin: 0;
}

/* =====================================================
   Responsive
   ===================================================== */
@media (max-width: 1024px) {
  .swfl-p-stats__grid { grid-template-columns: repeat(2, 1fr); gap: 32px; }
  .swfl-p-benefits__grid { grid-template-columns: repeat(2, 1fr); }
  .swfl-p-tiers__grid { grid-template-columns: 1fr; max-width: 440px; margin: 0 auto; }
  .swfl-p-tier--featured { transform: none; }
  .swfl-p-cases__grid { grid-template-columns: repeat(2, 1fr); }
  .swfl-p-team__grid { grid-template-columns: repeat(2, 1fr); }
  .swfl-p-kit__in { flex-direction: column; align-items: flex-start; text-align: left; }
}
@media (max-width: 720px) {
  .swfl-p-hero { padding: 48px 24px; }
  .swfl-p-stats { padding: 40px 24px; }
  .swfl-p-stats__grid { grid-template-columns: 1fr; gap: 28px; }
  .swfl-p-benefits,
  .swfl-p-tiers,
  .swfl-p-cases,
  .swfl-p-testimonials,
  .swfl-p-faq,
  .swfl-p-cta,
  .swfl-p-team { padding: 64px 24px; }
  .swfl-p-benefits__grid,
  .swfl-p-cases__grid,
  .swfl-p-team__grid { grid-template-columns: 1fr; }
  .swfl-p-hero__ctas { flex-direction: column; align-items: stretch; }
  .swfl-p-hero__ctas .wp-block-button { width: 100%; }
  .swfl-p-hero__ctas .wp-block-button__link { width: 100%; text-align: center; }
  .swfl-p-cta__iframe { height: 600px; }
}
