*{margin:0;padding:0;box-sizing:border-box}body{margin:0;font-family:"Poppins",sans-serif;background-color:#fffcf1}.poppins-medium{font-family:"Poppins",serif;font-weight:500;font-style:normal}span{color:#541e4c;font-weight:bold;text-decoration:none}.nav-container{width:100%;position:fixed;top:0;left:0;right:0;display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;z-index:50;.logo{color:#ff6b4a;font-size:1.2rem;font-weight:bold;text-decoration:none;z-index:11;width:300px;@media (max-width:1300px){font-size:1rem}}.hamburger{display:none;flex-direction:column;justify-content:space-around;width:30px;height:25px;background:transparent;border:none;cursor:pointer;z-index:11;span{width:30px;height:3px;background-color:#fff;transition:all 0.3s ease-in-out}&.active{span{&:first-child{transform:rotate(45deg) translate(6px,6px)}&:nth-child(2){opacity:0}&:last-child{transform:rotate(-45deg) translate(6px,-6px)}}}}.nav-content{display:flex;align-items:center;width:100%}.nav-links{display:flex;gap:0.5rem;width:100%;justify-content:center;@media (max-width:1300px){gap:0.25rem}}.nav-link{font-weight:bold;color:#fff;text-decoration:none;font-size:1rem;padding:0.5rem;transition:all 0.3s ease-in-out;border-radius:5px;@media (max-width:1300px){font-size:0.9rem;padding:0.25rem}&:hover{color:#000;background-color:rgba(255,255,255,0.5)}}.auth-buttons{display:flex;justify-content:center;gap:1rem;width:300px!important;.btn-signin,.btn-signup{font-size:0.6rem!important}}@media (max-width:768px){.hamburger{display:flex}.nav-content{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,0.95);flex-direction:column;justify-content:center;padding:2rem;transform:translateX(100%);transition:transform 0.3s ease-in-out;&.active{transform:translateX(0)}}.nav-links{flex-direction:column;align-items:center;gap:1.5rem}.auth-buttons{flex-direction:column;align-items:center;gap:1rem;margin-top:2rem;width:500px}}}.button-56{align-items:center;background-color:#fee6e3;border:2px solid #111;border-radius:8px;box-sizing:border-box;color:#111;cursor:pointer;display:flex;font-size:1rem;height:48px;justify-content:center;line-height:24px;max-width:100%;padding:0 1rem;position:relative;text-align:center;text-decoration:none;user-select:none;-webkit-user-select:none;touch-action:manipulation;@media (max-width:1300px){height:36px;padding:0 1rem}&:after{border-radius:8px;content:"";display:block;height:48px;left:0;width:100%;position:absolute;top:-2px;transform:translate(8px,8px);transition:transform 0.2s ease-out;z-index:-1;@media (max-width:1300px){height:36px}}&:hover:after{transform:translate(0,0)}&:active{background-color:#ffdeda;outline:0}&:hover{outline:0}}.btn-signin{color:#333;background:#fff;font-size:0.8rem;&:after{background-color:#e6e6e6}}.btn-signup{color:#333;background:#ffd700;font-size:0.8rem;&:after{background-color:#cea131}}.btn-user{color:#333;background:#b5e8ff;font-size:0.8rem;&:after{background-color:#87c8ed}}.cta-button{background:#ffd700;font-size:0.8rem;&:after{background-color:#cea131}}.footer{background-color:#333;color:#fff;padding:2rem 0;.footer-content{display:flex;flex-wrap:wrap;justify-content:space-around;max-width:1200px;margin:0 auto;padding:0 1rem}.footer-section{flex:1;min-width:300px;padding:1rem;h3{color:#ffd700;margin-bottom:1rem}ul{list-style:none}li{margin-bottom:0.5rem}a{color:#fff;text-decoration:none;transition:color 0.3s;&:hover{color:#ffd700}}}.footer-bottom{text-align:center;padding-top:2rem;font-size:0.9rem}}.wave-shape-divider-top{width:100%;overflow:hidden;line-height:0;svg{position:relative;display:block;width:calc(143% + 1.3px);height:105px;transform:rotateY(180deg)}.shape-fill{fill:#fffcf1}.wave-stroke{fill:none;stroke-width:20;stroke-linecap:round}}.wave-shape-divider-bottom{position:absolute;bottom:0;left:0;width:100%;overflow:hidden;line-height:0;svg{position:relative;display:block;width:calc(164% + 1.3px);height:100px}.shape-fill{fill:#fffcf1}.wave-stroke{fill:none;stroke-width:20;stroke-linecap:round}}.page-container{max-width:1200px;margin:0 auto;padding:6rem 1rem 2rem;@media (max-width:768px){padding:5rem 1rem 1rem}}.section{margin-bottom:3rem}.section-title{font-size:2rem;margin-bottom:1rem;text-align:center}.section-subtitle{color:#666;text-align:center;max-width:800px;margin:0 auto 2rem}.text-center{text-align:center}.mt-1{margin-top:0.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mt-4{margin-top:2rem}.mb-1{margin-bottom:0.5rem}.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:1.5rem}.mb-4{margin-bottom:2rem}.bg-light{background-color:#fffcf1}.bg-primary{background-color:#ff6b4a;color:white}.bg-secondary{background-color:#541e4c;color:white}.bg-accent{background-color:#ffd700}