:root{
  --red:#d61f36;
  --green:#27c96d;
  --text:#171717;
  --muted:#757575;
  --bg:#f5f5f5;
  --white:#ffffff;
  --orange:#ff9448;
  --line:rgba(0,0,0,.08);
  --shadow:0 24px 60px rgba(0,0,0,.16);
}

*{
  box-sizing:border-box;
  margin:0;
  padding:0;
}

html,
body{
  min-height:100%;
  width:100%;
}

body{
  font-family:Arial, Helvetica, sans-serif;
  background:#f4f4f4;
  color:var(--text);
  width:100%;
  overflow-x:hidden;
}

img{
  display:block;
  max-width:100%;
}

.page{
  width:100%;
  max-width:1400px;
  margin:0 auto;
  padding:clamp(18px, 3vw, 34px) clamp(16px, 3vw, 34px) 70px;
  overflow:hidden;
}
/* TOP RIGHT NAV */
.top-nav{
  position:absolute;
  top:20px;
  right:30px;
  display:flex;
  gap:12px;
  z-index:10;
}

/* BUTTONS */
.btn-outline{
  text-decoration:none;
  padding:10px 18px;
  border:2px solid #000;
  border-radius:8px;
  font-weight:600;
  color:#000;
  background:white;
  transition:.2s;
}

.btn-outline:hover{
  background:#000;
  color:#fff;
}

.btn-main{
  text-decoration:none;
  padding:10px 18px;
  background:#000;
  color:#fff;
  border-radius:8px;
  font-weight:600;
  transition:.2s;
}

.btn-main:hover{
  background:#333;
}
.top-line{
  width:100%;
  height:1px;
  background:rgba(0,0,0,.08);
  margin-bottom:28px;
}

.hero-section{
  min-height:auto;
  display:grid;
  grid-template-columns:minmax(280px, .92fr) minmax(320px, 1.08fr);
  gap:clamp(20px, 3vw, 40px);
  align-items:center;
}

.left-panel{
  padding:clamp(6px, 2vw, 20px) clamp(0px, 1vw, 8px) clamp(6px, 2vw, 20px) clamp(0px, 2vw, 22px);
}

.brand-top{
  font-size:14px;
  text-transform:uppercase;
  letter-spacing:.18em;
  color:#7a7a7a;
  margin-bottom:18px;
}

.main-title{
  color:var(--red);
  font-weight:800;
  line-height:.92;
  letter-spacing:-.05em;
  font-size:clamp(3.2rem, 6vw, 6rem);
  margin:0 0 14px;
}

.main-title span{
  display:block;
}

.sub-title{
  color:var(--red);
  font-size:clamp(1.35rem, 2vw, 2.2rem);
  font-weight:700;
  margin-bottom:34px;
}

.benefits{
  display:grid;
  gap:14px;
  margin-bottom:40px;
}

.benefit-item{
  display:flex;
  align-items:center;
  gap:14px;
  font-size:clamp(1.15rem, 2vw, 2rem);
  font-weight:700;
  color:#141414;
}

.check{
  color:var(--green);
  font-size:1.45em;
  line-height:1;
}

.supports-text{
  color:#7a7a7a;
  font-size:1.1rem;
  margin-bottom:14px;
}

.brand-row{
  display:flex;
  align-items:center;
  gap:26px;
  flex-wrap:wrap;
}

.brand{
  display:flex;
  align-items:center;
  gap:10px;
}

.brand-name{
  font-size:clamp(1.1rem, 1.8vw, 1.7rem);
  font-weight:700;
  color:#4b4b4b;
}

.clover-icon{
  position:relative;
  width:24px;
  height:24px;
  flex:0 0 24px;
}

.clover-icon span{
  position:absolute;
  width:10px;
  height:10px;
  background:#62bf47;
  border-radius:4px;
}

.clover-icon span:nth-child(1){left:0; top:7px;}
.clover-icon span:nth-child(2){right:0; top:7px;}
.clover-icon span:nth-child(3){left:7px; top:0;}
.clover-icon span:nth-child(4){left:7px; bottom:0;}

