﻿/* ================================================================
   SERVICE PAGE CSS 
   ================================================================ */

.reveal { opacity:0; transform:translateY(28px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.reveal.in { opacity:1; transform:none; }
.reveal-d1 { transition-delay:.1s; }
.reveal-d2 { transition-delay:.2s; }
.reveal-d3 { transition-delay:.3s; }
.reveal-d4 { transition-delay:.4s; }

.eyebrow {
  font-size: 11px; font-weight: 400;
  letter-spacing: 1.5px; text-transform: uppercase;
  color: var(--cognac); margin-bottom: 14px; display: block;
}
.section-dark .eyebrow,
.section-red .eyebrow { color: var(--gold); }

.h2 {
  font-family: var(--font-body);
  font-size: clamp(28px, 3.5vw, 44px);
  font-weight: 400; line-height: 1.2; margin-bottom: 16px;
}
.lead { font-size: 17px; color: var(--warm-gray); line-height: 1.7; }
.section-dark .lead { color: rgba(245,237,227,.6); }
.divider        { width: 44px; height: 2px; background: var(--cognac); margin: 20px 0; }
.divider-center { margin: 20px auto; }

/*BREADCRUMB  */
.breadcrumb-bar {
  background: var(--cream);
  border-bottom: 1px solid var(--light-gray);
  padding: 14px 0;
}
.breadcrumb-bar .container { max-width: var(--max-w); margin: 0 auto; padding: 0 32px; }

.breadcrumb a, .breadcrumb span { transition: color .2s; }
.breadcrumb a:hover { color: var(--cognac); }
.breadcrumb .sep     { opacity: .4; }
.breadcrumb .current { color: var(--espresso); font-weight: 500; }

/*  SERVICE STATS BAR*/
.service-stats-inner {
  max-width: var(--max-w); margin: 0 auto; padding: 0 32px;
  display: flex; align-items: center; justify-content: space-between;
  flex-wrap: wrap; gap: 16px;
}
.svc-stat { display: flex; align-items: center; gap: 10px; }
.svc-stat-icon { width: 36px; height: 36px; background: var(--cream); border-radius: 8px; display: flex; align-items: center; justify-content: center; font-size: 16px; flex-shrink: 0; }
.svc-stat strong { display: block; font-size: 13px; font-weight: 700; }
.svc-stat span    { font-size: 12px; color: var(--warm-gray); }

/*  SERVICE HERO */
.service-hero {
  position: relative;
  background: linear-gradient(135deg, #120A05 0%, #1F1009 45%, #2D1A0C 100%);
  overflow: hidden; padding: 80px 0 0;
}
.service-hero::before {
  content: ''; position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 60% 70% at 65% 40%, rgba(96,9,26,.3) 0%, transparent 65%),
    radial-gradient(ellipse 40% 50% at 15% 75%, rgba(201,169,110,.06) 0%, transparent 60%);
  pointer-events: none;
}
.hero-grain {
  position: absolute; inset: 0; opacity: .04;
}
.hero-inner {
  position: relative; z-index: 2;
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 56px; align-items: end;
  max-width: var(--max-w); margin: 0 auto; padding: 0 32px;
}
.hero-content { padding-bottom: 72px; }
.hero-eyebrow { display: flex; align-items: center; gap: 12px; margin-bottom: 24px; animation: fadeUp .8s var(--ease) both; }
.service-pill {
  display: inline-flex; align-items: center; gap: 7px;
  background: rgba(201,169,110,.1); border: 1px solid rgba(201,169,110,.2);
  border-radius: 50px; padding: 7px 16px;
  font-size: 11px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: var(--gold);
}
.service-pill::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: var(--gold); animation: pulse 2s ease infinite; }
.hero-rating { display: flex; align-items: center; gap: 6px; font-size: 13px; color: rgba(245,237,227,.55); }
.hero-rating .stars { color: #ffffff; letter-spacing: 1px; }
.hero-h1 {
  font-family: var(--font-display); font-size: clamp(36px,5vw,60px);
  font-weight: 400; line-height: 1.1; color: var(--champagne);
  margin-bottom: 20px; animation: fadeUp .8s var(--ease) .12s both;
}
.hero-h1 em { font-style: italic; color: var(--gold); }
.hero-desc {
  font-size: 17px; line-height: 1.75; color: rgba(245,237,227,.6);
  max-width: 480px; margin-bottom: 36px; animation: fadeUp .8s var(--ease) .24s both;
}
.hero-ctas { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 48px; animation: fadeUp .8s var(--ease) .36s both; }

.btn-gold {
  display: inline-flex; align-items: center; gap: 10px;
  background: var(--gold); color: var(--espresso);
  padding: 16px 32px; border-radius: 6px;
  font-size: 13px; font-weight: 800; letter-spacing: .8px; text-transform: uppercase;
  transition: all .4s var(--ease); position: relative; overflow: hidden;
}
.btn-gold::before {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.2), transparent);
  transform: translateX(-100%); transition: transform .5s ease;
}
.btn-gold:hover::before { transform: translateX(100%); }
.btn-gold:hover { transform: translateY(-2px); box-shadow: 0 10px 36px rgba(201,169,110,.4); }

