@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Playfair+Display:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&display=swap";:root{--bg-main: #1A1A2E;--bg-card: #252542;--bg-card-hover: #2D2D4F;--text-main: #FFFFFF;--text-muted: #A09EAD;--primary-orange: #FF7B00;--primary-pink: #FF3E6C;--gradient-primary: linear-gradient(135deg, var(--primary-orange), var(--primary-pink));--font-serif: "Playfair Display", serif;--font-sans: "Inter", sans-serif}*{margin:0;padding:0;box-sizing:border-box}body{font-family:var(--font-sans);background-color:var(--bg-main);color:var(--text-main);line-height:1.6;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:var(--font-serif);font-weight:700}a{text-decoration:none;color:inherit}ul{list-style:none}button{cursor:pointer;border:none;font-family:var(--font-sans)}.gradient-text{background:var(--gradient-primary);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.btn-primary{background:var(--gradient-primary);color:#fff;padding:14px 32px;border-radius:50px;font-weight:600;font-size:1rem;transition:transform .3s ease,box-shadow .3s ease;display:inline-flex;align-items:center;justify-content:center;gap:8px}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 20px #ff3e6c66}.btn-outline{background:#ffffff0d;color:#fff;padding:14px 32px;border-radius:50px;font-weight:600;font-size:1rem;border:1px solid rgba(255,255,255,.1);transition:all .3s ease;display:inline-flex;align-items:center;justify-content:center;gap:8px}.btn-outline:hover{border-color:#ffffff4d;background:#ffffff1a}.container{max-width:1200px;margin:0 auto;padding:0 24px}.tag-badge{display:inline-block;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);color:var(--primary-orange);padding:6px 16px;border-radius:50px;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:1px;margin-bottom:20px}.text-orange{color:var(--primary-orange)}.link-orange{color:var(--primary-orange);font-size:.9rem;font-weight:600;display:inline-flex;align-items:center;gap:4px;margin-top:16px;transition:gap .3s ease}.link-orange:hover{gap:8px}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:fadeIn .8s ease forwards}.navbar{position:absolute;top:0;left:0;width:100%;padding:30px 0;background:transparent;z-index:1000}.nav-container{display:flex;justify-content:space-between;align-items:center}.logo{font-family:var(--font-serif);font-size:1.8rem;font-weight:700;color:#fff;letter-spacing:-.5px}.logo .text-orange{color:var(--primary-orange)}.nav-links{display:flex;gap:32px}.nav-links a{color:var(--text-muted);font-size:.95rem;font-weight:500;transition:color .3s ease}.nav-links a:hover{color:#fff}@media(max-width:768px){.nav-links{display:none}}.footer{background:#252539;padding:80px 0 0;border-top:1px solid rgba(255,255,255,.05)}.footer-container{display:flex;justify-content:space-between;flex-wrap:wrap;gap:40px;margin-bottom:60px}.footer-brand{max-width:300px}.footer-tagline{color:var(--text-muted);margin-top:16px;font-size:.95rem}.footer-links{display:grid;grid-template-columns:repeat(4,1fr);gap:60px;flex:1;max-width:800px;justify-content:end}.link-column{display:flex;flex-direction:column;gap:12px}.link-column h4{color:#fff;font-family:var(--font-sans);font-size:1rem;margin-bottom:12px}.link-column a{color:var(--text-muted);font-size:.9rem;transition:color .3s ease}.link-column a:hover{color:var(--primary-orange)}.footer-middle{padding:40px 0;border-top:1px solid rgba(255,255,255,.1);color:#fff6;font-size:.75rem;line-height:1.6}.footer-middle-container{display:flex;justify-content:space-between;gap:40px}.legal-detail-text{flex:1;max-width:70%}.copyright-text{white-space:nowrap}.footer-dark-bottom{background:#1c1c2b;padding:40px 0;color:#ffffff40;font-size:.72rem;text-align:center;line-height:1.8}.footer-dark-bottom a{color:#ffffff80;text-decoration:underline}.footer-dark-bottom a:hover{color:#fff}@media(max-width:1024px){.footer-links{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.footer-container{flex-direction:column}.footer-links{grid-template-columns:repeat(2,1fr);width:100%}.footer-middle-container{flex-direction:column;gap:20px;text-align:left}.legal-detail-text{max-width:100%}.footer-dark-bottom{padding:20px 15px}}.home-main{padding-top:100px}.section-padding{padding:80px 0}.text-center{text-align:center}.section-title{font-size:3rem;line-height:1.1;margin-bottom:20px;letter-spacing:-.5px}.section-subtitle{font-size:1.1rem;max-width:600px;margin:0 auto}.hero{display:flex;align-items:center;position:relative;overflow:hidden;padding:128px 32px 80px;min-height:673.6px}.hero:before{content:"";position:absolute;top:30%;left:50%;transform:translate(-50%,-50%);width:1000px;height:1000px;background:radial-gradient(circle,#ff7b0014,#1a1a2e00 70%);z-index:-1}.hero-container{text-align:center;max-width:800px;margin:0 auto}.tag-badge-hero{display:inline-block;background:#ffffff08;border:1px solid rgba(255,255,255,.1);color:var(--primary-orange);padding:8px 24px;border-radius:50px;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:1.5px;margin-bottom:30px}.hero-title{font-size:5.5rem;line-height:1.05;margin-bottom:24px;letter-spacing:-2px;font-weight:700}.hero-subtitle{font-size:1.15rem;color:var(--text-muted);margin-bottom:40px}.hero-actions{display:flex;justify-content:center;gap:20px;margin-bottom:80px}.glowing-btn{box-shadow:0 10px 40px -10px #ff7b00cc;border:none}.outline-dark{background:#ffffff0d;border:1px solid rgba(255,255,255,.1)}.stats-container{max-width:600px;margin:0 auto;position:relative}.stats-line{height:1px;width:100%;background:linear-gradient(90deg,#fff0,#ffffff26,#fff0);margin-bottom:40px}.hero-stats{display:flex;justify-content:space-between;align-items:center}.stat-item{display:flex;flex-direction:column;align-items:center}.stat-number{font-family:var(--font-serif);font-size:2.5rem;font-weight:700;color:var(--primary-orange);background:var(--gradient-primary);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.stat-label{font-size:.7rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:1.5px;margin-top:8px}.about{padding:96px 64px}.about-container{display:flex;align-items:center;gap:80px;max-width:1160px;margin:0 auto}.about-visual{flex:1;display:flex;justify-content:center;position:relative}.about-content{flex:1;text-align:left}.tag-badge-text{font-size:.8rem;font-weight:700;color:var(--primary-orange);letter-spacing:2px;text-transform:uppercase;margin-bottom:24px;display:inline-block}.mockup-card{width:320px;height:640px;background:#252431;border-radius:40px;padding:16px;position:relative;box-shadow:0 40px 80px #00000080;display:flex;flex-direction:column}.mockup-screen{width:100%;height:100%;border-radius:28px;background:#181722;overflow:hidden;position:relative;display:flex;flex-direction:column;box-shadow:inset 0 0 0 1px #ffffff0d}.mockup-app-header{text-align:center;padding:20px 0 10px;font-family:var(--font-serif);font-size:1.2rem;font-weight:700;color:#fff}.mockup-profile-card{background:linear-gradient(180deg,#372a25,#221d21);margin:10px 16px;border-radius:16px;padding:16px;border:1px solid rgba(255,255,255,.05);display:flex;flex-direction:column}.mockup-avatar{width:100%;height:200px;background:linear-gradient(135deg,#a47b62,#684838);border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:16px;position:relative}.match-badge{position:absolute;top:12px;right:12px;background:var(--gradient-primary);padding:4px 12px;border-radius:20px;font-size:.7rem;font-weight:700;color:#fff}.flower-icon{font-size:3rem;color:#fff}.mockup-info h3{font-size:1.2rem;margin-bottom:4px;font-family:var(--font-serif)}.mockup-info p{color:var(--text-muted);font-size:.75rem;margin-bottom:12px}.mockup-tags{display:flex;flex-wrap:wrap;gap:8px}.tag{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);font-size:.7rem;padding:4px 10px;border-radius:20px;color:var(--text-muted)}.mockup-actions{display:flex;justify-content:center;align-items:center;gap:16px;margin-top:auto;margin-bottom:20px}.action-btn{width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.2rem}.outline-btn{background:#252431;color:var(--text-muted);border:1px solid rgba(255,255,255,.05)}.heart-btn{background:var(--gradient-primary);color:#fff;width:60px;height:60px;font-size:1.5rem;box-shadow:0 5px 20px #ff3e6c66}.privacy-badge{margin:0 16px 16px;background:#ffffff08;border:1px solid rgba(255,255,255,.05);border-radius:12px;padding:10px;text-align:center;font-size:.7rem;color:var(--text-muted);display:flex;align-items:center;justify-content:center;gap:6px}.safety-grid-3x3{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.feature-card{background:var(--bg-card);border:1px solid rgba(255,255,255,.03);padding:30px;border-radius:24px;text-align:left;display:flex;flex-direction:column;transition:transform .3s ease}.feature-card:hover{transform:translateY(-5px);border-color:#ff7b0033}.feature-card-icon{width:48px;height:48px;background:#ffffff0d;border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:20px;color:var(--primary-orange)}.feature-card h4{font-size:1.1rem;margin-bottom:10px}.feature-card p{color:var(--text-muted);font-size:.9rem;line-height:1.5}.steps-container{display:flex;flex-direction:column;gap:30px;margin-top:50px}.steps-row{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.step-circle-card{text-align:center;display:flex;flex-direction:column;align-items:center}.step-circle{width:64px;height:64px;border-radius:50%;background:var(--gradient-primary);display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;margin-bottom:20px;box-shadow:0 10px 20px #ff7b004d}.step-circle-card h4{font-size:1.1rem;margin-bottom:8px}.step-circle-card p{font-size:.9rem;color:var(--text-muted)}.pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;max-width:1000px;margin:0 auto}.pricing-card{background:var(--bg-card);border:1px solid rgba(255,255,255,.05);border-radius:24px;padding:40px 30px;text-align:left}.pricing-card.popular{border-color:var(--primary-orange);background:linear-gradient(180deg,var(--bg-card) 0%,rgba(255,123,0,.05) 100%);position:relative;transform:scale(1.05)}.popular-badge{position:absolute;top:-12px;left:50%;transform:translate(-50%);background:var(--gradient-primary);padding:4px 16px;border-radius:20px;font-size:.8rem;font-weight:700}.pricing-card h3{font-size:1.2rem;color:var(--text-muted);margin-bottom:16px}.price{font-size:3rem;font-family:var(--font-serif);font-weight:700;margin-bottom:30px}.price span{font-size:1rem;font-family:var(--font-sans);color:var(--text-muted)}.plan-features{display:flex;flex-direction:column;gap:16px}.plan-features li{display:flex;align-items:center;gap:12px;font-size:.95rem}.plan-features li:before{content:"";display:inline-block;width:16px;height:16px;background:var(--primary-orange);border-radius:50%}.plan-features li.disabled{color:#ffffff4d}.plan-features li.disabled:before{background:#ffffff1a}.w-full{width:100%}.trust-container{display:flex;align-items:center;gap:60px}.trust-content{flex:1}.trust-list{display:flex;flex-direction:column;gap:16px}.trust-list li{display:flex;align-items:flex-start;gap:12px;font-size:1.05rem}.trust-grid-mini{flex:1;display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.mini-card{background:linear-gradient(114.12deg,#f5a6230a,#ff6b8a08);padding:30px 20px;border-radius:16px;display:flex;flex-direction:column;align-items:center;gap:12px;border:1px solid rgba(255,255,255,.05);font-weight:500}.time-display{display:flex;justify-content:center;align-items:center;gap:20px;margin:30px 0}.time-text{font-size:4rem;font-family:var(--font-serif);font-weight:700}.tags-row{display:flex;justify-content:center;gap:16px;flex-wrap:wrap}.pill-tag{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);padding:8px 24px;border-radius:50px;font-size:.9rem}.compliance-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:24px}.comp-card{background:var(--bg-card);padding:30px;border-radius:16px;text-align:left;width:calc(33.333% - 16px);min-width:250px}.comp-icon{font-size:2rem;margin-bottom:16px}.comp-card h4{font-size:1.1rem;margin-bottom:8px}.comp-card p{font-size:.9rem;color:var(--text-muted)}.store-buttons{display:flex;justify-content:center;gap:20px}.store-btn{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);display:flex;align-items:center;gap:12px;padding:10px 24px;border-radius:12px;color:#fff;transition:background .3s}.store-btn:hover{background:#ffffff1a}.store-icon{font-size:1.8rem}.store-text{display:flex;flex-direction:column;text-align:left}.store-text span{font-size:.7rem;text-transform:uppercase}.store-text strong{font-size:1.1rem}@media(max-width:1024px){.hero-title{font-size:4rem}.safety-grid-3x3,.steps-row{grid-template-columns:repeat(2,1fr)}.pricing-grid{grid-template-columns:1fr;max-width:400px}.pricing-card.popular{transform:none}.trust-container{flex-direction:column}}@media(max-width:768px){.hero-title{font-size:3rem}.hero-actions{flex-direction:column}.hero-stats{flex-wrap:wrap;gap:30px;justify-content:center}.stat-divider{display:none}.about-container{flex-direction:column}.safety-grid-3x3,.steps-row{grid-template-columns:1fr}.compliance-grid{flex-direction:column}.comp-card{width:100%;min-width:unset}.store-buttons{flex-direction:column;align-items:center}.time-text{font-size:2.5rem}}.legal-page-wrapper{background:linear-gradient(0deg,#ffffff08,#ffffff08),linear-gradient(0deg,#1a1a2e,#1a1a2e);color:#e2e8f0;font-family:Inter,system-ui,-apple-system,sans-serif;min-height:100vh}.legal-hero{padding:100px 20px 80px;text-align:center;background:transparent;position:relative;border-bottom:1px solid rgba(255,255,255,.05)}.legal-hero:before{content:"";position:absolute;top:-50px;left:10%;width:300px;height:300px;background:radial-gradient(circle,#f43f5e26,#fff0 70%);z-index:0}.legal-hero:after{content:"";position:absolute;bottom:-50px;right:10%;width:300px;height:300px;background:radial-gradient(circle,#f59e0b1a,#fff0 70%);z-index:0}.legal-hero>*{position:relative;z-index:1}.legal-badge{display:inline-block;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:#10b981;background:#10b9811a;padding:8px 16px;border-radius:20px;margin-bottom:24px;border:1px solid rgba(16,185,129,.2)}.legal-hero h1{font-size:3rem;font-weight:800;color:#fff;margin:0 0 16px}.legal-hero p{font-size:1.1rem;color:#94a3b8;max-width:600px;margin:0 auto}.legal-hero-date{display:flex;align-items:center;justify-content:center;gap:8px;font-size:.9rem;color:#64748b;margin-top:24px}.legal-container{max-width:1200px;margin:0 auto;padding:60px 20px;display:flex;flex-direction:column;gap:60px}@media(min-width:992px){.legal-container{flex-direction:row;align-items:flex-start}}.legal-sidebar{width:100%}@media(min-width:992px){.legal-sidebar{width:250px;position:sticky;top:40px;flex-shrink:0}}.sidebar-title{font-size:.75rem;text-transform:uppercase;letter-spacing:.1em;color:#64748b;margin-bottom:16px;font-weight:700;padding-left:16px}.legal-nav{display:flex;flex-direction:column;gap:4px}.legal-nav-link{display:flex;align-items:center;padding:12px 16px;border-radius:8px;color:#94a3b8;text-decoration:none;font-size:.95rem;font-weight:500;transition:all .2s ease}.legal-nav-link:hover{background-color:#ffffff0d;color:#fff}.legal-nav-link.active{background-color:#10b98126;color:#10b981;font-weight:600}.legal-content-area{flex:1;min-width:0;display:flex;flex-direction:column}.legal-sections-container{display:flex;flex-direction:column;gap:48px}.legal-section{display:flex;flex-direction:column}.legal-section-header{display:flex;align-items:center;gap:12px;margin-bottom:8px}.legal-section-number{font-size:1.5rem;font-weight:800;color:#f59e0b}.legal-section-title{font-size:1.5rem;font-weight:700;color:#fff;margin:0}.legal-text{font-size:1rem;line-height:1.7;color:#cbd5e1;margin:0 0 16px}.legal-card{background:#ffffff08;border:1px solid rgba(255,255,255,.05);border-radius:16px;padding:32px;box-shadow:0 4px 20px #0003;display:flex;flex-direction:column;gap:16px}.legal-card-light{background:#ffffff0d;border-radius:12px;padding:24px;margin-top:16px}.legal-card-light h3{color:#fff!important}.legal-list{list-style:none;padding:0;margin:0}.legal-list li{position:relative;padding-left:28px;margin-bottom:12px;color:#cbd5e1;line-height:1.6}.legal-list li:before{content:"✓";position:absolute;left:0;top:0;color:#10b981;font-weight:700}.legal-list.danger li:before{content:"✗";color:#ef4444}.crucial-notice{background:#ef44441a;border-left:4px solid #ef4444;padding:20px;border-radius:0 8px 8px 0;margin:24px 0}.crucial-notice-title{display:flex;align-items:center;gap:8px;color:#ef4444;font-weight:700;font-size:.9rem;text-transform:uppercase;margin-bottom:8px}.crucial-notice p{color:#fca5a5;font-weight:500;margin:0}.legal-contact-box{background:linear-gradient(135deg,#1e40af66,#064e3b66);border:1px solid rgba(255,255,255,.1);border-radius:20px;padding:40px;color:#fff;display:flex;flex-direction:column;gap:24px;margin-top:20px;position:relative;overflow:hidden}.legal-contact-box h3{font-size:1.8rem;font-weight:700;margin:0}.legal-contact-box p{color:#a7f3d0;margin:0;max-width:400px}.contact-methods{display:flex;gap:24px;margin-top:16px;flex-wrap:wrap}.contact-method{display:flex;align-items:center;gap:12px}.contact-icon{width:48px;height:48px;background:#ffffff1a;border-radius:12px;display:flex;align-items:center;justify-content:center}.contact-details span{display:block;font-size:.8rem;color:#a7f3d0;text-transform:uppercase;letter-spacing:.05em;margin-bottom:4px}.contact-details strong{font-size:1.1rem;color:#fff}.contact-actions{display:flex;gap:16px;margin-top:16px}.btn-primary{background:#f59e0b;color:#fff;border:none;padding:12px 24px;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s}.btn-primary:hover{background:#d97706}.btn-secondary{background:#ffffff1a;color:#fff;border:1px solid rgba(255,255,255,.2);padding:12px 24px;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s;text-decoration:none;display:inline-flex;align-items:center;justify-content:center}.btn-secondary:hover{background:#fff3}
