body.gx-public-site, .gx-public {
  --orange: #de5c31;
  --orange-deep: #b8411b;
  --ink: #231912;
  --cream: #fff6e9;
  --paper: #f5e5ce;
  --pale: #fbe7dd;
  --muted: #796653;
  --line: #dfceba;
  --font: 'DM Sans', Arial, sans-serif;
  --display: 'Barlow Condensed', Impact, 'Arial Narrow', sans-serif;
  --serif: 'DM Serif Display', Georgia, serif;
}
.gx-public, .gx-public * { box-sizing: border-box; }
html:has(body.gx-public-site) { scroll-behavior: smooth; scroll-padding-top: 110px; }
body.gx-public-site { margin: 0; color: var(--ink); background: var(--cream); font: 16px/1.65 var(--font); -webkit-font-smoothing: antialiased; }
.gx-public a { color: inherit; text-decoration: none; }
.gx-public button { font: inherit; cursor: pointer; }
.gx-public a, .gx-public button { -webkit-tap-highlight-color: transparent; }
.gx-public svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; flex-shrink: 0; }
.gx-public img { display: block; max-width: 100%; object-fit: cover; }
.gx-public figure, .gx-public h1, .gx-public h2, .gx-public h3, .gx-public p { margin: 0; }
.gx-public p { color: var(--muted); }
.gx-public h1, .gx-public h2, .gx-public h3 { line-height: 1.08; font-weight: 700; }
.gx-public h2 { font-family: var(--serif); font-size: clamp(2.4rem, 3.8vw, 3.7rem); font-weight: 400; letter-spacing: -.04em; }
.gx-public h2 em { color: var(--orange-deep); font-weight: 400; }
.gx-public h3 { font-size: 1.5rem; letter-spacing: -.035em; }
.gx-public strong, .gx-public b { font-weight: 700; }
.gx-public ::selection { color: var(--cream); background: var(--orange-deep); }
.gx-public a:focus-visible, .gx-public button:focus-visible, .gx-public summary:focus-visible, .gx-public [tabindex]:focus-visible { outline: 3px solid var(--orange-deep); outline-offset: 5px; }
.gx-public [hidden] { display: none !important; }
.gx-public .wrap { max-width: 1264px; padding-inline: 36px; margin-inline: auto; }
.gx-public .svg-defs { position: absolute; width: 0; height: 0; overflow: hidden; }
.gx-public .skip { position: fixed; top: -70px; left: 20px; padding: 12px; background: var(--cream); z-index: 99; }
.gx-public .skip:focus { top: 10px; }
.gx-public .header { height: 100px; background: rgba(255,246,233,.96); position: sticky; top: 0; z-index: 40; backdrop-filter: blur(14px); border-bottom: 1px solid var(--line); }
.gx-public .nav { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
/* Use the original transparent logo. Clip only its empty canvas margins. */
.gx-public .logo { display: block; width: 211px; aspect-ratio: 1383/262; position: relative; flex-shrink: 0; overflow: hidden; }
.gx-public .logo img { position: absolute; width: 127.26%; max-width: none; height: auto; left: -6.725%; top: -53.435%; }
.gx-public .nav-links, .gx-public .nav-actions { display: flex; gap: 27px; align-items: center; }
.gx-public .nav-links a, .gx-public .login { font-size: .875rem; font-weight: 600; }
.gx-public .nav-links a:hover, .gx-public .login:hover { color: var(--orange-deep); }
.gx-public .nav-actions { gap: 20px; }
.gx-public .button { display: inline-flex; align-items: center; justify-content: center; gap: 17px; background: var(--ink); color: var(--cream); padding: 17px 23px; border: 1px solid var(--ink); border-radius: 7px; font-size: 1rem; font-weight: 650; line-height: 1.4; transition: background .2s, transform .2s; }
.gx-public .button:hover { background: #4a3021; border-color: #4a3021; transform: translateY(-2px); }
.gx-public .button svg { width: 19px; height: 19px; }
.gx-public .button-small { font-size: .875rem; padding: 12px 17px; gap: 11px; }
.gx-public .nav-actions .button { background: var(--orange-deep); border-color: var(--orange-deep); }
.gx-public .nav-actions .button:hover { background: #973213; }
.gx-public .menu-toggle, .gx-public .mobile-menu { display: none; }
.gx-public .hero { display: grid; grid-template-columns: 1.15fr 1fr; gap: 66px; align-items: center; padding-top: 56px; padding-bottom: 62px; }
.gx-public .eyebrow { display: flex; align-items: center; gap: 8px; font-size: .75rem; letter-spacing: .1em; line-height: 1.6; font-weight: 700; color: var(--orange-deep); }
.gx-public .eyebrow svg { width: 16px; height: 16px; }
.gx-public .hero h1 { font-family: var(--display); font-size: clamp(4rem, 6.6vw, 6.25rem); line-height: .98; letter-spacing: -.025em; font-weight: 800; text-transform: uppercase; margin: 20px 0 25px; }
.gx-public .hero h1 em { display: inline; color: var(--orange); font-family: inherit; font-weight: 800; font-style: normal; }
.gx-public .hero-description { font-size: 1.063rem; line-height: 1.75; max-width: 495px; }
.gx-public .hero-ctas { display: flex; flex-wrap: wrap; align-items: center; gap: 20px; margin-top: 27px; }
.gx-public .hero-ctas .button { font-size: .938rem; padding-inline: 20px; }
.gx-public .demo-link { display: inline-flex; align-items: center; gap: 9px; font-size: .875rem; font-weight: 600; }
.gx-public .demo-link:hover { color: var(--orange-deep); }
.gx-public .play-circle { width: 28px; height: 28px; display: grid; place-items: center; border: 1px solid #b69d88; border-radius: 50%; }
.gx-public .play-circle svg { width: 13px; height: 13px; fill: currentColor; stroke: none; }
.gx-public .trial-note { font-size: .813rem; display: flex; gap: 7px; align-items: center; margin-top: 18px; color: #68513f; }
.gx-public .trial-note svg { width: 16px; height: 16px; color: var(--orange-deep); }
.gx-public .trial-note span { padding-inline: 3px; }
.gx-public .fine-print { font-size: .75rem; margin-top: 6px; }
.gx-public .hero-divider { height: 1px; width: 230px; background: var(--line); margin: 22px 0 16px; }
.gx-public .hero-benefit { display: flex; gap: 10px; align-items: center; color: var(--muted); font-size: .813rem; line-height: 1.5; }
.gx-public .hero-benefit svg { width: 29px; height: 29px; color: var(--orange-deep); }
.gx-public .hero-benefit strong { font-weight: 600; color: var(--ink); }
.gx-public .hero-visual { padding: 12px 10px 2px; position: relative; min-width: 0; }
.gx-public .campaign-frame { aspect-ratio: 1122/1268; overflow: hidden; background: var(--orange); border: 8px solid var(--orange); box-shadow: 10px 11px 0 #ead9c2; transform: rotate(2deg); }
.gx-public .campaign-frame img { width: 100%; height: auto; }
.gx-public .hero-visual figcaption { text-align: center; font-size: .75rem; margin-top: 25px; color: var(--muted); }
.gx-public .channels { display: flex; align-items: center; justify-content: space-between; gap: 28px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding-block: 26px; }
.gx-public .channels>p { font-family: var(--display); font-weight: 700; font-size: 1.5rem; line-height: 1.2; text-transform: uppercase; color: var(--orange-deep); max-width: 200px; }
.gx-public .channel-list { display: flex; align-items: center; gap: 45px; }
.gx-public .channel-list>span { display: flex; align-items: center; gap: 9px; font-weight: 600; font-size: 1rem; white-space: nowrap; }
.gx-public .channel-list svg { width: 20px; height: 20px; }
.gx-public .facebook b { font-family: Arial,sans-serif; font-size: 1.8rem; line-height: 1; }
.gx-public .google-g { font-size: 1.4rem; font-family: Arial,sans-serif; }
.gx-public .section-space { padding-block: 100px; }
.gx-public .section-heading h2 { margin-top: 18px; }
.gx-public .section-heading>p { margin-top: 22px; font-size: 1rem; line-height: 1.8; }
.gx-public .centered { text-align: center; max-width: 850px; margin-inline: auto; }
.gx-public .centered .eyebrow { justify-content: center; }
.gx-public .demo-layout { display: grid; grid-template-columns: 1fr 1.04fr; gap: 65px; margin-top: 48px; align-items: center; }
.gx-public .demo-steps { display: flex; flex-direction: column; gap: 7px; }
.gx-public .demo-step { width: 100%; display: flex; gap: 17px; align-items: flex-start; padding: 22px 18px; border: 1px solid transparent; border-radius: 8px; text-align: left; background: transparent; }
.gx-public .demo-step.active { background: #f9e4d3; border-color: #edb798; }
.gx-public .demo-step:hover { background: #f5e6d5; }
.gx-public .demo-step.active:hover { background: #f9e4d3; }
.gx-public .step-number { font-family: var(--display); font-size: 1.35rem; line-height: 1.3; color: #a38a73; font-weight: 600; }
.gx-public .active .step-number { color: var(--orange-deep); }
.gx-public .demo-step>span:nth-child(2) { flex: 1; }
.gx-public .demo-step strong { display: block; font-size: 1.063rem; letter-spacing: -.02em; margin-bottom: 8px; }
.gx-public .demo-step>span>span { display: block; color: var(--muted); font-size: 1rem; line-height: 1.65; }
.gx-public .demo-step>svg { width: 18px; height: 18px; margin-top: 4px; color: var(--orange-deep); opacity: 0; }
.gx-public .demo-step.active>svg { opacity: 1; }
.gx-public .text-link { display: inline-flex; align-items: center; gap: 10px; font-size: .938rem; font-weight: 650; color: var(--orange-deep); }
.gx-public .text-link:hover { text-decoration: underline; text-underline-offset: 5px; }
.gx-public .demo-steps>.text-link { margin: 20px 0 0 19px; }
.gx-public .demo-panel { min-width: 0; background: var(--paper); border: 1px solid #d8c1a6; border-radius: 10px; overflow: hidden; }
.gx-public .demo-panel-top { display: flex; align-items: center; gap: 11px; padding: 16px 18px; background: #f9eddd; border-bottom: 1px solid #dfcbb3; color: #80634d; font-size: .75rem; }
.gx-public .panel-dots { display: flex; gap: 4px; }
.gx-public .panel-dots i { width: 6px; height: 6px; border-radius: 50%; background: #cbb394; }
.gx-public .panel-example { margin-left: auto; font-size: .75rem; letter-spacing: .06em; }
.gx-public .demo-scene { min-height: 434px; padding: 28px 25px; animation: scene-in .25s ease; }
.gx-public .photo-frame { max-width: 294px; margin: auto; background: var(--cream); padding: 8px; box-shadow: 0 10px 22px #4c311a19; transform: rotate(-3deg); }
.gx-public .photo-frame img { width: 100%; height: 278px; }
.gx-public .photo-filename { display: flex; align-items: center; gap: 7px; padding: 11px 3px 5px; font-size: .75rem; line-height: 1.4; color: var(--muted); }
.gx-public .photo-filename svg { width: 15px; height: 15px; }
.gx-public .photo-filename svg:last-child { margin-left: auto; color: var(--orange-deep); }
.gx-public .scene-note { font-size: .75rem; line-height: 1.65; text-align: center; margin-top: 25px; }
.gx-public .finished-post { max-width: 298px; padding: 7px; margin: auto; background: var(--cream); box-shadow: 0 10px 22px #4c311a19; transform: rotate(2deg); }
.gx-public .finished-post img { width: 100%; height: 314px; object-fit: contain; }
.gx-public .calendar-demo { background: var(--cream); border: 1px solid #dfcbb3; padding: 22px 18px; border-radius: 7px; min-height: 333px; }
.gx-public .calendar-demo-title { display: flex; gap: 9px; align-items: center; color: var(--orange-deep); margin-bottom: 20px; }
.gx-public .calendar-demo-title h3 { font-size: 1rem; color: var(--ink); line-height: 1.4; letter-spacing: -.025em; }
.gx-public .calendar-demo-row { display: flex; gap: 12px; align-items: center; border-top: 1px solid var(--line); padding: 14px 0; }
.gx-public .calendar-demo-row>span:first-child { width: 32px; font-size: .75rem; color: #946d50; font-weight: 600; text-align: center; flex-shrink: 0; }
.gx-public .calendar-demo-row>span small { display: block; font-size: .75rem; font-weight: 400; }
.gx-public .calendar-demo-row>div { flex: 1; min-width: 0; }
.gx-public .calendar-demo-row b, .gx-public .calendar-demo-row>div>small { display: block; font-size: .75rem; line-height: 1.65; }
.gx-public .calendar-demo-row>div>small { color: var(--muted); }
.gx-public .review-tag { font-size: .75rem; border-radius: 4px; padding: 3px 5px; background: #f8ddc7; color: #95502b; white-space: nowrap; }
.gx-public .calendar-demo>p { display: flex; align-items: center; gap: 6px; font-size: .75rem; margin-top: 14px; }
.gx-public .calendar-demo>p svg { width: 15px; height: 15px; color: var(--orange-deep); }
.gx-public .features { border-top: 1px solid var(--line); }
.gx-public .features-heading { display: flex; justify-content: space-between; align-items: flex-end; gap: 48px; }
.gx-public .features-heading>p { max-width: 330px; }
.gx-public .feature-grid { display: grid; grid-template-columns: 1.12fr 1fr 1fr; gap: 18px; margin-top: 44px; }
.gx-public .feature-card { min-width: 0; border: 1px solid var(--line); border-radius: 10px; padding: 28px; background: #fffaf2; display: flex; flex-direction: column; align-items: flex-start; }
.gx-public .feature-main { grid-row: span 2; background: var(--paper); border-color: #d8bfa1; }
.gx-public .feature-icon { width: 42px; height: 42px; display: grid; place-items: center; background: #fae4d3; color: var(--orange-deep); border-radius: 8px; margin-bottom: 24px; }
.gx-public .feature-card h3 { font-size: 1.4rem; line-height: 1.25; margin-bottom: 14px; }
.gx-public .feature-main h3 { font-family: var(--display); font-size: 2.9rem; font-weight: 700; line-height: 1.04; text-transform: uppercase; }
.gx-public .feature-card p { font-size: 1rem; line-height: 1.8; }
.gx-public .feature-detail { margin-top: auto; padding-top: 23px; color: #897057; font-size: .75rem; }
.gx-public .format-tags { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 22px; }
.gx-public .format-tags span { padding: 4px 8px; border: 1px solid #dfcbb3; border-radius: 4px; font-size: .75rem; color: #876549; background: #faf0e2; }
.gx-public .mini-week { display: flex; gap: 9px; width: 100%; margin-top: auto; padding-top: 45px; padding-bottom: 15px; }
.gx-public .mini-week>div { flex: 1; min-width: 0; }
.gx-public .mini-week>div>span { display: block; text-align: center; font-size: .75rem; color: #8d6e50; margin-bottom: 12px; }
.gx-public .mini-post { display: flex; flex-direction: column; padding: 12px 8px; height: 194px; border-radius: 6px; box-shadow: 2px 5px 0 #60432315; }
.gx-public .mini-post svg { width: 19px; height: 19px; margin-bottom: 20px; }
.gx-public .mini-post b { font-size: .75rem; font-weight: 650; line-height: 1.65; }
.gx-public .mini-post small { font-size: .75rem; margin-top: auto; }
.gx-public .mini-post.orange { background: var(--orange); color: var(--ink); transform: translateY(9px) rotate(-4deg); }
.gx-public .mini-post.cream { background: #fff3dc; color: var(--ink); transform: rotate(3deg); }
.gx-public .mini-post.brown { background: #422b1b; color: var(--cream); transform: translateY(16px) rotate(5deg); }
.gx-public .brand-section { display: grid; grid-template-columns: 1fr .88fr; gap: 115px; align-items: center; padding-block: 66px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.gx-public .brand-copy h2 { font-size: 4.6rem; margin-top: 22px; line-height: .99; }
.gx-public .brand-copy>p { font-size: 1rem; line-height: 1.85; max-width: 410px; margin-top: 27px; }
.gx-public .brand-checks { display: flex; flex-direction: column; gap: 12px; margin-top: 27px; }
.gx-public .brand-checks span { font-size: .875rem; display: flex; align-items: center; gap: 8px; }
.gx-public .brand-checks svg { width: 17px; height: 17px; color: var(--orange-deep); }
.gx-public .brand-visual { max-width: 416px; width: 100%; justify-self: end; }
.gx-public .brand-visual>img { width: 100%; height: auto; border: 7px solid #e6ccb0; box-shadow: 9px 9px 0 #eddcc5; transform: rotate(-2deg); }
.gx-public .brand-visual figcaption { text-align: center; font-size: .75rem; margin-top: 24px; color: var(--muted); }
.gx-public .pricing .section-heading { max-width: 740px; }
.gx-public .price-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; max-width: 938px; margin: 47px auto 0; align-items: stretch; }
.gx-public .price-card { border: 1px solid #d8c4ae; border-radius: 11px; background: #fffbf4; overflow: hidden; }
.gx-public .price-card.essential { border: 2px solid var(--orange); box-shadow: 7px 7px 0 #f4d8bd; }
.gx-public .price-banner { display: flex; align-items: center; gap: 8px; font-size: .75rem; font-weight: 700; letter-spacing: .07em; background: var(--orange); color: var(--ink); padding: 11px 29px; }
.gx-public .price-banner svg { width: 16px; height: 16px; }
.gx-public .price-content { padding: 28px 30px; }
.gx-public .commerce .price-content { padding-top: 74px; }
.gx-public .plan-header { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.gx-public .plan-header h3 { font-family: var(--display); text-transform: uppercase; font-size: 2.05rem; font-weight: 700; line-height: 1.1; }
.gx-public .plan-label { font-size: .75rem; color: #8c6343; border: 1px solid #dec7ae; padding: 4px 7px; border-radius: 4px; }
.gx-public .price-content>p { font-size: 1rem; margin-top: 15px; }
.gx-public .price { display: flex; align-items: baseline; gap: 10px; margin-top: 23px; }
.gx-public .price strong { font-family: var(--display); font-size: 4.7rem; line-height: 1.1; font-weight: 700; letter-spacing: -.025em; }
.gx-public .price del { font-size: 1.25rem; color: #aa8b6d; }
.gx-public .price>span { font-size: .875rem; color: var(--muted); }
.gx-public .price-content>.price-subtitle { font-size: .75rem; line-height: 1.8; min-height: 44px; margin-top: 10px; }
.gx-public .price-content>.button { width: 100%; margin-top: 22px; font-size: .938rem; padding: 16px 13px; gap: 12px; }
.gx-public .button-outline { color: var(--ink); background: transparent; border-color: #9e8265; }
.gx-public .button-outline:hover { background: var(--paper); color: var(--ink); border-color: #7d5d40; }
.gx-public .price-after { display: block; text-align: center; color: var(--muted); font-size: .75rem; margin-top: 10px; }
.gx-public .price-content ul { padding: 23px 0 0; margin: 24px 0 0; list-style: none; display: flex; flex-direction: column; gap: 13px; border-top: 1px solid var(--line); }
.gx-public .price-content li { position: relative; padding-left: 23px; color: #66503d; font-size: .938rem; line-height: 1.7; }
.gx-public .price-content li:before { content: '✓'; position: absolute; left: 0; color: var(--orange-deep); }
.gx-public .pricing-reassurance { display: flex; gap: 28px; justify-content: center; flex-wrap: wrap; margin-top: 32px; }
.gx-public .pricing-reassurance span { display: flex; gap: 7px; align-items: center; font-size: .813rem; color: #7d5f47; }
.gx-public .pricing-reassurance svg { width: 17px; height: 17px; color: var(--orange-deep); }
.gx-public .pricing-note { font-size: .75rem; text-align: center; margin-top: 17px; line-height: 1.8; }
.gx-public .faq { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; border-top: 1px solid var(--line); }
.gx-public .faq .section-heading .eyebrow { max-width: 310px; }
.gx-public .faq .section-heading>p { font-size: 1rem; margin-top: 25px; }
.gx-public .faq .text-link { margin-top: 10px; }
.gx-public .faq-list details { border-bottom: 1px solid var(--line); }
.gx-public .faq-list details:first-child { border-top: 1px solid var(--line); }
.gx-public .faq-list summary { list-style: none; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 23px 0; font-size: 1rem; font-weight: 600; line-height: 1.6; cursor: pointer; }
.gx-public .faq-list summary::-webkit-details-marker { display: none; }
.gx-public .faq-list summary>span { position: relative; width: 16px; height: 16px; flex-shrink: 0; }
.gx-public .faq-list summary>span:before, .gx-public .faq-list summary>span:after { content: ''; height: 1.5px; width: 12px; background: var(--orange-deep); position: absolute; top: 7px; left: 2px; }
.gx-public .faq-list summary>span:after { transform: rotate(90deg); transition: transform .2s; }
.gx-public .faq-list details[open] summary>span:after { transform: rotate(0); }
.gx-public .faq-list details p { font-size: 1rem; line-height: 1.9; padding: 0 28px 26px 0; }
.gx-public .final-cta { max-width: 1192px; padding: 62px 66px; display: flex; justify-content: space-between; align-items: center; gap: 60px; margin-bottom: 65px; background: var(--orange); border: 9px solid var(--orange); outline: 1px solid #c34b23; outline-offset: -16px; }
.gx-public .final-cta .eyebrow { color: #542b17; }
.gx-public .final-cta h2 { font-family: var(--display); font-size: 4.5rem; line-height: 1.02; text-transform: uppercase; font-weight: 800; letter-spacing: -.02em; margin-top: 19px; }
.gx-public .final-cta h2 em { font-family: inherit; font-style: normal; font-weight: 800; color: var(--cream); }
.gx-public .final-cta p { color: #522e1b; font-size: 1rem; margin-top: 22px; }
.gx-public .button-cream { background: var(--cream); color: var(--ink); border-color: var(--cream); margin-top: 27px; }
.gx-public .button-cream:hover { background: #f8e2c6; color: var(--ink); border-color: #f8e2c6; }
.gx-public .final-note { display: block; font-size: .75rem; color: #512d1b; margin-top: 14px; }
.gx-public .final-side { transform: rotate(5deg); flex-shrink: 0; padding: 23px 20px; border: 1px solid #682e1660; }
.gx-public .final-side>span { font-size: 2.2rem; line-height: 1.15; font-weight: 700; letter-spacing: -.04em; }
.gx-public .final-side em { font-family: var(--serif); font-size: 2.1rem; font-weight: 400; color: var(--cream); }
.gx-public .footer { padding-bottom: 27px; }
.gx-public .footer-top { display: flex; align-items: center; gap: 36px; padding-bottom: 37px; }
.gx-public .footer-top>p { font-size: .875rem; line-height: 1.7; }
.gx-public .footer-top>a:last-child { display: flex; gap: 9px; align-items: center; font-size: .875rem; margin-left: auto; }
.gx-public .footer-top>a:last-child svg { width: 18px; height: 18px; }
.gx-public .footer-bottom { display: flex; justify-content: space-between; gap: 24px; border-top: 1px solid var(--line); padding-top: 25px; font-size: .75rem; color: #8a6d53; }
.gx-public .footer-bottom nav { display: flex; gap: 22px; }
.gx-public .footer-bottom a:hover { text-decoration: underline; }
.gx-public .mobile-cta { display: none; }
@keyframes scene-in { from { opacity: .45; transform: translateY(5px); } to { opacity: 1; transform: translateY(0); } }
@media (max-width: 1100px) {
  .gx-public .wrap { padding-inline: 28px; }
  .gx-public .logo { width: 185px; }
  .gx-public .login { display: none; }
  .gx-public .nav { gap: 25px; }
  .gx-public .nav-links { gap: 22px; }
  .gx-public .hero { gap: 35px; padding-top: 42px; padding-bottom: 50px; }
  .gx-public .hero h1 { font-size: 5.2rem; }
  .gx-public .hero-description { font-size: 1rem; }
  .gx-public .hero-ctas { gap: 18px; }
  .gx-public .channel-list { gap: 28px; }
  .gx-public .demo-layout { gap: 34px; }
  .gx-public .features-heading { gap: 35px; }
  .gx-public .features-heading>p { max-width: 300px; }
  .gx-public .feature-grid { gap: 14px; }
  .gx-public .feature-card { padding: 24px 21px; }
  .gx-public .mini-week { gap: 6px; }
  .gx-public .mini-post { height: 208px; padding-inline: 7px; }
  .gx-public .brand-section { gap: 70px; }
  .gx-public .brand-copy h2 { font-size: 4rem; }
  .gx-public .final-cta { margin-inline: 28px; padding: 50px; gap: 35px; }
  .gx-public .final-cta h2 { font-size: 3.8rem; }
  .gx-public .final-side>span { font-size: 1.8rem; }
  .gx-public .final-side em { font-size: 1.7rem; }
  .gx-public .faq { gap: 55px; }
}
@media (max-width: 900px) {
  .gx-public .header { height: 88px; }
  .gx-public .nav-links { display: none; }
  .gx-public .nav-actions { margin-left: auto; }
  .gx-public .hero { gap: 22px; padding-block: 40px; }
  .gx-public .hero h1 { font-size: 4.5rem; }
  .gx-public .hero .eyebrow { letter-spacing: .05em; }
  .gx-public .hero-visual { padding-inline: 0; }
  .gx-public .campaign-frame { border-width: 5px; }
  .gx-public .hero-ctas { flex-direction: column; align-items: flex-start; gap: 16px; }
  .gx-public .hero-ctas .button { font-size: .875rem; }
  .gx-public .hero-divider, .gx-public .hero-benefit { display: none; }
  .gx-public .channel-list { gap: 21px; }
  .gx-public .channel-list>span { font-size: .875rem; gap: 7px; }
  .gx-public .channels>p { font-size: 1.25rem; max-width: 155px; }
  .gx-public .section-space { padding-block: 78px; }
  .gx-public .demo-layout { gap: 23px; }
  .gx-public .demo-step { padding: 20px 13px; gap: 11px; }
  .gx-public .demo-step>svg { display: none; }
  .gx-public .demo-step strong { font-size: 1rem; }
  .gx-public .demo-step>span>span { font-size: .938rem; }
  .gx-public .demo-scene { padding: 24px 18px; }
  .gx-public .demo-panel-top { padding: 16px 13px; gap: 7px; }
  .gx-public .panel-dots { display: none; }
  .gx-public .calendar-demo { padding: 19px 11px; }
  .gx-public .calendar-demo-row { gap: 7px; }
  .gx-public .calendar-demo-title h3 { font-size: .938rem; }
  .gx-public .calendar-demo-row .review-tag { white-space: normal; text-align: center; max-width: 49px; }
  .gx-public .features-heading { display: block; }
  .gx-public .features-heading>p { max-width: 565px; margin-top: 22px; }
  .gx-public .feature-grid { grid-template-columns: 1fr 1fr; }
  .gx-public .feature-card { padding: 27px; }
  .gx-public .feature-card:last-child { grid-column: span 2; }
  .gx-public .mini-week { gap: 9px; }
  .gx-public .mini-post { height: 194px; }
  .gx-public .brand-section { gap: 42px; padding-block: 55px; }
  .gx-public .brand-copy h2 { font-size: 3.4rem; }
  .gx-public .brand-checks span { font-size: .813rem; }
  .gx-public .price-grid { gap: 20px; }
  .gx-public .price-content { padding: 26px 24px; }
  .gx-public .commerce .price-content { padding-top: 72px; }
  .gx-public .plan-header { flex-wrap: wrap; }
  .gx-public .price-content>.button { font-size: .813rem; gap: 8px; }
  .gx-public .price-content>p { min-height: 52px; }
  .gx-public .price-content>.price-subtitle { min-height: 65px; }
  .gx-public .price-content li { font-size: .875rem; }
  .gx-public .faq { grid-template-columns: .8fr 1.2fr; gap: 35px; }
  .gx-public .final-cta { padding: 43px; }
  .gx-public .final-cta h2 { font-size: 3.5rem; }
  .gx-public .final-side { display: none; }
  .gx-public .footer-top { gap: 25px; }
  .gx-public .footer-top .logo { width: 165px; }
  .gx-public .footer-top>p { font-size: .75rem; }
  .gx-public .footer-top>a:last-child { font-size: .813rem; }
  .gx-public .footer-bottom nav { gap: 16px; }
}
@media (max-width: 640px) {
  html:has(body.gx-public-site) { scroll-padding-top: 90px; }
  .gx-public .wrap { padding-inline: 22px; }
  .gx-public .header { height: 78px; }
  .gx-public .nav { gap: 12px; }
  .gx-public .logo { width: 155px; }
  .gx-public .nav-actions .button { font-size: .75rem; padding: 11px 12px; gap: 7px; }
  .gx-public .nav-actions .button svg { display: none; }
  .gx-public .menu-toggle { display: flex; width: 24px; height: 35px; flex-shrink: 0; flex-direction: column; justify-content: center; gap: 5px; padding: 4px 0; background: transparent; border: 0; }
  .gx-public .menu-toggle span { height: 1.5px; width: 20px; background: var(--ink); }
  .gx-public .mobile-menu:not([hidden]) { display: flex; flex-direction: column; padding: 12px 22px 20px; background: var(--cream); border-bottom: 1px solid var(--line); }
  .gx-public .mobile-menu a { padding: 11px 0; font-size: 1rem; }
  .gx-public .hero { display: flex; flex-direction: column; gap: 29px; padding-top: 36px; padding-bottom: 31px; }
  .gx-public .hero-copy { width: 100%; text-align: center; }
  .gx-public .eyebrow { justify-content: center; font-size: .75rem; letter-spacing: .065em; }
  .gx-public .hero .eyebrow { max-width: 355px; margin-inline: auto; }
  .gx-public .hero h1 { font-size: clamp(3.85rem, 15.5vw, 5.4rem); line-height: .99; margin: 18px 0 21px; }
  .gx-public .hero-description { font-size: 1rem; max-width: 400px; margin-inline: auto; }
  .gx-public .hero-ctas { margin-top: 24px; align-items: center; gap: 17px; }
  .gx-public .hero-ctas>.button { width: 100%; max-width: 380px; font-size: .938rem; padding: 16px 17px; }
  .gx-public .demo-link { font-size: .875rem; }
  .gx-public .trial-note { justify-content: center; font-size: .813rem; margin-top: 18px; }
  .gx-public .fine-print { font-size: .75rem; line-height: 1.65; }
  .gx-public .hero-visual { width: min(100%, 390px); padding: 7px 8px 0 3px; }
  .gx-public .campaign-frame { border-width: 5px; box-shadow: 6px 7px 0 #e9d6bd; transform: rotate(1.5deg); }
  .gx-public .hero-visual figcaption { font-size: .75rem; margin-top: 19px; }
  .gx-public .channels { flex-direction: column; gap: 22px; padding-block: 26px; }
  .gx-public .channels>p { font-size: 1.4rem; max-width: none; text-align: center; }
  .gx-public .channel-list { display: grid; grid-template-columns: 1fr 1fr; gap: 17px 31px; }
  .gx-public .channel-list>span { font-size: .938rem; }
  .gx-public .section-space { padding-block: 65px; }
  .gx-public h2 { font-size: 2.65rem; letter-spacing: -.045em; }
  .gx-public .section-heading h2 { margin-top: 17px; }
  .gx-public .section-heading>p { font-size: 1rem; margin-top: 20px; }
  .gx-public .demo-layout { display: flex; flex-direction: column; gap: 28px; margin-top: 31px; }
  .gx-public .demo-steps { width: 100%; gap: 6px; }
  .gx-public .demo-step { padding: 18px 13px; gap: 13px; }
  .gx-public .demo-step strong { font-size: 1rem; margin-bottom: 6px; }
  .gx-public .demo-step>span>span { font-size: 1rem; }
  .gx-public .step-number { font-size: 1.4rem; }
  .gx-public .demo-steps>.text-link { margin-left: 13px; font-size: .938rem; }
  .gx-public .demo-panel { width: 100%; }
  .gx-public .demo-panel-top { font-size: .75rem; padding: 16px; }
  .gx-public .demo-scene { padding: 26px 18px; min-height: 426px; }
  .gx-public .photo-frame { max-width: 275px; }
  .gx-public .photo-frame img { height: 266px; }
  .gx-public .photo-filename { font-size: .75rem; gap: 5px; }
  .gx-public .finished-post { max-width: 278px; }
  .gx-public .finished-post img { height: 310px; }
  .gx-public .scene-note { font-size: .75rem; margin-top: 24px; }
  .gx-public .calendar-demo { padding: 21px 12px; }
  .gx-public .calendar-demo-title h3 { font-size: .938rem; }
  .gx-public .calendar-demo-row { padding-block: 14px; gap: 8px; }
  .gx-public .calendar-demo-row .review-tag { max-width: 48px; }
  .gx-public .features-heading { text-align: center; }
  .gx-public .feature-grid { grid-template-columns: 1fr; gap: 16px; margin-top: 32px; }
  .gx-public .feature-card { padding: 26px; display: block; }
  .gx-public .feature-main { grid-row: auto; }
  .gx-public .feature-card:last-child { grid-column: auto; }
  .gx-public .feature-icon { margin-bottom: 19px; }
  .gx-public .feature-card h3 { font-size: 1.4rem; }
  .gx-public .feature-main h3 { font-size: 2.8rem; }
  .gx-public .feature-main h3 br { display: none; }
  .gx-public .feature-card p { font-size: 1rem; }
  .gx-public .feature-detail { display: block; font-size: .75rem; line-height: 1.7; padding-top: 20px; }
  .gx-public .mini-week { max-width: 350px; padding-top: 28px; padding-bottom: 18px; gap: 9px; }
  .gx-public .mini-post { height: 185px; padding: 12px 9px; }
  .gx-public .brand-section { display: flex; flex-direction: column; gap: 32px; padding-block: 60px; }
  .gx-public .brand-copy { text-align: center; }
  .gx-public .brand-copy h2 { font-size: 3.5rem; line-height: 1.03; margin-top: 20px; }
  .gx-public .brand-copy>p { margin-top: 24px; font-size: 1rem; }
  .gx-public .brand-checks { align-items: center; gap: 11px; }
  .gx-public .brand-checks span { font-size: .875rem; }
  .gx-public .brand-visual { max-width: 350px; padding-inline: 7px; }
  .gx-public .brand-visual>img { border-width: 5px; box-shadow: 6px 6px 0 #eddcc5; }
  .gx-public .brand-visual figcaption { margin-top: 21px; font-size: .75rem; }
  .gx-public .price-grid { grid-template-columns: 1fr; gap: 25px; margin-top: 33px; }
  .gx-public .price-content { padding: 27px 25px; }
  .gx-public .commerce .price-content { padding-top: 29px; }
  .gx-public .plan-header { flex-wrap: wrap; gap: 12px; }
  .gx-public .plan-header h3 { font-size: 2.1rem; }
  .gx-public .plan-label { font-size: .75rem; }
  .gx-public .price-content>p, .gx-public .price-content>.price-subtitle { min-height: 0; }
  .gx-public .price-content>.button { font-size: .875rem; padding: 16px 12px; gap: 12px; }
  .gx-public .price strong { font-size: 4.5rem; }
  .gx-public .price-content li { font-size: .938rem; }
  .gx-public .pricing-reassurance { gap: 14px 19px; margin-top: 30px; }
  .gx-public .pricing-reassurance span { font-size: .75rem; }
  .gx-public .pricing-note { font-size: .75rem; margin-top: 18px; }
  .gx-public .faq { grid-template-columns: 1fr; gap: 33px; }
  .gx-public .faq .section-heading { text-align: center; }
  .gx-public .faq .section-heading .eyebrow { max-width: none; }
  .gx-public .faq .section-heading>p { margin-top: 20px; }
  .gx-public .faq-list summary { font-size: 1rem; padding-block: 21px; gap: 20px; }
  .gx-public .faq-list details p { font-size: 1rem; padding-right: 16px; }
  .gx-public .final-cta { display: block; margin: 0 15px 47px; padding: 35px 23px 38px; text-align: center; border-width: 5px; outline-offset: -12px; }
  .gx-public .final-cta h2 { font-size: clamp(2.95rem, 12.3vw, 4rem); margin-top: 19px; }
  .gx-public .final-cta .eyebrow { font-size: .75rem; letter-spacing: .05em; }
  .gx-public .final-cta p { font-size: 1rem; margin-top: 22px; }
  .gx-public .final-cta .button { width: 100%; font-size: .875rem; padding: 16px 12px; gap: 9px; margin-top: 25px; }
  .gx-public .final-note { font-size: .75rem; margin-top: 15px; }
  .gx-public .footer { padding-bottom: 107px; }
  .gx-public .footer-top { display: grid; grid-template-columns: 1fr; gap: 23px; padding-bottom: 30px; }
  .gx-public .footer-top .logo { width: 181px; }
  .gx-public .footer-top>p { font-size: .875rem; }
  .gx-public .footer-top>a:last-child { margin-left: 0; font-size: .875rem; }
  .gx-public .footer-bottom { flex-direction: column; gap: 19px; padding-top: 24px; font-size: .75rem; }
  .gx-public .footer-bottom nav { flex-wrap: wrap; gap: 17px; }
  .gx-public .mobile-cta { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 12px 18px max(12px, env(safe-area-inset-bottom)); position: fixed; bottom: 0; left: 0; right: 0; z-index: 45; background: rgba(255,246,233,.97); backdrop-filter: blur(12px); border-top: 1px solid var(--line); transform: translateY(120%); transition: transform .25s; }
  .gx-public .mobile-cta.visible { transform: translateY(0); }
  .gx-public .mobile-cta>span { font-size: .875rem; font-weight: 650; line-height: 1.5; }
  .gx-public .mobile-cta small { display: block; font-size: .75rem; color: var(--muted); font-weight: 400; }
  .gx-public .mobile-cta .button { font-size: .813rem; padding: 11px 15px; gap: 9px; }
}
@media (max-width: 370px) {
  .gx-public .wrap { padding-inline: 18px; }
  .gx-public .nav { gap: 9px; }
  .gx-public .logo { width: 134px; }
  .gx-public .nav-actions .button { font-size: .75rem; padding: 10px; }
  .gx-public .hero h1 { font-size: 3.8rem; }
  .gx-public .hero .eyebrow { letter-spacing: .02em; }
  .gx-public .plan-label { padding-inline: 5px; }
  .gx-public .price-content { padding-inline: 21px; }
  .gx-public .calendar-demo-row { gap: 6px; flex-wrap: wrap; }
  .gx-public .calendar-demo-title h3 { font-size: .875rem; }
  .gx-public .final-cta { padding-inline: 17px; }
  .gx-public .final-cta h2 { font-size: 2.9rem; }
  .gx-public .final-cta .button { font-size: .813rem; }
}
@media (prefers-reduced-motion: reduce) {
  html:has(body.gx-public-site) { scroll-behavior: auto; }
  .gx-public, .gx-public *, .gx-public *:before, .gx-public *:after { animation: none !important; transition: none !important; }
  .gx-public .button:hover { transform: none; }
}

/* Glorixo's animated shopping street. */
.gx-public .street-hero { position: relative; background: #fff0dc; border-bottom: 1px solid var(--line); overflow: hidden; }
.gx-public .street-brand { position: absolute; top: 34px; left: 0; right: 0; z-index: 2; display: flex; flex-direction: column; align-items: center; gap: 15px; pointer-events: none; }
.gx-public .street-brand .logo { width: 280px; pointer-events: auto; }
.gx-public .street-brand>p { font-size: .875rem; color: #8a6448; }
.gx-public .street-stage { position: relative; width: 100%; height: clamp(500px, 49vw, 690px); touch-action: pan-y; cursor: grab; }
.gx-public .street-stage:active { cursor: grabbing; }
.gx-public .street-stage canvas { display: block; width: 100%; height: 100%; opacity: 0; transition: opacity .6s ease; }
.gx-public .street-hero.is-ready canvas { opacity: 1; }
.gx-public .street-fallback { position: absolute; inset: 148px 25px 42px; display: flex; justify-content: center; align-items: center; gap: 30px; }
.gx-public .street-fallback img { height: 100%; width: auto; max-height: 350px; aspect-ratio: 1122 / 1268; object-fit: cover; object-position: top; border-radius: 8px; }
.gx-public .street-fallback span { max-width: 270px; font: 500 2.3rem/1.1 var(--serif); color: var(--orange-deep); }
.gx-public .street-hero.is-ready .street-fallback { display: none; }
.gx-public .street-bottom { position: relative; margin: -9px auto 0; padding: 0 36px 22px; max-width: 1264px; display: flex; align-items: center; gap: 25px; justify-content: space-between; z-index: 2; }
.gx-public .street-bottom>span { font-size: .813rem; color: #927053; }
.gx-public .street-bottom>a { display: inline-flex; align-items: center; gap: 12px; font-weight: 600; font-size: .875rem; color: var(--orange-deep); }
.gx-public .street-bottom>a:hover { text-decoration: underline; text-underline-offset: 4px; }
.gx-public .street-bottom>a svg { width: 19px; height: 19px; }
.gx-public #street-pause { display: inline-flex; align-items: center; gap: 8px; border: 1px solid #ddc5aa; color: #735135; background: #fff6e9; padding: 9px 12px; border-radius: 30px; font-size: .75rem; }
.gx-public #street-pause:disabled { visibility: hidden; }
.gx-public .pause-bars { width: 11px; height: 12px; border-left: 3px solid currentColor; border-right: 3px solid currentColor; }
.gx-public #street-pause[aria-pressed="true"] .pause-bars { width: 11px; height: 12px; border: 6px solid transparent; border-right: 0; border-left: 9px solid currentColor; }
@media(max-width:900px) { .gx-public .street-stage { height: 525px; } .gx-public .street-brand { top: 28px; } .gx-public .street-brand .logo { width: 240px; } .gx-public .street-bottom { padding-inline: 28px; } .gx-public .street-bottom>span { display: none; } }
@media(max-width:640px) { .gx-public .street-brand { top: 27px; gap: 13px; } .gx-public .street-brand .logo { width: 210px; } .gx-public .street-brand>p { font-size: .75rem; } .gx-public .street-stage { height: 430px; } .gx-public .street-bottom { padding: 0 18px 20px; gap: 12px; } .gx-public .street-bottom>a { font-size: .75rem; gap: 7px; } .gx-public .street-bottom>a svg { width: 16px; } .gx-public #street-pause { font-size: .75rem; padding: 8px 10px; } .gx-public .street-fallback { inset: 132px 25px 25px; gap: 15px; } .gx-public .street-fallback img { max-width: 48%; height: auto; max-height: 230px; } .gx-public .street-fallback span { font-size: 1.6rem; max-width: 140px; } }
@media(prefers-reduced-motion:reduce) { .gx-public .street-stage canvas { transition: none; } }

/* Explore a trade directly from the 3D street or its keyboard-accessible controls. */
.gx-public .street-stage.has-shop-hover, .gx-public .street-stage.has-shop-hover:active { cursor: pointer; }
.gx-public .street-explorer { padding: 0 24px 25px; }
.gx-public .street-invitation { text-align: center; font-size: .938rem; color: #735135; margin: 4px 0 15px; }
.gx-public .street-choices { display: flex; justify-content: center; flex-wrap: wrap; gap: 8px; max-width: 1000px; margin: auto; }
.gx-public .street-choices button { min-height: 44px; padding: 9px 17px; border: 1px solid #d8bca0; border-radius: 28px; background: #fff8ee; color: #633b24; font-size: .875rem; transition: background .2s, color .2s, transform .2s; }
.gx-public .street-choices button:hover { background: #fbe7dd; transform: translateY(-2px); }
.gx-public .street-choices button[aria-expanded="true"] { background: var(--orange-deep); border-color: var(--orange-deep); color: #fff; }
.gx-public .street-choices button:focus-visible, .gx-public .street-story button:focus-visible, .gx-public .street-story a:focus-visible { outline: 3px solid var(--orange-deep); outline-offset: 4px; }
.gx-public .street-story { position: absolute; z-index: 4; top: 145px; right: max(24px, calc((100vw - 1280px) / 2)); width: 345px; max-height: 475px; overflow: auto; overscroll-behavior: contain; border: 1px solid #d4af8d; border-radius: 18px; background: #fff8ee; box-shadow: 0 18px 65px #633b2421, 0 3px 0 #df5d3133; padding: 27px; animation: street-card-enter .5s cubic-bezier(.2,.8,.2,1) both; }
.gx-public .street-story[hidden] { display: none; }
.gx-public .street-story-close { position: absolute; right: 9px; top: 8px; border: 0; background: transparent; color: #633b24; font-size: 1.8rem; line-height: 1; width: 44px; height: 44px; border-radius: 50%; }
.gx-public .street-story-close:hover { background: #fbe7dd; }
.gx-public .street-story-audience { margin: 2px 30px 13px 0; color: var(--orange-deep); text-transform: uppercase; letter-spacing: .065em; font-size: .75rem; font-weight: 650; }
.gx-public .street-story h3 { font: 400 2rem/1.06 var(--serif); letter-spacing: -.025em; margin: 0 0 13px; }
.gx-public .street-story-description { font-size: 1rem; line-height: 1.55; color: #735b46; }
.gx-public .street-story-example { background: #f9e3cf; border-left: 3px solid var(--orange); padding: 15px 17px; margin: 20px 0 16px; animation: street-content-enter .5s .08s both; }
.gx-public .street-story-feature { display: block; font-size: .875rem; color: #8e381b; margin-bottom: 9px; }
.gx-public .street-story-example p { font: 600 1.35rem/1.12 var(--display); color: var(--ink); }
.gx-public .street-story-example small { display: block; margin-top: 10px; font-size: .75rem; color: #795d47; }
.gx-public .street-story-steps { list-style: none; counter-reset: street-step; margin: 0 0 20px; padding: 0; }
.gx-public .street-story-steps li { counter-increment: street-step; display: flex; align-items: center; gap: 10px; color: #633b24; font-size: .875rem; margin-top: 10px; animation: street-content-enter .4s both; }
.gx-public .street-story-steps li:nth-child(1) { animation-delay: .14s; }
.gx-public .street-story-steps li:nth-child(2) { animation-delay: .24s; }
.gx-public .street-story-steps li:nth-child(3) { animation-delay: .34s; }
.gx-public .street-story-steps li::before { content: counter(street-step, decimal-leading-zero); flex-shrink: 0; color: var(--orange-deep); font-size: .75rem; border: 1px solid #deb79b; border-radius: 50%; width: 28px; height: 28px; display: grid; place-items: center; }
.gx-public .street-story-link { display: block; text-align: center; border-radius: 8px; background: var(--orange-deep); color: #fff; padding: 13px 10px; font-weight: 600; font-size: .875rem; }
.gx-public .street-story-link:hover { background: #963014; }
.gx-public .street-announcement { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
@keyframes street-card-enter { from { opacity: 0; transform: translate(22px, 12px) scale(.96); } to { opacity: 1; transform: none; } }
@keyframes street-content-enter { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }
@media (min-width: 901px) and (max-width: 1150px) { .gx-public .street-story { top: 115px; width: 315px; padding: 23px; max-height: 365px; } }
@media (max-width: 900px) {
  .gx-public .street-story { position: relative; inset: auto; width: min(100%, 550px); max-height: none; margin: 21px auto 0; padding: 25px; }
  .gx-public .street-invitation { max-width: 360px; margin-inline: auto; line-height: 1.45; }
}
@media (max-width: 640px) {
  .gx-public .street-explorer { padding: 0 18px 25px; }
  .gx-public .street-choices { gap: 7px; }
  .gx-public .street-choices button { padding: 8px 12px; }
  .gx-public .street-story { padding: 23px; }
  .gx-public .street-story h3 { font-size: 2rem; }
}
@media (prefers-reduced-motion: reduce) {
  .gx-public .street-story, .gx-public .street-story-example, .gx-public .street-story-steps li { animation: none; }
  .gx-public .street-choices button { transition: none; }
}

/* Keep the exit available while a long story is being read. */
.gx-public .street-story { padding-top: 0; scroll-padding-top: 62px; }
.gx-public .street-story-toolbar { position: sticky; top: 0; z-index: 1; background: #fff8ee; margin: 0 -3px 12px; padding: 8px 0; border-bottom: 1px solid #e5cdb8; }
.gx-public .street-story-close { position: static; display: flex; align-items: center; justify-content: space-between; gap: 16px; width: 100%; height: auto; min-height: 44px; padding: 5px 6px; border-radius: 6px; font-size: .875rem; line-height: 1.3; }
.gx-public .street-story-close span { font-size: 1.6rem; line-height: 1; }
.gx-public .street-story-audience { margin-right: 0; }
.gx-public .street-story-trial { margin-top: 11px; text-align: center; color: #633b24; font-size: .813rem; }
.gx-public .street-story-terms { margin-top: 3px; text-align: center; color: #795d47; font-size: .75rem; line-height: 1.5; }

/* Coordinate the content reveal with the storefront's spring motion. */
.gx-public .street-story { animation: none; }
.gx-public .street-story-content>h3 { animation: street-content-enter .5s .08s both; }
.gx-public .street-story-description { animation: street-content-enter .5s .13s both; }
.gx-public .street-story-example { animation-delay: .19s; }
.gx-public .street-story-steps li:nth-child(1) { animation-delay: .24s; }
.gx-public .street-story-steps li:nth-child(2) { animation-delay: .32s; }
.gx-public .street-story-steps li:nth-child(3) { animation-delay: .4s; }
.gx-public .street-story-link { transition: transform .22s, background .22s, box-shadow .22s; }
.gx-public .street-story-link:hover { transform: translateY(-2px); box-shadow: 0 5px 14px #96301424; }
.gx-public .street-story-link:active { transform: translateY(0) scale(.98); }
.gx-public .street-choices button { transition: background .2s, color .2s, transform .3s cubic-bezier(.2,1.6,.4,1), box-shadow .2s; }
.gx-public .street-choices button:hover { transform: translateY(-3px); box-shadow: 0 4px 10px #633b2412; }
.gx-public .street-choices button:active { transform: translateY(0) scale(.96); }
@media (prefers-reduced-motion: reduce) {
  .gx-public .street-story-content>h3, .gx-public .street-story-description { animation: none; }
  .gx-public .street-story-link, .gx-public .street-choices button { transition: none; }
  .gx-public .street-story-link:hover, .gx-public .street-story-link:active, .gx-public .street-choices button:hover, .gx-public .street-choices button:active { transform: none; }
}


/* Examples of websites, isolated inside the existing public marketing shell. */
.gx-public .landing-examples { background: var(--paper); border-block: 1px solid var(--line); }
.gx-public .landing-examples-heading { display: grid; grid-template-columns: 1.3fr 1fr; gap: 48px; align-items: end; }
.gx-public .landing-examples-heading > p { max-width: 420px; margin: 0; }
.gx-public .landing-examples-toolbar { display: flex; justify-content: space-between; align-items: center; gap: 20px; margin: 32px 0 20px; }
.gx-public .landing-examples-toolbar > p { margin: 0; font-size: .875rem; color: var(--muted); }
.gx-public .landing-examples-controls { display: flex; gap: 10px; }
.gx-public .landing-examples-controls button { display: grid; place-items: center; width: 46px; height: 46px; border: 1px solid var(--ink); border-radius: 50%; background: transparent; color: var(--ink); cursor: pointer; }
.gx-public .landing-examples-controls button[hidden] { display: none; }
.gx-public .landing-examples-controls button:first-child svg { transform: rotate(180deg); }
.gx-public .landing-examples-controls button:hover { background: var(--ink); color: var(--cream); }
.gx-public .landing-examples-track { display: grid; grid-auto-flow: column; grid-auto-columns: min(520px, 46%); gap: 26px; overflow-x: auto; overscroll-behavior-x: contain; scroll-snap-type: x mandatory; scrollbar-width: thin; scrollbar-color: var(--orange-deep) transparent; padding: 4px 4px 25px; margin-inline: -4px; }
.gx-public .landing-example-card { min-width: 0; scroll-snap-align: start; }
.gx-public .landing-example-link { display: block; border-radius: 12px; }
.gx-public .landing-example-link:focus-visible { outline-offset: 5px; }
.gx-public .landing-example-browser { display: flex; align-items: center; justify-content: space-between; gap: 15px; padding: 13px 17px; border: 1px solid var(--line); border-bottom: 0; border-radius: 12px 12px 0 0; background: var(--cream); font-size: .75rem; }
.gx-public .landing-example-browser > svg { width: 16px; height: 16px; }
.gx-public .landing-example-dots { display: flex; gap: 4px; }
.gx-public .landing-example-dots i { width: 5px; height: 5px; background: #c9b9a5; border-radius: 50%; }
.gx-public .landing-example-preview { position: relative; overflow: hidden; aspect-ratio: 1.25; border: 1px solid var(--line); background: var(--cream); pointer-events: none; }
.gx-public .landing-example-preview iframe { position: absolute; top: 0; left: 0; width: 300%; height: 300%; border: 0; transform: scale(.333333); transform-origin: top left; pointer-events: none; }
.gx-public .landing-example-caption { display: flex; align-items: center; justify-content: space-between; gap: 15px; margin: 17px 0 8px; }
.gx-public .landing-example-caption h3 { margin: 0; font: 700 1.25rem/1.2 var(--font); }
.gx-public .landing-example-caption > span { display: flex; align-items: center; gap: 8px; font-size: .875rem; font-weight: 600; }
.gx-public .landing-example-caption svg { width: 17px; height: 17px; }
.gx-public .landing-example-card > p { margin: 0; color: var(--muted); font-size: .875rem; line-height: 1.5; }
.gx-public .landing-example-link:hover .landing-example-caption { color: var(--orange-deep); }
.gx-public .landing-examples-bottom { display: flex; align-items: center; justify-content: space-between; gap: 35px; border-top: 1px solid var(--line); padding-top: 30px; margin-top: 20px; }
.gx-public .landing-examples-bottom p { margin: 0 0 10px; font-size: 1rem; }
.gx-public .landing-examples-bottom span { font-size: .75rem; color: var(--muted); }
@media (min-width: 901px) and (max-width: 1100px) {
  .gx-public .nav-links { gap: 13px; }
  .gx-public .nav { gap: 17px; }
  .gx-public .nav-actions { gap: 16px; }
}
@media (max-width: 900px) {
  .gx-public .landing-examples-heading { grid-template-columns: 1fr; gap: 22px; }
  .gx-public .landing-examples-heading > p { max-width: 580px; }
  .gx-public .landing-examples-track { grid-auto-columns: 70%; }
}
@media (max-width: 640px) {
  .gx-public .landing-examples-toolbar { margin-top: 25px; }
  .gx-public .landing-examples-track { grid-auto-columns: 90%; gap: 18px; }
  .gx-public .landing-example-caption { flex-wrap: wrap; gap: 8px; }
  .gx-public .landing-example-caption h3 { font-size: 1.125rem; }
  .gx-public .landing-example-caption > span { font-size: .8125rem; }
  .gx-public .landing-examples-bottom { align-items: flex-start; flex-direction: column; gap: 25px; }
  .gx-public .landing-examples-bottom .button { width: 100%; justify-content: center; }
}

/* Homepage product demonstrations. Scoped at build time like the public site. */
.gx-public .home-shortcuts { display: flex; flex-wrap: wrap; gap: 8px 18px; margin-top: 18px; }
.gx-public .home-shortcuts a { font-size: .8rem; border-bottom: 1px solid var(--line); padding-block: 5px; color: var(--ink); }
.gx-public .home-shortcuts a:hover { color: var(--orange-deep); border-color: currentColor; }
.gx-public .home-split { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 70px; }
.gx-public .home-rixo { background: var(--paper); border-block: 1px solid var(--line); }
.gx-public .home-section-copy h2 { margin: 18px 0 24px; }
.gx-public .home-section-copy > p { max-width: 490px; font-size: 1.0625rem; }
.gx-public .home-section-copy .button { margin-top: 20px; }
.gx-public .home-benefits { list-style: none; margin: 24px 0 0; padding: 0; display: grid; gap: 11px; }
.gx-public .home-benefits li { position: relative; padding-left: 20px; font-size: .9375rem; }
.gx-public .home-benefits li::before { content: ''; position: absolute; left: 0; top: .72em; width: 6px; height: 6px; border-radius: 50%; background: var(--orange-deep); }
.gx-public .rixo-conversation { background: var(--cream); border: 1px solid #cbb496; border-radius: 16px; box-shadow: 10px 12px 0 #e6d2b4; overflow: hidden; min-width: 0; }
.gx-public .home-demo-header { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 21px 25px; border-bottom: 1px solid var(--line); font-size: .8125rem; }
.gx-public .home-demo-header > span:last-child { font-size: .6875rem; color: var(--muted); }
.gx-public .rixo-name { display: flex; align-items: center; gap: 10px; font-size: 1.25rem; font-weight: 750; }
.gx-public .rixo-name svg { color: var(--orange-deep); }
.gx-public .home-demo-tabs { display: flex; gap: 6px; padding: 16px 24px; flex-wrap: wrap; }
.gx-public .home-demo-tabs button { min-height: 44px; border: 1px solid var(--line); border-radius: 6px; padding: 9px 14px; font-size: .8125rem; font-weight: 650; background: transparent; color: var(--ink); transition: background .18s, color .18s; }
.gx-public .home-demo-tabs button[aria-selected="true"] { color: var(--cream); border-color: var(--ink); background: var(--ink); }
.gx-public .home-demo-tabs button:hover { border-color: var(--orange-deep); }
.gx-public .rixo-panel { padding: 8px 24px 0; min-height: 395px; }
.gx-public .rixo-bubble-user { background: var(--ink); color: var(--cream); padding: 17px 20px; border-radius: 14px 14px 2px 14px; font-size: .9375rem; margin-left: 36px; line-height: 1.55; }
.gx-public .rixo-bubble-answer { padding: 22px 0 0; }
.gx-public .home-small-label { display: block; font-size: .625rem; line-height: 1.5; font-weight: 700; letter-spacing: .09em; color: var(--orange-deep); }
.gx-public .rixo-bubble-answer > p { margin-top: 10px; font-size: .875rem; color: var(--ink); line-height: 1.6; }
.gx-public .rixo-week { list-style: none; padding: 0; margin: 18px 0; display: grid; gap: 9px; }
.gx-public .rixo-week li { display: flex; gap: 13px; align-items: center; border: 1px solid var(--line); border-radius: 7px; padding: 10px 12px; font-size: .8125rem; font-weight: 600; }
.gx-public .rixo-week li > span { font-size: .625rem; font-weight: 750; width: 30px; color: var(--orange-deep); }
.gx-public .rixo-week small { display: block; font-size: .6875rem; font-weight: 400; color: var(--muted); }
.gx-public .rixo-week-thumb { width: 88px; height: 64px; flex: none; object-fit: cover; object-position: center 45%; border-radius: 6px; }
.gx-public .home-ai-note { display: block; margin-top: 10px; font-size: .6875rem; font-weight: 400; color: var(--muted); }
.gx-public .feature-photo { margin: 0 0 18px; }
.gx-public .feature-photo img { display: block; width: 100%; height: 190px; object-fit: cover; object-position: center 40%; border-radius: 10px; }
.gx-public .feature-thumbs { display: flex; gap: 8px; margin: 16px 0 4px; }
.gx-public .feature-thumbs img { width: 33%; aspect-ratio: 1 / 1; height: auto; object-fit: cover; border-radius: 8px; }
.gx-public .home-client-photo { margin: 0 0 22px; }
.gx-public .home-client-photo img { display: block; width: 100%; height: 200px; object-fit: cover; object-position: center 42%; border-radius: 12px; }
.gx-public .home-client-photo figcaption { margin-top: 8px; font-size: .6875rem; color: var(--muted); }
@media (max-width: 760px) {
  .gx-public .feature-photo img { height: 165px; }
  .gx-public .home-client-photo img { height: 170px; }
  .gx-public .rixo-week-thumb { width: 66px; height: 48px; }
}
.gx-public .home-status { display: inline-block; padding: 7px 11px; border: 1px solid #c7d1b4; color: #3a512b; background: #eff1e5; border-radius: 5px; font-size: .6875rem; line-height: 1.5; }
.gx-public .home-demo-caption { color: var(--muted); font-size: .6875rem; line-height: 1.6; }
.gx-public .rixo-conversation > .home-demo-caption { padding: 20px 24px; }
.gx-public .rixo-reply-note { font-size: .875rem; margin: 24px 0; border-left: 2px solid var(--line); padding-left: 15px; color: var(--muted); }
.gx-public .home-creation-grid { display: grid; grid-template-columns: 1.12fr 1fr; gap: 24px; margin-top: 42px; }
.gx-public .home-photo-card { border: 1px solid var(--line); border-radius: 12px; overflow: hidden; background: #fffbf3; }
.gx-public .home-photo-comparison { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; padding: 24px 24px 0; }
.gx-public .home-photo-comparison figure { min-width: 0; }
.gx-public .home-photo-comparison img { width: 100%; aspect-ratio: 1; height: auto; border-radius: 5px; }
.gx-public .home-photo-comparison figcaption { padding-top: 10px; font-size: .6875rem; color: var(--muted); }
.gx-public .home-creation-copy { padding: 30px; }
.gx-public .home-creation-copy h3 { margin: 12px 0 17px; font-size: 1.6875rem; line-height: 1.2; }
.gx-public .home-creation-copy p { font-size: .9375rem; }
.gx-public .home-creation-copy .page-text-link { font-size: .875rem; margin-top: 23px; }
.gx-public .home-video-card { display: grid; grid-template-columns: 1fr 1.12fr; align-items: center; background: var(--ink); color: var(--cream); border: 1px solid var(--ink); border-radius: 12px; overflow: hidden; }
.gx-public .home-video-showcase { align-self: stretch; display: flex; flex-direction: column; justify-content: center; gap: 12px; padding: 26px 24px 20px; margin: 0; }
.gx-public .home-video-frame { position: relative; width: 100%; max-width: 300px; margin: 0 auto; aspect-ratio: 9 / 16; border-radius: 10px; overflow: hidden; background: #1a120c; box-shadow: 0 18px 40px rgba(0,0,0,.35); }
.gx-public .home-video-media { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; background: #1a120c; display: block; }
.gx-public .home-video-toggle { position: absolute; left: 10px; bottom: 10px; z-index: 2; display: inline-flex; align-items: center; gap: 8px; padding: 7px 12px; border: 1px solid rgba(255,255,255,.35); border-radius: 999px; background: rgba(26,18,12,.62); color: #fff6ec; font: inherit; font-size: .75rem; cursor: pointer; }
.gx-public .home-video-toggle:hover { background: rgba(26,18,12,.82); }
.gx-public .home-video-toggle:focus-visible { outline: 2px solid #ffad86; outline-offset: 2px; }
.gx-public .home-video-toggle-icon { width: 0; height: 0; border-style: solid; border-width: 5px 0 5px 8px; border-color: transparent transparent transparent currentColor; }
.gx-public .home-video-toggle[aria-pressed="true"] .home-video-toggle-icon { width: 8px; height: 10px; border: 0; background: linear-gradient(to right, currentColor 0 3px, transparent 3px 5px, currentColor 5px 8px); }
.gx-public .home-video-showcase figcaption { text-align: center; font-size: .6875rem; letter-spacing: .04em; color: #e0cdb8; }
.gx-public .home-video-card .home-small-label { color: #ffad86; }
.gx-public .home-video-card .home-creation-copy { padding: 26px; }
.gx-public .home-video-card .home-creation-copy p { color: #d4c2af; }
.gx-public .home-video-card .page-text-link { color: #ffd2b7; }
.gx-public .home-video-card a:focus-visible { outline-color: #ffad86; }
.gx-public .home-client-demo { border: 1px solid var(--line); border-radius: 14px; overflow: hidden; margin-top: 35px; background: #fffbf3; }
.gx-public .home-client-demo > .home-demo-tabs { padding: 22px 34px; border-bottom: 1px solid var(--line); }
.gx-public .home-client-panel { display: grid; grid-template-columns: 1fr 1fr; gap: 65px; padding: 44px; min-height: 470px; align-items: center; }
.gx-public .home-client-copy h3 { font-family: var(--serif); font-weight: 400; font-size: 2.5rem; line-height: 1.12; margin: 14px 0 22px; }
.gx-public .home-client-copy p { font-size: .9375rem; }
.gx-public .home-client-copy .page-text-link { margin-top: 25px; font-size: .875rem; }
.gx-public .home-client-copy .home-capability-note { font-size: .75rem; margin-top: 18px; }
.gx-public .home-loyalty-example { display: grid; justify-items: center; gap: 19px; }
.gx-public .home-loyalty-visual { margin: 0; width: 100%; max-width: 420px; transform: rotate(-3deg); }
.gx-public .home-loyalty-visual img { display: block; width: 100%; height: auto; border-radius: 16px; }
.gx-public .home-loyalty-card { background: #e56336; color: #25190e; border-radius: 16px; width: 100%; max-width: 350px; padding: 25px; box-shadow: 8px 9px 0 #f3e4ce; transform: rotate(-3deg); }
.gx-public .home-loyalty-top { display: flex; justify-content: space-between; align-items: center; }
.gx-public .home-loyalty-top > span { font-family: var(--serif); font-size: 1.25rem; line-height: 1; }
.gx-public .home-loyalty-top svg { width: 34px; height: 34px; }
.gx-public .home-loyalty-card p { color: #25190e; font-family: var(--serif); font-size: 1.7rem; line-height: 1.1; margin: 24px 0 20px; }
.gx-public .home-stamps { display: grid; grid-template-columns: repeat(6,1fr); gap: 8px; }
.gx-public .home-stamps span { aspect-ratio: 1; border-radius: 50%; border: 1px dashed #703615; display: grid; place-items: center; font-size: .75rem; transition: background .2s, color .2s; }
.gx-public .home-stamps .stamped { background: #fff3df; border-style: solid; border-color: #fff3df; color: #703615; }
.gx-public .home-loyalty-card > small { display: block; font-size: .6875rem; margin-top: 18px; }
.gx-public .home-loyalty-example .home-demo-caption { text-align: center; max-width: 330px; min-height: 35px; }
.gx-public .home-inbox-example, .gx-public .home-google-example { padding: 25px; background: var(--cream); border: 1px solid var(--line); border-radius: 11px; }
.gx-public .home-inbox-example .home-demo-header { padding: 0 0 16px; margin-bottom: 20px; }
.gx-public .home-message { padding: 19px; border: 1px solid var(--line); border-radius: 8px; margin-bottom: 17px; }
.gx-public .home-message p { margin-top: 10px; color: var(--ink); font-size: .875rem; }
.gx-public .home-message-reply { background: white; }
.gx-public .home-google-review { margin: 24px 0; }
.gx-public .home-rating { font: 700 1.25rem/1 var(--font); color: var(--orange-deep); }
.gx-public .home-google-review h4 { font-family: var(--serif); font-size: 1.5rem; font-weight: 400; margin: 13px 0; }
.gx-public .home-google-review p { font-size: .875rem; }
.gx-public .home-daily { border-top: 1px solid var(--line); }
.gx-public .home-daily .feature-card .page-text-link { font-size: .8125rem; margin-top: 23px; }
.gx-public .home-daily .mini-week { margin-bottom: 15px; }
@media (max-width: 1000px) {
  .gx-public .home-split { gap: 35px; }
  .gx-public .home-creation-grid { grid-template-columns: 1fr 1fr; gap: 20px; }
  .gx-public .home-video-card { grid-template-columns: .85fr 1fr; }
  .gx-public .home-video-card .home-creation-copy { padding: 22px 18px; }
  .gx-public .home-creation-copy h3 { font-size: 1.5rem; }
  .gx-public .home-client-panel { gap: 30px; padding: 32px; }
}
@media (max-width: 760px) {
  .gx-public .home-split { grid-template-columns: 1fr; gap: 35px; }
  .gx-public .home-section-copy > p { max-width: none; }
  .gx-public .rixo-conversation { max-width: 570px; width: calc(100% - 10px); justify-self: center; }
  .gx-public .home-creation-grid { grid-template-columns: 1fr; }
  .gx-public .home-video-card { grid-template-columns: 1fr 1.1fr; }
  .gx-public .home-video-showcase { padding: 22px 22px 16px; }
  .gx-public .home-client-panel { grid-template-columns: 1fr; gap: 35px; padding: 28px 24px; min-height: 0; }
  .gx-public .home-client-copy h3 { font-size: 2.2rem; }
  .gx-public .home-client-demo > .home-demo-tabs { padding: 18px 22px; }
  .gx-public .home-loyalty-example { padding-block: 8px; }
}
@media (max-width: 420px) {
  .gx-public .home-demo-tabs { gap: 6px; padding-inline: 17px; }
  .gx-public .home-demo-tabs button { font-size: .75rem; padding-inline: 10px; }
  .gx-public .rixo-panel { padding-inline: 17px; min-height: 420px; }
  .gx-public .rixo-bubble-user { margin-left: 15px; padding: 16px; }
  .gx-public .home-photo-comparison { padding: 18px 18px 0; gap: 10px; }
  .gx-public .home-creation-copy { padding: 23px; }
  .gx-public .home-video-card { grid-template-columns: 1fr; }
  .gx-public .home-video-showcase { padding: 20px 20px 14px; }
  .gx-public .home-video-card .home-creation-copy { padding: 25px; }
  .gx-public .home-demo-header { padding-inline: 17px; }
  .gx-public .home-client-demo > .home-demo-tabs { padding-inline: 12px; gap: 5px; }
  .gx-public .home-client-demo > .home-demo-tabs button { padding-inline: 9px; }
  .gx-public .home-client-panel { padding: 24px 20px; }
  .gx-public .home-loyalty-card { padding: 21px; }
  .gx-public .home-stamps { gap: 5px; }
  .gx-public .home-inbox-example, .gx-public .home-google-example { padding: 17px; }
}
@media (prefers-reduced-motion: reduce) {
  .gx-public .home-demo-tabs button, .gx-public .home-stamps span { transition: none; }
}

/* Exemples de posts — galerie homepage */
.gx-public .post-examples { background: var(--cream, #FDFBF7); }
.gx-public .post-examples-heading { display: grid; grid-template-columns: 1.3fr 1fr; gap: 48px; align-items: end; }
.gx-public .post-examples-heading > p { max-width: 420px; margin: 0; }
.gx-public .post-examples-note { margin: 26px 0 18px; font-size: .75rem; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); }
.gx-public .post-examples-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 22px; }
.gx-public .post-examples-grid:focus-visible { outline: 2px solid var(--orange-deep); outline-offset: 6px; }
.gx-public .post-example-card { margin: 0; min-width: 0; }
.gx-public .post-example-link { display: block; border-radius: 16px; overflow: hidden; border: 1px solid var(--line); background: #fff; transition: transform .2s ease, box-shadow .2s ease; }
.gx-public .post-example-link:hover { transform: translateY(-3px); box-shadow: 0 14px 30px rgba(42, 26, 16, .12); }
.gx-public .post-example-link:focus-visible { outline: 2px solid var(--orange-deep); outline-offset: 3px; }
.gx-public .post-example-link img { display: block; width: 100%; height: auto; aspect-ratio: 1 / 1; }
.gx-public .post-example-meta { margin: 10px 2px 0; display: flex; flex-direction: column; gap: 2px; }
.gx-public .post-example-meta strong { font-size: .9rem; }
.gx-public .post-example-meta span { font-size: .78rem; color: var(--muted); }
.gx-public .post-examples-bottom { margin-top: 38px; }

@media (max-width: 1180px) { .gx-public .post-examples-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); } }
@media (max-width: 960px) {
  .gx-public .post-examples-heading { grid-template-columns: 1fr; gap: 22px; }
  .gx-public .post-examples-heading > p { max-width: 580px; }
  .gx-public .post-examples-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 720px) {
  .gx-public .post-examples-grid { display: flex; overflow-x: auto; overscroll-behavior-x: contain; scroll-snap-type: x mandatory; gap: 16px; padding: 4px 4px 22px; margin-inline: -4px; scrollbar-width: thin; scrollbar-color: var(--orange-deep) transparent; }
  .gx-public .post-example-card { flex: 0 0 78%; scroll-snap-align: start; }
  .gx-public .post-examples-bottom .button { width: 100%; justify-content: center; }
}

/* Agrandissement */
.gx-public .post-lightbox { position: fixed; inset: 0; z-index: 90; display: grid; place-items: center; padding: 20px; }
.gx-public .post-lightbox[hidden] { display: none; }
.gx-public .post-lightbox-backdrop { position: absolute; inset: 0; background: rgba(42, 26, 16, .82); border: 0; }
.gx-public .post-lightbox-panel { position: relative; background: #fff; border-radius: 20px; padding: 16px; max-width: min(620px, 92vw); width: 100%; max-height: 92vh; overflow: auto; }
.gx-public .post-lightbox-panel img { display: block; width: 100%; height: auto; border-radius: 12px; }
.gx-public .post-lightbox-meta h3 { margin: 14px 0 4px; font-size: 1.05rem; }
.gx-public .post-lightbox-meta p { margin: 0; font-size: .82rem; color: var(--muted); }
.gx-public .post-lightbox-close { position: absolute; top: 24px; right: 24px; box-shadow: 0 6px 18px rgba(42,26,16,.25); width: 44px; height: 44px; border-radius: 50%; border: 1px solid var(--line); background: #fff; color: var(--ink); font-size: 1rem; cursor: pointer; }
.gx-public .post-lightbox-nav { display: flex; gap: 10px; margin-top: 14px; }
.gx-public .post-lightbox-nav button { width: 44px; height: 44px; border-radius: 50%; border: 1px solid var(--ink); background: transparent; color: var(--ink); cursor: pointer; display: grid; place-items: center; }
.gx-public .post-lightbox-nav button:first-child svg { transform: rotate(180deg); }
.gx-public .post-lightbox-nav button:hover, .gx-public .post-lightbox-close:hover { background: var(--ink); color: var(--cream); }
.gx-public .post-lightbox-nav svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 2; }


/* Homepage hero approved by Cyril, 10 September 2026. */
.gx-public .hero.hero-agency { max-width: 1400px; grid-template-columns: minmax(0, .94fr) minmax(0, 1.16fr); gap: 24px; align-items: center; padding-top: 44px; padding-bottom: 38px; }
.gx-public .hero-agency .hero-copy { min-width: 0; }
.gx-public .hero-agency .eyebrow { font-size: .6875rem; letter-spacing: .065em; }
.gx-public .hero-agency h1 { font-size: clamp(3.3rem, 6.9vw, 6.5rem); line-height: .99; font-weight: 900; margin: 27px 0 28px; }
.gx-public .hero-agency .hero-line { display: block; white-space: nowrap; }
.gx-public .hero-agency h1 em { font-weight: 900; }
.gx-public .hero-agency .hero-description { max-width: 485px; font-size: 1.0625rem; line-height: 1.6; }
.gx-public .hero-agency .hero-ctas { gap: 20px; margin-top: 28px; }
.gx-public .hero-agency .hero-examples-link { min-height: 44px; text-decoration: underline; text-underline-offset: 5px; }
.gx-public .hero-agency .trial-note { margin-top: 22px; }
.gx-public .hero-agency .hero-benefit { display: flex; }
.gx-public .hero-agency-visual { width: 100%; padding: 0; text-align: center; }
.gx-public .hero-agency-visual .hero-agency-image { display: block; width: 100%; height: auto; aspect-ratio: 1; object-fit: contain; }
.gx-public .hero-agency-visual figcaption { display: inline-block; margin-top: 8px; padding: 8px 22px; background: #fbeddc; border-radius: 30px; color: var(--ink); font-size: .9375rem; }
.gx-public .hero-agency-roles { max-width: 1328px; display: flex; align-items: center; gap: 26px; border-top: 1px solid var(--line); padding-top: 27px; padding-bottom: 36px; }
.gx-public .hero-agency-roles > p { flex: 0 0 auto; color: var(--orange-deep); font-size: .6875rem; font-weight: 700; letter-spacing: .065em; line-height: 1.6; }
.gx-public .hero-agency-roles ul { flex: 1; display: flex; align-items: center; justify-content: space-between; list-style: none; margin: 0; padding: 0; gap: 20px; }
.gx-public .hero-agency-roles li { padding-left: 22px; border-left: 1px solid var(--line); font-family: var(--display); font-size: 1.4rem; font-weight: 700; line-height: 1.3; white-space: nowrap; }
@media (max-width: 1100px) {
  .gx-public .hero.hero-agency { gap: 22px; padding-top: 38px; }
  .gx-public .hero-agency .hero-ctas { gap: 12px; }
  .gx-public .hero-agency-roles { flex-direction: column; gap: 20px; }
  .gx-public .hero-agency-roles ul { width: 100%; justify-content: space-around; }
  .gx-public .hero-agency-roles li:first-child { border-left: 0; padding-left: 0; }
}
@media (max-width: 760px) {
  .gx-public .hero.hero-agency { display: flex; flex-direction: column; gap: 26px; padding-top: 32px; padding-bottom: 28px; }
  .gx-public .hero-agency .hero-copy { width: 100%; text-align: center; }
  .gx-public .hero-agency .eyebrow { max-width: 370px; margin-inline: auto; justify-content: center; }
  .gx-public .hero-agency h1 { font-size: clamp(2.7rem, 12.8vw, 5.3rem); margin: 22px 0; }
  .gx-public .hero-agency .hero-description { margin-inline: auto; font-size: 1rem; }
  .gx-public .hero-agency .hero-ctas { align-items: center; justify-content: center; margin-top: 24px; }
  .gx-public .hero-agency .hero-ctas > .button { width: 100%; max-width: 380px; }
  .gx-public .hero-agency .trial-note { justify-content: center; }
  .gx-public .hero-agency .hero-benefit { justify-content: center; margin-top: 20px; text-align: left; }
  .gx-public .hero-agency .hero-divider { display: none; }
  .gx-public .hero-agency-visual { width: min(100%, 550px); padding: 0; }
  .gx-public .hero-agency-visual figcaption { margin-top: 8px; font-size: .8125rem; }
  .gx-public .hero-agency-roles { padding-top: 24px; padding-bottom: 28px; gap: 20px; }
  .gx-public .hero-agency-roles ul { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px 12px; text-align: center; }
  .gx-public .hero-agency-roles li { padding: 0; border: 0; font-size: 1.25rem; white-space: normal; }
}
