<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>EventForever — Let's Plan Something Beautiful</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,400;0,9..144,500;0,9..144,600;1,9..144,500&family=Work+Sans:wght@300;400;500;600&display=swap" rel="stylesheet">
<style>
  :root{
    --cream: #FBF6EF;
    --cream-deep: #F3EADD;
    --rose: #C1786A;
    --rose-soft: #E7C3B8;
    --sage: #7C8B6F;
    --sage-soft: #C7D0BC;
    --plum: #3B2E2A;
    --gold: #C9A461;
    --line: rgba(193,120,106,0.25);
  }
  *{margin:0;padding:0;box-sizing:border-box;}
  html{scroll-behavior:smooth;}
  body{
    background:var(--cream);
    color:var(--plum);
    font-family:'Work Sans', sans-serif;
    font-weight:300;
    line-height:1.65;
  }
  h1,h2,h3{
    font-family:'Fraunces', serif;
    font-weight:500;
    line-height:1.18;
    color:var(--plum);
  }
  a{text-decoration:none;color:inherit;}
  .eyebrow{
    font-size:12px;letter-spacing:0.22em;text-transform:uppercase;
    color:var(--rose);font-weight:500;
  }
  .container{max-width:1140px;margin:0 auto;padding:0 32px;}

  /* ---------- Signature: hand-drawn ribbon divider ---------- */
  .ribbon{
    display:block;
    width:120px;
    height:14px;
    margin:20px auto 0;
  }
  .ribbon path{stroke:var(--rose);stroke-width:1.6;fill:none;stroke-linecap:round;}
  .ribbon.left{margin:18px 0 0;}

  /* ---------- Header ---------- */
  header{
    display:flex;align-items:center;justify-content:space-between;
    padding:26px 48px;
    background:var(--cream);
  }
  .logo{font-family:'Fraunces', serif;font-size:23px;color:var(--plum);font-weight:600;}
  .logo em{font-style:italic;color:var(--rose);}
  nav{display:flex;gap:32px;align-items:center;}
  nav a{font-size:13.5px;color:var(--plum);opacity:0.75;transition:opacity .3s, color .3s;}
  nav a:hover{opacity:1;color:var(--rose);}
  .btn-nav{
    background:var(--plum);
    color:var(--cream) !important;
    padding:10px 22px;
    border-radius:30px;
    font-size:12.5px !important;
    opacity:1 !important;
    transition:background .3s, transform .3s;
  }
  .btn-nav:hover{background:var(--rose);transform:translateY(-1px);}

  /* ---------- Hero ---------- */
  .hero{
    position:relative;
    padding:36px 0 100px;
    overflow:hidden;
  }
  .hero::before{
    content:"";
    position:absolute;
    top:-120px;right:-160px;
    width:520px;height:520px;
    border-radius:50%;
    background:radial-gradient(circle, var(--rose-soft) 0%, transparent 70%);
    opacity:0.6;
    z-index:0;
  }
  .hero::after{
    content:"";
    position:absolute;
    bottom:-160px;left:-120px;
    width:420px;height:420px;
    border-radius:50%;
    background:radial-gradient(circle, var(--sage-soft) 0%, transparent 70%);
    opacity:0.5;
    z-index:0;
  }
  .hero-grid{
    position:relative;z-index:2;
    display:grid;
    grid-template-columns:1.05fr 0.95fr;
    gap:64px;
    align-items:center;
  }
  .hero-eyebrow{margin-bottom:18px;}
  .hero h1{
    font-size:clamp(36px, 4.4vw, 58px);
  }
  .hero h1 .accent{
    font-style:italic;
    color:var(--rose);
  }
  .hero-sub{
    margin-top:22px;
    font-size:17px;
    color:#5c4f49;
    max-width:460px;
  }
  .hero-people{
    margin-top:30px;
    display:flex;align-items:center;gap:14px;
  }
  .avatar-stack{display:flex;}
  .avatar-stack span{
    width:34px;height:34px;border-radius:50%;
    background:linear-gradient(135deg, var(--rose-soft), var(--sage-soft));
    border:2px solid var(--cream);
    margin-left:-10px;
  }
  .avatar-stack span:first-child{margin-left:0;}
  .hero-people p{font-size:12.5px;color:#6b5d56;}
  .hero-people strong{color:var(--plum);}

  /* Form card */
  .form-card{
    background:#fff;
    padding:38px 34px 32px;
    border-radius:22px;
    box-shadow:0 26px 60px rgba(59,46,42,0.12);
    position:relative;
    border:1px solid var(--line);
  }
  .form-card .tag{
    position:absolute;top:-14px;left:32px;
    background:var(--rose);
    color:#fff;
    font-size:11px;letter-spacing:0.08em;text-transform:uppercase;
    padding:6px 16px;border-radius:20px;
  }
  .form-card h2{font-size:24px;margin-top:8px;margin-bottom:6px;}
  .form-card .form-sub{font-size:13.5px;color:#7a6c65;margin-bottom:22px;}
  form{display:flex;flex-direction:column;gap:15px;}
  .field{display:flex;flex-direction:column;gap:6px;}
  label{font-size:11px;letter-spacing:0.06em;color:#9a8b83;}
  input, select{
    border:1.5px solid #eee1d6;
    background:#fffdfa;
    padding:12px 14px;
    font-family:'Work Sans',sans-serif;
    font-size:14.5px;
    color:var(--plum);
    outline:none;
    border-radius:12px;
    transition:border-color .3s;
  }
  input:focus, select:focus{border-color:var(--rose);}
  .btn-warm{
    background:var(--rose);
    color:#fff;
    padding:15px 20px;
    font-size:13.5px;letter-spacing:0.04em;
    border:none;border-radius:30px;
    font-weight:500;
    cursor:pointer;
    width:100%;
    margin-top:4px;
    transition:transform .25s ease, background .25s ease, box-shadow .25s ease;
    box-shadow:0 10px 24px rgba(193,120,106,0.28);
  }
  .btn-warm:hover{transform:translateY(-2px);background:#AE6656;box-shadow:0 14px 30px rgba(193,120,106,0.35);}
  .microcopy{text-align:center;font-size:11.5px;color:#9a8b83;margin-top:10px;}

  /* ---------- Trust strip ---------- */
  .trust-strip{
    background:var(--cream-deep);
    padding:22px 0;
    text-align:center;
  }
  .trust-strip p{font-size:13px;color:#6b5d56;letter-spacing:0.02em;}
  .trust-strip strong{color:var(--plum);}

  /* ---------- Sections ---------- */
  section{padding:96px 0;}
  .section-head{text-align:center;max-width:600px;margin:0 auto 56px;}
  .section-head h2{font-size:clamp(30px,3.6vw,44px);margin-top:12px;}
  .section-head p{margin-top:14px;color:#6b5d56;font-size:15.5px;}

  /* ---------- Benefits — soft cards, not hard grid lines ---------- */
  .benefit-grid{
    display:grid;grid-template-columns:repeat(3,1fr);gap:26px;
  }
  .benefit-card{
    background:#fff;
    border-radius:20px;
    padding:36px 28px;
    border:1px solid var(--line);
    transition:transform .35s ease, box-shadow .35s ease;
  }
  .benefit-card:hover{transform:translateY(-6px);box-shadow:0 24px 40px rgba(59,46,42,0.08);}
  .benefit-icon{
    width:46px;height:46px;border-radius:50%;
    background:var(--rose-soft);
    display:flex;align-items:center;justify-content:center;
    font-family:'Fraunces',serif;font-style:italic;color:var(--rose);font-size:20px;
    margin-bottom:18px;
  }
  .benefit-card h3{font-size:20px;margin-bottom:8px;}
  .benefit-card p{font-size:13.5px;color:#6b5d56;}

  /* ---------- Gallery — soft rounded, warm gradient blocks ---------- */
  .gallery{background:var(--cream-deep);}
  .gallery-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:18px;
  }
  .gallery-item{
    aspect-ratio:4/5;
    border-radius:18px;
    background:linear-gradient(150deg, var(--rose-soft), var(--sage-soft));
    display:flex;align-items:flex-end;
    overflow:hidden;
    position:relative;
    transition:transform .4s ease;
  }
  .gallery-item:nth-child(2n){background:linear-gradient(150deg, var(--sage-soft), var(--rose-soft));}
  .gallery-item:hover{transform:translateY(-5px);}
  .gallery-item .tag{
    padding:14px 16px;font-size:11px;letter-spacing:0.05em;
    color:var(--plum);background:rgba(255,255,255,0.75);width:100%;
  }

  /* ---------- Testimonial ---------- */
  .testimonial{
    text-align:center;
  }
  .quote-stars{color:var(--gold);letter-spacing:4px;margin-bottom:18px;font-size:14px;}
  .quote{
    font-family:'Fraunces',serif;font-style:italic;
    font-size:clamp(21px,2.6vw,28px);
    max-width:680px;margin:0 auto;color:var(--plum);
  }
  .quote-author{margin-top:24px;font-size:13px;color:#6b5d56;}
  .quote-author strong{color:var(--rose);}
  .mid-cta{
    margin-top:40px;
    display:inline-block;
    background:var(--plum);
    color:#fff;
    padding:15px 34px;
    font-size:13px;letter-spacing:0.04em;
    border-radius:30px;
    transition:background .3s ease, transform .3s ease;
  }
  .mid-cta:hover{background:var(--rose);transform:translateY(-2px);}

  /* ---------- FAQ ---------- */
  .faq-list{max-width:720px;margin:0 auto;}
  .faq-item{
    border-bottom:1px solid var(--line);
    padding:24px 4px;
  }
  .faq-item h3{font-size:16.5px;font-weight:500;color:var(--plum);margin-bottom:8px;font-family:'Work Sans',sans-serif;}
  .faq-item p{font-size:14px;color:#6b5d56;}

  /* ---------- Final CTA ---------- */
  .final-cta{
    background:linear-gradient(160deg, var(--rose) 0%, #A6604F 100%);
    text-align:center;
    color:#fff;
    border-radius:32px;
    margin:0 32px;
    padding:80px 32px;
  }
  .final-cta h2{color:#fff;font-size:clamp(30px,4vw,44px);}
  .final-cta p{color:rgba(255,255,255,0.85);margin-top:14px;max-width:440px;margin-left:auto;margin-right:auto;font-size:15px;}
  .final-cta .btn-warm{
    background:#fff;color:var(--rose);
    width:auto;display:inline-block;padding:16px 38px;margin-top:28px;
    box-shadow:0 14px 30px rgba(0,0,0,0.15);
  }
  .final-cta .btn-warm:hover{background:var(--cream);transform:translateY(-2px);}

  footer{
    text-align:center;
    padding:50px 20px 90px;
    font-size:12.5px;
    color:#9a8b83;
  }
  footer .logo{display:block;margin-bottom:10px;font-size:18px;}

  /* ---------- Sticky mobile CTA ---------- */
  .sticky-cta{
    position:fixed;bottom:0;left:0;right:0;
    background:#fff;
    padding:14px 20px;
    display:none;
    z-index:200;
    box-shadow:0 -8px 24px rgba(59,46,42,0.12);
  }
  .sticky-cta a{
    display:block;text-align:center;
    background:var(--rose);color:#fff;
    padding:13px;border-radius:30px;
    font-size:13px;font-weight:500;
  }

  @media(max-width:960px){
    .hero-grid{grid-template-columns:1fr;}
    .benefit-grid{grid-template-columns:1fr;}
    .gallery-grid{grid-template-columns:repeat(2,1fr);}
    .sticky-cta{display:block;}
    footer{padding-bottom:90px;}
  }
  @media(max-width:640px){
    header{padding:18px 20px;}
    nav a:not(.btn-nav){display:none;}
    .final-cta{margin:0 16px;padding:60px 24px;}
  }
</style>
</head>
<body>

<header>
  <a href="#" class="logo">Event<em>Forever</em></a>
  <nav>
    <a href="#gallery">Our Work</a>
    <a href="#form" class="btn-nav">Say Hello</a>
  </nav>
</header>

<section class="hero">
  <div class="container hero-grid">
    <div>
      <div class="hero-eyebrow">Delhi's Warmest-Reviewed Event Planners</div>
      <h1>Let's plan something you'll never forget, <span class="accent">together</span></h1>
      <p class="hero-sub">From your first "we're getting married" call to the last dance — we handle every detail, so you can just be present for it.</p>
      <div class="hero-people">
        <div class="avatar-stack"><span></span><span></span><span></span></div>
        <p><strong>500+ couples &amp; companies</strong> have trusted us with their biggest days</p>
      </div>
    </div>

    <div class="form-card" id="form">
      <span class="tag">Free &amp; unhurried</span>
      <h2>Tell us about your day</h2>
      <p class="form-sub">We'll call for a friendly chat — no pressure, no pitch.</p>
      <form>
        <div class="field">
          <label for="name">Your Name</label>
          <input type="text" id="name" placeholder="What should we call you?" required>
        </div>
        <div class="field">
          <label for="phone">Phone Number</label>
          <input type="tel" id="phone" placeholder="+91 00000 00000" required>
        </div>
        <div class="field">
          <label for="type">What are we celebrating?</label>
          <select id="type" required>
            <option value="">Choose one</option>
            <option>Wedding</option>
            <option>Corporate Event</option>
            <option>Birthday / Milestone</option>
            <option>Something else</option>
          </select>
        </div>
        <div class="field">
          <label for="date">Rough Date (if you have one)</label>
          <input type="date" id="date">
        </div>
        <button type="submit" class="btn-warm">Let's Talk</button>
        <p class="microcopy">We reply within 24 hours, always warmly.</p>
      </form>
    </div>
  </div>
</section>

<div class="trust-strip">
  <p>Loved by families &amp; teams hosted at <strong>Taj Palace</strong>, <strong>The Leela</strong>, <strong>ITC Maurya</strong> &amp; <strong>The Oberoi</strong></p>
</div>

<section class="benefits">
  <div class="container">
    <div class="section-head">
      <div class="eyebrow">Why People Stay With Us</div>
      <h2>Planning, without the overwhelm</h2>
      <p>We do the coordinating, the worrying, and the double-checking — so your day feels effortless.</p>
    </div>
    <div class="benefit-grid">
      <div class="benefit-card">
        <div class="benefit-icon">✦</div>
        <h3>Designed Around You</h3>
        <p>No packages, no templates. We start by listening to what your day should feel like.</p>
      </div>
      <div class="benefit-card">
        <div class="benefit-icon">✦</div>
        <h3>One Friendly Face</h3>
        <p>A single planner who knows your event inside out — not a rotating cast of coordinators.</p>
      </div>
      <div class="benefit-card">
        <div class="benefit-icon">✦</div>
        <h3>Calm, On The Day</h3>
        <p>We're on-site managing every moving piece, so you can actually enjoy your own event.</p>
      </div>
    </div>
  </div>
</section>

<section class="gallery" id="gallery">
  <div class="container">
    <div class="section-head">
      <div class="eyebrow">A Peek At Our Work</div>
      <h2>Moments we've helped create</h2>
    </div>
    <div class="gallery-grid">
      <div class="gallery-item"><div class="tag">Wedding, Udaipur</div></div>
      <div class="gallery-item"><div class="tag">Product Launch</div></div>
      <div class="gallery-item"><div class="tag">Sangeet Night</div></div>
      <div class="gallery-item"><div class="tag">50th Anniversary</div></div>
    </div>
  </div>
</section>

<section class="testimonial">
  <div class="container">
    <div class="quote-stars">★★★★★</div>
    <p class="quote">"They understood what we wanted before we could put it into words. Three days, zero stress, endless compliments from our guests."</p>
    <p class="quote-author"><strong>Ananya &amp; Rohit</strong> — Wedding, New Delhi</p>
    <a href="#form" class="mid-cta">Let's Talk About Your Day</a>
  </div>
</section>

<section class="faq">
  <div class="container">
    <div class="section-head">
      <div class="eyebrow">Good To Know</div>
      <h2>A few things people ask us</h2>
    </div>
    <div class="faq-list">
      <div class="faq-item">
        <h3>Is the first call really free?</h3>
        <p>Completely. It's just a conversation to understand your event — no pressure to book anything.</p>
      </div>
      <div class="faq-item">
        <h3>How quickly will you get back to me?</h3>
        <p>Within 24 hours, usually sooner. We know waiting is the worst part.</p>
      </div>
      <div class="faq-item">
        <h3>Do you only do weddings in Delhi?</h3>
        <p>We plan events across India, including destination weddings, with our team traveling with you.</p>
      </div>
      <div class="faq-item">
        <h3>I don't have a budget in mind yet — is that okay?</h3>
        <p>Completely okay. Most people don't. We'll help you figure out what makes sense together.</p>
      </div>
    </div>
  </div>
</section>

<section>
  <div class="final-cta">
    <h2>Your forever moment starts with one hello</h2>
    <p>Tell us a little about what you're planning — we'd love to hear about it.</p>
    <a href="#form" class="btn-warm">Say Hello</a>
  </div>
</section>

<footer>
  <span class="logo">Event<em>Forever</em></span>
  <p>© 2026 EventForever, New Delhi · eventforever.co.in · +91 98765 43210</p>
</footer>

<div class="sticky-cta">
  <a href="#form">Let's Talk About Your Day</a>
</div>

<script>
  document.querySelector('form').addEventListener('submit', function(e){
    e.preventDefault();
    alert("Thank you! We'll call you within 24 hours.");
  });
</script>

</body>
</html>

Welcome to WordPress. This is your first post. Edit or delete it, then start writing!