/* =====================================================================
   ועידת שוק ההון לחיסכון ארוך טווח 2027 - עיצוב v2
   שפה: עיתונאית-פיננסית. נייבי עמוק, זהב מוקפד, ציאן לפרטי זמן.
   טיפוגרפיה: Suez One לכותרות ומספרים, Assistant לטקסט.
   ===================================================================== */
:root {
  --navy-950: #0B1A4F;
  --navy-900: #0F2263;
  --navy-800: #163082;
  --navy-700: #1A3A8F;
  --blue: #348BDF;
  --cyan: #4FD1E3;
  --cyan-deep: #2BB5C9;
  --gold: #C9A24A;
  --gold-light: #E6CD85;
  --gold-deep: #9C7A2F;
  --ink: #101A33;
  --ink-2: #3D4B6B;
  --muted: #7A8399;
  --line: #E1E5EE;
  --line-dark: rgba(255, 255, 255, .1);
  --paper: #FFFFFF;
  --paper-2: #F5F6F9;
  --font: 'Assistant', 'Heebo', system-ui, sans-serif;
  --display: 'Suez One', 'Frank Ruhl Libre', serif;
  --wrap: 1200px;
  --ease: cubic-bezier(.22, .7, .2, 1);
  --bt-accent: var(--blue);
  --bt-fg: var(--ink);
  --bt-radius: 6px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
body { margin: 0; font-family: var(--font); font-size: 18px; line-height: 1.6; color: var(--ink); background: var(--paper); -webkit-font-smoothing: antialiased; overflow-x: hidden; }
body.no-scroll { overflow: hidden; }
img, svg { display: block; max-width: 100%; }
a { color: var(--blue); text-decoration: none; }
a:hover { text-decoration: underline; }
h1, h2, h3, h4 { margin: 0; line-height: 1.15; font-weight: 400; }
p { margin: 0 0 1em; }
ul, ol { margin: 0; padding: 0; list-style: none; }
button { font: inherit; }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }

.wrap { width: min(100% - 40px, var(--wrap)); margin-inline: auto; }
.wrap--narrow { max-width: 860px; }
.center { text-align: center; }
.muted { color: var(--muted); font-size: 16px; }

/* ---------- טיפוגרפיה ---------- */
.eyebrow { display: flex; align-items: center; gap: 12px; margin: 0 0 16px; font-size: 14px; font-weight: 700; letter-spacing: .14em; color: var(--gold-deep); text-transform: uppercase; }
.eyebrow::before { content: ''; width: 36px; height: 1px; background: var(--gold); }
.eyebrow--light { color: var(--gold-light); }
.eyebrow--light::before { background: var(--gold-light); }
.h2 { font-family: var(--display); font-size: clamp(30px, 4.4vw, 50px); line-height: 1.12; margin-bottom: 18px; }
.h3 { font-family: var(--display); font-size: clamp(22px, 2.6vw, 28px); margin-bottom: 8px; }
.h4 { font-size: 19px; font-weight: 700; margin-bottom: 8px; }
.lead { font-size: clamp(18px, 1.6vw, 21px); color: var(--ink-2); }
.prose p { color: var(--ink-2); }
.prose p:last-child { margin-bottom: 0; }

