@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,700;1,400&family=DM+Sans:wght@300;400;500;600;700&display=swap');
:root{--rose:#C94070;--rose-light:#F2ADC0;--rose-pale:#FDF0F4;--rose-dark:#7A1C3E;--cream:#FBF7F4;--ink:#1A0F14;--ink-muted:#6B4E5A;--ink-faint:#C4AEBA;--gold:#D4A847;--white:#fff;--accent:#7F77DD}
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:'DM Sans',sans-serif;background:var(--cream);color:var(--ink);overflow-x:hidden;line-height:1.6}
a{text-decoration:none;color:inherit}
button{cursor:pointer;font-family:inherit;border:none}
input{font-family:inherit;border:none;outline:none}
.container{max-width:900px;margin:0 auto;padding:0 1.5rem}
@keyframes fadeUp{from{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}
@keyframes pulse{0%,100%{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.8)}}
@keyframes float{0%,100%{transform:translateY(0)}50%{transform:translateY(-10px)}}
@keyframes heartbeat{0%,100%{transform:scale(1)}14%{transform:scale(1.15)}28%{transform:scale(1)}42%{transform:scale(1.1)}56%{transform:scale(1)}}
@keyframes ringPulse{0%,100%{opacity:.3}50%{opacity:.8}}
@keyframes shake{0%,100%{transform:translateX(0)}20%{transform:translateX(-8px)}40%{transform:translateX(8px)}60%{transform:translateX(-5px)}80%{transform:translateX(5px)}}
@keyframes orbit{0%{transform:rotate(0deg) translateX(50px) rotate(0deg)}100%{transform:rotate(360deg) translateX(50px) rotate(-360deg)}}
@keyframes confettiDrop{0%{transform:translateY(-100vh) rotate(0);opacity:1}100%{transform:translateY(100vh) rotate(720deg);opacity:0}}
.reveal{opacity:0;transform:translateY(30px);transition:opacity .6s ease,transform .6s ease}.reveal.visible{opacity:1;transform:translateY(0)}
/* NAV */
nav{position:fixed;top:0;left:0;right:0;z-index:100;padding:1.25rem 2.5rem;display:flex;align-items:center;justify-content:space-between;background:rgba(251,247,244,.85);backdrop-filter:blur(12px);border-bottom:1px solid rgba(201,64,112,.1)}
.nav-logo{font-family:'Playfair Display',serif;font-size:22px;font-weight:700;color:var(--rose-dark);letter-spacing:-.02em}.nav-logo span{color:var(--rose);font-style:italic}
.nav-cta{background:var(--rose);color:var(--white);padding:9px 22px;border-radius:100px;font-size:14px;font-weight:500;transition:all .2s}.nav-cta:hover{background:var(--rose-dark);transform:translateY(-1px)}
/* HERO */
.hero{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:8rem 1.5rem 5rem;position:relative;overflow:hidden}
.hero::before{content:'';position:absolute;top:-120px;right:-120px;width:500px;height:500px;border-radius:50%;background:radial-gradient(circle,rgba(201,64,112,.12),transparent 70%);pointer-events:none}
.hero::after{content:'';position:absolute;bottom:-80px;left:-80px;width:400px;height:400px;border-radius:50%;background:radial-gradient(circle,rgba(212,168,71,.1),transparent 70%);pointer-events:none}
.hero-badge{display:inline-flex;align-items:center;gap:7px;background:var(--rose-pale);border:1px solid var(--rose-light);border-radius:100px;padding:6px 16px;font-size:12px;font-weight:500;color:var(--rose-dark);letter-spacing:.04em;text-transform:uppercase;margin-bottom:2rem;animation:fadeUp .6s ease both}
.pulse-dot{width:7px;height:7px;border-radius:50%;background:var(--rose);animation:pulse 1.6s infinite}
.hero h1{font-family:'Playfair Display',serif;font-size:clamp(40px,7vw,72px);font-weight:700;line-height:1.1;color:var(--ink);letter-spacing:-.03em;margin-bottom:1.25rem;max-width:720px;animation:fadeUp .6s .1s ease both}
.hero h1 em{font-style:italic;color:var(--rose)}
.hero-sub{font-size:17px;font-weight:300;color:var(--ink-muted);line-height:1.7;max-width:500px;margin:0 auto 2.5rem;animation:fadeUp .6s .2s ease both}
.hero-form{display:flex;gap:10px;max-width:440px;width:100%;margin:0 auto 1rem;animation:fadeUp .6s .3s ease both}
.hero-form input{flex:1;height:50px;border:1.5px solid rgba(201,64,112,.25);border-radius:100px;padding:0 20px;font-size:14px;background:var(--white);color:var(--ink);transition:border-color .2s}.hero-form input:focus{border-color:var(--rose)}.hero-form input::placeholder{color:var(--ink-faint)}
.btn-rose{height:50px;padding:0 26px;background:var(--rose);color:var(--white);border-radius:100px;font-size:14px;font-weight:500;white-space:nowrap;transition:all .2s;box-shadow:0 4px 20px rgba(201,64,112,.3)}.btn-rose:hover{background:var(--rose-dark);transform:translateY(-2px);box-shadow:0 6px 24px rgba(201,64,112,.4)}
.hero-urgency{font-size:12px;color:var(--rose);font-weight:500;letter-spacing:.02em;animation:fadeUp .6s .4s ease both}.hero-urgency span{opacity:.6;color:var(--ink-muted);font-weight:400}
.hero-cta-btn{height:56px;padding:0 48px;font-size:16px;font-weight:600;margin-bottom:1rem;animation:fadeUp .6s .3s ease both;letter-spacing:.02em}
.hearts-row{display:flex;align-items:center;justify-content:center;gap:12px;margin:3rem 0 0;animation:fadeUp .6s .5s ease both}
.hline{flex:1;max-width:120px;height:1px;background:linear-gradient(to right,transparent,var(--rose-light))}.hline.right{background:linear-gradient(to left,transparent,var(--rose-light))}
.heart-svg{color:var(--rose);opacity:.4}
/* Couple illustration hero */
.hero-couple-art{margin-top:2.5rem;position:relative;display:flex;align-items:center;justify-content:center;animation:fadeUp .6s .6s ease both;text-align:center}
.hc-circle{position:absolute;border-radius:50%;opacity:.5}
.hc-c1{width:100px;height:100px;background:rgba(201,64,112,.2);left:10px;animation:float 5s ease-in-out infinite}
.hc-c2{width:100px;height:100px;background:rgba(127,119,221,.2);right:10px;animation:float 5s 1.5s ease-in-out infinite}
.hc-heart{font-size:2rem;z-index:1;animation:heartbeat 2s infinite}
.hc-sparkle{position:absolute;font-size:.8rem;animation:float 3s ease-in-out infinite;opacity:.6}
/* SECTIONS */
section{padding:5rem 1.5rem}
.section-label{font-size:11px;font-weight:500;text-transform:uppercase;letter-spacing:.1em;color:var(--rose);margin-bottom:.6rem}
.section-title{font-family:'Playfair Display',serif;font-size:clamp(28px,4vw,42px);font-weight:700;line-height:1.2;letter-spacing:-.02em;color:var(--ink);margin-bottom:1rem}.section-title em{font-style:italic;color:var(--rose)}
.section-body{font-size:16px;font-weight:300;color:var(--ink-muted);line-height:1.75;max-width:560px}
/* PROBLEM */
.problem-section{background:var(--ink)}.problem-section .section-label{color:var(--rose-light)}.problem-section .section-title{color:var(--white)}.problem-section .section-body{color:rgba(255,255,255,.5)}
.problem-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1px;margin-top:3rem;border:1px solid rgba(255,255,255,.08);border-radius:16px;overflow:hidden}
.problem-card{padding:2rem 1.5rem;background:rgba(255,255,255,.03);transition:background .2s}.problem-card:hover{background:rgba(201,64,112,.1)}
.problem-no{font-family:'Playfair Display',serif;font-size:42px;font-weight:700;color:rgba(201,64,112,.2);line-height:1;margin-bottom:1rem}
.problem-card h3{font-size:15px;font-weight:500;color:var(--white);margin-bottom:.5rem}.problem-card p{font-size:13px;color:rgba(255,255,255,.45);line-height:1.6}
/* CAROUSEL */
.carousel-section{padding:4rem 0;overflow:hidden;background:var(--rose-pale)}
.carousel-header{text-align:center;padding:0 1.5rem;margin-bottom:2rem}
.carousel-track-wrap{position:relative;overflow:hidden;-webkit-mask-image:linear-gradient(to right,transparent,black 10%,black 90%,transparent);mask-image:linear-gradient(to right,transparent,black 10%,black 90%,transparent)}
.carousel-track{display:flex;gap:24px;animation:carouselScroll 25s linear infinite;width:max-content}
.carousel-slide{flex-shrink:0;display:flex;flex-direction:column;align-items:center;gap:10px}
.carousel-slide .phone-frame{width:180px}
.carousel-slide span{font-size:13px;font-weight:500;color:var(--rose-dark);letter-spacing:.02em}
@keyframes carouselScroll{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}
.carousel-track:hover{animation-play-state:paused}
.phone-frame{background:var(--white);border-radius:24px;padding:6px;border:2px solid rgba(201,64,112,.12);box-shadow:0 12px 40px rgba(201,64,112,.1);overflow:hidden;transition:transform .3s,box-shadow .3s}
.phone-frame:hover{transform:translateY(-6px);box-shadow:0 20px 60px rgba(201,64,112,.18)}
.phone-frame img{width:100%;border-radius:18px;display:block}
/* FEATURES */
.features-section{background:var(--cream);padding:5rem 1.5rem}
/* Feature Showcase — alternating rows */
.feature-showcase{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center;margin-bottom:4rem}
.feature-showcase.reverse{direction:rtl}.feature-showcase.reverse>*{direction:ltr}
.showcase-img{display:flex;justify-content:center}
.showcase-img img{width:100%;max-width:320px;border-radius:20px;box-shadow:0 12px 40px rgba(201,64,112,.08);transition:transform .3s}
.showcase-img img:hover{transform:scale(1.03)}
.showcase-text h3{font-family:'Playfair Display',serif;font-size:24px;font-weight:700;color:var(--ink);margin-bottom:.6rem}
.showcase-text p{font-size:15px;color:var(--ink-muted);line-height:1.7;font-weight:300}
.showcase-text .feature-icon{margin-bottom:1rem}
/* Features grid for remaining cards */
.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.feature-card{background:var(--white);border:1px solid rgba(201,64,112,.1);border-radius:20px;padding:2rem;transition:all .2s}.feature-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px rgba(201,64,112,.12);border-color:rgba(201,64,112,.3)}
.feature-icon{width:44px;height:44px;border-radius:12px;background:var(--rose-pale);display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem;font-size:1.3rem}
.feature-card h3{font-size:16px;font-weight:500;color:var(--ink);margin-bottom:.5rem}.feature-card p{font-size:14px;color:var(--ink-muted);line-height:1.65;font-weight:300}
/* Couple illustrations between sections */
.couple-divider{text-align:center;padding:2rem 0;position:relative}
.couple-divider .illustration{display:inline-flex;align-items:center;gap:8px;padding:16px 32px;background:var(--white);border-radius:60px;border:1px solid rgba(201,64,112,.1);box-shadow:0 4px 20px rgba(201,64,112,.06);font-size:1.5rem}
.couple-divider .conn-line{width:40px;height:2px;background:linear-gradient(to right,var(--rose-light),var(--rose));border-radius:2px;position:relative}
.couple-divider .conn-line::after{content:'♥';position:absolute;top:-10px;left:50%;transform:translateX(-50%);font-size:.7rem;color:var(--rose);animation:heartbeat 2s infinite}
/* Phone illustration */
.phone-scene{display:flex;align-items:center;justify-content:center;padding:3rem 0;gap:30px}
.mini-phone{width:80px;height:140px;border-radius:16px;border:2px solid rgba(201,64,112,.2);background:var(--white);display:flex;align-items:center;justify-content:center;font-size:1.5rem;position:relative;box-shadow:0 8px 30px rgba(201,64,112,.08)}
.mini-phone .notch{position:absolute;top:6px;width:30px;height:4px;background:rgba(201,64,112,.15);border-radius:3px}
.phone-waves{display:flex;flex-direction:column;gap:6px}
.phone-waves .wave-dot{width:6px;height:6px;border-radius:50%;background:var(--rose-light);animation:pulse 1.5s infinite}.phone-waves .wave-dot:nth-child(2){animation-delay:.3s}.phone-waves .wave-dot:nth-child(3){animation-delay:.6s}
/* DIFFERENTIATION */
.diff-section{background:var(--rose-pale)}
.diff-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-top:3rem;align-items:start}
.diff-list{display:flex;flex-direction:column;gap:16px}
.diff-item{display:flex;align-items:flex-start;gap:14px;padding:1.25rem 1.5rem;background:var(--white);border-radius:14px;border:1px solid rgba(201,64,112,.1);transition:all .2s}.diff-item:hover{transform:translateX(4px);box-shadow:0 4px 16px rgba(201,64,112,.08)}
.diff-check{width:28px;height:28px;flex-shrink:0;border-radius:50%;background:var(--rose);display:flex;align-items:center;justify-content:center;color:var(--white);font-size:12px;font-weight:700}
.diff-item h3{font-size:14px;font-weight:500;color:var(--ink);margin-bottom:2px}.diff-item p{font-size:13px;color:var(--ink-muted);font-weight:300}
.diff-quote{background:var(--ink);border-radius:20px;padding:2.5rem;display:flex;flex-direction:column;justify-content:space-between;min-height:260px}
.diff-quote blockquote{font-family:'Playfair Display',serif;font-size:22px;font-style:italic;color:var(--white);line-height:1.5;margin-bottom:1.5rem}.diff-quote blockquote em{color:var(--rose-light)}
.diff-quote .quote-meta{font-size:12px;color:rgba(255,255,255,.4);letter-spacing:.05em;text-transform:uppercase}
/* SOCIAL PROOF */
.proof-section{background:var(--cream);text-align:center}
.testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin:2.5rem auto 2rem;max-width:900px}
.test-card{background:var(--white);border:1px solid rgba(201,64,112,.1);border-radius:16px;padding:1.75rem;text-align:left;transition:all .2s}.test-card:hover{transform:translateY(-3px);box-shadow:0 8px 30px rgba(201,64,112,.1)}
.test-card .stars{color:var(--gold);font-size:14px;margin-bottom:.75rem;letter-spacing:2px}
.test-card .quote{font-size:14px;color:var(--ink-muted);line-height:1.65;font-weight:300;font-style:italic;margin-bottom:1rem}
.test-card .couple-info{display:flex;align-items:center;gap:10px}
.test-card .avatar{width:36px;height:36px;border-radius:50%;background:var(--rose-pale);display:flex;align-items:center;justify-content:center;font-size:.9rem}
.test-card .name{font-size:13px;font-weight:500;color:var(--ink)}.test-card .since{font-size:11px;color:var(--ink-faint)}
.stats-row{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;max-width:600px;margin:0 auto}
.stat-card{padding:1.5rem;text-align:center}
.stat-card .number{font-family:'Playfair Display',serif;font-size:2rem;font-weight:700;color:var(--rose)}.stat-card .label{font-size:13px;color:var(--ink-muted);margin-top:4px}
/* CTA */
.cta-section{background:var(--ink);text-align:center;padding:6rem 1.5rem;position:relative;overflow:hidden}
.cta-section::before{content:'';position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:700px;height:700px;border-radius:50%;background:radial-gradient(circle,rgba(201,64,112,.15),transparent 65%);pointer-events:none}
.cta-section .section-label{color:var(--rose-light)}.cta-section .section-title{color:var(--white);max-width:600px;margin:0 auto 1rem}.cta-section .section-body{color:rgba(255,255,255,.5);max-width:440px;margin:0 auto 2.5rem}
.cta-form{max-width:420px;margin:0 auto;display:flex;flex-direction:column;gap:12px;position:relative;z-index:1}
.cta-form input{height:50px;border:1px solid rgba(255,255,255,.12);border-radius:100px;padding:0 20px;font-size:14px;background:rgba(255,255,255,.07);color:var(--white);transition:border-color .2s}.cta-form input:focus{border-color:rgba(201,64,112,.6)}.cta-form input::placeholder{color:rgba(255,255,255,.3)}
.btn-full-rose{height:52px;width:100%;background:var(--rose);color:var(--white);border-radius:100px;font-size:15px;font-weight:500;transition:all .2s;box-shadow:0 4px 30px rgba(201,64,112,.5)}.btn-full-rose:hover{background:var(--rose-dark);transform:translateY(-2px)}
.cta-urgency{margin-top:1.25rem;display:flex;align-items:center;justify-content:center;gap:8px;font-size:12px;color:rgba(255,255,255,.4)}
.fire-dot{width:8px;height:8px;border-radius:50%;background:var(--gold);animation:pulse 1.4s infinite}
.success-msg{display:none;background:rgba(201,64,112,.15);border:1px solid rgba(201,64,112,.3);border-radius:12px;padding:1.25rem;text-align:center;color:var(--rose-light);font-size:14px;line-height:1.6}.success-msg strong{display:block;font-size:16px;margin-bottom:4px}
/* FOOTER */
footer{background:var(--ink);padding:2rem 1.5rem;text-align:center;border-top:1px solid rgba(255,255,255,.06)}
footer .foot-logo{font-family:'Playfair Display',serif;font-size:18px;color:var(--white);margin-bottom:.5rem}.foot-logo span{color:var(--rose);font-style:italic}
footer .foot-tagline{font-size:13px;color:rgba(255,255,255,.35);margin-bottom:.75rem}
footer .foot-love{font-size:12px;color:rgba(255,255,255,.25);margin-bottom:.75rem}
footer .foot-links{display:flex;justify-content:center;gap:20px}.foot-links a{font-size:12px;color:rgba(255,255,255,.3);transition:color .2s}.foot-links a:hover{color:var(--rose-light)}
/* MOBILE STICKY */
.mobile-sticky{display:none;position:fixed;bottom:0;left:0;right:0;padding:12px 16px;background:rgba(251,247,244,.95);backdrop-filter:blur(12px);border-top:1px solid rgba(201,64,112,.1);z-index:99}
.mobile-sticky .btn-rose{width:100%;height:48px;display:flex;align-items:center;justify-content:center}
/* ADMIN */
.admin-toggle{position:fixed;bottom:20px;right:20px;width:44px;height:44px;border-radius:50%;background:var(--white);border:1px solid rgba(201,64,112,.15);display:flex;align-items:center;justify-content:center;font-size:1rem;z-index:200;transition:all .3s;cursor:pointer;box-shadow:0 4px 16px rgba(0,0,0,.08)}.admin-toggle:hover{transform:scale(1.1);box-shadow:0 6px 24px rgba(201,64,112,.15)}
.admin-overlay{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(26,15,20,.6);z-index:300;backdrop-filter:blur(5px)}.admin-overlay.active{display:flex;align-items:center;justify-content:center}
.admin-panel{background:var(--white);border:1px solid rgba(201,64,112,.1);border-radius:20px;width:95%;max-width:900px;max-height:85vh;overflow-y:auto;padding:2.5rem;position:relative}
.admin-panel h2{font-family:'Playfair Display',serif;font-size:1.4rem;font-weight:700;margin-bottom:1.5rem;color:var(--ink)}
.admin-close{position:absolute;top:16px;right:16px;background:none;color:var(--ink-faint);font-size:1.3rem;cursor:pointer;transition:color .3s}.admin-close:hover{color:var(--rose)}
.admin-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:1.5rem}
.admin-stat{background:var(--rose-pale);border-radius:12px;padding:1.25rem;text-align:center}
.admin-stat .val{font-family:'Playfair Display',serif;font-size:1.75rem;font-weight:700;color:var(--rose)}.admin-stat .lbl{font-size:.75rem;color:var(--ink-muted);margin-top:4px}
.admin-actions{display:flex;gap:10px;margin-bottom:1rem;flex-wrap:wrap}
.admin-actions input{flex:1;min-width:180px;padding:10px 16px;border-radius:10px;background:var(--cream);color:var(--ink);font-size:.85rem;border:1px solid rgba(201,64,112,.1)}
.btn-sm{padding:10px 18px;border-radius:10px;font-size:.8rem;font-weight:500;transition:all .2s}
.btn-export{background:var(--rose-pale);color:var(--rose-dark)}.btn-export:hover{background:var(--rose-light)}
.btn-clear{background:rgba(201,64,112,.08);color:var(--rose)}.btn-clear:hover{background:rgba(201,64,112,.15)}
.admin-table{width:100%;border-collapse:collapse;font-size:.85rem}
.admin-table th{text-align:left;padding:10px;border-bottom:1px solid rgba(201,64,112,.1);color:var(--ink-muted);font-weight:500;cursor:pointer;font-size:.75rem;text-transform:uppercase;letter-spacing:.5px}.admin-table th:hover{color:var(--rose)}
.admin-table td{padding:10px;border-bottom:1px solid rgba(0,0,0,.04);color:var(--ink)}
.admin-table tr:hover td{background:var(--rose-pale)}
.btn-delete{background:none;color:var(--ink-faint);font-size:.8rem;padding:4px 8px;border-radius:6px;transition:all .2s}.btn-delete:hover{color:var(--rose);background:rgba(201,64,112,.08)}
.no-data{text-align:center;padding:2.5rem;color:var(--ink-faint)}
/* PASSWORD */
.pwd-modal{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(26,15,20,.7);z-index:400;align-items:center;justify-content:center;backdrop-filter:blur(5px)}.pwd-modal.active{display:flex}
.pwd-box{background:var(--white);border-radius:20px;padding:2.5rem;text-align:center;max-width:340px;width:90%;box-shadow:0 20px 60px rgba(0,0,0,.15)}
.pwd-box h3{font-family:'Playfair Display',serif;margin-bottom:1rem;font-size:1.2rem;color:var(--ink)}
.pwd-box input{width:100%;padding:14px;border-radius:10px;background:var(--cream);color:var(--ink);font-size:1rem;margin-bottom:12px;border:1px solid rgba(201,64,112,.15);text-align:center}
.pwd-box .btn-full-rose{font-size:14px;height:48px}
.pwd-error{color:var(--rose);font-size:.85rem;margin-top:8px;display:none}
/* SUCCESS OVERLAY */
.success-overlay{display:none;position:fixed;top:0;left:0;right:0;bottom:0;z-index:500;pointer-events:none}.success-overlay.active{display:block}
.confetti-piece{position:absolute;width:10px;height:10px;top:-20px;animation:confettiDrop 3s ease-in forwards}
.success-popup{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background:var(--white);border:1px solid rgba(201,64,112,.2);border-radius:20px;padding:3rem;text-align:center;z-index:501;pointer-events:auto;animation:fadeUp .5s ease-out;box-shadow:0 20px 60px rgba(0,0,0,.15)}
.success-popup .icon{font-size:3.5rem;margin-bottom:1rem;display:block}
.success-popup h3{font-family:'Playfair Display',serif;font-size:1.4rem;font-weight:700;color:var(--ink);margin-bottom:.5rem}
.success-popup p{color:var(--ink-muted);font-size:.95rem}
.input-error{border-color:var(--rose)!important;animation:shake .4s ease}
.error-msg{color:var(--rose);font-size:.8rem;margin-top:6px;display:none;text-align:center}
/* IMAGES */
.hero-img{width:100%;max-width:360px;border-radius:24px;box-shadow:0 20px 60px rgba(201,64,112,.15);animation:float 6s ease-in-out infinite}
.hero-couple-art{margin-top:2.5rem;animation:fadeUp .6s .6s ease both;text-align:center}
.couple-img-wrap{text-align:center;padding:1rem 0}
.section-img{width:100%;max-width:400px;border-radius:20px;box-shadow:0 12px 40px rgba(201,64,112,.1);transition:transform .3s}.section-img:hover{transform:scale(1.02)}
.diff-img{width:100%;max-width:240px;border-radius:16px;margin-bottom:1.5rem;box-shadow:0 8px 24px rgba(0,0,0,.2)}
/* RESPONSIVE — TABLET */
@media(max-width:900px){
.feature-showcase{gap:2rem}
.showcase-img img{max-width:280px}
.carousel-slide .phone-frame{width:160px}
.features-grid{grid-template-columns:repeat(2,1fr)}
.testimonials-grid{grid-template-columns:repeat(2,1fr)}
.diff-grid{grid-template-columns:1fr}
.diff-quote{min-height:auto;margin-top:1rem}
}

