/* Akcie AI premium product layer — loaded after the original application styles. */
:root {
  --landing-ink: #131021;
  --landing-muted: #607069;
  --landing-line: #e1dfe7;
  --landing-bg: #f5f4f7;
  --brand: #3919b7;
  --brand-dark: #260c8d;
  --brand-soft: #e9e8ee;
  --lime: #7c5ef5;
  --cream: #faf9fb;
  --workspace: #0a0813;
  --workspace-soft: #100d1b;
  --landing-shadow: 0 30px 90px rgba(29, 24, 51, .12);
}

body {
  background: var(--landing-bg);
  color: var(--landing-ink);
  overflow-x: hidden;
}

#features,
#how,
#pricing,
#app {
  scroll-margin-top: 88px;
}

.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 9999;
  transform: translateY(-150%);
  padding: 10px 14px;
  border-radius: 10px;
  background: #fff;
  color: #111;
  box-shadow: 0 8px 30px rgba(0,0,0,.18);
}

.skip-link:focus { transform: translateY(0); }

.landing-shell {
  width: min(1240px, calc(100% - 48px));
  margin-inline: auto;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 1000;
  padding: 16px 0;
  transition: padding .25s ease, background .25s ease, box-shadow .25s ease, border-color .25s ease;
  border-bottom: 1px solid transparent;
}

.site-header.is-scrolled {
  padding: 10px 0;
  background: rgba(247, 247, 249, .86);
  border-color: rgba(19, 16, 33, .08);
  box-shadow: 0 10px 40px rgba(27, 21, 49, .07);
  backdrop-filter: blur(18px) saturate(140%);
}

