:root {
  --bands-primary: #af3f99;
  --bands-primary-dark: #7f336f;
  --bands-ink: #271124;
  --bands-copy: #72556d;
  --bands-soft: #fff5fd;
  --bands-line: #f0dbea;
  --bands-city: #477cb8;
  --bands-event: #d06182;
  --bands-care: #4c9a86;
  --bands-radius: 24px;
  --bands-shadow: 0 24px 80px rgba(67, 29, 61, .10);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
.bands-site { margin: 0; background: #fff; color: var(--bands-copy); font-family: "DM Sans", sans-serif; overflow-x: hidden; }
.bands-site h1, .bands-site h2, .bands-site h3, .bands-site p { margin-top: 0; }
.bands-site h1, .bands-site h2, .bands-site h3 { color: var(--bands-ink); font-weight: 500; letter-spacing: -.035em; }
.bands-site a { color: inherit; text-decoration: none; }
.bands-site button { font: inherit; }
.bands-container { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.bands-section { padding: 120px 0; }
.bands-skip-link { position: fixed; left: 16px; top: -80px; z-index: 9999; padding: 12px 18px; border-radius: 10px; background: var(--bands-ink); color: white !important; transition: top .2s; }
.bands-skip-link:focus { top: 16px; }

/* The Bands pages reuse the original Cloudkit/Vonde chrome. */
.bands-site .header-shell { width: min(1200px, calc(100vw - 3rem)) !important; }
.bands-site .header-shell .nav-sticky { box-shadow: 0 14px 45px rgba(67, 29, 61, .07); }
.bands-site .header-actions > a,
.bands-site .header-actions > a span { color: #fff !important; }
.bands-site footer#footer { margin-top: 0 !important; padding-top: 110px !important; }
.bands-site footer#footer > img { opacity: .65; }
.bands-cloudkit-dropdown { position: relative; }
.bands-cloudkit-dropdown summary { display: flex; cursor: pointer; list-style: none; }
.bands-cloudkit-dropdown summary::-webkit-details-marker { display: none; }
.bands-cloudkit-dropdown summary svg { width: 17px; height: 17px; margin-left: 5px; transition: transform .2s; }
.bands-cloudkit-dropdown[open] summary { color: var(--bands-primary); }
.bands-cloudkit-dropdown[open] summary svg { transform: rotate(180deg); }
.bands-cloudkit-dropdown__menu { position: absolute; top: calc(100% + 12px); left: 50%; width: 210px; padding: 8px; transform: translateX(-50%); border: 1px solid var(--bands-line); border-radius: 14px; background: white; box-shadow: 0 24px 65px rgba(67,29,61,.13); }
.bands-cloudkit-dropdown__menu a { display: block; padding: 11px 13px; border-radius: 9px; color: var(--bands-copy); }
.bands-cloudkit-dropdown__menu a:hover { background: var(--bands-soft); color: var(--bands-primary); }

.bands-header { position: fixed; top: 18px; left: 0; right: 0; z-index: 200; }
.bands-header__inner { width: min(1180px, calc(100% - 48px)); height: 70px; margin: auto; padding: 10px 12px 10px 20px; display: flex; align-items: center; gap: 28px; border: 1px solid rgba(175,63,153,.12); border-radius: 16px; background: rgba(255,255,255,.88); box-shadow: 0 14px 50px rgba(67,29,61,.08); backdrop-filter: blur(18px); }
.bands-brand { display: inline-flex; align-items: center; gap: 11px; flex-shrink: 0; }
.bands-brand img { display: block; width: 176px; height: 30px; object-fit: contain; object-position: left center; }
.bands-brand span { padding-left: 11px; border-left: 1px solid var(--bands-line); color: var(--bands-primary); font-size: 14px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.bands-nav { display: flex; align-items: center; justify-content: center; gap: 3px; margin-left: auto; }
.bands-nav > a, .bands-nav__dropdown > button { padding: 11px 13px; border: 0; border-radius: 10px; background: transparent; color: var(--bands-copy); font-size: 14px; font-weight: 500; cursor: pointer; transition: color .2s, background .2s; }
.bands-nav > a:hover, .bands-nav > a[aria-current="page"], .bands-nav__dropdown > button:hover { background: var(--bands-soft); color: var(--bands-primary); }
.bands-nav__dropdown { position: relative; }
.bands-nav__dropdown > button { display: flex; align-items: center; gap: 3px; }
.bands-nav__dropdown .material-symbols-outlined { font-size: 18px; transition: transform .2s; }
.bands-nav__dropdown > button[aria-expanded="true"] .material-symbols-outlined { transform: rotate(180deg); }
.bands-nav__menu { position: absolute; top: calc(100% + 12px); left: 50%; width: 220px; padding: 8px; visibility: hidden; opacity: 0; transform: translate(-50%, -6px); border: 1px solid var(--bands-line); border-radius: 15px; background: white; box-shadow: var(--bands-shadow); transition: .2s; }
.bands-nav__menu.is-open { visibility: visible; opacity: 1; transform: translate(-50%, 0); }
.bands-nav__menu a { display: block; padding: 11px 12px; border-radius: 9px; color: var(--bands-copy); }
.bands-nav__menu a:hover, .bands-nav__menu a[aria-current="page"] { background: var(--bands-soft); color: var(--bands-primary); }
.bands-menu-toggle, .bands-mobile-menu { display: none; }

.bands-button { min-height: 50px; padding: 13px 24px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid var(--bands-primary); border-radius: 13px; background: var(--bands-primary); color: white !important; font-weight: 600; transition: transform .2s, box-shadow .2s, background .2s; }
.bands-button:hover { transform: translateY(-2px); background: var(--bands-primary-dark); box-shadow: 0 12px 28px rgba(175,63,153,.22); }
.bands-button:focus-visible, .bands-site a:focus-visible, .bands-site button:focus-visible, .bands-faq summary:focus-visible { outline: 3px solid rgba(175,63,153,.28); outline-offset: 3px; }
.bands-button--small { min-height: 44px; padding: 10px 17px; font-size: 14px; }
.bands-button--secondary { border-color: var(--bands-line); background: white; color: var(--bands-ink) !important; }
.bands-button--secondary:hover { border-color: var(--bands-primary); background: var(--bands-soft); box-shadow: none; }
.bands-button--light { border-color: white; background: white; color: var(--bands-primary-dark) !important; }
/* Saját hover kell: az alap gomb hoverje sötét lila hátteret adna, a felirat
   viszont sötét lila marad (!important), így olvashatatlanná válna. */
.bands-button--light:hover { border-color: var(--bands-soft); background: var(--bands-soft); box-shadow: 0 12px 28px rgba(0, 0, 0, .18); }
.bands-button--ghost-light { border-color: rgba(255,255,255,.4); background: transparent; color: white !important; }
.bands-button--showreel { gap: 9px; border-color: var(--bands-line); background: white; color: var(--bands-ink) !important; cursor: pointer; }
.bands-button--showreel:hover { border-color: var(--bands-primary); background: var(--bands-soft); box-shadow: none; }
.bands-button__yt { width: 22px; height: 22px; flex: none; display: block; }
/* Nem YouTube-forrású (Bunny) videóhoz semleges ikon, a termék színében. */
.bands-button__play { width: 22px; height: 22px; flex: none; display: block; color: var(--theme, var(--bands-primary)); }
.bands-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }

.bands-eyebrow { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 18px; color: var(--bands-primary); font-size: 13px; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; }
.bands-section-heading { max-width: 760px; margin: 0 auto 56px; text-align: center; }
.bands-section-heading--left { margin-left: 0; text-align: left; }
.bands-section-heading h2, .bands-platform h2, .bands-control h2, .bands-faq h2, .bands-cta h2 { margin-bottom: 18px; font-size: clamp(36px, 4.1vw, 58px); line-height: 1.08; }
.bands-section-heading p { max-width: 650px; margin: 0 auto; font-size: 18px; line-height: 1.7; }

.bands-hero { position: relative; min-height: 820px; padding: 170px 0 100px; overflow: hidden; }
.bands-hero::before, .bands-product-hero::before, .bands-form-page::before { position: absolute; inset: 0; z-index: 0; content: ""; background: url("/assets/images/bg/section-bg-1.png") center top / cover no-repeat; opacity: .48; pointer-events: none; }
.bands-hero::after { position: absolute; z-index: 0; width: 360px; height: 360px; right: -90px; top: 145px; content: ""; background: url("/assets/images/bg/decoration.svg") center / contain no-repeat; opacity: .45; pointer-events: none; }
.bands-hero__wash { position: absolute; inset: 0; background: radial-gradient(circle at 72% 35%, rgba(175,63,153,.16), transparent 34%), linear-gradient(180deg, #fff8fe 0%, #fff 78%); pointer-events: none; }
.bands-hero__grid { position: relative; display: grid; grid-template-columns: minmax(0, .95fr) minmax(470px, 1.05fr); align-items: center; gap: 48px; }
.bands-hero__copy h1, .bands-product-hero h1 { margin-bottom: 26px; font-size: clamp(48px, 5.9vw, 78px); line-height: .99; }
.bands-hero__copy h1 em { color: var(--bands-primary); font-style: normal; }
.bands-hero__copy > p, .bands-product-hero__copy > p { max-width: 610px; font-size: 19px; line-height: 1.68; }
.bands-hero__proof { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 36px; color: var(--bands-ink); font-size: 13px; font-weight: 600; }
.bands-hero__proof span { display: flex; align-items: center; gap: 8px; }
.bands-hero__proof i { width: 7px; height: 7px; display: block; border-radius: 50%; background: var(--bands-primary); box-shadow: 0 0 0 5px rgba(175,63,153,.1); }

.bands-visual { position: relative; height: 560px; }
.bands-visual__glow { position: absolute; width: 420px; height: 420px; left: 50%; top: 50%; transform: translate(-50%,-50%); border-radius: 50%; background: radial-gradient(circle, rgba(175,63,153,.2), rgba(175,63,153,.03) 58%, transparent 70%); }
.bands-phone { position: absolute; z-index: 2; left: 50%; top: 45%; width: 242px; height: 480px; padding: 10px; transform: translate(-50%, -50%) rotate(5deg); border: 2px solid #3c2237; border-radius: 38px; background: #2d1829; box-shadow: 0 35px 80px rgba(67,29,61,.3); }
.bands-phone__speaker { position: absolute; z-index: 3; top: 18px; left: 50%; width: 68px; height: 17px; transform: translateX(-50%); border-radius: 12px; background: #2d1829; }
.bands-phone__screen { height: 100%; padding: 56px 18px 22px; border-radius: 29px; background: linear-gradient(150deg, #fff 0 58%, #f9deef 100%); }
.bands-phone__eyebrow { display: block; margin-bottom: 22px; color: var(--bands-primary); font-size: 9px; font-weight: 600; letter-spacing: .14em; }
.bands-phone__screen strong { display: block; color: var(--bands-ink); font-size: 25px; line-height: 1.08; letter-spacing: -.04em; }
.bands-phone__cards { margin-top: 28px; display: grid; gap: 10px; }
.bands-phone__cards i { height: 58px; display: block; border: 1px solid rgba(175,63,153,.12); border-radius: 13px; background: rgba(255,255,255,.85); box-shadow: 0 8px 22px rgba(67,29,61,.06); }
.bands-wristband { position: absolute; z-index: 3; width: 330px; height: 70px; padding: 0 29px; display: flex; align-items: center; justify-content: space-between; border-radius: 35px; color: white; font-size: 11px; letter-spacing: .14em; box-shadow: 0 24px 40px rgba(67,29,61,.16); }
.bands-wristband b { font-size: 14px; }
.bands-wristband::after { width: 44px; height: 44px; position: absolute; right: 13px; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; content: ""; }
.bands-wristband--1 { left: 3%; top: 23%; transform: rotate(-15deg); background: linear-gradient(90deg, #346da9, #69a4ca); }
.bands-wristband--2 { right: -2%; top: 48%; transform: rotate(15deg); background: linear-gradient(90deg, #ac376f, #df7595); }
.bands-wristband--3 { left: 6%; bottom: 7%; transform: rotate(-7deg); background: linear-gradient(90deg, #3e8878, #7fbc9d); }
.bands-visual--compact { height: 500px; }
.bands-visual--compact .bands-wristband { left: 8%; right: auto; top: 57%; bottom: auto; transform: rotate(-12deg); background: linear-gradient(90deg, var(--theme, var(--bands-primary)), color-mix(in srgb, var(--theme, var(--bands-primary)) 65%, white)); }

.bands-product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.bands-product-card { --card-accent: var(--bands-primary); min-height: 410px; padding: 30px; display: flex; flex-direction: column; border: 1px solid color-mix(in srgb, var(--bands-primary) 14%, white); border-radius: 12px; background: linear-gradient(180deg, color-mix(in srgb, var(--bands-soft) 52%, white), white); transition: transform .25s, box-shadow .25s; }
.bands-product-card:hover { transform: translateY(-8px); box-shadow: var(--bands-shadow); }
.bands-product-card--city { --card-accent: var(--bands-city); }
.bands-product-card--event { --card-accent: var(--bands-event); }
.bands-product-card--care { --card-accent: var(--bands-care); }
.bands-product-card__top { display: flex; align-items: flex-start; justify-content: space-between; margin-bottom: 42px; }
.bands-icon { width: 55px; height: 55px; display: inline-flex; align-items: center; justify-content: center; border-radius: 15px; background: color-mix(in srgb, var(--card-accent, var(--bands-primary)) 10%, white); color: var(--card-accent, var(--bands-primary)); }
.bands-icon .material-symbols-outlined { font-size: 29px; }
.bands-product-card__index { color: color-mix(in srgb, var(--card-accent) 40%, white); font-size: 36px; font-weight: 500; }
.bands-product-card__eyebrow { margin-bottom: 10px; color: var(--card-accent); font-size: 12px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.bands-product-card h3 { margin-bottom: 14px; font-size: 26px; line-height: 1.2; }
.bands-product-card p { margin-bottom: 28px; line-height: 1.65; }
.bands-product-card > a { display: inline-flex; align-items: center; gap: 8px; margin-top: auto; color: var(--card-accent); font-weight: 600; }
.bands-product-card > a .material-symbols-outlined { font-size: 19px; transition: transform .2s; }
.bands-product-card > a:hover .material-symbols-outlined { transform: translateX(4px); }
.bands-home-selector { background: linear-gradient(180deg,#fff 0%,#fffafd 100%); }
#megoldasok, #miert-hasznos, #miert-vonde, #pilotfolyamat { scroll-margin-top: 96px; }
.bands-home-selector__grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 20px; }
.bands-home-choice { --choice-accent: var(--bands-primary); min-width: 0; overflow: hidden; display: flex; flex-direction: column; border: 1px solid color-mix(in srgb,var(--choice-accent) 18%,white); border-radius: 24px; background: #fff; box-shadow: 0 20px 55px rgba(67,29,61,.08); transition: transform .25s,box-shadow .25s; }
.bands-home-choice--city { --choice-accent: var(--bands-city); }
.bands-home-choice--event { --choice-accent: var(--bands-event); }
.bands-home-choice--care { --choice-accent: var(--bands-care); }
.bands-home-choice:hover { transform: translateY(-7px); box-shadow: 0 30px 70px color-mix(in srgb,var(--choice-accent) 16%,transparent); }
.bands-home-choice__media { position: relative; height: 315px; overflow: hidden; background: #1a1325; }
.bands-home-choice__media::after { position: absolute; inset: 42% 0 0; content: ""; background: linear-gradient(180deg,transparent,rgba(10,8,20,.72)); pointer-events: none; }
.bands-home-choice__media img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .55s ease; }
.bands-home-choice:hover .bands-home-choice__media img { transform: scale(1.035); }
.bands-home-choice--city .bands-home-choice__media img { object-position: center 40%; }
.bands-home-choice--event .bands-home-choice__media img { object-position: center center; }
.bands-home-choice--care .bands-home-choice__media img { object-position: center 30%; }
.bands-home-choice__index { position: absolute; z-index: 2; top: 20px; right: 20px; color: rgba(255,255,255,.72); font-size: 17px; font-weight: 600; }
.bands-home-choice__name { position: absolute; z-index: 2; left: 22px; bottom: 19px; display: inline-flex; align-items: center; gap: 8px; color: #fff; font-size: 16px; font-weight: 700; }
.bands-home-choice__name .material-symbols-outlined { color: color-mix(in srgb,var(--choice-accent) 72%,white); font-size: 22px; }
.bands-home-choice__content { padding: 28px; display: flex; flex: 1; flex-direction: column; }
.bands-home-choice__fit { margin-bottom: 13px; color: var(--choice-accent); font-size: 11px; font-weight: 700; line-height: 1.45; letter-spacing: .09em; text-transform: uppercase; }
.bands-home-choice h3 { margin-bottom: 13px; font-size: 27px; line-height: 1.12; }
.bands-home-choice p { margin-bottom: 21px; line-height: 1.62; }
.bands-home-choice ul { margin: 0 0 28px; padding: 0; display: grid; gap: 9px; list-style: none; }
.bands-home-choice li { display: flex; align-items: flex-start; gap: 8px; color: var(--bands-ink); font-size: 13px; line-height: 1.4; }
.bands-home-choice li .material-symbols-outlined { color: var(--choice-accent); font-size: 18px; }
.bands-home-choice a { margin-top: auto; display: inline-flex; align-items: center; gap: 7px; color: var(--choice-accent); font-size: 14px; font-weight: 700; }
.bands-home-choice a .material-symbols-outlined { font-size: 19px; transition: transform .2s; }
.bands-home-choice a:hover .material-symbols-outlined { transform: translateX(4px); }
.bands-home-foundation { position: relative; padding: 110px 0; overflow: hidden; background: linear-gradient(125deg,#0b0b24 0%,#221344 55%,#5d174c 100%); color: rgba(255,255,255,.7); }
.bands-home-foundation::before { position: absolute; inset: 0; content: ""; background: radial-gradient(circle at 84% 12%,rgba(238,102,168,.19),transparent 24%),linear-gradient(rgba(255,255,255,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.045) 1px,transparent 1px); background-size: auto,60px 60px,60px 60px; pointer-events: none; }
.bands-home-foundation__intro { position: relative; display: grid; grid-template-columns: minmax(0,.82fr) minmax(520px,1.18fr); align-items: center; gap: 78px; }
.bands-home-foundation__copy .bands-eyebrow { color: #ff9fcb; }
.bands-home-foundation__copy h2 { max-width: 620px; margin-bottom: 24px; color: #fff; font-size: clamp(42px,4.5vw,64px); line-height: 1.02; }
.bands-home-foundation__copy p { max-width: 610px; font-size: 18px; line-height: 1.72; }
.bands-home-foundation__mosaic { height: 545px; display: grid; grid-template-columns: 1.05fr .95fr; grid-template-rows: 1fr 1fr; gap: 13px; }
.bands-home-foundation__mosaic figure { position: relative; margin: 0; overflow: hidden; border: 1px solid rgba(255,255,255,.16); border-radius: 22px; background: #160f28; box-shadow: 0 25px 55px rgba(3,3,20,.28); }
.bands-home-foundation__mosaic figure:first-child { grid-row: 1 / 3; }
.bands-home-foundation__mosaic img { width: 100%; height: 100%; display: block; object-fit: cover; }
.bands-home-foundation__mosaic figure:first-child img { object-position: center center; }
.bands-home-foundation__mosaic figure:nth-child(2) img { object-position: center center; }
.bands-home-foundation__mosaic figure:nth-child(3) img { object-position: center 38%; }
.bands-home-foundation__pillars { position: relative; margin-top: 70px; display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 13px; }
.bands-home-foundation__pillars article { min-height: 225px; padding: 25px; border: 1px solid rgba(255,255,255,.11); border-radius: 18px; background: rgba(255,255,255,.055); backdrop-filter: blur(10px); }
.bands-home-foundation__pillars .material-symbols-outlined { width: 46px; height: 46px; margin-bottom: 30px; display: grid; place-items: center; border-radius: 13px; background: linear-gradient(145deg,rgba(235,78,151,.32),rgba(118,80,223,.26)); color: #ffabd0; font-size: 24px; }
.bands-home-foundation__pillars h3 { margin-bottom: 10px; color: #fff; font-size: 19px; }
.bands-home-foundation__pillars p { margin: 0; font-size: 14px; line-height: 1.58; }
.bands-home-partner { background: #fff; }
.bands-home-partner__grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 15px; }
.bands-home-partner__grid article { position: relative; min-height: 310px; padding: 28px; overflow: hidden; border: 1px solid var(--bands-line); border-radius: 18px; background: linear-gradient(155deg,#fff,#fff8fd); }
.bands-home-partner__number { position: absolute; top: 19px; right: 22px; color: #ead6e6; font-size: 25px; font-weight: 600; }
.bands-home-partner__grid article > .material-symbols-outlined { width: 52px; height: 52px; margin-bottom: 50px; display: grid; place-items: center; border-radius: 15px; background: #f9eaf6; color: var(--bands-primary); font-size: 27px; }
.bands-home-partner__grid h3 { margin-bottom: 11px; font-size: 21px; }
.bands-home-partner__grid p { margin: 0; font-size: 14px; line-height: 1.62; }
.bands-home-speed { position: relative; overflow: hidden; background: linear-gradient(125deg,#20102e,#5a194c 55%,#9e337d); color: rgba(255,255,255,.72); }
.bands-home-speed::before { position: absolute; inset: 0; content: ""; background: radial-gradient(circle at 12% 15%,rgba(255,197,224,.15),transparent 25%),linear-gradient(rgba(255,255,255,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.04) 1px,transparent 1px); background-size: auto,54px 54px,54px 54px; pointer-events: none; }
.bands-home-speed__shell { position: relative; display: grid; grid-template-columns: minmax(340px,.8fr) minmax(0,1.2fr); align-items: center; gap: 75px; }
.bands-home-speed__eyebrow { margin-bottom: 20px; display: inline-flex; align-items: center; gap: 9px; color: #ffc1df; font-size: 12px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.bands-home-speed__intro > strong { margin-bottom: 17px; display: block; color: #fff; font-size: clamp(60px,7vw,94px); font-weight: 500; line-height: .92; letter-spacing: -.06em; }
.bands-home-speed__intro > strong b { display: block; color: #ffacd2; font-size: 17px; letter-spacing: .02em; }
.bands-home-speed h2 { max-width: 560px; margin-bottom: 20px; color: #fff; font-size: clamp(34px,3.6vw,52px); line-height: 1.06; }
.bands-home-speed__intro p { max-width: 540px; margin: 0; font-size: 13px; line-height: 1.6; color: rgba(255,255,255,.5); }
.bands-home-speed__steps { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.bands-home-speed__steps article { min-height: 205px; padding: 23px; display: flex; align-items: flex-start; gap: 15px; border: 1px solid rgba(255,255,255,.12); border-radius: 18px; background: rgba(255,255,255,.065); backdrop-filter: blur(9px); }
.bands-home-speed__steps article > span { color: #ffafd3; font-size: 12px; font-weight: 700; letter-spacing: .09em; }
.bands-home-speed__steps h3 { margin: 0 0 9px; color: #fff; font-size: 18px; }
.bands-home-speed__steps p { margin: 0; font-size: 13px; line-height: 1.55; }
.bands-capability-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 18px; }
.bands-capability-row article { padding: 26px 30px; display: flex; gap: 20px; align-items: flex-start; border: 1px solid var(--bands-line); border-radius: 12px; background: linear-gradient(180deg, var(--bands-soft), white); }
.bands-capability-row h3 { margin-bottom: 7px; font-size: 20px; }
.bands-capability-row p { margin: 0; line-height: 1.6; }

.bands-how { background: #fff9fe; }
.bands-how__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; }
.bands-how__grid article { position: relative; padding: 0 38px 0 0; }
.bands-how__number { width: 58px; height: 58px; display: flex; align-items: center; justify-content: center; border: 1px solid var(--bands-line); border-radius: 50%; background: white; color: var(--bands-primary); font-size: 20px; font-weight: 600; box-shadow: 0 10px 30px rgba(67,29,61,.07); }
.bands-how__line { position: absolute; top: 28px; left: 74px; right: 16px; height: 1px; background: repeating-linear-gradient(90deg, var(--bands-line), var(--bands-line) 7px, transparent 7px, transparent 13px); }
.bands-how__grid article:last-child .bands-how__line { display: none; }
.bands-how h3 { margin: 28px 0 12px; font-size: 23px; }
.bands-how p { max-width: 310px; line-height: 1.65; }

.bands-platform { background: var(--bands-ink); color: #d8c1d2; }
.bands-platform h2 { color: white; }
.bands-platform__intro { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 60px; }
.bands-platform__intro > p { padding-bottom: 8px; font-size: 19px; line-height: 1.7; }
.bands-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 65px; }
.bands-stats article { padding: 42px; display: flex; align-items: center; gap: 28px; border: 1px solid rgba(255,255,255,.12); border-radius: 22px; background: rgba(255,255,255,.045); }
.bands-stats strong { color: #f19bdf; font-size: 76px; font-weight: 500; line-height: 1; }
.bands-stats span { max-width: 330px; font-size: 18px; line-height: 1.5; }

.bands-control__grid { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 78px; }
.bands-control__visual { position: relative; min-width: 0; padding: 35px; border-radius: 28px; background: linear-gradient(145deg, #fbe8f8, #fff); }
.bands-control__visual--image { padding: 0; overflow: hidden; background: #f9f3fa; box-shadow: 0 30px 75px rgba(65,26,59,.13); }
.bands-control__visual--image img { width: 100%; height: auto; display: block; }
.bands-dashboard { display: grid; grid-template-columns: 72px 1fr; min-height: 390px; overflow: hidden; border: 1px solid var(--bands-line); border-radius: 18px; background: white; box-shadow: var(--bands-shadow); }
.bands-dashboard__nav { padding: 24px 16px; display: flex; flex-direction: column; align-items: center; gap: 25px; background: var(--bands-ink); }
.bands-dashboard__nav b { color: white; font-size: 8px; letter-spacing: .12em; }
.bands-dashboard__nav i { width: 28px; height: 28px; border-radius: 8px; background: rgba(255,255,255,.12); }
.bands-dashboard__content { padding: 34px 26px; }
.bands-dashboard__content > span { color: var(--bands-primary); font-size: 11px; text-transform: uppercase; letter-spacing: .1em; }
.bands-dashboard__content > strong { margin-top: 8px; display: block; color: var(--bands-ink); font-size: 22px; }
.bands-dashboard__chart { height: 150px; margin-top: 30px; padding: 20px 18px 0; display: flex; align-items: flex-end; gap: 12px; border-radius: 13px; background: var(--bands-soft); }
.bands-dashboard__chart i { flex: 1; border-radius: 5px 5px 0 0; background: linear-gradient(#cd75bb, #af3f99); }
.bands-dashboard__chart i:nth-child(1) { height: 35%; } .bands-dashboard__chart i:nth-child(2) { height: 60%; } .bands-dashboard__chart i:nth-child(3) { height: 48%; } .bands-dashboard__chart i:nth-child(4) { height: 78%; } .bands-dashboard__chart i:nth-child(5) { height: 66%; } .bands-dashboard__chart i:nth-child(6) { height: 92%; }
.bands-dashboard__tiles { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; margin-top: 15px; }
.bands-dashboard__tiles i { height: 55px; border: 1px solid var(--bands-line); border-radius: 10px; }
.bands-control__caption { position: absolute; left: 62px; bottom: 10px; padding: 12px 18px; border-radius: 12px; background: white; color: var(--bands-ink); font-size: 13px; font-weight: 600; box-shadow: 0 15px 30px rgba(67,29,61,.12); }
.bands-control__copy > p { margin-bottom: 30px; font-size: 18px; line-height: 1.7; }
.bands-control__benefits { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.bands-control__benefits article { display: flex; gap: 11px; }
.bands-control__benefits .material-symbols-outlined { color: var(--bands-primary); font-size: 21px; }
.bands-control__benefits h3 { margin-bottom: 5px; font-size: 17px; }
.bands-control__benefits p { margin: 0; font-size: 14px; line-height: 1.55; }
.bands-control__visual { background: radial-gradient(circle at 84% 12%,rgba(175,63,153,.15),transparent 28%),linear-gradient(145deg,#faeaf7,#fff 54%,#f0e7fb); }
.bands-control-suite { min-height: 530px; display: grid; grid-template-columns: 68px 1fr; overflow: hidden; border: 1px solid rgba(175,63,153,.14); border-radius: 23px; background: #fff; box-shadow: 0 30px 75px rgba(65,26,59,.16); }
.bands-control-suite__nav { padding: 20px 12px 17px; display: flex; flex-direction: column; align-items: center; background: linear-gradient(180deg,#281024,#3c1536); color: #fff; }
.bands-control-suite__nav > strong { font-size: 12px; letter-spacing: -.05em; }
.bands-control-suite__nav > strong span { color: #e477cd; }
.bands-control-suite__nav-items { margin-top: 44px; display: grid; gap: 13px; }
.bands-control-suite__nav-items i { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 11px; color: rgba(255,255,255,.42); font-style: normal; }
.bands-control-suite__nav-items i.is-active { background: linear-gradient(145deg,#bc4ca6,#8241a1); color: #fff; box-shadow: 0 9px 22px rgba(0,0,0,.2); }
.bands-control-suite__nav-items .material-symbols-outlined { font-size: 19px; }
.bands-control-suite__avatar { width: 34px; height: 34px; margin-top: auto; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; background: rgba(255,255,255,.09); font-size: 9px; font-weight: 700; }
.bands-control-suite__main { min-width: 0; padding: 22px; background: linear-gradient(180deg,#fff,#fdf9fc); }
.bands-control-suite__topbar { padding-bottom: 15px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid #f1e5ed; }
.bands-control-suite__topbar small,.bands-control-suite__topbar strong { display: block; }
.bands-control-suite__topbar small { margin-bottom: 2px; color: #b08ba6; font-size: 8px; text-transform: uppercase; letter-spacing: .1em; }
.bands-control-suite__topbar strong { color: var(--bands-ink); font-size: 12px; }
.bands-control-suite__topbar > span { display: inline-flex; align-items: center; gap: 7px; color: #498b76; font-size: 9px; font-weight: 700; }
.bands-control-suite__topbar > span i { width: 7px; height: 7px; border-radius: 50%; background: #58b792; box-shadow: 0 0 0 4px rgba(88,183,146,.11); }
.bands-control-suite__heading { padding: 20px 0 17px; display: flex; align-items: flex-end; justify-content: space-between; gap: 15px; }
.bands-control-suite__heading small { color: var(--bands-primary); font-size: 8px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; }
.bands-control-suite__heading h3 { margin: 5px 0 0; font-size: 23px; }
.bands-control-suite__heading button { padding: 9px 11px; display: inline-flex; align-items: center; gap: 5px; border: 0; border-radius: 9px; background: var(--bands-primary); color: #fff; font-size: 9px; font-weight: 700; pointer-events: none; }
.bands-control-suite__heading button .material-symbols-outlined { font-size: 14px; }
.bands-control-suite__products { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 8px; }
.bands-control-suite__product { --suite-accent: var(--bands-primary); position: relative; min-width: 0; padding: 12px 10px; display: flex; align-items: center; gap: 9px; border: 1px solid color-mix(in srgb,var(--suite-accent) 18%,white); border-radius: 12px; background: color-mix(in srgb,var(--suite-accent) 5%,white); }
.bands-control-suite__product--city { --suite-accent: var(--bands-city); }
.bands-control-suite__product--event { --suite-accent: var(--bands-event); }
.bands-control-suite__product--care { --suite-accent: var(--bands-care); }
.bands-control-suite__product > .material-symbols-outlined { width: 30px; height: 30px; display: grid; flex: 0 0 auto; place-items: center; border-radius: 9px; background: color-mix(in srgb,var(--suite-accent) 12%,white); color: var(--suite-accent); font-size: 17px; }
.bands-control-suite__product small,.bands-control-suite__product strong { overflow: hidden; display: block; text-overflow: ellipsis; white-space: nowrap; }
.bands-control-suite__product small { margin-bottom: 2px; color: var(--suite-accent); font-size: 8px; font-weight: 700; }
.bands-control-suite__product strong { color: var(--bands-ink); font-size: 9px; }
.bands-control-suite__product > i { position: absolute; top: 8px; right: 8px; width: 5px; height: 5px; border-radius: 50%; background: #63b996; }
.bands-control-suite__analytics { margin-top: 11px; display: grid; grid-template-columns: minmax(0,1.2fr) minmax(170px,.8fr); gap: 9px; }
.bands-control-suite__chart-card,.bands-control-suite__updates { min-width: 0; padding: 14px; border: 1px solid #f0e3ec; border-radius: 14px; background: #fff; }
.bands-control-suite__card-head { display: flex; align-items: center; justify-content: space-between; }
.bands-control-suite__card-head small,.bands-control-suite__card-head strong { display: block; }
.bands-control-suite__card-head small { margin-bottom: 2px; color: #b18ca6; font-size: 7px; text-transform: uppercase; letter-spacing: .08em; }
.bands-control-suite__card-head strong { color: var(--bands-ink); font-size: 10px; }
.bands-control-suite__card-head > .material-symbols-outlined { color: #bd99b5; font-size: 17px; }
.bands-control-suite__chart { height: 125px; margin-top: 14px; padding: 14px 11px 0; display: flex; align-items: flex-end; gap: 7px; border-radius: 10px; background: linear-gradient(180deg,#fff8fd,#fdf0fa); }
.bands-control-suite__chart i { flex: 1; border-radius: 4px 4px 1px 1px; background: linear-gradient(180deg,#d67bc4,#a94397); }
.bands-control-suite__chart i:nth-child(1){height:30%}.bands-control-suite__chart i:nth-child(2){height:48%}.bands-control-suite__chart i:nth-child(3){height:42%}.bands-control-suite__chart i:nth-child(4){height:65%}.bands-control-suite__chart i:nth-child(5){height:55%}.bands-control-suite__chart i:nth-child(6){height:78%}.bands-control-suite__chart i:nth-child(7){height:68%}.bands-control-suite__chart i:nth-child(8){height:91%}
.bands-control-suite__legend { margin-top: 10px; display: flex; flex-wrap: wrap; gap: 10px; }
.bands-control-suite__legend span { display: inline-flex; align-items: center; gap: 5px; color: #927589; font-size: 7px; }
.bands-control-suite__legend i { width: 6px; height: 6px; border-radius: 2px; background: var(--bands-city); }
.bands-control-suite__legend span:nth-child(2) i { background: var(--bands-event); }
.bands-control-suite__legend span:nth-child(3) i { background: var(--bands-care); }
.bands-control-suite__updates ul { margin: 11px 0 0; padding: 0; display: grid; gap: 7px; list-style: none; }
.bands-control-suite__updates li { padding: 8px; display: flex; align-items: center; gap: 8px; border-radius: 9px; background: #fcf6fa; }
.bands-control-suite__updates li > .material-symbols-outlined { width: 26px; height: 26px; display: grid; flex: 0 0 auto; place-items: center; border-radius: 8px; background: #f5e5f1; color: var(--bands-primary); font-size: 15px; }
.bands-control-suite__updates li strong,.bands-control-suite__updates li small { overflow: hidden; display: block; text-overflow: ellipsis; white-space: nowrap; }
.bands-control-suite__updates li strong { color: var(--bands-ink); font-size: 8px; }
.bands-control-suite__updates li small { margin-top: 2px; color: #a18498; font-size: 7px; }
.bands-control-suite__updates li > i { width: 5px; height: 5px; margin-left: auto; flex: 0 0 auto; border-radius: 50%; background: #5db38f; }
.bands-control__caption { display: inline-flex; align-items: center; gap: 7px; }
.bands-control__caption .material-symbols-outlined { color: var(--bands-primary); font-size: 18px; }

.bands-use-cases { background: #fff9fe; }
.bands-use-case-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.bands-use-case-grid article { min-height: 250px; padding: 28px; border: 1px solid var(--bands-line); border-radius: 12px; background: linear-gradient(180deg, white, #fff9fe); }
.bands-use-case-grid .material-symbols-outlined { margin-bottom: 35px; color: var(--bands-primary); font-size: 31px; }
.bands-use-case-grid h3 { margin-bottom: 10px; font-size: 21px; }
.bands-use-case-grid p { margin-bottom: 0; line-height: 1.6; }

.bands-theme--city { --theme: var(--bands-city); }
.bands-theme--event { --theme: var(--bands-event); }
.bands-theme--care { --theme: var(--bands-care); }
.bands-theme--all { --theme: var(--bands-primary); }
.bands-product-hero { position: relative; padding: 170px 0 90px; background: radial-gradient(circle at 72% 36%, color-mix(in srgb, var(--theme) 18%, transparent), transparent 30%), linear-gradient(180deg, color-mix(in srgb, var(--theme) 7%, white), white); overflow: hidden; }
.bands-product-hero::before { background-image: url("/assets/images/bg/section-bg-2-custom.png"); opacity: .36; }
.bands-product-hero__grid, .bands-form-page__grid { position: relative; z-index: 1; }
.bands-product-hero .bands-eyebrow { color: var(--theme); }
.bands-product-hero__grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 60px; }
.bands-product-hero h1 { max-width: 700px; font-size: clamp(46px, 5vw, 70px); }
.bands-product-hero .bands-button { border-color: var(--theme); background: var(--theme); }
.bands-product-hero .bands-button--secondary { border-color: color-mix(in srgb, var(--theme) 22%, white); background: white; color: var(--bands-ink) !important; }
.bands-product-hero .bands-button--ghost-light { border-color: rgba(255, 255, 255, .5); background: transparent; color: #fff !important; }
.bands-product-hero .bands-button--ghost-light:hover { border-color: #fff; background: rgba(255, 255, 255, .12); }
.bands-product-hero .bands-button--showreel { border-color: var(--bands-line); background: #fff; color: var(--bands-ink) !important; }
.bands-product-hero .bands-button--showreel:hover { border-color: var(--bands-primary); background: var(--bands-soft); }
@media (min-width: 1024px) {
  /* A három CTA egy sorban, a gombok alapméretével. */
  .bands-actions--triple { flex-wrap: nowrap; width: max-content; gap: 10px; }
  .bands-actions--triple .bands-button { white-space: nowrap; }
}
.bands-product-hero__media-spacer { min-height: 500px; }
.bands-product-hero.bands-theme--city { min-height: 760px; background: #07111f url("/assets/cityband-hero.jpg") center 52% / cover no-repeat; }
.bands-product-hero.bands-theme--city::before { background: linear-gradient(90deg, rgba(2, 8, 16, .72) 0%, rgba(2, 8, 16, .38) 44%, rgba(2, 8, 16, .04) 72%); opacity: 1; }
.bands-product-hero.bands-theme--city .bands-eyebrow { color: #91cfff; }
.bands-product-hero.bands-theme--city h1 { color: #fff; text-shadow: 0 2px 30px rgba(0, 0, 0, .28); }
.bands-product-hero.bands-theme--city .bands-product-hero__copy > p { color: rgba(255, 255, 255, .84); text-shadow: 0 1px 18px rgba(0, 0, 0, .35); }
.bands-product-hero.bands-theme--city .bands-button--secondary { border-color: rgba(255, 255, 255, .55); background: rgba(5, 15, 27, .28); color: #fff !important; backdrop-filter: blur(8px); }
.bands-product-hero.bands-theme--city .bands-button--secondary:hover { border-color: #fff; background: #fff; color: #07111f !important; }
.bands-product-hero.bands-theme--event { min-height: 760px; background: #0d0d29 url("/assets/eventband-hero.jpg") center 52% / cover no-repeat; }
.bands-product-hero.bands-theme--event::before { background: linear-gradient(90deg, rgba(7, 8, 30, .72) 0%, rgba(7, 8, 30, .4) 44%, rgba(7, 8, 30, .04) 72%); opacity: 1; }
.bands-product-hero.bands-theme--event .bands-eyebrow { color: #ff9fbd; }
.bands-product-hero.bands-theme--event h1 { color: #fff; text-shadow: 0 2px 30px rgba(0, 0, 0, .3); }
.bands-product-hero.bands-theme--event .bands-product-hero__copy > p { color: rgba(255, 255, 255, .86); text-shadow: 0 1px 18px rgba(0, 0, 0, .38); }
.bands-product-hero.bands-theme--event .bands-button--secondary { border-color: rgba(255, 255, 255, .55); background: rgba(9, 8, 31, .3); color: #fff !important; backdrop-filter: blur(8px); }
.bands-product-hero.bands-theme--event .bands-button--secondary:hover { border-color: #fff; background: #fff; color: #0d0d29 !important; }
.bands-product-hero.bands-theme--care { min-height: 760px; background: #f5efe4 url("/assets/careband-hero.jpg") center 52% / cover no-repeat; }
.bands-product-hero.bands-theme--care::before { background: linear-gradient(90deg, rgba(255, 250, 241, .58) 0%, rgba(255, 250, 241, .34) 44%, rgba(255, 250, 241, 0) 72%); opacity: 1; }
.bands-product-hero.bands-theme--care .bands-eyebrow { color: #6e493b; }
.bands-product-hero.bands-theme--care h1 { color: #4a3026; text-shadow: 0 2px 30px rgba(255, 255, 255, .3); }
.bands-product-hero.bands-theme--care .bands-product-hero__copy > p { color: #684b3e; text-shadow: 0 1px 18px rgba(255, 255, 255, .42); }
.bands-product-hero.bands-theme--care .bands-button--secondary { border-color: rgba(74, 48, 38, .34); background: rgba(255, 255, 255, .42); color: #4a3026 !important; backdrop-filter: blur(8px); }
.bands-product-hero.bands-theme--care .bands-button--secondary:hover { border-color: #4a3026; background: #4a3026; color: #fff !important; }
.bands-product-hero.bands-theme--care .bands-button--ghost-light { border-color: rgba(74, 48, 38, .4); color: #4a3026 !important; }
.bands-product-hero.bands-theme--care .bands-button--ghost-light:hover { border-color: #4a3026; background: rgba(74, 48, 38, .08); }
.bands-hero-slider { position: relative; display: grid; overflow: hidden; background: #07111f; }
.bands-home-slide { grid-area: 1 / 1; width: 100%; visibility: hidden; opacity: 0; pointer-events: none; transition: opacity .7s ease, visibility .7s ease; }
.bands-home-slide.is-active { z-index: 1; visibility: visible; opacity: 1; pointer-events: auto; }
.bands-hero-slider__arrow { position: absolute; z-index: 6; top: 50%; width: 52px; height: 52px; padding: 0; display: grid; place-items: center; transform: translateY(-50%); border: 1px solid rgba(255, 255, 255, .38); border-radius: 50%; color: #fff; background: rgba(8, 9, 24, .42); box-shadow: 0 10px 28px rgba(0, 0, 0, .18); backdrop-filter: blur(10px); cursor: pointer; transition: background .2s, border-color .2s, transform .2s; }
.bands-hero-slider__arrow--previous { left: 24px; }
.bands-hero-slider__arrow--next { right: 24px; }
.bands-hero-slider__arrow svg { width: 28px; height: 28px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.bands-hero-slider__arrow:hover { transform: translateY(-50%) scale(1.06); border-color: rgba(255, 255, 255, .7); background: rgba(8, 9, 24, .7); }
.bands-hero-slider__arrow:focus-visible { outline: 3px solid rgba(255, 255, 255, .58); outline-offset: 4px; }
.bands-hero-slider__dots { position: absolute; z-index: 5; left: 50%; bottom: 26px; padding: 10px 13px; display: flex; align-items: center; gap: 10px; transform: translateX(-50%); border: 1px solid rgba(255, 255, 255, .24); border-radius: 999px; background: rgba(8, 9, 24, .34); box-shadow: 0 10px 32px rgba(0, 0, 0, .16); backdrop-filter: blur(10px); }
.bands-hero-slider__dot { width: 11px; height: 11px; padding: 0; border: 1.5px solid rgba(255, 255, 255, .9); border-radius: 50%; background: transparent; cursor: pointer; transition: background .2s, transform .2s; }
.bands-hero-slider__dot:hover { transform: scale(1.18); }
.bands-hero-slider__dot.is-active { background: #fff; box-shadow: 0 0 0 3px rgba(255, 255, 255, .2); }
.bands-hero-slider__dot:focus-visible { outline: 3px solid rgba(255, 255, 255, .5); outline-offset: 4px; }
.bands-feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.bands-feature-card { position: relative; min-height: 285px; padding: 28px; border: 1px solid var(--bands-line); border-radius: 12px; background: linear-gradient(180deg, var(--bands-soft), white 42%); transition: transform .2s, box-shadow .2s; }
.bands-feature-card:hover { transform: translateY(-5px); box-shadow: var(--bands-shadow); }
.bands-feature-card__number { position: absolute; top: 30px; right: 28px; color: #e1c9dc; font-size: 22px; font-weight: 500; }
.bands-icon--city { --card-accent: var(--bands-city); } .bands-icon--event { --card-accent: var(--bands-event); } .bands-icon--care { --card-accent: var(--bands-care); }
.bands-feature-card h3 { margin: 45px 0 11px; font-size: 21px; line-height: 1.25; }
.bands-feature-card p { margin-bottom: 0; line-height: 1.62; }
.bands-product-mockups { background: linear-gradient(180deg, #f8fbff, #fff); }
.bands-product-mockups--event { background: linear-gradient(180deg, #fff8fb, #fff); }
.bands-product-mockups--care { background: linear-gradient(180deg, #fbf6ef, #fff); }
.bands-product-mockups__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.bands-product-mockup-card { position: relative; aspect-ratio: 16 / 9; min-height: 0; margin: 0; overflow: hidden; border: 1px solid rgba(71,124,184,.16); border-radius: 24px; background: #0d1730; box-shadow: 0 24px 70px rgba(27,54,91,.12); }
.bands-product-mockups--event .bands-product-mockup-card { border-color: rgba(208,97,130,.2); background: #170d29; box-shadow: 0 24px 70px rgba(83,27,64,.13); }
.bands-product-mockups--care .bands-product-mockup-card { border-color: rgba(110,73,59,.2); background: #301b28; box-shadow: 0 24px 70px rgba(91,55,43,.14); }
.bands-product-mockup-card::after { position: absolute; inset: 42% 0 0; content: ""; background: linear-gradient(180deg, transparent, rgba(5,12,29,.86)); pointer-events: none; }
.bands-product-mockup-card img { width: 100%; height: 100%; position: absolute; inset: 0; display: block; object-fit: cover; transition: transform .6s ease; }
.bands-product-mockup-card:hover img { transform: scale(1.025); }
.bands-product-mockup-card--destination img { object-position: left center; }
.bands-product-mockup-card--biopage img { object-position: center center; }
.bands-product-mockup-card--stadium img { object-position: center center; }
.bands-product-mockup-card--wearable img { object-position: center center; }
.bands-product-mockup-card--band { min-height: 0; }
.bands-product-mockup-card--band img { object-position: center center; }
.bands-product-mockup-card figcaption { position: absolute; z-index: 2; left: 30px; right: 30px; bottom: 28px; }
.bands-product-mockup-card figcaption span { margin-bottom: 8px; display: block; color: #8fd6ff; font-size: 11px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.bands-product-mockups--event .bands-product-mockup-card figcaption span { color: #ff9fbd; }
.bands-product-mockups--care .bands-product-mockup-card figcaption span { color: #ffd0a8; }
.bands-product-mockup-card figcaption strong { max-width: 440px; display: block; color: white; font-size: 24px; font-weight: 500; line-height: 1.2; letter-spacing: -.025em; }
.bands-city-ai { position: relative; padding: 110px 0; overflow: hidden; background: linear-gradient(125deg, #17145f 0%, #4820a0 48%, #b20ac8 100%); color: rgba(255,255,255,.78); }
.bands-city-ai::before { position: absolute; inset: 0; content: ""; background-image: radial-gradient(circle at 78% 15%, rgba(255,255,255,.15), transparent 20%), radial-gradient(circle at 18% 85%, rgba(20,196,255,.16), transparent 26%), linear-gradient(rgba(255,255,255,.055) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.055) 1px, transparent 1px); background-size: auto, auto, 56px 56px, 56px 56px; mask-image: linear-gradient(90deg, rgba(0,0,0,.35), #000); pointer-events: none; }
.bands-city-ai__grid { position: relative; display: grid; grid-template-columns: minmax(0, .9fr) minmax(480px, 1.1fr); align-items: center; gap: 80px; }
.bands-city-ai__eyebrow { margin-bottom: 22px; display: inline-flex; align-items: center; gap: 9px; color: #79ddff; font-size: 12px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.bands-city-ai h2 { max-width: 620px; margin-bottom: 24px; color: #fff; font-size: clamp(42px, 4.5vw, 64px); line-height: 1.02; }
.bands-city-ai__lead { max-width: 650px; margin-bottom: 32px; font-size: 18px; line-height: 1.72; }
.bands-city-ai__benefits { display: flex; flex-wrap: wrap; gap: 10px; }
.bands-city-ai__benefits > span { padding: 10px 13px; display: inline-flex; align-items: center; gap: 8px; border: 1px solid rgba(255,255,255,.16); border-radius: 999px; background: rgba(255,255,255,.08); color: #fff; font-size: 13px; font-weight: 600; backdrop-filter: blur(8px); }
.bands-city-ai__benefits .material-symbols-outlined { color: #79ddff; font-size: 18px; }
.bands-city-ai__note { max-width: 610px; margin: 24px 0 0; padding-left: 15px; border-left: 2px solid rgba(121,221,255,.65); color: rgba(255,255,255,.62); font-size: 13px; line-height: 1.55; }
.bands-city-ai__visual { position: relative; min-height: 570px; display: grid; place-items: center; }
.bands-city-ai__visual::before { position: absolute; width: 480px; height: 480px; content: ""; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; box-shadow: 0 0 0 55px rgba(255,255,255,.025), 0 0 0 110px rgba(255,255,255,.018); }
.bands-city-ai__orb { position: absolute; z-index: 3; top: 6px; right: 22px; width: 112px; height: 112px; display: flex; align-items: center; justify-content: center; gap: 3px; transform: rotate(8deg); border: 1px solid rgba(255,255,255,.38); border-radius: 29px; background: linear-gradient(145deg, #30c6ff, #8052ff 54%, #d227e6); color: #fff; box-shadow: 0 25px 55px rgba(4,8,54,.34), inset 0 1px 0 rgba(255,255,255,.45); }
.bands-city-ai__orb .material-symbols-outlined { font-size: 32px; }
.bands-city-ai__orb strong { font-size: 31px; letter-spacing: -.05em; }
.bands-city-ai__phone { position: relative; z-index: 2; width: min(430px, 100%); min-height: 530px; padding: 21px; border: 1px solid rgba(255,255,255,.28); border-radius: 32px; background: linear-gradient(180deg, rgba(20,16,72,.96), rgba(31,18,81,.94)); box-shadow: 0 35px 90px rgba(5,5,42,.42), inset 0 1px 0 rgba(255,255,255,.14); backdrop-filter: blur(18px); }
.bands-city-ai__phone-head { padding: 6px 3px 20px; display: flex; align-items: center; gap: 12px; border-bottom: 1px solid rgba(255,255,255,.11); }
.bands-city-ai__avatar { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 13px; background: linear-gradient(145deg, #38c8ff, #a549de); color: white; }
.bands-city-ai__avatar .material-symbols-outlined { font-size: 23px; }
.bands-city-ai__phone-head strong, .bands-city-ai__phone-head small { display: block; }
.bands-city-ai__phone-head strong { color: #fff; font-size: 15px; }
.bands-city-ai__phone-head small { margin-top: 2px; color: rgba(255,255,255,.48); font-size: 10px; }
.bands-city-ai__phone-head > i { width: 8px; height: 8px; margin-left: auto; border-radius: 50%; background: #67e1ad; box-shadow: 0 0 0 5px rgba(103,225,173,.12); }
.bands-city-ai__conversation { padding: 23px 0 18px; display: flex; flex-direction: column; gap: 12px; }
.bands-city-ai__message { max-width: 82%; padding: 12px 15px; border-radius: 16px; font-size: 13px; line-height: 1.5; }
.bands-city-ai__message--user { align-self: flex-end; border-bottom-right-radius: 5px; background: linear-gradient(135deg, #ab3ec8, #664bd5); color: white; }
.bands-city-ai__message--assistant { align-self: flex-start; border: 1px solid rgba(255,255,255,.1); border-bottom-left-radius: 5px; background: rgba(255,255,255,.085); color: rgba(255,255,255,.78); }
.bands-city-ai__typing { width: 58px; padding: 12px 14px; display: flex; gap: 4px; border: 1px solid rgba(255,255,255,.1); border-radius: 15px 15px 15px 5px; background: rgba(255,255,255,.08); }
.bands-city-ai__typing i { width: 5px; height: 5px; border-radius: 50%; background: rgba(255,255,255,.62); }
.bands-city-ai__suggestions { display: flex; flex-wrap: wrap; gap: 8px; }
.bands-city-ai__suggestions span { padding: 8px 10px; border: 1px solid rgba(121,221,255,.28); border-radius: 999px; color: rgba(255,255,255,.7); font-size: 10px; }
.bands-event-engagement { position: relative; padding: 110px 0; overflow: hidden; background: linear-gradient(125deg, #09081f 0%, #20134a 52%, #6b174b 100%); color: rgba(255,255,255,.76); }
.bands-event-engagement::before { position: absolute; inset: 0; content: ""; background: radial-gradient(circle at 82% 18%, rgba(244,85,154,.2), transparent 24%), radial-gradient(circle at 15% 85%, rgba(120,86,255,.16), transparent 26%), linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px); background-size: auto, auto, 60px 60px, 60px 60px; mask-image: linear-gradient(90deg, rgba(0,0,0,.3), #000); pointer-events: none; }
.bands-event-engagement__grid { position: relative; display: grid; grid-template-columns: minmax(0, .92fr) minmax(500px, 1.08fr); align-items: center; gap: 76px; }
.bands-event-engagement__eyebrow { margin-bottom: 22px; display: inline-flex; align-items: center; gap: 9px; color: #ff9fbd; font-size: 12px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.bands-event-engagement h2 { max-width: 650px; margin-bottom: 23px; color: #fff; font-size: clamp(42px, 4.5vw, 64px); line-height: 1.02; }
.bands-event-engagement__copy > p { max-width: 650px; margin-bottom: 33px; font-size: 18px; line-height: 1.72; }
.bands-event-engagement__steps { display: grid; gap: 11px; }
.bands-event-engagement__steps article { padding: 15px 17px; display: flex; align-items: flex-start; gap: 15px; border: 1px solid rgba(255,255,255,.1); border-radius: 15px; background: rgba(255,255,255,.055); backdrop-filter: blur(8px); }
.bands-event-engagement__steps article > span { color: #ff9fbd; font-size: 12px; font-weight: 700; letter-spacing: .1em; }
.bands-event-engagement__steps h3 { margin: 0 0 4px; color: #fff; font-size: 16px; letter-spacing: -.02em; }
.bands-event-engagement__steps p { margin: 0; color: rgba(255,255,255,.58); font-size: 13px; line-height: 1.45; }
.bands-event-engagement__visual { position: relative; min-height: 585px; display: grid; place-items: center; }
.bands-event-engagement__visual::before { position: absolute; width: 500px; height: 500px; content: ""; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; box-shadow: 0 0 0 60px rgba(255,255,255,.02), 0 0 0 120px rgba(255,255,255,.012); }
.bands-event-engagement__panel { position: relative; z-index: 1; width: min(500px, 100%); padding: 25px; border: 1px solid rgba(255,255,255,.2); border-radius: 30px; background: linear-gradient(180deg, rgba(24,14,65,.95), rgba(17,10,47,.95)); box-shadow: 0 38px 90px rgba(4,3,27,.48), inset 0 1px 0 rgba(255,255,255,.12); backdrop-filter: blur(18px); }
.bands-event-engagement__panel-head { padding-bottom: 20px; display: flex; align-items: center; gap: 13px; border-bottom: 1px solid rgba(255,255,255,.1); }
.bands-event-engagement__panel-head > .material-symbols-outlined { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 13px; background: linear-gradient(145deg, #e94f91, #7650df); color: white; font-size: 24px; }
.bands-event-engagement__panel-head strong, .bands-event-engagement__panel-head small { display: block; }
.bands-event-engagement__panel-head strong { color: #fff; font-size: 15px; }
.bands-event-engagement__panel-head small { margin-top: 2px; color: rgba(255,255,255,.45); font-size: 10px; }
.bands-event-engagement__panel-head > i { width: 8px; height: 8px; margin-left: auto; border-radius: 50%; background: #ff8cb7; box-shadow: 0 0 0 5px rgba(255,140,183,.12); }
.bands-event-engagement__journey { padding: 30px 0 25px; display: grid; grid-template-columns: 1fr 28px 1fr 28px 1fr; align-items: center; gap: 6px; }
.bands-event-engagement__journey > div { min-height: 116px; padding: 14px 8px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; border: 1px solid rgba(255,255,255,.1); border-radius: 16px; background: rgba(255,255,255,.055); }
.bands-event-engagement__journey .material-symbols-outlined { margin-bottom: 8px; color: #ff9fbd; font-size: 25px; }
.bands-event-engagement__journey strong, .bands-event-engagement__journey small { display: block; }
.bands-event-engagement__journey strong { color: #fff; font-size: 12px; }
.bands-event-engagement__journey small { margin-top: 4px; color: rgba(255,255,255,.44); font-size: 9px; }
.bands-event-engagement__journey > i { height: 1px; background: linear-gradient(90deg, rgba(255,159,189,.25), #ff9fbd); }
.bands-event-engagement__inventory { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.bands-event-engagement__inventory span { padding: 10px 11px; border: 1px solid rgba(255,255,255,.09); border-radius: 10px; background: rgba(255,255,255,.045); color: rgba(255,255,255,.68); font-size: 11px; }
.bands-event-engagement__inventory span::before { width: 6px; height: 6px; margin-right: 8px; display: inline-block; border-radius: 50%; background: #ff75aa; content: ""; box-shadow: 0 0 0 4px rgba(255,117,170,.09); }
.bands-event-engagement__insight { margin-top: 14px; padding: 15px; display: flex; gap: 13px; align-items: center; border-radius: 14px; background: linear-gradient(110deg, rgba(233,79,145,.22), rgba(118,80,223,.15)); }
.bands-event-engagement__insight > .material-symbols-outlined { color: #ff9fbd; font-size: 27px; }
.bands-event-engagement__insight small, .bands-event-engagement__insight strong { display: block; }
.bands-event-engagement__insight small { margin-bottom: 4px; color: rgba(255,255,255,.45); font-size: 9px; text-transform: uppercase; letter-spacing: .08em; }
.bands-event-engagement__insight strong { color: #fff; font-size: 12px; line-height: 1.35; }
.bands-care-program { position: relative; padding: 110px 0; overflow: hidden; background: linear-gradient(125deg, #f8efe5 0%, #f5e5e8 52%, #ead7e8 100%); color: #73574f; }
.bands-care-program::before { position: absolute; inset: 0; content: ""; background: radial-gradient(circle at 82% 18%, rgba(175,63,153,.15), transparent 25%), radial-gradient(circle at 12% 88%, rgba(168,117,81,.12), transparent 24%), linear-gradient(rgba(90,55,43,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(90,55,43,.04) 1px, transparent 1px); background-size: auto, auto, 58px 58px, 58px 58px; mask-image: linear-gradient(90deg, rgba(0,0,0,.28), #000); pointer-events: none; }
.bands-care-program__grid { position: relative; display: grid; grid-template-columns: minmax(0,.92fr) minmax(500px,1.08fr); align-items: center; gap: 76px; }
.bands-care-program__eyebrow { margin-bottom: 22px; display: inline-flex; align-items: center; gap: 9px; color: #9a356f; font-size: 12px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.bands-care-program h2 { max-width: 650px; margin-bottom: 23px; color: #4a3026; font-size: clamp(42px,4.5vw,64px); line-height: 1.02; }
.bands-care-program__copy > p { max-width: 650px; margin-bottom: 33px; font-size: 18px; line-height: 1.72; }
.bands-care-program__steps { display: grid; gap: 11px; }
.bands-care-program__steps article { padding: 15px 17px; display: flex; align-items: flex-start; gap: 15px; border: 1px solid rgba(110,73,59,.13); border-radius: 15px; background: rgba(255,255,255,.5); backdrop-filter: blur(8px); }
.bands-care-program__steps article > span { color: #a43b7b; font-size: 12px; font-weight: 700; letter-spacing: .1em; }
.bands-care-program__steps h3 { margin: 0 0 4px; color: #4a3026; font-size: 16px; letter-spacing: -.02em; }
.bands-care-program__steps p { margin: 0; color: #80675f; font-size: 13px; line-height: 1.45; }
.bands-care-program__visual { position: relative; min-height: 585px; display: grid; place-items: center; }
.bands-care-program__visual::before { position: absolute; width: 500px; height: 500px; content: ""; border: 1px solid rgba(110,73,59,.11); border-radius: 50%; box-shadow: 0 0 0 60px rgba(255,255,255,.16), 0 0 0 120px rgba(255,255,255,.1); }
.bands-care-program__panel { position: relative; z-index: 1; width: min(500px,100%); padding: 25px; border: 1px solid rgba(255,255,255,.22); border-radius: 30px; background: linear-gradient(155deg, rgba(71,36,53,.97), rgba(43,28,37,.98)); box-shadow: 0 38px 90px rgba(69,35,43,.27), inset 0 1px 0 rgba(255,255,255,.14); color: rgba(255,255,255,.72); }
.bands-care-program__panel-head { padding-bottom: 20px; display: flex; align-items: center; gap: 13px; border-bottom: 1px solid rgba(255,255,255,.1); }
.bands-care-program__panel-head > .material-symbols-outlined { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 13px; background: linear-gradient(145deg,#c1458e,#7c4bc6); color: white; font-size: 24px; }
.bands-care-program__panel-head strong, .bands-care-program__panel-head small { display: block; }
.bands-care-program__panel-head strong { color: #fff; font-size: 15px; }
.bands-care-program__panel-head small { margin-top: 2px; color: rgba(255,255,255,.45); font-size: 10px; }
.bands-care-program__panel-head > i { width: 8px; height: 8px; margin-left: auto; border-radius: 50%; background: #7fe0b5; box-shadow: 0 0 0 5px rgba(127,224,181,.12); }
.bands-care-program__profile { margin: 22px 0 14px; padding: 15px; display: flex; align-items: center; gap: 12px; border: 1px solid rgba(255,255,255,.1); border-radius: 16px; background: rgba(255,255,255,.055); }
.bands-care-program__avatar { width: 43px; height: 43px; display: grid; flex: 0 0 auto; place-items: center; border-radius: 13px; background: linear-gradient(145deg,#dc66a5,#8e58cf); color: #fff; }
.bands-care-program__avatar .material-symbols-outlined { font-size: 24px; }
.bands-care-program__profile small, .bands-care-program__profile strong { display: block; }
.bands-care-program__profile small { margin-bottom: 3px; color: rgba(255,255,255,.46); font-size: 9px; text-transform: uppercase; letter-spacing: .07em; }
.bands-care-program__profile strong { color: #fff; font-size: 13px; }
.bands-care-program__status { margin-left: auto; padding: 6px 9px; border-radius: 999px; background: rgba(127,224,181,.12); color: #96ebc5; font-size: 9px; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; }
.bands-care-program__info-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.bands-care-program__info-grid > span { min-height: 68px; padding: 10px; display: flex; align-items: center; gap: 9px; border: 1px solid rgba(255,255,255,.09); border-radius: 12px; background: rgba(255,255,255,.045); color: rgba(255,255,255,.72); font-size: 10px; line-height: 1.35; }
.bands-care-program__info-grid .material-symbols-outlined { color: #f29dcb; font-size: 20px; }
.bands-care-program__activity { margin-top: 14px; padding: 15px; display: flex; align-items: center; gap: 13px; border-radius: 14px; background: linear-gradient(110deg,rgba(193,69,142,.24),rgba(124,75,198,.16)); }
.bands-care-program__activity small, .bands-care-program__activity strong { display: block; }
.bands-care-program__activity small { margin-bottom: 4px; color: rgba(255,255,255,.46); font-size: 9px; text-transform: uppercase; letter-spacing: .08em; }
.bands-care-program__activity strong { color: #fff; font-size: 12px; line-height: 1.35; }
.bands-care-program__activity > .material-symbols-outlined { margin-left: auto; color: #f29dcb; font-size: 28px; }
.bands-care-program__notice { margin: 15px 0 0; display: flex; align-items: center; gap: 8px; color: rgba(255,255,255,.5); font-size: 10px; line-height: 1.4; }
.bands-care-program__notice .material-symbols-outlined { color: #96ebc5; font-size: 17px; }
.bands-benefits { background: color-mix(in srgb, var(--theme) 5%, white); }
.bands-benefits .bands-eyebrow { color: var(--theme); }
.bands-benefit-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.bands-benefit-card { padding: 25px 28px; display: flex; gap: 15px; border: 1px solid color-mix(in srgb, var(--theme) 16%, white); border-radius: 12px; background: rgba(255,255,255,.8); }
.bands-benefit-card > .material-symbols-outlined { color: var(--theme); font-size: 23px; }
.bands-benefit-card h3 { margin-bottom: 7px; font-size: 19px; }
.bands-benefit-card p { margin: 0; line-height: 1.58; }

.bands-cta-wrap { padding-bottom: 80px; }
.bands-cta { padding: 65px 72px; display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 50px; border-radius: 28px; background: linear-gradient(125deg, var(--bands-ink), color-mix(in srgb, var(--theme, var(--bands-primary)) 38%, var(--bands-ink))); color: #e5d2e1; box-shadow: 0 35px 90px rgba(67,29,61,.18); }
.bands-cta .bands-eyebrow { color: #f2b9e6; }
.bands-cta h2 { max-width: 760px; color: white; }
.bands-cta p { max-width: 740px; margin-bottom: 0; font-size: 18px; line-height: 1.7; }
.bands-cta__actions { display: flex; flex-direction: column; gap: 10px; min-width: 185px; }

/* Lábléc feletti átvezető csík a vondetech.com-ra. A nagy CTA-blokk
   megjelenését követi, de jóval alacsonyabban: egy cím, egy sor, egy gomb. */
.bands-tech-strip-wrap { padding-top: 0; padding-bottom: 80px; }
.bands-tech-strip { padding: 34px 44px; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 32px; border-radius: 24px; background: linear-gradient(125deg, var(--bands-ink), color-mix(in srgb, var(--bands-primary) 38%, var(--bands-ink))); color: #e5d2e1; box-shadow: 0 24px 60px rgba(67, 29, 61, .16); }
.bands-tech-strip h2 { margin-bottom: 6px; color: #fff; font-size: clamp(22px, 2.1vw, 28px); line-height: 1.2; }
.bands-tech-strip p { margin-bottom: 0; font-size: 16px; line-height: 1.6; }
.bands-tech-strip .bands-button { white-space: nowrap; }

@media (max-width: 767px) {
  .bands-tech-strip-wrap { padding-bottom: 45px; }
  .bands-tech-strip { padding: 26px 22px; grid-template-columns: 1fr; gap: 20px; border-radius: 20px; }
  .bands-tech-strip .bands-button { width: 100%; }
}

.bands-faq__layout { display: grid; grid-template-columns: .7fr 1.3fr; align-items: start; gap: 80px; }
.bands-faq__intro { position: sticky; top: 130px; }
.bands-faq__intro p { font-size: 17px; line-height: 1.65; }
.bands-faq__item { border-bottom: 1px solid var(--bands-line); }
.bands-faq__item summary { padding: 24px 4px; display: flex; align-items: center; justify-content: space-between; gap: 20px; list-style: none; color: var(--bands-ink); font-size: 18px; font-weight: 600; cursor: pointer; }
.bands-faq__item summary::-webkit-details-marker { display: none; }
.bands-faq__icon { position: relative; width: 22px; height: 22px; flex: 0 0 22px; }
.bands-faq__icon::before, .bands-faq__icon::after { position: absolute; left: 5px; right: 5px; top: 10px; height: 2px; border-radius: 2px; background: var(--bands-primary); content: ""; transition: transform .2s; }
.bands-faq__icon::after { transform: rotate(90deg); }
.bands-faq__item[open] .bands-faq__icon::after { transform: rotate(0); }
.bands-faq__answer { padding: 0 44px 24px 4px; }
.bands-faq__answer p { margin: 0; line-height: 1.7; }

.bands-footer { padding: 78px 0 28px; background: #fff7fd; border-top: 1px solid var(--bands-line); }
.bands-footer__top { display: grid; grid-template-columns: 1.3fr repeat(3, 1fr); gap: 50px; }
.bands-footer__brand p { max-width: 280px; margin-top: 24px; line-height: 1.6; }
.bands-footer__top h2 { margin-bottom: 20px; font-size: 16px; font-weight: 600; letter-spacing: 0; }
.bands-footer__top > div:not(:first-child) { display: flex; flex-direction: column; align-items: flex-start; gap: 11px; }
.bands-footer__top a, .bands-footer__top button { padding: 0; border: 0; background: none; color: var(--bands-copy); cursor: pointer; }
.bands-footer__top a:hover, .bands-footer__top button:hover { color: var(--bands-primary); }
.bands-footer__bottom { margin-top: 65px; padding-top: 24px; display: flex; justify-content: space-between; gap: 25px; border-top: 1px solid var(--bands-line); font-size: 13px; }

.bands-form-page { position: relative; min-height: 850px; padding: 170px 0 110px; overflow: hidden; background: radial-gradient(circle at 18% 38%, rgba(175,63,153,.13), transparent 30%), linear-gradient(180deg, #fff8fe, #fff); }
.bands-form-page__grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 80px; }
.bands-form-page__copy h1 { margin-bottom: 25px; font-size: clamp(46px, 5vw, 70px); line-height: 1.03; }
.bands-form-page__copy > p { max-width: 560px; font-size: 18px; line-height: 1.7; }
.bands-form-page__points { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 30px; }
.bands-form-page__points span { padding: 8px 13px; border: 1px solid var(--bands-line); border-radius: 999px; background: white; color: var(--bands-primary-dark); font-size: 13px; font-weight: 600; }
.bands-contact-link { margin-top: 30px; display: inline-flex; align-items: center; gap: 10px; color: var(--bands-primary) !important; font-weight: 600; }
.bands-form-card { padding: 42px; border: 1px solid var(--bands-line); border-radius: 25px; background: rgba(255,255,255,.92); box-shadow: var(--bands-shadow); }
.bands-form-card > h2 { margin-bottom: 8px; font-size: 30px; }
.bands-form-card > p { margin-bottom: 30px; }
.bands-lead-form { display: grid; gap: 18px; }
.bands-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.bands-lead-form label { display: grid; gap: 7px; }
.bands-lead-form label > span:first-child { color: var(--bands-ink); font-size: 14px; font-weight: 600; }
.bands-lead-form input:not([type="checkbox"]), .bands-lead-form textarea, .bands-lead-form select { width: 100%; padding: 13px 15px; border: 1px solid var(--bands-line); border-radius: 12px; background: #fffafd; color: var(--bands-ink); font: inherit; outline: none; transition: border .2s, box-shadow .2s; }
.bands-lead-form input:not([type="checkbox"]) { height: 49px; }
.bands-lead-form select { height: 49px; cursor: pointer; }
.bands-lead-form textarea { resize: vertical; }
.bands-lead-form input:focus, .bands-lead-form textarea:focus, .bands-lead-form select:focus { border-color: var(--bands-primary); box-shadow: 0 0 0 3px rgba(175,63,153,.1); }
.bands-product-choice { margin: 0; padding: 0; border: 0; }
.bands-product-choice legend { margin-bottom: 9px; color: var(--bands-ink); font-size: 14px; font-weight: 600; }
.bands-product-choice__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.bands-product-choice__grid label { position: relative; display: block; cursor: pointer; }
.bands-product-choice__grid input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.bands-product-choice__grid span { min-height: 48px; display: flex; align-items: center; justify-content: center; border: 1px solid var(--bands-line); border-radius: 12px; background: #fffafd; color: var(--bands-copy) !important; font-size: 14px !important; transition: .2s; }
.bands-product-choice__grid input:checked + span { border-color: var(--bands-primary); background: var(--bands-soft); color: var(--bands-primary-dark) !important; box-shadow: inset 0 0 0 1px var(--bands-primary); }
.bands-product-choice__grid input:focus-visible + span { outline: 3px solid rgba(175,63,153,.2); outline-offset: 2px; }
.bands-field-error { min-height: 18px; margin: 6px 0 0; color: #a52b4d; font-size: 12px; }
.bands-form-consent { grid-template-columns: auto 1fr !important; align-items: start; gap: 10px !important; }
.bands-form-consent input { width: 17px; height: 17px; margin-top: 2px; accent-color: var(--bands-primary); }
.bands-form-consent span { color: var(--bands-copy) !important; font-size: 13px !important; font-weight: 400 !important; line-height: 1.5; }
.bands-form-consent a { color: var(--bands-primary); text-decoration: underline; }
.bands-form-honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.bands-form-status { min-height: 20px; margin: -3px 0; font-size: 14px; }
.bands-form-status.is-error { color: #a52b4d; }
.bands-form-status.is-success { color: #28745f; }
.bands-lead-form .bands-button { justify-self: start; border: 0; cursor: pointer; }
.bands-lead-form .bands-button:disabled { cursor: wait; opacity: .65; }
.bands-success-dialog { width: min(500px, calc(100% - 32px)); padding: 46px; border: 0; border-radius: 24px; background: #fff; color: var(--bands-copy); text-align: center; box-shadow: 0 30px 100px rgba(39,17,36,.25); }
.bands-success-dialog::backdrop { background: rgba(27,12,25,.62); backdrop-filter: blur(5px); }
.bands-success-dialog > .material-symbols-outlined { margin-bottom: 15px; color: var(--bands-care); font-size: 58px; }
.bands-success-dialog h2 { margin-bottom: 12px; font-size: 30px; }
.bands-success-dialog p { margin-bottom: 26px; line-height: 1.65; }
.bands-success-dialog .bands-button { min-width: 150px; border: 0; cursor: pointer; }
.bands-success-dialog__close { position: absolute; top: 14px; right: 16px; width: 36px; height: 36px; border: 0; border-radius: 50%; background: var(--bands-soft); color: var(--bands-ink); font-size: 25px; line-height: 1; cursor: pointer; }

/* ── Bunny Stream videó ── */
.bands-bunny { position: relative; aspect-ratio: 16 / 9; overflow: hidden; border-radius: var(--bands-radius); background: #0b0713; box-shadow: var(--bands-shadow); }
/* A lejátszó csak akkor látszik, ha már tényleg megy a videó — így a Bunny
   poszterképe (más képkocka, mint a videó eleje) nem villan fel indításkor. */
.bands-bunny__iframe, .bands-bunny__toggle, .bands-bunny__sound { opacity: 0; transition: opacity .35s ease; }
.bands-bunny.is-ready .bands-bunny__iframe, .bands-bunny.is-ready .bands-bunny__toggle, .bands-bunny.is-ready .bands-bunny__sound { opacity: 1; }
/* JS nélkül nincs, ami felfedje — a noscript változat mindig látszik. */
.bands-bunny__iframe--noscript { opacity: 1; }
.bands-bunny__iframe { position: absolute; inset: 0; width: 100%; height: 100%; display: block; border: 0; }
.bands-bunny__toggle { position: absolute; z-index: 1; inset: 0; width: 100%; height: 100%; padding: 0; display: grid; place-items: center; border: 0; background: transparent; cursor: pointer; }
.bands-bunny__toggle-icon { display: grid; place-items: center; width: 78px; height: 78px; border-radius: 50%; background: rgba(12, 8, 20, .55); color: #fff; opacity: 0; transform: scale(.82); backdrop-filter: blur(6px); transition: opacity .2s, transform .2s; }
.bands-bunny__toggle-icon .material-symbols-outlined { font-size: 40px; }
.bands-bunny.is-paused .bands-bunny__toggle-icon, .bands-bunny__toggle:hover .bands-bunny__toggle-icon, .bands-bunny__toggle:focus-visible .bands-bunny__toggle-icon { opacity: 1; transform: scale(1); }
.bands-bunny__sound { position: absolute; z-index: 2; right: 16px; bottom: 16px; display: grid; place-items: center; width: 46px; height: 46px; border: 1px solid rgba(255, 255, 255, .35); border-radius: 50%; background: rgba(12, 8, 20, .5); color: #fff; cursor: pointer; backdrop-filter: blur(6px); transition: background .2s, border-color .2s; }
.bands-bunny__sound:hover { border-color: #fff; background: rgba(12, 8, 20, .78); }
.bands-bunny__sound .material-symbols-outlined { font-size: 22px; }
.bands-bunny.is-uncontrollable .bands-bunny__toggle, .bands-bunny.is-uncontrollable .bands-bunny__sound { display: none; }
@media (prefers-reduced-motion: reduce) {
  .bands-bunny__toggle-icon, .bands-bunny__iframe, .bands-bunny__toggle, .bands-bunny__sound { transition: none; }
}
@media (max-width: 640px) {
  .bands-bunny__toggle-icon { width: 62px; height: 62px; }
  .bands-bunny__toggle-icon .material-symbols-outlined { font-size: 32px; }
  .bands-bunny__sound { right: 12px; bottom: 12px; width: 42px; height: 42px; }
}

/* ── Quote hero + wizard (árajánlat kérő) ── */
.bands-quote-hero > .bands-container { position: relative; z-index: 1; }
.bands-quote-hero__intro { max-width: 640px; margin: 0 auto 48px; text-align: center; }
.bands-quote-hero__intro h1 { margin-bottom: 18px; font-size: clamp(38px, 4.4vw, 56px); line-height: 1.06; }
.bands-quote-hero__intro p { font-size: 17px; line-height: 1.7; }
@media (max-width: 640px) {
  .bands-quote-hero__intro { margin-bottom: 32px; }
}

.bands-quote-wizard { border: 1px solid var(--bands-line); border-radius: var(--bands-radius); background: rgba(255,255,255,.96); box-shadow: var(--bands-shadow); overflow: hidden; }

.bands-quote-stepper { display: flex; align-items: center; padding: 30px 40px 26px; border-bottom: 1px solid var(--bands-line); }
.bands-quote-step { display: flex; align-items: center; gap: 10px; flex: none; }
.bands-quote-step__dot { width: 28px; height: 28px; border-radius: 50%; display: grid; place-items: center; font-size: 13px; font-weight: 700; background: var(--bands-soft); color: var(--bands-copy); border: 1.5px solid var(--bands-line); transition: background .3s, border-color .3s, color .3s, transform .3s; }
.bands-quote-step__label { font-size: 13px; font-weight: 600; color: var(--bands-copy); white-space: nowrap; transition: color .3s; }
.bands-quote-step.is-active .bands-quote-step__dot { background: var(--bands-primary); border-color: var(--bands-primary); color: #fff; transform: scale(1.08); }
.bands-quote-step.is-active .bands-quote-step__label { color: var(--bands-ink); }
.bands-quote-step.is-done .bands-quote-step__dot { background: var(--bands-care); border-color: var(--bands-care); color: #fff; font-size: 0; }
.bands-quote-step.is-done .bands-quote-step__dot::before { content: "✓"; font-size: 13px; }
.bands-quote-step.is-done .bands-quote-step__label { color: var(--bands-ink); }
.bands-quote-step-line { flex: 1; height: 2px; background: var(--bands-line); margin: 0 12px; position: relative; overflow: hidden; }
.bands-quote-step-line::after { content: ""; position: absolute; inset: 0; background: var(--bands-care); transform: scaleX(0); transform-origin: left; transition: transform .4s ease; }
.bands-quote-step-line.is-filled::after { transform: scaleX(1); }

.bands-quote-panel { display: none; padding: 40px; }
.bands-quote-panel.is-active { display: block; animation: bandsQuoteRise .35s ease both; }
@keyframes bandsQuoteRise { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: translateY(0); } }
@media (prefers-reduced-motion: reduce) { .bands-quote-panel.is-active { animation: none; } }

.bands-quote-eyebrow { margin: 0 0 8px; color: var(--bands-primary); font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.bands-quote-panel h2 { margin: 0 0 8px; font-size: 27px; }
.bands-quote-panel-body { max-width: 56ch; margin: 0 0 28px; font-size: 15px; line-height: 1.65; }

.bands-quote-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.bands-home-choice--pick { cursor: pointer; text-align: left; font: inherit; }
.bands-home-choice--pick:focus-visible { outline: 3px solid rgba(175,63,153,.28); outline-offset: 3px; }
.bands-home-choice--pick .bands-home-choice__title { display: block; margin-bottom: 13px; font-size: 21px; line-height: 1.18; color: var(--bands-ink); }
.bands-home-choice--pick .bands-home-choice__media { height: 165px; }
.bands-home-choice--pick .bands-home-choice__content { padding: 22px; }
.bands-home-choice--pick p { font-size: 14px; margin-bottom: 15px; }
.bands-home-choice--pick ul { margin-bottom: 0; gap: 7px; }
.bands-home-choice--pick[aria-pressed="true"] { border-color: var(--choice-accent); box-shadow: 0 0 0 2.5px var(--choice-accent), 0 20px 55px rgba(67,29,61,.08); }
.bands-home-choice__check { position: absolute; z-index: 2; top: 18px; right: 18px; width: 26px; height: 26px; border-radius: 50%; background: rgba(255,255,255,.85); color: transparent; display: grid; place-items: center; transition: background .2s, color .2s; }
.bands-home-choice__check .material-symbols-outlined { font-size: 17px; }
.bands-home-choice--pick[aria-pressed="true"] .bands-home-choice__check { background: var(--choice-accent); color: #fff; }

.bands-quote-helper-row { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-top: 26px; }
.bands-quote-helper { font-size: 13px; color: var(--bands-copy); }
.bands-quote-wizard .bands-button:disabled { opacity: .45; cursor: not-allowed; transform: none; box-shadow: none; }

.bands-quote-chip-row { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 26px; }
.bands-quote-chip { display: inline-flex; align-items: center; gap: 6px; padding: 7px 12px; border-radius: 999px; font-size: 12.5px; font-weight: 700; background: var(--chip-accent-soft); color: var(--chip-accent); }
.bands-quote-chip .material-symbols-outlined { font-size: 15px; }
.bands-quote-chip--city { --chip-accent: var(--bands-city); --chip-accent-soft: color-mix(in srgb, var(--bands-city) 14%, white); }
.bands-quote-chip--event { --chip-accent: var(--bands-event); --chip-accent-soft: color-mix(in srgb, var(--bands-event) 14%, white); }
.bands-quote-chip--care { --chip-accent: var(--bands-care); --chip-accent-soft: color-mix(in srgb, var(--bands-care) 14%, white); }

.bands-quote-segmented { display: flex; flex-wrap: wrap; gap: 8px; }
.bands-quote-segmented button { appearance: none; font: inherit; font-size: 13px; font-weight: 600; padding: 10px 16px; border-radius: 999px; border: 1.5px solid var(--bands-line); background: #fffafd; color: var(--bands-copy); cursor: pointer; transition: .2s; }
.bands-quote-segmented button[aria-pressed="true"] { background: var(--bands-primary); border-color: var(--bands-primary); color: #fff; }
.bands-quote-segmented button:hover:not([aria-pressed="true"]) { border-color: var(--bands-primary); color: var(--bands-primary-dark); }

.bands-quote-actions-row { display: flex; align-items: center; justify-content: space-between; margin-top: 28px; }
.bands-quote-back { justify-self: start; padding: 13px 20px; border-radius: 13px; border: 1.5px solid var(--bands-line); background: transparent; color: var(--bands-copy); font: inherit; font-weight: 600; font-size: 14.5px; cursor: pointer; transition: .2s; }
.bands-quote-back:hover { background: var(--bands-soft); border-color: var(--bands-line); color: var(--bands-ink); }

.bands-quote-success { text-align: center; padding: 14px 0 4px; }
.bands-quote-success__icon { width: 62px; height: 62px; margin: 0 auto 22px; border-radius: 50%; background: color-mix(in srgb, var(--bands-care) 14%, white); color: var(--bands-care); display: grid; place-items: center; }
.bands-quote-success__icon .material-symbols-outlined { font-size: 30px; }
.bands-quote-success h2 { font-size: 25px; }
.bands-quote-success p { max-width: 48ch; margin: 0 auto 8px; font-size: 14.5px; line-height: 1.65; }
.bands-quote-reminder { display: inline-flex; align-items: center; gap: 8px; margin: 20px auto 0; padding: 12px 18px; background: color-mix(in srgb, var(--bands-care) 10%, white); color: var(--bands-ink); border-radius: 12px; font-size: 13.5px; font-weight: 600; border: 1px solid color-mix(in srgb, var(--bands-care) 30%, var(--bands-line)); }
.bands-quote-back-home { margin-top: 26px; }
.bands-quote-back-home a { color: var(--bands-copy); font-size: 13px; text-decoration: underline; }

@media (max-width: 900px) {
  .bands-quote-grid { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .bands-quote-stepper { padding: 22px 20px; }
  .bands-quote-step__label { display: none; }
  .bands-quote-panel { padding: 26px 20px; }
  .bands-form-grid.bands-quote-form-grid { grid-template-columns: 1fr; }
}

@media (max-width: 1023px) {
  .bands-site .header-actions > .language-switcher {
    display: none;
  }

  .bands-section { padding: 90px 0; }
  .bands-nav, .bands-header__cta { display: none; }
  .bands-menu-toggle { width: 44px; height: 44px; margin-left: auto; padding: 12px 10px; display: flex; flex-direction: column; justify-content: center; gap: 5px; border: 0; border-radius: 11px; background: var(--bands-primary); }
  .bands-menu-toggle span { width: 100%; height: 2px; display: block; border-radius: 2px; background: white; transition: .2s; }
  .is-menu-open .bands-menu-toggle span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .is-menu-open .bands-menu-toggle span:nth-child(2) { opacity: 0; }
  .is-menu-open .bands-menu-toggle span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .bands-mobile-menu { width: min(680px, calc(100% - 48px)); max-height: calc(100vh - 110px); margin: 10px auto 0; padding: 14px; display: flex; flex-direction: column; visibility: hidden; opacity: 0; transform: translateY(-8px); overflow-y: auto; border: 1px solid var(--bands-line); border-radius: 16px; background: white; box-shadow: var(--bands-shadow); transition: .2s; }
  .bands-mobile-menu[aria-hidden="false"] { visibility: visible; opacity: 1; transform: translateY(0); }
  .bands-mobile-menu a, .bands-mobile-menu__label { padding: 12px 14px; border-radius: 9px; color: var(--bands-ink); font-weight: 500; }
  .bands-mobile-menu a:hover { background: var(--bands-soft); color: var(--bands-primary); }
  .bands-mobile-menu__label { padding-bottom: 4px; color: var(--bands-primary); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }
  .bands-mobile-menu__sub { padding-left: 28px !important; }
  .bands-hero { min-height: 0; padding-top: 145px; }
  .bands-hero__grid, .bands-product-hero__grid { grid-template-columns: 1fr; }
  .bands-product-hero.bands-theme--city { min-height: 960px; padding-bottom: 0; background-image: url("/assets/cityband-hero-mobile.jpg"); background-position: center bottom; }
  .bands-product-hero.bands-theme--city::before { background: linear-gradient(180deg, rgba(3, 10, 19, .8) 0%, rgba(3, 10, 19, .58) 38%, rgba(3, 10, 19, .08) 70%); }
  .bands-product-hero.bands-theme--city .bands-product-hero__grid { align-items: start; gap: 0; }
  .bands-product-hero.bands-theme--city .bands-product-hero__copy { max-width: 700px; }
  .bands-product-hero.bands-theme--city .bands-product-hero__media-spacer { min-height: 460px; }
  .bands-product-hero.bands-theme--event { min-height: 960px; padding-bottom: 0; background-image: url("/assets/eventband-hero-mobile.jpg"); background-position: center bottom; }
  .bands-product-hero.bands-theme--event::before { background: linear-gradient(180deg, rgba(6, 6, 24, .82) 0%, rgba(6, 6, 24, .6) 38%, rgba(6, 6, 24, .08) 70%); }
  .bands-product-hero.bands-theme--event .bands-product-hero__grid { align-items: start; gap: 0; }
  .bands-product-hero.bands-theme--event .bands-product-hero__copy { max-width: 700px; }
  .bands-product-hero.bands-theme--event .bands-product-hero__media-spacer { min-height: 460px; }
  .bands-product-hero.bands-theme--care { min-height: 960px; padding-bottom: 0; background-image: url("/assets/careband-hero-mobile.jpg"); background-position: center bottom; }
  .bands-product-hero.bands-theme--care::before { background: linear-gradient(180deg, rgba(255, 250, 241, .88) 0%, rgba(255, 250, 241, .64) 38%, rgba(255, 250, 241, .08) 70%); }
  .bands-product-hero.bands-theme--care .bands-product-hero__grid { align-items: start; gap: 0; }
  .bands-product-hero.bands-theme--care .bands-product-hero__copy { max-width: 700px; }
  .bands-product-hero.bands-theme--care .bands-product-hero__media-spacer { min-height: 460px; }
  .bands-hero__copy { max-width: 760px; }
  .bands-visual { width: min(620px, 100%); margin-inline: auto; }
  .bands-product-grid { grid-template-columns: 1fr; }
  .bands-product-card { min-height: 0; }
  .bands-product-card__top { margin-bottom: 28px; }
  .bands-platform__intro, .bands-control__grid, .bands-faq__layout { grid-template-columns: 1fr; gap: 50px; }
  .bands-control__visual { max-width: 680px; }
  .bands-faq__intro { position: static; max-width: 620px; }
  .bands-feature-grid, .bands-use-case-grid { grid-template-columns: repeat(2, 1fr); }
  .bands-cta { padding: 55px; grid-template-columns: 1fr; align-items: start; }
  .bands-cta__actions { flex-direction: row; }
  .bands-footer__top { grid-template-columns: 1.2fr 1fr 1fr; }
  .bands-footer__brand { grid-column: 1 / -1; }
  .bands-form-page__grid { grid-template-columns: 1fr; gap: 50px; }
  .bands-form-page__copy { max-width: 700px; }
  .bands-home-selector__grid { max-width: 820px; margin-inline: auto; grid-template-columns: 1fr; }
  .bands-home-choice { display: grid; grid-template-columns: minmax(280px,.8fr) minmax(0,1.2fr); }
  .bands-home-choice__media { height: auto; min-height: 390px; }
  .bands-home-foundation__intro { grid-template-columns: 1fr; gap: 55px; }
  .bands-home-foundation__copy { max-width: 720px; }
  .bands-home-foundation__mosaic { width: min(720px,100%); }
  .bands-home-foundation__pillars, .bands-home-partner__grid { grid-template-columns: 1fr 1fr; }
  .bands-home-speed__shell { grid-template-columns: 1fr; gap: 55px; }
  .bands-home-speed__intro { max-width: 720px; }
  .bands-event-engagement__grid { grid-template-columns: 1fr; gap: 50px; }
  .bands-event-engagement__copy { max-width: 720px; }
  .bands-event-engagement__visual { width: min(620px, 100%); margin-inline: auto; }
  .bands-care-program__grid { grid-template-columns: 1fr; gap: 50px; }
  .bands-care-program__copy { max-width: 720px; }
  .bands-care-program__visual { width: min(620px, 100%); margin-inline: auto; }
}

@media (max-width: 767px) {
  .bands-container, .bands-header__inner { width: min(100% - 32px, 1180px); }
  .bands-header { top: 10px; }
  .bands-header__inner { height: 62px; padding-left: 14px; }
  .bands-brand img { width: 136px; height: 25px; }
  .bands-brand span { padding-left: 8px; font-size: 11px; }
  .bands-mobile-menu { width: calc(100% - 32px); }
  .bands-section { padding: 72px 0; }
  .bands-section-heading { margin-bottom: 38px; }
  .bands-section-heading h2, .bands-platform h2, .bands-control h2, .bands-faq h2, .bands-cta h2 { font-size: 35px; }
  .bands-section-heading p { font-size: 16px; }
  .bands-hero { padding: 125px 0 65px; }
  .bands-hero__grid { gap: 24px; }
  .bands-hero__copy h1, .bands-product-hero h1 { font-size: 43px; line-height: 1.03; }
  .bands-hero__copy > p, .bands-product-hero__copy > p { font-size: 17px; }
  .bands-actions { flex-direction: column; align-items: stretch; }
  .bands-actions .bands-button { width: 100%; }
  .bands-hero__proof { gap: 15px; }
  .bands-visual, .bands-visual--compact { height: 390px; }
  .bands-phone { width: 174px; height: 345px; border-radius: 28px; }
  .bands-phone__screen { padding: 46px 13px 15px; border-radius: 20px; }
  .bands-phone__screen strong { font-size: 18px; }
  .bands-phone__cards { margin-top: 18px; gap: 7px; }
  .bands-phone__cards i { height: 38px; }
  .bands-wristband { width: 230px; height: 52px; padding: 0 20px; font-size: 8px; }
  .bands-wristband b { font-size: 10px; }
  .bands-wristband::after { width: 34px; height: 34px; right: 9px; }
  .bands-wristband--1 { left: -2%; top: 18%; }
  .bands-wristband--2 { right: -3%; top: 47%; }
  .bands-wristband--3 { left: 0; bottom: 4%; }
  .bands-capability-row, .bands-stats, .bands-benefit-grid { grid-template-columns: 1fr; }
  .bands-capability-row article { padding: 23px; }
  .bands-how__grid { grid-template-columns: 1fr; gap: 35px; }
  .bands-how__grid article { padding: 0 0 0 78px; }
  .bands-how__number { position: absolute; left: 0; top: 0; }
  .bands-how__line { top: 70px; left: 28px; bottom: -25px; width: 1px; height: auto; background: repeating-linear-gradient(180deg, var(--bands-line), var(--bands-line) 7px, transparent 7px, transparent 13px); }
  .bands-how h3 { margin-top: 0; }
  .bands-platform__intro { gap: 20px; }
  .bands-stats article { padding: 28px; }
  .bands-stats strong { font-size: 58px; }
  .bands-control__visual { padding: 18px; }
  .bands-control-suite { min-height: 455px; grid-template-columns: 48px 1fr; border-radius: 18px; }
  .bands-control-suite__nav { padding: 15px 7px; }
  .bands-control-suite__nav > strong { font-size: 0; }
  .bands-control-suite__nav > strong::before { content: "v+"; color: #fff; font-size: 15px; }
  .bands-control-suite__nav-items { margin-top: 35px; gap: 11px; }
  .bands-control-suite__nav-items i { width: 33px; height: 33px; }
  .bands-control-suite__avatar { width: 30px; height: 30px; }
  .bands-control-suite__main { padding: 13px; }
  .bands-control-suite__topbar { padding-bottom: 11px; }
  .bands-control-suite__topbar > div small { display: none; }
  .bands-control-suite__heading { padding: 15px 0 13px; }
  .bands-control-suite__heading h3 { font-size: 18px; }
  .bands-control-suite__heading button { width: 30px; height: 30px; padding: 0; justify-content: center; font-size: 0; }
  .bands-control-suite__products { gap: 5px; }
  .bands-control-suite__product { padding: 8px 6px; display: block; }
  .bands-control-suite__product > .material-symbols-outlined { width: 27px; height: 27px; margin-bottom: 6px; }
  .bands-control-suite__product strong { display: none; }
  .bands-control-suite__product small { font-size: 7px; }
  .bands-control-suite__analytics { grid-template-columns: 1fr; }
  .bands-control-suite__updates { display: none; }
  .bands-control-suite__chart { height: 112px; }
  .bands-dashboard { grid-template-columns: 48px 1fr; min-height: 320px; }
  .bands-dashboard__nav { padding: 18px 10px; }
  .bands-dashboard__content { padding: 25px 17px; }
  .bands-dashboard__chart { height: 115px; gap: 7px; }
  .bands-control__caption { position: relative; left: auto; bottom: auto; margin: 14px auto -3px; display: table; }
  .bands-control__benefits { grid-template-columns: 1fr; }
  .bands-feature-grid, .bands-use-case-grid { grid-template-columns: 1fr; }
  .bands-home-choice { display: flex; }
  .bands-home-choice__media { height: 310px; min-height: 0; }
  .bands-home-choice__content { padding: 24px; }
  .bands-home-choice h3 { font-size: 25px; }
  .bands-home-foundation { padding: 72px 0; }
  .bands-home-foundation__copy h2 { font-size: 39px; }
  .bands-home-foundation__copy p { font-size: 16px; }
  .bands-home-foundation__mosaic { height: 500px; gap: 8px; }
  .bands-home-foundation__mosaic figure { border-radius: 16px; }
  .bands-home-foundation__pillars { margin-top: 48px; grid-template-columns: 1fr; }
  .bands-home-foundation__pillars article { min-height: 0; }
  .bands-home-partner__grid { grid-template-columns: 1fr; }
  .bands-home-partner__grid article { min-height: 0; }
  .bands-home-partner__grid article > .material-symbols-outlined { margin-bottom: 35px; }
  .bands-home-speed__steps { grid-template-columns: 1fr; }
  .bands-home-speed__steps article { min-height: 0; }
  .bands-home-speed__intro > strong { font-size: 68px; }
  .bands-home-speed h2 { font-size: 37px; }
  .bands-product-mockups__grid { grid-template-columns: 1fr; }
  .bands-product-mockup-card { min-height: 0; border-radius: 18px; }
  .bands-product-mockup-card--band { min-height: 0; }
  .bands-product-mockup-card figcaption { left: 22px; right: 22px; bottom: 21px; }
  .bands-product-mockup-card figcaption strong { font-size: 21px; }
  .bands-city-ai { padding: 72px 0; }
  .bands-city-ai__grid { grid-template-columns: 1fr; gap: 48px; }
  .bands-city-ai h2 { font-size: 39px; }
  .bands-city-ai__lead { font-size: 16px; }
  .bands-city-ai__visual { min-height: 490px; }
  .bands-city-ai__phone { min-height: 475px; padding: 17px; border-radius: 25px; }
  .bands-city-ai__orb { top: -16px; right: -6px; width: 82px; height: 82px; border-radius: 22px; }
  .bands-city-ai__orb .material-symbols-outlined { font-size: 24px; }
  .bands-city-ai__orb strong { font-size: 24px; }
  .bands-event-engagement { padding: 72px 0; }
  .bands-event-engagement__grid { grid-template-columns: 1fr; gap: 48px; }
  .bands-event-engagement h2 { font-size: 39px; }
  .bands-event-engagement__copy > p { font-size: 16px; }
  .bands-event-engagement__visual { min-height: 520px; }
  .bands-event-engagement__panel { padding: 17px; border-radius: 24px; }
  .bands-event-engagement__journey { grid-template-columns: 1fr; gap: 8px; }
  .bands-event-engagement__journey > div { min-height: 92px; flex-direction: row; justify-content: flex-start; gap: 10px; text-align: left; }
  .bands-event-engagement__journey .material-symbols-outlined { margin: 0; }
  .bands-event-engagement__journey > i { width: 1px; height: 15px; margin: -4px 0 -4px 28px; }
  .bands-care-program { padding: 72px 0; }
  .bands-care-program__grid { grid-template-columns: 1fr; gap: 48px; }
  .bands-care-program h2 { font-size: 39px; }
  .bands-care-program__copy > p { font-size: 16px; }
  .bands-care-program__visual { min-height: 520px; }
  .bands-care-program__panel { padding: 17px; border-radius: 24px; }
  .bands-care-program__info-grid { grid-template-columns: 1fr; }
  .bands-care-program__info-grid > span { min-height: 54px; }
  .bands-product-hero { padding: 125px 0 65px; }
  .bands-product-hero__grid { gap: 25px; }
  .bands-product-hero.bands-theme--city { min-height: 0; padding: 125px 0 0; background-color: #07111f; background-position: center bottom; background-size: 100% auto; }
  .bands-product-hero.bands-theme--city::before { background: linear-gradient(180deg, #07111f 0%, rgba(7, 17, 31, .96) 34%, rgba(7, 17, 31, .62) 52%, rgba(7, 17, 31, 0) 75%); }
  .bands-product-hero.bands-theme--city .bands-product-hero__copy { position: relative; z-index: 2; }
  .bands-product-hero.bands-theme--city .bands-product-hero__media-spacer { min-height: clamp(430px, 112vw, 860px); }
  .bands-product-hero.bands-theme--event { min-height: 0; padding: 125px 0 0; background-color: #0d0d29; background-position: center bottom; background-size: 100% auto; }
  .bands-product-hero.bands-theme--event::before { background: linear-gradient(180deg, #050512 0%, rgba(7, 7, 25, .97) 34%, rgba(7, 7, 25, .64) 52%, rgba(7, 7, 25, 0) 75%); }
  .bands-product-hero.bands-theme--event .bands-product-hero__copy { position: relative; z-index: 2; }
  .bands-product-hero.bands-theme--event .bands-product-hero__media-spacer { min-height: clamp(430px, 112vw, 860px); }
  .bands-product-hero.bands-theme--care { min-height: 0; padding: 125px 0 0; background-color: #f5efe4; background-position: center bottom; background-size: 100% auto; }
  .bands-product-hero.bands-theme--care::before { background: linear-gradient(180deg, #fbf5eb 0%, rgba(251, 245, 235, .98) 34%, rgba(251, 245, 235, .72) 52%, rgba(251, 245, 235, 0) 75%); }
  .bands-product-hero.bands-theme--care .bands-product-hero__copy { position: relative; z-index: 2; }
  .bands-product-hero.bands-theme--care .bands-product-hero__media-spacer { min-height: clamp(430px, 112vw, 860px); }
  .bands-hero-slider__dots { bottom: 18px; }
  .bands-hero-slider__arrow { top: 58%; width: 42px; height: 42px; }
  .bands-hero-slider__arrow--previous { left: 10px; }
  .bands-hero-slider__arrow--next { right: 10px; }
  .bands-hero-slider__arrow svg { width: 23px; height: 23px; }
  .bands-feature-card { min-height: 0; }
  .bands-cta-wrap { padding-bottom: 45px; }
  .bands-cta { padding: 38px 25px; border-radius: 22px; }
  .bands-cta__actions { flex-direction: column; }
  .bands-faq__item summary { font-size: 16px; }
  .bands-footer { padding-top: 55px; }
  .bands-footer__top { grid-template-columns: 1fr; gap: 34px; }
  .bands-footer__brand { grid-column: auto; }
  .bands-footer__bottom { flex-direction: column; }
  .bands-form-page { padding: 125px 0 70px; }
  .bands-form-page__copy h1 { font-size: 40px; }
  .bands-form-card { padding: 28px 22px; }
  .bands-form-grid { grid-template-columns: 1fr; }
  .bands-product-choice__grid { grid-template-columns: 1fr; }
  .bands-success-dialog { padding: 40px 22px 28px; }
  .bands-lead-form .bands-button { width: 100%; }
}

@media (max-width: 390px) {
  .bands-hero__copy h1, .bands-product-hero h1 { font-size: 38px; }
  .bands-section-heading h2, .bands-platform h2, .bands-control h2, .bands-faq h2, .bands-cta h2 { font-size: 31px; }
  .bands-brand img { width: 116px; }
  .bands-wristband { width: 205px; }
}

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