.hero-variant-1,.hero-variant-2{min-height:100vh;display:flex;align-items:center;padding:2rem 0}.hero-two-column{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;max-width:1200px;margin:0 auto;padding:0 2rem}.hero-text-content{max-width:400px}.hero-visual-content{position:relative;display:flex;justify-content:center;align-items:center}.hero-main-image{position:relative;border-radius:20px;overflow:hidden;box-shadow:0 20px 40px rgba(0,0,0,.1)}.hero-primary-image{border-radius:20px;-o-object-fit:cover;object-fit:cover}.floating-icons-overlay{position:absolute;top:0;left:0;right:0;bottom:0;pointer-events:none}.hero-actions{display:flex;gap:1rem;margin-top:2rem}.secondary-button{background:transparent;border:2px solid var(--primary-color);color:var(--primary-color);padding:12px 24px;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease}.secondary-button:hover{background:var(--primary-color);color:white}.hero-variant-3{min-height:100vh;display:flex;align-items:center;justify-content:center;text-align:center;padding:4rem 0}.hero-centered{max-width:800px;margin:0 auto;padding:0 2rem}.hero-badge{display:inline-flex;align-items:center;background:linear-gradient(135deg,rgba(255,255,255,.1),rgba(255,255,255,.05));border:1px solid rgba(255,255,255,.2);border-radius:50px;padding:8px 20px;margin-bottom:2rem;backdrop-filter:blur(10px)}.badge-text{font-size:.9rem;font-weight:500;color:var(--text-primary)}.hero-title-large{font-size:clamp(2.5rem,6vw,4rem);font-weight:800;line-height:1.1;margin-bottom:1.5rem;letter-spacing:-.02em}.hero-description-centered{font-size:1.25rem;line-height:1.6;color:var(--text-secondary);margin-bottom:3rem;max-width:600px;margin-left:auto;margin-right:auto}.hero-actions-centered{display:flex;gap:1.5rem;justify-content:center;align-items:center;margin-bottom:4rem}.extra-large{padding:16px 32px;font-size:1.1rem;border-radius:12px}.extra-large,.text-button{display:flex;align-items:center;gap:8px;font-weight:600}.text-button{background:transparent;border:none;color:var(--text-primary);cursor:pointer;transition:all .3s ease;padding:12px 0}.text-button:hover{color:var(--primary-color);transform:translateX(4px)}.hero-services{margin-bottom:4rem}.services-label{font-size:.9rem;color:var(--text-secondary);margin-bottom:1.5rem;text-transform:uppercase;letter-spacing:.05em;font-weight:500}.services-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;max-width:500px;margin:0 auto}.service-item{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:1rem;border-radius:12px;transition:all .3s ease;cursor:pointer}.service-item:hover{background:rgba(255,255,255,.05);transform:translateY(-2px)}.service-icon{width:48px;height:48px;border-radius:12px;background:rgba(255,255,255,.1);display:flex;align-items:center;justify-content:center;margin-bottom:.5rem}.service-label{font-size:.8rem;color:var(--text-secondary);font-weight:500;text-align:center}.hero-stats{display:flex;align-items:center;justify-content:center;gap:2rem;padding:2rem;background:rgba(255,255,255,.03);border-radius:16px;border:1px solid rgba(255,255,255,.1)}.stat-item{text-align:center}.stat-number{font-size:2rem;font-weight:800;color:var(--primary-color);line-height:1}.stat-label{font-size:.9rem;color:var(--text-secondary);margin-top:.25rem;font-weight:500}.stat-divider{width:1px;height:40px;background:rgba(255,255,255,.2)}@media (max-width:768px){.hero-two-column{grid-template-columns:1fr;gap:2rem;text-align:center}.hero-variant-2 .hero-two-column{grid-template-areas:"text" "visual"}.hero-variant-2 .hero-text-content{grid-area:text}.hero-variant-2 .hero-visual-content{grid-area:visual}.hero-actions{flex-direction:column;align-items:center}.hero-actions-centered{flex-direction:column;gap:1rem}.services-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.hero-stats{flex-direction:column;gap:1rem}.stat-divider{width:40px;height:1px}}