.service-hero{background-color:#f8faf9;align-items:center;min-height:100vh;padding:0;display:flex;overflow:hidden}.service-hero--full-bleed{min-height:calc(100svh + 84px);margin-top:-84px}.service-hero--full-bleed .service-hero__grid{min-height:calc(100svh + 84px);padding-top:84px}.service-hero__grid{grid-template-columns:1fr 1fr;align-items:center;gap:3rem;min-height:100vh;padding:0 0 4rem;display:grid}.service-hero__content{flex-direction:column;justify-content:center;display:flex}.service-hero__breadcrumbs{margin-bottom:1.5rem}.service-hero__breadcrumbs-list{align-items:center;gap:.4rem;margin:0;padding:0;list-style:none;display:flex}.service-hero__breadcrumbs-item{color:#64748b;font-size:.85rem;font-weight:500}.service-hero__breadcrumbs-link{color:#64748b;text-decoration:none;transition:color .2s}.service-hero__breadcrumbs-link:hover{color:#1fac52}.service-hero__breadcrumbs-sep{color:#94a3b8;margin:0 .2rem}.service-hero__breadcrumbs-current{color:#0f172a;font-weight:600}.service-hero__title{color:#0f172a;letter-spacing:-.02em;margin-bottom:1.25rem;font-size:72px;font-weight:500;line-height:1.08}.service-hero__subtitle{color:#0f172a;max-width:480px;margin-bottom:2rem;font-size:24px;line-height:1.5}.service-hero__cta{flex-wrap:wrap;gap:.75rem;display:flex}.service-hero__btn{border:2px solid #0000;border-radius:999px;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.75rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.service-hero__btn--primary{color:#fff;background-color:#1fac52;border-color:#1fac52}.service-hero__btn--primary:hover{background-color:#178f44;border-color:#178f44;transform:translateY(-2px);box-shadow:0 6px 20px #1fac5240}.service-hero__btn--outline{color:#0f172a;background-color:#fff;border-color:#e2e8f0}.service-hero__btn--outline:hover{color:#1fac52;border-color:#1fac52;transform:translateY(-2px);box-shadow:0 4px 12px #0000000f}.service-hero__visual{justify-content:center;align-items:center;display:flex}.service-hero__visual--mobile{display:none}.service-hero__visual--desktop{display:flex}.service-hero__img-wrapper{border-radius:20px;width:100%;height:700px;position:relative;overflow:hidden;box-shadow:0 20px 60px #0f172a1a}.service-hero__img{object-fit:cover;object-position:center}.service-hero__float-card{z-index:2;background:#fff;border-radius:16px;max-width:240px;padding:1.25rem 1.5rem;animation:3s ease-in-out infinite alternate floatUp;position:absolute;bottom:1.5rem;right:1.5rem;box-shadow:0 10px 30px #0000001f}.service-hero__float-card-text{color:#0f172a;margin-bottom:.75rem;font-size:.95rem;font-weight:600;line-height:1.4}.service-hero__float-card-badge{background-color:#eff6ff;border:1px solid #dbeafe;border-radius:10px;align-items:center;gap:.75rem;padding:.55rem .85rem;display:flex}.service-hero__float-card-badge-icon{background-color:#dbeafe;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.service-hero__float-card-badge-icon i{color:#1d4ed8;font-size:1.1rem}.service-hero__float-card-badge span{color:#1d4ed8;font-size:.82rem;font-weight:600;line-height:1.3}@keyframes floatUp{0%{transform:translateY(0)}to{transform:translateY(-8px)}}@media (max-width:991.98px){.service-hero{min-height:auto}.service-hero__grid{grid-template-columns:1fr;gap:2.5rem;min-height:auto;padding:5rem 0 3rem}.service-hero--full-bleed .service-hero__grid{padding-top:clamp(6.5rem,11vw,8rem)}.service-hero__visual--desktop{display:none}.service-hero__visual--mobile{margin:1.5rem 0;display:flex}.service-hero__visual--mobile .service-hero__img-wrapper{border-radius:16px;height:280px}.service-hero__title{font-size:clamp(2rem,6vw,2.8rem);font-weight:500}}@media (max-width:575.98px){.service-hero__grid{gap:1.5rem;padding:4rem 0 2.5rem}.service-hero--full-bleed .service-hero__grid{padding-top:6.75rem}.service-hero__content{text-align:center}.service-hero__breadcrumbs-list{justify-content:center}.service-hero__subtitle{max-width:100%}.service-hero__visual--desktop{display:none}.service-hero__visual--mobile{margin:1.25rem 0;display:flex}.service-hero__visual--mobile .service-hero__img-wrapper{border-radius:16px;height:220px}.service-hero__cta{flex-direction:column;justify-content:center}.service-hero__btn{width:100%}}.service-hero--long .service-hero__subtitle{max-width:540px}
.package-card{text-align:center;background:#fff;border:1px solid #eef2f6;border-radius:1.25rem;flex-direction:column;height:100%;padding:2.5rem 1.5rem 1.5rem;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative}.package-card:hover{border-color:#168a4033;transform:translateY(-8px);box-shadow:0 20px 40px -15px #168a401f}.package-card__badge{color:#168a40;text-transform:uppercase;letter-spacing:.05em;z-index:10;background:#e3f5e9;border-radius:99px;padding:.35rem .85rem;font-size:.7rem;font-weight:800;position:absolute;top:1rem;right:1.25rem}.package-card__icon-wrap{background:#f8fafc;border-radius:1.25rem;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 1.5rem;transition:transform .3s;display:flex}.package-card__bootstrap-icon{color:#168a40;font-size:2.5rem;transition:all .3s}.package-card:hover .package-card__bootstrap-icon{transform:rotate(5deg)}.package-card:hover .package-card__icon-wrap{transform:scale(1.1)}.package-card__body{flex-direction:column;flex:1;display:flex}.package-card__title{color:#0f172a;margin-bottom:1rem;font-size:1.25rem;font-weight:800;line-height:1.3}.package-card__price-label{color:#64748b;margin-bottom:1.15rem;font-size:.75rem;font-weight:600}.package-card__price{color:#168a40;margin-bottom:1.25rem;font-size:1.5rem;font-weight:800}.package-card__desc{color:#475569;text-align:center;flex-grow:1;margin-bottom:2rem;font-size:.95rem;line-height:1.6}.package-card__footer{margin-top:auto}.package-card__btn{border-radius:.75rem;justify-content:center;align-items:center;gap:.5rem;width:100%;padding:.75rem;font-size:.9rem;font-weight:700;display:flex}
