/* ============================================================
   WEDPLANNER LANDING — TEST LAYOUT (Figma "card deck" direction)
   Scoped under .lpt-body. Sits alongside landing.css, which is
   still loaded for the .lp-phone frame + .mock* screen styles
   reused in the statement section.
   ============================================================ */

.lpt-body{background:#fff;}
.lpt-body .phone{overflow-x:clip;background:#fff;}

.lpt{
    --lav:#ADA9FF;
    --lav-strong:#8e87f5;
    --lav-lite:#DDD9F5;
    --lav-mute:#8F89BE;
    --deep:#343249;
    --navy:#443F58;
    --cream:#FBF0E4;
    --body:#7b7688;
    font-family:'TelAviv Modernist',sans-serif;
}

/* ------------------------------------------------------------
   Shared bits
   ------------------------------------------------------------ */

.lpt-wordmark{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:0;
    line-height:1;
    white-space:nowrap;
    direction:ltr;
}
.lpt-wm-script{
    font-family:'Great Vibes','Libre Baskerville',cursive;
    font-size:1.55em;
    color:var(--lav);
    /* pull "planner" under the W's tail, as in the mark */
    margin-inline-end:-.02em;
    padding-block-end:.12em;
    position:relative;
    z-index:0;
}
.lpt-wm-sans{
    position:relative;
    z-index:1;
    font-size:1em;
    font-weight:400;
    letter-spacing:-.02em;
    color:var(--deep);
}

/* Pill buttons — full-bleed inside their 20px gutter */
.lpt-btn{
    display:block;
    width:100%;
    box-sizing:border-box;
    text-align:center;
    text-decoration:none;
    border-radius:999px;
    padding:19px 22px;
    font-size:16px;
    font-weight:600;
    letter-spacing:-.2px;
    transition:transform .18s ease, box-shadow .18s ease;
}
.lpt-btn:active{transform:scale(.985);}
.lpt-btn-dark{
    background:var(--navy);
    color:#fff;
    box-shadow:0 12px 26px rgba(52,50,73,.22);
}
.lpt-btn-light{
    background:#fff;
    color:var(--lav-strong);
    box-shadow:0 6px 18px rgba(52,50,73,.08);
}
/* Forward in RTL points LEFT. `›` is a bidi-mirrored character, so under
   dir=rtl the browser already flips it — the old scaleX(-1) flipped it back
   and it ended up pointing the wrong way. Draw the chevron instead. */
.lpt-btn-arrow{
    display:inline-block;
    margin-inline-start:8px;
    vertical-align:-2px;
}
.lpt-btn-arrow svg{
    display:block;
    width:14px;
    height:14px;
}

/* ------------------------------------------------------------
   HERO
   ------------------------------------------------------------ */

.lpt-hero{
    background:#F4F2FC;
    padding:34px 20px 40px;
    text-align:center;
}
.lpt-hero .lpt-wordmark{font-size:36px;margin-bottom:16px;}

.lpt-hero-title{
    margin:0 0 18px;
    font-size:clamp(38px,10.5vw,58px);
    font-weight:700;
    line-height:1.02;
    letter-spacing:-1.4px;
    color:var(--deep);
}
.lpt-hero-title span{display:block;color:var(--lav);}

.lpt-hero-sub{
    margin:0 auto 30px;
    max-width:34ch;
    font-size:15px;
    line-height:1.62;
    color:var(--body);
}

.lpt-hero-cta{display:grid;gap:12px;max-width:520px;margin:0 auto;}

/* ------------------------------------------------------------
   STATEMENT — circles + tilted phone
   ------------------------------------------------------------ */

.lpt-statement{
    position:relative;
    background:#fff;
    padding:56px 20px 40px;
    overflow:hidden;
    isolation:isolate;
}

.lpt-blob{position:absolute;border-radius:50%;z-index:0;}
.lpt-blob-1{width:min(46vw,210px);aspect-ratio:1;background:var(--lav-mute);inset-block-start:34px;inset-inline-end:14px;}
.lpt-blob-2{width:min(40vw,175px);aspect-ratio:1;background:var(--lav-lite);inset-block-start:150px;inset-inline-end:78px;}
.lpt-blob-3{width:min(78vw,340px);aspect-ratio:1;background:var(--lav);inset-block-start:225px;inset-inline-end:-46px;}

.lpt-statement-inner{position:relative;z-index:2;min-height:420px;}

.lpt-statement-title{
    position:relative;
    z-index:3;
    margin:0;
    text-align:start;
    font-size:clamp(34px,9.5vw,54px);
    font-weight:700;
    line-height:1.05;
    letter-spacing:-1.2px;
    color:var(--deep);
    /* keep the headline clear of the phone leaning in from the left */
    padding-inline-end:40%;
}
.lpt-statement-title span{display:block;}
.lpt-statement-title .is-lav{color:var(--lav);}

/* The phone leans in from the left, partially over the copy. */
.lpt-statement-phone{
    position:absolute;
    z-index:2;
    inset-block-start:-14px;
    inset-inline-end:-4%;
    transform:rotate(19deg);
    transform-origin:center center;
    pointer-events:none;
    filter:drop-shadow(0 30px 46px rgba(52,50,73,.24));
}
.lpt-statement-phone .lp-phone{
    --phone-scale:.62;
    transform:scale(var(--phone-scale));
    transition:none;
}

.lpt-arrow{
    position:relative;
    z-index:3;
    margin-block-start:300px;
    text-align:start;
    padding-inline-end:54%;
    color:var(--deep);
}
.lpt-arrow svg{display:block;}

/* ------------------------------------------------------------
   CARD DECK — white cards on lavender, cream organic shapes
   ------------------------------------------------------------ */

.lpt-deck{
    position:relative;
    background:var(--lav);
    padding:46px 16px 54px;
    overflow:hidden;
    isolation:isolate;
}

/* Big soft cream shapes bleeding off the edges. */
.lpt-deck-shape{position:absolute;background:var(--cream);z-index:0;}
.lpt-deck-shape-1{
    width:150%;height:340px;
    inset-block-start:-190px;inset-inline-start:-25%;
    border-radius:0 0 60% 60%;
}
.lpt-deck-shape-2{
    width:120%;aspect-ratio:1;
    inset-block-start:22%;inset-inline-end:-70%;
    border-radius:50%;
}
.lpt-deck-shape-3{
    width:130%;aspect-ratio:1;
    inset-block-end:8%;inset-inline-start:-75%;
    border-radius:50%;
}
.lpt-deck-shape-4{
    width:150%;height:300px;
    inset-block-end:-170px;inset-inline-start:-25%;
    border-radius:60% 60% 0 0;
}

.lpt-deck-inner{position:relative;z-index:2;display:grid;gap:22px;max-width:560px;margin:0 auto;}

/* --- the card ------------------------------------------------ */

.lpt-card{
    background:#fff;
    border-radius:30px;
    padding:26px 22px 24px;
    box-shadow:0 20px 44px rgba(52,50,73,.10);
}

.lpt-card-top{
    display:flex;
    align-items:center;
    gap:12px;
    margin-bottom:16px;
}
.lpt-card-badge{
    flex:0 0 auto;
    width:48px;height:48px;
    border-radius:50%;
    background:var(--lav-lite);
    display:flex;align-items:center;justify-content:center;
    color:var(--deep);
}
.lpt-card-badge svg{width:23px;height:23px;display:block;}
.lpt-card-num{
    font-size:15px;
    font-weight:600;
    letter-spacing:1px;
    color:var(--lav);
    direction:ltr;
}

.lpt-card-title{
    margin:0 0 12px;
    font-size:clamp(26px,7vw,32px);
    font-weight:700;
    line-height:1.12;
    letter-spacing:-.9px;
    color:var(--deep);
}
.lpt-card-title span{display:block;color:var(--lav);}
.lpt-card-title.is-inline span{display:inline;}

.lpt-card-sub{
    margin:0 0 20px;
    text-align:start;
    font-size:14.5px;
    line-height:1.62;
    color:var(--body);
}

/* --- the tinted mock panel inside each card ------------------ */

.lpt-mock{
    border-radius:22px;
    padding:16px;
    background:linear-gradient(215deg, var(--cream) 0%, #EFE9FF 42%, var(--lav) 100%);
    border:1px solid rgba(52,50,73,.06);
}

/* rows: white pill, label at the start, chip at the end */
.lpt-row{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:10px;
    background:#fff;
    border-radius:999px;
    padding:11px 16px;
    margin-bottom:9px;
    font-size:13.5px;
    font-weight:600;
    color:var(--deep);
    box-shadow:0 2px 8px rgba(52,50,73,.05);
}
.lpt-row:last-child{margin-bottom:0;}
.lpt-chip{
    flex:0 0 auto;
    background:var(--lav);
    color:#fff;
    border-radius:999px;
    padding:4px 13px;
    font-size:11.5px;
    font-weight:600;
}
.lpt-chip.is-soft{background:var(--lav-lite);color:var(--lav-strong);}

/* checklist rows: dot at the start, strike-through when done */
.lpt-row.is-check{gap:12px;justify-content:flex-start;}
.lpt-dot{
    flex:0 0 auto;
    width:17px;height:17px;
    border-radius:50%;
    background:var(--lav);
}
.lpt-dot.is-open{background:transparent;border:2px solid var(--lav-lite);}
.lpt-row.is-done span{text-decoration:line-through;text-decoration-thickness:1.5px;}

/* seating: numbered circles */
.lpt-seats{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:10px;
}
.lpt-seat{
    aspect-ratio:1;
    border-radius:50%;
    background:#fff;
    display:flex;align-items:center;justify-content:center;
    font-size:14px;font-weight:700;color:var(--deep);
    box-shadow:0 2px 8px rgba(52,50,73,.06);
}
.lpt-mock-caption{
    margin:12px 0 0;
    text-align:center;
    font-size:12.5px;
    font-weight:600;
    color:var(--deep);
}
.lpt-mock-caption.is-end{text-align:start;}

/* wishes: heart tiles */
.lpt-tiles{display:grid;grid-template-columns:repeat(4,1fr);gap:9px;}
.lpt-tile{
    aspect-ratio:1;
    border-radius:12px;
    background:#fff;
    display:flex;align-items:center;justify-content:center;
    box-shadow:0 2px 8px rgba(52,50,73,.05);
    color:var(--deep);
}
.lpt-tile svg{width:22px;height:22px;display:block;}
.lpt-tile.is-liked{color:var(--lav);}

/* budget: bars */
.lpt-bars{display:flex;align-items:flex-end;gap:9px;height:132px;}
.lpt-bar{flex:1;background:var(--lav);border-radius:12px 12px 4px 4px;}

/* invite preview */
.lpt-invite{
    background:#fff;
    border-radius:16px;
    padding:22px 18px;
    text-align:center;
    box-shadow:0 3px 12px rgba(52,50,73,.06);
}
.lpt-invite-eyebrow{font-size:11px;letter-spacing:3px;color:var(--lav-strong);font-weight:600;}
.lpt-invite-names{
    font-family:'Great Vibes','Libre Baskerville',cursive;
    font-size:34px;line-height:1.2;color:var(--deep);margin:6px 0 4px;
}
.lpt-invite-date{font-size:12.5px;color:var(--body);font-weight:600;}
.lpt-invite-rule{width:46px;height:1.5px;background:var(--lav);margin:12px auto;}

.lpt-deck-cta{max-width:560px;margin:32px auto 0;position:relative;z-index:2;}

/* ------------------------------------------------------------
   PRICING — free up to 250 guests (SMS); WhatsApp / bigger lists
   are a one-off paid upgrade. White band between the lavender
   deck and the lavender finale, mirroring the statement section.
   ------------------------------------------------------------ */

.lpt-pricing{
    position:relative;
    background:#fff;
    padding:56px 20px 60px;
    overflow:hidden;
    isolation:isolate;
}

/* soft decor circles, same family as the statement blobs */
.lpt-pblob-1{width:min(52vw,240px);aspect-ratio:1;background:var(--lav-lite);inset-block-start:-90px;inset-inline-start:-70px;}
.lpt-pblob-2{width:min(40vw,180px);aspect-ratio:1;background:var(--cream);inset-block-end:30px;inset-inline-end:-64px;}

.lpt-pricing-inner{position:relative;z-index:2;max-width:560px;margin:0 auto;}

.lpt-pricing-title{
    margin:0 0 14px;
    text-align:center;
    font-size:clamp(32px,9vw,50px);
    font-weight:700;
    line-height:1.08;
    letter-spacing:-1.2px;
    color:var(--deep);
}
.lpt-pricing-title span{display:block;}
.lpt-pricing-title .is-lav{color:var(--lav);}

.lpt-pricing-sub{
    margin:0 auto 30px;
    max-width:40ch;
    text-align:center;
    font-size:15px;
    line-height:1.62;
    color:var(--body);
}

.lpt-pricing-cards{display:grid;gap:18px;}

.lpt-price-card{
    border-radius:30px;
    padding:28px 24px 26px;
}
.lpt-price-card.is-free{
    background:#F4F2FC;
    border:1px solid rgba(142,135,245,.16);
}
.lpt-price-card.is-pro{
    background:var(--deep);
    color:#fff;
    box-shadow:0 20px 44px rgba(52,50,73,.22);
}

.lpt-price-chip{
    display:inline-block;
    border-radius:999px;
    padding:6px 16px 7px;
    font-size:12.5px;
    font-weight:600;
    letter-spacing:.2px;
    margin-bottom:14px;
}
.is-free .lpt-price-chip{background:var(--lav);color:#fff;}
.is-pro .lpt-price-chip{background:rgba(173,169,255,.18);color:var(--lav);}

.lpt-price-cap{
    margin:0 0 6px;
    font-size:clamp(24px,6.4vw,29px);
    font-weight:700;
    line-height:1.15;
    letter-spacing:-.7px;
    color:var(--deep);
}
.is-pro .lpt-price-cap{color:#fff;}

.lpt-price-note{
    margin:0 0 18px;
    font-size:14px;
    line-height:1.6;
    color:var(--body);
}
.is-pro .lpt-price-note{color:rgba(255,255,255,.72);}

.lpt-price-list{list-style:none;margin:0;padding:0;display:grid;gap:10px;}
.lpt-price-list li{
    display:flex;
    align-items:flex-start;
    gap:10px;
    font-size:14px;
    line-height:1.5;
    color:var(--deep);
}
.is-pro .lpt-price-list li{color:rgba(255,255,255,.92);}
.lpt-price-list svg{
    flex:0 0 auto;
    width:17px;height:17px;
    margin-top:2px;
    fill:none;
    stroke:var(--lav-strong);
    stroke-width:2.4;
    stroke-linecap:round;
    stroke-linejoin:round;
}
.is-pro .lpt-price-list svg{stroke:var(--lav);}

/* bottom price line */
.lpt-price-from{
    margin-top:20px;
    padding-top:16px;
    border-top:1px solid rgba(52,50,73,.10);
    display:flex;
    align-items:baseline;
    justify-content:space-between;
    gap:10px;
}
.is-pro .lpt-price-from{border-top-color:rgba(255,255,255,.14);}
.lpt-price-from b{
    font-size:20px;
    font-weight:700;
    letter-spacing:-.4px;
    color:var(--deep);
}
.is-pro .lpt-price-from b{color:#fff;}
.lpt-price-from span{
    font-size:12.5px;
    font-weight:600;
    color:var(--body);
}
.is-pro .lpt-price-from span{color:rgba(255,255,255,.6);}

@media (min-width:820px){
    .lpt-pricing{padding:80px 40px 90px;}
    .lpt-pricing-inner{max-width:1080px;}
    .lpt-pricing-cards{grid-template-columns:1fr 1fr;gap:26px;align-items:start;}
    .lpt-price-card{padding:32px 28px 30px;}
}

/* ------------------------------------------------------------
   FINALE
   ------------------------------------------------------------ */

.lpt-finale{
    position:relative;
    background:var(--lav);
    padding:64px 20px 70px;
    text-align:center;
    overflow:hidden;
    isolation:isolate;
}
.lpt-finale-ring{
    position:absolute;
    z-index:0;
    inset-block-start:-40px;
    /* auto margins, not inline-start:50% + translateX(-50%): under dir=rtl
       inline-start resolves to `right`, which parked the ring left of centre
       (and the translate then fought the parallax transform). */
    inset-inline:0;
    margin-inline:auto;
    width:min(64vw,260px);
    opacity:.22;
    filter:brightness(0) invert(1);
    pointer-events:none;
}
.lpt-finale-inner{position:relative;z-index:2;}
.lpt-finale .lpt-wordmark{font-size:38px;margin-bottom:22px;}
.lpt-finale .lpt-wm-script{color:#fff;}
.lpt-finale .lpt-wm-sans{color:var(--deep);}

.lpt-finale-title{
    margin:0 0 30px;
    font-size:clamp(32px,9vw,50px);
    font-weight:700;
    line-height:1.1;
    letter-spacing:-1.2px;
    color:#fff;
}
.lpt-finale-title span{display:block;}
.lpt-finale-title .is-deep{color:var(--deep);}

.lpt-finale-cta{display:grid;gap:12px;max-width:520px;margin:0 auto;}

/* ------------------------------------------------------------
   Reveal-on-scroll
   ------------------------------------------------------------ */

.lpt-rv{opacity:0;transform:translateY(24px);transition:opacity .7s cubic-bezier(.22,1,.36,1),transform .7s cubic-bezier(.22,1,.36,1);}
.lpt-rv.is-in{opacity:1;transform:none;}

@media (prefers-reduced-motion:reduce){
    .lpt-rv{opacity:1;transform:none;transition:none;}
}

/* ------------------------------------------------------------
   Wider screens — the deck becomes a 2-up grid, hero centers.
   ------------------------------------------------------------ */

@media (min-width:820px){
    .lpt-hero{padding:60px 24px 70px;}
    .lpt-hero .lpt-wordmark{font-size:52px;}
    .lpt-statement{padding:80px 40px 60px;}
    .lpt-statement-title{padding-inline-end:46%;}
    .lpt-statement-phone{inset-inline-end:4%;}
    .lpt-statement-phone .lp-phone{--phone-scale:.8;}
    .lpt-arrow{margin-block-start:360px;}

    .lpt-deck{padding:70px 40px 80px;}
    .lpt-deck-inner{
        max-width:1080px;
        grid-template-columns:1fr 1fr;
        gap:26px;
    }
    .lpt-deck-cta{max-width:420px;}
    .lpt-finale{padding:100px 24px 110px;}
}
