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

html {
  scroll-behavior: smooth;
}

body.event-planners-landing {
  --yellow: #7b68ee;
  --black: #000000;
  --white: #ffffff;
  --soft: #eee;
  --ink: #111111;
  --text: #343434;
  --muted: #626262;
  --line: rgba(0, 0, 0, 0.18);
  --dark-line: rgba(0, 0, 0, 0.14);
  --font:
    "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  --display: "Anton", "Arial Narrow", Impact, sans-serif;
  margin: 0;
  background: var(--white);
  color: var(--ink);
  font-family: var(--font);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

.event-planners-landing a {
  color: inherit;
  text-decoration: none;
}

.event-planners-landing img {
  display: block;
  max-width: 100%;
}

.ep-nav {
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  left: 0;
  height: 84px;
  padding: 0 92px;
  display: grid;
  grid-template-columns: auto auto 1fr auto;
  align-items: center;
  gap: 28px;
  background: var(--black);
  color: var(--white);
}

.ep-menu-dots {
  width: 32px;
  display: grid;
  grid-template-columns: repeat(2, 8px);
  gap: 8px;
}

.ep-menu-dots span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.74);
}

.ep-brand {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.ep-brand-logo {
  width: 116px;
  height: 40px;
  object-fit: contain;
}

.ep-nav-links {
  display: flex;
  justify-content: center;
  gap: 50px;
}

.ep-nav-links a {
  color: #cfcfcf;
  font-size: 16px;
  font-weight: 700;
}

.ep-nav-actions {
  display: flex;
  align-items: center;
  gap: 20px;
}

.ep-login {
  min-width: 96px;
  min-height: 56px;
  padding: 0 25px;
  border: 3px solid var(--white);
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
}

.ep-cta {
  min-width: 144px;
  min-height: 58px;
  padding: 0 30px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  font-size: 16px;
  font-weight: 800;
  transition: transform 0.18s ease;
}

.ep-cta:hover,
.ep-login:hover,
.ep-outline-btn:hover,
.ep-card-btn:hover {
  transform: translateY(-2px);
}

.ep-cta-yellow {
  background: var(--yellow);
  color: var(--white);
}

.ep-cta-black {
  background: var(--black);
  color: var(--white) !important;
}

.ep-hero {
  min-height: 1020px;
  padding-top: 84px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: var(--yellow);
  color: var(--white);
  overflow: hidden;
}

.ep-hero-copy {
  padding: 0 70px 0 130px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.ep-hero h1 {
  max-width: 760px;
  margin: 0;
  font-family: var(--display);
  font-size: 74px;
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: 0;
}

.ep-hero h1 span {
  color: var(--white);
}

.ep-hero-copy p {
  max-width: 680px;
  margin: 42px 0 46px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 22px;
  line-height: 1.45;
}

.ep-hero-copy .ep-cta {
  align-self: flex-start;
}

.ep-collage {
  min-height: 936px;
  display: grid;
  grid-template-columns: 1fr 1.08fr 0.92fr;
  gap: 28px;
  padding: 0 0 0 0;
  background: var(--white);
  overflow: hidden;
}

.ep-collage-col {
  display: grid;
  gap: 28px;
}

.ep-collage-col-a {
  transform: translateY(-60px);
}

.ep-collage-col-b {
  transform: translateY(-10px);
}

.ep-collage-col-c {
  transform: translateY(-96px);
}

.ep-collage img {
  width: 100%;
  height: 100%;
  min-height: 270px;
  object-fit: cover;
  border-radius: 0;
}

.ep-collage-col-a img,
.ep-collage-col-c img {
  min-height: 360px;
}

.ep-yellow-proof {
  position: relative;
  padding: 58px 82px 135px;
  background: var(--black);
  color: var(--white);
  text-align: center;
}

.ep-yellow-proof::after,
.ep-black-section::before,
.ep-black-section::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.ep-yellow-proof::after {
  left: -6%;
  right: -6%;
  bottom: -74px;
  height: 150px;
  border-radius: 0 0 50% 50%;
  background: var(--white);
  box-shadow: 0 -18px 38px rgba(0, 0, 0, 0.08);
}

.ep-yellow-proof h2,
.ep-section-head h2,
.ep-centered-title h2,
.ep-success h2,
.ep-final-cta h2 {
  margin: 0;
  font-family: var(--display);
  font-size: 40px;
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: 0;
}

.ep-proof-grid {
  margin: 70px auto 0;
  max-width: 1560px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 80px;
}

.ep-proof-grid article strong {
  display: block;
  font-family: var(--display);
  font-size: 42px;
  line-height: 1;
  font-weight: 400;
}

.ep-proof-grid article p {
  max-width: 360px;
  margin: 26px auto;
  color: #d8d8d8;
  font-size: 17px;
  line-height: 1.55;
}

.ep-proof-grid article span {
  display: inline-block;
  padding: 7px 14px;
  border-radius: 999px;
  background: var(--yellow);
  color: var(--white);
  font-size: 25px;
  font-weight: 900;
}

.ep-black-section {
  position: relative;
  background: var(--white);
  color: var(--ink);
}

.ep-objectives {
  padding: 15px 80px 115px;
  background: var(--white);
  color: var(--ink);
}

.ep-section-head {
  text-align: center;
}

.ep-section-head h2 {
  color: var(--ink);
}

.ep-section-head h2 span,
.ep-centered-title span,
.ep-success h2 span {
  padding: 0 0.12em;
  background: var(--yellow);
  color: var(--white);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

.ep-pill-row {
  margin: 55px auto 115px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 22px;
}

.ep-pill-row a {
  min-height: 68px;
  padding: 0 34px;
  border: 3px solid var(--black);
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--black);
  font-size: 20px;
  font-weight: 800;
}

.ep-split-feature {
  max-width: 1680px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.95fr 1fr;
  align-items: center;
  gap: 125px;
}

.ep-photo-card {
  overflow: hidden;
  border-radius: 52px;
}

.ep-photo-card img {
  width: 100%;
  height: 610px;
  object-fit: cover;
}

.ep-feature-copy {
  max-width: 650px;
}

.ep-eyebrow,
.ep-centered-title p {
  margin: 0 0 26px;
  color: var(--text);
  font-size: 18px;
  font-weight: 800;
  text-align: center;
}

.ep-feature-copy .ep-eyebrow {
  text-align: left;
}

.ep-feature-copy h3 {
  margin: 0;
  font-family: var(--display);
  font-size: 42px;
  font-weight: 400;
  line-height: 1.13;
  letter-spacing: 0;
}

.ep-feature-copy p {
  margin: 42px 0 48px;
  color: var(--text);
  font-size: 21px;
  line-height: 1.55;
}

.ep-outline-btn {
  min-height: 68px;
  padding: 0 38px;
  border: 3px solid var(--black);
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--black);
  font-size: 20px;
  font-weight: 800;
}

.ep-sponsored {
  padding: 40px 80px 125px;
  background: var(--soft);
  color: var(--ink);
  overflow: hidden;
}

.ep-wave {
  position: absolute;
  left: -6%;
  right: -6%;
  height: 160px;
  border-radius: 50%;
  background: rgba(51, 74, 192, 0.28);
  filter: blur(34px);
  opacity: 0.5;
  pointer-events: none;
}

.ep-wave-top {
  top: -46px;
}

.ep-wave-mid {
  top: -84px;
}

.ep-centered-title {
  position: relative;
  z-index: 2;
  text-align: center;
}

.ep-centered-title h2 {
  color: var(--ink);
}

.ep-phone-row {
  max-width: 1180px;
  margin: 90px auto 64px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 44px;
}

.ep-phone-card {
  text-align: center;
}

.ep-phone-screen {
  height: 340px;
  padding: 24px;
  border-radius: 18px;
  background: linear-gradient(135deg, #334ac0 0%, #6d5dfc 100%);
  box-shadow: 0 18px 48px rgba(17, 17, 17, 0.18);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  text-align: left;
  overflow: hidden;
}

.ep-phone-consulta {
  background: linear-gradient(135deg, #334ac0 0%, #6d5dfc 100%);
}

.ep-phone-operacion {
  background: linear-gradient(135deg, #f97316 0%, #ff2d55 100%);
}

.ep-phone-cierre {
  background: linear-gradient(135deg, #00a676 0%, #0066ff 100%);
}

.ep-phone-top {
  margin-bottom: auto;
  color: rgba(255, 255, 255, 0.84);
  font-size: 13px;
  font-weight: 900;
}

.ep-phone-screen strong {
  color: var(--white);
  font-size: 27px;
  font-weight: 900;
}

.ep-phone-screen p {
  margin: 12px 0 18px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 15px;
  line-height: 1.45;
}

.ep-phone-action {
  padding: 15px 18px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.9);
  color: var(--black);
  font-weight: 900;
}

.ep-phone-card h3 {
  margin: 34px 0 18px;
  color: var(--ink);
  font-size: 28px;
  font-weight: 900;
}

.ep-phone-card > p {
  max-width: 420px;
  margin: 0 auto;
  color: var(--text);
  font-size: 18px;
  line-height: 1.5;
}

.ep-center-btn {
  margin: 0 auto;
  display: flex;
  width: fit-content;
}

.ep-success {
  padding: 135px 80px 120px;
  background: var(--white);
  color: var(--ink);
}

.ep-success > .ep-eyebrow {
  text-align: center;
  color: var(--muted);
}

.ep-success h2 {
  text-align: center;
  color: var(--ink);
}

.ep-success-grid {
  max-width: 1220px;
  margin: 80px auto 0;
  display: grid;
  grid-template-columns: 0.86fr 1.14fr;
  gap: 80px;
  align-items: center;
}

.ep-dashboard-card {
  min-height: 360px;
  padding: 32px;
  border-radius: 22px;
  background:
    linear-gradient(rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.55)),
    url("/biword/bisec/img/landing_salones/img-landing3.jpeg") center/cover;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.ep-dashboard-card span {
  font-size: 15px;
  font-weight: 900;
}

.ep-dashboard-card strong {
  background: var(--white);
  margin-top: 12px;
  font-size: 38px;
  line-height: 1.05;
  font-weight: 900;
}

.ep-dashboard-card p {
  max-width: 410px;
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 17px;
  line-height: 1.45;
}

.ep-success-copy h3 {
  margin: 0 0 34px;
  color: var(--ink);
  font-size: 32px;
  line-height: 1.1;
  font-weight: 900;
}

.ep-compare-list {
  display: grid;
  gap: 18px;
}

.ep-compare-list div {
  padding: 22px 0;
  border-top: 1px solid var(--line);
}

.ep-compare-list span {
  display: block;
  color: var(--muted);
  font-size: 17px;
}

.ep-compare-list strong {
  display: block;
  margin-top: 8px;
  color: var(--ink);
  font-size: 22px;
  line-height: 1.2;
}

.ep-pricing {
  padding: 80px 80px 160px;
  background: var(--soft);
  color: var(--ink);
}

.ep-pricing-grid {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 70px;
}

.ep-pricing article {
  padding: 40px;
  border: 2px solid var(--dark-line);
  border-radius: 28px;
  background: var(--white);
  text-align: center;
}

.ep-pricing h3 {
  margin: 0;
  font-family: var(--display);
  font-size: 36px;
  font-weight: 400;
  line-height: 1.05;
}

.ep-pricing p {
  margin: 24px auto 34px;
  color: var(--text);
  font-size: 19px;
  line-height: 1.5;
}

.ep-card-btn {
  min-height: 64px;
  padding: 0 44px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--black);
  color: var(--white) !important;
  font-size: 19px;
  font-weight: 900;
}

.ep-card-btn-outline {
  border: 3px solid var(--black);
  background: transparent;
  color: var(--black) !important;
}

.ep-faq {
  padding: 130px 80px 185px;
  background: var(--white);
  color: var(--ink);
}

.ep-faq h2 {
  max-width: 1460px;
  margin: 0 auto 28px;
  color: var(--ink);
  font-size: 34px;
  font-weight: 900;
}

.ep-faq-list {
  max-width: 1460px;
  margin: 0 auto;
  border-top: 1px solid var(--line);
}

.ep-faq-item {
  border-bottom: 1px solid var(--line);
}

.ep-faq-item button {
  width: 100%;
  min-height: 84px;
  padding: 0 28px 0 22px;
  border: 0;
  background: transparent;
  color: var(--ink);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  text-align: left;
  font-size: 24px;
  font-weight: 700;
}

.ep-faq-item button span {
  font-size: 24px;
  transition: transform 0.2s ease;
}

.ep-faq-item p {
  display: none;
  max-width: 980px;
  margin: 0;
  padding: 0 22px 28px;
  color: var(--text);
  font-size: 18px;
  line-height: 1.55;
}

.ep-faq-item.open p {
  display: block;
}

.ep-faq-item.open button span {
  transform: rotate(180deg);
}

.ep-final-cta {
  position: relative;
  padding: 168px 24px 130px;
  background: var(--yellow);
  color: var(--white);
  text-align: center;
  overflow: hidden;
}

.ep-final-cta::before {
  content: "";
  position: absolute;
  left: -8%;
  right: -8%;
  top: -82px;
  height: 160px;
  border-radius: 0 0 50% 50%;
  background: var(--white);
}

.ep-final-cta h2 {
  position: relative;
  font-size: 40px;
}

.ep-final-cta p {
  position: relative;
  max-width: 840px;
  margin: 48px auto 58px;
  font-size: 22px;
  line-height: 1.45;
}

.ep-final-cta .ep-cta {
  position: relative;
}

.ep-footer {
  background: #f8f8f8;
  color: var(--black);
}

.ep-footer-top {
  min-height: 126px;
  padding: 0 126px;
  border-bottom: 1px solid var(--dark-line);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ep-footer-top strong {
  font-size: 28px;
}

.ep-footer-top button {
  width: 52px;
  height: 52px;
  border: 0;
  border-radius: 50%;
  background: #e8e8e8;
  color: transparent;
  cursor: pointer;
  position: relative;
}

.ep-footer-top button span {
  position: absolute;
  inset: 0;
  color: var(--black);
  display: grid;
  place-items: center;
  font-size: 22px;
}

.ep-footer-links {
  padding: 48px 126px 70px;
  display: grid;
  grid-template-columns: repeat(3, 1fr) auto;
  gap: 70px;
}

.ep-footer-links h4 {
  margin: 0 0 18px;
  font-size: 16px;
  font-weight: 900;
}

.ep-footer-links a {
  display: block;
  margin: 10px 0;
  color: #5b5b5b;
  font-size: 16px;
  font-weight: 700;
}

.ep-footer-links p {
  margin: 0;
  color: #5b5b5b;
  font-size: 14px;
  align-self: end;
}

/* ===== SECTION SUBTITLE ===== */
.ep-section-sub {
  max-width: 680px;
  margin: 22px auto 0;
  color: var(--muted);
  font-size: 19px;
  line-height: 1.5;
  text-align: center;
}

/* ===== MÓDULOS GRID ===== */
.ep-modulos {
  padding: 120px 80px 140px;
  background: var(--soft);
}

.ep-modulos .ep-section-head {
  margin-bottom: 80px;
}

.ep-modulos-grid {
  max-width: 1460px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 44px 28px;
}

.ep-modulo-card {
  position: relative;
  min-height: 100%;
  padding: 0;
  background: transparent;
  border-radius: 22px;
  border: 0;
  transition: transform 0.2s ease;
}

.ep-modulo-card-inner {
  position: relative;
  z-index: 2;
  min-height: 100%;
  padding: 36px 32px;
  background: var(--white);
  border: 2px solid var(--dark-line);
  border-radius: 22px;
  transition: box-shadow 0.2s ease;
}

.ep-modulo-card::before,
.ep-modulo-card::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-radius: var(--b-radius-xl, 22px);
  pointer-events: none;
}

.ep-modulo-card::before {
  top: -10px;
  bottom: 10px;
  width: 96%;
  background: #bfdbfe;
  z-index: 1;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
}

.ep-modulo-card::after {
  top: -20px;
  bottom: 20px;
  width: 90%;
  background: #c4b5fd;
  z-index: 0;
}

.ep-modulo-card:hover {
  transform: translateY(-4px);
}

.ep-modulo-card:hover .ep-modulo-card-inner {
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.09);
}

.ep-modulo-icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: var(--yellow);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  font-size: 24px;
  color: var(--white);
}

.ep-modulo-card h4 {
  margin: 0 0 14px;
  font-family: var(--display);
  font-size: 22px;
  font-weight: 400;
  color: var(--ink);
}

.ep-modulo-card p {
  margin: 0;
  color: var(--text);
  font-size: 16px;
  line-height: 1.55;
}

/* ===== ADMIN SECTION ===== */
.ep-admin {
  padding: 140px 80px;
  background: var(--black);
  color: var(--white);
}

.ep-admin-inner {
  max-width: 1460px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.6fr;
  gap: 100px;
  align-items: start;
}

.ep-admin-copy .ep-eyebrow {
  color: rgba(255, 255, 255, 0.55);
  text-align: left;
  margin-bottom: 22px;
}

.ep-admin-copy h2 {
  margin: 0 0 28px;
  font-family: var(--display);
  font-size: 42px;
  font-weight: 400;
  line-height: 1.1;
  color: var(--white);
}

.ep-admin-copy h2 span {
  padding: 0 0.12em;
  background: var(--yellow);
  color: var(--white);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

.ep-admin-copy > p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 19px;
  line-height: 1.55;
  margin: 0;
}

.ep-admin-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2px;
  border-radius: 22px;
  overflow: hidden;
  border: 2px solid rgba(255, 255, 255, 0.1);
}

