.hero{padding:16rem 2rem 12rem;max-width:1200px;margin:0 auto;border-bottom:1px solid var(--border);min-height:90vh;display:flex;align-items:center}.hero-wrapper{display:grid;grid-template-columns:1fr 1fr;grid-gap:4rem;gap:4rem;align-items:center}.hero-content{max-width:600px}.hero-image{width:100%;height:600px;overflow:hidden;border:1px solid var(--border)}.hero-image img{width:100%;height:100%;object-fit:cover;display:block}.hero-label{display:inline-block;padding:.5rem 1rem;background:var(--warm-gray);color:var(--gold);font-size:.875rem;font-weight:600;margin-bottom:2rem}h1{font-size:clamp(3rem,6vw,4.5rem);font-weight:700;line-height:1.2;margin-bottom:1.5rem;color:var(--white)}.hero p{font-size:1.25rem;color:var(--gray);margin-bottom:2.5rem;line-height:1.7}.hero-buttons{display:flex;gap:1rem;flex-wrap:wrap}.business-flow{background:var(--navy);border-bottom:1px solid var(--border)}.flow-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:2rem;gap:2rem}.flow-item{background:var(--navy-dark);padding:2.5rem;border:1px solid var(--border);transition:all .3s ease}.flow-item:hover{border-color:var(--gold)}.flow-icon{width:64px;height:64px;background:rgba(212,175,55,.1);display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;color:var(--gold)}.flow-content h3{font-size:1.25rem;font-weight:600;margin-bottom:1rem;color:var(--white)}.flow-content p{color:var(--gray);line-height:1.7;margin-bottom:1.5rem}.flow-features{list-style:none;display:flex;flex-direction:column;gap:.75rem}.flow-features li{padding-left:1.5rem;color:var(--gray);position:relative;font-size:.95rem}.flow-features li:before{content:"✓";position:absolute;left:0;color:var(--gold);font-weight:600}@media (max-width:992px){.flow-grid{grid-template-columns:1fr}}.clients{padding:6rem 2rem;background:var(--navy-dark);border-bottom:1px solid var(--border)}.clients-container{max-width:1200px;margin:0 auto;text-align:center}.clients-title{font-size:1rem;font-weight:600;text-transform:uppercase;letter-spacing:2px;color:var(--gray);margin-bottom:3rem}.clients-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:4rem;gap:4rem;align-items:center;justify-items:center}.client-logo{width:280px;height:140px;display:flex;align-items:center;justify-content:center;padding:.5rem;transition:all .3s ease}.client-logo img{filter:grayscale(100%) brightness(.8);opacity:.6;transition:all .3s ease}.client-logo:hover img{filter:grayscale(0) brightness(1);opacity:1;transform:scale(1.05)}.client-logo-text{width:280px;height:140px;display:flex;align-items:center;justify-content:center;padding:1.5rem;transition:all .3s ease;font-size:1.5rem;font-weight:700;color:var(--gray);text-align:center;border:1px solid var(--border);opacity:.6}.client-logo-text:hover{color:var(--white);opacity:1;border-color:var(--gold);transform:scale(1.05)}.home-page section{padding:6rem 2rem;max-width:1200px;margin:0 auto;border-bottom:1px solid var(--border)}.about{background:var(--navy-dark)}.about-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:3rem;gap:3rem}.about-card{background:var(--navy);padding:2.5rem;border:1px solid var(--border)}.card-number{font-size:3rem;font-weight:700;color:var(--gold);line-height:1;margin-bottom:1.5rem}.card-title{font-size:1.25rem;font-weight:600;margin-bottom:1rem;color:var(--white)}.card-description{color:var(--gray);line-height:1.7}.services-grid{display:grid;grid-gap:4rem;gap:4rem}.service-item{display:grid;grid-template-columns:80px 1fr;grid-gap:2rem;gap:2rem}.service-number{font-size:2rem;font-weight:700;color:var(--gold)}.service-content h3{font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:var(--white)}.service-content p{color:var(--gray);line-height:1.7;margin-bottom:1.5rem}.service-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:.75rem;gap:.75rem;list-style:none}.service-list li{padding-left:1.5rem;color:var(--gray);position:relative}.service-list li:before{content:"—";position:absolute;left:0;color:var(--gold)}.why-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:3rem;gap:3rem}.why-item{text-align:center}.why-icon{font-size:3rem;margin-bottom:1rem;line-height:1}.why-title{font-size:1.125rem;font-weight:600;margin-bottom:.5rem;color:var(--white)}.why-description{color:var(--gray)}.contact{background:var(--navy-dark);color:var(--white);border:none}.contact .section-label{color:var(--gold)}.contact h2{color:var(--white)}.contact .section-subtitle{color:rgba(255,255,255,.7)}.contact-wrapper{display:grid;grid-template-columns:1fr 1fr;grid-gap:4rem;gap:4rem;margin-top:3rem}.contact-info{display:flex;flex-direction:column;gap:2rem}.contact-item{padding-bottom:2rem;border-bottom:1px solid rgba(255,255,255,.1)}.contact-item:last-child{border-bottom:none}.contact-item strong{display:block;color:var(--white);margin-bottom:.5rem;font-weight:600;font-size:.95rem}.contact-item span{color:rgba(255,255,255,.7)}.contact-form{background:var(--navy);padding:2.5rem;border:1px solid var(--border)}.form-group{margin-bottom:1.5rem}.form-group label{display:block;color:var(--white);font-weight:500;margin-bottom:.5rem;font-size:.95rem}.form-group input,.form-group textarea{width:100%;padding:1rem;background:var(--navy-light);border:1px solid var(--border);color:var(--white);font-family:Inter,sans-serif;font-size:1rem}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:var(--gold)}.form-group input::placeholder,.form-group textarea::placeholder{color:rgba(255,255,255,.4)}.form-group textarea{resize:vertical;min-height:120px}.form-group .btn{width:100%;justify-content:center}.packages-overview{background:var(--navy-deepest)}.packages-preview-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:2rem;gap:2rem;margin-top:3rem}.package-preview{background:var(--navy);border:1px solid var(--border);padding:2.5rem;text-align:center;transition:all .3s ease;position:relative}.package-preview:hover{transform:translateY(-4px)}.package-preview.featured,.package-preview:hover{border-color:var(--gold)}.package-preview .badge{position:absolute;top:-12px;left:50%;transform:translateX(-50%);background:var(--gold);color:var(--navy-dark);padding:.25rem .75rem;font-size:.75rem;font-weight:600;text-transform:uppercase}.package-preview h3{font-size:1.25rem;font-weight:700;color:var(--white);margin-bottom:1.5rem}.package-price-preview{display:flex;flex-direction:column;gap:.25rem;margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid var(--border)}.package-price-preview .price{font-size:2rem;font-weight:700;color:var(--gold)}.package-price-preview .period{font-size:.875rem;color:var(--gray)}.package-for{font-size:.875rem;color:var(--gray-light);line-height:1.6}.packages-cta{margin-top:3rem;text-align:center}@media (max-width:768px){.hero{padding:10rem 1.5rem 6rem}.hero-wrapper{grid-template-columns:1fr;gap:3rem}.hero-image{height:350px;order:-1}.hero-buttons{flex-direction:column}.about-grid,.contact-wrapper,.service-item,.why-grid{grid-template-columns:1fr}.clients-grid{grid-template-columns:repeat(2,1fr);gap:2.5rem}.client-logo{width:180px;height:90px;padding:.25rem}.clients-title{font-size:.875rem;margin-bottom:2rem}.packages-preview-grid{grid-template-columns:1fr}}