.editor-pro-page {
  --ep-line: rgba(157, 189, 220, 0.16);
  --ep-panel: rgba(8, 18, 34, 0.78);
  --ep-cyan: #52c7ff;
  --font-mono: 'SFMono-Regular', Consolas, 'Liberation Mono', monospace;
}

.editor-pro-page main,
.editor-pro-page footer {
  position: relative;
  z-index: 2;
}

.editor-pro-page h1,
.editor-pro-page h2,
.editor-pro-page h3,
.editor-pro-page p,
.editor-pro-page figure {
  margin-top: 0;
}

.editor-pro-page svg {
  width: 1em;
  height: 1em;
  flex: 0 0 auto;
}

.ep-hero {
  min-height: 850px;
  display: grid;
  align-items: center;
  padding: 120px 5% 70px;
  overflow: hidden;
}

.ep-hero-inner {
  width: min(1240px, 100%);
  min-width: 0;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(480px, 1.08fr);
  gap: 72px;
  align-items: center;
}

.ep-hero-copy {
  min-width: 0;
  max-width: 620px;
  padding-top: 18px;
}

.ep-kicker,
.ep-eyebrow,
.ep-card-label,
.ep-sale-label {
  color: var(--aurora-green);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.ep-kicker {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 26px;
}

.ep-kicker-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--aurora-green);
  box-shadow: 0 0 14px var(--aurora-green);
}

.ep-kicker-divider {
  color: var(--text-muted);
}

.ep-hero h1 {
  max-width: 660px;
  font-family: var(--font-display);
  font-size: clamp(48px, 5.7vw, 82px);
  font-weight: 700;
  letter-spacing: -2px;
  line-height: 0.99;
  margin-bottom: 28px;
}

.ep-hero h1 span,
.ep-section h2 span,
.ep-cta-section h2 span {
  background: linear-gradient(90deg, var(--aurora-green), var(--aurora-teal), var(--aurora-blue));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.ep-lede {
  max-width: 550px;
  margin-bottom: 34px;
  color: var(--text-secondary);
  font-size: 18px;
  line-height: 1.7;
}

.ep-hero-actions,
.ep-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
}

.ep-hero-actions svg,
.ep-cta-actions svg {
  width: 16px;
  height: 16px;
}

.ep-trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 17px;
  margin-top: 35px;
  color: var(--text-muted);
  font-size: 12px;
}

.ep-trust-row span + span {
  padding-left: 17px;
  border-left: 1px solid var(--ep-line);
}

.ep-trust-row strong {
  color: var(--text-secondary);
  font-weight: 500;
}

.ep-hero-visual {
  position: relative;
  min-width: 0;
  min-height: 560px;
  display: grid;
  place-items: center;
}

.ep-glow {
  position: absolute;
  width: 480px;
  height: 360px;
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(61, 255, 160, 0.18), transparent 68%);
  filter: blur(20px);
}

.ep-window {
  position: relative;
  width: min(660px, 100%);
  min-width: 0;
  overflow: hidden;
  isolation: isolate;
  border: 1px solid rgba(174, 222, 242, 0.38);
  border-radius: 10px;
  background: rgba(7, 17, 29, 0.72);
  box-shadow: 0 35px 80px rgba(0, 0, 0, 0.52), 0 0 0 7px rgba(61, 255, 160, 0.035), inset 0 1px rgba(255, 255, 255, 0.16);
  transform: perspective(1200px) rotateY(-8deg) rotateX(3deg);
  display: flex;
  flex-direction: column;
}

.ep-window-chrome {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  flex: 0 0 36px;
  align-items: center;
  min-width: 0;
  padding: 0 12px;
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: #1a2029;
}

.ep-window-controls {
  display: flex;
  gap: 6px;
}

.ep-window-controls i {
  width: 10px;
  height: 10px;
  border: 1px solid rgba(21, 28, 36, 0.38);
  border-radius: 50%;
  background: #ff5f57;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.28), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.ep-window-controls i:nth-child(2) {
  background: #febc2e;
}

.ep-window-controls i:nth-child(3) {
  background: #28c840;
}

