.contact-custom{min-height:100vh}.contact-custom__header{text-align:center;margin-bottom:5rem}.contact-custom__title{color:rgb(var(--color-foreground));margin-bottom:1.5rem}.contact-custom__description{color:rgba(var(--color-foreground),.8);max-width:80rem;margin:0 auto;font-size:1.6rem;line-height:1.7}.contact-custom__main{display:grid;grid-template-columns:1fr 1.2fr;gap:5rem;align-items:start}@media screen and (max-width: 990px){.contact-custom__main{grid-template-columns:1fr;gap:4rem}}.contact-custom__info{display:flex;flex-direction:column;gap:2rem}.contact-custom__info-header{margin-bottom:1rem}.contact-custom__info-title{font-size:2.2rem;color:rgb(var(--color-foreground));margin-bottom:1.5rem}.contact-custom__info-text{color:rgba(var(--color-foreground),.8);font-size:1.5rem;line-height:1.7;margin-bottom:1rem}.contact-custom__info-subtitle{color:rgb(var(--color-foreground));font-size:1.6rem;font-weight:600;margin:2rem 0 1.5rem}.contact-custom__methods{list-style:none;padding:0;margin:0 0 2.5rem;display:flex;flex-direction:column;gap:1.2rem}.contact-custom__method{display:flex;align-items:center;gap:1.2rem;padding:1.5rem 2rem;background:rgba(var(--color-foreground),.03);border:1px solid rgba(var(--color-foreground),.1);border-radius:1rem;transition:all .3s ease}.contact-custom__method:hover{background:#ffd7000d;border-color:#ffd7004d;transform:translate(5px)}.contact-custom__method-icon{width:4rem;height:4rem;display:flex;align-items:center;justify-content:center;background:#ffd7001a;border-radius:50%;flex-shrink:0}.contact-custom__method-icon svg{width:2rem;height:2rem;color:gold}.contact-custom__method-content{display:flex;flex-direction:column;gap:.3rem}.contact-custom__method-label{font-size:1.3rem;color:rgba(var(--color-foreground),.6);text-transform:uppercase;letter-spacing:.05em}.contact-custom__method-value{font-size:1.5rem;color:rgb(var(--color-foreground));text-decoration:none;transition:color .3s ease}.contact-custom__method-value:hover{color:gold}.contact-custom__note{padding:2rem;background:#ffd7000d;border-left:3px solid #ffd700;border-radius:0 1rem 1rem 0}.contact-custom__note p{color:rgba(var(--color-foreground),.9);font-size:1.5rem;line-height:1.6;margin:0}.contact-custom__note p+p{margin-top:.8rem}.contact-custom__note strong{color:gold}.contact-custom__form-wrapper{position:sticky;top:2rem}.contact-custom__form-container{background:rgba(var(--color-foreground),.03);border:1px solid rgba(var(--color-foreground),.1);border-radius:2rem;padding:4rem;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}@media screen and (max-width: 575px){.contact-custom__form-container{padding:2.5rem 2rem;border-radius:1.5rem}}.contact-custom__form-title{font-size:2.4rem;color:rgb(var(--color-foreground));margin-bottom:3rem;text-align:center}.contact-custom__form{display:flex;flex-direction:column;gap:2rem}.contact-custom__form-row{display:grid;grid-template-columns:1fr 1fr;gap:2rem}@media screen and (max-width: 575px){.contact-custom__form-row{grid-template-columns:1fr}}.contact-custom__field{display:flex;flex-direction:column;gap:.8rem}.contact-custom__label{font-size:1.4rem;color:rgba(var(--color-foreground),.8);font-weight:500}.contact-custom__input,.contact-custom__textarea,.contact-custom__select{width:100%;padding:1.4rem 1.8rem;background:rgba(var(--color-foreground),.05);border:1px solid rgba(var(--color-foreground),.15);border-radius:1rem;color:rgb(var(--color-foreground));font-size:1.5rem;transition:all .3s ease;font-family:inherit}.contact-custom__input:focus,.contact-custom__textarea:focus,.contact-custom__select:focus{outline:none;border-color:gold;background:#ffd7000d;box-shadow:0 0 0 3px #ffd7001a}.contact-custom__input::placeholder,.contact-custom__textarea::placeholder{color:rgba(var(--color-foreground),.4)}.contact-custom__textarea{resize:vertical;min-height:15rem}.contact-custom__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='%23888' 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.5rem center;background-size:1.8rem;padding-right:4rem}.contact-custom__submit{display:inline-flex;align-items:center;justify-content:center;gap:1rem;padding:1.6rem 3rem;margin-top:1rem;font-size:1.6rem;font-weight:600;width:100%;transition:all .3s ease}.contact-custom__submit:hover{transform:translateY(-2px);box-shadow:0 10px 30px #ffd7004d}.contact-custom__submit svg{width:2rem;height:2rem}.contact-custom__success,.contact-custom__error{display:flex;align-items:center;gap:1rem;padding:1.5rem 2rem;border-radius:1rem;margin-bottom:2rem;font-size:1.5rem}.contact-custom__success{background:#22c55e1a;border:1px solid rgba(34,197,94,.3);color:#22c55e}.contact-custom__error{background:#ef44441a;border:1px solid rgba(239,68,68,.3);color:#ef4444}.contact-custom__card{display:flex;align-items:flex-start;gap:1.5rem;padding:2rem;background:rgba(var(--color-foreground),.03);border:1px solid rgba(var(--color-foreground),.1);border-radius:1.5rem;transition:all .3s ease}.contact-custom__card:hover{background:#ffd7000d;border-color:#ffd7004d;transform:translateY(-3px)}.contact-custom__card-icon{width:5rem;height:5rem;display:flex;align-items:center;justify-content:center;background:#ffd7001a;border-radius:1rem;flex-shrink:0}.contact-custom__card-icon svg{color:gold}.contact-custom__card-content{flex:1}.contact-custom__card-title{font-size:1.3rem;text-transform:uppercase;letter-spacing:.1em;color:rgba(var(--color-foreground),.6);margin-bottom:.5rem}.contact-custom__card-link,.contact-custom__card-text{font-size:1.6rem;color:rgb(var(--color-foreground));text-decoration:none;line-height:1.5;word-break:break-word}.contact-custom__card-link:hover{color:gold}
/*# sourceMappingURL=/cdn/shop/t/8/assets/section-contact-custom.css.map */