/* RESPONSIVE — MOBILE */
@media(max-width:768px){
/* Nav */
nav{padding:.85rem 1rem}
.nav-logo{font-size:19px}
.nav-cta{padding:8px 18px;font-size:13px}

/* Hero — CRITICAL for mobile conversion */
.hero{min-height:auto;padding:5rem 1.25rem 2.5rem;justify-content:flex-start;padding-top:5.5rem}
.hero-badge{margin-bottom:1rem;padding:5px 14px;font-size:11px}
.hero h1{font-size:clamp(32px,9vw,44px);margin-bottom:.75rem;line-height:1.15;letter-spacing:-.02em}
.hero-sub{font-size:14px;line-height:1.6;margin-bottom:1.5rem;padding:0 .25rem}
.hero-cta-btn{width:100%;height:52px;border-radius:14px;font-size:16px;padding:0;margin-bottom:.75rem}
.hero-urgency{font-size:11px;margin-bottom:.75rem}
.hero-couple-art{margin-top:1rem}
.hero-img{max-width:200px;border-radius:16px;box-shadow:0 8px 24px rgba(201,64,112,.1);animation:none}
.hearts-row{margin-top:1rem}
.hline{max-width:60px}

/* Sections */
section{padding:3.5rem 1.25rem}
.section-label{font-size:10px;margin-bottom:.5rem}
.section-title{font-size:clamp(24px,6vw,32px);margin-bottom:.75rem}
.section-body{font-size:14px;line-height:1.65}

/* Problems */
.problem-grid{grid-template-columns:1fr;gap:0;margin-top:2rem}
.problem-card{padding:1.5rem 1.25rem}
.problem-no{font-size:32px;margin-bottom:.6rem}
.problem-card h3{font-size:14px}
.problem-card p{font-size:12px}

/* Carousel mobile */
.carousel-slide .phone-frame{width:140px}
.carousel-track{gap:16px}

/* Features */
.feature-showcase{grid-template-columns:1fr;gap:1.5rem;margin-bottom:3rem;text-align:center}
.feature-showcase.reverse{direction:ltr}
.showcase-img img{max-width:260px;border-radius:16px}
.showcase-text h3{font-size:20px}
.showcase-text p{font-size:13px}
.features-grid{grid-template-columns:1fr;gap:12px;margin-top:2rem}
.feature-card{padding:1.5rem;border-radius:16px}

/* Couple dividers */
.couple-divider{padding:1.5rem 0}
.couple-img-wrap{padding:.5rem 1rem}
.section-img{max-width:300px;border-radius:16px}

/* Differentiation */
.diff-section{padding:3.5rem 1.25rem}
.diff-grid{grid-template-columns:1fr;gap:1.25rem}
.diff-list{gap:12px}
.diff-item{padding:1rem 1.25rem;border-radius:12px}
.diff-item h3{font-size:13px}.diff-item p{font-size:12px}
.diff-check{width:24px;height:24px;font-size:10px}
.diff-quote{padding:2rem;border-radius:16px;min-height:auto}
.diff-quote blockquote{font-size:18px}
.diff-img{max-width:180px}

/* Testimonials */
.testimonials-grid{grid-template-columns:1fr;gap:12px}
.test-card{padding:1.25rem;border-radius:14px}
.test-card .quote{font-size:13px}
.stats-row{grid-template-columns:repeat(3,1fr);gap:8px}
.stat-card{padding:1rem}
.stat-card .number{font-size:1.5rem}
.stat-card .label{font-size:11px}

/* CTA */
.cta-section{padding:4rem 1.25rem}
.cta-section .section-title{font-size:clamp(24px,6vw,32px)}
.cta-section .section-body{font-size:14px;margin-bottom:2rem}
.cta-form{gap:10px}
.cta-form input{height:50px;border-radius:14px;font-size:16px;-webkit-appearance:none}
.btn-full-rose{height:52px;border-radius:14px;font-size:15px}
.cta-urgency{font-size:11px}

/* Footer */
footer{padding:1.5rem 1rem;padding-bottom:5rem}
footer .foot-links{gap:16px}

/* Admin */
.admin-stats{grid-template-columns:repeat(2,1fr);gap:8px}
.admin-stat{padding:1rem}
.admin-stat .val{font-size:1.4rem}
.admin-panel{padding:1.5rem;border-radius:16px}
.admin-panel h2{font-size:1.2rem}
.admin-table{font-size:.75rem}
.admin-table th,.admin-table td{padding:8px 6px}
.admin-actions{flex-direction:column}
.admin-actions input{min-width:100%}

/* Mobile sticky CTA — hidden by default, shown via JS after scrolling past hero */
.mobile-sticky{display:none}
.mobile-sticky.show{display:block}
.admin-toggle{bottom:20px}
.admin-toggle.sticky-active{bottom:70px}

/* Success popup mobile */
.success-popup{padding:2rem 1.5rem;width:85%;max-width:320px}
.success-popup .icon{font-size:2.5rem}
.success-popup h3{font-size:1.15rem}
.success-popup p{font-size:.85rem}
}

/* RESPONSIVE — SMALL PHONES */
@media(max-width:380px){
.hero{padding-top:5rem}
.hero h1{font-size:28px}
.hero-sub{font-size:13px}
.hero-img{max-width:160px}
.section-title{font-size:22px}
.problem-grid{border-radius:12px}
.feature-card{padding:1.25rem}
.stats-row{grid-template-columns:1fr}
.nav-logo{font-size:17px}
.nav-cta{padding:7px 14px;font-size:12px}
}
