/* ══════════════════════════════════════
   SERVICE PAGE STYLES (service.css)
══════════════════════════════════════ */

/* Hero */
.svc-hero { background: var(--green); padding: 80px 0 70px; position: relative; overflow: hidden; }
.svc-hero-grid { position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,0.022) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,0.022) 1px,transparent 1px); background-size: 54px 54px; pointer-events: none; }
.svc-hero-inner { position: relative; z-index: 2; max-width: 820px; }
.svc-hero-inner::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 60% 80% at 80% 50%,rgba(232,160,32,0.09),transparent 60%); pointer-events: none; }

/* Breadcrumb */
.breadcrumb { display: flex; align-items: center; gap: 8px; font-size: 12.5px; color: rgba(255,255,255,0.45); margin-bottom: 24px; flex-wrap: wrap; font-family: 'DM Sans',sans-serif; }
.breadcrumb a { color: rgba(255,255,255,0.45); text-decoration: none; transition: color .2s; }
.breadcrumb a:hover { color: var(--amber-light); }
.breadcrumb .sep { opacity: .5; }
.breadcrumb .current { color: var(--amber-light); font-weight: 500; }

/* Badge */
.svc-hero-badge { display: inline-flex; align-items: center; gap: 9px; background: rgba(232,160,32,0.16); border: 1px solid rgba(232,160,32,0.34); padding: 7px 16px; border-radius: 100px; font-size: 11px; font-weight: 600; color: var(--amber-light); letter-spacing: .1em; text-transform: uppercase; margin-bottom: 24px; font-family: 'DM Sans',sans-serif; }
.badge-icon { width: 34px; height: 34px; background: rgba(232,160,32,0.2); border-radius: 8px; display: flex; align-items: center; justify-content: center; }
.badge-icon svg { stroke: var(--amber-light); }

.svc-hero h1 { color: #fff; margin-bottom: 20px; }
.svc-hero h1 em { color: var(--amber-light); }
.svc-hero-sub { font-size: 17px; color: rgba(255,255,255,0.72); max-width: 600px; line-height: 1.8; font-weight: 300; margin-bottom: 36px; font-family: 'DM Sans',sans-serif; }
.svc-hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 48px; }
.svc-stats { display: flex; padding-top: 36px; border-top: 1px solid rgba(255,255,255,0.1); flex-wrap: wrap; gap: 0; }
.svc-stat { padding-right: 32px; margin-right: 32px; border-right: 1px solid rgba(255,255,255,0.12); }
.svc-stat:last-child { border-right: none; }
.svc-stat .num { font-family: 'Cormorant Garamond',serif; font-size: 38px; font-weight: 600; color: var(--amber-light); line-height: 1; display: block; }
.svc-stat .lbl { font-size: 11px; color: rgba(255,255,255,0.45); text-transform: uppercase; letter-spacing: .08em; margin-top: 4px; display: block; font-family: 'DM Sans',sans-serif; }

/* Overview */
.svc-overview { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: start; }
.svc-overview-left .svc-content h2,
.svc-overview-left .svc-content h3 { margin-bottom: 14px; margin-top: 24px; }
.svc-overview-left .svc-content p  { margin-bottom: 18px; font-size: 15.5px; line-height: 1.85; }
.svc-overview-left .svc-content ul { margin: 0 0 18px 20px; list-style: disc; }
.svc-overview-left .svc-content li { margin-bottom: 8px; font-size: 15px; }

/* Included card */
.included-card { background: var(--green-pale); border: 1.5px solid var(--green-border); border-radius: 14px; padding: 36px 32px; position: relative; overflow: hidden; }
.included-card-top { position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg,var(--amber),var(--green-light)); }
.included-card h3 { font-size: 22px; color: var(--text-dark); margin-bottom: 22px; }
.check-list { list-style: none; display: flex; flex-direction: column; gap: 12px; }
.check-list li { display: flex; align-items: flex-start; gap: 12px; font-size: 14.5px; color: var(--text-body); line-height: 1.5; font-family: 'DM Sans',sans-serif; }
.check-list li::before { content: ''; width: 20px; height: 20px; flex-shrink: 0; margin-top: 1px; background: var(--green); border-radius: 50%; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: center; }

/* Other services */
.other-services-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; margin-top: 52px; }
.other-card { background: #fff; border: 1.5px solid var(--border); border-radius: 12px; padding: 30px 26px; text-decoration: none; display: block; transition: var(--r); position: relative; overflow: hidden; color: inherit; }
.other-card::after { content: ''; position: absolute; bottom: 0; left: 0; height: 3px; width: 0; background: linear-gradient(90deg,var(--amber),var(--green-light)); transition: width .4s; }
.other-card:hover { border-color: var(--green-border); transform: translateY(-4px); box-shadow: var(--shadow-md); }
.other-card:hover::after { width: 100%; }
.other-icon { width: 48px; height: 48px; background: var(--green-pale); border-radius: 11px; display: flex; align-items: center; justify-content: center; margin-bottom: 18px; transition: var(--r); }
.other-card:hover .other-icon { background: var(--green); }
.other-card:hover .other-icon svg { stroke: #fff; }
.other-icon svg { stroke: var(--green-mid); transition: stroke var(--r); }
.other-card h3 { font-size: 19px; color: var(--text-dark); margin-bottom: 8px; }
.other-card p  { font-size: 13.5px; color: var(--text-muted); }
.other-link { display: inline-flex; align-items: center; gap: 5px; margin-top: 14px; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .07em; color: var(--green-mid); font-family: 'DM Sans',sans-serif; opacity: 0; transition: opacity var(--r); }
.other-card:hover .other-link { opacity: 1; }

/* Testimonials strip */
.testi-strip { display: grid; grid-template-columns: repeat(2,1fr); gap: 18px; margin-top: 52px; }

@media (max-width: 1100px) {
    .svc-overview { grid-template-columns: 1fr; gap: 44px; }
    .other-services-grid { grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 680px) {
    .testi-strip, .other-services-grid { grid-template-columns: 1fr; }
    .svc-stats { flex-wrap: wrap; gap: 16px 0; }
}
