/* ---------- trusted-by marquee ---------- */
.trusted-section{ padding-top: 40px; padding-bottom: 40px; }
.trusted-label{ text-align: center; font-size: 13px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--slate); margin-bottom: 28px; }
.trusted-track-wrap{ overflow: hidden; mask-image: linear-gradient(90deg, transparent, black 10%, black 90%, transparent); }
.trusted-track{ display: flex; gap: 60px; width: max-content; animation: marquee 26s linear infinite; }
.trusted-item{ display: flex; align-items: center; justify-content: center; height: 40px; }
.trusted-item img{ height: 100%; object-fit: contain; filter: grayscale(1); opacity: 0.6; }
.trusted-text{ font-family: 'Playfair Display', serif; font-weight: 700; font-size: 19px; color: var(--slate); white-space: nowrap; opacity: 0.7; }

/* ---------- industries ---------- */
.industries-grid{ display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.industry-card{
  background: white; border: 1px solid var(--line); border-radius: var(--radius-sm);
  padding: 30px 20px; text-align: center; transition: transform .3s var(--ease), box-shadow .3s var(--ease);
}
.industry-card:hover{ transform: translateY(-6px); box-shadow: var(--shadow); }
.industry-icon{
  display: inline-flex; align-items: center; justify-content: center;
  width: 56px; height: 56px; border-radius: 50%; margin-bottom: 16px;
  background: var(--cream-dim); color: var(--gold); font-size: 22px;
}
.industry-card h3{ font-size: 16px; margin: 0; }

/* ---------- about-home ---------- */
.about-home-grid{ display: grid; grid-template-columns: 0.8fr 1.2fr; gap: 60px; align-items: center; }
.about-home-frame{
  aspect-ratio: 4/5; border-radius: var(--radius); background: linear-gradient(135deg, var(--navy), var(--navy-soft));
  position: relative; display: flex; align-items: flex-end; padding: 28px; box-shadow: var(--shadow-lg);
}
.about-home-badge{
  background: var(--gold); color: var(--navy); font-weight: 700; font-size: 13px;
  padding: 8px 18px; border-radius: 999px;
}
.about-home-values{ display: flex; flex-direction: column; gap: 22px; margin: 26px 0; }
.value-item{ display: flex; gap: 16px; align-items: flex-start; }
.value-item i{ font-size: 20px; color: var(--gold); margin-top: 4px; }
.value-item h4{ margin: 0 0 4px; font-family: 'Playfair Display', serif; font-size: 17px; }
.value-item p{ margin: 0; font-size: 14.5px; }

/* ---------- about page ---------- */
.about-story-grid{ display: grid; grid-template-columns: 1fr 1fr; gap: 60px; }
.about-values-grid{ display: grid; gap: 20px; }
.value-card{ background: white; border: 1px solid var(--line); border-radius: var(--radius-sm); padding: 26px; }
.value-card i{ font-size: 24px; color: var(--gold); margin-bottom: 12px; }
.value-card h3{ font-size: 18px; }
.value-card p{ font-size: 14.5px; margin: 0; }

.team-grid{ margin-top: 0; }
.team-photo{
  width: 90px; height: 90px; border-radius: 50%; overflow: hidden; margin: 0 auto 18px;
  background: linear-gradient(135deg, var(--navy), var(--navy-soft));
  display: grid; place-items: center; color: var(--gold-light); font-size: 30px; font-family: 'Playfair Display', serif;
}
.team-photo img{ width: 100%; height: 100%; object-fit: cover; }
.team-card{ text-align: center; }
.team-role{ display: block; color: var(--gold); font-size: 13px; font-weight: 700; margin-bottom: 10px; text-transform: uppercase; letter-spacing: 0.04em; }

.timeline{ position: relative; max-width: 720px; margin: 0 auto; padding-left: 30px; border-left: 2px solid var(--line); }
.timeline-item{ position: relative; padding-bottom: 40px; }
.timeline-item::before{
  content: ''; position: absolute; left: -37px; top: 4px; width: 14px; height: 14px; border-radius: 50%;
  background: var(--gold); border: 3px solid var(--cream); box-shadow: 0 0 0 2px var(--gold);
}
.timeline-year{ display: inline-block; font-weight: 800; color: var(--gold); font-size: 14px; margin-bottom: 6px; }
.timeline-content h3{ font-size: 18px; margin-bottom: 6px; }
.timeline-content p{ margin: 0; font-size: 14.5px; }

/* ---------- process ---------- */
.process-grid{ display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.process-card{
  background: white; border: 1px solid var(--line); border-radius: var(--radius); padding: 32px 26px;
  transition: transform .3s var(--ease), box-shadow .3s var(--ease);
}
.process-card:hover{ transform: translateY(-6px); box-shadow: var(--shadow); }
.process-num{
  display: block; font-family: 'Playfair Display', serif; font-weight: 800; font-size: 40px;
  color: var(--gold); opacity: 0.5; margin-bottom: 10px;
}
.process-card h3{
    font-size:20px;
    margin-bottom:12px;
}
.process-card p{
    font-size:15px;
    line-height:1.8;
    margin:0;
}

/* ---------- Process Section Heading ---------- */

.process-section .section-head{
    max-width:850px;
    margin:0 auto 60px;
    text-align:center;
}

.process-section .section-head h2{
    max-width:760px;
    margin:18px auto;
}

.process-section .section-head p{
    max-width:760px;
    margin:0 auto;
    line-height:1.9;
    color:var(--muted);
}

/* ---------- stats ---------- */
.stats-section{ background: var(--navy); padding: 70px 6%; }
.stats-grid{ max-width: 1280px; margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); }
.stat-block{ text-align: center; border-left: 1px solid rgba(255,253,248,0.12); }
.stat-block:first-child{ border-left: none; }
.stat-num{ display: block; font-family: 'Playfair Display', serif; font-weight: 800; font-size: 40px; color: var(--gold-light); }
.stat-label{ font-size: 13px; color: rgba(255,253,248,0.65); text-transform: uppercase; letter-spacing: 0.06em; }

/* ---------- testimonials ---------- */
.testimonial-swiper{ padding-bottom: 50px; }
.testimonial-card{
  background: white; border: 1px solid var(--line); border-radius: var(--radius); padding: 36px;
  height: 100%; box-shadow: var(--shadow);
}
.testimonial-stars{ color: var(--gold); margin-bottom: 16px; font-size: 14px; }
.testimonial-star-off{ color: var(--line); }
.testimonial-quote{
  font-size:16px;
  line-height:1.9;
  color:var(--navy);
  font-style:italic;
  margin-bottom:24px;
}
.testimonial-author{ display: flex; align-items: center; gap: 14px; }
.testimonial-author img, .testimonial-avatar-fallback{
  width: 48px; height: 48px; border-radius: 50%; object-fit: cover;
}
.testimonial-avatar-fallback{
  display: grid; place-items: center; background: linear-gradient(135deg, var(--navy), var(--navy-soft));
  color: var(--gold-light); font-family: 'Playfair Display', serif; font-weight: 700;
}
.testimonial-author strong{
  display:block;
  font-size:15px;
  margin-bottom:2px;
}
.testimonial-author span{
  font-size:13.5px;
  color:var(--slate);
}
.swiper-pagination-bullet{ background: var(--navy); opacity: 0.25; }
.swiper-pagination-bullet-active{ background: var(--gold); opacity: 1; }

/* ---------- Testimonials Section ---------- */

.testimonials-section .section-head{
    max-width:850px;
    margin:0 auto 60px;
    text-align:center;
}

.testimonials-section .section-head h2{
    max-width:760px;
    margin:18px auto;
}

.testimonials-section .section-head p{
    max-width:760px;
    margin:0 auto;
    line-height:1.9;
    color:var(--muted);
}

.testimonial-quote{
    line-height:1.9;
}

/* ---------- pricing ---------- */
.pricing-section{ background: var(--cream-dim); border-radius: var(--radius); }
.pricing-grid{ display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.pricing-card{
  background: white; border: 1.5px solid var(--line); border-radius: var(--radius); padding: 40px 30px;
  position: relative; text-align: center; transition: transform .3s var(--ease), box-shadow .3s var(--ease);
}
.pricing-card:hover{ transform: translateY(-6px); box-shadow: var(--shadow); }
.pricing-featured{ border-color: var(--gold); box-shadow: var(--shadow-lg); }
.pricing-badge{
  position: absolute; top: -14px; left: 50%; transform: translateX(-50%);
  background: var(--gold); color: var(--navy); font-size: 12px; font-weight: 700;
  padding: 6px 16px; border-radius: 999px;
}
.pricing-card h3{ font-size: 20px; margin-bottom: 4px; }
.pricing-price{ font-family: 'Playfair Display', serif; font-size: 34px; font-weight: 800; color: var(--navy); margin-bottom: 6px; }
.pricing-tagline{ font-size: 13.5px; margin-bottom: 20px; }
.pricing-features{ text-align: left; margin-bottom: 26px; }
.pricing-features li{ display: flex; gap: 10px; align-items: flex-start; font-size: 14.5px; color: var(--navy); padding: 6px 0; }
.pricing-features i{ color: var(--gold); margin-top: 3px; }

/* ---------- FAQ ---------- */
.faq-list{ max-width: 780px; margin: 0 auto; display: flex; flex-direction: column; gap: 14px; }
.faq-item{ background: white; border: 1px solid var(--line); border-radius: var(--radius-sm); overflow: hidden; }
.faq-question{
  width: 100%; display: flex; justify-content: space-between; align-items: center;
  padding: 20px 24px; background: none; border: none; cursor: pointer;
  font-weight: 700; font-size: 15.5px; color: var(--navy); text-align: left;
}
.faq-question i{ color: var(--gold); transition: transform .3s var(--ease); }
.faq-item.open .faq-question i{ transform: rotate(45deg); }
.faq-answer{ max-height: 0; overflow: hidden; transition: max-height .35s var(--ease); padding: 0 24px; }
.faq-item.open .faq-answer{ max-height: 300px; padding-bottom: 20px; }
.faq-answer p{ margin: 0; font-size: 14.5px; }

/* ---------- filter bar ---------- */
.filter-bar{ display: flex; gap: 10px; flex-wrap: wrap; justify-content: center; margin-bottom: 20px; }
.filter-bar-secondary{ margin-bottom: 40px; }
.filter-chip{
  padding: 9px 18px; border-radius: 999px; border: 1.5px solid var(--line);
  font-size: 13.5px; font-weight: 600; color: var(--slate);
  transition: all .2s var(--ease);
}
.filter-chip-sm{ padding: 7px 14px; font-size: 12.5px; }
.filter-chip:hover{ border-color: var(--gold); color: var(--navy); }
.filter-chip.active{ background: var(--navy); border-color: var(--navy); color: var(--cream); }

/* ---------- detail pages ---------- */
.detail-media{ max-width: 1280px; margin: 0 auto 20px; padding: 0 6%; }
.detail-media img{ width: 100%; border-radius: var(--radius); box-shadow: var(--shadow); }
.detail-body{ display: grid; grid-template-columns: 1fr; gap: 40px; max-width: 780px; margin: 0 auto; padding: 0 6%; }
.prose{ font-size: 17px; }
.prose h3{ font-size: 20px; margin-top: 24px; }
.prose p{ color: var(--navy); opacity: 0.85; }
.results-box{ background: var(--navy); color: var(--cream); padding: 32px; border-radius: var(--radius); }
.results-box h3{ color: var(--gold-light); }
.results-box p{ color: rgba(255,253,248,0.85); }
.detail-cta{ border: 1.5px dashed var(--gold); border-radius: var(--radius); padding: 32px; text-align: center; }
.detail-cta h3{ font-size: 20px; }
.related{ border-top: 1px solid var(--line); }

/* ---------- blog layout ---------- */
.blog-layout{ display: grid; grid-template-columns: 2.4fr 1fr; gap: 50px; align-items: start; }
.blog-search{ display: flex; margin-bottom: 30px; border: 1.5px solid var(--line); border-radius: 999px; overflow: hidden; background: white; }
.blog-search input{ flex: 1; border: none; padding: 12px 18px; font-size: 14.5px; background: transparent; }
.blog-search input:focus{ outline: none; }
.blog-search button{ background: var(--navy); color: var(--gold-light); border: none; width: 46px; cursor: pointer; }
.blog-categories{ background: white; border: 1px solid var(--line); border-radius: var(--radius-sm); padding: 22px; }
.blog-categories h4{ font-size: 13px; text-transform: uppercase; letter-spacing: 0.06em; color: var(--slate); margin-bottom: 14px; }
.blog-categories a{ display: block; padding: 8px 0; font-size: 14.5px; font-weight: 600; color: var(--slate); border-bottom: 1px solid var(--line); }
.blog-categories a:last-child{ border-bottom: none; }
.blog-categories a.active, .blog-categories a:hover{ color: var(--gold); }

/* Blog Article */
.prose{
    max-width:850px;
    margin:0 auto;
    font-size:18px;
    line-height:1.9;
    color:#475569;
}

.prose p{
    margin-bottom:24px;
}

.prose h2{
    font-size:34px;
    margin-top:50px;
    margin-bottom:18px;
    color:var(--navy);
}

.prose h3{
    font-size:28px;
    margin-top:35px;
    margin-bottom:16px;
}

.prose ul,
.prose ol{
    margin:20px 0 30px;
    padding-left:28px;
}

.prose li{
    margin-bottom:12px;
}

.detail-media img{
    width:100%;
    height:auto;
    display:block;
    border-radius:20px;
    margin-bottom:40px;
}

/* ---------- contact page ---------- */
.contact-layout{ display: grid; grid-template-columns: 0.8fr 1.2fr; gap: 50px; align-items: start; }
.contact-info{ display: grid; gap: 16px; }
.info-card{ background: white; border: 1px solid var(--line); border-radius: var(--radius-sm); padding: 20px 22px; }
.info-label{ display: flex; align-items: center; gap: 8px; font-size: 11.5px; text-transform: uppercase; letter-spacing: 0.06em; color: var(--gold); margin-bottom: 6px; }
.info-card a{ font-weight: 700; font-size: 15.5px; }
.contact-form{ background: white; border: 1px solid var(--line); border-radius: var(--radius); padding: 40px; box-shadow: var(--shadow); }
.form-row{ margin-bottom: 20px; }
.form-row.two-col{ display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-bottom: 0; }
.form-row.two-col > div{ margin-bottom: 20px; }
.form-row label{ display: block; font-size: 13.5px; font-weight: 700; margin-bottom: 8px; }
.form-row .optional{ font-weight: 400; color: var(--slate); }
.form-input, input[type=text], input[type=email], textarea, select{
  width: 100%; padding: 13px 16px; border: 1.5px solid var(--line); border-radius: var(--radius-sm);
  font-family: 'Inter', sans-serif; font-size: 15px; color: var(--navy);
  background: var(--cream-dim);
  transition: border-color .2s var(--ease), box-shadow .2s var(--ease);
}
.form-input:focus, input:focus, textarea:focus, select:focus{
  outline: none; border-color: var(--gold); box-shadow: 0 0 0 4px rgba(217,154,24,0.15);
}
.form-error{ display: block; color: #c0392b; font-size: 13px; margin-top: 6px; }

.map-section{ padding-top: 0; }
.map-embed{ width: 100%; height: 380px; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); }

/* ---------- case study modal ---------- */
.case-study-modal{
  position: fixed; inset: 0; z-index: 900; display: none; align-items: center; justify-content: center; padding: 20px;
}
.case-study-modal.open{ display: flex; }
.case-study-modal-backdrop{ position: absolute; inset: 0; background: rgba(8,26,56,0.7); backdrop-filter: blur(4px); }
.case-study-modal-panel{
  position: relative; background: var(--cream); border-radius: var(--radius); max-width: 720px; width: 100%;
  max-height: 88vh; overflow-y: auto; padding: 40px; box-shadow: var(--shadow-lg);
}
.case-study-modal-close{
  position: absolute; top: 18px; right: 18px; width: 36px; height: 36px; border-radius: 50%;
  background: white; border: 1px solid var(--line); font-size: 20px; cursor: pointer; line-height: 1;
}
.case-study-modal-media{ border-radius: var(--radius-sm); overflow: hidden; margin-bottom: 20px; aspect-ratio: 16/9; background: var(--navy); }
.case-study-modal-media img{ width: 100%; height: 100%; object-fit: cover; }
.case-study-modal-body p{ font-size: 15px; }
#modalResultsBox{ margin: 20px 0; }

/* ---------- error / legal pages ---------- */
.error-page{ padding: 130px 6%; }
.error-page .eyebrow{ font-size: 60px; font-family: 'Playfair Display', serif; color: var(--gold); font-weight: 800; letter-spacing: 0; }


/* ==========================================
   Homepage Section Headers
========================================== */

.about-home-copy h2,
.stats-section .section-head h2,
.industries-section .section-head h2{
    max-width:760px;
}

.stats-section .section-head,
.industries-section .section-head{
    max-width:820px;
    margin:0 auto 60px;
    text-align:center;
}

.stats-section .section-head p,
.industries-section .section-head p{
    max-width:760px;
    margin:20px auto 0;
    line-height:1.9;
}

.about-home-copy p{
    line-height:1.9;
}

.value-item p{
    line-height:1.8;
}

/* ---------- Portfolio Section ---------- */

.work-preview .section-head{
    max-width:850px;
    margin:0 auto 60px;
    text-align:center;
}

.work-preview .section-head h2{
    max-width:760px;
    margin:18px auto;
}

.work-preview .section-head p{
    max-width:760px;
    margin:0 auto;
    line-height:1.9;
    color:var(--muted);
}

.work-preview .section-footer{
    margin-top:60px;
    text-align:center;
}
.work-card h3{
    font-size:21px;
    margin-bottom:12px;
}
.work-card p{
    font-size:15px;
    line-height:1.8;
}

/* ==========================================
   Contact CTA
========================================== */

.cta-banner{
    margin:120px 0;
}

.cta-inner{
    max-width:900px;
    margin:0 auto;
    text-align:center;
}

.cta-inner .eyebrow{
    display:inline-block;
    margin-bottom:18px;
}

.cta-inner h2{
    max-width:760px;
    margin:0 auto 24px;
}

.cta-inner p{
    max-width:720px;
    margin:0 auto;
    line-height:1.9;
    color:var(--muted);
}

.cta-actions{
    display:flex;
    justify-content:center;
    gap:18px;
    margin-top:40px;
    flex-wrap:wrap;
}

@media (max-width:768px){

    .cta-actions{
        flex-direction:column;
        align-items:center;
    }

    .cta-actions .btn{
        width:100%;
        max-width:320px;
    }

}

/* ==========================================
   FAQ Section
========================================== */

.faq-home{
    padding-top:40px;
}

.faq-home .section-head{
    max-width:850px;
    margin:0 auto 60px;
    text-align:center;
}

.faq-home .section-head h2{
    max-width:760px;
    margin:18px auto;
}

.faq-home .section-head p{
    max-width:700px;
    margin:0 auto;
    line-height:1.9;
    color:var(--muted);
}

.faq-list{
    max-width:900px;
    margin:0 auto;
}

.faq-item{
    background:#fff;
    border:1px solid var(--line);
    border-radius:18px;
    margin-bottom:18px;
    padding:0;
    overflow:hidden;
    transition:.3s;
}

.faq-item:hover{
    box-shadow:var(--shadow);
}

.faq-item summary{
    cursor:pointer;
    list-style:none;
    padding:22px 26px;
    font-weight:600;
    font-size:17px;
    color:var(--navy);
    position:relative;
}

.faq-item summary::-webkit-details-marker{
    display:none;
}

.faq-item summary::after{
    content:"+";
    position:absolute;
    right:26px;
    top:50%;
    transform:translateY(-50%);
    font-size:24px;
    color:var(--gold);
    transition:.3s;
}

.faq-item[open] summary::after{
    content:"–";
}

.faq-item p{
    padding:0 26px 24px;
    margin:0;
    line-height:1.9;
    color:var(--slate);
}

@media (max-width:768px){

    .faq-item summary{
        font-size:16px;
        padding:20px;
    }

    .faq-item p{
        padding:0 20px 20px;
    }

}

/* ==========================================
   Service Hero
========================================== */

.service-hero-content{
    display:grid;
    grid-template-columns:1.3fr .7fr;
    gap:60px;
    align-items:center;
    margin-top:40px;
}

.service-hero-text h1{
    max-width:700px;
    margin:20px 0;
}

.service-hero-text p{
    max-width:650px;
    font-size:18px;
    line-height:1.9;
    color:var(--muted);
}

.hero-buttons{
    display:flex;
    gap:18px;
    margin-top:40px;
    flex-wrap:wrap;
}

.service-hero-card{
    background:#fff;
    border:1px solid var(--line);
    border-radius:24px;
    padding:36px;
    box-shadow:var(--shadow);
}

.service-hero-card h3{
    margin-bottom:24px;
}

.service-hero-card ul{
    list-style:none;
    padding:0;
    margin:0;
}

.service-hero-card li{
    display:flex;
    align-items:center;
    gap:14px;
    margin-bottom:18px;
    color:var(--slate);
    font-weight:500;
}

.service-hero-card i{
    color:var(--gold);
}

.breadcrumb{
    display:flex;
    align-items:center;
    gap:10px;
    margin-bottom:30px;
    font-size:14px;
}

.breadcrumb a{
    color:var(--slate);
    text-decoration:none;
    transition:.3s;
}

.breadcrumb a:hover{
    color:var(--gold);
}

.breadcrumb span:last-child{
    color:var(--navy);
    font-weight:600;
}

@media(max-width:991px){

.service-hero-content{

grid-template-columns:1fr;

}

.service-hero-card{

margin-top:10px;

}

}

@media(max-width:768px){

.hero-buttons{

flex-direction:column;

}

.hero-buttons .btn{

width:100%;

}

}
/* ==========================================
   Service About
========================================== */

.service-about-grid{

display:grid;

grid-template-columns:2fr 1fr;

gap:60px;

align-items:start;

margin-top:50px;

}

.service-about-content p{

margin-bottom:24px;

font-size:17px;

line-height:2;

color:var(--slate);

}

.service-highlight-card{

background:#fff;

border:1px solid var(--line);

border-radius:22px;

padding:34px;

box-shadow:var(--shadow);

position:sticky;

top:120px;

}

.service-highlight-card h3{

margin-bottom:22px;

}

.service-highlight-card ul{

list-style:none;

padding:0;

margin:0;

}

.service-highlight-card li{

display:flex;

gap:14px;

margin-bottom:18px;

line-height:1.7;

font-weight:500;

color:var(--slate);

}

.service-highlight-card i{

color:var(--gold);

margin-top:4px;

}

@media(max-width:991px){

.service-about-grid{

grid-template-columns:1fr;

}

.service-highlight-card{

position:relative;

top:auto;

}

}
/* ==========================================
   Service Benefits
========================================== */

.benefits-grid{

display:grid;

grid-template-columns:repeat(3,1fr);

gap:28px;

margin-top:60px;

}

.benefit-card{

background:#fff;

border:1px solid var(--line);

border-radius:22px;

padding:34px;

transition:.35s;

box-shadow:var(--shadow-sm);

}

.benefit-card:hover{

transform:translateY(-8px);

box-shadow:var(--shadow);

}

.benefit-icon{

width:68px;

height:68px;

display:grid;

place-items:center;

border-radius:18px;

background:linear-gradient(135deg,var(--gold),#f5d67d);

color:var(--navy);

font-size:28px;

margin-bottom:24px;

}

.benefit-card h3{

margin-bottom:16px;

font-size:22px;

}

.benefit-card p{

line-height:1.9;

color:var(--slate);

font-size:15px;

}

@media(max-width:991px){

.benefits-grid{

grid-template-columns:repeat(2,1fr);

}

}

@media(max-width:768px){

.benefits-grid{

grid-template-columns:1fr;

}

}

/* ==========================================
   Service Process
========================================== */

.service-process-grid{

display:grid;

grid-template-columns:repeat(4,1fr);

gap:28px;

margin-top:60px;

}

.service-process-card{

background:#fff;

border:1px solid var(--line);

border-radius:22px;

padding:36px 30px;

transition:.35s;

position:relative;

overflow:hidden;

}

.service-process-card:hover{

transform:translateY(-8px);

box-shadow:var(--shadow);

}

.step-number{

display:block;

font-size:42px;

font-family:'Playfair Display',serif;

font-weight:700;

color:var(--gold);

opacity:.35;

margin-bottom:18px;

}

.service-process-card h3{

margin-bottom:16px;

font-size:21px;

}

.service-process-card p{

line-height:1.9;

font-size:15px;

color:var(--slate);

}

@media(max-width:1100px){

.service-process-grid{

grid-template-columns:repeat(2,1fr);

}

}

@media(max-width:768px){

.service-process-grid{

grid-template-columns:1fr;

}

}

/* ==========================================
   Why Choose Service
========================================== */

.why-grid{

display:grid;

grid-template-columns:repeat(3,1fr);

gap:28px;

margin-top:60px;

}

.why-card{

background:#fff;

border:1px solid var(--line);

border-radius:22px;

padding:34px;

transition:.35s;

box-shadow:var(--shadow-sm);

text-align:left;

}

.why-card:hover{

transform:translateY(-8px);

box-shadow:var(--shadow);

}

.why-icon{

width:64px;

height:64px;

display:grid;

place-items:center;

background:linear-gradient(135deg,var(--navy),var(--navy-soft));

color:var(--gold-light);

border-radius:18px;

font-size:26px;

margin-bottom:22px;

}

.why-card h3{

margin-bottom:16px;

font-size:21px;

}

.why-card p{

font-size:15px;

line-height:1.9;

color:var(--slate);

}

@media(max-width:991px){

.why-grid{

grid-template-columns:repeat(2,1fr);

}

}

@media(max-width:768px){

.why-grid{

grid-template-columns:1fr;

}

}

/* ==========================================
   Service FAQ
========================================== */

.faq-wrapper{

max-width:900px;

margin:60px auto 0;

}

.faq-item{

background:#fff;

border:1px solid var(--line);

border-radius:18px;

margin-bottom:18px;

overflow:hidden;

box-shadow:var(--shadow-sm);

transition:.3s;

}

.faq-item.active{

box-shadow:var(--shadow);

}

.faq-question{

width:100%;

background:none;

border:none;

padding:24px 28px;

display:flex;

justify-content:space-between;

align-items:center;

font-size:18px;

font-weight:600;

cursor:pointer;

color:var(--navy);

text-align:left;

}

.faq-question i{

transition:.3s;

color:var(--gold);

}

.faq-item.active .faq-question i{

transform:rotate(45deg);

}

.faq-answer{

display:none;

padding:0 28px 24px;

}

.faq-item.active .faq-answer{

display:block;

}

.faq-answer p{

line-height:1.9;

color:var(--slate);

margin:0;

}

/* ==========================================
   Related Services
========================================== */

.related-grid{

display:grid;

grid-template-columns:repeat(3,1fr);

gap:28px;

margin-top:60px;

}

.related-card{

background:#fff;

border:1px solid var(--line);

border-radius:22px;

padding:34px;

text-decoration:none;

transition:.35s;

color:inherit;

box-shadow:var(--shadow-sm);

}

.related-card:hover{

transform:translateY(-8px);

box-shadow:var(--shadow);

}

.related-icon{

width:64px;

height:64px;

display:grid;

place-items:center;

border-radius:18px;

background:linear-gradient(135deg,var(--gold),#f5d67d);

color:var(--navy);

font-size:26px;

margin-bottom:24px;

}

.related-card h3{

margin-bottom:14px;

}

.related-card p{

line-height:1.9;

color:var(--slate);

margin-bottom:26px;

}

.related-card .card-link{

display:flex;

align-items:center;

gap:10px;

font-weight:600;

color:var(--gold);

}

@media(max-width:991px){

.related-grid{

grid-template-columns:repeat(2,1fr);

}

}

@media(max-width:768px){

.related-grid{

grid-template-columns:1fr;

}

}

/* ==========================================
   Final CTA
========================================== */

.service-final-cta{

padding:90px 0;

}

.service-cta-box{

background:linear-gradient(135deg,var(--navy),var(--navy-soft));

color:#fff;

padding:70px;

border-radius:32px;

text-align:center;

overflow:hidden;

position:relative;

}

.service-cta-box::before{

content:"";

position:absolute;

width:320px;

height:320px;

background:rgba(255,255,255,.05);

border-radius:50%;

right:-120px;

top:-120px;

}

.service-cta-box h2{

color:#fff;

max-width:700px;

margin:18px auto;

}

.service-cta-box p{

max-width:720px;

margin:0 auto;

font-size:18px;

line-height:1.9;

opacity:.9;

}

.service-cta-box .hero-buttons{

justify-content:center;

margin-top:40px;

}

@media(max-width:768px){

.service-cta-box{

padding:50px 30px;

}

}