:root{font-family:Montserrat,sans-serif;line-height:1.5;font-weight:400;color:#000;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html{scroll-padding-top:72px;scroll-behavior:smooth}body{margin:0;min-width:320px;min-height:100vh}a{font-weight:500;color:#000;text-decoration:inherit}a:hover{color:gold}button{font-family:inherit;cursor:pointer}*{margin:0;padding:0;box-sizing:border-box}.app{width:100%;overflow-x:hidden}body{font-family:Montserrat,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#fff;color:#000}@font-face{font-family:Montserrat;font-display:swap}img{max-width:100%;height:auto}img[loading=lazy]{min-height:200px;background:#f6f6f6}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeInLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes slideIn{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes shimmer{0%{background-position:-1000px 0}to{background-position:1000px 0}}.animate-on-scroll{opacity:0;transition:opacity .6s ease-out,transform .6s ease-out}.animate-on-scroll.animated{opacity:1}.fade-in-up{animation:fadeInUp .8s ease-out forwards}.fade-in-left{animation:fadeInLeft .8s ease-out forwards}.fade-in-right{animation:fadeInRight .8s ease-out forwards}.fade-in{animation:fadeIn .8s ease-out forwards}.scale-in{animation:scaleIn .6s ease-out forwards}.stagger-item{opacity:0;transform:translateY(20px);transition:opacity .6s ease-out,transform .6s ease-out}.stagger-item.animated{opacity:1;transform:translateY(0)}.stagger-item:nth-child(1){transition-delay:.1s}.stagger-item:nth-child(2){transition-delay:.2s}.stagger-item:nth-child(3){transition-delay:.3s}.stagger-item:nth-child(4){transition-delay:.4s}.stagger-item:nth-child(5){transition-delay:.5s}.stagger-item:nth-child(6){transition-delay:.6s}.hover-lift{transition:transform .3s ease,box-shadow .3s ease}.hover-lift:hover{transform:translateY(-8px);box-shadow:0 12px 24px #00000026}.hover-scale{transition:transform .3s ease}.hover-scale:hover{transform:scale(1.05)}.hover-glow{transition:box-shadow .3s ease}.hover-glow:hover{box-shadow:0 0 20px #9d4edd66}.btn-bounce{transition:transform .2s ease}.btn-bounce:active{transform:scale(.95)}.btn-shimmer{position:relative;overflow:hidden}.btn-shimmer:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);transition:left .5s ease}.btn-shimmer:hover:before{left:100%}.img-reveal{opacity:0;transform:scale(1.1);transition:opacity .8s ease,transform .8s ease}.img-reveal.revealed{opacity:1;transform:scale(1)}.text-reveal{overflow:hidden}.text-reveal span{display:inline-block;opacity:0;transform:translateY(100%);animation:textReveal .6s ease-out forwards}@keyframes textReveal{to{opacity:1;transform:translateY(0)}}a,button{transition:all .3s ease}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.header{position:fixed;top:0;left:0;right:0;background:#fffffffa;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;height:72px;box-shadow:0 2px 8px #9d4edd1a}.header-container{max-width:1512px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;padding:0 76px;height:100%}.logo h2{margin:0;font-size:22px;font-weight:700;color:#9d4edd;letter-spacing:-.5px;display:flex;flex-direction:column;line-height:1.2}.logo-subtitle{font-size:12px;font-weight:400;color:#9d4edd;letter-spacing:.3px;margin-top:2px;opacity:.85}.desktop-nav{display:flex;gap:32px;align-items:center;position:relative}.desktop-nav a{text-decoration:none;color:#000;font-size:16px;font-weight:500;transition:color .3s;white-space:nowrap}.desktop-nav a:hover{color:#9d4edd;transition:color .3s ease}.desktop-nav a.active{color:#9d4edd;font-weight:600;position:relative}.desktop-nav a.active:after{content:"";position:absolute;bottom:-5px;left:0;right:0;height:2px;background:#9d4edd;border-radius:2px}.nav{display:none}.mobile-menu-toggle{display:none;flex-direction:column;gap:5px;background:transparent;border:none;cursor:pointer;padding:8px;z-index:1001;justify-content:center;align-items:center;width:30px;height:30px}.mobile-menu-toggle span{width:25px;height:3px;background:#9d4edd;border-radius:2px;transition:all .3s ease;display:block;position:relative}.mobile-menu-toggle:hover span{background:#8b3dd1}.mobile-menu-toggle.menu-open span:nth-child(1){transform:rotate(45deg) translate(8px,8px)}.mobile-menu-toggle.menu-open span:nth-child(2){opacity:0;transform:translate(-10px)}.mobile-menu-toggle.menu-open span:nth-child(3){transform:rotate(-45deg) translate(7px,-7px)}.mobile-menu-overlay{display:none}@media(max-width:768px){.header-container{padding:0 20px}.logo h2{font-size:18px;flex-direction:row;align-items:baseline;gap:4px}.logo-subtitle{font-size:10px;margin-top:0}.mobile-menu-toggle{display:flex}.mobile-menu-overlay{display:block;position:fixed;inset:0;background-image:url(/images/stunning-waterfall-landscape.jpg);background-size:cover;background-position:center;background-repeat:no-repeat;z-index:998;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease;transform:translateZ(0);will-change:opacity}.mobile-menu-overlay:before{content:"";position:absolute;inset:0;background:#0000001a;z-index:1}.mobile-menu-overlay.menu-open{opacity:1;visibility:visible}.desktop-nav{display:none}.nav{position:fixed;top:0;left:0;width:100vw;max-width:100vw;height:100vh;background-image:url(/images/stunning-waterfall-landscape.jpg);background-size:cover;background-position:center;background-repeat:no-repeat;background-color:#ffe500d9;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);flex-direction:column;padding:0;gap:0;box-shadow:4px 0 24px #0000004d;transform:translate(-100%);transition:transform .3s ease;z-index:999;overflow-y:auto;display:flex}.nav:before{content:"";position:absolute;inset:0;background:#ffe500d9;z-index:0}.nav>*{position:relative;z-index:1}.nav-open{transform:translate(0)}.mobile-menu-header{display:flex;justify-content:space-between;align-items:center;padding:24px 20px;border-bottom:1px solid rgba(0,0,0,.1)}.mobile-menu-logo{font-family:Montserrat,sans-serif;font-size:20px;font-weight:700;color:#000;letter-spacing:1px;line-height:1.3}.mobile-menu-subtitle{font-size:14px;font-weight:400;display:block;margin-top:4px;letter-spacing:.5px}.mobile-menu-close{display:none}.mobile-menu-section{padding:24px 20px}.mobile-menu-label{font-family:Montserrat,sans-serif;font-size:14px;font-weight:600;color:#666;text-transform:uppercase;letter-spacing:1px;margin-bottom:20px}.mobile-menu-items{display:flex;flex-direction:column;gap:0;align-items:center}.nav a{padding:16px 0;color:#000;font-family:Montserrat,sans-serif;font-size:18px;font-weight:700;text-decoration:none;border-bottom:none;width:100%;text-align:center;transition:color .3s ease}.nav a:hover{color:#9d4edd}.nav a.active{color:#9d4edd;font-weight:600;background:transparent;padding-left:0;border-left:none;border-bottom:none}.nav a.active:after{display:none}.mobile-menu-divider{height:1px;background:#0000001a;margin:0 20px}.mobile-menu-social{display:flex;gap:20px;align-items:center}.social-link{width:40px;height:40px;display:flex;align-items:center;justify-content:center;transition:opacity .3s ease}.social-link:hover{opacity:.7}.social-link svg{width:24px;height:24px}.social-link svg path,.social-link svg rect,.social-link svg circle,.social-link svg line{stroke:#000}.mobile-menu-cta{width:100%;padding:16px 24px;background:#000;color:#ffe500;border:none;font-family:Montserrat,sans-serif;font-size:16px;font-weight:600;cursor:pointer;border-radius:8px;transition:background .3s ease,color .3s ease;margin-top:8px}.mobile-menu-cta:hover{background:#9d4edd;color:#fff}}.hero{margin-top:72px;position:relative;overflow:visible;background:#fff}.hero-wrapper{width:100%;position:relative}.hero-top-section{padding:112px 0 44px;background:#fff;position:relative}.hero-content-container{max-width:1512px;margin:0 auto;padding:0 104px;display:flex;gap:24px;align-items:center;position:relative}.hero-text-section{display:flex;flex-direction:column;gap:24px;flex:1}.hero-welcome-title-row{display:flex;align-items:flex-end;gap:12px;flex-wrap:wrap}.hero-welcome-text{font-family:Montserrat,sans-serif;font-size:24px;font-weight:400;color:#000;line-height:46px;margin:0;padding:0 0 4px}.hero-title-row{display:flex;gap:76px;align-items:flex-end}.hero-title-section{display:flex;flex-direction:column;gap:20px;align-items:flex-start}.hero-main-title{font-family:Montserrat,sans-serif;font-size:64px;font-weight:900;color:#000;line-height:46px;margin:0;padding:0}.hero-subtitle{font-family:Montserrat,sans-serif;font-size:64px;font-weight:900;color:#000;line-height:46px;letter-spacing:0;margin:0}.hero-subtitle-violet{color:#9d4edd}.hero-description-section{flex:1;max-width:700px;min-width:500px;align-self:flex-end}.hero-description-section p{font-family:Montserrat,sans-serif;font-size:24px;font-weight:600;color:#000;line-height:31px;margin:0}.hero-social-icons{display:flex;flex-direction:column;gap:24px;padding:24px 12px;width:48px;align-items:center}.social-icon{width:24px;height:24px;color:#000;cursor:pointer;transition:color .3s ease;display:flex;align-items:center;justify-content:center;text-decoration:none}.social-icon:hover{color:#9d4edd;transform:translateY(-3px) scale(1.1);box-shadow:0 4px 12px #9d4edd4d}.social-icon svg{width:100%;height:100%}.hero-cta-section{max-width:1512px;margin:44px auto 0;padding:0 104px;display:flex;gap:12px;align-items:center}.hero-yellow-underline{height:81px;width:504px;position:relative;display:flex;align-items:center;flex-shrink:0;background:transparent}.hero-yellow-underline svg{width:100%;height:100%;display:block;background:transparent}.hero-book-button{background:#000;color:#fff;border:none;padding:8px 40px;font-family:Montserrat,sans-serif;font-size:24px;font-weight:600;border-radius:40px;cursor:pointer;transition:all .3s ease;height:48px;white-space:nowrap}.hero-book-button:hover{background:#9d4edd;transform:translateY(-3px) scale(1.02);box-shadow:0 8px 20px #9d4edd66}.hero-book-button:active{transform:translateY(-1px) scale(.98)}.hero-image-section{width:100%;height:519px;overflow:hidden;position:relative}.hero-image-section img,.hero-parallax-image{width:100%;height:110%;object-fit:cover;object-position:center 0%;filter:brightness(1.05) saturate(1.15) contrast(1.05);will-change:transform;transition:transform .1s ease-out;display:block}.why-herguided-section{background:#ffe500;position:relative;padding:80px 88px;margin:0;width:100%;z-index:10}.why-herguided-section:before,.why-herguided-section:after{content:"";position:absolute;width:100px;height:100px;opacity:.04;z-index:0;pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M50 10 C45 10, 40 15, 40 25 L40 50 C40 60, 45 65, 50 65 C55 65, 60 60, 60 50 L60 25 C60 15, 55 10, 50 10 Z' fill='%23000'/%3E%3Ccircle cx='45' cy='25' r='8' fill='%23000'/%3E%3Cpath d='M37 25 L32 22 L32 28 Z' fill='%23000'/%3E%3Cpath d='M50 65 L45 75 L50 70 L55 75 Z' fill='%23000'/%3E%3C/svg%3E");background-size:contain;background-repeat:no-repeat}.why-herguided-section:before{top:30px;left:30px}.why-herguided-section:after{bottom:30px;right:30px;transform:scale(-1)}.why-herguided-container{max-width:1300px;margin:0 auto;width:100%}.why-herguided-title{font-family:Montserrat,sans-serif;font-size:48px;font-weight:700;color:#000;margin:0 0 60px;text-align:left;letter-spacing:-.5px}.why-herguided-features{display:grid;grid-template-columns:repeat(3,1fr);gap:50px}.why-feature{display:flex;gap:20px;align-items:flex-start;padding:30px;background:#ffffff40;border-radius:20px;transition:all .4s cubic-bezier(.4,0,.2,1);border:2px solid transparent;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.why-feature:hover{background:#fff6;border-color:#0003;transform:translateY(-3px);box-shadow:0 8px 20px #0000001a}.why-feature-bullet{font-size:36px;color:#000;font-weight:900;line-height:1;flex-shrink:0;margin-top:2px;width:30px;text-align:center}.why-feature-content{flex:1}.why-feature-title{font-family:Montserrat,sans-serif;font-size:22px;font-weight:700;color:#000;margin:0 0 16px;letter-spacing:-.3px;line-height:1.3}.why-feature-description{font-family:Montserrat,sans-serif;font-size:16px;font-weight:400;color:#333;line-height:1.7;margin:0;opacity:.95}@media(max-width:1024px){.hero-content-container{flex-direction:column;align-items:flex-start;padding:0 64px;gap:32px}.hero-title-row{flex-direction:column;gap:24px;align-items:flex-start;width:100%}.hero-description-section{max-width:100%;min-width:0;align-self:flex-start;width:100%}.hero-main-title,.hero-subtitle{font-size:48px;letter-spacing:normal;line-height:1.2}.hero-social-icons{flex-direction:row;width:auto;padding:0;gap:16px;margin-top:16px}.hero-cta-section{flex-direction:column;align-items:flex-start;padding:0 64px;width:100%;margin-top:32px}.hero-yellow-underline{width:100%;max-width:504px}.why-herguided-features{grid-template-columns:1fr;gap:32px}}@media(max-width:768px){.hero-top-section{padding:64px 0 32px}.hero-content-container{padding:0 20px;gap:24px;flex-direction:column}.hero-text-section{width:100%;gap:20px}.hero-welcome-title-row{flex-direction:column;align-items:flex-start;gap:4px}.hero-welcome-text{font-size:18px;line-height:1.2;padding:0;margin-bottom:0}.hero-title-row{flex-direction:column;gap:16px;width:100%}.hero-title-section{gap:12px;width:100%}.hero-main-title,.hero-subtitle{font-size:40px;line-height:1.2;padding:0}.hero-subtitle{letter-spacing:0}.hero-description-section{max-width:100%;min-width:0;width:100%;align-self:flex-start}.hero-description-section p{font-size:16px;font-weight:500;line-height:1.5}.hero-social-icons{flex-direction:row;width:100%;padding:0;gap:16px;justify-content:flex-start;margin-top:16px}.hero-cta-section{padding:0 20px;gap:16px;flex-direction:column;align-items:flex-start;width:100%;margin-top:24px}.hero-yellow-underline{width:100%;height:auto;max-width:100%}.hero-yellow-underline img{width:100%;height:auto}.hero-book-button{font-size:16px;padding:12px 32px;height:auto;width:100%;max-width:200px}.hero-image-section{height:300px}.why-herguided-section{padding:48px 20px}.why-herguided-title{font-size:32px;margin-bottom:32px}.why-herguided-features{gap:24px}.why-feature{padding:20px;gap:16px}.why-feature-bullet{font-size:24px;width:24px}.why-feature-title{font-size:18px;margin-bottom:8px}.why-feature-description{font-size:14px;line-height:1.6}}@media(max-width:480px){.hero-top-section{padding:48px 0 24px}.hero-content-container{padding:0 16px;gap:20px}.hero-welcome-title-row{flex-direction:column;align-items:flex-start;gap:4px}.hero-welcome-text{font-size:16px;line-height:1.2;padding:0;margin-bottom:0}.hero-main-title,.hero-subtitle{font-size:32px;line-height:1.2;padding:0}.hero-subtitle{letter-spacing:0}.hero-title-section{gap:8px}.hero-description-section p{font-size:14px;font-weight:500;line-height:1.5}.hero-social-icons{gap:12px}.hero-cta-section{padding:0 16px;margin-top:20px}.hero-yellow-underline{height:40px}.hero-book-button{font-size:14px;padding:10px 24px;max-width:100%}.hero-image-section{height:250px}.why-herguided-section{padding:40px 16px}.why-herguided-title{font-size:24px;margin-bottom:24px}.why-herguided-features{gap:20px}.why-feature{padding:16px;gap:12px}.why-feature-title{font-size:16px}.why-feature-description{font-size:13px}}
