.k-hero-section{position:relative;min-height:100vh;display:flex;align-items:center;padding-top:6rem;padding-bottom:6rem;overflow:hidden}.k-hero-grid{display:grid;grid-template-columns:1fr;gap:3rem;align-items:center}@media (min-width:1024px){.k-hero-grid{grid-template-columns:1fr 1.2fr;gap:4rem}}.k-hero-content{position:relative;z-index:10}.k-container{max-width:80rem;margin-left:auto;margin-right:auto;padding-left:1.5rem;padding-right:1.5rem;width:100%}.k-hero-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.375rem 1rem;border-radius:9999px;background-color:var(--k-primary-light);border:1px solid var(--k-primary-border);color:var(--k-accent-hover);font-size:.75rem;font-weight:600;margin-bottom:2rem;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.k-hero-badge-dot{width:.5rem;height:.5rem;border-radius:9999px;background-color:var(--k-accent-emerald)}.k-hero-headline{font-size:2.25rem;line-height:2.5rem;font-weight:800;letter-spacing:-.025em;line-height:1.1;margin-bottom:1.5rem;color:var(--k-text-heading)}@media (min-width:640px){.k-hero-headline{font-size:3.75rem;line-height:1}}@media (min-width:768px){.k-hero-headline{font-size:4.5rem;line-height:1}}.k-hero-subtitle{font-size:1.125rem;line-height:1.75rem;color:var(--k-text-secondary);margin-bottom:2.5rem;line-height:1.625;font-weight:400}@media (min-width:768px){.k-hero-subtitle{font-size:1.25rem;line-height:1.75rem}}.k-hero-actions{display:flex;flex-direction:column;align-items:center;gap:1rem;margin-bottom:4rem}@media (min-width:640px){.k-hero-actions{flex-direction:row}}.k-cta-section{position:relative;z-index:10;padding-top:8rem;padding-bottom:8rem;overflow:hidden;background-color:var(--k-bg)}.k-cta-divider{position:absolute;top:0;left:50%;transform:translateX(-50%);width:100%;max-width:56rem;height:1px;background:linear-gradient(to right,transparent,var(--k-primary-border),transparent)}.k-cta-content{max-width:56rem;margin-left:auto;margin-right:auto;padding-left:1.5rem;padding-right:1.5rem;text-align:center;position:relative;z-index:10}.k-cta-headline{font-size:2.25rem;line-height:2.5rem;font-weight:800;letter-spacing:-.025em;color:var(--k-text-heading);margin-bottom:1.5rem;line-height:1.25}@media (min-width:768px){.k-cta-headline{font-size:3.75rem;line-height:1}}.k-cta-subtitle{font-size:1.125rem;line-height:1.75rem;color:var(--k-text-secondary);margin-bottom:3rem;max-width:42rem;margin-left:auto;margin-right:auto}@media (min-width:768px){.k-cta-subtitle{font-size:1.25rem;line-height:1.75rem}}.k-cta-actions{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem}@media (min-width:640px){.k-cta-actions{flex-direction:row}}.k-cta-roots{display:none}