:root{--primary:#000;--primary-dark:#1a1a1a;--primary-light:#333;--accent:#d4af37;--accent-dark:#b8962e;--accent-light:#e5c158;--background:#fff;--background-alt:#f8f8f8;--gray-800:#1a202c;--gray-600:#4b5563;--gray-400:#9ca3af;--gray-200:#e5e7eb;--gray-100:#f3f4f6;--white:#fff}.venue-template{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}.btn-primary{background-color:var(--primary)!important;color:#fff!important}.btn-primary:hover{background-color:var(--primary-dark)!important}.btn-accent{background-color:var(--accent)!important;color:#fff!important}.btn-accent:hover{background-color:var(--accent-dark)!important}.text-primary{color:var(--primary)!important}.text-accent{color:var(--accent)!important}.bg-primary{background-color:var(--primary)!important}.bg-accent{background-color:var(--accent)!important}.bg-background{background-color:var(--background)!important}.bg-background-alt{background-color:var(--background-alt)!important}.border-primary{border-color:var(--primary)!important}.border-accent{border-color:var(--accent)!important}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.animate-fadeIn{animation:fadeIn .4s ease-out forwards}@keyframes shimmer{0%{transform:translateX(-100%)}to{transform:translateX(100%)}}.animate-shimmer{animation:shimmer 2s infinite;background-size:200% 100%}input:focus,select:focus,textarea:focus{border-color:var(--accent)!important;outline:none;transition:border-color .3s ease}.custom-date{position:relative}.custom-date input[type=date]{-moz-appearance:none;appearance:none;-webkit-appearance:none;width:100%;padding:.75rem 0;border:none;border-bottom:1px solid var(--gray-200);background-color:transparent;font-weight:300;color:var(--gray-800);outline:none;transition:all .3s ease}.custom-date input[type=date]::-webkit-calendar-picker-indicator{background:transparent;position:absolute;right:0;top:50%;transform:translateY(-50%);cursor:pointer;z-index:1;opacity:0;width:100%;height:2.5rem}.custom-date:after{content:"";position:absolute;right:0;top:50%;transform:translateY(-50%);width:20px;height:20px;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='%23D4AF37' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect width='18' height='18' x='3' y='4' rx='2' ry='2'%3E%3C/rect%3E%3Cline x1='16' y1='2' x2='16' y2='6'%3E%3C/line%3E%3Cline x1='8' y1='2' x2='8' y2='6'%3E%3C/line%3E%3Cline x1='3' y1='10' x2='21' y2='10'%3E%3C/line%3E%3C/svg%3E");background-size:contain;background-repeat:no-repeat;pointer-events:none}.custom-date input[type=date]:focus{border-color:var(--accent)}.custom-select{position:relative}.custom-select select{-moz-appearance:none;appearance:none;-webkit-appearance:none;width:100%;padding:.75rem 0;border:none;border-bottom:1px solid var(--gray-200);background-color:transparent;font-weight:300;color:var(--gray-800);outline:none;cursor:pointer;transition:all .3s ease}.custom-select:after{content:"";position:absolute;right:0;top:50%;transform:translateY(-50%);width:20px;height:20px;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='%23D4AF37' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-size:contain;background-repeat:no-repeat;pointer-events:none}.custom-select select:focus{border-color:var(--accent)}.custom-input{position:relative}.custom-input input[type=email],.custom-input input[type=number],.custom-input input[type=tel],.custom-input input[type=text]{width:100%;padding:.75rem 0;border:none;border-bottom:1px solid var(--gray-200);background-color:transparent;font-weight:300;color:var(--gray-800);outline:none;transition:all .3s ease}.custom-input input::-moz-placeholder{color:var(--gray-400)}.custom-input input::placeholder{color:var(--gray-400)}.custom-input input:focus{border-color:var(--accent)}.custom-checkbox{position:relative;display:flex;align-items:flex-start;gap:.75rem;margin-top:1rem;margin-bottom:1rem}.custom-checkbox input[type=checkbox]{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:20px;height:20px;border:1px solid var(--primary);border-radius:3px;outline:none;flex-shrink:0;margin-top:.125rem;cursor:pointer;transition:all .2s ease}.custom-checkbox input[type=checkbox]:checked{background-color:var(--accent);border-color:var(--accent)}.custom-checkbox input[type=checkbox]:checked:after{content:"";position:absolute;left:7px;top:3px;width:6px;height:12px;border:solid #fff;border-width:0 2px 2px 0;transform:rotate(45deg)}.custom-checkbox label{font-size:.875rem;line-height:1.4;color:var(--gray-600);cursor:pointer}.success-icon{color:var(--accent);width:64px;height:64px;margin:0 auto 1.5rem}.success-message{text-align:center;padding:2rem}.success-message h3{font-size:1.5rem;font-weight:400;color:var(--gray-800);margin-bottom:.75rem}.success-message p{font-weight:300;color:var(--gray-600);margin-bottom:1.5rem}.editable-text{cursor:pointer;outline:2px dashed rgba(34,197,94,.4);outline-offset:2px;border-radius:4px;transition:all .2s ease}.editable-text:hover{outline:2px dashed rgba(34,197,94,.7);background:rgba(34,197,94,.05)}.editable-image{cursor:pointer;outline:3px dashed rgba(59,130,246,.5);outline-offset:-3px;transition:all .2s ease}.editable-image:hover{outline:3px dashed rgba(59,130,246,.8)}.testimonial-card{transition:all .3s ease;height:100%;display:flex;flex-direction:column}.testimonial-card:hover{transform:translateY(-3px);box-shadow:0 10px 25px -5px rgba(0,0,0,.05)}.testimonial-quote{overflow-wrap:break-word;word-break:break-word;line-height:1.6;font-weight:300}.testimonial-carousel{scrollbar-width:none;-ms-overflow-style:none}.testimonial-carousel::-webkit-scrollbar{display:none}.testimonial-transition{transition:transform .5s cubic-bezier(.4,0,.2,1)}.testimonial-nav-button{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;background-color:#fff;box-shadow:0 1px 3px rgba(0,0,0,.1);transition:all .2s ease;-webkit-tap-highlight-color:transparent;color:#6b7280}.testimonial-nav-button:hover{color:var(--accent)}.testimonial-nav-button:active{transform:scale(.95);background-color:var(--accent-light)}.testimonial-dot{transition:all .3s ease}@media (max-width:640px){.testimonial-quote{font-size:.95rem;line-height:1.5;max-height:50vh;overflow-y:auto;padding-right:5px}.testimonial-nav-button{width:36px;height:36px}}.testimonials-section{padding-top:2.5rem;padding-bottom:2.5rem}@media (min-width:768px){.testimonials-section{padding-top:4rem;padding-bottom:4rem}}