
:root{
  --blue:#1D4ED8;--blue2:#2563EB;--navy:#0F172A;--yellow:#FACC15;
  --white:#fff;--soft:#F8FAFC;--line:#E2E8F0;--muted:#64748B;
  --shadow:0 18px 50px rgba(15,23,42,.12);--radius:24px;
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,Arial,sans-serif;background:var(--soft);color:var(--navy)}
button,input,textarea{font:inherit}button{cursor:pointer}.app-shell{min-height:100vh}
.topbar{position:sticky;top:0;z-index:50;height:78px;display:flex;align-items:center;justify-content:space-between;padding:0 4vw;background:rgba(255,255,255,.95);backdrop-filter:blur(18px);border-bottom:1px solid var(--line)}
.brand{display:flex;align-items:center;gap:12px;text-decoration:none;color:var(--navy);font-weight:900;font-size:1.2rem}.brand img{width:42px;height:42px;object-fit:contain}
.desktop-nav{display:flex;gap:6px}.desktop-nav button{border:0;background:transparent;padding:12px 16px;border-radius:12px;font-weight:700;color:#334155}.desktop-nav button:hover{background:#EFF6FF;color:var(--blue)}
.cart-button{display:flex;align-items:center;gap:9px;border:0;background:var(--navy);color:white;border-radius:999px;padding:11px 16px;font-weight:800}.cart-button b{display:grid;place-items:center;background:var(--yellow);color:var(--navy);width:24px;height:24px;border-radius:50%}
.screen{display:none}.screen.active{display:block}.hero{min-height:calc(100vh - 78px);position:relative;display:grid;align-items:center;overflow:hidden}.hero-media,.hero-media img,.hero-overlay{position:absolute;inset:0;width:100%;height:100%}.hero-media img{object-fit:cover}.hero-overlay{background:linear-gradient(90deg,rgba(15,23,42,.96) 0%,rgba(15,23,42,.8) 46%,rgba(15,23,42,.28) 100%)}
.hero-content{position:relative;z-index:2;max-width:760px;padding:8vw 6vw;color:white}.eyebrow{font-size:.78rem;letter-spacing:.16em;font-weight:900;color:var(--yellow);margin-bottom:16px}.eyebrow.dark{color:var(--blue)}
h1,h2,h3,p{margin-top:0}.hero h1{font-size:clamp(3rem,7vw,6.8rem);line-height:.92;letter-spacing:-.055em;margin-bottom:24px}.hero p{font-size:1.18rem;line-height:1.7;max-width:670px;color:#E2E8F0}
.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin:34px 0}.btn{border:0;border-radius:14px;padding:14px 20px;font-weight:900;transition:.2s;display:inline-flex;align-items:center;justify-content:center;text-decoration:none}.btn:hover{transform:translateY(-2px)}
.btn-primary{background:var(--blue);color:white;box-shadow:0 10px 24px rgba(29,78,216,.28)}.btn-secondary{background:var(--yellow);color:var(--navy)}.btn-ghost{background:rgba(255,255,255,.12);color:white;border:1px solid rgba(255,255,255,.25)}.btn-ghost-dark{background:white;color:var(--navy);border:1px solid var(--line)}.btn-light{background:white;color:var(--blue)}.btn-xl{padding:18px 26px;font-size:1rem}.full{width:100%}
.trust-strip{display:flex;gap:30px;flex-wrap:wrap}.trust-strip div{display:flex;flex-direction:column}.trust-strip strong{font-size:1.2rem}.trust-strip span{color:#CBD5E1;font-size:.9rem}
.section{padding:90px 5vw;max-width:1500px;margin:auto}.section-heading{max-width:760px;margin-bottom:38px}.section h2{font-size:clamp(2rem,4vw,4rem);letter-spacing:-.04em}
.steps-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.step-card{position:relative;background:white;padding:28px;border-radius:22px;border:1px solid var(--line);box-shadow:0 10px 25px rgba(15,23,42,.05)}.step-card>span{position:absolute;right:22px;top:18px;color:#CBD5E1;font-weight:900;font-size:1.6rem}.step-icon{font-size:2.4rem;margin-bottom:45px}.step-card p{color:var(--muted);line-height:1.6}
.feature-band{display:grid;grid-template-columns:1.15fr .85fr;gap:40px;align-items:center;background:var(--blue);color:white;max-width:none;padding-left:7vw;padding-right:7vw}.feature-copy p{color:#DBEAFE;line-height:1.7;font-size:1.1rem}.feature-image img{width:100%;border-radius:30px;display:block;box-shadow:var(--shadow)}
.subhero{height:330px;position:relative;display:grid;place-items:center;overflow:hidden}.subhero img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.subhero:after{content:"";position:absolute;inset:0;background:rgba(15,23,42,.72)}.subhero>div{position:relative;z-index:2;color:white;text-align:center}.subhero h1{font-size:clamp(2.4rem,5vw,5rem);letter-spacing:-.05em}
.kiosk-layout{min-height:calc(100vh - 78px);display:grid;grid-template-columns:290px 1fr}.kiosk-sidebar{background:var(--navy);color:white;padding:28px;display:flex;flex-direction:column}.progress-head{display:flex;justify-content:space-between;font-size:.8rem;letter-spacing:.1em}.progress-bar{height:7px;background:#1E293B;border-radius:99px;margin:14px 0 30px;overflow:hidden}.progress-bar i{display:block;height:100%;width:16.7%;background:var(--yellow);border-radius:99px;transition:.3s}
.step-list{display:grid;gap:10px;flex:1}.step-pill{display:flex;align-items:center;gap:12px;padding:13px;border-radius:14px;color:#94A3B8}.step-pill.active{background:#1E293B;color:white}.step-pill.done{color:#BBF7D0}.step-number{width:30px;height:30px;border-radius:50%;display:grid;place-items:center;border:1px solid #475569;font-weight:800}
.kiosk-main{padding:34px 4vw 120px;position:relative}.kiosk-head{display:flex;justify-content:space-between;gap:20px;margin-bottom:30px}.kiosk-head h2{font-size:clamp(2rem,4vw,3.6rem);margin-bottom:8px}.kiosk-head p{color:var(--muted)}
.icon-btn{border:1px solid var(--line);background:white;width:44px;height:44px;border-radius:12px;font-size:1.4rem}.visual-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.option-card{background:white;border:2px solid transparent;border-radius:22px;overflow:hidden;box-shadow:0 10px 28px rgba(15,23,42,.07);transition:.2s;position:relative}.option-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.option-card.selected{border-color:var(--blue);box-shadow:0 0 0 4px rgba(29,78,216,.12)}
.option-image{aspect-ratio:16/10;background:linear-gradient(135deg,#DBEAFE,#E2E8F0);position:relative}.option-image img{width:100%;height:100%;object-fit:cover;display:block}.option-check{position:absolute;top:14px;right:14px;width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:white;color:transparent;border:1px solid var(--line);font-weight:900}.selected .option-check{background:var(--blue);color:white}
.option-body{padding:20px}.option-body h3{margin-bottom:8px}.option-body p{color:var(--muted);font-size:.92rem;line-height:1.5}.option-price{font-weight:900;color:var(--blue);font-size:1.15rem}.swatch-preview{aspect-ratio:16/9;display:grid;place-items:center;color:white;font-weight:900;font-size:1.5rem}
.kiosk-footer{position:fixed;bottom:0;right:0;left:290px;background:rgba(255,255,255,.96);backdrop-filter:blur(14px);border-top:1px solid var(--line);padding:18px 4vw;display:flex;align-items:center;justify-content:space-between;z-index:30}.live-price{text-align:center}.live-price small{display:block;color:var(--muted)}.live-price strong{font-size:1.35rem}
.service-groups{display:grid;gap:30px}.service-group h3{font-size:1.6rem}.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.service-card{background:white;border:1px solid var(--line);border-radius:20px;padding:22px;display:flex;justify-content:space-between;gap:15px}.service-card p{color:var(--muted);margin:7px 0}.service-card strong{color:var(--blue);white-space:nowrap}
.portfolio-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.portfolio-card{background:white;border-radius:22px;overflow:hidden;box-shadow:0 12px 30px rgba(15,23,42,.08)}.portfolio-card img{width:100%;aspect-ratio:9/13;object-fit:cover;object-position:top}.portfolio-card div{padding:18px}
.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:40px}.contact-card{background:var(--navy);color:white;border-radius:28px;padding:40px}.contact-card p{color:#CBD5E1;line-height:1.7}.contact-actions{display:flex;gap:12px;margin-top:24px}.contact-form,.checkout-form{display:grid;gap:15px}.contact-form label,.checkout-form label{display:grid;gap:7px;font-weight:800}.contact-form input,.contact-form textarea,.checkout-form input{width:100%;border:1px solid var(--line);border-radius:12px;padding:14px;background:white}.checkbox-line{grid-template-columns:auto 1fr!important;align-items:flex-start;font-weight:500!important}
.order-drawer{position:fixed;top:0;right:-480px;width:min(440px,92vw);height:100vh;background:white;z-index:100;padding:28px;transition:.3s;box-shadow:-15px 0 50px rgba(15,23,42,.18);display:flex;flex-direction:column}.order-drawer.open{right:0}.drawer-head{display:flex;justify-content:space-between}.order-items{flex:1;overflow:auto;margin:20px 0}.order-row{display:flex;justify-content:space-between;gap:16px;padding:14px 0;border-bottom:1px solid var(--line)}.order-row small{display:block;color:var(--muted);margin-top:4px}.drawer-total{display:flex;justify-content:space-between;padding:20px 0;font-size:1.2rem}.drawer-backdrop{position:fixed;inset:0;background:rgba(15,23,42,.55);z-index:90;opacity:0;pointer-events:none;transition:.2s}.drawer-backdrop.open{opacity:1;pointer-events:auto}
.modal{position:fixed;inset:0;background:rgba(15,23,42,.65);z-index:120;display:none;place-items:center;padding:20px}.modal.open{display:grid}.modal-card{width:min(620px,95vw);max-height:92vh;overflow:auto;background:white;border-radius:26px;padding:34px;position:relative}.modal-close{position:absolute;right:20px;top:20px}
footer{background:var(--navy);color:#94A3B8;padding:35px 5vw;display:flex;justify-content:space-between;gap:20px}.footer-brand{display:flex;flex-direction:column}.footer-brand strong{color:white}
.toast{position:fixed;left:50%;bottom:30px;transform:translateX(-50%);background:var(--navy);color:white;padding:14px 20px;border-radius:999px;z-index:200;box-shadow:var(--shadow)}
@media(max-width:1000px){.desktop-nav{display:none}.steps-grid,.service-grid{grid-template-columns:repeat(2,1fr)}.visual-grid{grid-template-columns:repeat(2,1fr)}.kiosk-layout{grid-template-columns:1fr}.kiosk-sidebar{display:none}.kiosk-footer{left:0}.feature-band,.contact-grid{grid-template-columns:1fr}}
@media(max-width:640px){.topbar{height:68px;padding:0 16px}.brand span{font-size:1rem}.hero-content{padding:90px 20px}.hero h1{font-size:3.2rem}.section{padding:60px 18px}.steps-grid,.service-grid,.visual-grid,.portfolio-grid{grid-template-columns:1fr}.kiosk-main{padding:28px 16px 110px}.kiosk-footer{padding:14px 16px}.live-price{display:none}.subhero{height:250px}.feature-band{padding:60px 20px}.contact-card{padding:28px}.cart-button span{display:none}footer{flex-direction:column}}