.square-icon{
  width:22px;
  height:22px;
  border:3px solid #1b1b1b;
  border-radius:3px;
  position:relative;
  flex:0 0 22px;
}

.square-icon::after{
  content:"";
  position:absolute;
  inset:4px;
  border:2px solid #1b1b1b;
  border-radius:2px;
}

.right-panel{
  position:relative;
  min-height:clamp(420px, 58vw, 690px);
  width:100%;
}

/* DESKTOP */
.desktop-mockup{
  position:absolute;
  right:0;
  top:0;
  width:min(100%, 690px);
  aspect-ratio:1.34 / 1;
  transform:rotate(-10deg);
  transform-origin:center;
  border-radius:32px;
  border:5px solid #3b3b3b;
  background:#fff;
  box-shadow:var(--shadow);
  overflow:hidden;
}

.desktop-mockup::before{
  content:"";
  position:absolute;
  top:16px;
  left:50%;
  transform:translateX(-50%);
  width:110px;
  height:8px;
  border-radius:999px;
  background:#d7d7d7;
  z-index:3;
}

.desktop-inner{
  width:100%;
  height:100%;
}

.desktop-header{
  height:52px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:0 24px;
  border-bottom:1px solid var(--line);
  background:#fff8f3;
}

.desktop-logo{
  color:#ef9c67;
  font-weight:800;
  font-size:14px;
}

.desktop-nav{
  display:flex;
  gap:18px;
  color:#8b8279;
  font-size:12px;
  font-weight:700;
  flex-wrap:wrap;
  justify-content:flex-end;
}

.desktop-content{
  height:calc(100% - 52px);
  display:grid;
  grid-template-columns:1.18fr .92fr;
}

.map-area{
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(circle at 42% 38%, rgba(69,178,145,.46), rgba(69,178,145,0) 30%),
    radial-gradient(circle at 65% 56%, rgba(88,174,225,.24), rgba(88,174,225,0) 34%),
    linear-gradient(180deg,#a7d9dd 0%,#cfe9df 100%);
}

.map-grid{
  position:absolute;
  inset:0;
  background-image:
    linear-gradient(rgba(255,255,255,.28) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.28) 1px, transparent 1px);
  background-size:48px 48px;
  opacity:.5;
}

.pin{
  position:absolute;
  width:14px;
  height:14px;
  background:#ff8546;
  border-radius:50% 50% 50% 0;
  transform:rotate(-45deg);
  box-shadow:0 0 0 4px rgba(255,133,70,.15);
}

.pin::after{
  content:"";
  position:absolute;
  width:6px;
  height:6px;
  left:4px;
  top:4px;
  border-radius:50%;
  background:#fff;
}

.p1{top:24%; left:22%;}
.p2{top:39%; left:45%;}
.p3{top:58%; left:66%;}
.p4{top:34%; left:74%;}
.p5{top:71%; left:35%;}

.settings-area{
  background:#fff;
  padding:18px 16px;
  display:flex;
  flex-direction:column;
  gap:12px;
}

.setting-card{
  background:#fff;
  border:1px solid var(--line);
  border-radius:14px;
  padding:14px;
  box-shadow:0 8px 20px rgba(0,0,0,.05);
}

.setting-top,
.toggle-row{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:8px;
  color:#666;
  font-size:13px;
}

.setting-top{
  margin-bottom:10px;
}

.setting-line{
  width:100%;
  height:10px;
  border-radius:999px;
  background:#ececec;
  overflow:hidden;
  margin:8px 0;
}