.ep-window-title {
  overflow: hidden;
  color: rgba(243, 250, 255, 0.88);
  font: 500 11px var(--font-body);
  text-shadow: 0 1px rgba(0, 0, 0, 0.26);
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ep-image-slot img,
.ep-image-demo .ep-browser-shot {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ep-window .ep-product-shot {
  flex: 0 0 auto;
  height: auto;
  min-height: 0;
  object-fit: initial;
}

.ep-image-slot figcaption,
.ep-demo-image-caption {
  display: none;
}

.ep-sale {
  border-top: 1px solid var(--ep-line);
  border-bottom: 1px solid var(--ep-line);
  background: rgba(9, 18, 32, 0.7);
}

.ep-sale-inner {
  width: min(1240px, 90%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.3fr 1fr auto;
  gap: 30px;
  align-items: center;
  padding: 22px 0;
}

.ep-sale-copy {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 12px;
}

.ep-sale-label {
  align-self: center;
  font-size: 10px;
  letter-spacing: 1.4px;
}

.ep-sale-copy strong {
  color: #f1fbff;
  font: 700 32px var(--font-display);
}

.ep-sale-was {
  color: var(--text-muted);
  font-size: 14px;
  text-decoration: line-through;
}

.ep-sale-save {
  padding: 4px 8px;
  border: 1px solid rgba(61, 255, 160, 0.25);
  border-radius: 4px;
  background: rgba(61, 255, 160, 0.08);
  color: var(--aurora-green);
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
}

.ep-sale-upgrade {
  display: flex;
  flex-direction: column;
  color: var(--text-secondary);
  font-size: 12px;
}

.ep-sale-upgrade strong {
  color: var(--ep-cyan);
  font-size: 14px;
  font-weight: 500;
}

.ep-sale-cta,
.ep-text-link,
.ep-card-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--aurora-green);
  font: 600 13px var(--font-display);
  text-decoration: none;
}

.ep-sale-cta {
  white-space: nowrap;
}

.ep-sale-cta svg,
.ep-text-link svg,
.ep-card-link svg {
  width: 15px;
  height: 15px;
}

.ep-sale-cta:hover,
.ep-text-link:hover,
.ep-card-link:hover {
  color: #f2ffff;
}

.ep-section {
  position: relative;
}

.ep-section-inner {
  width: min(1240px, 90%);
  margin: 0 auto;
  padding: 120px 0;
}

.ep-two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
  align-items: center;
}

.ep-eyebrow {
  margin-bottom: 18px;
}

.ep-section h2,
.ep-cta-section h2 {
  margin-bottom: 24px;
  font: 700 clamp(38px, 4.5vw, 64px) / 1.04 var(--font-display);
  letter-spacing: -1px;
}

.ep-body {
  max-width: 570px;
  color: var(--text-secondary);
  font-size: 16px;
  line-height: 1.8;
}

.ep-text-link,
.ep-card-link {
  margin-top: 17px;
}

.ep-intro,
.ep-feature-section,
.ep-browser-section,
.ep-integration-section,
.ep-whats-new-section {
  border-top: 1px solid var(--ep-line);
}

.ep-feature-section,
.ep-integration-section {
  background: rgba(4, 10, 19, 0.3);
}

.ep-section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 60px;
  margin-bottom: 48px;
}

.ep-heading-body {
  max-width: 370px;
  margin-bottom: 7px;
}

.ep-feature-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 15px;
}

.ep-feature-card {
  position: relative;
  min-height: 340px;
  padding: 30px;
  overflow: hidden;
  border: 1px solid var(--ep-line);
  border-radius: 8px;
  background: var(--ep-panel);
}

.ep-feature-card h3 {
  max-width: 340px;
  margin: 10px 0 13px;
  font: 600 28px / 1.12 var(--font-display);
}

.ep-feature-card p:not(.ep-card-label) {
  max-width: 390px;
  color: var(--text-secondary);
  font-size: 14px;
  line-height: 1.7;
}

.ep-card-label {
  color: var(--text-muted);
  font-size: 10px;
  letter-spacing: 1.5px;
}

.ep-feature-icon {
  display: grid;
  width: 37px;
  height: 37px;
  place-items: center;
  border: 1px solid rgba(61, 255, 160, 0.27);
  border-radius: 7px;
  background: rgba(61, 255, 160, 0.08);
  color: var(--aurora-green);
}

.ep-feature-icon svg {
  width: 18px;
  height: 18px;
}

.feature-large {
  min-height: 480px;
  grid-row: auto;
}

.feature-large h3 {
  max-width: 310px;
  font-size: 34px;
}

.feature-tall {
  min-height: 390px;
}

