@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;900&display=swap);:root{--foreground-rgb:255,255,255;--background-rgb:0,0,0;--brand-yellow:#FFD700;--brand-yellow-hover:#FFC700;--brand-dark:#000000;--brand-gray:#888888;--brand-muted:#a1a1aa;--gradient-yellow:linear-gradient(135deg, #FFD700 0%, #FFAA00 100%);--shadow-glow:0 0 30px rgba(255, 215, 0, 0.3);--shadow-glow-hover:0 0 40px rgba(255, 215, 0, 0.5)}*{margin:0;padding:0;box-sizing:border-box}body{color:rgb(var(--foreground-rgb));background:rgb(var(--background-rgb));font-family:Inter,system-ui,-apple-system,sans-serif;overflow-x:hidden;margin:0}html{scroll-behavior:smooth}.nav{position:fixed;top:0;width:100%;background:rgba(0,0,0,.8);backdrop-filter:blur(8px);z-index:50}.nav-container{max-width:1280px;margin:0 auto;padding:0 1rem;height:5rem;display:flex;align-items:center;justify-content:center}.logo-image{width:auto;height:3rem}.hero{height:100vh;display:flex;align-items:flex-start;justify-content:center;position:relative;padding:11rem 1rem 1rem 1rem;overflow:hidden}.hero-title{font-size:clamp(1.5rem, 4vw, 3rem);font-weight:900;text-align:center;margin:0 auto 1rem auto;line-height:1.1;max-width:100%;padding:0 2rem;letter-spacing:.05em;word-spacing:0.5em}.hero-content{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.hero-subtitle{font-size:clamp(3rem, 10vw, 7rem);font-weight:900;margin-top:2rem;letter-spacing:-.02em}.hero-cta{margin-top:8rem}.scroll-indicator{position:absolute;bottom:2rem;transform:translateX(-50%);z-index:10}.scroll-indicator-inner{width:1.5rem;height:2.5rem;border:2px solid rgba(255,255,255,.5);border-radius:999px;display:flex;align-items:flex-start;justify-content:center;padding-top:.5rem}.scroll-indicator-dot{width:4px;height:8px;background:var(--brand-yellow);border-radius:999px;animation:scrollBounce 2s infinite}@keyframes scrollBounce{0%,100%,20%,50%,80%{transform:translateY(0)}40%{transform:translateY(6px)}60%{transform:translateY(3px)}}.text-gradient{background:var(--gradient-yellow);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.text-highlight{color:var(--brand-yellow);font-weight:500}.btn-primary{display:inline-block;padding:1rem 2.5rem;font-size:clamp(.9rem, 2vw, 1.1rem);font-weight:600;color:#000;background:var(--brand-yellow);border:none;border-radius:.5rem;cursor:pointer;text-decoration:none;text-transform:uppercase;letter-spacing:.5px;box-shadow:var(--shadow-glow);transition:all .3s ease}.btn-primary:hover{background:var(--brand-yellow-hover);box-shadow:var(--shadow-glow-hover);transform:translateY(-2px)}.fade-in{opacity:0;transform:translateY(20px);transition:opacity .6s ease-out,transform .6s ease-out}.fade-in.visible{opacity:1;transform:translateY(0)}.fade-in-delay-1{transition-delay:0.1s}.fade-in-delay-2{transition-delay:0.2s}.fade-in-delay-3{transition-delay:0.3s}.fade-in-delay-4{transition-delay:0.4s}.fade-in-delay-5{transition-delay:0.5s}.fade-in-delay-6{transition-delay:0.6s}.fade-in-delay-7{transition-delay:0.7s}.fade-in-delay-8{transition-delay:0.8s}.fade-in-delay-9{transition-delay:0.9s}.fade-in-delay-10{transition-delay:1.0s}.principles-section{background-color:#000;color:#fff;padding:100px 0 120px;position:relative;z-index:2}.principles-container{max-width:1020px;margin:0 auto;padding:0 2rem}.principles-list{text-align:left;display:flex;flex-direction:column;gap:4rem}.principle-item{margin-bottom:0}.principle-title{font-size:clamp(2rem, 4vw, 4rem);font-weight:700;margin:0 0 1.5rem 0;line-height:1.2;color:var(--brand-yellow)}.principle-item p{font-size:clamp(1.1rem, 2vw, 1.25rem);line-height:1.7;margin:0;color:var(--brand-muted)}.content-section{padding:100px 0 120px;background:var(--gradient-yellow);color:#fff;position:relative;overflow:hidden}.content-section::before{content:'';position:absolute;inset:0;background:linear-gradient(to bottom,rgba(255,255,255,.02),transparent,rgba(255,255,255,.02));pointer-events:none}.content-section.alt{background-color:#000}.section-container{margin:0 auto;padding:0 2rem;position:relative;z-index:1}.section-container h2{font-size:clamp(3rem, 8vw, 5rem);margin-bottom:4rem;text-transform:uppercase;font-weight:900;text-align:center;color:#000}.content-item{padding:0}.content-item p{font-size:clamp(1.1rem, 2vw, 1.25rem);line-height:1.7;margin-bottom:2.5rem;color:#000;max-width:1020px;margin-left:auto;margin-right:auto}.content-item p .text-highlight{color:#fff}.content-item p:last-child{margin-bottom:0}.brands-section{padding:80px 0 100px;background-color:#fff}.brands-section h2{font-size:clamp(3rem, 8vw, 5rem);margin-bottom:1.5rem;text-transform:uppercase;font-weight:900;text-align:center;color:#000}.brands-grid{margin:3rem auto;max-width:900px;display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:3rem 4rem}.brands-image{width:6rem;height:auto;object-fit:contain;margin-bottom:0}.brands-image:hover{opacity:1;filter:grayscale(0%) brightness(1)}.brands-disclaimer{text-align:center;max-width:900px;margin:0 auto;padding:0 2rem;color:var(--brand-muted);font-size:clamp(.875rem, 1.5vw, 1rem);line-height:1.6}.contact-section{padding:100px 0 120px;background-color:#000;color:#fff;position:relative;overflow:hidden}.contact-section::before{content:'';position:absolute;inset:0;background:linear-gradient(to top,transparent,rgba(255,255,255,.02),transparent);pointer-events:none}.contact-section h2{font-size:clamp(1.5rem, 4vw, 3rem);text-align:center;margin-bottom:1.5rem;font-weight:900;text-transform:uppercase;color:#fff}.contact-section h2 .text-gradient{font-size:clamp(3rem, 10vw, 5rem);display:block}.consultation-intro{text-align:center;max-width:700px;margin:0 auto 3rem}.consultation-intro p{font-size:clamp(1rem, 2vw, 1.15rem);line-height:1.6;color:var(--brand-muted)}.contact-form{max-width:600px;margin:0 auto;position:relative;z-index:1}.form-group{position:relative;margin-bottom:0}.form-group input,.form-group textarea{width:100%;padding:1.25rem 0;font-size:1rem;font-family:inherit;background:0 0;border:none;border-bottom:1px solid rgba(255,255,255,.2);color:#fff;outline:0;transition:border-color .3s ease}.form-group input::placeholder,.form-group textarea::placeholder{color:var(--brand-muted)}.form-group input:focus,.form-group textarea:focus{border-bottom-color:var(--brand-yellow)}.form-group textarea{min-height:100px;resize:none}.form-group label{display:none}.submit-btn{display:block;margin:3rem auto 0;padding:1rem 2.5rem;font-size:clamp(1rem, 2.5vw, 1.1rem);color:#000;background:var(--brand-yellow);border:none;border-radius:.5rem;cursor:pointer;font-weight:600;text-transform:uppercase;letter-spacing:.5px;box-shadow:var(--shadow-glow);transition:all .3s ease}.submit-btn:hover{background-color:var(--brand-yellow-hover);box-shadow:var(--shadow-glow-hover);transform:translateY(-2px)}.success-message{text-align:center;margin:0 auto 3rem}.success-message p{font-size:clamp(1.1rem, 3vw, 1.4rem);line-height:1.6;color:#888}.footer{background-color:#000;padding:2rem 0;border-top:1px solid rgba(255,255,255,.1)}.footer-container{max-width:1280px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;color:#888;font-size:1rem}.recaptcha-footer{width:100%;text-align:center;font-size:.8rem;color:#666;margin-bottom:2rem;margin-top:-1rem}.footer-container .recaptcha-footer a{color:#666;text-decoration:underline}.recaptcha-footer a:hover{color:#aaa}.footer-container a{color:gold;text-decoration:none;transition:color .3s ease}.footer-container a:hover{color:#ffc700}.footer-container .heart{color:#8c0000}@media (max-width:1024px){.hero{align-items:center;padding:4rem 1rem}.hero-content{padding-top:4rem}.hero-title{width:100%;max-width:100%;text-align:center}.brands-section h2,.contact-section h2,.section-container h2{font-size:3rem}}@media (max-width:768px){.nav-container{padding:0 1.5rem;height:4rem}.logo-image{height:2rem}.hero{height:100vh;min-height:100vh;max-width:100%;width:100%}.hero-content{padding-top:2rem}.hero-title{text-align:center;margin:0 auto 1rem;font-size:clamp(2rem, 3vw, 4rem);max-width:100%;width:100%;padding:0 1rem;word-spacing:0.3em}.hero-subtitle{font-size:clamp(1rem, 10vw, 10rem);margin-top:1.5rem}.hero .btn-primary{margin-top:2rem}.scroll-indicator{bottom:1.5rem}.principles-section{padding:60px 0 80px}.principles-container{max-width:100%;padding:0 1.5rem}.principles-list{gap:3rem}.principle-title{font-size:clamp(1.5rem, 5vw, 2.5rem);margin-bottom:1rem}.principle-item p{font-size:1rem}.content-section{padding:60px 0 80px}.section-container{padding:0 1.5rem}.section-container h2{font-size:2.5rem;margin-bottom:2.5rem}.content-item p{font-size:1rem;margin-bottom:2rem}.brands-section{padding:60px 0 80px}.brands-section h2{font-size:2.5rem}.brands-grid{gap:2rem 3rem;padding:0 1rem}.brands-image{width:4.5rem}.brands-disclaimer{font-size:.9rem}.contact-section{padding:60px 0 80px}.contact-section h2{font-size:2.5rem}.consultation-intro p{font-size:1rem;padding:0 1rem}.contact-form{padding:0 1.5rem}.form-group input,.form-group textarea{font-size:1rem;padding:1rem 0}.submit-btn{width:100%}.footer-container{flex-direction:column;gap:1rem;text-align:center}}@media (max-width:480px){.hero-title{font-size:clamp(2rem, 3vw, 4rem)}.hero-subtitle{font-size:clamp(1rem, 10vw, 10rem)}.brands-section h2,.contact-section h2,.section-container h2{font-size:2rem}.brands-grid{gap:1.5rem 2rem}.brands-image{width:3.5rem}}.grecaptcha-badge{visibility:hidden}.recaptcha-notice{text-align:center;margin-top:2rem}.recaptcha-notice p{font-size:.9rem;color:#666;line-height:1.4}.recaptcha-notice a{color:#666;text-decoration:underline}.recaptcha-notice a:hover{color:#888}