/* ── Base ── */
*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth}
body{font-family:'Inter',sans-serif;background:#000;color:#fff;overflow-x:hidden}
body::before{content:'';position:fixed;inset:0;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='1'/%3E%3C/svg%3E");opacity:.022;pointer-events:none;z-index:1000}

/* ── Cursor ── */
.cursor{width:10px;height:10px;background:#D4AF37;border-radius:50%;position:fixed;top:0;left:0;pointer-events:none;z-index:9999;transform:translate(-50%,-50%);mix-blend-mode:difference;transition:width .3s,height .3s}
.cursor-follower{width:34px;height:34px;border:1px solid rgba(212,175,55,.35);border-radius:50%;position:fixed;top:0;left:0;pointer-events:none;z-index:9998;transform:translate(-50%,-50%);transition:all .14s ease}

/* ── Scroll bar ── */
#scroll-bar{position:fixed;top:0;left:0;height:2px;width:100%;background:linear-gradient(90deg,#D4AF37,#FFF3A0);z-index:9999;transform-origin:left;transform:scaleX(0)}

/* ── Navbar ── */
#navbar{position:fixed;top:0;left:0;right:0;z-index:900;padding:1.4rem 3rem;display:flex;align-items:center;justify-content:space-between;transition:background .4s,backdrop-filter .4s}
#navbar.scrolled{background:rgba(0,0,0,.88);backdrop-filter:blur(20px);border-bottom:1px solid rgba(255,255,255,.05)}
.nav-logo{font-size:1.4rem;font-weight:800;letter-spacing:-.04em;color:#ffffff}
.nav-links{display:flex;gap:1.8rem;align-items:center}
.nav-link{font-size:.82rem;color:rgba(255,255,255,.65);text-decoration:none;transition:color .2s;letter-spacing:.01em}
.nav-link:hover{color:#fff}
.nav-right{display:flex;gap:1rem;align-items:center}
/* Lang switcher */
.lang-switcher{position:relative}
.lang-current{display:flex;align-items:center;gap:.4rem;padding:.35rem .75rem;border:1px solid rgba(255,255,255,.1);border-radius:2rem;background:rgba(255,255,255,.03);cursor:pointer;color:rgba(255,255,255,.55);font-size:.72rem;font-weight:700;letter-spacing:.06em;transition:border-color .2s,color .2s;white-space:nowrap}
.lang-current:hover{border-color:rgba(212,175,55,.3);color:#D4AF37}
.lang-chevron{transition:transform .22s ease;opacity:.6}
.lang-switcher.open .lang-chevron{transform:rotate(180deg)}
.lang-dropdown{position:absolute;top:calc(100% + .55rem);right:0;background:rgba(10,10,10,.97);backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);border:1px solid rgba(255,255,255,.08);border-radius:.85rem;padding:.35rem;min-width:140px;display:none;flex-direction:column;gap:.1rem;z-index:999;box-shadow:0 20px 48px rgba(0,0,0,.65)}
.lang-switcher.open .lang-dropdown{display:flex}
.lang-option{padding:.52rem .8rem;border-radius:.55rem;border:none;background:transparent;color:rgba(255,255,255,.45);font-size:.74rem;font-weight:600;cursor:pointer;text-align:left;transition:background .15s,color .15s;letter-spacing:.03em;font-family:'Inter',sans-serif}
.lang-option:hover{background:rgba(255,255,255,.05);color:rgba(255,255,255,.85)}
.lang-option.active{color:#D4AF37;background:rgba(212,175,55,.08)}
.nav-cta{background:#D4AF37;color:#000;font-size:.78rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;padding:.55rem 1.3rem;border-radius:2rem;cursor:pointer;border:none;transition:transform .2s,box-shadow .2s}
.nav-cta:hover{transform:scale(1.05);box-shadow:0 0 22px rgba(212,175,55,.45)}

/* ── HERO ── */
#hero{min-height:100vh;display:flex;align-items:center;padding:8rem 3rem 4rem;overflow:hidden;position:relative}
.hero-inner{position:relative;z-index:2;max-width:1200px;margin:0 auto;width:100%;display:grid;grid-template-columns:1fr 480px;gap:4rem;align-items:stretch}
.hero-copy{align-self:center}
.hero-badge{display:inline-flex;flex-direction:column;align-items:flex-start;gap:.22rem;border:1px solid rgba(212,175,55,.3);border-radius:1rem;padding:.5rem 1rem;margin-bottom:2rem}
.hero-badge-main{display:flex;align-items:center;gap:.5rem}
.hero-badge .dot{width:6px;height:6px;border-radius:50%;background:#D4AF37;flex-shrink:0;animation:pulseDot 2s ease infinite}
.hero-badge p{margin:0;font-size:.72rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#D4AF37}
.hero-badge-text{display:flex;flex-direction:column}
.hero-badge-sub{font-size:.62rem;font-weight:500;letter-spacing:.04em;color:rgba(212,175,55,.55);text-transform:none;padding-left:.1rem}
@keyframes pulseDot{0%,100%{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.5)}}
.hero-title{font-size:clamp(3.2rem,6.5vw,6.5rem);font-weight:900;line-height:.94;letter-spacing:-.04em}
.line-gold{background:linear-gradient(135deg,#D4AF37 0%,#FFF3A0 50%,#D4AF37 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent}
.hero-subtitle{font-size:clamp(.95rem,1.4vw,1.1rem);font-weight:300;color:rgba(255,255,255,.5);max-width:40ch;line-height:1.75;margin-top:1.8rem}
.hero-actions{display:flex;gap:1rem;align-items:center;margin-top:2.5rem;flex-wrap:wrap}
.btn-primary{display:inline-flex;align-items:center;gap:.55rem;background:#D4AF37;color:#000;font-size:.9rem;font-weight:700;padding:1rem 2rem;border-radius:.5rem;cursor:pointer;transition:transform .25s,box-shadow .25s;text-decoration:none;border:none}
.btn-primary:hover{transform:translateY(-3px);box-shadow:0 12px 40px rgba(212,175,55,.35)}
.btn-ghost{display:inline-flex;align-items:center;gap:.5rem;color:rgba(255,255,255,.45);font-size:.85rem;font-weight:500;cursor:pointer;transition:color .2s;text-decoration:none}
.btn-ghost:hover{color:#fff}
.hero-stats{display:flex;gap:2.5rem;margin-top:3.5rem;flex-wrap:wrap}
.stat-item{display:flex;flex-direction:column;gap:.25rem}
.stat-num{font-size:1.9rem;font-weight:800;letter-spacing:-.04em;background:linear-gradient(135deg,#D4AF37,#fff);-webkit-background-clip:text;-webkit-text-fill-color:transparent}
.stat-label{font-size:.72rem;font-weight:500;color:rgba(255,255,255,.35);text-transform:uppercase;letter-spacing:.08em}
.stat-divider{width:1px;background:rgba(255,255,255,.08)}

/* ── Hero Title Frame (corner brackets) ── */
.hero-title-frame{
  position:relative;
  display:inline-flex;
  flex-direction:column;
  justify-content:center;
  padding:.6rem .9rem;
  min-height:300px;
  width:100%;
}
.hero-title-frame::before,
.hero-title-frame::after{content:'';position:absolute;width:18px;height:40px;border-color:rgba(255,255,255,.18);border-style:solid}
.hero-title-frame::before{top:0;right:0;border-width:1px 1px 0 0}
.hero-title-frame::after{bottom:0;right:0;border-width:0 1px 1px 0}
@media(max-width:1024px){
  .hero-title-frame{min-height:240px}
}
@media(max-width:768px){
  .hero-title-frame{min-height:200px}
  .hero-title-frame::before,
  .hero-title-frame::after{width:14px;height:28px}
}

/* ── Hero SVG Visual ── */
.hero-visual-wrap{position:relative;display:flex;align-items:center;justify-content:center;height:100%;min-height:480px;align-self:stretch}
.hero-phone-img{
  position:absolute;
  height:100%;
  width:auto;
  object-fit:contain;
  z-index:0;
  opacity:.85;
  border-radius:2.2rem;
  -webkit-mask-image:linear-gradient(to bottom,rgba(0,0,0,1) 30%,rgba(0,0,0,.85) 65%,rgba(0,0,0,0) 100%);
  mask-image:linear-gradient(to bottom,rgba(0,0,0,1) 30%,rgba(0,0,0,.85) 65%,rgba(0,0,0,0) 100%);
}
#heroSvgVisual{width:100%;height:100%;max-width:460px;position:relative;z-index:2}
#heroSvgVisual text{text-rendering:geometricPrecision;paint-order:stroke fill}
/* Hero rozet salınımı: site.js GSAP (SVG <g> + CSS @keyframes piksel adımına düşebiliyor) */
.hero-bg-glow{position:absolute;width:500px;height:500px;background:radial-gradient(circle,rgba(212,175,55,.07) 0%,transparent 70%);top:50%;left:50%;transform:translate(-50%,-50%);pointer-events:none}

/* ── Scroll hint ── */
.scroll-hint{position:absolute;bottom:3rem;left:50%;transform:translateX(-50%);display:flex;flex-direction:column;align-items:center;gap:.5rem;opacity:.62}
.scroll-hint span{font-size:.65rem;letter-spacing:.14em;text-transform:uppercase;font-weight:600}
@keyframes scrollBounce{0%,100%{transform:translateY(0)}50%{transform:translateY(6px)}}
@keyframes scrollDotAnim{0%{opacity:0;transform:translateY(-3px)}50%{opacity:1;transform:translateY(3px)}100%{opacity:0;transform:translateY(3px)}}

.glow-line{height:1px;background:linear-gradient(90deg,transparent,rgba(212,175,55,.25),transparent)}

/* ══════════════════════════════════
   PHONE SECTION
══════════════════════════════════ */
#phone-section{position:relative;background:#000}

.phone-scroll-track{height:300vh;position:relative}

.phone-sticky{
  position:sticky;
  top:0;
  height:100vh;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:0 4vw;
  overflow:hidden;
}
.phone-sticky-inner{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:5rem;
  align-items:center;
  max-width:920px;
  width:100%;
}

/* Text side */
.phone-text-side{display:flex;flex-direction:column;justify-content:center;max-width:480px}
.phone-eyebrow{font-size:.7rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:#D4AF37;margin-bottom:1.5rem}
.phone-steps-wrapper{position:relative;height:220px}
.phone-step{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:flex-start;padding-top:0;will-change:opacity,transform}
.phone-step-num{font-size:.68rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:#D4AF37;margin-bottom:.9rem;opacity:.8}
.phone-step-title{font-size:clamp(1.8rem,3vw,2.8rem);font-weight:800;letter-spacing:-.03em;line-height:1.08;margin-bottom:1rem}
.phone-step-desc{font-size:.95rem;font-weight:300;color:rgba(255,255,255,.5);line-height:1.72}
.step-indicators{display:flex;gap:.5rem;margin-top:2rem}
.step-ind{height:3px;border-radius:2px;transition:width .4s ease,background .4s ease}

/* Mockup side */
.phone-mockup-side{position:relative;display:flex;align-items:center;justify-content:center;flex-shrink:0}

.phone-frame{
  width:285px;height:590px;
  border-radius:42px;
  background:#080808;
  position:relative;overflow:hidden;
  border:1.5px solid rgba(255,255,255,.16);
  box-shadow:
    0 0 0 0.5px rgba(255,255,255,.06),
    0 0 0 4px rgba(0,0,0,.8),
    0 0 0 5px rgba(255,255,255,.04),
    0 30px 80px rgba(0,0,0,.9),
    0 0 60px rgba(212,175,55,.04);
  will-change:box-shadow,transform;
}
.phone-ring{
  position:absolute;inset:-8px;
  border-radius:50px;
  border:1px solid rgba(212,175,55,.08);
  pointer-events:none;
  z-index:0;
}
.phone-ring-2{
  position:absolute;inset:-16px;
  border-radius:58px;
  border:1px solid rgba(212,175,55,.04);
  pointer-events:none;
  z-index:0;
}
/* Dynamic Island */
.phone-notch{
  position:absolute;top:14px;left:50%;transform:translateX(-50%);
  width:88px;height:26px;
  background:#000;border-radius:20px;z-index:20;
  display:flex;align-items:center;justify-content:flex-end;padding-right:9px;
  box-shadow:0 0 0 1px rgba(255,255,255,.06);
}
.phone-notch::after{
  content:'';width:8px;height:8px;border-radius:50%;
  background:radial-gradient(circle at 40% 40%,#1a3a2a,#0a1a10);
  border:1px solid rgba(255,255,255,.12);
  box-shadow:0 0 4px rgba(100,220,160,.25);
}
/* Side buttons */
.phone-btn-r{position:absolute;right:-2px;top:130px;width:3px;height:60px;background:rgba(255,255,255,.08);border-radius:2px 0 0 2px}
.phone-btn-l1{position:absolute;left:-2px;top:120px;width:3px;height:35px;background:rgba(255,255,255,.08);border-radius:0 2px 2px 0}
.phone-btn-l2{position:absolute;left:-2px;top:165px;width:3px;height:60px;background:rgba(255,255,255,.08);border-radius:0 2px 2px 0}
/* Screen */
.phone-screen{width:100%;height:100%;position:relative;overflow:hidden;border-radius:41px}
/* Status bar */
.phone-status-bar{
  position:absolute;top:0;left:0;right:0;height:50px;z-index:10;
  display:flex;align-items:flex-end;justify-content:space-between;
  padding:0 20px 7px;
  pointer-events:none;
}
.phone-sb-time{font-size:11.5px;font-weight:700;color:#fff;letter-spacing:-.02em}
.phone-sb-icons{display:flex;align-items:center;gap:5px}
.phone-sb-5g{font-size:13px;font-weight:800;color:#fff;letter-spacing:.04em;line-height:1}
.phone-sb-signal{display:flex;align-items:flex-end;gap:1.5px}
.phone-sb-signal span{display:block;width:3px;background:#fff;border-radius:1px}
.phone-sb-signal span:nth-child(1){height:5px;opacity:.4}
.phone-sb-signal span:nth-child(2){height:7px;opacity:.6}
.phone-sb-signal span:nth-child(3){height:9px;opacity:.8}
.phone-sb-signal span:nth-child(4){height:11px}
.phone-sb-wifi svg,.phone-sb-batt svg{display:block}
/* ── Screen slides ── */
.screen-slide{position:absolute;inset:0;display:flex;flex-direction:column;opacity:0;transition:opacity .45s ease;pointer-events:none;overflow:hidden}
.screen-slide.active{opacity:1;pointer-events:auto}
.screen-slide-1{background:#0D1117}
.screen-slide-2{background:#08101C}
.screen-slide-3{background:#0D0D0D}
.screen-slide-4{background:#070D14}
.screen-slide-5{background:#0A0E0A}

/* ── App header (shared) ── */
.app-header{display:flex;align-items:center;justify-content:space-between;padding:3.4rem .9rem .65rem;flex-shrink:0}
.app-header-back{width:26px;height:26px;border-radius:50%;background:rgba(255,255,255,.07);display:flex;align-items:center;justify-content:center;font-size:.7rem}
.app-header-title{font-size:.78rem;font-weight:700;color:#fff}
.app-header-icon{width:26px;height:26px;border-radius:50%;background:rgba(255,255,255,.07);display:flex;align-items:center;justify-content:center;font-size:.65rem}

/* ── Screen 1: Menu ── */
.s1-search{margin:0 .9rem .6rem;display:flex;align-items:center;gap:.45rem;background:rgba(255,255,255,.06);border-radius:.6rem;padding:.45rem .65rem;border:1px solid rgba(255,255,255,.07)}
.s1-search-icon{font-size:.6rem;opacity:.4}
.s1-search-text{font-size:.6rem;color:rgba(255,255,255,.28);flex:1}
.s1-cats{display:flex;gap:.35rem;padding:0 .9rem .6rem;overflow-x:auto;flex-shrink:0}
.s1-cats::-webkit-scrollbar{display:none}
.s1-cat{padding:.28rem .65rem;border-radius:2rem;font-size:.58rem;font-weight:600;white-space:nowrap;border:1px solid rgba(255,255,255,.1);color:rgba(255,255,255,.4)}
.s1-cat.active{background:#D4AF37;color:#000;border-color:transparent}
.s1-items{flex:1;overflow-y:auto;padding:0 .9rem;display:flex;flex-direction:column;gap:.42rem}
.s1-items::-webkit-scrollbar{display:none}
.s1-item{display:flex;align-items:center;gap:.6rem;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.07);border-radius:.75rem;padding:.55rem .6rem;position:relative}
.s1-item.featured{border-color:rgba(212,175,55,.22);background:rgba(212,175,55,.05)}
.s1-item-thumb{width:38px;height:38px;border-radius:.5rem;background:rgba(255,255,255,.06);display:flex;align-items:center;justify-content:center;font-size:1.1rem;flex-shrink:0}
.s1-item-body{flex:1;min-width:0}
.s1-item-name{font-size:.63rem;font-weight:600;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.s1-item-desc{font-size:.52rem;color:rgba(255,255,255,.3);margin-top:1px}
.s1-item-price{font-size:.62rem;font-weight:700;color:#D4AF37;margin-top:3px}
.s1-item-add{width:20px;height:20px;border-radius:50%;background:#D4AF37;color:#000;font-size:.85rem;display:flex;align-items:center;justify-content:center;font-weight:700;flex-shrink:0;line-height:1}
.s1-cart-bar{margin:.6rem .9rem .7rem;background:#D4AF37;border-radius:.65rem;padding:.55rem .75rem;display:flex;align-items:center;justify-content:space-between;flex-shrink:0}
.s1-cart-count{font-size:.6rem;font-weight:700;color:#000;background:rgba(0,0,0,.15);border-radius:2rem;padding:.1rem .4rem}
.s1-cart-label{font-size:.65rem;font-weight:700;color:#000}
.s1-cart-total{font-size:.65rem;font-weight:800;color:#000}

/* ── Screen 2: Tracking ── */
.s2-map{height:105px;flex-shrink:0;background:linear-gradient(160deg,#0a1628 0%,#0d1f35 50%,#091420 100%);position:relative;overflow:hidden;margin-bottom:.1rem}
.s2-map::before{content:'';position:absolute;inset:0;background:repeating-linear-gradient(0deg,rgba(255,255,255,.025) 0,rgba(255,255,255,.025) 1px,transparent 1px,transparent 32px),repeating-linear-gradient(90deg,rgba(255,255,255,.025) 0,rgba(255,255,255,.025) 1px,transparent 1px,transparent 32px)}
.s2-map-road{position:absolute;left:30%;top:0;bottom:0;width:22%;background:rgba(255,255,255,.04);transform:skewX(-8deg)}
.s2-map-road2{position:absolute;left:0;right:0;top:55%;height:18%;background:rgba(255,255,255,.04)}
.s2-map-pin{position:absolute;top:30%;left:42%;transform:translateX(-50%);font-size:1.3rem;filter:drop-shadow(0 2px 6px rgba(212,175,55,.6))}
.s2-map-courier{position:absolute;bottom:20%;left:22%;font-size:.9rem}
.s2-eta-chip{position:absolute;bottom:8px;left:50%;transform:translateX(-50%);background:rgba(10,16,28,.92);border:1px solid rgba(96,165,250,.3);border-radius:2rem;padding:.22rem .7rem;font-size:.58rem;font-weight:600;color:#60A5FA;white-space:nowrap;backdrop-filter:blur(4px)}
.s2-body{flex:1;overflow-y:auto;padding:0 .9rem;display:flex;flex-direction:column;gap:0}
.s2-body::-webkit-scrollbar{display:none}
.s2-order-card{background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.07);border-radius:.75rem;padding:.6rem .75rem;margin:.65rem 0 .5rem;display:flex;align-items:center;justify-content:space-between}
.s2-order-num{font-size:.75rem;font-weight:700;color:#fff}
.s2-order-sub{font-size:.55rem;color:rgba(255,255,255,.35);margin-top:2px}
.s2-badge{font-size:.52rem;font-weight:700;color:#D4AF37;background:rgba(212,175,55,.1);border:1px solid rgba(212,175,55,.2);border-radius:2rem;padding:.15rem .5rem}
.s2-step{display:flex;align-items:flex-start;gap:.55rem;padding:.35rem 0;position:relative}
.s2-step-line{position:absolute;left:10px;top:22px;bottom:-8px;width:1.5px;background:rgba(255,255,255,.07)}
.s2-step-line.done{background:rgba(74,222,128,.25)}
.s2-step-dot{width:20px;height:20px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.6rem;flex-shrink:0;margin-top:1px}
.s2-step-info{flex:1}
.s2-step-name{font-size:.63rem;font-weight:600;color:#fff}
.s2-step-time{font-size:.55rem;color:rgba(255,255,255,.3);margin-top:1px}
.s2-notify-bar{margin:.5rem 0 .7rem;padding:.5rem .75rem;border-radius:.65rem;border:1px solid rgba(96,165,250,.2);background:rgba(96,165,250,.05);display:flex;align-items:center;gap:.45rem;flex-shrink:0}
.s2-notify-bar span{font-size:.58rem;color:rgba(96,165,250,.8)}

/* ── Screen 3: Payment ── */
.s3-summary{margin:.4rem .9rem;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.07);border-radius:.75rem;padding:.6rem .75rem;flex-shrink:0}
.s3-sum-item{display:flex;justify-content:space-between;align-items:center;padding:.28rem 0}
.s3-sum-item+.s3-sum-item{border-top:1px solid rgba(255,255,255,.05)}
.s3-sum-name{font-size:.6rem;color:rgba(255,255,255,.55)}
.s3-sum-price{font-size:.6rem;font-weight:600;color:#fff}
.s3-divider{height:1px;background:rgba(255,255,255,.07);margin:.5rem .9rem}
.s3-total-row{display:flex;justify-content:space-between;align-items:baseline;padding:0 .9rem .6rem;flex-shrink:0}
.s3-total-label{font-size:.65rem;color:rgba(255,255,255,.5);font-weight:500}
.s3-total-amount{font-size:1.5rem;font-weight:800;color:#D4AF37;letter-spacing:-.03em}
.s3-applepay{margin:.2rem .9rem .45rem;background:#fff;border-radius:.7rem;padding:.65rem;display:flex;align-items:center;justify-content:center;gap:.4rem;flex-shrink:0}
.s3-applepay-logo{font-size:.75rem;font-weight:800;color:#000;letter-spacing:-.02em}
.s3-applepay-text{font-size:.68rem;font-weight:600;color:#000}
.s3-or{display:flex;align-items:center;gap:.45rem;padding:0 .9rem .45rem;flex-shrink:0}
.s3-or::before,.s3-or::after{content:'';flex:1;height:1px;background:rgba(255,255,255,.08)}
.s3-or span{font-size:.55rem;color:rgba(255,255,255,.25)}
.s3-methods{display:flex;gap:.4rem;padding:0 .9rem .6rem;flex-shrink:0}
.s3-method{flex:1;padding:.45rem .3rem;border-radius:.55rem;border:1px solid rgba(255,255,255,.1);background:rgba(255,255,255,.03);display:flex;flex-direction:column;align-items:center;gap:.2rem}
.s3-method-icon{font-size:.85rem}
.s3-method-label{font-size:.5rem;color:rgba(255,255,255,.35);font-weight:500}
.s3-ssl{margin:0 .9rem .7rem;padding:.5rem .75rem;background:rgba(74,222,128,.05);border:1px solid rgba(74,222,128,.15);border-radius:.6rem;display:flex;align-items:center;justify-content:center;gap:.4rem;flex-shrink:0}
.s3-ssl span{font-size:.58rem;color:#4ade80}

/* Screen 4: Push Notifications */
.s4-push-preview{display:flex;flex-direction:column;gap:.5rem;padding:.6rem .8rem;flex:1;overflow:hidden}
.s4-push-card{display:flex;align-items:flex-start;gap:.6rem;padding:.6rem .7rem;border-radius:.75rem;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.07);transition:background .2s}
.s4-push-card.featured{background:rgba(212,175,55,.06);border-color:rgba(212,175,55,.2)}
.s4-push-icon{font-size:1.1rem;flex-shrink:0;margin-top:.05rem}
.s4-push-body{flex:1;min-width:0}
.s4-push-title{font-size:.6rem;font-weight:700;color:#fff;margin-bottom:.15rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.s4-push-desc{font-size:.52rem;color:rgba(255,255,255,.45);line-height:1.35;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.s4-push-time{font-size:.47rem;color:rgba(255,255,255,.25);margin-top:.2rem}
.s4-stats-row{display:flex;justify-content:center;gap:1.5rem;padding:.6rem .8rem .8rem;border-top:1px solid rgba(255,255,255,.06);flex-shrink:0}
.s4-stat{text-align:center}
.s4-stat-val{font-size:1.1rem;font-weight:800;letter-spacing:-.02em}
.s4-stat-lbl{font-size:.5rem;color:rgba(255,255,255,.35);margin-top:.15rem}

/* Screen 5: Easy Menu Builder */
.s5-category-bar{display:flex;gap:.4rem;padding:.5rem .8rem;overflow-x:auto;flex-shrink:0;scrollbar-width:none}
.s5-category-bar::-webkit-scrollbar{display:none}
.s5-cat{padding:.3rem .75rem;border-radius:2rem;border:1px solid rgba(255,255,255,.1);font-size:.56rem;font-weight:600;color:rgba(255,255,255,.4);white-space:nowrap;flex-shrink:0}
.s5-cat.active{background:rgba(212,175,55,.12);border-color:rgba(212,175,55,.3);color:#D4AF37}
.s5-menu-list{display:flex;flex-direction:column;gap:.4rem;padding:.4rem .8rem;flex:1;overflow:hidden}
.s5-menu-item{display:flex;align-items:center;gap:.6rem;padding:.55rem .65rem;border-radius:.7rem;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.07)}
.s5-item-thumb{font-size:1.2rem;flex-shrink:0}
.s5-item-info{flex:1;min-width:0}
.s5-item-name{font-size:.6rem;font-weight:600;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.s5-item-price{font-size:.55rem;color:#D4AF37;font-weight:700;margin-top:.1rem}
.s5-item-edit{font-size:.75rem;color:rgba(255,255,255,.25);flex-shrink:0;cursor:pointer}
.s5-add-btn{display:flex;align-items:center;justify-content:center;gap:.5rem;margin:.5rem .8rem .7rem;padding:.6rem;border-radius:.7rem;border:1px dashed rgba(212,175,55,.3);background:rgba(212,175,55,.04);font-size:.58rem;font-weight:600;color:#D4AF37;flex-shrink:0}

.phone-ambient{position:absolute;inset:0;pointer-events:none;border-radius:42px;transition:box-shadow 1.5s ease}

/* ══════════════════════════════════
   BENTO SECTION
══════════════════════════════════ */
#bento{padding:8rem 5vw;background:#000;position:relative;overflow:hidden}
#bento::before{content:'';position:absolute;top:-250px;left:50%;transform:translateX(-50%);width:900px;height:500px;background:radial-gradient(ellipse,rgba(212,175,55,.05) 0%,transparent 70%);pointer-events:none}
.section-eyebrow{font-size:.68rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:#D4AF37;margin-bottom:1rem}
.section-title{font-size:clamp(2rem,3.8vw,3.2rem);font-weight:800;letter-spacing:-.04em;line-height:1.08;margin-bottom:1rem}
#bentoTitle{
  text-align:left;
  margin:0 0 1rem;
  max-width:100%;
  font-size:clamp(1.1rem,2.1vw,1.8rem);
  line-height:1.12;
  font-weight:800;
  letter-spacing:-.03em;
  overflow-wrap:break-word;
  word-wrap:break-word;
  hyphens:manual;
  -webkit-hyphens:manual;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:0.06em;
}
#bentoTitle .bento-title-line1,
#bentoTitle .bento-title-line2{
  display:block;
  margin:0;
  padding:0;
  line-height:1.12;
  max-width:100%;
}
#bentoTitle .bento-title-line1{color:#fff}
#bento #bentoSub{text-align:left;max-width:52ch;margin-left:0}
@media(max-width:768px){
  #bentoTitle{font-size:clamp(1rem,3.4vw,1.4rem);line-height:1.22}
}
.section-sub{font-size:.95rem;font-weight:300;color:rgba(255,255,255,.4);max-width:52ch;line-height:1.75}

.bento-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem;margin-top:4rem}

.bento-card{
  background:#0c0c0c;
  border:1px solid rgba(255,255,255,.07);
  border-radius:1.5rem;
  padding:2.2rem;
  opacity:0;
  transform:translateY(28px) scale(.97);
  transition:border-color .4s,transform .35s,box-shadow .4s;
  position:relative;overflow:hidden;
  display:flex;flex-direction:column;gap:1.5rem;
}
.bento-card::before{
  content:'';
  position:absolute;top:0;left:0;right:0;height:190px;
  background:var(--bc-glow,radial-gradient(ellipse at 50% -20%,rgba(212,175,55,.07) 0%,transparent 70%));
  pointer-events:none;opacity:.8;transition:opacity .4s;
  z-index:0;
}
/* shimmer sweep on card reveal */
.bento-card::after{
  content:'';
  position:absolute;inset:0;
  background:linear-gradient(105deg,transparent 35%,rgba(255,255,255,.045) 50%,transparent 65%);
  background-size:250% 100%;
  background-position:200% 0;
  pointer-events:none;border-radius:inherit;z-index:1;
}
.bento-card.card-in::after{
  animation:bentoShimmer .85s ease forwards;
}
@keyframes bentoShimmer{
  0%  {background-position:200% 0}
  100%{background-position:-50% 0}
}
.bento-card:hover{
  border-color:var(--bc-color,rgba(212,175,55,.25));
  transform:translateY(-4px);
  box-shadow:0 24px 60px rgba(0,0,0,.55), 0 0 0 1px var(--bc-color,rgba(212,175,55,.15));
}
.bento-card:hover::before{opacity:1.3}
.bento-card.wide{grid-column:span 2}
.bento-card.full{grid-column:span 3}

/* Card header */
.bc-head{display:flex;align-items:flex-start;gap:1rem;position:relative;z-index:2}
.bc-icon{
  width:52px;height:52px;border-radius:1rem;flex-shrink:0;
  display:flex;align-items:center;justify-content:center;
  background:var(--bc-icon-bg,rgba(212,175,55,.08));
  border:1px solid var(--bc-border,rgba(212,175,55,.18));
  color:var(--bc-accent,#D4AF37);
}
.bc-icon svg{width:22px;height:22px}
.bento-card-title{font-size:1.05rem;font-weight:700;letter-spacing:-.025em;margin-bottom:.35rem;line-height:1.2}
.bento-card-desc{font-size:.82rem;font-weight:300;color:rgba(255,255,255,.4);line-height:1.6}

.bento-badge{
  display:inline-flex;align-items:center;gap:.4rem;
  padding:.3rem .8rem;border-radius:2rem;
  background:var(--bc-badge,rgba(212,175,55,.07));
  border:1px solid var(--bc-border,rgba(212,175,55,.15));
  font-size:.65rem;font-weight:600;
  color:var(--bc-accent,#D4AF37);letter-spacing:.05em;
  align-self:flex-start;
}

/* Visual area */
.bc-visual{display:flex;flex-direction:column;gap:.8rem;flex:1;justify-content:flex-end;position:relative;z-index:2}

/* Allergen */
.allergen-row{display:flex;gap:.4rem;flex-wrap:wrap}
.allergen-chip{padding:.3rem .75rem;border-radius:2rem;font-size:.7rem;font-weight:600;border:1px solid;white-space:nowrap}
.allergen-chip.safe{border-color:rgba(34,197,94,.25);color:#4ade80;background:rgba(34,197,94,.07)}
.allergen-chip.warn{border-color:rgba(251,191,36,.25);color:#fcd34d;background:rgba(251,191,36,.05)}
.allergen-chip.danger{border-color:rgba(248,113,113,.25);color:#f87171;background:rgba(248,113,113,.07)}

/* Product row */
.bc-product-row{
  display:flex;align-items:center;justify-content:space-between;
  padding:.65rem .85rem;border-radius:.75rem;
  background:rgba(255,255,255,.035);border:1px solid rgba(255,255,255,.06);
  font-size:.82rem;
}
.bc-product-name{font-weight:500;margin-bottom:.3rem}
.bc-product-price{font-weight:700;color:var(--bc-accent,#D4AF37);white-space:nowrap;margin-left:.5rem}
.bc-product-tags{display:flex;gap:.3rem;flex-wrap:wrap}
.bc-product-tag{font-size:.6rem;font-weight:600;padding:.15rem .45rem;border-radius:.3rem;border:1px solid}

/* OTP */
.otp-display{display:flex;gap:.5rem}
.otp-box{
  width:44px;height:56px;border-radius:.65rem;
  display:flex;align-items:center;justify-content:center;
  font-size:1.5rem;font-weight:800;letter-spacing:-.02em;
  border:1px solid var(--bc-border,rgba(212,175,55,.25));
  background:var(--bc-icon-bg,rgba(212,175,55,.06));
  color:var(--bc-accent,#D4AF37);
}
.otp-box.empty{border-color:rgba(255,255,255,.08);color:rgba(255,255,255,.15);background:rgba(255,255,255,.02)}
.otp-timer{font-size:.72rem;color:rgba(255,255,255,.35);display:flex;align-items:center;gap:.4rem}

/* Profile stats */
.bc-stat-rows{display:flex;flex-direction:column}
.bc-stat-row{
  display:flex;align-items:center;justify-content:space-between;
  padding:.55rem 0;border-bottom:1px solid rgba(255,255,255,.045);font-size:.8rem;
}
.bc-stat-row:last-child{border-bottom:none;padding-bottom:0}
.bc-stat-label{color:rgba(255,255,255,.38)}
.bc-stat-val{font-weight:700}
.bc-progress-wrap{margin-top:.3rem}
.bc-progress{height:4px;background:rgba(255,255,255,.07);border-radius:2px;overflow:hidden}
.bc-progress-fill{height:100%;border-radius:2px}

/* Analytics */
.bc-big-num{font-size:2.2rem;font-weight:800;letter-spacing:-.05em;color:var(--bc-accent,#4ADE80);line-height:1}
.bc-big-sub{font-size:.7rem;color:rgba(255,255,255,.35);margin-top:.2rem;margin-bottom:.9rem}
.bc-chart{display:flex;align-items:flex-end;gap:4px;height:56px}
.bc-bar{flex:1;border-radius:3px 3px 0 0;background:var(--bc-bar-dim,rgba(74,222,128,.18))}
.bc-bar.peak{background:var(--bc-accent,#4ADE80);box-shadow:0 0 14px var(--bc-glow-color,rgba(74,222,128,.4))}

/* QR visual */
.bc-qr-wrap{display:flex;align-items:center;gap:1.4rem}
.bc-qr-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:2.5px;width:90px}
.bc-qr-cell{aspect-ratio:1;border-radius:1.5px}
.bc-qr-cell.on{background:rgba(255,255,255,.82)}
.bc-qr-cell.off{background:rgba(255,255,255,.04)}
.bc-qr-info{display:flex;flex-direction:column;gap:.5rem}
.bc-qr-table-num{font-size:2rem;font-weight:800;letter-spacing:-.04em;color:var(--bc-accent,#A78BFA);line-height:1}
.bc-qr-sub{font-size:.72rem;color:rgba(255,255,255,.35)}
.bc-qr-tag{font-size:.65rem;font-weight:600;color:var(--bc-accent,#A78BFA);border:1px solid var(--bc-border,rgba(167,139,250,.2));border-radius:2rem;padding:.2rem .65rem;display:inline-block}

/* Branch cards (kept for possible reuse) */
.bc-branches{display:flex;gap:.8rem;flex-wrap:wrap;flex:1}
.bc-branch{flex:1;min-width:120px;padding:.9rem 1.1rem;border-radius:1rem;background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.06);transition:border-color .25s}
.bc-branch:hover{border-color:var(--bc-border,rgba(52,211,153,.2))}
.bc-branch-label{font-size:.6rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:rgba(255,255,255,.3);margin-bottom:.3rem;display:flex;align-items:center;gap:.35rem}
.bc-branch-dot{width:6px;height:6px;border-radius:50%;flex-shrink:0}
.bc-branch-name{font-size:.9rem;font-weight:700;margin-bottom:.2rem}
.bc-branch-orders{font-size:.72rem;color:rgba(255,255,255,.35)}
.bc-branch-add{flex:1;min-width:100px;padding:.9rem 1.1rem;border-radius:1rem;border:1px dashed rgba(255,255,255,.1);color:rgba(255,255,255,.25);font-size:.8rem;display:flex;align-items:center;justify-content:center;gap:.4rem;cursor:pointer;transition:border-color .25s,color .25s}
.bc-branch-add:hover{border-color:var(--bc-border,rgba(52,211,153,.2));color:var(--bc-accent,#34D399)}

/* ── Loyalty row (bc1) ── */
.bc-loyalty-row{display:flex;gap:.55rem;margin-bottom:.2rem}
.bc-loyalty-item{flex:1;padding:.7rem .6rem;border-radius:.75rem;background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.06);text-align:center}
.bc-loyalty-icon{font-size:1.1rem;margin-bottom:.25rem}
.bc-loyalty-label{font-size:.6rem;color:rgba(255,255,255,.35);margin-bottom:.18rem}
.bc-loyalty-val{font-size:.88rem;font-weight:700}

/* ── Push notif list (bc2) ── */
.bc-notif-list{display:flex;flex-direction:column;gap:.45rem;margin-bottom:.55rem}
.bc-notif-item{display:flex;align-items:center;gap:.55rem;padding:.45rem .6rem;border-radius:.6rem;background:rgba(255,255,255,.03)}
.bc-notif-dot{width:7px;height:7px;border-radius:50%;flex-shrink:0}
.bc-notif-text{font-size:.7rem;color:rgba(255,255,255,.7);line-height:1.3}

/* ── Printer routes (bc4) ── */
.bc-printer-routes{display:flex;flex-direction:column;gap:.4rem;margin-bottom:.55rem}
.bc-printer-row{display:flex;align-items:center;gap:.5rem;padding:.4rem .6rem;border-radius:.6rem;background:rgba(255,255,255,.03)}
.bc-printer-cat{font-size:.72rem;font-weight:600;min-width:70px}
.bc-printer-arrow{font-size:.8rem;color:rgba(255,255,255,.2);flex-shrink:0}
.bc-printer-dest{font-size:.7rem;color:rgba(255,255,255,.45)}

/* ── User roles (bc5) ── */
.bc-roles{display:flex;flex-direction:column;gap:.4rem;margin-bottom:.55rem}
.bc-role-item{display:flex;align-items:center;justify-content:space-between;gap:.5rem}
.bc-role-badge{font-size:.68rem;font-weight:600;padding:.28rem .7rem;border-radius:2rem;border:1px solid transparent}
.bc-role-access{font-size:.65rem;color:rgba(255,255,255,.3)}

/* ── Payment methods (bc-pay) ── */
.bc-pay-grid{display:flex;flex-wrap:wrap;gap:.38rem;margin-bottom:.5rem}
.bc-pay-chip{padding:.28rem .62rem;border-radius:.5rem;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.08);font-size:.65rem;font-weight:600;color:rgba(255,255,255,.65);transition:border-color .2s,color .2s}
.bento-card:hover .bc-pay-chip{border-color:rgba(99,102,241,.2);color:rgba(255,255,255,.8)}

/* ── Order monitor list (bc6) ── */
.bc-order-list{display:flex;flex-direction:column;gap:.4rem}
.bc-order-item{display:flex;align-items:center;gap:.6rem;padding:.45rem .65rem;border-radius:.65rem;background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.05)}
.bc-order-id{font-size:.72rem;font-weight:700;color:rgba(255,255,255,.5);min-width:36px}
.bc-order-items{font-size:.7rem;color:rgba(255,255,255,.65);flex:1}
.bc-order-status{font-size:.62rem;font-weight:700;padding:.18rem .55rem;border-radius:2rem;flex-shrink:0}
.bc-order-status.preparing{background:rgba(212,175,55,.12);color:#D4AF37;border:1px solid rgba(212,175,55,.2)}
.bc-order-status.onway{background:rgba(96,165,250,.1);color:#60A5FA;border:1px solid rgba(96,165,250,.2)}
.bc-order-status.new{background:rgba(74,222,128,.1);color:#4ade80;border:1px solid rgba(74,222,128,.2)}

/* ── Admin Parallax ── */
#admin-section{padding:8rem 5vw;overflow:hidden;position:relative}
.admin-bg-glow{position:absolute;width:900px;height:600px;background:radial-gradient(ellipse,rgba(59,130,246,.04) 0%,transparent 70%);top:50%;left:50%;transform:translate(-50%,-50%);pointer-events:none}
.admin-content{display:grid;grid-template-columns:1fr 1fr;gap:6rem;align-items:center;max-width:1100px;margin:0 auto}
.admin-panel-wrap{position:relative;height:520px}
.admin-main-img{width:100%;height:100%;object-fit:cover;border-radius:1.2rem;border:1px solid rgba(255,255,255,.08);box-shadow:0 40px 100px rgba(0,0,0,.7)}
.floating-card{position:absolute;background:rgba(8,8,8,.92);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.08);border-radius:1rem;padding:1.1rem 1.4rem}
.floating-card-1{top:-2rem;right:-2rem;width:195px}
.floating-card-2{bottom:2rem;left:-2rem;width:185px}
.fc-label{font-size:.6rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:rgba(255,255,255,.3);margin-bottom:.4rem}
.fc-value{font-size:1.3rem;font-weight:700;letter-spacing:-.03em}
.fc-value.gold{color:#D4AF37}
.fc-value.blue{color:#60A5FA}
.fc-change{display:flex;align-items:center;gap:.3rem;margin-top:.2rem;font-size:.68rem;color:#4ade80}
.fc-dots{display:flex;gap:.3rem;margin-top:.45rem}
.fc-dot{width:5px;height:5px;border-radius:50%}

/* ── Order Types — Pickup Visual ── */
.ot-pickup-visual{display:flex;flex-direction:column;gap:.4rem}
.ot-pickup-row{display:flex;align-items:center;gap:.75rem;background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.06);border-radius:.7rem;padding:.5rem .75rem}
.ot-pickup-time{font-size:.82rem;font-weight:700;color:rgba(251,146,60,.8);font-variant-numeric:tabular-nums;min-width:38px;letter-spacing:-.01em}
.ot-pickup-info{flex:1;display:flex;align-items:center;justify-content:space-between;gap:.5rem}
.ot-pickup-name{font-size:.75rem;font-weight:500;color:rgba(255,255,255,.5)}
.ot-pickup-tag{font-size:.6rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;border-radius:2rem;padding:.18rem .55rem;border:1px solid}
.ot-pickup-tag--ready{background:rgba(74,222,128,.1);color:#4ade80;border-color:rgba(74,222,128,.22)}
.ot-pickup-tag--prep{background:rgba(251,146,60,.1);color:rgba(251,146,60,.8);border-color:rgba(251,146,60,.2)}

/* ── Order Types ── */
#order-types{padding:8rem 5vw;position:relative}
.ot-inner{max-width:1100px;margin:0 auto}
.ot-section-title{
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:0.06em;
  line-height:1.12;
  max-width:min(100%,44rem);
  margin:0 auto 0.5rem;
  font-size:clamp(1.05rem,2.2vw,1.75rem);
}
.ot-section-title .ot-title-line1,
.ot-section-title .ot-title-line2{
  display:block;
  margin:0;
  padding:0;
  line-height:1.12;
  max-width:100%;
}
@media(max-width:768px){
  .ot-section-title{font-size:clamp(0.95rem,3.2vw,1.35rem)}
}
.ot-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.4rem;margin-top:.5rem}

.ot-card{
  background:rgba(255,255,255,.025);
  border:1px solid var(--ot-border,rgba(255,255,255,.08));
  border-radius:1.4rem;
  padding:1.8rem;
  position:relative;
  overflow:hidden;
  display:flex;
  flex-direction:column;
  gap:.9rem;
  transition:transform .3s ease,box-shadow .3s ease;
}
.ot-card::before{
  content:'';
  position:absolute;
  inset:0;
  background:radial-gradient(circle at top left,var(--ot-accent-soft,transparent) 0%,transparent 65%);
  pointer-events:none;
}
.ot-card:hover{transform:translateY(-5px);box-shadow:0 28px 70px rgba(0,0,0,.55)}
.ot-card--featured{box-shadow:0 0 0 1px var(--ot-border),0 20px 60px rgba(212,175,55,.07)}
.ot-card--featured::after{content:'';position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,var(--ot-accent),transparent)}

.ot-card-top{display:flex;align-items:center;justify-content:space-between}
.ot-card-top--icon-only{align-items:flex-start;justify-content:space-between;gap:.75rem}
.ot-card-top--icon-only .ot-card-title{flex:1;min-width:0;line-height:1.25}
.ot-card-top--icon-only .ot-card-icon{flex-shrink:0}
.ot-pill{display:inline-flex;align-items:center;font-size:.6rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--ot-accent);background:var(--ot-accent-soft);border:1px solid var(--ot-border);border-radius:2rem;padding:.25rem .8rem}
.ot-card-icon{font-size:1.6rem;line-height:1;filter:drop-shadow(0 2px 6px rgba(0,0,0,.5))}
.ot-card-title{font-size:1.1rem;font-weight:700;letter-spacing:-.03em;color:#fff;margin:0}
.ot-card-desc{font-size:.81rem;color:rgba(255,255,255,.4);line-height:1.68;margin:0;flex:1}

.ot-features{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.45rem}
.ot-features li{font-size:.ç77rem;color:rgba(255,255,255,.5);display:flex;align-items:center;gap:.5rem}
.ot-features li::before{content:'';width:5px;height:5px;border-radius:50%;background:var(--ot-accent);flex-shrink:0;opacity:.8}

.ot-card-visual{margin-top:auto;padding-top:.85rem;border-top:1px solid rgba(255,255,255,.05)}

/* Gel Al — bildirim kartı */
.ot-notify-card{display:flex;align-items:center;gap:.75rem;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.07);border-radius:.85rem;padding:.75rem 1rem}
.ot-notify-icon{width:34px;height:34px;border-radius:.6rem;border:1px solid;display:flex;align-items:center;justify-content:center;font-size:.95rem;flex-shrink:0}
.ot-notify-text{flex:1;min-width:0}
.ot-notify-title{font-size:.75rem;font-weight:600;color:#fff;line-height:1.35;overflow-wrap:break-word}
.ot-notify-sub{font-size:.7rem;color:rgba(255,255,255,.35);margin-top:.1rem}
.ot-notify-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0;animation:pulseDot 2s ease infinite}

/* Teslimat — harita zonu */
.ot-map-visual{position:relative;display:flex;align-items:center;justify-content:center;height:72px}
.ot-map-zone{position:absolute;border-radius:50%;border:1px solid var(--ot-border);animation:otRingPulse 3s ease infinite}
.ot-map-zone{width:36px;height:36px}
.ot-map-zone--2{width:56px;height:56px;animation-delay:.8s;opacity:.6}
.ot-map-zone--3{width:72px;height:72px;animation-delay:1.5s;opacity:.35}
.ot-map-pin{color:var(--ot-accent);position:relative;z-index:2;filter:drop-shadow(0 0 8px rgba(212,175,55,.5))}
.ot-map-label{position:absolute;bottom:0;left:50%;transform:translateX(-50%);white-space:nowrap;font-size:.65rem;font-weight:600;color:rgba(255,255,255,.35);letter-spacing:.04em}

/* QR / Masa — masa durumu */
.ot-table-visual{display:flex;flex-direction:column;gap:.4rem}
.ot-table-row{display:flex;align-items:center;justify-content:space-between;background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.06);border-radius:.6rem;padding:.45rem .7rem}
.ot-table-num{font-size:.75rem;font-weight:600;color:rgba(255,255,255,.5)}
.ot-table-status{font-size:.65rem;font-weight:600;letter-spacing:.04em;border-radius:2rem;padding:.2rem .6rem}
.ot-table-status--active{background:rgba(167,139,250,.12);color:rgba(167,139,250,.9);border:1px solid rgba(167,139,250,.2)}
.ot-table-status--pending{background:rgba(212,175,55,.1);color:rgba(212,175,55,.7);border:1px solid rgba(212,175,55,.18)}
.ot-table-status--empty{background:rgba(255,255,255,.04);color:rgba(255,255,255,.25);border:1px solid rgba(255,255,255,.07)}

@keyframes otRingPulse{0%,100%{transform:scale(1);opacity:.6}50%{transform:scale(1.12);opacity:.25}}

@media(max-width:1024px){.ot-grid{grid-template-columns:1fr 1fr}}
@media(max-width:768px){.ot-grid{grid-template-columns:1fr}}

/* ── Campaign ── */
#campaign{padding:10rem 5vw;position:relative;transition:background 1s ease}
.campaign-inner{max-width:860px;margin:0 auto;text-align:center}
.countdown-grid{display:flex;gap:1.2rem;justify-content:center;margin:2.5rem 0;flex-wrap:wrap}
.count-box{display:flex;flex-direction:column;align-items:center;background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.07);border-radius:.9rem;padding:1.4rem 1.8rem;min-width:95px}
.count-num{font-size:2.8rem;font-weight:800;letter-spacing:-.05em;font-variant-numeric:tabular-nums;background:linear-gradient(135deg,#D4AF37,#fff);-webkit-background-clip:text;-webkit-text-fill-color:transparent}
.count-label{font-size:.6rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:rgba(255,255,255,.3);margin-top:.25rem}
.pricing-card{background:rgba(255,255,255,.025);border:1px solid rgba(212,175,55,.2);border-radius:1.5rem;padding:3rem;position:relative;overflow:hidden}
.pricing-card::before{content:'';position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,#D4AF37,transparent)}
.pricing-badge{display:inline-flex;align-items:center;gap:.5rem;background:rgba(212,175,55,.1);border:1px solid rgba(212,175,55,.3);border-radius:2rem;padding:.4rem 1rem;font-size:.72rem;font-weight:700;color:#D4AF37;margin-bottom:1.5rem}
.pricing-price{font-size:3.8rem;font-weight:900;letter-spacing:-.06em;display:flex;align-items:flex-start;justify-content:center;gap:.3rem}
.pricing-price sup{font-size:1.4rem;font-weight:600;margin-top:.5rem;color:#D4AF37}
.pricing-price span{color:#D4AF37}
.pricing-period{font-size:1.1rem;font-weight:300;color:rgba(255,255,255,.38);align-self:flex-end;margin-bottom:.4rem}
.pricing-free{font-size:.82rem;font-weight:500;color:rgba(255,255,255,.38);margin-top:.5rem;margin-bottom:2rem}
.pricing-free strong{color:#4ade80}
.pricing-features{display:flex;flex-direction:column;gap:.7rem;text-align:left;max-width:380px;margin:0 auto 2.5rem}
.pf-row{display:flex;align-items:center;gap:.7rem;font-size:.88rem;color:rgba(255,255,255,.7)}
.pf-row::before{content:'✓';color:#D4AF37;font-weight:700;flex-shrink:0}

/* ── Signup ── */
#signup{padding:7rem 5vw;background:#000}

/* ── Footer ── */
/* ══ FAQ ══════════════════════════════════════════════════════════════════ */
#faq{padding:7rem 5vw}
.faq-inner{max-width:780px;margin:0 auto}
.faq-header{text-align:center;margin-bottom:3.5rem}
.faq-list{display:flex;flex-direction:column;gap:.75rem}
.faq-item{
  border:1px solid rgba(255,255,255,.08);
  border-radius:1rem;
  background:rgba(255,255,255,.02);
  overflow:hidden;
  transition:border-color .25s;
}
.faq-item.open{border-color:rgba(212,175,55,.25);background:rgba(212,175,55,.03)}
.faq-question{
  display:flex;align-items:center;justify-content:space-between;
  padding:1.15rem 1.5rem;
  cursor:pointer;
  gap:1rem;
  user-select:none;
}
.faq-question-text{font-size:.95rem;font-weight:600;color:#fff;line-height:1.45}
.faq-icon{
  width:26px;height:26px;border-radius:50%;
  border:1px solid rgba(255,255,255,.12);
  display:flex;align-items:center;justify-content:center;
  flex-shrink:0;
  transition:transform .3s,border-color .25s,background .25s;
  font-size:.7rem;color:rgba(255,255,255,.4);
}
.faq-item.open .faq-icon{
  transform:rotate(45deg);
  border-color:rgba(212,175,55,.4);
  background:rgba(212,175,55,.1);
  color:#D4AF37;
}
.faq-answer{
  max-height:0;overflow:hidden;
  transition:max-height .35s ease,padding .3s;
  padding:0 1.5rem;
}
.faq-answer-inner{
  font-size:.875rem;color:rgba(255,255,255,.5);
  line-height:1.7;padding-bottom:1.25rem;
  border-top:1px solid rgba(255,255,255,.06);
  padding-top:.9rem;
}
.faq-item.open .faq-answer{max-height:500px}
.faq-category{font-size:.62rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#d3af38;padding:.25rem .25rem .6rem;margin-top:2rem}
.faq-category:first-child{margin-top:0}
.faq-label{color:rgba(255,255,255,.65);font-weight:600}
.faq-label-gold{color:#D4AF37}
.faq-cta{text-align:center;margin-top:3rem}
.faq-cta-text{font-size:.85rem;color:rgba(255,255,255,.58);margin-bottom:1rem}

#footer{border-top:1px solid rgba(255,255,255,.06);padding:2.5rem 5vw;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem}
.footer-logo{font-size:1.2rem;font-weight:800;letter-spacing:-.04em;color:#ffffff}
.footer-copy{font-size:.76rem;color:rgba(255,255,255,.45)}
.footer-links{display:flex;gap:1.5rem}
.footer-link{font-size:.76rem;color:rgba(255,255,255,.45);text-decoration:none;transition:color .2s}
.footer-link:hover{color:#fff}

/* ── Entrance ── */
.fade-up{opacity:0;transform:translateY(38px)}
.fade-in{opacity:0}

/* ════════════════════════════
   MOBILE RESPONSIVE
════════════════════════════ */
@media(max-width:1024px){
  #navbar{padding:1.2rem 2rem}
  #hero{padding:7rem 2rem 4rem}
  .hero-inner{grid-template-columns:1fr;gap:2rem}
  .hero-visual-wrap{height:min(48vh,400px);min-height:280px;order:-1}
  .hero-phone-img{height:100%}
  .hero-title{font-size:clamp(2.8rem,8vw,4.5rem)}
  #heroLine1{font-size:clamp(2.4rem,7vw,4rem)!important;margin-bottom:13px!important}
}

@media(max-width:768px){
  #navbar{padding:1rem 1.2rem}
  .nav-links{display:none}
  .faq-category{font-size:.862rem}
  #heroLine1{font-size:clamp(2rem,9vw,3.2rem)!important;margin-bottom:10px!important}
  #hero{padding:6.5rem 1.2rem 3rem}
  .hero-inner{grid-template-columns:1fr}
  .hero-visual-wrap{height:min(42vh,340px);min-height:240px}
  .hero-phone-img{height:100%}
  .hero-stats{gap:1.5rem}
  .stat-divider{display:none}

  /* Phone section mobile: NO sticky, stack vertically */
  #phone-section .phone-scroll-track{height:auto}
  #phone-section .phone-sticky{
    position:static !important;
    height:auto;
    padding:4rem 1.2rem;
    align-items:flex-start;
  }
  #phone-section .phone-sticky-inner{
    grid-template-columns:1fr;
    gap:2.5rem;
    max-width:100%;
  }
  .phone-text-side{max-width:100%;order:2}
  .phone-mockup-side{order:1;margin:0 auto}
  .phone-frame{width:240px;height:490px;border-radius:34px}
  .phone-ring,.phone-ring-2{display:none}
  .phone-steps-wrapper{height:auto;min-height:160px}
  .phone-step{position:static !important;opacity:1 !important;transform:none !important;display:none}
  .phone-step.active{display:flex !important}
  .mobile-step-tabs{display:flex!important}

  /* Bento: 1 column */
  .bento-grid{grid-template-columns:1fr;gap:.9rem}
  .bento-card.wide,.bento-card.full{grid-column:span 1}
  .bc-branches{flex-direction:column}
  .bc-branch,.bc-branch-add{min-width:auto}

  /* Admin */
  .admin-content{grid-template-columns:1fr;gap:2.5rem}
  .admin-panel-wrap{height:260px}
  .floating-card-1{right:0;top:-1rem}
  .floating-card-2{left:0;bottom:.5rem}

  #campaign{padding:5rem 1.2rem}
  .count-box{padding:1rem 1.3rem;min-width:75px}
  .count-num{font-size:2.2rem}
  .pricing-card{padding:2rem 1.2rem}
  #signup{padding:5rem 1.2rem}
  #footer{flex-direction:column;align-items:flex-start}
}

/* Mobile tabs (hidden on desktop) */
.mobile-step-tabs{display:none;gap:.5rem;margin-bottom:1.5rem;flex-wrap:wrap;overflow-x:auto;scrollbar-width:none}
.mobile-step-tabs::-webkit-scrollbar{display:none}
.mobile-tab{padding:.45rem 1rem;border-radius:2rem;border:1px solid rgba(255,255,255,.12);font-size:.72rem;font-weight:600;color:rgba(255,255,255,.4);cursor:pointer;background:transparent;transition:all .25s}
.mobile-tab.active{background:rgba(212,175,55,.12);border-color:rgba(212,175,55,.3);color:#D4AF37}

/* ── FAB GROUP ────────────────────────────────── */
/* ── Form inputs ── */
.form-input{
  width:100%;padding:.9rem 1.1rem;
  background:rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.09);
  border-radius:.55rem;color:#fff;
  font-family:'Inter',sans-serif;font-size:.88rem;
  outline:none;transition:border-color .2s,background .2s;
}
.form-input:focus{
  border-color:rgba(212,175,55,.45);
  background:rgba(255,255,255,.06);
}
.form-input::placeholder{color:rgba(255,255,255,.55)}
.form-input:disabled{opacity:.5;cursor:not-allowed}

/* ── FAB GROUP ── */
.fab-group{
  position:fixed;
  bottom:1.8rem;
  right:1.6rem;
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:.75rem;
  z-index:800;
}
.fab{
  width:48px;
  height:48px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  cursor:pointer;
  border:none;
  text-decoration:none;
  transition:transform .25s,box-shadow .25s,opacity .25s;
  box-shadow:0 4px 18px rgba(0,0,0,.45);
}
.fab:hover{transform:translateY(-3px);box-shadow:0 8px 24px rgba(0,0,0,.55)}
.fab-whatsapp{background:#25D366;color:#fff}
.fab-top{
  background:rgba(20,20,24,.85);
  backdrop-filter:blur(10px);
  -webkit-backdrop-filter:blur(10px);
  border:1px solid rgba(255,255,255,.12);
  color:rgba(255,255,255,.75);
  opacity:0;
  pointer-events:none;
  transition:opacity .3s,transform .25s,box-shadow .25s;
}
.fab-top.visible{opacity:1;pointer-events:auto}

@keyframes spin{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}
@keyframes floatY{0%,100%{transform:translateY(0)}50%{transform:translateY(-12px)}}

/* ── Cookie Consent Banner ─────────────────────────────────────────────────── */
#cookieBanner{
  position:fixed;
  bottom:0; left:0; right:0;
  z-index:9999;
  padding:.9rem 1.2rem;
  background:rgba(14,14,18,.96);
  backdrop-filter:blur(16px);
  -webkit-backdrop-filter:blur(16px);
  border-top:1px solid rgba(255,255,255,.08);
  transform:translateY(100%);
  transition:transform .4s cubic-bezier(.16,1,.3,1);
}
#cookieBanner.visible{ transform:translateY(0); }
.cookie-inner{
  max-width:960px;
  margin:0 auto;
  display:flex;
  align-items:center;
  gap:1.5rem;
  flex-wrap:wrap;
}
.cookie-text{ flex:1; min-width:220px; }
.cookie-title{
  font-size:.9rem;
  font-weight:700;
  color:#fff;
  margin-bottom:.25rem;
}
.cookie-desc{
  font-size:.78rem;
  color:rgba(255,255,255,.55);
  line-height:1.5;
  margin:0 0 .3rem;
}
.cookie-more{
  font-size:.75rem;
  color:rgba(74,222,128,.7);
  text-decoration:none;
}
.cookie-more:hover{ text-decoration:underline; }
.cookie-actions{
  display:flex;
  gap:.6rem;
  flex-shrink:0;
}
.cookie-btn{
  padding:.5rem 1.3rem;
  border-radius:6px;
  font-size:.82rem;
  font-weight:600;
  cursor:pointer;
  border:none;
  transition:opacity .2s,transform .15s;
}
.cookie-btn:hover{ opacity:.85; transform:translateY(-1px); }
.cookie-deny{
  background:transparent;
  border:1px solid rgba(255,255,255,.22);
  color:rgba(255,255,255,.65);
}
.cookie-accept{
  background:linear-gradient(135deg,#4ade80,#22c55e);
  color:#0a2010;
}

/* reCAPTCHA badge — only visible near signup section */
.grecaptcha-badge{
  visibility:hidden;
  opacity:0;
  transition:opacity .4s,visibility .4s;
}
.grecaptcha-badge.recaptcha-visible{
  visibility:visible;
  opacity:1;
}

/* ── SEO landing (ör. /google-restoran-menu-listeleme) ─────────────────── */
.seo-landing-body .nav-logo,
a.nav-logo{
  text-decoration:none;
}
a.nav-logo:hover{
  color:#fff;
}

/* Ana kap */
.seo-landing{
  padding:10rem 0 8rem;
  min-height:100vh;
}
.seo-landing-inner{
  max-width:760px;
  margin:0 auto;
  padding:0 4rem;
}

/* Breadcrumb */
.seo-breadcrumb{
  margin-bottom:3rem;
}
.seo-breadcrumb ol{
  display:flex;
  flex-wrap:wrap;
  gap:.4rem .6rem;
  list-style:none;
  padding:0;
  align-items:center;
  font-size:.7rem;
  font-weight:600;
  letter-spacing:.07em;
  text-transform:uppercase;
}
.seo-breadcrumb li{
  display:inline-flex;
  align-items:center;
  gap:.6rem;
  color:rgba(255,255,255,.32);
}
.seo-breadcrumb li:not(:last-child)::after{
  content:'/';
  opacity:.28;
}
.seo-breadcrumb a{
  color:rgba(255,255,255,.45);
  text-decoration:none;
  transition:color .2s;
}
.seo-breadcrumb a:hover{
  color:#D4AF37;
}

/* Başlık alanı — çok daha geniş nefes */
.seo-landing-header{
  margin-bottom:3rem;
  padding-bottom:3rem;
  border-bottom:1px solid rgba(255,255,255,.06);
}
.seo-landing-eyebrow{
  display:inline-flex;
  align-items:center;
  gap:.48rem;
  font-size:.68rem;
  font-weight:700;
  letter-spacing:.16em;
  text-transform:uppercase;
  color:#D4AF37;
  background:rgba(212,175,55,.08);
  border:1px solid rgba(212,175,55,.24);
  padding:.4rem 1rem;
  border-radius:999px;
  margin-bottom:1.85rem;
}
.seo-landing-eyebrow-dot{
  width:5px;
  height:5px;
  border-radius:50%;
  background:#D4AF37;
  box-shadow:0 0 8px rgba(212,175,55,.7);
  animation:pulseDot 2.4s ease infinite;
}
.seo-landing-title{
  font-size:clamp(2.2rem,5.5vw,3.6rem);
  font-weight:800;
  letter-spacing:-.04em;
  line-height:1.1;
  color:#fff;
}

/* Lead & prose */
.seo-lead{
  font-size:clamp(1.04rem,1.5vw,1.18rem);
  font-weight:400;
  color:rgba(255,255,255,.58);
  line-height:1.9;
  margin-bottom:1.5rem;
}
.seo-prose{
  font-size:.98rem;
  color:rgba(255,255,255,.5);
  line-height:1.9;
  margin-bottom:1.25rem;
}

/* Bölümler */
.seo-section{
  margin-top:4.5rem;
  padding-top:3rem;
  border-top:1px solid rgba(255,255,255,.07);
}
.seo-section h2{
  font-size:clamp(1.45rem,3vw,1.9rem);
  font-weight:800;
  letter-spacing:-.035em;
  color:#fff;
  margin-bottom:1.5rem;
  line-height:1.18;
}
.seo-prose-intro{
  margin-bottom:2rem;
}

/* Adımlar */
.seo-steps{
  counter-reset:seo-step;
  list-style:none;
  margin:0;
  padding:0;
  display:flex;
  flex-direction:column;
  gap:1.25rem;
}
.seo-steps li{
  counter-increment:seo-step;
  position:relative;
  padding:1.5rem 1.5rem 1.5rem 5rem;
  background:rgba(255,255,255,.028);
  border:1px solid rgba(255,255,255,.07);
  border-radius:1rem;
  font-size:.95rem;
  color:rgba(255,255,255,.58);
  line-height:1.8;
}
.seo-steps li::before{
  content:counter(seo-step);
  position:absolute;
  left:1.35rem;
  top:1.5rem;
  width:2.2rem;
  height:2.2rem;
  border-radius:50%;
  background:rgba(212,175,55,.12);
  border:1px solid rgba(212,175,55,.38);
  color:#D4AF37;
  font-size:.8rem;
  font-weight:800;
  display:flex;
  align-items:center;
  justify-content:center;
}
.seo-steps li strong{
  display:block;
  font-size:1rem;
  font-weight:700;
  color:rgba(255,255,255,.9);
  margin-bottom:.55rem;
}

/* Fayda kartları */
.seo-benefits{
  list-style:none;
  margin:0;
  padding:0;
  display:flex;
  flex-direction:column;
  gap:1rem;
}
.seo-benefits li{
  padding:1.4rem 1.5rem;
  background:rgba(255,255,255,.022);
  border:1px solid rgba(255,255,255,.07);
  border-left:3px solid rgba(212,175,55,.5);
  border-radius:1rem;
  font-size:.93rem;
  color:rgba(255,255,255,.55);
  line-height:1.8;
}
.seo-benefits li strong{
  display:block;
  font-size:.97rem;
  font-weight:700;
  color:#D4AF37;
  margin-bottom:.4rem;
}

/* CTA şeridi */
.seo-cta-strip{
  margin-top:4.5rem;
  margin-bottom:2rem;
  padding:2.75rem 2rem;
  border-radius:1.25rem;
  background:linear-gradient(160deg,rgba(212,175,55,.1),rgba(255,255,255,.025));
  border:1px solid rgba(212,175,55,.22);
  text-align:center;
}
.seo-cta-strip p{
  font-size:.95rem;
  color:rgba(255,255,255,.5);
  line-height:1.75;
  margin-bottom:0;
  max-width:44ch;
  margin-left:auto;
  margin-right:auto;
}

@keyframes seoFadeIn{
  from{opacity:0;transform:translateY(18px) scale(.97)}
  to  {opacity:1;transform:translateY(0)    scale(1)}
}

@media(max-width:1024px){
  .seo-landing-inner{
    padding:0 3rem;
  }
}
@media(max-width:768px){
  .seo-landing{
    padding:8rem 0 6rem;
  }
  .seo-landing-inner{
    padding:0 1.35rem;
  }
  .seo-landing-header{
    margin-bottom:2.25rem;
    padding-bottom:2.25rem;
  }
  .seo-steps li{
    padding:1.25rem 1.1rem 1.25rem 4.5rem;
  }
  .seo-steps li::before{
    left:1.1rem;
    top:1.25rem;
  }
  .seo-section{
    margin-top:3.25rem;
    padding-top:2.25rem;
  }
  .seo-cta-strip{
    padding:2rem 1.25rem;
    margin-top:3.25rem;
  }
}
