/** Shopify CDN: Minification failed

Line 120:2 Unexpected "@keyframes"
Line 224:2 Unexpected "@keyframes"
Line 224:27 Unexpected "0%"
Line 225:4 Unexpected "33%"
Line 226:4 Unexpected "97%"
Line 238:2 Unexpected "@keyframes"
Line 238:28 Unexpected "0%"
Line 239:4 Unexpected "22%"
Line 240:4 Unexpected "100%"

**/
/* OGC Sharing Tools page styles - extracted from prototype/sharing-tools.html */
.ogc-sharing-tools-page { --bg: #F9F9F9;
    --bg-alt: #F4F6FB;
    --bg-dark: #0B0F1A;
    --ink: #111418;
    --ink-soft: #2B2F38;
    --muted: #5C6373;
    --line: #E5E8EF;
    --line-soft: #EEF1F6;
    --brand: #005AD1;
    --brand-ink: #00307A;
    --brand-soft: #E6EEFB;
    --mint: #88DBB7;
    --sans: "GT Walsheim", "GT Walsheim Pro", "Manrope", -apple-system, BlinkMacSystemFont, sans-serif;
    --container: 1320px;
    --gutter: 24px; }
.ogc-sharing-tools-page * { box-sizing: border-box; }
.ogc-sharing-tools-page { -webkit-text-size-adjust: 100%; }
.ogc-sharing-tools-page { margin: 0;
    background-color: var(--bg);
    background-image: linear-gradient(to bottom, #C4D8F6 0%, #D9E9F9 18%, #EBF2FC 38%, #F4F8FE 58%, #F9F9F9 78%);
    background-repeat: no-repeat;
    background-size: 100% 900px;
    color: var(--ink);
    font-family: var(--sans);
    font-size: 17px;
    line-height: 1.55;
    -webkit-font-smoothing: antialiased; }
.ogc-sharing-tools-page img, .ogc-sharing-tools-page svg { max-width: 100%; display: block; }
.ogc-sharing-tools-page a { color: inherit; text-decoration: none; }
.ogc-sharing-tools-page .container { max-width: var(--container); margin: 0 auto; padding-left: var(--gutter); padding-right: var(--gutter); }
.ogc-sharing-tools-page .eyebrow { font-size: 12px; font-weight: 600; letter-spacing: 0.14em;
    text-transform: uppercase; color: var(--brand); margin: 0 0 18px; }
.ogc-sharing-tools-page h1, .ogc-sharing-tools-page h2, .ogc-sharing-tools-page h3 { margin: 0; font-weight: 500; letter-spacing: -0.02em; color: var(--ink); }
.ogc-sharing-tools-page h1 { font-size: clamp(38px, 5vw, 64px); line-height: 1.05; }
.ogc-sharing-tools-page h2 { font-size: clamp(30px, 4.2vw, 50px); line-height: 1.06; letter-spacing: -0.022em; font-weight: 500; }
.ogc-sharing-tools-page h3 { font-size: 20px; font-weight: 600; letter-spacing: -0.01em; }
.ogc-sharing-tools-page p { margin: 0; }
.ogc-sharing-tools-page .btn { display: inline-flex; align-items: center; gap: 8px;
    padding: 15px 26px; border-radius: 999px;
    font-family: var(--sans); font-size: 16px; font-weight: 600; line-height: 1;
    text-decoration: none; border: 1.5px solid transparent;
    cursor: pointer; white-space: nowrap; letter-spacing: -0.005em;
    transition: background .2s, color .2s, border-color .2s; }
.ogc-sharing-tools-page .btn-primary { background: var(--brand); color: #fff; border-color: var(--brand); }
.ogc-sharing-tools-page .btn-primary:hover { background: var(--brand-ink); border-color: var(--brand-ink); }
.ogc-sharing-tools-page .btn-ghost { background: transparent; color: var(--brand); border-color: var(--brand); }
.ogc-sharing-tools-page .btn-ghost:hover { background: var(--brand-soft); }
.ogc-sharing-tools-page /* Site nav styles live in site-nav.css */
  /* ── HERO ── */
  .page-hero { padding: 180px 0 72px;
    text-align: center;
    position: relative;
    overflow: hidden; }
.ogc-sharing-tools-page .page-hero .container { position: relative; z-index: 1; }
.ogc-sharing-tools-page .page-hero h1 { font-size: clamp(40px, 4.4vw, 56px); letter-spacing: -0.025em; margin-bottom: 22px; }
.ogc-sharing-tools-page .page-hero .lede { font-size: 22px; color: var(--ink-soft); max-width: 52ch; margin: 0 auto 36px;
    line-height: 1.4; }
.ogc-sharing-tools-page .hero-btns { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; margin: -5px auto -10px; }
.ogc-sharing-tools-page /* social proof (matches homepage trust strip) */
  .hero-trust {
    margin-top: 48px;
    font-size: 17px; color: #AFAFAF;
    text-align: center;
    font-weight: 500;
  }
.ogc-sharing-tools-page .hero-logos { margin-top: 48px; max-width: 1100px !important;
  margin: 26px auto 0 !important;
  gap: 32px; }
.ogc-sharing-tools-page .logo-marquee { width: 100%; }
.ogc-sharing-tools-page .logo-track { display: flex; flex-wrap: nowrap;
    justify-content: space-between; align-items: center;
    gap: 32px; width: 100%; }
.ogc-sharing-tools-page .logo-img { height: 60px; width: auto; max-width: 100%; object-fit: contain;
    opacity: 0.55; filter: grayscale(100%);
    flex: 0 1 auto; min-width: 0; }
@media (max-width: 900px) {
.ogc-sharing-tools-page .logo-track { flex-wrap: wrap; justify-content: center; gap: 32px 40px; }
.ogc-sharing-tools-page .logo-img {     height: 60px; width: auto; max-width: 100%; object-fit: contain;
    opacity: 0.55; filter: grayscale(100%);
    flex: 0 1 auto; min-width: 0; }
}

@media (max-width: 900px) {
  .ogc-sharing-tools-page .logo-track {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px 20px;
    justify-items: center;
    align-items: center;
  }

  .ogc-sharing-tools-page .logo-img {
    height: 38px;
    width: auto;
    max-width: 100%;
  }
}

@media (min-width: 769px) {
  .hero-logos .logo-track .logo-img:nth-last-child(-n+2) {
    display: none;
  }
}

.ogc-sharing-tools-page /* staggered entrance */
  @keyframes hero-rise { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: none; } }
.ogc-sharing-tools-page .page-hero .eyebrow { animation: hero-rise .6s ease-out both; }
.ogc-sharing-tools-page .page-hero h1 { animation: hero-rise .6s ease-out .08s both; }
.ogc-sharing-tools-page .page-hero .lede { animation: hero-rise .6s ease-out .16s both; }
.ogc-sharing-tools-page .hero-btns { animation: hero-rise .6s ease-out .24s both; }
.ogc-sharing-tools-page .hero-trust { animation: hero-rise .6s ease-out .34s both; }
.ogc-sharing-tools-page .hero-logos { animation: hero-rise .6s ease-out .42s both; }
@media (prefers-reduced-motion: reduce) {
.ogc-sharing-tools-page .page-hero .eyebrow, .ogc-sharing-tools-page .page-hero h1, .ogc-sharing-tools-page .page-hero .lede, .ogc-sharing-tools-page .hero-btns, .ogc-sharing-tools-page .hero-trust, .ogc-sharing-tools-page .hero-logos { animation: none; }
}
.ogc-sharing-tools-page /* ── FEATURE SECTIONS ── */
  .feature-section { padding: 52px 0;
    /* Offset anchor jumps so the section title clears the fixed 72px nav bar */
    scroll-margin-top: 96px; }
@media (max-width: 700px) {
.ogc-sharing-tools-page .feature-section { padding: 32px 0; }
}
.ogc-sharing-tools-page .feature-grid { display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center; }
.ogc-sharing-tools-page .feature-grid.flip { direction: rtl; }
.ogc-sharing-tools-page .feature-grid.flip > * { direction: ltr; }
@media (max-width: 860px) {
.ogc-sharing-tools-page /* Mobile order: eyebrow, .ogc-sharing-tools-page header, .ogc-sharing-tools-page desc, .ogc-sharing-tools-page image, .ogc-sharing-tools-page checklist, .ogc-sharing-tools-page cta.
       Spacing is margin-driven (gap:0) so the eyebrow/header/subtext
       rhythm matches desktop & the teams page. */
    .feature-grid, .ogc-sharing-tools-page .feature-grid.flip { display: flex; flex-direction: column; align-items: stretch;
      gap: 0; direction: ltr; }
.ogc-sharing-tools-page .feature-text h2 br { display: none; }
.ogc-sharing-tools-page .feature-text { display: contents; }
.ogc-sharing-tools-page .feature-tag { order: 1; align-self: flex-start; }
.ogc-sharing-tools-page .feature-text h2 { order: 2; }
.ogc-sharing-tools-page .feature-text .desc { order: 3; }
.ogc-sharing-tools-page .feature-visual { order: 4; margin-bottom: 32px; }
.ogc-sharing-tools-page .feature-bullets { order: 5; }
.ogc-sharing-tools-page .feature-text .btn { order: 6; align-self: flex-start; }
}
.ogc-sharing-tools-page .feature-text {  }
.ogc-sharing-tools-page .feature-tag { display: inline-flex; align-items: center; gap: 7px;
    background: var(--brand-soft); color: var(--brand);
    font-size: 12px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase;
    padding: 5px 12px; border-radius: 999px; margin-bottom: 18px; }
.ogc-sharing-tools-page .feature-text h2 { margin-bottom: 24px; }
.ogc-sharing-tools-page .feature-text .desc { font-size: 20px; color: var(--ink); line-height: 1.65; margin-bottom: 32px; }
.ogc-sharing-tools-page .feature-bullets { list-style: none; padding: 0; margin: 0 0 36px; display: flex; flex-direction: column; gap: 24px; }
.ogc-sharing-tools-page .feature-bullets li { display: flex; align-items: flex-start; gap: 16px; }
.ogc-sharing-tools-page .feature-bullets li h3 { font-size: 17px; margin: 0 0 6px; }
.ogc-sharing-tools-page .feature-bullets li p { font-size: 16px; color: var(--ink); margin: 0; line-height: 1.5; }
.ogc-sharing-tools-page .bullet-icon { width: 40px; height: 40px; border-radius: 10px; flex-shrink: 0;
    background: var(--brand-soft); display: flex; align-items: center; justify-content: center;
    margin-top: 2px; }
.ogc-sharing-tools-page .bullet-icon svg { width: 20px; height: 20px; stroke: var(--brand); fill: none; stroke-width: 1.6; }
.ogc-sharing-tools-page /* ── VISUAL PLACEHOLDERS ── */
  .feature-visual { border-radius: 24px; overflow: hidden;
    background: var(--bg-alt);
    aspect-ratio: 4/3;
    display: flex; align-items: center; justify-content: center;
    position: relative; }
.ogc-sharing-tools-page .feature-visual img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.ogc-sharing-tools-page /* ── NFC card "tap" animation ── */
  /* Phone fills the box (default full-bleed rule); the card is an overlay
     on the right so only it scales when "tapped". */
  .visual-nfc .nfc-card-img { position: absolute; inset: auto;
    top: 11%; right: 12%;
    width: 48%; height: auto; object-fit: contain;
    filter: drop-shadow(0 12px 26px rgba(11,15,26,.28));
    transform-origin: center;
    animation: nfc-tap 2.6s ease-in-out infinite;
    z-index: 2; }
.ogc-sharing-tools-page .visual-nfc .nfc-bg-logo { position: absolute; top: 16%; right: 4%;
    width: 6.5%; height: auto; aspect-ratio: 1;
    color: #AEB6C2; opacity: 0; z-index: 3; pointer-events: none;
    animation: nfc-signal 2.6s ease-in-out infinite; }
@keyframes nfc-tap { 0%, 100% { transform: scale(1); }
    16%      { transform: scale(1.06); }
    34%      { transform: scale(1); } }
@keyframes nfc-signal { 0%, 100% { opacity: 0; transform: scale(0.8); }
    16%      { opacity: .7; transform: scale(1); }
    48%      { opacity: 0; transform: scale(1.2); } }
@media (prefers-reduced-motion: reduce) {
.ogc-sharing-tools-page .visual-nfc .nfc-card-img, .ogc-sharing-tools-page .visual-nfc .nfc-bg-logo { animation: none; }
.ogc-sharing-tools-page .visual-nfc .nfc-bg-logo { opacity: 0; }
}
.ogc-sharing-tools-page /* ── Email signature: type the body over the baked-in image ── */
  /* cqw units keep the overlay aligned to the image at any size */
  .visual-email { container-type: inline-size; }
.ogc-sharing-tools-page .ew-type { position: absolute; left: 9.4%; top: 39%; right: 13%;
    margin: 0; white-space: pre-wrap;
    font-size: 2.2cqw; line-height: 1.5; color: var(--ink-soft);
    z-index: 2; }
.ogc-sharing-tools-page .ew-caret { display: inline-block; width: 0.3cqw; height: 3.2cqw;
    background: var(--brand); margin-left: 0.4cqw; vertical-align: -0.5cqw;
    animation: ew-blink 1s step-end infinite; }
@keyframes ew-blink { 50% { opacity: 0; } }
@media (prefers-reduced-motion: reduce) {
.ogc-sharing-tools-page .ew-caret { display: none; }
}
.ogc-sharing-tools-page /* ── Splash screen: fade the splash overlay in/out over the profile phone ── */
  .visual-splash .splash-overlay { position: absolute; inset: auto;
    left: 32.75%; top: 6.67%; width: 34.37%; height: 86.66%;
    object-fit: fill; z-index: 2; pointer-events: none; opacity: 1; }
.ogc-sharing-tools-page .visual-splash.in-view .splash-overlay { animation: splash-fade 5s ease-in-out infinite; }
.ogc-sharing-tools-page /* splash shown → fade out → pause on profile → fade back to splash */
  @keyframes splash-fade { 0%, 18%   { opacity: 1; }
    33%, 82%  { opacity: 0; }
    97%, 100% { opacity: 1; } }
@media (prefers-reduced-motion: reduce) {
.ogc-sharing-tools-page .visual-splash .splash-overlay, .ogc-sharing-tools-page .visual-splash.in-view .splash-overlay { opacity: 0; animation: none; }
}
.ogc-sharing-tools-page /* ── Mobile wallet: card slides up into the phone ── */
  .visual-wallet .wallet-card-img { position: absolute; inset: auto;
    left: 31%; top: 20%; width: 38%; height: auto; object-fit: contain;
    z-index: 2; pointer-events: none;
    filter: drop-shadow(0 8px 22px rgba(11,15,26,.22));
    transform: translateY(135%); }
.ogc-sharing-tools-page .visual-wallet.in-view .wallet-card-img { animation: wallet-slide 5.5s cubic-bezier(.22, 1, .36, 1) infinite; }
.ogc-sharing-tools-page /* slide up into place → hold → slide back down → repeat */
  @keyframes wallet-slide { 0%        { transform: translateY(135%); }
    22%, 80%  { transform: translateY(0); }
    100%      { transform: translateY(135%); } }
@media (prefers-reduced-motion: reduce) {
.ogc-sharing-tools-page .visual-wallet .wallet-card-img { transform: none; animation: none; }
}
.ogc-sharing-tools-page /* ── FAQ ── */
  .faq-section { padding: 52px 0; }
@media (max-width: 700px) {
.ogc-sharing-tools-page .faq-section { padding: 32px 0; }
}
.ogc-sharing-tools-page .faq-card { background: var(--brand);
    border-radius: 28px;
    padding: 56px 64px;
    display: grid;
    grid-template-columns: 200px 1fr;
    gap: 64px;
    align-items: start; }
@media (max-width: 900px) {
.ogc-sharing-tools-page .faq-card { grid-template-columns: 1fr; gap: 36px; padding: 40px 32px; }
}
.ogc-sharing-tools-page .faq-label { color: #fff; }
.ogc-sharing-tools-page .faq-label h2 { font-size: clamp(36px, 4vw, 52px); font-weight: 700; color: #fff; letter-spacing: -0.03em; line-height: 1; margin-bottom: 20px; }
.ogc-sharing-tools-page .faq-label a { color: rgba(255,255,255,.75); font-size: 18px; font-weight: 600; text-decoration: none; display: inline-flex; align-items: center; gap: 5px; transition: color .15s; }
.ogc-sharing-tools-page .faq-label a:hover { color: #fff; }
.ogc-sharing-tools-page .faq-list { display: flex; flex-direction: column; }
.ogc-sharing-tools-page .faq-item { border-top: 1px solid rgba(255,255,255,.2); padding: 20px 0; }
.ogc-sharing-tools-page .faq-item:last-child { border-bottom: 1px solid rgba(255,255,255,.2); }
.ogc-sharing-tools-page .faq-item summary { list-style: none; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 24px; font-size: 19px; font-weight: 600; letter-spacing: -0.01em; color: #fff; user-select: none; }
.ogc-sharing-tools-page .faq-item summary::-webkit-details-marker { display: none; }
.ogc-sharing-tools-page .faq-item summary .plus { width: 22px; height: 22px; flex: 0 0 auto; position: relative; flex-shrink: 0; }
.ogc-sharing-tools-page .faq-item summary .plus::before, .ogc-sharing-tools-page .faq-item summary .plus::after { content: ""; position: absolute; inset: 0; margin: auto; background: rgba(255,255,255,.8); transition: transform .25s ease, background .15s; }
.ogc-sharing-tools-page .faq-item summary .plus::before { width: 13px; height: 1.5px; }
.ogc-sharing-tools-page .faq-item summary .plus::after { width: 1.5px; height: 13px; transition: transform .25s ease; }
.ogc-sharing-tools-page .faq-item[open] summary .plus::after { transform: rotate(90deg); }
.ogc-sharing-tools-page .faq-item[open] summary { color: #fff; }
.ogc-sharing-tools-page .faq-item[open] summary .plus::before, .ogc-sharing-tools-page .faq-item[open] summary .plus::after { background: #fff; }
.ogc-sharing-tools-page .faq-item .answer { padding-top: 12px; color: #fff; font-size: 17px; line-height: 1.65; font-weight: 400; }
.ogc-sharing-tools-page .faq-item .answer a { color: #fff; text-decoration: underline; }
.ogc-sharing-tools-page /* ── PAIRS WELL WITH ── */
  .pairs-section { padding: 24px 0 80px; background: transparent; }
@media (max-width: 700px) {
.ogc-sharing-tools-page .pairs-section { padding: 16px 0 56px; }
}
.ogc-sharing-tools-page .pairs-eyebrow { text-align: center; margin: 0 0 8px; }
.ogc-sharing-tools-page .pairs-title { text-align: center; margin: 0 auto 40px; font-size: clamp(28px, 3.5vw, 40px); letter-spacing: -0.015em; }
.ogc-sharing-tools-page .pairs-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
@media (max-width: 900px) {
.ogc-sharing-tools-page .pairs-grid { grid-template-columns: 1fr; }
}
.ogc-sharing-tools-page .pairs-card { display: flex; flex-direction: column; gap: 14px; padding: 28px; background: #fff; border: 1px solid var(--line); border-radius: 16px; text-decoration: none; color: inherit; transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease; }
.ogc-sharing-tools-page .pairs-card:hover { border-color: var(--brand); transform: translateY(-2px); box-shadow: 0 12px 28px -16px rgba(11,15,26,.18); }
.ogc-sharing-tools-page .pairs-icon { width: 44px; height: 44px; border-radius: 12px; background: var(--brand-soft); display: flex; align-items: center; justify-content: center; }
.ogc-sharing-tools-page .pairs-icon [data-lucide] { width: 22px; height: 22px; stroke: var(--brand); stroke-width: 2; }
.ogc-sharing-tools-page .pairs-card h3 { font-size: 20px; margin: 0; letter-spacing: -0.01em; }
.ogc-sharing-tools-page .pairs-card p { font-size: 17px; color: var(--ink); margin: 0; line-height: 1.55; }
.ogc-sharing-tools-page .pairs-link { font-size: 14px; font-weight: 600; color: var(--brand); margin-top: auto; }
.ogc-sharing-tools-page .pairs-link .arrow { transition: transform .2s ease; display: inline-block; }
.ogc-sharing-tools-page .pairs-card:hover .pairs-link .arrow { transform: translateX(3px); }
.ogc-sharing-tools-page /* ── FINAL CTA ── */
  .final-cta { padding: 100px 0;
    text-align: center;
    background: var(--bg-dark);
    color: #fff;
    position: relative;
    overflow: hidden; border-radius: 30px 30px 0 0; }
.ogc-sharing-tools-page .final-cta::before { content: "";
    position: absolute; inset: 0; pointer-events: none;
    background:
      radial-gradient(60% 50% at 20% 0%, rgba(0,90,209,.40) 0%, transparent 70%),
      radial-gradient(50% 50% at 90% 60%, rgba(100,180,255,.20) 0%, transparent 65%); }
.ogc-sharing-tools-page .final-cta .container { position: relative; z-index: 1; }
.ogc-sharing-tools-page .final-cta h2 { color: #fff; font-size: clamp(32px, 4vw, 52px); margin-bottom: 16px; }
.ogc-sharing-tools-page .final-cta h2 .accent { color: #005AD1; }
.ogc-sharing-tools-page .final-cta .lede { font-size: clamp(19px, 1.6vw, 23px); line-height: 1.5; color: rgba(255,255,255,.65); margin: 0 auto 36px; }
.ogc-sharing-tools-page .final-cta .btn-primary { background: #fff; color: var(--ink); }
.ogc-sharing-tools-page .final-cta .btn-primary:hover { background: #f0f4fa; }
.ogc-sharing-tools-page .final-cta .btn-ghost { color: #fff; background: transparent; border-color: rgba(255,255,255,.5); border-width: 2px; }
.ogc-sharing-tools-page .final-cta .btn-ghost:hover { background: rgba(255,255,255,.1); color: #005ad1; }
.ogc-sharing-tools-page .final-trust { list-style: none; padding: 0; margin: 48px auto 0; display: flex; flex-wrap: wrap; justify-content: center; gap: 8px 40px; }
.ogc-sharing-tools-page .final-trust li { display: flex; align-items: center; gap: 7px; font-size: 14px; color: rgba(255,255,255,.6); font-weight: 500; }
.ogc-sharing-tools-page /* Site footer styles live in site-footer.css */
  /* ---------- Lucide icon sizing ---------- */
  .feature-tag [data-lucide] { width: 13px; height: 13px; stroke-width: 2.2; }
.ogc-sharing-tools-page .widget-chevron [data-lucide] { width: 14px; height: 14px; stroke-width: 2; }
.ogc-sharing-tools-page .final-trust [data-lucide] { width: 14px; height: 14px; stroke-width: 2; vertical-align: -2px; margin-right: 2px; }

/* Shopify page containment */
.ogc-sharing-tools-page { min-height: 100%; }
.ogc-sharing-tools-page .shopify-section { background: transparent; }
.ogc-sharing-tools-page [data-reveal] { opacity: 0; transform: translateY(18px); transition: opacity .55s ease, transform .55s ease; }
.ogc-sharing-tools-page [data-reveal].is-visible { opacity: 1; transform: translateY(0); }
