.gis-device-cta,
.gis-hero-install-nudge,
.gis-desktop-qr-panel,
.gis-post-download-prompt,
.gis-qr-widget,
.gis-exit-modal,
.gis-floating-app,
.gis-redirect-overlay,
.gis-scroll-sticky,
.gis-comparison-section,
.gis-mobile-install-bar,
.gis-social-toast {
    font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.gis-device-cta {
    display: none;
    margin: 0 auto 24px;
    max-width: 760px;
    padding: 22px;
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 24px;
    background: rgba(10,17,24,.28);
    box-shadow: 0 24px 70px rgba(4,10,18,.22);
    backdrop-filter: blur(18px);
    color: #fff;
}

.gis-device-cta.is-visible {
    display: block;
    animation: gisFadeUp .42s ease both;
}

.gis-device-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 18px;
    align-items: center;
}

.gis-device-title {
    margin: 0 0 8px;
    color: #fff;
    font-size: clamp(22px, 4vw, 34px);
    line-height: 1.08;
    font-weight: 900;
    letter-spacing: -.04em;
}

.gis-device-copy {
    margin: 0 0 16px;
    color: rgba(255,255,255,.86);
    font-size: 15px;
    line-height: 1.6;
}

.gis-play-badge {
    display: inline-flex;
    width: min(250px, 78vw);
    max-width: 100%;
    transition: transform .18s ease, filter .18s ease;
}

.gis-play-badge:hover {
    transform: translateY(-2px);
    filter: drop-shadow(0 12px 24px rgba(0,0,0,.26));
}

.gis-play-badge img {
    display: block;
    width: 100%;
    height: auto;
}

.gis-hero-secondary,
.gis-pc-link {
    display: inline-flex;
    margin-top: 12px;
    color: rgba(255,255,255,.82) !important;
    font-size: 13px;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 4px;
}

.gis-urgency-copy,
.gis-proof-line {
    margin: 10px 0 0;
    color: #ffb25f;
    font-size: 13px;
    font-weight: 900;
}

.gis-trust-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 14px;
}

.gis-trust-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 7px 10px;
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 999px;
    background: rgba(255,255,255,.1);
    color: rgba(255,255,255,.92);
    font-size: 11px;
    font-weight: 800;
    white-space: nowrap;
}

.gis-qr-panel {
    justify-self: center;
    width: 158px;
    padding: 12px;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 18px 48px rgba(0,0,0,.22);
}

.gis-qr-panel img {
    display: block;
    width: 100%;
    height: auto;
}

.gis-install-btn,
.gis-comparison-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 12px 18px;
    border-radius: 999px;
    border: 0;
    background: linear-gradient(135deg, #ff725f, #14b8a6);
    color: #fff !important;
    font-size: 14px;
    font-weight: 900;
    text-decoration: none !important;
    box-shadow: 0 16px 30px rgba(20,184,166,.25);
}

.gis-hero-install-nudge {
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr) auto;
    align-items: center;
    gap: 12px;
    width: min(750px, calc(100% - 32px));
    margin: 14px auto 0;
    padding: 12px 14px;
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 20px;
    background: #fff;
    color: #1a1a1a;
    box-shadow: 0 12px 34px rgba(0,0,0,.12);
    box-sizing: border-box;
    opacity: 0;
    transform: translateY(10px);
    transition: opacity .28s ease, transform .28s ease;
}

.gis-hero-install-nudge.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.gis-hero-install-icon {
    width: 46px;
    height: 46px;
    border-radius: 14px;
    box-shadow: 0 12px 28px rgba(0,0,0,.24);
}

.gis-hero-install-copy {
    min-width: 0;
    text-align: left;
}