.ep-admin-item {
  padding: 32px 28px;
  background: rgba(255, 255, 255, 0.05);
  display: flex;
  align-items: flex-start;
  gap: 18px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  transition: background 0.2s ease;
}

.ep-admin-item:hover {
  background: rgba(51, 74, 192, 0.18);
}

.ep-admin-item > i {
  font-size: 26px;
  color: var(--yellow);
  flex-shrink: 0;
  margin-top: 2px;
}

.ep-admin-item strong {
  display: block;
  color: var(--white);
  font-size: 17px;
  font-weight: 800;
  margin-bottom: 8px;
}

.ep-admin-item p {
  margin: 0;
  color: rgba(255, 255, 255, 0.6);
  font-size: 15px;
  line-height: 1.5;
}

@media (max-width: 1300px) {
  .ep-modulos-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .ep-admin-inner {
    gap: 60px;
  }
}

@media (max-width: 1080px) {
  .ep-modulos-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .ep-admin-inner {
    grid-template-columns: 1fr;
    gap: 50px;
  }
  .ep-admin-cards {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .ep-modulos,
  .ep-admin {
    padding-left: 24px;
    padding-right: 24px;
  }
  .ep-modulos-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .ep-admin-copy h2 {
    font-size: 32px;
  }
}

@media (max-width: 1300px) {
  .ep-nav {
    padding: 0 40px;
    gap: 22px;
  }

  .ep-nav-links {
    gap: 24px;
  }

  .ep-hero-copy {
    padding-left: 70px;
  }

  .ep-hero h1 {
    font-size: 64px;
  }
}

@media (max-width: 1080px) {
  .ep-nav {
    grid-template-columns: auto 1fr auto;
  }

  .ep-menu-dots,
  .ep-nav-links {
    display: none;
  }

  .ep-hero {
    min-height: auto;
    grid-template-columns: 1fr;
  }

  .ep-hero-copy {
    min-height: 720px;
    padding: 130px 44px 70px;
  }

  .ep-collage {
    min-height: 520px;
  }

  .ep-proof-grid,
  .ep-phone-row,
  .ep-pricing-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .ep-split-feature,
  .ep-success-grid {
    grid-template-columns: 1fr;
    gap: 60px;
  }

  .ep-phone-card {
    max-width: 460px;
    margin: 0 auto;
  }
}

@media (max-width: 760px) {
  .ep-nav {
    height: 74px;
    padding: 0 18px;
  }

  .ep-brand-logo {
    width: 100px;
    height: auto;
  }

  .ep-nav-actions {
    gap: 12px;
  }

  .ep-nav-actions .ep-login {
    display: none;
  }

  .ep-nav-actions .ep-cta {
    min-width: 112px;
    min-height: 44px;
    padding: 0 18px;
    font-size: 14px;
  }

  .ep-hero {
    padding-top: 74px;
    width: 100vw;
  }

  .ep-hero-copy {
    width: 100vw;
    max-width: 100vw;
    min-height: 610px;
    padding: 80px 24px 56px;
  }

  .ep-hero-copy p {
    max-width: 330px;
  }

  .ep-hero h1 {
    font-size: 42px;
  }

  .ep-hero-copy p {
    margin: 28px 0 34px;
    font-size: 18px;
  }

  .ep-collage {
    width: 100%;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    min-height: 440px;
    gap: 16px;
    overflow-x: hidden;
  }

  .ep-collage img {
    min-height: 210px;
  }

  .ep-yellow-proof,
  .ep-objectives,
  .ep-sponsored,
  .ep-success,
  .ep-pricing,
  .ep-faq {
    padding-left: 24px;
    padding-right: 24px;
  }

  .ep-yellow-proof h2,
  .ep-section-head h2,
  .ep-centered-title h2,
  .ep-success h2,
  .ep-final-cta h2 {
    font-size: 32px;
  }

  .ep-proof-grid article strong {
    font-size: 34px;
  }

  .ep-pill-row {
    margin-bottom: 70px;
  }

  .ep-pill-row a {
    min-height: 54px;
    width: 100%;
    justify-content: center;
    font-size: 16px;
  }

  .ep-photo-card img {
    height: 420px;
  }

  .ep-feature-copy h3 {
    font-size: 34px;
  }

  .ep-phone-row {
    margin-top: 72px;
  }

  .ep-phone-screen {
    height: 320px;
  }

  .ep-footer-top {
    padding: 0 24px;
  }

  .ep-footer-links {
    padding: 36px 24px 52px;
    grid-template-columns: 1fr;
    gap: 26px;
  }
}

@media (max-width: 420px) {
  .ep-nav-actions .ep-cta {
    min-width: 94px;
    padding: 0 14px;
  }

  .ep-brand-logo {
    width: 92px;
  }

  .ep-hero h1 {
    font-size: 36px;
  }

  .ep-yellow-proof h2,
  .ep-section-head h2,
  .ep-centered-title h2,
  .ep-success h2,
  .ep-final-cta h2 {
    font-size: 30px;
  }
}
