.landing-page{min-height:100vh;min-height:100dvh;min-height:calc(100vh - env(safe-area-inset-top,0) - env(safe-area-inset-bottom,0));min-height:calc(100dvh - env(safe-area-inset-top,0) - env(safe-area-inset-bottom,0));display:flex;flex-direction:column;background:linear-gradient(180deg,#fafaf9,#fafaf980);color:#4a4a48;overflow-x:hidden}.landing-page .container{max-width:1200px;margin:0 auto;padding:0 1.5rem}@media(max-width:768px){.landing-page .container{padding:0 1rem}}.landing-page .landing-header{padding:1rem 0;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 2px 8px #0000000d;position:sticky;top:0;z-index:100;padding-top:calc(1rem + env(safe-area-inset-top,0));padding-left:env(safe-area-inset-left,0);padding-right:env(safe-area-inset-right,0);transition:all .3s}.landing-page .landing-header .landing-header-inner{display:flex;align-items:center;justify-content:space-between;gap:1rem}@media(max-width:768px){.landing-page .landing-header .landing-header-inner{flex-wrap:wrap;gap:.5rem}}@media(max-width:640px){.landing-page .landing-header .landing-header-inner{flex-direction:column;align-items:stretch}}.landing-page .landing-header .landing-logo{display:flex;align-items:center;gap:.5rem;font-family:"Baloo 2",sans-serif;font-weight:700;font-size:1.25rem;text-decoration:none;transition:transform .2s}.landing-page .landing-header .landing-logo:hover{transform:scale(1.05)}.landing-page .landing-header .landing-logo .logo-icon{font-size:2rem;animation:bounce 2s infinite}@media(max-width:768px){.landing-page .landing-header .landing-logo .logo-icon{font-size:1.5rem}}.landing-page .landing-header .landing-logo .logo-text{letter-spacing:.03em;background:linear-gradient(135deg,#e46a4e,#f4a6a0);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@media(max-width:768px){.landing-page .landing-header .landing-logo .logo-text{font-size:1.125rem}}.landing-page .landing-header .landing-nav{display:flex;align-items:center;gap:1rem}@media(max-width:768px){.landing-page .landing-header .landing-nav{gap:.25rem;flex-wrap:wrap}}@media(max-width:640px){.landing-page .landing-header .landing-nav{gap:.25rem;flex-direction:column;width:100%;align-items:stretch}}.landing-page .landing-header .landing-nav .nav-link{color:#7a7a78;font-size:1rem;text-decoration:none;transition:color .2s;padding:.25rem .5rem;font-weight:500;white-space:nowrap}@media(max-width:768px){.landing-page .landing-header .landing-nav .nav-link{font-size:.875rem;padding:.25rem}}@media(max-width:640px){.landing-page .landing-header .landing-nav .nav-link{text-align:center;padding:.5rem}}.landing-page .landing-header .landing-nav .nav-link:hover{color:#e46a4e}@media(max-width:768px){.landing-page .landing-header .landing-nav .btn{font-size:.875rem;padding:.25rem .5rem}}@media(max-width:640px){.landing-page .landing-header .landing-nav .btn{width:100%;text-align:center}}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}.landing-page .landing-main{flex:1;display:flex;flex-direction:column;gap:0;padding:0;padding-bottom:calc(3rem + env(safe-area-inset-bottom,0))}.landing-page .hero-section{position:relative;padding:3rem 0;margin-bottom:0;overflow:hidden;min-height:600px;display:flex;align-items:center}@media(max-width:768px){.landing-page .hero-section{padding:2rem 0;min-height:500px}}.landing-page .hero-section .hero-background{position:absolute;inset:0;z-index:0}.landing-page .hero-section .hero-gradient{position:absolute;inset:0;background:linear-gradient(135deg,#e46a4e26,#f4a6a026 50% 100%)}.landing-page .hero-section .hero-pattern{position:absolute;inset:0;background-image:radial-gradient(circle at 20% 50%,rgba(228,106,78,.1) 0%,transparent 50%),radial-gradient(circle at 80% 80%,rgba(244,166,160,.1) 0%,transparent 50%);opacity:.5}.landing-page .hero-section .hero-shapes{position:absolute;inset:0;overflow:hidden;z-index:0}.landing-page .hero-section .hero-shapes .shape{position:absolute;border-radius:50%;opacity:.1;animation:float 20s infinite ease-in-out}.landing-page .hero-section .hero-shapes .shape.shape-1{width:300px;height:300px;background:#e46a4e;top:-100px;right:-100px;animation-delay:0s}.landing-page .hero-section .hero-shapes .shape.shape-2{width:200px;height:200px;background:#f4a6a0;bottom:-50px;left:-50px;animation-delay:5s}.landing-page .hero-section .hero-shapes .shape.shape-3{width:150px;height:150px;background:#f4a6a0;top:50%;right:10%;animation-delay:10s}.landing-page .hero-section .hero-grid{position:relative;z-index:1;display:grid;grid-template-columns:1.2fr 1fr;gap:3rem;align-items:center}@media(max-width:900px){.landing-page .hero-section .hero-grid{grid-template-columns:1fr;gap:2rem}}.landing-page .hero-section .hero-content{animation:fadeInUp .6s ease-out}.landing-page .hero-section .hero-content .hero-badge{display:inline-flex;align-items:center;gap:.25rem;padding:.25rem 1rem;background:#ffffffe6;border-radius:999px;font-size:.875rem;font-weight:600;color:#e46a4e;margin-bottom:1.5rem;box-shadow:0 1px 2px #0000000d;animation:fadeInUp .8s ease-out}.landing-page .hero-section .hero-content .hero-badge .badge-icon{font-size:1.125rem}.landing-page .hero-section .hero-content .hero-title{font-family:"Baloo 2",sans-serif;font-size:clamp(2rem,5vw,3.5rem);font-weight:800;line-height:1.1;margin-bottom:1.5rem;color:#4a4a48;animation:fadeInUp 1s ease-out}.landing-page .hero-section .hero-content .hero-title .highlight{background:linear-gradient(135deg,#e46a4e,#f4a6a0);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;position:relative}.landing-page .hero-section .hero-content .hero-subtitle{font-size:clamp(1rem,2vw,1.25rem);color:#7a7a78;line-height:1.6;margin-bottom:2rem;animation:fadeInUp 1.2s ease-out}.landing-page .hero-section .hero-content .hero-subtitle strong{color:#e46a4e;font-weight:600}.landing-page .hero-section .hero-content .hero-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;margin-bottom:2rem;animation:fadeInUp 1.4s ease-out}@media(max-width:768px){.landing-page .hero-section .hero-content .hero-stats{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.landing-page .hero-section .hero-content .hero-stats{grid-template-columns:1fr}}.landing-page .hero-section .hero-content .hero-stats .stat-item{display:flex;flex-direction:column;align-items:center;gap:.25rem;padding:1rem;background:#ffffffe6;border-radius:16px;box-shadow:0 1px 2px #0000000d;transition:transform .2s;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.landing-page .hero-section .hero-content .hero-stats .stat-item:hover{transform:translateY(-4px) scale(1.05);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.landing-page .hero-section .hero-content .hero-stats .stat-item .stat-number{font-size:2rem;animation:pulse 2s infinite}.landing-page .hero-section .hero-content .hero-stats .stat-item .stat-label{font-size:.75rem;color:#7a7a78;font-weight:500;text-align:center}.landing-page .hero-section .hero-content .hero-actions{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:1rem;animation:fadeInUp 1.6s ease-out}.landing-page .hero-section .hero-content .hero-actions .btn{min-width:200px;position:relative;overflow:hidden}@media(max-width:640px){.landing-page .hero-section .hero-content .hero-actions .btn{width:100%;min-width:auto}}.landing-page .hero-section .hero-content .hero-actions .hero-cta-primary{background:linear-gradient(135deg,#e46a4e,#f4a6a0);box-shadow:0 4px 15px #e46a4e66;transition:all .3s}.landing-page .hero-section .hero-content .hero-actions .hero-cta-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #e46a4e80}.landing-page .hero-section .hero-content .hero-actions .hero-cta-primary .btn-sparkle{display:inline-block;margin-left:.25rem;animation:sparkle 2s infinite}.landing-page .hero-section .hero-content .hero-meta{font-size:.875rem;color:#7a7a78;text-align:center;animation:fadeInUp 1.8s ease-out}@media(max-width:640px){.landing-page .hero-section .hero-content .hero-meta{font-size:.75rem}}.landing-page .hero-section .hero-visual{display:flex;justify-content:center;animation:fadeInUp 1s ease-out}@media(max-width:900px){.landing-page .hero-section .hero-visual{order:-1}}.landing-page .hero-section .hero-visual .hero-card{width:100%;max-width:420px;padding:2rem;border-radius:20px;background:#fffffff2;box-shadow:0 10px 40px #0000001a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:transform .3s;border:1px solid rgba(255,255,255,.5)}.landing-page .hero-section .hero-visual .hero-card:hover{transform:translateY(-8px) scale(1.02);box-shadow:0 15px 50px #00000026}.landing-page .hero-section .hero-visual .hero-card .hero-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.landing-page .hero-section .hero-visual .hero-card .hero-card-header .pill{padding:.25rem .5rem;border-radius:999px;background:linear-gradient(135deg,#f4a6a033,#f4a6a01a);color:#e9908a;font-size:.75rem;font-weight:600;animation:pulse 2s infinite}.landing-page .hero-section .hero-visual .hero-card .hero-card-header .small-text{font-size:.75rem;color:#7a7a78}.landing-page .hero-section .hero-visual .hero-card .hero-pets{position:relative;display:flex;align-items:center;justify-content:center;gap:1rem;margin-bottom:1.5rem}.landing-page .hero-section .hero-visual .hero-card .hero-pets .pet-avatar{width:90px;height:90px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2.8rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;transition:transform .3s}@media(max-width:640px){.landing-page .hero-section .hero-visual .hero-card .hero-pets .pet-avatar{width:70px;height:70px;font-size:2.2rem}}.landing-page .hero-section .hero-visual .hero-card .hero-pets .pet-avatar:hover{transform:scale(1.15) rotate(5deg)}.landing-page .hero-section .hero-visual .hero-card .hero-pets .pet-avatar-main{background:linear-gradient(135deg,#e46a4e,#f4a6a0)}.landing-page .hero-section .hero-visual .hero-card .hero-pets .pet-avatar-match{background:linear-gradient(135deg,#f4a6a0,#f4a6a0)}.landing-page .hero-section .hero-visual .hero-card .hero-pets .heart-icon{font-size:2.2rem;animation:pulse 2s infinite}.landing-page .hero-section .hero-visual .hero-card .hero-pets .match-badge{position:absolute;bottom:-1rem;padding:.25rem 1rem;border-radius:999px;background:linear-gradient(135deg,#f4a6a0,#e9908a);color:#fff;font-size:.75rem;font-weight:600;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f;animation:bounce 2s infinite}.landing-page .hero-section .hero-visual .hero-card .hero-card-text{margin-top:1.5rem;font-size:.875rem;color:#7a7a78;line-height:1.6;margin-bottom:1rem}.landing-page .hero-section .hero-visual .hero-card .hero-card-features{display:flex;flex-wrap:wrap;gap:.25rem;margin-top:1rem}.landing-page .hero-section .hero-visual .hero-card .hero-card-features .feature-tag{padding:.25rem .5rem;background:#e46a4e1a;border-radius:12px;font-size:.75rem;color:#e46a4e;font-weight:500}.landing-page .social-proof-section{padding:3rem 0;background:linear-gradient(135deg,#e46a4e0d,#f4a6a00d);border-top:1px solid rgba(228,106,78,.1);border-bottom:1px solid rgba(228,106,78,.1)}.landing-page .social-proof-section .social-proof-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}@media(max-width:768px){.landing-page .social-proof-section .social-proof-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media(max-width:640px){.landing-page .social-proof-section .social-proof-grid{grid-template-columns:1fr}}.landing-page .social-proof-section .social-proof-grid .proof-item{text-align:center;padding:1.5rem;background:#fffc;border-radius:16px;box-shadow:0 1px 2px #0000000d;transition:transform .3s}.landing-page .social-proof-section .social-proof-grid .proof-item:hover{transform:translateY(-4px);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.landing-page .social-proof-section .social-proof-grid .proof-item .proof-number{font-family:"Baloo 2",sans-serif;font-size:clamp(1.5rem,4vw,1.875rem);font-weight:800;background:linear-gradient(135deg,#e46a4e,#f4a6a0);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.25rem}.landing-page .social-proof-section .social-proof-grid .proof-item .proof-label{font-size:.875rem;color:#7a7a78;font-weight:500}.landing-page .features-section{padding:3rem 0;background:#fff}.landing-page .features-section .section-header{text-align:center;margin-bottom:3rem}.landing-page .features-section .section-title{font-family:"Baloo 2",sans-serif;text-align:center;font-size:clamp(1.25rem,3vw,1.5rem);font-weight:700;color:#4a4a48;margin-bottom:1rem}.landing-page .features-section .section-subtitle{text-align:center;color:#7a7a78;font-size:1.125rem;max-width:700px;margin:0 auto;line-height:1.6}.landing-page .features-section .features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}@media(min-width:768px)and (max-width:1024px){.landing-page .features-section .features-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media(max-width:767px){.landing-page .features-section .features-grid{grid-template-columns:1fr;gap:1.5rem}}.landing-page .features-section .feature-card{padding:2rem;border-radius:16px;background:#fff;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f;transition:all .3s cubic-bezier(.4,0,.2,1);border:2px solid transparent;position:relative;overflow:hidden}.landing-page .features-section .feature-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#e46a4e,#f4a6a0);transform:scaleX(0);transition:transform .3s}.landing-page .features-section .feature-card:hover{transform:translateY(-8px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;border-color:#e46a4e4d}.landing-page .features-section .feature-card:hover:before{transform:scaleX(1)}.landing-page .features-section .feature-card:hover .feature-icon-wrapper{transform:scale(1.15) rotate(5deg)}.landing-page .features-section .feature-card.feature-card-primary{background:linear-gradient(135deg,#e46a4e0d,#e46a4e05)}.landing-page .features-section .feature-card.feature-card-secondary,.landing-page .features-section .feature-card.feature-card-accent{background:linear-gradient(135deg,#f4a6a00d,#f4a6a005)}.landing-page .features-section .feature-card .feature-icon-wrapper{display:inline-flex;align-items:center;justify-content:center;width:90px;height:90px;background:linear-gradient(135deg,#e46a4e26,#f4a6a026);border-radius:50%;margin-bottom:1.5rem;transition:transform .3s}@media(max-width:767px){.landing-page .features-section .feature-card .feature-icon-wrapper{width:70px;height:70px}}.landing-page .features-section .feature-card .feature-icon{font-size:2.8rem}@media(max-width:767px){.landing-page .features-section .feature-card .feature-icon{font-size:2.2rem}}.landing-page .features-section .feature-card h3{font-family:"Baloo 2",sans-serif;margin:0 0 1rem;font-size:1.25rem;font-weight:600;color:#4a4a48}.landing-page .features-section .feature-card p{margin:0 0 1rem;color:#7a7a78;font-size:1rem;line-height:1.6}.landing-page .features-section .feature-card .feature-list{list-style:none;padding:0;margin:0}.landing-page .features-section .feature-card .feature-list li{padding:.25rem 0;color:#7a7a78;font-size:.875rem;line-height:1.6}.landing-page .features-section .feature-card .feature-list li:before{content:"";display:inline-block;width:8px;height:8px;background:#e46a4e;border-radius:50%;margin-right:.5rem;vertical-align:middle}.landing-page .how-it-works-section{padding:3rem 0;background:linear-gradient(180deg,#fafaf9,#fafaf94d)}.landing-page .how-it-works-section .section-header{text-align:center;margin-bottom:3rem}.landing-page .how-it-works-section .section-title{font-family:"Baloo 2",sans-serif;text-align:center;font-size:clamp(1.25rem,3vw,1.5rem);font-weight:700;color:#4a4a48;margin-bottom:1rem}.landing-page .how-it-works-section .section-subtitle{text-align:center;color:#7a7a78;font-size:1.125rem}.landing-page .how-it-works-section .steps-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}@media(max-width:767px){.landing-page .how-it-works-section .steps-grid{grid-template-columns:1fr}}.landing-page .how-it-works-section .step-card{background:#fff;border-radius:16px;padding:2rem;text-align:center;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f;transition:all .3s;position:relative;border:2px solid transparent}.landing-page .how-it-works-section .step-card:hover{transform:translateY(-8px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;border-color:#e46a4e4d}.landing-page .how-it-works-section .step-card .step-number{position:absolute;top:-25px;left:50%;transform:translate(-50%);width:50px;height:50px;background:linear-gradient(135deg,#e46a4e,#f4a6a0);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:1.25rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;z-index:1}.landing-page .how-it-works-section .step-card .step-icon{font-size:4rem;margin:1.5rem 0 1rem;animation:bounce 2s infinite}.landing-page .how-it-works-section .step-card h3{font-family:"Baloo 2",sans-serif;font-size:1.25rem;font-weight:600;color:#4a4a48;margin-bottom:1rem}.landing-page .how-it-works-section .step-card p{color:#7a7a78;line-height:1.6;margin-bottom:1rem}.landing-page .how-it-works-section .step-card .step-time{display:inline-block;padding:.25rem .5rem;background:#e46a4e1a;border-radius:12px;font-size:.75rem;color:#e46a4e;font-weight:600}.landing-page .benefits-section{padding:3rem 0;background:#fff}.landing-page .benefits-section .section-header{text-align:center;margin-bottom:3rem}.landing-page .benefits-section .section-title{font-family:"Baloo 2",sans-serif;text-align:center;font-size:clamp(1.25rem,3vw,1.5rem);font-weight:700;color:#4a4a48;margin-bottom:1rem}.landing-page .benefits-section .section-subtitle{text-align:center;color:#7a7a78;font-size:1.125rem}.landing-page .benefits-section .benefits-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}@media(min-width:768px)and (max-width:1024px){.landing-page .benefits-section .benefits-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:767px){.landing-page .benefits-section .benefits-grid{grid-template-columns:1fr}}.landing-page .benefits-section .benefit-card{background:linear-gradient(135deg,#e46a4e14,#f4a6a014);border-radius:16px;padding:2rem;text-align:center;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f;transition:all .3s;border:2px solid transparent}.landing-page .benefits-section .benefit-card:hover{transform:translateY(-6px);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;border-color:#e46a4e4d}.landing-page .benefits-section .benefit-card .benefit-icon{font-size:3.5rem;margin-bottom:1rem;animation:pulse 2s infinite}.landing-page .benefits-section .benefit-card h3{font-family:"Baloo 2",sans-serif;font-size:1.125rem;font-weight:600;color:#4a4a48;margin-bottom:.5rem}.landing-page .benefits-section .benefit-card p{color:#7a7a78;font-size:.875rem;line-height:1.5}.landing-page .features-preview-section{padding:3rem 0;background:#fff}.landing-page .features-preview-section .section-header{text-align:center;margin-bottom:3rem}.landing-page .features-preview-section .features-preview-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-bottom:2rem}@media(max-width:768px){.landing-page .features-preview-section .features-preview-grid{grid-template-columns:1fr;gap:1.5rem}}.landing-page .features-preview-section .feature-preview-card{background:#fff;padding:2rem;border-radius:16px;text-align:center;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f;transition:all .3s}.landing-page .features-preview-section .feature-preview-card:hover{transform:translateY(-6px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.landing-page .features-preview-section .feature-preview-card .feature-preview-icon{font-size:3rem;margin-bottom:1rem}.landing-page .features-preview-section .feature-preview-card h3{font-family:"Baloo 2",sans-serif;font-size:1.125rem;font-weight:600;color:#4a4a48;margin-bottom:.5rem}.landing-page .features-preview-section .feature-preview-card p{color:#7a7a78;font-size:.875rem;line-height:1.6}.landing-page .features-preview-section .features-cta{text-align:center}.landing-page .transparency-section{padding:3rem 0;background:linear-gradient(135deg,#ff6b6b0d,#ffa5000d);position:relative;overflow:hidden}.landing-page .transparency-section:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#ff6b6b,orange,#ff6b6b);background-size:200% 100%;animation:gradientShift 3s ease infinite}.landing-page .transparency-section .section-header{text-align:center;margin-bottom:3rem}.landing-page .transparency-section .section-title{font-family:"Baloo 2",sans-serif;text-align:center;font-size:clamp(1.25rem,3vw,1.5rem);font-weight:700;color:#4a4a48;margin-bottom:1rem}.landing-page .transparency-section .section-subtitle{text-align:center;color:#7a7a78;font-size:1.125rem;max-width:700px;margin:0 auto;line-height:1.6}.landing-page .transparency-section .transparency-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}@media(max-width:768px){.landing-page .transparency-section .transparency-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media(max-width:640px){.landing-page .transparency-section .transparency-grid{grid-template-columns:1fr;gap:1rem}}.landing-page .transparency-section .transparency-card{background:#fff;border-radius:16px;padding:2rem;box-shadow:0 4px 20px #00000014;transition:all .3s cubic-bezier(.4,0,.2,1);border:2px solid transparent;position:relative;overflow:hidden}.landing-page .transparency-section .transparency-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#ff6b6b,orange);transform:scaleX(0);transform-origin:left;transition:transform .3s}.landing-page .transparency-section .transparency-card:hover{transform:translateY(-8px) scale(1.02);box-shadow:0 8px 30px #ff6b6b33;border-color:#ff6b6b4d}.landing-page .transparency-section .transparency-card:hover:before{transform:scaleX(1)}.landing-page .transparency-section .transparency-card:hover .transparency-icon{transform:scale(1.2) rotate(10deg)}.landing-page .transparency-section .transparency-card .transparency-icon{font-size:3.5rem;margin-bottom:1rem;display:inline-block;transition:transform .3s;filter:drop-shadow(0 2px 4px rgba(0,0,0,.1))}@media(max-width:768px){.landing-page .transparency-section .transparency-card .transparency-icon{font-size:2.5rem}}.landing-page .transparency-section .transparency-card h3{font-family:"Baloo 2",sans-serif;font-size:1.25rem;font-weight:600;color:#4a4a48;margin-bottom:.5rem;position:relative}.landing-page .transparency-section .transparency-card p{color:#7a7a78;font-size:1rem;line-height:1.7;margin:0}@keyframes gradientShift{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}.landing-page .why-section{padding:3rem 0;background:linear-gradient(180deg,#e46a4e08,#f4a6a008)}.landing-page .why-section .section-header{text-align:center;margin-bottom:3rem}.landing-page .why-section .section-title{font-family:"Baloo 2",sans-serif;text-align:center;font-size:clamp(1.25rem,3vw,1.5rem);font-weight:700;color:#4a4a48;margin-bottom:1rem}.landing-page .why-section .section-subtitle{text-align:center;color:#7a7a78;font-size:1.125rem}.landing-page .why-section .why-content{max-width:800px;margin:0 auto;background:#fff;padding:3rem;border-radius:16px;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f;line-height:1.8}@media(max-width:768px){.landing-page .why-section .why-content{padding:2rem}}.landing-page .why-section .why-content p{color:#7a7a78;font-size:1rem;margin-bottom:1.5rem}.landing-page .why-section .why-content p strong{color:#4a4a48;font-weight:600}.landing-page .why-section .why-content .why-cta{margin-top:2rem;text-align:center}.landing-page .use-cases-section{padding:3rem 0;background:linear-gradient(180deg,#fafaf9,#fafaf94d)}.landing-page .use-cases-section .section-header{text-align:center;margin-bottom:3rem}.landing-page .use-cases-section .section-title{font-family:"Baloo 2",sans-serif;text-align:center;font-size:clamp(1.25rem,3vw,1.5rem);font-weight:700;color:#4a4a48;margin-bottom:1rem}.landing-page .use-cases-section .section-subtitle{text-align:center;color:#7a7a78;font-size:1.125rem}.landing-page .use-cases-section .use-cases-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}@media(max-width:767px){.landing-page .use-cases-section .use-cases-grid{grid-template-columns:1fr}}.landing-page .use-cases-section .use-case-card{background:#fff;border-radius:16px;padding:2rem;text-align:center;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f;transition:all .3s}.landing-page .use-cases-section .use-case-card:hover{transform:translateY(-6px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.landing-page .use-cases-section .use-case-card .use-case-icon{font-size:3.5rem;margin-bottom:1rem}.landing-page .use-cases-section .use-case-card h3{font-family:"Baloo 2",sans-serif;font-size:1.125rem;font-weight:600;color:#4a4a48;margin-bottom:.5rem}.landing-page .use-cases-section .use-case-card p{color:#7a7a78;font-size:.875rem;line-height:1.5}.landing-page .cta-section{padding:3rem 0;background:linear-gradient(135deg,#e46a4e,#f4a6a0);color:#fff;position:relative;overflow:hidden}.landing-page .cta-section .cta-background{position:absolute;inset:0;z-index:0}.landing-page .cta-section .cta-gradient{position:absolute;inset:0;background:linear-gradient(135deg,rgba(255,255,255,.1) 0%,transparent 50%,rgba(255,255,255,.1) 100%)}.landing-page .cta-section .cta-pattern{position:absolute;inset:0;background-image:radial-gradient(circle at 30% 50%,rgba(255,255,255,.1) 0%,transparent 50%),radial-gradient(circle at 70% 50%,rgba(255,255,255,.1) 0%,transparent 50%)}.landing-page .cta-section .cta-inner{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between;gap:2rem;padding:3rem;border-radius:20px}@media(max-width:900px){.landing-page .cta-section .cta-inner{flex-direction:column;text-align:center}}.landing-page .cta-section .cta-content{flex:1}.landing-page .cta-section .cta-content h2{font-family:"Baloo 2",sans-serif;font-size:clamp(1.25rem,3vw,1.5rem);font-weight:700;margin-bottom:1rem;color:#fff}.landing-page .cta-section .cta-content p{font-size:1.125rem;opacity:.95;line-height:1.6;margin-bottom:1.5rem}.landing-page .cta-section .cta-content .cta-features{display:flex;flex-wrap:wrap;gap:.5rem}.landing-page .cta-section .cta-content .cta-features .cta-feature{padding:.25rem .5rem;background:#fff3;border-radius:12px;font-size:.875rem;font-weight:500}.landing-page .cta-section .cta-actions{display:flex;flex-direction:column;gap:1rem;flex-shrink:0}@media(max-width:900px){.landing-page .cta-section .cta-actions{width:100%}}.landing-page .cta-section .cta-actions .btn{min-width:250px}@media(max-width:900px){.landing-page .cta-section .cta-actions .btn{width:100%;min-width:auto}}.landing-page .cta-section .cta-actions .cta-primary{background:#fff;color:#e46a4e;box-shadow:0 4px 15px #0003}.landing-page .cta-section .cta-actions .cta-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0000004d}.landing-page .cta-section .cta-actions .cta-primary .btn-sparkle{display:inline-block;margin-left:.25rem;animation:sparkle 2s infinite}.landing-page .cta-section .cta-actions .btn-outline{background:#ffffff1a;border-color:#fff;color:#fff}.landing-page .cta-section .cta-actions .btn-outline:hover{background:#fff;color:#e46a4e}.landing-page .landing-footer{padding:1.5rem 0;background:#fff;border-top:1px solid #ECEBE8;padding-bottom:calc(1.5rem + env(safe-area-inset-bottom,0));padding-left:env(safe-area-inset-left,0);padding-right:env(safe-area-inset-right,0)}.landing-page .landing-footer .footer-inner{display:flex;flex-direction:column;gap:.5rem;align-items:center;font-size:.75rem;color:#7a7a78;text-align:center}.landing-page .landing-footer .footer-inner .footer-links{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center}.landing-page .landing-footer .footer-inner .footer-links a{color:#7a7a78;text-decoration:none;transition:color .2s}.landing-page .landing-footer .footer-inner .footer-links a:hover{color:#e46a4e}.landing-page .landing-footer .footer-inner .footer-note{display:block;margin-top:.25rem}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}@keyframes float{0%,to{transform:translate(0) rotate(0)}33%{transform:translate(30px,-30px) rotate(120deg)}66%{transform:translate(-20px,20px) rotate(240deg)}}@keyframes sparkle{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.2)}}.auth-page{min-height:100vh;min-height:100dvh;min-height:calc(100vh - env(safe-area-inset-top,0) - env(safe-area-inset-bottom,0));min-height:calc(100dvh - env(safe-area-inset-top,0) - env(safe-area-inset-bottom,0));display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#e46a4e,#f4a6a0);padding:1.5rem}.auth-container{width:100%;max-width:450px}.auth-card{background-color:#fff;border-radius:16px;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;padding:3rem}.auth-title{font-size:1.875rem;font-weight:700;color:#4a4a48;margin-bottom:.5rem;text-align:center}.auth-subtitle{color:#7a7a78;text-align:center;margin-bottom:2rem}.auth-form .form-group{margin-bottom:1.5rem}.auth-form .btn{width:100%;margin-top:1rem}.auth-form .consent-checkbox{display:flex;align-items:flex-start;gap:.5rem;cursor:pointer;-webkit-user-select:none;user-select:none}.auth-form .consent-checkbox input[type=checkbox]{margin-top:4px;cursor:pointer;width:18px;height:18px;flex-shrink:0}.auth-form .consent-checkbox span{font-size:.875rem;color:#7a7a78;line-height:1.5}.auth-footer{text-align:center;margin-top:2rem;color:#7a7a78;font-size:.875rem}.auth-footer a{color:#e46a4e;font-weight:500}.forgot-password-link{display:block;text-align:right;margin-top:.25rem;font-size:.875rem;color:#e46a4e;text-decoration:none;font-weight:500}.forgot-password-link:hover{text-decoration:underline}.auth-success-icon{font-size:64px;text-align:center;margin:2rem 0}.auth-info{color:#7a7a78;text-align:center;margin-bottom:1rem;line-height:1.6}.consents-section{margin:2rem 0;padding:1.5rem;background-color:#e46a4e0d;border-radius:12px;border:1px solid rgba(228,106,78,.1)}.consents-section h3{font-size:1.125rem;font-weight:600;color:#4a4a48;margin-bottom:1rem}.consents-section .consent-item{margin-bottom:1rem}.consents-section .consent-item.required .consent-checkbox span{font-weight:500}.consents-section .consent-item .consent-checkbox{display:flex;align-items:flex-start;gap:.5rem;cursor:pointer;-webkit-user-select:none;user-select:none}.consents-section .consent-item .consent-checkbox input[type=checkbox]{margin-top:4px;cursor:pointer;width:18px;height:18px;flex-shrink:0}.consents-section .consent-item .consent-checkbox span{font-size:.875rem;color:#7a7a78;line-height:1.5}.consents-section .consent-item .consent-checkbox span a{color:#e46a4e;text-decoration:underline;font-weight:500}.consents-section .consent-item .consent-checkbox span a:hover{text-decoration:none}.consents-section .consent-note{margin-top:1rem;font-size:.75rem;color:#7a7a78;font-style:italic}.consents-section .auth-alert{display:flex;gap:1rem;padding:1.5rem;margin-bottom:1.5rem;border-radius:12px;border:2px solid;position:relative;animation:slideDown .3s ease-out}.consents-section .auth-alert.auth-alert-banned{background-color:#ef44441a;border-color:#ef4444;color:#4a4a48}.consents-section .auth-alert.auth-alert-suspended{background-color:#f59e0b1a;border-color:#f59e0b;color:#4a4a48}.consents-section .auth-alert.auth-alert-error{background-color:#ef44441a;border-color:#ef4444;color:#4a4a48}.consents-section .auth-alert .auth-alert-icon{font-size:1.5rem;flex-shrink:0}.consents-section .auth-alert .auth-alert-content{flex:1;min-width:0}.consents-section .auth-alert .auth-alert-content .auth-alert-title{font-family:"Baloo 2",sans-serif;font-size:1.125rem;font-weight:700;margin-bottom:.25rem;color:#4a4a48}.consents-section .auth-alert .auth-alert-content .auth-alert-message{margin:0 0 .25rem;color:#4a4a48;font-size:.875rem;line-height:1.5}.consents-section .auth-alert .auth-alert-content .auth-alert-detail{margin:.25rem 0;font-size:.75rem;color:#7a7a78;line-height:1.4}.consents-section .auth-alert .auth-alert-content .auth-alert-detail strong{color:#4a4a48;font-weight:600}.consents-section .auth-alert .auth-alert-content .auth-alert-contact{margin-top:.5rem;padding-top:.5rem;border-top:1px solid rgba(236,235,232,.5);font-size:.75rem;color:#7a7a78;font-style:italic}.consents-section .auth-alert .auth-alert-close{position:absolute;top:.5rem;right:.5rem;background:transparent;border:none;font-size:1.25rem;color:#a6a6a3;cursor:pointer;width:24px;height:24px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s}.consents-section .auth-alert .auth-alert-close:hover{background-color:#a6a6a31a;color:#4a4a48}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}
