.hero-section{overflow:hidden;position:relative;width:100%}.hero-container{margin:0 auto;max-width:1260px;padding:0 16px;position:relative;width:100%}@media(min-width:768px){.hero-container{padding:0 40px}}.hero-content{align-items:center;display:flex;flex-direction:column;gap:48px;justify-content:center;width:100%}@media(min-width:768px){.hero-content{align-items:center;display:grid;gap:48px;grid-template-columns:1fr 1fr}}.hero-text{padding:30px 0;text-align:center}@media(min-width:768px){.hero-text{padding:60px 0;text-align:left}}.hero-title{color:var(--text-primary);font-size:3rem;font-weight:600;letter-spacing:-.025em;line-height:1.2;margin:0 0 1rem}@media(min-width:768px){.hero-title{font-size:4rem}}.hero-subtitle{color:var(--text-secondary);font-size:1rem;font-weight:400;letter-spacing:-.025em;line-height:1.6;margin:0 0 2rem}.hero-buttons{align-items:center;display:flex;flex-direction:row;gap:8px;justify-content:center;margin-top:2rem}@media(min-width:768px){.hero-buttons{justify-content:flex-start}}.hero-btn-primary-wrapper{border-radius:12px;display:flex;text-decoration:none;transition:all .5s ease-in-out;width:min-content}.hero-btn-primary-wrapper:hover{background:linear-gradient(90deg,#fff,#1abc9c 20%,#3498db 40%,#eb6a07 60%,#f39c12 80%,#fff);padding-bottom:3px}.hero-btn-primary{align-items:center;background:var(--primary-color);border:none;border-radius:8px;color:#fff;cursor:pointer;display:inline-flex;font-size:14px;font-weight:500;gap:8px;justify-content:center;padding:16px 24px;transition:all .2s;white-space:nowrap}.hero-btn-primary:hover{filter:brightness(.9)}.hero-btn-secondary-wrapper{border-radius:12px;display:flex;padding-bottom:3px;text-decoration:none;width:min-content}.hero-btn-secondary{align-items:center;background:transparent;border:none;border-radius:8px;color:var(--text-primary);cursor:pointer;display:inline-flex;font-size:14px;font-weight:500;gap:8px;justify-content:center;padding:16px 24px;transition:all .2s;white-space:nowrap}.hero-btn-secondary:hover{color:var(--text-secondary)}.hero-visual{aspect-ratio:1;border-radius:20px;overflow:hidden;width:100%}.hero-image{object-fit:cover}.hero-image,.hero-placeholder{border-radius:20px;height:100%;width:100%}.hero-placeholder{align-items:center;background:var(--bg-secondary);border:2px dashed var(--border-color);display:flex;justify-content:center}.hero-placeholder span{color:var(--text-secondary);font-size:14px;text-align:center}.hero-gradient-bg{display:none;left:-150px;pointer-events:none;position:absolute;top:-60px;z-index:-1}@media(min-width:768px){.hero-gradient-bg{display:block}}.hero-gradient-bg svg{height:620px;width:1652px}@media(max-width:767px){.hero-title{font-size:2.5rem}.hero-buttons{flex-direction:column;gap:12px;width:100%}.hero-btn-primary-wrapper,.hero-btn-secondary-wrapper{max-width:280px;width:100%}.hero-btn-primary,.hero-btn-secondary{justify-content:center;width:100%}}