
      
    


      
     


      {} *{} {}
     


      #IE-warning {
        display: none;
        position: fixed;
        width: 100%;
        height: 100%;
        z-index: 9999;
        background: white;
      }
      .IE-warning-message {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
      }
    



 /* Base responsive styles */ html { font-size: 16px; } /* Responsive typography */ h1 { font-size: clamp(1.875rem, 5vw, 3rem); line-height: 1.2; } h2 { font-size: clamp(1.5rem, 4vw, 2.25rem); line-height: 1.2; } h5 { font-size: clamp(1.125rem, 3vw, 1.25rem); line-height: 1.4; } p { font-size: clamp(0.9375rem, 2vw, 1rem); line-height: 1.6; } /* Mobile menu */ @media (max-width: 767px) { .mobile-menu-hidden { display: none; } } /* Touch-friendly targets for mobile */ button, a[data-gp-component="button"], .gp-component[data-gp-component="button"] { min-height: 44px; } /* Images responsive */ img { max-width: 100%; height: auto; } /* Card hover effects */ .service-card:hover { transform: translateY(-5px); box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1); } /* Grid layouts */ .grid-container { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 1.5rem; } /* Add smooth transitions */ .transition-all { transition: all 0.3s ease; } /* Media queries for specific responsive adjustments */ @media (max-width: 768px) { .container { padding-left: 1rem; padding-right: 1rem; } section { padding: 2rem 0; } .py-section { padding-top: 2rem; padding-bottom: 2rem; } .flex-reverse-mobile { flex-direction: column-reverse; } } @media (min-width: 769px) and (max-width: 1024px) { section { padding: 3rem 0; } .py-section { padding-top: 3rem; padding-bottom: 3rem; } } 

 /* ── Protocol Comparison Section ─────────────────────────────── */ .protocol-comparison-section { --_brand: #F26531; --_bg: #ffffff; --_text: #374151; --_heading: #111827; --_border: #e5e7eb; --_row-alt: #f9fafb; --_thead-bg: #111827; --_thead-text: #ffffff; --_featured-bg: rgba(242, 101, 49, 0.06); --_featured-border: #F26531; background: var(--_bg); padding: 80px 20px; font-family: var(--gp-font-body, 'Inter', system-ui, -apple-system, sans-serif); } /* Container */ .protocol-comparison-section .gp-container { max-width: 1100px; margin: 0 auto; } /* Section Header */ .protocol-comparison-section .section-header { text-align: center; margin-bottom: 48px; } .protocol-comparison-section .section-title.center { font-family: var(--gp-font-heading, 'Inter', system-ui, sans-serif); font-size: 2.25rem; font-weight: 800; color: var(--_heading); margin: 0 0 16px 0; text-align: center; line-height: 1.2; } .protocol-comparison-section .section-subtitle.center { font-size: 1.125rem; color: var(--_text); max-width: 680px; margin: 0 auto; line-height: 1.6; text-align: center; } /* Table Wrapper -- horizontal scroll on small screens */ .protocol-table-wrapper { overflow-x: auto; -webkit-overflow-scrolling: touch; border-radius: 12px; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06), 0 4px 16px rgba(0, 0, 0, 0.04); } /* Table */ .protocol-table { width: 100%; border-collapse: separate; border-spacing: 0; min-width: 640px; border-radius: 12px; overflow: hidden; } /* ── Header Row ──────────────────────────────────────────────── */ .protocol-table thead tr { background: var(--_thead-bg); } .protocol-table th { padding: 18px 20px; font-family: var(--gp-font-heading, 'Inter', system-ui, sans-serif); font-size: 0.9375rem; font-weight: 700; color: var(--_thead-text); text-align: center; border-bottom: 2px solid rgba(255, 255, 255, 0.1); letter-spacing: 0.01em; } .protocol-table th.col-capability { text-align: left; width: 28%; } .protocol-table th.col-tier { width: 24%; } /* Featured column header accent */ .protocol-table th.col-tier--featured { background: var(--_brand); color: #ffffff; position: relative; } /* ── Body Rows ───────────────────────────────────────────────── */ .protocol-table tbody tr { transition: background-color 0.15s ease; } .protocol-table tbody tr:nth-child(even) { background: var(--_row-alt); } .protocol-table tbody tr:hover { background: rgba(242, 101, 49, 0.04); } .protocol-table td { padding: 16px 20px; font-size: 0.9375rem; color: var(--_text); border-bottom: 1px solid var(--_border); text-align: center; line-height: 1.5; } .protocol-table td.capability-label { text-align: left; font-weight: 600; color: var(--_heading); } /* Featured column body cells */ .protocol-table td.tier-value--featured { background: var(--_featured-bg); border-left: 2px solid var(--_featured-border); border-right: 2px solid var(--_featured-border); font-weight: 600; } /* Last row in featured column -- close the bottom border */ .protocol-table tbody tr:last-child td.tier-value--featured { border-bottom: 2px solid var(--_featured-border); } /* ── Check & Dash Icons ──────────────────────────────────────── */ .check-icon { color: var(--_brand); font-weight: 700; font-size: 1.25rem; line-height: 1; } .dash-icon { color: #9ca3af; font-size: 1.125rem; } /* ── Last row remove bottom border (clean edge) ──────────────── */ .protocol-table tbody tr:last-child td { border-bottom: none; } /* ── Responsive ──────────────────────────────────────────────── */ @media (max-width: 768px) { .protocol-comparison-section { padding: 56px 16px; } .protocol-comparison-section .section-title.center { font-size: 1.75rem; } .protocol-comparison-section .section-subtitle.center { font-size: 1rem; } .protocol-table th, .protocol-table td { padding: 12px 14px; font-size: 0.875rem; } } @media (max-width: 480px) { .protocol-comparison-section .section-title.center { font-size: 1.5rem; } .protocol-comparison-section .section-header { margin-bottom: 32px; } .protocol-table th, .protocol-table td { padding: 10px 10px; font-size: 0.8125rem; } } 

