:root{--color-background: hsl(30, 20%, 98%);--color-foreground: hsl(280, 30%, 15%);--color-card: hsl(0, 0%, 100%);--color-card-foreground: hsl(280, 30%, 15%);--color-primary: hsl(280, 54%, 47%);--color-primary-foreground: hsl(0, 0%, 100%);--color-secondary: hsl(280, 30%, 95%);--color-secondary-foreground: hsl(280, 54%, 47%);--color-muted: hsl(30, 15%, 94%);--color-muted-foreground: hsl(280, 15%, 45%);--color-accent: hsl(28, 97%, 62%);--color-accent-foreground: hsl(0, 0%, 100%);--color-gradient-start: hsl(280, 54%, 47%);--color-gradient-mid: hsl(0, 98%, 55%);--color-gradient-end: hsl(37, 97%, 64%);--color-warm-red: hsl(0, 98%, 55%);--color-border: hsl(280, 20%, 90%);--shadow-soft: 0 4px 20px -4px hsla(280, 54%, 47%, .15);--shadow-glow: 0 0 30px -5px hsla(280, 54%, 47%, .3);--radius-sm: .5rem;--radius-md: .75rem;--radius-lg: 1rem;--radius-xl: 1.25rem;--radius-full: 9999px;--font-family: "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-family);font-size:16px;line-height:1.6;color:var(--color-foreground);background-color:var(--color-background);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img{max-width:100%;height:auto;display:block}a{text-decoration:none;color:inherit}button,input,select,textarea{font-family:inherit;font-size:inherit}.container{width:100%;max-width:1280px;margin:0 auto;padding:0 1rem}.text-gradient{background:linear-gradient(135deg,var(--color-gradient-start),var(--color-gradient-mid),var(--color-gradient-end));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.text-primary{color:var(--color-primary)}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes pulse-soft{0%,to{opacity:1}50%{opacity:.7}}@keyframes fade-in{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.page{min-height:100vh}.logo{display:flex;align-items:center;justify-content:center;gap:.5rem;animation:fade-in .6s ease-out}.logo--small{justify-content:flex-start}.logo__icon{width:3rem;height:3rem;border-radius:var(--radius-xl);background:linear-gradient(135deg,var(--color-gradient-start),var(--color-gradient-mid),var(--color-gradient-end));display:flex;align-items:center;justify-content:center;box-shadow:var(--shadow-glow)}.logo__icon svg{width:1.75rem;height:1.75rem;color:var(--color-primary-foreground)}.logo__icon--small{width:2rem;height:2rem}.logo__icon--small svg{width:1rem;height:1rem}.logo__text{font-size:1.5rem;font-weight:700;background:linear-gradient(135deg,var(--color-gradient-start),var(--color-gradient-mid),var(--color-gradient-end));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.btn{display:inline-flex;align-items:center;justify-content:center;font-weight:600;border:none;border-radius:var(--radius-xl);cursor:pointer;transition:all .3s ease}.btn--primary{background:linear-gradient(135deg,var(--color-gradient-start),var(--color-gradient-mid),var(--color-gradient-end));color:var(--color-primary-foreground);box-shadow:var(--shadow-glow)}.btn--primary:hover{box-shadow:var(--shadow-soft);transform:scale(1.02)}.btn--lg{padding:1rem 2rem;font-size:1.125rem}.btn--full{width:100%;padding:1.5rem}.btn:disabled{opacity:.7;cursor:not-allowed}.btn__spinner{display:inline-flex;align-items:center;gap:.5rem}.btn__spinner-icon{width:1.25rem;height:1.25rem;border:2px solid hsla(0,0%,100%,.3);border-top-color:var(--color-primary-foreground);border-radius:50%;animation:spin 1s linear infinite}.badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:var(--radius-full);font-size:.875rem;font-weight:500}.badge--primary{background-color:#8d37b91a;color:var(--color-primary)}.badge--accent{background-color:#fc98401a;color:var(--color-accent)}.badge__icon{width:1rem;height:1rem}.hero{position:relative;overflow:hidden}.hero__decorations{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden;pointer-events:none}.hero__blob{position:absolute;border-radius:50%;filter:blur(60px)}.hero__blob--1{top:-10rem;right:-10rem;width:20rem;height:20rem;background-color:#8d37b91a;animation:float 6s ease-in-out infinite}.hero__blob--2{top:50%;left:-5rem;width:15rem;height:15rem;background-color:#fc98401a;animation:float 6s ease-in-out infinite 2s}.hero__blob--3{bottom:0;right:25%;width:10rem;height:10rem;background-color:#fd1c1c1a;filter:blur(40px);animation:pulse-soft 3s ease-in-out infinite}.hero__container{position:relative;padding-top:3rem;padding-bottom:4rem}.hero__content{max-width:48rem;margin:2rem auto 0;text-align:center;animation:fade-in .6s ease-out .2s backwards}.hero__title{font-size:2.5rem;font-weight:800;letter-spacing:-.02em;line-height:1.1;margin-bottom:1.5rem}.hero__subtitle{font-size:1.125rem;color:var(--color-muted-foreground);line-height:1.7;max-width:40rem;margin:0 auto 1.5rem}.hero__cta{margin-top:1rem}.features{display:grid;gap:1rem;grid-template-columns:1fr;margin-top:3rem;max-width:64rem;margin-left:auto;margin-right:auto}.feature-card{background-color:#fffc;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:var(--radius-xl);padding:1.25rem;border:1px solid hsla(280,20%,90%,.5);box-shadow:var(--shadow-soft);transition:all .3s ease;animation:fade-in .6s ease-out backwards}.feature-card:nth-child(1){animation-delay:.3s}.feature-card:nth-child(2){animation-delay:.4s}.feature-card:nth-child(3){animation-delay:.5s}.feature-card:nth-child(4){animation-delay:.6s}.feature-card:hover{box-shadow:var(--shadow-glow);transform:translateY(-4px)}.feature-card__icon{width:2.5rem;height:2.5rem;border-radius:var(--radius-md);background-color:var(--color-secondary);display:flex;align-items:center;justify-content:center;margin-bottom:.75rem;transition:background-color .3s ease}.feature-card:hover .feature-card__icon{background-color:#8d37b91a}.feature-card__icon svg{width:1.25rem;height:1.25rem;color:var(--color-primary)}.feature-card__title{font-size:1rem;font-weight:600;color:var(--color-foreground);margin-bottom:.25rem}.feature-card__desc{font-size:.875rem;color:var(--color-muted-foreground)}.mission{padding:3rem 0 4rem;background-color:#f4eef64d}.mission__content{max-width:48rem;margin:0 auto;text-align:center}.mission__text{color:var(--color-muted-foreground);line-height:1.7;margin-top:1.5rem}.mission__text--primary{font-size:1.125rem;color:var(--color-foreground)}.mission__text strong{color:var(--color-foreground)}.form-section{padding:3rem 0 5rem;scroll-margin-top:2rem}.form-section__wrapper{max-width:48rem;margin:0 auto}.form-section__header{text-align:center;margin-bottom:2.5rem}.form-section__title{font-size:1.875rem;font-weight:700;color:var(--color-foreground);margin-top:1rem}.form-section__subtitle{color:var(--color-muted-foreground);max-width:32rem;margin:1rem auto 0;line-height:1.7}.form-section__note{background-color:#f4eef680;border-radius:var(--radius-xl);padding:1rem;border:1px solid hsla(280,20%,90%,.5);max-width:32rem;margin:1rem auto 0}.form-section__note p{font-size:.875rem;color:var(--color-muted-foreground)}.form-section__note strong{color:var(--color-foreground)}.form{display:flex;flex-direction:column;gap:1.5rem}.form--hidden{display:none}.form-success{display:flex;justify-content:center}.form-success[hidden]{display:none}.form-success__card{width:100%;background-color:var(--color-card);border-radius:var(--radius-xl);padding:2rem;text-align:center;box-shadow:var(--shadow-soft);border:1px solid hsla(280,20%,90%,.5)}.form-success__icon{width:3rem;height:3rem;border-radius:var(--radius-full);background:linear-gradient(135deg,var(--color-gradient-start),var(--color-gradient-mid),var(--color-gradient-end));display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;color:var(--color-primary-foreground);box-shadow:var(--shadow-glow)}.form-success__icon svg{width:1.5rem;height:1.5rem}.form-success__title{font-size:1.375rem;font-weight:700;color:var(--color-foreground);margin-bottom:.5rem}.form-success__text{color:var(--color-muted-foreground);line-height:1.6}.form-card{background-color:var(--color-card);border-radius:var(--radius-xl);padding:1.5rem;box-shadow:var(--shadow-soft);border:1px solid hsla(280,20%,90%,.5);animation:fade-in .6s ease-out backwards}.form-card__header{display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem}.form-card__icon{width:2.5rem;height:2.5rem;border-radius:var(--radius-md);background:linear-gradient(135deg,var(--color-gradient-start),var(--color-gradient-mid),var(--color-gradient-end));display:flex;align-items:center;justify-content:center}.form-card__icon svg{width:1.25rem;height:1.25rem;color:var(--color-primary-foreground)}.form-card__title{font-size:1.125rem;font-weight:600;color:var(--color-foreground)}.form-card__body{display:flex;flex-direction:column;gap:1rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group--conditional{animation:fade-in .3s ease-out}.form-grid{display:grid;gap:1rem}.form-grid--2{grid-template-columns:1fr}.form-label{font-size:.875rem;font-weight:500;color:var(--color-foreground)}.form-input,.form-select,.form-textarea{width:100%;padding:.75rem 1rem!important;border:1px solid var(--color-border);border-radius:var(--radius-md)!important;background-color:var(--color-background)!important;color:var(--color-foreground);transition:border-color .2s ease,box-shadow .2s ease}.form-input::placeholder,.form-textarea::placeholder{color:var(--color-muted-foreground)}.form-input:focus,.form-select:focus,.form-textarea:focus{outline:none;border-color:var(--color-primary);box-shadow:0 0 0 3px #8d37b91a}.form-textarea{resize:none;min-height:120px}.form-select{cursor:pointer;-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center;background-size:1rem;padding-right:2.5rem}.needs-grid{display:grid;gap:.75rem;grid-template-columns:1fr}.need-item{display:flex;align-items:center;gap:.75rem;padding:.75rem;border:1px solid var(--color-border);border-radius:var(--radius-md);cursor:pointer;transition:background-color .2s ease}.need-item:hover{background-color:#f4eef680}.need-item__checkbox{width:1.125rem;height:1.125rem;border:2px solid var(--color-border);border-radius:4px;cursor:pointer;accent-color:var(--color-primary)}.need-item__icon{width:2rem;height:2rem;border-radius:var(--radius-sm);background-color:#8d37b91a;display:flex;align-items:center;justify-content:center;transition:background-color .2s ease}.need-item:hover .need-item__icon{background-color:#8d37b933}.need-item__icon svg{width:1.25rem;height:1.25rem;color:var(--color-primary)}.need-item__label{font-weight:400;color:var(--color-foreground)}.file-upload{border:2px dashed var(--color-border);border-radius:var(--radius-xl);padding:1.5rem;text-align:center;transition:border-color .2s ease}.file-upload:hover{border-color:#8d37b980}.file-upload__icon{width:2.5rem;height:2.5rem;margin:0 auto .75rem;color:var(--color-muted-foreground)}.file-upload__text{font-size:.875rem;color:var(--color-muted-foreground);margin-bottom:.75rem}.file-upload__button{display:inline-flex;align-items:center;justify-content:center;padding:.5rem 1rem;font-size:.875rem;font-weight:500;background-color:var(--color-secondary);color:var(--color-secondary-foreground);border-radius:var(--radius-md);cursor:pointer;transition:background-color .2s ease}.file-upload__button:hover{background-color:#e8deed}.file-upload__files{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center;margin-top:1rem}.file-upload__file{font-size:.75rem;background-color:#8d37b91a;color:var(--color-primary);padding:.25rem .5rem;border-radius:var(--radius-full)}.confirmation-box{display:flex;align-items:flex-start;gap:.75rem;padding:1rem;border:1px solid var(--color-border);border-radius:var(--radius-md);background-color:#f4eef64d;cursor:pointer}.confirmation-box__checkbox{position:absolute;opacity:0;width:0;height:0}.confirmation-box__checkmark{flex-shrink:0;width:1.25rem;height:1.25rem;border:2px solid var(--color-border);border-radius:4px;display:flex;align-items:center;justify-content:center;transition:all .2s ease;margin-top:.125rem}.confirmation-box__checkmark svg{width:.75rem;height:.75rem;color:var(--color-primary-foreground);opacity:0;transition:opacity .2s ease}.confirmation-box__checkbox:checked+.confirmation-box__checkmark{background-color:var(--color-primary);border-color:var(--color-primary)}.confirmation-box__checkbox:checked+.confirmation-box__checkmark svg{opacity:1}.confirmation-box__content{display:flex;flex-direction:column;gap:.25rem}.confirmation-box__label{font-weight:500;color:var(--color-foreground)}.confirmation-box__desc{font-size:.875rem;color:var(--color-muted-foreground)}.gallery{padding:3rem 0 5rem;background-color:#f4eef64d}.gallery__header{text-align:center;margin-bottom:3rem}.gallery__title{font-size:1.875rem;font-weight:700;color:var(--color-foreground);margin-top:1rem}.gallery__subtitle{color:var(--color-muted-foreground);max-width:40rem;margin:1rem auto 0;line-height:1.7}.gallery__grid{display:grid;gap:1.5rem;grid-template-columns:1fr;max-width:80rem;margin:0 auto}.gallery__footer{text-align:center;margin-top:2.5rem;font-size:.875rem;color:var(--color-muted-foreground)}.gallery-card{background-color:var(--color-card);border-radius:var(--radius-xl);overflow:hidden;border:1px solid hsla(280,20%,90%,.5);box-shadow:var(--shadow-soft);transition:all .3s ease;animation:fade-in .6s ease-out backwards}.gallery-card:nth-child(1){animation-delay:0s}.gallery-card:nth-child(2){animation-delay:.1s}.gallery-card:nth-child(3){animation-delay:.2s}.gallery-card:nth-child(4){animation-delay:.3s}.gallery-card:hover{box-shadow:var(--shadow-glow);transform:translateY(-4px)}.gallery-card__image{position:relative;height:12rem;overflow:hidden}.gallery-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.gallery-card:hover .gallery-card__image img{transform:scale(1.05)}.gallery-card__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,hsla(0,0%,0%,.6),transparent);display:flex;flex-direction:column;justify-content:flex-end;padding:.75rem}.gallery-card__title{font-size:1.125rem;font-weight:600;color:#fff}.gallery-card__location{display:flex;align-items:center;gap:.25rem;font-size:.875rem;color:#fffc}.gallery-card__location svg{width:.75rem;height:.75rem}.gallery-card__content{padding:1rem}.gallery-card__desc{font-size:.875rem;color:var(--color-muted-foreground);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin-bottom:.75rem}.gallery-card__stats{display:flex;align-items:center;gap:1rem;font-size:.875rem}.gallery-card__stat{display:flex;align-items:center;gap:.25rem}.gallery-card__stat svg{width:1rem;height:1rem}.gallery-card__stat--primary{color:var(--color-primary)}.gallery-card__stat--primary span{color:var(--color-muted-foreground)}.gallery-card__stat--accent{color:var(--color-accent)}.gallery-card__stat--accent span{color:var(--color-muted-foreground)}.footer{padding:2rem 0;border-top:1px solid var(--color-border);background-color:#ffffff80}.footer__container{display:flex;flex-direction:column;align-items:center;gap:1rem}.footer__text{font-size:.875rem;color:var(--color-muted-foreground)}@media(min-width:640px){.hero__container{padding-top:5rem;padding-bottom:6rem}.hero__title{font-size:3rem}.hero__subtitle{font-size:1.25rem}.features,.form-grid--2,.needs-grid,.gallery__grid{grid-template-columns:repeat(2,1fr)}.footer__container{flex-direction:row;justify-content:space-between}}@media(min-width:768px){.mission{padding:4rem 0}.form-section{padding:5rem 0}.form-section__title{font-size:2.25rem}.gallery{padding:5rem 0}.gallery__title{font-size:2.25rem}}@media(min-width:1024px){.hero__title{font-size:3.75rem}.features{grid-template-columns:repeat(4,1fr)}.needs-grid{grid-template-columns:repeat(3,1fr)}.gallery__grid{grid-template-columns:repeat(4,1fr)}}.gallery-card iframe{aspect-ratio:3/4}
/*# sourceMappingURL=/cdn/shop/t/76/assets/recomand.css.map */