.btn-ghost {
  display: inline-flex; align-items: center; gap: 10px;
  background: transparent; color: var(--champagne);
  padding: 15px 30px; border-radius: 6px;
  border: 1.5px solid rgba(245,237,227,.2);
  font-size: 13px; font-weight: 600; letter-spacing: .8px; text-transform: uppercase;
  transition: all .3s ease;
}
.btn-ghost:hover { border-color: var(--gold); color: var(--gold); }

.hero-trust-strip { display: flex; gap: 28px; animation: fadeUp .8s var(--ease) .48s both; }
.trust-item { display: flex; align-items: center; gap: 8px; }
.trust-item svg  { width: 16px; height: 16px; color: var(--deep-green); flex-shrink: 0; }
.trust-item span { font-size: 13px; color: rgba(245,237,227,.5); }

/* Hero Visual */
.hero-visual {
  position: relative; display: flex; align-items: flex-end; justify-content: center;
  padding-bottom: 0; animation: fadeUp .8s var(--ease) .2s both;
}
.hero-showcase {
  width: 400px; height: 480px; border-radius: 20px 20px 0 0;
  background: linear-gradient(160deg, #5C3418, #3D2010 50%, #2A1508);
  position: relative; overflow: hidden;
  box-shadow: 0 -24px 80px rgba(0,0,0,.4);
  display: flex; align-items: center; justify-content: center;
}
.hero-showcase::before {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(26,18,11,.6) 0%, transparent 60%);
}
.hero-showcase .texture {
  position: absolute; inset: 0; opacity: .1;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23n)'/%3E%3C/svg%3E");
}
.bag-icon { position: relative; z-index: 2; display: flex; flex-direction: column; align-items: center; gap: 16px; }
.bag-icon svg       { width: 96px; height: 96px; color: rgba(201,169,110,.25); stroke-width: .8; }
.bag-icon-label     { font-size: 11px; letter-spacing: 3px; text-transform: uppercase; color: rgba(201,169,110,.35); }
.hero-showcase-footer { position: absolute; bottom: 0; left: 0; right: 0; z-index: 3; padding: 28px 28px 32px; }
.showcase-tag {
  display: inline-block; background: var(--gold); color: var(--espresso);
  font-size: 10px; font-weight: 800; letter-spacing: 1.5px; text-transform: uppercase;
  padding: 5px 14px; border-radius: 4px; margin-bottom: 12px;
}
.showcase-title { font-family: var(--font-body); font-size: 20px; font-weight: 600; color: var(--champagne); line-height: 1.3; }

