@charset "UTF-8";.header{background:#c93a7c59;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);position:fixed;top:0;left:0;right:0;z-index:1000;height:60px;box-shadow:0 2px 20px #c93a7c1a;border-bottom:1px solid rgba(255,255,255,.1)}@media(max-width:767px){.header{height:auto;min-height:50px}}.nav{display:flex;gap:30px;padding:20px 40px;justify-content:center;height:100%;align-items:center}@media(max-width:767px){.nav{gap:12px;padding:12px 16px;flex-wrap:wrap}}.nav-link{color:#fff;text-decoration:none;font-size:16px;font-weight:600;transition:all .3s ease;text-shadow:0 2px 4px rgba(0,0,0,.3);white-space:nowrap}.nav-link:hover{opacity:.8;transform:translateY(-2px)}.nav-link--button{background:transparent;border:none;cursor:pointer;padding:0;font-family:inherit}@media(max-width:767px){.nav-link{font-size:14px;font-weight:600}}.home{width:100%;overflow-x:hidden;background:#fff}.home>section{position:relative}.hero{position:relative;margin-top:60px;overflow:hidden}.hero__image-section,.hero__image-container{position:relative;width:100%;height:auto;overflow:hidden}.hero__image-wrapper{width:100%;height:auto;position:relative;will-change:transform}.hero__image{width:100%;height:auto;display:block}.hero__content-section{position:relative;width:100%;background:linear-gradient(180deg,#fff,#fff5f7);padding:80px 20px}@media(max-width:767px){.hero__content-section{padding:60px 20px}}.hero__container{max-width:1200px;margin:0 auto}.hero__text{max-width:800px;margin:0 auto;text-align:center}.hero__badge{display:inline-flex;align-items:center;gap:8px;padding:10px 20px;background:#fff5f7;border:2px solid #D8478C;border-radius:100px;font-size:13px;font-weight:600;color:#d8478c;letter-spacing:.5px;text-transform:uppercase;margin-bottom:32px}.hero__badge-icon{font-size:16px}.hero__title{font-size:64px;font-weight:800;line-height:1.2;color:#111827;margin:0 0 24px;letter-spacing:-.02em}@media(max-width:1023px){.hero__title{font-size:48px}}@media(max-width:767px){.hero__title{font-size:36px}}.hero__title-gradient{background:linear-gradient(135deg,#d8478c,#ff4081);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero__subtitle{font-size:20px;line-height:1.6;color:#4b5563;margin:0 0 40px;font-weight:400}@media(max-width:767px){.hero__subtitle{font-size:18px}}.hero__cta{display:flex;gap:16px;justify-content:center;margin-bottom:48px}@media(max-width:767px){.hero__cta{flex-direction:column}}.hero__cta-btn{display:flex;align-items:center;gap:14px;padding:16px 28px;border-radius:16px;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 16px #1118271a}.hero__cta-btn:hover{transform:translateY(-2px);box-shadow:0 8px 24px #11182726}.hero__cta-btn:active{transform:translateY(0)}.hero__cta-btn--primary{background:#111827;color:#fff}.hero__cta-btn--primary:hover{background:#374151}.hero__cta-btn--secondary{background:#fff;color:#111827;border:1px solid #D1D5DB}.hero__cta-btn--secondary:hover{border-color:#d8478c;box-shadow:0 8px 24px #d8478c33}.hero__cta-icon{font-size:32px}.hero__cta-text{display:flex;flex-direction:column;align-items:flex-start;gap:2px}.hero__cta-label{font-size:11px;text-transform:uppercase;opacity:.7;font-weight:500}.hero__cta-store{font-size:18px;font-weight:600}.hero__stats{display:grid;grid-template-columns:repeat(3,auto);gap:40px;justify-content:center;margin-top:60px}@media(max-width:767px){.hero__stats{gap:24px}}.hero__stat{display:flex;flex-direction:column;gap:6px;align-items:center}.hero__stat-number{font-size:40px;font-weight:700;background:linear-gradient(135deg,#d8478c,#ff4081);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1}@media(max-width:767px){.hero__stat-number{font-size:32px}}.hero__stat-label{font-size:14px;color:#6b7280;font-weight:500}.about{padding:140px 20px;background:linear-gradient(180deg,#fff5f7,#fff,#fff5f7);position:relative}@media(max-width:767px){.about{padding:100px 20px}}.about:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:600px;height:600px;background:radial-gradient(circle,rgba(216,71,140,.05) 0%,transparent 70%);pointer-events:none}.about__container{max-width:1200px;margin:0 auto}.about__header{text-align:center;max-width:800px;margin:0 auto 100px}@media(max-width:767px){.about__header{margin-bottom:60px}}.about__title{font-size:56px;font-weight:800;color:#111827;margin:0 0 20px;letter-spacing:-.02em}@media(max-width:767px){.about__title{font-size:40px}}.about__description{font-size:20px;line-height:1.6;color:#4b5563;margin:0}@media(max-width:767px){.about__description{font-size:18px}}.about__content{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}@media(max-width:1023px){.about__content{grid-template-columns:1fr;gap:60px}}.about__features{display:grid;grid-template-columns:repeat(2,1fr);gap:32px}@media(max-width:767px){.about__features{grid-template-columns:1fr;gap:24px}}.about__feature{padding:32px;background:#fff5f7;border-radius:24px;transition:all .3s cubic-bezier(.4,0,.2,1);border:2px solid transparent}.about__feature:hover{border-color:#d8478c4d;box-shadow:0 8px 24px #d8478c1f}.about__feature-title{font-size:20px;font-weight:700;color:#111827;margin:0 0 12px;transition:color .3s ease}.about__feature:hover .about__feature-title{color:#d8478c}.about__feature-description{font-size:15px;line-height:1.6;color:#6b7280;margin:0}.about__mockup{display:flex;justify-content:center;align-items:center}@media(max-width:1023px){.about__mockup{order:-1}}.about__mockup-image{width:100%;max-width:500px;height:auto;border-radius:32px;box-shadow:0 20px 60px #d8478c33}@media(max-width:767px){.about__mockup-image{max-width:350px}}.benefits{padding:140px 20px;background:linear-gradient(180deg,#fff,#fff5f7)}@media(max-width:767px){.benefits{padding:100px 20px}}.benefits__container{max-width:1200px;margin:0 auto}.benefits__header{text-align:center;max-width:800px;margin:0 auto 80px}@media(max-width:767px){.benefits__header{margin-bottom:60px}}.benefits__title{font-size:56px;font-weight:800;color:#111827;margin:0 0 20px;letter-spacing:-.02em}@media(max-width:767px){.benefits__title{font-size:40px}}.benefits__description{font-size:20px;line-height:1.6;color:#4b5563;margin:0}@media(max-width:767px){.benefits__description{font-size:18px}}.benefits__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:32px}@media(max-width:1023px){.benefits__grid{grid-template-columns:1fr;gap:24px}}.benefits__card{background:#fff;border-radius:24px;overflow:hidden;box-shadow:0 4px 20px #11182714;border:2px solid rgba(216,71,140,.1);transition:all .4s cubic-bezier(.4,0,.2,1);position:relative}.benefits__card:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent 0%,rgba(216,71,140,.03) 50%,transparent 100%);transition:left .6s cubic-bezier(.4,0,.2,1);pointer-events:none}.benefits__card:hover{box-shadow:0 12px 40px #d8478c26;border-color:#d8478c66}.benefits__card:hover:before{left:100%}.benefits__card-image{position:relative;width:100%;padding-top:56.25%;overflow:hidden}.benefits__card-image img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transition:all .4s cubic-bezier(.4,0,.2,1)}.benefits__card:hover .benefits__card-image img{filter:brightness(1.1) saturate(1.1)}.benefits__card-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(180deg,transparent 0%,rgba(216,71,140,.4) 100%);transition:opacity .4s cubic-bezier(.4,0,.2,1)}.benefits__card:hover .benefits__card-overlay{opacity:.8}.benefits__card-content{padding:32px;position:relative;z-index:1}.benefits__card-title{font-size:28px;font-weight:700;color:#111827;margin:0 0 24px;transition:color .3s ease}.benefits__card:hover .benefits__card-title{color:#d8478c}.benefits__card-list{list-style:none;padding:0;margin:0}.benefits__card-list li{display:flex;align-items:flex-start;gap:12px;padding:10px 0;font-size:16px;line-height:1.5;color:#6b7280}.benefits__card-check{display:flex;align-items:center;justify-content:center;width:22px;height:22px;background:linear-gradient(135deg,#d8478c,#ff4081);color:#fff;border-radius:50%;font-size:12px;font-weight:700;flex-shrink:0;margin-top:2px;transition:all .3s cubic-bezier(.4,0,.2,1)}.benefits__card:hover .benefits__card-check{filter:drop-shadow(0 0 8px rgba(216,71,140,.6));transform:scale(1.1)}.download{padding:140px 20px;background:linear-gradient(135deg,#d8478c,#ff4081);position:relative;overflow:hidden}@media(max-width:767px){.download{padding:100px 20px}}.download:before{content:"";position:absolute;top:-10%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,rgba(255,255,255,.15) 0%,transparent 60%);pointer-events:none;animation:float 8s ease-in-out infinite}.download:after{content:"";position:absolute;bottom:-15%;left:-15%;width:500px;height:500px;background:radial-gradient(circle,rgba(255,64,129,.3) 0%,transparent 70%);pointer-events:none;animation:float 10s ease-in-out infinite reverse}.download__container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1.5fr 1fr;gap:80px;align-items:center;position:relative;z-index:1}@media(max-width:1023px){.download__container{grid-template-columns:1fr;gap:60px;text-align:center}}.download__content{color:#fff;position:relative}.download__content:before{content:"";position:absolute;top:-40px;left:-40px;width:120px;height:120px;background-image:radial-gradient(circle,rgba(255,255,255,.3) 2px,transparent 2px);background-size:20px 20px;opacity:.4;pointer-events:none}@media(max-width:1023px){.download__content:before{display:none}}.download__content:after{content:"";position:absolute;bottom:-60px;right:-60px;width:200px;height:200px;border:3px solid rgba(255,255,255,.2);border-radius:50%;pointer-events:none}@media(max-width:1023px){.download__content:after{display:none}}.download__title{font-size:64px;font-weight:800;line-height:1.1;margin:0 0 24px;letter-spacing:-.02em}@media(max-width:767px){.download__title{font-size:40px}}.download__subtitle{font-size:20px;line-height:1.6;margin:0 0 48px;opacity:.95}@media(max-width:767px){.download__subtitle{font-size:18px;margin:0 0 40px}}.download__buttons{display:flex;gap:20px}@media(max-width:1023px){.download__buttons{justify-content:center}}@media(max-width:767px){.download__buttons{flex-direction:column;gap:16px}}.download__btn{display:flex;align-items:center;gap:14px;padding:18px 28px;background:#fff;color:#111827;border-radius:16px;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 8px 32px #0003}.download__btn:hover{transform:translateY(-4px);box-shadow:0 16px 48px #0000004d}.download__btn:active{transform:translateY(-2px)}@media(max-width:767px){.download__btn{justify-content:center}}.download__btn-icon{font-size:36px}.download__btn-text{display:flex;flex-direction:column;align-items:flex-start;gap:4px}.download__btn-label{font-size:12px;text-transform:uppercase;color:#6b7280;font-weight:600;letter-spacing:.5px}.download__btn-store{font-size:20px;font-weight:700;color:#111827}.download__mockup{display:flex;justify-content:center;align-items:center;position:relative}.download__mockup:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:120%;height:120%;background:#ffffff14;border-radius:50%;pointer-events:none;z-index:0}.download__mockup:after{content:"";position:absolute;top:-20px;right:-20px;width:80px;height:80px;background-image:radial-gradient(circle,rgba(255,255,255,.4) 2px,transparent 2px);background-size:16px 16px;opacity:.6;pointer-events:none;animation:float 6s ease-in-out infinite}@media(max-width:767px){.download__mockup:after{display:none}}.download__mockup-image{width:100%;max-width:350px;height:auto;border-radius:32px;box-shadow:0 24px 64px #00000040;position:relative;z-index:1}@media(max-width:767px){.download__mockup-image{max-width:280px}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.policy{width:100%;min-height:100vh;background:#fff;padding:96px 20px 60px}@media(min-width:768px){.policy{padding:112px 40px 80px}}@media(min-width:1024px){.policy{padding:128px 60px 96px}}.policy__header{max-width:860px;margin:0 auto 32px;border-bottom:2px solid #E5E7EB;padding-bottom:20px}@media(min-width:768px){.policy__header{margin-bottom:40px;padding-bottom:28px}}.policy__title{font-size:26px;font-weight:700;color:#000;margin:0 0 12px;line-height:1.3}@media(min-width:768px){.policy__title{font-size:34px}}.policy__updated{font-size:14px;color:#6b7280;margin:0 0 16px}.policy__back{display:inline-flex;align-items:center;min-height:44px;font-size:15px;font-weight:600;color:#d8478c;text-decoration:none;transition:color .2s ease}.policy__back:hover{color:#c93a7c;text-decoration:underline}.policy__back:focus-visible{outline:2px solid #D8478C;outline-offset:2px;border-radius:4px}.policy__body{max-width:860px;margin:0 auto;font-size:16px;line-height:1.7;color:#4b5563;overflow-wrap:break-word}@media(min-width:768px){.policy__body{font-size:17px}}.policy__body p{margin:0 0 16px}.policy__body p:last-child{margin-bottom:0}.policy__body strong{color:#000;font-weight:700}.policy__body em{font-style:italic}.policy__body a{color:#3b82f6;font-weight:500;text-decoration:none;transition:color .2s ease;border-radius:2px}.policy__body a:hover{color:#2563eb;text-decoration:underline}.policy__body a:focus-visible{outline:2px solid #3B82F6;outline-offset:2px}.policy__body h1,.policy__body h2,.policy__body h3,.policy__body h4{color:#000;font-weight:700;line-height:1.35;scroll-margin-top:96px}.policy__body>p:first-child{text-align:center;font-size:20px;font-weight:700;color:#000;margin-bottom:24px}@media(min-width:768px){.policy__body>p:first-child{font-size:24px}}.policy__body h2{font-size:22px;margin:48px 0 20px;padding-top:24px;border-top:2px solid #E5E7EB}@media(min-width:768px){.policy__body h2{font-size:26px}}.policy__body h2:first-of-type{margin-top:32px}.policy__body h3{font-size:18px;margin:28px 0 12px}@media(min-width:768px){.policy__body h3{font-size:19px}}.policy__body ul,.policy__body ol{margin:0 0 16px;padding-left:24px}@media(min-width:768px){.policy__body ul,.policy__body ol{padding-left:28px}}.policy__body li{margin-bottom:8px;padding-left:4px}.policy__body li:last-child{margin-bottom:0}.policy__body li ul,.policy__body li ol{margin-top:8px;margin-bottom:8px}.policy__body ol[type="1"]:first-of-type{background:#f9fafb;border-left:4px solid #D8478C;border-radius:4px;padding:20px 20px 20px 44px;margin-bottom:40px;list-style-position:outside}.policy__body ol[type="1"]:first-of-type li{font-weight:600}.policy__body ol[type="1"]:first-of-type a{color:#4b5563}.policy__body ol[type="1"]:first-of-type a:hover{color:#d8478c}.policy__body table{width:100%;border-collapse:collapse;margin:16px 0 24px;font-size:15px;overflow-x:auto;display:block}@media(min-width:768px){.policy__body table{display:table}}.policy__body td,.policy__body th{border:1px solid #D1D5DB;padding:10px 12px;text-align:left;vertical-align:top}.policy__body td p,.policy__body th p{margin:0}.policy__body thead td,.policy__body th{background:#f9fafb;font-weight:700}.policy__body hr{border:none;border-top:1px solid #E5E7EB;margin:32px 0}.csae-standards{width:100%;min-height:100vh;background:#fff;padding:40px 20px}@media(min-width:768px){.csae-standards{padding:60px 40px}}@media(min-width:1024px){.csae-standards{padding:80px 60px}}.csae-standards__header{max-width:900px;margin:0 auto 40px;border-bottom:2px solid #E5E7EB;padding-bottom:24px}@media(min-width:768px){.csae-standards__header{margin-bottom:48px;padding-bottom:32px}}.csae-standards__title{font-size:28px;font-weight:700;color:#000;margin:0 0 20px;line-height:1.3}@media(min-width:768px){.csae-standards__title{font-size:36px;margin-bottom:24px}}@media(min-width:1024px){.csae-standards__title{font-size:42px}}.csae-standards__meta{display:flex;flex-direction:column;gap:8px;font-size:14px;color:#6b7280}@media(min-width:768px){.csae-standards__meta{flex-direction:row;flex-wrap:wrap;gap:12px 24px;font-size:15px}}.csae-standards__meta p{margin:0;display:flex;gap:6px}.csae-standards__meta p strong{font-weight:600;color:#000}.csae-standards__meta a{color:#3b82f6;text-decoration:none;transition:color .2s ease}.csae-standards__meta a:hover{color:#2563eb;text-decoration:underline}.csae-standards__content{max-width:900px;margin:0 auto}.csae-standards__intro{font-size:16px;line-height:1.7;color:#4b5563;margin:0 0 32px;padding:16px;background:#f9fafb;border-left:4px solid #D8478C;border-radius:4px}@media(min-width:768px){.csae-standards__intro{font-size:17px;padding:20px;margin-bottom:40px}}.csae-standards__section{margin-bottom:32px}@media(min-width:768px){.csae-standards__section{margin-bottom:40px}}.csae-standards__section h2{font-size:20px;font-weight:700;color:#000;margin:0 0 16px;line-height:1.4}@media(min-width:768px){.csae-standards__section h2{font-size:24px;margin-bottom:20px}}.csae-standards__section p{font-size:15px;line-height:1.7;color:#4b5563;margin:0 0 12px}@media(min-width:768px){.csae-standards__section p{font-size:16px;margin-bottom:16px}}.csae-standards__section p:last-child{margin-bottom:0}.csae-standards__section ul{margin:12px 0;padding-left:24px}@media(min-width:768px){.csae-standards__section ul{margin:16px 0;padding-left:28px}}.csae-standards__section ul li{font-size:15px;line-height:1.7;color:#4b5563;margin-bottom:8px;padding-left:8px}@media(min-width:768px){.csae-standards__section ul li{font-size:16px;margin-bottom:10px}}.csae-standards__section ul li:last-child{margin-bottom:0}.csae-standards__section a{color:#3b82f6;text-decoration:none;font-weight:500;transition:color .2s ease}.csae-standards__section a:hover{color:#2563eb;text-decoration:underline}.csae-standards__contact{font-weight:600;padding:12px;background:#f9fafb;border-radius:4px;margin:16px 0!important}@media(min-width:768px){.csae-standards__contact{padding:14px}}.help{min-height:100vh;background:linear-gradient(180deg,#fff5f7,#fff);padding-bottom:80px}.help__header{background:#fff;border-bottom:1px solid #E4E6EB;padding:32px 20px;margin-top:60px}@media(max-width:767px){.help__header{padding:24px 16px}}.help__header-container{max-width:1200px;margin:0 auto;text-align:center}.help__logo{height:40px;margin-bottom:20px}@media(max-width:767px){.help__logo{height:32px;margin-bottom:16px}}.help__title{font-size:48px;font-weight:800;color:#111827;margin:0 0 24px;letter-spacing:-.02em}@media(max-width:1023px){.help__title{font-size:36px}}@media(max-width:767px){.help__title{font-size:28px;margin-bottom:20px}}.help__nav{display:flex;justify-content:center;gap:20px}@media(max-width:767px){.help__nav{gap:16px}}.help__nav-link{padding:12px 32px;font-size:16px;font-weight:600;color:#d8478c;background:#fff;border:2px solid #D8478C;border-radius:100px;cursor:pointer;transition:all .3s ease;outline:none}.help__nav-link:hover{background:#d8478c;color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #d8478c4d}.help__nav-link:active{transform:translateY(0)}@media(max-width:767px){.help__nav-link{padding:10px 24px;font-size:15px}}.help__container{max-width:1000px;margin:60px auto 0;padding:0 20px}@media(max-width:767px){.help__container{padding:0 16px;margin-top:40px}}.help__search{padding:40px 0}@media(max-width:767px){.help__search{padding:32px 0}}.help__search-wrapper{position:relative;max-width:600px;margin:0 auto}.help__search-icon{position:absolute;left:20px;top:50%;transform:translateY(-50%);color:#4b5563;font-size:18px}.help__search-input{width:100%;padding:18px 24px 18px 52px;font-size:16px;border:2px solid #D1D5DB;border-radius:100px;background:#fff;color:#111827;transition:all .3s ease;outline:none}.help__search-input::placeholder{color:#4b5563}.help__search-input:focus{border-color:#d8478c;box-shadow:0 0 0 4px #d8478c1a}@media(max-width:767px){.help__search-input{font-size:15px;padding:16px 20px 16px 48px}}.help__content{padding-top:30px;margin-bottom:60px}.help__section-title{font-size:32px;font-weight:700;color:#111827;margin:0 0 32px;text-align:center}@media(max-width:767px){.help__section-title{font-size:24px;margin-bottom:24px}}.help__categories{display:flex;flex-direction:column;gap:16px}.help__category{background:#fff;border-radius:16px;border:2px solid #D1D5DB;overflow:hidden;transition:all .3s ease}.help__category:hover{border-color:#d8478c;box-shadow:0 4px 12px #d8478c1a}.help__category-header{display:flex;align-items:center;justify-content:space-between;padding:24px 28px;background:transparent}@media(max-width:767px){.help__category-header{padding:20px}}.help__category-title{display:flex;align-items:center;gap:16px}.help__category-icon{font-size:32px;flex-shrink:0}@media(max-width:767px){.help__category-icon{font-size:28px}}.help__category-name{font-size:22px;font-weight:700;color:#111827;text-align:left}@media(max-width:767px){.help__category-name{font-size:18px}}.help__questions{padding:0 28px 24px;display:flex;flex-direction:column;gap:8px}@media(max-width:767px){.help__questions{padding:0 20px 20px}}.help__question{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;background:#fff5f7;border-radius:12px;text-decoration:none;color:#111827;transition:all .2s ease;border:2px solid transparent}.help__question:hover{background:#fff;border-color:#d8478c;transform:translate(4px)}.help__question:hover .help__question-arrow{color:#d8478c;transform:translate(4px)}@media(max-width:767px){.help__question{padding:14px 16px}}.help__question-text{font-size:16px;font-weight:500;flex:1}@media(max-width:767px){.help__question-text{font-size:15px}}.help__question-arrow{font-size:14px;color:#4b5563;transition:all .2s ease;flex-shrink:0;margin-left:12px}@media(max-width:767px){.help__question-arrow{font-size:12px}}.help__faq-section{margin-bottom:60px;padding:30px 20px 0}@media(max-width:767px){.help__faq-section{margin-bottom:40px;padding:50px 16px 0}}.help__faq-title{font-size:32px;font-weight:700;color:#111827;margin:0 0 32px;text-align:center}@media(max-width:767px){.help__faq-title{font-size:24px;margin-bottom:24px}}.help__faq-list{max-width:800px;margin:0 auto;display:flex;flex-direction:column;gap:16px}.help__faq-item{background:#fff;border-radius:16px;border:2px solid #D1D5DB;overflow:hidden;transition:all .3s ease}.help__faq-item:hover{border-color:#d8478c;box-shadow:0 4px 12px #d8478c1a}.help__faq-question{width:100%;display:flex;align-items:center;gap:12px;padding:24px 28px;background:transparent;border:none;cursor:pointer;transition:all .2s ease;text-align:left}.help__faq-question:hover{background:#fff5f7}@media(max-width:767px){.help__faq-question{padding:20px;gap:10px}}.help__faq-number{font-size:20px;font-weight:700;color:#d8478c;flex-shrink:0}@media(max-width:767px){.help__faq-number{font-size:18px}}.help__faq-question-text{flex:1;font-size:18px;font-weight:600;color:#111827}@media(max-width:767px){.help__faq-question-text{font-size:16px}}.help__faq-arrow{font-size:18px;color:#4b5563;transition:all .3s ease;flex-shrink:0}.help__faq-arrow.expanded{transform:rotate(90deg);color:#d8478c}@media(max-width:767px){.help__faq-arrow{font-size:16px}}.help__faq-answer{padding:0 28px 24px 60px;animation:fadeIn .3s ease}@media(max-width:767px){.help__faq-answer{padding:0 20px 20px 48px}}.help__faq-answer p{margin:0;font-size:16px;line-height:1.6;color:#4b5563}@media(max-width:767px){.help__faq-answer p{font-size:15px}}.help__contact-section{margin-bottom:60px;max-width:700px;margin-left:auto;margin-right:auto}@media(max-width:767px){.help__contact-section{margin-bottom:40px}}.help__contact-title{font-size:32px;font-weight:700;color:#111827;margin:0 0 12px;text-align:center}@media(max-width:767px){.help__contact-title{font-size:24px}}.help__contact-subtitle{font-size:16px;color:#4b5563;margin:0 0 32px;text-align:center}@media(max-width:767px){.help__contact-subtitle{font-size:15px;margin-bottom:24px}}.help__contact-form{background:#fff;border:2px solid #D1D5DB;border-radius:20px;padding:40px}@media(min-width:768px)and (max-width:1024px){.help__contact-form{padding:32px}}@media(max-width:767px){.help__contact-form{padding:24px}}.help__form-group{margin-bottom:24px}@media(max-width:767px){.help__form-group{margin-bottom:20px}}.help__form-label{display:block;font-size:15px;font-weight:600;color:#111827;margin-bottom:8px}@media(max-width:767px){.help__form-label{font-size:14px}}.help__form-input{width:100%;padding:14px 18px;font-size:16px;border:2px solid #D1D5DB;border-radius:12px;background:#fff;color:#111827;transition:all .3s ease;outline:none;font-family:inherit}.help__form-input::placeholder{color:#4b5563}.help__form-input:focus{border-color:#d8478c;box-shadow:0 0 0 4px #d8478c1a}@media(max-width:767px){.help__form-input{font-size:15px;padding:12px 16px}}.help__form-textarea{width:100%;padding:14px 18px;font-size:16px;border:2px solid #D1D5DB;border-radius:12px;background:#fff;color:#111827;transition:all .3s ease;outline:none;resize:vertical;font-family:inherit;min-height:120px}.help__form-textarea::placeholder{color:#4b5563}.help__form-textarea:focus{border-color:#d8478c;box-shadow:0 0 0 4px #d8478c1a}@media(max-width:767px){.help__form-textarea{font-size:15px;padding:12px 16px;min-height:100px}}.help__form-submit{width:100%;padding:18px 36px;background:linear-gradient(135deg,#d8478c,#ff4081);color:#fff;font-size:16px;font-weight:700;border:none;border-radius:100px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 16px #d8478c4d}.help__form-submit:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #d8478c66}.help__form-submit:active:not(:disabled){transform:translateY(0)}.help__form-submit:disabled{opacity:.6;cursor:not-allowed}@media(max-width:767px){.help__form-submit{padding:16px 32px;font-size:15px}}.help__form-success{margin-top:16px;padding:14px 20px;background:#f0fdf4;color:#10b981;font-size:15px;font-weight:600;border-radius:12px;text-align:center;animation:fadeIn .3s ease}@media(max-width:767px){.help__form-success{font-size:14px;padding:12px 16px}}.help__footer{text-align:center;padding:60px 20px;background:#fff;border-radius:20px;border:2px solid #FBCFE8;max-width:600px;margin:0 auto}@media(max-width:767px){.help__footer{padding:40px 20px}}.help__footer-title{font-size:28px;font-weight:700;color:#111827;margin:0 0 12px}@media(max-width:767px){.help__footer-title{font-size:22px}}.help__footer-text{font-size:16px;color:#4b5563;margin:0 0 32px}@media(max-width:767px){.help__footer-text{font-size:15px;margin-bottom:24px}}.help__footer-button{display:inline-flex;align-items:center;justify-content:center;padding:18px 36px;background:linear-gradient(135deg,#d8478c,#ff4081);color:#fff;font-size:16px;font-weight:700;text-decoration:none;border-radius:100px;transition:all .3s ease;box-shadow:0 4px 16px #d8478c4d}.help__footer-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #d8478c66}.help__footer-button:active{transform:translateY(0)}@media(max-width:767px){.help__footer-button{padding:16px 32px;font-size:15px}}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.app-container{min-height:100vh;width:100%;background:#fff}.app-container__content{max-width:1440px;margin:0 auto;width:100%}@media(max-width:767px){.app-container__content{padding:0}}@media(min-width:768px)and (max-width:1023px){.app-container__content{padding:0 20px}}@media(min-width:1024px){.app-container__content{padding:0 40px}}@media(min-width:1440px){.app-container__content{padding:0 60px}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}
