.customer-welcome-modal{position:fixed;inset:0;z-index:180;display:grid;place-items:center;padding:clamp(14px,3vw,32px)}
.customer-welcome-modal[hidden]{display:none}
.customer-welcome-backdrop{position:absolute;inset:0;background:rgba(45,35,28,.64);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}
.customer-welcome-card{position:relative;width:min(100%,620px);max-height:calc(100svh - 28px);overflow:auto;padding:42px 44px 28px;border:1px solid rgba(218,165,105,.2);border-radius:30px;background:linear-gradient(155deg,#fffdfa 0%,#fff8f1 100%);box-shadow:0 30px 90px rgba(45,35,28,.3);text-align:center}
.customer-welcome-card::before{content:"";position:absolute;inset:0 0 auto;height:5px;background:linear-gradient(90deg,#e0a064,#f2c99d,#dca16d)}
.customer-welcome-close{position:absolute;right:18px;top:18px;width:38px;height:38px;display:grid;place-items:center;border:1px solid #eadfd5;border-radius:50%;background:rgba(255,255,255,.75);color:#876c58;cursor:pointer;transition:transform .2s ease,background .2s ease}
.customer-welcome-close:hover{transform:rotate(4deg);background:#fff}
.customer-welcome-close svg{width:18px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round}
.customer-welcome-brand{width:150px;height:72px;margin:0 auto 13px;display:grid;place-items:center}.customer-welcome-brand img{display:block;width:100%;height:100%;object-fit:contain;object-position:center}
.customer-welcome-brand span{position:absolute;left:50%;bottom:10px;width:2px;height:25px;border-radius:99px;background:#dda061;transform-origin:50% 100%}
.customer-welcome-brand span:nth-child(1){transform:translateX(-50%) rotate(-54deg);height:20px}.customer-welcome-brand span:nth-child(2){transform:translateX(-50%) rotate(-28deg);height:25px}.customer-welcome-brand span:nth-child(3){transform:translateX(-50%);height:29px}.customer-welcome-brand span:nth-child(4){transform:translateX(-50%) rotate(28deg);height:25px}.customer-welcome-brand span:nth-child(5){transform:translateX(-50%) rotate(54deg);height:20px}
.customer-welcome-brand i{position:absolute;left:50%;bottom:0;width:42px;height:22px;border:3px solid #dda061;border-bottom:0;border-radius:42px 42px 0 0;transform:translateX(-50%)}
.customer-welcome-eyebrow{margin:0 0 9px;color:#ca7e43;font-size:.76rem;font-weight:800;letter-spacing:.15em;text-transform:uppercase}
.customer-welcome-card h2{max-width:490px;margin:0 auto 12px;color:#49392f;font-family:var(--font-heading,"Playfair Display",serif);font-size:clamp(2rem,5vw,2.75rem);font-weight:600;line-height:1.08;letter-spacing:-.035em}
.customer-welcome-lead{max-width:480px;margin:0 auto 24px;color:#826b5a;font-size:1rem;line-height:1.55}
.customer-welcome-benefits{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:0 0 22px;text-align:left}
.customer-welcome-benefits>span{min-width:0;display:grid;grid-template-columns:30px 1fr;align-items:center;padding:14px 12px;border:1px solid #eee2d7;border-radius:16px;background:rgba(255,255,255,.72)}
.customer-welcome-benefits svg{grid-row:1/3;width:22px;fill:none;stroke:#d88f53;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.customer-welcome-benefits b{color:#513f32;font-size:.86rem;line-height:1.25}.customer-welcome-benefits small{margin-top:2px;color:#9b8370;font-size:.7rem;line-height:1.25}
.customer-welcome-actions{display:grid;gap:12px}
.customer-welcome-actions .button{width:100%;min-height:54px;display:flex;align-items:center;justify-content:center;gap:10px;border-radius:16px;box-shadow:0 12px 28px rgba(214,143,83,.2)}
.customer-welcome-actions .button svg{width:18px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;transition:transform .2s ease}.customer-welcome-actions .button:hover svg{transform:translateX(3px)}
.customer-welcome-login{color:#725b49;font-size:.88rem;font-weight:600}.customer-welcome-login span{margin-left:4px;color:#d27f42;font-weight:800}
.customer-welcome-later{margin-top:17px;padding:5px 12px;border:0;background:transparent;color:#aa9381;font:inherit;font-size:.8rem;cursor:pointer}.customer-welcome-later:hover{color:#725b49}
@media(max-width:640px){.customer-welcome-modal{align-items:end;padding:10px}.customer-welcome-card{width:100%;max-height:calc(100svh - 20px);padding:34px 20px 20px;border-radius:26px}.customer-welcome-close{right:14px;top:14px;width:36px;height:36px}.customer-welcome-brand{transform:scale(.88);margin-bottom:7px}.customer-welcome-eyebrow{font-size:.68rem}.customer-welcome-card h2{max-width:330px;font-size:clamp(1.8rem,8.5vw,2.25rem)}.customer-welcome-lead{max-width:340px;margin-bottom:18px;font-size:.91rem}.customer-welcome-benefits{grid-template-columns:1fr;gap:8px;margin-bottom:18px}.customer-welcome-benefits>span{grid-template-columns:32px 1fr;padding:10px 12px}.customer-welcome-benefits b{font-size:.85rem}.customer-welcome-benefits small{font-size:.72rem}.customer-welcome-actions .button{min-height:50px}.customer-welcome-later{margin-top:12px}}
@media(max-height:690px) and (max-width:640px){.customer-welcome-card{padding-top:25px}.customer-welcome-brand{display:none}.customer-welcome-lead{margin-bottom:12px}.customer-welcome-benefits{gap:6px;margin-bottom:12px}.customer-welcome-benefits>span{padding:8px 11px}.customer-welcome-later{margin-top:8px}}