/* Floating cards */
.float-card { position: absolute; border-radius: 14px; padding: 16px 18px; box-shadow: 0 16px 48px rgba(0,0,0,.16); animation: float 5s ease-in-out infinite; }
.fc-1 { background: white; bottom: 60px; left: -44px; animation-delay: 0s; z-index: 4; display: flex; align-items: center; gap: 12px; }
.fc-1 .fc-icon { width: 40px; height: 40px; border-radius: 10px; background: var(--green-lt); display: flex; align-items: center; justify-content: center; }
.fc-1 .fc-icon svg { width: 20px; height: 20px; color: var(--deep-green); }
.fc-1 strong { display: block; font-size: 13px; font-weight: 700; color: var(--espresso); }
.fc-1 span   { font-size: 11px; color: var(--warm-gray); }
.fc-2 { background: var(--deep-red); top: 48px; right: -36px; animation-delay: 1.5s; z-index: 4; text-align: center; min-width: 110px; }
.fc-2 .fc-num { font-family: var(--font-body); font-size: 28px; font-weight: 700; color: var(--gold); line-height: 1; }
.fc-2 .fc-lbl { font-size: 10px; color: rgba(245,237,227,.65); text-transform: uppercase; letter-spacing: 1px; margin-top: 4px; }
.fc-3 { background: var(--espresso); top: 50%; right: -52px; transform: translateY(-50%); animation-delay: 3s; z-index: 4; }
.fc-3 .fc-rating { font-family: var(--font-body); font-size: 22px; font-weight: 700; color: var(--gold); }
.fc-3 .fc-stars   { color: #F59E0B; font-size: 12px; letter-spacing: 1px; margin: 2px 0; }
.fc-3 .fc-rev     { font-size: 11px; color: rgba(245,237,227,.5); }

/*  QUICK STATS  */
.quick-stats { background: var(--espresso); border-top: 1px solid rgba(245,237,226,.06); }
.stats-row {
  display: grid; grid-template-columns: repeat(4,1fr);
  max-width: var(--max-w); margin: 0 auto; padding: 0 32px;
}
.stat-cell { padding: 36px 24px; text-align: center; border-right: 1px solid rgba(245,237,227,.07); }
.stat-cell:last-child { border-right: none; }
.stat-num { font-family: var(--font-body); font-size: clamp(32px,4vw,44px); font-weight: 700; color: var(--gold); line-height: 1; }
.stat-lbl { font-size: 12px; color: rgba(245,237,227,.45); text-transform: uppercase; letter-spacing: 1px; margin-top: 6px; }

/*  OVERVIEW — WP values  */
.overview-grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: 56px; align-items: center; }
.overview-img {
  position: relative; height: 440px; border-radius: 20px;
  background: linear-gradient(145deg,#5C3418,#7E4B28);
  overflow: hidden; display: flex; align-items: center; justify-content: center;
}
.img-texture {
  position: absolute; inset: 0; opacity: .1;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23n)'/%3E%3C/svg%3E");
}
.overview-img-content { position: relative; z-index: 2; text-align: center; }
.big-icon { font-size: 64px; display: block; margin-bottom: 10px; }
.overview-img-content p { font-size: 12px; letter-spacing: 2px; text-transform: uppercase; color: rgba(201,169,110,.6); }

.overview-img-badge {
  position: absolute; top: 20px; right: -10px;
  background: var(--espresso); border-radius: 12px; padding: 14px 18px;
  text-align: center; box-shadow: 0 8px 24px rgba(0,0,0,.2);
}
.overview-img-badge strong { display: block; font-family: var(--font-body); font-size: 24px; font-weight: 700; color: var(--gold); }
.overview-img-badge span   { font-size: 11px; color: rgba(245,237,227,.5); text-transform: uppercase; letter-spacing: .5px; }

.overview-img-badge2 {
  position: absolute; bottom: 20px; left: -10px;
  background: white; border-radius: 12px; padding: 12px 16px;
  display: flex; align-items: center; gap: 10px;
  box-shadow: 0 8px 24px rgba(0,0,0,.12);
}
.badge2-dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--green-trust); box-shadow: 0 0 0 3px rgba(33,124,84,.2);
  flex-shrink: 0; animation: pulse-dot 2s ease infinite;
}
.badge2-text strong { display: block; font-size: 12px; font-weight: 700; }
.badge2-text span   { font-size: 11px; color: var(--warm-gray); }

.overview-content h2 { font-family: var(--font-body); font-size: clamp(24px,3vw,36px); font-weight: 600; margin-bottom: 16px; }
.overview-content p  { font-size: 16px; color: var(--warm-gray); line-height: 1.75; margin-bottom: 20px; }
.overview-features   { display: flex; flex-direction: column; gap: 20px; margin-top: 28px; }
.feat-row     { display: flex; align-items: flex-start; gap: 14px; }
.feat-check   { width: 28px; height: 28px; border-radius: 8px; background: var(--green-light); color: var(--green-trust); display: flex; align-items: center; justify-content: center; flex-shrink: 0; margin-top: 2px; }
.feat-check svg { width: 14px; height: 14px; }
.feat-row h4  { font-size: 15px; font-weight: 700; margin-bottom: 3px; }
.feat-row p   { font-size: 13px; color: var(--warm-gray); line-height: 1.55; margin: 0; }

