.onboarding-services-page{width:100%;min-height:100vh;background:linear-gradient(135deg,#f8fafc,#e2e8f0);padding:4rem 2rem;font-family:Varela Round,sans-serif}.onboarding-header{text-align:center;max-width:900px;margin:0 auto 4rem}.onboarding-header-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1.2rem;background:linear-gradient(135deg,rgba(52,211,153,.1),rgba(16,185,129,.1));border-radius:50px;margin-bottom:1.5rem;border:1px solid rgba(52,211,153,.3)}.onboarding-header-badge .sparkle-icon{color:#10b981;font-size:1.2rem}.onboarding-header-badge span{color:#059669;font-weight:600;font-size:.95rem}.onboarding-title{font-size:clamp(2rem,4vw,3rem);font-weight:700;color:#1e293b;margin-bottom:1rem;line-height:1.2}.onboarding-subtitle{font-size:clamp(1rem,2vw,1.2rem);color:#64748b;display:flex;align-items:center;justify-content:center;gap:.5rem;margin-bottom:.5rem}.subtitle-icon{color:#10b981;font-size:1.5rem}.section-title{font-size:clamp(1.8rem,3vw,2.5rem);font-weight:700;color:#1e293b;text-align:center;margin-bottom:3rem}.onboarding-packages-container{max-width:1400px;margin:0 auto 5rem}.packages-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));grid-gap:2rem;gap:2rem;margin-bottom:3rem}.package-card{background:#fff;border-radius:20px;padding:2rem;position:relative;box-shadow:0 10px 30px rgba(0,0,0,.08);transition:background-color .3s ease,color .3s ease,border-color .3s ease,box-shadow .3s ease,opacity .3s ease,transform .3s ease;border:2px solid transparent;display:flex;flex-direction:column}.package-card:hover{transform:translateY(-10px);box-shadow:0 20px 50px rgba(0,0,0,.12);border-color:#10b981}.package-card.popular{border-color:#f59e0b;background:linear-gradient(135deg,#fffbeb,#fff)}.popular-badge{position:absolute;top:-15px;right:20px;background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;padding:.5rem 1rem;border-radius:50px;font-size:.85rem;font-weight:600;display:flex;align-items:center;gap:.4rem;box-shadow:0 4px 12px rgba(245,158,11,.4)}.star-icon{font-size:1rem}.package-header{text-align:center;margin-bottom:2rem}.package-icon{width:70px;height:70px;margin:0 auto 1rem;background:linear-gradient(135deg,#10b981,#059669);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2rem;color:#fff;box-shadow:0 8px 20px rgba(16,185,129,.3)}.package-card.popular .package-icon{background:linear-gradient(135deg,#f59e0b,#d97706);box-shadow:0 8px 20px rgba(245,158,11,.3)}.package-name{font-size:1.8rem;font-weight:700;color:#1e293b;margin-bottom:.5rem}.package-description{font-size:1rem;color:#64748b;line-height:1.6}.package-pricing{text-align:center;padding:1.5rem 0;border-top:2px solid #f1f5f9;border-bottom:2px solid #f1f5f9;margin-bottom:2rem}.package-pricing .currency{font-size:1.5rem;font-weight:600;color:#10b981;vertical-align:top}.package-pricing .amount{font-size:3rem;font-weight:700;color:#1e293b;margin:0 .3rem}.package-pricing .vat-note{display:block;font-size:.85rem;color:#94a3b8;margin-top:.5rem}.package-features h4{font-size:1.1rem;font-weight:600;color:#1e293b;margin-bottom:1rem}.package-features ul{list-style:none;padding:0;margin:0}.package-features li{display:flex;align-items:flex-start;gap:.8rem;margin-bottom:1rem;font-size:.95rem;color:#475569;line-height:1.6}.package-features .check-icon{color:#10b981;font-size:1.2rem;flex-shrink:0;margin-top:2px}.package-note,.package-suitable{background:#f1f5f9;padding:1rem;border-radius:12px;margin-top:1rem;font-size:.9rem;color:#475569;line-height:1.6}.package-features{flex:1 1}.package-button{width:100%;padding:1rem 2rem;border:none;border-radius:12px;font-size:1.1rem;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color .3s ease,color .3s ease,border-color .3s ease,box-shadow .3s ease,opacity .3s ease,transform .3s ease;margin-top:1.5rem}.package-button.primary{background:linear-gradient(135deg,#10b981,#059669);color:#fff;box-shadow:0 8px 20px rgba(16,185,129,.3)}.package-button.primary:hover{transform:translateY(-2px);box-shadow:0 12px 30px rgba(16,185,129,.4)}.package-button.secondary{background:linear-gradient(135deg,#7c3aed,#6d28d9);color:#fff;box-shadow:0 8px 20px rgba(124,58,237,.3)}.package-button.secondary:hover{transform:translateY(-2px);box-shadow:0 12px 30px rgba(124,58,237,.4)}.button-arrow{font-size:1.2rem}.retro-recovery-section{max-width:1200px;margin:0 auto 5rem;background:#fff;border-radius:20px;padding:3rem;box-shadow:0 10px 30px rgba(0,0,0,.08)}.retro-header{text-align:center;margin-bottom:3rem}.retro-icon{width:80px;height:80px;margin:0 auto 1.5rem;background:linear-gradient(135deg,#8b5cf6,#7c3aed);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2.5rem;color:#fff;box-shadow:0 8px 20px rgba(139,92,246,.3)}.retro-description{font-size:1.1rem;color:#64748b;max-width:700px;margin:0 auto;line-height:1.7}.retro-content{display:grid;grid-template-columns:1fr 1fr;grid-gap:3rem;gap:3rem;margin-bottom:2rem}.retro-pricing-tiers h3,.retro-what-is-it h3{font-size:1.4rem;font-weight:600;color:#1e293b;margin-bottom:1.5rem}.retro-what-is-it ul{list-style:none;padding:0;margin-bottom:1.5rem}.retro-what-is-it li{display:flex;align-items:flex-start;gap:.8rem;margin-bottom:1rem;font-size:1rem;color:#475569}.retro-suitable{background:#f1f5f9;padding:1rem;border-radius:12px;font-size:.95rem;color:#475569;line-height:1.6;margin-top:1rem}.tiers-grid{display:grid;grid-gap:1rem;gap:1rem}.tier-card{display:flex;justify-content:space-between;align-items:center;background:#f8fafc;padding:1.2rem 1.5rem;border-radius:12px;border:2px solid #e2e8f0;transition:background-color .3s ease,color .3s ease,border-color .3s ease,box-shadow .3s ease,opacity .3s ease,transform .3s ease}.tier-card:hover{border-color:#8b5cf6;background:#faf5ff}.tier-contacts{display:flex;align-items:center;gap:.8rem;font-size:1rem;color:#475569;font-weight:500}.tier-icon{color:#8b5cf6;font-size:1.3rem}.tier-price{display:flex;align-items:baseline;gap:.3rem}.tier-price .currency{font-size:1.2rem;font-weight:600;color:#8b5cf6}.tier-price .amount{font-size:1.8rem;font-weight:700;color:#1e293b}.tier-price .custom-price{font-size:1.2rem;font-weight:600;color:#8b5cf6}.retro-note{background:#fef3c7;padding:1rem;border-radius:12px;font-size:.95rem;color:#92400e;margin-top:1.5rem;line-height:1.6}.retro-button{width:100%;padding:1.2rem 2rem;background:linear-gradient(135deg,#8b5cf6,#7c3aed);color:#fff;border:none;border-radius:12px;font-size:1.2rem;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color .3s ease,color .3s ease,border-color .3s ease,box-shadow .3s ease,opacity .3s ease,transform .3s ease;box-shadow:0 8px 20px rgba(139,92,246,.3)}.retro-button:hover{transform:translateY(-2px);box-shadow:0 12px 30px rgba(139,92,246,.4)}.additional-services-section{max-width:800px;margin:0 auto 5rem;background:#fff;border-radius:20px;padding:3rem;box-shadow:0 10px 30px rgba(0,0,0,.08);text-align:center}.additional-header{display:flex;flex-direction:column;align-items:center;gap:1rem;margin-bottom:2rem}.additional-icon{font-size:3rem;color:#f59e0b}.additional-description{font-size:1.2rem;color:#64748b;margin-bottom:2rem}.hourly-rate{display:flex;align-items:baseline;justify-content:center;gap:.5rem;margin-bottom:1rem}.hourly-rate .currency{font-size:2rem;font-weight:600;color:#f59e0b}.hourly-rate .amount{font-size:4rem;font-weight:700;color:#1e293b}.hourly-rate .period{font-size:1.5rem;color:#64748b}.vat-note{font-size:.9rem;color:#94a3b8}.onboarding-cta-section{max-width:900px;margin:0 auto;background:linear-gradient(135deg,#10b981,#059669);border-radius:20px;padding:3rem;text-align:center;color:#fff;box-shadow:0 20px 50px rgba(16,185,129,.3)}.cta-content h2{font-size:clamp(1.8rem,3vw,2.5rem);font-weight:700;margin-bottom:1rem}.cta-content p{font-size:1.2rem;margin-bottom:2rem;opacity:.95}.cta-buttons{gap:1.5rem;flex-wrap:wrap}.cta-button,.cta-buttons{display:flex;justify-content:center}.cta-button{padding:1rem 2.5rem;border:none;border-radius:12px;font-size:1.1rem;font-weight:600;cursor:pointer;align-items:center;transition:background-color .3s ease,color .3s ease,border-color .3s ease,box-shadow .3s ease,opacity .3s ease,transform .3s ease}.cta-button.primary{background:#fff;color:#10b981}.cta-button.primary:hover{transform:translateY(-2px);box-shadow:0 8px 20px hsla(0,0%,100%,.4)}.cta-button.secondary{background:transparent;color:#fff;border:2px solid #fff}.cta-button.secondary:hover{background:hsla(0,0%,100%,.1);transform:translateY(-2px)}@media screen and (max-width:1024px){.retro-content{grid-template-columns:1fr}}@media screen and (max-width:768px){.onboarding-services-page{padding:2rem 1rem}.packages-grid{grid-template-columns:1fr}.additional-services-section,.retro-recovery-section{padding:2rem 1.5rem}.cta-buttons{flex-direction:column}.cta-button{width:100%;justify-content:center}}.api-integration-notice{max-width:1200px;margin:5rem auto;padding:2rem;background:linear-gradient(135deg,#fff5e6,#ffe8cc);border:2px solid #f59e0b;border-radius:16px;display:flex;align-items:flex-start;gap:1.5rem;box-shadow:0 8px 20px rgba(245,158,11,.15)}.api-integration-notice .notice-icon{width:50px;height:50px;min-width:50px;background:linear-gradient(135deg,#f59e0b,#d97706);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;color:#fff;box-shadow:0 4px 12px rgba(245,158,11,.3)}.api-integration-notice .notice-content{flex:1 1}.api-integration-notice .notice-title{font-size:1.3rem;font-weight:700;color:#92400e;margin-bottom:.5rem}.api-integration-notice .notice-text{font-size:1rem;color:#78350f;line-height:1.7;margin:0}@media screen and (max-width:768px){.api-integration-notice{flex-direction:column;text-align:center;align-items:center;margin:3rem 1rem}}