*{margin:0;padding:0;box-sizing:border-box}:root{--primary-yellow:gold;--accent-yellow:orange;--dark-yellow:#ff8c00;--black:#1a1a1a;--dark-gray:#2d2d2d;--light-gray:#f8f8f8;--white:#fff;--text-gray:#666;--border-gray:#e0e0e0;--shadow:0 10px 40px rgba(0,0,0,.1);--shadow-hover:0 20px 60px rgba(0,0,0,.15);--error:#e74c3c;--success:#27ae60}body{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6;color:var(--black);background:var(--white);overflow-x:hidden;-webkit-text-size-adjust:100%;-webkit-font-smoothing:antialiased}.container{max-width:1200px;margin:0 auto;padding:0 20px}@media screen and (-webkit-min-device-pixel-ratio:1) and (max-width:768px){.container{padding:0 25px}}header{background:var(--white);box-shadow:var(--shadow);position:-webkit-sticky;position:sticky;top:0;z-index:1000}.header-content{justify-content:space-between;padding:1rem 0}.header-content,.logo{display:flex;align-items:center}.logo{gap:15px;position:relative}.logo,.logo:hover{text-decoration:none;color:inherit}.logo-icon{width:50px;height:50px;background:transparent;border-radius:0;display:flex;align-items:center;justify-content:center;box-shadow:none;flex-shrink:0;z-index:1}@media (min-width:769px){.logo-image{display:block}.logo-icon{background-image:none}}.logo-image{width:100%;height:100%;object-fit:contain;transition:transform .3s ease;display:block;max-width:100%;max-height:100%;background:transparent}.logo-image:hover{transform:scale(1.05)}.logo-text h1{font-size:1.5rem;font-weight:700;color:var(--black);letter-spacing:.5px}.logo-text p{font-size:.9rem;color:var(--text-gray);margin-top:2px}.menu-toggle{display:none;flex-direction:column;justify-content:space-around;width:30px;height:30px;background:transparent;border:none;cursor:pointer;padding:0;z-index:10}.menu-toggle span{width:100%;height:3px;background:var(--black);border-radius:10px;transition:all .3s linear;position:relative;transform-origin:center}nav{align-items:center}nav,nav ul{display:flex}nav ul{list-style:none;gap:1rem}nav a{text-decoration:none;color:var(--black);font-weight:600;padding:.5rem 1rem;border-radius:8px;transition:all .3s ease;white-space:nowrap}nav a.active,nav a:hover{background:var(--primary-yellow);color:var(--black)}.cta-buttons{display:flex;gap:1rem}.btn{padding:.75rem 1.5rem;border:none;border-radius:8px;font-weight:600;text-decoration:none;display:inline-block;transition:all .3s ease;cursor:pointer}.btn-primary{background:var(--black);color:var(--white)}.btn-primary:hover{background:var(--dark-gray);transform:translateY(-2px);box-shadow:var(--shadow-hover)}.btn-secondary{background:var(--primary-yellow);color:var(--black)}.btn-secondary:hover{background:var(--accent-yellow);transform:translateY(-2px);box-shadow:var(--shadow-hover)}.btn-white{background:var(--white);color:var(--black)}.btn-white:hover{background:var(--light-gray)}.hero{background:linear-gradient(135deg,var(--light-gray) 0,var(--white) 100%);padding:4rem 0;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;top:-50%;right:-20%;width:60%;height:200%;background:linear-gradient(45deg,var(--primary-yellow),transparent);opacity:.1;transform:rotate(15deg);z-index:0;pointer-events:none}.hero-content{display:grid;grid-template-columns:1fr 1fr;grid-gap:3rem;gap:3rem;align-items:center;position:relative;z-index:1}.hero-single{text-align:center;max-width:800px;margin:0 auto}.hero h1{font-size:2.5rem;font-weight:800;margin-bottom:1rem;color:var(--black)}.hero p{font-size:1.2rem;color:var(--text-gray);max-width:600px;margin:0 auto 2rem}.hero-text{text-align:left}.hero-text .hero-buttons{justify-content:center;margin-top:2rem;margin-left:-10px}.hero-text h2{font-size:2.5rem;font-weight:800;line-height:1.3;margin-bottom:1.5rem;color:var(--black);word-wrap:break-word;hyphens:auto;-webkit-hyphens:auto}.hero-text .highlight{color:var(--primary-yellow)}.hero-text p{font-size:1.1rem;color:var(--text-gray);margin-bottom:2rem;line-height:1.6}.hero-buttons{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center}.hero-card{background:var(--white);padding:2rem;border-radius:16px;box-shadow:var(--shadow);border:1px solid var(--border-gray)}.hero-card h3{font-size:1.3rem;margin-bottom:1.5rem;color:var(--black)}.features{padding:4rem 0;background:var(--white)}.section-title{text-align:center;margin-bottom:3rem}.section-title h2{font-size:2.5rem;font-weight:700;margin-bottom:1rem;color:var(--black)}.section-title p{font-size:1.1rem;color:var(--text-gray);max-width:600px;margin:0 auto}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:2rem;gap:2rem}.feature-card{background:var(--white);padding:2rem;border-radius:16px;box-shadow:var(--shadow);border:1px solid var(--border-gray);transition:all .3s ease;position:relative;overflow:hidden}.feature-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--primary-yellow),var(--accent-yellow))}.feature-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-hover)}.feature-card h3{font-size:1.3rem;margin-bottom:1rem;color:var(--black)}.feature-card p{color:var(--text-gray);line-height:1.6}.feature-list{list-style:none}.feature-list li{gap:1rem;margin-bottom:1rem;padding:.5rem 0;position:relative;z-index:1}.feature-icon,.feature-list li{display:flex;align-items:center}.feature-icon{width:24px;height:24px;background:var(--primary-yellow);border-radius:50%;justify-content:center;flex-shrink:0}.feature-icon svg{width:14px;height:14px;fill:var(--black)}.cta-section{background:linear-gradient(135deg,var(--black) 0,var(--dark-gray) 100%);color:var(--white);padding:4rem 0;text-align:center}.cta-section h2{font-size:2.5rem;margin-bottom:1rem}.cta-section p{font-size:1.2rem;margin-bottom:2rem;opacity:.9}.cta-buttons-large{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}footer{background:var(--black);color:var(--white);padding:3rem 0 1rem}.footer-content{display:grid;grid-template-columns:2fr 1fr;grid-gap:3rem;gap:3rem;margin-bottom:2rem}.footer-info h3{font-size:1.3rem;margin-bottom:1rem;color:var(--primary-yellow)}.footer-info p{margin-bottom:.5rem;opacity:.9}.footer-info a{color:var(--primary-yellow);text-decoration:none}.footer-info a:hover{text-decoration:underline}.footer-bottom{border-top:1px solid var(--dark-gray);padding-top:1rem;text-align:center;opacity:.7}.modal{display:none;position:fixed;z-index:10000;left:0;top:0;width:100%;height:100%;background-color:rgba(0,0,0,.8);cursor:pointer;overflow:auto}.modal-content{position:relative;margin:5% auto;max-width:90%;max-height:90%;cursor:default;text-align:center}.modal-content img{max-width:100%;max-height:90vh;width:auto;height:auto;border-radius:12px;box-shadow:0 20px 60px rgba(0,0,0,.3);object-fit:contain;transition:transform .3s ease;cursor:zoom-in}.modal-content img:hover{transform:scale(1.05)}.modal-close{position:absolute;top:-50px;right:0;color:var(--white);font-size:2rem;font-weight:700;cursor:pointer;background:rgba(0,0,0,.7);border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;transition:background .3s ease;z-index:10001}.modal-close:hover{background:rgba(0,0,0,.9)}@media (max-width:768px){.header-content{flex-direction:row;gap:1rem}.logo{gap:20px}.logo,.logo-icon{display:flex;align-items:center;flex-shrink:0}.logo-icon{width:50px;height:50px;min-width:50px;min-height:50px;justify-content:center;background:transparent}.logo-image{display:block!important;width:50px!important;height:50px!important;min-width:50px!important;min-height:50px!important;max-width:50px!important;max-height:50px!important}.logo-text{flex-shrink:1;min-width:0}.menu-toggle{display:flex}nav{display:none;position:fixed;top:0;right:0;height:100vh;width:250px;background-color:var(--white);box-shadow:var(--shadow);padding:2rem;z-index:9}nav.active{display:block}nav ul{flex-direction:column;gap:1rem;text-align:left}.cta-buttons{display:none}.hero-content{grid-template-columns:1fr}.hero-content,.hero-text{text-align:center}.hero-buttons{justify-content:center}.hero-single{text-align:center}.hero h1,.hero-text h2{font-size:2rem}.features-grid{grid-template-columns:1fr}.feature-list{text-align:left}.feature-list li{justify-content:flex-start}.footer-content{grid-template-columns:1fr;text-align:center}}.hover-lift{transition:transform .3s ease}.hover-lift:hover{transform:translateY(-2px)}.hover-bg:hover{background:var(--light-gray)!important}.hover-bg-error:hover{background:#fee2e2!important}@media (max-width:480px){.logo-icon{width:25px;height:25px;min-width:25px;min-height:25px}.logo-text h1{font-size:1rem}.logo-text p{font-size:.7rem}}