/** Shopify CDN: Minification failed

Line 883:0 Unexpected "}"

**/
/* OGC Pricing page styles - generated from prototype/pricing.html */
.ogc-pricing-page {
    --bg: #F9F9F9;
    --bg-alt: #F4F6FB;
    --bg-dark: #0B0F1A;
    --ink: #111418;
    --ink-soft: #2B2F38;
    --muted: #4D5462;
    --line: #E5E8EF;
    --line-soft: #EEF1F6;
    --brand: #005AD1;
    --brand-ink: #00307A;
    --brand-soft: #E6EEFB;
    --mint: #88DBB7;
    --orange: #FE5D02;
    --sans: "GT Walsheim", "GT Walsheim Pro", "Manrope", -apple-system, BlinkMacSystemFont, sans-serif;
    --container: 1320px;
    --gutter: 24px;
  }

.ogc-pricing-page * { box-sizing: border-box; }

.ogc-pricing-page { -webkit-text-size-adjust: 100%; }

.ogc-pricing-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(--font-body-family, var(--sans));
    font-size: 17px;
    line-height: 1.55;
    -webkit-font-smoothing: antialiased;
  }

.ogc-pricing-page img, .ogc-pricing-page svg { max-width: 100%; display: block; }

.ogc-pricing-page a { color: inherit; text-decoration: none; }

.ogc-pricing-page .container { max-width: var(--container); margin: 0 auto; padding-left: var(--gutter); padding-right: var(--gutter); }

.ogc-pricing-page .container.nav { padding-left: 48px; padding-right: 48px; }

.ogc-pricing-page h1, .ogc-pricing-page h2, .ogc-pricing-page h3 { margin: 0; font-weight: 500; letter-spacing: -0.02em; }

.ogc-pricing-page h1 { font-size: clamp(32px, 4vw, 56px); line-height: 1.06; }

.ogc-pricing-page h2 { font-size: clamp(26px, 3vw, 40px); line-height: 1.1; }

.ogc-pricing-page h3 { font-size: 19px; font-weight: 600; letter-spacing: -0.01em; }

.ogc-pricing-page p { margin: 0; }

.ogc-pricing-page .btn {
    display: inline-flex; align-items: center; gap: 8px;
    padding: 15px 26px; border-radius: 999px;
    font-family: var(--font-body-family, var(--sans)); font-size: 16px; font-weight: 600; line-height: 1;
    text-decoration: none; border: 1px solid transparent;
    cursor: pointer; white-space: nowrap; letter-spacing: -0.005em;
    transition: background .2s ease, color .2s ease, border-color .2s ease;
  }

