.cc-page{--cc-green: #b2eba7;--cc-green-dark: #1a3a14;--cc-radius: 1.2rem;--fp-beige: #F2F3F0}.cc-container{max-width:1100px;margin:0 auto;padding:0 2.4rem}.cc-hero{padding:6rem 0 3rem;text-align:center}.cc-hero__badge{display:inline-flex;align-items:center;gap:.6rem;padding:.5rem 1.4rem;border-radius:10rem;background:#b2eba747;color:var(--cc-green-dark);font-family:var(--font-subtitle-family, "Roboto Mono", monospace);font-size:1.1rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;margin-bottom:2rem}.cc-hero__badge svg{stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.cc-hero__title{font-family:var(--font-heading-family, "Figtree", sans-serif);font-size:clamp(3.2rem,5vw,4.8rem);font-weight:700;line-height:1.1;color:rgb(var(--color-foreground-title));margin:0 0 1.2rem}.cc-hero__sub{font-size:1.5rem;line-height:1.6;color:rgba(var(--color-foreground),.72);max-width:52rem;margin:0 auto}.cc-categories{padding:2rem 0 4rem;background:var(--fp-beige)}.cc-categories__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.2rem}.cc-cat{display:flex;align-items:center;gap:1.4rem;padding:2rem 1.8rem;border-radius:var(--cc-radius);background:#fff;border:1px solid rgba(var(--color-border),.7);cursor:pointer;text-align:left;color:inherit;font-family:inherit;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease}.cc-cat:hover{transform:translateY(-3px);box-shadow:0 8px 30px #00000012;border-color:rgba(var(--color-foreground),.12)}.cc-cat__icon{width:4.8rem;height:4.8rem;min-width:4.8rem;border-radius:1rem;background:#b2eba74d;display:flex;align-items:center;justify-content:center;transition:background .3s ease}.cc-cat:hover .cc-cat__icon{background:#b2eba773}.cc-cat__icon svg{width:2.2rem;height:2.2rem;stroke:#3f3f3f;fill:none;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}.cc-cat__text{flex:1;display:flex;flex-direction:column;gap:.3rem}.cc-cat__title{font-family:var(--font-heading-family, "Figtree", sans-serif);font-size:1.4rem;font-weight:600;line-height:1.3;color:rgb(var(--color-foreground-title))}.cc-cat__desc{font-size:1.15rem;color:rgba(var(--color-foreground),.65);line-height:1.4}.cc-cat__arrow{width:2rem;height:2rem;flex-shrink:0;opacity:0;transform:translate(-4px);transition:opacity .25s ease,transform .25s ease}.cc-cat__arrow svg{width:2rem;height:2rem;stroke:rgb(var(--color-foreground-title));fill:none;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}.cc-cat:hover .cc-cat__arrow{opacity:1;transform:translate(0)}.cc-form-section{padding:2rem 0 4rem}.cc-form-card{max-width:72rem;margin:0 auto;background:var(--fp-beige);border:1px solid rgba(var(--color-border),.7);border-radius:var(--cc-radius);padding:3.2rem}.cc-form__back{display:inline-flex;align-items:center;gap:.5rem;padding:0;background:none;border:none;cursor:pointer;color:rgba(var(--color-foreground),.65);font-size:1.2rem;font-family:inherit;margin-bottom:2.4rem;transition:color .2s ease}.cc-form__back:hover{color:rgba(var(--color-foreground),.8)}.cc-form__back svg{width:1.6rem;height:1.6rem;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.cc-form__header{display:flex;align-items:center;gap:1.6rem;margin-bottom:2.8rem;padding-bottom:2rem;border-bottom:1px solid rgba(var(--color-border),.55)}.cc-form__header-icon{width:5.2rem;height:5.2rem;min-width:5.2rem;border-radius:1.2rem;background:#b2eba74d;display:flex;align-items:center;justify-content:center}.cc-form__header-icon svg{width:2.4rem;height:2.4rem;stroke:#3f3f3f;fill:none;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}.cc-form__title{font-family:var(--font-heading-family, "Figtree", sans-serif);font-size:2.2rem;font-weight:700;color:rgb(var(--color-foreground-title));margin:0;line-height:1.2}.cc-form__subtitle{font-size:1.3rem;color:rgba(var(--color-foreground),.65);margin:.3rem 0 0}.cc-form__fields{display:flex;flex-direction:column;gap:1.6rem}.cc-form__row{display:flex;gap:1.2rem}.cc-form__row--half>.cc-form__field{flex:1}.cc-form__field{display:flex;flex-direction:column;gap:.6rem}.cc-form__field--full{width:100%}.cc-form__field label{font-family:var(--font-subtitle-family, "Roboto Mono", monospace);font-size:1.05rem;font-weight:500;text-transform:uppercase;letter-spacing:.08em;color:rgba(var(--color-foreground),.72)}.cc-required{color:#e25c5c}.cc-form__field input,.cc-form__field textarea,.cc-form__field select{padding:1.2rem 1.4rem;border:1px solid rgba(var(--color-border),.8);border-radius:.8rem;background:rgba(var(--color-background),1);color:rgb(var(--color-foreground));font-family:var(--font-body-family, "DM Sans", sans-serif);font-size:1.4rem;line-height:1.4;transition:border-color .2s ease,box-shadow .2s ease;width:100%}.cc-form__field input:focus,.cc-form__field textarea:focus,.cc-form__field select:focus{outline:none;border-color:var(--cc-green);box-shadow:0 0 0 3px #b2eba759}.cc-form__field textarea{resize:vertical;min-height:12rem}.cc-form__field select{-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1.2rem center;padding-right:3.2rem}.cc-form__actions{margin-top:.8rem;display:flex;flex-direction:column;gap:1rem}.cc-form__submit{display:inline-flex;align-items:center;justify-content:center;gap:.8rem;padding:1.4rem 3.2rem;background:rgb(var(--color-foreground-title));color:rgb(var(--color-background));border:none;border-radius:.8rem;font-family:var(--font-heading-family, "Figtree", sans-serif);font-size:1.4rem;font-weight:600;letter-spacing:.02em;cursor:pointer;transition:opacity .2s ease,transform .15s ease;align-self:flex-start}.cc-form__submit:hover{opacity:.85;transform:translateY(-1px)}.cc-form__submit svg{stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.cc-form__note{font-size:1.15rem;color:rgba(var(--color-foreground),.55);margin:0}.cc-success{text-align:center;padding:4rem 2rem}.cc-success__icon{width:6rem;height:6rem;margin:0 auto 2rem;border-radius:50%;background:#b2eba759;display:flex;align-items:center;justify-content:center}.cc-success__icon svg{width:3rem;height:3rem;stroke:var(--cc-green-dark);fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.cc-success__title{font-family:var(--font-heading-family, "Figtree", sans-serif);font-size:2.4rem;font-weight:700;color:rgb(var(--color-foreground-title));margin:0 0 1rem}.cc-success__text{font-size:1.4rem;color:rgba(var(--color-foreground),.72);max-width:42rem;margin:0 auto 2.4rem;line-height:1.6}.cc-success__btn{display:inline-flex;align-items:center;padding:1.2rem 2.8rem;background:rgb(var(--color-foreground-title));color:rgb(var(--color-background));text-decoration:none;border-radius:.8rem;font-family:var(--font-heading-family, "Figtree", sans-serif);font-size:1.3rem;font-weight:600;transition:opacity .2s ease}.cc-success__btn:hover{opacity:.85}.cc-info{padding:3rem 0;background:var(--fp-beige);border-top:1px solid rgba(var(--color-border),.45)}.cc-info__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.cc-info__item{display:flex;align-items:center;gap:1.2rem;padding:1.6rem}.cc-info__icon{width:4rem;height:4rem;min-width:4rem;border-radius:.8rem;background:#b2eba747;display:flex;align-items:center;justify-content:center}.cc-info__icon svg{width:2rem;height:2rem;stroke:var(--cc-green-dark);fill:none;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}.cc-info__text{display:flex;flex-direction:column;gap:.2rem}.cc-info__text strong{font-family:var(--font-heading-family, "Figtree", sans-serif);font-size:1.3rem;font-weight:600;color:rgb(var(--color-foreground-title))}.cc-info__text span{font-size:1.15rem;color:rgba(var(--color-foreground),.65)}.cc-direct{padding:2rem 0 5rem;text-align:center}.cc-direct__text{font-size:1.3rem;color:rgba(var(--color-foreground),.65);margin:0}.cc-direct__text a{color:rgb(var(--color-foreground-title));text-decoration:underline;text-underline-offset:3px;transition:opacity .2s ease}.cc-direct__text a:hover{opacity:.7}@media screen and (max-width:768px){.cc-hero{padding:4rem 0 2rem}.cc-hero__title{font-size:3rem}.cc-hero__sub{font-size:1.3rem}.cc-categories__grid{grid-template-columns:1fr;gap:1rem}.cc-cat{padding:1.6rem;gap:1.2rem}.cc-cat__icon{width:4rem;height:4rem;min-width:4rem}.cc-cat__arrow{opacity:1;transform:translate(0)}.cc-form-card{padding:2rem 1.6rem}.cc-form__row--half{flex-direction:column;gap:1.2rem}.cc-form__title{font-size:1.8rem}.cc-form__submit{width:100%}.cc-info__grid{grid-template-columns:1fr;gap:0}.cc-info__item{padding:1.2rem 0}}@media screen and (max-width:480px){.cc-container{padding:0 1.6rem}.cc-hero__title{font-size:2.6rem}.cc-form__header{flex-direction:column;text-align:center;gap:1rem}}
/*# sourceMappingURL=/cdn/shop/t/24/assets/customer-care.css.map */
