/* Reset */
*, *::before, *::after { box-sizing: border-box; }
body { margin: 0; font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif; color: #0f172a; background: #ffffff; }

/* Hero (two-column layout matching screenshot) */
.page-bg {
  background: radial-gradient(1200px 600px at -10% -20%, #ffffff 0%, #eef2f7 60%, #e9edf3 100%);
}
.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 24px;
}
.site-header {
    padding: 0px !important;
    display: flex
;
    justify-content: space-between;
    align-items: center;
}
.collage img
{
    width: 550px;
}
.top-bar
{
    display: flex;
    justify-content: left;
    align-items: center;
    padding: 15px;
}
.top-bar .logo
{
    height: 70px;
}

.hero {
  min-height: 70vh;
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  gap: 32px;
}
@media (min-width: 1024px) {
  .hero { grid-template-columns: 1.1fr 1fr; }
}

/* Left copy */
.brand-callout {
    color: #000000;
    margin: 0 0 8px;
    font-size: 60px;
    line-height: 1em;
}
.headline {
    font-size: 20px;
    line-height: 1.5;
    color: #454546;
    margin: 0 0 16px;
    margin-top: 30px;
    margin-bottom: 30px;
}
.strike { text-decoration: line-through; opacity: 0.7; }
.price-red { color: #dc2626; font-weight: 700; }

.cta {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.btn {
  appearance: none;
  border: 0;
  padding: 16px 25px;
  border-radius: 999px;
  font-weight: 600;
  cursor: pointer;
  font-size: 18px;
  transition: transform 120ms ease, box-shadow 160ms ease, background 160ms ease, color 160ms ease;
}
.btn--red {
  background: #ef4444;
  color: #fff;
  box-shadow: 0 8px 24px rgba(239, 68, 68, 0.35);
}
.btn--red:hover { transform: translateY(-1px); }
.btn--outline {
  background: #fff;
  border: 2px solid #ef4444;
  color: #b91c1c;
}

/* Right collage */
.collage {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  grid-template-rows: auto auto;
  gap: 16px;
  width: 500px;
}
.shot {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  background: #111;
  border: 1px solid rgba(15,23,42,0.1);
  box-shadow: 0 18px 48px rgba(2,6,23,0.15);
}
.shot img { width: 100%; height: 100%; object-fit: cover; display: block; filter: saturate(1.1) contrast(1.05); }
.shot::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(220,38,38,0.25), rgba(220,38,38,0.25));
  mix-blend-mode: multiply;
  pointer-events: none;
}
.shot--lg { grid-row: 1 / span 2; }

/* Quote bubble */
.quote {
  position: absolute;
  top: -10px;
  left: 8px;
  background: #ffffff;
  color: #0f172a;
  border-radius: 999px;
  padding: 10px 14px;
  font-size: 12px;
  box-shadow: 0 8px 24px rgba(2,6,23,0.15);
}
.quote::after {
  content: '';
  position: absolute;
  left: 10px;
  bottom: -10px;
  width: 16px;
  height: 16px;
  background: #ffffff;
  transform: rotate(45deg);
}

/* Curved red accent */
.curve {
  position: absolute;
  top: -6px;
  left: -6px;
  width: 32px;
  height: 32px;
  border: 3px solid #ef4444;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-radius: 50%;
}

/* Benefits section */
.benefits {
  padding: 56px 0 72px;
}
.benefits .section-title {
  text-align: center;
  font-size: clamp(24px, 4vw, 36px);
  color: #0f172a;
  margin: 0 0 28px;
  font-weight: 800;
  letter-spacing: -0.01em;
}
.benefit-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media (min-width: 900px) {
  .benefit-grid { grid-template-columns: repeat(3, 1fr); }
}
.card {
    background: #fff5f5;
    border: 1px solid rgba(2, 6, 23, 0.08);
    border-radius: 16px;
    box-shadow: 0 12px 30px rgba(2, 6, 23, 0.08);
    padding: 28px 24px 32px;
    text-align: center;
    height: 300px;
    display: flex
;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.card:hover
{
    transform: translateY(-5px);
    transition: all 0.3s ease;
    cursor: pointer;
}
.card .icon-wrap {
  width: 64px;
  height: 64px;
  margin: 0 auto 12px;
  border-radius: 999px;
  background: #ffe4e6;
  display: grid;
  place-items: center;
}
.card h3 {
  margin: 8px 0 8px;
  font-size: 18px;
  color: #0f172a;
}
.card p {
  margin: 0;
  color: #334155;
  line-height: 1.7;
  font-size: 14px;
}

/* Testimonials carousel */
.testimonials { padding: 32px 0 64px; background-color: #EEEEEE; }
.carousel {
  position: relative;
  overflow: hidden;
  padding: 0 40px;
}
.track {
  display: flex;
  gap: 20px;
  overflow-x: hidden;
  scroll-snap-type: x mandatory;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE and Edge */
}
.track::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera */
}
.tcard {
    padding: 50px 0px;
    flex: 0 0 calc(33.333% - 14px);
    scroll-snap-align: start;
    display: flex
;
    flex-direction: column;
    align-items: center;
    background-color: white;
    border-radius: 10px;
}
@media (max-width: 768px) {
    .tcard {
        flex: 0 0 100%;
    }
    .carousel {
    padding: 0 10px;
}
}
.nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: white;
  border: 1px solid #ef4444;
  color: #ef4444;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 10;
  transition: all 0.3s ease;
}
.nav-btn:hover {
    background: #ef4444;
    color: white;
}
.avatar
{
    border-radius: 50%;
    overflow: hidden;
}
.avatar img
{
    width: 80px;
    height: 80px;
    object-fit: cover;
}
.review {
    color: #334155;
    font-size: 14px;
    line-height: 1.8;
    max-width: 300px;
    margin: 0 auto 16px;
    text-align: center;
}

.person { font-weight: 800; margin: 0 0 4px; }
.date { color: #64748b; font-size: 12px; margin: 0; }

.nav-btn {
  position: absolute;
  top: 50%; transform: translateY(-50%);
  width: 40px; height: 40px; border-radius: 999px;
  border: 1px solid rgba(2,6,23,0.1);
  background: #ffffff;
  box-shadow: 0 10px 20px rgba(2,6,23,0.1);
  display: grid; place-items: center;
}
.nav-prev { left: -8px;z-index: 10; }
.nav-next { right: -8px; }

.dots { display: flex; justify-content: center; gap: 8px; margin-top: 8px; }
.dot { width: 8px; height: 8px; border-radius: 999px; background: #cbd5e1; }
.dot.active { background: #6366f1; }

/* Results gallery */
.results {
  background: #fff7f7;
  padding: 48px 0 64px;
}
.results .section-title { margin-bottom: 24px; }
.results-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
@media (min-width: 900px) {
  .results-grid { grid-template-columns: repeat(3, 1fr); }
}
.result-card {
  background: #ffffff;
  border: 1px solid rgba(2,6,23,0.08);
  border-radius: 12px;
  box-shadow: 0 10px 26px rgba(2,6,23,0.06);
  overflow: hidden;
}
.result-media { position: relative; aspect-ratio: 16/9; background: #e2e8f0; }
.result-media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.badge-tag {
  position: absolute; top: 10px; padding: 4px 10px; border-radius: 999px; font-size: 12px; font-weight: 700; color: #fff;
}
.badge-before { left: 10px; background: #ef4444; }
.badge-after { right: 10px; background: #f59e0b; }
.result-caption {
  margin: 0; text-align: center; padding: 14px 8px; color: #334155; font-weight: 600; font-size: 14px;
}

/* Footer */
.site-footer {background-color: #EEEEEE;; color: #0f172a; padding: 40px 0 24px; }
.footer-grid { display: flex
;
    gap: 28px;
    justify-content: space-between; }
@media (min-width: 900px) { .footer-grid { grid-template-columns: 1.3fr repeat(3, 1fr); } }
.brand-name { font-weight: 800; color: #ef4444; font-size: 22px; margin: 0 0 6px; }
.brand-blurb { margin: 0; color: #475569; max-width: 360px; }
.footer-col h4 { margin: 0 0 10px; font-size: 16px; }
.footer-col ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 8px; }
.footer-col a { color: #334155; text-decoration: none; }
.footer-col a:hover { text-decoration: underline; }
.footer-divider { height: 1px; background: #e2e8f0; margin: 24px 0; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 12px; flex-wrap: wrap; }
.copy { color: #64748b; font-size: 14px; margin: 0; }
.social { display: flex; gap: 12px; }
.social a { display: inline-flex; width: 28px; height: 28px; align-items: center; justify-content: center; color: #334155; }
.social a:hover { color: #0f172a; }

.video-offer-main
{
    padding: 48px 0 64px;
    background-color: #fff7f7;
    display: flex;
    justify-content: center;
}
.video-offer
{
display: flex;
gap: 20px;
align-items: center;
}
.video-text
{
    padding-right: 50px;
}
.video-offer h1
{
    font-size: 45px;
}
.video-offer-one
{
  display: flex;
    flex-direction: column;
    justify-content: center;
}
.video-offer-two
{
 display: flex;
    flex-direction: column;
    justify-content: center;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.track::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.track {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}

@media only screen and (max-width: 676px) {
    .copy
    {
        text-align: center;
    }

    .footer-grid {
    display: flex
;
    gap: 28px;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
}
.brand-name {
    text-align: center;
}
.brand-blurb
{text-align: center;}

    .video-text {
    padding-right: 0px;
}
    .site-header
    {
        justify-content: center;
    }

    p{
        font-size: 18px;
    }
    h2
    {
        font-size: 35px;
    }
    .benefits .section-title
    {
        font-size: 35px;
    }
  
    .hero {
    min-height: 90vh;
    display: flex
;
    align-items: center;
    gap: 32px;
    flex-direction: column;
}
.brand-callout {
    color: #000000;
    margin: 0 0 8px;
    font-size: 40px;
    line-height: 1em;
}
.headline
{
    font-size: 18px;
}
.collage {
    width: auto;
    display: flex
;
}
.collage img {
    width: 380px;
}
.video-offer {
    flex-direction: column;
}
.video-offer-main
{
    padding-bottom: 0px;
}
.btn {
    appearance: none;
    border: 0;
            padding: 20px 35px;
    border-radius: 999px;
    font-weight: 700;
    cursor: pointer;
    font-size: 18px;
    transition: transform 120ms 
ease, box-shadow 160ms 
ease, background 160ms 
ease, color 160ms 
ease;
}
.card h3
{
    font-size: 25px;
}
.card p
{
    font-size: 18px;}


.review
{
    font-size: 18px;
}
.result-caption
{
    font-size: 18px;
}
.top-bar {
    justify-content: center;
}
.results {
    background: #fff7f7;
    padding: 30px 0 64px;
}
.header-content
{
    display: none;
}

}

/* Modal Styles */
.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    backdrop-filter: blur(5px);
}

.modal-content {
    position: relative;
    background-color: #fff;
    margin: 15vh auto;
    padding: 40px;
    width: 90%;
    max-width: 500px;
    border-radius: 20px;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.3);
}

.close-btn {
    position: absolute;
    right: 20px;
    top: 10px;
    font-size: 28px;
    font-weight: bold;
    color: #666;
    cursor: pointer;
}

.modal h2 {
    text-align: center;
    font-size: 32px;
    /* margin-bottom: 30px; */
    color: #333;
}

.modal h2 .highlight {
    color: #dc2626;
    
}

.form-group {
    margin-bottom: 20px;
}

.form-group input {
    width: 100%;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 16px;
    transition: border-color 0.3s;
}

.form-group input:focus {
    outline: none;
    border-color: #dc2626;
}

.submit-btn {
    width: 100%;
    padding: 15px;
    background-color: #dc2626;
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s;
}

.submit-btn:hover {
    background-color: #b91c1c;
}

.privacy-note {
    text-align: center;
    color: #666;
    font-size: 14px;
    margin-top: 15px;
}

/* Animation classes */
.modal.fade-in {
    display: block;
    animation: fadeIn 0.3s ease-in;
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@media (max-width: 576px) {
    .modal-content {
        margin: 5vh auto;
        padding: 25px;
    }
    
    .modal h2 {
        font-size: 24px;
    }
}

.timer-container {
    text-align: center;
    margin-bottom: 20px;
    padding: 10px;
    border-radius: 8px;
}

.timer-container p {
    margin: 0;
    color: #666;
    font-size: 14px;
}

.countdown {
    font-size: 24px;
    font-weight: bold;
    color: #000000;
    margin-top: 5px;
}

.countdown span {
    padding: 10px 15px;
    background: #dc2626;
    border-radius: 4px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    display: inline-block;
    min-width: 40px;
}

.scale-animation {
  animation: pulse 1s infinite;
  transform-origin: center;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}

/* Optional: Pause animation on hover */
.scale-animation:hover {
  animation-play-state: paused;
}

#confetti-canvas {
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;
    pointer-events: none;
}

