.service-hero { position: relative; min-height: 430px; display: flex; align-items: center; overflow: hidden; background-position: center; background-size: cover; }
.service-hero::before, .service-cta-inner::before { content: ''; position: absolute; inset: 0; }
.service-hero::before { background: linear-gradient(90deg, rgba(5,11,32,.92), rgba(5,11,32,.58)); }
.service-hero > .container, .service-cta-inner > * { position: relative; z-index: 1; }
.service-hero-content { width: 100%; max-width: 780px; margin: auto; padding: 80px 0; text-align: center; }
.service-hero-content > span, .service-section-heading > span, .service-cta-inner > div > span { color: #FBAF3B; font-size: 13px; font-weight: 700; letter-spacing: 1.2px; text-transform: uppercase; }
.service-hero h1 { margin: 12px 0 16px; color: #fff; font-size: 52px; }
.service-hero p { max-width: 700px; margin: auto; color: rgba(255,255,255,.8); font-size: 17px; line-height: 1.7; }
.service-breadcrumb { display: flex; align-items: center; justify-content: center; gap: 10px; margin-top: 24px; }
.service-breadcrumb a, .service-breadcrumb span { color: #fff; font-weight: 600; }
.service-breadcrumb i { color: #FBAF3B; }
.service-section-heading { max-width: 730px; margin: auto; }
.service-section-heading h2 { margin: 10px 0 12px; font-size: 40px; }
.service-section-heading h2 em { color: #FBAF3B; font-style: normal; }
.service-section-heading > p { color: #68707c; font-size: 16px; }
.service-page-card { position: relative; height: 440px; overflow: hidden; border-radius: 20px; background: #1D3159; isolation: isolate; transition: transform .3s ease, box-shadow .3s ease; }
.service-page-card:hover { transform: translateY(-6px); box-shadow: 0 20px 48px rgba(13,18,28,.2); }
.service-card-image { position: absolute; inset: 0; overflow: hidden; background: #eef0f3; }
.service-card-image::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(5,11,32,.08) 22%, rgba(5,11,32,.96) 100%); transition: background .3s ease; }
.service-card-image img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; transition: transform .45s ease; }
.service-page-card:hover .service-card-image img { transform: scale(1.04); }
.service-page-card:hover .service-card-image::after { background: linear-gradient(180deg, rgba(5,11,32,.16) 18%, rgba(5,11,32,.98) 100%); }
.service-card-image > span { position: absolute; top: 22px; right: 24px; z-index: 2; color: rgba(255,255,255,.9); font-size: 18px; font-weight: 700; letter-spacing: 1px; }
.service-card-content { position: relative; z-index: 2; display: flex; align-items: flex-start; justify-content: flex-end; flex-direction: column; height: 100%; padding: 26px 24px 24px; }
.service-card-icon { position: absolute; top: 20px; left: 22px; display: grid; place-items: center; width: 52px; height: 52px; border: 1px solid rgba(255,255,255,.45); border-radius: 50%; background: #FBAF3B; color: #fff; font-size: 19px; box-shadow: 0 8px 24px rgba(251,175,59,.3); transition: transform .3s ease, background .3s ease; }
.service-page-card:hover .service-card-icon { background: #fff; color: #FBAF3B; transform: rotate(-8deg) scale(1.06); }
.service-card-content h3 { margin-bottom: 10px; color: #fff; font-size: 20px; line-height: 1.35; }
.service-card-content p { display: -webkit-box; margin: 0 0 18px; overflow: hidden; color: rgba(255,255,255,.88); font-size: 14px; line-height: 1.65; text-align: left; hyphens: auto; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.service-card-actions { display: flex; align-items: center; gap: 10px; width: 100%; }
.service-card-actions a { display: inline-flex; align-items: center; justify-content: center; gap: 8px; height: 42px; border-radius: 25px; font-weight: 600; transition: all .25s ease; }
.service-whatsapp { flex: 0 1 auto; width: auto; padding: 0 18px; border: 1px solid rgba(255,255,255,.55); background: #FBAF3B; color: #fff; }
.service-whatsapp:hover { border-color: #fff; background: #fff; color: #FBAF3B; transform: translateY(-2px); }
.service-call { flex: 0 0 42px; width: 42px; border: 1px solid rgba(255,255,255,.55); color: #fff; }
.service-call:hover { border-color: #FBAF3B; background: #FBAF3B; color: #fff; transform: translateY(-2px); }
.service-process-section { background: #f5f6f8; }
.service-step { position: relative; height: 100%; padding: 35px; overflow: hidden; border-radius: 14px; background: #fff; text-align: center; }
.service-step > strong { position: absolute; top: 5px; right: 16px; color: rgba(251,175,59,.08); font-size: 70px; line-height: 1; }
.service-step > i { position: relative; color: #FBAF3B; font-size: 34px; }
.service-step h3 { position: relative; margin: 20px 0 10px; font-size: 21px; }
.service-step p { position: relative; margin: 0; color: #68707c; line-height: 1.7; }
.service-cta { padding: 0 0 100px; }
.service-cta-inner { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 35px; overflow: hidden; padding: 45px 50px; border-radius: 18px; background-position: center; background-size: cover; }
.service-cta-inner::before { background: linear-gradient(90deg, rgba(5,11,32,.94), rgba(5,11,32,.75)); }
.service-cta-inner h2 { margin: 8px 0; color: #fff; font-size: 32px; }
.service-cta-inner p { margin: 0; color: rgba(255,255,255,.72); }
.service-cta-actions { display: flex; flex: 0 0 auto; gap: 10px; }
.service-cta-actions a { display: inline-flex; align-items: center; gap: 8px; padding: 13px 20px; border: 1px solid #FBAF3B; border-radius: 28px; background: #FBAF3B; color: #fff; font-weight: 600; }
.service-cta-actions a:last-child { border-color: rgba(255,255,255,.5); background: transparent; }
.service-cta-actions a:hover { border-color: #fff; background: #fff; color: #FBAF3B; }

@media (max-width: 991px) {
    .service-cta-inner { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 767px) {
    .service-hero { min-height: 340px; }
    .service-hero-content { padding: 60px 0; }
    .service-hero h1 { font-size: 36px; }
    .service-hero p { padding: 0 8px; font-size: 16px; }
    .service-section-heading h2 { font-size: 31px; }
    .service-page-card { height: 420px; }
    .service-card-content { padding: 24px 22px 22px; }
    .service-cta { padding-bottom: 70px; }
    .service-cta-inner { padding: 34px 24px; }
    .service-cta-inner h2 { font-size: 27px; }
    .service-cta-actions { align-items: stretch; flex-direction: column; width: 100%; }
    .service-cta-actions a { justify-content: center; }
}
