.navbar{width:100%;position:fixed;top:0;left:0;background:transparent;z-index:1000}.nav-container{max-width:1200px;margin:0 auto;padding:1rem 1.2rem;box-sizing:border-box;max-height:90px;background:#fff;border-bottom:1px solid #f1f1f1;display:flex;justify-content:space-between;align-items:center}.nav-logo img{height:80px;width:auto;object-fit:contain;cursor:pointer}.nav-links{display:flex;gap:2rem;list-style:none}.nav-links li{position:relative;cursor:pointer;color:#333;font-weight:500;font-family:Poppins,sans-serif;transition:color .25s ease}.nav-links li:hover{color:#e85aa0}.nav-links li:after{content:"";position:absolute;left:0;bottom:-4px;width:0%;height:2px;background:#e85aa0;transition:width .25s ease}.nav-links li:hover:after{width:100%}.nav-cta{background:#000;color:#fff;padding:.7rem 1.2rem;border-radius:25px;font-weight:600;border:none;font-family:Poppins,sans-serif;transition:all .25s ease}.nav-cta:hover{transform:scale(115%);background:#ff5fa8}.hamburger{display:none;cursor:pointer;font-size:2rem;color:#000}.mobile-menu,.call-button{display:none}@media(max-width:768px){.nav-container{padding:.8rem 1rem;max-height:80px;display:grid;grid-template-columns:auto 1fr auto;align-items:center}.nav-logo img{height:65px}.nav-socials-mini{display:flex;justify-content:center;align-items:center;gap:1rem}.nav-social-icon svg{width:26px;height:26px;stroke:#000;transition:transform .25s ease}.nav-social-icon:hover svg{transform:scale(1.15)}.hamburger{display:flex;justify-self:end;font-size:2rem}.nav-links,.nav-cta{display:none}}@media(max-width:430px){.nav-container{padding:.6rem .8rem;max-height:70px}.nav-logo img{height:55px}.nav-social-icon svg{width:24px;height:24px}.hamburger{font-size:1.8rem}}.mobile-menu{display:none;flex-direction:column;background:#fff;width:100%;padding:1.5rem 1rem;position:absolute;top:80px;left:0;z-index:1500;border-bottom:1px solid #eee;font-family:Poppins,sans-serif}.mobile-menu.open{display:flex}.mobile-menu li{list-style:none;font-size:1.2rem;padding:.8rem 0;color:#333;cursor:pointer;text-align:center;transition:color .25s ease}.mobile-menu li:hover{color:#e85aa0}.mobile-cta{margin:1rem auto 0;width:80%;text-align:center;padding:.9rem 1rem;background:#000;color:#fff;border-radius:25px;font-weight:600;border:none;transition:all .25s ease}.mobile-cta:hover{transform:scale(1.05);background:#ff5fa8}@media(max-width:768px){.call-button{position:fixed;bottom:20px;right:20px;width:55px;height:55px;background:#000;border-radius:50%;box-shadow:0 4px 15px #00000040;display:flex;align-items:center;justify-content:center;z-index:2000;text-decoration:none}.call-button svg{width:28px;height:28px;stroke:#fff;transition:transform .25s ease}.call-button:hover svg{transform:scale(1.15)}}.navbar.scrolled .nav-container{background:#ffffff1c;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(255,255,255,.3);transition:background .3s ease,backdrop-filter .3s ease}.section-wrapper{max-width:1200px;margin:0 auto;padding:6rem 0rem}.inner-container{max-width:1200px;margin:0 auto}body{overflow-x:hidden}.footer{text-align:center;padding:3rem 1rem;background:#fff;border-top:1px solid #eaeaea}.footer-logo{cursor:pointer}.footer-logo img{width:120px;height:auto;margin-bottom:1.5rem}.footer-socials{display:flex;justify-content:center;gap:1.2rem;margin-bottom:1.5rem}.footer-socials a svg{stroke:#000;transition:transform .25s ease,stroke .25s ease}.footer-socials a:hover svg{transform:scale(1.15);stroke:#ff5fa8}.footer-copy{font-size:.95rem;color:#555}@media(max-width:768px){.footer{padding:2rem 1rem}.footer-logo img{width:90px;margin-bottom:1.2rem}.footer-socials{gap:1rem;margin-bottom:1.2rem}.footer-socials a svg{width:22px;height:22px}.footer-copy{font-size:.85rem}}.hero{padding-top:5rem}.hero-content{background:linear-gradient(to bottom right,#fff,#ffd8eb);padding:2rem;max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap}.hero-top-title{text-align:left;font-size:3rem;font-weight:400;color:#000;letter-spacing:.5px;margin-bottom:.5rem;font-style:italic}.hero-text{flex:1}.hero-title{font-size:2.5rem;font-weight:400;line-height:1.2;font-style:italic;color:#000;margin-top:0}.hero-description{font-size:1.4rem;color:#3b3b3b;margin-bottom:2rem;max-width:500px;font-family:Poppins,sans-serif}.hero-description-top{font-size:1rem;color:#000;margin-bottom:1rem;max-width:500px;border:1px solid #00000042;border-radius:5px;padding:0rem .2rem;display:inline-block;letter-spacing:1px;font-family:Poppins,sans-serif}.hero-buttons{display:flex;gap:1rem;font-family:Poppins,sans-serif}.btn-primary{background:#000;color:#fff;padding:.9rem 1.6rem;border-radius:10px;border:none;font-weight:600;cursor:pointer;transition:all .25s ease}.btn-primary:hover{transform:scale(115%);background:#ff5fa8}.btn-secondary{background:transparent;color:#000;padding:.9rem 1.6rem;border-radius:10px;border:1px solid #00000042;font-weight:600;cursor:pointer;transition:all .25s ease}.btn-secondary:hover{transform:scale(115%);background:#ff5fa8;color:#fff}.hero-image{position:relative;flex:1;max-width:100%;display:flex;justify-content:center;overflow:hidden;border-radius:20px}.hero-image img{width:100%;max-width:450px;object-fit:cover;display:block;border-radius:20px}@media(max-width:768px){.hero{padding-top:6rem;padding-bottom:3rem;background:linear-gradient(to bottom,#fff,#ffd8eb)}.hero-content{flex-direction:column;text-align:center;gap:2rem}.hero-top-title{font-size:2.5rem;text-align:center;margin-bottom:1rem}.hero-text{flex:unset;width:100%}.hero-title{font-size:2.2rem;line-height:1.3;text-align:center}.hero-description-top{font-size:.9rem;margin:0 auto 1rem;display:inline-block}.hero-description{font-size:1rem;margin:0 auto 2rem;max-width:90%}.hero-buttons{flex-direction:column;gap:.8rem;width:100%;align-items:center}.btn-primary,.btn-secondary{width:80%;text-align:center}.hero-image{flex:unset;width:100%;justify-content:center}.hero-image img{max-width:80%;border-radius:20px}}@media(max-width:430px){.hero-content{padding:1rem!important;max-width:100%!important;overflow-x:hidden}.hero{overflow-x:hidden}.hero-image img,.hero-description,.hero-description-top{max-width:100%!important}.btn-primary,.btn-secondary{width:100%!important}}.about-container{display:flex;align-items:center;gap:4rem;font-family:Poppins,sans-serif;margin:5%}.about-image{flex:1;display:flex;justify-content:center}.about-image img{width:100%;max-width:420px;height:auto;border-radius:20px;object-fit:cover;box-shadow:0 10px 30px #0000001a}.about-text{flex:1}.about-title{font-size:1rem;color:#000;margin-bottom:1rem;max-width:500px;border:1px solid #00000042;border-radius:5px;padding:0rem .2rem;display:inline-block;font-weight:400;letter-spacing:1px}.about-subtitle{font-size:1.4rem;font-weight:400;margin-bottom:1.5rem;color:#555;position:relative;padding-bottom:.8rem}.about-subtitle:after{content:"";position:absolute;left:0;bottom:0;width:60px;height:2px;background:#ffb6d9;border-radius:2px}.about-description,.about-description2{font-size:1.1rem;color:#444;margin-bottom:1rem;line-height:1.6}.about-panels{display:flex;gap:2rem;margin-top:2.5rem;font-family:Poppins,sans-serif}.about-panel{flex:1;background:#fff;border:1px solid #ffffff;padding:1.5rem;border-radius:15px;text-align:center;box-shadow:0 5px 20px #ffffff0d;transition:transform .25s ease}.about-panel:hover{transform:translateY(-4px)}.about-panel .icon{margin-bottom:1rem}.about-panel svg{width:30px;height:45px}.about-panel p{font-size:1.1rem;font-weight:600;color:#000;line-height:1.4}.about-panel p span{font-size:.9rem;font-weight:400;color:#555}@media(max-width:768px){.about-container{flex-direction:column;gap:2rem;text-align:center}.about-image{width:100%;display:flex;justify-content:center}.about-image img{max-width:80%;margin:0 auto;border-radius:20px}.about-text{flex:unset;width:100%}.about-title{font-size:.9rem;margin:0 auto 1rem;display:inline-block}.about-subtitle{font-size:1.3rem;margin-bottom:1rem;padding-bottom:.6rem}.about-subtitle:after{left:50%;transform:translate(-50%)}.about-description,.about-description2{font-size:1rem;max-width:90%;margin:0 auto 1rem}.about-panels{flex-direction:column;gap:1.5rem;margin-top:2rem}.about-panel{width:100%;max-width:350px;margin:0 auto;padding:1.2rem}.about-panel svg{width:35px;height:35px}.about-panel p{font-size:1rem}.about-panel p span{font-size:.85rem}}@media(max-width:430px){.about-container{margin:0!important;padding:0 1rem!important;width:100%!important;box-sizing:border-box;overflow-x:hidden}.about-panels{width:100%!important;margin:0!important;padding:0!important;box-sizing:border-box;overflow-x:hidden}.about-panel{width:100%!important;max-width:100%!important;margin:0 auto!important;padding:1.1rem!important;box-sizing:border-box}.about-image img{max-width:100%!important}.about{overflow-x:hidden!important}}.offer{text-align:center;background:linear-gradient(to left,#fff,#ffd8eb)}.offer-title{font-family:Playfair Display,serif;font-size:3rem;margin-bottom:1.5rem;position:relative;display:inline-block;padding-bottom:.8rem}.offer-title:after{content:"";position:absolute;left:50%;transform:translate(-50%);bottom:0;width:60px;height:2px;background:#ffb6d9;border-radius:2px}.offer-description{font-size:1.2rem;color:#444;max-width:700px;margin:0 auto 3rem;font-family:Poppins,sans-serif}.offer-panels{display:flex;gap:2rem;margin:5%}.offer-panel{flex:1;background:#fff;border:1px solid #eaeaea;padding:2rem 1.5rem;border-radius:15px;text-align:center;box-shadow:0 5px 20px #0000000d;transition:transform .25s ease;font-family:Poppins,sans-serif}.offer-panel:hover{transform:translateY(-4px)}.offer-panel .icon{margin-bottom:1rem}.offer-panel .icon img{width:100px;height:100px;object-fit:contain;margin-bottom:1rem}.offer-panel h3{font-size:1.3rem;font-weight:600;margin-bottom:.5rem}.offer-panel p{font-size:1rem;color:#444}@media(max-width:768px){.offer{padding:3rem 1rem;background:linear-gradient(to bottom,#fff,#ffd8eb)}.offer-title{font-size:2.2rem;padding-bottom:.6rem}.offer-title:after{width:50px}.offer-description{font-size:1rem;max-width:90%;margin:0 auto 2rem}.offer-panels{flex-direction:column;gap:1.5rem;margin-top:1.5rem}.offer-panel{width:100%;max-width:350px;margin:0 auto;padding:1.5rem 1.2rem}.offer-panel svg{width:40px;height:40px}.offer-panel h3{font-size:1.2rem}.offer-panel p{font-size:.95rem}}@media(max-width:430px){.offer-panels{margin:0!important;padding:0 1rem!important;width:100%!important;box-sizing:border-box;overflow-x:hidden}.offer-panel{width:100%!important;max-width:100%!important;margin:0 auto!important;padding:1.2rem 1rem!important;box-sizing:border-box}.offer{overflow-x:hidden!important}}.portfolio{text-align:center}.portfolio-title{font-family:Playfair Display,serif;font-size:3rem;margin-bottom:1.5rem;position:relative;display:inline-block;padding-bottom:.8rem}.portfolio-title:after{content:"";position:absolute;left:50%;transform:translate(-50%);bottom:0;width:60px;height:2px;background:#ffb6d9;border-radius:2px}.portfolio-subtitle{font-size:1.2rem;color:#555;margin-bottom:3rem;display:block;max-width:700px;margin-left:auto;margin-right:auto;font-family:Poppins,sans-serif}.portfolio-grid{display:grid;grid-template-columns:1fr 2fr;gap:2rem;margin:2%;overflow-x:hidden}.portfolio-left img{width:100%;height:98%;object-fit:cover;border-radius:20px;box-shadow:0 10px 30px #0000001a;transition:transform .3s ease}.portfolio-left img:hover{transform:scale(1.03)}.portfolio-right{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.portfolio-right img{width:100%;max-height:250px;height:98%;object-fit:cover;border-radius:20px;box-shadow:0 10px 30px #0000001a;transition:transform .3s ease}.portfolio-right img:hover{transform:scale(1.03)}@media(max-width:768px){.portfolio-grid{grid-template-columns:1fr;gap:1.5rem;padding:0 1rem}.portfolio-left img{display:none}.portfolio-right{grid-template-columns:1fr}.portfolio-right img{height:300px}}.portfolio-more-btn{display:inline-block;margin:3rem auto 0;padding:.9rem 2rem;background:#000;color:#fff;border-radius:10px;font-weight:600;text-decoration:none;transition:all .25s ease}.portfolio-more-btn:hover{transform:scale(115%);background:#ff5fa8;color:#fff}.contact{background:linear-gradient(to bottom right,#fff,#ffd8eb)}.contact-panel{display:flex;gap:0;background:#fff;border-radius:40px;border:2px solid #e5e5e5;overflow:hidden;box-shadow:0 10px 30px #0000000d;font-family:Poppins,sans-serif;margin:5%}.contact-left{flex:1;background-color:#000;padding:3rem;color:#fff}.contact-title{font-family:Playfair Display,serif;font-size:2.5rem;margin-bottom:1rem;position:relative;display:inline-block;padding-bottom:.8rem;color:#fff;font-weight:400;font-style:italic}.contact-title:after{content:"";position:absolute;left:50%;transform:translate(-50%);bottom:0;width:60px;height:2px;background:#ffb6d9;border-radius:2px}.contact-description{font-size:1.1rem;color:#fff;margin-bottom:2rem;font-family:Poppins,sans-serif}.contact-info p{margin:.4rem 0;font-size:1rem;color:#fff}.contact-socials{display:flex;gap:1rem;margin-top:1.5rem;justify-content:center}.contact-socials a svg{stroke:#fff;transition:transform .25s ease,stroke .25s ease}.contact-socials a:hover svg{transform:scale(1.15);stroke:#ffb6d9}.contact-right{flex:2;padding:3rem}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column;text-align:left}.form-group label{font-weight:600;margin-bottom:.4rem}.form-group input,.form-group select,.form-group textarea{padding:.9rem;border-radius:10px;border:1px solid #ccc;font-size:1rem;outline:none;transition:border .25s ease}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#ffb6d9}.contact-submit{background:#000;color:#fff;padding:1rem 2rem;border-radius:10px;border:none;font-weight:600;cursor:pointer;transition:background .25s ease;font-family:Poppins,sans-serif}.contact-submit:hover{background:#ff5fa8}@media(max-width:768px){.contact{padding:1.5rem 1rem;background:linear-gradient(to bottom,#fff,#ffd8eb)}.contact-panel{flex-direction:column;border-radius:30px;overflow:hidden;margin:0;width:100%;box-sizing:border-box}.contact-left{width:100%;padding:1.8rem 1.2rem;text-align:center;box-sizing:border-box}.contact-right{width:100%;padding:1.8rem 1.2rem;box-sizing:border-box}.contact-form{gap:1.2rem}.form-group input,.form-group select,.form-group textarea{font-size:.95rem;padding:.8rem;box-sizing:border-box}.contact-submit{width:100%;padding:.9rem;font-size:1rem}}html,body{width:100%;max-width:100%;overflow-x:hidden;margin:0;padding:0}body{background-image:url(/tlo.jpg);background-size:cover;background-position:center;background-repeat:no-repeat;background-attachment:fixed;margin:0;padding:0}#root{max-width:1200px;margin:0 auto;background:#fff;min-height:100vh}h1,h2,h3{font-family:Playfair Display,serif;font-weight:700;color:#222}h4,h5,h6{font-family:Poppins,sans-serif;font-weight:600}