.ep-feature-card:not(.feature-large) {
  min-height: 390px;
}

.ep-feature-card.feature-tall {
  min-height: 460px;
}

.ep-feature-card ul,
.ep-check-list {
  display: grid;
  gap: 7px;
  margin: 19px 0 0;
  padding: 0;
  list-style: none;
  color: var(--text-secondary);
  font-size: 12px;
}

.ep-feature-card li,
.ep-check-list li {
  display: flex;
  align-items: center;
  gap: 8px;
}

.ep-feature-card li svg,
.ep-check-list li svg {
  width: 14px;
  height: 14px;
  color: var(--aurora-green);
}

.search-art {
  position: absolute;
  top: auto;
  right: 25px;
  bottom: 25px;
  left: 25px;
  width: auto;
  height: 135px;
  overflow: hidden;
  padding: 18px;
  border: 1px solid rgba(77, 184, 255, 0.15);
  border-radius: 7px;
  background: linear-gradient(145deg, rgba(77, 184, 255, 0.1), rgba(61, 255, 160, 0.04));
}

.search-art::after,
.category-art::after,
.tab-art::after,
.create-art::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  content: "";
  background: linear-gradient(145deg, rgba(5, 13, 24, 0.18), rgba(5, 13, 24, 0.72));
}

.search-art img,
.category-art > img,
.tab-art > img,
.create-art > img {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.72;
}

.search-art img {
  object-position: center;
}

.mock-toolbar,
.mock-grid,
.category-art-title,
.create-art-title,
.create-search,
.create-results {
  position: relative;
  z-index: 2;
}

.mock-toolbar {
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr) 20px 20px;
  gap: 4px;
  align-items: center;
  margin-bottom: 9px;
}

.mock-icon,
.mock-search,
.create-search {
  display: flex;
  align-items: center;
  min-width: 0;
  height: 20px;
  border: 1px solid rgba(157, 189, 220, 0.22);
  border-radius: 3px;
  background: rgba(10, 18, 29, 0.72);
  color: rgba(218, 231, 240, 0.65);
  font: 8px var(--font-mono);
}

.mock-icon {
  justify-content: center;
}

.mock-icon svg,
.mock-search svg,
.create-search svg {
  width: 11px;
  height: 11px;
}

.mock-search {
  gap: 5px;
  padding: 0 6px;
  overflow: hidden;
  white-space: nowrap;
}

.mock-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 5px;
}

.mock-tile {
  display: grid;
  min-height: 42px;
  place-items: center;
  gap: 3px;
  padding: 4px 2px;
  border: 1px solid rgba(157, 189, 220, 0.2);
  border-radius: 3px;
  background: rgba(26, 35, 48, 0.78);
  color: rgba(219, 231, 240, 0.68);
  text-align: center;
}

.mock-tile.active {
  border-color: rgba(82, 199, 255, 0.72);
  background: rgba(35, 83, 116, 0.72);
  color: #effbff;
}

.mock-tile svg {
  width: 18px;
  height: 18px;
  color: var(--ep-cyan);
}

.mock-tile small {
  max-width: 100%;
  overflow: hidden;
  font: 7px/1.1 var(--font-mono);
  text-overflow: ellipsis;
  white-space: nowrap;
}

.search-art-pill {
  position: relative;
  z-index: 2;
}

.search-art-line {
  display: block;
  width: 100%;
  height: 9px;
  margin-bottom: 11px;
  border-radius: 3px;
  background: rgba(206, 235, 255, 0.25);
}

.search-art-line.short {
  width: 73%;
  background: rgba(206, 235, 255, 0.13);
}

.search-art-pill {
  display: inline-block;
  margin: 12px 4px 0 0;
  padding: 5px 7px;
  border: 1px solid rgba(61, 255, 160, 0.35);
  border-radius: 3px;
  background: rgba(61, 255, 160, 0.1);
  color: var(--aurora-green);
  font: 9px var(--font-mono);
}

.search-art-pill.blue {
  border-color: rgba(77, 184, 255, 0.35);
  background: rgba(77, 184, 255, 0.1);
  color: var(--ep-cyan);
}

.category-art,
.create-art {
  position: absolute;
  right: 25px;
  bottom: 25px;
  left: 25px;
  width: auto;
  min-height: 138px;
  overflow: hidden;
  display: grid;
  gap: 6px;
  padding: 10px;
  border: 1px solid rgba(77, 184, 255, 0.16);
  border-radius: 6px;
  background: rgba(5, 13, 24, 0.75);
}