.fill{
  display:block;
  height:100%;
  border-radius:999px;
  background:linear-gradient(90deg,#fbb184,#2bcf72);
}

.w80{ width:80%; }
.w62{ width:62%; }
.w88{ width:88%; }

.toggle{
  width:42px;
  height:22px;
  border-radius:999px;
  position:relative;
  display:inline-block;
}

.toggle.on{
  background:#29cf70;
}

.toggle.on::after{
  content:"";
  position:absolute;
  top:2px;
  right:2px;
  width:18px;
  height:18px;
  border-radius:50%;
  background:#fff;
  box-shadow:0 2px 8px rgba(0,0,0,.14);
}

/* PHONE */
.phone-mockup{
  position:absolute;
  left:clamp(0%, 8%, 9%);
  bottom:clamp(0px, 2vw, 18px);
  width:clamp(190px, 32vw, 335px);
  aspect-ratio:10 / 18.5;
  background:#101010;
  border:8px solid #1a1a1a;
  border-radius:36px;
  box-shadow:0 26px 60px rgba(0,0,0,.28);
  z-index:4;
  overflow:hidden;
}

.phone-notch{
  position:absolute;
  top:0;
  left:50%;
  transform:translateX(-50%);
  width:118px;
  height:24px;
  background:#1a1a1a;
  border-radius:0 0 16px 16px;
  z-index:6;
}

.phone-screen{
  width:100%;
  height:100%;
  background:#fff;
  position:relative;
}

.phone-topbar{
  height:54px;
  margin-top:8px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:0 18px;
  background:#2c3035;
  color:#fff;
  font-size:12px;
}

.phone-hero{
  position:relative;
  height:220px;
  overflow:hidden;
}

.phone-food-image{
  width:100%;
  height:100%;
  object-fit:cover;
}

.phone-hero-overlay{
  position:absolute;
  inset:0;
  background:linear-gradient(rgba(20,20,20,.18), rgba(20,20,20,.62));
}

.phone-hero-content{
  position:absolute;
  left:18px;
  right:18px;
  bottom:18px;
  z-index:2;
  color:#fff;
}

.phone-hero-content h3{
  font-size:24px;
  line-height:1.08;
  margin-bottom:10px;
  max-width:75%;
}

.phone-hero-content p{
  font-size:12px;
  line-height:1.45;
  color:rgba(255,255,255,.86);
  margin-bottom:12px;
  max-width:75%;
}

.phone-btn{
  display:inline-block;
  text-decoration:none;
  background:var(--orange);
  color:#fff;
  font-size:12px;
  font-weight:700;
  padding:10px 16px;
  border-radius:8px;
}

.phone-review{
  padding:18px 18px 58px 18px;
}

.phone-review h4{
  font-size:22px;
  line-height:1.15;
  margin-bottom:12px;
}

.stars{
  color:#ffc531;
  letter-spacing:2px;
  font-size:18px;
  margin-bottom:10px;
}

.phone-review p{
  font-size:12px;
  line-height:1.55;
  color:#777;
  margin-bottom:12px;
}

.review-user{
  display:flex;
  align-items:center;
  gap:10px;
  color:#595959;
  font-size:12px;
  font-weight:700;
}

.avatar{
  width:28px;
  height:28px;
  border-radius:50%;
  background:linear-gradient(135deg,#efc4a6,#825339);
}

.phone-bottom-nav{
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  height:42px;
  display:flex;
  align-items:center;
  justify-content:space-around;
  background:#fafafa;
  color:#9a9a9a;
  border-top:1px solid var(--line);
}

/* BOTTOM CARDS */
.design-section{
  margin-top:52px;
}

.design-header{
  max-width:760px;
  margin-bottom:24px;
}

.design-label{
  color:var(--red);
  text-transform:uppercase;
  letter-spacing:.14em;
  font-weight:700;
  font-size:12px;
  margin-bottom:10px;
}

.design-header h2{
  font-size:clamp(1.9rem, 3vw, 3rem);
  line-height:1.05;
  margin-bottom:12px;
}

.design-subtext{
  color:#6e6e6e;
  font-size:1rem;
  line-height:1.6;
}

.design-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit, minmax(240px, 1fr));
  gap:18px;
}

