.hp2-page {
  --invite-home-bg: #f8f6ff;
  --invite-home-text: #1f295d;
  --invite-home-muted: #687394;
  --invite-home-soft: #f7f4ff;
  --invite-home-accent: #6c4bea;
  --invite-home-accent-2: #d94cd7;
  --invite-home-border: rgba(94, 79, 180, 0.13);
  --invite-home-heading-font: "Avenir Next", "Segoe UI", -apple-system, BlinkMacSystemFont, sans-serif;
  --invite-home-body-font: "Avenir Next", "Segoe UI", -apple-system, BlinkMacSystemFont, sans-serif;
  --invite-home-shadow: 0 22px 64px rgba(56, 63, 121, 0.1);
  --invite-home-button-shadow: 0 16px 34px rgba(98, 66, 210, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.35);
  min-height: 100vh;
  color: var(--invite-home-text);
  background:
    radial-gradient(circle at 4% 28%, rgba(255, 226, 236, 0.72), transparent 22rem),
    radial-gradient(circle at 94% 26%, rgba(226, 238, 255, 0.82), transparent 24rem),
    linear-gradient(180deg, #fffdfc 0%, #fbfbff 54%, #ffffff 100%);
  font-family: var(--invite-home-body-font);
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.hp2-mobile-drawer-header,
.hp2-mobile-templates-accordion {
  display: none;
}


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

.hp2-page a {
  color: inherit;
  text-decoration: none;
}

.hp2-page button,
.hp2-page input,
.hp2-page textarea,
.hp2-page select {
  font-family: var(--invite-home-body-font);
}

.hp2-nav {
  --invite-home-bg: #f8f6ff;
  --invite-home-text: #1f295d;
  --invite-home-muted: #687394;
  --invite-home-soft: #f7f4ff;
  --invite-home-accent: #6c4bea;
  --invite-home-accent-2: #d94cd7;
  --invite-home-border: rgba(94, 79, 180, 0.13);
  --invite-home-heading-font: "Avenir Next", "Segoe UI", -apple-system, BlinkMacSystemFont, sans-serif;
  --invite-home-body-font: "Avenir Next", "Segoe UI", -apple-system, BlinkMacSystemFont, sans-serif;
  --invite-home-shadow: 0 22px 64px rgba(56, 63, 121, 0.1);
  --invite-home-button-shadow: 0 16px 34px rgba(98, 66, 210, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.35);

  position: sticky;
  top: 0;
  z-index: 60;
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  min-height: 74px;
  padding: 14px clamp(24px, 4.8vw, 58px);
  border-bottom: 0;
  background: rgba(255, 255, 255, 0.84);
  backdrop-filter: blur(18px);
}

.hp2-brand img {
  display: block;
  width: 158px;
  height: auto;
}

.hp2-mobile-menu-button,
.hp2-mobile-account {
  display: none;
}

.hp2-mobile-menu-button {
  width: 36px;
  height: 36px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 3px;
  border: 1px solid rgba(205, 196, 255, 0.95);
  border-radius: 11px;
  background:
    radial-gradient(circle at 25% 0%, rgba(255, 255, 255, 0.9), transparent 38%),
    linear-gradient(180deg, #ffffff 0%, #f8f6ff 100%);
  box-shadow: 0 10px 24px rgba(55, 61, 122, 0.08);
  cursor: pointer;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.hp2-mobile-menu-button span {
  display: block;
  width: 16px;
  height: 2px;
  border-radius: 999px;
  background: var(--invite-home-text);
  transform-origin: center;
  transition: opacity 160ms ease, transform 160ms ease, background 160ms ease;
}

.hp2-nav-center,
.hp2-nav-actions,
.hp2-hero-actions,
.hp2-trust-strip,
.hp2-studio-bar,
.hp2-category-tiles,
.hp2-final-cta div {
  display: flex;
  align-items: center;
}

.hp2-nav-center {
  justify-content: center;
  gap: clamp(18px, 2.2vw, 34px);
}

.hp2-nav-item {
  position: relative;
}

.hp2-nav-link,
.hp2-login {
  border: 0;
  background: transparent;
  color: #263163;
  cursor: pointer;
  font: inherit;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

.hp2-login {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 22px;
  border: none;
  border-radius: 999px;
  color: #fff !important;
  background: linear-gradient(135deg, #8d66ff 0%, #714eea 46%, #5939cf 100%);
  box-shadow: 0 4px 12px rgba(103, 73, 223, 0.2);
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition: transform 160ms, box-shadow 160ms, background 0.15s;
  cursor: pointer;
}

.hp2-login:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 16px rgba(103, 73, 223, 0.28);
  color: #fff !important;
}

.hp2-nav-actions {
  justify-content: flex-end;
  gap: 10px;
  align-items: center;
}

.hp2-user-menu-item {
  position: relative;
}

.hp2-user-trigger {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 0;
  background: transparent;
  color: var(--invite-home-text);
  cursor: pointer;
  font: inherit;
  font-weight: 800;
}

.hp2-credit-badge {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  gap: 6px;
  padding: 0 14px;
  border: 1px solid rgba(103, 73, 223, 0.14);
  border-radius: 999px;
  color: #6d78e8;
  background: linear-gradient(180deg, #f7f9ff 0%, #eef3ff 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
  font-size: 13px;
}

.hp2-user-name {
  max-width: 150px;
  overflow: hidden;
  color: #263163;
  font-size: 14px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hp2-user-avatar {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(103, 73, 223, 0.16);
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 10px 26px rgba(55, 61, 122, 0.08);
}

.hp2-user-avatar img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hp2-user-menu {
  position: absolute;
  top: calc(100% + 12px);
  right: 0;
  z-index: 80;
  min-width: 190px;
  overflow: hidden;
  border: 1px solid rgba(226, 221, 255, 0.95);
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 22px 55px rgba(55, 61, 122, 0.18);
}

.hp2-user-menu.hidden {
  display: none;
}

.hp2-user-menu ul {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 6px;
  list-style: none;
}

.hp2-user-menu li {
  margin: 0;
}

.hp2-user-menu-credit {
  padding: 10px 12px;
  border-bottom: 1px solid #eef0ff;
  color: var(--invite-home-muted);
  font-size: 12px;
}

.hp2-user-menu a,
.hp2-logout-btn {
  display: flex;
  width: 100%;
  align-items: center;
  border: 0;
  border-radius: 10px;
  padding: 10px 12px;
  color: #263163;
  background: transparent;
  font: inherit;
  font-size: 13px;
  font-weight: 700;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
}

.hp2-user-menu a:hover,
.hp2-logout-btn:hover {
  background: rgba(103, 73, 223, 0.06);
  color: #6749df;
}

.hp2-button {
  display: inline-flex;
  position: relative;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  overflow: hidden;
  border: 1px solid rgba(113, 86, 234, 0.2);
  border-radius: 11px;
  padding: 0 22px;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
  font-family: var(--invite-home-body-font);
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
  cursor: pointer;
}

.hp2-button:hover,
.hp2-profile-publish:hover,
.hp2-category-explore:hover,
.hp2-mega-cta:hover {
  transform: translateY(-1px);
}

.hp2-button-primary {
  color: #fff !important;
  background:
    radial-gradient(circle at 22% 0%, rgba(255, 255, 255, 0.48), transparent 28%),
    linear-gradient(135deg, #8d66ff 0%, #714eea 46%, #5939cf 100%);
  box-shadow: var(--invite-home-button-shadow);
}

.hp2-button-primary:visited,
.hp2-profile-publish:visited,
.hp2-category-explore:visited {
  color: #fff !important;
}

.hp2-button-secondary {
  color: #5d45d9;
  border-color: rgba(112, 79, 232, 0.24);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(252, 250, 255, 0.9));
  box-shadow: 0 12px 28px rgba(64, 84, 140, 0.08);
}

.hp2-mega-menu {
  position: absolute;
  left: 50%;
  top: 100%;
  width: min(900px, calc(100vw - 64px));
  padding-top: 24px;
  opacity: 0;
  pointer-events: none;
  transform: translateX(-50%) translateY(-8px);
  transition: opacity 150ms ease, transform 150ms ease;
}

.hp2-template-nav:hover .hp2-mega-menu,
.hp2-template-nav:focus-within .hp2-mega-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}

.hp2-mega-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(190px, 1fr)) minmax(260px, 0.9fr);
  gap: 34px;
  padding: 34px;
  border: 1px solid #e5e7f8;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 26px 80px rgba(32, 40, 89, 0.16);
}

.hp2-mega-heading,
.hp2-mega-link {
  display: block;
}

.hp2-mega-heading {
  margin-bottom: 18px;
  color: #1d285b;
  font-size: 17px;
  font-weight: 800;
}

.hp2-mega-link {
  margin-top: 12px;
  color: #303a65;
  font-size: 15px;
  font-weight: 700;
}

.hp2-mega-card {
  display: grid;
  align-content: space-between;
  min-height: 210px;
  padding: 22px;
  border-radius: 10px;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(34, 43, 95, 0.9), rgba(112, 74, 220, 0.9)),
    url("/assets/filters/wedding_invites_all.png");
  background-size: cover;
  background-position: center;
}

.hp2-mega-card span {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hp2-mega-card strong {
  display: block;
  margin-top: 12px;
  font-family: var(--invite-home-heading-font);
  font-size: 24px;
  line-height: 1.15;
}

.hp2-mega-cta {
  display: inline-flex;
  width: max-content;
  min-height: 40px;
  align-items: center;
  margin-top: 24px;
  padding: 0 16px;
  border-radius: 8px;
  color: #243064 !important;
  background: #fff !important;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}

.hp2-hero {
  display: grid;
  grid-template-columns: 600px 1fr;
  gap: clamp(34px, 4vw, 58px);
  align-items: center;
  max-width: 1440px;
  min-height: calc(100vh - 74px);
  margin: 0 auto;
  padding: clamp(28px, 4.2vw, 48px) clamp(24px, 4.8vw, 58px) clamp(30px, 4vw, 44px);
}

.hp2-kicker {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  margin: 0 0 18px;
  padding: 0 15px;
  border: 1px solid #e6defd;
  border-radius: 999px;
  color: #6a4be5;
  background: rgba(255, 255, 255, 0.78);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hp2-hero h1 {
  max-width: 600px;
  margin: 0;
  color: var(--invite-home-text);
  font-family: var(--invite-home-heading-font);
  font-size: clamp(42px, 4.25vw, 58px);
  line-height: 1.03;
  font-weight: 600;
  letter-spacing: 0;
}

.hp2-hero h1 span {
  color: var(--invite-home-accent);
}

.hp2-lede {
  max-width: 500px;
  margin: 18px 0 0;
  color: var(--invite-home-muted);
  font-size: 15px;
  line-height: 1.68;
}

.hp2-hero-actions {
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 24px;
}

.hp2-hero-trial-note {
  margin-top: 14px;
  font-size: 13.5px;
  color: var(--invite-home-muted);
  opacity: 0.9;
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: 600;
}

.hp2-hero-trial-note::before {
  content: "✧";
  color: var(--invite-home-accent-2);
  font-weight: 700;
}

.hp2-trust-strip {
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.hp2-trust-strip span {
  min-height: 32px;
  padding: 0 13px;
  border: 1px solid #ebe7fb;
  border-radius: 999px;
  color: var(--invite-home-muted);
  background: rgba(255, 255, 255, 0.82);
  font-size: 12px;
  font-weight: 700;
  line-height: 30px;
}

.hp2-hero-product {
  min-width: 0;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 1;
}

.hp2-hero-glow {
  position: absolute;
  top: 10%;
  left: 10%;
  width: 80%;
  height: 80%;
  background: radial-gradient(circle, rgba(108, 75, 234, 0.2) 0%, rgba(217, 76, 215, 0.05) 50%, transparent 80%);
  filter: blur(40px);
  pointer-events: none;
  z-index: -1;
  animation: rotate-glow 25s linear infinite;
}

.hp2-hero-ui-image {
  position: relative;
  z-index: 2;
  width: 100%;
  height: auto;
  max-width: 100%;
  filter: drop-shadow(0 20px 50px rgba(108, 75, 234, 0.12));
  animation: float-hero 6s ease-in-out infinite;
}

.hp2-hero-ui-image.hp2-hero-ui-mobile-compare {
  display: none;
}

@media (min-width: 769px) {
  .hp2-hero-ui-image.hp2-hero-ui-image-main {
    display: block;
  }

  .hp2-hero-ui-image.hp2-hero-ui-mobile-compare {
    display: none;
  }
}

@keyframes float-hero {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

@keyframes rotate-glow {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.hp2-studio-shell,
.hp2-template-card,
.hp2-feature-card,
.hp2-profile-card,
.hp2-category-tile,
.hp2-category-explore,
.hp2-final-cta {
  border: 1px solid rgba(222, 226, 249, 0.92);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.9));
  box-shadow: var(--invite-home-shadow);
}

.hp2-studio-shell {
  overflow: hidden;
  border-radius: 18px;
}

.hp2-studio-bar {
  gap: 14px;
  min-height: 52px;
  padding: 0 18px;
  border-bottom: 1px solid #e9ecfb;
  color: #536083;
  font-size: 12px;
  font-weight: 700;
}

.hp2-studio-bar strong {
  color: #202b61;
  margin-right: auto;
}

.hp2-brand-dot {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: linear-gradient(135deg, #162a70, #7b45de);
}

.hp2-export-pill {
  padding: 8px 13px;
  border-radius: 8px;
  color: #fff;
  background:
    radial-gradient(circle at 22% 0%, rgba(255, 255, 255, 0.4), transparent 30%),
    linear-gradient(135deg, #8d66ff, #6040d5);
  box-shadow: 0 10px 22px rgba(98, 66, 210, 0.2);
}

.hp2-studio-body {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr) 188px;
  min-height: min(45vw, 390px);
}

.hp2-tool-list {
  display: grid;
  align-content: start;
  gap: 10px;
  padding: 20px 12px;
  border-right: 1px solid #eef0fa;
  background: #fbfbff;
}

.hp2-tool-list span {
  display: grid;
  min-height: 38px;
  place-items: center;
  border-radius: 8px;
  color: #526080;
  background: #fff;
  font-size: 11px;
  font-weight: 700;
}

.hp2-hero-canvas {
  position: relative;
  min-height: min(45vw, 390px);
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(249, 245, 255, 0.65), rgba(255, 255, 255, 0.4)),
    #fffaf8;
}

.hp2-hero-card {
  position: absolute;
  width: clamp(150px, 18vw, 230px);
  aspect-ratio: 3 / 4;
  border-radius: 12px;
  object-fit: cover;
  box-shadow: 0 18px 40px rgba(37, 41, 93, 0.18);
}

.hp2-hero-card-1 {
  left: 50%;
  top: 46%;
  z-index: 3;
  transform: translate(-50%, -50%);
}

.hp2-hero-card-2 {
  left: 30%;
  top: 50%;
  z-index: 2;
  opacity: 0.92;
  transform: translate(-50%, -50%) rotate(-8deg) scale(0.86);
}

.hp2-hero-card-3 {
  left: 70%;
  top: 50%;
  z-index: 2;
  opacity: 0.92;
  transform: translate(-50%, -50%) rotate(8deg) scale(0.86);
}

.hp2-selection-box {
  position: absolute;
  left: 50%;
  top: 44%;
  z-index: 5;
  display: grid;
  width: clamp(118px, 12vw, 160px);
  min-height: 86px;
  place-items: center;
  padding: 12px;
  border: 2px solid #6f4dea;
  border-radius: 8px;
  color: #4a3369;
  background: rgba(255, 255, 255, 0.58);
  box-shadow: 0 12px 24px rgba(59, 56, 126, 0.12);
  transform: translate(-50%, -50%);
}

.hp2-selection-box::before,
.hp2-selection-box::after {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #6f4dea;
}

.hp2-selection-box::before {
  left: -5px;
  top: -5px;
}

.hp2-selection-box::after {
  right: -5px;
  bottom: -5px;
}

.hp2-selection-box span {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  line-height: 1.05;
}

.hp2-scene-strip {
  position: absolute;
  left: 50%;
  bottom: 20px;
  z-index: 6;
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 8px;
  border: 1px solid rgba(226, 221, 255, 0.9);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 16px 36px rgba(58, 65, 126, 0.12);
  transform: translateX(-50%);
}

.hp2-scene-strip img {
  width: 44px;
  height: 30px;
  border-radius: 7px;
  object-fit: cover;
}

.hp2-play-dot,
.hp2-add-scene {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 9px;
  color: #fff;
  background: linear-gradient(135deg, #8d66ff, #6040d5);
  font-size: 12px;
  font-weight: 800;
}

.hp2-studio-panel {
  padding: 22px 18px;
  border-left: 1px solid #eef0fa;
  color: #586481;
  font-size: 13px;
  line-height: 1.5;
}

.hp2-studio-panel strong {
  display: block;
  color: #202b61;
  font-size: 17px;
}

.hp2-panel-row {
  height: 10px;
  margin-top: 18px;
  border-radius: 999px;
  background: #e9e5ff;
}

.hp2-panel-row.short {
  width: 68%;
}

.hp2-section {
  max-width: 1280px;
  margin: 0 auto;
  padding: 58px clamp(24px, 4vw, 48px);
}

.hp2-section-heading {
  max-width: 820px;
  margin: 0 auto 30px;
  text-align: center;
}

.hp2-section-heading h2,
.hp2-creator-copy h2,
.hp2-final-cta h2 {
  margin: 0;
  color: var(--invite-home-text);
  font-family: var(--invite-home-heading-font);
  font-size: clamp(22px, 2.2vw, 32px);
  line-height: 1.18;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.hp2-section-heading p,
.hp2-creator-copy p,
.hp2-final-cta p {
  margin: 12px 0 0;
  color: var(--invite-home-muted);
  font-size: 15px;
  line-height: 1.58;
}

.hp2-category-tiles {
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-bottom: 28px;
}

.hp2-category-tile,
.hp2-category-explore {
  min-height: 44px;
  border-radius: 999px;
}

.hp2-category-tile {
  display: inline-flex;
  width: auto;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  text-align: center;
  cursor: pointer;
  font: inherit;
  box-shadow: 0 10px 26px rgba(55, 61, 122, 0.05);
}

.hp2-category-tile.is-active {
  color: #fff;
  border-color: transparent;
  background:
    radial-gradient(circle at 20% 0%, rgba(255, 255, 255, 0.45), transparent 30%),
    linear-gradient(135deg, #8a67ff 0%, #6b49e3 54%, #5939cf 100%);
  box-shadow: var(--invite-home-button-shadow);
}

.hp2-category-tile span {
  color: var(--invite-home-text);
  font-size: 13px;
  font-weight: 800;
}

.hp2-category-tile.is-active span,
.hp2-category-tile.is-active strong {
  color: #fff;
}

.hp2-category-tile strong {
  display: none;
}

.hp2-category-magic span::after {
  content: " ✦";
  color: #d94cd7;
}

.hp2-category-magic.is-active span::after {
  color: #fff;
}

.hp2-category-explore {
  display: inline-flex;
  align-items: center;
  padding: 0 21px;
  color: #fff !important;
  background:
    radial-gradient(circle at 22% 0%, rgba(255, 255, 255, 0.42), transparent 30%),
    linear-gradient(135deg, #8d66ff 0%, #6141d4 100%);
  font-size: 13px;
  font-weight: 800;
  box-shadow: var(--invite-home-button-shadow);
}

.hp2-template-carousel {
  position: relative;
  padding-inline: clamp(18px, 3vw, 36px);
}

.hp2-magic-empty-state {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 48px 24px;
  background: rgba(255, 255, 255, 0.6);
  border: 1px dashed rgba(108, 75, 234, 0.25);
  border-radius: 18px;
  backdrop-filter: blur(8px);
  margin: 10px 0 20px;
}

.hp2-magic-empty-state[hidden] {
  display: none !important;
}

.hp2-magic-empty-state .hp2-empty-icon {
  font-size: 32px;
  color: var(--invite-home-accent);
  margin-bottom: 12px;
  display: inline-block;
  animation: float-pulse 3s ease-in-out infinite;
}

@keyframes float-pulse {
  0%, 100% { transform: translateY(0) scale(1); }
  50% { transform: translateY(-4px) scale(1.05); }
}

.hp2-magic-empty-state h3 {
  font-size: 17px;
  font-weight: 700;
  color: var(--invite-home-text);
  margin: 0 0 8px;
}

.hp2-magic-empty-state p {
  font-size: 13px;
  color: var(--invite-home-muted);
  max-width: 380px;
  margin: 0;
  line-height: 1.5;
}

.hp2-template-grid {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: clamp(172px, 14.5vw, 210px);
  grid-template-columns: none;
  gap: 16px;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 2px 10px 18px;
  scroll-padding-inline: 10px;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.hp2-template-grid::-webkit-scrollbar {
  display: none;
}

.hp2-template-card {
  overflow: hidden;
  border-radius: 14px;
  border: 1px solid rgba(108, 75, 234, 0.08);
  scroll-snap-align: start;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.hp2-template-card[hidden] {
  display: none;
}

.hp2-template-card:hover {
  transform: translateY(-6px);
  border-color: rgba(108, 75, 234, 0.35);
  box-shadow: 0 20px 40px rgba(108, 75, 234, 0.12);
}

.hp2-carousel-button {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid rgba(226, 221, 255, 0.92);
  border-radius: 50%;
  color: #5d45d9;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 14px 32px rgba(58, 65, 126, 0.13);
  cursor: pointer;
  font-size: 26px;
  line-height: 1;
  transform: translateY(-50%);
}

.hp2-carousel-prev {
  left: 4px;
}

.hp2-carousel-next {
  right: 4px;
}

.hp2-template-image {
  position: relative;
  overflow: hidden;
  background: #f8f4ff;
}

.hp2-template-image img {
  display: block;
  width: 100%;
  aspect-ratio: 9 / 16;
  object-fit: contain;
  background: #fdfcff;
}

.hp2-template-image span {
  position: absolute;
  left: 10px;
  top: 10px;
  padding: 6px 8px;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, #6c4bea, #d94cd7);
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
  box-shadow: 0 0 10px rgba(108, 75, 234, 0.4);
  animation: pulse-badge 2s infinite alternate ease-in-out;
}

@keyframes pulse-badge {
  0% {
    transform: scale(1);
    box-shadow: 0 0 8px rgba(108, 75, 234, 0.4);
  }
  100% {
    transform: scale(1.04);
    box-shadow: 0 0 16px rgba(217, 76, 215, 0.8), 0 0 24px rgba(108, 75, 234, 0.4);
  }
}

.hp2-studio-section {
  max-width: 1320px;
}

.hp2-feature-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.hp2-feature-card {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 18px;
  padding: 24px 24px 0;
}

/* Copy section at top of feature card */
.hp2-feature-copy {
  flex-shrink: 0;
  margin-bottom: 8px;
}

.hp2-feature-copy p {
  margin: 6px 0 0;
  color: var(--invite-home-muted);
  font-size: 13px;
  line-height: 1.5;
}

/* Feature image fills bottom of card */
.hp2-feature-image {
  display: block;
  width: 100%;
  border-radius: 12px 12px 0 0;
  object-fit: cover;
  margin-top: auto;
}

/* Hero full UI image */
.hp2-hero-ui-image {
  display: block;
  width: 100%;
  max-width: 720px;
  border-radius: 16px;
  box-shadow: 0 24px 60px rgba(103, 73, 223, 0.15), 0 8px 24px rgba(0,0,0,0.08);
}


.hp2-feature-label {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  padding: 0 10px;
  border-radius: 999px;
  color: #6749df;
  background: linear-gradient(180deg, #f4efff, #eee8ff);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.hp2-feature-card h3 {
  margin: 16px 0 18px;
  color: var(--invite-home-text);
  font-size: 17px;
  line-height: 1.4;
  font-weight: 700;
}

.hp2-feature-card::after {
  content: "";
  position: absolute;
  right: -64px;
  bottom: -72px;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(242, 218, 255, 0.62), transparent 68%);
  pointer-events: none;
}

.hp2-mini-timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  margin-top: 26px;
}

.hp2-mini-timeline img {
  width: 100%;
  aspect-ratio: 1.55 / 1;
  border-radius: 10px;
  object-fit: cover;
}

.hp2-playhead {
  position: absolute;
  left: 46%;
  top: -10px;
  bottom: -10px;
  width: 2px;
  border-radius: 999px;
  background: #6b48df;
  box-shadow: 0 0 0 5px rgba(107, 72, 223, 0.08);
}

.hp2-audio-wave {
  height: 70px;
  margin-top: 16px;
  border-radius: 12px;
  background:
    repeating-linear-gradient(90deg, rgba(107, 72, 223, 0.78) 0 3px, transparent 3px 14px),
    linear-gradient(180deg, transparent 0 38%, rgba(107, 72, 223, 0.14) 38% 62%, transparent 62%);
}

.hp2-scout-note {
  display: grid;
  width: max-content;
  max-width: 100%;
  margin-top: -18px;
  margin-left: 28px;
  padding: 12px 16px;
  border: 1px solid #e2ddff;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(64, 84, 140, 0.12);
}

.hp2-scout-note strong {
  color: #6b48df;
  font-size: 12px;
}

.hp2-scout-note span {
  color: var(--invite-home-muted);
  font-size: 12px;
}

.hp2-layer-icons {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 18px 0 22px;
}

.hp2-layer-icons span {
  display: grid;
  min-width: 42px;
  min-height: 36px;
  place-items: center;
  border: 1px solid #e9e5ff;
  border-radius: 10px;
  color: #6b48df;
  background: #fff;
  font-size: 11px;
  font-weight: 800;
}

.hp2-before-after {
  display: grid;
  grid-template-columns: 1fr 24px 1fr;
  gap: 12px;
  align-items: center;
}

.hp2-before-after img {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 12px;
  object-fit: cover;
}

.hp2-before-after span {
  color: #6b48df;
  font-weight: 800;
  text-align: center;
}

.hp2-suite-row {
  display: grid;
  grid-template-columns: 1fr 92px;
  gap: 12px;
  align-items: center;
  margin-top: 12px;
  padding: 10px;
  border: 1px solid #edf0ff;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(55, 61, 122, 0.05);
}

.hp2-suite-row span {
  color: var(--invite-home-text);
  font-size: 12px;
  font-weight: 800;
}

.hp2-suite-row img {
  width: 92px;
  aspect-ratio: 1.75 / 1;
  border-radius: 9px;
  object-fit: cover;
}

.hp2-share-panel {
  display: grid;
  gap: 10px;
  margin-top: auto;
  padding: 14px;
  border: 1px solid rgba(226, 221, 255, 0.95);
  border-radius: 16px 16px 0 0;
  background:
    radial-gradient(circle at 100% 0%, rgba(230, 210, 255, 0.55), transparent 42%),
    linear-gradient(180deg, #ffffff 0%, #fbf8ff 100%);
  box-shadow: 0 18px 40px rgba(82, 66, 160, 0.1);
}

.hp2-share-row {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 12px;
  align-items: center;
  min-height: 58px;
  padding: 9px 10px;
  border: 1px solid rgba(235, 231, 255, 0.9);
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.82);
}

.hp2-share-icon {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 40px !important;
  height: 40px !important;
  color: #5f3fe0;
  align-self: center !important;
}

.hp2-share-icon svg {
  display: block;
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hp2-share-icon-export {
  color: #5f3fe0;
}

.hp2-share-icon-web {
  color: #2f65d9;
}

.hp2-share-icon-private {
  color: #b04bd6;
}

.hp2-share-icon-whatsapp {
  border: none;
  background: transparent;
  box-shadow: none;
  padding: 0;
}

.hp2-share-icon-whatsapp img {
  display: block;
  width: 28px !important;
  height: 28px !important;
  object-fit: contain;
}

.hp2-share-row strong,
.hp2-share-row span {
  display: block;
}

.hp2-share-row strong {
  color: var(--invite-home-text);
  font-size: 12px;
  line-height: 1.25;
  font-weight: 800;
}

.hp2-share-row span {
  margin-top: 3px;
  color: var(--invite-home-muted);
  font-size: 11px;
  line-height: 1.35;
}

.hp2-creator-section {
  display: grid;
  grid-template-columns: minmax(320px, 0.82fr) minmax(520px, 1.18fr);
  gap: 44px;
  align-items: center;
}

.hp2-creator-copy ul {
  display: grid;
  gap: 14px;
  margin: 26px 0 28px;
  padding: 0;
  color: #55617f;
  list-style: none;
}

.hp2-creator-copy li {
  position: relative;
  padding-left: 20px;
  font-size: 16px;
  font-weight: 700;
}

.hp2-creator-copy li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #6b48df;
}

.hp2-profile-card {
  border-radius: 16px;
  padding: 28px;
  overflow: hidden;
}

.hp2-profile-head {
  display: flex;
  align-items: center;
  gap: 14px;
}

.hp2-avatar-mark {
  display: grid;
  width: 64px;
  height: 64px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(135deg, #142c75, #7d3bd5);
  font-size: 26px;
  font-weight: 800;
}

.hp2-profile-head strong,
.hp2-profile-head span {
  display: block;
}

.hp2-profile-head strong {
  color: var(--invite-home-text);
  font-size: 24px;
  font-weight: 700;
}

.hp2-profile-head span {
  margin-top: 4px;
  color: #6a7593;
  font-size: 13px;
  font-weight: 700;
}

.hp2-profile-publish {
  margin-left: auto;
  min-height: 42px;
  padding: 0 18px;
  border-radius: 11px;
  color: #fff !important;
  background:
    radial-gradient(circle at 22% 0%, rgba(255, 255, 255, 0.42), transparent 30%),
    linear-gradient(135deg, #8d66ff 0%, #6141d4 100%);
  box-shadow: var(--invite-home-button-shadow);
  font-size: 13px;
  font-weight: 800;
  line-height: 42px;
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.hp2-profile-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 22px;
  border-bottom: 1px solid #edf0ff;
}

.hp2-profile-tabs span {
  padding-bottom: 12px;
  color: #7a849f;
  font-size: 12px;
  font-weight: 700;
}

.hp2-profile-tabs span.active {
  color: #6b48df;
  border-bottom: 2px solid #6b48df;
}

.hp2-profile-dashboard {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 190px;
  gap: 20px;
  margin-top: 24px;
}

.hp2-profile-dashboard > * {
  min-width: 0;
}

.hp2-profile-section-title {
  margin-bottom: 12px;
  color: var(--invite-home-text);
  font-size: 13px;
  font-weight: 800;
}

.hp2-profile-gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.hp2-profile-gallery img {
  width: 100%;
  aspect-ratio: 9 / 16;
  border-radius: 10px;
  object-fit: contain;
  background: #fdfcff;
}

.hp2-profile-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-top: 20px;
}

.hp2-profile-stats span {
  padding: 16px 10px;
  border: 1px solid #edf0ff;
  border-radius: 10px;
  color: #6b7594;
  font-size: 12px;
  font-weight: 800;
  text-align: center;
}

.hp2-profile-stats strong {
  display: block;
  color: var(--invite-home-text);
  font-size: 24px;
  font-weight: 800;
}

.hp2-collections-panel {
  padding: 16px;
  border: 1px solid #edf0ff;
  border-radius: 14px;
  background: #fbfbff;
}

.hp2-collection-row {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 10px;
  align-items: center;
  margin-top: 12px;
}

.hp2-collection-row img {
  width: 46px;
  aspect-ratio: 1;
  border-radius: 10px;
  object-fit: cover;
}

.hp2-collection-row span {
  color: var(--invite-home-text);
  font-size: 12px;
  font-weight: 800;
}

.hp2-final-cta {
  max-width: 1280px;
  margin: 42px auto 0;
  border-radius: 10px 10px 0 0;
  padding: 58px 32px;
  text-align: center;
  background:
    linear-gradient(90deg, rgba(255, 240, 245, 0.86), rgba(255, 255, 255, 0.92), rgba(236, 241, 255, 0.9)),
    #fff;
}

.hp2-final-cta div {
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

@media (max-width: 1180px) {
  .hp2-hero,
  .hp2-creator-section {
    grid-template-columns: 1fr;
  }

  .hp2-hero {
    min-height: auto;
  }

  .hp2-feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hp2-profile-card {
    max-width: 900px;
    margin-inline: auto;
  }
}

@media (max-width: 980px) {
  .hp2-nav {
    position: sticky;
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 10px;
    min-height: 64px;
    padding: 10px 14px;
  }

  .hp2-nav::after {
    content: "";
    position: fixed;
    inset: 0;
    z-index: 58;
    background: rgba(15, 20, 52, 0.38);
    backdrop-filter: blur(4px);
    opacity: 0;
    pointer-events: none;
    transition: opacity 180ms ease;
  }

  .hp2-nav.is-open::after {
    opacity: 1;
    pointer-events: auto;
  }

  .hp2-brand {
    grid-column: 2;
    grid-row: 1;
    align-self: center;
  }

  .hp2-brand img {
    width: 132px;
  }

  .hp2-mobile-menu-button {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    grid-column: 1;
    grid-row: 1;
    z-index: 62;
  }

  .hp2-nav.is-open .hp2-mobile-menu-button {
    border-color: rgba(104, 72, 223, 0.62);
    background:
      radial-gradient(circle at 25% 0%, rgba(255, 255, 255, 0.95), transparent 36%),
      linear-gradient(180deg, #ffffff 0%, #f3efff 100%);
    box-shadow: 0 12px 28px rgba(88, 58, 196, 0.18);
  }

  .hp2-nav.is-open .hp2-mobile-menu-button span:nth-child(1) {
    transform: translateY(5px) rotate(45deg);
  }

  .hp2-nav.is-open .hp2-mobile-menu-button span:nth-child(2) {
    opacity: 0;
    transform: scaleX(0.3);
  }

  .hp2-nav.is-open .hp2-mobile-menu-button span:nth-child(3) {
    transform: translateY(-5px) rotate(-45deg);
  }

  .hp2-nav-actions {
    grid-column: 3;
    grid-row: 1;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    min-width: 0;
    z-index: 62;
  }

  .hp2-user-trigger {
    gap: 6px;
  }

  .hp2-credit-badge {
    min-height: 32px;
    padding: 0 10px;
    font-size: 12px;
  }

  .hp2-user-name {
    display: none;
  }

  .hp2-user-avatar {
    width: 34px;
    height: 34px;
  }

  .hp2-user-menu {
    right: 0;
    min-width: 176px;
  }

  .hp2-login {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 18px;
    border: none;
    border-radius: 999px;
    color: #fff !important;
    background: linear-gradient(135deg, #8d66ff 0%, #714eea 46%, #5939cf 100%);
    box-shadow: 0 4px 12px rgba(103, 73, 223, 0.2);
    font-size: 12.5px;
    font-weight: 700;
    text-decoration: none;
    line-height: 1;
    transition: transform 160ms, box-shadow 160ms;
  }

  .hp2-login:hover {
    transform: translateY(-1px);
    box-shadow: 0 6px 16px rgba(103, 73, 223, 0.28);
    color: #fff !important;
  }

  .hp2-nav-actions .hp2-button {
    width: auto;
    min-height: 38px;
    padding: 0 15px;
    border-radius: 12px;
    font-size: 12px;
  }

  .hp2-nav-center {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 61;
    display: flex;
    width: min(314px, calc(100vw - 44px));
    height: 100dvh;
    max-height: 100dvh;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 8px;
    margin-top: 0;
    padding: 24px 20px;
    border: 1px solid rgba(222, 216, 255, 0.92);
    border-left: 0;
    border-radius: 0 22px 22px 0;
    background: linear-gradient(180deg, #ffffff 0%, #fbfaff 100%);
    box-shadow: 24px 0 64px rgba(24, 30, 74, 0.26);
    overflow-y: auto;
    opacity: 0;
    pointer-events: none;
    transform: translateX(-100%);
    transition: opacity 240ms ease, transform 240ms cubic-bezier(0.16, 1, 0.3, 1);
  }

  .hp2-mobile-drawer-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
  }

  .hp2-drawer-logo {
    width: 120px;
    height: auto;
  }

  .hp2-drawer-close {
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    border: 1px solid #e2ddff;
    border-radius: 12px;
    background: #fff;
    color: #4b5580;
    cursor: pointer;
  }

  .hp2-desktop-only {
    display: none !important;
  }

  .hp2-mobile-templates-accordion {
    display: block;
    background: transparent;
    overflow: hidden;
  }

  .hp2-mobile-templates-accordion summary {
    display: flex;
    min-height: 44px;
    align-items: center;
    padding: 0 14px;
    font-size: 15px;
    font-weight: 700;
    color: #1a224a;
    cursor: pointer;
    list-style: none;
  }

  .hp2-mobile-templates-accordion summary::-webkit-details-marker {
    display: none;
  }

  .hp2-mobile-templates-accordion summary::after {
    content: "↓";
    margin-left: auto;
    color: #8c95af;
    transition: transform 150ms ease;
  }

  .hp2-mobile-templates-accordion[open] summary::after {
    transform: rotate(180deg);
  }

  .hp2-accordion-content {
    padding: 10px 14px 14px;
    border-top: 1px solid #f2f0fc;
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .hp2-accordion-heading {
    display: block;
    font-size: 13px;
    font-weight: 800;
    color: #263163;
    margin-top: 6px;
  }

  .hp2-accordion-heading:first-child {
    margin-top: 0;
  }

  .hp2-accordion-link {
    display: block;
    font-size: 13px;
    font-weight: 500;
    color: #5d688a;
    padding-left: 10px;
    border-left: 2px solid #f2f0fc;
  }

  .hp2-magic-heading {
    color: #d94cd7;
  }

  .hp2-accordion-explore {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    margin-top: 10px;
    border-radius: 9px;
    background: #f5f3ff;
    color: #6b48df;
    font-size: 13px;
    font-weight: 800;
  }

  .hp2-nav.is-open .hp2-nav-center {
    opacity: 1;
    pointer-events: auto;
    transform: translateX(0);
  }

  .hp2-mobile-account {
    display: inline-flex;
  }

  .hp2-nav-link {
    display: flex;
    min-height: 44px;
    align-items: center;
    justify-content: flex-start;
    padding: 0 14px;
    border: none;
    background: transparent;
    font-size: 15px;
    font-weight: 700;
    color: #1a224a;
  }

  .hp2-mega-menu {
    display: none;
  }

  .hp2-template-nav:hover .hp2-mega-menu,
  .hp2-template-nav:focus-within .hp2-mega-menu {
    transform: none;
  }

  .hp2-mega-grid {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 22px;
  }

  .hp2-hero {
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding: 18px 18px 24px;
    text-align: left;
    min-height: auto;
  }

  .hp2-hero-copy {
    display: contents;
  }

  .hp2-kicker {
    order: 1;
    align-self: center;
    margin-bottom: 2px;
  }

  .hp2-hero h1 {
    order: 2;
    max-width: 100%;
    text-align: center;
    font-size: clamp(30px, 6.2vw, 44px);
    line-height: 1.06;
  }

  .hp2-hero-product {
    order: 3;
    display: block;
    width: 100%;
    margin-top: 18px;
  }

  .hp2-hero-ui-image.hp2-hero-ui-image-main {
    display: none;
  }

  .hp2-hero-ui-image.hp2-hero-ui-mobile-compare {
    display: block;
    margin-top: 0;
    max-width: min(100%, 300px);
    margin-right: auto;
    margin-left: auto;
  }

  .hp2-hero-actions {
    order: 4;
    margin-top: 12px;
    width: 100%;
  }

  .hp2-lede {
    order: 5;
    font-size: 15px;
    margin-top: 2px;
    text-align: center;
  }

  .hp2-hero-trial-note {
    order: 6;
    margin-top: 14px;
    text-align: center;
    color: var(--invite-home-accent);
  }

  .hp2-trust-strip {
    order: 7;
  }

  .hp2-hero-actions .hp2-button {
    width: auto;
  }

  .hp2-studio-bar {
    gap: 10px;
    padding: 0 14px;
    font-size: 11px;
  }

  .hp2-studio-body {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .hp2-tool-list,
  .hp2-studio-panel {
    display: none;
  }

  .hp2-hero-canvas {
    min-height: 390px;
  }

  .hp2-hero-card {
    width: 190px;
  }

  .hp2-category-tiles {
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding: 0 20px 14px !important;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .hp2-category-tiles::after {
    content: "";
    display: block;
    flex: 0 0 20px;
    width: 20px;
    height: 1px;
  }

  .hp2-explore-more-wrapper {
    padding: 0 20px;
    margin-top: 10px;
    text-align: center;
  }

  .hp2-explore-all-btn {
    width: 100%;
    justify-content: center;
  }

  .hp2-category-tiles::-webkit-scrollbar {
    display: none;
  }

  .hp2-category-tile,
  .hp2-category-explore {
    flex: 0 0 auto;
    scroll-snap-align: start;
  }

  .hp2-section {
    padding: 44px 20px;
    overflow-x: hidden;
  }

  .hp2-template-section {
    padding-left: 0;
    padding-right: 0;
  }

  .hp2-template-section .hp2-section-heading {
    padding-inline: 20px;
  }

  .hp2-section-heading {
    padding-inline: 0;
  }

  .hp2-template-grid {
    grid-auto-columns: clamp(140px, 45vw, 220px);
    padding-inline: 20px;
    padding-bottom: 20px;
  }

  .hp2-template-grid::after {
    content: "";
    width: 1px;
  }

  .hp2-carousel-button {
    display: none;
  }

  .hp2-feature-card {
    min-height: auto;
  }

  .hp2-creator-section {
    gap: 28px;
  }

  .hp2-profile-card {
    padding: 20px;
  }

  .hp2-profile-dashboard {
    grid-template-columns: 1fr;
  }

  .hp2-profile-gallery {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: clamp(86px, 28vw, 104px);
    grid-template-columns: none;
    max-width: 100%;
    min-width: 0;
    overflow-x: auto;
    padding-bottom: 10px;
    overscroll-behavior-inline: contain;
    scrollbar-width: none;
  }

  .hp2-profile-gallery::-webkit-scrollbar {
    display: none;
  }

  .hp2-profile-stats {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 148px;
    grid-template-columns: none;
    overflow-x: auto;
    padding-bottom: 10px;
    scrollbar-width: none;
  }

  .hp2-profile-stats::-webkit-scrollbar {
    display: none;
  }
}

@media (max-width: 460px) {
  .hp2-nav {
    grid-template-columns: auto 1fr auto;
    padding: 9px 12px;
  }

  .hp2-brand img {
    width: 118px;
  }

  .hp2-nav-actions .hp2-button {
    min-height: 36px;
    padding: 0 12px;
    font-size: 11px;
  }

  .hp2-login {
    padding: 7px 15px;
    font-size: 11.5px;
  }

  .hp2-mobile-menu-button {
    width: 38px;
    height: 38px;
  }

  .hp2-hero {
    min-height: auto;
    align-content: start;
    padding: 8px 20px 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .hp2-hero-copy {
    display: contents;
  }

  .hp2-kicker {
    order: 1;
    align-self: center;
    min-height: 24px;
    margin-bottom: 0px;
    font-size: 10px;
  }

  .hp2-hero h1 {
    order: 2;
    text-align: center;
    font-size: 24px;
    line-height: 1.08;
  }

  .hp2-hero-product {
    order: 3;
    display: block;
    margin-top: 14px;
    width: 100%;
  }

  .hp2-hero-ui-mobile-compare {
    max-width: min(100%, 280px);
  }

  .hp2-hero-actions {
    order: 4;
    gap: 10px;
    margin-top: 6px;
    width: 100%;
  }

  .hp2-lede {
    order: 5;
    margin-top: 2px;
    font-size: 13px;
    line-height: 1.4;
    text-align: center;
  }

  .hp2-hero-actions .hp2-button {
    width: 100%;
  }

  .hp2-hero-trial-note {
    order: 6;
    margin-top: 14px;
    text-align: center;
    color: var(--invite-home-accent);
  }

  .hp2-trust-strip {
    display: none;
    order: 7;
  }

  .hp2-studio-shell {
    border-radius: 14px;
  }

  .hp2-studio-bar {
    min-height: 44px;
    padding: 0 12px;
    font-size: 10px;
    gap: 8px;
  }

  .hp2-brand-dot {
    width: 18px;
    height: 18px;
  }

  .hp2-export-pill {
    padding: 6px 10px;
    font-size: 10px;
    border-radius: 6px;
  }

  .hp2-hero-canvas {
    min-height: 240px;
  }

  .hp2-hero-card {
    width: clamp(120px, 35vw, 150px);
    aspect-ratio: 9 / 16;
    background: #fdfcff;
  }

  .hp2-selection-box {
    width: clamp(100px, 30vw, 130px);
    min-height: 64px;
    padding: 8px;
  }

  .hp2-selection-box span {
    font-size: 13px;
  }

  .hp2-scene-strip {
    bottom: 14px;
    padding: 6px;
    gap: 5px;
    border-radius: 12px;
  }

  .hp2-scene-strip img {
    width: 32px;
    height: 22px;
    border-radius: 5px;
  }

  .hp2-play-dot, .hp2-add-scene {
    width: 24px;
    height: 24px;
    border-radius: 7px;
    font-size: 10px;
  }

  .hp2-section {
    padding: 40px 20px;
    overflow-x: hidden;
  }

  .hp2-template-section {
    padding-left: 0;
    padding-right: 0;
  }

  .hp2-template-section .hp2-section-heading {
    padding-inline: 20px;
  }

  .hp2-section-heading {
    margin-bottom: 20px;
    padding-inline: 0;
  }

  .hp2-section-heading h2,
  .hp2-creator-copy h2,
  .hp2-final-cta h2 {
    font-size: 29px;
  }

  .hp2-section-heading p,
  .hp2-creator-copy p,
  .hp2-final-cta p {
    font-size: 14px;
  }

  .hp2-template-grid {
    grid-auto-columns: clamp(140px, 45vw, 220px);
  }

  .hp2-creator-section {
    /* Padding is inherited from the parent .hp2-section padding-inline */
  }

  .hp2-profile-card {
    min-width: 0;
    width: 100%;
    padding: 24px;
  }

  .hp2-feature-card {
    padding: 20px;
  }

  .hp2-feature-card h3 {
    font-size: 16px;
  }

  .hp2-creator-copy ul {
    gap: 10px;
    margin: 20px 0 22px;
  }

  .hp2-creator-copy li {
    font-size: 14px;
  }

  .hp2-profile-head {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
  }

  .hp2-avatar-mark {
    width: 52px;
    height: 52px;
    font-size: 20px;
    flex-shrink: 0;
  }

  .hp2-profile-head > div:not(.hp2-avatar-mark) {
    flex: 1 1 0%;
    min-width: 140px;
  }

  .hp2-profile-publish {
    width: 100%;
    margin-left: 0;
    text-align: center;
    justify-content: center;
  }

  .hp2-profile-tabs {
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 18px;
    scrollbar-width: none;
  }

  .hp2-profile-tabs::-webkit-scrollbar {
    display: none;
  }

  .hp2-profile-stats {
    grid-auto-columns: 132px;
  }

  .hp2-final-cta {
    margin-top: 20px;
    padding: 42px 18px;
  }

  .hp2-final-cta .hp2-button {
    width: 100%;
  }

  .hp2-hero-card-2,
  .hp2-hero-card-3 {
    opacity: 0.68;
  }
}

/* ─── Process Section ─── */
.hp2-process-layout {
  display: grid;
  grid-template-columns: 340px 1fr;
  gap: 40px;
  align-items: center;
  margin-top: 40px;
}

.hp2-process-mascot-column {
  display: flex;
  justify-content: center;
}

.hp2-process-mascot-card {
  width: 100%;
  max-width: 320px;
  background: linear-gradient(135deg, rgba(108, 75, 234, 0.06), rgba(217, 76, 215, 0.04));
  border: 1px solid rgba(108, 75, 234, 0.15);
  border-radius: 24px;
  padding: 40px 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(108, 75, 234, 0.05);
}

.hp2-mascot-glow {
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(108, 75, 234, 0.12) 0%, rgba(217, 76, 215, 0.02) 50%, transparent 80%);
  pointer-events: none;
  animation: rotate-glow 20s linear infinite;
}

@keyframes rotate-glow {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.hp2-mascot-image {
  width: 180px;
  height: 180px;
  object-fit: contain;
  z-index: 2;
  filter: drop-shadow(0 15px 25px rgba(108, 75, 234, 0.25));
  animation: float-mascot 3.5s ease-in-out infinite;
}

@keyframes float-mascot {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  50% { transform: translateY(-8px) rotate(2deg); }
}

.hp2-mascot-speech {
  margin-top: 24px;
  background: #ffffff;
  border: 1px solid rgba(108, 75, 234, 0.15);
  border-radius: 14px;
  padding: 10px 16px;
  font-size: 13px;
  font-weight: 600;
  color: var(--invite-home-text);
  box-shadow: 0 8px 20px rgba(56, 63, 121, 0.08);
  position: relative;
  text-align: center;
  z-index: 2;
}

.hp2-mascot-speech::after {
  content: "";
  position: absolute;
  top: -8px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 0 8px 8px 8px;
  border-style: solid;
  border-color: transparent transparent #ffffff transparent;
}

.hp2-mascot-speech::before {
  content: "";
  position: absolute;
  top: -9px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 0 8px 8px 8px;
  border-style: solid;
  border-color: transparent transparent rgba(108, 75, 234, 0.15) transparent;
  z-index: -1;
}

.speech-sparkle {
  color: #6749df;
  margin-right: 4px;
}

.hp2-process-steps-column {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.hp2-process-vertical-step {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 24px 28px;
  background: #ffffff;
  border: 1px solid rgba(222, 226, 249, 0.85);
  border-radius: 20px;
  box-shadow: var(--invite-home-shadow);
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.hp2-process-vertical-step:hover {
  transform: translateX(6px);
  border-color: rgba(108, 75, 234, 0.35);
  box-shadow: 0 16px 36px rgba(108, 75, 234, 0.08);
}

.hp2-process-step-left {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}

.hp2-step-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: linear-gradient(135deg, #6c4bea, #d94cd7);
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
}

.hp2-process-icon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(108, 75, 234, 0.06), rgba(108, 75, 234, 0.12));
}

.hp2-process-step-right h3 {
  margin: 0 0 6px;
  font-size: 16px;
  font-weight: 700;
  color: var(--invite-home-text);
}

.hp2-process-step-right p {
  margin: 0;
  font-size: 13.5px;
  line-height: 1.55;
  color: var(--invite-home-muted);
}

/* Input sources pills for Step 1 */
.hp2-input-sources {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}

.hp2-source-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  background: #f4efff;
  border: 1px solid rgba(108, 75, 234, 0.12);
  border-radius: 8px;
  font-size: 12px;
  font-weight: 600;
  color: #6749df;
  transition: all 0.2s ease;
}

.hp2-source-pill svg {
  color: #6749df;
  flex-shrink: 0;
}

.hp2-source-pill.hp2-source-pinterest {
  background: #fff0f0;
  border-color: rgba(230, 0, 35, 0.15);
  color: #e60023;
}

.hp2-source-pill.hp2-source-pinterest svg {
  color: #e60023;
}

.hp2-source-pill.hp2-source-instagram {
  background: #fff0f5;
  border-color: rgba(225, 48, 108, 0.15);
  color: #e1306c;
}

.hp2-source-pill.hp2-source-instagram svg {
  color: #e1306c;
}

.hp2-source-pill:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 10px rgba(108, 75, 234, 0.08);
}

/* Branch cards for Step 4 */
.hp2-step-branches {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 16px;
}

.hp2-branch-card {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 16px;
  background: #fcfbfe;
  border: 1px solid rgba(108, 75, 234, 0.08);
  border-radius: 12px;
  transition: all 0.2s ease;
}

.hp2-branch-card:hover {
  border-color: rgba(108, 75, 234, 0.2);
  background: #ffffff;
  box-shadow: 0 6px 15px rgba(108, 75, 234, 0.05);
}

.hp2-branch-icon {
  width: 36px;
  height: 36px;
  background: #ffffff;
  border: 1px solid rgba(108, 75, 234, 0.1);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 2px 6px rgba(108, 75, 234, 0.03);
}

.hp2-branch-content h4 {
  margin: 0 0 4px;
  font-size: 13.5px;
  font-weight: 700;
  color: var(--invite-home-text);
}

.hp2-branch-content p {
  margin: 0;
  font-size: 12px !important;
  line-height: 1.45;
  color: var(--invite-home-muted);
}

/* Mobile responsive for branch cards */
@media (max-width: 576px) {
  .hp2-step-branches {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}

/* ─── Explore All Button (Desktop) ─── */
.hp2-explore-more-wrapper {
  margin-top: 24px;
  text-align: center;
}

.hp2-explore-all-btn {
  min-width: 260px;
}

/* ─── Trust Section ─── */
.hp2-trust-bar {
  display: flex;
  justify-content: center;
  gap: 48px;
  padding: 36px 24px;
  border-radius: 16px;
  border: 1px solid rgba(34, 197, 94, 0.15);
  background: linear-gradient(135deg, rgba(240, 253, 244, 0.7), rgba(243, 240, 255, 0.5), rgba(255, 255, 255, 0.9));
  box-shadow: 0 4px 24px rgba(34, 197, 94, 0.08), var(--invite-home-shadow);
}

.hp2-trust-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  text-align: center;
}

.hp2-trust-stat strong {
  font-size: 28px;
  font-weight: 800;
  color: var(--invite-home-text);
  letter-spacing: -0.02em;
}

.hp2-trust-stat span {
  font-size: 13px;
  color: var(--invite-home-muted);
}

.hp2-trust-stat svg {
  margin-bottom: 2px;
}

.hp2-testimonials {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 28px;
}

.hp2-testimonial {
  margin: 0;
  padding: 24px 28px;
  padding-left: 26px;
  border-radius: 16px;
  border: 1px solid rgba(222, 226, 249, 0.92);
  border-left: 3px solid #6749df;
  background: linear-gradient(180deg, rgba(255,255,255,0.98), rgba(255,255,255,0.9));
  box-shadow: var(--invite-home-shadow);
}

.hp2-testimonial p {
  margin: 0 0 16px;
  font-size: 15px;
  line-height: 1.6;
  color: var(--invite-home-text);
  font-style: italic;
}

.hp2-testimonial footer {
  display: flex;
  align-items: center;
  gap: 8px;
}

.hp2-testimonial footer strong {
  font-size: 14px;
  font-weight: 700;
  color: var(--invite-home-text);
}

.hp2-testimonial footer span {
  font-size: 13px;
  color: var(--invite-home-muted);
}

/* ─── FAQ Section ─── */
.hp2-faq-list {
  max-width: 780px;
  margin: 0 auto;
}

.hp2-faq-item {
  border-bottom: 1px solid rgba(222, 226, 249, 0.92);
}

.hp2-faq-item summary {
  padding: 20px 0;
  font-size: 16px;
  font-weight: 600;
  color: var(--invite-home-text);
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.hp2-faq-item summary::after {
  content: "+";
  font-size: 22px;
  font-weight: 400;
  color: #6749df;
  transition: transform 0.2s ease;
  flex-shrink: 0;
  margin-left: 16px;
}

.hp2-faq-item[open] summary::after {
  content: "−";
}

.hp2-faq-item summary::-webkit-details-marker {
  display: none;
}

.hp2-faq-answer {
  padding: 0 0 20px;
}

.hp2-faq-answer p {
  margin: 0;
  font-size: 15px;
  line-height: 1.65;
  color: var(--invite-home-muted);
}

/* ─── Footer ─── */
.hp2-footer {
  padding: 56px 40px 32px;
  background: #1a1632;
  color: rgba(255,255,255,0.7);
}

.hp2-footer-grid {
  display: grid;
  grid-template-columns: 2fr repeat(5, 1fr);
  gap: 32px;
  max-width: 1200px;
  margin: 0 auto;
}

.hp2-footer-col {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.hp2-footer-col strong {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 4px;
}

.hp2-footer-col a {
  color: rgba(255,255,255,0.6);
  font-size: 14px;
  text-decoration: none;
  transition: color 0.15s;
}

.hp2-footer-col a:hover {
  color: #fff;
}

.hp2-footer-col p {
  margin: 8px 0 0;
  font-size: 14px;
  line-height: 1.55;
  color: rgba(255,255,255,0.5);
}

.hp2-footer-contact-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: rgba(255,255,255,0.6);
}

.hp2-footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
}

.hp2-footer-brand span {
  font-size: 20px;
  font-weight: 800;
  color: #fff;
  letter-spacing: 1px;
  font-family: var(--invite-home-heading-font);
  line-height: 1;
}

.hp2-footer-brand img {
  height: 32px;
  width: auto;
}

.hp2-footer-bottom {
  max-width: 1200px;
  margin: 36px auto 0;
  padding-top: 24px;
  border-top: 1px solid rgba(255,255,255,0.1);
  text-align: center;
}

.hp2-footer-bottom p {
  margin: 0;
  font-size: 13px;
  color: rgba(255,255,255,0.4);
}

/* ─── Responsive: Process, Trust, FAQ, Footer ─── */
@media (max-width: 768px) {
  .hp2-feature-grid {
    grid-template-columns: 1fr;
  }

  .hp2-process-layout {
    grid-template-columns: 1fr;
    gap: 30px;
    margin-top: 30px;
  }

  .hp2-process-mascot-card {
    max-width: 100%;
    padding: 30px 20px;
  }

  .hp2-process-vertical-step {
    padding: 18px 20px;
  }

  .hp2-trust-bar {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    padding: 28px 20px;
  }

  .hp2-trust-stat strong {
    font-size: 22px;
  }

  .hp2-testimonials {
    grid-template-columns: 1fr;
  }

  .hp2-faq-item summary {
    font-size: 15px;
    padding: 16px 0;
  }

  .hp2-footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 28px;
  }

  .hp2-footer {
    padding: 40px 20px 24px;
  }
}

@media (max-width: 480px) {


  .hp2-trust-bar {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }

  .hp2-footer-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

/* ─── Learn Section (Homepage) ─── */
.hp2-learn-section {
  max-width: none;
  width: 100%;
  padding: 60px 0;
  margin: 50px 0;
  background: linear-gradient(180deg, rgba(103, 73, 223, 0.05) 0%, rgba(217, 76, 215, 0.02) 100%);
  border-top: 1px solid rgba(103, 73, 223, 0.08);
  border-bottom: 1px solid rgba(103, 73, 223, 0.08);
}

.hp2-section-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 clamp(24px, 4vw, 48px);
}

.hp2-learn-header-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 36px;
  gap: 24px;
}

.hp2-learn-heading {
  margin: 0;
  text-align: left;
}

.hp2-learn-kicker {
  display: inline-block;
  font-size: 11px;
  font-weight: 800;
  color: var(--invite-home-accent);
  letter-spacing: 0.08em;
  margin-bottom: 8px;
}

.hp2-learn-header-action {
  flex-shrink: 0;
}

@media (max-width: 767px) {
  .hp2-learn-section {
    padding: 40px 0;
    margin: 30px 0;
  }

  .hp2-learn-slider {
    padding: 8px 20px 24px;
    margin: 0 -20px;
  }

  .hp2-learn-header-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 24px;
    padding-inline: 20px;
  }
}

.hp2-learn-slider {
  display: flex;
  align-items: stretch;
  gap: 20px;
  overflow-x: auto;
  padding: 8px 4px 24px;
  margin: 0 -4px;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none; /* Firefox */
}

.hp2-learn-slider::-webkit-scrollbar {
  display: none; /* Chrome/Safari */
}

.hp2-learn-card {
  flex: 0 0 220px;
  scroll-snap-align: start;
}

.hp2-video-card {
  flex-basis: 220px;
}

@media (min-width: 768px) {
  .hp2-learn-slider {
    display: flex;
    align-items: stretch;
    gap: 24px;
    overflow-x: auto;
    padding: 8px 4px 24px;
  }

  .hp2-learn-card {
    flex: 0 0 220px;
  }

  .hp2-video-card {
    flex-basis: 220px;
  }
}

.hp2-learn-link {
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 16px;
  border: 1px solid rgba(222, 226, 249, 0.92);
  background: #fff;
  text-decoration: none;
  overflow: hidden;
  transition: transform 0.2s, box-shadow 0.2s;
  box-shadow: 0 4px 12px rgba(55, 61, 122, 0.05);
}

.hp2-learn-link:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 24px rgba(55, 61, 122, 0.08);
}

.hp2-video-trigger {
  color: inherit;
  cursor: pointer;
  outline: none;
}

.hp2-video-trigger:focus-visible {
  box-shadow: 0 0 0 4px rgba(103, 73, 223, 0.18), 0 12px 24px rgba(55, 61, 122, 0.08);
}

.hp2-learn-image-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 9 / 16;
  background: #f0ebff;
  border-bottom: 1px solid rgba(222, 226, 249, 0.92);
}

.hp2-learn-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hp2-video-wrap {
  aspect-ratio: 9 / 16;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 30% 25%, rgba(255, 216, 238, 0.72), transparent 38%),
    radial-gradient(circle at 72% 78%, rgba(205, 216, 255, 0.88), transparent 42%),
    linear-gradient(135deg, #f7f3ff 0%, #eef5ff 100%);
}

.hp2-learn-video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  background: #141830;
}

.hp2-video-play {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 58px;
  height: 58px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  color: #fff;
  background: linear-gradient(135deg, #8c66ff, #5835dc);
  box-shadow: 0 18px 36px rgba(103, 73, 223, 0.32);
  font-size: 20px;
  line-height: 1;
  padding-left: 3px;
}

.hp2-video-card.is-playing .hp2-video-play,
.hp2-video-card.is-loading .hp2-video-play {
  opacity: 0;
  pointer-events: none;
}

.hp2-learn-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  background: rgba(255,255,255,0.95);
  color: #111827;
  font-size: 11px;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 6px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.hp2-learn-content {
  padding: 14px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  min-height: 96px;
}

.hp2-learn-content h3 {
  font-size: 14px;
  font-weight: 700;
  color: #111827;
  margin: 0 0 8px;
  line-height: 1.35;
  flex-grow: 1;
}

.hp2-learn-meta {
  font-size: 12px;
  color: #9ca3af;
  font-weight: 500;
}