.category-art {
  display: block;
  width: auto;
}

.create-art {
  width: auto;
}

.category-art-list,
.create-art-overlay,
.tab-art-overlay {
  position: relative;
  z-index: 2;
}

.category-art-list,
.create-art-overlay {
  display: grid;
  gap: 6px;
}

.category-art-list,
.create-art-overlay {
  position: absolute;
  inset: 10px;
  align-content: center;
}

.category-art > img {
  object-position: left center;
}

.create-art > img {
  object-position: 39% 3%;
}

.category-art-title,
.create-art-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 5px;
  color: rgba(226, 238, 244, 0.82);
  font: 9px var(--font-display);
}

.category-art-title {
  height: 18px;
}

.category-art-title svg,
.create-art-title svg {
  width: 12px;
  height: 12px;
  color: var(--aurora-green);
}

.category-art-list {
  gap: 3px;
  inset: 28px 10px 8px;
}

.category-art-list span {
  min-height: 21px;
  padding: 3px 6px;
}

.category-art-list span em,
.create-results span em {
  margin-left: auto;
  color: rgba(190, 210, 225, 0.52);
  font: 8px var(--font-mono);
  font-style: normal;
}

.create-art {
  gap: 6px;
}

.create-search {
  gap: 5px;
  padding: 0 6px;
}

.create-search > span {
  overflow: hidden;
  color: rgba(218, 231, 240, 0.65);
  font: 7px var(--font-mono);
  text-overflow: ellipsis;
  white-space: nowrap;
}

.create-results {
  display: grid;
  gap: 3px;
}

.create-results > span {
  display: grid;
  grid-template-columns: 15px minmax(0, 1fr) auto;
  grid-template-rows: 1fr;
  column-gap: 5px;
  align-items: center;
  min-height: 24px;
  padding: 3px 4px;
  border-bottom: 1px solid rgba(157, 189, 220, 0.12);
  color: rgba(212, 228, 237, 0.78);
}

.create-results > span > svg {
  grid-row: 1 / span 2;
  width: 14px;
  height: 14px;
  color: var(--ep-cyan);
}

.create-results strong {
  min-width: 0;
  overflow: hidden;
  font: 8px var(--font-display);
  text-overflow: ellipsis;
  white-space: nowrap;
}

.create-results small {
  min-width: 0;
  overflow: hidden;
  color: rgba(184, 204, 218, 0.48);
  font: 7px var(--font-mono);
  text-overflow: ellipsis;
  white-space: nowrap;
}

.create-results > span > em {
  grid-column: 3;
  grid-row: 1;
  font-size: 7px;
  white-space: nowrap;
}

.ep-feature-card:not(.feature-large) > p:not(.ep-card-label) {
  max-width: 275px;
}

.category-art-list > span,
.create-results > span {
  display: flex;
  align-items: center;
  gap: 7px;
  min-height: 25px;
  padding: 4px 7px;
  border-radius: 4px;
  color: rgba(210, 225, 240, 0.58);
  font: 10px var(--font-mono);
}

.category-art-list span {
  min-height: 21px;
}

.category-art-list > span.active,
.create-results > span:last-child {
  background: rgba(61, 255, 160, 0.1);
  color: var(--aurora-green);
}

.category-art svg,
.create-art svg {
  width: 13px;
  height: 13px;
}

.ep-feature-card > .ep-card-link {
  position: absolute;
  bottom: 25px;
  left: 30px;
}

.tab-art {
  position: absolute;
  right: 25px;
  bottom: 26px;
  left: 25px;
  padding: 12px;
  border: 1px solid rgba(77, 184, 255, 0.17);
  border-radius: 6px;
  background: rgba(5, 13, 24, 0.75);
}

.tab-art {
  height: 140px;
  padding: 0;
  overflow: hidden;
}

.tab-art > img {
  object-position: 72% 8%;
  opacity: 0.64;
}

.tab-art-overlay {
  position: absolute;
  inset: 0;
  padding: 12px;
}

.tab-art-item {
  display: inline-block;
  margin-right: 10px;
  color: rgba(210, 225, 240, 0.38);
  font: 9px var(--font-mono);
}

.tab-art-item.active {
  color: var(--aurora-green);
}

.tab-art-body {
  display: grid;
  gap: 8px;
  margin-top: 17px;
}