.design-card{
  background:#fff;
  border:1px solid var(--line);
  border-radius:22px;
  overflow:hidden;
  box-shadow:0 14px 34px rgba(0,0,0,.07);
  transition:transform .2s ease, box-shadow .2s ease;
}

.design-card:hover{
  transform:translateY(-4px);
  box-shadow:0 20px 40px rgba(0,0,0,.12);
}

.design-card-top{
  height:180px;
  background:linear-gradient(180deg,#f8f8f8 0%,#ececec 100%);
  display:flex;
  align-items:flex-end;
  justify-content:center;
  padding:18px;
}

.design-screen{
  width:76%;
  height:138px;
  border-radius:18px;
  border:6px solid #111;
  background:#212121;
  box-shadow:0 12px 25px rgba(0,0,0,.2);
  position:relative;
  overflow:hidden;
}

.design-screen::before{
  content:"";
  position:absolute;
  inset:10px;
  border-radius:10px;
  background:linear-gradient(135deg, rgba(255,255,255,.18), rgba(255,255,255,.02));
}

.design-screen.red::after,
.design-screen.green::after,
.design-screen.dark::after,
.design-screen.orange::after{
  content:"";
  position:absolute;
  left:14px;
  right:14px;
  bottom:16px;
  height:52px;
  border-radius:12px;
}

.design-screen.red::after{ background:linear-gradient(135deg,#ffc2c2,#dd4054); }
.design-screen.green::after{ background:linear-gradient(135deg,#cdf9d7,#2bc96d); }
.design-screen.dark::after{ background:linear-gradient(135deg,#757575,#1e1e1e); }
.design-screen.orange::after{ background:linear-gradient(135deg,#ffddb8,#ff9448); }

.design-card-body{
  padding:18px;
}

.design-card-body h3{
  font-size:1.08rem;
  margin-bottom:8px;
}

.design-card-body p{
  color:#6f6f6f;
  font-size:.95rem;
  line-height:1.55;
  margin-bottom:12px;
}

.design-tag{
  display:inline-block;
  padding:8px 12px;
  border-radius:999px;
  background:#f3f3f3;
  color:#555;
  font-size:.84rem;
  font-weight:700;
}

/* RESPONSIVE */
@media (max-width: 1100px){
  .hero-section{
    grid-template-columns:1fr;
    gap:36px;
  }

  .right-panel{
    min-height:560px;
  }
}

@media (max-width: 700px){
  .page{
    padding:20px 14px 50px;
  }

  .top-line{
    margin-bottom:22px;
  }

  .left-panel{
    padding:0;
  }

  .brand-top{
    font-size:12px;
    margin-bottom:14px;
  }

  .benefit-item{
    font-size:1.1rem;
  }

  .brand-name{
    font-size:1.15rem;
  }

  .right-panel{
    min-height:380px;
  }

  .desktop-mockup{
    width:94%;
    border-width:4px;
    border-radius:22px;
  }

  .desktop-header{
    padding:0 12px;
  }

  .desktop-nav{
    gap:8px;
    font-size:10px;
  }

  .settings-area{
    padding:10px 8px;
  }

  .setting-card{
    padding:10px;
    border-radius:10px;
  }

  .phone-mockup{
    width:clamp(170px, 46vw, 210px);
    left:2%;
    bottom:0;
    border-width:6px;
    border-radius:24px;
  }

  .phone-notch{
    width:86px;
    height:16px;
  }

  .phone-topbar{
    height:44px;
    padding:0 12px;
    font-size:10px;
  }

  .phone-hero{
    height:150px;
  }

  .phone-hero-content{
    left:12px;
    right:12px;
    bottom:12px;
  }

  .phone-hero-content h3{
    font-size:15px;
    max-width:100%;
  }

  .phone-hero-content p{
    font-size:9px;
    margin-bottom:8px;
    max-width:100%;
  }

  .phone-btn{
    padding:7px 10px;
    font-size:9px;
  }

  .phone-review{
    padding:12px 12px 44px 12px;
  }

  .phone-review h4{
    font-size:16px;
  }

  .stars{
    font-size:14px;
  }

  .phone-review p,
  .review-user{
    font-size:9px;
  }

  .avatar{
    width:22px;
    height:22px;
  }

  .phone-bottom-nav{
    height:34px;
    font-size:14px;
  }
}
.menu-transform{
  margin-top:20px;
  border-radius:22px;
  overflow:hidden;
  box-shadow:0 14px 34px rgba(0,0,0,.12);
}

.menu-transform img{
  width:100%;
  display:block;
  object-fit:cover;
}
.design-image{
  width:100%;
  height:100%;
  object-fit:cover;
  border-radius:16px;
}
@media (max-width:600px){
  .top-nav{
    position:static;
    display:flex;
    justify-content:flex-end;
    gap:8px;
    margin-bottom:12px;
  }

  .top-nav a{
    padding:8px 12px;
    font-size:.85rem;
    white-space:nowrap;
  }
}
@media (max-width:600px){
  .main-title{
    text-align:center;
  }

  .sub-title{
    text-align:center;
  }

  .left-panel{
    text-align:center;
  }
}
/* BOTTOM KIOSK PROMO */
.bottom-kiosk-promo{
  padding: 80px 24px 100px;
  background: #f6f1eb;
}

.bottom-kiosk-inner{
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 40px;
  align-items: center;
}

.bottom-kiosk-copy{
  background: rgba(255,255,255,0.72);
  border: 1px solid rgba(120,80,60,0.12);
  border-radius: 28px;
  padding: 42px 36px;
  box-shadow: 0 18px 40px rgba(60,35,20,0.08);
}

.bottom-kiosk-label{
  display: inline-block;
  margin: 0 0 16px;
  padding: 8px 14px;
  border-radius: 999px;
  background: #b86969;
  color: #fff;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.bottom-kiosk-copy h2{
  margin: 0 0 14px;
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1.08;
  color: #4f261f;
}

.bottom-kiosk-text{
  margin: 0 0 30px;
  font-size: 1.08rem;
  line-height: 1.7;
  color: #68463f;
  max-width: 620px;
}

.bottom-kiosk-points{
  display: grid;
  gap: 18px;
}

.bottom-kiosk-point{
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding: 16px 0;
  border-top: 1px solid rgba(120,80,60,0.12);
}

.bottom-kiosk-point:first-child{
  border-top: none;
  padding-top: 0;
}

.icon-circle{
  width: 52px;
  height: 52px;
  min-width: 52px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #f0e4d8;
  color: #5f342c;
  font-size: 1.2rem;
  font-weight: 700;
}

.bottom-kiosk-point h3{
  margin: 0 0 6px;
  font-size: 1.1rem;
  color: #4f261f;
}

.bottom-kiosk-point p{
  margin: 0;
  color: #6e524c;
  line-height: 1.65;
  font-size: 0.98rem;
}

.bottom-kiosk-visual img{
  width: 100%;
  display: block;
  border-radius: 28px;
  box-shadow: 0 18px 40px rgba(60,35,20,0.12);
}

@media (max-width: 980px){
  .bottom-kiosk-inner{
    grid-template-columns: 1fr;
  }

  .bottom-kiosk-copy{
    padding: 30px 22px;
  }
}

@media (max-width: 640px){
  .bottom-kiosk-promo{
    padding: 60px 16px 80px;
  }

  .bottom-kiosk-copy h2{
    font-size: 2rem;
  }

  .bottom-kiosk-text{
    font-size: 1rem;
  }

  .bottom-kiosk-point{
    gap: 12px;
  }

  .icon-circle{
    width: 46px;
    height: 46px;
    min-width: 46px;
  }
}
/* MANAGEMENT TOOLS SECTION */
.management-tools-section{
  padding: 70px 20px 100px;
  background: #f5f1eb;
}

.management-tools-wrap{
  max-width: 1320px;
  margin: 0 auto;
}

.management-top-image{
  margin-bottom: 28px;
}

.management-top-image img{
  width: 100%;
  display: block;
  border-radius: 28px;
  box-shadow: 0 18px 40px rgba(0,0,0,0.10);
}

.management-bottom-card{
  background: #f3eee8;
  border-radius: 28px;
  padding: 36px 34px;
  display: grid;
  grid-template-columns: 1.8fr 0.8fr;
  gap: 28px;
  align-items: start;
  box-shadow: 0 10px 30px rgba(0,0,0,0.06);
}

.management-left{
  padding-right: 24px;
  border-right: 1px solid rgba(230, 102, 0, 0.18);
}

.management-eyebrow{
  margin: 0 0 10px;
  color: #f06a00;
  font-size: 1.6rem;
  font-style: italic;
  text-align: center;
}

.management-left h2{
  margin: 0 0 26px;
  font-size: clamp(2rem, 3vw, 3rem);
  text-align: center;
  color: #1d1d1d;
}

.management-tools-grid{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.management-tool-box{
  background: #f7f3ee;
  border: 1px solid rgba(240,106,0,0.18);
  border-radius: 20px;
  padding: 24px 18px;
  text-align: center;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.management-tool-box:hover{
  transform: translateY(-4px);
  box-shadow: 0 12px 24px rgba(0,0,0,0.08);
}

.management-icon{
  font-size: 2rem;
  margin-bottom: 14px;
}

.management-tool-box h3{
  margin: 0 0 10px;
  font-size: 1.15rem;
  line-height: 1.35;
  color: #1f1f1f;
}

.management-tool-box p{
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.7;
  color: #555;
}

.tech-support-link{
  text-decoration: none;
  color: inherit;
  display: block;
}

.management-right{
  background: #f3eee8;
  border-radius: 24px;
  min-height: 100%;
  padding: 26px 22px;
  text-align: center;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.tech-support-link:hover .management-right{
  transform: translateY(-4px);
  box-shadow: 0 12px 26px rgba(0,0,0,0.08);
}

.support-avatar-wrap{
  position: relative;
  width: 120px;
  height: 120px;
  margin: 0 auto 20px;
  display: grid;
  place-items: center;
}

.support-avatar{
  width: 110px;
  height: 110px;
  object-fit: contain;
  position: relative;
  z-index: 2;
}

.support-ping{
  position: absolute;
  width: 118px;
  height: 118px;
  border-radius: 50%;
  background: rgba(240,106,0,0.14);
  animation: supportPulse 1.8s infinite ease-out;
}

@keyframes supportPulse{
  0%{
    transform: scale(0.9);
    opacity: 0.9;
  }
  70%{
    transform: scale(1.25);
    opacity: 0;
  }
  100%{
    transform: scale(1.25);
    opacity: 0;
  }
}

.management-right h3{
  margin: 0 0 12px;
  font-size: 2rem;
  color: #151515;
}

.management-right p{
  margin: 0 0 24px;
  font-size: 1.05rem;
  color: #444;
  line-height: 1.7;
}

.tech-support-btn{
  background: #ff6200;
  color: #fff;
  border-radius: 16px;
  padding: 18px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  font-weight: 700;
  font-size: 1.5rem;
  box-shadow: 0 10px 20px rgba(255,98,0,0.22);
}

.tech-support-btn .arrow{
  font-size: 1.6rem;
  line-height: 1;
}

@media (max-width: 1100px){
  .management-bottom-card{
    grid-template-columns: 1fr;
  }

  .management-left{
    border-right: none;
    padding-right: 0;
  }

  .management-tools-grid{
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 700px){
  .management-tools-section{
    padding: 55px 14px 80px;
  }

  .management-bottom-card{
    padding: 24px 18px;
  }

  .management-tools-grid{
    grid-template-columns: 1fr;
  }

  .management-left h2{
    font-size: 2rem;
  }

  .management-right h3{
    font-size: 1.6rem;
  }

  .tech-support-btn{
    font-size: 1.15rem;
    padding: 15px 16px;
  }
}