.ai-chatbot-wrapper{position:fixed;bottom:24px;right:24px;z-index:9999;font-family:inherit}.chat-trigger-btn{width:60px;height:60px;border-radius:50%;background:linear-gradient(135deg,#00b87c,#047857);color:#fff;border:none;box-shadow:0 10px 25px #00b87c66;cursor:pointer;display:flex;align-items:center;justify-content:center;position:relative;transition:all .3s cubic-bezier(.175,.885,.32,1.275)}.chat-trigger-btn:hover{transform:scale(1.08) translateY(-2px);box-shadow:0 15px 32px #00b87c80}.chat-trigger-btn.active{background:#1e293b;box-shadow:0 10px 25px #0f172a66}.trigger-icon{font-size:26px;line-height:1}.close-icon{font-size:30px;font-weight:300}.chat-unread-badge{position:absolute;top:-4px;right:-4px;background:#ef4444;color:#fff;font-size:11px;font-weight:850;width:20px;height:20px;border-radius:50%;border:2px solid #FFFFFF;display:flex;align-items:center;justify-content:center}.pulse-green-dot{position:absolute;top:4px;right:4px;width:10px;height:10px;border-radius:50%;background:#10b981;border:2px solid #FFFFFF}.chat-teaser-bubble{position:absolute;bottom:74px;right:0;width:260px;background:#fff;border:1.5px solid #A7F3D0;border-radius:16px;padding:14px 16px;box-shadow:0 15px 35px #0000001f;display:flex;align-items:center;gap:12px;cursor:pointer;animation:popTeaser .4s cubic-bezier(.175,.885,.32,1.275) forwards}@keyframes popTeaser{0%{opacity:0;transform:translateY(10px) scale(.9)}to{opacity:1;transform:translateY(0) scale(1)}}.teaser-close{position:absolute;top:6px;right:8px;background:none;border:none;color:#94a3b8;font-size:16px;cursor:pointer}.teaser-avatar{font-size:24px;flex-shrink:0}.teaser-text{display:flex;flex-direction:column;text-align:left}.teaser-text strong{font-size:12.5px;color:#0f172a;line-height:1.3}.teaser-text span{font-size:11px;color:#00b87c;font-weight:600;margin-top:2px}.chat-window{position:absolute;bottom:74px;right:0;width:380px;height:540px;background:#fff;border-radius:20px;border:1.5px solid #E2E8F0;box-shadow:0 25px 60px -10px #0f172a40;display:flex;flex-direction:column;overflow:hidden;animation:popChat .35s cubic-bezier(.175,.885,.32,1.275) forwards}@keyframes popChat{0%{opacity:0;transform:translateY(20px) scale(.92)}to{opacity:1;transform:translateY(0) scale(1)}}.chat-header{background:linear-gradient(135deg,#0f172a,#064e3b);color:#fff;padding:16px 20px;display:flex;align-items:center;justify-content:space-between}.chat-header-info{display:flex;align-items:center;gap:12px}.header-avatar-wrap{position:relative;width:36px;height:36px;border-radius:50%;background:#fff;padding:4px;display:flex;align-items:center;justify-content:center}.header-logo-img{height:20px;width:auto}.online-indicator{position:absolute;bottom:0;right:0;width:10px;height:10px;border-radius:50%;background:#10b981;border:2px solid #FFFFFF}.header-text h3{font-size:15px;font-weight:800;margin:0;line-height:1.2}.status-sub{font-size:11px;color:#34d399;font-weight:600}.chat-minimize-btn{background:#ffffff26;border:none;color:#fff;width:26px;height:26px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:12px;transition:all .2s ease}.chat-minimize-btn:hover{background:#ffffff4d}.chat-body{flex:1;padding:16px;overflow-y:auto;display:flex;flex-direction:column;gap:14px;background:#f8fafc}.message-row{display:flex;gap:10px;max-width:85%}.message-row.bot{align-self:flex-start}.message-row.user{align-self:flex-end;flex-direction:row-reverse}.msg-avatar{font-size:20px;flex-shrink:0}.msg-bubble{padding:12px 16px;border-radius:16px;font-size:13.5px;line-height:1.5;text-align:left}.bot .msg-bubble{background:#fff;color:#1e293b;border:1px solid #E2E8F0;border-top-left-radius:4px;box-shadow:0 4px 12px #00000008}.user .msg-bubble{background:#00b87c;color:#fff;border-top-right-radius:4px;box-shadow:0 4px 12px #00b87c33}.typing-bubble{display:flex;align-items:center;gap:4px;padding:10px 14px}.typing-dot{width:6px;height:6px;border-radius:50%;background:#00b87c;animation:typingBounce 1.4s infinite ease-in-out both}.typing-dot:nth-child(1){animation-delay:-.32s}.typing-dot:nth-child(2){animation-delay:-.16s}@keyframes typingBounce{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}.quick-replies-group{display:flex;flex-wrap:wrap;gap:6px;margin-top:10px}.quick-chip-btn{background:#ecfdf5;border:1px solid #A7F3D0;color:#047857;font-size:11.5px;font-weight:750;padding:6px 12px;border-radius:20px;cursor:pointer;transition:all .2s ease;text-align:left}.quick-chip-btn:hover{background:#00b87c;color:#fff;border-color:#00b87c}.inline-booking-card,.inline-booking-form{background:#fff;border:1.5px solid #00B87C;border-radius:14px;padding:14px;box-shadow:0 8px 20px #00b87c26;margin-top:6px;animation:slideInWidget .3s ease-out forwards}@keyframes slideInWidget{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.booking-card-header{font-size:12px;font-weight:800;color:#047857;margin-bottom:10px;text-align:left}.time-slots-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}.time-slot-btn{background:#f8fafc;border:1px solid #CBD5E1;color:#1e293b;font-size:11.5px;font-weight:700;padding:8px 10px;border-radius:8px;cursor:pointer;transition:all .2s ease}.time-slot-btn:hover{background:#ecfdf5;border-color:#00b87c;color:#047857}.booking-form-group{margin-bottom:8px}.booking-form-group input{width:100%;padding:8px 12px;font-size:12px;border:1px solid #CBD5E1;border-radius:8px;outline:none;box-sizing:border-box}.booking-form-group input:focus{border-color:#00b87c}.btn-confirm-meeting{width:100%;background:#00b87c;color:#fff;border:none;padding:10px;font-size:12.5px;font-weight:800;border-radius:8px;cursor:pointer;margin-top:4px}.btn-confirm-meeting:hover{background:#047857}.chat-footer{background:#fff;padding:12px 14px;border-top:1px solid #E2E8F0}.chat-input-form{display:flex;gap:8px;align-items:center}.chat-input-form input{flex:1;border:1px solid #CBD5E1;border-radius:20px;padding:8px 14px;font-size:12.5px;outline:none;transition:border-color .2s ease}.chat-input-form input:focus{border-color:#00b87c}.chat-send-btn{width:34px;height:34px;border-radius:50%;background:#00b87c;color:#fff;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .2s ease}.chat-send-btn:hover{transform:scale(1.08);background:#047857}.chat-footer-branding{font-size:9.5px;color:#94a3b8;margin-top:6px;text-align:center}.btn-toggle-custom-time{width:100%;background:#f1f5f9;border:1px dashed #00B87C;color:#047857;font-size:11.5px;font-weight:700;padding:8px;border-radius:8px;cursor:pointer;margin-top:8px;transition:all .2s ease}.btn-toggle-custom-time:hover{background:#ecfdf5;border-style:solid}.custom-datetime-container{margin-top:10px;padding-top:8px;border-top:1px solid #E2E8F0;display:flex;flex-direction:column;gap:6px}.custom-picker-label{font-size:11px;font-weight:700;color:#0f172a}.custom-datetime-input{width:100%;padding:8px;font-size:12px;border:1px solid #CBD5E1;border-radius:8px;outline:none;box-sizing:border-box}.custom-datetime-input:focus{border-color:#00b87c}.custom-picker-actions{display:flex;gap:6px;margin-top:4px}.btn-confirm-custom-time{flex:1;background:#00b87c;color:#fff;border:none;padding:7px 10px;font-size:11.5px;font-weight:700;border-radius:6px;cursor:pointer}.btn-confirm-custom-time:disabled{background:#cbd5e1;cursor:not-allowed}.btn-cancel-custom-time{background:#f1f5f9;color:#64748b;border:1px solid #CBD5E1;padding:7px 10px;font-size:11.5px;font-weight:600;border-radius:6px;cursor:pointer}.chat-input-form input:disabled{background:#f1f5f9;color:#94a3b8;border-color:#e2e8f0;cursor:not-allowed}.chat-send-btn:disabled{background:#94a3b8;cursor:not-allowed;opacity:.6;transform:none!important}.gcal-invite-btn{display:inline-block;margin-top:8px;background:#4285f4;color:#fff;font-size:12px;font-weight:750;padding:8px 14px;border-radius:20px;text-decoration:none;box-shadow:0 4px 12px #4285f44d;transition:all .2s ease}.gcal-invite-btn:hover{background:#3367d6;transform:translateY(-1px);box-shadow:0 6px 16px #4285f466}@media (max-width: 480px){.chatbot-container{bottom:16px;right:16px}.chat-window{width:calc(100vw - 32px);right:0;bottom:70px;max-height:75vh;height:480px}}.interactive-scheduler-card{background:#fff;border:1.5px solid #CBD5E1;border-radius:24px;padding:36px 32px;box-shadow:0 15px 35px #0f172a0a;max-width:960px;margin:40px auto 0;text-align:left;position:relative;overflow:hidden}.scheduler-split-layout{display:grid;grid-template-columns:1.15fr .85fr;gap:32px;align-items:start}.scheduler-left-col{display:flex;flex-direction:column}.scheduler-header{margin-bottom:24px}.scheduler-badge{display:inline-flex;align-items:center;background:#e6f8f0;border:1px solid #A7F3D0;color:#047857;font-size:11px;font-weight:800;padding:6px 14px;border-radius:20px;letter-spacing:.8px;margin-bottom:14px;text-transform:uppercase}.scheduler-header h3{font-size:26px;font-weight:850;color:#0f172a;margin:0 0 10px;line-height:1.25;letter-spacing:-.5px}.scheduler-subtitle{font-size:15px;color:#4b5563;margin:0;line-height:1.6}.selected-date-summary-pill{display:inline-flex;align-items:center;gap:8px;background:#e6f8f0;border:1px solid #A7F3D0;color:#047857;padding:9px 14px;border-radius:12px;font-size:13px;font-weight:700;margin-bottom:6px}.selected-date-summary-pill strong{color:#064e3b;font-weight:850}.scheduler-body-form{display:flex;flex-direction:column;gap:20px}.scheduler-step{display:flex;flex-direction:column;gap:10px}.step-header-row{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:8px}.step-label{font-size:13.5px;font-weight:850;color:#0f172a;letter-spacing:-.2px}.btn-toggle-custom{background:none;border:none;color:#047857;font-size:12px;font-weight:750;cursor:pointer;padding:0;display:inline-flex;align-items:center;transition:color .2s ease}.btn-toggle-custom:hover{color:#087a55;text-decoration:underline}.time-slots-picker-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.time-pick-btn{background:#f8fafc;border:1.5px solid #CBD5E1;border-radius:10px;padding:10px 6px;font-size:12px;font-weight:750;color:#1e293b;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:all .2s cubic-bezier(.16,1,.3,1)}.time-pick-btn:hover{border-color:#00b87c;background:#e6f8f0;color:#047857;transform:translateY(-1px)}.time-pick-btn.selected{background:#064e3b;border-color:#064e3b;color:#fff;font-weight:850;box-shadow:0 4px 12px #064e3b40;transform:translateY(-1px)}.custom-datetime-picker-box{display:flex;flex-direction:column;gap:6px}.custom-datetime-field{width:100%;padding:11px 14px;font-size:13.5px;border:1.5px solid #CBD5E1;border-radius:10px;outline:none;box-sizing:border-box;background:#fff;color:#0f172a;font-family:inherit;transition:border-color .2s ease,box-shadow .2s ease}.custom-datetime-field:focus{border-color:#00b87c;box-shadow:0 0 0 3px #00b87c1f}.contact-fields-grid-left{display:flex;flex-direction:column;gap:10px}.contact-fields-grid-left input{width:100%;padding:11px 14px;font-size:13.5px;border:1.5px solid #CBD5E1;border-radius:10px;outline:none;box-sizing:border-box;background:#fff;color:#0f172a;font-family:inherit;transition:border-color .2s ease,box-shadow .2s ease}.contact-fields-grid-left input::placeholder{color:#94a3b8}.contact-fields-grid-left input:focus{border-color:#00b87c;box-shadow:0 0 0 3px #00b87c1f}.btn-confirm-scheduler{width:100%;background:linear-gradient(135deg,#0f172a,#064e3b);color:#fff;border:none;padding:14px 22px;font-size:15px;font-weight:850;border-radius:12px;cursor:pointer;box-shadow:0 8px 22px #064e3b40;transition:all .25s ease;margin-top:4px;display:inline-flex;align-items:center;justify-content:center}.btn-confirm-scheduler:hover{background:#047857;transform:translateY(-2px);box-shadow:0 12px 28px #04785759}.btn-confirm-scheduler:disabled{background:#cbd5e1;cursor:not-allowed;transform:none;box-shadow:none}.btn-confirm-scheduler .arrow{margin-left:8px;transition:transform .2s ease}.btn-confirm-scheduler:hover .arrow{transform:translate(4px)}.scheduler-right-col{width:100%}.month-calendar-widget{background:#f8fafc;border:1.5px solid #CBD5E1;border-radius:20px;padding:22px 18px;box-shadow:0 8px 20px #0f172a08}.cal-header-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.cal-month-title{font-size:15.5px;font-weight:850;color:#0f172a;letter-spacing:-.3px}.cal-nav-btn{background:#fff;border:1.5px solid #CBD5E1;border-radius:10px;width:34px;height:34px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#475569;transition:all .2s ease}.cal-nav-btn:hover{border-color:#00b87c;color:#047857;background:#e6f8f0;transform:translateY(-1px)}.cal-nav-btn.disabled,.cal-nav-btn:disabled{background:#f1f5f9;border-color:#e2e8f0;color:#cbd5e1;cursor:not-allowed;transform:none!important;opacity:.6}.cal-weekdays-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:4px;text-align:center;font-size:11px;font-weight:850;color:#94a3b8;text-transform:uppercase;margin-bottom:8px;letter-spacing:.5px}.cal-days-matrix-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:5px}.cal-day-cell{aspect-ratio:1;display:flex;align-items:center;justify-content:center;background:#fff;border:1px solid #E2E8F0;border-radius:10px;font-size:12.5px;font-weight:750;color:#334155;cursor:pointer;transition:all .2s cubic-bezier(.16,1,.3,1)}.cal-day-cell:hover{border-color:#00b87c;background:#e6f8f0;color:#047857;transform:translateY(-1px)}.cal-day-cell.selected{background:#064e3b;border-color:#064e3b;color:#fff;font-weight:850;box-shadow:0 4px 12px #064e3b4d;transform:translateY(-1px)}.cal-day-cell.disabled,.cal-day-cell:disabled{background:#f1f5f9;border-color:#f1f5f9;color:#cbd5e1;cursor:not-allowed;opacity:.45;transform:none!important;box-shadow:none!important}.cal-day-cell.disabled:hover,.cal-day-cell:disabled:hover{background:#f1f5f9;border-color:#f1f5f9;color:#cbd5e1}.cal-day-cell.empty{background:transparent;border:none;cursor:default}.cal-widget-footer{display:flex;align-items:center;justify-content:center;margin-top:14px;padding-top:10px;border-top:1px dashed #CBD5E1;font-size:11.5px;color:#64748b;text-align:center}.scheduler-confirmation-box{text-align:center;padding:20px 8px}.conf-icon-wrapper{width:64px;height:64px;background:#e6f8f0;border:1.5px solid #A7F3D0;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 16px}.scheduler-confirmation-box h4{font-size:24px;font-weight:850;color:#0f172a;margin:0 0 8px;letter-spacing:-.4px}.conf-subtitle{font-size:15px;color:#4b5563;max-width:520px;margin:0 auto 20px;line-height:1.6}.conf-details-card{background:#f8fafc;border:1.5px solid #CBD5E1;border-radius:16px;padding:20px 24px;margin:0 auto 24px;max-width:540px;display:flex;flex-direction:column;gap:12px;text-align:left}.conf-detail-item{display:flex;align-items:center;gap:12px;font-size:14.5px;color:#334155}.conf-actions-group{display:flex;justify-content:center;gap:14px;flex-wrap:wrap}.btn-add-gcal{background:linear-gradient(135deg,#0f172a,#064e3b);color:#fff;padding:13px 24px;font-size:14px;font-weight:850;border-radius:12px;text-decoration:none;display:inline-flex;align-items:center;box-shadow:0 8px 22px #064e3b40;transition:all .2s ease}.btn-add-gcal:hover{background:#047857;transform:translateY(-2px);box-shadow:0 12px 28px #04785759}.btn-reset-scheduler{background:#f1f5f9;color:#475569;border:1.5px solid #CBD5E1;padding:13px 22px;font-size:13.5px;font-weight:750;border-radius:12px;cursor:pointer;transition:all .2s ease}.btn-reset-scheduler:hover{background:#e2e8f0;color:#0f172a}@media (max-width: 900px){.scheduler-split-layout{grid-template-columns:1fr;gap:28px}}@media (max-width: 600px){.interactive-scheduler-card{padding:24px 16px;border-radius:20px}.scheduler-header h3{font-size:22px}.time-slots-picker-grid{grid-template-columns:repeat(2,1fr)}.cal-day-cell{font-size:11.5px;border-radius:8px}.month-calendar-widget{padding:16px 12px}.conf-details-card{padding:16px 14px}.conf-actions-group{flex-direction:column;gap:10px}.btn-add-gcal,.btn-reset-scheduler{width:100%;justify-content:center}}.how-it-works-page{min-height:100vh;background-color:#f8fafc;background-image:radial-gradient(circle at 10% 10%,rgba(0,184,124,.08) 0%,transparent 40%),radial-gradient(circle at 90% 40%,rgba(14,165,233,.06) 0%,transparent 40%);padding-top:130px;padding-bottom:120px;font-family:inherit;color:#0f172a}.hiw-hero{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;margin-bottom:90px}.hiw-badge{display:inline-block;background:#e6f8f0;border:1px solid #A7F3D0;color:#047857;padding:6px 14px;border-radius:20px;font-size:11px;font-weight:800;letter-spacing:.8px;margin-bottom:20px}.hiw-hero-content h1{font-size:48px;font-weight:850;line-height:1.15;color:#0f172a;margin-bottom:20px;letter-spacing:-.5px}.hiw-hero-desc{font-size:17px;color:#4b5563;line-height:1.65;margin-bottom:32px;max-width:520px}.hiw-hero-buttons{display:flex;align-items:center;gap:16px}.btn-talk-experts{display:inline-flex;align-items:center;gap:8px;background:#fff!important;color:#1e293b!important;border:1.5px solid #CBD5E1!important;box-shadow:0 4px 12px #0f172a0d}.btn-talk-experts:hover{background:#f8fafc!important;border-color:#94a3b8!important}.hiw-hero-visual{position:relative;display:flex;align-items:center;justify-content:center}.hiw-visual-card{width:300px;height:220px;background:#fff;border-radius:20px;border:1.5px solid #E2E8F0;box-shadow:0 20px 40px -10px #0f172a14;padding:16px;position:relative;transform:rotate(-2deg)}.hiw-browser-dots{display:flex;gap:6px;margin-bottom:24px}.dot{width:10px;height:10px;border-radius:50%}.dot-red{background:#ef4444}.dot-yellow{background:#f59e0b}.dot-green{background:#10b981}.hiw-browser-body{display:flex;flex-direction:column;align-items:center;justify-content:center;padding-top:10px}.hiw-check-circle{width:56px;height:56px;border-radius:50%;background:#00b87c;color:#fff;font-size:28px;font-weight:900;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 20px #00b87c4d;margin-bottom:20px}.hiw-line{height:8px;background:#e2e8f0;border-radius:4px;margin-bottom:8px}.line-long{width:140px}.line-short{width:90px}.hiw-platform-pill-box{position:absolute;top:-10px;right:10px;background:#fff;border-radius:20px;border:1.5px solid #E2E8F0;box-shadow:0 20px 40px -10px #0f172a1f;padding:18px;display:flex;flex-direction:column;gap:12px;width:220px;transform:rotate(2deg)}.platform-pill-item{display:flex;align-items:center;gap:10px;background:#f8fafc;padding:10px 14px;border-radius:12px;font-size:13px;font-weight:750;color:#1e293b}.platform-icon{width:32px;height:32px;border-radius:8px;background:#e6f8f0;display:flex;align-items:center;justify-content:center}.pill-check{margin-left:auto;width:20px;height:20px;border-radius:50%;background:#00b87c;color:#fff;font-size:12px;font-weight:900;display:flex;align-items:center;justify-content:center}.hiw-journey-header{text-align:center;max-width:680px;margin:0 auto 70px}.hiw-badge-sub{display:inline-block;background:#e6f8f0;border:1px solid #A7F3D0;color:#047857;padding:6px 14px;border-radius:20px;font-size:11px;font-weight:800;letter-spacing:.8px;margin-bottom:16px}.hiw-journey-header h2{font-size:38px;font-weight:850;color:#0f172a;margin-bottom:16px;letter-spacing:-.5px}.hiw-journey-desc{font-size:16px;color:#4b5563;line-height:1.6}.hiw-timeline-section{position:relative;max-width:1040px;margin:0 auto;padding-left:70px}.hiw-vertical-line{position:absolute;left:28px;top:35px;bottom:140px;width:3px;background:linear-gradient(180deg,#00b87c,#10b981);border-radius:2px;opacity:.4}.hiw-step-card{position:relative;margin-bottom:50px}.hiw-step-card:last-child{margin-bottom:0}.hiw-step-marker{position:absolute;left:-70px;top:36px;width:56px;height:56px;border-radius:50%;background:#00b87c;color:#fff;font-size:18px;font-weight:850;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 20px #00b87c59;border:4px solid #FFFFFF;z-index:5}.hiw-card-content{background:#fff;border:1.5px solid #E6EFF5;border-radius:24px;padding:44px;box-shadow:0 15px 35px -10px #0f172a0a;display:grid;grid-template-columns:1.15fr .85fr;gap:44px;align-items:center;transition:all .3s ease}.hiw-card-content:hover{transform:translateY(-3px);border-color:#a7f3d0;box-shadow:0 20px 45px -10px #00b87c1a}.hiw-step-pill{display:inline-block;background:#e6f8f0;color:#047857;padding:4px 12px;border-radius:20px;font-size:11px;font-weight:800;letter-spacing:.6px;margin-bottom:14px}.hiw-card-title{font-size:28px;font-weight:850;color:#0f172a;margin-bottom:14px;line-height:1.25}.hiw-card-desc{font-size:15px;color:#4b5563;line-height:1.6;margin-bottom:24px}.hiw-checklist{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px}.hiw-checklist li{display:flex;align-items:flex-start;gap:12px}.check-icon-circle{width:26px;height:26px;border-radius:50%;background:#00b87c;color:#fff;font-size:14px;font-weight:900;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:1px}.check-text{font-size:14px;color:#1e293b;line-height:1.5}.check-text strong{font-weight:750;color:#0f172a}.detail-text{color:#64748b;font-weight:400}.hiw-card-right{display:flex;align-items:center;justify-content:center}.hiw-stage-image{width:100%;max-width:420px;height:auto;object-fit:contain;filter:drop-shadow(0 15px 30px rgba(0,0,0,.06))}@media (max-width: 960px){.hiw-hero{grid-template-columns:1fr;gap:40px}.hiw-hero-visual{margin-top:20px}.hiw-card-content{grid-template-columns:1fr;gap:32px;padding:32px}.hiw-stage-image{max-width:100%}.hiw-timeline-section{padding-left:56px}.hiw-vertical-line{left:20px}.hiw-step-marker{left:-56px;width:46px;height:46px;font-size:15px}.hiw-hero-content h1{font-size:36px}.hiw-card-title{font-size:24px}}@media (max-width: 600px){.hiw-hero-buttons{flex-direction:column;align-items:stretch}.hiw-timeline-section{padding-left:0}.hiw-vertical-line{display:none}.hiw-step-marker{position:static;margin-bottom:16px}.hiw-card-content{padding:24px}}.services-page{min-height:100vh;background-color:#f8fafc;background-image:radial-gradient(circle at 10% 15%,rgba(0,184,124,.07) 0%,transparent 45%),radial-gradient(circle at 90% 60%,rgba(14,165,233,.05) 0%,transparent 45%);padding-top:130px;padding-bottom:120px;font-family:inherit;color:#0f172a}.highlight-text-green{color:#00b87c}.sp-hero{display:grid;grid-template-columns:1.15fr .85fr;gap:50px;align-items:center;margin-bottom:100px}.sp-badge{display:inline-block;background:#e6f8f0;border:1px solid #A7F3D0;color:#047857;padding:6px 14px;border-radius:20px;font-size:11px;font-weight:800;letter-spacing:.8px;margin-bottom:20px}.sp-hero-content h1{font-size:46px;font-weight:850;line-height:1.15;color:#0f172a;margin-bottom:20px;letter-spacing:-.5px}.sp-hero-desc{font-size:17px;color:#4b5563;line-height:1.65;margin-bottom:32px;max-width:540px}.sp-hero-buttons{display:flex;align-items:center;gap:16px;margin-bottom:36px}.sp-hero-features{display:flex;align-items:center;gap:20px;flex-wrap:wrap}.sp-feature-item{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:700;color:#1e293b;background:#fff;padding:8px 14px;border-radius:12px;border:1px solid #E2E8F0;box-shadow:0 4px 12px #0f172a08}.feat-icon{font-size:15px}.sp-hero-visual{position:relative;display:flex;align-items:center;justify-content:center}.sp-visual-backdrop{position:absolute;width:320px;height:320px;border-radius:50%;background:radial-gradient(circle,#00b87c40,#00b87c00 70%)}.sp-hero-mascot-img{position:relative;z-index:2;width:100%;max-width:480px;height:auto;object-fit:contain;border-radius:20px;box-shadow:0 20px 45px -10px #0f172a1f}.sp-services-section{margin-bottom:110px}.sp-section-header{max-width:680px;margin:0 auto 60px}.sp-section-header.text-center{text-align:center}.sp-section-header h2{font-size:36px;font-weight:850;color:#0f172a;margin-bottom:16px;letter-spacing:-.5px}.sp-section-desc{font-size:16px;color:#4b5563;line-height:1.6}.sp-cards-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.sp-service-card{background:#fff;border:1.5px solid #E6EFF5;border-radius:20px;padding:32px 28px;box-shadow:0 10px 30px -10px #0f172a0a;display:flex;flex-direction:column;transition:all .3s ease;position:relative;width:100%}@media (min-width: 1024px){.sp-cards-grid{grid-template-columns:repeat(6,1fr)}.sp-service-card:nth-child(1){grid-column:1 / span 2;margin:0}.sp-service-card:nth-child(2){grid-column:3 / span 2;margin:0}.sp-service-card:nth-child(3){grid-column:5 / span 2;margin:0}.sp-service-card:nth-child(4){grid-column:2 / span 2;margin:0}.sp-service-card:nth-child(5){grid-column:4 / span 2;margin:0;max-width:100%}}@media (max-width: 1023px){.sp-cards-grid{display:flex!important;flex-direction:column!important;gap:24px!important;width:100%!important}.sp-service-card,.sp-service-card:nth-child(1),.sp-service-card:nth-child(2),.sp-service-card:nth-child(3),.sp-service-card:nth-child(4),.sp-service-card:nth-child(5){grid-column:auto!important;margin:0!important;max-width:100%!important;width:100%!important;box-sizing:border-box!important}}.sp-service-card:hover{transform:translateY(-4px);border-color:#a7f3d0;box-shadow:0 20px 40px -10px #00b87c1f}.sp-card-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.sp-card-icon-wrap{width:72px;height:72px;border-radius:18px;background:#f0fdf4;display:flex;align-items:center;justify-content:center}.sp-3d-icon{width:60px;height:60px;object-fit:contain}.sp-card-watermark{font-size:32px;font-weight:900;color:#cbd5e1;opacity:.6}.sp-card-title{font-size:20px;font-weight:850;color:#0f172a;margin-bottom:10px}.sp-card-desc{font-size:14px;color:#64748b;line-height:1.5;margin-bottom:20px;min-height:42px}.sp-checklist{list-style:none;padding:0;margin:0 0 28px;display:flex;flex-direction:column;gap:10px;flex-grow:1}.sp-checklist li{display:flex;align-items:center;gap:10px;font-size:13.5px;font-weight:650;color:#334155}.sp-check-bullet{width:22px;height:22px;border-radius:50%;background:#00b87c;color:#fff;font-size:13px;font-weight:900;display:flex;align-items:center;justify-content:center;flex-shrink:0}.sp-card-learn-btn{background:none;border:none;color:#00b87c;font-size:14px;font-weight:800;cursor:pointer;padding:0;display:inline-flex;align-items:center;gap:6px;transition:all .2s ease;align-self:flex-start}.sp-card-learn-btn:hover{color:#047857;transform:translate(4px)}.sp-help-banner{margin-bottom:110px}.sp-help-card{background:linear-gradient(135deg,#ecfdf5,#d1fae5);border:1.5px solid #A7F3D0;border-radius:28px;padding:50px;display:grid;grid-template-columns:1.1fr .9fr;gap:40px;align-items:center;box-shadow:0 20px 45px -10px #10b9811f}.sp-badge-light{display:inline-block;background:#fff;color:#047857;padding:5px 14px;border-radius:20px;font-size:11px;font-weight:800;letter-spacing:.6px;margin-bottom:16px}.sp-help-left h2{font-size:34px;font-weight:850;color:#0f172a;margin-bottom:14px;line-height:1.25}.sp-help-left p{font-size:16px;color:#334155;line-height:1.6;margin-bottom:28px}.sp-help-right{position:relative;display:flex;align-items:center;justify-content:center}.recommendation-card-mockup{background:#fff;border-radius:18px;border:1px solid #E2E8F0;padding:20px;box-shadow:0 15px 35px #0f172a1a;width:240px;position:absolute;top:-20px;right:20px;z-index:5}.rec-header{display:flex;align-items:center;gap:8px;font-size:13px;color:#0f172a;margin-bottom:14px;padding-bottom:8px;border-bottom:1px solid #F1F5F9}.rec-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px;font-size:12px;font-weight:700}.rec-list li.active{color:#00b87c}.rec-list li.pending{color:#94a3b8}.sp-help-advisor-img{width:100%;max-width:440px;height:auto;object-fit:contain;border-radius:20px;box-shadow:0 20px 45px -10px #0f172a1f;position:relative;z-index:2}.sp-process-section{margin-bottom:110px}.sp-process-steps-row{display:flex;align-items:center;justify-content:space-between;background:#fff;border:1.5px solid #E6EFF5;border-radius:20px;padding:36px 30px;box-shadow:0 10px 30px -10px #0f172a0a}.sp-process-step{display:flex;flex-direction:column;align-items:center;text-align:center;flex:1;padding:0 10px}.step-number-bubble{width:46px;height:46px;border-radius:50%;background:#00b87c;color:#fff;font-size:18px;font-weight:850;display:flex;align-items:center;justify-content:center;margin-bottom:14px;box-shadow:0 6px 16px #00b87c4d}.sp-process-step h4{font-size:16px;font-weight:800;color:#0f172a;margin-bottom:6px}.sp-process-step p{font-size:13px;color:#64748b;line-height:1.45;margin:0}.step-arrow-divider{font-size:20px;font-weight:800;color:#cbd5e1}.sp-tools-section{margin-bottom:110px}.sp-tools-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:14px;max-width:900px;margin:0 auto}.sp-tool-tile{background:#fff;border:1px solid #E2E8F0;padding:10px 18px;border-radius:12px;display:flex;align-items:center;gap:10px;font-size:13.5px;font-weight:700;color:#1e293b;box-shadow:0 4px 12px #0f172a08;transition:all .2s ease}.sp-tool-tile:hover{transform:translateY(-2px);border-color:#00b87c;box-shadow:0 8px 20px #00b87c1a}.tool-tile-icon{font-size:16px;font-weight:900}.sp-stats-bar{background:#e6f8f0;border:1.5px solid #A7F3D0;border-radius:20px;padding:36px 40px;display:flex;align-items:center;justify-content:space-between;margin-bottom:100px}.sp-badge-sub{font-size:11px;font-weight:800;color:#047857;letter-spacing:.8px}.stats-left-title h3{font-size:26px;font-weight:850;color:#0f172a;line-height:1.25;margin-top:4px}.stats-counters-row{display:flex;align-items:center;gap:48px}.stat-counter-item{display:flex;flex-direction:column;align-items:center}.stat-num{font-size:36px;font-weight:900;color:#00b87c;line-height:1}.stat-label{font-size:13px;font-weight:700;color:#475569;margin-top:6px}.sp-final-cta-card{background:linear-gradient(135deg,#064e3b,#047857);border-radius:24px;padding:50px 40px;text-align:center;color:#fff;box-shadow:0 25px 50px -12px #04785759}.sp-final-cta-card h2{font-size:34px;font-weight:850;margin-bottom:12px}.sp-final-cta-card p{font-size:16px;color:#a7f3d0;margin-bottom:28px}@media (max-width: 960px){.sp-hero{grid-template-columns:1fr;gap:40px}.sp-hero-content h1{font-size:36px}.sp-help-card{grid-template-columns:1fr;padding:32px 24px}.sp-process-steps-row{flex-direction:column;gap:24px}.step-arrow-divider{transform:rotate(90deg)}.sp-stats-bar{flex-direction:column;gap:30px;text-align:center;padding:28px 20px}.stats-counters-row{flex-wrap:wrap;justify-content:center;gap:24px}}@media (max-width: 768px){.recommendation-card-mockup{position:relative;top:0;right:0;width:100%;margin-bottom:20px}.sp-help-right{flex-direction:column}.sp-final-cta-card{padding:36px 20px}.sp-final-cta-card h2{font-size:26px}}@media (max-width: 480px){.sp-hero-content h1{font-size:30px}.sp-help-left h2{font-size:26px}}.pricing-redesign-page{min-height:100vh;background-color:#f8fafc;background-image:radial-gradient(circle at 10% 15%,rgba(0,184,124,.07) 0%,transparent 45%),radial-gradient(circle at 90% 60%,rgba(14,165,233,.05) 0%,transparent 45%);padding-top:130px;padding-bottom:120px;font-family:inherit;color:#0f172a}.pricing-page-inner{max-width:1140px;margin:0 auto;padding:0 24px}.p-pill-tag,.p-pill-tag-outline{display:inline-block;background:#e6f8f0;border:1px solid #A7F3D0;color:#047857;padding:6px 14px;border-radius:20px;font-size:11px;font-weight:800;letter-spacing:.8px;text-transform:uppercase;margin-bottom:16px}.p-hero-section{text-align:center;max-width:760px;margin:0 auto 40px}.p-hero-section h1{font-size:48px;font-weight:850;line-height:1.15;color:#0f172a;margin-bottom:18px;letter-spacing:-.5px}.highlight-text{color:#00b87c}.p-hero-sub{font-size:17px;color:#4b5563;line-height:1.65;margin:0}.p-guidance-card{background:#fff;border:1.5px solid #E2E8F0;border-radius:24px;padding:24px 32px;display:flex;align-items:center;justify-content:space-between;gap:24px;margin-bottom:70px;box-shadow:0 15px 35px #0f172a0a;text-align:left}.guidance-left{display:flex;align-items:center;gap:18px}.guidance-bulb-icon{width:48px;height:48px;border-radius:50%;background:#fef3c7;border:1px solid #FDE68A;display:flex;align-items:center;justify-content:center;flex-shrink:0}.guidance-text h3{font-size:17px;font-weight:850;color:#0f172a;margin:0 0 4px}.guidance-text p{font-size:14px;color:#4b5563;line-height:1.55;margin:0}.btn-dark-green-pill{background:linear-gradient(135deg,#0f172a,#064e3b);color:#fff;border:none;padding:14px 26px;font-size:14px;font-weight:800;border-radius:30px;cursor:pointer;white-space:nowrap;box-shadow:0 8px 20px #064e3b33;transition:all .25s cubic-bezier(.175,.885,.32,1.275)}.btn-dark-green-pill:hover{transform:translateY(-2px);box-shadow:0 12px 25px #064e3b4d}.models-header-bar{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px}.curved-handwriting-annotation{font-size:13.5px;font-weight:750;color:#047857;font-style:italic;display:flex;align-items:center;gap:6px}.engagement-twins-grid{display:grid;grid-template-columns:1fr 1fr;gap:32px;margin-bottom:90px;align-items:stretch}.twin-card{background:#fff;border:1.5px solid #E2E8F0;border-radius:24px;padding:36px 32px;display:flex;flex-direction:column;justify-content:space-between;position:relative;text-align:left;box-shadow:0 15px 35px #0f172a0a;transition:all .3s cubic-bezier(.175,.885,.32,1.275)}.twin-card:hover{transform:translateY(-6px);box-shadow:0 25px 50px #00b87c1f;border-color:#8ce3b5}.popular-card{border:2.5px solid #00B87C;box-shadow:0 20px 45px #00b87c26}.most-popular-badge{position:absolute;top:-14px;right:28px;background:linear-gradient(135deg,#00b87c,#047857);color:#fff;font-size:11px;font-weight:850;padding:5px 16px;border-radius:20px;letter-spacing:.5px;box-shadow:0 4px 12px #00b87c4d}.twin-num{font-size:12px;font-weight:850;color:#047857;background:#e6f8f0;border:1px solid #A7F3D0;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:16px}.twin-header h2{font-size:28px;font-weight:850;color:#0f172a;margin:0 0 6px;letter-spacing:-.5px}.green-subhead{font-size:15px;font-weight:850;color:#047857;margin:0 0 12px}.twin-desc{font-size:14px;color:#4b5563;line-height:1.6;margin:0 0 24px}.twin-body-content{display:flex;gap:20px;margin-bottom:28px;align-items:flex-start}.twin-visual-box{flex:0 0 130px;display:flex;align-items:center;justify-content:center}.twin-graphic-img{width:100%;max-height:130px;object-fit:contain;filter:drop-shadow(0 10px 18px rgba(8,122,85,.12))}.green-check-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px;flex:1}.green-check-list li{font-size:13px;color:#1e293b;font-weight:600;display:flex;align-items:flex-start;gap:10px;line-height:1.45}.check-mark{color:#00b87c;font-weight:850;font-size:14px}.twin-pricing-inner-box{background:#f8fafc;border:1.5px solid #E2E8F0;border-radius:16px;padding:18px 20px;margin-bottom:24px}.pricing-box-label{font-size:12.5px;color:#64748b;margin-bottom:4px}.pricing-box-main-title{font-size:16px;font-weight:850;color:#0f172a;margin-bottom:4px}.pricing-box-subtext{font-size:12px;color:#64748b}.tier-pills-4grid{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin-top:14px}.tier-pill{background:#fff;border:1px solid #CBD5E1;border-radius:10px;padding:8px 4px;text-align:center;display:flex;flex-direction:column;gap:2px}.tier-pill strong{font-size:12px;font-weight:850;color:#0f172a}.tier-pill span{font-size:10px;color:#64748b}.tier-pill.custom{background:#ecfdf5;border-color:#a7f3d0}.btn-twin-outline{width:100%;background:#e6f8f0;color:#047857;border:1px solid #A7F3D0;padding:13px;font-size:14px;font-weight:800;border-radius:12px;cursor:pointer;transition:all .2s ease}.btn-twin-outline:hover{background:#00b87c;color:#fff;border-color:#00b87c}.btn-twin-solid-green{width:100%;background:linear-gradient(135deg,#0f172a,#064e3b);color:#fff;border:none;padding:13px;font-size:14px;font-weight:800;border-radius:12px;cursor:pointer;box-shadow:0 8px 20px #064e3b40;transition:all .2s ease}.btn-twin-solid-green:hover{background:#047857}.which-right-box{background:#fff;border:1.5px solid #E2E8F0;border-radius:24px;padding:36px 40px;margin-bottom:90px;text-align:left;box-shadow:0 15px 35px #0f172a0a}.which-right-header h3{font-size:26px;font-weight:850;color:#0f172a;margin:0 0 8px;letter-spacing:-.5px}.which-right-header p{font-size:15px;color:#4b5563;margin:0 0 24px}.which-right-twins{display:grid;grid-template-columns:1fr 1fr;gap:24px}.which-side{background:#f8fafc;border:1.5px solid #E2E8F0;border-radius:16px;padding:24px}.which-side-title{font-size:15px;font-weight:850;color:#0f172a;margin-bottom:12px;display:flex;align-items:center}.which-side ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px}.which-side li{font-size:13.5px;color:#334155;font-weight:600;line-height:1.45}.use-cases-section{margin-bottom:90px;text-align:left}.sec-title-wrap h3{font-size:28px;font-weight:850;color:#0f172a;margin:0 0 8px;letter-spacing:-.5px}.sec-title-wrap p{font-size:15px;color:#4b5563;margin:0 0 28px}.use-cases-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.use-case-card{background:#fff;border:1.5px solid #E2E8F0;border-radius:20px;padding:24px 20px;text-align:left;display:flex;align-items:center;gap:16px;box-shadow:0 10px 25px #0f172a08;transition:all .3s cubic-bezier(.175,.885,.32,1.275)}.use-case-card:hover{transform:translateY(-5px);border-color:#00b87c;box-shadow:0 20px 40px #00b87c1f}.uc-icon{width:50px;height:50px;border-radius:14px;background:#ecfdf5;border:1px solid #A7F3D0;display:flex;align-items:center;justify-content:center;flex-shrink:0}.uc-body h4{font-size:15px;font-weight:850;color:#0f172a;margin:0 0 4px}.uc-body p{font-size:13px;color:#64748b;margin:0;line-height:1.45}.pricing-process-section{margin-bottom:90px;text-align:left}.pricing-process-section h3{font-size:28px;font-weight:850;color:#0f172a;margin:0 0 28px;letter-spacing:-.5px}.process-steps-row{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;align-items:stretch}.process-step-card{background:#fff;border:1.5px solid #E2E8F0;border-radius:20px;padding:28px 22px;position:relative;box-shadow:0 10px 25px #0f172a08;transition:all .3s ease}.process-step-card:hover{transform:translateY(-4px);border-color:#8ce3b5}.step-badge{font-size:12px;font-weight:850;color:#047857;background:#e6f8f0;border:1px solid #A7F3D0;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:16px}.step-icon-bubble{width:44px;height:44px;border-radius:12px;background:#ecfdf5;display:flex;align-items:center;justify-content:center;margin-bottom:14px}.process-step-card h4{font-size:16px;font-weight:850;color:#0f172a;margin:0 0 8px}.process-step-card p{font-size:13.5px;color:#64748b;line-height:1.5;margin:0}.step-arrow-divider{display:none}.industry-plans-section{margin-bottom:90px;text-align:left}.industry-header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:28px}.industry-header h3{font-size:28px;font-weight:850;color:#0f172a;margin:0 0 8px;letter-spacing:-.5px}.industry-header p{font-size:15px;color:#4b5563;margin:0;max-width:620px}.btn-light-green-outline{background:#e6f8f0;color:#047857;border:1px solid #A7F3D0;padding:10px 22px;font-size:13px;font-weight:800;border-radius:20px;cursor:pointer;white-space:nowrap;transition:all .2s ease}.btn-light-green-outline:hover{background:#00b87c;color:#fff}.industry-cards-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.ind-card{background:#fff;border:1.5px solid #E2E8F0;border-radius:24px;padding:32px 26px;display:flex;flex-direction:column;justify-content:space-between;box-shadow:0 10px 30px #0f172a0a;transition:all .3s ease}.ind-card:hover{transform:translateY(-6px);border-color:#8ce3b5;box-shadow:0 20px 40px #00b87c1a}.ind-icon{width:52px;height:52px;border-radius:16px;background:#ecfdf5;border:1px solid #A7F3D0;display:flex;align-items:center;justify-content:center;margin-bottom:18px}.ind-card h4{font-size:20px;font-weight:850;color:#0f172a;margin:0 0 8px}.ind-desc{font-size:13.5px;color:#64748b;line-height:1.5;margin-bottom:20px}.ind-bullets{margin-bottom:24px!important}.btn-ind-view{width:100%;background:#e6f8f0;color:#047857;border:1px solid #A7F3D0;padding:12px;font-size:13.5px;font-weight:800;border-radius:12px;cursor:pointer;transition:all .2s ease}.btn-ind-view:hover{background:#00b87c;color:#fff;border-color:#00b87c}.matrix-table-section{margin-bottom:90px;text-align:left}.matrix-table-section h3{font-size:28px;font-weight:850;color:#0f172a;margin:0 0 8px;letter-spacing:-.5px}.matrix-sub{font-size:15px;color:#4b5563;margin:0 0 24px}.table-responsive{background:#fff;border:1.5px solid #E2E8F0;border-radius:24px;overflow:hidden;box-shadow:0 15px 35px #0f172a0a}.compare-engagement-table{width:100%;border-collapse:collapse;font-size:13.5px}.compare-engagement-table th{background:#f8fafc;padding:18px 24px;font-weight:850;color:#0f172a;border-bottom:2px solid #E2E8F0}.th-feature{text-align:left;width:22%}.th-ondemand{text-align:left;width:38%}.th-continuous{text-align:left;width:40%;background:#ecfdf5!important;color:#047857!important}.compare-engagement-table td{padding:16px 24px;border-bottom:1px solid #F1F5F9;color:#334155;vertical-align:top;line-height:1.5}.td-feature{font-weight:850!important;color:#0f172a!important}.highlight-col{background:#f0fdf4}.consultation-scheduler-section{margin-bottom:40px;text-align:left}.scheduler-layout-grid{display:grid;grid-template-columns:1fr 1.2fr;gap:48px;align-items:center}.scheduler-left-info h2{font-size:38px;font-weight:850;color:#0f172a;line-height:1.18;margin:0 0 16px;letter-spacing:-.5px}.scheduler-left-info p{font-size:15.5px;color:#4b5563;line-height:1.6;margin-bottom:28px}.benefit-pills-list{display:flex;flex-direction:column;gap:14px}.benefit-pill{background:#fff;border:1.5px solid #E2E8F0;border-radius:16px;padding:14px 20px;display:flex;align-items:center;gap:14px;font-size:14px;font-weight:750;color:#0f172a;box-shadow:0 4px 14px #0f172a08}.b-icon{width:36px;height:36px;border-radius:10px;background:#ecfdf5;display:flex;align-items:center;justify-content:center;flex-shrink:0}.scheduler-right-card{background:#fff;border:1.5px solid #E2E8F0;border-radius:24px;padding:32px;box-shadow:0 20px 45px #0f172a12}.cal-month-header{display:flex;align-items:center;justify-content:space-between;font-size:15px;font-weight:850;color:#0f172a;margin-bottom:18px}.cal-nav-arrow{background:#f1f5f9;border:1.5px solid #CBD5E1;width:32px;height:32px;border-radius:50%;cursor:pointer;font-size:18px;display:flex;align-items:center;justify-content:center;color:#475569;transition:all .2s ease}.cal-nav-arrow:hover{background:#e6f8f0;border-color:#00b87c;color:#047857}.cal-nav-arrow.disabled,.cal-nav-arrow:disabled{background:#f1f5f9;border-color:#e2e8f0;color:#cbd5e1;cursor:not-allowed;opacity:.5}.cal-and-slots-body{display:grid;grid-template-columns:1.2fr 1fr;gap:20px;margin-bottom:20px}.cal-days-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:4px}.cal-day-head{font-size:11px;font-weight:850;color:#94a3b8;text-align:center;padding-bottom:8px}.cal-date-cell{background:none;border:none;font-size:12px;font-weight:700;color:#334155;height:32px;border-radius:50%;cursor:pointer;transition:all .2s ease}.cal-date-cell:hover{background:#ecfdf5;color:#047857}.cal-date-cell.active{background:#064e3b;color:#fff;font-weight:850}.cal-date-cell.disabled,.cal-date-cell:disabled{background:#f1f5f9;color:#cbd5e1;cursor:not-allowed;opacity:.45}.slots-picker-column{border-left:1.5px solid #F1F5F9;padding-left:18px}.slots-header{font-size:12px;font-weight:850;color:#0f172a;margin-bottom:12px}.slots-header span{display:block;font-size:10px;color:#94a3b8;font-weight:600;margin-top:2px}.slots-list{display:grid;grid-template-columns:1fr 1fr;gap:8px;max-height:200px;overflow-y:auto}.slot-chip-btn{background:#f8fafc;border:1.5px solid #CBD5E1;border-radius:8px;padding:8px 6px;font-size:11px;font-weight:750;color:#1e293b;cursor:pointer;transition:all .2s ease}.slot-chip-btn.selected{background:#064e3b;color:#fff;border-color:#064e3b}.cal-contact-form{border-top:1.5px solid #F1F5F9;padding-top:18px}.cal-form-inputs{display:grid;grid-template-columns:1fr 1fr 1fr;gap:10px;margin-bottom:12px}.cal-form-inputs input{width:100%;padding:10px 14px;font-size:13px;border:1.5px solid #CBD5E1;border-radius:10px;outline:none;box-sizing:border-box}.cal-form-inputs input:focus{border-color:#00b87c}.btn-confirm-slot-submit{width:100%;background:linear-gradient(135deg,#0f172a,#064e3b);color:#fff;border:none;padding:13px;font-size:14px;font-weight:850;border-radius:10px;cursor:pointer;box-shadow:0 8px 20px #064e3b33;transition:all .25s ease}.btn-confirm-slot-submit:hover{background:#047857;transform:translateY(-1px)}.booking-confirmed-box{text-align:center;padding:24px 12px}.conf-icon-wrap{margin-bottom:14px}.btn-gcal-add{display:inline-block;background:#4285f4;color:#fff;padding:12px 22px;font-size:13.5px;font-weight:800;border-radius:24px;text-decoration:none;margin-bottom:16px;box-shadow:0 6px 16px #4285f44d}.btn-reset-book{display:block;margin:0 auto;background:none;border:none;color:#64748b;font-size:13px;cursor:pointer;text-decoration:underline}@media (max-width: 992px){.engagement-twins-grid,.which-right-twins,.use-cases-grid,.process-steps-row,.industry-cards-grid,.scheduler-layout-grid{grid-template-columns:1fr;gap:24px}.p-guidance-card{flex-direction:column;text-align:center}.industry-header{flex-direction:column;align-items:flex-start;gap:16px}.scheduler-right-card{padding:24px 18px}}@media (max-width: 768px){.cal-form-inputs{grid-template-columns:1fr!important;gap:10px}.table-responsive{overflow-x:auto;-webkit-overflow-scrolling:touch;width:100%;margin-bottom:24px}.compare-engagement-table{min-width:600px}.slots-picker-column{border-left:none;border-top:1.5px solid #F1F5F9;padding-left:0;padding-top:16px}}@media (max-width: 600px){.p-hero-section h1{font-size:32px;line-height:1.2}.p-hero-subtitle{font-size:15px}.cal-and-slots-body{grid-template-columns:1fr;gap:16px}.slots-list{max-height:none}.benefit-pill{font-size:13px;padding:12px 14px}.sec-title-wrap h3,.pricing-process-section h3,.industry-header h3,.matrix-table-section h3{font-size:24px}}.stage-plan-page{min-height:100vh;background-color:#f8fafc;background-image:radial-gradient(circle at 15% 15%,rgba(0,184,124,.08) 0%,transparent 45%),radial-gradient(circle at 85% 65%,rgba(14,165,233,.06) 0%,transparent 45%);padding-top:130px;padding-bottom:120px;font-family:inherit;color:#0f172a}.highlight-green{color:#00b87c}.plan-hero{display:grid;grid-template-columns:1.1fr .9fr;gap:50px;align-items:center;margin-bottom:80px}.plan-pill-badge{display:inline-block;background:#e6f8f0;border:1px solid #A7F3D0;color:#047857;padding:6px 14px;border-radius:20px;font-size:11px;font-weight:800;letter-spacing:.8px;margin-bottom:20px}.plan-hero-content h1{font-size:44px;font-weight:850;line-height:1.15;color:#0f172a;margin-bottom:18px;letter-spacing:-.5px}.plan-hero-desc{font-size:17px;color:#4b5563;line-height:1.65;margin-bottom:32px;max-width:540px}.plan-hero-buttons{display:flex;align-items:center;gap:16px}.plan-hero-visual{display:flex;align-items:center;justify-content:center;position:relative}.plan-visual-backdrop{position:absolute;width:340px;height:340px;border-radius:50%;background:radial-gradient(circle,rgba(0,184,124,.2) 0%,transparent 70%)}.plan-hero-img{position:relative;z-index:2;width:100%;max-width:420px;height:auto;object-fit:contain;filter:drop-shadow(0 20px 35px rgba(0,0,0,.08))}.plan-specs-bar{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;background:#fff;border:1.5px solid #E6EFF5;border-radius:20px;padding:28px 36px;box-shadow:0 10px 30px -10px #0f172a0d;margin-bottom:80px}.spec-item{display:flex;flex-direction:column}.spec-label{font-size:11px;font-weight:800;color:#047857;letter-spacing:.8px;text-transform:uppercase;margin-bottom:6px}.spec-title{font-size:16px;font-weight:850;color:#0f172a;margin-bottom:4px}.spec-desc{font-size:13px;color:#64748b;line-height:1.45}.plan-features-section{margin-bottom:80px}.plan-section-title{text-align:center;max-width:640px;margin:0 auto 50px}.plan-section-title h2{font-size:34px;font-weight:850;color:#0f172a;margin-bottom:12px}.plan-section-title p{font-size:16px;color:#4b5563}.features-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.feature-card{background:#fff;border:1.5px solid #E6EFF5;border-radius:18px;padding:28px;box-shadow:0 8px 24px -6px #0f172a08;display:flex;gap:16px;transition:all .25s ease}.feature-card:hover{transform:translateY(-3px);border-color:#a7f3d0;box-shadow:0 15px 35px -8px #00b87c1a}.feat-check-icon{width:36px;height:36px;border-radius:50%;background:#e6f8f0;color:#00b87c;font-size:18px;font-weight:900;display:flex;align-items:center;justify-content:center;flex-shrink:0}.feat-card-body h4{font-size:18px;font-weight:800;color:#0f172a;margin-bottom:6px}.feat-card-body p{font-size:14px;color:#4b5563;line-height:1.55;margin:0}.plan-cta-banner{background:linear-gradient(135deg,#064e3b,#047857);border-radius:24px;padding:50px 40px;text-align:center;color:#fff;box-shadow:0 25px 50px -12px #04785759}.plan-cta-banner h2{font-size:34px;font-weight:850;margin-bottom:12px}.plan-cta-banner p{font-size:16px;color:#a7f3d0;margin-bottom:28px;max-width:580px;margin-left:auto;margin-right:auto}.btn-light-emerald{background:#fff!important;color:#047857!important;font-weight:800!important;box-shadow:0 8px 20px #00000026!important}.btn-light-emerald:hover{background:#ecfdf5!important;transform:translateY(-2px)}@media (max-width: 960px){.plan-hero{grid-template-columns:1fr;gap:40px}.plan-hero-content h1{font-size:34px}.plan-specs-bar{grid-template-columns:1fr;gap:20px}.features-grid{grid-template-columns:1fr}}:root{--color-primary: #087A55;--color-primary-dark: #065E42;--color-primary-hover: #066847;--color-secondary: #16A36A;--color-accent: #0B8F63;--color-bg: #F7FAF7;--color-bg-green: #F0FAF4;--color-bg-green-subtle: #EDF7F1;--color-bg-green-light: #DDF5E9;--color-surface: #FFFFFF;--color-text: #101817;--color-text-secondary: #4B5563;--color-text-muted: #9CA3AF;--color-border: #E5E7EB;--color-border-light: #F3F4F6;--color-dark: #0B1A14;--color-dark-surface: #122018;--color-dark-border: #1E352B;--spacing-4: 4px;--spacing-8: 8px;--spacing-12: 12px;--spacing-16: 16px;--spacing-20: 20px;--spacing-24: 24px;--spacing-32: 32px;--spacing-40: 40px;--spacing-48: 48px;--spacing-64: 64px;--spacing-80: 80px;--spacing-96: 96px;--spacing-120: 120px;--radius-6: 6px;--radius-8: 8px;--radius-12: 12px;--radius-16: 16px;--radius-20: 20px;--radius-24: 24px;--radius-full: 9999px;--shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, .05);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05);--shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 10px 10px -5px rgba(0, 0, 0, .04);--transition-fast: .15s ease;--transition-base: .3s ease;--transition-slow: .5s ease}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body,.app-container{overflow-x:hidden!important;width:100%!important;max-width:100%!important;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Inter,sans-serif;background-color:var(--color-bg);color:var(--color-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{text-decoration:none;color:inherit}ul,ol{list-style:none}button{background:none;border:none;font:inherit}img{max-width:100%;display:block}.heading-xl{font-size:56px;font-weight:800;line-height:1.08;letter-spacing:-.035em;color:#0f172a}.heading-lg{font-size:44px;font-weight:800;line-height:1.12;letter-spacing:-.025em;color:#0f172a}.heading-md{font-size:28px;font-weight:700;line-height:1.2;letter-spacing:-.02em;color:#0f172a}.heading-sm{font-size:20px;font-weight:700;line-height:1.3;color:#0f172a}.body-lg{font-size:16.5px;font-weight:400;line-height:1.65;color:#475569}.body-md{font-size:14.5px;font-weight:400;line-height:1.6;color:#475569}.body-sm{font-size:13px;font-weight:500;line-height:1.5;color:#64748b}.container{max-width:1200px;margin:0 auto;padding:0 32px}.container-lg{max-width:1320px;margin:0 auto;padding:0 32px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;font-weight:600;font-size:14.5px;letter-spacing:-.01em;border-radius:var(--radius-full);transition:all var(--transition-base);cursor:pointer;border:none}.btn-primary{background-color:#064e3b;color:#fff;padding:14px 28px}.btn-primary:hover{background-color:#04382a;transform:translateY(-1px)}.btn-primary:active{transform:scale(.98)}.btn-secondary{background-color:#edf6f1;border:none;color:#1e293b;padding:14px 28px}.btn-secondary:hover{background-color:#e2efe8;color:#064e3b}.btn-sm{padding:10px 20px;font-size:13px}.btn-lg{padding:15px 30px;font-size:14.5px}.section-label{display:inline-block;font-size:11.5px;font-weight:800;letter-spacing:1.8px;text-transform:uppercase;color:#087a55;background-color:#e6f5ec;border:none;border-radius:var(--radius-full);padding:7px 18px;margin-bottom:20px}.card{background-color:var(--color-surface);border:1px solid var(--color-border-light);border-radius:var(--radius-16);padding:24px;transition:all .3s}.card:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px);border-color:#d1fae5}.navbar{position:absolute;top:0;left:0;width:100%;z-index:1000;height:auto;padding-top:24px;padding-bottom:16px;background-color:transparent;-webkit-backdrop-filter:none;backdrop-filter:none;border-bottom:none;transition:all .3s}.navbar .container{max-width:none;width:100%;padding:0 max(32px,5vw)}.navbar.scrolled{position:fixed;padding-top:12px;padding-bottom:12px;background-color:#f7faf7f0;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid rgba(229,231,235,.6);box-shadow:var(--shadow-sm)}.navbar-inner{display:flex;align-items:center;justify-content:space-between;height:100%}.navbar-logo{display:flex;align-items:center}.navbar-logo-img{height:50px;width:auto;object-fit:contain;display:block}.navbar-menu{display:flex;align-items:center;gap:32px}.navbar-menu a{font-size:14.5px;font-weight:600;color:#0f172a;transition:color var(--transition-fast)}.navbar-menu a:hover{color:#087a55}.nav-pricing-btn{display:inline-flex;align-items:center;justify-content:center;background:#e6f8f0;border:1.5px solid #A7F3D0;color:#047857!important;padding:6px 16px;border-radius:10px;font-size:13.5px!important;font-weight:800!important;text-decoration:none;transition:all .2s cubic-bezier(.16,1,.3,1);box-shadow:0 2px 6px #04785714}.nav-pricing-btn:hover{background:#00b87c!important;border-color:#00b87c!important;color:#fff!important;transform:translateY(-1px);box-shadow:0 6px 16px #00b87c4d}.nav-pricing-btn.active{background:#064e3b!important;border-color:#064e3b!important;color:#fff!important;box-shadow:0 6px 16px #064e3b4d}.navbar-cta .btn{background-color:#064e3b;color:#fff;font-size:14px;font-weight:600;padding:12px 24px;border-radius:var(--radius-full)}.mobile-menu-cta{display:none!important}.mobile-toggle{display:none;cursor:pointer}.hero-wrapper{position:relative;overflow:hidden;height:100vh;min-height:100vh}.hero{position:relative;width:100vw;height:100vh;min-height:100vh;max-height:none;display:flex;align-items:center;overflow:hidden;background:radial-gradient(circle at 72% 42%,#daf6e9b3,#eef9f380 45%,#f7faf7 75%);padding-top:80px;padding-bottom:0}.hero:before{content:"";position:absolute;top:5%;right:0%;width:850px;height:850px;background:radial-gradient(circle,rgba(16,185,129,.16) 0%,rgba(22,163,106,.05) 50%,transparent 75%);border-radius:50%;pointer-events:none;z-index:1}.hero-dome{position:absolute;top:38%;right:-90px;transform:translateY(-50%);width:960px;height:960px;border-radius:50%;border:1.5px solid rgba(16,185,129,.3);box-shadow:0 0 70px #10b98126,inset 0 0 100px #10b98117;background:radial-gradient(circle at 45% 45%,rgba(16,185,129,.12) 0%,rgba(14,165,114,.03) 50%,transparent 75%);pointer-events:none;z-index:1}.hero-ground-glow{position:absolute;bottom:0;right:0;width:70%;height:150px;background:radial-gradient(ellipse at 55% 100%,rgba(16,185,129,.22) 0%,rgba(16,185,129,.06) 50%,transparent 80%);pointer-events:none;z-index:1}.hero-container{width:100%;max-width:1280px;margin:0 auto;height:100%;display:flex;align-items:center;justify-content:space-between;padding-left:max(32px,5vw);padding-right:32px;position:relative;z-index:3;gap:32px}.hero-content{flex:1 1 540px;max-width:580px;min-width:0;padding-bottom:0;padding-top:0;z-index:5;position:relative}.hero-content .section-label{margin-bottom:20px;border:none;background-color:#e6f5ec;color:#087a55;font-weight:800;font-size:11.5px;letter-spacing:1.8px;padding:7px 18px}.hero-content h1{font-size:clamp(42px,4.5vw,68px);font-weight:850;line-height:1.05;letter-spacing:-.035em;color:#0f172a;margin-bottom:22px}.hero-content h1 .highlight{color:var(--color-primary)}.hero-subtitle{font-size:18px;font-weight:450;line-height:1.65;word-spacing:.5px;color:#4b5563;margin-bottom:34px;max-width:540px}.hero-buttons{display:flex;gap:16px;margin-bottom:36px}.hero-trust{display:flex;gap:32px;font-size:15px;font-weight:600;color:#2d3748}.hero-trust span{display:flex;align-items:center;gap:8px}.hero-trust svg{width:18px;height:18px;color:#16a36a}.hero-visual-wrapper{flex:1 1 750px;max-width:800px;min-width:0;display:flex;justify-content:center;align-items:center;position:relative;height:100%;margin-left:0;overflow:visible;line-height:0}.hero-visual{position:relative;display:flex;justify-content:center;align-items:center;width:100%;height:100%;max-width:640px;margin-right:0;margin-bottom:0;line-height:0}.hero-visual:after{content:"";position:absolute;bottom:8px;left:10%;width:80%;height:24px;background:radial-gradient(ellipse at 40% 50%,rgba(8,122,85,.28) 0%,rgba(8,122,85,.08) 55%,transparent 75%);border-radius:50%;pointer-events:none;z-index:1;filter:blur(5px)}.hero-visual img{width:100%;max-width:640px;min-width:0;height:auto;max-height:calc(100vh - 100px);object-fit:contain;object-position:center center;display:block;filter:drop-shadow(0 20px 40px rgba(8,122,85,.12));position:relative;z-index:2}.hero-floating-badge{position:absolute;top:18%;left:0%;display:flex;flex-direction:column;gap:2px;z-index:6;pointer-events:none;line-height:1.25}.hero-floating-badge .hfb-title{font-size:18px;font-weight:800;color:#1e4d3d;letter-spacing:-.015em}.hero-floating-badge .hfb-sub{font-size:15px;font-weight:600;color:#3b6b5b}.hero-floating-badge .hfb-line{width:28px;height:3px;background:#10b981;border-radius:2px;margin-top:6px}.hero-shield-glow{position:absolute;top:52%;left:44%;transform:translate(-50%,-50%);width:320px;height:380px;background:radial-gradient(ellipse,rgba(16,185,129,.45) 0%,rgba(8,122,85,.15) 50%,transparent 75%);opacity:.6;animation:shieldPulse 3.5s ease-in-out infinite;z-index:3;border-radius:50%;pointer-events:none}.hero-status-text{position:absolute;font-weight:700;opacity:0;transition:opacity var(--transition-base)}.hero-checkmarks{position:absolute;opacity:0;transition:opacity var(--transition-base)}.hero-particles{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:4}@keyframes shieldPulse{0%,to{transform:translate(-50%,-50%) scale(1);opacity:.5}50%{transform:translate(-50%,-50%) scale(1.1);opacity:.8}}.trusted{padding:48px 0;border-bottom:1px solid var(--color-border-light)}.trusted-label{font-size:11.5px;font-weight:700;letter-spacing:2.5px;text-transform:uppercase;color:#64748b;margin-bottom:28px;text-align:center}.marquee-wrapper{overflow:hidden;position:relative}.marquee-wrapper:before,.marquee-wrapper:after{content:"";position:absolute;top:0;bottom:0;width:120px;z-index:2}.marquee-wrapper:before{left:0;background:linear-gradient(to right,var(--color-bg),transparent)}.marquee-wrapper:after{right:0;background:linear-gradient(to left,var(--color-bg),transparent)}.marquee-track{display:flex;gap:54px;align-items:center;animation:marquee 60s linear infinite;width:max-content}.marquee-track:hover{animation-play-state:paused}.marquee-track .logo-item{flex-shrink:0;display:flex;align-items:center;gap:10px;font-size:15px;font-weight:600;color:#475569;opacity:.6;filter:grayscale(100%);transition:all var(--transition-base);white-space:nowrap}.marquee-track .logo-item svg{width:22px;height:22px;flex-shrink:0}.marquee-track .logo-item:hover{opacity:1;color:#087a55;filter:grayscale(0%);transform:translateY(-2px)}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.services{padding:100px 0;background-color:var(--color-surface)}.services-header{max-width:540px;margin-bottom:56px}.services{padding:110px 0;background-color:var(--color-surface)}.services-container{width:100%;padding:0 max(32px,5vw)}.services-header{max-width:650px;margin-bottom:56px}.services-header h2{font-size:52px;font-weight:850;line-height:1.06;letter-spacing:-.03em;color:#0f172a;margin-bottom:20px}.services-header p{font-size:18px;font-weight:450;line-height:1.65;color:#4b5563}.services-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:20px;width:100%}.service-card{background-color:var(--color-surface);border:1px solid #E2E8F0;border-radius:20px;padding:32px 24px;transition:all .3s ease;display:flex;flex-direction:column;justify-content:space-between}.service-card:hover{box-shadow:0 20px 40px -10px #087a551f;transform:translateY(-6px);border-color:#6ee7b7}.service-card.highlight-card{border:1.5px solid #A7F3D0;background:linear-gradient(180deg,#f0faf4,#fff)}.service-card .icon-box{width:56px;height:56px;border-radius:16px;background-color:#e6f5ec;color:#087a55;display:flex;align-items:center;justify-content:center;margin-bottom:24px}.service-card .icon-box.ai-icon{background-color:#dcfce7;color:#047857}.service-card h3{font-size:19px;font-weight:800;letter-spacing:-.02em;color:#0f172a;margin-bottom:12px;line-height:1.25}.service-card p{font-size:14px;font-weight:400;color:#64748b;line-height:1.65;margin-bottom:24px;flex-grow:1}.service-card .learn-more{font-size:13.5px;font-weight:700;color:#087a55;display:inline-flex;align-items:center;gap:6px;transition:all var(--transition-fast)}.service-card .learn-more:hover{gap:10px}.approach{position:relative;padding:110px 0 0;background:linear-gradient(180deg,var(--color-surface) 0%,rgba(240,250,244,.6) 100%);overflow:hidden}.approach-container{width:100%;max-width:1280px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;padding-left:max(32px,5vw);padding-right:32px;position:relative;z-index:3;gap:32px}.approach-content{flex:1 1 520px;max-width:540px;min-width:0;padding-bottom:60px;padding-top:0;z-index:5;position:relative}.approach-content h2{font-size:clamp(40px,4.2vw,60px);font-weight:850;letter-spacing:-.035em;line-height:1.05;margin-bottom:22px;color:#0f172a}.approach-content p{font-size:18px;font-weight:450;line-height:1.65;color:#4b5563;margin-bottom:34px;max-width:500px}.approach-visual-wrapper{flex:1 1 550px;max-width:680px;min-width:0;display:flex;justify-content:center;align-items:center;position:relative;margin-left:0;overflow:visible;line-height:0}.approach-visual{position:relative;display:flex;justify-content:center;align-items:center;width:100%;max-width:640px;margin:0 auto;line-height:0}.approach-visual img{width:100%;max-width:640px;min-width:0;height:auto;object-fit:contain;object-position:center center;display:block;filter:drop-shadow(0 20px 40px rgba(8,122,85,.12))}.scroll-story{position:relative;padding:100px 0;background-color:var(--color-surface)}.scroll-story-top{display:flex;align-items:center;justify-content:space-between;gap:48px;width:100%;margin-bottom:56px}.scroll-story-left{flex:0 0 380px;max-width:380px}.scroll-story-left h2{font-size:52px;font-weight:850;line-height:1.05;letter-spacing:-.035em;color:#0f172a;margin-top:14px;margin-bottom:18px}.story-subtitle{font-size:18px;font-weight:450;line-height:1.65;color:#4b5563}.scroll-story-right{flex:1 1 auto;display:flex;align-items:center;gap:16px;justify-content:flex-end}.story-step-card{flex:1;max-width:280px;display:flex;flex-direction:column;align-items:center}.story-step-img{width:100%;border-radius:20px;overflow:hidden;background:linear-gradient(180deg,#f0faf4,#edf7f1);border:1px solid #D1FAE5;transition:transform .3s ease,box-shadow .3s ease;line-height:0}.story-step-card:hover .story-step-img{transform:translateY(-4px);box-shadow:0 16px 32px -8px #087a5526}.story-step-img img{width:100%;height:180px;object-fit:cover;display:block}.story-step-label{margin-top:14px;font-size:15px;font-weight:800;color:#0f172a;text-align:center;letter-spacing:-.015em}.story-step-arrow{width:36px;height:36px;border-radius:50%;background-color:#fff;border:1px solid #E2E8F0;box-shadow:0 4px 12px #0000000d;display:flex;align-items:center;justify-content:center;flex-shrink:0}.stats-banner{width:100%;background:linear-gradient(180deg,#f0faf4,#e6f5ec);border:1px solid #DDF5E9;border-radius:24px;padding:36px 32px}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;width:100%}.stat-card{text-align:center;padding:18px 12px;background:#ffffffa6;border-radius:16px;border:1px solid rgba(8,122,85,.08);transition:transform .25s ease,box-shadow .25s ease,background .25s ease}.stat-card:hover{transform:translateY(-3px);background:#fff;box-shadow:0 12px 24px -6px #087a551f}.stat-number{font-size:clamp(24px,2.2vw,32px);font-weight:850;color:#087a55;letter-spacing:-.02em;margin-bottom:6px;line-height:1.15;white-space:nowrap}.stat-label{font-size:14px;font-weight:600;color:#4b5563;letter-spacing:-.01em}.impact{padding:100px 0 120px;background-color:var(--color-surface)}.impact-inner{display:flex;align-items:center;gap:64px}.impact-content{max-width:400px}.impact-content h2{font-size:44px;font-weight:800;line-height:1.12;letter-spacing:-.025em;color:#0f172a;margin-bottom:16px}.impact-content p{font-size:16.5px;font-weight:400;color:#475569;margin-bottom:32px}.case-study-wrapper{flex:1;position:relative}.case-study-card{background-color:var(--color-dark);border-radius:var(--radius-24);overflow:hidden;display:flex;padding:36px;gap:28px;color:var(--color-surface)}.cs-tag{display:inline-block;background-color:var(--color-primary);color:var(--color-surface);font-size:12px;font-weight:600;padding:4px 14px;border-radius:var(--radius-full);margin-bottom:16px}.cs-info h3{font-size:20px;font-weight:700;letter-spacing:-.015em;margin-bottom:12px;color:#fff}.cs-info p{font-size:14px;font-weight:400;color:#94a3b8;line-height:1.6;margin-bottom:20px}.cs-link{font-size:13.5px;font-weight:600;color:#4ade80;display:inline-flex;align-items:center;gap:6px;transition:all var(--transition-fast)}.cs-link:hover{text-decoration:underline}.cs-image{width:260px;border-radius:var(--radius-16);overflow:hidden;flex-shrink:0}.cs-image img{width:100%;height:100%;object-fit:cover}.carousel-arrows{position:absolute;top:50%;transform:translateY(-50%);width:40px;height:40px;border-radius:50%;background-color:var(--color-dark);border:1px solid var(--color-dark-border);color:var(--color-surface);display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10}.carousel-arrows.prev{left:-20px}.carousel-arrows.next{right:-20px}.carousel-dots{display:flex;gap:10px;justify-content:center;margin-top:24px}.carousel-dot{width:8px;height:8px;border-radius:50%;background-color:var(--color-text-muted);transition:all var(--transition-base);cursor:pointer}.carousel-dot.active{background-color:var(--color-primary);width:24px;border-radius:var(--radius-full)}.cta{position:relative;width:100%;aspect-ratio:2170 / 380;min-height:260px;max-height:330px;display:flex;align-items:center;justify-content:center;overflow:hidden;background-color:#fff;border:none}.cta-bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.cta-bg img{width:100%;height:100%;object-fit:cover;object-position:center center;border:none}.cta-overlay{display:none}.cta-content{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;text-align:center;padding:32px 24px;max-width:650px}.cta-content h2{font-size:38px;font-weight:600;line-height:1.15;letter-spacing:-.02em;color:#0f172a;margin-bottom:12px}.cta-content h2 .highlight{color:#087a55;font-weight:600}.cta-content p{font-size:16px;font-weight:400;color:#4b5563;line-height:1.5;margin-bottom:20px;max-width:500px}.footer{background-color:#fff;color:#64748b;padding:28px 0 24px;border:none!important;margin-top:-1px;position:relative;z-index:2}.footer-container{width:100%;padding:0 max(32px,5vw)}.footer-inner{display:flex;align-items:center;justify-content:space-between;gap:32px;width:100%;flex-wrap:wrap;padding-bottom:18px;border-bottom:none}.footer-left{display:flex;align-items:center;gap:24px}.footer-logo{display:flex;align-items:center;text-decoration:none}.footer-logo-img{height:38px;width:auto;object-fit:contain}.footer-tagline{font-size:14.5px;font-weight:500;color:#64748b}.footer-right{display:flex;align-items:center;gap:36px;flex-wrap:wrap}.footer-nav{display:flex;align-items:center;gap:32px}.footer-nav a{font-size:14.5px;font-weight:600;color:#334155;text-decoration:none;transition:color .2s ease}.footer-nav a:hover{color:#087a55}.footer-social{display:flex;align-items:center;gap:18px}.footer-social a{color:#475569;transition:all .2s ease;display:flex;align-items:center}.footer-social a:hover{color:#087a55;transform:translateY(-2px)}.footer-bottom-row{display:flex;align-items:center;justify-content:space-between;padding-top:14px;font-size:13.5px;color:#94a3b8}.footer-bottom-links{display:flex;align-items:center;gap:24px}.footer-bottom-links a{color:#94a3b8;text-decoration:none;transition:color .2s ease}.footer-bottom-links a:hover{color:#087a55}.reveal{opacity:0;transform:translateY(24px);transition:opacity .7s ease,transform .7s ease}.reveal.visible{opacity:1;transform:translateY(0)}.reveal-left{opacity:0;transform:translate(-24px);transition:opacity .7s ease,transform .7s ease}.reveal-right{opacity:0;transform:translate(24px);transition:opacity .7s ease,transform .7s ease}.reveal-left.visible,.reveal-right.visible{opacity:1;transform:translate(0)}.reveal-delay-1{transition-delay:.1s}.reveal-delay-2{transition-delay:.2s}.reveal-delay-3{transition-delay:.3s}.reveal-delay-4{transition-delay:.4s}@media (max-width: 1024px){.heading-xl{font-size:44px}.heading-lg{font-size:36px}.services-grid,.stats-grid{grid-template-columns:repeat(2,1fr)}.container{padding:0 24px}}@media (max-width: 768px){.navbar-menu,.navbar-cta{display:none}.navbar-menu.active{display:flex!important;flex-direction:column;position:fixed;top:76px;left:16px;right:16px;background:#fff;padding:24px 20px;border-radius:20px;box-shadow:0 20px 50px #0000002e;border:1.5px solid #E2E8F0;z-index:10000;gap:12px;align-items:center;text-align:center;animation:mobileMenuSlideDown .25s cubic-bezier(.16,1,.3,1) forwards}.navbar-menu.active a{font-size:15.5px;font-weight:700;width:100%;padding:10px 0;color:#0f172a;border-bottom:1px solid #F1F5F9}.navbar-menu.active a:last-child{border-bottom:none}.mobile-menu-cta{display:inline-flex!important;width:100%;margin-top:6px;padding:12px 20px!important;font-size:14px!important;justify-content:center}.mobile-toggle{display:flex}@keyframes mobileMenuSlideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.hero-wrapper{height:auto!important;min-height:auto!important;overflow:hidden!important;width:100%!important;max-width:100%!important}.hero{height:auto!important;min-height:auto!important;max-height:none!important;padding-top:96px!important;padding-bottom:48px!important;overflow:hidden!important;width:100%!important;max-width:100%!important}.hero:before,.hero-dome,.hero-floating-badge{display:none!important}.hero-container{flex-direction:column!important;text-align:center!important;padding-left:20px!important;padding-right:20px!important;align-items:center!important;width:100%!important;max-width:100%!important;box-sizing:border-box!important;gap:24px!important}.hero-content{flex:0 0 auto!important;max-width:100%!important;width:100%!important;padding-bottom:0!important;display:flex!important;flex-direction:column!important;align-items:center!important;text-align:center!important}.hero-content h1{font-size:clamp(32px,6vw,44px)!important;line-height:1.12!important;margin-bottom:16px!important}.hero-subtitle{font-size:15.5px!important;line-height:1.55!important;margin-bottom:24px!important;max-width:100%!important}.hero-buttons{justify-content:center!important;flex-direction:column!important;align-items:center!important;gap:12px!important;width:100%!important;max-width:320px!important;margin-bottom:20px!important}.hero-buttons .btn{width:100%!important;justify-content:center!important;padding:14px 20px!important;font-size:14px!important}.hero-trust{justify-content:center!important;flex-wrap:wrap!important;gap:16px!important}.hero-visual-wrapper{flex:0 0 auto!important;width:100%!important;max-width:100%!important;margin-top:8px!important;margin-left:0!important;justify-content:center!important}.hero-visual{width:100%!important;max-width:485px!important;margin:0 auto!important;justify-content:center!important}.hero-visual img{min-width:0!important;max-width:100%!important;height:auto!important;max-height:440px!important;object-position:center center!important}.hero-trust{justify-content:center;flex-wrap:wrap}.heading-xl{font-size:36px}.heading-lg{font-size:30px}.services-grid{grid-template-columns:1fr}.approach-container{flex-direction:column!important;padding-left:20px!important;padding-right:20px!important;text-align:center!important;gap:24px!important}.approach-content{flex:0 0 auto!important;max-width:100%!important;width:100%!important;padding-bottom:0!important;display:flex!important;flex-direction:column!important;align-items:center!important;text-align:center!important}.approach-content h2{font-size:clamp(32px,6vw,44px)!important;line-height:1.12!important;margin-bottom:16px!important}.approach-content p{font-size:15.5px!important;line-height:1.55!important;margin-bottom:24px!important;max-width:100%!important}.approach-visual-wrapper{flex:0 0 auto!important;width:100%!important;max-width:100%!important;justify-content:center!important;margin-left:0!important;margin-top:8px!important}.approach-visual{width:100%!important;max-width:485px!important;margin:0 auto!important;justify-content:center!important}.approach-visual img{min-width:0!important;max-width:100%!important;height:auto!important;max-height:440px!important;object-position:center center!important}.scroll-story-track{flex-direction:column}.story-card{flex:0 0 100%}.stats-grid{grid-template-columns:repeat(2,1fr)}.impact-inner{flex-direction:column}.impact-content{max-width:100%;text-align:center}.case-study-card{flex-direction:column}.cs-image{width:100%;height:200px}.footer-top{grid-template-columns:1fr;text-align:center}.footer-brand .footer-logo,.footer-social{justify-content:center}.footer-bottom{flex-direction:column;text-align:center;gap:16px}}@media (max-width: 480px){.heading-xl{font-size:30px}.stats-grid{grid-template-columns:1fr}.container{padding:0 16px}}.stages-section{padding:100px 0;background-color:#f4f7f5}.stages-container{width:100%;padding:0 max(32px,5vw)}.stages-header{text-align:center;max-width:700px;margin:0 auto 56px}.section-label-stage{display:inline-flex;align-items:center;gap:10px;font-size:11.5px;font-weight:800;letter-spacing:1.8px;text-transform:uppercase;color:#087a55;margin-bottom:16px}.section-label-stage:before,.section-label-stage:after{content:"";display:inline-block;width:28px;height:1.5px;background-color:#087a55}.stages-header h2{font-size:52px;font-weight:850;line-height:1.08;letter-spacing:-.03em;color:#0f172a;margin-bottom:14px}.stages-header h2 .highlight{color:#087a55}.stages-header p{font-size:17.5px;font-weight:450;line-height:1.6;color:#4b5563}.stages-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;width:100%}.stage-card{background:#fff;border:1px solid #E2ECE5;box-shadow:0 10px 30px #0000000a;border-radius:24px;padding:32px 28px;display:flex;flex-direction:column;justify-content:space-between;transition:all .3s ease;opacity:1}.stage-card:hover{transform:translateY(-6px);box-shadow:0 20px 40px -10px #087a5524;border-color:#8ce3b5}.stage-card-header{display:flex;align-items:center;gap:12px;margin-bottom:24px}.stage-num{width:32px;height:32px;border-radius:50%;background-color:#e6f5ec;color:#087a55;font-size:13px;font-weight:850;display:flex;align-items:center;justify-content:center;flex-shrink:0}.stage-badge{font-size:12px;font-weight:850;letter-spacing:1.5px;color:#087a55;text-transform:uppercase}.stage-card-content{display:flex;gap:16px;align-items:flex-start;justify-content:space-between;margin-bottom:24px;min-height:190px}.stage-card-text{flex:1 1 56%}.stage-card-text h3{font-size:24px;font-weight:850;color:#0f172a;line-height:1.2;letter-spacing:-.025em;margin-bottom:14px}.stage-card-text p{font-size:14px;font-weight:400;color:#4b5563;line-height:1.6}.stage-card-visual{flex:0 0 42%;display:flex;align-items:flex-end;justify-content:center}.stage-card-visual img{width:100%;height:auto;max-height:180px;object-fit:contain;filter:drop-shadow(0 10px 18px rgba(8,122,85,.1));transition:transform .3s ease}.stage-card:hover .stage-card-visual img{transform:scale(1.04)}.stage-card-footer{display:flex;flex-direction:column;gap:20px}.stage-tags{display:flex;flex-wrap:wrap;gap:8px}.stage-tag{background-color:#ebf7f0;color:#087a55;font-size:12.5px;font-weight:600;padding:6px 14px;border-radius:9999px;white-space:nowrap}.stage-indicative-price{display:inline-block;font-size:13.5px;font-weight:850;color:#047857;background:#ecfdf5;border:1px solid #A7F3D0;padding:4px 12px;border-radius:20px;margin-bottom:12px}.stage-blunt-pricing-notice{background:#fff;border:1.5px solid #CBD5E1;border-left:6px solid #00B87C;border-radius:16px;padding:22px 28px;margin:40px auto 10px;max-width:820px;display:flex;gap:18px;align-items:flex-start;text-align:left;box-shadow:0 10px 25px #0f172a0a}.notice-icon{font-size:28px;flex-shrink:0;margin-top:2px}.notice-body h4{font-size:16.5px;font-weight:850;color:#0f172a;margin:0 0 6px}.notice-body p{font-size:14px;color:#475569;line-height:1.6;margin:0}.btn-stage{display:flex;align-items:center;justify-content:center;width:100%;padding:14px 24px;background-color:#ebf7f0;color:#087a55;font-weight:700;font-size:14.5px;border-radius:9999px;transition:all .25s ease;text-decoration:none}.btn-stage:hover{background-color:#087a55;color:#fff;transform:translateY(-1px)}.btn-stage .arrow{margin-left:6px;transition:transform .2s ease}.btn-stage:hover .arrow{transform:translate(4px)}@media (max-width: 1100px){.stages-grid{grid-template-columns:1fr;gap:24px}.stage-card-content{min-height:auto;flex-direction:column-reverse}.stage-card-visual{width:100%;margin-bottom:16px}}.qa-journey-section{position:relative;padding:100px 0 120px;background:linear-gradient(180deg,#fff,#f4fbf7,#fff);overflow:hidden}.journey-container{width:100%;padding:0 max(32px,5vw);position:relative;z-index:3}.journey-header{margin-bottom:64px;max-width:680px}.journey-header h2{font-size:56px;font-weight:850;line-height:1.05;letter-spacing:-.035em;color:#0f172a;margin:14px 0 18px}.journey-header h2 .highlight{color:#087a55}.journey-header p{font-size:18px;font-weight:450;line-height:1.65;color:#4b5563;margin-bottom:32px}.journey-actions{display:flex;align-items:center;gap:16px;flex-wrap:wrap}.btn-watch{display:inline-flex;align-items:center;gap:10px;background-color:#ebf7f0;color:#087a55;font-weight:700;border:1px solid #C4EED9;transition:all .25s ease}.btn-watch:hover{background-color:#ddf5e9;color:#065e42;border-color:#a7f3d0}.journey-progress-wrapper{position:relative;width:100%;margin-bottom:48px}.journey-progress-line{position:absolute;top:0;left:0;width:100%;height:380px;pointer-events:none;z-index:1;overflow:visible}.journey-steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;position:relative;z-index:2}.journey-step-col{display:flex;flex-direction:column;transition:transform .3s ease}@media (min-width: 1025px){.journey-step-col:nth-child(1){margin-top:80px}.journey-step-col:nth-child(2){margin-top:25px}.journey-step-col:nth-child(3){margin-top:-30px}}.step-image-wrap{width:100%;height:240px;display:flex;align-items:flex-end;justify-content:center;margin-bottom:20px;position:relative}.step-image-wrap img{max-width:100%;max-height:240px;object-fit:contain;filter:drop-shadow(0 14px 28px rgba(8,122,85,.15));transition:transform .35s cubic-bezier(.34,1.56,.64,1)}.journey-step-col:hover .step-image-wrap img{transform:translateY(-8px) scale(1.05)}.step-badge-row{display:flex;align-items:center;gap:10px;margin-bottom:14px}.step-num-circle{width:38px;height:38px;border-radius:50%;background-color:#fff;color:#087a55;font-size:14px;font-weight:850;display:flex;align-items:center;justify-content:center;flex-shrink:0;border:2.5px solid #087A55;box-shadow:0 4px 12px #087a5526;position:relative;z-index:3}.step-label-text{font-size:13px;font-weight:850;letter-spacing:1.8px;color:#087a55;text-transform:uppercase}.step-title{font-size:24px;font-weight:850;color:#0f172a;line-height:1.25;letter-spacing:-.02em;margin-bottom:12px}.step-desc{font-size:14.5px;font-weight:400;color:#4b5563;line-height:1.6;margin-bottom:20px}.step-checklist{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px}.step-checklist li{display:flex;align-items:center;gap:10px;font-size:14px;font-weight:600;color:#1e293b}.step-checklist .check-icon{flex-shrink:0}.journey-callout-row{display:flex;justify-content:flex-end;margin-top:32px}.journey-callout-card{background:#fff;border:1.5px solid #E2ECE5;box-shadow:0 16px 40px #087a551f;border-radius:20px;padding:18px 26px;display:inline-flex;align-items:center;gap:20px;transition:all .3s ease}.journey-callout-card:hover{transform:translateY(-4px);box-shadow:0 24px 52px #087a552e;border-color:#8ce3b5}.callout-icon{width:46px;height:46px;border-radius:14px;background-color:#e6f5ec;display:flex;align-items:center;justify-content:center;flex-shrink:0}.callout-text{font-size:14.5px;color:#4b5563;line-height:1.45}.callout-text strong{color:#0f172a;font-weight:750}.callout-btn{width:38px;height:38px;border-radius:50%;background-color:#e6f5ec;color:#087a55;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .25s ease;text-decoration:none}.journey-callout-card:hover .callout-btn{background-color:#087a55;color:#fff;transform:translate(3px)}@media (max-width: 1024px){.journey-steps-grid{grid-template-columns:1fr;gap:56px}.journey-progress-line{display:none}.journey-header h2{font-size:40px}.journey-callout-row{justify-content:center}.journey-callout-card{width:100%;justify-content:space-between}}.new-cta-section{padding:80px 0 100px;background-color:#fff}.new-cta-container{width:100%;padding:0 max(32px,5vw)}.new-cta-card{position:relative;background:linear-gradient(135deg,#ecfdf5,#e6f7f0,#f2fbf7);border:1.5px solid #D1FAE5;border-radius:36px;box-shadow:0 24px 60px #10b98114;padding:56px 48px;display:flex;align-items:center;justify-content:space-between;gap:32px;overflow:hidden}.new-cta-wave-bg{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:1}.cta-visual-left,.cta-visual-right{position:relative;z-index:2;flex:0 0 300px;max-width:300px;display:flex;align-items:center;justify-content:center}.cta-visual-left img,.cta-visual-right img{width:100%;height:auto;object-fit:contain;filter:drop-shadow(0 16px 32px rgba(8,122,85,.12));transition:transform .4s cubic-bezier(.34,1.56,.64,1)}.new-cta-card:hover .cta-visual-left img,.new-cta-card:hover .cta-visual-right img{transform:translateY(-6px) scale(1.03)}.cta-card-content{position:relative;z-index:2;flex:1 1 auto;text-align:center;display:flex;flex-direction:column;align-items:center;max-width:600px;margin:0 auto}.cta-card-content h2{font-size:44px;font-weight:850;line-height:1.12;letter-spacing:-.035em;color:#0f172a;margin-bottom:14px}.cta-card-content h2 .highlight-green{color:#087a55;display:inline-block}.cta-card-subtitle{font-size:18px;font-weight:450;color:#4b5563;margin-bottom:30px}.btn-new-cta{display:inline-flex;align-items:center;gap:12px;background-color:#047857;color:#fff;font-size:16px;font-weight:700;padding:15px 36px;border-radius:9999px;box-shadow:0 10px 28px #04785747;text-decoration:none;transition:all .3s ease}.btn-new-cta:hover{background-color:#065e42;transform:translateY(-2px);box-shadow:0 14px 34px #04785761;color:#fff}.btn-arrow-icon{display:flex;align-items:center;justify-content:center;transition:transform .25s ease}.btn-new-cta:hover .btn-arrow-icon{transform:translate(4px)}.cta-highlights-row{display:flex;align-items:center;justify-content:center;gap:18px;margin-top:26px;font-size:14.5px;font-weight:600;color:#374151;flex-wrap:wrap}.highlight-item{display:flex;align-items:center;gap:8px}.highlight-sep{color:#cbd5e1;font-weight:300}.new-site-footer{background-color:#041a16;color:#9ca3af;border-radius:36px 36px 0 0;padding:64px 0 36px;position:relative;overflow:hidden}.new-footer-container{width:100%;padding:0 max(32px,5vw)}.new-footer-grid{display:grid;grid-template-columns:2fr 1.2fr 1.2fr 2.2fr;gap:48px;align-items:start}.new-footer-logo{display:inline-flex;align-items:center;gap:12px;text-decoration:none;margin-bottom:14px}.brand-text{font-size:22px;font-weight:850;color:#fff;letter-spacing:-.02em}.brand-tagline{font-size:14px;color:#9ca3af;line-height:1.5}.footer-col-title{font-size:15px;font-weight:750;color:#fff;margin-bottom:18px;letter-spacing:-.01em}.footer-link-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px}.footer-link-list a{font-size:14px;font-weight:500;color:#d1d5db;text-decoration:none;transition:color .2s ease}.footer-link-list a:hover{color:#10b981}.footer-social-tiles{display:flex;align-items:center;gap:10px}.social-tile{width:40px;height:40px;border-radius:12px;background:#ffffff14;color:#e5e7eb;display:flex;align-items:center;justify-content:center;transition:all .25s ease;text-decoration:none}.social-tile:hover{background-color:#10b981;color:#fff;transform:translateY(-3px)}.newsletter-subtext{font-size:13.5px;color:#9ca3af;margin-bottom:14px}.newsletter-form{position:relative;display:flex;align-items:center;width:100%;max-width:340px}.newsletter-form input{width:100%;background:#ffffff12;border:1px solid rgba(255,255,255,.14);border-radius:9999px;padding:12px 52px 12px 20px;font-size:14px;color:#fff;outline:none;transition:border-color .25s ease}.newsletter-form input::placeholder{color:#6b7280}.newsletter-form input:focus{border-color:#10b981}.newsletter-btn{position:absolute;right:5px;width:36px;height:36px;border-radius:50%;background-color:#10b981;color:#fff;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .25s ease}.newsletter-btn:hover{background-color:#059669;transform:scale(1.05)}.new-footer-divider{width:100%;height:1px;background-color:#ffffff1a;margin:48px 0 28px}.new-footer-bottom{display:flex;align-items:center;justify-content:space-between;font-size:13.5px;color:#6b7280;flex-wrap:wrap;gap:16px}.legal-links{display:flex;align-items:center;gap:12px}.legal-links a{color:#9ca3af;text-decoration:none;transition:color .2s ease}.legal-links a:hover{color:#10b981}.legal-sep{color:#4b5563}@media (max-width: 1100px){.new-cta-card{flex-direction:column;text-align:center;padding:48px 24px}.cta-visual-left,.cta-visual-right{max-width:240px}.new-footer-grid{grid-template-columns:1fr 1fr;gap:36px}}@media (max-width: 640px){.new-footer-grid{grid-template-columns:1fr;gap:32px}.cta-card-content h2{font-size:30px}.cta-highlights-row{flex-direction:column;gap:10px}.highlight-sep{display:none}.new-footer-bottom{flex-direction:column;text-align:center}}.quote-page-body{background-color:#f8faf9;min-height:100vh;position:relative}.quote-main{position:relative;padding-top:130px;padding-bottom:80px;overflow:hidden}.highlight-text-green{color:#087a55}.quote-bg-glow{position:absolute;pointer-events:none;z-index:0}.glow-top-right{top:-100px;right:-100px;width:600px;height:600px;background:radial-gradient(circle,#d1fae5a6,#f8faf900 70%)}.glow-bottom-left{bottom:0;left:-150px;width:700px;height:700px;background:radial-gradient(circle,#d1fae58c,#f8faf900 70%)}.floating-side-card{position:absolute;top:240px;z-index:1;pointer-events:none}.floating-side-card.float-left{left:max(20px,3vw)}.float-card-inner{position:relative;width:72px;height:72px;border-radius:20px;background:#ffffffe6;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1.5px solid #E2ECE5;box-shadow:0 16px 36px #087a551a;display:flex;align-items:center;justify-content:center}.float-check-badge{position:absolute;bottom:-6px;right:-6px;width:24px;height:24px;border-radius:50%;background-color:#10b981;color:#fff;font-size:13px;font-weight:850;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 10px #10b9814d}.dot-matrix-grid{margin-top:16px;width:60px;height:36px;background-image:radial-gradient(#10B981 1.5px,transparent 1.5px);background-size:10px 10px;opacity:.35}@media (max-width: 1280px){.floating-side-card{display:none}}.quote-container{width:100%;padding:0 max(24px,4vw);position:relative;z-index:2}.quote-hero-header{text-align:center;max-width:680px;margin:0 auto 48px}.quote-badge{display:inline-block;background-color:#e6f7f0;color:#087a55;font-size:11.5px;font-weight:800;letter-spacing:1.8px;padding:6px 18px;border-radius:9999px;margin-bottom:20px;border:1px solid #A7F3D0}.quote-hero-header h1{font-size:46px;font-weight:850;line-height:1.15;letter-spacing:-.035em;color:#0f172a;margin-bottom:18px}.quote-hero-desc{font-size:17.5px;font-weight:450;color:#4b5563;line-height:1.65;max-width:620px;margin:0 auto}.quote-card{background:#fff;border:1.5px solid #E2ECE5;border-radius:28px;box-shadow:0 24px 70px #0000000a;padding:56px;max-width:980px;margin:0 auto}.stepper-header{display:flex;align-items:center;justify-content:space-between;max-width:650px;margin:0 auto 48px;position:relative}.step-item{display:flex;flex-direction:column;align-items:center;gap:8px;position:relative;z-index:2}.step-circle{width:36px;height:36px;border-radius:50%;font-size:14px;font-weight:800;display:flex;align-items:center;justify-content:center;background-color:#fff;color:#9ca3af;border:2px solid #E5E7EB;transition:all .3s ease}.step-item.active .step-circle{background-color:#047857;color:#fff;border-color:#047857;box-shadow:0 4px 14px #04785747}.step-item.completed .step-circle{background-color:#047857;color:#fff;border-color:#047857}.step-label{font-size:13.5px;font-weight:600;color:#6b7280;transition:color .3s ease}.step-item.active .step-label{color:#0f172a;font-weight:800}.step-line{flex:1;height:2.5px;background-color:#e5e7eb;margin:0 16px 24px;transition:background-color .4s ease}.step-line.active{background-color:#047857}.form-step-panel{display:none}.form-step-panel.active{display:block;animation:fadeInStep .4s cubic-bezier(.16,1,.3,1)}@keyframes fadeInStep{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.step-heading{margin-bottom:36px}.step-heading h2{font-size:26px;font-weight:850;color:#0f172a;letter-spacing:-.02em;margin-bottom:8px}.step-heading p{font-size:15px;color:#64748b;line-height:1.5}.form-group{margin-bottom:28px}.form-group label{display:block;font-size:14.5px;font-weight:750;color:#1e293b;margin-bottom:10px}.form-group label .req{color:#ef4444;margin-left:2px}.form-group label .opt{color:#94a3b8;font-weight:400;font-size:13px;margin-left:4px}.form-row-2{display:grid;grid-template-columns:repeat(2,1fr);gap:28px}.quote-card input[type=text],.quote-card input[type=email],.quote-card input[type=tel],.quote-card select,.quote-card textarea{width:100%;height:52px;padding:12px 18px;border:1.5px solid #E2E8F0;border-radius:12px;font-size:14.5px;font-family:inherit;color:#0f172a;background-color:#fafafa;outline:none;transition:all .25s ease}.quote-card input:focus,.quote-card select:focus,.quote-card textarea:focus{border-color:#10b981;background-color:#fff;box-shadow:0 0 0 4px #10b9811f}.quote-card select{-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer}.select-wrapper{position:relative}.select-arrow{position:absolute;right:16px;top:50%;transform:translateY(-50%);pointer-events:none;color:#64748b;font-size:11px}.input-icon-wrap{position:relative}.input-icon-wrap input{padding-left:46px!important}.input-icon{position:absolute;left:16px;top:50%;transform:translateY(-50%);color:#64748b;pointer-events:none;display:flex;align-items:center;z-index:2}.textarea-wrapper{position:relative}.quote-card textarea{height:115px;resize:vertical;padding-bottom:28px}.char-count{position:absolute;right:16px;bottom:12px;font-size:12px;font-weight:500;color:#94a3b8;pointer-events:none}.pill-choice-row{display:flex;flex-wrap:wrap;gap:12px;margin-top:8px}.choice-pill{padding:10px 20px;border-radius:9999px;border:1.5px solid #E2E8F0;background-color:#fff;font-size:14px;font-weight:600;color:#475569;cursor:pointer;transition:all .2s ease;outline:none}.choice-pill:hover{border-color:#a7f3d0;background-color:#f0fdf4;color:#087a55}.choice-pill.active{background-color:#ecfdf5;border-color:#10b981;color:#065e42;font-weight:750;box-shadow:0 4px 12px #10b9811f}.project-type-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.type-card{position:relative;padding:24px 18px;border:1.5px solid #E2E8F0;border-radius:16px;background-color:#fff;text-align:center;cursor:pointer;transition:all .25s ease;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;-webkit-user-select:none;user-select:none}.card-check-badge{position:absolute;top:10px;right:10px;width:20px;height:20px;border-radius:50%;background-color:#047857;color:#fff;font-size:12px;font-weight:850;display:flex;align-items:center;justify-content:center}.type-card.selected{background-color:#ecfdf5;border:2px solid #10B981;box-shadow:0 8px 20px #10b9811f}.type-card.selected .type-icon{color:#047857}.type-card.selected .type-label{color:#065e42;font-weight:750}.type-icon{color:#64748b;transition:color .2s ease}.type-label{font-size:14.5px;font-weight:750;color:#0f172a;line-height:1.2}.type-desc{font-size:12px;color:#64748b;line-height:1.35;margin-top:2px}.type-card:hover:not(.selected){border-color:#cbd5e1;background-color:#f8fafc;transform:translateY(-2px)}.testing-types-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-bottom:24px}.testing-type-card{position:relative;padding:22px 18px;border:1.5px solid #E2E8F0;border-radius:16px;background-color:#fff;cursor:pointer;transition:all .25s ease;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;-webkit-user-select:none;user-select:none}.testing-type-card.selected{background-color:#ecfdf5;border:2px solid #10B981;box-shadow:0 6px 18px #10b9811a}.testing-type-card .card-check-badge{top:10px;right:10px}.type-card-icon{color:#0f172a;margin-bottom:12px;transition:color .2s ease}.testing-type-card.selected .type-card-icon{color:#047857}.type-card-title{font-size:15px;font-weight:750;color:#0f172a;line-height:1.25}.testing-type-card.selected .type-card-title{color:#065e42}.checkbox-pills-row{display:flex;flex-wrap:wrap;gap:14px;align-items:center}.checkbox-pill{display:inline-flex;flex-direction:row;align-items:center;justify-content:center;gap:10px;padding:0 22px;height:48px;border-radius:12px;border:1.5px solid #E2E8F0;background-color:#fff;font-size:14px;font-weight:600;color:#334155;cursor:pointer;transition:all .2s ease;-webkit-user-select:none;user-select:none;white-space:nowrap;line-height:1}.checkbox-pill input[type=checkbox]{display:none}.custom-chk-box{width:20px;height:20px;border-radius:6px;border:2px solid #CBD5E1;display:inline-flex;align-items:center;justify-content:center;font-size:12px;font-weight:850;color:#fff;flex-shrink:0;transition:all .2s ease;margin:0;padding:0;line-height:1}.pill-text{font-size:14px;font-weight:600;color:#1e293b;line-height:1;display:inline-block;margin:0;padding:0;vertical-align:middle}.checkbox-pill.active{background-color:#ecfdf5;border-color:#10b981;color:#065e42;box-shadow:0 4px 12px #10b9811a}.checkbox-pill.active .custom-chk-box{background-color:#047857;border-color:#047857}.checkbox-pill.active .pill-text{color:#065e42;font-weight:750}.security-banner-card{background-color:#ecfdf5;border:1px solid #D1FAE5;border-radius:16px;padding:20px 24px;display:flex;align-items:center;gap:18px;margin-top:28px;margin-bottom:28px}.security-lock-icon{width:44px;height:44px;border-radius:12px;background-color:#047857;color:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0}.security-banner-text h4{font-size:15px;font-weight:800;color:#065e42;margin-bottom:4px}.security-banner-text p{font-size:13.5px;color:#047857;line-height:1.45}.consent-checkbox-group{margin-bottom:28px}.custom-consent-label{display:flex;align-items:center;gap:10px;cursor:pointer;-webkit-user-select:none;user-select:none}.custom-consent-label input{display:none}.consent-check-box{width:20px;height:20px;border-radius:6px;border:2px solid #CBD5E1;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .2s ease}.custom-consent-label input:checked+.consent-check-box{background-color:#047857;border-color:#047857}.custom-consent-label input:checked+.consent-check-box:after{content:"✓";color:#fff;font-size:12px;font-weight:850}.consent-text{font-size:14.5px;font-weight:700;color:#0f172a}.step-actions{display:flex;align-items:center;margin-top:40px;padding-top:28px;border-top:1px solid #F1F5F9}.step-actions.right-align{justify-content:flex-end}.step-actions.split{justify-content:space-between}.btn-step-next,.btn-step-submit{display:inline-flex;align-items:center;gap:10px;background-color:#047857;color:#fff;font-size:15px;font-weight:700;padding:14px 32px;border-radius:9999px;border:none;cursor:pointer;transition:all .25s ease;box-shadow:0 8px 20px #04785738}.btn-step-next:hover,.btn-step-submit:hover{background-color:#065e42;transform:translateY(-2px);box-shadow:0 12px 26px #04785752}.btn-step-prev{display:inline-flex;align-items:center;gap:8px;background-color:#fff;color:#334155;font-size:14.5px;font-weight:700;padding:14px 28px;border-radius:9999px;border:1.5px solid #E2E8F0;cursor:pointer;transition:all .25s ease}.btn-step-prev:hover{background-color:#f8fafc;border-color:#cbd5e1;color:#0f172a}.form-success-message{display:none;text-align:center;padding:40px 20px}.form-success-message.active{display:block;animation:fadeInStep .4s ease}.success-icon-wrap{width:72px;height:72px;border-radius:50%;background-color:#ecfdf5;border:2px solid #A7F3D0;display:flex;align-items:center;justify-content:center;margin:0 auto 24px}.form-success-message h2{font-size:32px;font-weight:850;color:#0f172a;margin-bottom:14px}.form-success-message p{font-size:17px;color:#4b5563;max-width:520px;margin:0 auto;line-height:1.6}@media (max-width: 1024px){.testing-types-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 860px){.project-type-cards{grid-template-columns:repeat(2,1fr)}.form-row-2{grid-template-columns:1fr}}@media (max-width: 560px){.quote-card{padding:32px 20px}.quote-hero-header h1{font-size:32px}.project-type-cards,.testing-types-grid{grid-template-columns:1fr}.stepper-header{gap:4px}.step-label{font-size:11px}}#netlify-modal-bg,.netlify-identity-widget,[data-netlify-drawer],#netlify-toolbar,iframe[src*=netlify]{display:none!important;visibility:hidden!important;opacity:0!important;pointer-events:none!important}
