
:root{
  --bg:#f7f9fc;
  --surface:#ffffff;
  --ink:#0b1220;
  --muted:#667085;
  --line:#e6eaf0;
  --accent:#6ee7b7;
  --accent-strong:#13b981;
  --dark:#0b1220;
  --dark-2:#121c2e;
  --radius:22px;
  --shadow:0 24px 70px rgba(15,23,42,.12);
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  background:var(--surface);
  color:var(--ink);
  font-family:Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  line-height:1.5;
  -webkit-font-smoothing:antialiased;
}
a{color:inherit;text-decoration:none}
button{font:inherit}
.container{width:min(1160px, calc(100% - 40px)); margin:0 auto}

.site-header{
  position:sticky; top:0; z-index:50;
  background:rgba(255,255,255,.88);
  backdrop-filter:blur(14px);
  border-bottom:1px solid rgba(230,234,240,.8);
}
.nav{height:74px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.brand{display:inline-flex;align-items:center;gap:10px;font-weight:800;letter-spacing:-.02em}
.brand-text{font-size:15px}
.brand-mark{
  width:29px;height:29px;border-radius:9px;background:var(--dark);
  display:grid;grid-template-columns:repeat(3,4px);gap:3px;align-items:end;justify-content:center;padding-bottom:7px
}
.brand-mark span{width:4px;border-radius:6px;background:var(--accent)}
.brand-mark span:nth-child(1){height:8px}
.brand-mark span:nth-child(2){height:14px}
.brand-mark span:nth-child(3){height:11px}
.nav-links{display:flex;gap:28px;font-size:14px;color:#475467}
.nav-links a:hover{color:var(--ink)}

.button{
  display:inline-flex;align-items:center;justify-content:center;
  min-height:50px;padding:0 21px;border-radius:14px;font-weight:700;font-size:14px;
  transition:.18s ease;border:1px solid transparent;
}
.button:hover{transform:translateY(-1px)}
.button-small{min-height:40px;padding:0 15px;border-radius:11px}
.button-ghost{border-color:var(--line);background:#fff}
.button-primary{background:var(--dark);color:#fff;box-shadow:0 10px 30px rgba(15,23,42,.14)}
.button-secondary{border-color:#d0d5dd;background:#fff}
.button-white{background:#fff;color:var(--dark)}
.text-link{color:#fff;font-weight:700;font-size:14px}

.hero{
  position:relative;overflow:hidden;
  background:linear-gradient(180deg,#fff 0%,#f7fafc 100%);
  padding:82px 0 88px;
}
.hero-glow{position:absolute;border-radius:50%;filter:blur(70px);opacity:.5;pointer-events:none}
.hero-glow-a{width:420px;height:420px;background:#d1fae5;right:-60px;top:40px}
.hero-glow-b{width:330px;height:330px;background:#dbeafe;left:-130px;bottom:-100px}
.hero-grid{position:relative;display:grid;grid-template-columns:1.02fr .98fr;gap:70px;align-items:center}
.eyebrow{
  display:inline-flex;align-items:center;gap:8px;
  color:#0f8d66;font-size:12px;font-weight:800;letter-spacing:.14em;margin-bottom:18px
}
.hero h1,.section-heading h2,.restaurant-section h2,.cta-card h2{
  margin:0;letter-spacing:-.048em;line-height:.98;
}
.hero h1{font-size:clamp(54px,7vw,82px);max-width:720px}
.hero h1 span{color:#667085}
.hero-lead{font-size:19px;color:#596273;max-width:650px;margin:26px 0 0;line-height:1.65}
.hero-actions{display:flex;gap:12px;margin-top:32px;flex-wrap:wrap}
.hero-note{display:flex;align-items:center;gap:9px;color:#667085;font-size:13px;margin-top:25px}
.dot{width:8px;height:8px;border-radius:50%;background:var(--accent-strong);box-shadow:0 0 0 5px rgba(19,185,129,.1)}

.product-stage{position:relative;min-height:590px;display:flex;align-items:center;justify-content:center}
.phone{
  position:relative;z-index:4;width:310px;border:10px solid #111827;border-radius:42px;
  background:#fff;box-shadow:0 30px 70px rgba(15,23,42,.24);overflow:hidden
}
.phone-top{height:34px;display:flex;justify-content:center;align-items:flex-start;background:#fff}
.phone-pill{width:88px;height:21px;background:#111827;border-radius:0 0 14px 14px}
.phone-content{padding:10px 18px 22px}
.mini-brand{font-size:10px;font-weight:900;letter-spacing:.12em;margin-bottom:20px}
.restaurant-line{display:flex;align-items:center;gap:11px;padding-bottom:16px;border-bottom:1px solid var(--line)}
.restaurant-avatar{width:38px;height:38px;border-radius:11px;background:#eef2ff;display:flex;align-items:center;justify-content:center;font-weight:900}
.restaurant-line div:last-child{display:flex;flex-direction:column}
.restaurant-line strong{font-size:14px}.restaurant-line span{font-size:11px;color:var(--muted)}
.bill{padding:16px 0 8px}
.bill-row{display:flex;justify-content:space-between;gap:14px;font-size:11px;padding:7px 0;color:#475467}
.bill-row strong{color:var(--ink)}
.total-row{display:flex;justify-content:space-between;padding:14px 0;border-top:1px solid var(--line);font-size:14px}
.total-row strong{font-size:16px}
.split-label{font-size:11px;font-weight:800;margin:10px 0 8px}
.split-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:7px}
.split-grid button{border:1px solid var(--line);background:#fff;border-radius:9px;padding:9px 3px;font-size:10px}
.pay-button{width:100%;border:0;background:var(--dark);color:#fff;border-radius:11px;padding:13px;margin-top:14px;font-weight:800}
.stage-card{
  position:absolute;z-index:2;border-radius:20px;background:#fff;border:1px solid rgba(230,234,240,.8);
  box-shadow:var(--shadow);padding:20px;display:flex;flex-direction:column
}
.stage-card-back{width:210px;right:10px;top:80px;transform:rotate(6deg)}
.stage-card-back span{font-size:12px;color:var(--muted)}
.stage-card-back strong{font-size:25px;margin-top:5px}
.stage-chip{
  position:absolute;z-index:5;background:rgba(255,255,255,.94);backdrop-filter:blur(12px);
  border:1px solid rgba(230,234,240,.9);box-shadow:0 14px 36px rgba(15,23,42,.12);
  border-radius:14px;padding:11px 14px;font-size:12px;font-weight:700;display:flex;align-items:center;gap:8px
}
.chip-icon{width:22px;height:22px;border-radius:7px;background:#ecfdf5;color:#087a55;display:flex;align-items:center;justify-content:center}
.chip-one{left:18px;bottom:95px}.chip-two{right:16px;bottom:135px}

.steps-section{padding:100px 0;background:#fff}
.section-heading{max-width:720px;margin-bottom:48px}
.section-heading.narrow{max-width:760px}
.section-heading h2,.restaurant-section h2{font-size:clamp(38px,5vw,58px)}
.section-heading p,.section-copy{font-size:17px;color:var(--muted);line-height:1.7;margin:20px 0 0}
.steps{display:grid;grid-template-columns:repeat(5,1fr);border:1px solid var(--line);border-radius:22px;overflow:hidden}
.step{position:relative;padding:25px 22px 28px;min-height:230px;border-right:1px solid var(--line)}
.step:last-child{border-right:0}
.step-number{font-size:11px;font-weight:800;color:#98a2b3;letter-spacing:.1em}
.step-icon{width:44px;height:44px;border-radius:12px;background:#f0fdf8;display:flex;align-items:center;justify-content:center;margin:28px 0 20px;color:#0c8e63;font-weight:900;font-size:20px}
.step h3{margin:0 0 9px;font-size:18px}
.step p{margin:0;color:var(--muted);font-size:13px;line-height:1.6}

.restaurant-section{background:var(--bg);padding:105px 0}
.restaurant-grid{display:grid;grid-template-columns:1fr 1fr;gap:78px;align-items:center}
.benefit-list{margin-top:30px;display:grid;gap:20px}
.benefit{display:flex;gap:14px;align-items:flex-start}
.check{width:28px;height:28px;border-radius:9px;background:#eafbf4;color:#0a8c62;display:flex;align-items:center;justify-content:center;font-weight:900;flex:none}
.benefit div:last-child{display:flex;flex-direction:column;gap:4px}
.benefit strong{font-size:14px}.benefit span{font-size:13px;color:var(--muted);line-height:1.5}
.dashboard-card{background:#fff;border:1px solid var(--line);border-radius:24px;padding:24px;box-shadow:0 24px 55px rgba(15,23,42,.08)}
.dash-top{display:flex;align-items:center;justify-content:space-between;gap:20px;padding-bottom:22px;border-bottom:1px solid var(--line)}
.dash-kicker{font-size:10px;font-weight:900;letter-spacing:.14em;color:#0d8d64;margin-bottom:3px}
.status{font-size:11px;font-weight:700;color:#067647;background:#ecfdf3;border:1px solid #d1fadf;border-radius:999px;padding:6px 9px;display:flex;gap:6px;align-items:center}
.status span{width:6px;height:6px;background:#12b76a;border-radius:50%}
.dash-metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;padding:18px 0}
.metric{border:1px solid var(--line);border-radius:14px;padding:14px;display:flex;flex-direction:column}
.metric span{font-size:10px;color:var(--muted)}.metric strong{font-size:24px;margin:5px 0}.metric small{font-size:9px;color:#98a2b3}
.dash-list{display:grid;gap:9px}
.dash-row{display:grid;grid-template-columns:38px 1fr auto;gap:11px;align-items:center;padding:12px;border-radius:12px;background:#f8fafc}
.row-icon{width:34px;height:34px;border-radius:9px;background:#fff;border:1px solid var(--line);display:flex;align-items:center;justify-content:center;font-weight:900}
.dash-row div:nth-child(2){display:flex;flex-direction:column}.dash-row strong{font-size:12px}.dash-row span{font-size:10px;color:var(--muted)}
.arrow{color:#98a2b3;font-size:22px}

.integrations-section{padding:105px 0;background:#fff}
.integration-flow{margin-top:45px;display:grid;grid-template-columns:1fr 130px 1fr 130px 1.2fr;align-items:center}
.flow-box{border:1px solid var(--line);border-radius:20px;padding:24px;min-height:140px;background:#fff;display:flex;flex-direction:column;justify-content:center}
.flow-box.featured{background:var(--dark);color:#fff;border-color:var(--dark);box-shadow:0 20px 46px rgba(15,23,42,.18)}
.flow-icon{width:40px;height:40px;border-radius:12px;background:#f1f5f9;color:var(--dark);display:flex;align-items:center;justify-content:center;font-weight:900;margin-bottom:15px}
.featured .flow-icon{background:#1f2a3b;color:var(--accent)}
.flow-box strong{font-size:15px}.flow-box span{font-size:11px;color:var(--muted);margin-top:4px}.featured span{color:#aab4c3}
.flow-line{height:2px;background:#e4e7ec;position:relative}
.flow-line span{position:absolute;width:9px;height:9px;border-top:2px solid #98a2b3;border-right:2px solid #98a2b3;right:0;top:-4px;transform:rotate(45deg)}
.flow-stack{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.flow-stack .flow-box{min-height:140px}
.tech-note{margin-top:26px;background:#f8fafc;border:1px solid var(--line);border-radius:14px;padding:15px 17px;color:var(--muted);font-size:13px}
.tech-note strong{color:var(--ink)}

.cta-section{padding:30px 0 92px;background:#fff}
.cta-card{
  border-radius:28px;background:linear-gradient(135deg,#0b1220 0%,#15213a 100%);
  color:#fff;padding:52px 56px;display:flex;align-items:center;justify-content:space-between;gap:50px;box-shadow:0 24px 70px rgba(15,23,42,.2)
}
.eyebrow.light{color:#8ff0cb}
.cta-card h2{font-size:clamp(34px,4vw,48px);max-width:680px}
.cta-card p{color:#b7c0ce;margin:16px 0 0;max-width:640px}
.cta-actions{display:flex;flex-direction:column;gap:15px;align-items:flex-start;flex:none}

footer{border-top:1px solid var(--line);padding:28px 0;background:#fff}
.footer-inner{display:flex;align-items:center;gap:24px;color:var(--muted);font-size:12px}
.footer-inner p{margin:0;flex:1}.copyright{white-space:nowrap}

@media (max-width:980px){
  .nav-links{display:none}
  .hero-grid,.restaurant-grid{grid-template-columns:1fr}
  .hero-grid{gap:35px}
  .product-stage{min-height:560px}
  .steps{grid-template-columns:repeat(2,1fr)}
  .step{border-bottom:1px solid var(--line)}
  .step:nth-child(2n){border-right:0}
  .step:last-child{grid-column:1/-1}
  .integration-flow{grid-template-columns:1fr 44px 1fr 44px 1.2fr}
  .flow-stack{grid-template-columns:1fr}
  .cta-card{flex-direction:column;align-items:flex-start}
}
@media (max-width:680px){
  .container{width:min(100% - 28px,1160px)}
  .site-header .button-small{display:none}
  .nav{height:66px}
  .hero{padding:56px 0 66px}
  .hero h1{font-size:49px}
  .hero-lead{font-size:17px}
  .product-stage{min-height:520px}
  .phone{width:286px}
  .stage-card-back{display:none}
  .chip-one{left:0;bottom:58px}.chip-two{right:0;bottom:96px}
  .steps{grid-template-columns:1fr}
  .step,.step:nth-child(2n){border-right:0}
  .step:last-child{grid-column:auto}
  .restaurant-section,.steps-section,.integrations-section{padding:78px 0}
  .dash-metrics{grid-template-columns:1fr}
  .integration-flow{grid-template-columns:1fr;gap:10px}
  .flow-line{width:2px;height:26px;margin:auto}
  .flow-line span{right:-4px;top:auto;bottom:0;transform:rotate(135deg)}
  .flow-stack{grid-template-columns:1fr}
  .cta-card{padding:38px 26px}
  .footer-inner{align-items:flex-start;flex-direction:column;gap:12px}
}
