.event-gallery-page {
    --eg-navy: #061225;
    --eg-navy-soft: #0b2340;
    --eg-blue: #dceaf3;
    --eg-orange: #ef8a00;
    --eg-orange-bright: #ffad21;
    --eg-paper: #f6f7fb;
    --eg-surface: #ffffff;
    --eg-ink: #071326;
    --eg-muted: #5d6c80;
    --eg-line: #dfe5ed;
    --eg-green: #087a55;
    background:
        radial-gradient(circle at 90% 4%, rgba(239, 138, 0, 0.08), transparent 14%),
        linear-gradient(180deg, #fbfcfe, var(--eg-paper));
    color: var(--eg-ink);
    min-height: 100%;
    padding: 15px 15px 10px;
}

.event-gallery-page .skip-link {
    background: #fff;
    border-radius: 8px;
    color: var(--eg-navy);
    font-weight: 900;
    left: 20px;
    padding: 12px 16px;
    position: fixed;
    top: 10px;
    transform: translateY(-160%);
    transition: transform 180ms ease;
    z-index: 1000;
}

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

.eg-header {
    align-items: end;
    position: relative;
    z-index: 20;
}

.eg-header .home-nav {
    gap: clamp(16px, 2vw, 29px);
}

.eg-header .home-nav a {
    min-height: 38px;
}

.eg-header .home-top-actions {
    gap: 12px;
}

.eg-header .language-button svg,
.eg-header .home-cta svg {
    fill: none;
    height: 18px;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
    width: 18px;
}

.eg-service-status {
    align-items: center;
    color: #33526c;
    display: inline-flex;
    font-size: 0.7rem;
    font-weight: 900;
    gap: 7px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.eg-service-status i {
    background: #10a675;
    border: 3px solid rgba(16, 166, 117, 0.14);
    border-radius: 50%;
    box-sizing: content-box;
    height: 6px;
    width: 6px;
}

.eg-main {
    display: grid;
    gap: clamp(66px, 8vw, 112px);
    margin: 0 auto;
    max-width: 1250px;
    min-width: 0;
}

.eg-hero {
    background: var(--eg-navy);
    border-radius: 28px;
    box-shadow: 0 32px 80px rgba(6, 18, 37, 0.2);
    height: 760px;
    min-height: 760px;
    overflow: hidden;
    position: relative;
}

.eg-hero::before {
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    content: "";
    height: 510px;
    left: 32%;
    pointer-events: none;
    position: absolute;
    top: -220px;
    width: 510px;
    z-index: 2;
}

.eg-hero-photo {
    height: 100%;
    inset: 0;
    object-fit: cover;
    object-position: center;
    position: absolute;
    width: 100%;
}

.eg-hero-shade {
    background:
        linear-gradient(90deg, rgba(2, 10, 23, 0.98) 0%, rgba(3, 14, 30, 0.96) 29%, rgba(3, 14, 30, 0.46) 61%, rgba(3, 14, 30, 0.08) 100%),
        linear-gradient(0deg, rgba(2, 10, 23, 0.72), transparent 42%);
    inset: 0;
    position: absolute;
    z-index: 1;
}

.eg-hero-copy {
    color: #fff;
    max-width: none;
    padding: 76px 26px 170px 66px;
    position: relative;
    width: 58%;
    z-index: 3;
}

.eg-kicker {
    color: var(--eg-orange);
    font-size: 0.72rem;
    font-weight: 950;
    letter-spacing: 0.11em;
    margin: 0 0 15px;
    text-transform: uppercase;
}

.eg-hero .eg-kicker {
    color: rgba(255, 255, 255, 0.72);
}

.eg-hero .eg-kicker span {
    background: var(--eg-orange);
    border-radius: 999px;
    color: var(--eg-navy);
    display: inline-block;
    margin-right: 6px;
    padding: 7px 10px;
}

.eg-hero h1 {
    color: #fff;
    font-size: clamp(3.3rem, 4.6vw, 4.55rem);
    letter-spacing: -0.067em;
    line-height: 0.92;
    margin: 0;
    max-width: 690px;
}

.eg-hero h1 em {
    color: var(--eg-orange-bright);
    font-style: normal;
}

.eg-hero-lead {
    color: rgba(255, 255, 255, 0.78);
    font-size: clamp(1rem, 1.45vw, 1.22rem);
    line-height: 1.62;
    margin: 28px 0 0;
    max-width: 610px;
}

.eg-hero-actions,
.eg-final-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 11px;
    margin-top: 27px;
}

.eg-button {
    align-items: center;
    border: 1px solid transparent;
    border-radius: 9px;
    display: inline-flex;
    font-size: 0.82rem;
    font-weight: 900;
    gap: 9px;
    justify-content: center;
    min-height: 50px;
    padding: 0 18px;
    text-decoration: none;
    transition: background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease, color 180ms ease, transform 180ms ease;
}

.eg-button svg,
.eg-text-link svg {
    fill: none;
    height: 19px;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
    transition: transform 180ms ease;
    width: 19px;
}

.eg-button-primary {
    background: linear-gradient(180deg, #ffad21, var(--eg-orange));
    box-shadow: 0 14px 30px rgba(239, 138, 0, 0.25);
    color: var(--eg-navy);
}

.eg-button-ghost {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.4);
    color: #fff;
}

.eg-button-secondary {
    background: var(--eg-navy);
    color: #fff;
}

.eg-button:hover,
.eg-button:focus-visible {
    box-shadow: 0 16px 34px rgba(6, 18, 37, 0.2);
    transform: translateY(-2px);
}

.eg-button:hover svg,
.eg-button:focus-visible svg,
.eg-text-link:hover svg,
.eg-text-link:focus-visible svg {
    transform: translateX(4px);
}

.eg-button:focus-visible,
.eg-text-link:focus-visible,
.eg-audience-tabs button:focus-visible,
.eg-faq summary:focus-visible {
    outline: 3px solid #3f9cff;
    outline-offset: 3px;
}

.eg-hero-facts {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 20px;
    list-style: none;
    margin: 19px 0 0;
    padding: 0;
}

.eg-hero-facts li {
    align-items: center;
    color: rgba(255, 255, 255, 0.7);
    display: flex;
    font-size: 0.73rem;
    font-weight: 750;
    gap: 6px;
}

.eg-hero-facts svg {
    fill: none;
    height: 16px;
    stroke: var(--eg-orange-bright);
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2.3;
    width: 16px;
}

.eg-contact-sheet {
    backdrop-filter: blur(15px);
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(255, 255, 255, 0.78);
    border-radius: 17px;
    bottom: 23px;
    box-shadow: 0 22px 55px rgba(0, 0, 0, 0.3);
    color: var(--eg-ink);
    display: grid;
    gap: 9px;
    padding: 12px;
    position: absolute;
    right: 23px;
    width: min(510px, 43%);
    z-index: 4;
}

.eg-contact-head,
.eg-contact-sources {
    align-items: center;
    display: flex;
    gap: 12px;
    justify-content: space-between;
}

.eg-contact-head > span {
    align-items: center;
    display: flex;
    font-size: 0.65rem;
    font-weight: 900;
    gap: 7px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.eg-contact-head > span i {
    animation: egLivePulse 1.3s ease-in-out infinite;
    background: #10a675;
    border-radius: 50%;
    height: 8px;
    width: 8px;
}

.eg-contact-head strong {
    color: var(--eg-orange);
    font-size: 0.75rem;
}

.eg-contact-grid {
    display: grid;
    gap: 5px;
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.eg-contact-grid > * {
    aspect-ratio: 1 / 0.78;
    border-radius: 8px;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
    width: 100%;
}

.eg-contact-grid .is-uploading {
    align-items: center;
    background:
        radial-gradient(circle at 70% 10%, rgba(239, 138, 0, 0.28), transparent 35%),
        var(--eg-navy);
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.eg-contact-grid .is-uploading svg {
    fill: none;
    height: 22px;
    stroke: var(--eg-orange-bright);
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
    width: 22px;
}

.eg-contact-grid .is-uploading small {
    font-size: 0.68rem;
    font-weight: 900;
}

.eg-contact-sources {
    justify-content: flex-start;
}

.eg-contact-sources > span {
    align-items: center;
    color: #33465d;
    display: flex;
    font-size: 0.61rem;
    font-weight: 850;
    gap: 4px;
}

.eg-contact-sources svg {
    fill: none;
    height: 14px;
    stroke: var(--eg-orange);
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.9;
    width: 14px;
}

.eg-contact-sources > small {
    color: var(--eg-muted);
    font-size: 0.58rem;
    margin-left: auto;
}

.eg-trust-rail {
    background: #fff;
    border: 1px solid var(--eg-line);
    border-radius: 18px;
    box-shadow: 0 18px 45px rgba(6, 18, 37, 0.08);
    display: grid;
    gap: 0;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin: -74px 22px 0;
    position: relative;
    transform: translateY(74px);
    z-index: 5;
}

.eg-trust-rail article {
    align-items: center;
    border-right: 1px solid var(--eg-line);
    display: grid;
    gap: 10px;
    grid-template-columns: 43px 1fr;
    min-height: 96px;
    padding: 15px 18px;
}

.eg-trust-rail article:last-child {
    border-right: 0;
}

.eg-trust-rail article > span,
.eg-feature-icon,
.eg-memory-section li > span {
    align-items: center;
    background: #fff2dc;
    border-radius: 12px;
    color: #a85f00;
    display: flex;
    height: 43px;
    justify-content: center;
    width: 43px;
}

.eg-trust-rail svg,
.eg-feature-icon svg,
.eg-memory-section li svg {
    fill: none;
    height: 22px;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
    width: 22px;
}

.eg-trust-rail article > div {
    display: grid;
}

.eg-trust-rail strong {
    color: var(--eg-navy);
    font-size: 0.74rem;
}

.eg-trust-rail small {
    color: var(--eg-muted);
    font-size: 0.64rem;
    line-height: 1.4;
    margin-top: 2px;
}

.eg-section {
    position: relative;
}

.eg-section-heading {
    margin-bottom: 34px;
    max-width: 780px;
}

.eg-section-heading h2,
.eg-product-copy h2,
.eg-memory-section h2,
.eg-integration h2,
.eg-final-cta h2 {
    color: var(--eg-navy);
    font-size: clamp(2.45rem, 4.5vw, 4.35rem);
    letter-spacing: -0.058em;
    line-height: 0.98;
    margin: 0;
}

.eg-section-heading > p:not(.eg-kicker),
.eg-product-copy > p:not(.eg-kicker),
.eg-memory-section > div > p:not(.eg-kicker),
.eg-integration > div > p:not(.eg-kicker),
.eg-final-cta p:not(.eg-kicker) {
    color: var(--eg-muted);
    font-size: 1rem;
    line-height: 1.68;
    margin: 18px 0 0;
    max-width: 690px;
}

.eg-audience {
    padding-top: 72px;
}

.eg-audience-experience {
    background: var(--eg-navy);
    border-radius: 24px;
    box-shadow: 0 28px 70px rgba(6, 18, 37, 0.16);
    color: #fff;
    overflow: hidden;
}

.eg-audience-tabs {
    background:
        radial-gradient(circle at 90% 10%, rgba(239, 138, 0, 0.22), transparent 24%),
        #07192e;
    border-bottom: 1px solid rgba(255, 255, 255, 0.11);
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 10px;
}

.eg-audience-tabs button {
    align-items: center;
    appearance: none;
    background: rgba(255, 255, 255, 0.055);
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 14px;
    color: #fff;
    cursor: pointer;
    display: grid;
    font: inherit;
    gap: 2px 11px;
    grid-template-columns: 44px minmax(0, 1fr);
    min-height: 78px;
    padding: 12px 16px;
    text-align: left;
    touch-action: manipulation;
    transition: background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.eg-audience-tabs button > span {
    align-items: center;
    background: rgba(255, 255, 255, 0.09);
    border-radius: 10px;
    display: flex;
    grid-row: span 2;
    height: 44px;
    justify-content: center;
    width: 44px;
}

.eg-audience-tabs button svg {
    fill: none;
    height: 21px;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
    width: 21px;
}

.eg-audience-tabs button strong {
    font-size: 0.86rem;
}

.eg-audience-tabs button small {
    color: rgba(255, 255, 255, 0.55);
    font-size: 0.68rem;
    line-height: 1.35;
}

.eg-audience-tabs button[aria-selected="true"] {
    background: #fff;
    border-color: #fff;
    box-shadow: 0 14px 32px rgba(0, 0, 0, 0.2);
    color: var(--eg-navy);
}

.eg-audience-tabs button[aria-selected="true"] > span {
    background: var(--eg-orange);
}

.eg-audience-tabs button[aria-selected="true"] small {
    color: var(--eg-muted);
}

.eg-audience-panel {
    display: grid;
    gap: 40px;
    grid-template-columns: minmax(0, 1fr) minmax(250px, 0.52fr);
    padding: clamp(34px, 5vw, 58px);
}

.eg-audience-panel[hidden] {
    display: none !important;
}

.eg-audience-panel.is-entering {
    animation: egPanelEnter 320ms cubic-bezier(0.22, 1, 0.36, 1);
}

.eg-panel-label {
    color: var(--eg-orange-bright);
    font-size: 0.68rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    margin: 0 0 12px;
    text-transform: uppercase;
}

.eg-audience-panel h3 {
    color: #fff;
    font-size: clamp(2rem, 3.5vw, 3.2rem);
    letter-spacing: -0.052em;
    line-height: 1;
    margin: 0;
    max-width: 620px;
}

.eg-audience-panel > div > p:not(.eg-panel-label) {
    color: rgba(255, 255, 255, 0.65);
    font-size: 0.9rem;
    line-height: 1.65;
    margin: 18px 0;
    max-width: 620px;
}

.eg-audience-panel ul {
    display: grid;
    gap: 9px;
    list-style: none;
    margin: 0 0 22px;
    padding: 0;
}

.eg-audience-panel li {
    align-items: center;
    color: rgba(255, 255, 255, 0.85);
    display: flex;
    font-size: 0.79rem;
    gap: 8px;
}

.eg-audience-panel li svg {
    fill: none;
    height: 17px;
    stroke: var(--eg-orange-bright);
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2.1;
    width: 17px;
}

.eg-text-link {
    align-items: center;
    color: var(--eg-orange);
    display: inline-flex;
    font-size: 0.82rem;
    font-weight: 900;
    gap: 7px;
    min-height: 44px;
    text-decoration: none;
}

.eg-audience-panel .eg-text-link,
.eg-integration .eg-text-link {
    color: var(--eg-orange-bright);
}

.eg-audience-usecases {
    align-content: start;
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 17px;
    display: grid;
    padding: 17px;
}

.eg-audience-usecases > span {
    color: rgba(255, 255, 255, 0.52);
    font-size: 0.6rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    margin-bottom: 6px;
    text-transform: uppercase;
}

.eg-audience-usecases > div {
    border-bottom: 1px solid rgba(255, 255, 255, 0.11);
    display: grid;
    padding: 13px 0;
}

.eg-audience-usecases > div:last-child {
    border-bottom: 0;
}

.eg-audience-usecases b {
    color: #fff;
    font-size: 0.78rem;
}

.eg-audience-usecases small {
    color: rgba(255, 255, 255, 0.54);
    font-size: 0.65rem;
    line-height: 1.4;
}

.eg-process {
    background:
        radial-gradient(circle at 90% 8%, rgba(239, 138, 0, 0.25), transparent 17%),
        linear-gradient(145deg, #020b18, #07182e 68%, #0b2340);
    border-radius: 28px;
    color: #fff;
    overflow: hidden;
    padding: clamp(40px, 7vw, 82px);
}

.eg-process::before {
    background-image: radial-gradient(circle, rgba(255, 255, 255, 0.1) 1.4px, transparent 1.4px);
    background-size: 23px 23px;
    content: "";
    height: 220px;
    opacity: 0.4;
    position: absolute;
    right: -20px;
    top: -20px;
    width: 330px;
}

.eg-section-heading-light {
    position: relative;
    z-index: 1;
}

.eg-section-heading-light h2 {
    color: #fff;
}

.eg-section-heading-light > p:not(.eg-kicker) {
    color: rgba(255, 255, 255, 0.64);
}

.eg-process-grid {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 1;
}

.eg-process-grid > li {
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 18px;
    display: grid;
    min-height: 330px;
    padding: 24px;
}

.eg-process-top {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.eg-process-top > span {
    color: var(--eg-orange-bright);
    font-size: 0.68rem;
    font-weight: 900;
    letter-spacing: 0.1em;
}

.eg-process-top > i {
    align-items: center;
    background: rgba(239, 138, 0, 0.16);
    border: 1px solid rgba(255, 173, 33, 0.25);
    border-radius: 12px;
    color: var(--eg-orange-bright);
    display: flex;
    height: 46px;
    justify-content: center;
    width: 46px;
}

.eg-process-top svg,
.eg-process-grid > li > small svg {
    fill: none;
    height: 23px;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
    width: 23px;
}

.eg-process-grid h3 {
    color: #fff;
    font-size: 1.25rem;
    letter-spacing: -0.03em;
    line-height: 1.18;
    margin: 38px 0 0;
}

.eg-process-grid p {
    color: rgba(255, 255, 255, 0.63);
    font-size: 0.81rem;
    line-height: 1.65;
    margin: 13px 0;
}

.eg-process-grid > li > small {
    align-items: center;
    align-self: end;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    color: rgba(255, 255, 255, 0.72);
    display: flex;
    font-size: 0.66rem;
    gap: 7px;
    padding-top: 14px;
}

.eg-process-grid > li > small svg {
    color: var(--eg-orange-bright);
    height: 16px;
    width: 16px;
}

.eg-product-story {
    align-items: center;
    display: grid;
    gap: clamp(35px, 7vw, 80px);
    grid-template-columns: minmax(300px, 0.72fr) minmax(560px, 1.28fr);
}

.eg-product-facts {
    display: grid;
    margin: 27px 0 0;
}

.eg-product-facts > div {
    border-top: 1px solid var(--eg-line);
    display: grid;
    gap: 15px;
    grid-template-columns: 84px 1fr;
    padding: 14px 0;
}

.eg-product-facts dt {
    color: var(--eg-orange);
    font-size: 0.68rem;
    font-weight: 900;
    text-transform: uppercase;
}

.eg-product-facts dd {
    color: var(--eg-navy);
    font-size: 0.79rem;
    font-weight: 800;
    margin: 0;
}

.eg-product-preview {
    background:
        radial-gradient(circle at 78% 20%, rgba(239, 138, 0, 0.3), transparent 23%),
        linear-gradient(145deg, #07182e, #0d2a4b);
    border-radius: 25px;
    box-shadow: 0 28px 68px rgba(6, 18, 37, 0.2);
    min-height: 600px;
    overflow: hidden;
    padding: 34px;
    position: relative;
}

.eg-product-preview::before {
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 50%;
    content: "";
    height: 430px;
    position: absolute;
    right: -170px;
    top: -170px;
    width: 430px;
}

.eg-gallery-window {
    background: #f8fafc;
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 15px;
    box-shadow: 0 22px 50px rgba(0, 0, 0, 0.3);
    color: var(--eg-ink);
    left: 27px;
    overflow: hidden;
    position: absolute;
    top: 52px;
    width: min(590px, calc(100% - 100px));
}

.eg-window-bar {
    align-items: center;
    background: var(--eg-navy);
    color: #fff;
    display: grid;
    gap: 12px;
    grid-template-columns: auto 1fr auto;
    min-height: 48px;
    padding: 0 14px;
}

.eg-window-bar > span {
    display: flex;
    gap: 4px;
}

.eg-window-bar > span i {
    background: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    height: 6px;
    width: 6px;
}

.eg-window-bar > span i:first-child {
    background: var(--eg-orange);
}

.eg-window-bar small,
.eg-window-bar b {
    font-size: 0.63rem;
}

.eg-window-bar b {
    color: var(--eg-orange-bright);
}

.eg-window-tools {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 16px;
}

.eg-window-tools > div {
    display: grid;
}

.eg-window-tools strong {
    color: var(--eg-navy);
    font-size: 0.84rem;
}

.eg-window-tools small {
    color: var(--eg-muted);
    font-size: 0.62rem;
}

.eg-window-tools > span {
    align-items: center;
    background: var(--eg-navy);
    border-radius: 7px;
    color: #fff;
    display: flex;
    font-size: 0.61rem;
    font-weight: 900;
    gap: 4px;
    min-height: 31px;
    padding: 0 8px;
}

.eg-window-tools svg {
    fill: none;
    height: 14px;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.9;
    width: 14px;
}

.eg-window-grid {
    display: grid;
    gap: 5px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    padding: 0 14px 14px;
}

.eg-window-grid > * {
    aspect-ratio: 1.18 / 1;
    border-radius: 7px;
    min-width: 0;
    overflow: hidden;
}

.eg-window-grid img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.eg-pending-photo {
    align-items: center;
    background: #fff0d5;
    border: 1px dashed #e1a23c;
    color: #8a4d00;
    display: flex;
    gap: 7px;
    justify-content: center;
    padding: 8px;
}

.eg-pending-photo svg {
    fill: none;
    height: 22px;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
    width: 22px;
}

.eg-pending-photo > span {
    display: grid;
}

.eg-pending-photo strong {
    font-size: 0.68rem;
}

.eg-pending-photo small {
    font-size: 0.55rem;
    line-height: 1.2;
}

.eg-upload-phone {
    background: #fff;
    border: 5px solid #071326;
    border-radius: 25px;
    bottom: 24px;
    box-shadow: 0 24px 48px rgba(0, 0, 0, 0.34);
    color: var(--eg-ink);
    display: flex;
    flex-direction: column;
    min-height: 365px;
    padding: 27px 15px 14px;
    position: absolute;
    right: 24px;
    width: 196px;
}

.eg-phone-speaker {
    background: #071326;
    border-radius: 99px;
    height: 5px;
    left: 50%;
    position: absolute;
    top: 8px;
    transform: translateX(-50%);
    width: 42px;
}

.eg-phone-logo {
    align-items: baseline;
    display: flex;
    font-size: 0.72rem;
    font-weight: 950;
}

.eg-phone-logo strong {
    color: var(--eg-orange);
}

.eg-upload-phone > small {
    color: var(--eg-orange);
    font-size: 0.56rem;
    font-weight: 900;
    margin-top: 25px;
    text-transform: uppercase;
}

.eg-upload-phone > strong {
    color: var(--eg-navy);
    font-size: 1rem;
    margin-top: 3px;
}

.eg-upload-phone > p {
    color: var(--eg-muted);
    font-size: 0.62rem;
    line-height: 1.4;
    margin: 5px 0 12px;
}

.eg-phone-drop {
    align-items: center;
    background: #f6f8fb;
    border: 1px dashed #b8c3d2;
    border-radius: 10px;
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: center;
    padding: 13px;
    text-align: center;
}

.eg-phone-drop svg {
    fill: none;
    height: 27px;
    stroke: var(--eg-orange);
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.7;
    width: 27px;
}

.eg-phone-drop b {
    font-size: 0.66rem;
    margin-top: 6px;
}

.eg-phone-drop small {
    color: var(--eg-muted);
    font-size: 0.52rem;
}

.eg-phone-button {
    align-items: center;
    background: var(--eg-orange);
    border-radius: 8px;
    color: var(--eg-navy);
    display: flex;
    font-size: 0.64rem;
    font-weight: 900;
    justify-content: center;
    margin-top: 9px;
    min-height: 36px;
}

.eg-features .eg-section-heading {
    max-width: 850px;
}

.eg-feature-grid {
    display: grid;
    gap: 13px;
    grid-auto-rows: minmax(255px, auto);
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.eg-feature-grid article {
    background: #fff;
    border: 1px solid var(--eg-line);
    border-radius: 18px;
    box-shadow: 0 12px 32px rgba(6, 18, 37, 0.06);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    padding: 23px;
    position: relative;
    transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.eg-feature-grid article::after {
    background: var(--eg-orange);
    border-radius: 50%;
    content: "";
    height: 90px;
    opacity: 0.08;
    position: absolute;
    right: -35px;
    top: -35px;
    width: 90px;
}

.eg-feature-grid article.is-wide {
    grid-column: span 2;
}

.eg-feature-grid article.is-dark {
    background:
        radial-gradient(circle at 90% 8%, rgba(239, 138, 0, 0.28), transparent 20%),
        var(--eg-navy);
    border-color: var(--eg-navy);
    color: #fff;
}

.eg-feature-grid article.is-dark .eg-feature-icon {
    background: rgba(239, 138, 0, 0.16);
    color: var(--eg-orange-bright);
}

.eg-feature-grid article > p {
    color: var(--eg-orange);
    font-size: 0.61rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    margin: 23px 0 5px;
    text-transform: uppercase;
}

.eg-feature-grid article h3 {
    color: var(--eg-navy);
    font-size: 1.2rem;
    letter-spacing: -0.035em;
    line-height: 1.15;
    margin: 0;
}

.eg-feature-grid article.is-dark h3 {
    color: #fff;
    font-size: 1.65rem;
}

.eg-feature-grid article > div {
    color: var(--eg-muted);
    font-size: 0.78rem;
    line-height: 1.58;
    margin-top: auto;
    max-width: 570px;
    padding-top: 16px;
}

.eg-feature-grid article.is-dark > div {
    color: rgba(255, 255, 255, 0.65);
}

@media (hover: hover) {
    .eg-feature-grid article:hover {
        border-color: #e6a448;
        box-shadow: 0 18px 42px rgba(6, 18, 37, 0.11);
        transform: translateY(-4px);
    }
}

.eg-memory-section {
    align-items: stretch;
    background: #fff;
    border: 1px solid var(--eg-line);
    border-radius: 27px;
    box-shadow: 0 24px 60px rgba(6, 18, 37, 0.1);
    display: grid;
    grid-template-columns: minmax(0, 1.03fr) minmax(420px, 0.97fr);
    min-height: 660px;
    overflow: hidden;
}

.eg-memory-section > figure {
    margin: 0;
    min-height: 660px;
    overflow: hidden;
    position: relative;
}

.eg-memory-section > figure::after {
    background: linear-gradient(90deg, transparent 65%, rgba(6, 18, 37, 0.18));
    content: "";
    inset: 0;
    position: absolute;
}

.eg-memory-section > figure img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.eg-memory-section figcaption {
    background: rgba(6, 18, 37, 0.9);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 13px;
    bottom: 20px;
    color: #fff;
    display: grid;
    left: 20px;
    max-width: 410px;
    padding: 14px 16px;
    position: absolute;
    right: 20px;
    z-index: 2;
}

.eg-memory-section figcaption span {
    color: var(--eg-orange-bright);
    font-size: 0.6rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.eg-memory-section figcaption strong {
    font-size: 0.82rem;
    line-height: 1.35;
}

.eg-memory-section > div {
    align-content: center;
    display: grid;
    padding: clamp(35px, 6vw, 72px);
}

.eg-memory-section ul {
    display: grid;
    gap: 0;
    list-style: none;
    margin: 27px 0 24px;
    padding: 0;
}

.eg-memory-section li {
    align-items: center;
    border-top: 1px solid var(--eg-line);
    display: grid;
    gap: 12px;
    grid-template-columns: 43px 1fr;
    padding: 13px 0;
}

.eg-memory-section li > div {
    display: grid;
}

.eg-memory-section li strong {
    color: var(--eg-navy);
    font-size: 0.75rem;
}

.eg-memory-section li small {
    color: var(--eg-muted);
    font-size: 0.65rem;
}

.eg-memory-section .eg-button {
    justify-self: start;
}

.eg-integration {
    align-items: center;
    background:
        radial-gradient(circle at 12% 22%, rgba(239, 138, 0, 0.22), transparent 20%),
        linear-gradient(135deg, #020b18, #0a203a);
    border-radius: 27px;
    color: #fff;
    display: grid;
    gap: clamp(38px, 7vw, 80px);
    grid-template-columns: minmax(430px, 0.92fr) minmax(0, 1.08fr);
    min-height: 540px;
    overflow: hidden;
    padding: clamp(36px, 6vw, 70px);
}

.eg-integration h2 {
    color: #fff;
}

.eg-integration > div > p:not(.eg-kicker) {
    color: rgba(255, 255, 255, 0.66);
}

.eg-integration-visual {
    min-height: 390px;
    position: relative;
}

.eg-source-card,
.eg-source-center {
    align-items: center;
    border-radius: 15px;
    display: grid;
    gap: 11px;
    grid-template-columns: 43px 1fr;
    padding: 14px;
    position: absolute;
    z-index: 2;
}

.eg-source-card {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: #fff;
    min-width: 190px;
}

.eg-source-card > svg,
.eg-source-center > svg {
    fill: none;
    height: 30px;
    stroke: var(--eg-orange-bright);
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.7;
    width: 30px;
}

.eg-source-card > span,
.eg-source-center > span {
    display: grid;
}

.eg-source-card strong,
.eg-source-center strong {
    font-size: 0.75rem;
}

.eg-source-card small,
.eg-source-center small {
    color: rgba(255, 255, 255, 0.53);
    font-size: 0.61rem;
}

.eg-source-card > i {
    background: #10a675;
    border: 3px solid rgba(16, 166, 117, 0.15);
    border-radius: 50%;
    box-sizing: content-box;
    height: 7px;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 7px;
}

.eg-source-card.is-phone {
    left: 0;
    top: 35px;
}

.eg-source-card.is-camera {
    bottom: 35px;
    left: 0;
}

.eg-source-card.is-camera > i {
    background: var(--eg-orange);
}

.eg-source-center {
    background: #fff;
    box-shadow: 0 22px 55px rgba(0, 0, 0, 0.32);
    color: var(--eg-navy);
    min-width: 210px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.eg-source-center small {
    color: var(--eg-muted);
}

.eg-source-line {
    border-top: 1px dashed rgba(255, 173, 33, 0.55);
    height: 1px;
    left: 170px;
    position: absolute;
    transform-origin: left;
    width: calc(100% - 300px);
}

.eg-source-line::after {
    background: var(--eg-orange);
    border-radius: 50%;
    box-shadow: 0 0 0 5px rgba(239, 138, 0, 0.13);
    content: "";
    height: 7px;
    position: absolute;
    right: 0;
    top: -4px;
    width: 7px;
}

.eg-source-line.is-one {
    top: 105px;
    transform: rotate(19deg);
}

.eg-source-line.is-two {
    bottom: 105px;
    transform: rotate(-19deg);
}

.eg-integration-status {
    display: grid;
    gap: 8px;
    margin: 24px 0 10px;
}

.eg-integration-status > span {
    align-items: center;
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 10px;
    color: rgba(255, 255, 255, 0.75);
    display: grid;
    font-size: 0.69rem;
    gap: 8px;
    grid-template-columns: 19px 52px 1fr;
    min-height: 47px;
    padding: 8px 11px;
}

.eg-integration-status svg {
    fill: none;
    height: 18px;
    stroke: #44c996;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2;
    width: 18px;
}

.eg-integration-status b {
    color: #fff;
}

.eg-integration-status .is-planned svg {
    stroke: var(--eg-orange-bright);
}

.eg-faq {
    display: grid;
    gap: clamp(30px, 6vw, 70px);
    grid-template-columns: minmax(260px, 0.6fr) minmax(0, 1.4fr);
}

.eg-faq .eg-section-heading {
    margin: 0;
    position: sticky;
    top: 30px;
}

.eg-faq-list {
    display: grid;
    gap: 9px;
}

.eg-faq details {
    background: #fff;
    border: 1px solid var(--eg-line);
    border-radius: 13px;
    box-shadow: 0 6px 18px rgba(6, 18, 37, 0.04);
    overflow: hidden;
}

.eg-faq summary {
    align-items: center;
    color: var(--eg-navy);
    cursor: pointer;
    display: flex;
    font-size: 0.85rem;
    font-weight: 900;
    gap: 20px;
    justify-content: space-between;
    list-style: none;
    min-height: 64px;
    padding: 14px 17px;
}

.eg-faq summary::-webkit-details-marker {
    display: none;
}

.eg-faq summary > span {
    border: 1.5px solid var(--eg-orange);
    border-radius: 50%;
    flex: 0 0 24px;
    height: 24px;
    position: relative;
    width: 24px;
}

.eg-faq summary > span::before,
.eg-faq summary > span::after {
    background: var(--eg-orange);
    content: "";
    height: 1.5px;
    left: 6px;
    position: absolute;
    top: 10px;
    transition: transform 180ms ease;
    width: 10px;
}

.eg-faq summary > span::after {
    transform: rotate(90deg);
}

.eg-faq details[open] summary > span::after {
    transform: rotate(0);
}

.eg-faq details > p {
    border-top: 1px solid var(--eg-line);
    color: var(--eg-muted);
    font-size: 0.8rem;
    line-height: 1.65;
    margin: 0;
    padding: 16px 17px 19px;
}

.eg-final-cta {
    align-items: center;
    background:
        radial-gradient(circle at 92% 10%, rgba(239, 138, 0, 0.3), transparent 23%),
        var(--eg-navy);
    border-radius: 27px;
    color: #fff;
    display: grid;
    gap: 40px;
    grid-template-columns: minmax(0, 1fr) auto;
    overflow: hidden;
    padding: clamp(40px, 7vw, 78px);
}

.eg-final-cta h2 {
    color: #fff;
}

.eg-final-cta p:not(.eg-kicker) {
    color: rgba(255, 255, 255, 0.64);
}

.eg-final-actions {
    align-content: center;
    display: grid;
    margin: 0;
    min-width: 260px;
}

.eg-final-actions .eg-button {
    width: 100%;
}

.eg-final-actions > small {
    color: rgba(255, 255, 255, 0.52);
    font-size: 0.61rem;
    line-height: 1.4;
    margin-top: 2px;
    text-align: center;
}

.eg-mobile-action {
    display: none;
}

.eg-motion-ready [data-gallery-reveal] {
    opacity: 0;
    transform: translate3d(0, 24px, 0);
    transition:
        opacity 420ms ease-out var(--eg-delay, 0ms),
        transform 520ms cubic-bezier(0.22, 1, 0.36, 1) var(--eg-delay, 0ms);
}

.eg-motion-ready [data-gallery-reveal="left"] {
    transform: translate3d(-28px, 0, 0);
}

.eg-motion-ready [data-gallery-reveal="scale"] {
    transform: scale(0.97);
}

.eg-motion-ready [data-gallery-reveal].is-visible {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
}

.eg-motion-loaded .eg-contact-grid > * {
    animation: egPhotoArrive 420ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.eg-motion-loaded .eg-contact-grid > :nth-child(2) { animation-delay: 80ms; }
.eg-motion-loaded .eg-contact-grid > :nth-child(3) { animation-delay: 150ms; }
.eg-motion-loaded .eg-contact-grid > :nth-child(4) { animation-delay: 220ms; }
.eg-motion-loaded .eg-contact-grid > :nth-child(5) { animation-delay: 300ms; }

@keyframes egPhotoArrive {
    from {
        opacity: 0;
        transform: translateY(10px) scale(0.9);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@keyframes egLivePulse {
    0%,
    100% { box-shadow: 0 0 0 0 rgba(16, 166, 117, 0.12); }
    50% { box-shadow: 0 0 0 5px rgba(16, 166, 117, 0.16); }
}

@keyframes egPanelEnter {
    from {
        opacity: 0.55;
        transform: translateY(8px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 1120px) {
    .eg-header .home-nav {
        gap: 16px;
    }

    .eg-header .home-nav a {
        font-size: 0.74rem;
    }

    .eg-header .home-cta {
        padding-inline: 13px;
    }

    .eg-hero-copy {
        max-width: none;
        padding-left: 48px;
        width: 62%;
    }

    .eg-contact-sheet {
        width: 47%;
    }

    .eg-trust-rail {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .eg-trust-rail article:nth-child(2) {
        border-right: 0;
    }

    .eg-trust-rail article:nth-child(-n + 2) {
        border-bottom: 1px solid var(--eg-line);
    }

    .eg-product-story {
        grid-template-columns: 1fr;
    }

    .eg-product-copy {
        max-width: 760px;
    }

    .eg-product-preview {
        min-height: 640px;
    }

    .eg-gallery-window {
        width: calc(100% - 170px);
    }

    .eg-memory-section {
        grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
    }

    .eg-integration {
        grid-template-columns: 1fr;
    }

    .eg-integration-visual {
        margin: 0 auto;
        max-width: 620px;
        width: 100%;
    }
}

@media (max-width: 900px) {
    .event-gallery-page {
        padding: 12px;
    }

    .eg-header {
        align-items: start;
    }

    .eg-header .home-menu {
        position: relative;
    }

    .eg-service-status {
        min-height: 44px;
    }

    .eg-header .language-button {
        min-height: 44px;
    }

    .eg-header .home-nav a {
        font-size: 0.82rem;
        min-height: 44px;
    }

    .eg-main {
        gap: 80px;
    }

    .eg-hero {
        height: auto;
        min-height: 790px;
    }

    .eg-hero-photo {
        object-position: 58% center;
    }

    .eg-hero-shade {
        background:
            linear-gradient(90deg, rgba(2, 10, 23, 0.98), rgba(3, 14, 30, 0.72) 60%, rgba(3, 14, 30, 0.15)),
            linear-gradient(0deg, rgba(2, 10, 23, 0.9), transparent 48%);
    }

    .eg-hero-copy {
        width: auto;
        padding: 66px 45px 250px;
    }

    .eg-contact-sheet {
        left: 30px;
        right: 30px;
        width: auto;
    }

    .eg-audience-experience {
        grid-template-columns: 1fr;
    }

    .eg-audience-tabs {
        border-right: 0;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .eg-audience-tabs button {
        min-height: 78px;
    }

    .eg-audience-panel {
        padding: 40px;
    }

    .eg-process-grid {
        grid-template-columns: 1fr;
    }

    .eg-process-grid > li {
        min-height: 250px;
    }

    .eg-feature-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .eg-feature-grid article.is-wide {
        grid-column: span 2;
    }

    .eg-memory-section {
        grid-template-columns: 1fr;
    }

    .eg-memory-section > figure {
        min-height: 500px;
    }

    .eg-faq {
        grid-template-columns: 1fr;
    }

    .eg-faq .eg-section-heading {
        position: static;
    }

    .eg-final-cta {
        grid-template-columns: 1fr;
    }

    .eg-final-actions {
        max-width: 420px;
        width: 100%;
    }
}

@media (max-width: 620px) {
    .event-gallery-landing-body {
        padding-bottom: calc(76px + env(safe-area-inset-bottom));
    }

    .event-gallery-landing-body .frontend-footer {
        padding-bottom: calc(84px + env(safe-area-inset-bottom));
    }

    .event-gallery-page {
        padding: 8px;
    }

    .event-gallery-page .home-header {
        padding-inline: 8px;
    }

    .event-gallery-page .home-brand p {
        display: none;
    }

    .event-gallery-page .home-logo {
        font-size: 1.72rem;
    }

    .event-gallery-page .home-logo em {
        font-size: 0.96rem;
    }

    .eg-header .home-top-actions {
        align-items: stretch;
        display: grid;
    }

    .eg-service-status {
        padding-inline: 9px;
    }

    .eg-main {
        gap: 66px;
    }

    .eg-hero {
        border-radius: 21px;
        min-height: 930px;
    }

    .eg-hero::before {
        height: 320px;
        left: 30%;
        top: -150px;
        width: 320px;
    }

    .eg-hero-photo {
        bottom: 160px;
        height: 420px;
        inset: auto 0 160px;
        object-position: 65% center;
    }

    .eg-hero-shade {
        background:
            linear-gradient(180deg, rgba(2, 10, 23, 1) 0%, rgba(2, 10, 23, 0.95) 43%, rgba(2, 10, 23, 0.1) 69%, rgba(2, 10, 23, 0.86) 100%);
    }

    .eg-hero-copy {
        padding: 40px 22px 480px;
    }

    .eg-hero .eg-kicker {
        line-height: 1.7;
    }

    .eg-hero .eg-kicker span {
        padding-block: 4px;
    }

    .eg-hero h1 {
        font-size: clamp(2.72rem, 13vw, 3.7rem);
        line-height: 0.95;
    }

    .eg-hero-lead {
        font-size: 0.94rem;
        line-height: 1.58;
        margin-top: 22px;
    }

    .eg-hero-actions {
        display: grid;
    }

    .eg-button {
        width: 100%;
    }

    .eg-hero-facts {
        display: grid;
        gap: 7px;
    }

    .eg-contact-sheet {
        bottom: 13px;
        left: 13px;
        padding: 10px;
        right: 13px;
    }

    .eg-contact-head strong {
        font-size: 0.68rem;
    }

    .eg-contact-grid {
        grid-template-columns: repeat(5, minmax(48px, 1fr));
        overflow: hidden;
    }

    .eg-contact-sources {
        display: grid;
        gap: 4px 12px;
        grid-template-columns: auto auto;
    }

    .eg-contact-sources > small {
        grid-column: 1 / -1;
        margin-left: 0;
    }

    .eg-trust-rail {
        grid-template-columns: 1fr;
        margin: -44px 9px 0;
        transform: translateY(44px);
    }

    .eg-trust-rail article,
    .eg-trust-rail article:nth-child(2) {
        border-bottom: 1px solid var(--eg-line);
        border-right: 0;
        min-height: 82px;
        padding: 12px 14px;
    }

    .eg-trust-rail article:last-child {
        border-bottom: 0;
    }

    .eg-audience {
        padding-top: 58px;
    }

    .eg-section-heading {
        margin-bottom: 24px;
    }

    .eg-section-heading h2,
    .eg-product-copy h2,
    .eg-memory-section h2,
    .eg-integration h2,
    .eg-final-cta h2 {
        font-size: 2.45rem;
        line-height: 1;
    }

    .eg-section-heading > p:not(.eg-kicker),
    .eg-product-copy > p:not(.eg-kicker),
    .eg-memory-section > div > p:not(.eg-kicker),
    .eg-integration > div > p:not(.eg-kicker),
    .eg-final-cta p:not(.eg-kicker) {
        font-size: 0.92rem;
    }

    .eg-audience-experience,
    .eg-process,
    .eg-memory-section,
    .eg-integration,
    .eg-final-cta {
        border-radius: 20px;
    }

    .eg-audience-tabs {
        grid-template-columns: 1fr;
        padding: 10px;
    }

    .eg-audience-tabs button {
        min-height: 82px;
    }

    .eg-audience-panel {
        gap: 25px;
        grid-template-columns: 1fr;
        padding: 27px 20px;
    }

    .eg-audience-panel h3 {
        font-size: 2.15rem;
    }

    .eg-audience-usecases {
        padding: 13px;
    }

    .eg-process {
        padding: 34px 17px;
    }

    .eg-process-grid > li {
        min-height: 270px;
        padding: 20px;
    }

    .eg-product-preview {
        border-radius: 20px;
        min-height: 650px;
        padding: 15px;
    }

    .eg-gallery-window {
        left: 14px;
        top: 30px;
        width: calc(100% - 28px);
    }

    .eg-window-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .eg-window-grid > :nth-child(5) {
        display: none;
    }

    .eg-upload-phone {
        bottom: 18px;
        min-height: 330px;
        right: 18px;
        width: 180px;
    }

    .eg-feature-grid {
        grid-auto-rows: auto;
        grid-template-columns: 1fr;
    }

    .eg-feature-grid article,
    .eg-feature-grid article.is-wide {
        grid-column: auto;
        min-height: 250px;
    }

    .eg-memory-section {
        min-height: 0;
    }

    .eg-memory-section > figure {
        min-height: 400px;
    }

    .eg-memory-section > figure img {
        object-position: 54% center;
    }

    .eg-memory-section > div {
        padding: 34px 20px;
    }

    .eg-integration {
        gap: 25px;
        grid-template-columns: 1fr;
        padding: 32px 18px;
    }

    .eg-integration-visual {
        min-height: 430px;
    }

    .eg-source-card {
        left: 0;
        min-width: 178px;
    }

    .eg-source-center {
        bottom: 145px;
        left: 50%;
        right: auto;
        top: auto;
        transform: translateX(-50%);
    }

    .eg-source-line {
        display: none;
    }

    .eg-integration-status > span {
        align-items: start;
        grid-template-columns: 19px 1fr;
        line-height: 1.45;
        padding-block: 11px;
    }

    .eg-integration-status b {
        grid-column: 2;
    }

    .eg-faq summary {
        font-size: 0.8rem;
        min-height: 68px;
    }

    .eg-final-cta {
        padding: 37px 20px;
    }

    .eg-final-actions {
        min-width: 0;
    }

    .eg-mobile-action {
        backdrop-filter: blur(16px);
        background: rgba(6, 18, 37, 0.94);
        border: 1px solid rgba(255, 255, 255, 0.12);
        border-radius: 14px;
        bottom: calc(8px + env(safe-area-inset-bottom));
        box-shadow: 0 14px 36px rgba(6, 18, 37, 0.28);
        display: grid;
        gap: 8px;
        grid-template-columns: auto minmax(0, 1fr);
        left: 8px;
        padding: 8px;
        position: fixed;
        right: 8px;
        z-index: 80;
    }

    .js .eg-mobile-action {
        opacity: 0;
        pointer-events: none;
        transform: translateY(16px);
        transition: opacity 180ms ease, transform 240ms cubic-bezier(0.22, 1, 0.36, 1);
    }

    .js .eg-mobile-action.is-visible {
        opacity: 1;
        pointer-events: auto;
        transform: translateY(0);
    }

    .eg-mobile-action a {
        align-items: center;
        border-radius: 9px;
        color: #fff;
        display: flex;
        font-size: 0.75rem;
        font-weight: 900;
        gap: 7px;
        justify-content: center;
        min-height: 48px;
        padding: 0 13px;
        text-decoration: none;
    }

    .eg-mobile-action a:first-child {
        background: rgba(255, 255, 255, 0.1);
    }

    .eg-mobile-action a:last-child {
        background: var(--eg-orange);
        color: var(--eg-navy);
    }

    .eg-mobile-action svg {
        fill: none;
        height: 18px;
        stroke: currentColor;
        stroke-linecap: round;
        stroke-linejoin: round;
        stroke-width: 1.8;
        width: 18px;
    }
}

@media (max-width: 380px) {
    .eg-hero-copy {
        padding-inline: 18px;
    }

    .eg-contact-grid {
        grid-template-columns: repeat(4, minmax(48px, 1fr));
    }

    .eg-contact-grid > :nth-child(4) {
        display: none;
    }

    .eg-window-bar b {
        display: none;
    }

    .eg-window-bar {
        grid-template-columns: auto 1fr;
    }
}

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

    .eg-motion-ready [data-gallery-reveal] {
        opacity: 1 !important;
        transform: none !important;
    }

    .eg-button:hover,
    .eg-button:focus-visible,
    .eg-feature-grid article:hover {
        transform: none;
    }
}