.site-header__inner {
  width: min(1320px, calc(100% - 40px));
  min-height: 58px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.brand { display: inline-flex; align-items: center; gap: 10px; flex: 0 0 auto; }
.brand__mark {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  color: var(--brand-dark);
  background: linear-gradient(145deg, #e4e2ef, #f6f6f8);
  border: 1px solid rgba(57, 25, 183, .22);
  border-radius: 14px;
  box-shadow: 0 8px 24px rgba(57, 25, 183, .13);
}
.brand__mark svg { width: 27px; height: 27px; }
.brand__text { color: #161226; font-size: 20px; font-weight: 900; letter-spacing: -.045em; }
.brand__text span { color: var(--brand); }

.site-nav { display: flex; align-items: center; gap: 30px; }
.site-nav a { color: #52645b; font-size: 14px; font-weight: 650; transition: color .18s ease; }
.site-nav a:hover { color: var(--brand-dark); }

.site-header__actions { display: flex; align-items: center; gap: 10px; }
.header-cart {
  min-width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 0 11px;
  border: 1px solid rgba(19, 16, 33, .1);
  border-radius: 13px;
  background: rgba(255,255,255,.62);
  color: #312952;
}
.header-cart svg { width: 19px; height: 19px; }
.header-cart span { min-width: 18px; height: 18px; display: grid; place-items: center; padding: 0 4px; border-radius: 99px; background: var(--brand); color: #fff; font-size: 10px; font-weight: 800; }
.header-cta, .primary-cta, .price-card__button {
  border: 0;
  cursor: pointer;
  color: #fff;
  background: linear-gradient(135deg, #3d1bc7, #290c9c);
  box-shadow: 0 12px 30px rgba(43, 14, 157, .25), inset 0 1px 0 rgba(255,255,255,.25);
  transition: transform .18s ease, box-shadow .18s ease, filter .18s ease;
}
.header-cta { min-height: 42px; padding: 0 18px; border-radius: 13px; font-size: 13px; font-weight: 800; }
.header-cta:hover, .primary-cta:hover, .price-card__button:hover:not(:disabled) { transform: translateY(-2px); filter: brightness(1.03); box-shadow: 0 16px 34px rgba(43, 14, 157, .3); }
.menu-toggle { display: none; width: 42px; height: 42px; border: 0; border-radius: 13px; background: #fff; padding: 11px; }
.menu-toggle span { display: block; width: 100%; height: 2px; margin: 4px 0; border-radius: 2px; background: #251f3e; }

.landing-hero {
  position: relative;
  isolation: isolate;
  min-height: 830px;
  padding: 154px 0 96px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255,255,255,.5), rgba(245, 244, 247,.96)),
    radial-gradient(circle at 76% 28%, rgba(94, 62, 224, .16), transparent 28%);
}
.landing-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  opacity: .36;
  background-image: linear-gradient(rgba(38, 31, 67, .045) 1px, transparent 1px), linear-gradient(90deg, rgba(38, 31, 67, .045) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: linear-gradient(to bottom, #000, transparent 82%);
}
.landing-hero__glow { position: absolute; z-index: -1; border-radius: 999px; filter: blur(4px); pointer-events: none; }
.landing-hero__glow--one { width: 400px; height: 400px; right: -160px; top: 100px; background: rgba(124, 94, 245, .28); }
.landing-hero__glow--two { width: 340px; height: 340px; left: -220px; top: 420px; background: rgba(57, 25, 183, .13); }
.landing-hero__grid { display: grid; grid-template-columns: minmax(0, .92fr) minmax(520px, 1.08fr); align-items: center; gap: 74px; }
.eyebrow { width: fit-content; display: flex; align-items: center; gap: 9px; min-height: 34px; padding: 0 13px; margin-bottom: 25px; border: 1px solid rgba(37, 18, 112, .14); border-radius: 999px; background: rgba(255,255,255,.72); color: #393060; font-size: 12px; font-weight: 750; box-shadow: 0 7px 24px rgba(43, 33, 84, .06); }
.eyebrow__pulse { width: 7px; height: 7px; border-radius: 50%; background: var(--brand); box-shadow: 0 0 0 5px rgba(57, 25, 183,.12); }
.landing-hero h1 { margin: 0; max-width: 690px; color: #131020; font-size: clamp(54px, 6.2vw, 86px); font-weight: 850; line-height: .96; letter-spacing: -.072em; }
.landing-hero h1 span { color: transparent; background: linear-gradient(110deg, #2b0f9c 5%, #5639ca 68%, #3b1bb9); -webkit-background-clip: text; background-clip: text; }
.landing-hero__lead { max-width: 620px; margin: 27px 0 0; color: var(--landing-muted); font-size: 18px; line-height: 1.7; }
.landing-hero__actions { display: flex; align-items: center; gap: 14px; margin-top: 34px; }
.primary-cta { min-height: 56px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; padding: 0 23px; border-radius: 17px; font-size: 15px; font-weight: 800; }
.primary-cta svg { width: 19px; height: 19px; }
.primary-cta--small { min-height: 48px; padding-inline: 19px; border-radius: 14px; }
.secondary-cta { min-height: 56px; display: inline-flex; align-items: center; padding: 0 20px; border: 1px solid rgba(19, 16, 33,.11); border-radius: 17px; background: rgba(255,255,255,.64); color: #302851; font-size: 14px; font-weight: 750; }
.hero-benefits { display: flex; flex-wrap: wrap; gap: 17px; margin-top: 27px; color: #66766e; font-size: 12px; font-weight: 650; }
.hero-benefits span { display: inline-flex; align-items: center; gap: 6px; }
.hero-benefits svg { width: 16px; height: 16px; color: var(--brand); }

.hero-product { position: relative; padding: 0 9px 14px; }
.hero-product__window { position: relative; z-index: 2; overflow: hidden; border: 1px solid rgba(27, 19, 61, .14); border-radius: 30px; background: rgba(255,255,255,.92); box-shadow: 0 45px 110px rgba(34, 26, 67, .18), 0 10px 28px rgba(34, 26, 67, .08); transform: perspective(1400px) rotateY(-2deg) rotateX(1deg); }
.hero-product__bar { height: 54px; display: grid; grid-template-columns: 70px 1fr 32px; align-items: center; gap: 12px; padding: 0 16px; border-bottom: 1px solid #e8e7ec; background: #f5f4f7; }
.hero-product__dots { display: flex; gap: 6px; }
.hero-product__dots span { width: 8px; height: 8px; border-radius: 50%; background: #d5d3dd; }
.hero-product__dots span:first-child { background: #ff9383; }
.hero-product__dots span:nth-child(2) { background: #96ccdc; }
.hero-product__dots span:nth-child(3) { background: #8570d9; }
.hero-product__url { min-height: 28px; display: flex; align-items: center; justify-content: center; border: 1px solid #e6e5eb; border-radius: 9px; background: #fff; color: #809087; font-size: 10px; }
.hero-product__secure { color: #829089; }
.hero-product__secure svg { width: 17px; height: 17px; }
.hero-ai-card.ai-shopping-box { margin: 0; padding: 28px; border: 0; border-radius: 0; background: #fff; box-shadow: none; color: #171327; backdrop-filter: none; }
.hero-ai-card.ai-shopping-box::before { background: radial-gradient(circle at 95% 0, rgba(124, 94, 245,.2), transparent 35%); }
.ai-kicker { display: inline-flex; align-items: center; gap: 7px; margin-bottom: 10px; color: #2a0d9d; font-size: 11px; font-weight: 850; letter-spacing: .04em; text-transform: uppercase; }
.ai-kicker__icon { width: 23px; height: 23px; display: grid; place-items: center; border-radius: 8px; color: #210b78; background: var(--brand-soft); }
.hero-ai-card .ai-shopping-box__header h2 { color: #151124; font-size: 27px; font-weight: 850; letter-spacing: -.04em; }
.hero-ai-card .ai-shopping-box__header p { color: #6d7b73; font-size: 13px; }
.hero-ai-card .ai-shopping-box__row { grid-template-columns: 1fr auto; gap: 9px; margin-top: 18px; padding: 6px; border: 1px solid #e1dfe7; border-radius: 17px; background: #f7f6f9; transition: box-shadow .2s ease, border-color .2s ease; }
.hero-ai-card .ai-shopping-box__row:focus-within { border-color: rgba(57, 25, 183,.45); box-shadow: 0 0 0 4px rgba(57, 25, 183,.09); }
.hero-ai-card .ai-shopping-box__input { min-height: 50px; padding: 0 12px; border: 0; background: transparent; color: #1b162d; font-size: 14px; box-shadow: none; }
.hero-ai-card .ai-shopping-box__input:focus { box-shadow: none; }
.hero-ai-card .ai-shopping-box__input::placeholder { color: #9aa69f; }
.hero-ai-card .ai-shopping-box__btn { min-width: 148px; min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 0 15px; border-radius: 13px; color: #fff; background: linear-gradient(135deg, #3e1cc8, #260a98); box-shadow: 0 10px 24px rgba(44, 15, 159,.22); }
.hero-ai-card .ai-shopping-box__btn svg { width: 17px; height: 17px; }
.prompt-chips { display: flex; flex-wrap: wrap; gap: 7px; margin: 14px 0 0; }
.prompt-chips button { min-height: 31px; padding: 0 10px; border: 1px solid #e2e0e8; border-radius: 10px; background: #fff; color: #5d6d64; font-size: 10px; font-weight: 700; cursor: pointer; transition: border-color .15s ease, color .15s ease, background .15s ease; }
.prompt-chips button:hover { border-color: rgba(57, 25, 183,.35); background: #f5f5f7; color: #260c8d; }
.hero-ai-card .ai-shopping-box__check { margin-top: 15px; color: #77847d; font-size: 11px; }
.hero-ai-card .ai-shopping-box__check input { accent-color: var(--brand); }
.hero-ai-card .status { color: #251f3e; }
.hero-ai-card .status--loading { color: #18596d; background: #edf0f1; }
.hero-ai-card .status--error { color: #9d3333; background: #fff0f0; }
.hero-ai-card .status--success { color: #1f0879; background: #f1f0f4; }
.hero-ai-card .ai-shopping-summary-card { border-color: #e2e0e8; background: #f8f8fa; color: #1e1933; box-shadow: none; }
.hero-ai-card .ai-shopping-summary-title, .hero-ai-card .ai-shopping-summary-item { color: #19152b; }
.hero-ai-card .ai-shopping-summary-shop { color: #738178; }
.hero-ai-card .ai-shopping-summary-row { border-color: #e6e5eb; }
.hero-floating-card { position: absolute; z-index: 3; display: flex; align-items: center; gap: 10px; min-width: 210px; padding: 11px 13px; border: 1px solid rgba(25, 17, 58,.12); border-radius: 16px; background: rgba(255,255,255,.9); box-shadow: 0 18px 45px rgba(33, 25, 63, .15); backdrop-filter: blur(14px); animation: floatCard 5s ease-in-out infinite; }
.hero-floating-card--saving { left: -39px; bottom: -22px; }
.hero-floating-card--route { right: -27px; top: 94px; animation-delay: -2.2s; }
.hero-floating-card__icon { width: 36px; height: 36px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 12px; background: var(--brand-soft); color: var(--brand-dark); }
.hero-floating-card__icon svg { width: 19px; height: 19px; }
.hero-floating-card strong, .hero-floating-card small { display: block; }
.hero-floating-card strong { color: #1c1730; font-size: 11px; }
.hero-floating-card small { margin-top: 2px; color: #7c8981; font-size: 8px; }
@keyframes floatCard { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }

.retailer-strip { border-block: 1px solid rgba(35, 27, 66,.08); background: rgba(255,255,255,.56); }
.retailer-strip__inner { min-height: 108px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.retailer-strip__label { color: #819087; font-size: 11px; font-weight: 750; text-transform: uppercase; letter-spacing: .08em; }
.retailer-list { display: flex; flex-wrap: wrap; align-items: center; justify-content: flex-end; gap: 30px; }
.retailer-list span { color: #526159; font-size: 16px; font-weight: 850; letter-spacing: -.03em; opacity: .8; }

.landing-section { padding: 112px 0; background: #faf9fb; }
.landing-section--soft { background: #f0eff3; }
.section-heading { max-width: 720px; margin: 0 auto 48px; text-align: center; }
.section-heading--left { margin-inline: 0; text-align: left; }
.section-heading__kicker { margin-bottom: 13px; color: var(--brand-dark); font-size: 11px; font-weight: 850; text-transform: uppercase; letter-spacing: .12em; }
.section-heading h2 { margin: 0; color: #141122; font-size: clamp(36px, 4.4vw, 58px); line-height: 1.03; letter-spacing: -.055em; }
.section-heading p { margin: 17px auto 0; color: #68776f; font-size: 16px; line-height: 1.7; }

.feature-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.feature-card { position: relative; min-height: 330px; overflow: hidden; padding: 32px; border: 1px solid #e3e2e9; border-radius: 28px; background: #fff; box-shadow: 0 12px 38px rgba(36, 29, 64,.05); }
.feature-card::after { content: ""; position: absolute; width: 180px; height: 180px; right: -80px; bottom: -90px; border-radius: 50%; background: rgba(124, 94, 245,.13); }
.feature-card--large { min-height: 430px; grid-row: span 2; display: flex; flex-direction: column; justify-content: space-between; background: linear-gradient(145deg, #faf9fb, #f4f3f6); }
.feature-card--wide { min-height: 250px; grid-column: 2; }
.feature-card__icon { width: 46px; height: 46px; display: grid; place-items: center; margin-bottom: 22px; border-radius: 15px; background: var(--brand-soft); color: var(--brand-dark); }
.feature-card__icon svg { width: 23px; height: 23px; }
.feature-card__tag { color: #260b94; font-size: 10px; font-weight: 850; text-transform: uppercase; letter-spacing: .1em; }
.feature-card h3 { max-width: 420px; margin: 10px 0 12px; color: #19152a; font-size: 27px; line-height: 1.12; letter-spacing: -.04em; }
.feature-card p { max-width: 490px; margin: 0; color: #6b7971; font-size: 14px; line-height: 1.7; }
.feature-visual { position: relative; z-index: 1; margin-top: 32px; padding: 20px; border: 1px solid #e1dfe8; border-radius: 20px; background: rgba(255,255,255,.76); box-shadow: 0 15px 36px rgba(39, 30, 73,.08); }
.bubble { width: fit-content; max-width: 88%; padding: 10px 13px; border-radius: 14px; font-size: 11px; line-height: 1.45; }
.bubble--user { margin-left: auto; color: #fff; background: #30159d; border-bottom-right-radius: 5px; }
.bubble--ai { margin-top: 10px; color: #3a3061; background: #efeef2; border-bottom-left-radius: 5px; }
.bubble--ai span { color: #290b9f; }
.mini-list { display: grid; grid-template-columns: 1fr auto; gap: 9px 18px; margin-top: 15px; padding-top: 14px; border-top: 1px solid #e5e4eb; color: #607068; font-size: 10px; }
.mini-list strong { color: #1e1933; }
.feature-card__content-row { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 30px; }
.share-pills { display: flex; flex-direction: column; align-items: flex-end; gap: 8px; }
.share-pills span { min-width: 98px; padding: 9px 13px; border: 1px solid #dedce6; border-radius: 11px; background: #f8f8fa; color: #4a3d7d; font-size: 10px; font-weight: 750; text-align: center; }

.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.step-card { position: relative; min-height: 260px; padding: 30px; overflow: hidden; border: 1px solid rgba(29, 23, 55,.09); border-radius: 26px; background: rgba(255,255,255,.72); }
.step-card__number { position: absolute; top: 22px; right: 25px; color: rgba(32, 22, 70,.12); font-size: 47px; font-weight: 900; letter-spacing: -.07em; }
.step-card__icon { width: 48px; height: 48px; display: grid; place-items: center; margin-bottom: 24px; border-radius: 15px; background: #fff; box-shadow: 0 8px 26px rgba(41, 33, 74,.09); font-size: 21px; }
.step-card h3 { margin: 0 0 10px; color: #1e1932; font-size: 21px; letter-spacing: -.03em; }
.step-card p { margin: 0; color: #6c7a72; font-size: 14px; line-height: 1.65; }
.how-cta { min-height: 108px; display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-top: 22px; padding: 24px 28px; border-radius: 25px; color: #fff; background: linear-gradient(120deg, #161129, #201745); box-shadow: 0 20px 50px rgba(26, 18, 56,.14); }
.how-cta strong, .how-cta span { display: block; }
.how-cta strong { font-size: 18px; }
.how-cta span { margin-top: 5px; color: #a9a2c4; font-size: 13px; }

.pricing-grid { max-width: 880px; margin-inline: auto; display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.price-card { position: relative; display: flex; flex-direction: column; min-height: 540px; padding: 32px; border: 1px solid #e1dfe7; border-radius: 28px; background: #fff; box-shadow: 0 20px 55px rgba(36, 29, 63,.07); }
.price-card--pro { color: #fff; border-color: rgba(255,255,255,.1); background: linear-gradient(145deg, #110d21, #17112e); box-shadow: 0 28px 75px rgba(26, 18, 59,.23); }
.price-card__badge { display: inline-flex; width: fit-content; min-height: 29px; align-items: center; padding: 0 10px; border-radius: 99px; color: #250b8d; background: #edecf1; font-size: 9px; font-weight: 850; text-transform: uppercase; letter-spacing: .08em; }
.price-card--pro .price-card__badge { color: #d9d5e8; background: rgba(94, 64, 214,.13); }
.price-card h3 { margin: 21px 0 12px; font-size: 25px; letter-spacing: -.04em; }
.price { display: flex; align-items: baseline; gap: 7px; }
.price strong { font-size: 48px; letter-spacing: -.06em; }
.price span { color: #849087; font-size: 12px; }
.price-card--pro .price span { color: #8476bb; }
.price-card__top p { min-height: 46px; color: #738078; font-size: 13px; line-height: 1.6; }
.price-card--pro .price-card__top p { color: #9387c4; }
.price-card ul { display: grid; gap: 16px; margin: 22px 0 30px; padding: 22px 0 0; border-top: 1px solid #e8e7ec; list-style: none; }
.price-card--pro ul { border-color: rgba(255,255,255,.09); }
.price-card li { position: relative; padding-left: 25px; color: #53655a; font-size: 13px; }
.price-card--pro li { color: #b5afcc; }
.price-card li::before { content: "✓"; position: absolute; left: 0; color: var(--brand); font-weight: 900; }
.price-card__button { width: 100%; min-height: 49px; margin-top: auto; border-radius: 14px; font-size: 13px; font-weight: 800; }
.price-card__button:disabled { cursor: not-allowed; color: #9184c3; background: rgba(255,255,255,.08); box-shadow: none; }

.app-workspace { position: relative; padding-top: 88px; color: var(--text); background: var(--workspace); border-radius: 48px 48px 0 0; box-shadow: 0 -20px 80px rgba(20, 13, 46,.12); }
.app-workspace::before { content: ""; position: absolute; inset: 0; pointer-events: none; background: radial-gradient(circle at 15% 8%, rgba(67, 35, 193,.1), transparent 21%), radial-gradient(circle at 84% 15%, rgba(75,143,255,.08), transparent 23%); }
.app-workspace__header { position: relative; z-index: 1; display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; margin-bottom: 28px; }
.app-workspace__kicker { display: flex; align-items: center; gap: 8px; margin-bottom: 12px; color: #917fd8; font-size: 10px; font-weight: 850; text-transform: uppercase; letter-spacing: .12em; }
.app-workspace__kicker span { width: 8px; height: 8px; border-radius: 50%; background: #5130d7; box-shadow: 0 0 0 5px rgba(81, 48, 215,.12); }
.app-workspace__header h2 { margin: 0; color: #f8f8fa; font-size: clamp(35px, 4vw, 58px); line-height: 1.02; letter-spacing: -.055em; }
.app-workspace__header p { max-width: 650px; margin: 13px 0 0; color: #8fa397; font-size: 14px; line-height: 1.65; }
.app-workspace__aiBtn { min-height: 44px; flex: 0 0 auto; padding: 0 15px; border: 1px solid rgba(118, 92, 220,.2); border-radius: 13px; background: rgba(68, 37, 190,.08); color: #a294db; font-size: 12px; font-weight: 750; cursor: pointer; }
.app-workspace .app-layout { position: relative; z-index: 1; width: min(1580px, calc(100% - 34px)); min-height: 760px; margin-inline: auto; overflow: hidden; border: 1px solid rgba(255,255,255,.08); border-bottom: 0; border-radius: 30px 30px 0 0; background: rgba(9, 7, 15,.7); box-shadow: 0 30px 90px rgba(0,0,0,.24); }
.app-workspace .page-shell { padding: 24px; }
.app-workspace .search-panel, .app-workspace .summary-panel, .app-workspace .shop-filters-panel, .app-workspace .compact-table-panel { border-color: rgba(255,255,255,.075); background: linear-gradient(180deg, rgba(255,255,255,.045), rgba(255,255,255,.022)); box-shadow: 0 18px 42px rgba(0,0,0,.17); }
.workspace-label { margin-bottom: 10px; color: #7c66d4; font-size: 10px; font-weight: 850; text-transform: uppercase; letter-spacing: .11em; }
.app-workspace .search-panel__title { font-size: clamp(26px, 2.4vw, 38px); }
.app-workspace .search-box { grid-template-columns: minmax(0, 1fr) auto; gap: 10px; }
.search-box__field { position: relative; min-width: 0; }
.search-box__field svg { position: absolute; left: 17px; top: 50%; width: 20px; height: 20px; transform: translateY(-50%); color: #7789a7; pointer-events: none; }
.app-workspace .search-box__field input { width: 100%; padding-left: 48px; }
.app-workspace .search-box > button { min-width: 120px; }
.app-workspace .shopping-sidebar { background: linear-gradient(180deg, rgba(57, 25, 183,.035), rgba(255,255,255,.015)), #0b0912; }
.app-workspace .shopping-list__title { letter-spacing: -.025em; }
.app-workspace .product-card { border-color: rgba(255,255,255,.08); background: #120f1d; }
.app-workspace .product-card:hover { border-color: rgba(85, 55, 207,.25); transform: translateY(-4px); }

.site-footer { padding: 52px 0; color: #8da196; background: #090711; border-top: 1px solid rgba(255,255,255,.06); }
.site-footer__inner { display: grid; grid-template-columns: 1fr 1.2fr auto auto; align-items: center; gap: 28px; }
.brand--footer .brand__text { color: #f4f3f6; }
.site-footer p { margin: 0; font-size: 12px; }
.site-footer__links { display: flex; gap: 20px; font-size: 11px; font-weight: 700; }
.site-footer__links a:hover { color: #d9d5e8; }
.site-footer__copy { color: #607369; font-size: 10px; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

@media (max-width: 1100px) {
  .landing-hero { min-height: auto; }
  .landing-hero__grid { grid-template-columns: 1fr; gap: 70px; }
  .landing-hero__copy { max-width: 760px; }
  .hero-product { max-width: 720px; margin-inline: auto; }
  .site-nav { gap: 20px; }
  .feature-card--large { min-height: 390px; }
  .site-footer__inner { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 820px) {
  .landing-shell { width: min(100% - 28px, 1240px); }
  .site-header__inner { width: calc(100% - 24px); }
  .site-nav { position: fixed; inset: 82px 12px auto; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 10px; border: 1px solid rgba(31, 25, 54,.1); border-radius: 18px; background: rgba(255,255,255,.96); box-shadow: 0 24px 70px rgba(28, 22, 54,.17); backdrop-filter: blur(18px); }
  .site-nav.is-open { display: flex; }
  .site-nav a { padding: 13px; border-radius: 10px; }
  .site-nav a:hover { background: #f3f2f6; }
  .header-cta { display: none; }
  .menu-toggle { display: block; }
  .landing-hero { padding: 126px 0 76px; }
  .landing-hero h1 { font-size: clamp(48px, 12vw, 72px); }
  .landing-hero__grid { gap: 55px; }
  .hero-floating-card--saving { left: -5px; }
  .hero-floating-card--route { right: -5px; }
  .retailer-strip__inner { padding: 25px 0; flex-direction: column; align-items: flex-start; }
  .retailer-list { justify-content: flex-start; gap: 20px 25px; }
  .landing-section { padding: 82px 0; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-card--large, .feature-card--wide { grid-row: auto; grid-column: auto; }
  .steps-grid { grid-template-columns: 1fr; }
  .pricing-grid { grid-template-columns: 1fr; max-width: 520px; }
  .app-workspace { padding-top: 70px; border-radius: 32px 32px 0 0; }
  .app-workspace__header { align-items: flex-start; flex-direction: column; }
  .app-workspace .app-layout { width: calc(100% - 18px); }
  .app-workspace .search-box { grid-template-columns: 1fr; }
  .app-workspace .search-box > button { width: 100%; }
}

@media (max-width: 560px) {
  .site-header { padding-top: 10px; }
  .brand__mark { width: 38px; height: 38px; border-radius: 12px; }
  .brand__text { font-size: 18px; }
  .header-cart { height: 38px; }
  .menu-toggle { width: 38px; height: 38px; }
  .landing-hero { padding-top: 110px; }
  .landing-hero h1 { font-size: clamp(43px, 13vw, 60px); }
  .landing-hero__lead { font-size: 16px; }
  .landing-hero__actions { align-items: stretch; flex-direction: column; }
  .primary-cta, .secondary-cta { width: 100%; }
  .hero-benefits { flex-direction: column; gap: 10px; }
  .hero-product { padding-inline: 0; }
  .hero-product__window { border-radius: 22px; transform: none; }
  .hero-product__bar { height: 46px; grid-template-columns: 55px 1fr 22px; padding: 0 10px; }
  .hero-ai-card.ai-shopping-box { padding: 20px 16px; }
  .hero-ai-card .ai-shopping-box__row { grid-template-columns: 1fr; padding: 5px; }
  .hero-ai-card .ai-shopping-box__btn { width: 100%; }
  .hero-floating-card { display: none; }
  .retailer-list span { font-size: 14px; }
  .section-heading { margin-bottom: 34px; }
  .section-heading h2 { font-size: 38px; }
  .feature-card { min-height: auto; padding: 24px; border-radius: 22px; }
  .feature-card__content-row { grid-template-columns: 1fr; }
  .share-pills { align-items: stretch; flex-direction: row; flex-wrap: wrap; }
  .share-pills span { min-width: 0; flex: 1 1 80px; }
  .how-cta { align-items: stretch; flex-direction: column; }
  .price-card { min-height: 500px; padding: 25px; }
  .app-workspace__header h2 { font-size: 38px; }
  .app-workspace .page-shell { padding: 14px 10px 28px; }
  .site-footer__inner { grid-template-columns: 1fr; }
}


/* Akcie AI 2.7 — enterprise motion layer */
.landing-noise{position:fixed;inset:0;z-index:2000;pointer-events:none;opacity:.025;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.55'/%3E%3C/svg%3E")}
.landing-cursor-glow{position:fixed;z-index:0;width:520px;height:520px;margin:-260px 0 0 -260px;border-radius:50%;pointer-events:none;opacity:0;background:radial-gradient(circle,rgba(105, 76, 222,.12),rgba(105, 76, 222,0) 68%);transform:translate3d(var(--mouse-x,50vw),var(--mouse-y,30vh),0);transition:opacity .4s ease;will-change:transform}.has-fine-pointer .landing-cursor-glow{opacity:1}
.landing-hero{isolation:isolate;min-height:clamp(760px,92vh,960px);background:radial-gradient(circle at 78% 25%,rgba(82, 48, 220,.12),transparent 30%),linear-gradient(180deg,#f7f6f9 0%,#f1f1f4 100%)}
.landing-hero:before{content:"";position:absolute;inset:0;z-index:-1;opacity:.52;background-image:linear-gradient(rgba(29, 15, 83,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(29, 15, 83,.045) 1px,transparent 1px);background-size:64px 64px;mask-image:linear-gradient(to bottom,black,transparent 84%)}
.landing-hero__grid{position:relative;z-index:2}
.eyebrow{gap:9px;padding:7px 9px 7px 12px;border:1px solid rgba(35, 13, 122,.12);border-radius:999px;background:rgba(255,255,255,.72);box-shadow:0 8px 30px rgba(31, 22, 68,.06);backdrop-filter:blur(12px)}
.eyebrow__version{margin-left:4px;padding:5px 8px;border-radius:99px;color:#210a7e;background:#eae9ee;font-size:8px;letter-spacing:.1em}
.hero-title{display:flex;flex-direction:column;perspective:800px}.hero-title__line{display:block}.hero-title__line--accent{position:relative;width:max-content;max-width:100%;background:linear-gradient(110deg,#270a9a 5%,#4f30c9 42%,#785fda 82%);background-size:200% auto;-webkit-background-clip:text;background-clip:text;color:transparent;animation:titleShimmer 7s ease-in-out infinite}.hero-title__line--accent:after{content:"";position:absolute;left:1%;right:0;bottom:-7px;height:8px;border-radius:99px;background:linear-gradient(90deg,rgba(55, 23, 183,.08),rgba(55, 23, 183,.35),rgba(124, 94, 245,.25));transform:scaleX(.84);transform-origin:left}
@keyframes titleShimmer{0%,100%{background-position:0% center}50%{background-position:100% center}}
.hero-product{transform-style:preserve-3d;will-change:transform}.hero-product__window{border-color:rgba(28, 18, 70,.13);box-shadow:0 40px 110px rgba(25, 17, 57,.18),0 0 0 1px rgba(255,255,255,.9) inset;backdrop-filter:blur(18px)}
.hero-product__window:after{content:"";position:absolute;inset:0;pointer-events:none;border-radius:inherit;background:linear-gradient(115deg,transparent 15%,rgba(255,255,255,.5) 42%,transparent 62%);transform:translateX(-120%);animation:windowSheen 8s ease-in-out infinite}
@keyframes windowSheen{0%,55%{transform:translateX(-120%)}75%,100%{transform:translateX(120%)}}
.hero-product__url-dot{display:inline-block;width:6px;height:6px;margin-right:5px;border-radius:50%;background:#4927d2;box-shadow:0 0 0 4px rgba(73, 39, 210,.12)}
.hero-intelligence-bar{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:12px 18px;border-bottom:1px solid rgba(26, 18, 56,.08);background:linear-gradient(90deg,rgba(239, 238, 242,.82),rgba(255,255,255,.58));color:#433871;font-size:9px}.hero-intelligence-bar>div:first-child{display:flex;align-items:center;gap:8px}.hero-intelligence-bar__pulse{width:7px;height:7px;border-radius:50%;background:#4322c9;box-shadow:0 0 0 5px rgba(67, 34, 201,.12);animation:enginePulse 2s ease infinite}.hero-intelligence-bar__steps{display:flex;align-items:center;gap:8px;color:#9aa8a0}.hero-intelligence-bar__steps i{display:block;width:20px;height:1px;background:#d8d6e1}.hero-intelligence-bar__steps .is-active{color:#260b94;font-weight:800}@keyframes enginePulse{50%{box-shadow:0 0 0 8px rgba(67, 34, 201,0)}}
.hero-product__activity{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 20px;border-top:1px solid rgba(26, 18, 56,.08);background:rgba(250, 250, 251,.82)}.hero-product__activity>div:first-child{display:grid;grid-template-columns:auto 1fr;column-gap:8px}.hero-product__activity strong,.hero-product__activity small{display:block}.hero-product__activity strong{font-size:9px;color:#342b58}.hero-product__activity small{grid-column:2;color:#8d9b93;font-size:8px}.activity-dot{grid-row:1/3;align-self:center;width:7px;height:7px;border-radius:50%;background:#3f20bd;box-shadow:0 0 0 5px rgba(63, 32, 189,.12)}.hero-product__activity-meter{display:flex!important;align-items:flex-end!important;gap:3px;height:20px}.hero-product__activity-meter span{width:3px;border-radius:4px;background:#4b2cc7;animation:meter 1.4s ease-in-out infinite}.hero-product__activity-meter span:nth-child(1){height:7px}.hero-product__activity-meter span:nth-child(2){height:14px;animation-delay:-.7s}.hero-product__activity-meter span:nth-child(3){height:10px;animation-delay:-.2s}.hero-product__activity-meter span:nth-child(4){height:18px;animation-delay:-1s}.hero-product__activity-meter span:nth-child(5){height:12px;animation-delay:-.4s}@keyframes meter{50%{transform:scaleY(.45);opacity:.5}}
.primary-cta{position:relative;overflow:hidden;box-shadow:0 14px 36px rgba(53, 21, 183,.23);transition:transform .25s ease,box-shadow .25s ease}.primary-cta:before{content:"";position:absolute;top:-80%;left:-30%;width:30%;height:260%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.5),transparent);transform:rotate(22deg) translateX(-300%);transition:transform .75s ease}.primary-cta:hover:before{transform:rotate(22deg) translateX(650%)}.primary-cta:hover{transform:translateY(-3px);box-shadow:0 20px 46px rgba(53, 21, 183,.3)}
.retailer-strip{position:relative;overflow:hidden}.retailer-list{animation:retailerBreath 7s ease-in-out infinite}@keyframes retailerBreath{50%{opacity:.7;transform:translateY(-1px)}}
.capability-rail{overflow:hidden;padding:18px 0;border-bottom:1px solid rgba(35, 27, 66,.08);background:#0e0b1c;color:#fff}.capability-rail__track{display:flex;width:max-content;gap:12px;padding-left:12px;animation:capabilityMarquee 34s linear infinite}.capability-rail:hover .capability-rail__track{animation-play-state:paused}.capability-pill{min-width:260px;display:grid;grid-template-columns:38px 1fr;column-gap:11px;align-items:center;padding:14px 18px;border:1px solid rgba(255,255,255,.09);border-radius:16px;background:rgba(255,255,255,.045)}.capability-pill>span{grid-row:1/3;width:36px;height:36px;display:grid;place-items:center;border-radius:11px;color:#8971e7;background:rgba(109, 80, 226,.09);font-size:15px}.capability-pill strong{font-size:11px}.capability-pill small{color:#7768b4;font-size:8px}@keyframes capabilityMarquee{to{transform:translateX(calc(-50% - 6px))}}
.feature-card,.step-card{transition:transform .35s cubic-bezier(.2,.8,.2,1),box-shadow .35s ease,border-color .35s ease}.feature-card:hover,.step-card:hover{transform:translateY(-7px);border-color:rgba(57, 25, 183,.22);box-shadow:0 28px 70px rgba(36, 29, 64,.11)}.feature-card__icon{transition:transform .35s ease,background .35s ease}.feature-card:hover .feature-card__icon{transform:rotate(-5deg) scale(1.08);background:#dbd7ea}
.reveal-item{opacity:0;transform:translateY(24px);transition:opacity .75s cubic-bezier(.2,.8,.2,1),transform .75s cubic-bezier(.2,.8,.2,1)}.reveal-item.is-visible{opacity:1;transform:none}.landing-hero .reveal-item:nth-child(2){transition-delay:.08s}.landing-hero .reveal-item:nth-child(3){transition-delay:.14s}.landing-hero .reveal-item:nth-child(4){transition-delay:.2s}.landing-hero .reveal-item:nth-child(5){transition-delay:.26s}
.enterprise-cta{position:relative;overflow:hidden;padding:34px 0 110px;background:#faf9fb}.enterprise-cta__inner{position:relative;min-height:330px;display:flex;align-items:center;justify-content:space-between;gap:50px;padding:58px 64px;overflow:hidden;border:1px solid rgba(255,255,255,.1);border-radius:36px;color:#fff;background:linear-gradient(120deg,#0a0715 0%,#110b29 62%,#170d3f 100%);box-shadow:0 40px 100px rgba(16, 10, 42,.22)}.enterprise-cta__inner:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);background-size:44px 44px;mask-image:linear-gradient(90deg,black,transparent)}.enterprise-cta__copy{position:relative;z-index:2;max-width:720px}.enterprise-cta__kicker{display:block;margin-bottom:14px;color:#8771df;font-size:10px;font-weight:850;text-transform:uppercase;letter-spacing:.16em}.enterprise-cta h2{margin:0;max-width:720px;font-size:clamp(40px,5vw,68px);line-height:.98;letter-spacing:-.06em}.enterprise-cta p{max-width:600px;margin:20px 0 0;color:#978bc6;font-size:15px;line-height:1.7}.primary-cta--inverse{position:relative;z-index:2;flex:0 0 auto;color:#0d0821;background:linear-gradient(135deg,#a597dc,#876eea);box-shadow:0 18px 44px rgba(134, 109, 235,.2)}.enterprise-cta__orb{position:absolute;border-radius:50%;filter:blur(2px);pointer-events:none}.enterprise-cta__orb--one{width:300px;height:300px;right:7%;top:-70px;background:radial-gradient(circle,rgba(91, 57, 226,.14),transparent 68%)}.enterprise-cta__orb--two{width:220px;height:220px;left:7%;bottom:-80px;background:radial-gradient(circle,rgba(124, 94, 245,.12),transparent 70%)}
@media(max-width:900px){.hero-intelligence-bar__steps{display:none}.enterprise-cta__inner{min-height:auto;align-items:flex-start;flex-direction:column;padding:42px 34px}.primary-cta--inverse{width:100%;justify-content:center}.landing-cursor-glow{display:none}}
@media(max-width:640px){.landing-hero{min-height:auto}.eyebrow__version{display:none}.capability-pill{min-width:230px}.enterprise-cta{padding-bottom:70px}.enterprise-cta__inner{padding:34px 24px;border-radius:26px}.enterprise-cta h2{font-size:40px}.hero-product__activity{padding-inline:14px}}
@media(prefers-reduced-motion:reduce){.capability-rail__track,.hero-title__line--accent,.hero-product__window:after,.hero-intelligence-bar__pulse,.hero-product__activity-meter span,.retailer-list{animation:none!important}.reveal-item{opacity:1;transform:none;transition:none}.hero-product{transform:none!important}.landing-cursor-glow{display:none}}