/* ---------- כפתורים ---------- */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 52px; padding: 0 28px; border-radius: 4px; border: 1px solid transparent; font-weight: 700; font-size: 16px; letter-spacing: .01em; cursor: pointer; white-space: nowrap; transition: transform .25s var(--ease), background .2s, color .2s, border-color .2s; text-decoration: none !important; }
.btn--gold { background: var(--gold); color: var(--navy-950); box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .25), 0 12px 30px -14px rgba(201, 162, 74, .9); }
.btn--gold:hover { background: var(--gold-light); transform: translateY(-2px); }
.btn--ghost { background: transparent; color: #fff; border-color: rgba(255, 255, 255, .35); }
.btn--ghost:hover { border-color: #fff; background: rgba(255, 255, 255, .06); }
.btn--outline { background: transparent; color: var(--navy-700); border-color: var(--navy-700); }
.btn--outline:hover { background: var(--navy-700); color: #fff; }
.btn--lg { min-height: 60px; padding: 0 36px; font-size: 17px; }
.btn--block { width: 100%; }
.link-arrow { display: inline-flex; align-items: center; gap: 8px; font-weight: 700; color: var(--navy-700); border-bottom: 1px solid var(--gold); padding-bottom: 2px; }
.link-arrow:hover { text-decoration: none; color: var(--gold-deep); }
.link-arrow::after { content: '←'; color: var(--gold-deep); }

/* ---------- ניווט ---------- */
.nav { position: fixed; inset-inline: 0; top: 0; z-index: 90; transition: background .3s, border-color .3s; border-bottom: 1px solid transparent; }
.nav--solid { background: rgba(11, 26, 79, .92); backdrop-filter: blur(14px); border-color: var(--line-dark); }
.nav__in { display: flex; align-items: center; justify-content: space-between; gap: 16px; height: 72px; }
.nav__brand { display: inline-flex; align-items: center; gap: 12px; color: #fff; }
.nav__brand:hover { text-decoration: none; }
.nav__mark { width: 34px; height: 35px; object-fit: contain; }
.nav__title { font-family: var(--display); font-size: 17px; line-height: 1; }
.nav__title small { display: block; font-family: var(--font); font-size: 11px; letter-spacing: .16em; color: var(--gold-light); margin-top: 4px; font-weight: 700; }
.nav__links { display: none; gap: 2px; }
.nav__links a { color: rgba(255, 255, 255, .8); font-size: 15px; font-weight: 600; padding: 8px 13px; transition: color .2s; position: relative; }
.nav__links a::after { content: ''; position: absolute; inset-inline: 13px; bottom: 2px; height: 1px; background: var(--gold); transform: scaleX(0); transition: transform .25s var(--ease); }
.nav__links a:hover, .nav__links a.is-active { color: #fff; text-decoration: none; }
.nav__links a:hover::after, .nav__links a.is-active::after { transform: scaleX(1); }
.nav__cta { display: none; min-height: 44px; padding: 0 22px; font-size: 15px; }
.nav__burger { display: inline-flex; flex-direction: column; justify-content: center; gap: 6px; width: 44px; height: 44px; padding: 0 10px; background: transparent; border: 0; cursor: pointer; }
.nav__burger span { display: block; height: 1.5px; background: #fff; transition: transform .3s var(--ease), opacity .2s; }
.nav__burger[aria-expanded="true"] span:nth-child(1) { transform: translateY(7.5px) rotate(45deg); }
.nav__burger[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav__burger[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7.5px) rotate(-45deg); }
.mnav { position: fixed; inset: 72px 0 0; background: var(--navy-950); padding: 16px 28px calc(28px + env(safe-area-inset-bottom)); display: flex; flex-direction: column; overflow: auto; }
.mnav[hidden] { display: none; }
.mnav a { color: #fff; font-family: var(--display); font-size: 26px; padding: 14px 0; border-bottom: 1px solid var(--line-dark); }
.mnav a:hover { text-decoration: none; color: var(--gold-light); }
.mnav .btn { margin-top: 24px; border-bottom: 0; font-family: var(--font); font-size: 17px; }
@media (min-width: 1000px) { .nav__links { display: flex; } .nav__cta { display: inline-flex; } .nav__burger, .mnav { display: none !important; } }

/* ---------- פתיחה ---------- */
.hero { position: relative; overflow: hidden; color: #fff; background: var(--navy-950); padding: calc(72px + 40px) 0 0; }
.hero__bg { position: absolute; inset: 0; z-index: 0; overflow: hidden; }
.hero__bg img { width: 100%; height: 100%; object-fit: cover; object-position: 35% 60%; opacity: .22; filter: brightness(.75) saturate(.9); transform: scale(1.04); animation: heroDrift 40s ease-in-out infinite alternate; }
@keyframes heroDrift { to { transform: scale(1.1) translate(1.5%, -1%); } }
.hero::before { content: ''; position: absolute; inset: 0; z-index: 0; background: linear-gradient(270deg, rgba(11, 26, 79, .97) 0%, rgba(11, 26, 79, .88) 40%, rgba(11, 26, 79, .62) 70%, rgba(11, 26, 79, .7) 100%), linear-gradient(180deg, rgba(11, 26, 79, .85), transparent 35%, transparent 65%, rgba(11, 26, 79, .98)); }
.hero::after { content: ''; position: absolute; inset: 0; z-index: 0; opacity: .5; background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='160' height='160'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 .05 0'/></filter><rect width='100%' height='100%' filter='url(%23n)'/></svg>"); pointer-events: none; }
.hero__in { position: relative; display: grid; gap: 40px; padding-bottom: 56px; }
.hero__label { display: inline-flex; align-items: center; gap: 12px; font-size: 14px; font-weight: 700; letter-spacing: .14em; color: var(--gold-light); margin-bottom: 26px; }
.hero__label::before { content: ''; width: 8px; height: 8px; background: var(--gold); transform: rotate(45deg); }
.hero__logo { width: min(400px, 86%); height: auto; margin-bottom: 26px; filter: drop-shadow(0 6px 18px rgba(0, 0, 0, .35)); }
.hero__title { font-family: var(--display); line-height: 1.02; margin-bottom: 22px; }
.hero__title-sm { display: block; font-size: clamp(24px, 3.2vw, 38px); color: rgba(255, 255, 255, .8); margin-bottom: 6px; }
.hero__title-lg { display: block; font-size: clamp(42px, 6.6vw, 84px); }
.hero__title em { font-style: normal; color: var(--gold-light); }
.hero__lead { font-size: clamp(18px, 1.7vw, 22px); color: rgba(255, 255, 255, .78); max-width: 600px; margin-bottom: 34px; }
.hero__meta { display: grid; grid-template-columns: 1fr; margin: 0 0 32px; padding: 0; border-top: 1px solid var(--line-dark); }
.hero__meta-item { display: grid; grid-template-columns: 72px 1fr; gap: 10px; padding: 14px 0; border-bottom: 1px solid var(--line-dark); }
.hero__meta dt { font-size: 12px; font-weight: 700; letter-spacing: .14em; color: var(--cyan); text-transform: uppercase; padding-top: 5px; }
.hero__meta dd { margin: 0; }
.hero__meta strong { display: block; font-family: var(--display); font-size: 21px; font-weight: 400; }
.hero__meta span { font-size: 14px; color: rgba(255, 255, 255, .6); }
.hero__cta { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 28px; }
.hero__cta .btn { flex: 1 1 220px; }
.countdown { display: grid; gap: 14px; padding: 22px 0 0; border-top: 1px solid var(--line-dark); position: relative; }
.countdown::before { content: ''; position: absolute; top: -1px; inset-inline-start: 0; width: 72px; height: 1px; background: var(--gold); }
.countdown[hidden] { display: none; }
.countdown__label { font-size: 13px; color: rgba(255, 255, 255, .6); letter-spacing: .14em; font-weight: 700; text-transform: uppercase; }
.countdown__units { display: flex; align-items: flex-start; gap: 6px; direction: ltr; justify-content: flex-end; }
.countdown__u { display: flex; flex-direction: column; align-items: center; min-width: 64px; padding: 10px 6px 8px; border: 1px solid rgba(201, 162, 74, .3); background: linear-gradient(180deg, rgba(255, 255, 255, .05), rgba(255, 255, 255, 0)); position: relative; }
.countdown__u::after { content: ''; position: absolute; inset-inline: 0; top: 50%; height: 1px; background: rgba(11, 26, 79, .55); }
.countdown__u b { font-family: var(--display); font-size: clamp(34px, 4vw, 46px); font-weight: 400; line-height: 1; color: var(--gold-light); font-variant-numeric: tabular-nums; letter-spacing: .02em; position: relative; z-index: 1; }
.countdown__u span { font-size: 11px; color: rgba(255, 255, 255, .55); margin-top: 6px; letter-spacing: .14em; font-weight: 700; }
.countdown__u--s b { color: var(--cyan); }
.countdown__sep { font-family: var(--display); font-style: normal; font-size: 30px; line-height: 1; color: rgba(201, 162, 74, .5); padding-top: 12px; animation: blink 1s steps(1) infinite; }
@keyframes blink { 50% { opacity: .2; } }
.countdown__u b.tick { animation: tickIn .35s var(--ease); }
@keyframes tickIn { from { transform: translateY(-6px); opacity: .3; } to { transform: none; opacity: 1; } }
@media (min-width: 900px) { .countdown__units { justify-content: flex-start; gap: 10px; } .countdown__u { min-width: 88px; padding: 14px 10px 10px; } }
@media (prefers-reduced-motion: reduce) { .countdown__sep, .countdown__u b.tick { animation: none; } }

/* פורטרטים בפתיחה */
.hero__visual { position: relative; min-height: 380px; }
.hero__date { position: absolute; inset-inline-start: 0; top: 0; font-family: var(--display); font-size: clamp(110px, 18vw, 220px); line-height: .85; color: transparent; -webkit-text-stroke: 1px rgba(255, 255, 255, .1); user-select: none; pointer-events: none; direction: ltr; text-align: right; }
.hero__date small { display: block; font-size: .36em; -webkit-text-stroke: 1px rgba(201, 162, 74, .35); }
.hero__people { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; align-items: end; padding-top: 60px; }
.hp { text-align: center; }
.hp__img { width: 100%; max-width: 190px; height: auto; aspect-ratio: 1; border-radius: 50%; object-fit: cover; margin: 0 auto 12px; box-shadow: 0 0 0 3px var(--navy-950), 0 0 0 5px var(--gold), 0 30px 60px -20px rgba(0, 0, 0, .8); }
@media (min-width: 900px) { .hp--host { transform: translateY(-36px); } }
.hp--host .hp__img { max-width: 230px; }
.hp__role { display: block; font-size: 12px; letter-spacing: .12em; color: var(--gold-light); font-weight: 700; text-transform: uppercase; }
.hp__name { font-family: var(--display); font-size: 20px; margin: 4px 0 2px; }
.hp__bio { font-size: 13px; color: rgba(255, 255, 255, .6); margin: 0; }
@media (min-width: 900px) {
  .hero { padding-top: calc(72px + 64px); min-height: 92svh; display: flex; align-items: center; }
  .hero__in { grid-template-columns: 1.05fr .95fr; gap: 64px; align-items: center; padding-bottom: 72px; }
  .hero__meta { grid-template-columns: repeat(3, 1fr); border-top: 0; gap: 0 24px; }
  .hero__meta-item { grid-template-columns: 1fr; gap: 6px; border-top: 1px solid var(--line-dark); border-bottom: 0; padding: 16px 0 0; }
  .hero__cta .btn { flex: 0 0 auto; }
  .hero__visual { min-height: 520px; }
  .hero__people { padding-top: 120px; gap: 20px; }
}

/* ---------- טיקר ---------- */
.ticker { background: var(--gold); color: var(--navy-950); overflow: hidden; border-block: 1px solid var(--gold-deep); }
.ticker__track { display: flex; width: max-content; animation: ticker 70s linear infinite; }
.ticker__track:hover { animation-play-state: paused; }
.ticker span { padding: 12px 0; font-family: var(--display); font-size: 16px; letter-spacing: .04em; white-space: nowrap; }
.ticker span::after { content: '◆'; font-size: 8px; vertical-align: middle; margin: 0 28px; opacity: .6; }
@keyframes ticker { to { transform: translateX(50%); } }
@media (prefers-reduced-motion: reduce) { .ticker__track { animation: none; } }

/* ---------- סקשנים ---------- */
.sec { padding: 80px 0; }
.sec--tint { background: var(--paper-2); }
.sec--dark { background: linear-gradient(180deg, var(--navy-950), #081540); color: #fff; }
.sec--dark .h2 { color: #fff; }
.sec--dark .lead { color: rgba(255, 255, 255, .75); }
.sec__head { max-width: 760px; margin-bottom: 40px; }
.sec__head--center { margin-inline: auto; text-align: center; }
.sec__head--center .eyebrow { justify-content: center; }
.sec__two { display: grid; gap: 32px; }
@media (min-width: 900px) { .sec { padding: 120px 0; } .sec__head { margin-bottom: 56px; } .sec__two { grid-template-columns: 5fr 7fr; gap: 72px; align-items: start; } }

/* על הוועידה */
.about__stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 36px; padding-top: 28px; border-top: 1px solid var(--line); }
.stat b { display: block; white-space: nowrap; font-family: var(--display); font-size: clamp(26px, 3vw, 40px); font-weight: 400; color: var(--navy-700); line-height: 1; }
.stat span { display: block; font-size: 14px; color: var(--muted); margin-top: 6px; }
.themes { display: grid; margin-top: 28px; border-top: 1px solid var(--line); }
.themes li { display: grid; grid-template-columns: 44px 1fr; gap: 12px; padding: 18px 0; border-bottom: 1px solid var(--line); align-items: baseline; }
.themes li i { font-family: var(--display); font-style: normal; font-size: 15px; color: var(--gold-deep); }
.themes li b { display: block; font-weight: 700; font-size: 18px; }
.themes li span { color: var(--ink-2); font-size: 16px; }

/* קהל יעד - שורות ממוספרות */
.aud { border-top: 1px solid var(--line); }
.aud li { display: grid; grid-template-columns: 56px 1fr; gap: 14px; padding: 24px 0; border-bottom: 1px solid var(--line); align-items: start; }
.aud li i { font-family: var(--display); font-style: normal; font-size: 24px; color: var(--gold); line-height: 1.2; }
.aud h3 { font-family: var(--display); font-size: 22px; margin-bottom: 4px; }
.aud p { margin: 0; color: var(--ink-2); font-size: 16px; }
@media (min-width: 900px) { .aud { display: grid; grid-template-columns: 1fr 1fr; gap: 0 56px; } .aud li { grid-template-columns: 64px 1fr; padding: 28px 0; } }

/* מה מחכה לכם */
.feats { display: grid; }
.feat { padding: 26px 0; border-top: 1px solid var(--line); }
.feat__num { font-family: var(--display); font-size: 15px; color: var(--gold-deep); letter-spacing: .1em; display: block; margin-bottom: 10px; }
.feat h3 { font-family: var(--display); font-size: 24px; margin-bottom: 8px; }
.feat p { margin: 0; color: var(--ink-2); }
@media (min-width: 900px) { .feats { grid-template-columns: repeat(3, 1fr); gap: 48px; } .feat { padding-top: 28px; border-top: 1px solid var(--navy-700); } }

/* רגעים מהוועידה - פס תמונות */
.sec--moments { padding-bottom: 56px; overflow: hidden; }
.sec--moments .lead { max-width: 560px; margin-inline: auto; }
.strip-wrap { margin-top: 8px; }
.strip-track { display: flex; gap: 14px; width: max-content; padding-inline: 20px; animation: stripMove 55s linear infinite; }
.strip-track:hover { animation-play-state: paused; }
.strip-track figure { margin: 0; position: relative; flex: 0 0 520px; aspect-ratio: 3 / 2; overflow: hidden; border-radius: 6px; background: var(--paper-2); }
.strip-track img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--ease); }
.strip-track figure:hover img { transform: scale(1.04); }
.strip-track figcaption { position: absolute; inset-inline-start: 14px; bottom: 12px; padding: 4px 12px; background: rgba(11, 26, 79, .75); color: var(--gold-light); font-size: 13px; font-weight: 700; letter-spacing: .08em; backdrop-filter: blur(6px); }
@keyframes stripMove { to { transform: translateX(50%); } }
@media (prefers-reduced-motion: reduce) { .strip-track { animation: none; } }
@media (max-width: 899px) {
  .sec--moments { padding-bottom: 40px; }
  .strip-wrap { overflow-x: auto; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch; scrollbar-width: none; }
  .strip-wrap::-webkit-scrollbar { display: none; }
  .strip-track { animation: none; gap: 10px; padding-inline: 20px; }
  .strip-track figure { flex: 0 0 84vw; scroll-snap-align: center; }
}

/* ---------- תוכנית ---------- */
.program__soon { position: relative; border: 1px solid var(--line-dark); padding: 36px 24px; text-align: center; background: linear-gradient(180deg, rgba(255, 255, 255, .03), transparent); }
.program__soon::before, .program__soon::after { content: ''; position: absolute; width: 14px; height: 14px; border: 1px solid var(--gold); }
.program__soon::before { top: -1px; inset-inline-start: -1px; border-inline-end: 0; border-bottom: 0; }
.program__soon::after { bottom: -1px; inset-inline-end: -1px; border-inline-start: 0; border-top: 0; }
.program__days { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: var(--line-dark); border: 1px solid var(--line-dark); margin-bottom: 28px; }
.program__day { padding: 18px 10px; background: var(--navy-950); }
.program__dnum { display: block; font-family: var(--display); font-size: 30px; color: var(--gold-light); line-height: 1; }
.program__dname { display: block; font-size: 13px; color: rgba(255, 255, 255, .6); margin-top: 4px; letter-spacing: .06em; }
.program__notice { font-family: var(--display); font-size: clamp(21px, 2.6vw, 28px); margin: 0 0 8px; }
.program__sub { margin: 0; color: rgba(255, 255, 255, .6); font-size: 15px; }
.program__foot { margin: 32px 0 0; text-align: center; color: rgba(255, 255, 255, .65); }
.program__foot a { color: var(--gold-light); font-weight: 700; }
@media (min-width: 720px) { .program__days { grid-template-columns: repeat(4, 1fr); } .program__soon { padding: 48px; } }

/* לוח תוכנית (2026 לדוגמה / 2027 כשתפורסם) */
.agenda { margin-top: 64px; }
.agenda__head { display: flex; flex-wrap: wrap; align-items: end; justify-content: space-between; gap: 12px 24px; margin-bottom: 28px; padding-bottom: 20px; border-bottom: 1px solid var(--gold); }
.agenda__title { font-family: var(--display); font-size: clamp(26px, 3.4vw, 38px); }
.agenda__note { font-size: 14px; color: rgba(255, 255, 255, .6); max-width: 520px; margin: 0; }
.tabs { display: flex; gap: 4px; overflow: auto; -webkit-overflow-scrolling: touch; scrollbar-width: none; margin-bottom: 32px; border-bottom: 1px solid var(--line-dark); }
.tabs::-webkit-scrollbar { display: none; }
.tab { flex: 0 0 auto; background: none; border: 0; border-bottom: 2px solid transparent; color: rgba(255, 255, 255, .6); padding: 12px 18px; cursor: pointer; font-weight: 700; font-size: 15px; transition: color .2s, border-color .2s; margin-bottom: -1px; }
.tab b { display: block; font-family: var(--display); font-weight: 400; font-size: 22px; color: inherit; }
.tab[aria-selected="true"] { color: #fff; border-color: var(--gold); }
.tab[aria-selected="true"] b { color: var(--gold-light); }
.tab:hover { color: #fff; }
.day[hidden] { display: none; }
.sess { display: grid; grid-template-columns: 1fr; gap: 6px 24px; padding: 20px 0; border-bottom: 1px solid var(--line-dark); }
.sess__time { font-family: var(--display); font-size: 20px; color: var(--cyan); direction: ltr; text-align: end; line-height: 1.3; font-variant-numeric: tabular-nums; }
.sess__body { min-width: 0; }
.sess__title { font-size: 18px; font-weight: 700; }
.sess--major .sess__title { font-family: var(--display); font-weight: 400; font-size: clamp(22px, 2.4vw, 28px); }
.sess__type { display: inline-block; font-size: 12px; letter-spacing: .1em; color: var(--gold-light); border: 1px solid rgba(230, 205, 133, .35); padding: 2px 10px; margin-inline-start: 10px; vertical-align: middle; font-weight: 700; }
.sess__chair { margin: 6px 0 0; font-size: 15px; color: rgba(255, 255, 255, .65); }
.sess__chair b { color: #fff; font-weight: 700; }
.sess__desc { margin: 6px 0 0; color: rgba(255, 255, 255, .7); font-size: 15px; }
.sess--major { padding: 32px 0; }
.speakers { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px 14px; margin-top: 24px; }
.spk { text-align: center; }
.spk__img { width: 96px; height: 96px; border-radius: 50%; object-fit: cover; margin: 0 auto 10px; box-shadow: 0 0 0 2px var(--navy-950), 0 0 0 4px var(--gold); background: var(--navy-800); }
.spk__ph { display: grid; place-items: center; font-family: var(--display); font-size: 26px; color: var(--gold-light); }
.spk__name { font-family: var(--display); font-size: 17px; line-height: 1.2; }
.spk__title { display: block; font-size: 13px; color: rgba(255, 255, 255, .62); margin-top: 3px; line-height: 1.35; }
.spk--chair .spk__img { box-shadow: 0 0 0 2px var(--navy-950), 0 0 0 4px var(--cyan); }
.spk--chair .spk__name::after { content: 'מנחה'; display: block; font-family: var(--font); font-size: 11px; letter-spacing: .12em; color: var(--cyan); margin-top: 3px; font-weight: 700; }
@media (min-width: 640px) { .speakers { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 900px) {
  .sess { grid-template-columns: 150px 1fr; padding: 24px 0; }
  .sess__time { text-align: start; }
  .speakers { grid-template-columns: repeat(5, 1fr); gap: 28px 18px; }
  .spk__img { width: 112px; height: 112px; }
}

/* גלריית מרצים */
.gallery-spk { margin-top: 72px; }
.sgroup { padding: 28px 0 8px; }
.sgroup + .sgroup { border-top: 1px solid var(--gold); margin-top: 20px; padding-top: 36px; }
.sgroup__t { font-family: var(--display); font-size: clamp(20px, 2.4vw, 26px); text-align: center; margin-bottom: 8px; color: var(--gold-light); }
.speakers--gallery { margin-top: 20px; }
.spk__topic { display: block; font-size: 12.5px; color: var(--cyan); margin-top: 4px; line-height: 1.35; }
@media (min-width: 900px) { .speakers--gallery { grid-template-columns: repeat(6, 1fr); } .speakers--gallery .spk__img { width: 120px; height: 120px; } }

/* מנחה ומשתתפים */
.people { display: grid; gap: 28px 20px; grid-template-columns: 1fr; margin-bottom: 8px; }
.person { text-align: center; }
.person__avatar { width: 160px; height: 160px; border-radius: 50%; object-fit: cover; margin: 0 auto 16px; box-shadow: 0 0 0 4px #fff, 0 0 0 6px var(--gold), 0 24px 40px -24px rgba(11, 23, 51, .5); }
.person__avatar--txt { display: grid; place-items: center; font-family: var(--display); font-size: 42px; color: #fff; background: var(--navy-700); }
.person__role { font-size: 12px; letter-spacing: .14em; color: var(--gold-deep); font-weight: 700; text-transform: uppercase; }
.person__name { font-family: var(--display); font-size: 26px; margin: 4px 0 2px; }
.person__bio { margin: 0; color: var(--ink-2); font-size: 15px; }
@media (min-width: 720px) { .people { grid-template-columns: repeat(3, 1fr); max-width: 900px; margin-inline: auto; } }
.credits { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 14px 36px; margin-top: 44px; padding-top: 28px; border-top: 1px solid var(--line); }
.credits__content { margin: 0; color: var(--ink-2); font-size: 15px; font-weight: 700; }
.credits__partner img { height: 34px; width: auto; }
.credits__partner:not([href]) { cursor: default; }

/* ---------- מיקום ולינה ---------- */
.venue__grid { display: grid; gap: 36px; margin-bottom: 64px; }
.gallery { display: grid; grid-template-columns: 2fr 1fr; grid-template-rows: 200px 160px; gap: 8px; }
.gallery img { width: 100%; height: 100%; object-fit: cover; }
.gallery figure { margin: 0; overflow: hidden; }
.gallery figure:first-child { grid-row: span 2; }
.gallery__cap { font-size: 13px; color: var(--muted); margin: 10px 0 0; }
.facts { display: grid; margin: 24px 0; border-top: 1px solid var(--line); }
.facts li { display: grid; grid-template-columns: 110px 1fr; gap: 12px; padding: 12px 0; border-bottom: 1px solid var(--line); font-size: 15.5px; }
.facts b { color: var(--navy-700); font-weight: 700; }
.facts span { color: var(--ink-2); }
@media (min-width: 900px) { .venue__grid { grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; } .gallery { grid-template-rows: 260px 200px; } }

.lodging { background: #fff; border: 1px solid var(--line); padding: 28px 20px; position: relative; }
.lodging::before { content: ''; position: absolute; inset-inline: 0; top: 0; height: 3px; background: linear-gradient(90deg, var(--gold), var(--gold-light), var(--gold)); }
.lodging__head { margin-bottom: 24px; }
.lodging__grid { display: grid; gap: 28px; }
.ptable__t { font-family: var(--display); font-size: 18px; color: var(--navy-700); margin-bottom: 10px; padding-bottom: 8px; border-bottom: 1px solid var(--navy-700); }
.ptable--up .ptable__t { color: var(--gold-deep); border-color: var(--gold); }
.ptable table { width: 100%; border-collapse: collapse; font-size: 15.5px; }
.ptable th, .ptable td { text-align: start; padding: 11px 4px; border-bottom: 1px solid var(--line); vertical-align: top; }
.ptable thead th { font-size: 12px; color: var(--muted); font-weight: 700; letter-spacing: .08em; padding-top: 0; }
.ptable tbody th { font-weight: 600; color: var(--ink); }
.ptable td { text-align: end; font-family: var(--display); font-size: 17px; white-space: nowrap; color: var(--navy-700); direction: ltr; }
.ptable--up td { color: var(--gold-deep); }
.ptable--up td::before { content: '+ '; }
.notes { margin-top: 22px; display: grid; gap: 6px; }
.notes li { position: relative; padding-inline-start: 16px; font-size: 13.5px; color: var(--muted); }
.notes li::before { content: '·'; position: absolute; inset-inline-start: 2px; font-weight: 800; }
@media (min-width: 800px) { .lodging { padding: 40px; } .lodging__grid { grid-template-columns: 1.15fr 1fr; gap: 48px; } }

/* ---------- הרשמה ---------- */
.reg { display: grid; gap: 24px; }
.reg__price { background: linear-gradient(160deg, var(--navy-900), var(--navy-950)); color: #fff; padding: 36px 26px; position: relative; }
.reg__price::before { content: ''; position: absolute; inset: 12px; border: 1px solid rgba(201, 162, 74, .35); pointer-events: none; }
.reg__label { display: block; font-size: 12px; letter-spacing: .14em; color: var(--cyan); font-weight: 700; text-transform: uppercase; }
.reg__amount { display: block; font-family: var(--display); font-size: clamp(52px, 8vw, 84px); line-height: 1.05; color: var(--gold-light); margin: 8px 0 0; direction: ltr; text-align: end; }
.reg__per { display: block; color: rgba(255, 255, 255, .6); margin-bottom: 24px; }
.reg__inc { display: grid; gap: 10px; margin-bottom: 28px; padding-top: 22px; border-top: 1px solid var(--line-dark); }
.reg__inc li { position: relative; padding-inline-start: 26px; font-size: 16px; color: rgba(255, 255, 255, .9); }
.reg__inc li::before { content: '◆'; position: absolute; inset-inline-start: 0; top: 7px; font-size: 9px; color: var(--gold); }
.reg__small { margin: 14px 0 0; font-size: 13px; color: rgba(255, 255, 255, .5); }
.reg__side { display: grid; gap: 20px; align-content: start; }
.box { border: 1px solid var(--line); padding: 26px; background: #fff; }
.box p { color: var(--ink-2); font-size: 15.5px; }
.box--terms { background: var(--paper-2); }
.terms-sum { display: grid; gap: 8px; margin: 12px 0 20px; }
.terms-sum li { position: relative; padding-inline-start: 16px; font-size: 14px; color: var(--ink-2); line-height: 1.55; }
.terms-sum li::before { content: ''; position: absolute; inset-inline-start: 0; top: 9px; width: 6px; height: 6px; background: var(--gold); }
@media (min-width: 900px) { .reg { grid-template-columns: 1fr 1fr; gap: 40px; align-items: start; } .reg__price { padding: 48px; } }

/* ---------- שאלות ---------- */
.faq__item { border-bottom: 1px solid var(--line); }
.faq__item:first-child { border-top: 1px solid var(--line); }
.faq__item h3 { margin: 0; font-size: inherit; }
.faq__q { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 20px 4px; background: none; border: 0; text-align: start; font-family: var(--display); font-size: 19px; color: var(--ink); cursor: pointer; }
.faq__q svg { flex: 0 0 22px; width: 22px; height: 22px; fill: none; stroke: var(--gold-deep); stroke-width: 1.5; transition: transform .3s var(--ease); }
.faq__q[aria-expanded="true"] svg { transform: rotate(45deg); }
.faq__a { padding: 0 4px 22px; color: var(--ink-2); }
.faq__a p { margin: 0; }
.faq__a[hidden] { display: none; }

/* ---------- יצירת קשר ---------- */
.contact { display: grid; gap: 32px; margin-bottom: 56px; }
.contact__hours { color: rgba(255, 255, 255, .65); margin: 0; }
.contact__list { display: grid; border-top: 1px solid var(--line-dark); }
.contact__list li { display: grid; grid-template-columns: 120px 1fr; align-items: center; gap: 10px; padding: 16px 0; border-bottom: 1px solid var(--line-dark); }
.contact__k { font-size: 12px; color: var(--cyan); letter-spacing: .12em; font-weight: 700; text-transform: uppercase; }
.contact__list a { color: #fff; font-family: var(--display); font-size: 20px; text-align: right; justify-self: start; }
.contact__list a:hover { color: var(--gold-light); text-decoration: none; }
.final { text-align: center; padding: 44px 24px; border: 1px solid rgba(201, 162, 74, .4); position: relative; }
.final::before { content: ''; position: absolute; inset: 6px; border: 1px solid rgba(201, 162, 74, .2); pointer-events: none; }
.final__t { font-family: var(--display); font-size: clamp(22px, 3vw, 32px); margin-bottom: 20px; }
@media (min-width: 900px) { .contact { grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; } }

/* ---------- פוטר ---------- */
.foot { background: #071238; color: rgba(255, 255, 255, .65); padding: 44px 0 calc(130px + env(safe-area-inset-bottom)); border-top: 1px solid var(--line-dark); font-size: 14px; }
.foot__in { display: grid; gap: 22px; }
.foot__brand { display: flex; align-items: center; gap: 12px; color: #fff; }
.foot__brand strong { display: block; font-family: var(--display); font-weight: 400; font-size: 16px; }
.foot__brand span { font-size: 13px; color: rgba(255, 255, 255, .5); }
.foot__nav, .foot__legal { display: flex; flex-wrap: wrap; gap: 6px 22px; }
.foot__nav a, .foot__legal a { color: rgba(255, 255, 255, .72); }
.foot__nav a:hover, .foot__legal a:hover { color: var(--gold-light); }
.foot__org { margin: 0; color: rgba(255, 255, 255, .42); }
.brandy-credit { display: inline-flex; align-items: center; gap: 10px; color: rgba(255, 255, 255, .5); font-size: 13px; }
.brandy-credit img { height: 20px; width: auto; opacity: .85; filter: brightness(0) invert(1); }
.brandy-credit:hover { text-decoration: none; color: #fff; }
@media (max-width: 899px) { .foot__in { padding-inline-end: 52px; } }
@media (min-width: 900px) { .foot { padding-bottom: 44px; } }

/* כפתור צף למובייל */
.mbar { position: fixed; inset-inline: 0; bottom: 0; z-index: 80; padding: 10px 16px calc(10px + env(safe-area-inset-bottom)); background: rgba(11, 26, 79, .94); backdrop-filter: blur(10px); border-top: 1px solid var(--line-dark); transition: transform .3s var(--ease); }
.mbar--hide { transform: translateY(110%); }
@media (min-width: 900px) { .mbar { display: none; } }

/* חשיפה */
.reveal { opacity: 0; transform: translateY(16px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
.reveal.is-in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; transition: none; } }

.bt-cookie { font-family: var(--font); }

/* =====================================================================
   אפקטים (effects.js) - כולם מכובים ב-prefers-reduced-motion וב-html.a11y-motion
   ===================================================================== */
.hero__fx { position: absolute; inset: 0; width: 100%; height: 100%; pointer-events: none; opacity: .7; z-index: 0; }
.hero .wrap { position: relative; z-index: 1; }
.progress { position: fixed; top: 0; inset-inline: 0; height: 2px; z-index: 95; background: linear-gradient(90deg, var(--gold-light), var(--gold)); transform-origin: right; transform: scaleX(0); pointer-events: none; }

/* חשיפת מילים */
.words .w { display: inline-block; overflow: hidden; vertical-align: bottom; padding-bottom: .06em; margin-bottom: -.06em; }
.words .w i { display: inline-block; font-style: inherit; transform: translateY(110%); transition: transform .7s var(--ease); transition-delay: inherit; }
.words--in .w i { transform: none; }
.hero__title-lg.words .w i { transition-duration: .9s; }
.hero__title-lg.words { }
.reveal.is-in .hero__title-lg.words .w i, .hero__title.is-in .hero__title-lg .w i { transform: none; }

/* ספוטלייט */
.spot { position: relative; }
.spot::after { content: ''; position: absolute; inset: 0; pointer-events: none; background: radial-gradient(520px circle at var(--mx, 50%) var(--my, 50%), rgba(201, 162, 74, .09), transparent 60%); opacity: 0; transition: opacity .5s; z-index: 0; }
.spot:hover::after { opacity: 1; }
.spot > .wrap, .reg__price > * { position: relative; z-index: 1; }

/* כפתור זהב - ברק */
.btn--gold { position: relative; overflow: hidden; }
.btn--gold::before { content: ''; position: absolute; top: -40%; bottom: -40%; width: 40%; inset-inline-start: -60%; background: linear-gradient(105deg, transparent, rgba(255, 255, 255, .55), transparent); transform: skewX(-18deg); transition: inset-inline-start .7s var(--ease); }
.btn--gold:hover::before { inset-inline-start: 130%; }
.magnet { transition: transform .25s var(--ease), background .2s; will-change: transform; }

/* פורטרטים - ריחוף */
.spk { transition: transform .35s var(--ease); }
.spk:hover { transform: translateY(-6px); }
.spk__img { transition: box-shadow .35s var(--ease), transform .35s var(--ease); }
.spk:hover .spk__img { box-shadow: 0 0 0 2px var(--navy-950), 0 0 0 4px var(--gold-light), 0 18px 40px -14px rgba(201, 162, 74, .7); }
.hp__img, .person__avatar { transition: transform .5s var(--ease), box-shadow .5s var(--ease); }
.hp:hover .hp__img { transform: scale(1.04); box-shadow: 0 0 0 3px var(--navy-950), 0 0 0 5px var(--gold-light), 0 40px 70px -20px rgba(201, 162, 74, .45); }
.person:hover .person__avatar { transform: scale(1.04); }
.gallery figure img { will-change: transform; transform: translate3d(0, 0, 0); transition: filter .5s; }
.gallery figure:hover img { filter: saturate(1.15); }

/* טאבים דביקים בתוכנית */
.tabs { position: sticky; top: 72px; z-index: 5; background: var(--navy-950); }

/* כרטיסי קהל - קו זהב שגדל */
.aud li { position: relative; }
.aud li::after { content: ''; position: absolute; bottom: -1px; inset-inline-start: 0; height: 1px; width: 0; background: var(--gold); transition: width .6s var(--ease); }
.aud li:hover::after { width: 100%; }

@media (prefers-reduced-motion: reduce) {
  .hero__bg img { animation: none; }
  .words .w i { transform: none !important; transition: none; }
  .btn--gold::before, .progress { display: none; }
  .spk, .spk__img, .hp__img, .person__avatar, .magnet { transition: none; }
}
html.a11y-motion .hero__fx { display: none; }
html.a11y-motion .words .w i { transform: none !important; }


/* =====================================================================
   שכבת מובייל - קלילה, קצרה, עם אינטראקציות מגע (עד 899px)
   ===================================================================== */
.mtoggle { display: none; }
@media (max-width: 899px) {
  body { font-size: 17px; }
  .sec { padding: 56px 0; }
  .sec__head { margin-bottom: 26px; }
  .h2 { font-size: clamp(28px, 8vw, 34px); margin-bottom: 12px; }

  /* פתיחה קומפקטית */
  .hero { padding-top: calc(72px + 24px); }
  .hero__bg img { opacity: .2; animation: none; object-position: 50% 55%; }
  .hero::before { background: linear-gradient(180deg, rgba(11, 26, 79, .9), rgba(11, 26, 79, .8) 40%, rgba(11, 26, 79, .98)); }
  .hero__in { gap: 20px; padding-bottom: 28px; }
  .hero__label { margin-bottom: 16px; font-size: 12px; }
  .hero__logo { width: 200px; margin-bottom: 18px; }
  .hero__title { margin-bottom: 14px; }
  .hero__title-lg { font-size: clamp(38px, 11vw, 46px); }
  .hero__lead { font-size: 16px; margin-bottom: 20px; }
  .hero__meta { grid-template-columns: repeat(3, 1fr); gap: 8px; border-top: 0; margin-bottom: 18px; }
  .hero__meta-item { grid-template-columns: 1fr; gap: 2px; padding: 10px 10px; border: 1px solid var(--line-dark); border-radius: 6px; background: rgba(255, 255, 255, .03); }
  .hero__meta dt { font-size: 10px; padding: 0; }
  .hero__meta strong { font-size: 15px; }
  .hero__meta span { font-size: 12px; }
  .hero__cta { gap: 10px; margin-bottom: 18px; }
  .hero__cta .btn { flex: 1 1 45%; min-height: 52px; padding: 0 14px; font-size: 15px; }
  .countdown { padding-top: 16px; gap: 10px; }
  .countdown__units { justify-content: space-between; gap: 4px; }
  .countdown__u { min-width: 0; flex: 1; padding: 8px 4px 6px; }
  .countdown__u b { font-size: 28px; }
  .countdown__sep { font-size: 22px; padding-top: 10px; }
  .hero__visual { min-height: 0; }
  .hero__date { display: none; }
  .hero__people { padding: 0; gap: 8px; align-items: start; }
  .hp__img { max-width: 84px; }
  .hp--host .hp__img { max-width: 96px; }
  .hp__role { font-size: 9px; letter-spacing: .08em; }
  .hp__name { font-size: 15px; margin: 2px 0 0; }
  .hp__bio { display: none; }
  .ticker span { font-size: 14px; padding: 9px 0; }

  /* על הוועידה - תמציתי */
  .about__stats { margin-top: 22px; padding-top: 18px; }
  .prose p:not(.lead) { display: none; }
  .themes li { padding: 12px 0; }
  .themes li span { font-size: 15px; }

  /* קהל יעד - קרוסלה בהחלקה */
  .aud { display: flex; gap: 10px; overflow-x: auto; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch; scrollbar-width: none; border: 0; padding: 4px 0 8px; margin-inline: -20px; padding-inline: 20px; }
  .aud::-webkit-scrollbar { display: none; }
  .aud li { flex: 0 0 76%; scroll-snap-align: start; grid-template-columns: 1fr; gap: 6px; padding: 18px; border: 1px solid var(--line); background: #fff; border-radius: 8px; }
  .aud li::after { display: none; }
  .aud li i { font-size: 18px; }
  .aud h3 { font-size: 20px; }

  /* מה מחכה לכם + על הבמה - מוסתרים במובייל (הפרטים כבר בפתיחה ובתוכנית) */
  #expect, #people { display: none; }

  /* תוכנית - רק המושבים, לו"ז מלא בלחיצה */
  .agenda { margin-top: 0; }
  .agenda__head { margin-bottom: 18px; }
  .agenda__note { font-size: 13px; }
  .tabs { top: 72px; margin-bottom: 14px; }
  .tab { padding: 10px 12px; font-size: 13px; }
  .tab b { font-size: 18px; }
  .sess:not(.sess--major) { display: none; }
  [data-days].is-full .sess:not(.sess--major) { display: grid; }
  .sess--major { padding: 20px 0; }
  .sess__time { font-size: 17px; text-align: start; }
  .sess__desc { display: none; }
  .sess__type { display: none; }
  .speakers, .speakers--gallery { display: flex; gap: 12px; overflow-x: auto; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch; scrollbar-width: none; margin-inline: -20px; padding: 6px 20px 10px; }
  .speakers::-webkit-scrollbar { display: none; }
  .spk { flex: 0 0 124px; scroll-snap-align: start; }
  .spk__img { width: 92px; height: 92px; }
  .spk__name { font-size: 15px; }
  .spk__title, .spk__topic { font-size: 12px; }
  .gallery-spk { margin-top: 40px; }
  .sgroup { padding: 18px 0 4px; }
  .sgroup + .sgroup { margin-top: 10px; padding-top: 22px; }
  .program__foot { margin-top: 18px; font-size: 15px; }

  /* מיקום - גלריה בהחלקה, מחירון מקופל */
  .venue__grid { gap: 22px; margin-bottom: 28px; }
  .gallery { display: flex; gap: 8px; overflow-x: auto; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch; scrollbar-width: none; margin-inline: -20px; padding-inline: 20px; grid-template-rows: none; }
  .gallery::-webkit-scrollbar { display: none; }
  .gallery figure { flex: 0 0 84%; height: 210px; scroll-snap-align: center; border-radius: 8px; }
  .gallery figure:first-child { grid-row: auto; }
  .facts li { grid-template-columns: 90px 1fr; font-size: 14.5px; padding: 10px 0; }
  .lodging { padding: 8px 16px 16px; }
  .lodging__head { margin: 14px 0 6px; }
  .lodging__head .h3 { font-size: 20px; }
  .lodging__grid, .lodging .notes { display: none; }
  .lodging.is-open .lodging__grid { display: grid; margin-top: 12px; }
  .lodging.is-open .notes { display: grid; }
  .box--terms .terms-sum { display: none; }
  .box--terms.is-open .terms-sum { display: grid; }
  .box { padding: 20px; }
  .reg__price { padding: 28px 20px; }
  .reg__amount { font-size: 56px; }

  .mtoggle { display: flex; width: 100%; align-items: center; justify-content: space-between; gap: 10px; min-height: 48px; padding: 10px 0; background: none; border: 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); font-weight: 700; font-size: 15px; color: var(--navy-700); cursor: pointer; text-align: start; }
  .mtoggle svg { width: 20px; height: 20px; fill: none; stroke: var(--gold-deep); stroke-width: 2; transition: transform .3s var(--ease); flex: 0 0 20px; }
  .mtoggle[aria-expanded="true"] svg { transform: rotate(180deg); }
  .sec--dark .mtoggle { color: var(--gold-light); border-color: var(--line-dark); margin: 0 0 8px; }
  .sec--dark .mtoggle svg { stroke: var(--gold-light); }

  /* יצירת קשר - כפתורי מגע */
  .contact { gap: 18px; margin-bottom: 28px; }
  .contact__list { border: 0; display: grid; gap: 10px; }
  .contact__list li { grid-template-columns: 1fr; gap: 4px; padding: 14px 16px; border: 1px solid var(--line-dark); border-radius: 8px; background: rgba(255, 255, 255, .04); }
  .contact__list a { font-size: 18px; }
  .final { padding: 28px 18px; }
  .final__t { font-size: 20px; }
  .faq__q { font-size: 17px; padding: 16px 2px; }

  /* פוטר */
  .foot { padding-top: 32px; }

  /* סרגל תחתון: חיוג · הרשמה · שיתוף */
  .mbar { display: flex; align-items: center; gap: 10px; }
  .mbar .btn { flex: 1; min-height: 50px; }
  .mbar__ico { flex: 0 0 50px; height: 50px; display: grid; place-items: center; border: 1px solid rgba(201, 162, 74, .5); border-radius: 4px; background: rgba(255, 255, 255, .04); color: var(--gold-light); cursor: pointer; }
  .mbar__ico[hidden] { display: none; }
  .mbar__ico svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
  .mbar__ico:active, .btn:active { transform: scale(.97); }
}
@media (max-width: 360px) {
  .hero__meta { grid-template-columns: 1fr 1fr; }
  .hero__cta .btn { flex-basis: 100%; }
  .countdown__u b { font-size: 24px; }
}
