/* Smart Vision Summit Egypt — Ultra Prime Front-End V5.0.0 RC1
   Front-end only. No backend, routes, DB, forms, auth, APIs, or admin logic changed. */
:root{
  --ink:#101317;--ink-2:#171b20;--paper:#f6f3ee;--paper-2:#ede8df;--white:#fff;
  --muted:#6d737b;--line:rgba(16,19,23,.12);--line-dark:rgba(255,255,255,.16);
  --gold:#c79a47;--gold-2:#e4c989;--red:#e22f3b;--green:#16a36a;
  --radius:18px;--radius-lg:28px;--shadow:0 18px 60px rgba(16,19,23,.12);
  --shell:min(1180px,calc(100vw - 32px));--header:72px;
  --font-en:"Inter",system-ui,-apple-system,"Segoe UI",Arial,sans-serif;
  --font-ar:"IBM Plex Sans Arabic","Tahoma","Arial",sans-serif;
}
*{box-sizing:border-box}html{scroll-behavior:smooth;background:var(--paper)}body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--font-en);font-size:15px;line-height:1.65;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;overflow-x:hidden}html[dir="rtl"] body{font-family:var(--font-ar);font-size:14.5px}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{cursor:pointer}.shell{width:var(--shell);margin-inline:auto}.skip-link{position:fixed;top:8px;left:8px;z-index:9999;padding:10px 14px;background:#fff;color:#111;border-radius:10px;transform:translateY(-150%)}.skip-link:focus{transform:none}
::selection{background:var(--gold-2);color:#111}.eyebrow{margin:0 0 10px;font-size:11px;line-height:1.2;letter-spacing:.15em;text-transform:uppercase;font-weight:800;color:#7b5e27}.eyebrow.light{color:#d8bd82}html[dir="rtl"] .eyebrow{letter-spacing:0;text-transform:none;font-size:12px}.lead{font-size:clamp(16px,1.5vw,20px);line-height:1.7;color:#3e444c;max-width:60ch;margin:0}.section,.hx-section{padding:72px 0}.section-soft,.hx-section-paper{background:#eee9e1}.section-dark{background:var(--ink);color:#fff}.section h2,.hx-section h2{margin:0;font-size:clamp(30px,4vw,54px);line-height:1.02;letter-spacing:-.045em;font-weight:750;max-width:17ch}html[dir="rtl"] .section h2,html[dir="rtl"] .hx-section h2{letter-spacing:0;font-size:clamp(28px,3.4vw,48px);line-height:1.18}.hx-section-head{margin-bottom:30px}.hx-split{display:flex;justify-content:space-between;gap:24px;align-items:flex-end}.text-link{display:inline-flex;align-items:center;gap:8px;font-weight:700;font-size:13px;border-bottom:1px solid currentColor;padding-bottom:3px}.text-link:hover{opacity:.68}.button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:46px;padding:12px 18px;border-radius:999px;background:#fff;color:#111;border:1px solid transparent;font-weight:800;font-size:13px;line-height:1.1;box-shadow:none;transition:.2s ease}.button:hover{transform:translateY(-1px);box-shadow:0 12px 28px rgba(0,0,0,.12)}.button-dark{background:#111;color:#fff}.button-outline{background:transparent;border-color:rgba(16,19,23,.25);color:var(--ink)}.button-ghost{background:transparent;color:#fff;border-color:rgba(255,255,255,.35)}.button-small{min-height:40px;padding:9px 14px;font-size:12px}.hero-actions{display:flex;flex-wrap:wrap;gap:10px}.reveal{opacity:0;transform:translateY(20px);transition:opacity .55s ease,transform .55s ease}.reveal.is-visible{opacity:1;transform:none}@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;animation:none!important;transition:none!important}.reveal{opacity:1;transform:none}}
/* HEADER */
.site-header{position:sticky;top:0;z-index:1000;height:var(--header);background:rgba(16,19,23,.94);backdrop-filter:blur(16px);border-bottom:1px solid rgba(255,255,255,.09)}.header-inner{height:100%;display:flex;align-items:center;gap:22px}.brand{display:flex;align-items:center;flex:0 0 auto}.site-brand-logo{width:126px;height:auto}.desktop-nav{display:flex;align-items:center;gap:4px;margin-inline:auto}.desktop-nav>a,.nav-more>summary{display:flex;align-items:center;gap:5px;padding:9px 10px;border-radius:999px;color:rgba(255,255,255,.72);font-size:12px;font-weight:650;white-space:nowrap;list-style:none;cursor:pointer}.desktop-nav>a:hover,.nav-more>summary:hover,.desktop-nav>a.is-active,.nav-more.is-active>summary{color:#fff;background:rgba(255,255,255,.08)}.nav-more{position:relative}.nav-more summary::-webkit-details-marker{display:none}.nav-more-menu{position:absolute;top:calc(100% + 13px);inset-inline-end:0;width:320px;background:#fff;color:#111;border-radius:18px;padding:12px;box-shadow:0 24px 70px rgba(0,0,0,.26);display:grid;grid-template-columns:1fr 1fr;gap:4px}.nav-more:not([open]) .nav-more-menu{display:none}.nav-more-intro{grid-column:1/-1;padding:10px 10px 12px;border-bottom:1px solid var(--line);margin-bottom:4px}.nav-more-intro small{display:block;color:#8c6a30;font-size:10px;letter-spacing:.12em}.nav-more-intro strong{display:block;margin-top:3px;font-size:14px}.nav-more-menu>a{display:flex;justify-content:space-between;gap:8px;padding:10px;border-radius:10px;font-size:12px;font-weight:650}.nav-more-menu>a:hover{background:#f1ede6}.header-actions{display:flex;align-items:center;gap:7px}.lang-switch{width:40px;height:40px;border-radius:999px;border:1px solid rgba(255,255,255,.2);display:grid;place-items:center;color:#fff;font-size:11px;font-weight:800}.hx-register-header{background:#fff;color:#111}.hx-sponsor-header{background:var(--gold);color:#111}.menu-toggle{display:none;width:42px;height:42px;border-radius:999px;border:1px solid rgba(255,255,255,.2);background:transparent;padding:0;align-items:center;justify-content:center;flex-direction:column;gap:5px}.menu-toggle span{width:17px;height:1.5px;background:#fff}.mobile-menu{position:fixed;top:var(--header);left:0;right:0;bottom:0;background:#11151a;color:#fff;padding:24px 0 32px;overflow:auto}.mobile-menu[hidden]{display:none}.mobile-menu-grid{display:grid;grid-template-columns:1.2fr 1fr;gap:26px}.mobile-menu-primary,.mobile-menu-secondary{display:grid;align-content:start}.mobile-menu-primary a{font-size:24px;line-height:1.2;padding:11px 0;border-bottom:1px solid var(--line-dark)}.mobile-menu-secondary p{margin:0 0 8px;color:#b99b63;font-size:11px;font-weight:800;letter-spacing:.14em}.mobile-menu-secondary a{padding:8px 0;color:rgba(255,255,255,.8);font-size:13px}.hx-mobile-actions{grid-column:1/-1;display:flex;gap:8px}.hx-mobile-actions .button{flex:1}
/* HOME HERO */
.hx-home{background:var(--paper)}.hx-hero{position:relative;min-height:min(780px,calc(100svh - var(--header)));background:#0b0d10;color:#fff;overflow:hidden}.hx-hero-media{position:absolute;inset:0}.hx-hero-media img{width:100%;height:100%;object-fit:cover;object-position:center}.hx-hero:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(7,9,12,.92) 0%,rgba(7,9,12,.72) 45%,rgba(7,9,12,.22) 72%,rgba(7,9,12,.06) 100%)}html[dir="rtl"] .hx-hero:after{background:linear-gradient(270deg,rgba(7,9,12,.92) 0%,rgba(7,9,12,.72) 45%,rgba(7,9,12,.22) 72%,rgba(7,9,12,.06) 100%)}.hx-hero-inner{position:relative;z-index:2;min-height:min(780px,calc(100svh - var(--header)));display:flex;align-items:center;padding:72px 0 130px}.hx-hero-copy{max-width:720px}.hx-hero-kicker{margin:0 0 14px;color:#dfc38a;font-size:11px;font-weight:800;letter-spacing:.16em}.hx-hero h1{margin:0;font-size:clamp(48px,7vw,92px);line-height:.94;letter-spacing:-.065em;font-weight:760;max-width:11ch;text-wrap:balance}.hx-hero-lead{max-width:58ch;color:rgba(255,255,255,.78);font-size:clamp(15px,1.4vw,19px);line-height:1.65;margin:20px 0 26px}.hx-hero-actions{display:flex;gap:10px;flex-wrap:wrap}.hx-hero-facts{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:34px;padding-top:22px;border-top:1px solid rgba(255,255,255,.2);max-width:720px}.hx-hero-facts div{min-width:0}.hx-hero-facts span{display:block;color:#c8aa72;font-size:10px;font-weight:800;letter-spacing:.12em;margin-bottom:4px}.hx-hero-facts strong{font-size:13px;font-weight:650;color:#fff;display:block}.hx-edition-mark{position:absolute;z-index:2;right:max(26px,calc((100vw - 1180px)/2));bottom:160px;display:flex;align-items:flex-end;gap:10px;color:#fff}.hx-edition-mark strong{font-size:104px;line-height:.72;font-weight:800;letter-spacing:-.08em;color:rgba(255,255,255,.12)}.hx-edition-mark span{font-size:10px;letter-spacing:.15em;font-weight:800;color:#d7bb82}.hx-countdown-bar{position:absolute;z-index:3;left:0;right:0;bottom:0;background:rgba(12,15,19,.9);backdrop-filter:blur(16px);border-top:1px solid rgba(255,255,255,.12)}.hx-countdown-inner{display:flex;align-items:center;justify-content:space-between;min-height:92px;gap:24px}.hx-countdown-copy{font-size:11px;font-weight:800;letter-spacing:.14em;color:#d6ba82;display:flex;align-items:center;gap:10px}.hx-countdown-copy i{width:7px;height:7px;border-radius:50%;background:#ef4150;box-shadow:0 0 0 5px rgba(239,65,80,.13)}.hx-countdown-units{display:flex;align-items:center;gap:18px}.hx-countdown-units>div{display:flex;align-items:baseline;gap:6px}.hx-countdown-units strong{font-size:26px;line-height:1;font-weight:750}.hx-countdown-units small{font-size:9px;color:rgba(255,255,255,.55);font-weight:800;letter-spacing:.12em}.hx-countdown-units>i{width:1px;height:25px;background:rgba(255,255,255,.16)}
/* STORY / HOME MODULES */
.hx-story-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:56px;align-items:center}.hx-story-copy h2{margin:0 0 18px;font-size:clamp(36px,5vw,66px);line-height:1;letter-spacing:-.05em}.hx-story-sequence{display:flex;align-items:center;gap:16px;margin-top:28px}.hx-story-sequence div{padding:12px 14px;border:1px solid var(--line);border-radius:14px;min-width:112px}.hx-story-sequence small{display:block;font-size:9px;color:var(--muted);font-weight:800;letter-spacing:.1em}.hx-story-sequence strong{font-size:28px}.hx-story-image{margin:0;position:relative;border-radius:var(--radius-lg);overflow:hidden;min-height:460px;background:#ddd}.hx-story-image img{width:100%;height:100%;min-height:460px;object-fit:cover}.hx-story-image figcaption{position:absolute;left:18px;right:18px;bottom:18px;background:rgba(14,17,21,.9);color:#fff;border:1px solid rgba(255,255,255,.12);border-radius:14px;padding:14px;display:flex;justify-content:space-between;gap:16px;align-items:center}.hx-story-image figcaption strong{font-size:22px}.hx-story-image figcaption span{font-size:9px;letter-spacing:.12em;color:#d7bb82;font-weight:800}.hx-story-footer{margin-top:26px;display:flex;align-items:center;justify-content:space-between;gap:20px;padding-top:24px;border-top:1px solid var(--line)}.hx-story-footer div span{display:block;font-size:10px;color:#86652e;font-weight:800;letter-spacing:.12em}.hx-story-footer div strong{display:block;margin-top:4px;font-size:15px;max-width:52ch}.hx-bento{display:grid;grid-template-columns:1.2fr .8fr .8fr;grid-template-rows:auto auto;gap:14px}.hx-bento-card{position:relative;overflow:hidden;border-radius:22px;background:#14181d;color:#fff;min-height:310px}.hx-bento-feature{grid-row:1/3;min-height:636px}.hx-bento-card img{width:100%;height:100%;position:absolute;inset:0;object-fit:cover;opacity:.75}.hx-bento-card:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 28%,rgba(0,0,0,.82) 100%)}.hx-bento-content{position:absolute;z-index:2;left:18px;right:18px;bottom:18px}.hx-bento-content span{color:#e1c68f;font-size:10px;font-weight:800}.hx-bento-content h3{margin:6px 0 7px;font-size:25px;line-height:1.05}.hx-bento-content p{margin:0;color:rgba(255,255,255,.72);font-size:12.5px;line-height:1.55;max-width:42ch}.hx-ai-card{grid-column:2/4;border-radius:22px;padding:26px;min-height:310px;background:linear-gradient(135deg,rgba(12,15,18,.94),rgba(12,15,18,.76)),url('../img/v500/market-dual-device.webp') center/cover;color:#fff;display:flex;flex-direction:column;justify-content:flex-end}.hx-ai-card h3{font-size:34px;line-height:1.02;margin:5px 0 10px}.hx-ai-card>p:not(.eyebrow){margin:0;color:rgba(255,255,255,.72);max-width:48ch}.hx-topic-row{display:flex;flex-wrap:wrap;gap:7px;margin-top:18px}.hx-topic-row span,.hx-sponsor-outcomes span{font-size:10px;font-weight:700;padding:7px 10px;border:1px solid rgba(255,255,255,.18);border-radius:999px;background:rgba(255,255,255,.06)}.hx-agenda-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.hx-agenda-grid-single{grid-template-columns:1fr}.hx-agenda-day{border:1px solid var(--line);border-radius:22px;overflow:hidden;background:#fff}.hx-agenda-day>header{display:flex;justify-content:space-between;align-items:center;padding:16px 18px;background:#12161b;color:#fff}.hx-agenda-day>header span{font-size:10px;letter-spacing:.12em;color:#d4b77d;font-weight:800}.hx-agenda-day>header strong{font-size:18px}.hx-agenda-day article{display:grid;grid-template-columns:76px 1fr;gap:14px;padding:15px 18px;border-top:1px solid var(--line)}.hx-agenda-day time{font-size:12px;font-weight:800}.hx-agenda-day small{display:block;color:#8b6b35;font-size:9px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.hx-agenda-day h3{margin:3px 0 0;font-size:14px;line-height:1.45;letter-spacing:-.01em}.hx-speaker-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.hx-speaker-card{display:block;border-radius:18px;overflow:hidden;background:#fff;border:1px solid var(--line);transition:.2s}.hx-speaker-card:hover{transform:translateY(-3px);box-shadow:var(--shadow)}.hx-speaker-card figure{margin:0;aspect-ratio:4/5;background:#e5dfd6;overflow:hidden}.hx-speaker-card figure img{width:100%;height:100%;object-fit:cover}.hx-speaker-card>div{padding:14px}.hx-speaker-card h3{margin:0;font-size:16px;line-height:1.25}.hx-speaker-card p{margin:5px 0;color:var(--muted);font-size:11.5px;line-height:1.45}.hx-speaker-card small{font-size:10px;color:#8d6d35;font-weight:750}.hx-speaker-placeholder-media{display:grid;place-items:center!important;background:linear-gradient(135deg,#191e24,#343b45)!important;color:#cfaf71;font-size:30px;font-weight:800}.hx-gallery-grid{display:grid;grid-template-columns:1.3fr .7fr .7fr;grid-template-rows:220px 220px;gap:10px}.hx-gallery-grid a{position:relative;border-radius:16px;overflow:hidden;background:#ddd}.hx-gallery-grid a:first-child{grid-row:1/3}.hx-gallery-grid img{width:100%;height:100%;object-fit:cover;transition:transform .5s}.hx-gallery-grid a:hover img{transform:scale(1.035)}.hx-gallery-caption{position:absolute;left:14px;right:14px;bottom:14px;background:rgba(14,17,21,.86);color:#fff;border-radius:12px;padding:12px}.hx-gallery-caption span{display:block;font-size:9px;color:#d4b779;font-weight:800;letter-spacing:.12em}.hx-gallery-caption strong{font-size:15px}.hx-sponsor-panel{display:grid;grid-template-columns:1fr 1fr;min-height:540px;background:#11151a;color:#fff;border-radius:28px;overflow:hidden}.hx-sponsor-panel>div:first-child{padding:52px;align-self:center}.hx-sponsor-panel h2{margin:0 0 16px;font-size:clamp(36px,5vw,64px);line-height:.98}.hx-sponsor-panel p:not(.eyebrow){color:rgba(255,255,255,.72);max-width:54ch}.hx-sponsor-outcomes{display:flex;gap:7px;flex-wrap:wrap;margin-top:18px}.hx-sponsor-visual{min-height:540px}.hx-sponsor-visual img{width:100%;height:100%;object-fit:cover}.hx-venue-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:14px}.hx-venue-card{background:#fff;border:1px solid var(--line);border-radius:22px;padding:30px}.hx-venue-card h2{font-size:40px!important;max-width:12ch!important}.hx-venue-card strong{display:block;margin-top:16px}.hx-venue-card p{color:var(--muted)}.hx-venue-image{border-radius:22px;overflow:hidden;min-height:390px}.hx-venue-image img{width:100%;height:100%;object-fit:cover}.hx-final{padding:0 0 72px}.hx-final-card{display:grid;grid-template-columns:1fr 1fr;background:#c89c4a;border-radius:28px;overflow:hidden;min-height:520px}.hx-final-copy{padding:50px;align-self:center}.hx-final-copy h2{margin:0 0 15px;font-size:clamp(40px,5vw,68px);line-height:.98;letter-spacing:-.05em}.hx-final-copy p:not(.eyebrow){max-width:52ch}.hx-final-visual{margin:0;position:relative;min-height:520px}.hx-final-visual img{width:100%;height:100%;object-fit:cover}.hx-final-visual figcaption{position:absolute;left:16px;right:16px;bottom:16px;background:rgba(13,16,19,.88);color:#fff;border-radius:14px;padding:14px}.hx-final-visual figcaption strong,.hx-final-visual figcaption span{display:block}.hx-final-visual figcaption strong{font-size:10px;color:#d6b978;letter-spacing:.1em}.hx-final-visual figcaption span{font-size:12px;margin-top:4px;color:rgba(255,255,255,.74)}
/* INTERNAL HERO */
.hx-page{min-height:60vh}.hx-inner-hero,.page-hero{position:relative;padding:62px 0 38px;background:#ece7de;border-bottom:1px solid var(--line);overflow:hidden}.hx-inner-hero:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 83% 15%,rgba(199,154,71,.22),transparent 30%);pointer-events:none}.hx-inner-hero-copy{position:relative;z-index:1;max-width:850px}.hx-inner-hero h1,.page-hero h1,.page-intro h1{font-size:clamp(38px,6vw,76px);line-height:.95;letter-spacing:-.055em;margin:0 0 16px;max-width:14ch;font-weight:760}.hx-inner-hero p,.page-intro p{max-width:66ch;font-size:16px;color:#535960;margin:0}.hx-hero-rail{display:flex;flex-wrap:wrap;gap:8px;margin-top:22px}.hx-hero-rail span,.hx-hero-rail a{border:1px solid var(--line);border-radius:999px;padding:7px 10px;font-size:10px;font-weight:750;background:rgba(255,255,255,.5)}html[dir="rtl"] .hx-inner-hero h1,html[dir="rtl"] .page-hero h1,html[dir="rtl"] .page-intro h1{letter-spacing:0;font-size:clamp(34px,5vw,64px);line-height:1.15}.page-intro{padding:42px 0 18px}.page-intro .lead{margin-top:8px}
/* GENERIC CARDS / CONTENT */
.hx-split-layout,.split-grid{display:grid;grid-template-columns:1fr 1fr;gap:36px;align-items:center}.align-center{align-items:center}.hx-image-frame,.editorial-image{margin:0;border-radius:22px;overflow:hidden;background:#ddd}.hx-image-frame img,.editorial-image img{width:100%;height:100%;min-height:360px;object-fit:cover}.hx-image-frame figcaption{padding:10px 14px;background:#111;color:#fff;font-size:11px}.hx-content-stack{display:grid;gap:10px}.hx-story-block{display:grid;grid-template-columns:50px 1fr;gap:14px;padding:16px 0;border-bottom:1px solid var(--line)}.hx-story-block>span{font-size:11px;color:#916f35;font-weight:800}.hx-story-block h2{font-size:24px!important;letter-spacing:-.03em!important;margin:0 0 5px!important}.hx-story-block p{margin:0;color:var(--muted)}.hx-stats-grid,.hx-outcome-grid,.hx-visit-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.hx-stat-tile,.hx-outcome-grid>*,.hx-visit-grid>*{background:#fff;border:1px solid var(--line);border-radius:16px;padding:18px}.hx-stat-tile strong{display:block;font-size:30px}.hx-stat-tile span{font-size:11px;color:var(--muted)}.stats-note{color:var(--muted);font-size:12px}.hx-display-medium{font-size:clamp(30px,4vw,52px)!important}.hx-journey{display:grid;gap:9px;margin-top:20px}.hx-journey>div{padding:14px 0;border-top:1px solid var(--line)}.hx-journey strong{display:block;font-size:15px}.hx-journey p{margin:3px 0;color:var(--muted)}
/* FORMS */
.r10-form-page{padding:48px 0 72px}.r10-form-layout{display:grid;grid-template-columns:minmax(0,.75fr) minmax(0,1.25fr);gap:24px;align-items:start}.r10-form-intro{position:sticky;top:calc(var(--header) + 24px);background:#11151a;color:#fff;border-radius:22px;padding:28px}.r10-form-intro h1,.r10-form-intro h2{font-size:36px!important;line-height:1.05;margin:0 0 12px;letter-spacing:-.04em}.r10-form-intro p{color:rgba(255,255,255,.68)}.r10-event-facts{display:grid;gap:8px;margin-top:18px}.r10-event-facts>*{padding:10px 0;border-top:1px solid rgba(255,255,255,.14)}.r10-form-card{background:#fff;border:1px solid var(--line);border-radius:22px;padding:26px;box-shadow:0 8px 30px rgba(0,0,0,.035)}.r10-card-head{margin-bottom:18px}.r10-card-head h2,.r10-card-head h1{margin:0 0 6px;font-size:25px!important;line-height:1.15!important}.r10-card-head p{margin:0;color:var(--muted)}.r10-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:13px}.r10-form-grid label{display:grid;gap:6px;font-size:11px;font-weight:750;color:#343941}.r10-form-grid label.full{grid-column:1/-1}.r10-form-grid input,.r10-form-grid select,.r10-form-grid textarea,.search-field input{width:100%;border:1px solid rgba(16,19,23,.17);background:#faf9f7;color:#111;border-radius:12px;padding:11px 12px;min-height:44px;outline:none;transition:border-color .2s,box-shadow .2s}.r10-form-grid textarea{min-height:108px;resize:vertical}.r10-form-grid input:focus,.r10-form-grid select:focus,.r10-form-grid textarea:focus,.search-field input:focus{border-color:#a77d38;box-shadow:0 0 0 3px rgba(199,154,71,.14)}.required-mark{color:#c53b44}.optional-label{color:#8c9298;font-weight:500}.r10-submit-row{display:flex;justify-content:flex-end;gap:10px;margin-top:18px}.r10-submit-row .button{background:#111;color:#fff}.r10-consent,.check{display:flex!important;grid-column:1/-1;align-items:flex-start;gap:8px}.r10-consent input,.check input{width:auto!important;min-height:0!important;margin-top:4px}.honeypot{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important}.alert{padding:12px 14px;border-radius:12px;margin-bottom:12px;font-size:12px}.alert.error,.error{background:#fff0f1;border:1px solid #f0b7bc;color:#9c1e29}.alert.success,.success{background:#eefbf5;border:1px solid #a9dec6;color:#146b49}.field-error{color:#b2232f;font-size:10px}
/* DIRECTORIES */
.hx-directory-heading,.hx-sponsor-filter-row{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:18px}.filter-chips{display:flex;gap:7px;flex-wrap:wrap}.filter-chips button,.filter-chips a{border:1px solid var(--line);border-radius:999px;padding:7px 10px;background:#fff;font-size:10px;font-weight:750}.filter-chips .is-active{background:#111;color:#fff}.search-field{min-width:240px}.hx-speakers-grid,.hx-sponsor-directory{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.hx-speaker-directory-card,.hx-sponsor-card{background:#fff;border:1px solid var(--line);border-radius:16px;overflow:hidden;min-width:0}.hx-speaker-directory-card img,.speaker-photo{width:100%;aspect-ratio:4/5;object-fit:cover}.hx-speaker-directory-copy,.hx-sponsor-copy{padding:14px}.hx-speaker-directory-copy h3,.hx-sponsor-copy h3{margin:0 0 5px;font-size:15px}.hx-speaker-directory-copy p,.hx-sponsor-copy p{margin:0;color:var(--muted);font-size:11px}.hx-sponsor-logo{aspect-ratio:16/10;background:#fff;display:grid;place-items:center;padding:18px;border-bottom:1px solid var(--line)}.hx-sponsor-logo img{max-width:88%;max-height:90px;object-fit:contain}.booth{display:inline-block;margin-top:7px;padding:4px 7px;border-radius:999px;background:#f0ece4;font-size:9px;font-weight:800}.empty-state,.empty-filter,.hx-premium-empty{padding:28px;border:1px dashed rgba(16,19,23,.24);border-radius:16px;text-align:center;color:var(--muted);background:rgba(255,255,255,.35)}
/* PACKAGES */
.hx-package-intro{max-width:860px;margin-bottom:25px}.hx-package-outcomes{display:flex;flex-wrap:wrap;gap:8px}.hx-package-outcomes span{padding:7px 10px;border-radius:999px;border:1px solid var(--line);font-size:10px;font-weight:750}.hx-package-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.hx-package-card{background:#fff;border:1px solid var(--line);border-radius:18px;padding:20px}.hx-package-card h3{margin:0 0 8px;font-size:22px}.hx-package-card ul{padding-inline-start:18px;color:var(--muted);font-size:12px}.hx-package-price{font-size:27px;font-weight:800;margin-top:16px}.hx-package-guide{margin-top:16px;padding:18px;border-radius:16px;background:#111;color:#fff}
/* AGENDA PAGE */
.hx-agenda-browser{display:grid;gap:16px}.hx-agenda-console{background:#11151a;color:#fff;border-radius:20px;padding:20px;display:flex;justify-content:space-between;gap:20px;align-items:center}.hx-agenda-console h2{font-size:26px!important;margin:0 0 6px}.hx-agenda-console p{margin:0;color:rgba(255,255,255,.65)}.hx-agenda-console-meta{display:flex;gap:8px;flex-wrap:wrap}.hx-agenda-console-meta span{border:1px solid rgba(255,255,255,.18);padding:7px 9px;border-radius:999px;font-size:10px}.hx-agenda-list{display:grid;gap:8px}.hx-agenda-row{display:grid;grid-template-columns:88px 1fr auto;gap:16px;align-items:start;background:#fff;border:1px solid var(--line);border-radius:16px;padding:16px}.hx-agenda-row time{font-weight:800;font-size:12px}.hx-agenda-content h3{margin:0 0 6px;font-size:15px}.hx-session-meta{display:flex;gap:7px;flex-wrap:wrap}.hx-session-meta span,.hx-session-type{font-size:9px;color:#80612c;font-weight:800}.hx-calendar-link{font-size:11px;font-weight:700}
/* GALLERY */
.gallery-grid,.mosaic{display:grid;grid-template-columns:repeat(3,1fr);gap:9px}.gallery-grid a,.gallery-grid figure,.mosaic figure{margin:0;border-radius:14px;overflow:hidden;background:#ddd}.gallery-grid img,.mosaic img{width:100%;height:100%;aspect-ratio:4/3;object-fit:cover}.mosaic-a{grid-column:span 2;grid-row:span 2}.mosaic-a img{aspect-ratio:auto;min-height:100%}.edition-timeline{display:grid;gap:8px}.edition-timeline>*{padding:16px;border-left:2px solid #c89b49;background:#fff;border-radius:0 14px 14px 0}.edition-timeline-verified{border-left-color:#2f9a69}.sponsor-cta{margin-top:20px;padding:24px;background:#111;color:#fff;border-radius:18px}
/* FLOOR PLAN */
.floor-toolbar{display:flex;justify-content:space-between;gap:12px;align-items:center;margin-bottom:14px}.floor-layout{display:grid;grid-template-columns:1fr 300px;gap:14px}.floor-map-wrap{position:relative;background:#fff;border:1px solid var(--line);border-radius:18px;overflow:auto;min-height:460px;padding:12px}.floor-map-wrap img{min-width:720px}.booth-hotspot{position:absolute;border-radius:8px}.floor-booths,.booth-list{display:grid;gap:8px}.booth-card{background:#fff;border:1px solid var(--line);border-radius:12px;padding:12px}.floor-empty{padding:28px;text-align:center;color:var(--muted)}
/* FAQ / LEGAL */
.hx-faq-layout,.hx-legal-layout{display:grid;grid-template-columns:260px 1fr;gap:28px;align-items:start}.hx-faq-aside,.hx-legal-nav{position:sticky;top:calc(var(--header) + 20px);background:#fff;border:1px solid var(--line);border-radius:16px;padding:15px}.hx-faq-quick,.hx-legal-nav{display:grid;gap:5px}.hx-faq-quick a,.hx-legal-nav a{padding:8px;border-radius:8px;font-size:11px}.hx-faq-quick a:hover,.hx-legal-nav a:hover,.hx-legal-nav .current{background:#efeae2}.hx-faq-list details{border-top:1px solid var(--line);padding:14px 0}.hx-faq-list summary{font-weight:750;cursor:pointer}.hx-faq-list p{color:var(--muted)}.hx-legal-copy{min-width:0}.hx-legal-copy h2{font-size:24px!important;margin-top:28px}.hx-legal-copy p,.hx-legal-copy li{color:#51575e}
/* VENUE / BRAND */
.hx-venue-layout{display:grid;grid-template-columns:.75fr 1.25fr;gap:18px}.hx-venue-info{background:#111;color:#fff;border-radius:20px;padding:28px}.hx-number{font-size:62px;font-weight:800;color:#c99d4c}.hx-venue-photo{border-radius:20px;overflow:hidden;min-height:430px}.hx-venue-photo img{width:100%;height:100%;object-fit:cover}.hx-brand-timeline{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.hx-brand-timeline>*{padding:16px;border-top:2px solid #c89b49;background:#fff}.hx-brand-photo-strip{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.hx-brand-photo-strip img{aspect-ratio:4/3;object-fit:cover;border-radius:14px}
/* PROFILE */
.hx-speaker-profile,.hx-sponsor-profile{display:grid;grid-template-columns:minmax(240px,.7fr) minmax(0,1.3fr);gap:34px;align-items:start}.hx-profile-portrait,.hx-company-mark{border-radius:20px;overflow:hidden;background:#fff;border:1px solid var(--line);padding:0}.hx-profile-portrait img{width:100%;aspect-ratio:4/5;object-fit:cover}.hx-company-mark{display:grid;place-items:center;padding:26px;min-height:270px}.hx-company-mark img{max-width:85%;max-height:160px}.hx-profile-name{font-size:48px!important;line-height:1!important;margin:0 0 10px!important}.hx-profile-facts,.hx-company-facts{display:grid;grid-template-columns:repeat(2,1fr);gap:8px;margin:18px 0}.hx-profile-facts>*,.hx-company-facts>*{padding:11px;border:1px solid var(--line);border-radius:12px}.hx-profile-bio{color:var(--muted)}.hx-profile-social,.hx-company-actions{display:flex;gap:8px;flex-wrap:wrap}.hx-profile-sessions{display:grid;gap:8px;margin-top:20px}.session-row{padding:12px;background:#fff;border:1px solid var(--line);border-radius:12px}.hx-profile-crosslink,.hx-profile-note{margin-top:18px;padding:14px;border-radius:14px;background:#ece7de}
/* CONTACT */
.r11-contact-heading{margin-bottom:16px}.r11-contact-support,.contact-types{display:grid;gap:8px}.r11-contact-support>*{padding:12px;border:1px solid rgba(255,255,255,.13);border-radius:12px}.contact-types{grid-template-columns:repeat(2,1fr);margin-top:12px}.contact-types>*{background:#fff;border:1px solid var(--line);border-radius:12px;padding:12px}
/* 404 */
.hx-not-found{text-align:center;padding:100px 0}.hx-not-found h1{font-size:80px;margin:0}.hx-page-cta{padding:0 0 70px}.hx-page-cta-inner{display:flex;align-items:center;justify-content:space-between;gap:24px;background:#111;color:#fff;padding:28px;border-radius:20px}
/* FOOTER */
.site-footer{background:#0e1115;color:#fff;padding:52px 0 20px}.footer-top{display:grid;grid-template-columns:1.35fr .65fr .75fr;gap:44px}.footer-brand{display:inline-block}.footer-brand img{width:150px;height:auto}.footer-top>div>p{color:rgba(255,255,255,.58);max-width:42ch;font-size:12px}.footer-socials{display:flex;flex-wrap:wrap;gap:7px;margin-top:16px}.footer-socials a{font-size:10px;padding:6px 8px;border:1px solid rgba(255,255,255,.16);border-radius:999px;color:rgba(255,255,255,.72)}.footer-links{display:grid;align-content:start;gap:7px}.footer-links a{font-size:12px;color:rgba(255,255,255,.68)}.footer-links a:hover{color:#fff}.footer-bottom{margin-top:34px;padding-top:16px;border-top:1px solid rgba(255,255,255,.1);display:flex;justify-content:space-between;gap:20px;color:rgba(255,255,255,.42);font-size:10px}
/* FLOATING ACTIONS */
.svs-floating-actions,.global-action-dock{position:fixed;z-index:900;right:18px;bottom:18px;display:flex;gap:8px;align-items:center}.svs-floating-actions a,.global-action{min-height:44px;border-radius:999px;display:inline-flex;align-items:center;gap:8px;padding:10px 14px;font-size:11px;font-weight:800;box-shadow:0 12px 32px rgba(0,0,0,.18)}.svs-float-sponsor{background:#111;color:#fff}.svs-float-whatsapp,.global-action--whatsapp{background:#1faa64;color:#fff}.global-action__icon{font-size:14px}
/* RTL */
html[dir="rtl"] .hx-hero h1,html[dir="rtl"] .hx-story-copy h2,html[dir="rtl"] .hx-sponsor-panel h2,html[dir="rtl"] .hx-final-copy h2,html[dir="rtl"] .r10-form-intro h1,html[dir="rtl"] .r10-form-intro h2{letter-spacing:0}.rtl .desktop-nav,.rtl .header-actions{direction:rtl}.rtl .hx-edition-mark{right:auto;left:max(26px,calc((100vw - 1180px)/2))}.rtl .edition-timeline>*{border-left:0;border-right:2px solid #c89b49;border-radius:14px 0 0 14px}
/* ACCESSIBILITY */
:focus-visible{outline:3px solid #d3ad63;outline-offset:3px}.desktop-nav a,.button,.lang-switch,.menu-toggle,.filter-chips button{touch-action:manipulation}
/* TABLET */
@media(max-width:1080px){:root{--shell:min(100% - 28px,980px)}.desktop-nav>a{display:none}.desktop-nav .nav-more{display:none}.desktop-nav{margin-inline:auto}.menu-toggle{display:flex}.hx-sponsor-header{display:none}.hx-edition-mark{display:none}.hx-speaker-grid,.hx-speakers-grid,.hx-sponsor-directory{grid-template-columns:repeat(3,1fr)}.hx-bento{grid-template-columns:1fr 1fr}.hx-bento-feature{grid-row:auto;grid-column:1/-1;min-height:440px}.hx-ai-card{grid-column:1/-1}.hx-stats-grid,.hx-outcome-grid,.hx-visit-grid{grid-template-columns:repeat(2,1fr)}.hx-package-grid{grid-template-columns:repeat(2,1fr)}.floor-layout{grid-template-columns:1fr}.floor-booths{grid-template-columns:repeat(2,1fr)}.footer-top{grid-template-columns:1.2fr .8fr .8fr;gap:28px}}
/* MOBILE */
@media(max-width:720px){:root{--header:64px;--shell:calc(100vw - 24px);--radius-lg:20px}body{font-size:14px}.site-header{height:var(--header)}.header-inner{gap:8px}.site-brand-logo{width:104px}.lang-switch{width:36px;height:36px}.hx-register-header{display:none}.menu-toggle{width:38px;height:38px}.mobile-menu{top:var(--header)}.mobile-menu-grid{grid-template-columns:1fr;gap:20px}.mobile-menu-primary a{font-size:21px}.hx-mobile-actions{grid-column:auto}.section,.hx-section{padding:48px 0}.section h2,.hx-section h2{font-size:34px;line-height:1.04}.hx-split{align-items:flex-start;flex-direction:column}.hx-section-head{margin-bottom:20px}.hx-hero{min-height:710px}.hx-hero-inner{min-height:618px;padding:42px 0 126px;align-items:flex-end}.hx-hero:after{background:linear-gradient(180deg,rgba(8,10,13,.16) 0%,rgba(8,10,13,.58) 40%,rgba(8,10,13,.94) 76%,rgba(8,10,13,.98) 100%)}html[dir="rtl"] .hx-hero:after{background:linear-gradient(180deg,rgba(8,10,13,.16) 0%,rgba(8,10,13,.58) 40%,rgba(8,10,13,.94) 76%,rgba(8,10,13,.98) 100%)}.hx-hero-media img{object-position:center 38%}.hx-hero h1{font-size:47px;line-height:.95;max-width:12ch}.hx-hero-lead{font-size:14px;line-height:1.55;margin:14px 0 18px}.hx-hero-actions .button{flex:1;min-width:130px}.hx-hero-facts{grid-template-columns:1fr;gap:8px;margin-top:20px;padding-top:14px}.hx-hero-facts div{display:flex;justify-content:space-between;gap:12px}.hx-hero-facts span{margin:0}.hx-countdown-inner{min-height:92px;flex-direction:column;align-items:flex-start;justify-content:center;gap:8px}.hx-countdown-units{width:100%;justify-content:space-between;gap:8px}.hx-countdown-units strong{font-size:22px}.hx-story-grid,.hx-split-layout,.split-grid,.hx-sponsor-panel,.hx-venue-grid,.hx-final-card,.r10-form-layout,.hx-venue-layout,.hx-speaker-profile,.hx-sponsor-profile{grid-template-columns:1fr}.hx-story-grid{gap:26px}.hx-story-copy h2{font-size:38px}.hx-story-image,.hx-story-image img{min-height:300px}.hx-story-footer{align-items:flex-start;flex-direction:column}.hx-bento{grid-template-columns:1fr}.hx-bento-feature,.hx-bento-card,.hx-ai-card{grid-column:auto;min-height:300px}.hx-agenda-grid{grid-template-columns:1fr}.hx-agenda-day article{grid-template-columns:58px 1fr;padding:13px}.hx-speaker-grid,.hx-speakers-grid,.hx-sponsor-directory{grid-template-columns:repeat(2,1fr);gap:8px}.hx-speaker-card>div,.hx-speaker-directory-copy,.hx-sponsor-copy{padding:11px}.hx-speaker-card h3,.hx-speaker-directory-copy h3,.hx-sponsor-copy h3{font-size:13px}.hx-gallery-grid{grid-template-columns:1fr 1fr;grid-template-rows:230px 160px 160px}.hx-gallery-grid a:first-child{grid-column:1/-1;grid-row:auto}.hx-sponsor-panel>div:first-child{padding:28px 20px}.hx-sponsor-panel h2{font-size:39px}.hx-sponsor-visual{min-height:330px}.hx-venue-card{padding:22px}.hx-venue-card h2{font-size:34px!important}.hx-venue-image{min-height:300px}.hx-final{padding-bottom:48px}.hx-final-copy{padding:28px 20px}.hx-final-copy h2{font-size:40px}.hx-final-visual{min-height:360px}.hx-inner-hero,.page-hero{padding:42px 0 28px}.hx-inner-hero h1,.page-hero h1,.page-intro h1{font-size:40px;line-height:1}.hx-inner-hero p,.page-intro p{font-size:14px}.hx-content-stack{gap:0}.hx-story-block{grid-template-columns:34px 1fr}.hx-story-block h2{font-size:20px!important}.hx-stats-grid,.hx-outcome-grid,.hx-visit-grid{grid-template-columns:1fr 1fr}.r10-form-page{padding:28px 0 48px}.r10-form-intro{position:static;padding:20px}.r10-form-intro h1,.r10-form-intro h2{font-size:31px!important}.r10-form-card{padding:17px;border-radius:16px}.r10-form-grid{grid-template-columns:1fr;gap:11px}.r10-form-grid label.full{grid-column:auto}.r10-submit-row{justify-content:stretch}.r10-submit-row .button{width:100%}.hx-directory-heading,.hx-sponsor-filter-row{align-items:stretch;flex-direction:column}.search-field{min-width:0;width:100%}.hx-package-grid{grid-template-columns:1fr}.hx-agenda-console{align-items:flex-start;flex-direction:column}.hx-agenda-row{grid-template-columns:58px 1fr;padding:12px;gap:10px}.hx-agenda-row>:last-child{grid-column:2}.gallery-grid,.mosaic{grid-template-columns:1fr 1fr}.mosaic-a{grid-column:1/-1;grid-row:auto}.floor-toolbar{align-items:stretch;flex-direction:column}.floor-booths{grid-template-columns:1fr}.hx-faq-layout,.hx-legal-layout{grid-template-columns:1fr}.hx-faq-aside,.hx-legal-nav{position:static}.hx-brand-timeline{grid-template-columns:1fr 1fr}.hx-brand-photo-strip{grid-template-columns:1fr}.hx-profile-name{font-size:38px!important}.hx-profile-facts,.hx-company-facts{grid-template-columns:1fr}.contact-types{grid-template-columns:1fr}.hx-page-cta-inner{align-items:flex-start;flex-direction:column}.footer-top{grid-template-columns:1fr;gap:24px}.footer-bottom{flex-direction:column;gap:6px}.svs-floating-actions,.global-action-dock{right:10px;left:10px;bottom:10px}.svs-floating-actions a,.global-action{flex:1;justify-content:center;padding:10px 9px}.svs-floating-actions{display:grid;grid-template-columns:1fr 1fr}.global-action__text{font-size:10px}}
@media(max-width:380px){.hx-hero h1{font-size:41px}.hx-speaker-grid,.hx-speakers-grid,.hx-sponsor-directory{grid-template-columns:1fr 1fr}.hx-gallery-grid{grid-template-rows:210px 145px 145px}.hx-stats-grid,.hx-outcome-grid,.hx-visit-grid{grid-template-columns:1fr}.hx-countdown-copy{font-size:9px}.hx-countdown-units strong{font-size:20px}}
@media(min-width:1440px){:root{--shell:min(1240px,calc(100vw - 64px))}.hx-hero-copy{max-width:780px}.hx-hero h1{font-size:96px}.section,.hx-section{padding:82px 0}}
