:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}*{margin:0;padding:0;box-sizing:border-box}.app{min-height:100vh;background:linear-gradient(135deg,#ff0080,#ff8c00,#40e0d0,#9b59b6,#ff69b4,#ff0080);background-size:400% 400%;animation:rainbow-bg 15s ease infinite}@keyframes rainbow-bg{0%{background-position:0% 50%}25%{background-position:50% 50%}50%{background-position:100% 50%}75%{background-position:50% 50%}to{background-position:0% 50%}}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.header{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:1.5rem 0;position:sticky;top:0;z-index:100;box-shadow:0 4px 20px #0000001a}.header .container{display:flex;justify-content:space-between;align-items:center}.logo{display:flex;align-items:center;gap:1rem}.logo-icon{width:48px;height:48px;color:#e01e5a;animation:rainbow-pulse 3s ease-in-out infinite}@keyframes rainbow-pulse{0%,to{color:#e01e5a}25%{color:#f48024}50%{color:#36c5f0}75%{color:#2eb886}}.logo h1{font-size:1.5rem;background:linear-gradient(135deg,#e01e5a,#f48024 25%,#36c5f0 75%,#2eb886);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-weight:800}.tagline{font-size:.875rem;color:#666;font-weight:500}nav{display:flex;gap:2rem}nav a{color:#333;text-decoration:none;font-weight:600;transition:all .3s ease;position:relative}nav a:after{content:"";position:absolute;bottom:-5px;left:0;width:0;height:3px;background:linear-gradient(90deg,#e01e5a,#f48024,#36c5f0,#2eb886);transition:width .3s ease}nav a:hover:after{width:100%}.hero{padding:6rem 0;position:relative;overflow:hidden}.hero-content{max-width:800px;margin:0 auto;text-align:center;position:relative;z-index:2}.hero-title{font-size:4rem;font-weight:900;color:#fff;margin-bottom:1.5rem;line-height:1.2;text-shadow:2px 2px 4px rgba(0,0,0,.2)}.gradient-text{background:linear-gradient(135deg,gold,#ff69b4,#0ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:gradient-shift 3s ease infinite;background-size:200% 200%}@keyframes gradient-shift{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}.hero-subtitle{font-size:1.25rem;color:#fffffff2;margin-bottom:2.5rem;line-height:1.6;text-shadow:1px 1px 2px rgba(0,0,0,.2)}.hero-buttons{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:1rem 2rem;border-radius:50px;font-weight:700;text-decoration:none;transition:all .3s ease;font-size:1.1rem;border:none;cursor:pointer}.btn-icon{width:20px;height:20px}.btn-primary{background:linear-gradient(135deg,#ff6b9d,#c06c84,#f67280);color:#fff;box-shadow:0 10px 30px #ff6b9d66}.btn-primary:hover{transform:translateY(-3px);box-shadow:0 15px 40px #ff6b9d99}.btn-secondary{background:#fff;color:#667eea;box-shadow:0 10px 30px #ffffff4d}.btn-secondary:hover{transform:translateY(-3px);box-shadow:0 15px 40px #ffffff80}.hero-decoration{position:absolute;right:-10%;top:50%;transform:translateY(-50%);opacity:.2;z-index:1}.pride-stripes{width:600px;height:600px;display:flex;flex-direction:column;transform:rotate(-15deg);border-radius:20px;overflow:hidden;animation:float 6s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(-50%) rotate(-15deg)}50%{transform:translateY(-50%) rotate(-15deg) translateY(-20px)}}.stripe{flex:1;width:100%}.stripe-red{background:#e40303}.stripe-orange{background:#ff8c00}.stripe-yellow{background:#ffed00}.stripe-green{background:#008026}.stripe-blue{background:#24408e}.stripe-purple{background:#732982}.mission{background:#fff;padding:4rem 0;text-align:center}.mission-icon{width:64px;height:64px;color:#ff6b9d;margin:0 auto 1.5rem}.mission h3{font-size:2.5rem;color:#333;margin-bottom:1.5rem;background:linear-gradient(135deg,#e01e5a,#f48024,#2eb886);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.mission p{font-size:1.25rem;color:#555;max-width:900px;margin:0 auto;line-height:1.8}.story{background:linear-gradient(135deg,#55cdfc,#f7a8b8 50%,#fff,#f7a8b8);padding:5rem 0;text-align:center;position:relative;overflow:hidden}.story:before{content:"";position:absolute;inset:0;background:url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="40" fill="rgba(255,255,255,0.1)"/></svg>');opacity:.3;z-index:1}.story-content{max-width:900px;margin:0 auto;position:relative;z-index:2;background:#ffffffe6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:3rem;border-radius:20px;box-shadow:0 20px 60px #0000001a}.story-content h3{font-size:2.5rem;margin-bottom:2rem;background:linear-gradient(135deg,#55cdfc,#f7a8b8,#55cdfc);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-weight:800}.story-content p{font-size:1.25rem;color:#333;line-height:1.8;margin-bottom:1.5rem}.story-highlight{font-size:1.5rem!important;font-weight:700;margin-top:2rem!important;padding:1.5rem;background:linear-gradient(135deg,#55cdfc,#f7a8b8);border-radius:15px;color:#fff!important;text-shadow:1px 1px 2px rgba(0,0,0,.2)}.transition-showcase{display:grid;grid-template-columns:1fr auto 1fr;gap:2rem;margin-bottom:4rem;position:relative;z-index:2}.transition-side{padding:3rem;border-radius:20px;min-height:400px;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;transition:all .5s ease;box-shadow:0 20px 60px #0000004d}.transition-side:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:linear-gradient(45deg,transparent,rgba(255,255,255,.1),transparent);transform:rotate(45deg);animation:shine 3s infinite}@keyframes shine{0%{transform:translate(-100%) translateY(-100%) rotate(45deg)}to{transform:translate(100%) translateY(100%) rotate(45deg)}}.nathan-side{background:linear-gradient(135deg,#1e3a8a,#3b82f6,#60a5fa);border:5px solid #1e40af;animation:masculine-glow 3s ease-in-out infinite}@keyframes masculine-glow{0%,to{box-shadow:0 0 40px #3b82f699,0 0 80px #1e3a8a66}50%{box-shadow:0 0 60px #3b82f6cc,0 0 120px #1e3a8a99}}.natalie-side{background:linear-gradient(135deg,#ec4899,#f472b6,#fbcfe8);border:5px solid #db2777;animation:feminine-glow 3s ease-in-out infinite}@keyframes feminine-glow{0%,to{box-shadow:0 0 40px #ec489999,0 0 80px #db277766}50%{box-shadow:0 0 60px #ec4899cc,0 0 120px #db277799}}.side-content{text-align:center;position:relative;z-index:2}.side-content h2{font-size:3.5rem;font-weight:900;color:#fff;margin-bottom:1rem;text-shadow:3px 3px 6px rgba(0,0,0,.4);letter-spacing:2px}.side-content p{font-size:1.5rem;color:#fffffff2;margin-bottom:2rem;text-shadow:2px 2px 4px rgba(0,0,0,.3)}.masculine-symbols,.feminine-symbols{display:flex;gap:2rem;justify-content:center;margin-top:2rem}.symbol{font-size:4rem;animation:float-symbol 3s ease-in-out infinite;filter:drop-shadow(0 0 20px rgba(255,255,255,.5))}.symbol:nth-child(2){animation-delay:.5s}.symbol:nth-child(3){animation-delay:1s}@keyframes float-symbol{0%,to{transform:translateY(0)}50%{transform:translateY(-15px)}}.transition-arrow{display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#55cdfc,#f7a8b8 50%,#fff,#f7a8b8);padding:2rem 1.5rem;border-radius:20px;box-shadow:0 20px 60px #0000004d;animation:transition-pulse 2s ease-in-out infinite;border:5px solid white}@keyframes transition-pulse{0%,to{transform:scale(1);box-shadow:0 0 40px #55cdfc99,0 0 80px #f7a8b866}50%{transform:scale(1.05);box-shadow:0 0 60px #55cdfccc,0 0 120px #f7a8b899}}.arrow-content{text-align:center}.arrow-content h3{font-size:1.8rem;font-weight:800;background:linear-gradient(135deg,#1e3a8a,#ec4899);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:1rem}.arrow-icon{font-size:4rem;font-weight:700;background:linear-gradient(90deg,#1e3a8a,#ec4899);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:arrow-pulse 1.5s ease-in-out infinite}@keyframes arrow-pulse{0%,to{transform:translate(0)}50%{transform:translate(10px)}}.arrow-content p{font-size:3rem;margin-top:1rem;filter:drop-shadow(0 0 10px rgba(255,255,255,.8))}@media(max-width:968px){.transition-showcase{grid-template-columns:1fr;gap:2rem}.transition-arrow{transform:rotate(90deg)}.side-content h2{font-size:2.5rem}}.services{padding:6rem 0;background:linear-gradient(135deg,#ff0080,#ff8c00,#ffed00,#0f0,#00bfff);background-size:200% 200%;animation:services-rainbow 10s ease infinite;position:relative;overflow:hidden}.services:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 20% 50%,rgba(255,255,255,.2) 0%,transparent 50%),radial-gradient(circle at 80% 50%,rgba(255,255,255,.2) 0%,transparent 50%);animation:sparkle-move 15s linear infinite}@keyframes services-rainbow{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes sparkle-move{0%{transform:translate(0) translateY(0)}to{transform:translate(100px) translateY(-100px)}}.section-title{font-size:3rem;color:#fff;text-align:center;margin-bottom:1rem;font-weight:800;text-shadow:2px 2px 4px rgba(0,0,0,.2),0 0 20px rgba(255,255,255,.5),0 0 40px rgba(255,255,255,.3);position:relative;z-index:2;animation:title-glow 2s ease-in-out infinite}@keyframes title-glow{0%,to{text-shadow:2px 2px 4px rgba(0,0,0,.2),0 0 20px rgba(255,255,255,.5),0 0 40px rgba(255,255,255,.3)}50%{text-shadow:2px 2px 4px rgba(0,0,0,.2),0 0 30px rgba(255,255,255,.8),0 0 60px rgba(255,255,255,.5)}}.section-subtitle{font-size:1.25rem;color:#ffffffe6;text-align:center;margin-bottom:4rem}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;position:relative;z-index:2}.service-card{background:#fff;padding:2.5rem;border-radius:20px;text-align:center;transition:all .4s ease;cursor:pointer;box-shadow:0 10px 30px #0000001a}.service-card:hover{transform:translateY(-10px) scale(1.02);box-shadow:0 20px 60px #0003}.service-card.active{transform:translateY(-10px) scale(1.02);box-shadow:0 20px 60px #ff6b9d66}.service-icon{width:80px;height:80px;margin:0 auto 1.5rem;border-radius:20px;display:flex;align-items:center;justify-content:center;color:#fff;transition:all .3s ease}.service-card:hover .service-icon{transform:rotate(10deg) scale(1.1)}.service-icon svg{width:40px;height:40px}.bg-gradient-to-br{background-image:linear-gradient(to bottom right,var(--tw-gradient-stops))}.from-pink-500{--tw-gradient-from: #ec4899;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0))}.to-purple-600{--tw-gradient-to: #9333ea}.from-blue-500{--tw-gradient-from: #3b82f6;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0))}.to-cyan-500{--tw-gradient-to: #06b6d4}.from-yellow-400{--tw-gradient-from: #facc15;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 204, 21, 0))}.to-orange-500{--tw-gradient-to: #f97316}.from-green-400{--tw-gradient-from: #4ade80;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 222, 128, 0))}.to-teal-500{--tw-gradient-to: #14b8a6}.service-card h3{font-size:1.5rem;color:#333;margin-bottom:1rem;font-weight:700}.service-card p{color:#666;line-height:1.6}.about{padding:6rem 0;background:#fff}.about-content h2{font-size:3rem;text-align:center;margin-bottom:4rem;background:linear-gradient(135deg,#e01e5a,#f48024,#2eb886);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-weight:800}.about-features{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:3rem}.feature{text-align:center;padding:2rem;border-radius:15px;transition:all .3s ease}.feature:hover{background:linear-gradient(135deg,#e01e5a0d,#2eb8860d);transform:translateY(-5px)}.feature-icon{width:60px;height:60px;color:#ff6b9d;margin:0 auto 1.5rem}.feature h4{font-size:1.5rem;color:#333;margin-bottom:1rem;font-weight:700}.feature p{color:#666;line-height:1.6;font-size:1.1rem}.contact{padding:6rem 0;background:linear-gradient(135deg,#667eea,#764ba2)}.contact-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;margin-top:3rem}.contact-info{display:flex;flex-direction:column;gap:2rem}.contact-item{display:flex;align-items:flex-start;gap:1.5rem;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:2rem;border-radius:15px;transition:all .3s ease}.contact-item:hover{background:#fff3;transform:translate(10px)}.contact-icon{width:32px;height:32px;color:#fff;flex-shrink:0}.contact-item h4{color:#fff;font-size:1.25rem;margin-bottom:.5rem;font-weight:700}.contact-item a,.contact-item p{color:#ffffffe6;text-decoration:none;transition:color .3s ease}.contact-item a:hover{color:gold}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.contact-form input,.contact-form textarea{padding:1rem 1.5rem;border:none;border-radius:10px;font-size:1rem;font-family:inherit;background:#fff;transition:all .3s ease}.contact-form input:focus,.contact-form textarea:focus{outline:none;box-shadow:0 0 0 3px #ffd70080;transform:translateY(-2px)}.contact-form textarea{resize:vertical;min-height:150px}.footer{background:#1a1a2e;color:#fff;padding:3rem 0 1.5rem}.footer-content{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid rgba(255,255,255,.1)}.footer-brand{display:flex;align-items:center;gap:1rem}.footer-brand svg{color:#ff6b9d}.footer-brand h3{font-size:1.5rem;margin-bottom:.5rem}.footer-brand p{color:#ffffffb3;font-size:.9rem}.footer-social{display:flex;gap:1.5rem}.footer-social a{width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:#ffffff1a;border-radius:50%;color:#fff;transition:all .3s ease}.footer-social a:hover{background:linear-gradient(135deg,#ff6b9d,#c06c84);transform:translateY(-3px)}.footer-bottom{text-align:center}.footer-bottom p{color:#fff9;margin-bottom:.5rem}.dedication{font-size:1.2rem!important;font-weight:600!important;color:#fffffff2!important;margin:1rem 0!important;padding:.75rem;background:linear-gradient(135deg,#55cdfc,#f7a8b8,#fff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-shadow:none}.pride-message{font-size:1.1rem;font-weight:700;background:linear-gradient(90deg,#e40303,#ff8c00,#ffed00,#008026,#24408e,#732982);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:rainbow-slide 3s linear infinite;background-size:200% 100%}@keyframes rainbow-slide{0%{background-position:0% 50%}to{background-position:200% 50%}}@media(max-width:968px){.hero-title{font-size:3rem}.contact-content{grid-template-columns:1fr}nav{display:none}.pride-stripes{width:400px;height:400px}}@media(max-width:640px){.hero-title{font-size:2rem}.hero-subtitle{font-size:1rem}.section-title{font-size:2rem}.services-grid{grid-template-columns:1fr}.hero-decoration{opacity:.1}}
