@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&family=Archivo:wght@600&display=swap";.nav{width:100%;padding:1rem 2rem;background:#fff;display:flex;align-items:center;justify-content:space-between}.nav__brand a{font-family:Archivo,Inter,sans-serif;font-size:1.1rem;letter-spacing:.2rem;color:#8e1f28;text-decoration:none}.nav__actions{display:flex;align-items:center;gap:1rem;font-size:.95rem}.nav__btn{border-radius:999px;padding:.65rem 1.5rem;font-weight:600;text-decoration:none;display:inline-flex;align-items:center;justify-content:center}.nav__btn--outline{border:1px solid rgba(0,0,0,.1);background:transparent;color:#8e1f28}.nav__btn--solid{background:#8e1f28;color:#fff}.nav__center{display:flex;gap:2.5rem;align-items:center}.nav__center-link{color:#8e1f28;font-weight:600;text-decoration:none;letter-spacing:.05rem}.nav__tagline{text-transform:uppercase;letter-spacing:.2rem;font-size:.75rem;opacity:.85}.nav__link{color:#fff;text-decoration:none;font-weight:600;background:none;border:none;cursor:pointer;font-family:inherit}.nav__cta{background:#fff;color:#8e1f28;border-radius:999px;padding:.65rem 1.5rem;font-weight:600;text-decoration:none}.auth-page{min-height:calc(100vh - 70px);background:var(--hero-gradient);display:flex;align-items:center;justify-content:center;padding:3rem 1rem}.auth-card{width:min(720px,100%);background:#fffffffa;border-radius:32px;padding:2.5rem;display:flex;flex-direction:column;gap:1rem}.auth-card__eyebrow{text-transform:uppercase;letter-spacing:.4rem;font-size:.75rem;color:#7a141c;margin:0}.auth-card__heading{margin:0;font-size:clamp(2.4rem,4vw,3rem);font-family:Archivo,Inter,sans-serif;color:#24120f}.auth-card__description{margin:0;color:#4a302c;line-height:1.7}.auth-role-selector{display:flex;flex-direction:column;gap:.75rem;padding:.8rem;background:linear-gradient(180deg,#fffffff2,#ffffffb3);border-radius:20px;border:1px solid rgba(36,18,15,.08)}.auth-role-toggle{display:flex;gap:.4rem;background-color:var(--input-bg);border-radius:999px;padding:.35rem}.auth-role-toggle__button{flex:1;border:none;background:transparent;padding:.6rem 1rem;font-weight:600;color:#3c1c18;border-radius:999px;cursor:pointer;transition:background .2s ease,color .2s ease}.auth-role-toggle__button--active{background:#4a4a4a;color:#f9f9f9}.auth-form{display:flex;flex-direction:column;gap:1rem;margin-top:.5rem}.auth-form label{font-size:.9rem;font-weight:600;color:#3c1c18;margin-bottom:.35rem;display:block}.auth-form input{padding:.95rem 1.2rem;border-radius:12px;border:1px solid rgba(148,18,25,.4);font-size:1rem;background:#fff;color:#24120f;margin-bottom:.25rem}.auth-form__wide-input{width:100%;box-sizing:border-box}.auth-form input:focus{outline:2px solid rgba(148,18,25,.5)}.auth-form select{padding:.95rem 1.2rem;border-radius:12px;border:1px solid rgba(148,18,25,.4);font-size:1rem;background:#fff;color:#24120f;-webkit-appearance:none;-moz-appearance:none;appearance:none;margin-bottom:.25rem}.auth-form select:focus{outline:2px solid rgba(148,18,25,.5)}.auth-form textarea{min-height:120px;padding:.95rem 1.2rem;border-radius:12px;border:1px solid rgba(148,18,25,.4);font-size:1rem;font-family:inherit;background:#fff;color:#24120f;margin-bottom:.25rem}.auth-form textarea:focus{outline:2px solid rgba(148,18,25,.5)}.auth-btn{margin-top:.6rem;border:none;border-radius:999px;padding:.95rem 2.6rem;font-size:1rem;font-weight:600;background:var(--hero-gradient);color:#fff;cursor:pointer}.auth-card__footer{margin:0;text-align:center;color:#4a302c;font-size:.9rem}.auth-card__footer a{color:#8e1f28;font-weight:600;text-decoration:none}.auth-alert{margin:0;color:#a50e1d;font-weight:600}.auth-form__checkbox{display:flex;align-items:center;gap:.45rem;font-weight:500;color:#3c1c18;margin-top:.4rem}.auth-form__checkbox input{width:1.2rem;height:1.2rem;accent-color:#8e1f28}.auth-role-copy{background:#fff;padding:1rem 1.25rem;border-radius:20px;border:1px solid rgba(148,18,25,.2);display:flex;flex-direction:column;gap:.75rem}.auth-role-copy__tag{align-self:flex-start;padding:.2rem .8rem;border-radius:999px;background:#24120f0d;color:#3c1c18;font-size:.75rem;letter-spacing:.08rem;text-transform:uppercase}.auth-role-copy__headline{margin:0;font-weight:700;color:#2b1a13}.auth-role-copy__list{margin:0;padding:0;display:flex;flex-direction:column;gap:.35rem}.auth-role-copy__item{display:flex;gap:.6rem;align-items:flex-start}.auth-role-copy__dot{width:.35rem;height:.35rem;border-radius:50%;background:var(--red-deep);margin-top:.25rem}.auth-role-copy__item p{margin:0;font-size:.95rem;color:#3c1c18}.auth-role-section{overflow:hidden;max-height:0;opacity:0;transition:max-height .35s ease,opacity .35s ease,padding .35s ease;margin-top:-.5rem;padding:0;display:flex;flex-direction:column;gap:.75rem}.auth-role-section--visible{max-height:1200px;opacity:1;padding:.6rem 0}@media (max-width: 600px){.auth-card{padding:2rem}}._home-page_dkmgz_1{width:100%;min-height:calc(100vh - 70px);background:#fff}._hero_dkmgz_7{width:100%;background:radial-gradient(circle at center,rgba(255,255,255,.08) 0%,transparent 60%),linear-gradient(135deg,#8e1f28,#b02a37);color:#fff;padding:5rem 2rem;border-top:6px solid #7a141c;border-bottom:6px solid #7a141c;box-shadow:inset 0 0 120px #00000040,0 10px 40px #00000026}._hero__inner_dkmgz_24{max-width:1200px;margin:0 auto;padding:0 1.5rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2.5rem;align-items:center}._hero__spacer_dkmgz_34{min-height:260px}._hero__content_dkmgz_38{display:flex;flex-direction:column;gap:1.5rem;font-family:Inter,system-ui,sans-serif}._hero__content_dkmgz_38>*{margin:0}._hero__search_dkmgz_49{display:flex;background:#fff;border-radius:4px;overflow:hidden;border:1px solid rgba(255,255,255,.4)}._hero__search_dkmgz_49 input{flex:1;border:none;padding:1rem 1.2rem;font-size:1rem}._hero__search_dkmgz_49 input:focus{outline:none}._hero__search_dkmgz_49 button{border:none;background:#7a141c;color:#fff;padding:0 1.5rem;display:inline-flex;align-items:center;justify-content:center;font-weight:600;cursor:pointer}._hero__eyebrow_dkmgz_80{text-transform:uppercase;letter-spacing:.4rem;font-size:.85rem;margin:0;opacity:.85}._hero__content_dkmgz_38 h1{margin:0;font-size:clamp(2.8rem,4vw,3.6rem);line-height:1.2;font-family:Archivo,Inter,sans-serif}._hero__lead_dkmgz_95{margin:0;max-width:460px;font-size:1.05rem;line-height:1.7}._hero__actions_dkmgz_102{display:flex;gap:1rem;flex-wrap:wrap}._hero__primary_dkmgz_108,._hero__secondary_dkmgz_109{border:none;padding:.95rem 2.4rem;border-radius:999px;cursor:pointer;font-size:1rem;font-weight:600}._hero__primary_dkmgz_108{background:#fff;color:#b30000}._hero__secondary_dkmgz_109{background:transparent;color:#fff;border:1px solid rgba(255,255,255,.8)}@media (max-width: 640px){._hero__actions_dkmgz_102{flex-direction:column}._hero__spacer_dkmgz_34{min-height:200px}}:root{--font-sans: "Inter", "Segoe UI", system-ui, sans-serif;--color-text: #111;--color-bg: #fdf5f2;--red-deep: #8e1f28;--red-glow: #b02a37;--red-highlight: #fdf5f2;--hero-gradient: linear-gradient(135deg, #8e1f28 0%, #9d2b35 50%, #b02a37 100%);--shadow-strong: 0 20px 60px rgba(0, 0, 0, .35)}*{box-sizing:border-box}body{margin:0;font-family:var(--font-sans);color:var(--color-text);background:var(--color-bg);line-height:1.6}.bg-hero{background:var(--hero-gradient);box-shadow:inset var(--shadow-strong)}.text-inverse{color:var(--red-highlight)}.btn-pill{border-radius:999px;padding:.95rem 2.4rem;font-size:1rem;font-weight:600;border:none;cursor:pointer}
