@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)}}:root{--react-pdf-annotation-layer: 1;--annotation-unfocused-field-background: url("data:image/svg+xml;charset=UTF-8,<svg width='1px' height='1px' xmlns='http://www.w3.org/2000/svg'><rect width='100%' height='100%' style='fill:rgba(0, 54, 255, 0.13);'/></svg>");--input-focus-border-color: Highlight;--input-focus-outline: 1px solid Canvas;--input-unfocused-border-color: transparent;--input-disabled-border-color: transparent;--input-hover-border-color: black;--link-outline: none}@media screen and (forced-colors:active){:root{--input-focus-border-color: CanvasText;--input-unfocused-border-color: ActiveText;--input-disabled-border-color: GrayText;--input-hover-border-color: Highlight;--link-outline: 1.5px solid LinkText}.annotationLayer .textWidgetAnnotation :is(input,textarea):required,.annotationLayer .choiceWidgetAnnotation select:required,.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input:required{outline:1.5px solid selectedItem}.annotationLayer .linkAnnotation:hover{-webkit-backdrop-filter:invert(100%);backdrop-filter:invert(100%)}}.annotationLayer{position:absolute;top:0;left:0;pointer-events:none;transform-origin:0 0;z-index:3}.annotationLayer[data-main-rotation="90"] .norotate{transform:rotate(270deg) translate(-100%)}.annotationLayer[data-main-rotation="180"] .norotate{transform:rotate(180deg) translate(-100%,-100%)}.annotationLayer[data-main-rotation="270"] .norotate{transform:rotate(90deg) translateY(-100%)}.annotationLayer canvas{position:absolute;width:100%;height:100%}.annotationLayer section{position:absolute;text-align:initial;pointer-events:auto;box-sizing:border-box;margin:0;transform-origin:0 0}.annotationLayer .linkAnnotation{outline:var(--link-outline)}.annotationLayer :is(.linkAnnotation,.buttonWidgetAnnotation.pushButton)>a{position:absolute;font-size:1em;top:0;left:0;width:100%;height:100%}.annotationLayer :is(.linkAnnotation,.buttonWidgetAnnotation.pushButton)>a:hover{opacity:.2;background:#ff0;box-shadow:0 2px 10px #ff0}.annotationLayer .textAnnotation img{position:absolute;cursor:pointer;width:100%;height:100%;top:0;left:0}.annotationLayer .textWidgetAnnotation :is(input,textarea),.annotationLayer .choiceWidgetAnnotation select,.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input{background-image:var(--annotation-unfocused-field-background);border:2px solid var(--input-unfocused-border-color);box-sizing:border-box;font:calc(9px * var(--scale-factor)) sans-serif;height:100%;margin:0;vertical-align:top;width:100%}.annotationLayer .textWidgetAnnotation :is(input,textarea):required,.annotationLayer .choiceWidgetAnnotation select:required,.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input:required{outline:1.5px solid red}.annotationLayer .choiceWidgetAnnotation select option{padding:0}.annotationLayer .buttonWidgetAnnotation.radioButton input{border-radius:50%}.annotationLayer .textWidgetAnnotation textarea{resize:none}.annotationLayer .textWidgetAnnotation :is(input,textarea)[disabled],.annotationLayer .choiceWidgetAnnotation select[disabled],.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input[disabled]{background:none;border:2px solid var(--input-disabled-border-color);cursor:not-allowed}.annotationLayer .textWidgetAnnotation :is(input,textarea):hover,.annotationLayer .choiceWidgetAnnotation select:hover,.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input:hover{border:2px solid var(--input-hover-border-color)}.annotationLayer .textWidgetAnnotation :is(input,textarea):hover,.annotationLayer .choiceWidgetAnnotation select:hover,.annotationLayer .buttonWidgetAnnotation.checkBox input:hover{border-radius:2px}.annotationLayer .textWidgetAnnotation :is(input,textarea):focus,.annotationLayer .choiceWidgetAnnotation select:focus{background:none;border:2px solid var(--input-focus-border-color);border-radius:2px;outline:var(--input-focus-outline)}.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) :focus{background-image:none;background-color:transparent}.annotationLayer .buttonWidgetAnnotation.checkBox :focus{border:2px solid var(--input-focus-border-color);border-radius:2px;outline:var(--input-focus-outline)}.annotationLayer .buttonWidgetAnnotation.radioButton :focus{border:2px solid var(--input-focus-border-color);outline:var(--input-focus-outline)}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before,.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after,.annotationLayer .buttonWidgetAnnotation.radioButton input:checked:before{background-color:CanvasText;content:"";display:block;position:absolute}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before,.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after{height:80%;left:45%;width:1px}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before{transform:rotate(45deg)}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after{transform:rotate(-45deg)}.annotationLayer .buttonWidgetAnnotation.radioButton input:checked:before{border-radius:50%;height:50%;left:30%;top:20%;width:50%}.annotationLayer .textWidgetAnnotation input.comb{font-family:monospace;padding-left:2px;padding-right:0}.annotationLayer .textWidgetAnnotation input.comb:focus{width:103%}.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input{-webkit-appearance:none;-moz-appearance:none;appearance:none}.annotationLayer .popupTriggerArea{height:100%;width:100%}.annotationLayer .fileAttachmentAnnotation .popupTriggerArea{position:absolute}.annotationLayer .popupWrapper{position:absolute;font-size:calc(9px * var(--scale-factor));width:100%;min-width:calc(180px * var(--scale-factor));pointer-events:none}.annotationLayer .popup{position:absolute;max-width:calc(180px * var(--scale-factor));background-color:#ff9;box-shadow:0 calc(2px * var(--scale-factor)) calc(5px * var(--scale-factor)) #888;border-radius:calc(2px * var(--scale-factor));padding:calc(6px * var(--scale-factor));margin-left:calc(5px * var(--scale-factor));cursor:pointer;font:message-box;white-space:normal;word-wrap:break-word;pointer-events:auto}.annotationLayer .popup>*{font-size:calc(9px * var(--scale-factor))}.annotationLayer .popup h1{display:inline-block}.annotationLayer .popupDate{display:inline-block;margin-left:calc(5px * var(--scale-factor))}.annotationLayer .popupContent{border-top:1px solid rgba(51,51,51,1);margin-top:calc(2px * var(--scale-factor));padding-top:calc(2px * var(--scale-factor))}.annotationLayer .richText>*{white-space:pre-wrap;font-size:calc(9px * var(--scale-factor))}.annotationLayer .highlightAnnotation,.annotationLayer .underlineAnnotation,.annotationLayer .squigglyAnnotation,.annotationLayer .strikeoutAnnotation,.annotationLayer .freeTextAnnotation,.annotationLayer .lineAnnotation svg line,.annotationLayer .squareAnnotation svg rect,.annotationLayer .circleAnnotation svg ellipse,.annotationLayer .polylineAnnotation svg polyline,.annotationLayer .polygonAnnotation svg polygon,.annotationLayer .caretAnnotation,.annotationLayer .inkAnnotation svg polyline,.annotationLayer .stampAnnotation,.annotationLayer .fileAttachmentAnnotation{cursor:pointer}.annotationLayer section svg{position:absolute;width:100%;height:100%;top:0;left:0}.annotationLayer .annotationTextContent{position:absolute;width:100%;height:100%;opacity:0;color:transparent;-webkit-user-select:none;user-select:none;pointer-events:none}.annotationLayer .annotationTextContent span{width:100%;display:inline-block}:root{--react-pdf-text-layer: 1;--highlight-bg-color: rgba(180, 0, 170, 1);--highlight-selected-bg-color: rgba(0, 100, 0, 1)}@media screen and (forced-colors:active){:root{--highlight-bg-color: Highlight;--highlight-selected-bg-color: ButtonText}}[data-main-rotation="90"]{transform:rotate(90deg) translateY(-100%)}[data-main-rotation="180"]{transform:rotate(180deg) translate(-100%,-100%)}[data-main-rotation="270"]{transform:rotate(270deg) translate(-100%)}.textLayer{position:absolute;text-align:initial;top:0;right:0;bottom:0;left:0;overflow:hidden;line-height:1;text-size-adjust:none;forced-color-adjust:none;transform-origin:0 0;z-index:2}.textLayer :is(span,br){color:transparent;position:absolute;white-space:pre;cursor:text;margin:0;transform-origin:0 0}.textLayer span.markedContent{top:0;height:0}.textLayer .highlight{margin:-1px;padding:1px;background-color:var(--highlight-bg-color);border-radius:4px}.textLayer .highlight.appended{position:initial}.textLayer .highlight.begin{border-radius:4px 0 0 4px}.textLayer .highlight.end{border-radius:0 4px 4px 0}.textLayer .highlight.middle{border-radius:0}.textLayer .highlight.selected{background-color:var(--highlight-selected-bg-color)}.textLayer br::selection{background:transparent}.textLayer .endOfContent{display:block;position:absolute;top:100%;right:0;bottom:0;left:0;z-index:-1;cursor:default;-webkit-user-select:none;user-select:none}.textLayer .endOfContent.active{top:0}.hiddenCanvasElement{position:absolute;top:0;left:0;width:0;height:0;display:none}.policy{min-height:100vh;background:#f3f4f6;padding:80px 0 20px;overflow-x:hidden;overflow-y:auto}@media(max-width:767px){.policy{padding:70px 0 10px}}.policy__pdf-container{width:100%;display:flex;flex-direction:column;align-items:center;padding:0 20px}@media(max-width:767px){.policy__pdf-container{padding:0 10px}}.policy__document{display:flex;flex-direction:column;align-items:center;gap:20px;width:100%;max-width:1000px}.policy__page{box-shadow:0 4px 12px #1118271a;border-radius:8px;background:#fff;width:100%!important;max-width:100%;overflow:hidden}.policy__page canvas{display:block;width:100%!important;height:auto!important;max-width:100%;-webkit-user-select:none;user-select:none}.policy__page .react-pdf__Page__textContent,.policy__page .react-pdf__Page__annotations{overflow:visible!important}.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}
