@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700;800;900&display=swap";:root{--color-red:#c00;--color-red-hover:#900;--color-black:#111;--color-white:#fff;--color-gray-dark:#ccc;--color-gray-light:#e5e7eb;--color-nav-text:#111;--font-sans:"Inter", system-ui, -apple-system, sans-serif}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-sans);background-color:var(--color-white);color:var(--color-black);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0}#root{text-align:left;border:none;width:100%;max-width:100%;margin:0;padding:0}button{cursor:pointer;font-family:inherit}a{color:inherit;text-decoration:none}.navbar-header{z-index:100;background-color:#0000;border-bottom:1px solid #0000;width:100%;transition:background-color .3s,border-color .3s;position:fixed;top:0}.navbar-header.scrolled{background-color:var(--color-white);border-bottom:1px solid var(--color-gray-light)}.navbar-container{justify-content:space-between;align-items:center;max-width:1200px;height:80px;margin:0 auto;padding:0 24px;display:flex}.navbar-logo-link{align-items:center;gap:8px;display:flex}.navbar-logo{width:auto;height:70px;display:block}.navbar-logo-text-fallback{letter-spacing:-.5px;color:var(--color-black);font-size:20px;font-weight:800}.navbar-nav-desktop{align-items:center;gap:32px;display:flex}.navbar-link{color:var(--color-white);cursor:pointer;padding:8px 0;font-size:16px;font-weight:500;text-decoration:none;transition:color .3s;position:relative}.navbar-link:after{content:"";background-color:var(--color-red);transform-origin:0;width:100%;height:2px;transition:transform .3s;position:absolute;bottom:-4px;left:0;transform:scaleX(0)}.navbar-link:hover:after,.navbar-link.active:after{transform:scaleX(1)}.navbar-header.scrolled .navbar-link{color:var(--color-black)}.navbar-link:hover,.navbar-header.scrolled .navbar-link:hover{color:var(--color-red)}.navbar-link.active{color:var(--color-red);font-weight:700}.navbar-hamburger{color:var(--color-white);cursor:pointer;background:0 0;border:none;padding:8px;transition:color .3s;display:none}.navbar-header.scrolled .navbar-hamburger{color:var(--color-black)}.navbar-hamburger:hover,.navbar-header.scrolled .navbar-hamburger:hover{color:var(--color-red)}.navbar-nav-mobile{display:none}@media (width<=768px){.navbar-nav-desktop{display:none}.navbar-hamburger{display:block}.navbar-nav-mobile{background-color:var(--color-white);border-bottom:1px solid var(--color-gray-light);flex-direction:column;gap:16px;width:100%;padding:16px 24px;display:flex;position:absolute;top:80px;left:0;box-shadow:0 4px 6px -1px #0000001a}.navbar-mobile-link{color:var(--color-black);border-bottom:1px solid var(--color-gray-light);width:100%;padding:8px 0;font-size:18px;font-weight:500;text-decoration:none}.navbar-mobile-link:last-child{border-bottom:none}.navbar-mobile-link:hover,.navbar-mobile-link.active{color:var(--color-red)}}.footer{background-color:var(--color-black);width:100%;padding:64px 24px 0}.footer-container{max-width:1200px;margin:0 auto}.footer-columns{grid-template-columns:2fr 1fr 1fr;gap:48px;padding-bottom:48px;display:grid}.footer-col{flex-direction:column;gap:0;display:flex}.footer-logo{background:0 0;width:200px;height:auto;margin-bottom:16px;display:block}.footer-logo-fallback{letter-spacing:1px;color:var(--color-white);margin-bottom:16px;font-size:16px;font-weight:800}.footer-tagline{color:#999;max-width:280px;font-size:14px;line-height:1.6}.footer-col-heading{color:var(--color-white);text-transform:uppercase;letter-spacing:1px;margin-bottom:18px;font-size:14px;font-weight:700}.footer-links{flex-direction:column;gap:12px;margin:0;padding:0;list-style:none;display:flex}.footer-link{color:var(--color-white);font-size:14px;text-decoration:none}.footer-link:hover{color:var(--color-red)}.footer-contact-list{flex-direction:column;gap:16px;margin:0;padding:0;list-style:none;display:flex}.footer-contact-item{flex-direction:column;gap:4px;display:flex}.footer-contact-label{color:var(--color-white);text-transform:uppercase;letter-spacing:.5px;font-size:12px;font-weight:700}.footer-contact-value{color:#999;font-size:14px}.footer-divider{background-color:#333;border:none;width:100%;height:1px}.footer-bottom{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;padding:20px 0 24px;display:flex}.footer-copy{color:#777;font-size:13px}.footer-legal-links{gap:20px;display:flex}.footer-legal-link{color:#777;font-size:13px;text-decoration:none}.footer-legal-link:hover{color:var(--color-red)}@media (width<=768px){.footer{padding:48px 20px 0}.footer-columns{grid-template-columns:1fr;gap:36px;padding-bottom:36px}.footer-tagline{max-width:100%}.footer-bottom{flex-direction:column;align-items:flex-start;gap:12px;padding:20px 0 28px}}.hero-section{background-color:var(--color-black);background-image:url(/assets/hero-wvqIG_E9.png);background-position:50%;background-repeat:no-repeat;background-size:cover;justify-content:center;align-items:center;width:100%;min-height:100vh;padding:120px 24px;display:flex;position:relative}.hero-section:before{content:"";pointer-events:none;background:#00000073;position:absolute;inset:0}.hero-container{text-align:center;z-index:1;width:100%;max-width:800px;position:relative}.hero-title{color:var(--color-white);letter-spacing:-2px;margin-bottom:16px;font-size:64px;font-weight:900;line-height:1.1}.hero-subheading{color:var(--color-red);letter-spacing:.5px;text-transform:uppercase;margin-bottom:24px;font-size:20px;font-weight:700}.hero-description{color:var(--color-gray-dark);max-width:580px;margin:0 auto 36px;font-size:18px;font-weight:400;line-height:1.6}.hero-cta-wrapper{justify-content:center;display:flex}.hero-cta-button{background-color:var(--color-red);color:var(--color-white);text-transform:uppercase;letter-spacing:1px;cursor:pointer;box-shadow:none;border:none;border-radius:4px;outline:none;padding:14px 36px;font-size:16px;font-weight:700;display:inline-block}.hero-cta-button:hover{background-color:var(--color-red-hover)}.hero-cta-button:active{background-color:var(--color-black);border:1px solid var(--color-red)}@media (width<=768px){.hero-section{padding:80px 20px}.hero-title{letter-spacing:-1px;margin-bottom:12px;font-size:40px}.hero-subheading{margin-bottom:20px;font-size:16px}.hero-description{max-width:100%;margin-bottom:32px;font-size:16px}.hero-cta-button{width:100%;max-width:280px;padding:12px 30px;font-size:15px}}.why-us-section{background-color:var(--color-white);width:100%;padding:80px 24px}.why-us-container{text-align:center;max-width:1200px;margin:0 auto}.why-us-title{color:var(--color-black);letter-spacing:-1px;margin-bottom:16px;font-size:36px;font-weight:800}.why-us-divider{background-color:var(--color-red);border:none;width:60px;height:3px;margin:0 auto 48px}.why-us-grid{grid-template-columns:repeat(4,1fr);gap:24px;display:grid}.why-us-card{background-color:var(--color-white);border:2px solid var(--color-black);text-align:left;box-shadow:6px 6px 0px var(--color-black);border-radius:8px;padding:32px 24px;transition:transform .2s ease-out,box-shadow .2s ease-out;position:relative;overflow:hidden}.why-us-card:hover{box-shadow:2px 2px 0px var(--color-black);transform:translate(4px,4px)skew(-1deg)}.why-us-card:before{content:"";background-color:var(--color-red);width:100%;height:6px;transition:transform .4s cubic-bezier(.25,1,.5,1);position:absolute;top:0;right:0;transform:translate(-100%)}.why-us-card:hover:before{transform:translate(0)}.why-us-card-number{color:var(--color-red);margin-bottom:16px;font-size:56px;font-weight:900;line-height:1}.why-us-card-title{color:var(--color-black);margin-bottom:10px;font-size:20px;font-weight:700}.why-us-card-description{color:#555;font-size:15px;line-height:1.5}@media (width<=992px){.why-us-grid{grid-template-columns:repeat(2,1fr);gap:20px}}@media (width<=576px){.why-us-section{padding:60px 16px}.why-us-title{font-size:28px}.why-us-divider{margin-bottom:36px}.why-us-card{padding:24px 20px}.why-us-card-number{margin-bottom:12px;font-size:44px}.why-us-card-title{font-size:18px}}.faq-section{background-color:var(--color-black);width:100%;padding:80px 24px}.faq-container{text-align:center;max-width:1200px;margin:0 auto}.faq-title{color:var(--color-white);letter-spacing:-1px;margin-bottom:16px;font-size:36px;font-weight:800}.faq-divider{background-color:var(--color-red);border:none;width:60px;height:3px;margin:0 auto 48px}.faq-list{flex-direction:column;gap:14px;width:100%;max-width:800px;margin:0 auto;display:flex}.faq-item{border-radius:8px;flex-direction:column;width:100%;display:flex;overflow:hidden}.faq-question-row{background-color:var(--color-white);color:var(--color-black);border:2px solid var(--color-white);text-align:left;cursor:pointer;outline:none;justify-content:space-between;align-items:center;width:100%;padding:20px 24px;font-size:16px;font-weight:700;display:flex}.faq-question-row:hover{background-color:var(--color-gray-light)}.faq-question-text{flex:1;padding-right:16px}.faq-icon-container{justify-content:center;align-items:center;width:24px;height:24px;display:flex}.faq-icon{color:var(--color-red);font-size:24px;font-weight:900;line-height:1}.faq-answer-row{background-color:var(--color-white);border-left:2px solid var(--color-white);border-right:2px solid var(--color-white);border-bottom:2px solid var(--color-white);text-align:left;border-top:1px solid #0000;max-height:0;padding:0 24px;transition:max-height .3s ease-out,padding .3s ease-out,border-color .3s ease-out;overflow:hidden}.faq-answer-row.open{border-top:1px solid var(--color-gray-light);max-height:300px;padding:20px 24px}.faq-answer-text{color:#555;font-size:15px;line-height:1.6}@media (width<=576px){.faq-section{padding:60px 16px}.faq-title{font-size:28px}.faq-divider{margin-bottom:36px}.faq-question-row{padding:16px 20px;font-size:15px}.faq-answer-row{padding:0 20px}.faq-answer-row.open{padding:16px 20px}.faq-answer-text{font-size:14px}}.cta-section{background-color:var(--color-red);width:100%;padding:80px 24px}.cta-container{text-align:center;max-width:800px;margin:0 auto}.cta-title{color:var(--color-white);letter-spacing:-1px;margin-bottom:16px;font-size:40px;font-weight:800}.cta-description{color:var(--color-white);margin-bottom:36px;font-size:18px;line-height:1.6}.cta-action{justify-content:center;display:flex}.cta-button{background-color:var(--color-white);color:var(--color-black);text-transform:uppercase;letter-spacing:1px;cursor:pointer;box-shadow:none;border:none;border-radius:4px;outline:none;padding:14px 36px;font-size:16px;font-weight:700;text-decoration:none;display:inline-block}.cta-button:hover{background-color:var(--color-black);color:var(--color-white)}@media (width<=576px){.cta-section{padding:60px 16px}.cta-title{font-size:32px}.cta-description{margin-bottom:28px;font-size:16px}.cta-button{width:100%;max-width:280px;padding:12px 30px;font-size:15px}}:root{--PhoneInput-color--focus:#03b2cb;--PhoneInputInternationalIconPhone-opacity:.8;--PhoneInputInternationalIconGlobe-opacity:.65;--PhoneInputCountrySelect-marginRight:.35em;--PhoneInputCountrySelectArrow-width:.3em;--PhoneInputCountrySelectArrow-marginLeft:var(--PhoneInputCountrySelect-marginRight);--PhoneInputCountrySelectArrow-borderWidth:1px;--PhoneInputCountrySelectArrow-opacity:.45;--PhoneInputCountrySelectArrow-color:currentColor;--PhoneInputCountrySelectArrow-color--focus:var(--PhoneInput-color--focus);--PhoneInputCountrySelectArrow-transform:rotate(45deg);--PhoneInputCountryFlag-aspectRatio:1.5;--PhoneInputCountryFlag-height:1em;--PhoneInputCountryFlag-borderWidth:1px;--PhoneInputCountryFlag-borderColor:#00000080;--PhoneInputCountryFlag-borderColor--focus:var(--PhoneInput-color--focus);--PhoneInputCountryFlag-backgroundColor--loading:#0000001a}.PhoneInput{align-items:center;display:flex}.PhoneInputInput{flex:1;min-width:0}.PhoneInputCountryIcon{width:calc(var(--PhoneInputCountryFlag-height) * var(--PhoneInputCountryFlag-aspectRatio));height:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--square{width:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--border{background-color:var(--PhoneInputCountryFlag-backgroundColor--loading);box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor), inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor)}.PhoneInputCountryIconImg{width:100%;height:100%;display:block}.PhoneInputInternationalIconPhone{opacity:var(--PhoneInputInternationalIconPhone-opacity)}.PhoneInputInternationalIconGlobe{opacity:var(--PhoneInputInternationalIconGlobe-opacity)}.PhoneInputCountry{margin-right:var(--PhoneInputCountrySelect-marginRight);align-self:stretch;align-items:center;display:flex;position:relative}.PhoneInputCountrySelect{z-index:1;opacity:0;cursor:pointer;border:0;width:100%;height:100%;position:absolute;top:0;left:0}.PhoneInputCountrySelect[disabled],.PhoneInputCountrySelect[readonly]{cursor:default}.PhoneInputCountrySelectArrow{content:"";width:var(--PhoneInputCountrySelectArrow-width);height:var(--PhoneInputCountrySelectArrow-width);margin-left:var(--PhoneInputCountrySelectArrow-marginLeft);border-style:solid;border-color:var(--PhoneInputCountrySelectArrow-color);border-top-width:0;border-bottom-width:var(--PhoneInputCountrySelectArrow-borderWidth);border-left-width:0;border-right-width:var(--PhoneInputCountrySelectArrow-borderWidth);transform:var(--PhoneInputCountrySelectArrow-transform);opacity:var(--PhoneInputCountrySelectArrow-opacity);display:block}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon+.PhoneInputCountrySelectArrow{opacity:1;color:var(--PhoneInputCountrySelectArrow-color--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon--border{box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus), inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon .PhoneInputInternationalIconGlobe{opacity:1;color:var(--PhoneInputCountrySelectArrow-color--focus)}.contact-page{background-color:var(--color-white);min-height:60vh;margin-top:60px;padding:80px 24px 100px}.contact-container{max-width:600px;margin:0 auto}.contact-header{text-align:center;margin-bottom:48px}.contact-title{color:var(--color-black);letter-spacing:-1px;margin-bottom:16px;font-size:40px;font-weight:800}.contact-divider{background-color:var(--color-red);width:60px;height:3px;margin:0 auto}.contact-form{flex-direction:column;gap:24px;display:flex}.form-field{flex-direction:column;gap:8px;display:flex}.form-label{color:var(--color-black);text-transform:uppercase;letter-spacing:.5px;font-size:14px;font-weight:700}.form-input,.form-textarea{background-color:var(--color-white);color:var(--color-black);border:1.5px solid var(--color-black);box-sizing:border-box;appearance:auto;border-radius:0;outline:none;width:100%;padding:12px 14px;font-family:inherit;font-size:15px}.form-input:focus,.form-textarea:focus{border-color:var(--color-red)}.form-error{color:var(--color-red);margin-top:4px;font-size:13px;font-weight:400}.form-feedback{border-radius:4px;margin-top:12px;padding:12px 16px;font-size:14px;font-weight:400}.form-feedback--success{color:#166534;background-color:#dcfce7;border:1px solid #bbf7d0}.form-feedback--error{color:var(--color-red);background-color:#fff0f0;border:1px solid #fecaca}.phone-input-wrapper.PhoneInput{border:1.5px solid var(--color-black);background-color:var(--color-white);box-sizing:border-box;align-items:stretch;gap:0;width:100%;display:flex}.phone-input-wrapper .PhoneInputCountry{background-color:var(--color-white);border-right:1.5px solid var(--color-black);white-space:nowrap;flex-shrink:0;align-items:center;gap:6px;min-width:80px;padding:0 12px;display:flex;position:relative}.phone-input-wrapper .PhoneInputCountryIcon{flex-shrink:0;width:22px;height:auto}.phone-input-wrapper .PhoneInputCountryIconImg{border:none;width:22px;height:auto;display:block}.phone-input-wrapper .PhoneInputCountrySelect{opacity:0;cursor:pointer;z-index:1;width:100%;height:100%;position:absolute;inset:0}.phone-input-wrapper .PhoneInputCountrySelectArrow{border-right:1.5px solid var(--color-black);border-bottom:1.5px solid var(--color-black);flex-shrink:0;width:6px;height:6px;margin-top:-3px;margin-left:2px;display:block;transform:rotate(45deg)}.phone-input-wrapper .PhoneInputInput{background-color:var(--color-white);color:var(--color-black);border:none;outline:none;flex:auto;min-width:0;padding:12px 14px;font-family:inherit;font-size:15px}.phone-input-wrapper .PhoneInputInput::placeholder{color:#aaa}.phone-input-wrapper:focus-within{border-color:var(--color-red)}.phone-input-wrapper:focus-within .PhoneInputCountry{border-right-color:var(--color-red)}.form-textarea{resize:vertical;min-height:150px;line-height:1.6}.form-submit{background-color:var(--color-red);width:100%;color:var(--color-white);text-transform:uppercase;letter-spacing:1px;cursor:pointer;border:none;border-radius:4px;margin-top:4px;padding:15px 0;font-family:inherit;font-size:16px;font-weight:700}.form-submit:hover{background-color:#a00}@media (width<=576px){.contact-page{padding:60px 16px 80px}.contact-title{font-size:32px}}.privacy-policy-page{background-color:var(--color-white);min-height:75vh;margin-top:60px;padding:80px 24px 120px}.privacy-policy-container{max-width:860px;margin:0 auto}.privacy-policy-header{flex-direction:column;gap:16px;margin-bottom:40px;display:flex}.privacy-policy-header h1{color:var(--color-black);letter-spacing:-1px;font-size:42px;font-weight:800}.privacy-policy-dates{color:var(--color-red);flex-wrap:wrap;gap:16px;font-size:14px;display:flex}.privacy-policy-intro,.privacy-policy-section p{color:#333;margin-bottom:20px;font-size:17px;line-height:1.8}.privacy-policy-intro strong,.privacy-policy-section strong{color:var(--color-black)}.privacy-policy-section{margin-bottom:32px}.privacy-policy-section h2{color:var(--color-black);margin-bottom:18px;font-size:26px;font-weight:700}.privacy-policy-section ul{color:#333;margin-bottom:18px;padding-left:20px;list-style:outside}.privacy-policy-section li{margin-bottom:12px}.privacy-policy-section li strong{font-weight:700}@media (width<=768px){.privacy-policy-container{padding:0}.privacy-policy-header h1{font-size:32px}.privacy-policy-section h2{font-size:22px}}.terms-page{background-color:var(--color-white);min-height:75vh;margin-top:60px;padding:80px 24px 120px}.terms-container{max-width:860px;margin:0 auto}.terms-header{flex-direction:column;gap:16px;margin-bottom:40px;display:flex}.terms-header h1{color:var(--color-black);letter-spacing:-1px;font-size:42px;font-weight:800}.terms-dates{color:var(--color-red);flex-wrap:wrap;gap:16px;font-size:14px;display:flex}.terms-intro,.terms-section p,.terms-contact{color:#333;margin-bottom:20px;font-size:17px;line-height:1.8}.terms-intro strong,.terms-section strong,.terms-contact strong{color:var(--color-black)}.terms-section{margin-bottom:32px}.terms-section h2{color:var(--color-black);margin-bottom:18px;font-size:26px;font-weight:700}.terms-section ul{color:#333;margin-bottom:18px;padding-left:20px;list-style:outside}.terms-section li{margin-bottom:12px}.terms-section li strong{font-weight:700}@media (width<=768px){.terms-container{padding:0}.terms-header h1{font-size:32px}.terms-section h2{font-size:22px}}
