@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";:root{font-family:Inter,system-ui,-apple-system,sans-serif}body{margin:0;padding:0}#root{width:100%;min-height:100vh}.header{z-index:1000;background:var(--white);padding:20px 0;transition:all .3s;position:fixed;top:0;left:0;right:0}.header.scrolled{box-shadow:var(--shadow);padding:15px 0}.nav{justify-content:space-between;align-items:center;display:flex}.logo{cursor:pointer;flex-direction:column;display:flex}.logo-name{background:var(--gradient);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:1.8rem;font-weight:700}@media (max-width:568px){.header{padding:12px 0}.header.scrolled{padding:10px 0}.logo-name{font-size:1.3rem}.logo-tagline{letter-spacing:1px;font-size:.6rem}.nav-mobile-link{padding:8px 0;font-size:.95rem}.btn{font-size:.9rem}}@media (max-width:400px){.logo-name{font-size:1.2rem}.logo-tagline{font-size:.55rem}}@media (max-width:382px){.header{padding:10px 0}.logo-name{font-size:1.15rem}.logo-tagline{letter-spacing:.5px;font-size:.52rem}.nav-mobile-link{padding:7px 0;font-size:.9rem}}.logo-tagline{color:var(--text-light);text-transform:uppercase;letter-spacing:2px;font-size:.75rem}.nav-desktop{align-items:center;gap:30px;display:flex}.nav-link{color:var(--text);font-weight:500;text-decoration:none;transition:color .3s;position:relative}.nav-link:after{content:"";background:var(--gradient);width:0;height:2px;transition:width .3s;position:absolute;bottom:-5px;left:0}.nav-link:hover{color:var(--primary)}.nav-link:hover:after{width:100%}.menu-toggle{color:var(--text);cursor:pointer;z-index:10;background:0 0;border:none;padding:5px;display:none}.nav-mobile{flex-direction:column;gap:20px;width:100%;padding:30px 0;display:none;overflow:hidden}.nav-mobile-link{color:var(--text);border-bottom:1px solid var(--accent);padding:10px 0;font-weight:500;text-decoration:none;transition:color .3s}.nav-mobile-link:hover{color:var(--primary)}.nav-mobile-social{justify-content:center;gap:20px;padding-top:20px;display:flex}.nav-mobile-social a{background:var(--accent);width:40px;height:40px;color:var(--primary);border-radius:50%;justify-content:center;align-items:center;transition:all .3s;display:flex}.nav-mobile-social a:hover{background:var(--gradient);color:var(--white);transform:translateY(-3px)}@media (max-width:968px){.nav-desktop{display:none!important}.menu-toggle{display:block!important}.nav-mobile{display:flex!important}}@media (max-width:992px) and (min-width:969px){.nav-link{font-size:.95rem}.nav-desktop{gap:20px}}@media (max-width:768px){.header{padding:15px 0}.logo-name{font-size:1.6rem}.logo-tagline{font-size:.68rem}}.hero{align-items:center;width:100%;min-height:100vh;padding:100px 0 60px;display:flex;position:relative;overflow-x:hidden}.hero-background{z-index:-1;position:absolute;inset:0}.hero-gradient{background:radial-gradient(circle,#d4a3731a 0%,#0000 70%);width:80%;height:150%;animation:6s ease-in-out infinite float;position:absolute;top:-50%;right:-20%}.hero .container{grid-template-columns:1fr 1fr;align-items:center;gap:60px;display:grid}.hero-content{flex-direction:column;gap:30px;max-width:100%;display:flex;overflow-x:hidden}.hero-badge{background:var(--accent);color:var(--primary);border-radius:50px;align-items:center;gap:8px;width:fit-content;padding:10px 20px;font-size:.9rem;font-weight:600;display:inline-flex}.hero-title{color:var(--secondary);word-wrap:break-word;overflow-wrap:break-word;max-width:100%;font-size:3.5rem;font-weight:800;line-height:1.2}.gradient-text{background:var(--gradient);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.hero-description{color:var(--text-light);max-width:500px;font-size:1.2rem;line-height:1.8}.hero-buttons{flex-wrap:wrap;gap:20px;display:flex}.hero-buttons .btn{align-items:center;gap:8px;display:inline-flex}.hero-stats{flex-wrap:wrap;align-items:center;gap:30px;max-width:100%;margin-top:20px;padding:30px 0;display:flex}.stat{flex-direction:column;gap:5px;display:flex}.stat-number{background:var(--gradient);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:2rem;font-weight:700}.stat-label{color:var(--text-light);white-space:nowrap;font-size:.85rem}.stat-divider{background:var(--accent);width:1px;height:40px}.hero-image{position:relative}.hero-image-wrapper{aspect-ratio:1;width:100%;position:relative}.hero-main-image{object-fit:cover;width:100%;height:100%;box-shadow:var(--shadow-lg);border-radius:30px;animation:3s ease-in-out infinite float}.hero-image-placeholder{background:var(--gradient);width:100%;height:100%;box-shadow:var(--shadow-lg);border-radius:30px;justify-content:center;align-items:center;animation:3s ease-in-out infinite float;display:flex}.hero-icon{color:var(--white);opacity:.9}.hero-image-decoration{z-index:-1;border-radius:30px;position:absolute}.decoration-1{background:var(--accent);width:100%;height:100%;top:-20px;right:-20px}.decoration-2{border:3px solid var(--primary);width:100%;height:100%;bottom:-20px;left:-20px}@media (max-width:968px){.hero{padding:100px 0 40px}.hero .container{text-align:center;grid-template-columns:1fr;gap:40px}.hero-content{align-items:center}.hero-title{font-size:2.5rem}.hero-description{font-size:1.1rem}.hero-badge{padding:8px 16px;font-size:.8rem}.hero-buttons{justify-content:center}.hero-stats{flex-wrap:wrap;justify-content:center;gap:20px}.stat-number{font-size:1.5rem}.stat-label{font-size:.75rem}.hero-image{max-width:400px;margin:0 auto}}@media (max-width:768px){.hero{padding:90px 0 35px}.hero .container{flex-direction:column;align-items:center;gap:40px;display:flex}.hero-content{text-align:center;align-items:center}.hero-title{font-size:2.2rem}.hero-description{font-size:1.05rem}.hero-buttons,.hero-stats{flex-wrap:wrap;justify-content:center}.hero-image{max-width:350px}}@media (max-width:568px){.hero{min-height:auto;padding:70px 0 30px}.hero-content{gap:20px}.hero-title{font-size:1.6rem;line-height:1.3}.hero-description{font-size:.95rem;line-height:1.6}.hero-badge{gap:6px;padding:6px 12px;font-size:.7rem}.hero-buttons{flex-direction:column;gap:12px;width:100%}.hero-buttons .btn{justify-content:center;width:100%;padding:12px 24px;font-size:.9rem}.hero-stats{flex-direction:row;justify-content:space-between;align-items:flex-start;gap:15px;margin-top:10px;padding:20px 0}.stat{text-align:center;flex:1}.stat-number{font-size:1.3rem}.stat-label{font-size:.7rem}.stat-divider{display:none}.hero-image{order:2;max-width:100%}.hero-image-decoration{display:none}}@media (max-width:400px){.hero-title{font-size:1.4rem}.hero-description{font-size:.9rem}.hero-stats{justify-content:space-around;gap:8px;padding:18px 0}.stat-number{font-size:1.2rem}.stat-label{font-size:.68rem}}.services{background:var(--accent)}.services-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:30px;width:100%;display:grid}.service-card{background:var(--white);box-shadow:var(--shadow);text-align:center;cursor:pointer;border-radius:20px;flex-direction:column;align-items:center;padding:40px 30px;transition:all .3s;display:flex}.service-card:hover{box-shadow:var(--shadow-lg)}.service-icon{background:var(--gradient);width:80px;height:80px;color:var(--white);border-radius:20px;justify-content:center;align-items:center;margin-bottom:25px;transition:all .3s;display:flex}.service-card:hover .service-icon{transform:scale(1.1)rotate(5deg)}.service-title{color:var(--secondary);margin-bottom:15px;font-size:1.5rem;font-weight:700}.service-description{color:var(--text-light);flex:1;margin-bottom:25px;line-height:1.6}.service-price{background:var(--gradient);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:20px;font-size:2rem;font-weight:700}.service-link{color:var(--primary);align-items:center;gap:5px;font-weight:600;text-decoration:none;transition:all .3s;display:flex}.service-link:hover{gap:10px}@media (max-width:992px){.services-grid{grid-template-columns:repeat(2,1fr);gap:25px}.service-card{padding:35px 28px}}@media (max-width:768px){.services-grid{grid-template-columns:1fr}.service-card{padding:30px 25px}.service-title{font-size:1.3rem}}@media (max-width:640px){.services-grid{grid-template-columns:1fr;gap:20px}.service-card{max-width:100%;padding:30px 20px}.service-icon{width:70px;height:70px}.service-title{font-size:1.25rem}.service-description{word-wrap:break-word;font-size:.95rem}.service-price{font-size:1.75rem}}@media (max-width:400px){.services-grid{gap:16px;grid-template-columns:1fr!important}.service-card{box-sizing:border-box;max-width:100%;padding:25px 16px}.service-icon{width:65px;height:65px}.service-title{word-wrap:break-word;font-size:1.15rem}.service-description{font-size:.88rem}.service-price{font-size:1.65rem}}@media (max-width:382px){.services{overflow-x:hidden}.services .container{padding:0 10px!important}.services-grid{flex-direction:column!important;gap:12px!important;width:100%!important;display:flex!important}.service-card{box-sizing:border-box!important;border-radius:15px!important;width:100%!important;max-width:100%!important;margin:0!important;padding:16px 10px!important}.service-icon{border-radius:15px!important;width:52px!important;height:52px!important;margin-bottom:12px!important}.service-title{word-wrap:break-word;overflow-wrap:break-word;margin-bottom:8px!important;font-size:.95rem!important}.service-description{margin-bottom:12px!important;font-size:.78rem!important;line-height:1.4!important}.service-price{margin-bottom:10px!important;font-size:1.3rem!important}.service-link{font-size:.8rem!important}}.gallery{background:var(--white)}.gallery-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:20px;margin-bottom:60px;display:grid}.gallery-link{color:inherit;text-decoration:none;display:block}.gallery-item{aspect-ratio:1;cursor:pointer;box-shadow:var(--shadow);border-radius:20px;transition:all .3s;position:relative;overflow:hidden}.gallery-image{object-fit:cover;width:100%;height:100%;transition:transform .4s;display:block}.gallery-placeholder{background:linear-gradient(135deg,var(--accent)0%,#e8e4d9 100%);width:100%;height:100%;color:var(--primary);justify-content:center;align-items:center;display:flex}.gallery-overlay{opacity:0;background:#d4a373f2;justify-content:center;align-items:center;transition:all .3s;display:flex;position:absolute;inset:0}.gallery-item:hover .gallery-overlay{opacity:1}.gallery-item:hover .gallery-image{transform:scale(1.05)}.gallery-text{color:var(--white);font-size:1.2rem;font-weight:600;transition:all .3s;transform:translateY(20px)}.gallery-item:hover .gallery-text{transform:translateY(0)}.gallery-cta{text-align:center;border-top:2px solid var(--accent);flex-direction:column;align-items:center;gap:20px;padding:60px 0 0;display:flex}.gallery-cta p{color:var(--text-light);font-size:1.2rem}@media (max-width:768px){.gallery-grid{grid-template-columns:repeat(2,1fr);gap:15px}}@media (max-width:568px){.gallery-grid{grid-template-columns:1fr;gap:12px}.gallery-item{border-radius:15px}.gallery-text,.gallery-cta p{font-size:1rem}}@media (max-width:400px){.gallery-text{font-size:.9rem}}@media (max-width:382px){.gallery-grid{gap:10px}.gallery-item{border-radius:12px}.gallery-text{font-size:.85rem}.gallery-cta p{font-size:.95rem}}.about{background:var(--accent)}.about-wrapper{grid-template-columns:1fr 1fr;align-items:center;gap:60px;display:grid}.about-image{position:relative}.about-image-placeholder{aspect-ratio:3/4;background:var(--gradient);width:100%;box-shadow:var(--shadow-lg);border-radius:30px;justify-content:center;align-items:center;display:flex;overflow:hidden}.about-photo{object-fit:cover;width:100%;height:100%;display:block}.about-icon{color:var(--white);opacity:.9}.about-experience{background:var(--white);box-shadow:var(--shadow-lg);border-radius:20px;flex-direction:column;align-items:center;padding:25px 30px;display:flex;position:absolute;bottom:30px;right:30px}.experience-number{background:var(--gradient);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:2.5rem;font-weight:700}.experience-text{color:var(--text-light);text-align:center;font-size:.85rem}.about-content{flex-direction:column;gap:25px;display:flex}.about-content .btn{align-self:center}.about-text{color:var(--text-light);font-size:1.1rem;line-height:1.8}.about-text strong{color:var(--primary);font-weight:700}.about-features{grid-template-columns:repeat(2,1fr);gap:20px;margin:20px 0;display:grid}.feature-item{background:var(--white);border-radius:15px;gap:15px;padding:20px;transition:all .3s;display:flex}.feature-item:hover{box-shadow:var(--shadow);transform:translateY(-5px)}.feature-icon{background:var(--gradient);width:50px;height:50px;color:var(--white);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.feature-title{color:var(--secondary);margin-bottom:5px;font-size:1.1rem;font-weight:700}.feature-description{color:var(--text-light);font-size:.9rem;line-height:1.5}@media (max-width:968px){.about-wrapper{grid-template-columns:1fr;gap:40px}.about-image{max-width:400px;margin:0 auto}.about-features{grid-template-columns:1fr}}@media (max-width:992px){.about-wrapper{gap:50px}.about-text{font-size:1.05rem}}@media (max-width:768px){.about-wrapper{grid-template-columns:1fr;gap:35px}.about-image{width:100%;max-width:100%}.about-image-placeholder{aspect-ratio:16/10}.about-text{font-size:1rem;line-height:1.75}.about-features{grid-template-columns:1fr;gap:15px}.about-experience{padding:18px 22px;bottom:15px;right:15px}.experience-number{font-size:2rem}.experience-text{font-size:.75rem}}@media (max-width:568px){.about-text{font-size:.95rem;line-height:1.7}.about-experience{padding:12px 18px;bottom:12px;right:12px}.experience-number{font-size:1.6rem}.experience-text{font-size:.7rem}.feature-item{padding:15px 12px}.feature-icon{width:45px;height:45px}.feature-title{font-size:.95rem}.feature-description{font-size:.85rem}}@media (max-width:400px){.about-text{font-size:.9rem}.experience-number{font-size:1.4rem}.feature-title{font-size:.9rem}}@media (max-width:382px){.about-wrapper{gap:25px}.about-image-placeholder{aspect-ratio:1;border-radius:20px}.about-text{font-size:.86rem;line-height:1.6}.about-experience{border-radius:12px;padding:8px 12px;bottom:8px;right:8px}.experience-number{font-size:1.2rem}.experience-text{font-size:.6rem}.about-features{gap:12px}.feature-item{border-radius:12px;gap:12px;padding:12px}.feature-icon{border-radius:10px;width:40px;height:40px}.feature-title{margin-bottom:3px;font-size:.85rem}.feature-description{font-size:.75rem;line-height:1.4}.btn{justify-content:center;width:100%}}.testimonials{background:var(--white)}.testimonials-carousel{grid-template-columns:auto 1fr auto;align-items:center;gap:12px;display:grid;position:relative}.carousel-viewport{overflow:hidden}.testimonial-card{background:var(--accent);border-radius:20px;flex-direction:column;gap:20px;padding:40px 30px;transition:all .3s;display:flex;position:relative}.testimonial-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-10px)}.testimonial-quote{color:var(--primary);opacity:.3;position:absolute;top:20px;right:20px}.testimonial-rating{gap:5px;display:flex}.testimonial-comment{color:var(--text);flex:1;font-size:1.05rem;font-style:italic;line-height:1.7}.testimonial-author{border-top:2px solid #d4a37333;align-items:center;gap:15px;padding-top:20px;display:flex}.author-avatar{background:var(--gradient);width:50px;height:50px;color:var(--white);border-radius:50%;justify-content:center;align-items:center;font-size:1.3rem;font-weight:700;display:flex}.author-info{flex-direction:column;gap:3px;display:flex}.author-name{color:var(--secondary);font-size:1.1rem;font-weight:700}.author-role{color:var(--text-light);font-size:.9rem}.carousel-btn{background:var(--white);width:42px;height:42px;box-shadow:var(--shadow);color:var(--secondary);cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;font-size:22px;transition:transform .2s,box-shadow .2s;display:flex}.carousel-btn:hover{box-shadow:var(--shadow-lg);transform:translateY(-2px)}.carousel-dots{justify-content:center;gap:8px;margin-top:18px;display:flex}.dot{cursor:pointer;background:#00000026;border:none;border-radius:50%;width:10px;height:10px;transition:transform .2s,background .2s}.dot.active{background:var(--primary);transform:scale(1.2)}@media (max-width:768px){.testimonials-carousel{grid-template-columns:1fr}.carousel-btn{display:none}.testimonial-card{padding:30px 20px}.testimonial-comment{font-size:.95rem}}@media (max-width:400px){.testimonial-card{padding:25px 18px}.testimonial-comment{font-size:.9rem}.author-name{font-size:1rem}.author-role{font-size:.85rem}}.contact{background:var(--accent)}.contact-wrapper{grid-template-columns:1fr 1fr;gap:60px;display:grid}.contact-info{flex-direction:column;gap:30px;display:flex}.contact-info-title{color:var(--secondary);font-size:2rem;font-weight:700}.contact-info-text{color:var(--text-light);line-height:1.6}.contact-items{flex-direction:column;gap:25px;display:flex}.contact-item{align-items:flex-start;gap:15px;display:flex}.contact-icon{background:var(--gradient);width:50px;height:50px;color:var(--white);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.contact-item h4{color:var(--secondary);margin-bottom:5px;font-size:1.1rem;font-weight:600}.contact-item p{color:var(--text-light);font-size:.95rem}.contact-social{background:var(--white);border-radius:15px;flex-direction:column;gap:15px;padding:25px;display:flex}.contact-social h4{color:var(--secondary);font-size:1.1rem;font-weight:600}.social-link{background:var(--accent);color:var(--primary);border-radius:10px;align-items:center;gap:10px;padding:12px 20px;font-weight:600;text-decoration:none;transition:all .3s;display:flex}.social-link:hover{background:var(--gradient);color:var(--white);transform:translate(5px)}.contact-form{background:var(--white);border:1px solid #d4a3731a;border-radius:25px;flex-direction:column;gap:28px;padding:45px;display:flex;box-shadow:0 8px 32px #d4a37326}.form-header{flex-direction:column;align-items:center;gap:12px;margin-bottom:8px;display:flex}.form-icon{background:var(--gradient);width:100px;height:80px;color:var(--white);border-radius:16px;justify-content:center;align-items:center;display:flex}.form-group{flex-direction:column;gap:8px;display:flex}.form-group label{color:var(--secondary);font-size:.95rem;font-weight:600}.form-group input,.form-group textarea{color:var(--text);background:#fafaf9;border:2px solid #e8e4d9;border-radius:12px;padding:16px 18px;font-family:inherit;font-size:1rem;transition:all .3s}.form-group input::placeholder,.form-group textarea::placeholder{color:#b0a896}.form-group input:focus,.form-group textarea:focus{border-color:var(--primary);background:var(--white);outline:none;box-shadow:0 0 0 4px #d4a3731a}.form-group textarea{resize:vertical;min-height:120px}.contact-form .btn{cursor:pointer;border-radius:12px;justify-content:center;align-items:center;gap:10px;margin-top:8px;padding:16px 32px;font-size:1.05rem;font-weight:600;transition:all .3s;display:inline-flex}.contact-form .btn:hover{transform:translateY(-2px);box-shadow:0 10px 24px #d4a37340}.contact-form .btn:active{transform:translateY(0)}@media (max-width:968px){.contact-wrapper{grid-template-columns:1fr;gap:40px}.contact-form{padding:30px 25px}.contact-info-title{font-size:1.75rem}}@media (max-width:992px){.contact-info-title{font-size:1.85rem}}@media (max-width:768px){.contact-info-title{font-size:1.65rem}.contact-form{padding:28px 22px}}@media (max-width:568px){.contact-form{padding:25px 18px}.contact-info-title{font-size:1.5rem}.contact-info-text{font-size:.95rem}.contact-icon{width:45px;height:45px}.contact-item h4{font-size:1rem}.contact-item p,.form-group label{font-size:.9rem}.form-group input,.form-group textarea{padding:12px 16px;font-size:.95rem}}@media (max-width:400px){.contact-form{padding:20px 15px}.contact-info-title{font-size:1.4rem}}@media (max-width:382px){.contact-form{gap:20px;padding:18px 14px}.contact-info-title{font-size:1.35rem}.contact-info-text{font-size:.9rem}.contact-icon{width:42px;height:42px}.contact-item h4{font-size:.95rem}.contact-item p{font-size:.85rem}.form-group input,.form-group textarea{padding:11px 14px;font-size:.9rem}}.footer{background:var(--secondary);color:var(--white);padding:60px 0 30px}.footer-content{border-bottom:1px solid #ffffff1a;grid-template-columns:2fr 1fr 1fr 1.5fr;gap:40px;padding-bottom:40px;display:grid}.footer-section{flex-direction:column;gap:20px;display:flex}.footer-logo{flex-direction:column;margin-bottom:10px;display:flex}.footer-logo-name{background:var(--gradient);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:1.8rem;font-weight:700}.footer-logo-tagline{color:#fff9;text-transform:uppercase;letter-spacing:2px;font-size:.75rem}.footer-description{color:#ffffffb3;font-size:.95rem;line-height:1.6}.footer-social{gap:12px;display:flex}.footer-social a{width:40px;height:40px;color:var(--white);background:#ffffff1a;border-radius:10px;justify-content:center;align-items:center;transition:all .3s;display:flex}.footer-social a:hover{background:var(--gradient);transform:translateY(-3px)}.footer-title{color:var(--white);margin-bottom:5px;font-size:1.2rem;font-weight:700}.footer-links{flex-direction:column;gap:12px;list-style:none;display:flex}.footer-links a{color:#ffffffb3;text-decoration:none;transition:all .3s;display:inline-block}.footer-links a:hover{color:var(--primary);transform:translate(5px)}.footer-contact{flex-direction:column;gap:15px;list-style:none;display:flex}.footer-contact li{color:#ffffffb3;align-items:center;gap:10px;font-size:.95rem;display:flex}.footer-contact svg{color:var(--primary);flex-shrink:0}.footer-bottom{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:15px;padding-top:30px;display:flex}.footer-bottom p{color:#fff9;font-size:.9rem}.footer-credits{align-items:center;gap:5px;display:flex}.footer-developer{color:#fff9;font-size:.9rem}.footer-developer a{color:var(--primary);font-weight:600;text-decoration:none;transition:color .3s}.footer-developer a:hover{color:var(--primary-dark)}@media (max-width:968px){.footer-content{grid-template-columns:repeat(2,1fr);gap:30px}}@media (max-width:568px){.footer{padding:40px 0 20px}.footer-content{grid-template-columns:1fr;gap:30px}.footer-logo-name{font-size:1.5rem}.footer-description{font-size:.9rem}.footer-title{font-size:1.1rem}.footer-links{gap:10px}.footer-links a{font-size:.9rem}.footer-bottom{text-align:center;flex-direction:column;gap:10px}.footer-bottom p{font-size:.85rem}}@media (max-width:400px){.footer-logo-name{font-size:1.3rem}.footer-description{font-size:.85rem}.footer-title{font-size:1rem}}*{box-sizing:border-box;margin:0;padding:0}:root{--primary:#d4a373;--primary-dark:#b8925f;--secondary:#2c2c2c;--accent:#f4f1ea;--text:#333;--text-light:#666;--white:#fff;--gradient:linear-gradient(135deg,#d4a373 0%,#b8925f 100%);--shadow:0 10px 40px #0000001a;--shadow-lg:0 20px 60px #00000026}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:var(--text);width:100%;max-width:100vw;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;overflow-x:hidden}.app{background:var(--white);width:100%;max-width:100vw;min-height:100vh;overflow-x:hidden}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:var(--accent)}::-webkit-scrollbar-thumb{background:var(--primary);border-radius:5px}::-webkit-scrollbar-thumb:hover{background:var(--primary-dark)}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-50px)}to{opacity:1;transform:translate(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(50px)}to{opacity:1;transform:translate(0)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.container{box-sizing:border-box;width:100%;max-width:1200px;margin:0 auto;padding:0 20px}@media (max-width:568px){.container{padding:0 16px}}@media (max-width:382px){.container{padding:0 12px}}.section{padding:100px 0}.section-title{text-align:center;color:var(--secondary);margin-bottom:1rem;font-size:2.5rem;font-weight:700;position:relative}.section-title:after{content:"";background:var(--gradient);border-radius:2px;width:80px;height:4px;margin:20px auto 0;display:block}.section-subtitle{text-align:center;color:var(--text-light);max-width:600px;margin-bottom:60px;margin-left:auto;margin-right:auto;font-size:1.1rem}.btn{cursor:pointer;border:none;border-radius:50px;padding:14px 32px;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block}.btn-primary{background:var(--gradient);color:var(--white);box-shadow:0 4px 15px #d4a3734d}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #d4a37366}.btn-secondary{color:var(--primary);border:2px solid var(--primary);background:0 0}.btn-secondary:hover{background:var(--primary);color:var(--white)}@media (max-width:992px){.section{padding:70px 0}.section-title{font-size:2.2rem}.section-subtitle{font-size:1.05rem}}@media (max-width:768px){.section{padding:60px 0}.section-title{font-size:2rem}.section-subtitle{margin-bottom:40px;font-size:1rem}}@media (max-width:568px){.container{padding:0 16px}.section{padding:45px 0}.section-title{font-size:1.6rem}.section-subtitle{margin-bottom:30px;font-size:.9rem;line-height:1.6}.btn{padding:11px 24px;font-size:.9rem}}@media (max-width:400px){.container{padding:0 14px}.section{padding:40px 0}.section-title{font-size:1.45rem}.section-subtitle{font-size:.85rem}.btn{padding:10px 20px;font-size:.85rem}}@media (max-width:382px){.container{padding:0 12px}.section{padding:35px 0}.section-title{font-size:1.38rem;line-height:1.3}.section-subtitle{margin-bottom:28px;font-size:.82rem}.btn{padding:9px 18px;font-size:.82rem}}