.ogc-pricing-page .btn-primary { background: var(--brand); color: #fff; }

.ogc-pricing-page .btn-primary:hover { background: var(--brand-ink); }

.ogc-pricing-page .btn-ghost { background: transparent; color: var(--brand); border-color: var(--brand); border-width: 1.5px; }

.ogc-pricing-page .btn-ghost:hover { background: var(--brand-soft); color: #005ad1; }

.ogc-pricing-page .pricing-hero {
    position: relative;
    min-height: 200px;
    display: flex; align-items: center; justify-content: center;
    text-align: center;
  }

.ogc-pricing-page .pricing-hero .container { position: relative; z-index: 1; }

.ogc-pricing-page .pricing-hero {padding-top: 180px; padding-bottom: 35px;}

.ogc-pricing-page .pricing-hero .sub {
    font-size: 21px; color: var(--ink-soft);
    margin: 10px auto 0;
  }

.ogc-pricing-page .hero-blob {
    position: absolute; border-radius: 50%;
    filter: blur(90px); pointer-events: none;
  }

@media (max-width: 768px) {
  .ogc-pricing-page .pricing-hero .sub {
    font-size: 16px;
  }

  .ogc-pricing-page .pricing-hero {
    padding-top: 160px;
    padding-bottom: 20px;
  }
}

.ogc-pricing-page .hero-blob-1 { width: 300px; height: 300px; background: #9CC4FF; top: -140px; left: 10%; opacity: .3; }

.ogc-pricing-page .hero-blob-2 { width: 260px; height: 260px; background: #6FA8F0; top: -120px; right: 12%; opacity: .22; }

@media (max-width: 1200px){
.ogc-pricing-page .pricing-hero { min-height: 180px; }

.ogc-pricing-page {
      overflow-x: clip;
      background-image: linear-gradient(to bottom, #DCE9FA 0%, #E9F2FC 45%, #F6FAFE 70%, #ffffff 90%);
      background-size: 100% 620px;
    }

.ogc-pricing-page .hero-blob { display: none; }
}

.ogc-pricing-page .wizard {
    width: calc(100% - 2 * var(--gutter));
    max-width: 860px;
    margin: 0 auto 40px;
    background: #F9F9F9;
    border: 1px solid var(--line);
    border-radius: 28px;
    padding: 44px 36px;
    box-shadow: 0 20px 44px -34px rgba(17,20,24,.3);
  }

@media (min-width: 1201px){
.ogc-pricing-page .wizard { max-width: 1140px; }

.ogc-pricing-page .choice-grid { max-width: 880px; margin-left: auto; margin-right: auto; }
}

@media (max-width: 640px){
.ogc-pricing-page .wizard { padding: 32px 20px; border-radius: 22px; }
.ogc-pricing-page .step-question h2 { margin-bottom: 10px; font-size: 22px; }
.ogc-pricing-page .step-question p { font-size: 15px !important; margin-bottom: -20px;}
}

.ogc-pricing-page .wizard-step { display: none; }

.ogc-pricing-page .wizard-step.active { display: block; animation: fadeUp .3s ease; }

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

.ogc-pricing-page .step-question {
    text-align: center; margin-bottom: 40px;
  }

.ogc-pricing-page .step-question h2 { margin-bottom: 10px; }

.ogc-pricing-page .step-question p { color: var(--muted); font-size: 18px; }

.ogc-pricing-page .step-pill {
    display: inline-flex; align-items: center; gap: 6px;
    background: var(--brand-soft); border-radius: 999px;
    padding: 6px 14px; font-size: 12px; font-weight: 700;
    letter-spacing: 0.12em; text-transform: uppercase; color: var(--brand);
    margin-bottom: 18px;
  }

.ogc-pricing-page .choice-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 28px;
  }

@media (max-width: 640px){
  .ogc-pricing-page .choice-grid { grid-template-columns: 1fr; }
  .ogc-pricing-page .choice-grid .choice-card p { font-size:15px; }
}

.ogc-pricing-page .choice-card {
    border: 1px solid var(--line);
    border-radius: 24px;
    padding: 32px 28px;
    cursor: pointer;
    background: #fff;
    box-shadow: 0 14px 34px -26px rgba(17,20,24,.4);
    transition: border-color .2s, background .2s, transform .2s, box-shadow .2s;
    text-align: left;
    position: relative;
  }

.ogc-pricing-page .choice-card:hover {
    border-color: var(--brand); background: #fff;
    transform: translateY(-4px);
    box-shadow: 0 16px 32px -24px rgba(0,90,209,.35);
  }

.ogc-pricing-page .choice-card.selected { border-color: var(--brand); background: var(--brand-soft); }

.ogc-pricing-page .choice-icon {
    width: 56px; height: 56px; border-radius: 16px;
    background: linear-gradient(135deg, var(--brand) 0%, #3F8CFF 100%);
    color: #fff;
    box-shadow: 0 4px 10px -6px rgba(0,90,209,.4);
    display: flex; align-items: center; justify-content: center;
    margin-bottom: 20px;
  }

.ogc-pricing-page .choice-grid .choice-card:nth-child(2) .choice-icon {
    background: linear-gradient(135deg, var(--brand-ink) 0%, #0A4DA6 100%);
    box-shadow: 0 4px 10px -6px rgba(0,48,122,.35);
  }

.ogc-pricing-page .choice-icon svg { width: 26px; height: 26px; }

.ogc-pricing-page .choice-card h3 { font-size: 21px; margin-bottom: 8px; }

.ogc-pricing-page .choice-card p { font-size: 17px; color: var(--muted); line-height: 1.5; }

.ogc-pricing-page .choice-check {
    position: absolute; top: 20px; right: 20px;
    width: 22px; height: 22px; border-radius: 50%;
    background: var(--brand); display: none;
    align-items: center; justify-content: center;
  }

.ogc-pricing-page .choice-card.selected .choice-check { display: flex; }

.ogc-pricing-page .wizard-step.has-separator {
    margin-top: 48px;
    padding-top: 48px;
    border-top: 1px solid var(--line);
  }

.ogc-pricing-page .wizard-step.answered .choice-card.dimmed { opacity: 0.32; }

.ogc-pricing-page .wizard-step.answered .choice-card.dimmed:hover { opacity: 1; border-color: var(--brand); background: var(--brand-soft); transform: translateY(-2px); }

.ogc-pricing-page .wizard-step.answered .choice-card.selected { border-color: var(--brand); background: var(--brand-soft); transform: none; cursor: default; }

.ogc-pricing-page .wizard-step.answered .step-question p { display: none; }

.ogc-pricing-page .result-wrap { animation: fadeUp .35s ease; }

.ogc-pricing-page .result-header { text-align: center; margin-bottom: 32px; }

.ogc-pricing-page .result-header .tag {
    display: inline-flex; align-items: center; gap: 6px;
    background: var(--brand-soft); color: var(--brand);
    font-size: 12px; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase;
    padding: 6px 14px; border-radius: 999px; margin-bottom: 20px;
  }

.ogc-pricing-page .result-header h2 { margin-bottom: 12px; }

.ogc-pricing-page .result-header p { color: var(--muted); font-size: 19px; max-width: 48ch; margin: 0 auto; }

.ogc-pricing-page .bill-toggle {
    display: flex; align-items: center; gap: 4px; width: max-content;
    background: #E3E7EF; border: 1px solid var(--line);
    border-radius: 999px; padding: 4px; margin: 0 auto 28px;
  }

.ogc-pricing-page .team-size-row {
    display: flex; align-items: center; justify-content: center; flex-wrap: wrap;
    gap: 12px 16px; margin: 0 auto 28px; width: max-content; max-width: 100%;
    background: var(--brand-soft); border: 1px solid #D2E2FA;
    border-radius: 18px; padding: 22px 30px;
  }

.ogc-pricing-page .team-size-text { display: flex; flex-direction: column; gap: 3px; text-align: left; }

.ogc-pricing-page .team-size-row label { font-size: 19px; font-weight: 600; color: var(--ink); letter-spacing: -0.01em; }

.ogc-pricing-page .team-size-row input {
    font-family: var(--font-body-family, var(--sans)); font-size: 17px; font-weight: 600; color: var(--ink);
    background: #fff; border: 1.5px solid #C3D7F5; border-radius: 12px;
    padding: 12px 16px; width: 130px; outline: none; transition: border-color .15s;
  }

.ogc-pricing-page .team-size-row input:focus { border-color: var(--brand); }

.ogc-pricing-page .team-size-hint { font-size: 14px; color: var(--brand-ink); margin-top: -5px; }

.ogc-pricing-page .addon-head {
    display: flex; align-items: center; justify-content: space-between;
    gap: 16px; flex-wrap: wrap; margin-bottom: 14px;
  }

.ogc-pricing-page .addon-head h4 { margin: 0; }

.ogc-pricing-page .addon-head .bill-toggle { margin: 0; }

.ogc-pricing-page .bill-opt {
    display: inline-flex; align-items: center; gap: 7px;
    font-family: var(--font-body-family, var(--sans)); font-size: 14px; font-weight: 600; color: var(--muted);
    background: transparent; border: none; cursor: pointer;
    padding: 9px 18px; border-radius: 999px; transition: background .2s, color .2s;
  }

.ogc-pricing-page .bill-opt.active { background: #fff; color: var(--ink); box-shadow: 0 4px 10px -6px rgba(17,20,24,.3); }

.ogc-pricing-page .bill-save {
    font-size: 11px; font-weight: 700; letter-spacing: 0.04em;
    color: var(--brand); background: var(--brand-soft);
    padding: 2px 7px; border-radius: 999px;
  }

.ogc-pricing-page .plan-grid { display: grid; gap: 20px; }

.ogc-pricing-page .plan-grid.cols-2 { grid-template-columns: 1fr 1fr; }

.ogc-pricing-page .plan-grid.cols-4 { grid-template-columns: repeat(4, 1fr); gap: 16px; }

@media (max-width: 1100px){
.ogc-pricing-page .plan-grid.cols-4 { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 700px){
.ogc-pricing-page .plan-grid.cols-2 { grid-template-columns: 1fr; }
.ogc-pricing-page .choice-card {
  padding: 28px;
}
}

@media (max-width: 560px){
.ogc-pricing-page .plan-grid.cols-4 { grid-template-columns: 1fr; }
}

.ogc-pricing-page .plan-grid.cols-4 .plan-card { padding: 24px 20px; }

.ogc-pricing-page .plan-grid.cols-4 .plan-price .amount { font-size: 26px; }

.ogc-pricing-page .plan-card {
    border: 1px solid var(--line);
    border-radius: 20px;
    padding: 28px;
    background: #fff;
    display: flex; flex-direction: column;
    position: relative;
    box-shadow: 0 10px 26px -30px rgba(17,20,24,.28);
    transition: transform .2s ease, box-shadow .2s ease;
  }

.ogc-pricing-page .plan-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 28px -28px rgba(17,20,24,.26);
  }

.ogc-pricing-page .plan-card.featured {
    border: 1.5px solid var(--brand);
    box-shadow: 0 12px 30px -28px rgba(0,90,209,.3);
  }

.ogc-pricing-page .plan-card .plan-badge { display: none; }

.ogc-pricing-page .plan-card.featured .plan-badge { display: block; }

.ogc-pricing-page .plan-card.featured .plan-cta .btn { background: var(--brand); color: #fff; border-color: transparent; }

.ogc-pricing-page .plan-card.featured .plan-cta .btn:hover { background: var(--brand-ink); }

.ogc-pricing-page .plan-card > .plan-subtitle {
  order: 2;
}

.ogc-pricing-page .plan-card > .plan-price {
  order: 3;
}

.ogc-pricing-page .plan-card > .plan-name { order: 4; }

.ogc-pricing-page .plan-card > .plan-price-note { order: 5; }

.ogc-pricing-page .plan-card > .plan-features, .ogc-pricing-page .plan-card > .plan-grid { order: 6; }

.ogc-pricing-page .plan-card > .plan-cta { order: 7; }

.ogc-pricing-page .plan-card > .plan-note { order: 8; }

.ogc-pricing-page .plan-badge {
    position: absolute; top: -12px; right: 16px;
    background: #fff; color: var(--brand);
    border: 1.5px solid var(--brand);
    font-size: 11px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase;
    padding: 3px 10px; border-radius: 999px; white-space: nowrap;
  }

.ogc-pricing-page .plan-title {
    align-self: flex-start;
    color: var(--ink);
    font-size: 21px; font-weight: 700; letter-spacing: -0.01em;
    margin-bottom: 12px;
  }

.ogc-pricing-page .plan-card.featured .plan-title { color: var(--brand); }

.ogc-pricing-page .plan-price { margin-bottom: 8px; }

.ogc-pricing-page .plan-price .amount { font-size: 34px; font-weight: 700; letter-spacing: -0.03em; color: var(--ink); }

.ogc-pricing-page .plan-price .period { font-size: 15px; color: var(--muted); }

.ogc-pricing-page .plan-name { font-size: 12.5px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted); margin-bottom: 6px; }

.ogc-pricing-page .plan-price-note { font-size: 14px; color: var(--muted); margin-bottom: 18px; }

.ogc-pricing-page .plan-features { list-style: none; padding: 0; margin: 4px 0 6px; display: flex; flex-direction: column; gap: 8px; flex: 1; line-height: 1.4; }

.ogc-pricing-page .plan-features li { display: flex; align-items: center; gap: 10px; font-size: 14px; color: var(--ink-soft); }

.ogc-pricing-page .plan-features li svg {
    flex-shrink: 0; margin-top: 2px;
    width: 20px; height: 20px; padding: 5px;
    background: var(--brand); border-radius: 50%;
  }

.ogc-pricing-page .plan-features li svg path { stroke: #fff; }

.ogc-pricing-page .plan-features li.excluded { color: var(--muted); }

.ogc-pricing-page .plan-features li.excluded svg { background: #C4CAD6; }

.ogc-pricing-page .plan-cta { margin-top: auto; }

.ogc-pricing-page .plan-cta .btn { width: 100%; justify-content: center; }

.ogc-pricing-page .plan-note { font-size: 14px; color: var(--muted); text-align: center; margin-top: 10px; }

.ogc-pricing-page .quote-card {
    background: #F9F9F9;
    border: none;
    border-radius: 24px; padding: 0;
  }

.ogc-pricing-page .quote-card h3 { font-size: 20px; margin-bottom: 6px; }

.ogc-pricing-page .quote-card > p { color: var(--muted); font-size: 17px; margin-bottom: 14px; }

.ogc-pricing-page .prod-head { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 0; }

.ogc-pricing-page .prod-head-text h3 { margin-bottom: 0; }

.ogc-pricing-page .prod-head-text p { font-size: 16px; color: var(--muted); margin: 0; line-height: 1.4; }

.ogc-pricing-page .prod-viewall {
    display: inline-flex; align-items: center;
    font-size: 15px; font-weight: 600; color: var(--brand); white-space: nowrap;
    border: 1.5px solid var(--brand); border-radius: 999px; padding: 9px 18px;
    transition: background .15s;
  }

.ogc-pricing-page .prod-viewall:hover { background: var(--brand-soft); }

.ogc-pricing-page .prod-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin: 22px 0 0; }

@media (max-width: 640px){
  .ogc-pricing-page .prod-grid {
        display: flex; overflow-x: auto;
        scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch;
        padding-bottom: 4px;
      }
  .ogc-pricing-page .result-header p { font-size: 15px; margin-bottom: 22px; }
  .ogc-pricing-page .prod-card { flex: 0 0 80%; scroll-snap-align: start; }
  .ogc-pricing-page .plan-features li {
    color: rgba(95, 103, 117, 0.98) !important;
    font-weight: 400 !important;
  }

  .ogc-pricing-page .plan-features li.excluded {
    color: rgba(162, 169, 181, 0.85) !important;
    font-weight: 400 !important;
  }

  .ogc-pricing-page .quote-card > p { font-size: 14px; }

  .ogc-pricing-page .team-size-row {
    padding: 16px 18px;
  }

  .ogc-pricing-page .team-size-row label { font-size: 17px; letter-spacing: -0.01em; }
}

  .ogc-pricing-page .plan-features li { color: #5F6775 !important font-weight:500 !important}
  .ogc-pricing-page .plan-features li.excluded { color: #A2A9B5 !important font-weight:500 !important }
  .ogc-pricing-page .plan-cta .btn {margin-top: 10px !important;}
  .ogc-pricing-page .plan-cta .btn-ghost {margin-top: 10px !important;}

.ogc-pricing-page .prod-card {
    background: #fff; border: 1px solid var(--line); border-radius: 16px;
    padding: 14px; display: flex; flex-direction: column;
    box-shadow: 0 10px 26px -22px rgba(17,20,24,.3);
  }

.ogc-pricing-page .prod-img {
    background: var(--bg-alt); border-radius: 12px; aspect-ratio: 4 / 3;
    display: flex; align-items: center; justify-content: center; margin-bottom: 14px;
  }

.ogc-pricing-page .prod-visual {
    width: 62%; aspect-ratio: 8 / 5; border-radius: 9px; position: relative;
    box-shadow: 0 12px 22px -12px rgba(11,15,26,.5);
  }

.ogc-pricing-page .prod-visual.matte { background: linear-gradient(135deg, #2B313B 0%, #0B0F1A 100%); }

.ogc-pricing-page .prod-visual.wood { background: linear-gradient(135deg, #B07C49 0%, #7A4E27 100%); }

.ogc-pricing-page .prod-visual.metal { background: linear-gradient(135deg, #ECDDA6 0%, #C7A64C 100%); }

.ogc-pricing-page .prod-visual svg { position: absolute; top: 9px; right: 9px; width: 16px; height: 16px; color: rgba(255,255,255,.8); }

.ogc-pricing-page .prod-visual.metal svg { color: rgba(60,45,10,.55); }

.ogc-pricing-page .prod-name { font-size: 17px; font-weight: 600; color: var(--ink); text-align: center; }

.ogc-pricing-page .prod-desc { font-size: 13px; color: var(--muted); text-align: center; margin: 2px 3px 8px; line-height: 1.4; }

.ogc-pricing-page .prod-price { font-size: 16px; font-weight: 700; color: var(--ink); text-align: center; margin-bottom: 14px; }

.ogc-pricing-page .prod-cust {
    margin-top: auto; display: block; text-align: center;
    background: var(--brand); color: #fff; font-weight: 600; font-size: 15px;
    padding: 11px; border-radius: 30px; transition: background .15s;
  }

.ogc-pricing-page .prod-cust:hover { background: var(--brand-ink); color: #fff; }

.ogc-pricing-page .quote-form { display: flex; flex-direction: column; gap: 18px; }

.ogc-pricing-page .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }

@media (max-width: 600px){
  .ogc-pricing-page .form-row { grid-template-columns: 1fr; }
  .ogc-pricing-page .addon-box h4 {
    margin-bottom:30px !important;
  }
  .ogc-pricing-page .prod-desc { font-size: 11.5px; margin: 2px 0px 8px; }
}

.ogc-pricing-page .form-group { display: flex; flex-direction: column; gap: 0px; }

.ogc-pricing-page .form-group label { font-size: 15px; font-weight: 600; color: var(--ink); padding-left:2px; }

.ogc-pricing-page .form-group label .req { color: var(--orange); font-weight: 400; font-size: 1em; margin-left: 2px; }

.ogc-pricing-page .form-group input, .ogc-pricing-page .form-group select, .ogc-pricing-page .form-group textarea {
    font-family: var(--font-body-family, var(--sans)); font-size: 16px; color: var(--ink);
    background: #fff; border: 1.5px solid var(--line);
    border-radius: 12px; padding: 14px 16px;
    outline: none; transition: border-color .15s;
    width: 100%;
  }

.ogc-pricing-page .form-group input::placeholder, .ogc-pricing-page .form-group textarea::placeholder { color: #9AA1AE; }

.ogc-pricing-page .form-group input:focus, .ogc-pricing-page .form-group select:focus, .ogc-pricing-page .form-group textarea:focus { border-color: var(--brand); }

.ogc-pricing-page .form-group textarea { resize: vertical; min-height: 80px; line-height: 1.5; }

.ogc-pricing-page .form-group select { appearance: none; background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%235C6373' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 14px center; padding-right: 36px; }

.ogc-pricing-page .fld-select { position: relative; }

.ogc-pricing-page .fld-trigger {
    font-family: var(--font-body-family, var(--sans)); font-size: 16px; color: var(--ink);
    background: #fff; border: 1.5px solid var(--line);
    border-radius: 12px; padding: 11px 40px 11px 16px;
    width: 100%; text-align: left; cursor: pointer;
    display: flex; align-items: center; justify-content: space-between;
    transition: border-color .15s;
  }

.ogc-pricing-page .fld-trigger.placeholder { color: var(--muted); }

.ogc-pricing-page .fld-select.open .fld-trigger, .ogc-pricing-page .fld-trigger:focus-visible { border-color: var(--brand); outline: none; }

.ogc-pricing-page .fld-trigger .fld-chevron {
    position: absolute; right: 14px; width: 10px; height: 6px; flex-shrink: 0;
    transition: transform .18s ease; pointer-events: none;
  }

.ogc-pricing-page .fld-select.open .fld-trigger .fld-chevron { transform: rotate(180deg); }

.ogc-pricing-page .fld-menu {
    position: absolute; top: calc(100% + 6px); left: 0; right: 0; z-index: 30;
    background: #fff; border: 1px solid var(--line); border-radius: 12px;
    padding: 6px; margin: 0; list-style: none;
    box-shadow: 0 16px 36px -18px rgba(17,20,24,.4);
    opacity: 0; visibility: hidden; transform: translateY(-4px);
    transition: opacity .15s ease, transform .15s ease, visibility .15s;
  }

.ogc-pricing-page .fld-select.open .fld-menu { opacity: 1; visibility: visible; transform: translateY(0); }

.ogc-pricing-page .fld-menu li {
    font-size: 16px; color: var(--ink);
    padding: 12px 14px; border-radius: 9px; cursor: pointer;
    transition: background .12s;
  }

.ogc-pricing-page .fld-menu li:hover, .ogc-pricing-page .fld-menu li.active { background: var(--brand-soft); color: var(--brand); }

.ogc-pricing-page .form-submit { margin-top: 4px; }

.ogc-pricing-page .form-submit .btn { width: 100%; justify-content: center; }

.ogc-pricing-page .addon-box {
    margin-top: 20px; border-top: 1px solid var(--line);
    padding-top: 20px;
  }

.ogc-pricing-page #resultC .addon-box { margin-top: 48px; padding-top: 44px; }

.ogc-pricing-page #resultA .addon-box { margin-top: 44px; padding-top: 40px; }

.ogc-pricing-page .addon-box h4 { font-size: 14px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted); margin: 0 0 20px; }

.ogc-pricing-page .compare-wrap { text-align: center; margin-top: 32px; }

.ogc-pricing-page .compare-toggle {
    display: inline-flex; align-items: center; gap: 9px;
    background: #fff; border: 1.5px solid var(--brand); color: var(--brand);
    font-family: var(--font-body-family, var(--sans)); font-size: 16px; font-weight: 400;
    padding: 13px 26px; border-radius: 999px; cursor: pointer;
    transition: background .15s;
  }

.ogc-pricing-page .compare-toggle:hover { background: var(--brand-soft); }

.ogc-pricing-page .compare-toggle svg { width: 14px; height: 14px; transition: transform .2s ease; }

.ogc-pricing-page .compare-toggle.open svg { transform: rotate(180deg); }

.ogc-pricing-page .compare-panel { margin-top: 28px; overflow-x: visible; }

.ogc-pricing-page .compare-panel[hidden] { display: none; }

@media (max-width: 820px){
.ogc-pricing-page .compare-panel { overflow-x: auto; }
}

.ogc-pricing-page table.cmp { width: 100%; border-collapse: collapse; font-size: 14px; min-width: 720px; }

.ogc-pricing-page table.cmp th, .ogc-pricing-page table.cmp td { padding: 13px 16px; text-align: center; vertical-align: middle; }

.ogc-pricing-page table.cmp thead th {
    padding: 14px 16px; position: sticky; top: 108px; z-index: 5;
    background: #F9F9F9; box-shadow: 0 1px 0 var(--line);
  }

@media (max-width: 820px){
  .ogc-pricing-page table.cmp thead th {
    position: sticky !important;
    top: 0 !important;
  }
}

.ogc-pricing-page table.cmp tbody tr { border-top: 1px solid var(--line-soft); }

.ogc-pricing-page .cmp-feat { text-align: left !important; color: var(--ink-soft); width: 34%; }

.ogc-pricing-page .cmp-cat td {
    text-align: left !important; background: var(--brand-soft);
    font-weight: 500; color: var(--ink); font-size: 18px;
    letter-spacing: -0.01em;
  }

.ogc-pricing-page .cmp-pill {
    display: inline-block; font-size: 11.5px; font-weight: 700;
    letter-spacing: 0.08em; text-transform: uppercase;
    padding: 5px 12px; border-radius: 999px;
  }

.ogc-pricing-page .cmp-pill.free { background: #fff; color: var(--ink-soft); }

.ogc-pricing-page .cmp-pill.growth { background: #E6EEFB; color: var(--brand); }

.ogc-pricing-page .cmp-pill.pro { background: #E0F5EC; color: #2E9E68; }

.ogc-pricing-page .cmp-pill.ent { background: #F0EBFE; color: #7C4DFF; }

.ogc-pricing-page .cmp-pill.blue { background: var(--brand-soft); color: var(--brand); }

.ogc-pricing-page .cmp-ic svg { width: 20px; height: 20px; margin-top: 3px; display: inline-block; }

.ogc-pricing-page .cmp-txt { color: var(--ink-soft); }

.ogc-pricing-page .result-footer {
    margin-top: 40px; text-align: center;
  }

.ogc-pricing-page .result-footer button {
    background: none; border: none; cursor: pointer;
    font-family: var(--font-body-family, var(--sans)); font-size: 15px; font-weight: 500; color: var(--muted);
    display: inline-flex; align-items: center; gap: 6px;
    transition: color .15s;
  }

.ogc-pricing-page .result-footer button:hover { color: var(--ink); }

.ogc-pricing-page .faq-section { padding: 56px 0; }

@media (max-width: 700px){
.ogc-pricing-page .faq-section { padding: 40px 0; }
}

.ogc-pricing-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-pricing-page .faq-card { grid-template-columns: 1fr; gap: 36px; padding: 40px 32px; }
}

.ogc-pricing-page .faq-label { color: #fff; }

.ogc-pricing-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-pricing-page .faq-label a {
    color: rgba(255,255,255,.75); font-size: 18px; font-weight: 600;
    display: inline-flex; align-items: center; gap: 5px; transition: color .15s;
  }

.ogc-pricing-page .faq-label a:hover { color: #fff; }

.ogc-pricing-page .faq-list { display: flex; flex-direction: column; }

.ogc-pricing-page .faq-item { border-top: 1px solid rgba(255,255,255,.2); padding: 20px 0; }

.ogc-pricing-page .faq-item:last-child { border-bottom: 1px solid rgba(255,255,255,.2); }

.ogc-pricing-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-pricing-page .faq-item summary::-webkit-details-marker { display: none; }

.ogc-pricing-page .faq-item summary .plus { width: 22px; height: 22px; flex: 0 0 auto; position: relative; }

.ogc-pricing-page .faq-item summary .plus::before, .ogc-pricing-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-pricing-page .faq-item summary .plus::before { width: 13px; height: 1.5px; }

.ogc-pricing-page .faq-item summary .plus::after { width: 1.5px; height: 13px; transition: transform .25s ease; }

.ogc-pricing-page .faq-item[open] summary .plus::after { transform: rotate(90deg); }

.ogc-pricing-page .faq-item[open] summary .plus::before, .ogc-pricing-page .faq-item[open] summary .plus::after { background: #fff; }

.ogc-pricing-page .faq-item .answer { padding-top: 12px; color: #fff; font-size: 17px; line-height: 1.65; font-weight: 400; }

.ogc-pricing-page .faq-item .answer a { color: #fff; text-decoration: underline; }
.ogc-pricing-page .faq-item .answer p {     
    padding-top: 8px;
    color: #fff;
    font-size: 17px; line-height: 1.65;
    font-weight: 400; }

.ogc-pricing-page .final-cta {
    padding: 80px 0 0;
    text-align: center;
    background: var(--bg-dark);
    color: #fff;
    position: relative;
    overflow: hidden;
    margin-top: 40px; border-radius: 30px 30px 0 0;
  }

@media (max-width: 700px){
.ogc-pricing-page .final-cta { padding: 64px 0 0; margin-top: 24px; border-radius: 30px 30px 0 0; }

.ogc-pricing-page .final-cta .lede { font-size: 15px !important; line-height: 1.5 !important }

.ogc-pricing-page .faq-item .answer p {     
    color: rgba(255,255,255,.96);
}
}

.ogc-pricing-page .final-cta::before {
    content: ""; position: absolute; inset: 0; pointer-events: none;
    background:
      radial-gradient(60% 50% at 20% 0%, rgba(0,90,209,.45) 0%, transparent 70%),
      radial-gradient(50% 50% at 90% 60%, rgba(0,90,209,.28) 0%, transparent 65%);
  }

.ogc-pricing-page .final-cta .container { position: relative; z-index: 1; padding-bottom: 48px; }

.ogc-pricing-page .final-cta h2 {
    color: #fff;
    font-size: clamp(36px, 5vw, 64px);
    margin: 0 0 24px;
    line-height: 1.1;
    letter-spacing: -0.02em;
  }

.ogc-pricing-page .final-cta .lede {
    color: rgba(255,255,255,.72);
    margin: 0 auto 36px;
    max-width: 56ch;
    font-size: 20px;
    line-height: 1.6;
  }

.ogc-pricing-page .final-cta .hero-cta {
    display: inline-flex; gap: 12px; flex-wrap: wrap; justify-content: center; align-items: center;
  }

.ogc-pricing-page .final-cta .btn-primary { background: #fff; color: var(--ink); box-shadow: none; }

.ogc-pricing-page .final-cta .btn-primary:hover { background: #f0f4fa; }

.ogc-pricing-page .final-cta .btn-ghost { color: #fff; background: transparent; border-color: #fff; border-width: 2px; }

.ogc-pricing-page .final-cta .btn-ghost:hover { background: rgba(255,255,255,.1); }

.ogc-pricing-page .final-cta .btn .arrow { transition: transform .2s ease; display: inline-block; margin-left: 4px; }

.ogc-pricing-page .final-cta .btn:hover .arrow { transform: translateX(2px); }

.ogc-pricing-page .final-trust {
    list-style: none; padding: 0; margin: 48px auto 0;
    display: flex; flex-wrap: wrap; justify-content: center;
    gap: 8px 40px;
  }

.ogc-pricing-page .final-trust li {
    display: flex; align-items: center; gap: 7px;
    font-size: 14px; color: rgba(255,255,255,.6);
    font-weight: 500;
  }

.ogc-pricing-page .final-trust [data-lucide] { width: 14px; height: 14px; stroke-width: 2; vertical-align: -2px; margin-right: 2px; }

@media (max-width: 750px) {
    .faq-item .answer,
    .faq-item .answer p {
        padding-top: 10px !important;
        font-size: 15px !important;
        line-height: 1.55 !important;
        font-weight: 400 !important;
        color: rgba(255,255,255,.90);
        margin-bottom: 6px;
    }

    .faq-item summary {
        font-size: 17px !important;
        line-height: 1.4 !important;
    }

    .faq-label h2 {
        margin-bottom: 6px !important;
    }

    .faq-label {
        margin-bottom: -12px !important;
    }

    .faq-card { grid-template-columns: 1fr; gap: 36px !important; padding: 32px 26px !important;}
}
}
.prod-visual {
  position: relative;
  overflow: hidden;
}

.prod-visual > i {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 2;
}

.card-engrave {
  position: absolute;
  left: 50%;
  top: 52%;
  transform: translate(-50%, -50%);
  z-index: 3;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
  white-space: nowrap;
  pointer-events: none;
}

/* Matte PVC: gold typing effect */
.card-typing {
  color: #d8b45c;
  width: 0;
  overflow: hidden;
  border-right: 1px solid rgba(216, 180, 92, 0.9);
  animation: ogcTyping 2.8s steps(13) infinite alternate,
             ogcCursor 0.7s step-end infinite;
  text-shadow: 0 0 8px rgba(216, 180, 92, 0.35);
}

@keyframes ogcTyping {
  from { width: 0; }
  to { width: 13.8ch; }
}

@keyframes ogcCursor {
  50% { border-color: transparent; }
}

/* Wood / Metal: laser reveal */
.card-laser {
  color: rgba(255, 238, 190, 0.88);
  opacity: 0.95;
  text-shadow:
    0 0 6px rgba(255, 190, 90, 0.75),
    0 0 14px rgba(255, 120, 40, 0.45);
}

.card-laser::before {
  content: "";
  position: absolute;
  top: -10px;
  bottom: -10px;
  left: -18px;
  width: 2px;
  background: linear-gradient(
    to bottom,
    transparent,
    #fff4c2,
    #ff9f3f,
    transparent
  );
  box-shadow:
    0 0 8px rgba(255, 170, 70, 0.95),
    0 0 18px rgba(255, 100, 35, 0.75);
  animation: ogcLaserScan 2.4s ease-in-out infinite;
}

.card-laser::after {
  content: "";
  position: absolute;
  inset: -8px -12px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 180, 80, 0.18),
    transparent
  );
  animation: ogcLaserGlow 2.4s ease-in-out infinite;
  z-index: -1;
}

@keyframes ogcLaserScan {
  0% { left: -18px; opacity: 0; }
  15% { opacity: 1; }
  75% { opacity: 1; }
  100% { left: calc(100% + 18px); opacity: 0; }
}

@keyframes ogcLaserGlow {
  0%, 100% { opacity: 0; transform: translateX(-16px); }
  50% { opacity: 1; transform: translateX(16px); }
}

/* Burnt engraving */
.prod-visual.wood .card-laser{
    color:#4b2914;
    text-shadow:
        0 1px 0 rgba(255,255,255,.08);
    opacity:0;
    animation: woodBurn 2.8s linear infinite;
}

.prod-visual.wood .card-laser::before{
    content:"";
    position:absolute;
    left:-20px;
    top:-12px;
    bottom:-12px;
    width:2px;

    background:linear-gradient(
        to bottom,
        transparent,
        rgba(255,240,200,.95),
        rgba(255,145,40,.9),
        transparent
    );

    box-shadow:
        0 0 4px rgba(255,170,70,.45),
        0 0 8px rgba(255,110,20,.25);

    animation:woodLaser 2.8s linear infinite;
}

.prod-visual.wood .card-laser::after{
    content:"";
    position:absolute;
    inset:0;

    background:linear-gradient(
        90deg,
        transparent 0%,
        rgba(65,30,12,.22) 48%,
        transparent 52%
    );

    mix-blend-mode:multiply;
    animation:woodSmoke 2.8s linear infinite;
}

@keyframes woodLaser{

    0%{
        left:-18px;
        opacity:0;
    }

    8%{
        opacity:1;
    }

    82%{
        opacity:1;
    }

    100%{
        left:calc(100% + 18px);
        opacity:0;
    }

}

@keyframes woodBurn{

    0%{
        opacity:0;
        clip-path:inset(0 100% 0 0);
    }

    15%{
        opacity:1;
    }

    80%{
        opacity:1;
        clip-path:inset(0 0 0 0);
    }

    100%{
        opacity:1;
        clip-path:inset(0 0 0 0);
    }

}

@keyframes woodSmoke{

    0%{
        opacity:0;
        transform:translateX(-100%);
    }

    10%{
        opacity:.6;
    }

    80%{
        opacity:.15;
        transform:translateX(100%);
    }

    100%{
        opacity:0;
        transform:translateX(100%);
    }

}

/* ===========================
   METAL LASER ENGRAVING
   same sweep speed as wood
   =========================== */

.prod-visual.metal .card-laser{
    color: #b98b38;
    opacity: 0.95;
    text-shadow:
      0 0 3px rgba(220, 180, 80, 0.35),
      0 0 8px rgba(170, 110, 30, 0.18);
    animation:metalBurn 2.8s linear infinite;
}

.prod-visual.metal .card-laser::before{
    content:"";
    position:absolute;
    left:-20px;
    top:-12px;
    bottom:-12px;
    width:2px;
    background:linear-gradient(
        to bottom,
        transparent,
        rgba(255,250,230,.98),
        rgba(255,195,70,.95),
        transparent
    );
    box-shadow:
        0 0 8px rgba(255,210,90,.8),
        0 0 16px rgba(255,160,40,.45);
    animation:metalLaser 2.8s linear infinite;
}

.prod-visual.metal .card-laser::after{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(
        90deg,
        transparent 0%,
        rgba(255,235,170,.22) 48%,
        transparent 52%
    );
    mix-blend-mode:screen;
    animation:metalGlow 2.8s linear infinite;
}

@keyframes metalLaser{

    0%{
        left:-20px;
        opacity:0;
    }

    8%{
        opacity:1;
    }

    82%{
        opacity:1;
    }

    100%{
        left:calc(100% + 20px);
        opacity:0;
    }

}

@keyframes metalBurn{

    0%{
        opacity:0;
        clip-path:inset(0 100% 0 0);
    }

    15%{
        opacity:1;
    }

    80%{
        opacity:1;
        clip-path:inset(0 0 0 0);
    }

    100%{
        opacity:1;
        clip-path:inset(0 0 0 0);
    }

}

@keyframes metalGlow{

    0%{
        opacity:0;
        transform:translateX(-100%);
    }

    10%{
        opacity:.75;
    }

    80%{
        opacity:.2;
        transform:translateX(100%);
    }

    100%{
        opacity:0;
        transform:translateX(100%);
    }

}

.fld-trigger.error {
  border-color: #E5484D !important;
  box-shadow: 0 0 0 3px rgba(229,72,77,.15);
}

.ogc-pricing-page .plan-subtitle {
  margin-top: -12px;
  margin-bottom: 12px;
  font-size: 13px;
  line-height: 1.35;
  color: #7A8291;
  font-weight: 400;
}

.ogc-pricing-page .prod-real-img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  border-radius:inherit;
}

.ogc-toast{
  position:fixed;
  right:22px;
  bottom:22px;
  z-index:99999;
  background:#EAF4FF;
  color:#0B1F33;
  padding:14px 18px;
  border-radius:14px;
  font-size:14px;
  font-weight:400;
  box-shadow:0 14px 36px rgba(41,98,255,.16);
  border:1px solid rgba(72,145,255,.18);
  opacity:0;
  transform:translateY(12px);
  transition:.25s ease;
}

.ogc-toast.show{
  opacity:1;
  transform:translateY(0);
}

.ogc-pricing-page .compare-panel {
  overflow-x: auto;
  max-height: 70vh;
  overflow-y: auto;
}

.ogc-pricing-page table.cmp thead th {
  position: sticky !important;
  top: 0 !important;
  z-index: 20 !important;
  background: #F9F9F9 !important;
  box-shadow: 0 1px 0 var(--line);
  border-bottom: 1px solid var(--line) !important;
  box-shadow: 0 1px 0 var(--line), 0 8px 14px -14px rgba(17,20,24,.35) !important;
}

.ogc-pricing-page table.cmp thead {
  box-shadow: 0 1px 0 var(--line);
}

.ogc-pricing-page table.cmp {
  border-collapse: separate !important;
  border-spacing: 0 !important;
}

.ogc-pricing-page table.cmp thead th {
  position: sticky !important;
  top: 0 !important;
  z-index: 20 !important;
  background: #F9F9F9 !important;
  border-bottom: 0 !important;
}

.ogc-pricing-page table.cmp thead th::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: var(--line);
  z-index: 21;
}

.ogc-pricing-page .mobile-break {
	display: none;
}

@media (max-width: 768px) {
	.ogc-pricing-page .mobile-break {
		display: block;
	}
}