.tab-art-body span {
  height: 7px;
  border-radius: 2px;
  background: rgba(210, 225, 240, 0.13);
}

.tab-art-body span:nth-child(2) {
  width: 77%;
}

.tab-art-body span:nth-child(3) {
  width: 52%;
}

.ep-browser-layout {
  align-items: start;
}

.ep-view-switcher {
  display: flex;
  width: max-content;
  margin-top: 27px;
  overflow: hidden;
  border: 1px solid var(--ep-line);
  border-radius: 5px;
}

.ep-view-switcher button {
  padding: 10px 16px;
  border: 0;
  border-right: 1px solid var(--ep-line);
  background: transparent;
  color: var(--text-muted);
  font-size: 12px;
}

.ep-view-switcher button:last-child {
  border-right: 0;
}

.ep-view-switcher button.active {
  background: rgba(61, 255, 160, 0.12);
  color: var(--aurora-green);
}

.ep-demo-window {
  position: relative;
  aspect-ratio: 1152 / 772;
  overflow: hidden;
  border: 1px solid rgba(131, 201, 220, 0.22);
  border-radius: 8px;
  background: #0b1625;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.32);
}

.ep-browser-shot {
  position: absolute;
  inset: 0;
  transition: opacity 180ms ease;
}

.browser-list-shot {
  opacity: 0;
}

.ep-image-demo[data-browser-view='list'] .browser-grid-shot {
  opacity: 0;
}

.ep-image-demo[data-browser-view='list'] .browser-list-shot {
  opacity: 1;
}

.ep-integration-layout {
  grid-template-columns: 0.9fr 1.1fr;
}

.ep-integration-art {
  position: relative;
  min-height: 330px;
  display: grid;
  place-items: center;
}

.integration-orbit {
  position: absolute;
  border: 1px solid rgba(61, 255, 160, 0.2);
  border-radius: 50%;
  transform: rotate(-18deg);
}

.orbit-one {
  width: 280px;
  height: 160px;
}

.orbit-two {
  width: 190px;
  height: 300px;
  border-color: rgba(77, 184, 255, 0.22);
  transform: rotate(66deg);
}

.integration-core {
  position: relative;
  display: grid;
  width: 112px;
  height: 112px;
  place-items: center;
  border: 1px solid rgba(61, 255, 160, 0.5);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(61, 255, 160, 0.2), rgba(6, 17, 28, 0.9) 68%);
  box-shadow: 0 0 60px rgba(61, 255, 160, 0.12);
}

.integration-core strong {
  position: relative;
  top: -7px;
  color: #e9fbff;
  font: 700 25px var(--font-display);
  white-space: nowrap;
}

.integration-core strong span {
  color: var(--aurora-green);
}

.integration-core small {
  position: absolute;
  bottom: 17px;
  color: var(--aurora-green);
  font: 9px var(--font-mono);
  letter-spacing: 2px;
}

.integration-node {
  position: absolute;
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border: 1px solid var(--ep-line);
  border-radius: 7px;
  background: #0a1726;
  color: var(--aurora-green);
}

.integration-node svg {
  width: 15px;
  height: 15px;
}

.node-a {
  top: 45px;
  right: 16%;
}

.node-b {
  bottom: 50px;
  left: 15%;
  color: var(--ep-cyan);
}

.node-c {
  right: 12%;
  bottom: 80px;
  color: #f6c969;
}

.ep-check-list {
  grid-template-columns: 1fr 1fr;
  max-width: 510px;
  margin-bottom: 6px;
  font-size: 13px;
}

.ep-whats-new-section {
  background: rgba(4, 10, 19, 0.14);
}

.ep-new-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 75px;
  border-top: 1px solid var(--ep-line);
}

.ep-new-list {
  display: grid;
}

.ep-new-list > div {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 0 13px;
  padding: 20px 0;
  border-bottom: 1px solid rgba(157, 189, 220, 0.1);
}

.ep-new-list span {
  color: var(--aurora-green);
  font: 11px var(--font-mono);
}

.ep-new-list strong {
  font: 600 15px var(--font-display);
}

.ep-new-list p {
  grid-column: 2;
  margin-top: 5px;
  color: var(--text-muted);
  font-size: 12px;
  line-height: 1.55;
}

.ep-cta-section {
  position: relative;
  border-top: 1px solid var(--ep-line);
  background: linear-gradient(180deg, rgba(6, 19, 29, 0.4), rgba(61, 255, 160, 0.16));
  text-align: center;
}

