.cfp-overlay{position:fixed;inset:0;z-index:9999;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,.55);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);animation:cfp-overlay-in .3s ease-out;padding:16px}@keyframes cfp-overlay-in{0%{opacity:0}to{opacity:1}}.cfp-popup{position:relative;display:flex;width:100%;max-width:860px;max-height:90vh;border-radius:20px;overflow:hidden;background:#fff;box-shadow:0 25px 60px -12px rgba(0,0,0,.35),0 0 0 1px rgba(255,255,255,.1);animation:cfp-popup-in .35s cubic-bezier(.16,1,.3,1)}@keyframes cfp-popup-in{0%{opacity:0;transform:scale(.92) translateY(20px)}to{opacity:1;transform:scale(1) translateY(0)}}.cfp-close{position:absolute;top:12px;right:12px;z-index:10;width:34px;height:34px;border-radius:50%;border:none;background:rgba(255,255,255,.85);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;cursor:pointer;color:#131b2e;transition:all .2s;box-shadow:0 2px 8px rgba(0,0,0,.12)}.cfp-close:hover{background:#fff;transform:scale(1.1)}.cfp-left{flex:1;background:linear-gradient(180deg,#fdf2ec,#faf0ea 35%,#ffffff 70%,#ffffff);padding:36px 32px 32px;display:flex;flex-direction:column;justify-content:center;min-width:0}.cfp-flight-path{margin-bottom:8px}.cfp-heading{font-size:26px;font-weight:800;line-height:1.2;color:#131b2e;margin:0 0 12px;letter-spacing:-.02em;font-family:var(--font-display,inherit)}.cfp-destination{color:#4338ca}.cfp-accent-bar{width:48px;height:4px;border-radius:2px;background:#4338ca;margin-bottom:16px}.cfp-subtext{font-size:13.5px;color:#555;line-height:1.55;margin:0 0 22px;max-width:360px}.cfp-features{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:14px}.cfp-feature{display:flex;align-items:center;gap:12px}.cfp-feature-content{display:flex;flex-direction:column}.cfp-feature-label{font-size:13.5px;font-weight:700;color:#131b2e}.cfp-feature-desc{font-size:12px;color:#777}.cfp-feature-icon{width:36px;height:36px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.cfp-feature-icon--fares{background:#f0ecff;color:#4338ca}.cfp-feature-icon--options{background:#ecfdf5;color:#059669}.cfp-feature-icon--support{background:#fef3c7;color:#d97706}.cfp-right{width:340px;flex-shrink:0;display:flex;flex-direction:column;position:relative}.cfp-image-container{height:45%;overflow:hidden}.cfp-image{width:100%;height:100%;object-fit:cover}.cfp-cta-panel{flex:1;background:linear-gradient(135deg,#312e81,#4338ca 50%,#6366f1);padding:36px 24px 20px;flex-direction:column;text-align:center;gap:10px;position:relative}.cfp-cta-panel,.cfp-phone-icon-wrap{display:flex;align-items:center;justify-content:center}.cfp-phone-icon-wrap{width:52px;height:52px;border-radius:50%;background:rgba(255,255,255,.18);border:3px solid rgba(255,255,255,.3);color:#fff;animation:cfp-pulse 2s ease-in-out infinite;position:absolute;top:-26px;left:50%;transform:translateX(-50%);z-index:2;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}@keyframes cfp-pulse{0%,to{transform:translateX(-50%) scale(1);box-shadow:0 0 0 0 rgba(255,255,255,.3)}50%{transform:translateX(-50%) scale(1.08);box-shadow:0 0 0 12px rgba(255,255,255,0)}}.cfp-cta-heading{font-size:18px;font-weight:800;color:#fff;margin:0;letter-spacing:-.01em;font-family:var(--font-display,inherit)}.cfp-cta-subtext{font-size:13px;color:rgba(255,255,255,.85);margin:0;display:flex;align-items:center;gap:6px;flex-wrap:wrap;justify-content:center}.cfp-fare-badge{display:inline-block;background:#facc15;color:#131b2e;font-weight:800;font-size:14px;padding:2px 10px;border-radius:6px}.cfp-call-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;width:100%;max-width:220px;padding:12px 24px;border-radius:50px;background:#fff;color:#4338ca;font-weight:700;font-size:15px;text-decoration:none;transition:all .2s;box-shadow:0 4px 14px rgba(0,0,0,.15)}.cfp-call-btn:hover{background:#f5f3ff;transform:translateY(-1px);box-shadow:0 6px 20px rgba(0,0,0,.2)}.cfp-trust-badges{display:flex;align-items:center;gap:6px;font-size:11.5px;color:rgba(255,255,255,.75);font-weight:500}.cfp-trust-badges span{display:inline-flex;align-items:center;gap:3px}.cfp-trust-dot{color:rgba(255,255,255,.4)!important}@media (max-width:768px){.cfp-popup{flex-direction:column;max-width:420px;max-height:92vh;overflow-y:auto}.cfp-left{padding:20px 20px 16px}.cfp-flight-path{margin-bottom:2px}.cfp-flight-path svg{width:120px;height:48px}.cfp-heading{font-size:20px;margin-bottom:8px}.cfp-accent-bar{margin-bottom:10px}.cfp-subtext{font-size:12.5px;margin-bottom:14px}.cfp-features{display:none}.cfp-right{width:100%}.cfp-image-container{height:160px}.cfp-cta-panel{padding:36px 20px 18px}}