.g-hero{align-items:center;display:flex;min-height:100vh;overflow:hidden;padding:88px 0 3rem;position:relative}.g-hero .g-bg-image{background-position:50%;background-size:cover}.g-hero__inner{position:relative;width:100%;z-index:1}.g-hero__grid{align-items:center;display:grid;gap:2.5rem;grid-template-columns:1fr}@media (min-width:1024px){.g-hero__grid{gap:3.5rem;grid-template-columns:1.05fr .95fr}}.g-hero__content{color:var(--foreground)}.g-hero__eyebrow{color:var(--gold-light);font-size:.72rem;letter-spacing:.22em;text-transform:uppercase}.g-hero__eyebrow,.g-hero__heading{font-weight:600;margin-bottom:1.25rem}.g-hero__heading{font-size:2.25rem;letter-spacing:-.02em;line-height:1.08}@media (min-width:768px){.g-hero__heading{font-size:3.25rem}}@media (min-width:1024px){.g-hero__heading{font-size:3.75rem}}.g-hero__heading .g-accent{color:var(--gold-light)}.g-hero__body p{color:hsla(32,33%,92%,.78);font-size:1.05rem;line-height:1.7;margin-bottom:1.25rem;max-width:34rem}.g-hero__note{color:hsla(32,33%,92%,.5);font-size:.85rem;font-style:italic}.g-wizard-card{background:var(--cream);border:1px solid rgba(136,125,99,.3);border-radius:var(--radius);box-shadow:var(--shadow-lg);color:var(--secondary-foreground);padding:1.5rem}@media (min-width:768px){.g-wizard-card{padding:2.25rem}}.g-wizard__header{margin-bottom:1.25rem}.g-wizard__eyebrow-row{align-items:center;display:flex;gap:.75rem;justify-content:center;margin-bottom:.75rem}.g-wizard__rule{background:var(--gold);height:1px;opacity:.6;width:2rem}.g-wizard__eyebrow{color:var(--gold);font-size:.7rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase}.g-wizard__title{color:var(--charcoal);font-size:1.4rem;font-weight:600;line-height:1.2;margin-bottom:1.25rem;text-align:center}@media (min-width:768px){.g-wizard__title{font-size:1.6rem}}.g-wizard__progress-track{background:rgba(30,30,32,.1);border-radius:999px;height:4px;overflow:hidden;width:100%}.g-wizard__progress-fill{background:linear-gradient(90deg,var(--gold),var(--gold-light));border-radius:999px;height:100%;transition:width .45s ease;width:10%}.g-wizard__step{animation:gFade .22s ease both}@keyframes gFade{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}.g-wizard__q{color:var(--charcoal);font-size:1.15rem;font-weight:600;line-height:1.3;margin:1.25rem 0 1rem}.g-wizard__options{display:flex;flex-direction:column;gap:.6rem;max-height:340px;overflow-y:auto}.g-wizard__opt{align-items:center;background:rgba(30,30,32,.02);border:1px solid rgba(30,30,32,.18);border-radius:var(--radius);color:rgba(30,30,32,.78);cursor:pointer;display:flex;font-family:inherit;font-size:.95rem;font-weight:500;justify-content:space-between;padding:.95rem 1.1rem;text-align:left;transition:all .15s ease;width:100%}.g-wizard__opt:hover{background:rgba(30,30,32,.05);border-color:rgba(30,30,32,.45)}.g-wizard__opt.is-selected{background:var(--charcoal);border-color:var(--charcoal);color:var(--cream)}.g-wizard__opt-check{color:var(--gold-light);font-weight:700;opacity:0}.g-wizard__opt.is-selected .g-wizard__opt-check{opacity:1}.g-wizard__row{display:grid;gap:.6rem;grid-template-columns:1fr 1fr}.g-wizard__field{margin-bottom:.7rem}.g-wizard__input{background:rgba(30,30,32,.04);border:1px solid rgba(30,30,32,.18);border-radius:var(--radius);box-sizing:border-box;color:var(--charcoal);font-family:inherit;font-size:.95rem;padding:.8rem .9rem;transition:border-color .15s ease,box-shadow .15s ease;width:100%}.g-wizard__input::placeholder{color:rgba(30,30,32,.4)}.g-wizard__input:focus{background:#fff;border-color:var(--gold);box-shadow:0 0 0 2px rgba(136,125,99,.3);outline:0}.g-wizard__nav{display:flex;gap:.6rem;margin-top:1.5rem}.g-wizard__nav .g-btn{flex:1}.g-wizard__nav .g-btn[hidden]{display:none!important}.g-wizard__back{flex:0 0 auto!important}.g-wizard__opt+.g-wizard__opt{margin:0}.g-wizard__nav .g-btn-gold{background:var(--gold);color:var(--cream)}.g-wizard__nav .g-btn-gold:hover:not(:disabled){background:var(--gold-light)}.g-wizard__nav .g-btn-gold:disabled{cursor:not-allowed;opacity:.45}.g-wizard__nav .g-btn-outline{border-color:rgba(30,30,32,.25);color:var(--charcoal)}.g-wizard__nav .g-btn-outline:hover{background:rgba(30,30,32,.05)}.g-wizard__spinner{animation:gSpin .7s linear infinite;border:2px solid hsla(32,33%,92%,.4);border-radius:50%;border-top:2px solid var(--cream);display:inline-block;height:15px;margin-left:.5rem;width:15px}@keyframes gSpin{to{transform:rotate(1turn)}}.g-wizard__counter{color:rgba(30,30,32,.45);font-size:.78rem;margin-top:.9rem;text-align:center}.g-wizard__error{background:rgba(204,51,51,.1);border:1px solid rgba(204,51,51,.35);border-radius:var(--radius);color:#9b2727;font-size:.85rem;margin-top:.85rem;padding:.7rem .85rem}.g-wizard__hp{height:1px;left:-9999px!important;overflow:hidden;position:absolute!important;width:1px}.g-wizard__done{animation:gFade .25s ease both;padding:1rem 0;text-align:center}.g-wizard__done-body{color:rgba(30,30,32,.7);font-size:.95rem;line-height:1.7;margin-top:.75rem}.g-wizard__placeholder{color:rgba(30,30,32,.6);font-style:italic;text-align:center}