.landing-page{font-family:var(--font);background-color:var(--bg);color:var(--text);line-height:1.6;font-weight:400;min-height:100vh;display:flex;flex-direction:column}.landing-page img{max-width:100%;display:block}.landing-page button{font-family:inherit}.landing-page a{color:inherit;text-decoration:none}.landing-page .hero-section{background:var(--gradient-hero-bg);padding:3.5rem 1.25rem 2.5rem;text-align:center}.landing-page .hero-container{max-width:1024px;margin:0 auto}.landing-page .hero-badge{display:inline-block;background-color:var(--pink-light);padding:.5rem 1.2rem;border-radius:var(--radius-pill);font-size:.8rem;font-weight:400;margin-bottom:1.8rem}.landing-page .hero-badge-amount{font-weight:500;color:var(--pink-dark)}.landing-page .hero-title{font-size:3.75rem;font-weight:700;color:var(--text);margin-bottom:1.8rem;letter-spacing:-.02em;line-height:1.3}.landing-page .hero-title-highlight{color:var(--pink-dark)}.landing-page .hero-description{line-height:1.6;font-size:1.63rem;margin-bottom:.25rem}.landing-page .hero-cta-buttons{display:flex;flex-direction:column;gap:2.5rem;margin-top:2.8rem;align-items:center}.hero-cta-custom{padding:1.12rem 2.3rem}@media (min-width:640px){.landing-page .hero-section{padding:4.5rem 1.5rem 3rem}.landing-page .hero-title{font-size:2.5rem}.landing-page .hero-description{font-size:1.5rem}.landing-page .hero-cta-buttons{flex-direction:row;justify-content:center}}@media (min-width:1024px){.landing-page .hero-section{padding:7.8rem 1.5rem 3.5rem}.landing-page .hero-title{font-size:3.3rem}}@media (max-width:767px){.landing-page .hero-section{padding:6rem 1.25rem 2.5rem}.landing-page .hero-badge{font-size:.75rem;margin-bottom:1.2rem}.landing-page .hero-title{font-size:2rem}.landing-page .hero-description{font-size:1.1rem;line-height:1.5}.landing-page .hero-cta-buttons{margin-top:3.5rem;gap:1rem}.hero-cta-custom{max-width:90%;width:90%}}@media (max-width:320px){.landing-page .hero-title{font-size:1.8rem}}.landing-page .features-section{background-color:var(--bg);padding:2.5rem 1.25rem 3.5rem}.landing-page .features-container{max-width:1024px;margin:0 auto}.landing-page .features-grid{display:grid;grid-template-columns:1fr;gap:1rem}.landing-page .feature-card{background:linear-gradient(180deg,#ffeaf070 0,var(--bg) 100%);border-radius:var(--radius-md);padding:3rem 1.5rem;text-align:center;transition:box-shadow var(--ease-slow),transform var(--ease-slow);box-shadow:0 0 2px 0 rgba(255,82,134,.05),inset 0 1px 8px 0 rgba(255,120,160,.2)}.landing-page .feature-card:hover{box-shadow:0 0 2px 0 rgba(255,82,134,.05),inset 0 1px 8px 0 rgba(255,120,160,.2),0 6px 25px rgba(236,72,153,.08);transform:translateY(-1px)}.landing-page .feature-label{color:var(--pink);font-size:.88rem;font-weight:600;letter-spacing:.05em;margin-bottom:.9rem}.landing-page .feature-value{font-size:2.8rem;font-weight:900;color:#ff6694;margin-bottom:1.4rem;line-height:1}.landing-page .feature-description{color:var(--text-dim);font-size:1.08rem;font-weight:500}@media (min-width:640px){.landing-page .features-grid{grid-template-columns:repeat(3,1fr);gap:1.25rem}.landing-page .features-section{padding:3rem 1.5rem 4rem}.landing-page .feature-value{font-size:2.75rem}}@media (max-width:767px){.landing-page .features-section{padding:2.2rem 1.25rem 3.5rem}.landing-page .feature-card{padding:2rem 1.5rem}.landing-page .feature-label{font-size:.75rem}.landing-page .feature-value{font-size:1.8rem}.landing-page .feature-description{font-size:.9rem}}.landing-page .steps-section{background:linear-gradient(180deg,hsla(0,0%,100%,.2),rgba(255,234,240,.2) 47.12%,hsla(0,0%,100%,.2));padding:3rem 1.25rem 2rem}.landing-page .steps-container{max-width:896px;margin:0 auto}.landing-page .steps-title{font-size:1.8rem;font-weight:700;text-align:center;margin-bottom:.9rem;letter-spacing:-.02em}.landing-page .steps-subtitle{text-align:center;color:var(--text-sub);font-size:.9rem;margin-bottom:2.88rem;font-weight:500}.landing-page .steps-buttons{display:flex;flex-direction:row;flex-wrap:wrap;gap:3.5rem;justify-content:center;margin-bottom:1.8rem}.landing-page .step-item{display:none;padding:1rem 0}.landing-page .step-item.active{display:block}.landing-page .step-mobile-label{display:none}.landing-page .step-content-wrapper{display:flex;flex-direction:column;align-items:center;gap:1.5rem}.landing-page .step-icon-wrapper{flex-shrink:0;position:relative;display:flex;align-items:center;justify-content:center;width:18.5rem;height:15rem}.landing-page .step-icon,.landing-page .step-icon img{width:100%}.landing-page .step-text-content{flex:1;text-align:center}.landing-page .step-label{color:var(--pink);font-size:.95rem;font-weight:600;margin-bottom:.5rem;letter-spacing:.05em}.landing-page .step-title{font-size:1.45rem;font-weight:500;margin-bottom:.95rem}.landing-page .step-description{color:var(--text-sub);font-size:1.1rem;line-height:1.65}@media (min-width:768px){.landing-page .steps-section{padding:4rem 1.5rem 3rem}.landing-page .steps-title{font-size:1.98rem}.landing-page .steps-subtitle{font-size:1.23rem}.landing-page .step-content-wrapper{flex-direction:row;justify-content:center;gap:4rem;padding:1.5rem 2rem}.landing-page .step-text-content{text-align:left;flex:0 1 auto;max-width:380px}.landing-page .step-title{font-size:1.35rem}}@media (max-width:767px){.landing-page .steps-section{padding:2.2rem 1.25rem 2rem}.landing-page .steps-title{font-size:1.38rem;margin-bottom:.75rem}.landing-page .step-title{font-size:1.09rem;margin-bottom:.8rem}.landing-page .step-description{font-size:.93rem}.landing-page .steps-subtitle{word-break:keep-all;overflow-wrap:break-word;margin-bottom:2rem}.landing-page .step-label{font-size:.81rem}.landing-page .steps-buttons{display:none}.landing-page .step-item{display:block;padding:1.8rem 0;text-align:center}.landing-page .step-content-wrapper{gap:1.3rem}.landing-page .step-mobile-label{display:inline-block;background:var(--gradient-pink-step);color:var(--text-white);font-size:.85rem;font-weight:600;padding:.5rem 1.6rem;border-radius:var(--radius-pill);margin-bottom:1.5rem}.landing-page .step-icon-wrapper{width:15rem;height:13.5rem}}@media (max-width:320px){.landing-page .steps-title{font-size:1.31rem}}.landing-page .comparison-section{background-color:var(--bg);padding:2.5rem 1.25rem 5rem}.landing-page .comparison-container{max-width:896px;margin:0 auto}.landing-page .comparison-table{background-color:var(--bg);border-radius:var(--radius-md);overflow:hidden}.landing-page .table-header{display:grid;grid-template-columns:1fr 1.2fr 1.2fr}.landing-page .table-header-cell{padding:1rem .5rem;text-align:center;font-size:.85rem}.landing-page .table-header-cell.highlight{background:var(--pink-subtle);border-top-left-radius:var(--radius-sm);border-top-right-radius:var(--radius-sm);border-top:1px solid rgba(255,202,212,.5);border-left:1px solid rgba(255,202,212,.5);border-right:1px solid rgba(255,202,212,.5)}.landing-page .table-header-title{font-weight:600;font-size:.95rem}.landing-page .table-header-title.brand{color:var(--pink-dark)}.landing-page .table-header-title.competitor{color:var(--text-sub)}.landing-page .table-body{display:flex;flex-direction:column}.landing-page .table-row{display:grid;grid-template-columns:1fr 1.2fr 1.2fr;border-top:1px solid rgba(225,222,233,.44);align-items:stretch}.landing-page .table-cell{padding:1rem .5rem;color:#374151;font-size:.85rem;display:flex;align-items:center;justify-content:center;text-align:center}.landing-page .table-cell-label{color:#6b7280;font-weight:500}.landing-page .table-cell.highlight{background:var(--pink-subtle);border-left:1px solid rgba(255,202,212,.5);border-right:1px solid rgba(255,202,212,.5)}.landing-page .table-row:last-child .table-cell.highlight{border-bottom-left-radius:var(--radius-sm);border-bottom-right-radius:var(--radius-sm);border-bottom:1px solid rgba(255,202,212,.5)}.landing-page .table-cell-value{font-weight:500;font-size:.9rem}.landing-page .table-cell-value.brand{color:var(--pink)}.landing-page .table-cell.competitor{color:#6b7280}@media (min-width:768px){.landing-page .comparison-section{padding:3rem 1.5rem 7rem}.landing-page .table-cell,.landing-page .table-header-cell{padding:1.3rem 1rem;font-size:1rem}.landing-page .table-header-title{font-size:1.1rem}.landing-page .table-cell-value{font-size:1rem}}@media (max-width:767px){.landing-page .comparison-section{padding:2.2rem 1.25rem 6rem}.landing-page .table-header-title{font-size:.88rem}.landing-page .table-cell{font-size:.81rem;word-break:keep-all;overflow-wrap:break-word}}.landing-page .cta-section{position:relative;background-image:image-set(url("/images/landing/main_bg_cta_1x.webp") 1x,url("/images/landing/main_bg_cta_2x.webp") 2x);background-size:cover;background-position:0 0;padding:2.8rem 1.25rem;overflow:hidden}.landing-page .cta-blur-layer{position:absolute;inset:0;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);z-index:1;pointer-events:none}.landing-page .cta-overlay{position:absolute;inset:0;background:rgba(152,108,169,.5);z-index:2;pointer-events:none}.landing-page .cta-content{position:relative;z-index:3;max-width:1024px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:1.5rem;text-align:center}.landing-page .cta-text{flex:1}.landing-page .cta-title{font-size:1.35rem;font-weight:700;color:var(--text-white);margin-bottom:.8rem;letter-spacing:-.02em}.landing-page .cta-description{color:var(--text-white);font-size:.9rem}@media (min-width:768px){.landing-page .cta-section{padding:5.5rem 2rem}.landing-page .cta-content{flex-direction:row;justify-content:space-between;text-align:left;gap:2rem}.landing-page .cta-title{font-size:1.75rem}.landing-page .cta-description{font-size:1.1rem}}@media (max-width:767px){.landing-page .cta-section{padding:4rem 1.25rem}.landing-page .cta-content{gap:2rem}.landing-page .cta-title{font-size:1.25rem}.landing-page .cta-description{font-size:.88rem}}