@import url("https://fonts.googleapis.com/css2?family=Alexandria:wght@400;500;600;700;800&family=Tajawal:wght@400;500;700;800&display=swap");

:root{
  --bg:#f3f3f3;
  --card:#fff;
  --ink:#101317;
  --muted:#747b85;
  --line:#e0e4e8;
  --brand:#111417;
  --accent:#f46f2a;
  --green:#138348;
  --shadow:0 26px 65px rgba(25,30,35,.13);
}
*{box-sizing:border-box}
html,body{min-height:100%}
body{
  margin:0;
  font-family:Tahoma,Arial,sans-serif;
  color:var(--ink);
  background:
    radial-gradient(circle at 50% 34%,rgba(255,255,255,.95),rgba(243,243,243,.78) 37%,#efefef 75%);
}
button,input{font:inherit}
a{text-decoration:none;color:inherit}
.entryPage{min-height:100vh}
.entryWrap{min-height:100vh;display:grid;place-items:center;padding:34px 16px}
.entryCard{
  width:min(510px,100%);
  background:rgba(255,255,255,.97);
  border:1px solid rgba(222,226,230,.95);
  border-radius:26px;
  padding:28px;
  box-shadow:var(--shadow);
}
.tukiTopBrand{
  text-align:center;
  font-size:42px;
  line-height:1;
  font-weight:1000;
  letter-spacing:-1.5px;
  color:#111417;
  padding:2px 0 22px;
  border-bottom:1px solid #eef0f2;
}
.entryIntro{padding:23px 0 15px}
.entryEyebrow{
  display:inline-flex;padding:6px 10px;border-radius:999px;
  background:#fff4e7;border:1px solid #f1d2af;color:#9c591d;
  font-size:10px;font-weight:900
}
.entryIntro h1{margin:12px 0 6px;font-size:27px;line-height:1.25}
.entryIntro p{margin:0;color:var(--muted);font-size:11px;line-height:1.8}
.entryForm{display:grid;gap:12px}
.entryForm label>span{display:block;margin:0 2px 6px;font-size:11px;font-weight:900}
.entryForm input{
  width:100%;height:51px;border:1px solid var(--line);border-radius:14px;
  background:#fff;outline:0;padding:0 14px;color:#111;transition:.18s ease
}
.entryForm input:focus{border-color:#b9c0c8;box-shadow:0 0 0 4px rgba(17,20,23,.05)}
.entryPrimary{
  width:100%;height:51px;border:0;border-radius:14px;color:#fff;font-weight:900;
  background:linear-gradient(180deg,#ff762f,#f15f19);
  cursor:pointer;box-shadow:0 10px 19px rgba(240,95,25,.18)
}
.entryPrimary:disabled{opacity:.58;cursor:not-allowed}
.entryNotice{border-radius:12px;padding:10px 12px;margin-bottom:12px;font-size:10px;font-weight:800;line-height:1.7}
.entryError{background:#fff0f0;border:1px solid #efcaca;color:#aa3434}
.entryDivider{display:flex;align-items:center;gap:10px;margin:19px 0 13px;color:#a0a5ab;font-size:10px}
.entryDivider:before,.entryDivider:after{content:"";height:1px;background:#e9ebee;flex:1}
.entryOptions{display:grid;gap:9px}
.entryOption{
  min-height:72px;display:grid;grid-template-columns:42px 1fr auto;align-items:center;gap:11px;
  border:1px solid var(--line);border-radius:15px;background:#fff;padding:10px 12px;transition:.16s ease
}
.entryOption:hover{transform:translateY(-1px);border-color:#cfd4da;box-shadow:0 8px 18px rgba(17,20,23,.05)}
.entryOption.demoOption{background:#fbfaf7;border-color:#e9dec8}
.optionIcon{width:40px;height:40px;border-radius:12px;display:grid;place-items:center;background:#f5f6f7;font-size:17px}
.demoOption .optionIcon{background:#fff2db}
.entryOption strong{display:block;font-size:12px}
.entryOption span{display:block;color:#7a818b;margin-top:4px;font-size:9px;line-height:1.55}
.entryOption>b{font-size:18px;color:#979da5}
.entryAbout{
  margin:13px auto 0;min-height:38px;display:flex;align-items:center;justify-content:center;
  border-radius:12px;color:#555d66;font-size:10px;font-weight:900
}
.entryAbout:hover{background:#f6f7f8}
.entryFooter{
  margin-top:13px;padding-top:14px;border-top:1px solid #eef0f2;
  display:flex;justify-content:space-between;gap:10px;flex-wrap:wrap;color:#a0a5ac;font-size:8px
}
.restaurantChooser{margin-top:14px;border:1px solid var(--line);border-radius:16px;padding:12px;background:#f9fafb}
.chooserHead strong{display:block;font-size:12px}
.chooserHead span{display:block;margin-top:3px;color:#7c838d;font-size:9px}
.restaurantChooserList{display:grid;gap:8px;margin-top:10px}
.restaurantChoice{
  border:1px solid #dfe3e7;border-radius:12px;padding:11px;background:#fff;cursor:pointer;
  display:flex;justify-content:space-between;align-items:center;text-align:right
}
.restaurantChoice strong{display:block;font-size:11px}
.restaurantChoice small{display:block;margin-top:3px;color:#7a818a;font-size:9px}
.restaurantChoice span{font-size:17px;color:#939aa2}
@media(max-width:560px){
  .entryCard{padding:20px;border-radius:22px}
  .entryIntro h1{font-size:24px}
  .entryWrap{padding:18px 11px}
  .tukiTopBrand{font-size:38px}
}


/* =========================================================
   V10.4.0 — TuKi service illustrations on main entry
   ========================================================= */

.illustratedEntry{
  width:min(1080px,100%) !important;
  padding:26px !important;
}

.illustratedEntry .tukiTopBrand{
  font-size:48px;
  padding-bottom:20px;
}

.entryMainGrid{
  display:grid;
  grid-template-columns:minmax(0,1.08fr) minmax(390px,.92fr);
  gap:24px;
  align-items:stretch;
  padding-top:22px;
}

.serviceShowcase{
  position:relative;
  overflow:hidden;
  min-height:590px;
  border:1px solid #e3e7ec;
  border-radius:22px;
  padding:16px;
  background:
    radial-gradient(circle at 18% 18%,rgba(47,114,218,.11),transparent 28%),
    radial-gradient(circle at 88% 16%,rgba(248,129,42,.12),transparent 26%),
    linear-gradient(180deg,#f9fbfe,#f5f8fb);
}

.serviceHeroFrame{
  border-radius:18px;
  overflow:hidden;
  background:#eef4fa;
  border:1px solid rgba(210,220,231,.88);
  box-shadow:0 14px 34px rgba(38,63,89,.08);
}

.serviceHeroImage{
  width:100%;
  display:block;
  aspect-ratio:1.43/1;
  object-fit:cover;
  object-position:center;
}

.showcaseText{
  padding:18px 5px 9px;
}

.showcaseEyebrow{
  display:inline-flex;
  padding:6px 10px;
  border-radius:999px;
  background:#eef5ff;
  border:1px solid #d9e7f8;
  color:#34618f;
  font-size:10px;
  font-weight:900;
}

.showcaseText h2{
  margin:10px 0 7px;
  font-size:24px;
  line-height:1.35;
}

.showcaseText p{
  margin:0;
  color:#6d7681;
  font-size:11px;
  line-height:1.9;
}

.serviceChips{
  display:flex;
  flex-wrap:wrap;
  gap:7px;
  padding:8px 4px 2px;
}

.serviceChips span{
  padding:7px 10px;
  border-radius:999px;
  border:1px solid #e0e5ea;
  background:#fff;
  color:#4f5863;
  font-size:9px;
  font-weight:900;
}

.loginSide{
  min-width:0;
}

.loginSide .entryIntro{
  padding-top:5px;
}

.serviceFlow{
  margin-top:22px;
  padding-top:22px;
  border-top:1px solid #eceff2;
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:10px;
}

.serviceFlowCard{
  position:relative;
  overflow:hidden;
  min-height:180px;
  border:1px solid #e2e6eb;
  border-radius:17px;
  background:#fff;
  padding:10px;
  text-align:center;
}

.serviceFlowCard img{
  width:100%;
  height:86px;
  object-fit:cover;
  object-position:center;
  border-radius:12px;
  background:#f6f8fa;
  margin-bottom:9px;
}

.serviceFlowCard strong{
  display:block;
  font-size:11px;
}

.serviceFlowCard span{
  display:block;
  margin-top:4px;
  color:#7a828c;
  font-size:8px;
  line-height:1.55;
}

.flowNumber{
  position:absolute;
  top:7px;
  right:7px;
  z-index:2;
  width:24px;
  height:24px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:#111417;
  color:#fff;
  border:2px solid #fff;
  font-size:9px;
  font-weight:900;
  box-shadow:0 5px 12px rgba(17,20,23,.18);
}

@media(max-width:900px){
  .entryMainGrid{
    grid-template-columns:1fr;
  }

  .serviceShowcase{
    min-height:auto;
  }

  .serviceFlow{
    grid-template-columns:1fr 1fr;
  }
}

@media(max-width:560px){
  .illustratedEntry{
    padding:16px !important;
  }

  .illustratedEntry .tukiTopBrand{
    font-size:40px;
  }

  .serviceShowcase{
    padding:10px;
  }

  .showcaseText h2{
    font-size:20px;
  }

  .serviceFlow{
    grid-template-columns:1fr 1fr;
    gap:8px;
  }

  .serviceFlowCard{
    min-height:165px;
  }
}

html,body,button,input,select,textarea{font-family:"Alexandria","Segoe UI",Tahoma,Arial,sans-serif!important}


/* =========================================================
   V10.8.0 — Unified restaurant entry
   ========================================================= */
.entryChoiceHint{
  margin:2px 2px 9px;
  color:#6f7884;
  font-size:9px;
  font-weight:800;
}
.entryOption.demoOption{
  background:linear-gradient(180deg,#fffaf5,#fff);
  border-color:#f2d6b7;
}
.entryOption.demoOption .optionIcon{
  background:#fff0dc;
}
.entryOption:hover{
  transform:translateY(-1px);
  box-shadow:0 8px 20px rgba(17,24,39,.06);
}
.entryPrimary{
  min-height:50px;
}

/* V10.12.0 — real-account demo credentials */
.demoCredentialsCard{
  display:grid;grid-template-columns:46px 1fr;gap:12px;align-items:start;
  border:1px solid #f0d2aa;background:linear-gradient(135deg,#fffaf3,#fff);
  border-radius:16px;padding:13px;margin-bottom:10px
}
.demoCredentialsText>strong{display:block;font-size:11px;margin:1px 0 4px}
.demoCredentialsText>span{display:block;font-size:8px;color:#7d8490;line-height:1.7}
.demoCredentialRows{display:grid;grid-template-columns:1fr 1fr;gap:7px;margin-top:10px}
.demoCredentialRows>div{
  min-width:0;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:6px;
  border:1px solid #e5e8ec;background:#fff;border-radius:10px;padding:7px
}
.demoCredentialRows small{font-size:7px;color:#8a929c;font-weight:800}
.demoCredentialRows code{direction:ltr;text-align:left;font-family:Consolas,monospace;font-size:9px;font-weight:800;overflow:hidden;text-overflow:ellipsis}
.demoCredentialRows button{border:0;background:#111418;color:#fff;border-radius:7px;padding:6px 8px;font-size:7px;font-weight:900;cursor:pointer}
@media(max-width:620px){.demoCredentialRows{grid-template-columns:1fr}}


/* =========================================================
   V10.15.1 — Direct-order premium marketing
   ========================================================= */
.directValueSection{
  margin-top:24px;padding:34px;border-radius:24px;border:1px solid #e1e5e9;
  background:linear-gradient(145deg,#0f1216,#171b20);color:#fff;position:relative;overflow:hidden
}
.directValueSection:before{content:"";position:absolute;width:360px;height:360px;border-radius:50%;background:rgba(244,111,42,.13);left:-150px;top:-170px;filter:blur(4px)}
.directValueHead{position:relative;max-width:760px;margin:auto;text-align:center}
.directValueHead>span{display:inline-flex;padding:7px 11px;border:1px solid rgba(255,255,255,.14);border-radius:999px;background:rgba(255,255,255,.07);font-size:9px;font-weight:900;color:#ffd5b8}
.directValueHead h2{font-size:30px;line-height:1.35;margin:13px 0 8px;letter-spacing:-.8px}
.directValueHead p{margin:0 auto;color:#b9c0c8;font-size:11px;line-height:2;max-width:700px}
.valueComparison{position:relative;display:grid;grid-template-columns:1fr 42px 1fr;gap:12px;align-items:center;margin:28px 0 18px}
.comparisonCard{min-height:175px;padding:22px;border-radius:19px;border:1px solid rgba(255,255,255,.11)}
.mutedCompare{background:#181c21;color:#d9dde1}.tukiCompare{background:linear-gradient(145deg,#fff7ef,#fff);color:#111417;border-color:#f0d4bb}
.compareIcon{width:54px;height:54px;border-radius:16px;display:grid;place-items:center;background:rgba(255,255,255,.09);font-weight:1000;font-size:16px;margin-bottom:14px}
.tukiCompare .compareIcon{background:#111417;color:#fff;font-size:12px}
.comparisonCard strong{display:block;font-size:16px;margin-bottom:8px}.comparisonCard p{margin:0;font-size:10px;line-height:1.9;opacity:.78}
.compareArrow{font-size:26px;text-align:center;color:#f7a76e}
.valueGrid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-top:16px}
.valueGrid article{padding:16px;border-radius:16px;border:1px solid rgba(255,255,255,.1);background:rgba(255,255,255,.045);display:flex;gap:10px;align-items:flex-start}
.valueGrid i{font-style:normal;font-size:21px}.valueGrid strong{display:block;font-size:10px}.valueGrid span{display:block;color:#aeb6bf;font-size:8px;line-height:1.75;margin-top:4px}
.privacyNote{margin-top:12px;padding:16px 18px;border:1px solid rgba(104,211,145,.18);background:rgba(27,105,67,.13);border-radius:16px;display:flex;gap:12px;align-items:flex-start}
.privacyNote>span{font-size:24px}.privacyNote strong{display:block;font-size:11px;color:#dcfce7}.privacyNote p{margin:5px 0 0;color:#a9c8b6;font-size:8px;line-height:1.8}
.marketingCta{margin-top:14px;padding:18px;border-radius:17px;background:#fff;color:#111417;display:flex;justify-content:space-between;align-items:center;gap:16px}
.marketingCta strong{display:block;font-size:13px}.marketingCta span{display:block;margin-top:4px;color:#6c747d;font-size:9px;line-height:1.65}
.marketingCta a{flex:none;padding:11px 15px;border-radius:12px;background:#f46f2a;color:#fff;font-size:10px;font-weight:900;box-shadow:0 8px 18px rgba(244,111,42,.22)}
@media(max-width:900px){.valueGrid{grid-template-columns:1fr 1fr}.directValueSection{padding:24px}.directValueHead h2{font-size:25px}}
@media(max-width:620px){.directValueSection{padding:18px;border-radius:19px}.directValueHead h2{font-size:22px}.valueComparison{grid-template-columns:1fr}.compareArrow{transform:rotate(-90deg)}.valueGrid{grid-template-columns:1fr}.marketingCta{align-items:stretch;flex-direction:column}.marketingCta a{text-align:center}.comparisonCard{min-height:auto}}


/* =========================================================
   V10.15.2 — Unified login + marketing page
   ========================================================= */
.platformMerged{margin-top:24px;padding:34px;border:1px solid #e1e5e9;border-radius:24px;background:#fff;overflow:hidden}
.platformMergedHead{text-align:center;max-width:820px;margin:0 auto 24px}.platformMergedHead>span{display:inline-flex;padding:7px 11px;border-radius:999px;background:#eef7f1;color:#147344;font-size:9px;font-weight:900}.platformMergedHead h2{font-size:27px;line-height:1.4;margin:12px 0 8px;letter-spacing:-.6px}.platformMergedHead p{margin:0;color:#6f7883;font-size:10px;line-height:2}
.launchJourney{display:grid;grid-template-columns:1fr 28px 1fr 28px 1fr 28px 1fr;gap:8px;align-items:stretch;margin:18px 0 26px}.launchJourney article{border:1px solid #e4e7eb;background:#fafbfc;border-radius:17px;padding:16px;min-width:0}.launchJourney article i{width:29px;height:29px;border-radius:9px;background:#111417;color:#fff;display:grid;place-items:center;font-style:normal;font-weight:900;font-size:9px}.launchJourney article strong{display:block;font-size:11px;margin-top:11px}.launchJourney article span{display:block;color:#79828d;font-size:8px;line-height:1.75;margin-top:4px}.launchJourney>b{display:grid;place-items:center;color:#d49a45}.launchJourney .launchAccent{background:linear-gradient(145deg,#111417,#232930);color:#fff;border-color:#111417}.launchJourney .launchAccent i{background:#f4a52d}.launchJourney .launchAccent span{color:#bdc5ce}
.mergedFeatureGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.mergedFeatureGrid article{border:1px solid #e4e7eb;border-radius:17px;padding:17px;background:#fff;box-shadow:0 8px 22px rgba(17,24,39,.035)}.mergedFeatureGrid article>div{font-size:23px}.mergedFeatureGrid h3{font-size:12px;margin:10px 0 5px}.mergedFeatureGrid p{font-size:8.5px;color:#737d88;line-height:1.8;margin:0}
.fixedFeeBanner{margin-top:16px;padding:20px;border-radius:19px;background:linear-gradient(145deg,#101318,#1c2127);color:#fff;display:grid;grid-template-columns:58px 1fr auto;gap:15px;align-items:center}.fixedFeeIcon{width:58px;height:58px;border-radius:17px;background:#f4a52d;color:#111417;display:grid;place-items:center;font-size:22px;font-weight:1000}.fixedFeeBanner span{font-size:8px;color:#ffc976;font-weight:900}.fixedFeeBanner h3{font-size:15px;margin:4px 0}.fixedFeeBanner p{margin:0;color:#b8c0c9;font-size:8.5px;line-height:1.8}.fixedFeeBanner a{padding:11px 14px;border-radius:11px;background:#fff;color:#111417;font-size:9px;font-weight:900;white-space:nowrap}
.mergedFlowBlock{margin-top:16px;border:1px solid #e2e6ea;border-radius:19px;padding:19px;background:#f8fafb}.mergedFlowTitle{text-align:center}.mergedFlowTitle h2{font-size:20px;margin:0 0 5px}.mergedFlowTitle p{margin:0;color:#7b8490;font-size:8px}.mergedFlow{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin-top:14px}.mergedFlow span{background:#fff;border:1px solid #e2e6ea;border-radius:14px;padding:12px;text-align:center;font-size:9px;font-weight:900}.mergedFlow b{width:25px;height:25px;border-radius:8px;background:#111417;color:#fff;display:grid;place-items:center;margin:0 auto 7px;font-size:8px}.mergedFlow small{display:block;color:#8b949e;font-size:7px;margin-top:4px;font-weight:600}
.integrationMerged{margin-top:16px;border:1px solid #edd7b7;border-radius:19px;background:#fffaf2;padding:20px;display:grid;grid-template-columns:1.2fr .8fr;gap:18px;align-items:center}.integrationMerged>div>span{font-size:8px;color:#a16b22;font-weight:900}.integrationMerged h3{font-size:15px;margin:5px 0}.integrationMerged p{margin:0;color:#776d62;font-size:8.5px;line-height:1.8}.integrationPills{display:flex;flex-wrap:wrap;gap:7px;justify-content:center}.integrationPills span{padding:7px 9px;background:#fff;border:1px solid #eadfce;border-radius:999px;color:#4f5359;font-size:8px;font-weight:900}
@media(max-width:900px){.mergedFeatureGrid{grid-template-columns:1fr 1fr}.launchJourney{grid-template-columns:1fr 20px 1fr}.launchJourney>b:nth-of-type(2){display:none}.launchJourney article:nth-of-type(3){grid-column:1}.launchJourney article:nth-of-type(4){grid-column:3}.integrationMerged{grid-template-columns:1fr}}
@media(max-width:620px){.platformMerged{padding:18px;border-radius:19px}.platformMergedHead h2{font-size:21px}.launchJourney{grid-template-columns:1fr}.launchJourney>b{transform:rotate(-90deg);height:18px}.launchJourney article:nth-of-type(3),.launchJourney article:nth-of-type(4){grid-column:auto}.mergedFeatureGrid{grid-template-columns:1fr}.fixedFeeBanner{grid-template-columns:44px 1fr}.fixedFeeIcon{width:44px;height:44px;border-radius:13px;font-size:18px}.fixedFeeBanner a{grid-column:1/-1;text-align:center}.mergedFlow{grid-template-columns:1fr 1fr}}


/* =========================================================
   V10.15.4 — Clean compact comparison cards
   ========================================================= */
.smartCompareGrid{
  direction:rtl;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px;
  margin:26px 0 18px;
  align-items:stretch;
}
.smartCompareCard{
  min-width:0;
  border-radius:22px;
  padding:24px;
  border:1px solid rgba(255,255,255,.12);
  overflow:hidden;
}
.smartCompareCard.tukiSide{
  grid-column:1;
  background:#fff;
  color:#111417;
  border-color:#ead8c6;
  box-shadow:0 14px 36px rgba(0,0,0,.09);
}
.smartCompareCard.otherSide{
  grid-column:2;
  background:#191e24;
  color:#fff;
  border-color:#343b44;
}
.smartCompareHead{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  margin-bottom:18px;
}
.smartCompareHead>div{min-width:0}
.smartCompareHead h3{
  margin:8px 0 0;
  font-family:"Alexandria","Tajawal","Segoe UI",Tahoma,Arial,sans-serif!important;
  font-size:22px;
  line-height:1.3;
  font-weight:800;
  letter-spacing:-.35px;
}
.smartCompareBadge{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:30px;
  padding:0 11px;
  border-radius:999px;
  background:#111417;
  color:#fff;
  font-size:9px;
  font-weight:800;
}
.otherSide .smartCompareBadge{background:#303740;color:#fff}
.compareMark{
  width:42px;height:42px;border-radius:13px;display:grid;place-items:center;
  flex:none;font-size:20px;font-weight:900;
}
.compareMark.good{background:#e7f7ee;color:#147a48}
.compareMark.bad{background:#fff0df;color:#b76500}
.comparePoints{
  list-style:none!important;
  margin:0!important;
  padding:0!important;
  display:grid;
  gap:10px;
}
.comparePoints li{
  position:relative;
  padding:11px 42px 11px 12px;
  border-radius:13px;
  font-family:"Alexandria","Tajawal","Segoe UI",Tahoma,Arial,sans-serif!important;
  font-size:11px;
  line-height:1.65;
  font-weight:700;
}
.tukiSide .comparePoints li{background:#faf8f5;border:1px solid #eee5db}
.otherSide .comparePoints li{background:#22282f;border:1px solid #353d46;color:#f1f4f7}
.tukiSide .comparePoints li:before,
.otherSide .comparePoints li:before{
  position:absolute;right:13px;top:50%;transform:translateY(-50%);
  width:20px;height:20px;border-radius:50%;display:grid;place-items:center;
  font-size:11px;font-weight:900;
}
.tukiSide .comparePoints li:before{content:"✓";background:#e7f7ee;color:#147a48}
.otherSide .comparePoints li:before{content:"−";background:#3a2b20;color:#ffb765}
@media(max-width:760px){
  .smartCompareGrid{grid-template-columns:1fr;gap:12px}
  .smartCompareCard.tukiSide,.smartCompareCard.otherSide{grid-column:1}
  .smartCompareCard{padding:18px}
  .smartCompareHead h3{font-size:18px}
  .comparePoints li{font-size:10px}
}
\n/* V10.15.5 — Solutions-only marketing section */
.solutionGrid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
  margin:26px 0 22px;
}
.solutionCard{
  display:grid;
  grid-template-columns:42px 1fr;
  gap:12px;
  align-items:start;
  min-height:142px;
  padding:18px;
  border:1px solid rgba(255,255,255,.10);
  border-radius:18px;
  background:rgba(255,255,255,.045);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.035);
}
.solutionCard>span{
  width:38px;height:38px;border-radius:12px;
  display:grid;place-items:center;
  background:#fff;color:#111418;
  font-size:11px;font-weight:900;
}
.solutionCard strong{display:block;color:#fff;font-size:15px;line-height:1.45;margin:1px 0 7px;font-weight:900}
.solutionCard p{margin:0;color:#bcc3cc;font-size:11px;line-height:1.9;font-weight:500}
@media(max-width:900px){.solutionGrid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:620px){.solutionGrid{grid-template-columns:1fr}.solutionCard{min-height:auto}}


/* =========================================================
   V10.15.6 — Compact benefits: main card right, mini cards left
   ========================================================= */
.compactBenefitLayout{
  direction:rtl;
  display:grid;
  grid-template-columns:minmax(0,1.15fr) minmax(0,.85fr);
  gap:14px;
  margin:24px 0 16px;
  align-items:stretch;
}
.compactBenefitMain{
  grid-column:1;
  padding:18px;
  border-radius:19px;
  background:#fff;
  color:#111417;
  border:1px solid #ead8c6;
  box-shadow:0 12px 30px rgba(0,0,0,.08);
}
.compactBenefitHead{display:flex;align-items:center;gap:11px;margin-bottom:12px}
.compactBenefitHead>span{
  width:46px;height:46px;border-radius:13px;background:#111417;color:#fff;
  display:grid;place-items:center;font-size:10px;font-weight:900;flex:none
}
.compactBenefitHead strong{display:block;font-size:14px;line-height:1.4}
.compactBenefitHead small{display:block;color:#7c858f;font-size:8px;margin-top:3px}
.compactBenefitPoints{display:grid;grid-template-columns:1fr 1fr;gap:8px}
.compactBenefitPoints article{
  min-width:0;display:flex;align-items:flex-start;gap:8px;padding:9px 10px;
  border-radius:12px;background:#faf8f5;border:1px solid #eee5db
}
.compactBenefitPoints article>b{
  width:20px;height:20px;border-radius:50%;background:#e7f7ee;color:#147a48;
  display:grid;place-items:center;flex:none;font-size:10px
}
.compactBenefitPoints strong{display:block;font-size:10px;line-height:1.45}
.compactBenefitPoints span{display:block;color:#747c85;font-size:7.5px;line-height:1.65;margin-top:2px}
.compactBenefitExtras{
  grid-column:2;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:9px;
}
.compactBenefitExtras article{
  min-width:0;padding:13px;border-radius:15px;border:1px solid rgba(255,255,255,.10);
  background:rgba(255,255,255,.045);display:flex;gap:8px;align-items:flex-start
}
.compactBenefitExtras i{font-style:normal;font-size:18px;line-height:1}
.compactBenefitExtras strong{display:block;color:#fff;font-size:9.5px;line-height:1.4}
.compactBenefitExtras span{display:block;color:#aeb6bf;font-size:7.4px;line-height:1.65;margin-top:3px}
@media(max-width:900px){
  .compactBenefitLayout{grid-template-columns:1fr}
  .compactBenefitMain,.compactBenefitExtras{grid-column:1}
}
@media(max-width:620px){
  .compactBenefitLayout{margin-top:18px}
  .compactBenefitMain{padding:14px}
  .compactBenefitPoints{grid-template-columns:1fr}
  .compactBenefitExtras{grid-template-columns:1fr 1fr}
}
@media(max-width:430px){.compactBenefitExtras{grid-template-columns:1fr}}


/* =========================================================
   V10.20.4 — Focused home/login redesign
   ========================================================= */
.tukiStorePreview{
  min-height:0;
  display:grid;
  grid-template-columns:minmax(0,1fr) 290px;
  gap:20px;
  align-items:center;
  background:
    radial-gradient(circle at 14% 15%,rgba(213,154,53,.11),transparent 26%),
    linear-gradient(145deg,#fafbfc,#f3f6f8);
}
.storePreviewCopy{min-width:0}
.storePreviewCopy h2{
  margin:12px 0 9px;
  font-size:28px;
  line-height:1.38;
  letter-spacing:-.45px;
}
.storePreviewCopy p{
  margin:0;
  color:#68717c;
  font-size:11px;
  line-height:1.95;
}
.storeBenefits{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:8px;
  margin-top:16px;
}
.storeBenefits span{
  display:flex;
  align-items:center;
  min-height:38px;
  border:1px solid #e2e6ea;
  background:#fff;
  border-radius:11px;
  padding:8px 10px;
  color:#424a54;
  font-size:8.5px;
  font-weight:900;
}

.phoneStage{display:grid;justify-items:center;gap:10px}
.phoneMock{
  width:246px;
  padding:8px;
  border-radius:38px;
  background:#111418;
  box-shadow:0 22px 44px rgba(17,20,24,.20);
  border:2px solid #262b31;
  position:relative;
}
.phoneSpeaker{
  position:absolute;
  width:78px;height:20px;
  border-radius:0 0 13px 13px;
  background:#111418;
  top:7px;left:50%;transform:translateX(-50%);
  z-index:3;
}
.phoneScreen{
  overflow:hidden;
  border-radius:30px;
  background:#f8f8f6;
  min-height:485px;
  padding:13px 12px 14px;
}
.phoneStatus{display:flex;justify-content:space-between;font-size:7px;font-weight:900;padding:2px 5px 12px}
.phoneRestaurantHead{display:flex;align-items:center;gap:8px;padding:4px 1px 10px}
.phoneRestaurantHead>div:last-child{display:grid}
.phoneRestaurantHead strong{font-size:11px}
.phoneRestaurantHead small{font-size:6.5px;color:#7f8790;margin-top:2px}
.phoneLogo{
  width:34px;height:34px;border-radius:11px;
  background:#111418;color:#e3b25a;display:grid;place-items:center;
  font-size:15px;font-weight:1000
}
.phoneHero{
  min-height:112px;
  padding:14px;
  border-radius:18px;
  background:linear-gradient(145deg,#171b20,#303842);
  color:#fff;
  display:grid;align-content:center;
}
.phoneHero span{font-size:6.5px;color:#f7c676;font-weight:900}
.phoneHero strong{font-size:13px;line-height:1.45;margin:5px 0}
.phoneHero small{font-size:6.5px;color:#d2d7dc}


/* V10.20.5 — Replace hero banner with meal visual */
.phoneHeroMeal{
  min-height:112px;
  padding:10px 12px;
  border-radius:18px;
  background:linear-gradient(145deg,#fff7ed,#fff);
  color:#111827;
  display:grid;
  grid-template-columns:78px 1fr;
  gap:10px;
  align-items:center;
  border:1px solid #f2dcc2;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.65);
}
.phoneMealVisual{
  width:78px;
  height:78px;
  border-radius:18px;
  background:radial-gradient(circle at 30% 25%,#fff, #ffe5c8 58%, #ffd4a8 100%);
  display:grid;
  place-items:center;
  position:relative;
  overflow:hidden;
}
.mealPlate{
  width:64px;
  height:64px;
  border-radius:50%;
  background:linear-gradient(180deg,#fff,#fff7ef);
  box-shadow:0 6px 14px rgba(203,117,23,.15);
  display:grid;
  place-items:center;
  position:relative;
}
.mealPlate::after{
  content:'';
  position:absolute;
  inset:6px;
  border-radius:50%;
  border:2px dashed rgba(244,111,42,.18);
}
.mealBurger,.mealNoodles{
  position:absolute;
  font-size:22px;
  line-height:1;
  z-index:1;
  filter:drop-shadow(0 4px 4px rgba(0,0,0,.12));
}
.mealBurger{right:7px;bottom:9px;transform:rotate(-8deg)}
.mealNoodles{left:8px;top:10px;transform:rotate(8deg)}
.phoneHeroText{display:grid;gap:3px;min-width:0}
.phoneHeroText span{font-size:6.5px;color:#c56a20;font-weight:1000}
.phoneHeroText strong{font-size:11px;line-height:1.45;margin:0;color:#111827}
.phoneHeroText small{font-size:6.2px;color:#6b7280}
.phoneCategories{display:flex;gap:5px;padding:12px 0 8px;overflow:hidden}
.phoneCategories span{white-space:nowrap;border:1px solid #e4e7e9;background:#fff;border-radius:999px;padding:5px 7px;font-size:6px;font-weight:900}
.phoneCategories .active{background:#111418;color:#fff;border-color:#111418}
.phoneProduct{
  display:grid;
  grid-template-columns:52px 1fr 24px;
  gap:8px;align-items:center;
  background:#fff;border:1px solid #e6e8ea;border-radius:13px;
  padding:7px;margin-bottom:7px;
}
.fakeFood{width:52px;height:52px;border-radius:10px;display:grid;place-items:center;font-size:28px;background:#fff3dd}
.fakeFood.fries{background:#fff0e3}
.phoneProduct>div:nth-child(2){display:grid;gap:2px;min-width:0}
.phoneProduct strong{font-size:8px}
.phoneProduct small{font-size:5.8px;color:#858c95;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.phoneProduct b{font-size:7px;color:#111}
.phoneProduct button{
  width:24px;height:24px;border-radius:8px;border:0;background:#f46f2a;color:#fff;font-weight:1000
}
.phoneCart{
  display:flex;justify-content:space-between;align-items:center;
  background:#111418;color:#fff;border-radius:12px;padding:10px 11px;
  font-size:7.5px;font-weight:900;margin-top:10px
}
.directLinkBadge{
  text-align:center;
  padding:8px 10px;
  border-radius:999px;
  background:#fff;
  border:1px solid #e0e4e8;
  color:#59636f;
  font-size:7.5px;
  font-weight:900;
}

.demoCredentialsCardV2{
  position:relative;
  display:block;
  padding:15px;
  border:2px solid #e9c68d;
  background:linear-gradient(145deg,#fffaf1,#fff);
  box-shadow:0 9px 24px rgba(164,110,31,.08);
}
.demoCredentialsCardV2 .demoCredentialsText>strong{
  font-size:13px;
  padding-left:120px;
}
.demoCredentialsCardV2 .demoCredentialsText>span{
  font-size:9px;
  margin-top:4px;
}
.demoBadge{
  position:absolute;top:13px;left:13px;
  padding:6px 9px;border-radius:999px;
  background:#111418;color:#fff;
  font-size:7px;font-weight:900;
}
.demoFillBtn{
  width:100%;min-height:40px;margin-top:10px;
  border:0;border-radius:11px;background:#111418;color:#fff;
  font-size:9px;font-weight:900;cursor:pointer
}
.demoFillBtn:hover{background:#24282d}

.homeCompactValue{
  margin-top:22px;
  border-top:1px solid #edf0f2;
  padding:26px 4px 4px;
}
.homeCompactHead{text-align:center;max-width:680px;margin:0 auto}
.homeCompactHead>span{
  display:inline-flex;padding:6px 10px;border-radius:999px;
  background:#f7efe2;color:#94611f;font-size:8px;font-weight:900
}
.homeCompactHead h2{font-size:23px;margin:9px 0 6px}
.homeCompactHead p{font-size:9px;line-height:1.85;color:#747d87;margin:0}
.homeCompactGrid{
  display:grid;grid-template-columns:repeat(4,1fr);gap:9px;margin-top:17px
}
.homeCompactGrid article{
  border:1px solid #e3e7ea;border-radius:14px;background:#fff;padding:13px
}
.homeCompactGrid b{
  width:27px;height:27px;border-radius:8px;display:grid;place-items:center;
  background:#111418;color:#fff;font-size:7px;margin-bottom:9px
}
.homeCompactGrid strong{display:block;font-size:9.5px}
.homeCompactGrid span{display:block;margin-top:4px;color:#7b838c;font-size:7.5px;line-height:1.65}
.homeCompactCta{
  margin-top:12px;padding:12px 14px;border-radius:13px;
  background:#f7f8f9;border:1px solid #e4e7ea;
  display:flex;justify-content:space-between;align-items:center;gap:12px
}
.homeCompactCta span{font-size:9px;font-weight:900}
.homeCompactCta a{
  padding:9px 12px;border-radius:10px;background:#f46f2a;color:#fff;
  font-size:8px;font-weight:900
}

/* hide legacy sections if cached markup survives */
.scaleProof,.directValueSection:not(.homeCompactValue),.serviceFlow{display:none!important}

@media(max-width:900px){
  .tukiStorePreview{grid-template-columns:1fr}
  .phoneStage{order:-1}
  .storeBenefits{grid-template-columns:1fr 1fr}
  .homeCompactGrid{grid-template-columns:1fr 1fr}
}
@media(max-width:560px){
  .phoneMock{width:220px}
  .phoneScreen{min-height:445px}
  .storePreviewCopy h2{font-size:22px}
  .storeBenefits{grid-template-columns:1fr}
  .demoCredentialsCardV2 .demoCredentialsText>strong{padding-left:0;padding-top:30px}
  .demoBadge{right:13px;left:auto}
  .homeCompactGrid{grid-template-columns:1fr 1fr}
  .homeCompactCta{align-items:stretch;flex-direction:column}
  .homeCompactCta a{text-align:center}
}


/* V10.20.6 — exact user-provided burger photo */
.phoneHeroPhoto{
  min-height:112px !important;
  padding:0 !important;
  overflow:hidden;
  display:block !important;
  background:#fff !important;
  border:1px solid #ececec !important;
}
.phoneHeroPhoto img{
  width:100%;
  height:112px;
  display:block;
  object-fit:cover;
  object-position:center;
}


/* =========================================================
   V10.20.11 — Home login guidance around phone mockup
   ========================================================= */
.tukiStorePreview{
  align-items:start;
  padding-top:20px;
}
.storePreviewCopy{
  align-self:start;
  padding-top:2px;
}
.storePreviewCopy h2{
  margin:8px 0 9px;
}
.phoneStage{
  padding-top:26px;
}
.phoneGuideCanvas{
  position:relative;
  width:100%;
  display:grid;
  justify-items:center;
  gap:10px;
  min-height:560px;
}
.phoneGuide{
  position:absolute;
  z-index:4;
  width:168px;
  padding:10px 11px;
  border-radius:14px;
  background:rgba(255,255,255,.96);
  border:1px solid #e2e6ea;
  box-shadow:0 12px 28px rgba(15,23,42,.08);
  backdrop-filter:blur(6px);
}
.phoneGuide strong{
  display:block;
  font-size:9px;
  color:#10161d;
  margin-bottom:4px;
}
.phoneGuide span{
  display:block;
  color:#6a7480;
  font-size:7.6px;
  line-height:1.75;
}
.phoneGuide::before{
  content:"";
  position:absolute;
  top:18px;
  width:84px;
  border-top:2px dashed #d6dde5;
}
.phoneGuide::after{
  content:"";
  position:absolute;
  top:13px;
  width:10px;
  height:10px;
  border-radius:50%;
  background:#f46f2a;
  box-shadow:0 0 0 5px rgba(244,111,42,.14);
}
.guideRight::before{right:100%;}
.guideRight::after{right:calc(100% + 84px - 5px);}
.guideLeft::before{left:100%;}
.guideLeft::after{left:calc(100% + 84px - 5px);}
.guideLogoHint{
  top:22px;
  right:-6px;
}
.guideColorsHint{
  top:180px;
  left:-22px;
}
.guideCoverHint{
  bottom:92px;
  right:-18px;
}
.directLinkBadge{
  position:relative;
  z-index:3;
}
@media(max-width:900px){
  .phoneStage{padding-top:6px}
  .phoneGuideCanvas{
    min-height:auto;
    display:flex;
    flex-direction:column;
    align-items:center;
  }
  .phoneGuide{
    position:static;
    width:min(100%,280px);
    order:2;
  }
  .phoneGuide::before,
  .phoneGuide::after{display:none}
  .phoneMock{order:1}
  .directLinkBadge{order:3}
}
@media(max-width:560px){
  .storePreviewCopy h2{font-size:21px}
  .phoneGuide{padding:9px 10px}
}

/* V10.26.0 — fixed physical header: TuKi left, website message right */
.tukiTopHeader{
  direction:ltr;
  display:grid;
  grid-template-columns:minmax(240px,.72fr) minmax(0,1.28fr);
  gap:22px;
  align-items:center;
  min-height:78px;
  padding:3px 8px 18px;
  border-bottom:1px solid #eef0f2;
}
.tukiHeaderLeft{display:flex;align-items:center;justify-content:flex-start;gap:14px}
.tukiTopHeader .tukiTopBrand{padding:0;border:0;text-align:left;flex:0 0 auto}
.tukiHeaderSlogan{
  font-size:18px;font-weight:900;line-height:1.55;color:#16191d;
  max-width:500px;justify-self:start;text-align:right;direction:rtl
}
.globalLangBtn{
  border:1px solid #dde2e7;background:#fff;color:#24282e;
  border-radius:999px;min-height:38px;padding:0 12px;
  display:inline-flex;align-items:center;gap:7px;font-size:10px;font-weight:900;cursor:pointer
}
.globalLangGlobe{font-size:17px;line-height:1}
html[dir="ltr"] .tukiHeaderSlogan{direction:ltr;text-align:left}
html[dir="ltr"] .entryPage, html[dir="ltr"] .entryPage input, html[dir="ltr"] .entryPage button{font-family:Arial,"Segoe UI",sans-serif}
@media(max-width:700px){
  .tukiTopHeader{grid-template-columns:1fr;gap:10px;min-height:auto}
  .tukiHeaderLeft{justify-content:space-between}
  .tukiHeaderSlogan{font-size:14px;max-width:none}
}

.globalLangBtn{
  width:40px!important;
  min-width:40px!important;
  padding:0!important;
  justify-content:center!important;
}
.globalLangBtn .globalLangGlobe{margin:0!important}
