
      
    


      
     


      {} *{} {}
     


      #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; } } 

 html { scroll-behavior: smooth; } 

 .aps-overlay { position: fixed; inset: 0; display: none; align-items: center; justify-content: center; padding: 16px; background: rgba(15, 23, 42, 0.45); z-index: 99999; } .aps-overlay.is-open { display: flex; } .aps-modal { width: min(100%, 560px); height: min(90vh, 820px); display: flex; flex-direction: column; background: #f6f6f7; border-radius: 24px; overflow: hidden; box-shadow: 0 24px 80px rgba(0, 0, 0, 0.25); border: 2px solid #f1f1f1; } .aps-header { background: #F26531; color: #fff; padding: 18px 20px; display: flex; align-items: center; justify-content: space-between; } .aps-brand { display: flex; align-items: center; gap: 12px; font-size: 18px; font-weight: 700; } .aps-logo-img { width: 38px; height: 38px; border-radius: 999px; object-fit: cover; background: #fff; display: block; } .aps-close { border: 0; background: transparent; color: #fff; font-size: 32px; line-height: 1; cursor: pointer; opacity: 0.9; } .aps-close:hover { opacity: 1; } .aps-messages { flex: 1; padding: 24px 20px; overflow-y: auto; display: flex; flex-direction: column; gap: 14px; background: #f6f6f7; } .aps-bubble { max-width: 86%; padding: 18px 20px; border-radius: 22px; font-size: 18px; line-height: 1.5; white-space: pre-wrap; word-wrap: break-word; } .aps-ai { align-self: flex-start; background: #e9e9eb; color: #253041; border-top-left-radius: 8px; text-align: left; margin-right: auto; } .aps-user { align-self: flex-end; background: #F26531; color: #fff; border-top-right-radius: 8px; } .aps-typing { opacity: 0.72; font-style: italic; } .aps-quick-actions { padding: 12px 20px 8px; display: flex; gap: 10px; flex-wrap: wrap; justify-content: flex-end; background: #f6f6f7; border-top: 1px solid #ececf2; } .aps-chip { border: 2px solid #F26531; background: #fff; color: #F26531; padding: 10px 18px; border-radius: 999px; font-size: 15px; cursor: pointer; transition: 0.2s ease; } .aps-chip:hover { background: #F26531; color: #fff; } .aps-input-wrap { display: flex; gap: 12px; align-items: center; padding: 14px 20px 10px; background: #f6f6f7; } .aps-input-wrap input { flex: 1; border: 2px solid rgba(242, 101, 49, 0.22); background: rgba(242, 101, 49, 0.08); color: #7a3419; border-radius: 18px; padding: 18px 20px; font-size: 18px; outline: none; } .aps-input-wrap input::placeholder { color: rgba(122, 52, 25, 0.55); } .aps-input-wrap input:focus { border-color: #F26531; box-shadow: 0 0 0 3px rgba(242, 101, 49, 0.15); background: rgba(242, 101, 49, 0.12); } .aps-input-wrap button { width: 56px; height: 56px; border: 0; border-radius: 18px; background: #F26531; color: #fff; font-size: 24px; cursor: pointer; transition: 0.2s ease; } .aps-input-wrap button:hover { background: #E85C2D; } .aps-footer { text-align: center; font-size: 14px; color: #6c7280; padding: 6px 20px 18px; background: #f6f6f7; } @media (max-width: 640px) { .aps-modal { width: 100%; height: 100vh; max-height: none; border-radius: 0; border: 0; } .aps-bubble { font-size: 17px; max-width: 92%; } } 

 #hero, #pain, #include, #assessment, #reasons, #support, #deployment-options, #proof, #final-cta, #booking { scroll-margin-top: 96px; } 