.gis-hero-install-copy strong,
.gis-hero-install-copy span {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.gis-hero-install-copy strong {
    color: #1a1a1a;
    font-size: 15px;
    font-weight: 900;
    line-height: 1.2;
}

.gis-hero-install-copy span {
    margin-top: 3px;
    color: #5d6674;
    font-size: 12px;
    font-weight: 700;
}

.gis-hero-install-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 11px 18px;
    border-radius: 999px;
    background: linear-gradient(135deg, #ff725f, #14b8a6);
    color: #fff !important;
    font-size: 13px;
    font-weight: 900;
    text-decoration: none !important;
    box-shadow: 0 0 0 0 rgba(234,88,12,.5);
    animation: gis-pulse 2.5s infinite;
}

.gis-hero-install-actions {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
}

.gis-hero-play-badge {
    display: block;
    width: 140px;
    max-width: 100%;
    height: auto;
}

.gis-desktop-qr-panel {
    position: fixed;
    top: 50%;
    right: 0;
    z-index: 9999;
    display: none;
    width: 260px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: #1a1a1a;
    box-shadow: none;
    transform: translateY(-50%);
}

.gis-desktop-qr-panel.is-ready {
    display: block;
}

.gis-desktop-qr-tab {
    position: absolute;
    top: 50%;
    right: 0;
    display: none;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 120px;
    padding: 0;
    border: 1px solid rgba(0,0,0,.1);
    border-right: 0;
    border-radius: 14px 0 0 14px;
    background: #fff;
    color: #1a1a1a;
    font-size: 13px;
    font-weight: 900;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    transform: translateY(-50%) rotate(180deg);
    cursor: pointer;
    box-shadow: -4px 0 24px rgba(0,0,0,.15);
}

.gis-desktop-qr-card {
    position: relative;
    display: block;
    width: 260px;
    box-sizing: border-box;
    padding: 18px 18px 16px;
    border: 1px solid rgba(0,0,0,.1);
    border-right: 0;
    border-radius: 16px 0 0 16px;
    background: #fff;
    color: #1a1a1a;
    box-shadow: -4px 0 24px rgba(0,0,0,.15);
    animation: gisPanelSlideIn .4s ease both;
}

.gis-desktop-qr-panel.is-dismissed {
    width: 40px;
}

.gis-desktop-qr-panel.is-dismissed .gis-desktop-qr-card {
    display: none;
}

.gis-desktop-qr-panel.is-dismissed .gis-desktop-qr-tab {
    display: inline-flex;
}

.gis-desktop-qr-dismiss {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 26px;
    height: 26px;
    border: 0;
    border-radius: 999px;
    background: rgba(0,0,0,.06);
    color: #1a1a1a;
    font-size: 18px;
    line-height: 26px;
    cursor: pointer;
}

.gis-desktop-qr-play-link,
.gis-desktop-qr-play-badge {
    display: block;
}

.gis-desktop-qr-play-link {
    width: 160px;
    max-width: 100%;
    margin: 0 auto;
}

.gis-desktop-qr-play-badge {
    width: 160px;
    max-width: 100%;
    height: auto;
}

.gis-desktop-qr-rule {
    height: 1px;
    margin: 10px 0 14px;
    background: rgba(0,0,0,.1);
}

.gis-desktop-qr-headline {
    display: block;
    color: #1a1a1a;
    font-size: 19px;
    font-weight: 900;
    line-height: 1.16;
    letter-spacing: -.02em;
    text-align: center;
}

.gis-desktop-qr-benefits {
    display: grid;
    gap: 7px;
    margin: 14px 0;
    padding: 0;
    list-style: none;
}

.gis-desktop-qr-benefits li {
    color: #334155;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.35;
}

.gis-desktop-qr-benefits li::before {
    content: "✓";
    margin-right: 7px;
    color: #14b8a6;
    font-weight: 900;
}

.gis-desktop-qr-top {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
    padding-right: 20px;
}

.gis-desktop-qr-icon {
    width: 42px;
    height: 42px;
    border-radius: 13px;
    box-shadow: 0 12px 28px rgba(0,0,0,.26);
}

.gis-desktop-qr-top strong,
.gis-desktop-qr-top span {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.gis-desktop-qr-top strong {
    color: #1a1a1a;
    font-size: 14px;
    font-weight: 900;
    line-height: 1.15;
}

.gis-desktop-qr-top span {
    margin-top: 3px;
    color: #667085;
    font-size: 11px;
    font-weight: 800;
}

.gis-desktop-qr-code {
    width: 130px;
    height: 130px;
    margin: 8px auto 8px;
    padding: 8px;
    border-radius: 14px;
    background: #fff;
    box-shadow: inset 0 0 0 1px rgba(15,23,42,.12);
}

.gis-desktop-qr-code img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.gis-desktop-qr-panel p {
    margin: 8px 0 12px;
    color: #4b5563;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.45;
    text-align: center;
}

.gis-desktop-qr-link {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    border-radius: 999px;
    background: linear-gradient(135deg, #ff725f, #14b8a6);
    color: #fff !important;
    font-size: 12px;
    font-weight: 900;
    text-decoration: none !important;
    box-shadow: 0 14px 32px rgba(20,184,166,.24);
}

.gis-desktop-qr-badges {
    display: flex;
    gap: 7px;
    margin-top: 10px;
}

.gis-desktop-qr-badges span {
    flex: 1;
    padding: 6px 7px;
    border: 1px solid rgba(0,0,0,.08);
    border-radius: 999px;
    background: rgba(20,184,166,.08);
    color: #1f2937;
    font-size: 10px;
    font-weight: 900;
    text-align: center;
}

.gis-post-download-prompt {
    position: fixed;
    left: 16px;
    right: 16px;
    bottom: 16px;
    z-index: 99992;
    display: none;
    align-items: center;
    gap: 14px;
    max-width: 720px;
    margin: 0 auto;
    padding: 14px 44px 14px 14px;
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 22px;
    background: #1a1a1a;
    color: #fff;
    box-shadow: 0 22px 70px rgba(0,0,0,.34);
    transform: translateY(130%);
}

.gis-post-download-prompt.is-visible {
    display: flex;
    animation: gisSlideUp .3s ease forwards;
}

.gis-prompt-icon {
    width: 46px;
    height: 46px;
    border-radius: 14px;
    flex: 0 0 auto;
}

.gis-prompt-copy {
    flex: 1;
    min-width: 0;
}

.gis-prompt-copy strong {
    display: block;
    margin-bottom: 3px;
    color: #fff;
    font-size: 15px;
}

.gis-prompt-copy span {
    display: block;
    color: rgba(255,255,255,.72);
    font-size: 12px;
    line-height: 1.45;
}

.gis-prompt-qr {
    display: block;
    width: 100px;
    height: 100px;
    padding: 7px;
    border-radius: 14px;
    background: #fff;
}

.gis-prompt-button {
    flex: 0 0 auto;
    padding: 10px 14px;
    border-radius: 999px;
    background: #14b8a6;
    color: #fff !important;
    font-size: 12px;
    font-weight: 900;
    text-decoration: none !important;
}

.gis-dismiss {
    position: absolute;
    top: 8px;
    right: 10px;
    width: 28px;
    height: 28px;
    border: 0;
    border-radius: 999px;
    background: rgba(255,255,255,.08);
    color: #fff;
    cursor: pointer;
}

.gis-qr-widget {
    position: fixed;
    right: 18px;
    bottom: 18px;
    z-index: 99980;
    width: 220px;
    max-width: calc(100vw - 36px);
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 20px;
    background: rgba(18,23,31,.96);
    color: #fff;
    box-shadow: 0 18px 44px rgba(0,0,0,.28);
    opacity: .65;
    overflow: hidden;
    transition: opacity .18s ease, transform .18s ease;
}

.gis-qr-widget:hover,
.gis-qr-widget.is-expanded {
    opacity: 1;
    transform: translateY(-2px);
}

.gis-qr-collapsed {
    padding: 12px 38px 12px 14px;
    font-size: 13px;
    font-weight: 900;
}

.gis-qr-expanded {
    display: none;
    padding: 0 14px 14px;
}

.gis-qr-widget:hover .gis-qr-expanded,
.gis-qr-widget.is-expanded .gis-qr-expanded {
    display: block;
}

.gis-qr-widget img {
    width: 80px;
    height: 80px;
    padding: 5px;
    border-radius: 12px;
    background: #fff;
}

.gis-qr-widget a {
    display: inline-flex;
    margin-left: 10px;
    color: #5eead4 !important;
    font-size: 12px;
    font-weight: 800;
}

.gis-exit-modal {
    position: fixed;
    inset: 0;
    z-index: 99994;
    display: none;
    place-items: center;
    padding: 20px;
    background: rgba(3,7,12,.72);
    backdrop-filter: blur(8px);
}

.gis-exit-modal.is-visible {
    display: grid;
}

.gis-exit-card {
    width: min(420px, 92vw);
    padding: 28px;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 28px;
    background: #101820;
    color: #fff;
    text-align: center;
    box-shadow: 0 30px 90px rgba(0,0,0,.42);
}

.gis-exit-card h3 {
    margin: 0 0 10px;
    color: #fff;
    font-size: 24px;
    line-height: 1.15;
}

.gis-exit-card p {
    margin: 0 0 16px;
    color: rgba(255,255,255,.74);
}

.gis-exit-card img {
    width: 150px;
    height: 150px;
    padding: 10px;
    border-radius: 20px;
    background: #fff;
}

.gis-exit-actions {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 18px;
}

.gis-exit-actions button {
    padding: 10px 14px;
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,.16);
    background: rgba(255,255,255,.08);
    color: #fff;
    font-weight: 800;
    cursor: pointer;
}

.gis-floating-app {
    position: fixed;
    left: 14px;
    bottom: 16px;
    z-index: 99981;
    display: none;
    align-items: center;
    gap: 8px;
    padding: 11px 40px 11px 14px;
    border-radius: 999px;
    background: linear-gradient(135deg, #ff725f, #14b8a6);
    color: #fff;
    box-shadow: 0 18px 42px rgba(20,184,166,.25);
    font-size: 13px;
    font-weight: 900;
    text-decoration: none !important;
}

.gis-floating-app.is-visible {
    display: inline-flex;
}

.gis-floating-dismiss {
    position: absolute;
    right: 6px;
    top: 50%;
    transform: translateY(-50%);
    width: 26px;
    height: 26px;
    border: 0;
    border-radius: 999px;
    background: rgba(0,0,0,.18);
    color: #fff;
}

.gis-mobile-install-bar {
    position: fixed;
    left: 10px;
    right: 10px;
    width: auto;
    box-sizing: border-box;
    max-width: none;
    bottom: 10px;
    bottom: calc(10px + env(safe-area-inset-bottom));
    z-index: 99993;
    display: none;
    align-items: center;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 10px;
    min-height: 64px;
    padding: 10px 150px 10px 10px;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 20px;
    background:
        linear-gradient(135deg, rgba(255,114,95,.14), rgba(20,184,166,.12)),
        rgba(10,18,24,.96);
    color: #fff;
    box-shadow: 0 18px 50px rgba(0,0,0,.32);
    backdrop-filter: blur(16px);
    overflow: hidden;
    transform: translateY(130%);
    transition: transform .28s ease;
}

.gis-mobile-install-bar.is-visible {
    transform: translateY(0);
}

.gis-mobile-install-icon {
    flex: 0 0 auto;
    width: 42px;
    height: 42px;
    border-radius: 13px;
    box-shadow: 0 10px 24px rgba(0,0,0,.24);
}

.gis-mobile-install-copy {
    flex: 1 1 auto;
    min-width: 0;
}

.gis-mobile-install-copy strong,
.gis-mobile-install-copy span {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.gis-mobile-install-copy strong {
    color: #fff;
    font-size: 13px;
    font-weight: 900;
    line-height: 1.2;
}

.gis-mobile-install-copy span {
    margin-top: 3px;
    color: rgba(255,255,255,.68);
    font-size: 11px;
    font-weight: 700;
}

.gis-mobile-install-link {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    min-width: 64px;
    width: 76px;
    box-sizing: border-box;
    padding: 10px 11px;
    border-radius: 999px;
    background: linear-gradient(135deg, #ff725f, #14b8a6);
    color: #fff !important;
    font-size: 12px;
    font-weight: 900;
    line-height: 1;
    text-align: center;
    text-decoration: none !important;
    box-shadow: 0 12px 28px rgba(20,184,166,.22);
}

.gis-mobile-install-badge-link {
    width: 132px;
    min-width: 132px;
    height: 44px;
    padding: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.gis-mobile-install-badge-link img {
    display: block;
    width: auto;
    height: 44px;
    max-width: 132px;
}

.gis-mobile-install-dismiss {
    position: absolute;
    top: 7px;
    right: 8px;
    width: 24px;
    height: 24px;
    border: 0;
    border-radius: 999px;
    background: rgba(255,255,255,.09);
    color: #fff;
    font-size: 17px;
    line-height: 24px;
}

.gis-redirect-overlay {
    position: fixed;
    inset: 0;
    z-index: 100000;
    display: none;
    place-items: center;
    padding: 24px;
    background: rgba(5,12,18,.86);
    color: #fff;
    text-align: center;
}

.gis-redirect-overlay.is-visible {
    display: grid;
}

.gis-redirect-card {
    width: min(390px, 92vw);
    padding: 30px;
    border-radius: 28px;
    background: #101820;
    box-shadow: 0 28px 80px rgba(0,0,0,.45);
}

.gis-redirect-card h3 {
    margin: 0 0 8px;
    color: #fff;
    font-size: 24px;
}

.gis-progress-track {
    height: 8px;
    margin-top: 18px;
    border-radius: 999px;
    background: rgba(255,255,255,.14);
    overflow: hidden;
}

.gis-progress-bar {
    width: 0;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #ff725f, #14b8a6);
    animation: gisProgress 1.5s linear forwards;
}

.gis-reveal {
    opacity: 0;
    transform: translateY(18px);
    transition: opacity .45s ease, transform .45s ease;
}

.gis-reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.gis-scroll-sticky {
    position: fixed;
    left: 12px;
    right: 12px;
    bottom: 12px;
    z-index: 99979;
    display: none;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    max-width: 760px;
    margin: 0 auto;
    padding: 12px 44px 12px 16px;
    border-radius: 20px;
    background: #101820;
    color: #fff;
    box-shadow: 0 16px 45px rgba(0,0,0,.3);
}

.gis-scroll-sticky.is-visible {
    display: flex;
}

.gis-scroll-sticky a {
    color: #5eead4 !important;
    font-weight: 900;
    text-decoration: none !important;
}

.gis-comparison-section {
    max-width: 900px;
    margin: 34px auto;
    padding: 0 20px;
}

.gis-comparison-card {
    border-radius: 26px;
    background: #101820;
    color: #fff;
    padding: 24px;
    box-shadow: 0 24px 70px rgba(15,23,42,.16);
}

.gis-comparison-card h2 {
    margin: 0 0 14px;
    color: #fff;
    font-size: 26px;
}

.gis-comparison-table {
    width: 100%;
    border-collapse: collapse;
    margin: 16px 0;
    overflow: hidden;
    border-radius: 16px;
}

.gis-comparison-table th,
.gis-comparison-table td {
    padding: 12px;
    border-bottom: 1px solid rgba(255,255,255,.09);
    color: rgba(255,255,255,.88);
    text-align: left;
}

.gis-comparison-table th {
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: .06em;
}

.gis-social-toast {
    position: fixed;
    left: 16px;
    bottom: 18px;
    z-index: 99978;
    display: none;
    max-width: 320px;
    padding: 12px 14px;
    border-radius: 16px;
    background: #111827;
    color: #fff;
    box-shadow: 0 16px 38px rgba(0,0,0,.3);
    font-size: 13px;
    font-weight: 800;
    transform: translateX(-120%);
}

.gis-social-toast.is-visible {
    display: block;
    animation: gisToastIn .28s ease forwards;
}

body.gis-android-app-page {
    background: #081216 !important;
}

body.gis-android-app-page .wp-block-post-title {
    display: none !important;
}

.gis-app-page {
    background:
        radial-gradient(circle at 18% 0%, rgba(255,114,95,.22), transparent 32%),
        radial-gradient(circle at 86% 16%, rgba(20,184,166,.18), transparent 30%),
        linear-gradient(180deg, #081216 0%, #0d1d23 48%, #071116 100%);
    color: #fff;
    padding: 76px 20px;
}

.gis-app-wrap {
    max-width: 1120px;
    margin: 0 auto;
}

.gis-app-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(240px, .9fr);
    gap: 34px;
    align-items: center;
}

.gis-app-page h1 {
    margin: 0 0 16px;
    color: #fff;
    font-size: clamp(42px, 7vw, 78px);
    line-height: .95;
    letter-spacing: -.07em;
}

.gis-app-lede {
    max-width: 650px;
    margin: 0 0 22px;
    color: rgba(255,255,255,.76);
    font-size: 19px;
    line-height: 1.7;
}

.gis-app-cta-row {
    display: flex;
    gap: 18px;
    align-items: center;
    flex-wrap: wrap;
}

.gis-app-qr {
    width: 150px;
    padding: 10px;
    border-radius: 20px;
    background: #fff;
}

.gis-app-benefits {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin: 58px 0 26px;
}

.gis-app-benefit-card {
    padding: 22px;
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 22px;
    background: rgba(255,255,255,.06);
}

.gis-app-benefit-card b {
    display: block;
    margin: 10px 0 7px;
    color: #fff;
    font-size: 17px;
}

.gis-app-benefit-card p,
.gis-app-faq p {
    color: rgba(255,255,255,.7);
}

.gis-app-trust {
    margin: 28px 0;
    padding: 14px 18px;
    border-radius: 999px;
    background: rgba(255,255,255,.08);
    color: rgba(255,255,255,.86);
    font-weight: 800;
    text-align: center;
}

.gis-app-faq {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-top: 40px;
}

.gis-app-faq article {
    padding: 22px;
    border-radius: 20px;
    background: rgba(255,255,255,.06);
}

.gis-app-bottom-cta {
    margin-top: 54px;
    padding: 30px;
    border-radius: 26px;
    background: linear-gradient(135deg, rgba(255,114,95,.22), rgba(20,184,166,.16));
    text-align: center;
}

@keyframes gisFadeUp {
    from { opacity: 0; transform: translateY(16px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes gisSlideUp {
    to { transform: translateY(0); }
}

@keyframes gisToastIn {
    to { transform: translateX(0); }
}

@keyframes gisProgress {
    to { width: 100%; }
}

@keyframes gis-pulse {
    0%, 100% { box-shadow: 0 0 0 0 rgba(234,88,12,.5); }
    50% { box-shadow: 0 0 0 10px rgba(234,88,12,0); }
}

@keyframes gisPanelSlideIn {
    from { opacity: 0; transform: translateX(100%); }
    to { opacity: 1; transform: translateX(0); }
}

@keyframes gisInstallPulse {
    0%, 100% { transform: translateY(0) scale(1); box-shadow: 0 14px 32px rgba(20,184,166,.26); }
    50% { transform: translateY(-1px) scale(1.035); box-shadow: 0 18px 42px rgba(255,114,95,.34); }
}

@media (min-width: 720px) {
    .gis-device-grid {
        grid-template-columns: minmax(0, 1fr) auto;
    }
}

@media (min-width: 1024px) {
    .gis-desktop-qr-panel {
        display: none;
    }

    .gis-desktop-qr-panel.is-ready {
        display: block;
    }
}

@media (min-width: 1024px) and (max-width: 1240px) {
    .gis-desktop-qr-panel {
        width: 260px;
        right: 0;
        top: 50%;
        bottom: auto;
        padding: 0;
    }

    .gis-desktop-qr-panel p {
        font-size: 11px;
    }
}

@media (max-width: 760px) {
    .gis-desktop-qr-panel {
        display: none !important;
    }

    html,
    body {
        overflow-x: hidden;
    }

    body.gis-has-mobile-install-bar {
        padding-bottom: 86px;
    }

    .gis-mobile-install-bar.is-visible {
        display: grid !important;
        grid-template-columns: 42px 132px minmax(0, 1fr) !important;
        padding: 10px !important;
    }

    .gis-mobile-install-dismiss {
        display: none !important;
    }

    .gis-mobile-install-link {
        position: static !important;
        grid-column: 2;
        grid-row: 1;
        right: auto !important;
        bottom: auto !important;
        top: auto !important;
        transform: none !important;
        z-index: 99994;
    }

    .gis-mobile-install-copy {
        grid-column: 3;
        grid-row: 1;
    }

    .hero-section {
        padding-top: 40px !important;
        padding-bottom: 56px !important;
    }

    .hero-content {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        overflow: hidden;
    }

    .download-container {
        width: calc(100% - 32px) !important;
        max-width: calc(100% - 32px) !important;
        margin-right: auto !important;
        margin-left: auto !important;
        padding: 24px 18px !important;
        border-radius: 22px !important;
        box-sizing: border-box !important;
    }

    .gis-hero-install-nudge {
        grid-template-columns: 42px minmax(0, 1fr);
        width: calc(100% - 32px);
        margin-top: 12px;
        padding: 12px;
        border-radius: 18px;
    }

    .gis-hero-install-icon {
        width: 42px;
        height: 42px;
        border-radius: 13px;
    }

    .gis-hero-install-copy strong {
        font-size: 14px;
    }

    .gis-hero-install-copy span {
        font-size: 11px;
    }

    .gis-hero-install-link {
        width: 100%;
        min-height: 46px;
        box-sizing: border-box;
    }

    .gis-hero-install-actions {
        grid-column: 1 / -1;
        width: 100%;
    }

    .url-form,
    .url-input-field,
    .download-button {
        box-sizing: border-box !important;
        max-width: 100% !important;
    }

    .url-input-field {
        min-width: 0 !important;
        padding: 16px 18px !important;
        font-size: 15px !important;
    }

    .download-button {
        min-height: 54px !important;
        padding: 16px 20px !important;
    }

    .format-tabs {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px !important;
        justify-items: stretch !important;
    }

    .format-tab {
        display: flex !important;
        align-items: center;
        justify-content: center;
        min-width: 0 !important;
        padding: 10px 8px !important;
        border-radius: 12px !important;
        font-size: 13px !important;
        white-space: nowrap;
    }

    .format-tab:last-child {
        grid-column: 1 / -1;
        justify-self: center;
        min-width: 104px !important;
    }

    .gis-app-hero,
    .gis-app-benefits,
    .gis-app-faq {
        grid-template-columns: 1fr;
    }

    .gis-post-download-prompt {
        align-items: flex-start;
    }

    .gis-prompt-qr {
        width: 82px;
        height: 82px;
    }
}
