@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Playfair+Display:ital,wght@1,700&display=swap');

:root {
  --ink: #171515;
  --muted: #696363;
  --paper: #fffaf5;
  --white: #ffffff;
  --line: #eadfd5;
  --orange: #ff5c22;
  --orange-dark: #e6460d;
  --orange-soft: #fff0e8;
  --green: #167c5a;
  --dark: #171310;
  --dark-2: #241b16;
  --shadow: 0 24px 70px rgba(67, 37, 20, .12);
  --radius: 28px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body { margin: 0; font-family: 'Manrope', sans-serif; background: var(--paper); color: var(--ink); overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
img, svg { display: block; max-width: 100%; }
button, input, textarea, select { font: inherit; }
.skip-link { position: fixed; top: -80px; left: 16px; z-index: 9999; padding: 12px 16px; border-radius: 10px; background: #fff; color: #111; transition: top .2s; }
.skip-link:focus { top: 16px; }

.site-header { position: fixed; top: 0; left: 0; right: 0; z-index: 1000; background: rgba(255,250,245,.86); backdrop-filter: blur(18px); border-bottom: 1px solid rgba(234,223,213,.7); transition: .25s ease; }
.site-header.scrolled { box-shadow: 0 12px 35px rgba(42,22,10,.07); background: rgba(255,250,245,.96); }
.navbar { min-height: 82px; padding: 10px 0; }
.brand { display: inline-flex; align-items: center; }
.brand-logo { height: 48px; width: auto; display: block; }
.navbar-nav { gap: 4px; }
.nav-link { color: #514a45; font-weight: 600; font-size: 15px; padding: 12px 13px !important; }
.nav-link:hover { color: var(--orange); }
.nav-actions { display: flex; align-items: center; gap: 10px; margin-left: 18px; }
.navbar-toggler { width: 46px; height: 46px; border: 1px solid var(--line); border-radius: 13px; padding: 10px; box-shadow: none !important; }
.navbar-toggler span { display: block; height: 2px; margin: 5px 0; background: var(--ink); border-radius: 4px; }

.btn { border-radius: 13px; font-weight: 700; font-size: 15px; padding: 12px 19px; border: 0; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-brand { background: var(--orange); color: #fff; box-shadow: 0 12px 30px rgba(255,92,34,.25); }
.btn-brand:hover { background: var(--orange-dark); color: #fff; box-shadow: 0 16px 36px rgba(255,92,34,.32); }
.btn-soft { background: var(--orange-soft); color: var(--orange-dark); }
.btn-soft:hover { background: #ffe5d7; color: var(--orange-dark); }
.btn-white { background: #fff; color: var(--dark); }
.btn-white:hover { background: #fff8f3; color: var(--dark); }
.btn-outline-white { border: 1px solid rgba(255,255,255,.35); color: #fff; background: rgba(255,255,255,.04); }
.btn-outline-white:hover { background: rgba(255,255,255,.1); color: #fff; }
.btn-link-arrow { padding-left: 4px; padding-right: 4px; color: var(--ink); box-shadow: none; }
.btn-link-arrow span { display: inline-block; margin-left: 6px; color: var(--orange); transition: transform .2s; }
.btn-link-arrow:hover span { transform: translateX(5px); }
.btn-lg { padding: 17px 25px; border-radius: 15px; font-size: 17px; }

.hero { position: relative; min-height: 850px; display: flex; align-items: center; padding: 155px 0 90px; overflow: hidden; background: radial-gradient(circle at 74% 35%, #fff 0, #fffaf5 37%, #fff3e9 100%); }
.hero-grid { position: absolute; inset: 0; background-image: linear-gradient(rgba(255,92,34,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(255,92,34,.045) 1px, transparent 1px); background-size: 54px 54px; mask-image: linear-gradient(to bottom, rgba(0,0,0,.8), transparent 90%); }
.hero-blob { position: absolute; border-radius: 50%; filter: blur(2px); opacity: .48; }
.hero-blob-a { width: 460px; height: 460px; right: -210px; top: 120px; background: radial-gradient(circle, rgba(255,174,96,.42), transparent 70%); }
.hero-blob-b { width: 360px; height: 360px; left: -170px; bottom: 20px; background: radial-gradient(circle, rgba(255,92,34,.18), transparent 70%); }
.eyebrow, .kicker { display: inline-flex; align-items: center; gap: 9px; text-transform: uppercase; letter-spacing: 1.8px; font-size: 12px; font-weight: 800; color: var(--orange-dark); }
.eyebrow span { width: 28px; height: 2px; border-radius: 2px; background: var(--orange); }
.hero h1 { max-width: 670px; margin: 22px 0 24px; font-size: clamp(44px, 5.4vw, 76px); line-height: 1.02; letter-spacing: -4.2px; font-weight: 800; }
.hero h1 em { display: block; font-family: 'Playfair Display', serif; font-weight: 700; color: var(--orange); letter-spacing: -2px; }
.hero-lead { max-width: 680px; font-size: 20px; line-height: 1.75; color: var(--muted); }
.hero-actions { display: flex; align-items: center; gap: 18px; margin-top: 34px; }
.hero-actions .btn-brand { display: inline-flex; align-items: center; gap: 12px; }
.hero-actions .btn-brand svg { width: 18px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.hero-trust { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 46px; padding-top: 28px; border-top: 1px solid var(--line); }
.hero-trust > div { display: flex; align-items: flex-start; gap: 10px; }
.hero-trust .check { flex: 0 0 24px; width: 24px; height: 24px; display: grid; place-items: center; border-radius: 50%; background: #e6f5ef; color: var(--green); font-size: 12px; font-weight: 800; }
.hero-trust p { margin: 0; }
.hero-trust strong { display: block; font-size: 14px; }
.hero-trust small { display: block; margin-top: 4px; font-size: 12px; line-height: 1.4; color: #827a74; }

.product-showcase { position: relative; min-height: 590px; display: flex; align-items: center; justify-content: center; }
.product-glow { position: absolute; width: 480px; height: 480px; border-radius: 50%; background: radial-gradient(circle, rgba(255,115,58,.28), rgba(255,193,145,.08) 55%, transparent 72%); }
.app-window { position: relative; z-index: 2; width: 690px; margin-left: 20px; overflow: hidden; border: 1px solid rgba(54,35,25,.12); border-radius: 24px; background: #fff; box-shadow: 0 45px 100px rgba(77,39,17,.18), 0 10px 30px rgba(77,39,17,.09); transform: perspective(1400px) rotateY(-7deg) rotateX(2deg); transform-origin: center; }
.app-window-top { height: 48px; display: grid; grid-template-columns: 90px 1fr 44px; align-items: center; padding: 0 13px; border-bottom: 1px solid #ede8e4; background: #fff; }
.window-dots { display: flex; gap: 6px; }
.window-dots i { width: 8px; height: 8px; border-radius: 50%; background: #ded7d1; }
.window-dots i:first-child { background: #ff8a65; }
.window-url { justify-self: center; min-width: 220px; padding: 7px 16px; border-radius: 8px; background: #f7f4f2; color: #7c736e; font-size: 10px; text-align: center; }
.window-url span { color: var(--green); }
.window-user { width: 27px; height: 27px; display: grid; place-items: center; justify-self: end; border-radius: 9px; background: var(--orange-soft); color: var(--orange-dark); font-size: 9px; font-weight: 800; }
.app-dashboard { min-height: 440px; display: grid; grid-template-columns: 150px 1fr; background: #fbfaf9; }
.app-sidebar { padding: 18px 14px; border-right: 1px solid #ece7e3; background: #fff; }
.app-mini-brand { display: flex; align-items: center; gap: 8px; margin-bottom: 26px; font-size: 11px; }
.app-mini-brand b { width: 26px; height: 26px; display: grid; place-items: center; border-radius: 8px; background: var(--orange); color: #fff; }
.app-sidebar nav { display: grid; gap: 7px; }
.app-sidebar nav span { display: flex; align-items: center; gap: 9px; padding: 9px 10px; border-radius: 8px; color: #8a827c; font-size: 9px; font-weight: 700; }
.app-sidebar nav span.active { background: var(--orange-soft); color: var(--orange-dark); }
.app-sidebar nav i { width: 15px; text-align: center; font-style: normal; }
.app-main { padding: 24px; }
.app-title-row { display: flex; justify-content: space-between; align-items: center; }
.app-title-row small { display: block; margin-bottom: 4px; color: #9c938d; font-size: 9px; }
.app-title-row strong { display: block; font-size: 17px; letter-spacing: -.4px; }
.online { display: flex; align-items: center; gap: 6px; padding: 7px 9px; border: 1px solid #dbece5; border-radius: 20px; background: #effaf5; color: var(--green); font-size: 8px; font-weight: 800; }
.online i { width: 6px; height: 6px; border-radius: 50%; background: #26a879; }
.metric-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin: 22px 0; }
.metric-row > div { padding: 14px; border: 1px solid #ede8e4; border-radius: 12px; background: #fff; }
.metric-row small { display: block; color: #9c938d; font-size: 8px; }
.metric-row strong { display: block; margin: 7px 0 4px; font-size: 15px; }
.metric-row span { color: var(--green); font-size: 8px; font-weight: 700; }
.orders-head { display: flex; justify-content: space-between; align-items: center; margin: 20px 0 10px; font-size: 10px; }
.orders-head button { border: 0; background: transparent; color: var(--orange); font-size: 8px; font-weight: 700; }
.order-list { display: grid; gap: 8px; }
.order-list article { display: grid; grid-template-columns: 46px 1fr auto; align-items: center; gap: 10px; padding: 10px; border: 1px solid #eee9e5; border-radius: 10px; background: #fff; }
.order-id { width: 40px; height: 34px; display: grid; place-items: center; border-radius: 8px; background: #f8f4f1; font-size: 8px; font-weight: 800; }
.order-list strong { display: block; font-size: 9px; }
.order-list small { display: block; margin-top: 3px; color: #a19891; font-size: 7.5px; }
.status { padding: 5px 7px; border-radius: 16px; font-size: 7px; font-weight: 800; }
.status-new { background: #fff0e8; color: #d94d17; }
.status-kitchen { background: #fff7d9; color: #9b6a00; }
.status-road { background: #e8f5ff; color: #2273a8; }
.floating-notification, .floating-rating { position: absolute; z-index: 4; display: flex; align-items: center; gap: 11px; border: 1px solid rgba(52,31,18,.1); border-radius: 16px; background: rgba(255,255,255,.96); box-shadow: 0 20px 50px rgba(51,29,16,.16); backdrop-filter: blur(12px); }
.floating-notification { right: -6px; bottom: 65px; padding: 13px 17px; animation: float 4.2s ease-in-out infinite; }
.floating-notification > span { width: 31px; height: 31px; display: grid; place-items: center; border-radius: 10px; background: #e6f5ef; color: var(--green); font-weight: 800; }
.floating-notification strong, .floating-rating strong { display: block; font-size: 10px; }
.floating-notification small, .floating-rating small { display: block; margin-top: 2px; color: #918981; font-size: 7px; }
.floating-rating { left: -14px; top: 84px; padding: 12px 16px; animation: float 5s ease-in-out infinite reverse; }
.floating-rating > strong { font-size: 22px; }
.floating-rating div { color: #f0a216; font-size: 8px; letter-spacing: 1px; }
@keyframes float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-9px); } }

.quick-proof { position: relative; z-index: 6; margin-top: -34px; }
.proof-bar { display: grid; grid-template-columns: repeat(4, 1fr); overflow: hidden; border: 1px solid var(--line); border-radius: 22px; background: #fff; box-shadow: 0 18px 50px rgba(64,35,20,.08); }
.proof-bar > div { padding: 24px 26px; border-right: 1px solid var(--line); }
.proof-bar > div:last-child { border-right: 0; }
.proof-bar strong { display: block; margin-bottom: 5px; font-size: 19px; letter-spacing: -.5px; color: var(--orange); }
.proof-bar span { display: block; color: var(--muted); font-size: 13px; line-height: 1.45; }

.section-space { padding: 110px 0; }


/* Kompleksowa platforma: strona WWW + CMS + zamówienia */
.platform-section { position: relative; background: #fff; border-top: 1px solid rgba(234,223,213,.7); border-bottom: 1px solid rgba(234,223,213,.7); }
.platform-heading { margin-bottom: 46px; }
.platform-heading h2 { max-width: 900px; margin: 14px 0 0; font-size: clamp(34px, 4vw, 54px); line-height: 1.08; letter-spacing: -2.3px; font-weight: 800; }
.platform-heading p { margin: 0; color: var(--muted); font-size: 18px; line-height: 1.75; }
.platform-flow { display: grid; grid-template-columns: 1fr 56px 1fr 56px 1fr; align-items: stretch; }
.platform-module { padding: 34px 30px; border: 1px solid var(--line); border-radius: 24px; background: #fffaf6; }
.platform-module-featured { border-color: #ffc8aa; background: var(--orange-soft); }
.platform-module-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 28px; }
.platform-module-number { color: #aaa09a; font-size: 12px; font-weight: 800; letter-spacing: 1.2px; }
.platform-module svg { width: 46px; height: 46px; padding: 9px; border-radius: 13px; background: #fff; color: var(--orange-dark); fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.platform-module h3 { margin-bottom: 14px; font-size: 24px; line-height: 1.2; letter-spacing: -.8px; font-weight: 800; }
.platform-module p { min-height: 108px; margin-bottom: 22px; color: var(--muted); font-size: 16px; line-height: 1.7; }
.platform-module ul { display: grid; gap: 11px; margin: 0; padding: 0; list-style: none; }
.platform-module li { position: relative; padding-left: 22px; color: #4d4641; font-size: 15px; line-height: 1.5; }
.platform-module li::before { content: '✓'; position: absolute; left: 0; top: 1px; color: var(--green); font-weight: 900; }
.platform-connector { display: grid; place-items: center; }
.platform-connector span { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: #fff; color: var(--orange); font-size: 22px; font-weight: 500; }
.platform-summary { display: grid; grid-template-columns: 1.15fr 1fr auto; align-items: center; gap: 34px; margin-top: 24px; padding: 28px 30px; border-radius: 20px; background: var(--dark); color: #fff; }
.platform-summary-label { display: block; margin-bottom: 8px; color: #ffb895; font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: 1.4px; }
.platform-summary strong { display: block; font-size: 21px; line-height: 1.4; }
.platform-summary p { margin: 0; color: #d6cbc5; font-size: 15px; line-height: 1.7; }
.platform-summary .btn { white-space: nowrap; }

.section-heading { max-width: 780px; margin-bottom: 50px; }
.section-heading.text-center { margin-left: auto; margin-right: auto; }
.section-heading h2, .comparison-section h2, .contact-section h2, .faq-section h2 { margin: 14px 0 18px; font-size: clamp(34px, 4vw, 54px); line-height: 1.08; letter-spacing: -2.3px; font-weight: 800; }
.section-heading p, .comparison-lead, .contact-section > .container p { color: var(--muted); font-size: 18px; line-height: 1.75; }

.problem-section { background: #fff; }
.benefit-card { position: relative; height: 100%; padding: 32px 28px; border: 1px solid #eee5dd; border-radius: 22px; background: #fffdfb; transition: transform .25s, box-shadow .25s, border-color .25s; }
.benefit-card:hover { transform: translateY(-8px); border-color: #ffd3bd; box-shadow: 0 22px 50px rgba(67,37,20,.09); }
.benefit-number { position: absolute; top: 24px; right: 24px; color: #d9d0ca; font-size: 12px; font-weight: 800; }
.benefit-icon { width: 48px; height: 48px; display: grid; place-items: center; margin-bottom: 26px; border-radius: 14px; background: var(--orange-soft); color: var(--orange-dark); font-size: 21px; }
.benefit-card h3 { margin-bottom: 12px; font-size: 21px; font-weight: 800; letter-spacing: -.5px; }
.benefit-card p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.7; }

.demo-section { padding-top: 30px; background: #fff; }
.demo-card { position: relative; display: grid; grid-template-columns: 1.2fr .8fr; gap: 60px; align-items: center; overflow: hidden; padding: 65px; border-radius: 34px; color: #fff; background: radial-gradient(circle at 10% 10%, #3a2a21, transparent 40%), linear-gradient(135deg, #211711, #130e0b); box-shadow: 0 35px 90px rgba(39,22,13,.22); }
.demo-card::after { content: ''; position: absolute; width: 340px; height: 340px; border-radius: 50%; right: -150px; top: -180px; background: rgba(255,92,34,.17); }
.kicker-light { color: #ffad8a; }
.demo-copy, .credentials { position: relative; z-index: 2; }
.demo-copy h2 { max-width: 650px; margin: 15px 0 18px; font-size: clamp(34px, 4vw, 52px); line-height: 1.08; letter-spacing: -2px; font-weight: 800; }
.demo-copy p { max-width: 620px; color: #cbbfb8; line-height: 1.75; }
.demo-buttons { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.credentials { padding: 28px; border: 1px solid rgba(255,255,255,.14); border-radius: 22px; background: rgba(255,255,255,.07); backdrop-filter: blur(14px); }
.credentials-top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 18px; padding-bottom: 17px; border-bottom: 1px solid rgba(255,255,255,.12); font-size: 14px; font-weight: 800; }
.credentials-top b { padding: 5px 8px; border-radius: 7px; background: var(--orange); font-size: 10px; letter-spacing: 1px; }
.credential { padding: 10px 0; }
.credential small { display: block; margin-bottom: 4px; color: #a99c95; font-size: 11px; }
.credential strong { display: block; font-size: 14px; word-break: break-word; }
.copy-button { width: 100%; margin-top: 15px; padding: 12px; border: 1px solid rgba(255,255,255,.14); border-radius: 11px; background: rgba(255,255,255,.07); color: #fff; font-size: 13px; font-weight: 700; }
.copy-button:hover { background: rgba(255,255,255,.12); }
.copy-feedback { min-height: 14px; margin: 8px 0 0; color: #ffb596; font-size: 11px; text-align: center; }

.functions-section { background: var(--paper); }
.feature-nav { display: flex; justify-content: center; flex-wrap: wrap; gap: 9px; margin-bottom: 28px; }
.feature-nav button { padding: 12px 17px; border: 1px solid var(--line); border-radius: 13px; background: #fff; color: #625b56; font-size: 14px; font-weight: 700; }
.feature-nav button.active { border-color: var(--orange); background: var(--orange); color: #fff; box-shadow: 0 12px 28px rgba(255,92,34,.2); }
.feature-panels { min-height: 430px; }
.feature-panel { display: none; grid-template-columns: .75fr 1.25fr; gap: 45px; padding: 48px; border: 1px solid var(--line); border-radius: 28px; background: #fff; box-shadow: 0 18px 60px rgba(58,33,18,.06); }
.feature-panel.active { display: grid; animation: panelIn .35s ease; }
@keyframes panelIn { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: translateY(0); } }
.feature-index { width: 42px; height: 42px; display: grid; place-items: center; margin-bottom: 24px; border-radius: 13px; background: var(--orange-soft); color: var(--orange-dark); font-size: 14px; font-weight: 800; }
.feature-panel-copy h3 { margin-bottom: 14px; font-size: 31px; letter-spacing: -1px; font-weight: 800; }
.feature-panel-copy p { color: var(--muted); font-size: 16px; line-height: 1.7; }
.feature-panel-copy a { display: inline-block; margin-top: 12px; color: var(--orange-dark); font-size: 14px; font-weight: 800; }
.feature-list-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.feature-list-grid ul { list-style: none; margin: 0; padding: 22px; border-radius: 18px; background: #fffaf6; }
.feature-list-grid li { position: relative; padding: 10px 0 10px 24px; border-bottom: 1px solid #efe4db; color: #4f4945; font-size: 14px; }
.feature-list-grid li:last-child { border-bottom: 0; }
.feature-list-grid li::before { content: '✓'; position: absolute; left: 0; top: 10px; width: 16px; height: 16px; display: grid; place-items: center; border-radius: 50%; background: #e8f5ef; color: var(--green); font-size: 8px; font-weight: 900; }
.all-features { margin-top: 24px; }
.all-features-toggle { width: 100%; display: flex; justify-content: space-between; align-items: center; padding: 20px 24px; border: 1px solid var(--line); border-radius: 17px; background: #fff; color: var(--ink); font-size: 15px; font-weight: 800; }
.all-features-toggle span { font-size: 20px; color: var(--orange); transition: transform .2s; }
.all-features-toggle[aria-expanded='true'] span { transform: rotate(45deg); }
.all-features-content { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; padding-top: 14px; }
.all-features-content > div { padding: 24px; border: 1px solid var(--line); border-radius: 17px; background: #fff; }
.all-features-content h4 { font-size: 16px; font-weight: 800; }
.all-features-content p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.7; }

.pos-section { padding-top: 20px; background: var(--paper); }
.pos-card { position: relative; overflow: hidden; padding: 66px; border-radius: 34px; background: linear-gradient(135deg, #211711, #130e0b); color: #fff; box-shadow: 0 35px 90px rgba(39,22,13,.18); }
.pos-card::before { content: ''; position: absolute; width: 440px; height: 440px; right: -230px; top: -250px; border-radius: 50%; background: rgba(255,92,34,.18); }
.pos-copy { position: relative; z-index: 2; }
.pos-copy h2 { max-width: 640px; margin: 15px 0 20px; font-size: clamp(36px, 4vw, 54px); line-height: 1.08; letter-spacing: -2.2px; font-weight: 800; }
.pos-lead { max-width: 650px; margin-bottom: 30px; color: #c8bdb6; font-size: 18px; line-height: 1.75; }
.pos-points { display: grid; grid-template-columns: 1fr 1fr; gap: 14px 22px; margin-bottom: 34px; }
.pos-points > div { display: flex; align-items: flex-start; gap: 11px; }
.pos-points > div > span { flex: 0 0 25px; width: 25px; height: 25px; display: grid; place-items: center; margin-top: 2px; border-radius: 50%; background: rgba(142,226,189,.14); color: #8ee2bd; font-size: 12px; font-weight: 900; }
.pos-points p { margin: 0; }
.pos-points strong { display: block; margin-bottom: 4px; font-size: 15px; }
.pos-points small { display: block; color: #a99e97; font-size: 13px; line-height: 1.55; }
.pos-visual { position: relative; z-index: 2; min-height: 540px; overflow: hidden; padding: 26px; border: 1px solid rgba(255,255,255,.1); border-radius: 28px; background: linear-gradient(145deg, #fffaf5, #f4e9df); color: var(--ink); }
.pos-visual-top { display: flex; justify-content: space-between; align-items: center; position: relative; z-index: 4; }
.pos-visual-top > strong { font-size: 13px; }
.pos-live { display: inline-flex; align-items: center; gap: 7px; padding: 8px 11px; border: 1px solid #cae8dc; border-radius: 999px; background: #eaf8f2; color: var(--green); font-size: 11px; font-weight: 800; }
.pos-live i { width: 7px; height: 7px; border-radius: 50%; background: #21a675; box-shadow: 0 0 0 5px rgba(33,166,117,.1); }
.pos-printer-wrap { position: relative; min-height: 455px; display: grid; place-items: center; }
.pos-printer { position: absolute; left: 24px; bottom: 35px; width: 285px; z-index: 2; filter: drop-shadow(0 24px 30px rgba(49,31,20,.16)); }
.pos-printer svg { width: 100%; }
.printer-body { fill: #25201d; }
.printer-top { fill: #39312c; }
.printer-slot { fill: #0d0b0a; }
.printer-light { fill: #35c78d; }
.printer-paper { fill: #fff; }
.printer-lines { fill: none; stroke: #b9aea7; stroke-width: 5; stroke-linecap: round; }
.pos-receipt { position: absolute; z-index: 3; width: 230px; right: 24px; top: 58px; padding: 24px 22px 28px; background: #fff; box-shadow: 0 24px 55px rgba(54,31,18,.16); transform: rotate(2deg); animation: receiptPrint 3.2s ease-in-out infinite alternate; }
.pos-receipt::after { content: ''; position: absolute; left: 0; right: 0; bottom: -9px; height: 10px; background: linear-gradient(135deg, transparent 6px, #fff 0) 0 0/12px 12px repeat-x; }
.receipt-brand { margin-bottom: 14px; color: var(--orange); font-size: 17px; font-weight: 800; text-align: center; }
.receipt-row { display: flex; justify-content: space-between; gap: 10px; font-size: 11px; }
.receipt-divider { margin: 13px 0; border-top: 1px dashed #d9d0ca; }
.pos-receipt p { margin: 9px 0 3px; font-size: 11px; font-weight: 800; }
.pos-receipt small { color: #756e69; font-size: 10px; line-height: 1.55; }
.receipt-note { margin-top: 14px; padding: 9px; border-radius: 8px; background: var(--orange-soft); color: var(--orange-dark); font-size: 9px; font-weight: 700; }
.pos-order-alert { position: absolute; z-index: 5; left: 33px; top: 78px; display: flex; align-items: center; gap: 11px; padding: 14px 16px; border: 1px solid #e8ddd4; border-radius: 15px; background: rgba(255,255,255,.95); box-shadow: 0 18px 38px rgba(58,35,21,.13); }
.pos-order-alert > span { width: 27px; height: 27px; display: grid; place-items: center; border-radius: 9px; background: #e8f5ef; color: var(--green); font-weight: 900; }
.pos-order-alert strong, .pos-order-alert small { display: block; }
.pos-order-alert strong { font-size: 12px; }
.pos-order-alert small { margin-top: 2px; color: var(--muted); font-size: 9px; }
.pos-signal { position: absolute; z-index: 1; border: 2px solid rgba(255,92,34,.22); border-radius: 50%; }
.pos-signal-one { width: 120px; height: 120px; left: 110px; top: 150px; }
.pos-signal-two { width: 190px; height: 190px; left: 75px; top: 115px; }
@keyframes receiptPrint { from { transform: translateY(5px) rotate(2deg); } to { transform: translateY(20px) rotate(2deg); } }

.use-cases { background: #fff; }
.use-case-row { display: grid; grid-template-columns: repeat(6, 1fr); border: 1px solid var(--line); border-radius: 22px; overflow: hidden; }
.use-case-row article { position: relative; min-height: 190px; padding: 32px 22px 28px; border-right: 1px solid var(--line); background: #fff; transition: background .2s; }
.use-case-row article:last-child { border-right: 0; }
.use-case-row article:hover { background: #fff9f5; }
.use-case-row article::before { content: ''; display: block; width: 34px; height: 3px; margin-bottom: 25px; border-radius: 999px; background: var(--orange); }
.use-case-row h3 { margin: 0 0 13px; font-size: 19px; font-weight: 800; }
.use-case-row p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.7; }

.comparison-section { background: #1b1511; color: #fff; }
.comparison-section .kicker { color: #ff9f78; }
.comparison-section .comparison-lead { color: #bfb4ad; }
.comparison-table { overflow: hidden; border: 1px solid rgba(255,255,255,.11); border-radius: 22px; background: rgba(255,255,255,.045); }
.comparison-table > div { display: grid; grid-template-columns: 1.15fr 1fr 1fr; align-items: center; min-height: 61px; border-bottom: 1px solid rgba(255,255,255,.09); }
.comparison-table > div:last-child { border-bottom: 0; }
.comparison-table span, .comparison-table b, .comparison-table strong { padding: 17px 18px; font-size: 13px; }
.comparison-head { background: rgba(255,255,255,.05); }
.comparison-head strong { font-size: 14px; }
.comparison-head strong:first-of-type { color: #ff9f78; }
.comparison-table b { font-weight: 600; }
.comparison-table .yes { color: #8ee2bd; }
.comparison-table .no { color: #ae9f96; }

.process-section { background: #fff; }
.process-line { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 25px; }
.process-line::before { content: ''; position: absolute; left: 8%; right: 8%; top: 25px; height: 1px; background: #e9ddd4; }
.process-line article { position: relative; text-align: center; }
.process-line article > span { position: relative; z-index: 2; width: 50px; height: 50px; display: grid; place-items: center; margin: 0 auto 24px; border: 7px solid #fff; border-radius: 50%; background: var(--orange); color: #fff; box-shadow: 0 7px 20px rgba(255,92,34,.22); font-size: 12px; font-weight: 800; }
.process-line h3 { font-size: 18px; font-weight: 800; }
.process-line p { color: var(--muted); font-size: 14px; line-height: 1.65; }

.faq-section { background: var(--paper); }
.text-link { color: var(--orange-dark); font-size: 14px; font-weight: 800; }
.accordion { border-top: 1px solid var(--line); }
.accordion-item { border-color: var(--line); background: transparent; }
.accordion-button { padding: 23px 4px; background: transparent !important; color: var(--ink) !important; box-shadow: none !important; font-size: 17px; font-weight: 800; }
.accordion-button::after { width: 18px; height: 18px; background-size: 18px; }
.accordion-body { padding: 0 4px 23px; color: var(--muted); font-size: 15px; line-height: 1.75; }

.contact-section { position: relative; overflow: hidden; padding: 105px 0; background: linear-gradient(135deg, #ff6a32, #ea460f); color: #fff; }
.contact-shape { position: absolute; width: 560px; height: 560px; left: -250px; bottom: -360px; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; box-shadow: 0 0 0 70px rgba(255,255,255,.04), 0 0 0 140px rgba(255,255,255,.03); }
.contact-section .kicker { color: #fff0e9; }
.contact-section h2 { max-width: 600px; }
.contact-section > .container p { color: #ffe5d9; }
.contact-data { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 35px; }
.contact-data-compact { max-width: 510px; }
.contact-data > div { padding-top: 16px; border-top: 1px solid rgba(255,255,255,.22); }
.contact-data small { display: block; margin-bottom: 5px; color: #ffd8c8; font-size: 12px; }
.contact-data strong, .contact-data a { display: block; font-size: 14px; font-weight: 800; }
.contact-form { padding: 38px; border-radius: 25px; background: #fff; color: var(--ink); box-shadow: 0 30px 80px rgba(80,25,6,.23); }
.form-heading { margin-bottom: 24px; }
.form-heading span { color: var(--orange); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: 1.4px; }
.form-heading h3 { margin: 6px 0 0; font-size: 25px; font-weight: 800; letter-spacing: -1px; }
.contact-form label { display: block; margin-bottom: 7px; font-size: 13px; font-weight: 800; }
.form-control, .form-select { min-height: 49px; border: 1px solid #e6ddd7; border-radius: 11px; background-color: #fffdfb; font-size: 15px; }
.form-control:focus, .form-select:focus { border-color: #ff9b74; box-shadow: 0 0 0 .2rem rgba(255,92,34,.1); }
textarea.form-control { min-height: 112px; resize: vertical; }
.form-check-label { margin-bottom: 0 !important; color: var(--muted); font-size: 12px !important; font-weight: 500 !important; }
.form-check-input:checked { border-color: var(--orange); background-color: var(--orange); }
.form-note { margin: 8px 0 0 !important; color: #918981 !important; font-size: 11px !important; text-align: center; }

.site-footer { padding: 64px 0 85px; background: #15110e; color: #fff; }
.footer-main { display: grid; grid-template-columns: 1.35fr .9fr .8fr; gap: 54px; align-items: start; padding-bottom: 42px; border-bottom: 1px solid rgba(255,255,255,.09); }
.footer-brand { padding: 10px 14px; border-radius: 18px; background: rgba(255,255,255,.98); box-shadow: 0 18px 40px rgba(0,0,0,.16); }
.footer-intro > p { max-width: 330px; margin: 18px 0 24px; color: #a79d96; font-size: 15px; line-height: 1.65; }
.footer-main h2 { margin: 4px 0 18px; color: #fff; font-size: 15px; font-weight: 800; letter-spacing: .02em; }
.footer-company address { display: grid; gap: 5px; margin: 0 0 18px; color: #bdb3ad; font-style: normal; font-size: 14px; line-height: 1.55; }
.footer-company address strong { color: #fff; font-size: 15px; }
.footer-company dl { display: grid; gap: 8px; margin: 0; }
.footer-company dl > div { display: flex; gap: 9px; color: #bdb3ad; font-size: 14px; }
.footer-company dt { color: #817872; font-weight: 700; }
.footer-company dd { margin: 0; }
.footer-contact { display: grid; align-content: start; gap: 9px; }
.footer-contact h2 { margin-bottom: 9px; }
.footer-contact a { color: #fff; font-size: 14px; font-weight: 700; overflow-wrap: anywhere; }
.footer-contact a:hover { color: #ff7440; }
.footer-contact p { margin: 0; color: #bdb3ad; font-size: 14px; }
.footer-links { display: grid; gap: 10px; padding-top: 0; }
.footer-links h2 { margin-bottom: 8px; }
.footer-links a { color: #b6aba4; font-size: 14px; }
.footer-links a:hover { color: #fff; }
.footer-cta { display: flex; justify-content: flex-start; flex-wrap: wrap; gap: 9px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 25px; color: #817872; font-size: 12px; }
.footer-bottom p { margin: 0; }
.mobile-cta { display: none; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.reveal.in-view { opacity: 1; transform: translateY(0); }

@media (max-width: 1199.98px) {
  .hero { min-height: auto; }
  .app-window { width: 610px; margin-left: -15px; }
  .use-case-row { grid-template-columns: repeat(3, 1fr); }
  .use-case-row article:nth-child(3) { border-right: 0; }
  .use-case-row article:nth-child(-n+3) { border-bottom: 1px solid var(--line); }
}

@media (max-width: 991.98px) {
  html { scroll-padding-top: 72px; }
  body { padding-bottom: 68px; }
  .navbar { min-height: 68px; padding: 8px 0; }
  .brand-logo { height: 40px; }
  .navbar-collapse { margin-top: 10px; padding: 15px; border: 1px solid var(--line); border-radius: 16px; background: #fff; box-shadow: var(--shadow); }
  .nav-actions { margin: 10px 0 0; }
  .nav-actions .btn { flex: 1; }
  .hero { padding: 125px 0 70px; }
  .hero-copy { text-align: center; }
  .eyebrow { justify-content: center; }
  .hero-lead { margin-left: auto; margin-right: auto; }
  .hero-actions { justify-content: center; }
  .hero-trust { max-width: 660px; margin-left: auto; margin-right: auto; text-align: left; }
  .product-showcase { min-height: 510px; }
  .app-window { width: min(760px, 92vw); margin-left: 0; transform: none; }
  .floating-rating { left: 1%; }
  .floating-notification { right: 1%; }
  .proof-bar { grid-template-columns: repeat(2, 1fr); }
  .proof-bar > div:nth-child(2) { border-right: 0; }
  .proof-bar > div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .section-space { padding: 85px 0; }
  .demo-card { grid-template-columns: 1fr; padding: 48px; }
  .feature-panel { grid-template-columns: 1fr; }
  .pos-card { padding: 50px; }
  .pos-visual { max-width: 680px; margin: 0 auto; }
  .all-features-content { grid-template-columns: repeat(2, 1fr); }
  .comparison-section .row > div:first-child { text-align: center; }
  .comparison-section .comparison-lead { margin-left: auto; margin-right: auto; }
  .footer-main { grid-template-columns: 1.2fr .9fr .8fr; }
  .footer-intro { grid-row: span 2; }
  .footer-links { grid-column: 2 / 3; }
  .footer-contact { grid-column: 3 / 4; }
  .mobile-cta { position: fixed; z-index: 999; left: 0; right: 0; bottom: 0; display: grid; grid-template-columns: 1fr 1.2fr; padding: 9px; background: rgba(255,255,255,.95); border-top: 1px solid var(--line); backdrop-filter: blur(15px); }
  .mobile-cta a { display: grid; place-items: center; min-height: 48px; border-radius: 12px; font-size: 13px; font-weight: 800; }
  .mobile-cta a:first-child { color: var(--orange-dark); background: var(--orange-soft); }
  .mobile-cta a:last-child { margin-left: 8px; background: var(--orange); color: #fff; }
}

@media (max-width: 767.98px) {
  .hero { padding-top: 108px; }
  .hero h1 { font-size: 43px; letter-spacing: -2.8px; }
  .hero h1 em { letter-spacing: -1.2px; }
  .hero-lead { font-size: 17px; }
  .hero-actions { flex-direction: column; gap: 8px; }
  .hero-actions .btn { width: 100%; max-width: 360px; }
  .hero-trust { grid-template-columns: 1fr; gap: 13px; margin-top: 32px; padding-top: 22px; }
  .hero-trust > div { justify-content: center; }
  .hero-trust p { min-width: 210px; }
  .product-showcase { min-height: 405px; margin-top: 5px; }
  .app-window { width: 760px; max-width: none; transform: scale(.69); transform-origin: center; }
  .floating-notification, .floating-rating { display: none; }
  .quick-proof { margin-top: -18px; }
  .proof-bar { grid-template-columns: 1fr; }
  .proof-bar > div { padding: 20px; border-right: 0; border-bottom: 1px solid var(--line); text-align: center; }
  .proof-bar > div:last-child { border-bottom: 0; }
  .section-space { padding: 72px 0; }
  .section-heading { margin-bottom: 35px; }
  .section-heading h2, .comparison-section h2, .contact-section h2, .faq-section h2 { font-size: 36px; letter-spacing: -1.6px; }
  .demo-section { padding-top: 10px; }
  .demo-card { gap: 36px; padding: 34px 24px; border-radius: 25px; }
  .demo-copy h2 { font-size: 37px; }
  .demo-buttons .btn { width: 100%; }
  .credentials { padding: 22px; }
  .feature-nav { justify-content: flex-start; flex-wrap: nowrap; overflow-x: auto; padding-bottom: 5px; scrollbar-width: none; }
  .feature-nav::-webkit-scrollbar { display: none; }
  .feature-nav button { white-space: nowrap; }
  .feature-panel { gap: 28px; padding: 28px 22px; border-radius: 22px; }
  .feature-list-grid { grid-template-columns: 1fr; }
  .all-features-content { grid-template-columns: 1fr; }
  .pos-section { padding-top: 0; }
  .pos-card { padding: 38px 24px; border-radius: 25px; }
  .pos-copy h2 { font-size: 37px; letter-spacing: -1.5px; }
  .pos-lead { font-size: 16px; }
  .pos-points { grid-template-columns: 1fr; }
  .pos-visual { min-height: 470px; padding: 20px; }
  .pos-printer { left: -5px; bottom: 26px; width: 245px; }
  .pos-receipt { width: 205px; right: 9px; top: 70px; }
  .pos-order-alert { left: 16px; top: 80px; }
  .use-case-row { grid-template-columns: repeat(2, 1fr); }
  .use-case-row article, .use-case-row article:nth-child(3) { border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
  .use-case-row article:nth-child(even) { border-right: 0; }
  .use-case-row article:nth-last-child(-n+2) { border-bottom: 0; }
  .comparison-table { overflow-x: auto; }
  .comparison-table > div { min-width: 650px; }
  .process-line { grid-template-columns: 1fr 1fr; gap: 32px 18px; }
  .process-line::before { display: none; }
  .contact-data { grid-template-columns: 1fr; }
  .contact-form { padding: 27px 22px; }
  .footer-main { grid-template-columns: 1fr; gap: 30px; }
  .footer-intro, .footer-contact, .footer-links { grid-column: auto; grid-row: auto; }
  .footer-links { max-width: 300px; }
  .footer-bottom { flex-direction: column; gap: 7px; }
}

@media (max-width: 420px) {
  .container { padding-left: 18px; padding-right: 18px; }
  .hero h1 { font-size: 39px; }
  .product-showcase { min-height: 355px; }
  .app-window { transform: scale(.59); }
  .use-case-row { grid-template-columns: 1fr; }
  .use-case-row article, .use-case-row article:nth-child(even), .use-case-row article:nth-last-child(-n+2) { border-right: 0; border-bottom: 1px solid var(--line); }
  .use-case-row article:last-child { border-bottom: 0; }
  .process-line { grid-template-columns: 1fr; }
  .pos-copy h2 { font-size: 34px; }
  .pos-visual { min-height: 430px; }
  .pos-printer { width: 215px; left: -18px; }
  .pos-receipt { width: 185px; right: 0; padding: 20px 17px 24px; }
  .pos-order-alert { top: 65px; left: 8px; padding: 11px 12px; }
}

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

/* Pricing */
.pricing-section { position: relative; background: #fff; }
.pricing-section::before { content: ''; position: absolute; inset: 0; pointer-events: none; background: radial-gradient(circle at 18% 18%, rgba(255,92,34,.07), transparent 28%), radial-gradient(circle at 86% 78%, rgba(255,175,110,.09), transparent 31%); }
.pricing-section .container { position: relative; }
.pricing-grid { display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(0, .88fr); gap: 28px; max-width: 1080px; margin: 0 auto; align-items: stretch; }
.pricing-card { position: relative; display: flex; flex-direction: column; min-height: 100%; padding: 44px; border: 1px solid var(--line); border-radius: 30px; background: #fffdfb; }
.pricing-card-primary { overflow: hidden; border: 2px solid rgba(255,92,34,.42); box-shadow: 0 28px 75px rgba(76,38,17,.13); }
.pricing-card-primary::after { content: ''; position: absolute; width: 260px; height: 260px; right: -125px; top: -135px; border-radius: 50%; background: rgba(255,92,34,.08); }
.pricing-badge { position: relative; z-index: 2; align-self: flex-start; margin-bottom: 26px; padding: 8px 12px; border-radius: 999px; background: var(--orange); color: #fff; font-size: 12px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.pricing-label { display: block; margin-bottom: 8px; color: var(--orange-dark); font-size: 13px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.pricing-card h3 { max-width: 570px; margin: 0; font-size: 29px; line-height: 1.18; letter-spacing: -1.2px; font-weight: 800; }
.pricing-price { display: flex; align-items: flex-end; flex-wrap: wrap; gap: 9px 13px; margin: 30px 0 25px; }
.pricing-price strong { color: var(--ink); font-size: clamp(48px, 5.3vw, 70px); line-height: .95; letter-spacing: -3.4px; font-weight: 800; }
.pricing-price span { padding-bottom: 7px; color: var(--muted); font-size: 16px; font-weight: 700; }
.pricing-features { display: grid; gap: 15px; margin: 0 0 28px; padding: 0; list-style: none; }
.pricing-features li { display: flex; gap: 11px; color: #504944; font-size: 16px; line-height: 1.55; }
.pricing-features li > span { flex: 0 0 26px; width: 26px; height: 26px; display: grid; place-items: center; border-radius: 50%; background: #e8f6f0; color: var(--green); font-size: 13px; font-weight: 800; }
.pricing-features strong { color: var(--ink); }
.pricing-setup { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin: auto 0 24px; padding: 19px 20px; border-radius: 16px; background: var(--orange-soft); }
.pricing-setup span { color: #6f5144; font-size: 14px; font-weight: 700; }
.pricing-setup strong { color: var(--orange-dark); font-size: 19px; font-weight: 800; text-align: right; }
.pricing-card-secondary { background: #f7f1eb; }
.pricing-secondary-lead { margin: 18px 0 0; color: var(--muted); font-size: 17px; line-height: 1.7; }
.pricing-price-once { display: block; margin-top: 36px; }
.pricing-price-once strong { display: block; font-size: clamp(39px, 4.3vw, 55px); letter-spacing: -2.5px; }
.pricing-price-once span { display: block; padding: 9px 0 0; }
.pricing-once-info { margin: 0 0 28px; padding: 20px; border: 1px solid #e5d8ce; border-radius: 16px; background: rgba(255,255,255,.55); }
.pricing-once-info p { margin: 0; color: #6a625c; font-size: 15px; line-height: 1.7; }
.pricing-card-secondary .btn { margin-top: auto; }
.pricing-note { max-width: 920px; margin: 27px auto 0; color: #7e756f; font-size: 13px; line-height: 1.65; text-align: center; }

@media (max-width: 991.98px) {
  .pricing-grid { grid-template-columns: 1fr; max-width: 720px; }
}

@media (max-width: 767.98px) {
  .pricing-card { padding: 32px 24px; border-radius: 24px; }
  .pricing-card h3 { font-size: 27px; }
  .pricing-price strong { font-size: 52px; letter-spacing: -2.5px; }
  .pricing-price-once strong { font-size: 41px; }
  .pricing-setup { align-items: flex-start; flex-direction: column; gap: 5px; }
  .pricing-setup strong { text-align: left; }
}


/* Contact, legal pages and cookie preferences */
.contact-data-compact .contact-hours { grid-column: 1 / -1; }
.contact-form .form-check-label a { color: var(--orange-dark); font-weight: 800; text-decoration: underline; text-underline-offset: 2px; }

.legal-page { padding: 145px 0 95px; background: #fffaf5; }
.legal-shell { max-width: 920px; margin: 0 auto; }
.legal-hero { margin-bottom: 42px; padding-bottom: 32px; border-bottom: 1px solid var(--line); }
.legal-hero .kicker { margin-bottom: 14px; }
.legal-hero h1 { margin: 0 0 16px; font-size: clamp(38px, 5vw, 62px); line-height: 1.05; letter-spacing: -2.5px; font-weight: 800; }
.legal-hero p { max-width: 760px; margin: 0; color: var(--muted); font-size: 18px; line-height: 1.75; }
.legal-content { color: #403934; font-size: 17px; line-height: 1.78; }
.legal-content section { margin-bottom: 38px; }
.legal-content h2 { margin: 0 0 14px; color: var(--ink); font-size: 27px; line-height: 1.2; letter-spacing: -.7px; font-weight: 800; }
.legal-content h3 { margin: 24px 0 10px; color: var(--ink); font-size: 20px; font-weight: 800; }
.legal-content p { margin: 0 0 13px; }
.legal-content ul, .legal-content ol { margin: 0 0 15px; padding-left: 23px; }
.legal-content li { margin-bottom: 7px; }
.legal-content a { color: var(--orange-dark); font-weight: 700; text-decoration: underline; text-underline-offset: 2px; }
.legal-note { padding: 20px 22px; border: 1px solid #f0d4c4; border-radius: 16px; background: #fff3eb; }
.legal-meta { margin-top: 24px; color: var(--muted); font-size: 14px; }
.legal-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }

.cookie-banner { position: fixed; z-index: 1400; left: 20px; right: 20px; bottom: 20px; display: flex; align-items: center; justify-content: space-between; gap: 28px; max-width: 1080px; margin: 0 auto; padding: 20px 22px; border: 1px solid rgba(255,255,255,.12); border-radius: 19px; background: #211a16; color: #fff; box-shadow: 0 24px 70px rgba(31,18,10,.28); }
.cookie-banner[hidden] { display: none !important; }
.cookie-banner-copy { max-width: 690px; }
.cookie-banner-copy strong { display: block; margin-bottom: 5px; font-size: 17px; }
.cookie-banner-copy p { margin: 0; color: #c9beb7; font-size: 14px; line-height: 1.55; }
.cookie-banner-copy a { color: #fff; text-decoration: underline; text-underline-offset: 2px; }
.cookie-banner-actions { display: flex; flex: 0 0 auto; gap: 9px; }
.cookie-settings { cursor: pointer; }

@media (max-width: 767.98px) {
  .legal-page { padding: 112px 0 75px; }
  .legal-hero h1 { font-size: 39px; letter-spacing: -1.7px; }
  .legal-content { font-size: 16px; }
  .legal-content h2 { font-size: 24px; }
  .cookie-banner { left: 10px; right: 10px; bottom: 10px; align-items: stretch; flex-direction: column; gap: 16px; padding: 18px; }
  .cookie-banner-actions { width: 100%; }
  .cookie-banner-actions .btn { flex: 1; }
}


/* Formularz SMTP */
.form-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}
.form-status:empty { display: none; }
.contact-form button[disabled] { cursor: wait; opacity: .78; }


@media (max-width: 1199.98px) {
  .platform-flow { grid-template-columns: 1fr 40px 1fr 40px 1fr; }
  .platform-module { padding: 28px 23px; }
  .platform-module p { min-height: 132px; }
  .platform-summary { grid-template-columns: 1fr 1fr; }
  .platform-summary .btn { grid-column: 1 / -1; justify-self: start; }
}

@media (max-width: 991.98px) {
  .platform-flow { grid-template-columns: 1fr; gap: 12px; }
  .platform-connector { height: 34px; }
  .platform-module p { min-height: 0; }
  .platform-summary { grid-template-columns: 1fr; gap: 18px; }
  .platform-summary .btn { grid-column: auto; width: fit-content; }
}

@media (max-width: 575.98px) {
  .platform-heading h2 { font-size: 36px; letter-spacing: -1.6px; }
  .platform-heading p { font-size: 17px; }
  .platform-module { padding: 28px 22px; border-radius: 21px; }
  .platform-module h3 { font-size: 22px; }
  .platform-summary { padding: 25px 22px; }
  .platform-summary strong { font-size: 19px; }
  .platform-summary .btn { width: 100%; }
}


/* Modules catalogue */
.modules-section {
  position: relative;
  overflow: hidden;
  background: #f7f2ec;
}
.modules-section .container { z-index: 1; }
.modules-orbit {
  position: absolute;
  border: 1px solid rgba(255, 92, 34, .12);
  border-radius: 50%;
  pointer-events: none;
}
.modules-orbit-a { width: 520px; height: 520px; right: -270px; top: 40px; }
.modules-orbit-b { width: 330px; height: 330px; left: -190px; bottom: 110px; }
.modules-heading { margin-bottom: 42px; }
.modules-heading h2 {
  max-width: 920px;
  margin: 10px 0 16px;
  font-size: clamp(38px, 5vw, 61px);
  line-height: 1.04;
  letter-spacing: -2.6px;
  font-weight: 800;
}
.modules-heading p {
  max-width: 790px;
  margin: 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.72;
}
.modules-summary {
  padding: 25px 27px;
  border: 1px solid rgba(255, 92, 34, .2);
  border-radius: 22px;
  background: rgba(255, 255, 255, .7);
}
.modules-summary strong {
  display: block;
  margin-bottom: 6px;
  color: var(--ink);
  font-size: 23px;
  letter-spacing: -.5px;
}
.modules-summary span {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.6;
}
.modules-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}
.system-module {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 27px 25px 25px;
  border: 1px solid #e8ddd4;
  border-radius: 24px;
  background: rgba(255, 255, 255, .82);
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}
.system-module:hover {
  transform: translateY(-5px);
  border-color: rgba(255, 92, 34, .3);
  box-shadow: 0 22px 45px rgba(58, 37, 24, .08);
}
.system-module-featured {
  border-color: rgba(255, 92, 34, .35);
  background: #fffaf6;
}
.system-module-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 22px;
}
.module-number {
  color: #aa9a8e;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .14em;
}
.module-badge {
  padding: 7px 10px;
  border-radius: 999px;
  background: var(--orange);
  color: #fff;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.module-badge-soft { background: #f7e4d7; color: var(--orange-dark); }
.module-badge-dark { background: #28211d; color: #fff; }
.module-icon {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  margin-bottom: 19px;
  border-radius: 17px;
  background: var(--orange-soft);
  color: var(--orange-dark);
}
.module-icon svg {
  width: 30px;
  height: 30px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.system-module h3 {
  margin: 0 0 11px;
  font-size: 22px;
  line-height: 1.22;
  letter-spacing: -.65px;
  font-weight: 800;
}
.system-module > p {
  min-height: 105px;
  margin: 0 0 18px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.7;
}
.system-module ul {
  display: grid;
  gap: 9px;
  margin: auto 0 0;
  padding: 17px 0 0;
  border-top: 1px solid #eee4dd;
  list-style: none;
}
.system-module li {
  position: relative;
  padding-left: 18px;
  color: #514943;
  font-size: 14px;
  line-height: 1.5;
}
.system-module li::before {
  content: '';
  position: absolute;
  left: 0;
  top: .62em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--orange);
}
.modules-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  margin-top: 28px;
  padding: 30px 32px;
  border-radius: 24px;
  background: #28211d;
  color: #fff;
}
.modules-footer-label {
  display: block;
  margin-bottom: 5px;
  color: #f5aa82;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.modules-footer strong {
  display: block;
  margin-bottom: 5px;
  font-size: 23px;
  letter-spacing: -.5px;
}
.modules-footer p { margin: 0; color: #cfc3bb; font-size: 15px; }

@media (max-width: 1199.98px) {
  .modules-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .system-module > p { min-height: 78px; }
}

@media (max-width: 767.98px) {
  .modules-heading { margin-bottom: 30px; }
  .modules-heading h2 { font-size: 37px; letter-spacing: -1.7px; }
  .modules-heading p { font-size: 17px; }
  .modules-grid { grid-template-columns: 1fr; gap: 14px; }
  .system-module { padding: 25px 22px 23px; }
  .system-module > p { min-height: 0; font-size: 16px; }
  .system-module li { font-size: 15px; }
  .modules-footer { align-items: stretch; flex-direction: column; padding: 26px 23px; }
  .modules-footer .btn { width: 100%; }
}


/* Orbit section */
.orbit-section { position: relative; background: linear-gradient(180deg, #fff 0%, #fffaf5 100%); overflow: hidden; }
.orbit-showcase { display: grid; grid-template-columns: minmax(320px, .8fr) minmax(420px, 1.2fr); gap: 38px; align-items: center; padding: 38px; border: 1px solid var(--line); border-radius: 34px; background: linear-gradient(145deg, rgba(255,255,255,.98), rgba(255,246,239,.96)); box-shadow: 0 24px 75px rgba(76,38,17,.08); }
.orbit-copy h3 { margin: 15px 0 16px; font-size: clamp(28px, 3.6vw, 44px); line-height: 1.1; letter-spacing: -1.6px; font-weight: 800; }
.orbit-copy p { color: var(--muted); font-size: 17px; line-height: 1.8; }
.orbit-pill { display: inline-flex; align-items: center; padding: 8px 14px; border-radius: 999px; background: var(--orange-soft); color: var(--orange-dark); font-size: 12px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.orbit-list { display: grid; gap: 12px; margin: 24px 0 0; padding: 0; list-style: none; }
.orbit-list li { position: relative; padding-left: 28px; color: #4f4945; font-size: 15px; line-height: 1.7; }
.orbit-list li::before { content: '✓'; position: absolute; left: 0; top: 2px; width: 19px; height: 19px; display: grid; place-items: center; border-radius: 50%; background: #e8f6f0; color: var(--green); font-size: 10px; font-weight: 900; }
.orbit-scene { position: relative; min-height: 740px; display: grid; place-items: center; overflow: hidden; }
.orbit-scene::before { content: ''; position: absolute; inset: 10% 8%; border-radius: 50%; background: radial-gradient(circle, rgba(255,92,34,.07), transparent 58%); filter: blur(8px); }
.orbit-center { position: relative; z-index: 4; width: 240px; height: 240px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 7px; padding: 22px; border: 1px solid rgba(255,92,34,.14); border-radius: 32px; background: linear-gradient(180deg, #fff 0%, #fff6ef 100%); box-shadow: 0 28px 75px rgba(82,44,21,.14); text-align: center; }
.orbit-center strong { font-size: 34px; letter-spacing: -1.4px; font-weight: 800; }
.orbit-center small, .orbit-center-label { color: #7c736e; }
.orbit-center-label { display: block; font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.orbit-center small { font-size: 12px; }
.orbit-center-icon { position: relative; width: 92px; height: 82px; margin-bottom: 6px; border-radius: 18px 18px 22px 22px; background: linear-gradient(180deg, #ff8a62, var(--orange-dark)); box-shadow: 0 12px 28px rgba(255,92,34,.22); }
.orbit-center-icon::before { content: ''; position: absolute; left: 10px; right: 10px; top: -14px; height: 22px; border-radius: 12px 12px 4px 4px; background: repeating-linear-gradient(90deg, #fff 0 14px, #ffb08f 14px 28px); box-shadow: 0 8px 15px rgba(255,92,34,.16); }
.orbit-awning { position: absolute; left: 14px; right: 14px; top: 28px; height: 10px; border-radius: 999px; background: rgba(255,255,255,.75); }
.orbit-door { position: absolute; left: 36px; right: 36px; bottom: 10px; height: 34px; border-radius: 10px 10px 14px 14px; background: #7a341d; }
.orbit-rotor { position: absolute; inset: 0; animation: orbitSpin 42s linear infinite; }
.orbit-ring { position: absolute; top: 50%; left: 50%; border: 1px solid rgba(39,72,133,.15); border-radius: 50%; transform: translate(-50%, -50%); }
.orbit-ring-outer { width: 660px; height: 660px; }
.orbit-ring-inner { width: 470px; height: 470px; border-style: dashed; border-color: rgba(255,92,34,.18); }
.orbit-connection { position: absolute; top: 50%; left: 50%; width: var(--line); height: 4px; transform-origin: 0 50%; transform: rotate(var(--angle)); background: linear-gradient(90deg, rgba(31,95,255,.16), rgba(31,95,255,.55), rgba(255,92,34,.5)); border-radius: 999px; box-shadow: 0 0 18px rgba(31,95,255,.12); }
.orbit-connection::after { content: ''; position: absolute; top: 50%; left: 0; width: 14px; height: 14px; border-radius: 50%; background: radial-gradient(circle, #fff 0, #ffb181 45%, #ff5c22 85%); box-shadow: 0 0 0 6px rgba(255,92,34,.12), 0 0 18px rgba(255,92,34,.42); transform: translate(-50%, -50%); animation: pulseRun 3.8s linear infinite; animation-delay: var(--delay); }
.orbit-node-wrap { position: absolute; top: 50%; left: 50%; transform: rotate(var(--angle)) translateY(calc(var(--radius) * -1)); transform-origin: 0 0; }
.orbit-node { width: 154px; min-height: 90px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px; padding: 16px 14px; border: 1px solid rgba(39,72,133,.14); border-radius: 22px; background: rgba(255,255,255,.96); box-shadow: 0 20px 48px rgba(63,39,23,.11); text-align: center; transform: translate(-50%, -50%) rotate(calc(var(--angle) * -1)); animation: orbitCounter 42s linear infinite; }
.orbit-node-icon { font-size: 24px; line-height: 1; }
.orbit-node strong { font-size: 14px; line-height: 1.35; font-weight: 800; color: #1a2336; }
@keyframes orbitSpin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }
@keyframes orbitCounter { from { transform: translate(-50%, -50%) rotate(calc(var(--angle) * -1)); } to { transform: translate(-50%, -50%) rotate(calc(var(--angle) * -1 - 360deg)); } }
@keyframes pulseRun { 0% { left: 0; opacity: .2; } 8% { opacity: 1; } 100% { left: 100%; opacity: .2; } }

/* Pricing updates */
.pricing-scale { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; max-width: 1100px; margin: 0 auto 26px; }
.pricing-scale > div { padding: 24px; border: 1px solid var(--line); border-radius: 22px; background: #fffdfb; text-align: center; box-shadow: 0 16px 42px rgba(76,38,17,.05); }
.pricing-scale strong { display: block; font-size: 28px; line-height: 1.15; letter-spacing: -1px; font-weight: 800; }
.pricing-scale span { display: block; margin-top: 8px; color: var(--muted); font-size: 14px; line-height: 1.6; }
.pricing-grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); max-width: 1180px; }
.pricing-extra-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; max-width: 1180px; margin: 24px auto 0; }
.pricing-extra-card { padding: 28px; border: 1px solid var(--line); border-radius: 24px; background: #fffdfb; }
.pricing-extra-card h3 { margin: 8px 0 10px; font-size: 24px; letter-spacing: -1px; font-weight: 800; }
.pricing-extra-card p { margin: 0; color: var(--muted); line-height: 1.75; }
.pricing-extra-card strong { display: block; margin-top: 14px; font-size: 32px; line-height: 1.1; letter-spacing: -1px; font-weight: 800; }
.pricing-extra-card ul { margin: 14px 0 0; padding-left: 20px; color: var(--muted); }
.pricing-extra-card li { margin-bottom: 8px; line-height: 1.6; }

@media (max-width: 1199.98px) {
  .orbit-showcase { grid-template-columns: 1fr; }
  .orbit-copy { max-width: 780px; margin: 0 auto; text-align: center; }
  .orbit-list { max-width: 760px; margin-left: auto; margin-right: auto; text-align: left; }
  .pricing-grid-3 { grid-template-columns: 1fr; max-width: 720px; }
  .pricing-extra-grid { grid-template-columns: 1fr; max-width: 720px; }
}

@media (max-width: 991.98px) {
  .orbit-scene { min-height: 680px; }
  .orbit-ring-outer { width: 560px; height: 560px; }
  .orbit-ring-inner { width: 390px; height: 390px; }
  .orbit-node { width: 128px; min-height: 80px; padding: 14px 10px; }
  .orbit-node strong { font-size: 12px; }
  .orbit-center { width: 214px; height: 214px; }
  .orbit-center strong { font-size: 28px; }
  .pricing-scale { grid-template-columns: 1fr; max-width: 720px; }
}

@media (max-width: 767.98px) {
  .orbit-showcase { padding: 24px 18px; border-radius: 26px; }
  .orbit-scene { min-height: 620px; }
  .orbit-ring-outer { width: 420px; height: 420px; }
  .orbit-ring-inner { width: 280px; height: 280px; }
  .orbit-node-wrap { transform: rotate(var(--angle)) translateY(-215px); }
  .orbit-connection { width: 155px !important; }
  .orbit-node { width: 102px; min-height: 70px; padding: 10px 8px; border-radius: 16px; }
  .orbit-node-icon { font-size: 18px; }
  .orbit-node strong { font-size: 10px; }
  .orbit-center { width: 170px; height: 170px; padding: 14px; border-radius: 24px; }
  .orbit-center-icon { width: 72px; height: 62px; }
  .orbit-center strong { font-size: 22px; }
  .orbit-center-label, .orbit-center small { font-size: 10px; }
  .pricing-scale > div { padding: 20px 16px; }
  .pricing-scale strong { font-size: 24px; }
  .pricing-extra-card { padding: 22px; }
}


/* Google and social media integrations */
.integrations-section { position: relative; overflow: hidden; background: #fff; }
.integrations-section::before { content: ''; position: absolute; width: 520px; height: 520px; right: -260px; top: -240px; border-radius: 50%; background: radial-gradient(circle, rgba(255,92,34,.1), transparent 68%); pointer-events: none; }
.integrations-heading { position: relative; z-index: 2; margin-bottom: 34px; }
.integrations-heading h2 { max-width: 880px; margin: 13px 0 16px; font-size: clamp(35px, 4.3vw, 58px); line-height: 1.08; letter-spacing: -2.3px; font-weight: 800; }
.integrations-heading p { max-width: 860px; margin: 0; color: var(--muted); font-size: 18px; line-height: 1.75; }
.integrations-heading .col-lg-4 { text-align: right; }
.integrations-grid { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.integration-card { min-height: 100%; padding: 34px; border: 1px solid var(--line); border-radius: 27px; background: #fffdfb; box-shadow: 0 18px 50px rgba(66,38,22,.06); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.integration-card:hover { transform: translateY(-7px); border-color: #ffd2bc; box-shadow: 0 28px 65px rgba(66,38,22,.1); }
.integration-card-featured { border-color: rgba(255,92,34,.38); background: linear-gradient(145deg, #fff, #fff3eb); box-shadow: 0 24px 65px rgba(255,92,34,.1); }
.integration-mark { width: 58px; height: 58px; display: grid; place-items: center; margin-bottom: 25px; border-radius: 18px; font-size: 27px; font-weight: 800; }
.integration-google { background: #eef4ff; color: #2867d6; }
.integration-analytics { background: var(--orange-soft); color: var(--orange-dark); }
.integration-social { background: #f1edff; color: #5a46be; }
.integration-card h3 { margin-bottom: 13px; font-size: 25px; line-height: 1.2; letter-spacing: -.8px; font-weight: 800; }
.integration-card p { color: var(--muted); font-size: 15px; line-height: 1.75; }
.integration-card ul { display: grid; gap: 10px; margin: 21px 0 0; padding: 0; list-style: none; }
.integration-card li { position: relative; padding-left: 25px; color: #4f4945; font-size: 14px; line-height: 1.6; }
.integration-card li::before { content: '✓'; position: absolute; left: 0; top: 2px; width: 17px; height: 17px; display: grid; place-items: center; border-radius: 50%; background: #e8f5ef; color: var(--green); font-size: 9px; font-weight: 900; }
.integrations-flow { position: relative; z-index: 2; display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 13px; margin-top: 24px; padding: 23px 28px; border: 1px solid var(--line); border-radius: 21px; background: var(--paper); }
.integrations-flow span { padding: 10px 14px; border-radius: 12px; background: #fff; color: #2d2926; font-size: 14px; font-weight: 800; box-shadow: 0 8px 22px rgba(65,39,23,.06); }
.integrations-flow i { color: var(--orange); font-size: 19px; font-style: normal; font-weight: 800; }

@media (max-width: 991.98px) {
  .integrations-heading .col-lg-4 { text-align: left; }
  .integrations-grid { grid-template-columns: 1fr; }
}

@media (max-width: 767.98px) {
  .integration-card { padding: 27px 22px; border-radius: 22px; }
  .integrations-flow { align-items: stretch; flex-direction: column; text-align: center; }
  .integrations-flow i { transform: rotate(90deg); }
}


/* Complete company panel */
.company-panel-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 18%, rgba(255,92,34,.08), transparent 26%),
    radial-gradient(circle at 92% 82%, rgba(255,177,122,.12), transparent 30%),
    #fff;
}
.company-panel-heading { margin-bottom: 34px; }
.company-panel-heading h2 {
  max-width: 900px;
  margin: 14px 0 16px;
  font-size: clamp(38px, 4.8vw, 62px);
  line-height: 1.07;
  letter-spacing: -2.7px;
  font-weight: 800;
}
.company-panel-heading p {
  max-width: 920px;
  margin: 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.8;
}
.company-panel-summary {
  padding: 25px;
  border: 1px solid rgba(255,92,34,.2);
  border-radius: 22px;
  background: var(--orange-soft);
}
.company-panel-summary strong {
  display: block;
  margin-bottom: 7px;
  color: var(--orange-dark);
  font-size: 29px;
  letter-spacing: -1px;
  font-weight: 800;
}
.company-panel-summary span { color: #6e5549; font-size: 14px; line-height: 1.65; }
.company-panel-groups {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 18px;
}
.panel-group-card {
  position: relative;
  grid-column: span 4;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 25px;
  background: #fffdfb;
  box-shadow: 0 18px 48px rgba(65,37,20,.06);
}
.panel-group-card:nth-child(4),
.panel-group-card:nth-child(5) { grid-column: span 6; }
.panel-group-number {
  width: 39px;
  height: 39px;
  display: grid;
  place-items: center;
  margin-bottom: 20px;
  border-radius: 12px;
  background: var(--orange-soft);
  color: var(--orange-dark);
  font-size: 12px;
  font-weight: 800;
}
.panel-group-card h3 {
  margin: 0 0 20px;
  font-size: 23px;
  line-height: 1.25;
  letter-spacing: -.8px;
  font-weight: 800;
}
.panel-menu-list { display: flex; flex-wrap: wrap; gap: 9px; }
.panel-menu-list span {
  position: relative;
  padding: 10px 13px 10px 29px;
  border: 1px solid #eee2d9;
  border-radius: 11px;
  background: #fff8f3;
  color: #4e4742;
  font-size: 13px;
  font-weight: 700;
}
.panel-menu-list span::before {
  content: '';
  position: absolute;
  left: 12px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--orange);
  box-shadow: 0 0 0 4px rgba(255,92,34,.1);
  transform: translateY(-50%);
}
.company-panel-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  margin-top: 22px;
  padding: 29px 32px;
  border-radius: 24px;
  background: linear-gradient(135deg, #211711, #130e0b);
  color: #fff;
}
.company-panel-bottom > div { max-width: 820px; }
.company-panel-bottom span {
  display: block;
  margin-bottom: 7px;
  color: #ffad8a;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.company-panel-bottom strong { font-size: 19px; line-height: 1.55; font-weight: 700; }

@media (max-width: 991.98px) {
  .panel-group-card,
  .panel-group-card:nth-child(4),
  .panel-group-card:nth-child(5) { grid-column: span 6; }
  .company-panel-bottom { align-items: flex-start; flex-direction: column; }
}
@media (max-width: 767.98px) {
  .company-panel-heading h2 { font-size: 37px; letter-spacing: -1.8px; }
  .company-panel-heading p { font-size: 16px; }
  .panel-group-card,
  .panel-group-card:nth-child(4),
  .panel-group-card:nth-child(5) { grid-column: 1 / -1; padding: 24px; }
  .panel-group-card h3 { font-size: 21px; }
  .company-panel-bottom { padding: 25px 22px; }
  .company-panel-bottom strong { font-size: 17px; }
}

/* Kioski, QR i tablica odbioru */
.selfservice-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 18%, rgba(255,92,34,.08), transparent 28%),
    radial-gradient(circle at 92% 82%, rgba(36,83,160,.07), transparent 30%),
    #fff;
}
.selfservice-flow {
  display: grid;
  grid-template-columns: minmax(0,1fr) 48px minmax(0,1fr) 48px minmax(0,1fr);
  align-items: center;
  gap: 14px;
  max-width: 1180px;
  margin: 0 auto;
}
.selfservice-flow article {
  position: relative;
  min-height: 250px;
  padding: 32px 28px;
  border: 1px solid var(--line);
  border-radius: 26px;
  background: rgba(255,255,255,.96);
  box-shadow: 0 20px 58px rgba(66,38,23,.08);
}
.selfservice-flow article:nth-of-type(2) {
  border-color: rgba(255,92,34,.38);
  box-shadow: 0 26px 68px rgba(255,92,34,.12);
}
.selfservice-step {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  margin-bottom: 22px;
  border-radius: 14px;
  background: var(--orange-soft);
  color: var(--orange-dark);
  font-size: 13px;
  font-weight: 800;
}
.selfservice-flow h3 {
  margin: 0 0 13px;
  font-size: 25px;
  line-height: 1.2;
  letter-spacing: -.8px;
  font-weight: 800;
}
.selfservice-flow p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.75;
}
.selfservice-arrow {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--orange);
  color: #fff;
  box-shadow: 0 12px 28px rgba(255,92,34,.25);
  font-size: 21px;
  font-weight: 800;
}
.qr-callout {
  display: grid;
  grid-template-columns: 1fr 180px;
  gap: 34px;
  align-items: center;
  max-width: 1180px;
  margin: 28px auto 0;
  padding: 34px 38px;
  border-radius: 28px;
  color: #fff;
  background: linear-gradient(135deg, #1d1612, #2d2019);
  box-shadow: 0 30px 75px rgba(39,22,13,.18);
}
.qr-callout-label {
  display: block;
  margin-bottom: 9px;
  color: #ffad8a;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.qr-callout h3 {
  margin: 0 0 12px;
  font-size: 31px;
  line-height: 1.18;
  letter-spacing: -1.1px;
  font-weight: 800;
}
.qr-callout p {
  max-width: 860px;
  margin: 0;
  color: #cbbfb8;
  font-size: 15px;
  line-height: 1.75;
}
.qr-visual {
  width: 160px;
  height: 160px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 1fr);
  gap: 8px;
  padding: 18px;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 18px 45px rgba(0,0,0,.22);
}
.qr-visual span {
  border-radius: 5px;
  background: #171310;
}
.qr-visual span:nth-child(2),
.qr-visual span:nth-child(4),
.qr-visual span:nth-child(6),
.qr-visual span:nth-child(8) {
  background: var(--orange);
  transform: scale(.55);
}
.qr-visual span:nth-child(5) {
  background: var(--orange-soft);
  box-shadow: inset 0 0 0 8px var(--orange);
}

@media (max-width: 991.98px) {
  .selfservice-flow {
    grid-template-columns: 1fr;
    max-width: 720px;
  }
  .selfservice-flow article { min-height: 0; }
  .selfservice-arrow { transform: rotate(90deg); justify-self: center; }
  .qr-callout { grid-template-columns: 1fr; max-width: 720px; }
  .qr-visual { justify-self: center; }
}

@media (max-width: 767.98px) {
  .selfservice-flow article { padding: 26px 22px; border-radius: 22px; }
  .selfservice-flow h3 { font-size: 23px; }
  .qr-callout { padding: 28px 22px; border-radius: 24px; }
  .qr-callout h3 { font-size: 27px; }
  .qr-visual { width: 140px; height: 140px; }
}


/* Visual kiosk block */
.kiosk-hero {
  display: grid;
  grid-template-columns: minmax(320px, .92fr) minmax(360px, 1.08fr);
  gap: 36px;
  align-items: center;
  max-width: 1180px;
  margin: 0 auto 30px;
  padding: 36px 38px;
  border: 1px solid var(--line);
  border-radius: 30px;
  background: linear-gradient(145deg, rgba(255,255,255,.98), rgba(255,246,239,.96));
  box-shadow: 0 24px 70px rgba(67,37,20,.08);
}
.kiosk-label {
  display: inline-flex;
  align-items: center;
  padding: 8px 14px;
  border-radius: 999px;
  background: var(--orange-soft);
  color: var(--orange-dark);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.kiosk-hero-copy h3 {
  margin: 16px 0 14px;
  font-size: clamp(30px, 3.6vw, 46px);
  line-height: 1.08;
  letter-spacing: -1.5px;
  font-weight: 800;
}
.kiosk-hero-copy p {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.8;
}
.kiosk-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}
.kiosk-tags span {
  display: inline-flex;
  align-items: center;
  padding: 10px 14px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid #f0dfd4;
  color: #4d4742;
  font-size: 13px;
  font-weight: 700;
}
.kiosk-visual {
  position: relative;
  min-height: 480px;
  display: grid;
  place-items: center;
  padding: 18px;
}
.kiosk-terminal {
  position: relative;
  width: 290px;
  z-index: 2;
  filter: drop-shadow(0 24px 50px rgba(47,31,21,.17));
}
.kiosk-screen {
  padding: 16px;
  border: 10px solid #16120f;
  border-radius: 28px;
  background: linear-gradient(180deg, #fff 0%, #fff7f1 100%);
}
.kiosk-topbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 14px;
  font-size: 11px;
  font-weight: 800;
  color: #534c46;
}
.kiosk-topbar b {
  padding: 6px 9px;
  border-radius: 999px;
  background: var(--orange-soft);
  color: var(--orange-dark);
  font-size: 10px;
}
.kiosk-menu-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.kiosk-menu-grid article {
  padding: 13px 12px;
  border: 1px solid #f0e2d8;
  border-radius: 14px;
  background: #fff;
}
.kiosk-menu-grid strong, .kiosk-menu-grid small { display: block; }
.kiosk-menu-grid strong { font-size: 13px; line-height: 1.35; }
.kiosk-menu-grid small { margin-top: 5px; color: #8b827c; font-size: 11px; }
.kiosk-cart-box {
  margin-top: 14px;
  padding: 14px;
  border-radius: 16px;
  background: #1c1612;
  color: #fff;
}
.kiosk-cart-box > div {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding: 5px 0;
  font-size: 12px;
}
.kiosk-cart-box span { color: #eadcd0; }
.kiosk-cart-box strong { font-size: 12px; }
.kiosk-cart-box button {
  width: 100%;
  margin-top: 12px;
  padding: 12px 14px;
  border: 0;
  border-radius: 12px;
  background: var(--orange);
  color: #fff;
  font-size: 13px;
  font-weight: 800;
}
.kiosk-base {
  width: 110px;
  height: 150px;
  margin: 0 auto;
  position: relative;
}
.kiosk-base::before {
  content: '';
  position: absolute;
  left: 50%;
  top: -2px;
  width: 22px;
  height: 118px;
  border-radius: 999px;
  background: linear-gradient(180deg, #2e2824, #171310);
  transform: translateX(-50%);
}
.kiosk-base::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 150px;
  height: 24px;
  border-radius: 999px;
  background: linear-gradient(180deg, #2d2823, #171310);
  transform: translateX(-50%);
}
.kiosk-order-chip {
  position: absolute;
  top: 8px;
  right: 14px;
  z-index: 3;
  padding: 12px 16px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid #eedfd4;
  box-shadow: 0 18px 40px rgba(57,36,24,.12);
  color: var(--orange-dark);
  font-size: 13px;
  font-weight: 800;
}
.kiosk-side-card {
  position: absolute;
  z-index: 3;
  width: 142px;
  padding: 16px 15px;
  border-radius: 18px;
  background: rgba(255,255,255,.98);
  border: 1px solid #efdfd3;
  box-shadow: 0 18px 42px rgba(57,36,24,.11);
}
.kiosk-side-card span {
  display: inline-flex;
  margin-bottom: 10px;
  padding: 5px 8px;
  border-radius: 999px;
  background: var(--orange-soft);
  color: var(--orange-dark);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .08em;
}
.kiosk-side-card strong, .kiosk-side-card small { display: block; }
.kiosk-side-card strong { font-size: 20px; line-height: 1.2; font-weight: 800; }
.kiosk-side-card small { margin-top: 6px; color: #7f7771; font-size: 11px; line-height: 1.55; }
.kiosk-side-card-left { left: 0; bottom: 70px; }
.kiosk-side-card-right { right: 0; bottom: 110px; }

@media (max-width: 991.98px) {
  .kiosk-hero { grid-template-columns: 1fr; max-width: 720px; }
  .kiosk-hero-copy { text-align: center; }
  .kiosk-tags { justify-content: center; }
}

@media (max-width: 767.98px) {
  .kiosk-hero { padding: 26px 20px; border-radius: 24px; }
  .kiosk-hero-copy h3 { font-size: 30px; }
  .kiosk-visual { min-height: 420px; }
  .kiosk-terminal { width: 240px; }
  .kiosk-order-chip { top: 0; right: 0; font-size: 11px; padding: 10px 12px; }
  .kiosk-side-card { width: 120px; padding: 13px 12px; }
  .kiosk-side-card strong { font-size: 17px; }
  .kiosk-side-card-left { left: 2px; bottom: 52px; }
  .kiosk-side-card-right { right: 2px; bottom: 92px; }
}


/* Menu PDF and print */
.menu-export-section {
  position: relative;
  padding-top: 30px;
  background: #fff;
}
.menu-export-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(390px, .9fr);
  gap: 50px;
  align-items: center;
  overflow: hidden;
  padding: 58px 62px;
  border: 1px solid var(--line);
  border-radius: 34px;
  background:
    radial-gradient(circle at 94% 8%, rgba(255,92,34,.12), transparent 30%),
    linear-gradient(145deg, #fffdfb, #fff4eb);
  box-shadow: 0 28px 80px rgba(70,38,21,.09);
}
.menu-export-card::before {
  content: '';
  position: absolute;
  width: 330px;
  height: 330px;
  right: -170px;
  bottom: -210px;
  border-radius: 50%;
  background: rgba(255,92,34,.07);
}
.menu-export-copy,
.menu-export-visual { position: relative; z-index: 2; }
.menu-export-copy h2 {
  max-width: 720px;
  margin: 15px 0 18px;
  font-size: clamp(36px, 4.5vw, 58px);
  line-height: 1.07;
  letter-spacing: -2.4px;
  font-weight: 800;
}
.menu-export-copy > p {
  max-width: 710px;
  margin-bottom: 27px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.78;
}
.menu-export-benefits {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px 22px;
  margin-bottom: 30px;
}
.menu-export-benefits > div {
  display: flex;
  align-items: flex-start;
  gap: 11px;
}
.menu-export-benefits > div > span {
  flex: 0 0 25px;
  width: 25px;
  height: 25px;
  display: grid;
  place-items: center;
  margin-top: 2px;
  border-radius: 50%;
  background: #e8f6f0;
  color: var(--green);
  font-size: 12px;
  font-weight: 900;
}
.menu-export-benefits p { margin: 0; }
.menu-export-benefits strong {
  display: block;
  margin-bottom: 4px;
  font-size: 15px;
}
.menu-export-benefits small {
  display: block;
  color: #817973;
  font-size: 12px;
  line-height: 1.55;
}
.menu-export-visual {
  min-height: 520px;
  display: grid;
  place-items: center;
}
.menu-source-window {
  position: absolute;
  left: 0;
  top: 66px;
  width: 260px;
  padding: 18px;
  border: 1px solid #ecded3;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 22px 55px rgba(61,37,23,.13);
  transform: rotate(-3deg);
}
.menu-source-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 13px;
  border-bottom: 1px solid #eee4dd;
  color: #756d67;
  font-size: 10px;
}
.menu-source-top span { color: var(--orange); font-weight: 800; }
.menu-source-top b { color: var(--ink); }
.menu-source-row {
  display: grid;
  grid-template-columns: 30px 1fr auto;
  gap: 9px;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid #f0e7e1;
}
.menu-source-row i {
  width: 29px;
  height: 29px;
  border-radius: 9px;
  background: linear-gradient(135deg, #ffad87, var(--orange));
}
.menu-source-row strong,
.menu-source-row small { display: block; }
.menu-source-row strong { font-size: 10px; }
.menu-source-row small { margin-top: 2px; color: #9a918b; font-size: 7px; }
.menu-source-row > b { color: var(--orange-dark); font-size: 9px; }
.menu-source-action {
  margin-top: 14px;
  padding: 11px;
  border-radius: 11px;
  background: var(--orange);
  color: #fff;
  font-size: 10px;
  font-weight: 800;
  text-align: center;
}
.menu-pdf-sheet {
  position: absolute;
  right: 20px;
  top: 32px;
  width: 245px;
  min-height: 350px;
  padding: 38px 30px 27px;
  border: 1px solid #e8dbd1;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 30px 70px rgba(61,37,23,.16);
  transform: rotate(4deg);
  text-align: center;
}
.menu-pdf-sheet::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
  height: 44px;
  background: linear-gradient(225deg, #ffe6d8 50%, transparent 51%);
}
.menu-pdf-badge {
  position: absolute;
  top: 14px;
  left: 16px;
  padding: 6px 8px;
  border-radius: 7px;
  background: var(--orange);
  color: #fff;
  font-size: 9px;
  font-weight: 900;
}
.menu-pdf-sheet > strong {
  display: block;
  color: var(--orange);
  font-size: 33px;
  letter-spacing: .14em;
  font-weight: 800;
}
.menu-pdf-sheet > small {
  display: block;
  margin: 4px 0 23px;
  color: #706964;
  font-size: 10px;
}
.menu-pdf-sheet > div {
  height: 35px;
  margin: 10px 0;
  border-radius: 7px;
  background:
    linear-gradient(90deg, var(--orange-soft) 0 34%, transparent 34%),
    linear-gradient(180deg, #e7ded8 0 5px, transparent 5px 13px, #eee6e1 13px 17px, transparent 17px);
}
.menu-pdf-sheet > b {
  display: inline-block;
  margin-top: 16px;
  padding: 8px 11px;
  border-radius: 999px;
  background: #e8f6f0;
  color: var(--green);
  font-size: 9px;
}
.menu-export-arrow {
  position: absolute;
  z-index: 4;
  left: 44%;
  top: 45%;
  width: 100px;
  height: 50px;
  transform: translate(-50%, -50%);
}
.menu-export-arrow span {
  position: absolute;
  right: 0;
  top: 4px;
  color: var(--orange);
  font-size: 33px;
  font-weight: 800;
  animation: menuArrowMove 1.6s ease-in-out infinite;
}
.menu-export-arrow i {
  position: absolute;
  left: 2px;
  right: 19px;
  top: 24px;
  height: 2px;
  background: repeating-linear-gradient(90deg, var(--orange) 0 8px, transparent 8px 14px);
}
.menu-print-chip {
  position: absolute;
  z-index: 5;
  right: 5px;
  bottom: 34px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 15px 17px;
  border: 1px solid #eaded5;
  border-radius: 17px;
  background: rgba(255,255,255,.97);
  box-shadow: 0 20px 45px rgba(61,37,23,.13);
}
.menu-print-chip > span {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 11px;
  background: var(--orange-soft);
  font-size: 18px;
}
.menu-print-chip strong,
.menu-print-chip small { display: block; }
.menu-print-chip strong { font-size: 12px; }
.menu-print-chip small { margin-top: 3px; color: #8d847e; font-size: 8px; }
@keyframes menuArrowMove {
  0%, 100% { transform: translateX(-5px); opacity: .7; }
  50% { transform: translateX(5px); opacity: 1; }
}
@media (max-width: 1199.98px) {
  .menu-export-card { grid-template-columns: 1fr; }
  .menu-export-visual { max-width: 620px; width: 100%; margin: 0 auto; }
}
@media (max-width: 767.98px) {
  .menu-export-card { padding: 34px 22px; border-radius: 25px; }
  .menu-export-copy h2 { font-size: 34px; letter-spacing: -1.5px; }
  .menu-export-benefits { grid-template-columns: 1fr; }
  .menu-export-visual { min-height: 470px; transform: scale(.88); margin-top: -25px; margin-bottom: -25px; }
  .menu-source-window { left: -18px; }
  .menu-pdf-sheet { right: -16px; }
  .menu-print-chip { right: -12px; }
}


/* Modular package pricing v24 */
.pricing-scale-packages {
  grid-template-columns: repeat(4, minmax(0,1fr));
  max-width: 1240px;
  margin-bottom: 32px;
}
.package-pricing-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 24px;
  max-width: 1240px;
  margin: 0 auto;
  align-items: stretch;
}
.package-card {
  grid-column: span 2;
  min-width: 0;
  padding: 34px 30px;
}
.package-card:nth-child(4),
.package-card:nth-child(5) {
  grid-column: span 3;
}
.package-card-popular {
  border: 2px solid rgba(255,92,34,.42);
  box-shadow: 0 28px 75px rgba(76,38,17,.13);
}
.package-card-advanced {
  background: linear-gradient(180deg, #fffdfb, #fff6ef);
}
.package-card-complete {
  overflow: hidden;
  border-color: #2d2520;
  background: linear-gradient(145deg, #251b16, #120d0a);
  color: #fff;
  box-shadow: 0 34px 85px rgba(31,18,11,.24);
}
.package-card-complete::before {
  content: '';
  position: absolute;
  width: 320px;
  height: 320px;
  right: -175px;
  top: -175px;
  border-radius: 50%;
  background: rgba(255,92,34,.22);
}
.package-card-complete .pricing-label,
.package-card-complete .package-intro,
.package-card-complete .package-limits,
.package-card-complete .pricing-price span,
.package-card-complete .pricing-features li {
  color: #d3c5bd;
}
.package-card-complete .pricing-price strong,
.package-card-complete h3,
.package-card-complete .pricing-features strong {
  color: #fff;
}
.package-card-complete .pricing-features li > span {
  background: rgba(142,226,189,.14);
  color: #8ee2bd;
}
.package-card-complete .pricing-setup {
  background: rgba(255,255,255,.08);
}
.package-card-complete .pricing-setup span { color: #baa9a0; }
.package-card-complete .pricing-setup strong { color: #ffad8a; }
.package-card-top {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}
.package-card-top .pricing-label { margin: 0; }
.package-level {
  padding: 7px 10px;
  border-radius: 999px;
  background: var(--orange-soft);
  color: var(--orange-dark);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.package-card-complete .package-level {
  background: rgba(255,255,255,.09);
  color: #ffb395;
}
.package-intro {
  min-height: 82px;
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.7;
}
.package-price {
  display: block;
  margin: 26px 0 8px;
}
.package-price strong {
  display: block;
  font-size: clamp(42px, 4.4vw, 58px);
  letter-spacing: -2.5px;
}
.package-price span {
  display: block;
  padding: 8px 0 0;
}
.package-limits {
  margin-bottom: 24px;
  padding: 10px 12px;
  border-radius: 11px;
  background: #f7f1ec;
  color: #6f665f;
  font-size: 12px;
  font-weight: 800;
  text-align: center;
}
.package-card-complete .package-limits {
  background: rgba(255,255,255,.08);
}
.package-features {
  flex: 1;
}
.package-complete-badge {
  position: relative;
  z-index: 2;
  align-self: flex-start;
  margin-bottom: 20px;
  padding: 9px 13px;
  border-radius: 999px;
  background: var(--orange);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.pricing-enterprise-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  max-width: 1240px;
  margin: 26px auto 0;
}
.pricing-enterprise-card {
  padding: 32px;
  border: 1px solid var(--line);
  border-radius: 26px;
  background: #fffdfb;
}
.pricing-enterprise-license {
  color: #fff;
  border-color: #2d2520;
  background: linear-gradient(145deg, #251b16, #120d0a);
}
.pricing-enterprise-card h3 {
  margin: 7px 0 12px;
  font-size: 30px;
  letter-spacing: -1.1px;
  font-weight: 800;
}
.pricing-enterprise-card p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.75;
}
.pricing-enterprise-license p { color: #c7b9b1; }
.enterprise-price {
  display: grid;
  gap: 6px;
  margin: 23px 0 18px;
}
.enterprise-price strong {
  color: var(--orange-dark);
  font-size: 25px;
  line-height: 1.25;
  font-weight: 800;
}
.enterprise-price span {
  color: #6d655f;
  font-size: 14px;
  font-weight: 700;
}
.pricing-enterprise-license .enterprise-price strong { color: #ffad8a; }
.pricing-enterprise-license .enterprise-price span { color: #c7b9b1; }
.pricing-enterprise-card > a {
  color: var(--orange-dark);
  font-size: 14px;
  font-weight: 800;
}
.pricing-enterprise-license > a { color: #ffad8a; }
.package-pricing-note {
  max-width: 1060px;
  margin: 28px auto 0;
  padding: 22px 25px;
  border: 1px solid #eadfd5;
  border-radius: 18px;
  background: rgba(255,255,255,.72);
  text-align: center;
}
.package-pricing-note strong {
  display: block;
  margin-bottom: 6px;
  font-size: 16px;
  font-weight: 800;
}
.package-pricing-note p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.65;
}

@media (max-width: 1199.98px) {
  .pricing-scale-packages { grid-template-columns: repeat(2, 1fr); }
  .package-pricing-grid { grid-template-columns: repeat(2, minmax(0,1fr)); max-width: 920px; }
  .package-card,
  .package-card:nth-child(4),
  .package-card:nth-child(5) { grid-column: auto; }
  .package-card:last-child { grid-column: 1 / -1; max-width: 620px; width: 100%; justify-self: center; }
}

@media (max-width: 767.98px) {
  .pricing-scale-packages,
  .package-pricing-grid,
  .pricing-enterprise-grid { grid-template-columns: 1fr; }
  .package-card,
  .package-card:last-child { grid-column: auto; max-width: none; }
  .package-card { padding: 30px 22px; }
  .package-intro { min-height: 0; }
  .package-price strong { font-size: 44px; }
  .pricing-enterprise-card { padding: 26px 22px; }
  .pricing-enterprise-card h3 { font-size: 27px; }
  .enterprise-price strong { font-size: 22px; }
}


:root { --scroll-progress: 0; }

[data-parallax] {
  transform: translate3d(0, var(--parallax-y, 0px), 0);
  will-change: transform;
}

/* Scroll enhancements */
.hero, .orbit-section, .platform-section, .selfservice-section, .pricing-section { overflow: hidden; }
.hero-copy .reveal,
.hero-actions.reveal,
.hero-trust.reveal,
.section-heading.reveal,
.proof-bar.reveal,
.kiosk-hero.reveal,
.demo-card.reveal,
.pricing-card.reveal,
.pricing-extra-card.reveal {
  transition-duration: .8s;
  transition-timing-function: cubic-bezier(.22, 1, .36, 1);
}

/* Fixed dish journey */
.dish-journey {
  position: fixed;
  right: 18px;
  top: 120px;
  bottom: 110px;
  z-index: 80;
  width: 92px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  pointer-events: none;
}
.journey-title {
  padding: 10px 12px;
  border-radius: 16px;
  background: rgba(255,255,255,.92);
  border: 1px solid rgba(234,223,213,.95);
  box-shadow: 0 12px 28px rgba(67,37,20,.10);
  text-align: center;
  color: var(--orange-dark);
  font-size: 11px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.journey-label {
  width: 100%;
  display: grid;
  justify-items: center;
  gap: 8px;
  padding: 10px 8px;
  border-radius: 18px;
  background: rgba(255,255,255,.92);
  border: 1px solid rgba(234,223,213,.95);
  box-shadow: 0 12px 28px rgba(67,37,20,.08);
}
.journey-label small {
  color: #6f6862;
  font-size: 11px;
  font-weight: 700;
}
.journey-dot {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--orange-soft);
  font-size: 18px;
}
.journey-track {
  position: relative;
  flex: 1;
  width: 100%;
  display: flex;
  justify-content: center;
}
.journey-track-line, .journey-track-progress {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 6px;
  transform: translateX(-50%);
  border-radius: 999px;
}
.journey-track-line {
  background: linear-gradient(180deg, rgba(255,92,34,.10), rgba(255,92,34,.25));
}
.journey-track-progress {
  top: 0;
  height: calc(var(--scroll-progress) * 100%);
  bottom: auto;
  background: linear-gradient(180deg, #ff9e78 0%, var(--orange) 55%, var(--orange-dark) 100%);
  box-shadow: 0 0 22px rgba(255,92,34,.25);
}
.journey-dish {
  position: absolute;
  left: 50%;
  top: calc((100% - 46px) * var(--scroll-progress));
  width: 46px;
  height: 46px;
  transform: translate(-50%, 0);
  display: grid;
  place-items: center;
  filter: drop-shadow(0 10px 22px rgba(67,37,20,.18));
}
.journey-dish-plate {
  position: absolute;
  left: 6px;
  right: 6px;
  bottom: 8px;
  height: 12px;
  border-radius: 999px;
  background: linear-gradient(180deg, #fff 0%, #f1ece8 100%);
  border: 2px solid rgba(255,92,34,.34);
}
.journey-dish-lid {
  position: absolute;
  left: 7px;
  right: 7px;
  top: 8px;
  height: 20px;
  border-radius: 20px 20px 12px 12px;
  background: linear-gradient(180deg, #ffb799 0%, #ff8756 100%);
  border: 2px solid rgba(230,70,13,.35);
}
.journey-dish-lid::before {
  content: '';
  position: absolute;
  top: -6px;
  left: 50%;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--orange-dark);
  transform: translateX(-50%);
}
.journey-dish::before, .journey-dish::after {
  content: '';
  position: absolute;
  top: 2px;
  width: 6px;
  height: 14px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255,92,34,.14), rgba(255,92,34,0));
  animation: steam 2.2s ease-in-out infinite;
}
.journey-dish::before { left: 13px; }
.journey-dish::after { right: 13px; animation-delay: .7s; }
@keyframes steam { 0%,100% { transform: translateY(0); opacity: 0; } 35% { opacity: .85; } 70% { transform: translateY(-10px); opacity: 0; } }

@media (max-width: 1199.98px) {
  .dish-journey { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  [data-parallax] { transform: none !important; }
  .dish-journey { display: none; }
  .journey-dish::before, .journey-dish::after { animation: none; }
}

/* v27 – wyraźniejsze efekty podczas przewijania */
.reveal {
  opacity: 0;
  transform: translateY(44px) scale(.975);
  filter: blur(5px);
  transition: opacity .85s cubic-bezier(.22,1,.36,1), transform .85s cubic-bezier(.22,1,.36,1), filter .85s ease;
}
.reveal.in-view {
  opacity: 1;
  transform: translateY(0) scale(1);
  filter: blur(0);
}
.scroll-pop {
  opacity: 0;
  transform: translateY(54px) scale(.94);
  filter: blur(7px);
  transition: opacity .78s cubic-bezier(.22,1,.36,1), transform .78s cubic-bezier(.22,1,.36,1), filter .78s ease;
  transition-delay: var(--pop-delay, 0ms);
}
.scroll-pop.scroll-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
  filter: blur(0);
}
.section-space::before {
  transform: translate3d(0, calc(var(--scroll-progress) * -24px), 0);
}

/* Mocno widoczna podróż dania: kucharz → stolik */
.dish-journey {
  right: 14px;
  top: 98px;
  bottom: 72px;
  width: 176px;
  gap: 10px;
  z-index: 900;
  opacity: 1;
  transition: opacity .25s ease, transform .25s ease;
}
.journey-title {
  width: 100%;
  padding: 12px 13px;
  border: 1px solid rgba(255,92,34,.30);
  background: rgba(255,255,255,.97);
  box-shadow: 0 16px 38px rgba(67,37,20,.16);
  text-align: left;
  text-transform: none;
  letter-spacing: 0;
}
.journey-title strong,
.journey-title small { display: block; }
.journey-title strong { color: var(--orange-dark); font-size: 12px; line-height: 1.3; }
.journey-title small { margin-top: 3px; color: #827972; font-size: 10px; font-weight: 700; }
.journey-label {
  width: 100%;
  grid-template-columns: 38px 1fr;
  justify-items: stretch;
  align-items: center;
  gap: 9px;
  padding: 10px 11px;
  background: rgba(255,255,255,.98);
  border-color: rgba(255,92,34,.22);
  box-shadow: 0 15px 36px rgba(67,37,20,.13);
}
.journey-label div { min-width: 0; }
.journey-label strong,
.journey-label small { display: block; }
.journey-label strong { color: #2c2622; font-size: 11px; line-height: 1.25; font-weight: 800; }
.journey-label small { margin-top: 2px; color: #897f78; font-size: 9px; line-height: 1.3; font-weight: 600; }
.journey-dot { width: 36px; height: 36px; font-size: 19px; }
.journey-track { width: 82px; min-height: 160px; }
.journey-track-line,
.journey-track-progress { width: 8px; }
.journey-track-line {
  background: repeating-linear-gradient(to bottom, rgba(255,92,34,.18) 0 12px, rgba(255,92,34,.04) 12px 22px);
  box-shadow: inset 0 0 0 1px rgba(255,92,34,.10);
}
.journey-track-progress { box-shadow: 0 0 24px rgba(255,92,34,.42); }
.journey-dish {
  width: 58px;
  height: 58px;
  top: calc((100% - 58px) * var(--scroll-progress));
  border-radius: 50%;
  background: rgba(255,255,255,.96);
  border: 2px solid rgba(255,92,34,.22);
  box-shadow: 0 12px 30px rgba(67,37,20,.20);
}
.journey-dish-plate { left: 7px; right: 7px; bottom: 12px; height: 13px; }
.journey-dish-lid { left: 8px; right: 8px; top: 12px; height: 23px; }
.journey-dish em {
  position: absolute;
  left: 50%;
  bottom: -30px;
  transform: translateX(-50%) scale(.7);
  padding: 5px 8px;
  border-radius: 999px;
  background: var(--green);
  color: #fff;
  font-size: 9px;
  font-style: normal;
  font-weight: 800;
  white-space: nowrap;
  opacity: 0;
  transition: .3s ease;
}
body.dish-delivered .journey-dish em { opacity: 1; transform: translateX(-50%) scale(1); }
body.dish-delivered .journey-label-end {
  animation: tablePulse 1.05s ease-in-out infinite alternate;
  border-color: rgba(22,124,90,.45);
}
@keyframes tablePulse {
  from { box-shadow: 0 15px 36px rgba(67,37,20,.13); }
  to { box-shadow: 0 16px 44px rgba(22,124,90,.30); transform: translateY(-3px); }
}

/* Parallax jest bardziej widoczny na dużych wizualizacjach */
.orbit-scene[data-parallax],
.kiosk-visual[data-parallax],
.pos-visual[data-parallax] {
  will-change: transform;
  transition: transform .08s linear;
}

@media (min-width: 768px) and (max-width: 1199.98px) {
  .dish-journey {
    display: flex;
    width: 70px;
    right: 8px;
    top: 92px;
    bottom: 82px;
  }
  .journey-title { display: none; }
  .journey-label { grid-template-columns: 1fr; padding: 8px; }
  .journey-label div { display: none; }
  .journey-track { width: 60px; }
}

@media (max-width: 767.98px) {
  .dish-journey { display: none; }
  .reveal { transform: translateY(28px) scale(.985); filter: blur(3px); }
}

@media (prefers-reduced-motion: reduce) {
  .reveal, .scroll-pop { opacity: 1 !important; transform: none !important; filter: none !important; transition: none !important; }
}

/* v28 – wyraźna animacja hero i trasa kuchnia → stolik */
.product-showcase.in-view {
  animation: heroPanelFloat 4.8s ease-in-out infinite;
  will-change: translate;
}
@keyframes heroPanelFloat {
  0%, 100% { translate: 0 0; }
  50% { translate: 0 -16px; }
}
.product-showcase.in-view .app-window {
  box-shadow: 0 52px 115px rgba(77,39,17,.22), 0 14px 36px rgba(77,39,17,.12);
}

.scroll-delivery {
  position: fixed;
  left: 50%;
  bottom: 18px;
  z-index: 995;
  width: min(1120px, calc(100vw - 36px));
  min-height: 88px;
  display: grid;
  grid-template-columns: 205px minmax(220px, 1fr) 205px;
  align-items: center;
  gap: 18px;
  padding: 12px 16px;
  border: 1px solid rgba(255,92,34,.27);
  border-radius: 24px;
  background: rgba(255,255,255,.94);
  box-shadow: 0 22px 65px rgba(53,27,13,.22);
  backdrop-filter: blur(18px);
  transform: translateX(-50%);
}
.delivery-station {
  display: grid;
  grid-template-columns: 54px 1fr;
  align-items: center;
  gap: 11px;
  min-width: 0;
}
.delivery-station svg {
  width: 54px;
  height: 54px;
  padding: 8px;
  border-radius: 17px;
  background: var(--orange-soft);
  fill: none;
  stroke: var(--orange-dark);
  stroke-width: 2.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.delivery-station strong,
.delivery-station small { display: block; }
.delivery-station strong {
  color: #29231f;
  font-size: 14px;
  line-height: 1.25;
  font-weight: 800;
}
.delivery-station small {
  margin-top: 4px;
  color: #81766f;
  font-size: 10px;
  line-height: 1.35;
  font-weight: 600;
}
.delivery-table { text-align: right; }
.delivery-table svg { order: 2; }
.delivery-table div { order: 1; }
.delivery-route {
  position: relative;
  height: 60px;
  min-width: 0;
}
.delivery-route-bg,
.delivery-route-fill {
  position: absolute;
  left: 0;
  top: 50%;
  height: 10px;
  border-radius: 999px;
  transform: translateY(-50%);
}
.delivery-route-bg {
  right: 0;
  background: repeating-linear-gradient(90deg, rgba(255,92,34,.14) 0 18px, rgba(255,92,34,.04) 18px 30px);
  box-shadow: inset 0 0 0 1px rgba(255,92,34,.11);
}
.delivery-route-fill {
  width: 0;
  background: linear-gradient(90deg, #ffb18f 0%, var(--orange) 58%, var(--orange-dark) 100%);
  box-shadow: 0 0 20px rgba(255,92,34,.34);
}
.delivery-meal {
  position: absolute;
  left: 0;
  top: 50%;
  width: 70px;
  height: 70px;
  border: 2px solid rgba(255,92,34,.25);
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 14px 34px rgba(67,37,20,.23);
  transform: translate3d(0, -50%, 0);
  transition: box-shadow .25s ease, border-color .25s ease;
  will-change: transform;
}
.delivery-meal b {
  position: absolute;
  left: 50%;
  bottom: -7px;
  padding: 4px 9px;
  border-radius: 999px;
  background: var(--orange-dark);
  color: #fff;
  font-size: 9px;
  line-height: 1;
  font-weight: 800;
  white-space: nowrap;
  transform: translateX(-50%);
}
.delivery-cloche-knob {
  position: absolute;
  left: 50%;
  top: 13px;
  width: 12px;
  height: 9px;
  border-radius: 8px 8px 3px 3px;
  background: var(--orange-dark);
  transform: translateX(-50%);
}
.delivery-cloche {
  position: absolute;
  left: 13px;
  right: 13px;
  top: 21px;
  height: 25px;
  border-radius: 28px 28px 9px 9px;
  background: linear-gradient(180deg, #ffbd9e, #ff7139);
  border: 2px solid rgba(230,70,13,.36);
}
.delivery-plate {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 15px;
  height: 10px;
  border-radius: 999px;
  background: #f5eee9;
  border: 2px solid rgba(255,92,34,.38);
}
.delivery-steam {
  position: absolute;
  top: 2px;
  width: 5px;
  height: 15px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255,92,34,.42), rgba(255,92,34,0));
  animation: deliverySteam 1.8s ease-in-out infinite;
}
.delivery-steam-a { left: 25px; }
.delivery-steam-b { right: 25px; animation-delay: .55s; }
.delivery-meal.is-delivered {
  border-color: rgba(22,124,90,.48);
  box-shadow: 0 14px 40px rgba(22,124,90,.30);
  animation: deliveredPulse .8s ease-in-out infinite alternate;
}
.delivery-meal.is-delivered b { background: var(--green); }
@keyframes deliverySteam {
  0%, 100% { translate: 0 3px; opacity: 0; }
  40% { opacity: 1; }
  75% { translate: 0 -8px; opacity: 0; }
}
@keyframes deliveredPulse {
  from { scale: 1; }
  to { scale: 1.08; }
}

@media (max-width: 991.98px) {
  .scroll-delivery {
    grid-template-columns: 58px minmax(130px, 1fr) 58px;
    min-height: 72px;
    gap: 9px;
    padding: 8px 10px;
    bottom: 72px;
  }
  .delivery-station { grid-template-columns: 1fr; justify-items: center; }
  .delivery-station div { display: none; }
  .delivery-station svg { width: 48px; height: 48px; }
  .delivery-table svg { order: initial; }
  .delivery-route { height: 54px; }
  .delivery-meal { width: 60px; height: 60px; }
  .delivery-cloche { left: 11px; right: 11px; top: 19px; height: 22px; }
  .delivery-cloche-knob { top: 11px; }
  .delivery-plate { bottom: 12px; }
}

@media (max-width: 575.98px) {
  .scroll-delivery {
    width: calc(100vw - 16px);
    grid-template-columns: 46px minmax(110px, 1fr) 46px;
    gap: 5px;
    border-radius: 19px;
  }
  .delivery-station svg { width: 42px; height: 42px; padding: 6px; border-radius: 13px; }
  .delivery-route { height: 48px; }
  .delivery-meal { width: 52px; height: 52px; }
  .delivery-meal b { display: none; }
  .delivery-cloche { left: 9px; right: 9px; top: 17px; height: 19px; }
  .delivery-cloche-knob { top: 10px; width: 10px; height: 7px; }
  .delivery-plate { left: 8px; right: 8px; bottom: 10px; height: 8px; }
  .delivery-steam-a { left: 18px; }
  .delivery-steam-b { right: 18px; }
  .product-showcase.in-view { animation-duration: 4.2s; }
}

/* Trasa pozostaje widoczna również przed zaakceptowaniem cookies. */
body:has(.cookie-banner:not([hidden])) .scroll-delivery { bottom: 142px; }
@media (max-width: 767.98px) {
  body:has(.cookie-banner:not([hidden])) .scroll-delivery { bottom: 238px; }
}


/* v29 – mocniejsze i pewne animacje */
.product-showcase {
  animation: heroVisualFloat 5.8s ease-in-out infinite;
  will-change: transform;
}
.product-showcase .app-window {
  animation: heroWindowSway 5.8s ease-in-out infinite;
  will-change: transform;
}
@keyframes heroVisualFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-18px); }
}
@keyframes heroWindowSway {
  0%, 100% { transform: rotate(-1.2deg) scale(1); }
  50% { transform: rotate(.8deg) scale(1.01); }
}

.reveal {
  opacity: 0;
  filter: blur(5px);
  transition: opacity .9s cubic-bezier(.22,1,.36,1), transform .9s cubic-bezier(.22,1,.36,1), filter .9s ease;
}
.reveal.reveal-left { transform: translate3d(-72px, 0, 0) scale(.98); }
.reveal.reveal-right { transform: translate3d(72px, 0, 0) scale(.98); }
.reveal.reveal-up { transform: translate3d(0, 44px, 0) scale(.98); }
.reveal.in-view {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
  filter: blur(0);
}

.floating-soft { animation: floatingSoft 6.2s ease-in-out infinite; will-change: transform; }
.floating-soft-alt { animation: floatingSoftAlt 7.2s ease-in-out infinite; will-change: transform; }
@keyframes floatingSoft {
  0%,100% { transform: translateY(0); }
  50% { transform: translateY(-12px); }
}
@keyframes floatingSoftAlt {
  0%,100% { transform: translateY(0) rotate(0deg); }
  50% { transform: translateY(-10px) rotate(.8deg); }
}

.scroll-delivery {
  left: auto;
  right: 18px;
  bottom: 18px;
  width: 330px;
  min-height: 82px;
  grid-template-columns: 56px 1fr 56px;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 20px;
  transform: none;
}
.delivery-station { grid-template-columns: 1fr; justify-items: center; gap: 4px; }
.delivery-station div { display: none; }
.delivery-station svg { width: 44px; height: 44px; padding: 7px; border-radius: 14px; }
.delivery-route { height: 54px; }
.delivery-route-bg,
.delivery-route-fill { height: 8px; }
.delivery-meal { width: 54px; height: 54px; }
.delivery-meal b { bottom: -8px; font-size: 8px; padding: 4px 8px; }
.delivery-cloche-knob { top: 10px; }
.delivery-cloche { left: 10px; right: 10px; top: 18px; height: 21px; }
.delivery-plate { left: 8px; right: 8px; bottom: 11px; height: 9px; }

@media (max-width: 991.98px) {
  .scroll-delivery {
    width: 290px;
    right: 10px;
    bottom: 74px;
    grid-template-columns: 46px 1fr 46px;
    min-height: 68px;
    padding: 8px 10px;
  }
  .delivery-station svg { width: 38px; height: 38px; }
  .delivery-route { height: 44px; }
  .delivery-meal { width: 46px; height: 46px; }
  .delivery-cloche { top: 16px; height: 17px; }
  .delivery-cloche-knob { top: 9px; width: 9px; height: 6px; }
  .delivery-plate { bottom: 10px; height: 7px; }
}

@media (max-width: 575.98px) {
  .scroll-delivery {
    width: 242px;
    right: 8px;
    bottom: 72px;
    border-radius: 18px;
  }
}

body:has(.cookie-banner:not([hidden])) .scroll-delivery { bottom: 138px; }
@media (max-width: 991.98px) {
  body:has(.cookie-banner:not([hidden])) .scroll-delivery { bottom: 210px; }
}

@media (prefers-reduced-motion: reduce) {
  .product-showcase, .product-showcase .app-window, .floating-soft, .floating-soft-alt { animation: none !important; }
  .reveal, .reveal.in-view { opacity: 1 !important; transform: none !important; filter: none !important; }
}

.product-showcase.in-view { animation: heroVisualFloat 5.8s ease-in-out infinite !important; }
.product-showcase.in-view .app-window { animation: heroWindowSway 5.8s ease-in-out infinite !important; }


/* v30 – wejścia każdej sekcji i kompaktowa animacja mobilna */
.scroll-enter {
  --enter-x: -82px;
  opacity: 0 !important;
  translate: var(--enter-x) 28px;
  filter: blur(6px);
  transition:
    opacity .82s cubic-bezier(.22,1,.36,1),
    translate .82s cubic-bezier(.22,1,.36,1),
    filter .82s ease;
  transition-delay: var(--enter-delay, 0ms);
  will-change: opacity, translate, filter;
}
.scroll-enter.enter-right { --enter-x: 82px; }
.scroll-enter.enter-up { --enter-x: 0px; translate: 0 54px; }
.scroll-enter.is-visible {
  opacity: 1 !important;
  translate: 0 0;
  filter: blur(0);
}

/* Delikatne stałe unoszenie wybranych wizualizacji */
.float-on-scroll {
  animation: sectionFloat 6.8s ease-in-out infinite;
  will-change: transform;
}
.float-on-scroll.float-alt { animation-delay: -3.1s; }
@keyframes sectionFloat {
  0%,100% { transform: translateY(0); }
  50% { transform: translateY(-9px); }
}

/* Pewne unoszenie grafiki w hero – niezależne od klasy wejścia */
.hero .product-showcase,
.hero .product-showcase.in-view {
  animation: heroVisualFloatV30 5.2s ease-in-out infinite !important;
  transform-origin: 50% 50%;
}
.hero .product-showcase .app-window,
.hero .product-showcase.in-view .app-window {
  animation: heroWindowSwayV30 5.2s ease-in-out infinite !important;
  transform-origin: 50% 50%;
}
@keyframes heroVisualFloatV30 {
  0%,100% { transform: translate3d(0, 0, 0); }
  50% { transform: translate3d(0, -17px, 0); }
}
@keyframes heroWindowSwayV30 {
  0%,100% { transform: rotate(-.7deg); }
  50% { transform: rotate(.7deg); }
}

/* Mniejszy element z daniem na telefonie */
@media (max-width: 575.98px) {
  .scroll-delivery {
    width: 184px !important;
    min-height: 50px !important;
    right: 6px !important;
    bottom: 67px !important;
    grid-template-columns: 34px minmax(76px, 1fr) 34px !important;
    gap: 4px !important;
    padding: 5px 7px !important;
    border-radius: 15px !important;
    box-shadow: 0 12px 34px rgba(53,27,13,.18) !important;
  }
  .delivery-station svg {
    width: 29px !important;
    height: 29px !important;
    padding: 4px !important;
    border-radius: 9px !important;
  }
  .delivery-route { height: 34px !important; }
  .delivery-route-bg,
  .delivery-route-fill { height: 5px !important; }
  .delivery-meal {
    width: 34px !important;
    height: 34px !important;
  }
  .delivery-meal b { display: none !important; }
  .delivery-cloche-knob {
    top: 5px !important;
    width: 7px !important;
    height: 5px !important;
  }
  .delivery-cloche {
    left: 6px !important;
    right: 6px !important;
    top: 10px !important;
    height: 13px !important;
    border-width: 1px !important;
  }
  .delivery-plate {
    left: 5px !important;
    right: 5px !important;
    bottom: 6px !important;
    height: 5px !important;
    border-width: 1px !important;
  }
  .delivery-steam { display: none !important; }
  body:has(.cookie-banner:not([hidden])) .scroll-delivery {
    bottom: 190px !important;
  }
  .scroll-enter {
    --enter-x: -42px;
    translate: var(--enter-x) 18px;
    filter: blur(3px);
    transition-duration: .68s;
  }
  .scroll-enter.enter-right { --enter-x: 42px; }
  .scroll-enter.enter-up { --enter-x: 0px; translate: 0 34px; }
}

@media (prefers-reduced-motion: reduce) {
  .scroll-enter,
  .scroll-enter.is-visible {
    opacity: 1 !important;
    translate: none !important;
    filter: none !important;
    transition: none !important;
  }
  .float-on-scroll,
  .hero .product-showcase,
  .hero .product-showcase .app-window { animation: none !important; }
}

.footer-legal-note {
  max-width: 260px;
  margin-top: 10px !important;
  color: #817872 !important;
  font-size: 11px !important;
  line-height: 1.55;
}
.footer-legal-note a {
  color: #b8ada6;
  font-size: inherit;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.footer-legal-note a:hover { color: #fff; }


/* v32 – ochrona formularza przed spamem */
.form-security-note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 14px;
  padding: 11px 14px;
  border: 1px solid rgba(22,124,90,.18);
  border-radius: 14px;
  background: rgba(230,245,239,.72);
  color: #275d4c;
}
.form-security-note > span {
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #167c5a;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
}
.form-security-note p { margin: 0 !important; text-align: left; }
.form-security-note strong,
.form-security-note small { display: block; }
.form-security-note strong { font-size: 12px; line-height: 1.35; }
.form-security-note small { margin-top: 2px; color: #5c766d; font-size: 10px; line-height: 1.4; }
