.header{position:fixed;top:0;left:0;right:0;z-index:1000;background:#fff;transition:all .3s ease}.header-line{height:3px;background:gold;width:100%}.header.scrolled .header-line{background:orange}.header-container{max-width:1200px;margin:0 auto;padding:.8rem 2rem;display:flex;justify-content:space-between;align-items:center}.header-logo{display:flex;align-items:center;gap:.75rem}.logo-text{font-size:1.2rem;font-weight:700;color:#1a1a1a;letter-spacing:-.5px}.header-nav{display:flex;gap:2.5rem;align-items:center}.nav-link{background:none;border:none;font-size:.85rem;color:#666;cursor:pointer;padding:0;transition:all .3s ease;font-weight:500;letter-spacing:.5px;text-transform:uppercase;position:relative}.nav-link:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:2px;background:gold;transition:width .3s ease}.nav-link:hover{color:#1a1a1a}.nav-link:hover:after{width:100%}.nav-link.cta{background:gold;color:#1a1a1a;padding:.5rem 1.2rem;border-radius:4px}.nav-link.cta:after{display:none}.nav-link.cta:hover{background:orange;color:#1a1a1a}@media (max-width: 768px){.header-container{padding:.6rem 1.5rem}.logo-text{font-size:1rem}.header-nav{display:none}}.hero{min-height:100vh;display:flex;align-items:center;justify-content:center;background:#fff;padding:2rem;margin-top:60px}.hero-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(3,1fr);gap:8px;width:100%;max-width:1400px;height:90vh}.grid-block{display:flex;align-items:center;justify-content:center;border-radius:4px}.block-1{background:gold;grid-column:1;grid-row:1}.block-2{background:#1a1a1a;grid-column:2 / 4;grid-row:1}.block-3{background:orange;grid-column:4;grid-row:1 / 3}.block-4{background:gold;grid-column:1;grid-row:2}.block-5{background:#1a1a1a;grid-column:2;grid-row:2}.block-6{background:orange;grid-column:3;grid-row:2}.block-7{background:gold;grid-column:1 / 3;grid-row:3;flex-direction:column;justify-content:center;text-align:left;padding:3rem}.block-8{background:#1a1a1a;grid-column:3 / 5;grid-row:3}.block-label{font-size:2rem;font-weight:700;color:#1a1a1a}.block-2 .block-label,.block-5 .block-label,.block-8 .block-label,.block-icon{color:gold}.block-3 .block-icon{color:#1a1a1a}.hero-title{font-size:3rem;font-weight:800;color:#1a1a1a;margin:0 0 1rem;line-height:1}.hero-subtitle{font-size:1rem;color:#1a1a1a;margin:0 0 1.5rem;line-height:1.5;opacity:.8}.hero-cta{background:#1a1a1a;color:gold;border:none;padding:.8rem 2rem;font-size:.9rem;font-weight:700;cursor:pointer;transition:all .3s ease;width:fit-content}.hero-cta:hover{background:#333;transform:translateY(-2px)}@media (max-width: 968px){.hero-grid{grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(4,1fr);height:auto;min-height:80vh}.block-1{grid-column:1;grid-row:1}.block-2{grid-column:2 / 4;grid-row:1}.block-3{grid-column:3;grid-row:2 / 4}.block-4{grid-column:1;grid-row:2}.block-5{grid-column:2;grid-row:2}.block-6{grid-column:1 / 3;grid-row:3}.block-7{grid-column:1 / 3;grid-row:4}.block-8{grid-column:3;grid-row:4}.hero-title{font-size:2.5rem}}@media (max-width: 768px){.hero{padding:1rem}.hero-grid{grid-template-columns:1fr;grid-template-rows:auto;gap:4px;height:auto}.grid-block{grid-column:1!important;grid-row:auto!important;min-height:80px}.block-7{min-height:auto;padding:2rem;order:-1}.hero-title{font-size:2rem}.block-label{font-size:1.5rem}.block-title{font-size:1.2rem}}.services{padding:6rem 2rem;background:#fff}.services-container{max-width:1200px;margin:0 auto}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.service-card{background:#fff;border:2px solid #FFD700;border-radius:16px;padding:2.5rem;transition:all .3s ease;position:relative;overflow:hidden}.service-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,gold,orange);transform:scaleX(0);transition:transform .3s ease}.service-card:hover{transform:translateY(-8px);box-shadow:0 12px 40px #ffd70033}.service-card:hover:before{transform:scaleX(1)}.service-icon{color:gold;margin-bottom:1.5rem}.service-title{font-size:1.5rem;font-weight:600;color:#1a1a1a;margin-bottom:1rem}.service-description{font-size:1rem;color:#666;line-height:1.6}@media (max-width: 768px){.services{padding:4rem 1.5rem}.section-title{font-size:2rem}.section-subtitle{font-size:1rem;margin-bottom:3rem}.services-grid{grid-template-columns:1fr}.service-card{padding:2rem}}.about{padding:6rem 2rem;background:#fff}.about-container{max-width:900px;margin:0 auto}.section-title{font-size:2.5rem;font-weight:700;color:#1a1a1a;text-align:center;margin-bottom:3rem}.about-text{font-size:1.1rem;color:#333;line-height:1.8;margin-bottom:1.5rem}@media (max-width: 768px){.about{padding:4rem 1.5rem}.section-title{font-size:2rem}.about-text{font-size:1rem}}.team{padding:6rem 2rem;background:#fff}.team-container{max-width:1200px;margin:0 auto}.team-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.team-card{background:#fff;border:1px solid #e0e0e0;border-radius:16px;padding:2.5rem;text-align:center;transition:all .3s ease}.team-card:hover{transform:translateY(-8px);box-shadow:0 12px 40px #ffd70026;border-color:gold}.team-avatar{display:flex;justify-content:center;margin-bottom:1.5rem}.team-name{font-size:1.3rem;font-weight:600;color:#1a1a1a;margin-bottom:.5rem}.team-position{font-size:1rem;color:#666;font-weight:500}@media (max-width: 768px){.team{padding:4rem 1.5rem}.section-title{font-size:2rem}.section-subtitle{font-size:1rem;margin-bottom:3rem}.team-grid{grid-template-columns:1fr;gap:1.5rem}.team-card{padding:2rem}.team-name{font-size:1.1rem}.team-position{font-size:.9rem}}.process{padding:6rem 2rem;background:#fff}.process-container{max-width:1200px;margin:0 auto}.section-title{font-size:2.5rem;font-weight:700;color:#1a1a1a;text-align:center;margin-bottom:1rem}.section-subtitle{font-size:1.2rem;color:#666;text-align:center;margin-bottom:4rem;max-width:600px;margin-left:auto;margin-right:auto}.process-steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.process-step{background:#fff;border:2px solid #FFD700;border-radius:16px;padding:2.5rem;text-align:center;transition:all .3s ease}.process-step:hover{transform:translateY(-8px);box-shadow:0 12px 40px #ffd70033}.step-icon{color:gold;margin-bottom:1.5rem}.step-title{font-size:1.5rem;font-weight:600;color:#1a1a1a;margin-bottom:1rem}.step-description{font-size:1rem;color:#666;line-height:1.6}@media (max-width: 768px){.process{padding:4rem 1.5rem}.section-title{font-size:2rem}.section-subtitle{font-size:1rem;margin-bottom:3rem}.process-steps{grid-template-columns:1fr}.process-step{padding:1.5rem}}.contact{padding:6rem 2rem;background:#fff}.contact-container{max-width:1200px;margin:0 auto}.contact-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.section-title{font-size:2.5rem;font-weight:700;color:#1a1a1a;margin-bottom:1rem}.section-subtitle{font-size:1.2rem;color:#666;margin-bottom:3rem;line-height:1.6}.contact-details{display:flex;flex-direction:column;gap:2rem}.contact-item{display:flex;align-items:center;gap:1.5rem}.contact-icon{width:60px;height:60px;display:flex;align-items:center;justify-content:center;background:gold;border-radius:12px;color:#1a1a1a}.contact-text{flex:1}.contact-label{font-size:.9rem;color:#666;margin-bottom:.25rem;font-weight:500}.contact-value{font-size:1.1rem;color:#1a1a1a;font-weight:600}.contact-form-wrapper{background:#f9f9f9;border-radius:16px;padding:2.5rem}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-group input,.form-group textarea{width:100%;padding:1rem 1.25rem;border:2px solid #e0e0e0;border-radius:10px;font-size:1rem;font-family:inherit;transition:all .3s ease;background:#fff}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:gold;box-shadow:0 0 0 3px #ffd7001a}.form-group textarea{resize:vertical;min-height:120px}.submit-btn{background:gold;color:#1a1a1a;border:none;padding:1rem 2rem;font-size:1.1rem;font-weight:600;border-radius:10px;cursor:pointer;transition:all .3s ease}.submit-btn:hover{background:orange;transform:translateY(-2px);box-shadow:0 4px 15px #ffd7004d}.success-message{text-align:center;padding:3rem 2rem}.success-icon{width:80px;height:80px;background:gold;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2.5rem;color:#1a1a1a;margin:0 auto 1.5rem}.success-message h3{font-size:1.8rem;color:#1a1a1a;margin-bottom:.5rem}.success-message p{font-size:1.1rem;color:#666}@media (max-width: 768px){.contact{padding:4rem 1.5rem}.contact-content{grid-template-columns:1fr;gap:3rem}.section-title{font-size:2rem}.section-subtitle{font-size:1rem}.contact-form-wrapper{padding:2rem}}.footer{background:#1a1a1a;color:#fff;padding:4rem 2rem 2rem}.footer-container{max-width:1200px;margin:0 auto}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem;margin-bottom:3rem}.footer-section{display:flex;flex-direction:column}.footer-logo{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.footer-title{font-size:1.3rem;font-weight:700;margin:0;color:gold}.footer-description{font-size:.95rem;line-height:1.6;color:#ccc;margin-bottom:1.5rem}.footer-social{display:flex;gap:1rem}.social-link{width:44px;height:44px;background:#333;border-radius:8px;display:flex;align-items:center;justify-content:center;color:gold;transition:all .3s ease}.social-link:hover{background:gold;color:#1a1a1a;transform:translateY(-2px)}.footer-heading{font-size:1.1rem;font-weight:600;margin-bottom:1.25rem;color:#fff}.footer-links,.footer-contact{list-style:none;display:flex;flex-direction:column;gap:.75rem}.footer-links li a,.footer-contact li{font-size:.95rem;color:#ccc;text-decoration:none;transition:color .3s ease}.footer-links li a:hover{color:gold}.footer-contact li{color:#ccc}.footer-bottom{border-top:1px solid #333;padding-top:2rem;text-align:center}.footer-copyright{font-size:.9rem;color:#999}@media (max-width: 768px){.footer{padding:3rem 1.5rem 1.5rem}.footer-content{grid-template-columns:1fr;gap:2rem}.footer-title{font-size:1.3rem}}.app{min-height:100vh;display:flex;flex-direction:column}main{flex:1}.animate-on-scroll{opacity:0;transform:translateY(30px);transition:all .6s ease-out}.animate-on-scroll.visible{opacity:1;transform:translateY(0)}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.6;color:#1a1a1a;background:#fff}#root{min-height:100vh}
