.hero-section{background-color:#fff;width:100%;min-height:100vh;position:relative;overflow:hidden}.hero-decoration{pointer-events:none;width:100%;height:100%;position:absolute}.circle-1{border:1px solid #0000001a;border-radius:50%;width:400px;height:400px;position:absolute;top:-200px;right:-200px}.circle-2{border:1px solid #0000001a;border-radius:50%;width:200px;height:200px;position:absolute;bottom:-100px;left:-100px}.line-pattern{background:repeating-linear-gradient(90deg,#00000008 0 1px,#0000 1px 100px);width:100%;height:100%;position:absolute}.hero-content{grid-template-columns:1fr 1fr;align-items:center;gap:64px;max-width:1400px;margin:0 auto;padding:120px 32px;display:grid;position:relative}.hero-text{max-width:600px}.hero-label{font-family:var(--font-manrope);letter-spacing:.2em;color:#000;margin-bottom:24px;font-size:14px;font-weight:600;display:inline-block}.hero-headline{font-family:var(--font-manrope);color:#000;margin-bottom:24px;font-size:64px;font-weight:800;line-height:1.1}.hero-headline-accent{color:#666;display:block}.hero-description{font-family:var(--font-manrope);color:#666;max-width:500px;margin-bottom:40px;font-size:18px;line-height:1.6}.hero-cta{gap:16px;margin-bottom:64px;display:flex}.btn-primary{color:#fff;font-family:var(--font-manrope);cursor:pointer;background-color:#000;border:none;border-radius:4px;padding:16px 32px;font-size:16px;font-weight:600;transition:transform .3s}.btn-secondary{color:#000;font-family:var(--font-manrope);cursor:pointer;background-color:#0000;border:1px solid #000;border-radius:4px;padding:16px 32px;font-size:16px;font-weight:600;transition:all .3s}.btn-primary:hover,.btn-secondary:hover{transform:translateY(-2px)}.hero-stats{align-items:center;gap:32px;display:flex}.stat-item{flex-direction:column;gap:8px;display:flex}.stat-number{font-family:var(--font-manrope);color:#000;font-size:36px;font-weight:800}.stat-label{font-family:var(--font-manrope);color:#666;font-size:14px}.stat-divider{background-color:#0000001a;width:1px;height:40px}.hero-image{border-radius:8px;width:100%;height:600px;position:relative;overflow:hidden}.image-cover{object-fit:cover}.image-overlay{background:linear-gradient(to bottom right,#0000001a,#0000);width:100%;height:100%;position:absolute;top:0;left:0}@media (max-width:1200px){.hero-content{text-align:center;grid-template-columns:1fr;gap:48px}.hero-text{max-width:100%}.hero-description{margin:0 auto 40px}.hero-cta,.hero-stats{justify-content:center}.hero-image{order:-1;height:500px}}@media (max-width:768px){.hero-content{padding:80px 24px}.hero-headline{font-size:48px}.hero-description{font-size:16px}.hero-cta{flex-direction:column}.hero-stats{flex-direction:column;gap:24px}.stat-divider{display:none}.hero-image{height:400px}}.btn-primary.hero-schedule-btn{color:#fff;cursor:pointer;background:linear-gradient(90deg,#253858 60%,#0da3f0 120%);border:none;border-radius:34px;outline:none;margin-right:10px;padding:1.1rem 2.7rem;font-size:1.22rem;font-weight:700;transition:transform .16s cubic-bezier(.33,1.02,.45,.98),background .26s cubic-bezier(.47,1.64,.41,.8),box-shadow .16s,color .18s;box-shadow:0 4px 18px #25385821}.btn-primary.hero-schedule-btn:hover,.btn-primary.hero-schedule-btn:focus-visible{color:#fff;background:linear-gradient(90deg,#0da3f0 0%,#253858 100%);transform:translateY(-3px)scale(1.07);box-shadow:0 8px 28px #0da3f030}@media (max-width:600px){.btn-primary.hero-schedule-btn{border-radius:24px;padding:.95rem 1.8rem;font-size:1.05rem}}
