.cta-button,
.header-cta,
.logo {
  text-decoration: none;
}
.demo-video,
.faq-answer,
.faq-item,
.hero,
.template-card {
  overflow: hidden;
}
.couple-gallery img,
.video-item video {
  object-fit: cover;
  object-fit: cover;
}
:root {
  --primary: #ff3366;
  --secondary: #ff758c;
  --text: #2d3436;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  max-width: 100%;
}
body {
  font-family: Poppins, sans-serif;
  background: linear-gradient(135deg, #fff5f5 0, #ffe6e9 100%);
  overflow-x: hidden;
  font-size: 16px;
  line-height: 1.5;
}
.container {
  max-width: 1200px;
  margin: 90px auto 0;
  padding: 10px;
}
.header-cta {
  background: var(--primary) !important;
  color: #fff !important;
  padding: 8px 20px !important;
  border-radius: 20px !important;
  font-size: 0.9rem !important;
  font-weight: 500 !important;
  display: flex;
  align-items: center;
  height: 36px;
  white-space: nowrap;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: 0.2s;
  border: none;
  animation: none !important;
}
.header-cta:active {
  transform: scale(0.95);
  background: #ff1a4d !important;
}
.risk-free-badge {
  background: linear-gradient(45deg, #4caf50, #8bc34a);
  color: #fff;
  padding: 12px 25px;
  border-radius: 30px;
  margin: 15px 0;
  display: inline-block;
  font-weight: 600;
  animation: 2s infinite pulse;
  box-shadow: 0 4px 15px rgba(76, 175, 80, 0.3);
}
.template-card {
  position: relative;
  border-radius: 20px;
  padding: 30px;
  min-height: 100px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  backdrop-filter: blur(10px);
  transition: 0.3s;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.process-steps,
.sticky-header {
  justify-content: space-between;
}
.template-emoji {
  position: absolute;
  font-size: 6rem;
  opacity: 0.15;
  top: -20px;
  right: -20px;
  transform: rotate(15deg);
  transition: 0.3s;
}
.template-content {
  position: relative;
  z-index: 2;
  color: #fff;
}
.template-content h3 {
  font-family: "Great Vibes", cursive;
  font-size: 1.5rem;
  margin-bottom: 10px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.template-content p {
  font-size: 0.9rem;
  opacity: 0.9;
  margin-bottom: 15px;
}
.template-badge {
  background: rgba(255, 255, 255, 0.2);
  padding: 8px 20px;
  border-radius: 20px;
  font-size: 0.9rem;
  display: inline-block;
  backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.romantic {
  background: linear-gradient(135deg, #f8c8cb 0, #ff758c 100%);
}
.journey {
  background: linear-gradient(135deg, #f8c8cb 0, #ff9f43 100%);
}
.valentine {
  background: linear-gradient(135deg, #f8c8cb 0, #f54ea2 100%);
}
.template-card:hover .template-emoji {
  opacity: 0.25;
  transform: rotate(0) scale(1.1);
}
.free-preview-label {
  color: #4caf50;
  font-weight: 700;
  margin: 15px 0;
  font-size: 1.1rem;
}
.process-steps {
  display: flex;
  margin: 20px 0;
  font-size: 0.9rem;
}
.special-offer-banner {
  background: linear-gradient(135deg, #f8c8cb 0, #ff758c 100%);
  color: #fff;
  padding: 25px 20px;
  border-radius: 20px;
  margin: 40px 0;
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(255, 51, 102, 0.3);
}
.risk-free-banner {
  border-radius: 15px;
  text-align: center;
}
.offer-icon {
  position: absolute;
  top: -30px;
  right: -30px;
  font-size: 8rem;
  opacity: 0.2;
  transform: rotate(-30deg);
}
.offer-content {
  position: relative;
  z-index: 2;
}
.offer-content h3 {
  font-family: "Great Vibes", cursive;
  font-size: 2.2rem;
  margin-bottom: 15px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.offer-content p {
  font-size: 1.1rem;
  margin-bottom: 15px;
}
.occasion-list {
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 20px;
}
.occasion-list li {
  background: rgba(255, 255, 255, 0.15);
  padding: 12px;
  border-radius: 15px;
  font-size: 1rem;
  backdrop-filter: blur(5px);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
@keyframes pulseNumber {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
}
.step {
  text-align: center;
  position: relative;
}
.couple-gallery,
.sticky-header,
.urgency-banner {
  position: fixed;
  width: 100%;
}
.step:after {
  content: "→";
  position: absolute;
  right: -20px;
  color: #ccc;
}
.step:last-child:after {
  content: none;
}
.sticky-header {
  top: 0;
  background: rgba(255, 255, 255, 0.95);
  padding: 10px 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  height: 50px;
  display: flex;
  align-items: center;
}
.risk-free-banner {
  background: #fff3e0;
  color: #ff9800;
  padding: 15px;
  margin: 20px 0;
  font-weight: 600;
}
.logo,
h1 {
  color: var(--primary);
  font-family: "Great Vibes", cursive;
}
.order-process {
  display: flex;
  justify-content: space-between;
  margin: 30px 0;
}
.process-step {
  flex: 1;
  text-align: center;
  padding: 10px;
  border-radius: 10px;
  background: #f5f5f5;
  margin: 0 5px;
  font-size: 0.9rem;
}
.process-step.active {
  background: var(--primary);
  color: #fff;
}
.header-content {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 15px;
}
.logo {
  font-size: 1.8rem;
}
.urgency-banner {
  background: #f36;
  color: #fff;
  padding: 10px;
  text-align: center;
  top: 50px;
  z-index: 999;
  font-weight: 600;
  font-size: 0.9rem;
}
.envelope {
  font-size: 3rem;
  animation: 2s ease-in-out infinite float;
  margin: 15px 0;
}
@keyframes float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
.couple-gallery {
  top: 150px;
  left: 0;
  height: 100%;
  z-index: 0;
  opacity: 0.1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  pointer-events: none;
}
.discount-badge,
.popular-badge {
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
}
.couple-gallery img {
  width: 100%;
  height: 200px;
  animation: 20s linear infinite galleryFloat;
}
.hero {
  min-height: 90vh;
  display: flex;
  align-items: center;
  position: relative;
  margin-top: 20px;
}
.hero-content {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 20px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 20px;
  margin: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
h1 {
  font-size: 3.5rem;
  margin-bottom: 15px;
  line-height: 1.2;
}
.tagline {
  font-size: 1.5rem;
  color: var(--text);
  margin-bottom: 20px;
}
.templates {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin: 30px 0;
}
.trust-badges,
.trust-promises {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin: 30px 0;
  flex-wrap: wrap;
}
.promise {
  background: rgba(255, 255, 255, 0.2);
  padding: 10px 20px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.cta-button {
  background: linear-gradient(45deg, var(--primary), var(--secondary));
  color: #fff;
  padding: 18px 30px;
  border-radius: 30px;
  font-weight: 600;
  display: block;
  width: 100%;
  max-width: 320px;
  margin: 15px auto;
  font-size: 1.1rem;
  border: none;
  cursor: pointer;
  animation: 2s infinite pulse;
}
.countdown-timer {
  font-size: 1.2rem;
  text-align: center;
  margin: 20px 0;
  padding: 15px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 15px;
}
.email-capture,
.testimonial-card {
  background: #fff;
  text-align: center;
}
.demo-video {
  width: 100%;
  margin: 20px 0;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}
.demo-video video {
  width: 100%;
  height: auto;
}
.video-overlay {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  pointer-events: none;
}
.play-button {
  color: var(--primary);
  pointer-events: auto;
  z-index: 2;
}
.pricing-cards,
.testimonials {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin: 40px 0;
}
.testimonial-card {
  padding: 20px;
  border-radius: 15px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.email-capture {
  padding: 30px 20px;
  border-radius: 20px;
  margin: 30px 0;
}
.email-capture input[type="email"] {
  padding: 15px;
  width: 100%;
  margin: 15px 0;
  border-radius: 25px;
  border: 2px solid var(--primary);
  min-height: 50px;
}
.discount-badge {
  position: absolute;
  background: #f36;
  color: #fff;
  padding: 8px 25px;
  border-radius: 20px;
  font-size: 0.9rem;
  font-weight: 600;
  white-space: nowrap;
  box-shadow: 0 4px 15px rgba(255, 51, 102, 0.3);
}
.price,
.price-card,
.price-container {
  position: relative;
}
.price-container {
  margin: 20px 0;
}
.original-price {
  color: #999;
  text-decoration: line-through;
  font-size: 1.5rem;
  margin-bottom: -15px;
  margin-top: 5px;
}
.price {
  color: var(--primary);
}
.limited-offer {
  color: #f36;
  font-weight: 600;
  margin-top: 15px;
  font-size: 0.9rem;
  background: rgba(255, 51, 102, 0.1);
  padding: 8px;
  border-radius: 10px;
}
.premium-list {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}
.premium-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 15px 0 0 45px;
  text-align: center;
}
.premium-list li::before {
  content: none;
  display: inline-block;
  min-width: 25px;
  font-size: 1.2rem;
}
.price-card {
  background: #fff;
  border-radius: 15px;
  padding: 20px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.popular-badge {
  position: absolute;
  background: var(--primary);
  color: #fff;
  padding: 5px 20px;
  border-radius: 20px;
  font-size: 0.9rem;
}
.price {
  font-size: 2rem;
  margin: 20px 0;
  color: var(--primary);
}
.price span {
  font-size: 1rem;
  color: var(--text);
}
.trust-badge img {
  height: 30px;
  opacity: 0.8;
}
.faq-section {
  max-width: 800px;
  margin: 40px auto;
}
.faq-section h2 {
  text-align: center;
  margin-bottom: 30px;
  font-size: 1.8rem;
}
.faq-item {
  background: #fff;
  margin: 10px 0;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.faq-question {
  padding: 12px 15px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.95rem;
}
.faq-answer {
  max-height: 0;
  transition: max-height 0.3s;
  padding: 0 15px;
}
.social-sharing {
  display: flex;
  justify-content: center;
}
.social-icon {
  font-size: 1.8rem;
  text-decoration: none;
  color: var(--primary);
  padding: 8px;
}
.screenshot-carousel {
  display: flex;
  overflow-x: auto;
  gap: 20px;
  padding: 20px 0;
  margin: 20px 0;
}
.delivery-guarantees,
.support-channels {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
.screenshot {
  height: 300px;
  border-radius: 15px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  min-width: 85vw;
}
.policy-content,
.support-channel {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.delivery-guarantees {
  margin: 40px 0;
  background: rgba(255, 255, 255, 0.9);
  padding: 20px;
  border-radius: 20px;
}
.guarantee-card {
  text-align: center;
  padding: 20px;
}
.guarantee-icon {
  font-size: 2.5rem;
  margin-bottom: 15px;
}
.customer-support {
  margin: 40px 0;
  text-align: center;
}
.support-channels {
  margin-top: 30px;
}
.support-channel {
  background: #fff;
  padding: 20px;
  border-radius: 15px;
}
.support-icon {
  font-size: 2rem;
  margin-bottom: 15px;
}
.refund-policy {
  background: #fff5f5;
  padding: 30px 20px;
  border-radius: 20px;
  margin: 40px 0;
  text-align: center;
}
.refund-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  margin-top: 20px;
}
.policy-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 90px 20px 40px;
  padding: 20px;
  background: #fff;
  border-radius: 15px;
}
.refund-badge,
.toast {
  color: #fff;
  display: flex;
  align-items: center;
}
.policy-content h1 {
  text-align: center;
  margin-bottom: 10px;
}
.policy-content section {
  margin: 20px 0;
}
.policy-content h2 {
  color: var(--primary);
  margin-bottom: 15px;
  font-size: 1.5rem;
}
.toast-container {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
}
.toast {
  background: #f36;
  padding: 16px 24px;
  border-radius: 8px;
  margin: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  animation: 0.3s slideIn, 0.3s 2.7s fadeOut;
  max-width: 300px;
}
.toast .icon {
  margin-right: 12px;
  font-size: 20px;
}
@keyframes slideIn {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.policy-content ul {
  list-style-type: disc;
  padding-left: 20px;
  margin: 10px 0;
}
.policy-content li {
  margin: 8px 0;
}
.policy-content p {
  margin: 10px 0;
  line-height: 1.6;
}
.refund-badge {
  background: var(--primary);
  width: 80px;
  height: 80px;
  border-radius: 50%;
  justify-content: center;
  font-size: 1.8rem;
  font-weight: 700;
}
.policy-text {
  text-align: center;
  font-size: 0.95rem;
}
.policy-highlights {
  margin-top: 15px;
  display: grid;
  gap: 10px;
}
.policy-point {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--primary);
  font-weight: 500;
  justify-content: center;
}
.exit-popup,
.overlay {
  position: fixed;
  display: none;
}
.overlay {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9998;
}
.exit-popup {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  padding: 20px;
  border-radius: 20px;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.3);
  z-index: 9999;
  width: 90%;
  max-width: 400px;
  text-align: center;
}
.exit-popup input[type="email"] {
  width: 100%;
  padding: 15px;
  margin: 15px 0;
  border-radius: 25px;
  border: 2px solid var(--primary);
  min-height: 50px;
}
.social-sharing {
  display: flex;
  gap: 15px;
  justify-content: center;
  margin: 30px 0;
  padding: 20px 0;
}
.social-img {
  width: 40px;
  height: 40px;
  transition: transform 0.3s;
  border-radius: 50%;
  padding: 5px;
  background: rgba(255, 255, 255, 0.9);
}
.social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(255, 51, 102, 0.1);
  transition: 0.3s;
}
.social-icon:hover .social-img {
  transform: scale(1.1);
}
.site-footer {
  background: linear-gradient(135deg, #f36 0, #ff758c 100%);
  color: #fff;
  padding: 40px 20px;
  margin-top: 50px;
  border-radius: 30px 30px 0 0;
  position: relative;
  overflow: hidden;
}
.site-footer::before {
  content: "";
  position: absolute;
  top: -20px;
  left: 0;
  width: 100%;
  height: 40px;
  background: #ffe8eb;
  clip-path: ellipse(60% 100% at 50% 0%);
}
.footer-content {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}
.footer-heart {
  font-size: 2.5rem;
  margin-bottom: 15px;
  animation: 2s infinite pulse;
}
.footer-tagline {
  font-family: "Great Vibes", cursive;
  font-size: 2rem;
  margin-bottom: 25px;
}
.footer-social .social-icon {
  border: 2px solid rgba(255, 255, 255, 0.5);
  transition: 0.3s;
  background: rgba(255, 255, 255, 0.2);
  width: 45px;
  height: 45px;
}
.footer-social .social-icon:hover {
  background: rgba(255, 255, 255, 0.4);
  transform: translateY(-3px);
}
@media (max-width: 480px) {
  .discount-badge {
    font-size: 0.8rem;
    padding: 6px 15px;
  }
  .original-price {
    font-size: 1.5rem;
  }
  .price {
    font-size: 2rem;
  }
  .limited-offer {
    font-size: 0.8rem;
  }
  .footer-social .social-icon {
    width: 45px;
    height: 45px;
  }
  .footer-social img {
    width: 24px;
    height: 24px;
  }
}
.footer-social {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin: 30px 0;
}
.footer-social img {
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
  width: 25px;
  height: 25px;
  filter: brightness(0) invert(1);
}
.footer-legal {
  font-size: 0.9rem;
  opacity: 0.9;
}
.footer-links {
  margin-top: 15px;
}
.footer-links a {
  color: #fff;
  text-decoration: none;
  margin: 0 10px;
}
.floating-heart {
  position: fixed;
  color: var(--primary);
  font-size: 24px;
  pointer-events: none;
  z-index: 99999;
  animation: 4s linear forwards floatHeart;
  opacity: 0.7;
  text-shadow: 0 2px 4px rgba(255, 255, 255, 0.3);
  bottom: -50px;
  will-change: transform;
}
@keyframes floatHeart {
  0% {
    transform: translateY(0) rotate(0);
    opacity: 0.7;
  }
  100% {
    transform: translateY(-150vh) rotate(720deg);
    opacity: 0;
  }
}
@media (max-width: 480px) {
  .footer-tagline {
    font-size: 1.8rem;
  }
  .footer-social {
    gap: 15px;
  }
  .footer-social .social-icon {
    width: 40px;
    height: 40px;
  }
  .footer-social img {
    width: 20px;
    height: 20px;
  }
  .footer-legal {
    font-size: 0.8rem;
  }
  .social-img {
    width: 35px;
    height: 35px;
  }
  .social-icon {
    width: 55px;
    height: 45px;
  }
}
.demo-header {
  text-align: center;
  margin-bottom: 30px;
}
.demo-header h2 {
  font-family: "Great Vibes", cursive;
  color: var(--primary);
  font-size: 2.2rem;
}
.video-carousel-section {
  padding: 40px 20px;
  background: linear-gradient(45deg, #fff5f5 0, #ffe6e9 100%);
  margin: 50px 0;
  position: relative;
  overflow: hidden;
}
.video-carousel-container {
  position: relative;
  max-width: 100%;
  padding: 0 40px;
}
.video-carousel {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  gap: 20px;
  padding: 20px 0;
  scroll-behavior: smooth;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.video-carousel::-webkit-scrollbar {
  display: none;
}
.video-item {
  flex: 0 0 75%;
  scroll-snap-align: center;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  transform: scale(0.9);
  transition: transform 0.3s;
  box-shadow: 0 10px 20px rgba(255, 51, 102, 0.1);
}
.carousel-arrow,
.carousel-dot,
.play-button {
  cursor: pointer;
  transition: 0.3s;
}
.video-item.active {
  transform: scale(1);
}
.video-item video {
  cursor: pointer;
  width: 100%;
  height: 400px;
  border-radius: 20px;
}
.carousel-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.9);
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 24px;
  color: var(--primary);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  z-index: 2;
}
.carousel-arrow.prev {
  left: 0;
}
.carousel-arrow.next {
  right: 0;
}
.carousel-arrow:hover {
  background: #fff;
  transform: translateY(-50%) scale(1.1);
}
.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 60%,
    rgba(0, 0, 0, 0.7) 100%
  );
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px;
  color: #fff;
}
.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.9);
  border: none;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: 20px;
  color: var(--primary);
  opacity: 0.9;
}
.play-button:hover {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1.1);
}
.carousel-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
}
.carousel-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(255, 51, 102, 0.3);
}
.carousel-dot.active {
  background: var(--primary);
  transform: scale(1.2);
}
@media (max-width: 768px) {
  .template-card {
    padding: 10px;
    min-height: 80px;
  }
  .template-emoji {
    font-size: 4.5rem;
    top: -15px;
    right: -15px;
  }
  .template-content h3 {
    font-size: 1.7rem;
  }
  .template-content p {
    font-size: 0.9rem;
  }
  .countdown-grid {
    gap: 10px;
  }
  .countdown-item {
    min-width: 70px;
    padding: 15px;
  }
  .countdown-number {
    font-size: 2rem;
  }
  .countdown-separator {
    display: none;
  }
  .countdown-message {
    font-size: 1.8rem;
  }
  .countdown-heart {
    font-size: 6rem;
    top: -20px;
    right: -20px;
  }
  .video-item {
    flex: 0 0 85%;
  }
  .video-item video {
    height: 350px;
  }
  .carousel-arrow {
    width: 35px;
    height: 35px;
    font-size: 20px;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes pulse {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
}
@keyframes galleryFloat {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}
@keyframes floatHeart {
  0% {
    transform: translateY(100vh) rotate(0);
  }
  100% {
    transform: translateY(-100vh) rotate(360deg);
  }
}
@media (min-width: 768px) {
  body {
    background: linear-gradient(45deg, #ffe6e9 0, #fff5f5 100%);
    display: flex;
    justify-content: center;
    min-height: 100vh;
  }
  .mobile-wrapper {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    background: #fff;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
    min-height: 100vh;
    position: relative;
  }
  .couple-gallery {
    display: none;
  }
  .container {
    background: 0 0;
    padding: 20px;
    margin-top: 110px;
  }
  .hero-content {
    box-shadow: none;
    background: 0 0;
  }
  .site-footer,
  .sticky-header,
  .urgency-banner {
    width: 500px;
    left: 50%;
    transform: translateX(-50%);
  }
  .sticky-header {
    width: 500px;
    height: 60px;
  }
  .urgency-banner {
    top: 60px;
    font-size: 1rem;
  }
  h1 {
    font-size: 4.5rem;
  }
  .delivery-guarantees,
  .pricing-cards,
  .support-channels,
  .templates,
  .testimonials {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  }
  .screenshot {
    min-width: auto;
  }
}