.ep-cta-inner {
  width: min(800px, 90%);
  margin: 0 auto;
  padding: 145px 0 155px;
}

.ep-cta-inner .ep-eyebrow {
  margin-bottom: 19px;
}

.ep-cta-section h2 {
  margin-bottom: 20px;
  font-size: clamp(44px, 6vw, 76px);
}

.ep-cta-section p:not(.ep-eyebrow):not(.ep-cta-note) {
  margin-bottom: 29px;
  color: var(--text-secondary);
  font-size: 16px;
}

.ep-cta-actions {
  justify-content: center;
}

.ep-cta-note {
  margin-top: 24px;
  color: var(--text-muted);
  font-size: 11px;
}

.editor-pro-page #footer {
  margin-top: 0;
  border-top-color: rgba(157, 189, 220, 0.28);
  background: rgba(4, 8, 16, 0.85);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

@media (max-width: 1024px) {
  .ep-hero-inner {
    grid-template-columns: 1fr;
    gap: 60px;
  }

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

  .ep-hero-visual {
    min-height: 470px;
  }

  .ep-window {
    transform: none;
  }

  .ep-sale-inner {
    grid-template-columns: 1fr auto;
  }

  .ep-sale-upgrade {
    grid-column: 1;
  }

  .ep-sale-cta {
    grid-row: 1 / span 2;
    grid-column: 2;
  }

  .ep-two-col {
    gap: 60px;
  }
}

@media (max-width: 768px) {
  .ep-hero {
    min-height: auto;
    padding-top: 190px;
  }

  .ep-hero h1 {
    font-size: clamp(38px, 10vw, 60px);
    letter-spacing: -1px;
  }

  .ep-hero-visual {
    min-height: 340px;
  }

  .ep-sale-inner {
    grid-template-columns: 1fr;
    gap: 11px;
    padding: 20px 0;
  }

  .ep-sale-cta {
    grid-row: auto;
    grid-column: auto;
  }

  .ep-section-inner {
    padding: 85px 0;
  }

  .ep-two-col,
  .ep-integration-layout {
    grid-template-columns: 1fr;
    gap: 45px;
  }

  .ep-section-heading {
    display: block;
    margin-bottom: 35px;
  }

  .ep-heading-body {
    margin-top: 20px;
  }

  .ep-feature-grid,
  .ep-new-grid {
    grid-template-columns: 1fr;
  }

  .feature-large {
    min-height: 550px;
    grid-row: auto;
  }

  .ep-check-list {
    grid-template-columns: 1fr;
  }

  .ep-integration-art {
    min-height: 290px;
  }

  .ep-cta-inner {
    padding: 100px 0 110px;
  }
}

@media (max-width: 480px) {
  .ep-kicker {
    font-size: 9px;
    letter-spacing: 1.4px;
  }

  .ep-lede {
    font-size: 16px;
  }

  .ep-trust-row {
    display: grid;
    gap: 8px;
  }

  .ep-trust-row span + span {
    padding-left: 0;
    border-left: 0;
  }

  .ep-hero-visual {
    min-height: 230px;
  }

  .ep-feature-card {
    min-height: 390px;
    padding: 24px;
  }

  .ep-feature-card h3 {
    font-size: 24px;
  }

  .feature-large {
    min-height: 500px;
  }

  .feature-tall,
  .ep-feature-card:not(.feature-large) {
    min-height: 460px;
  }

  .feature-large h3 {
    max-width: 100%;
  }

  .search-art {
    top: auto;
    right: 24px;
    bottom: 25px;
    left: 24px;
    width: auto;
    height: 125px;
  }

  .feature-large h3 {
    max-width: 125px;
  }

  .feature-large ul {
    max-width: 190px;
  }

  .category-art,
  .create-art {
    right: 24px;
    bottom: 25px;
    left: 24px;
    width: auto;
  }

  .tab-art {
    right: 24px;
    left: 24px;
  }

  .ep-feature-card:not(.feature-large) > p:not(.ep-card-label) {
    max-width: 100%;
  }

  .ep-feature-card > .ep-card-link {
    bottom: 22px;
    left: 24px;
  }

  .ep-cta-actions .btn-primary,
  .ep-cta-actions .btn-ghost {
    width: 100%;
    justify-content: center;
  }
}