/*  SUB-SERVICES  */
.sub-services-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.sub-card {
  background: var(--white); border-radius: 16px;
  border: 1px solid var(--light-gray); overflow: hidden;
  transition: all .4s var(--ease);
}
.sub-card:hover { transform: translateY(-4px); box-shadow: 0 20px 48px rgba(26,18,11,.08); border-color: rgba(139,94,60,.25); }
.sub-card-top {
  background: linear-gradient(135deg, var(--cream), #EDE4D8);
  padding: 28px 24px 20px;
  display: flex; align-items: center; justify-content: space-between;
}
.sub-icon { width: 48px; height: 48px; border-radius: 12px; background: rgba(139,94,60,.1); display: flex; align-items: center; justify-content: center; color: var(--cognac); }
.sub-card-body { padding: 24px; }
.sub-card-body h3 { font-family: var(--font-body); font-size: 17px; font-weight: 600; margin-bottom: 8px; }
.sub-card-body p  { font-size: 13px; color: var(--warm-gray); line-height: 1.5; margin-bottom: 14px; }
.sub-list { list-style: none; padding: 0; margin: 0 0 16px; display: flex; flex-direction: column; gap: 6px; }
.sub-list li { font-size: 13px; color: var(--warm-gray); padding-left: 16px; position: relative; }
.sub-list li::before { content: 'âœ“'; position: absolute; left: 0; color: var(--green-trust); font-weight: 700; }
.sub-price { background: var(--espresso); color: var(--gold); font-size: 11px; font-weight: 700; letter-spacing: .5px; padding: 5px 12px; border-radius: 50px; }
.sub-cta { display: inline-flex; align-items: center; gap: 6px; font-size: 12px; font-weight: 700; color: var(--cognac); letter-spacing: .5px; text-decoration: none; text-transform: uppercase; transition: gap .2s; }
.sub-cta:hover { gap: 10px; }
.sub-cta svg { width: 16px; height: 16px; }

.process-wrapper { background: var(--espresso); border-radius: 20px; padding: 48px; }
.process-grid    { display: grid; grid-template-columns: repeat(5,1fr); gap: 24px; }
.proc-col        { text-align: center; }
.proc-step-num   { font-family: var(--font-body); font-size: 11px; font-weight: 700; letter-spacing: 2px; color: rgba(201,169,110,.4); margin-bottom: 16px; }
.proc-step-icon  { width: 52px; height: 52px; border-radius: 14px; background: rgba(201,169,110,.1); border: 1px solid rgba(201,169,110,.15); display: flex; align-items: center; justify-content: center; margin: 0 auto 14px; color: var(--gold); }
.proc-step-icon svg { width: 28px; height: 28px; }
.proc-title { font-family: var(--font-body); font-size: 14px; font-weight: 600; color: var(--champagne); margin-bottom: 6px; }
.proc-desc  { font-size: 12px; color: rgba(245,237,227,.45); line-height: 1.55; }



/* FAQ  */
.faq-list { max-width: 800px; margin: 0 auto; display: flex; flex-direction: column; gap: 12px; }
.faq-item { background: var(--white); border-radius: 14px; border: 1px solid var(--light-gray); overflow: hidden; transition: all .3s ease; }
.faq-item.open { border-color: rgba(139,94,60,.25); box-shadow: 0 8px 28px rgba(26,18,11,.06); }
.faq-q { display: flex; align-items: center; justify-content: space-between; padding: 22px 28px; cursor: pointer; gap: 16px; background: none; width: 100%; text-align: left; }
.faq-q h4 { font-family: var(--font-body); font-size: 17px; font-weight: 600; line-height: 1.35; }
.faq-icon { width: 36px; height: 36px; border-radius: 50%; flex-shrink: 0; background: var(--cream); display: flex; align-items: center; justify-content: center; transition: all .3s var(--ease); }
.faq-item.open .faq-icon { background: var(--cognac); transform: rotate(45deg); }
.faq-icon svg { width: 18px; height: 18px; color: var(--cognac); transition: color .3s; }
.faq-item.open .faq-icon svg { color: white; }
.faq-a { padding: 0 28px 22px; font-size: 15px; color: var(--warm-gray); line-height: 1.7; display: none; }
.faq-item.open .faq-a { display: block; }

/*  BRANDS MARQUEE  */
.brands-marquee  { overflow: hidden; padding: 0 0 4px; }
.brands-track    { display: flex; gap: 16px; animation: marquee-svc 25s linear infinite; width: max-content; }
.brand-tag       { display: inline-flex; align-items: center; padding: 8px 20px; background: var(--cream); border-radius: 50px; font-size: 13px; font-weight: 600; letter-spacing: .5px; color: var(--warm-gray); white-space: nowrap; border: 1px solid var(--light-gray); }

/*  RELATED SERVICES  */
.related-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.related-card { background: var(--white); border-radius: 16px; overflow: hidden; border: 1px solid var(--light-gray); transition: all .4s; }
.related-card:hover { transform: translateY(-4px); box-shadow: 0 16px 40px rgba(26,18,11,.08); }
.related-img    { height: 160px; display: flex; align-items: center; justify-content: center; }
.related-emoji  { font-size: 48px; }
.related-body   { padding: 20px 24px; }
.related-body h4 { font-family: var(--font-body); font-size: 17px; font-weight: 600; margin-bottom: 6px; }
.related-body p  { font-size: 13px; color: var(--warm-gray); line-height: 1.55; margin-bottom: 14px; }
.related-link    { display: inline-flex; align-items: center; gap: 6px; font-size: 12px; font-weight: 700; color: var(--cognac); text-decoration: none; letter-spacing: .5px; text-transform: uppercase; transition: gap .2s; }
.related-link:hover { gap: 10px; }
.related-link svg { width: 14px; height: 14px; }

/*  SERVICE LAYOUT + STICKY CTA  */
.service-layout  { display: grid; grid-template-columns: 1fr 340px; gap: 64px; align-items: start; }
.service-content { min-width: 0; }
aside .sticky-cta-card { position: sticky; top: 100px; }

.sticky-cta-card { background: var(--white); border-radius: 20px; border: 1px solid var(--light-gray); overflow: hidden; box-shadow: 0 16px 48px rgba(26,18,11,.07); }
.sticky-cta-top  { background: var(--espresso); padding: 28px; }
.sticky-cta-top h3 { font-family: var(--font-body); font-size: 22px; font-weight: 400; color: var(--champagne); margin-bottom: 6px; }
.sticky-cta-top p  { font-size: 14px; color: rgba(245,237,227,.5); }
.sticky-cta-body   { padding: 24px; display: flex; flex-direction: column; gap: 0; }

.sticky-trust     { display: flex; flex-direction: column; gap: 14px; margin-bottom: 20px; }
.sticky-trust-row { display: flex; align-items: center; gap: 12px; }
.sticky-trust-icon { width: 32px; height: 32px; border-radius: 8px; background: var(--green-light); color: var(--green-trust); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.sticky-trust-icon svg { width: 17px; height: 17px; }
.sticky-trust-text strong { display: block; font-size: 13px; font-weight: 700; }
.sticky-trust-text span   { font-size: 12px; color: var(--warm-gray); }
.sticky-cta-divider { height: 1px; background: var(--light-gray); margin: 16px 0; }

.btn-wa-sticky {
  display: flex; align-items: center; justify-content: center; gap: 8px;
  background: #217C54; color: white; padding: 14px; border-radius: 10px;
  font-size: 14px; font-weight: 700; text-decoration: none; margin-bottom: 10px; transition: all .3s;
}
.btn-wa-sticky:hover { background: #1ea855; color: white; }
.btn-wa-sticky svg { width: 20px; height: 20px; }

.btn-call-sticky {
  display: flex; align-items: center; justify-content: center;
  padding: 13px; border: 1.5px solid var(--light-gray); border-radius: 10px;
  font-size: 14px; font-weight: 600; color: var(--espresso);
  text-decoration: none; margin-bottom: 16px; transition: all .25s;
}
.btn-call-sticky:hover { border-color: var(--cognac); color: var(--cognac); }

.sticky-cta-note  { text-align: center; font-size: 12px; color: var(--warm-gray); margin-top: 16px; }
.sticky-rating    { display: flex; align-items: center; gap: 12px; padding-top: 16px; border-top: 1px solid var(--light-gray); }
.sticky-rating-stars { font-size: 16px; color: #F59E0B; letter-spacing: 1px; flex-shrink: 0; }
.sticky-rating-text strong { display: block; font-size: 13px; font-weight: 700; }
.sticky-rating-text span   { font-size: 12px; color: var(--warm-gray); }

/*  FINAL CTA BLOCK  */
.cta-block {
  background: linear-gradient(135deg, var(--espresso), #2D1A0C);
  border-radius: 24px; padding: 80px 64px;
  text-align: center; position: relative; overflow: hidden;
}
.cta-block::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(ellipse 70% 80% at 50% 110%, rgba(96,9,26,.4) 0%, transparent 70%);
}
.cta-block h2 { font-family: var(--font-display); font-size: clamp(28px,4vw,48px); font-weight: 400; color: var(--champagne); margin-bottom: 14px; position: relative; z-index: 2; }
.cta-block p  { font-size: 17px; color: rgba(245,237,227,.58); margin-bottom: 40px; position: relative; z-index: 2; }
.cta-btns       { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; position: relative; z-index: 2; }
.cta-reassurance { display: flex; gap: 32px; justify-content: center; margin-top: 28px; position: relative; z-index: 2; flex-wrap: wrap; }
.cta-reassurance span { display: flex; align-items: center; gap: 7px; font-size: 13px; color: rgba(245,237,227,.45); }
.cta-reassurance svg  { width: 15px; height: 15px; color: var(--deep-green); }

/*  FOOTER  */
.site-footer { background: var(--espresso); color: rgba(245,237,227,.6); padding: 72px 0 0; }
.footer-grid  { display: grid; grid-template-columns: 1.8fr 1fr 1fr 1fr; gap: 48px; margin-bottom: 56px; }
.footer-logo  { display: flex; align-items: center; gap: 12px; margin-bottom: 16px; cursor: pointer; }
.footer-logo .ring { width: 40px; height: 40px; border-radius: 50%; border: 1.5px solid rgba(245,237,227,.2); display: flex; align-items: center; justify-content: center; font-family: var(--font-body); font-size: 13px; font-weight: 700; color: var(--gold); }
.footer-brand-text strong { display: block; font-family: var(--font-body); font-size: 18px; color: var(--champagne); }
.footer-brand-text small  { font-size: 9px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: var(--cognac); }
.footer-desc    { font-size: 14px; line-height: 1.7; max-width: 280px; margin-bottom: 24px; }
.footer-socials { display: flex; gap: 10px; }
.footer-soc { width: 38px; height: 38px; border-radius: 9px; background: rgba(245,237,227,.05); border: 1px solid rgba(245,237,227,.09); display: flex; align-items: center; justify-content: center; cursor: pointer; transition: all .3s ease; }
.footer-soc:hover { background: rgba(201,169,110,.12); border-color: rgba(201,169,110,.25); }
.footer-soc svg { width: 17px; height: 17px; color: rgba(245,237,227,.45); transition: color .3s; }
.footer-soc:hover svg { color: var(--gold); }
.footer-col h5  { font-family: var(--font-body); font-size: 15px; font-weight: 600; color: var(--champagne); margin-bottom: 18px; }
.footer-links   { list-style: none; display: flex; flex-direction: column; gap: 9px; }
.footer-links li { font-size: 14px; color: rgba(245,237,227,.48); cursor: pointer; transition: color .2s; }
.footer-links li:hover { color: var(--gold); }
.footer-bottom { border-top: 1px solid rgba(245,237,227,.07); padding: 26px 0; display: flex; align-items: center; justify-content: space-between; }
.footer-bottom span { font-size: 13px; color: rgba(245,237,227,.28); }
.footer-bottom a    { font-size: 13px; color: rgba(245,237,227,.28); transition: color .2s; }
.footer-bottom a:hover { color: var(--gold); }

@media (max-width: 1200px) {
  .sub-services-grid { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 1100px) {
  .hero-inner    { grid-template-columns: 1fr; }
  .hero-visual   { display: none; }
  .testi-grid    { grid-template-columns: 1fr; max-width: 520px; margin: 0 auto; }
  .footer-grid   { grid-template-columns: 1fr 1fr; gap: 32px; }
}

@media (max-width: 1024px) {
  .service-layout { grid-template-columns: 1fr; }
  aside           { display: none; }
  .overview-grid  { grid-template-columns: 1fr; }
  .overview-img   { height: 340px; }
  .overview-img-badge,
  .overview-img-badge2 { display: none; }
  .process-grid   { grid-template-columns: repeat(3,1fr); }
}

@media (max-width: 768px) {
  .container      { padding: 0 18px; }
  .nav, .btn-wa   { display: none; }
  .sub-services-grid { grid-template-columns: 1fr; }
  .related-grid   { grid-template-columns: 1fr; }
  .cta-block      { padding: 48px 24px; }
  .cta-reassurance { gap: 20px; }
  .footer-grid    { grid-template-columns: 1fr; }
  .footer-bottom  { flex-direction: column; gap: 12px; text-align: center; }
  .hero-inner, .overview-grid, .related-grid, .service-pair-card { grid-template-columns: 1fr !important; }
  .sub-card-body h3 { font-size: 17px; }
  .spc-half-img   { height: 190px; }
}
