@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter+Tight:ital,wght@0,100..900;1,100..900&family=Manrope:wght@200..800&display=swap");
@font-face {
  font-family: "Geist";
  src: url("https://eventic-webapp.s3.ap-south-1.amazonaws.com/static/fonts/Geist/GeistVariableVF.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Google-sans";
  src: url("https://eventic-webapp.s3.ap-south-1.amazonaws.com/static/fonts/google-sans-cufonfonts/ProductSans-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Google Sans Flex";
  src: url("https://db.onlinewebfonts.com/t/359daf377c374b65e821b9f218fc91ef.eot");
  src: url("https://db.onlinewebfonts.com/t/359daf377c374b65e821b9f218fc91ef.eot?#iefix") format("embedded-opentype"), url("https://db.onlinewebfonts.com/t/359daf377c374b65e821b9f218fc91ef.woff2") format("woff2"), url("https://db.onlinewebfonts.com/t/359daf377c374b65e821b9f218fc91ef.woff") format("woff"), url("https://db.onlinewebfonts.com/t/359daf377c374b65e821b9f218fc91ef.ttf") format("truetype"), url("https://db.onlinewebfonts.com/t/359daf377c374b65e821b9f218fc91ef.svg#Google Sans Flex") format("svg");
}
@font-face {
  font-family: "Roboto";
  src: url("https://eventic-webapp.s3.ap-south-1.amazonaws.com/static/fonts/Roboto/Roboto-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Platypi";
  src: url("https://eventic-webapp.s3.ap-south-1.amazonaws.com/static/fonts/Platypi/static/Platypi-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "SF Pro", "SF Pro Text", "Myriad Set Pro", system-ui, "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif;
  src: url("https://eventic-webapp.s3.ap-south-1.amazonaws.com/static/fonts/SF-Pro/SFPRODISPLAYREGULAR.woff2") format("woff2");
  font-weight: normal;
}
@font-face {
  font-family: "Great Vibes";
  src: url("https://eventic-webapp.s3.ap-south-1.amazonaws.com/static/fonts/great-vibes/GreatVibes-Regular.ttf") format("truetype");
  font-weight: normal;
}
.geist {
  font-family: "Geist", "Open Sans", sans-serif !important;
}

.google-sans {
  font-family: "Google-sans", "Open Sans", sans-serif !important;
}

.poppins {
  font-family: "Poppins", sans-serif !important;
}

.roboto {
  font-family: "Roboto", sans-serif !important;
}

.platypi {
  font-family: "Platypi", sans-serif !important;
}

.sf-pro {
  font-family: "SF Pro", "Open Sans", Helvetica, sans-serif !important;
}

.playfair {
  font-family: "Playfair Display", serif !important;
}

.noto-sans {
  font-family: "Noto Sans", sans-serif !important;
}

.great-vibes {
  font-family: "Great Vibes" !important;
}

.inter {
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif !important;
}

.inter-tight {
  font-family: "Inter Tight", "Manrope", sans-serif !important;
}

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

html {
  overflow-x: hidden;
  width: 100%;
}

.dp-body {
  margin: 0;
  width: 100%;
  overflow-x: hidden;
  font-family: "Poppins", sans-serif;
  color: #2b1420;
  background: #fffbfc;
}

.dp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: none;
  border-radius: 999px;
  padding: 15px 30px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 1rem;
  max-width: 100%;
  overflow-wrap: break-word;
  cursor: pointer;
  text-decoration: none;
  touch-action: manipulation;
  transition: transform 0.15s ease;
}

.dp-btn--primary {
  background: linear-gradient(90deg, #ff6f91, #ff9a76);
  color: #fff;
  box-shadow: 0 14px 30px rgba(255, 111, 145, 0.3);
}

.dp-btn--primary:hover {
  transform: translateY(-2px);
  color: #fff;
}

.dp-section-eyebrow {
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #ff6f91;
  margin: 0 0 0.9rem;
  text-align: center;
}

.dp-section-title {
  font-family: "Poppins", sans-serif;
  font-size: clamp(1.7rem, 4vw, 2.4rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  text-align: center;
  margin: 0 0 3rem;
  line-height: 1.25;
}
.dp-section-title em {
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-weight: 400;
  color: #ff6f91;
}

.dp-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 251, 252, 0.85);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid #ffe4ec;
}

.dp-header__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 14px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.dp-header__logo img {
  height: 28px;
  display: block;
}

.dp-header__nav {
  display: flex;
  align-items: center;
  gap: 24px;
}

.dp-header__link {
  display: none;
  color: #7a5563;
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  font-size: 0.9rem;
  font-weight: 500;
  text-decoration: none;
}
.dp-header__link:hover {
  color: #2b1420;
}
@media (min-width: 700px) {
  .dp-header__link {
    display: inline-block;
  }
}

.dp-header__cta {
  background: linear-gradient(90deg, #ff6f91, #ff9a76);
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 0.85rem;
  padding: 10px 18px;
  border-radius: 999px;
  text-decoration: none;
  white-space: nowrap;
}

.dp-hero {
  position: relative;
  overflow: hidden;
  background: radial-gradient(circle at top, #fff5f8 0%, #ffe4ec 55%, #ffd9e6 100%);
  padding: 80px 24px 64px;
  text-align: center;
}

.dp-floating-hearts {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}
.dp-floating-hearts span {
  position: absolute;
  bottom: -10%;
  font-size: 1.8rem;
  opacity: 0;
  animation: dpFloatUp 12s ease-in infinite;
}
.dp-floating-hearts span:nth-child(1) {
  left: 6%;
  animation-delay: 0s;
}
.dp-floating-hearts span:nth-child(2) {
  left: 24%;
  animation-delay: 2s;
  font-size: 1.3rem;
}
.dp-floating-hearts span:nth-child(3) {
  left: 48%;
  animation-delay: 4s;
}
.dp-floating-hearts span:nth-child(4) {
  left: 70%;
  animation-delay: 6s;
  font-size: 1.5rem;
}
.dp-floating-hearts span:nth-child(5) {
  left: 90%;
  animation-delay: 8s;
  font-size: 1.2rem;
}

@keyframes dpFloatUp {
  0% {
    transform: translateY(0) rotate(0deg);
    opacity: 0;
  }
  10% {
    opacity: 0.5;
  }
  85% {
    opacity: 0.3;
  }
  100% {
    transform: translateY(-100vh) rotate(18deg);
    opacity: 0;
  }
}
.dp-hero__inner {
  position: relative;
  z-index: 1;
  max-width: 720px;
  margin: 0 auto;
}

.dp-hero__eyebrow {
  display: inline-block;
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #b5761b;
  background: #fff1d6;
  padding: 6px 16px;
  border-radius: 999px;
  margin: 0 0 20px;
}

.dp-hero__title {
  font-family: "Poppins", sans-serif;
  font-size: clamp(2rem, 6vw, 3.2rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.2;
  margin: 0 0 20px;
  overflow-wrap: break-word;
}
.dp-hero__title em {
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-weight: 400;
  color: #ff6f91;
}

.dp-hero__body {
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  font-size: 1.05rem;
  color: #7a5563;
  line-height: 1.7;
  max-width: 560px;
  margin: 0 auto 32px;
  overflow-wrap: break-word;
}

.dp-hero__actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.dp-hero__footnote {
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  font-size: 0.82rem;
  color: #a98a94;
  margin: 0;
}

.dp-how {
  padding: 72px 24px;
}

.dp-how__inner {
  max-width: 1100px;
  margin: 0 auto;
}

.dp-how__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

@media (max-width: 900px) {
  .dp-how__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 480px) {
  .dp-how__grid {
    grid-template-columns: minmax(0, 1fr);
  }
}
.dp-step {
  position: relative;
  background: #fff;
  border: 1px solid #ffe4ec;
  border-radius: 20px;
  padding: 28px 22px;
  min-width: 0;
}

.dp-step__emoji {
  font-size: 1.8rem;
  display: block;
  margin-bottom: 10px;
}

.dp-step__num {
  position: absolute;
  top: 20px;
  right: 22px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 0.85rem;
  color: #ffd0dc;
}

.dp-step__title {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 1.05rem;
  margin: 0 0 8px;
  overflow-wrap: break-word;
}

.dp-step__desc {
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  font-size: 0.88rem;
  color: #7a5563;
  line-height: 1.6;
  margin: 0;
  overflow-wrap: break-word;
}

.dp-features {
  padding: 72px 24px;
  background: linear-gradient(180deg, #fff5f8 0%, #fffbfc 100%);
}

.dp-features__inner {
  max-width: 1100px;
  margin: 0 auto;
}

.dp-features__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

@media (max-width: 700px) {
  .dp-features__grid {
    grid-template-columns: minmax(0, 1fr);
  }
}
.dp-fcard {
  background: #fff;
  border-radius: 20px;
  padding: 30px 26px;
  box-shadow: 0 10px 30px rgba(255, 111, 145, 0.1);
  min-width: 0;
}

.dp-fcard__icon {
  font-size: 1.6rem;
  color: #ff6f91;
  margin-bottom: 12px;
  display: block;
}

.dp-fcard__title {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 1.1rem;
  margin: 0 0 8px;
  overflow-wrap: break-word;
}

.dp-fcard__desc {
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  font-size: 0.9rem;
  color: #7a5563;
  line-height: 1.65;
  margin: 0;
  overflow-wrap: break-word;
}

.dp-cta {
  padding: 88px 24px;
  text-align: center;
  background: linear-gradient(160deg, #ff6f91 0%, #ff9a76 100%);
  color: #fff;
}

.dp-cta__inner {
  max-width: 600px;
  margin: 0 auto;
}

.dp-cta .dp-section-eyebrow {
  color: #fff;
  opacity: 0.85;
}

.dp-cta__title {
  font-family: "Poppins", sans-serif;
  font-size: clamp(1.8rem, 5vw, 2.6rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.25;
  margin: 0 0 16px;
  overflow-wrap: break-word;
}
.dp-cta__title em {
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-weight: 400;
}

.dp-cta__sub {
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  opacity: 0.92;
  margin: 0 0 32px;
  overflow-wrap: break-word;
}

.dp-cta .dp-btn--primary {
  background: #fff;
  color: #ff6f91;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.15);
}

.dp-cta .dp-btn--primary:hover {
  color: #ff6f91;
}

.dp-footer {
  padding: 32px 24px;
  text-align: center;
  background: #2b1420;
  color: #d9b6c2;
}

.dp-footer__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  font-size: 0.85rem;
}

.dp-footer__brand {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  text-decoration: none;
}

.dp-footer__sep {
  opacity: 0.5;
}

.dp-reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.dp-reveal--visible {
  opacity: 1;
  transform: translateY(0);
}
