.hero-home{padding:var(--space-16) 0 var(--space-20)}.hero-home.hero-bg-gradient{background:linear-gradient(175deg,var(--light-plum) 0,var(--white) 60%)}.hero-home.hero-bg-white{background:var(--white)}.hero-home.hero-bg-plum{background:var(--plum);color:var(--white)}.hero-home.hero-bg-plum .hero-home__sub,.hero-home.hero-bg-plum h1{color:var(--white)}.hero-home__layout{align-items:center;display:grid;gap:var(--space-12);grid-template-columns:1fr 1fr}.hero-home__layout--single{grid-template-columns:1fr;max-width:720px}.hero-home__content h1{font-size:3.25rem;letter-spacing:-.02em;line-height:1.1;margin-bottom:var(--space-6)}.hero-home__content h1 em,.hero-home__content h1 em.accent{color:var(--teal);font-style:normal}.hero-home__sub{color:var(--text-secondary);font-size:1.25rem;line-height:1.6;margin-bottom:var(--space-8);max-width:540px}.hero-home__actions{display:flex;flex-wrap:wrap;gap:var(--space-4)}.hero-home__image{display:flex;justify-content:center}.hero-home__image img{border-radius:var(--radius-xl);box-shadow:var(--shadow-xl);height:auto;max-width:600px;width:100%}@media (max-width:1024px){.hero-home__layout{grid-template-columns:1fr}.hero-home__content h1{font-size:2.5rem}}@media (max-width:768px){.hero-home{padding:var(--space-10) 0 var(--space-12)}.hero-home__content h1{font-size:2rem}.hero-home__actions{align-items:stretch;flex-direction:column}}.hero-home__widget .betty-widget-wrap{background:var(--white);border:1px solid rgba(61,18,82,.08);border-radius:var(--radius-xl);box-shadow:var(--shadow-lg);margin-left:auto;max-width:480px;padding:var(--space-8);width:100%}.hero-home__widget .betty-welcome__label{color:var(--text-muted);font-size:.8125rem;font-weight:700;letter-spacing:.08em;margin:0 0 var(--space-5);text-transform:uppercase}.hero-home__widget .betty-welcome__prompts{display:flex;flex-direction:column;gap:var(--space-3)}.hero-home__widget .betty-prompt-link{align-items:center;background:var(--off-white);border:1px solid var(--border-color);border-radius:var(--radius-md);color:var(--text-primary);display:flex;font-family:var(--font-body);font-size:.9375rem;font-weight:600;justify-content:space-between;line-height:1.35;min-height:52px;padding:var(--space-4) var(--space-5);text-decoration:none;transition:all .16s ease;width:100%}.hero-home__widget .betty-prompt-link:after{color:var(--teal);content:"->";flex:0 0 auto;font-weight:800;margin-left:var(--space-4)}.hero-home__widget .betty-prompt-link:focus-visible,.hero-home__widget .betty-prompt-link:hover{background:var(--light-plum);border-color:rgba(61,18,82,.28);box-shadow:var(--shadow-sm);color:var(--plum);outline:none;transform:translateY(-1px)}.hero-home__widget .betty-ask-form{align-items:center;background:var(--white);border:2px solid var(--border-color);border-radius:var(--radius-lg);box-shadow:0 2px 12px rgba(61,18,82,.06);display:flex;gap:var(--space-2);margin-top:var(--space-5);padding:.625rem .75rem .625rem 1.25rem}.hero-home__widget .betty-ask-form button{background:var(--plum);border:0;border-radius:var(--radius-md);color:var(--white);cursor:pointer;font-family:var(--font-body);font-size:.875rem;font-weight:700;min-height:40px;padding:0 var(--space-4)}