@import"https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800;900&display=swap";.container{max-width:1320px;margin:0 auto;padding:0 2rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem 2rem;border:none;border-radius:var(--radius-full);font-weight:600;font-size:.9375rem;cursor:pointer;transition:var(--transition);text-decoration:none;white-space:nowrap}.btn-primary{background:linear-gradient(135deg,var(--orange-primary),var(--orange-dark));color:#fff;box-shadow:var(--shadow-orange)}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 30px #f5a62380}.btn-secondary{background:transparent;color:var(--text-white);border:2px solid rgba(255,255,255,.2)}.btn-secondary:hover{border-color:var(--orange-primary);color:var(--orange-primary)}.btn-lg{padding:1.125rem 2.5rem;font-size:1rem}.home-page{background:var(--bg-secondary);min-height:100vh}.hero{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:2rem;position:relative;background:linear-gradient(#0f1119d9,#0f1119d9),url(https://images.unsplash.com/photo-1469854523086-cc02fe5d8800?w=1920&q=80) center/cover no-repeat;background-attachment:fixed}.hero:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at center,rgba(245,166,35,.08) 0%,transparent 70%);pointer-events:none;z-index:0}.hero-content{max-width:800px;margin:0 auto;position:relative;z-index:2}.hero-icon{width:280px;height:200px;margin:0 auto 3rem;display:flex;align-items:center;justify-content:center}.hero-icon svg{width:100%;height:100%;stroke:#c4c9d44d;fill:none;stroke-width:.5;filter:drop-shadow(0 0 30px rgba(245,166,35,.1))}.hero-title{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700;color:var(--text-white);margin-bottom:1rem;line-height:1.2;letter-spacing:-.01em}.hero-subtitle{font-size:clamp(.875rem,2vw,1rem);color:var(--text-light);margin-bottom:2.5rem;opacity:.8;line-height:1.6}.cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.features-section{padding:5rem 2rem;background:var(--bg-secondary)}.features-section .section-title{font-size:clamp(1.5rem,3vw,2rem);font-weight:700;color:var(--text-white);text-align:center;margin-bottom:3rem;text-transform:uppercase;letter-spacing:.1em;opacity:.9}.features-grid{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.feature-card{text-align:center;padding:0}.feature-icon{width:50px;height:50px;margin:0 auto 1rem;display:flex;align-items:center;justify-content:center;position:relative}.feature-icon svg{width:100%;height:100%;stroke:var(--orange-primary);fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.feature-title{font-size:1rem;font-weight:700;color:var(--text-white);margin-bottom:.5rem;text-transform:capitalize;letter-spacing:.02em}.feature-description{font-size:.875rem;color:var(--text-light);opacity:.7;line-height:1.5}.featured-vehicles{padding:6rem 2rem;background:var(--bg-primary)}.section-title{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700;color:var(--text-white);text-align:center;margin-bottom:1rem;text-transform:uppercase;letter-spacing:.05em}.section-description{text-align:center;color:var(--text-light);opacity:.7;margin-bottom:4rem;font-size:clamp(.875rem,1.5vw,1rem)}.vehicles-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:2rem;max-width:1400px;margin:0 auto}.vehicle-card{background:var(--bg-card);border-radius:var(--radius-lg);overflow:hidden;border:1px solid var(--border-color);transition:var(--transition)}.vehicle-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #00000080,0 0 40px #f5a62326;border-color:#f5a6234d}.vehicle-image{position:relative;height:220px;overflow:hidden;background:var(--bg-secondary)}.vehicle-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.vehicle-card:hover .vehicle-image img{transform:scale(1.05)}.vehicle-category{position:absolute;top:1rem;right:1rem;background:linear-gradient(135deg,var(--orange-primary),var(--orange-dark));color:#fff;padding:.4rem 1rem;border-radius:var(--radius-full);font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;box-shadow:var(--shadow-orange)}.vehicle-info{padding:1.5rem}.vehicle-name{font-size:1.375rem;font-weight:700;color:var(--text-white);margin-bottom:.75rem;text-transform:uppercase;letter-spacing:-.01em}.vehicle-description{color:var(--text-light);font-size:.875rem;line-height:1.6;margin-bottom:1.25rem;opacity:.8;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.vehicle-specs{display:flex;gap:.75rem;margin-bottom:1.5rem;flex-wrap:wrap}.spec{display:flex;align-items:center;gap:.5rem;font-size:.8125rem;color:var(--text-light);background:#f5a62314;padding:.5rem .75rem;border-radius:var(--radius-sm);border:1px solid rgba(245,166,35,.15)}.spec svg{width:14px;height:14px;color:var(--orange-primary)}.vehicle-footer{display:flex;justify-content:space-between;align-items:center;padding-top:1.25rem;border-top:1px solid var(--border-color)}.vehicle-price{display:flex;flex-direction:column}.price-label{font-size:.6875rem;color:var(--text-gray);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.25rem}.price-amount{font-size:1.75rem;font-weight:900;color:var(--orange-primary);line-height:1}.price-period{font-size:.6875rem;color:var(--text-gray);margin-top:.25rem}.cta-section{padding:6rem 2rem;background:var(--bg-secondary);text-align:center}.cta-content h2{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700;color:var(--text-white);margin-bottom:1rem}.cta-content p{font-size:clamp(.875rem,2vw,1.125rem);color:var(--text-light);opacity:.8;margin-bottom:2.5rem;max-width:600px;margin-left:auto;margin-right:auto}.page-header{background:var(--bg-secondary);padding:6rem 2rem 4rem;text-align:center;border-bottom:1px solid var(--border-color)}.page-title{font-size:clamp(2.5rem,5vw,3.5rem);font-weight:900;color:var(--text-white);margin-bottom:1rem;text-transform:uppercase;letter-spacing:-.02em}.page-subtitle{font-size:clamp(1rem,2vw,1.25rem);color:var(--text-light);opacity:.8;max-width:700px;margin:0 auto}.vehicles-page,.pricing-page,.contact-page,.faq-page,.conditions-page,.vehicle-detail-page{padding:4rem 2rem;min-height:100vh;background:var(--bg-primary)}.vehicle-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:3rem;gap:2rem}.vehicle-title{font-size:clamp(2rem,4vw,3rem);font-weight:900;color:var(--text-white);margin-bottom:.5rem;text-transform:uppercase;letter-spacing:-.02em}.vehicle-badge{display:inline-block;background:linear-gradient(135deg,var(--orange-primary),var(--orange-dark));color:#fff;padding:.5rem 1rem;border-radius:var(--radius-full);font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.vehicle-price-box{background:var(--bg-card);padding:2rem;border-radius:var(--radius-lg);text-align:right;border:1px solid var(--border-color)}.price-main{font-size:3rem;font-weight:900;color:var(--orange-primary);line-height:1}.vehicle-gallery{margin-bottom:3rem}.gallery-main{border-radius:var(--radius-lg);overflow:hidden;margin-bottom:1rem;background:var(--bg-secondary)}.main-image{width:100%;height:500px;object-fit:cover}.gallery-thumbs{display:flex;gap:1rem}.thumb{width:100px;height:80px;border-radius:var(--radius-sm);overflow:hidden;border:3px solid transparent;cursor:pointer;transition:var(--transition)}.thumb.active{border-color:var(--orange-primary)}.thumb:hover{opacity:.8}.thumb img{width:100%;height:100%;object-fit:cover}.vehicle-section{margin-bottom:3rem}.vehicle-section h2{font-size:1.75rem;font-weight:700;color:var(--text-white);margin-bottom:1.5rem;text-transform:uppercase}.specs-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem}.spec-item{display:flex;align-items:center;gap:1rem;padding:1.25rem;background:var(--bg-card);border-radius:var(--radius-md);border:1px solid var(--border-color)}.spec-item svg{width:24px;height:24px;color:var(--orange-primary);flex-shrink:0}.features-list{list-style:none;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem}.features-list li{display:flex;align-items:center;gap:.75rem;color:var(--text-light)}.feature-check{color:var(--orange-primary);width:20px;height:20px;display:inline-flex}.vehicle-actions-section{display:flex;gap:1rem;padding:2rem 0;border-top:2px solid var(--border-color);border-bottom:2px solid var(--border-color);margin:2rem 0;flex-wrap:wrap}.booking-form-container{background:var(--bg-card);padding:3rem;border-radius:var(--radius-lg);margin-top:3rem;border:1px solid var(--border-color)}.booking-form-container h2{font-size:2rem;font-weight:700;color:var(--text-white);margin-bottom:2rem;text-transform:uppercase}.form-section{margin-bottom:2.5rem;padding-bottom:2.5rem;border-bottom:1px solid var(--border-color)}.form-section:last-child{border-bottom:none}.form-section h3{font-size:1.25rem;font-weight:600;color:var(--text-white);margin-bottom:1.5rem;text-transform:uppercase;letter-spacing:.05em}.form-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-size:.875rem;font-weight:600;color:var(--text-light);text-transform:uppercase;letter-spacing:.05em}.form-control,input[type=text],input[type=email],input[type=tel],input[type=date],select,textarea{padding:1rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:var(--radius-sm);color:var(--text-white);font-size:1rem;font-family:Outfit,sans-serif;transition:var(--transition)}.form-control:focus,input:focus,select:focus,textarea:focus{outline:none;border-color:var(--orange-primary);box-shadow:0 0 0 3px #f5a6231a}.duration-display{display:flex;align-items:center;gap:.75rem;padding:1rem;background:#f5a6231a;border-radius:var(--radius-sm);border:1px solid rgba(245,166,35,.3);margin-top:1rem;color:var(--text-white);font-weight:600}.duration-display svg{width:24px;height:24px;color:var(--orange-primary)}.options-list{display:flex;flex-direction:column;gap:1rem}.option-item{display:flex;align-items:center;gap:1rem;padding:1.25rem;background:#ffffff08;border:1px solid var(--border-color);border-radius:var(--radius-md);cursor:pointer;transition:var(--transition)}.option-item:hover{border-color:var(--orange-primary);background:#f5a6230d}.option-item input[type=checkbox]{width:20px;height:20px;cursor:pointer;accent-color:var(--orange-primary)}.option-info{flex:1}.option-name{font-weight:600;color:var(--text-white);margin-bottom:.25rem}.option-description{font-size:.875rem;color:var(--text-light);opacity:.8}.option-price{font-weight:700;color:var(--orange-primary);font-size:1.125rem}.price-summary{background:#ffffff08;padding:2rem;border-radius:var(--radius-md);border:1px solid var(--border-color)}.summary-row{display:flex;justify-content:space-between;padding:1rem 0;border-bottom:1px solid var(--border-color);color:var(--text-light)}.summary-row.discount{color:#4ade80}.summary-row.total{border-bottom:none;border-top:2px solid rgba(255,255,255,.1);font-size:1.5rem;font-weight:900;color:var(--text-white);margin-top:1rem}.summary-row.total span:last-child{color:var(--orange-primary)}.payment-options{display:flex;flex-direction:column;gap:1rem}.payment-option{display:flex;align-items:center;justify-content:space-between;padding:1.25rem;border:2px solid rgba(255,255,255,.1);border-radius:var(--radius-md);cursor:pointer;transition:var(--transition)}.payment-option:has(input:checked){border-color:var(--orange-primary);background:#f5a6230d}.payment-option input[type=radio]{width:20px;height:20px;cursor:pointer;accent-color:var(--orange-primary);margin-right:1rem}.payment-label{font-weight:600;color:var(--text-white)}.payment-amount{font-size:1.25rem;font-weight:900;color:var(--orange-primary)}.calendar{background:var(--bg-card);padding:2rem;border-radius:var(--radius-lg);border:1px solid var(--border-color);margin-top:1.5rem}.calendar-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.calendar-month{font-size:1.25rem;font-weight:700;color:var(--text-white)}.btn-icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:transparent;border:1px solid rgba(255,255,255,.1);border-radius:var(--radius-sm);color:var(--text-white);cursor:pointer;transition:var(--transition)}.btn-icon:hover{background:var(--orange-primary);border-color:var(--orange-primary);color:var(--bg-primary)}.calendar-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:.5rem}.calendar-day-name{text-align:center;padding:.75rem;font-weight:600;color:var(--text-gray);font-size:.875rem;text-transform:uppercase}.calendar-day{aspect-ratio:1;display:flex;align-items:center;justify-content:center;border-radius:var(--radius-sm);border:1px solid rgba(255,255,255,.1);font-weight:600;color:var(--text-white);cursor:pointer;transition:var(--transition)}.calendar-day.empty{border:none;cursor:default}.calendar-day.booked{background:#ef444433;border-color:#ef444466;color:var(--text-gray);cursor:not-allowed}.calendar-day.past{opacity:.3;cursor:not-allowed}.calendar-legend{display:flex;gap:2rem;margin-top:2rem;padding-top:2rem;border-top:1px solid var(--border-color)}.legend-item{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:var(--text-light)}.legend-color{width:20px;height:20px;border-radius:4px;border:1px solid rgba(255,255,255,.1)}.legend-color.available{background:transparent}.legend-color.booked{background:#ef444433;border-color:#ef444466}.pricing-table{overflow-x:auto;border-radius:var(--radius-lg);background:var(--bg-card);border:1px solid var(--border-color)}.pricing-table table{width:100%;border-collapse:collapse}.pricing-table th,.pricing-table td{padding:1.5rem;text-align:left;border-bottom:1px solid var(--border-color)}.pricing-table th{background:#f5a6231a;color:var(--orange-primary);font-weight:700;text-transform:uppercase;font-size:.875rem;letter-spacing:.05em}.pricing-table tr:last-child td{border-bottom:none}.vehicle-cell{display:flex;align-items:center;gap:1rem}.vehicle-thumb{width:60px;height:40px;object-fit:cover;border-radius:var(--radius-sm)}.price-cell{font-weight:700;color:var(--orange-primary);font-size:1.125rem}.discounts-grid,.options-grid,.included-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:2rem}.discount-card,.option-card,.included-item{background:var(--bg-card);padding:2rem;border-radius:var(--radius-lg);border:1px solid var(--border-color);text-align:center;transition:var(--transition)}.discount-card:hover,.option-card:hover{border-color:var(--orange-primary);transform:translateY(-4px)}.discount-icon{width:60px;height:60px;margin:0 auto 1rem;color:var(--orange-primary)}.discount-icon svg{width:100%;height:100%}.discount-percent{font-size:2.5rem;font-weight:900;color:var(--orange-primary);margin-bottom:.5rem}.contact-content{display:grid;grid-template-columns:1fr 1.5fr;gap:3rem;margin-bottom:4rem}.contact-info-section{display:flex;flex-direction:column;gap:1.5rem}.contact-card{background:var(--bg-card);padding:2rem;border-radius:var(--radius-lg);border:1px solid var(--border-color);text-align:center}.contact-icon{width:60px;height:60px;margin:0 auto 1rem;color:var(--orange-primary)}.contact-icon svg{width:100%;height:100%}.contact-link{color:var(--orange-primary);font-weight:600;font-size:1.125rem;text-decoration:none}.contact-link:hover{text-decoration:underline}.contact-form-section{background:var(--bg-card);padding:3rem;border-radius:var(--radius-lg);border:1px solid var(--border-color)}.map-container{border-radius:var(--radius-lg);overflow:hidden;height:450px;border:1px solid var(--border-color)}.faq-list{max-width:900px;margin:0 auto}.faq-item{background:var(--bg-card);margin-bottom:1rem;border-radius:var(--radius-lg);border:1px solid var(--border-color);overflow:hidden}.faq-question{width:100%;display:flex;justify-content:space-between;align-items:center;padding:2rem;background:transparent;font-size:1.125rem;font-weight:600;text-align:left;cursor:pointer;border:none;color:var(--text-white);transition:var(--transition)}.faq-question:hover{background:#f5a6230d}.faq-icon{width:24px;height:24px;display:flex;align-items:center;justify-content:center;color:var(--orange-primary)}.faq-icon svg{width:100%;height:100%}.faq-answer{padding:0 2rem 2rem;color:var(--text-light);line-height:1.8}.conditions-content{max-width:900px;margin:0 auto}.condition-section{background:var(--bg-card);padding:3rem;border-radius:var(--radius-lg);border:1px solid var(--border-color);margin-bottom:2rem}.condition-section h2{color:var(--orange-primary);font-size:1.5rem;margin-bottom:1rem;text-transform:uppercase}.condition-section p{color:var(--text-light);line-height:1.8}@media(max-width:1024px){.nav{display:none}.contact-content{grid-template-columns:1fr}}@media(max-width:1024px){.features-grid{grid-template-columns:repeat(2,1fr);gap:2rem}}@media(max-width:768px){.hero{padding:4rem 1.5rem;min-height:80vh}.hero-icon{width:200px;height:140px;margin-bottom:2rem}.features-section{padding:3rem 1.5rem}.features-grid{grid-template-columns:1fr;gap:2rem}.feature-icon{width:50px;height:50px}.vehicles-grid{grid-template-columns:1fr}.vehicle-header{flex-direction:column}.vehicle-price-box{width:100%}.form-row{grid-template-columns:1fr}.vehicle-actions-section{flex-direction:column}.booking-form-container{padding:2rem}.cta-buttons{flex-direction:column;width:100%}.btn-lg{width:100%}}.header{position:fixed;top:0;left:0;right:0;z-index:1000;background:#0f1119f2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(255,255,255,.1)}.header-content{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 2rem}.logo{display:flex;align-items:center;gap:.75rem;text-decoration:none;color:var(--text-white);font-weight:700;font-size:1.5rem;letter-spacing:.1em;text-transform:uppercase;transition:var(--transition)}.logo:hover{color:var(--orange-primary)}.logo-icon{width:32px;height:32px;display:flex;align-items:center;justify-content:center;color:var(--orange-primary)}.logo-icon svg{width:100%;height:100%}.nav{display:flex;align-items:center;gap:2.5rem}.nav-link{color:var(--text-light);text-decoration:none;font-weight:500;font-size:.9375rem;text-transform:uppercase;letter-spacing:.05em;transition:var(--transition);position:relative}.nav-link:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:2px;background:var(--orange-primary);transition:width .3s ease}.nav-link:hover{color:var(--orange-primary)}.nav-link:hover:after{width:100%}.header-actions{display:flex;align-items:center;gap:1.5rem}.phone-link{display:flex;align-items:center;gap:.5rem;color:var(--orange-primary);text-decoration:none;font-weight:600;font-size:.9375rem;padding:.5rem 1rem;border:1px solid rgba(245,166,35,.3);border-radius:var(--radius-full);transition:var(--transition)}.phone-link:hover{background:var(--orange-primary);color:var(--bg-primary);border-color:var(--orange-primary)}.language-toggle{display:flex;align-items:center;gap:.5rem;background:transparent;border:1px solid rgba(255,255,255,.1);color:var(--text-white);padding:.5rem 1rem;border-radius:var(--radius-full);cursor:pointer;font-weight:600;font-size:.875rem;transition:var(--transition)}.language-toggle:hover{border-color:var(--orange-primary);color:var(--orange-primary)}.language-toggle svg{width:18px;height:18px}.footer{background:var(--bg-secondary);border-top:1px solid rgba(255,255,255,.05);padding:6rem 2rem 2rem;margin-top:8rem}.footer-main{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:4rem;margin-bottom:4rem;padding-bottom:4rem;border-bottom:1px solid rgba(255,255,255,.05)}.footer-brand{max-width:350px}.footer-logo{font-size:1.5rem;font-weight:700;color:var(--text-white);margin-bottom:1rem;text-transform:uppercase;letter-spacing:.15em}.footer-tagline{color:var(--text-light);line-height:1.7;opacity:.7;font-size:.9375rem}.footer-section{display:flex;flex-direction:column}.footer-heading{font-size:.875rem;font-weight:700;color:var(--text-white);margin-bottom:2rem;text-transform:uppercase;letter-spacing:.1em;opacity:.9}.footer-menu{list-style:none;display:flex;flex-direction:column;gap:1rem}.footer-menu a{color:var(--text-light);text-decoration:none;transition:var(--transition);font-size:.9375rem;opacity:.8}.footer-menu a:hover{color:var(--orange-primary);transform:translate(4px)}.footer-contact-grid{display:flex;flex-direction:column;gap:1.5rem}.footer-contact-item{display:flex;flex-direction:column;align-items:center;text-align:center;text-decoration:none;color:var(--text-light);transition:var(--transition);gap:.75rem}.footer-contact-item:hover{color:var(--orange-primary)}.footer-contact-item:hover .footer-icon{transform:scale(1.1);filter:drop-shadow(0 0 20px rgba(245,166,35,.4))}.footer-icon{width:50px;height:50px;display:flex;align-items:center;justify-content:center;transition:var(--transition)}.footer-icon svg{width:100%;height:100%;stroke:var(--orange-primary);fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.footer-contact-item span{font-size:.9375rem;font-weight:500}.footer-locations-grid{display:flex;flex-direction:column;gap:1.5rem}.footer-location-item{display:flex;flex-direction:column;align-items:center;text-align:center;color:var(--text-light);gap:.75rem}.footer-location-item span{font-size:.9375rem;font-weight:500;white-space:pre-line;line-height:1.4}.footer-bottom{text-align:center;color:var(--text-gray);font-size:.875rem;opacity:.6;padding-top:2rem}@media(max-width:1024px){.nav{display:none}.header-content{padding:1rem 1.5rem}.footer-main{grid-template-columns:1fr 1fr;gap:3rem}.footer-icon{width:50px;height:50px}}@media(max-width:768px){.header-actions{gap:1rem}.phone-link{display:none}.footer-main{grid-template-columns:1fr;gap:3rem}.footer{padding:4rem 1.5rem 2rem;margin-top:4rem}.footer-brand{max-width:100%}.footer-icon{width:50px;height:50px}}main{padding-top:90px;min-height:100vh}:root{--bg-primary: #1A1D29;--bg-secondary: #0F1119;--bg-card: #252834;--orange-primary: #F5A623;--orange-dark: #E89A1F;--orange-light: #F7B84B;--text-white: #FFFFFF;--text-light: #C4C9D4;--text-gray: #8B8F9A;--border-color: rgba(255, 255, 255, .08);--shadow-sm: 0 2px 8px rgba(0, 0, 0, .4);--shadow-md: 0 4px 16px rgba(0, 0, 0, .5);--shadow-lg: 0 8px 24px rgba(0, 0, 0, .6);--shadow-orange: 0 4px 20px rgba(245, 166, 35, .3);--radius-sm: 8px;--radius-md: 12px;--radius-lg: 16px;--radius-xl: 20px;--radius-full: 999px;--transition: all .3s cubic-bezier(.4, 0, .2, 1);--container-width: 1320px;--header-height: 90px}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Outfit,-apple-system,BlinkMacSystemFont,sans-serif;background-color:var(--bg-secondary);color:var(--text-light);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.container{max-width:var(--container-width);margin:0 auto;padding:0 2rem}img{max-width:100%;display:block}a{text-decoration:none;color:inherit}button{font-family:inherit;cursor:pointer;border:none;outline:none}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.625rem;padding:.875rem 1.75rem;border-radius:var(--radius-full);font-weight:600;font-size:.9375rem;transition:var(--transition);white-space:nowrap}.btn-primary{background:var(--orange-primary);color:var(--bg-secondary);box-shadow:var(--shadow-orange)}.btn-primary:hover{background:var(--orange-dark);transform:translateY(-2px);box-shadow:0 6px 24px #f5a62366}.btn-secondary{background:transparent;border:2px solid var(--orange-primary);color:var(--orange-primary)}.btn-secondary:hover{background:var(--orange-primary);color:var(--bg-secondary)}.form-group{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1.25rem}.form-group label{font-weight:600;color:var(--text-white);font-size:.875rem}input,select,textarea{width:100%;padding:.875rem 1.125rem;background:#ffffff0a;border:1px solid var(--border-color);border-radius:var(--radius-sm);color:var(--text-white);font-family:inherit;font-size:.9375rem;transition:var(--transition)}input:focus,select:focus,textarea:focus{outline:none;border-color:var(--orange-primary);background:#ffffff0f}textarea{resize:vertical;min-height:120px}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:var(--bg-secondary)}::-webkit-scrollbar-thumb{background:var(--orange-primary);border-radius:5px}::-webkit-scrollbar-thumb:hover{background:var(--orange-dark)}@media(max-width:768px){.container{padding:0 1.25rem}.btn{padding:.75rem 1.5rem;font-size:.875rem}}
