@import "https://fonts.googleapis.com/css2?family=Manrope:wght@500;600;700;800&family=Inter:wght@400;500;600&display=swap";:root{--navy:#0b1e33;--navy-panel:#0f2740;--teal:#0f9488;--teal-dark:#0b7a70;--gold:#c9a227;--ink:#142032;--ink-muted:#5b6675;--surface:#fff;--surface-tint:#f4f7f9;--border:#e2e8ee;--border-strong:#cbd5e0;--danger:#b91c1c;--danger-soft:#fee2e2;--success:#16a34a;--warning-soft:#fef3c7;--warning-ink:#92400e;--radius:18px;--radius-sm:10px;--shadow:0 10px 30px #0b1e331f;--shadow-sm:0 4px 16px #0b1e3314;--font-scale:1}[data-contrast=high]{--ink:#000;--ink-muted:#1a1a1a;--border:#000;--teal:#00695c;--gold:#7a5c00;--surface:#fff;--surface-tint:#fff}*{box-sizing:border-box}html{font-size:calc(16px * var(--font-scale))}body{color:var(--ink);min-height:100vh;margin:0;font-family:Inter,system-ui,sans-serif}h1,h2,h3,.display-font{font-family:Manrope,Inter,system-ui,sans-serif}button{font-family:inherit}*{margin:0;padding:0}html,body,#root{min-height:100%}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:var(--navy)}.kiosk-app{background:var(--navy);flex-direction:column;min-height:100vh;display:flex}.kiosk-header{color:#fff;justify-content:space-between;align-items:center;padding:1.25rem 2rem;display:flex}.kiosk-brand{align-items:center;gap:.75rem;display:flex}.kiosk-brand-mark{background:var(--teal);color:#fff;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.kiosk-brand-mark svg{width:22px;height:22px}.kiosk-brand-name{font-size:1.15rem;font-weight:700}.kiosk-header-actions{align-items:center;gap:.6rem;display:flex}.header-chip{color:#fff;cursor:pointer;background:#ffffff0f;border:1px solid #ffffff40;border-radius:999px;align-items:center;gap:.4rem;padding:.5rem .9rem;font-size:.85rem;display:inline-flex}.header-chip svg{width:16px;height:16px}.header-chip.static{cursor:default;color:#bfe3df;background:#0f94881f;border-color:#0f948880}.kiosk-panel{background:var(--surface-tint);border-radius:28px 28px 0 0;flex-direction:column;flex:1;align-items:center;padding:2.5rem 2rem 3rem;display:flex}.kiosk-panel-inner{flex-direction:column;gap:1.75rem;width:100%;max-width:1080px;display:flex}.kiosk-heading h1{color:var(--navy);margin:0 0 .4rem;font-size:clamp(1.75rem,3vw,2.25rem);font-weight:800}.kiosk-heading p{color:var(--ink-muted);margin:0;font-size:1.05rem}.card-grid{grid-template-columns:repeat(4,1fr);gap:1.25rem;display:grid}@media (width<=900px){.card-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=520px){.card-grid{grid-template-columns:1fr}}.entity-card{text-align:left;background:var(--surface);border:1.5px solid var(--border);border-radius:var(--radius);cursor:pointer;align-items:flex-start;gap:.9rem;min-height:108px;padding:1.35rem 1.25rem;transition:border-color .15s,box-shadow .15s,transform 80ms;display:flex}.entity-card:hover,.entity-card:focus-visible{border-color:var(--teal);box-shadow:var(--shadow)}.entity-card:active{transform:scale(.98)}.entity-card:disabled{opacity:.5;cursor:not-allowed}.entity-card-icon{width:46px;height:46px;color:var(--teal-dark);background:#0f94881a;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.entity-card-icon svg{width:24px;height:24px}.entity-card-body{flex:1;min-width:0}.entity-card-body h3{color:var(--navy);margin:0 0 .25rem;font-size:1.05rem;font-weight:700}.entity-card-body p{color:var(--ink-muted);margin:0;font-size:.85rem;line-height:1.4}.entity-card-arrow{color:var(--ink-muted);flex-shrink:0;align-self:center}.entity-card-arrow svg{width:18px;height:18px}.back-row{align-items:center;display:flex}.back-button{border:1.5px solid var(--border);background:var(--surface);color:var(--navy);cursor:pointer;border-radius:10px;align-items:center;gap:.4rem;padding:.55rem 1rem;font-size:.95rem;font-weight:600;display:inline-flex}.back-button svg{width:18px;height:18px}.back-button:disabled{opacity:.5;cursor:not-allowed}.amount-layout{grid-template-columns:1fr 320px;align-items:start;gap:2rem;display:grid}@media (width<=780px){.amount-layout{grid-template-columns:1fr}}.amount-display{background:var(--surface);border-radius:var(--radius);border:1.5px solid var(--border);text-align:center;padding:2rem}.amount-value{color:var(--navy);font-variant-numeric:tabular-nums;margin:.5rem 0 1.5rem;font-size:3rem;font-weight:800}.quick-amounts{grid-template-columns:repeat(3,1fr);gap:.6rem;margin-top:1rem;display:grid}.quick-amount-button{border:1.5px solid var(--border);background:var(--surface-tint);color:var(--navy);cursor:pointer;font-variant-numeric:tabular-nums;border-radius:10px;padding:.7rem;font-weight:600}.quick-amount-button:hover{border-color:var(--teal)}.skip-amount-link{color:var(--teal-dark);cursor:pointer;background:0 0;border:none;margin-top:1.25rem;font-size:.95rem;font-weight:600;text-decoration:underline}.keypad{grid-template-columns:repeat(3,1fr);gap:.6rem;display:grid}.keypad-button{border:1.5px solid var(--border);background:var(--surface);color:var(--navy);cursor:pointer;border-radius:12px;padding:1.1rem;font-size:1.3rem;font-weight:700}.keypad-button:hover{border-color:var(--teal)}.keypad-button:active{transform:scale(.96)}.primary-button{background:var(--teal);color:#fff;cursor:pointer;border:none;border-radius:12px;padding:1rem 1.5rem;font-size:1.05rem;font-weight:700;transition:background .15s}.primary-button:hover:not(:disabled){background:var(--teal-dark)}.primary-button:disabled{opacity:.5;cursor:not-allowed}.secondary-button{border:1.5px solid var(--border);background:var(--surface);color:var(--navy);cursor:pointer;border-radius:12px;padding:1rem 1.5rem;font-size:1rem;font-weight:600}.review-card{background:var(--surface);border-radius:var(--radius);border:1.5px solid var(--border);width:100%;max-width:560px;padding:2rem}.review-row{border-bottom:1px solid var(--border);justify-content:space-between;padding:.85rem 0;font-size:1.02rem;display:flex}.review-row:last-of-type{border-bottom:none}.review-row dt{color:var(--ink-muted);font-weight:500}.review-row dd{color:var(--navy);font-variant-numeric:tabular-nums;margin:0;font-weight:700}.review-customer-details{border-top:1px solid var(--border);margin-top:1.25rem;padding-top:1.25rem}.review-customer-heading{color:var(--navy);margin:0;font-size:.92rem;font-weight:700}.review-customer-subheading{color:var(--ink-muted);margin:.2rem 0 .9rem;font-size:.78rem;line-height:1.4}.review-customer-fields{grid-template-columns:1fr 1fr;gap:.85rem;display:grid}.review-customer-fields label{color:var(--ink-muted);flex-direction:column;gap:.4rem;font-size:.78rem;font-weight:600;display:flex}.review-customer-fields input{border-radius:var(--radius-sm);border:1.5px solid var(--border);color:var(--navy);padding:.7rem .85rem;font-family:inherit;font-size:.95rem}.review-customer-fields input:focus{border-color:var(--teal);outline:none}.review-actions{gap:1rem;margin-top:1.75rem;display:flex}.review-actions>*{flex:1}.confirm-card{background:var(--surface);border-radius:var(--radius);border:1.5px solid var(--border);text-align:center;width:100%;max-width:480px;padding:3rem 2.5rem}.confirm-icon{width:64px;height:64px;color:var(--teal-dark);background:#0f94881f;border-radius:50%;justify-content:center;align-items:center;margin:0 auto 1.25rem;display:flex}.confirm-icon svg{width:32px;height:32px}.ticket-label{color:var(--ink-muted);margin:0 0 .5rem;font-size:1rem}.ticket-number{color:var(--navy);font-variant-numeric:tabular-nums;margin:0 0 1rem;font-size:4.5rem;font-weight:800}.ticket-wait{color:var(--ink);margin:0 0 1.75rem;font-size:1.2rem}.ticket-timeout{color:var(--ink-muted);margin-top:1.25rem;font-size:.9rem}.kiosk-loading,.kiosk-error{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:1.25rem;padding:4rem 2rem;display:flex}.kiosk-error p{color:var(--danger)}.kiosk-inline-error{color:var(--danger);background:var(--danger-soft);border-radius:10px;padding:.75rem 1.5rem;font-weight:600;position:fixed;bottom:1.5rem;left:50%;transform:translate(-50%)}.modal-backdrop{z-index:50;background:#0b1e338c;justify-content:center;align-items:center;padding:1.5rem;display:flex;position:fixed;inset:0}.modal-card{background:var(--surface);border-radius:var(--radius);text-align:center;width:100%;max-width:420px;padding:2.25rem}.modal-card h2{color:var(--navy);margin:0 0 .6rem;font-size:1.35rem}.modal-card p{color:var(--ink-muted);margin:0 0 1.5rem}.security-note{color:var(--ink-muted);justify-content:center;align-items:center;gap:.5rem;margin-top:1rem;font-size:.85rem;display:flex}.security-note svg{flex-shrink:0;width:16px;height:16px}body{background:#081b2e;overflow-x:hidden}.kiosk-app{background:radial-gradient(circle at 85% 0,#179c9033,#0000 30rem),linear-gradient(150deg,#0b2036,#071829);min-height:100svh}.kiosk-header{min-height:78px;padding:1rem clamp(1.2rem,3vw,3rem)}.kiosk-brand-mark{border-radius:13px;width:44px;height:44px;box-shadow:0 9px 25px #0f948840}.kiosk-brand-name,.kiosk-brand-subtitle{display:block}.kiosk-brand-name{font-family:Manrope,sans-serif;font-size:1.15rem;font-weight:800;line-height:1}.kiosk-brand-subtitle{color:#8195a9;letter-spacing:.05em;text-transform:uppercase;margin-top:.25rem;font-size:.63rem;font-weight:650}.header-chip{background:#ffffff0e;border-color:#ffffff24;min-height:42px;transition:background .18s,border .18s,transform .12s}.header-chip:hover{background:#ffffff1a;border-color:#5ad1c580}.header-chip:active{transform:scale(.97)}.header-chip[aria-pressed=true]{border-color:var(--teal);background:var(--teal);color:#06201c}.kiosk-panel{background:radial-gradient(circle at 8% 8%,#0f948812,#0000 22rem),#f4f7f8;border-radius:34px 34px 0 0;min-height:calc(100svh - 78px);padding:clamp(1.3rem,2.4vw,2.4rem) clamp(1rem,3vw,3rem) 3rem;position:relative;overflow:hidden}.kiosk-panel:before{content:"";background:linear-gradient(90deg,#0000,#fffffff2,#0000);height:1px;position:absolute;top:0;left:12%;right:12%}.kiosk-step{justify-content:center;width:100%;display:flex}.kiosk-panel-inner{gap:1.35rem;max-width:1240px}.welcome-hero{background:linear-gradient(125deg,#0b243c 0%,#0d3144 58%,#0c5252 100%);border-radius:26px;grid-template-columns:minmax(0,1fr) minmax(330px,.85fr);min-height:clamp(290px,36vh,400px);display:grid;overflow:hidden;box-shadow:0 18px 45px #0b1e3329}.welcome-copy{z-index:2;color:#fff;align-self:center;padding:clamp(2rem,4vw,4rem);position:relative}.welcome-copy h1{letter-spacing:-.055em;max-width:650px;margin:.5rem 0 .7rem;font-family:Manrope,sans-serif;font-size:clamp(2.25rem,4.2vw,4.6rem);line-height:.98}.welcome-copy p{color:#b6c8d5;max-width:500px;font-size:clamp(.95rem,1.4vw,1.2rem);line-height:1.55}.welcome-eyebrow{color:#63d4c8;letter-spacing:.14em;text-transform:uppercase;font-size:.68rem;font-weight:800}.touch-hint{color:#dce9ef;align-items:center;gap:.55rem;margin-top:1.5rem;font-size:.75rem;font-weight:650;display:flex}.touch-hint i{background:#5ad1c5;border-radius:50%;width:9px;height:9px;animation:2s infinite kiosk-pulse;box-shadow:0 0 0 5px #5ad1c51f}@keyframes kiosk-pulse{50%{box-shadow:0 0 0 10px #5ad1c500}}.welcome-visual{min-height:290px;position:relative;overflow:hidden}.welcome-visual:after{content:"";filter:blur(30px);background:#0f94882e;border-radius:50%;height:40%;position:absolute;inset:auto 8% -18%}.welcome-visual img{z-index:2;object-fit:contain;filter:drop-shadow(0 22px 30px #00000047);width:min(100%,500px);height:125%;position:absolute;bottom:-18%;right:1%}.hero-orbit{border:1px solid #5ad1c538;border-radius:50%;position:absolute}.orbit-one{width:310px;height:310px;top:-60px;right:-45px}.orbit-two{width:190px;height:190px;bottom:-70px;left:0}.category-section-heading{justify-content:space-between;align-items:flex-end;gap:1rem;margin-top:.25rem;display:flex}.category-section-heading h2{color:var(--navy);font-size:clamp(1.2rem,1.6vw,1.45rem)}.category-section-heading p{color:#7b8996;margin-top:.2rem;font-size:.78rem}.category-section-heading>span{color:#58747a;background:#e9f1f2;border-radius:8px;padding:.35rem .6rem;font-size:.65rem;font-weight:750}.category-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:.8rem}.entity-card{border:1px solid #dbe4e8;border-radius:17px;align-items:center;min-height:118px;padding:1rem;position:relative;overflow:hidden;box-shadow:0 7px 22px #0b1e330b}.entity-card:after{content:"";background:var(--entity-accent,#0f9488);opacity:.055;border-radius:50%;width:100px;height:100px;position:absolute;bottom:-45px;right:-35px}.entity-card:hover,.entity-card:focus-visible{border-color:color-mix(in srgb, var(--entity-accent,#0f9488) 55%, white);transform:translateY(-3px);box-shadow:0 15px 32px #0b1e3317}.entity-card-icon{width:50px;height:50px;color:var(--entity-accent,var(--teal-dark));background:color-mix(in srgb, var(--entity-accent,#0f9488) 10%, white);border-radius:14px}.entity-card-body h3{font-size:.98rem}.entity-card-body p{-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.73rem;display:-webkit-box;overflow:hidden}.entity-card-arrow{background:#f1f4f6;border-radius:50%;place-items:center;width:29px;height:29px;display:grid}.accent-0{--entity-accent:#0f9488}.accent-1{--entity-accent:#2d72b7}.accent-2{--entity-accent:#a47405}.accent-3{--entity-accent:#6f50ae}.back-row{margin-bottom:-.25rem}.back-button{border-color:#d6e0e6;border-radius:12px;min-height:46px;box-shadow:0 4px 12px #0b1e330a}.service-heading-card{background:linear-gradient(135deg,#fff,#f7fbfb);border:1px solid #dce5e9;border-radius:18px;align-items:center;gap:1rem;padding:1.25rem 1.4rem;display:flex;box-shadow:0 8px 24px #0b1e330b}.service-heading-icon{width:58px;height:58px;color:var(--teal-dark);background:#e7f6f3;border-radius:16px;flex:none;place-items:center;display:grid}.service-heading-icon svg{width:27px}.service-heading-card .kiosk-heading h1{font-size:clamp(1.55rem,2.4vw,2.2rem)}.service-choice-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:.85rem}.service-choice-grid .entity-card{min-height:104px}.amount-layout{grid-template-columns:minmax(0,1fr) minmax(300px,360px);gap:1.25rem}.amount-display,.review-card,.confirm-card{border:1px solid #dce4e9;border-radius:22px;box-shadow:0 14px 38px #0b1e3314}.amount-display{background:radial-gradient(circle at 50% 20%,#0f948814,#0000 14rem),#fff;flex-direction:column;justify-content:center;min-height:470px;padding:clamp(1.5rem,3vw,3rem);display:flex}.amount-value{letter-spacing:-.05em;margin:.7rem 0 1.4rem;font-size:clamp(2.8rem,5vw,4.5rem)}.quick-amount-button{background:#f5f8f9;border-color:#dce4e8;min-height:54px;transition:transform .12s,border .15s,background .15s}.quick-amount-button:hover{background:#edf8f6}.quick-amount-button:active{transform:scale(.97)}.keypad{gap:.55rem}.keypad-button{border-color:#d8e1e6;border-radius:15px;min-height:77px;padding:.8rem;transition:transform .1s,background .15s,border .15s;box-shadow:0 5px 13px #0b1e330a}.keypad-button:hover{background:#f3faf8}.keypad-button.utility{color:#607385;font-size:.83rem}.primary-button{border-radius:13px;justify-content:center;align-items:center;gap:.45rem;min-height:52px;transition:transform .12s,background .15s,box-shadow .15s;display:inline-flex;box-shadow:0 8px 20px #0f94882b}.primary-button svg{width:18px}.primary-button:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 11px 24px #0f948838}.primary-button:active:not(:disabled){transform:scale(.98)}.secondary-button{border-radius:13px;min-height:52px}.modern-review{max-width:650px;padding:clamp(1.5rem,3vw,2.5rem)}.review-summary-heading{border-bottom:1px solid #e6ecef;align-items:center;gap:.8rem;margin-bottom:.4rem;padding-bottom:1.1rem;display:flex}.review-summary-heading>span{width:47px;height:47px;color:var(--teal-dark);background:#e8f7f4;border-radius:13px;place-items:center;display:grid}.review-summary-heading svg{width:23px}.review-summary-heading small,.review-summary-heading strong{display:block}.review-summary-heading small{color:#8a97a3;font-size:.68rem}.review-summary-heading strong{color:var(--navy);margin-top:.2rem;font-size:1.05rem}.review-row{padding:1rem .2rem}.review-actions .primary-button{flex:1.25}.review-security{color:#82909e;justify-content:center;align-items:center;gap:.45rem;margin-top:1rem;font-size:.7rem;display:flex}.review-security svg{width:15px}.modern-confirm{text-align:left;background:radial-gradient(circle at 15% 30%,#0f948817,#0000 18rem),#fff;grid-template-columns:.85fr 1fr;align-items:center;max-width:900px;padding:clamp(1.5rem,3vw,3rem);display:grid}.success-illustration{place-items:center;min-height:380px;display:grid;position:relative}.success-illustration:before{content:"";background:#e7f5f3;border-radius:50%;width:280px;height:280px;position:absolute}.success-illustration img{filter:drop-shadow(0 20px 25px #0b1e332e);width:min(100%,370px);position:relative}.confirmation-content{text-align:center;padding:1rem}.confirmation-content .confirm-icon{width:48px;height:48px;margin-bottom:.8rem}.confirmation-content .welcome-eyebrow{color:var(--teal-dark)}.ticket-label{margin-top:.8rem}.ticket-number{letter-spacing:-.06em;margin:.2rem 0 .7rem;font-size:clamp(4rem,8vw,6.6rem)}.ticket-wait strong{color:var(--teal-dark)}.ticket-instruction{color:#71808f;max-width:360px;margin:-.8rem auto 1.4rem;font-size:.78rem;line-height:1.5}.confirmation-content .primary-button{width:100%}.return-countdown{color:#8996a3;justify-content:center;align-items:center;gap:.5rem;margin-top:.9rem;font-size:.68rem;display:flex}.return-countdown>span{--countdown:1;background:conic-gradient(var(--teal) calc(var(--countdown) * 1turn), #dfe6e9 0);border-radius:50%;width:18px;height:18px;-webkit-mask:radial-gradient(circle,#0000 52%,#000 55%);mask:radial-gradient(circle,#0000 52%,#000 55%)}.modal-backdrop{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.modal-card{border-radius:22px;box-shadow:0 25px 70px #06162540}.timeout-count{width:68px;height:68px;color:var(--teal-dark);border:6px solid #dff2ef;border-radius:50%;place-items:center;margin:0 auto 1rem;font-family:Manrope,sans-serif;font-size:1.5rem;font-weight:800;display:grid}.kiosk-loading,.kiosk-error{color:#fff;min-height:100svh}.kiosk-error p{color:#fecaca;background:#b91c1c2e;border-radius:12px;max-width:600px;padding:.75rem 1rem}[data-contrast=high] .welcome-hero{background:#000;border:2px solid #fff}[data-contrast=high] .welcome-visual{display:none}[data-contrast=high] .welcome-hero{grid-template-columns:1fr}[data-contrast=high] .entity-card,[data-contrast=high] .service-heading-card{box-shadow:none;border:2px solid #000}[data-contrast=high] .category-section-heading p,[data-contrast=high] .quick-amount-button,[data-contrast=high] .keypad-button.utility,[data-contrast=high] .review-summary-heading small,[data-contrast=high] .review-security,[data-contrast=high] .ticket-instruction,[data-contrast=high] .return-countdown{color:#000}[data-contrast=high] .kiosk-brand-subtitle{color:#fff}[data-contrast=high] .amount-display,[data-contrast=high] .review-card,[data-contrast=high] .confirm-card,[data-contrast=high] .quick-amount-button,[data-contrast=high] .keypad-button,[data-contrast=high] .review-summary-heading,[data-contrast=high] .back-button{box-shadow:none;border:2px solid #000}[data-contrast=high] .category-section-heading>span{color:#fff;background:#000}@media (width<=980px){.welcome-hero{grid-template-columns:1.15fr .85fr}.category-grid,.service-choice-grid{grid-template-columns:repeat(2,1fr)}.modern-confirm{grid-template-columns:.75fr 1fr}}@media (width<=760px){.kiosk-header{align-items:flex-start}.kiosk-header-actions{flex-wrap:wrap;justify-content:flex-end}.header-chip.static,.help-chip{display:none}.welcome-hero{grid-template-columns:1fr}.welcome-copy{padding-bottom:1.5rem}.welcome-visual{min-height:240px}.welcome-visual img{height:170%;bottom:-42%;right:50%;transform:translate(50%)}.amount-layout,.modern-confirm{grid-template-columns:1fr}.success-illustration{min-height:230px}.success-illustration img{object-fit:contain;max-height:260px}.confirmation-content{padding-top:0}.service-choice-grid{grid-template-columns:1fr}}@media (width<=520px){.kiosk-panel{border-radius:24px 24px 0 0;padding-inline:.85rem}.kiosk-brand-subtitle{display:none}.header-chip{padding:.45rem .65rem;font-size:.72rem}.welcome-copy{padding:1.5rem}.welcome-copy h1{font-size:2.25rem}.welcome-visual{min-height:200px}.category-grid{grid-template-columns:1fr}.category-section-heading>span{display:none}.quick-amounts{grid-template-columns:repeat(2,1fr)}.modern-review,.modern-confirm{padding:1.1rem}.review-actions{flex-direction:column-reverse}.review-customer-fields{grid-template-columns:1fr}.success-illustration{min-height:190px}.ticket-number{font-size:4.2rem}}@media (prefers-reduced-motion:reduce){.touch-hint i{animation:none}.entity-card,.primary-button,.header-chip{transition:none}}.welcome-hero{border-radius:22px;grid-template-columns:minmax(0,1fr) minmax(300px,.7fr);min-height:clamp(210px,27vh,280px);box-shadow:0 12px 32px #0b1e3321}.welcome-copy h1{white-space:pre-line;margin-block:.45rem .55rem;font-size:clamp(2rem,3.15vw,3.4rem);line-height:1.03}.welcome-copy p{font-size:clamp(.85rem,1.1vw,1rem)}.touch-hint{margin-top:1rem}.welcome-visual img{height:145%;bottom:-30%}.category-choice-panel{background:#fff;border:1px solid #d6e1e5;border-radius:22px;padding:clamp(1rem,1.8vw,1.4rem);box-shadow:0 15px 38px #0b1e3317}.category-section-heading{margin:0 0 1rem}.category-section-heading .welcome-eyebrow{color:var(--teal-dark)}.category-section-heading h2{margin-top:.2rem;font-size:clamp(1.35rem,1.9vw,1.7rem)}.category-section-heading p{color:#6e7d8b;margin-top:.15rem}.category-grid{gap:.9rem}.category-grid .entity-card{border-width:1.5px;min-height:142px}.category-grid .entity-card-icon{width:58px;height:58px}.category-grid .entity-card-icon svg{width:29px;height:29px}.category-grid .entity-card-body h3{font-size:1.08rem}@media (width<=760px){.welcome-visual{min-height:180px}.welcome-visual img{bottom:-50%}}.welcome-copy{padding-block:clamp(1.25rem,2.4vw,2.1rem)}.welcome-visual img{object-fit:contain;border-radius:18px;width:min(76%,350px);height:auto;max-height:122%;bottom:-13%;right:7%}@media (width<=760px){.welcome-hero{grid-template-columns:1fr}.welcome-visual{min-height:150px}.welcome-visual img{width:min(58%,300px);bottom:-42%;right:50%;transform:translate(50%)}}.welcome-hero{grid-template-columns:minmax(0,1fr) minmax(230px,.5fr);min-height:clamp(145px,18vh,185px)}.welcome-copy{padding:clamp(1rem,1.8vw,1.55rem) clamp(1.4rem,2.5vw,2.25rem)}.welcome-copy h1{margin-bottom:0;font-size:clamp(1.8rem,2.65vw,2.8rem)}.welcome-copy .welcome-heading-sub{color:#dce9ef;letter-spacing:-.01em;max-width:480px;margin:.2rem 0 0;font-family:Manrope,sans-serif;font-size:clamp(1.05rem,1.6vw,1.6rem);font-weight:600;line-height:1.25}.welcome-visual{min-height:145px}.welcome-visual img{width:min(61%,270px);max-height:112%;bottom:-16%;right:10%}@media (width<=760px){.welcome-visual{min-height:120px}.welcome-visual img{width:min(46%,230px);bottom:-52%;right:50%}}
