/* ── Service Page Styles ── */
.service-hero{position:relative;min-height:80vh;display:flex;align-items:center;justify-content:center;overflow:hidden;box-sizing:border-box;padding:120px 80px 80px}
.service-hero-bg{position:absolute;inset:0;z-index:0}
.service-hero-bg img{width:100%;height:100%;object-fit:cover;display:block}
.service-hero-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(13,12,8,0.7) 0%,rgba(13,12,8,0.85) 100%);z-index:1}
.service-hero-content{position:relative;z-index:2;max-width:800px;text-align:center;opacity:0;transition:opacity 0.8s ease,transform 0.8s ease;transform:translateY(20px)}
.service-hero-content.revealed{opacity:1;transform:translateY(0)}
.service-hero-label{font-family:"Lato 1",sans-serif;font-size:11px;letter-spacing:4px;text-transform:uppercase;color:#76603c;display:block;margin-bottom:20px}
.service-hero-title{font-family:"Lato 3",sans-serif;font-size:52px;font-size:calc(52px * var(--f,1));line-height:1.05;font-weight:700;color:#f5f0e6;margin:0 0 24px;letter-spacing:-1.5px}
.service-hero-title em{font-style:italic;color:#f1dbb5;font-family:"Lato 2",sans-serif;font-weight:400}
.service-hero-sub{font-family:"Lato 1",sans-serif;font-size:16px;font-size:calc(16px * var(--f,1));font-weight:300;color:rgba(245,240,230,0.6);line-height:1.8;margin:0 auto;max-width:600px}

.service-content-section{background:#0d0c08;padding:100px 80px;box-sizing:border-box;border-top:1px solid rgba(245,240,230,0.04)}
.service-container{max-width:1160px;margin:0 auto}
.service-content-grid{display:flex;gap:80px;align-items:flex-start}
.service-content-left{flex:0 0 360px;position:sticky;top:100px}
.service-content-heading{font-family:"Lato 3",sans-serif;font-size:42px;font-size:calc(42px * var(--f,1));line-height:1.05;font-weight:700;color:#f5f0e6;margin:0;letter-spacing:-1px}
.service-content-heading em{font-style:italic;color:#f1dbb5;font-family:"Lato 2",sans-serif;font-weight:400}
.service-content-right{flex:1}
.service-content-right p{font-family:"Lato 1",sans-serif;font-size:15px;font-size:calc(15px * var(--f,1));font-weight:300;color:rgba(245,240,230,0.55);line-height:1.9;margin:0 0 24px;text-align:justify}

.service-features{max-width:1160px;margin:0 auto}
.service-features-heading{font-family:"Lato 3",sans-serif;font-size:36px;font-size:calc(36px * var(--f,1));font-weight:700;color:#f5f0e6;margin:0 0 48px;letter-spacing:-0.5px}
.service-features-heading em{font-style:italic;color:#f1dbb5;font-family:"Lato 2",sans-serif;font-weight:400}
.service-features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}
.service-feature{padding:32px 0;border-top:1px solid rgba(245,240,230,0.08)}
.service-feature-title{font-family:"Lato 3",sans-serif;font-size:16px;font-size:calc(16px * var(--f,1));font-weight:700;color:#f5f0e6;margin:0 0 12px}
.service-feature-desc{font-family:"Lato 1",sans-serif;font-size:14px;font-size:calc(14px * var(--f,1));font-weight:300;color:rgba(245,240,230,0.5);line-height:1.7;margin:0}

.service-brands-section{background:#111009;padding:80px 80px;box-sizing:border-box;border-top:1px solid rgba(245,240,230,0.04)}
.service-brands-intro{margin-bottom:48px}
.service-brands-heading{font-family:"Lato 3",sans-serif;font-size:36px;font-size:calc(36px * var(--f,1));font-weight:700;color:#f5f0e6;margin:0;letter-spacing:-0.5px}
.service-brands-heading em{font-style:italic;color:#f1dbb5;font-family:"Lato 2",sans-serif;font-weight:400}
.service-brands-grid{display:flex;flex-wrap:wrap;align-items:center;gap:48px}
.service-brand{opacity:0.4;transition:opacity 0.3s ease;filter:grayscale(1)}
.service-brand:hover{opacity:0.7}
.service-brand img{height:42px;width:auto;max-width:110px;display:block}

.service-testimonials-section{background:#0d0c08;padding:100px 80px;box-sizing:border-box;border-top:1px solid rgba(245,240,230,0.04)}
.service-testimonials-intro{margin-bottom:56px}
.service-testimonials-heading{font-family:"Lato 3",sans-serif;font-size:36px;font-size:calc(36px * var(--f,1));font-weight:700;color:#f5f0e6;margin:0;letter-spacing:-0.5px}
.service-testimonials-heading em{font-style:italic;color:#f1dbb5;font-family:"Lato 2",sans-serif;font-weight:400}
.service-testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.service-testimonial{background:#111009;border:1px solid rgba(245,240,230,0.06);border-radius:2px;padding:36px 32px;display:flex;flex-direction:column;gap:20px}
.service-testimonial .tst-stars{display:flex;gap:4px;margin-bottom:4px}
.service-testimonial .tst-stars svg{width:16px;height:16px;fill:#f1dbb5;stroke:none}
.service-testimonial-quote{font-family:"Lato 1",sans-serif;font-size:15px;font-size:calc(15px * var(--f,1));font-weight:300;color:rgba(245,240,230,0.6);line-height:1.8;margin:0;font-style:italic;text-align:justify;flex-grow:1}
.service-testimonial-author{font-family:"Lato 3",sans-serif;font-size:13px;font-weight:700;color:#f5f0e6;margin:0;border-top:1px solid rgba(245,240,230,0.08);padding-top:20px}

.service-cta-section{background:#111009;padding:120px 80px;box-sizing:border-box;text-align:center;border-top:1px solid rgba(245,240,230,0.04)}
.service-cta-container{max-width:600px;margin:0 auto;opacity:0;transition:opacity 0.7s ease,transform 0.7s ease;transform:translateY(16px)}
.service-cta-container.revealed{opacity:1;transform:translateY(0)}
.service-cta-heading{font-family:"Lato 3",sans-serif;font-size:42px;font-size:calc(42px * var(--f,1));line-height:1.05;font-weight:700;color:#f5f0e6;margin:0 0 24px;letter-spacing:-1px}
.service-cta-heading em{font-style:italic;color:#f1dbb5;font-family:"Lato 2",sans-serif;font-weight:400}
.service-cta-sub{font-family:"Lato 1",sans-serif;font-size:15px;font-weight:300;color:rgba(245,240,230,0.5);line-height:1.7;margin:0 0 40px}
.service-cta-btn{display:inline-flex;align-items:center;gap:12px;font-family:"Lato 3",sans-serif;font-size:14px;font-weight:700;color:#0d0c08;background:#f1dbb5;padding:16px 32px;border-radius:2px;text-decoration:none;transition:all 0.3s ease;letter-spacing:0.5px}
.service-cta-btn:hover{background:#f5f0e6;transform:translateY(-2px)}
.service-cta-btn svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}

@media (max-width:1199px){
  .service-hero{padding:100px 24px 60px;min-height:60vh}
  .service-hero-title{font-size:32px}
  .service-content-section{padding:60px 24px}
  .service-content-grid{flex-direction:column;gap:32px}
  .service-content-left{position:static}
  .service-content-heading{font-size:30px}
  .service-features-grid{grid-template-columns:1fr;gap:24px}
  .service-brands-section{padding:60px 24px}
  .service-brands-grid{gap:32px}
  .service-testimonials-section{padding:60px 24px}
  .service-testimonials-grid{grid-template-columns:1fr}
  .service-cta-section{padding:80px 24px}
  .service-cta-heading{font-size:30px}
}
