body{color:#e2e8f0;font-family:Space Grotesk,sans-serif}.scroll-container{scroll-snap-type:y mandatory;scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none;height:100vh;overflow-y:scroll}.scroll-container::-webkit-scrollbar{display:none}.snap-section{scroll-snap-align:start;scroll-snap-stop:always;justify-content:center;align-items:center;min-height:100vh;padding:calc(60px + 2rem) 2rem 2rem;display:flex;position:relative}@media (width<=768px){.snap-section{padding:calc(60px + 1.5rem) 2rem 1.5rem 1.5rem}}@media (width<=576px){.snap-section{padding:calc(60px + 1rem) 1.5rem 1rem 1rem}}.section-content{text-align:center;z-index:10;width:100%;max-width:1000px;margin:0 auto;position:relative}.scroll-indicator{z-index:100;flex-direction:column;gap:1rem;display:flex;position:fixed;top:50%;right:2rem;transform:translateY(-50%)}@media (width<=768px){.scroll-indicator{gap:.5rem;right:.4rem}}.scroll-progress{cursor:pointer;appearance:none;background:#ffffff40;border:2px solid #ffffff40;border-radius:50%;width:12px;height:12px;margin:0;padding:0;transition:all .3s}.scroll-progress:focus-visible{opacity:1;border-color:#bb8523;outline:none;transform:scale(1.4);box-shadow:0 0 0 3px #bb852380,0 0 15px #bb852399}.scroll-progress{opacity:.5}.scroll-progress.past{opacity:.9;background:#fff9;transform:scale(.9)}.scroll-progress.active{opacity:1;background:#bb8523;border-color:#bb8523;transform:scale(1.4);box-shadow:0 0 15px #bb852399}.scroll-progress:hover:not(.active){opacity:1;transform:scale(1.15)}.section-title{color:#bb8523;text-shadow:0 2px 20px #bb85234d;margin-top:2rem;font-size:clamp(2rem,5vw,3.5rem);font-weight:700}.section-subtitle{color:#e2e8f0e6;max-width:600px;margin-bottom:1rem;margin-left:auto;margin-right:auto;font-size:clamp(1rem,3vw,1.3rem);line-height:1.6}.cta-continue{color:#e2e8f0;background:#ffffff0d;border:1px solid #fff3;border-radius:30px;flex-direction:column;align-items:center;gap:.5rem;padding:1rem 2rem;font-size:1.05rem;font-weight:500;text-decoration:none;transition:all .3s;display:inline-flex}.cta-continue i{font-size:1.3rem;animation:2s infinite bounce}.cta-continue:hover{color:#bb8523;background:#ffffff1a;border-color:#bb852380;transform:translateY(3px)}.hero-section .floating-elements{pointer-events:none;z-index:1;width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden}.hero-section .floating-elements .floating-element{border-radius:50%;position:absolute}.hero-section .floating-elements .floating-element:first-child{background:radial-gradient(circle,#bb852399,#0000);width:120px;height:120px;animation:12s ease-in-out infinite float;top:10%;left:8%}.hero-section .floating-elements .floating-element:nth-child(2){background:radial-gradient(circle,#00ffdd26,#0000);width:180px;height:180px;animation:15s ease-in-out 3s infinite float;top:60%;right:10%}.hero-section .floating-elements .floating-element:nth-child(3){background:radial-gradient(circle,#bb852366,#0000);width:100px;height:100px;animation:10s ease-in-out 6s infinite float;bottom:15%;left:15%}.hero-section .floating-elements .floating-element:nth-child(4){background:radial-gradient(circle,#fff3,#0000);width:140px;height:140px;animation:13s ease-in-out 9s infinite float;top:35%;right:25%}@media (width<=768px){.hero-section .floating-elements .floating-element:first-child{width:70px;height:70px}.hero-section .floating-elements .floating-element:nth-child(2){width:100px;height:100px}.hero-section .floating-elements .floating-element:nth-child(3){width:60px;height:60px}.hero-section .floating-elements .floating-element:nth-child(4){width:80px;height:80px}}.hero-section .profile-wrapper{margin-bottom:2rem}.hero-section .profile-wrapper .profile-image{border:3px solid #bb85234d;border-radius:50%;width:200px;height:auto;transition:all .4s;box-shadow:0 0 40px #bb852333,0 10px 50px #0000004d}.hero-section .profile-wrapper .profile-image:hover{border-color:#bb852380;transform:scale(1.05)}@media (width<=576px){.hero-section .profile-wrapper .profile-image{width:160px}}.hero-section .hero-name{color:#bb8523;text-shadow:0 2px 20px #bb85234d;margin-bottom:.5rem;font-size:clamp(2.5rem,5vw,4.5rem);font-weight:700}.hero-section .hero-title{color:#e2e8f0;margin-bottom:1rem;font-size:clamp(1.3rem,4vw,1.8rem);font-weight:500}.hero-section .hero-tagline{color:#e2e8f0d9;margin-bottom:2.5rem;font-size:clamp(1rem,3vw,1.2rem);font-weight:300}.hero-section .cta-scroll{color:#bb8523;flex-direction:column;align-items:center;gap:.5rem;padding:1rem;font-size:1.1rem;font-weight:500;text-decoration:none;transition:all .3s;display:inline-flex}.hero-section .cta-scroll i{font-size:1.5rem;animation:2s infinite bounce}.hero-section .cta-scroll:hover{color:#d6a741;transform:translateY(5px)}@keyframes float{0%,to{opacity:.6;transform:translate(0)rotate(0)}25%{opacity:.4;transform:translate(10px,-20px)rotate(90deg)}50%{opacity:.7;transform:translate(-15px,-30px)rotate(180deg)}75%{opacity:.5;transform:translate(5px,-15px)rotate(270deg)}}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}.discover-section .discover-cards{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:800px;margin-bottom:3rem;margin-left:auto;margin-right:auto;display:grid}@media (width<=768px){.discover-section .discover-cards{grid-template-columns:1fr;gap:1rem;margin-bottom:1.5rem}}.discover-section .discover-card .card-link{flex-direction:column;align-items:center;padding:2.5rem 2rem;display:flex}@media (width<=768px){.discover-section .discover-card .card-link{padding:1.5rem 1rem}}.discover-section .discover-card .card-link{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:inherit;background:#ffffff14;border:1px solid #ffffff26;border-radius:20px;text-decoration:none;transition:all .4s;position:relative;overflow:hidden}.discover-section .discover-card .card-link:before{content:"";background:linear-gradient(90deg,#0000,#bb85231a,#0000);width:100%;height:100%;transition:left .6s;position:absolute;top:0;left:-100%}.discover-section .discover-card .card-link:hover{background:#ffffff1f;border-color:#bb852366;transform:translateY(-8px);box-shadow:0 15px 40px #0000004d}.discover-section .discover-card .card-link:hover:before{left:100%}.discover-section .discover-card .card-link:hover .card-icon i{color:#d6a741;transform:scale(1.15)}.discover-section .discover-card .card-link:hover .card-arrow i{transform:translate(8px)}.discover-section .discover-card .card-icon{margin-bottom:1.5rem}@media (width<=768px){.discover-section .discover-card .card-icon{margin-bottom:.75rem}}.discover-section .discover-card .card-icon i{font-size:3.5rem}@media (width<=768px){.discover-section .discover-card .card-icon i{font-size:2.5rem}}.discover-section .discover-card .card-icon i{color:#bb8523;transition:all .3s}.discover-section .discover-card .card-content{flex:1}.discover-section .discover-card .card-content h3{font-size:1.5rem}@media (width<=768px){.discover-section .discover-card .card-content h3{margin-bottom:.25rem;font-size:1.25rem}}.discover-section .discover-card .card-content h3{color:#e2e8f0;margin-bottom:.75rem;font-weight:600}.discover-section .discover-card .card-content p{color:#e2e8f0cc;font-size:1rem}@media (width<=768px){.discover-section .discover-card .card-content p{margin-bottom:0;font-size:.9rem;line-height:1.4}}.discover-section .discover-card .card-content p{line-height:1.6}.discover-section .discover-card .card-arrow{margin-top:1rem}@media (width<=768px){.discover-section .discover-card .card-arrow{margin-top:.5rem}}.discover-section .discover-card .card-arrow i{font-size:1.5rem}@media (width<=768px){.discover-section .discover-card .card-arrow i{font-size:1.25rem}}.discover-section .discover-card .card-arrow i{color:#bb8523;transition:transform .3s}.expertise-section .expertise-grid{grid-template-rows:repeat(2,1fr);grid-template-columns:repeat(2,1fr);gap:2rem;max-width:1000px;margin-bottom:3rem;margin-left:auto;margin-right:auto;display:grid}@media (width<=768px){.expertise-section .expertise-grid{grid-template-columns:1fr;gap:1rem}}.expertise-section .expertise-card{padding:2rem 1.5rem}@media (width<=768px){.expertise-section .expertise-card{padding:1.25rem 1rem}}.expertise-section .expertise-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff14;border:1px solid #ffffff26;border-radius:15px;transition:all .3s}.expertise-section .expertise-card:hover{background:#ffffff1f;border-color:#bb85234d;transform:translateY(-5px);box-shadow:0 10px 30px #0003}.expertise-section .expertise-card:hover .expertise-icon i{color:#d6a741;transform:scale(1.1)}.expertise-section .expertise-card .expertise-icon{margin-bottom:1.5rem}@media (width<=768px){.expertise-section .expertise-card .expertise-icon{margin-bottom:.75rem}}.expertise-section .expertise-card .expertise-icon i{font-size:3rem}@media (width<=768px){.expertise-section .expertise-card .expertise-icon i{font-size:2.25rem}}.expertise-section .expertise-card .expertise-icon i{color:#bb8523;transition:all .3s}.expertise-section .expertise-card h3{font-size:1.3rem}@media (width<=768px){.expertise-section .expertise-card h3{margin-bottom:.5rem;font-size:1.15rem}}.expertise-section .expertise-card h3{color:#e2e8f0;margin-bottom:1rem;font-weight:600}.expertise-section .expertise-card p{color:#e2e8f0d9;font-size:.95rem}@media (width<=768px){.expertise-section .expertise-card p{margin-bottom:0;font-size:.85rem;line-height:1.4}}.expertise-section .expertise-card p{text-align:left;line-height:1.6}.contact-section .process-steps{flex-wrap:wrap;justify-content:center;align-items:center;gap:2rem;max-width:900px;margin-bottom:3rem;margin-left:auto;margin-right:auto;display:flex}@media (width<=768px){.contact-section .process-steps{flex-direction:column;gap:1rem}}.contact-section .process-step{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff14;border:1px solid #ffffff26;border-radius:15px;flex:1;min-width:180px;padding:1.5rem;transition:all .3s}.contact-section .process-step:hover{background:#ffffff1f;transform:translateY(-5px);box-shadow:0 10px 25px #0003}.contact-section .process-step:hover .step-number{color:#fff;background:#bb8523}.contact-section .process-step .step-number{color:#bb8523;background:#bb852333;border:2px solid #bb8523;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;margin:0 auto 1rem;font-size:1.5rem;font-weight:700;transition:all .3s;display:flex}.contact-section .process-step h3{color:#e2e8f0;margin-bottom:.5rem;font-size:1.2rem;font-weight:600}.contact-section .process-step p{color:#e2e8f0cc;font-size:.9rem;line-height:1.5}.contact-section .process-arrow{color:#bb8523;font-size:2rem}@media (width<=768px){.contact-section .process-arrow{transform:rotate(90deg)}}.contact-section .contact-actions{flex-wrap:wrap;justify-content:center;gap:1.5rem;margin-bottom:2rem;display:flex}.contact-section .contact-actions .cta-primary,.contact-section .contact-actions .cta-secondary{border-radius:35px;align-items:center;gap:.75rem;padding:1rem 2.5rem;font-size:1.1rem;font-weight:500;text-decoration:none;transition:all .3s;display:inline-flex}.contact-section .contact-actions .cta-primary i,.contact-section .contact-actions .cta-secondary i{font-size:1.3rem}.contact-section .contact-actions .cta-primary{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#e2e8f0;background:#bb852340;border:2px solid #bb8523;box-shadow:0 4px 20px #bb852333}.contact-section .contact-actions .cta-primary:hover{color:#fff;background:#bb8523;transform:translateY(-3px);box-shadow:0 8px 30px #bb852366}.contact-section .contact-actions .cta-secondary{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#e2e8f0;background:#ffffff14;border:2px solid #ffffff40}.contact-section .contact-actions .cta-secondary:hover{background:#ffffff26;border-color:#fff6;transform:translateY(-2px);box-shadow:0 6px 25px #0003}@media (width<=576px){.contact-section .contact-actions{flex-direction:column;align-items:center}.contact-section .contact-actions .cta-primary,.contact-section .contact-actions .cta-secondary{justify-content:center;width:100%;max-width:300px}}.contact-section .social-links{justify-content:center;gap:1.5rem;display:flex}.contact-section .social-links .social-link{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#e2e8f0cc;background:#ffffff14;border:1px solid #ffffff26;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;text-decoration:none;transition:all .3s;display:flex}.contact-section .social-links .social-link i{font-size:1.4rem}.contact-section .social-links .social-link:hover{color:#bb8523;background:#ffffff26;border-color:#bb852380;transform:translateY(-3px);box-shadow:0 5px 20px #0003}@media (prefers-reduced-motion:reduce){.scroll-container{scroll-behavior:auto}.floating-element,.cta-scroll i,.cta-continue i{animation:none}*{transition-duration:.01ms!important;animation-duration:.01ms!important}}
