﻿/* service page sections */
/* ════════════════════════════════════════
   SERVICE PAGE
════════════════════════════════════════ */

.page-service{--service-stack-gap:clamp(44px,5.5vw,60px)}

/* Service hero */
.service-hero{
  background:linear-gradient(135deg,var(--navy) 0%,var(--navy-light) 50%,var(--color-dark-tint) 100%);
  padding:clamp(48px,6vw,80px) 0;position:relative;overflow:hidden;color:var(--white)
}
.service-hero::before{content:'';position:absolute;top:-40%;right:-15%;width:600px;height:600px;background:radial-gradient(circle,var(--primary-08) 0%,transparent 70%);border-radius:50%}
.service-hero .container{position:relative;z-index:2}
.service-hero .breadcrumb{display:flex;align-items:center;gap:6px;font-size:13px;color:var(--on-dark-40);margin-bottom:20px}
.service-hero .breadcrumb a{color:var(--on-dark-50);transition:color var(--transition)}
.service-hero .breadcrumb a:hover{color:var(--teal)}
.service-hero .breadcrumb svg{width:10px;height:10px}
.service-hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}
.service-hero-content h1{font-size:clamp(32px,4.5vw,48px);color:var(--white);margin-bottom:16px;line-height:1.1}
.service-hero-content h1 em{font-style:normal;color:var(--teal)}
.service-hero-content>p{font-size:17px;color:var(--on-dark-70);margin-bottom:28px;line-height:1.7;max-width:500px}
.hero-cta-row{display:flex;gap:14px;flex-wrap:wrap;margin-bottom:28px}
.hero-features{display:flex;flex-wrap:wrap;gap:12px}
.hero-feature-pill{display:flex;align-items:center;gap:6px;padding:6px 14px;background:var(--on-dark-06);border:1px solid var(--on-dark-10);border-radius:var(--radius-pill);font-size:12px;color:var(--on-dark-70)}
.hero-feature-pill svg{width:14px;height:14px;color:var(--teal)}

/* Hero image card */
.service-hero-image{border-radius:var(--radius-lg);overflow:hidden;height:300px;position:relative}
.service-hero-image__photo{width:100%;height:100%;object-fit:cover;display:block}
.service-hero-image-inner{position:absolute;inset:0;background:var(--gradient-hero);display:flex;align-items:center;justify-content:center}
.service-hero-image-inner svg,.service-hero-image-inner i{width:64px;height:64px;color:var(--on-dark-15);font-size:64px}
.btn-book--ghost{background:var(--on-dark-10)!important;border:1px solid var(--on-dark-20)!important}
.btn-book--ghost:hover{background:var(--on-dark-15)!important}

/* Quick info bar */
.info-bar{background:var(--white);border-bottom:1px solid var(--grey-200);padding:0}
.info-bar .container{display:flex;gap:0}
.info-bar-item{flex:1;display:flex;align-items:center;gap:12px;padding:20px 24px;border-right:1px solid var(--grey-200)}
.info-bar-item:last-child{border-right:none}
.info-bar-icon{width:40px;height:40px;background:var(--teal-subtle);border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.info-bar-icon svg{width:20px;height:20px;color:var(--teal)}
.info-bar-icon i{font-size:20px;line-height:1;color:var(--teal);display:block}
.info-bar-item h4{font-family:'DM Sans',sans-serif;font-size:14px;font-weight:600;margin-bottom:1px}
.info-bar-item p{font-size:12px;color:var(--grey-500);margin:0}

/* Main content */
.service-content{padding:var(--section-pad) 0;background:var(--off-white)}
.service-content:has(+ .booking-section),
.service-content:has(+ .service-legacy-order-steps),
.service-content:has(+ .service-legacy-faqs),
.service-content:has(+ .other-services){padding-bottom:var(--service-stack-gap)}
.service-content + .booking-section,
.service-content + .service-legacy-order-steps,
.service-content + .service-legacy-faqs,
.service-content + .other-services{padding-top:var(--service-stack-gap)}
.service-grid{display:grid;grid-template-columns:1fr 340px;gap:40px;align-items:start}

/* Article content */
.article-card{background:var(--white);border:1px solid var(--grey-200);border-radius:var(--radius-lg);padding:36px;margin-bottom:24px}
.article-card h2{font-size:22px;margin-bottom:16px}
.article-card h3{font-family:'DM Sans',sans-serif;font-size:17px;font-weight:600;margin:28px 0 12px;color:var(--navy)}
.article-card p{font-size:15px;color:var(--grey-700);line-height:1.8;margin-bottom:14px}
.article-card ul:not(.wp-block-list){list-style:none;margin-bottom:20px}
.article-card ul:not(.wp-block-list) li{display:flex;align-items:center;gap:8px;font-size:14px;color:var(--grey-700);padding:8px 12px;background:var(--cream);border-radius:8px;margin-bottom:6px;border:1px solid var(--grey-100)}
.article-card li svg{width:16px;height:16px;color:var(--teal);flex-shrink:0}
.article-card .entry-content>:first-child{margin-top:0}
.article-card .entry-content h2{font-size:22px;margin:0 0 16px}
.article-card .entry-content h3{font-family:'DM Sans',sans-serif;font-size:17px;font-weight:600;margin:28px 0 12px;color:var(--navy)}
.article-card .entry-content h4{font-family:'DM Sans',sans-serif;font-size:15px;font-weight:600;margin:20px 0 10px;color:var(--navy)}
.article-card .entry-content ul,.article-card .entry-content ol{margin:0 0 20px;padding-left:1.25em}
.article-card .entry-content ul li,.article-card .entry-content ol li{display:list-item;padding:0;background:none;border:none;margin-bottom:8px}
.article-card .entry-content table{width:100%;border-collapse:collapse;margin:16px 0 20px}
.article-card .entry-content table th{text-align:left;padding:10px 14px;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:0.06em;color:var(--grey-500);background:var(--grey-100)}
.article-card .entry-content table td{padding:10px 14px;font-size:14px;color:var(--grey-700);border-bottom:1px solid var(--grey-100)}
.article-card .entry-content img{max-width:100%;height:auto;border-radius:var(--radius)}
.highlight-box{background:var(--teal-subtle);border:1px solid var(--primary-20);border-radius:var(--radius);padding:20px 24px;margin:20px 0}
.highlight-box h4{font-family:'DM Sans',sans-serif;font-size:15px;font-weight:600;margin-bottom:8px;display:flex;align-items:center;gap:8px}
.highlight-box h4 svg{width:18px;height:18px;color:var(--teal)}
.highlight-box p{font-size:14px;color:var(--grey-700);margin:0;line-height:1.6}
.highlight-box strong{color:var(--navy)}

/* Pricing table */
.pricing-table{width:100%;border-collapse:collapse;margin:16px 0 20px}
.pricing-table th{text-align:left;padding:10px 14px;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:0.06em;color:var(--grey-500);background:var(--grey-100);border-radius:6px 6px 0 0}
.pricing-table td{padding:10px 14px;font-size:14px;color:var(--grey-700);border-bottom:1px solid var(--grey-100)}
.pricing-table td:last-child{font-weight:700;color:var(--navy);text-align:right}

/* Sidebar */
.service-sidebar{position:sticky;top:100px}
.sidebar-card{background:var(--white);border:1px solid var(--grey-200);border-radius:var(--radius-lg);padding:24px;margin-bottom:16px}
.sidebar-card h4{font-family:'DM Sans',sans-serif;font-size:15px;font-weight:600;margin-bottom:16px;color:var(--navy)}

/* Service list in sidebar */
.service-list{display:flex;flex-direction:column;gap:4px}
.service-list a{display:flex;align-items:center;gap:8px;padding:10px 14px;font-size:14px;color:var(--grey-700);border-radius:8px;transition:all var(--transition)}
.service-list a span{min-width:0}
.service-list a:hover{background:var(--teal-subtle);color:var(--navy)}
.service-list a.active{background:var(--teal);color:var(--white);font-weight:600}
.service-list a svg{width:16px;height:16px}

/* Booking embed */
.booking-card{background:var(--navy);border-radius:var(--radius-lg);padding:24px;color:var(--white);text-align:center;margin-bottom:16px}
.booking-card h4{color:var(--white);margin-bottom:8px}
.booking-card p{font-size:13px;color:var(--on-dark-60);margin-bottom:16px}
.btn-book{display:inline-flex;align-items:center;gap:8px;padding:12px 28px;background:var(--teal);color:var(--white);font-size:14px;font-weight:600;border-radius:var(--radius-pill);border:none;cursor:pointer;transition:all var(--transition);font-family:'DM Sans',sans-serif}
.btn-book:hover{background:var(--teal-dark);transform:translateY(-1px);box-shadow:0 4px 16px var(--primary-30)}
.btn-book svg{width:16px;height:16px}

/* Pulsing */
.btn-pulse{position:relative;z-index:1}
.btn-pulse::before{content:'';position:absolute;inset:-4px;border-radius:var(--radius-pill);background:var(--teal);opacity:0;z-index:-1;animation:pulse-ring 2s cubic-bezier(0.4,0,0.6,1) infinite}
@keyframes pulse-ring{0%{opacity:0.4;transform:scale(1)}70%{opacity:0;transform:scale(1.15)}100%{opacity:0;transform:scale(1.15)}}

/* Contact card */
.contact-card{padding:16px;background:var(--cream);border-radius:var(--radius);font-size:13px;color:var(--grey-700);display:flex;align-items:flex-start;gap:10px;line-height:1.5}
.contact-card svg{width:18px;height:18px;color:var(--teal);flex-shrink:0;margin-top:2px}
.contact-card a{color:var(--teal);font-weight:600}

/* Booking section at bottom */
.booking-section{padding:var(--section-pad) 0;background:var(--white)}
.booking-section:has(+ .other-services),
.booking-section:has(+ .service-legacy-order-steps),
.booking-section:has(+ .service-legacy-faqs){padding-bottom:var(--service-stack-gap)}
.booking-section__intro{font-size:14px;color:var(--grey-500);max-width:480px;margin:8px auto 0}
.booking-embed-content{min-height:120px}
.booking-embed-card{background:var(--white);border:1px solid var(--grey-200);border-radius:var(--radius-lg);padding:36px;max-width:800px;margin:0 auto}
.booking-embed-card h3{font-size:20px;margin-bottom:8px}
.booking-embed-card>p{font-size:14px;color:var(--grey-500);margin-bottom:24px}
.booking-embed-placeholder{min-height:300px;background:var(--cream);border-radius:var(--radius);display:flex;align-items:center;justify-content:center;color:var(--grey-500);text-align:center;padding:40px}
.booking-embed-placeholder svg{width:48px;height:48px;color:var(--grey-300);margin-bottom:12px}
.booking-embed-placeholder p{font-size:14px}
.booking-embed-placeholder code{display:block;margin-top:8px;font-size:12px;color:var(--grey-700);background:var(--grey-100);padding:8px 16px;border-radius:6px}

/* Other services */
.other-services{padding:var(--section-pad) 0;background:var(--off-white)}
.booking-section + .other-services,
.service-legacy-faqs + .other-services,
.booking-section + .service-legacy-order-steps + .service-legacy-faqs + .other-services{padding-top:var(--service-stack-gap)}
.service-legacy-order-steps + .service-legacy-faqs,
.booking-section + .service-legacy-order-steps,
.booking-section + .service-legacy-faqs{padding-top:var(--service-stack-gap)}
.service-legacy-order-steps:has(+ .service-legacy-faqs),
.service-legacy-faqs:has(+ .other-services){padding-bottom:var(--service-stack-gap)}
.other-services + .cta-banner{padding-top:var(--service-stack-gap)}
.other-services:has(+ .cta-banner){padding-bottom:var(--service-stack-gap)}
.other-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.other-card{background:var(--white);border:1px solid var(--grey-200);border-radius:var(--radius-lg);overflow:hidden;transition:all var(--transition);cursor:pointer}
.other-card:hover{border-color:var(--teal);box-shadow:var(--shadow-md);transform:translateY(-4px)}
.other-card-image{height:140px;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}
.other-card-image__photo{width:100%;height:100%;object-fit:cover;display:block}
.other-card-image svg,.other-card-image i{width:36px;height:36px;color:var(--grey-300);font-size:36px}
.cimg-blue{background:linear-gradient(135deg,var(--navy),var(--color-dark-tint))}
.cimg-teal{background:linear-gradient(135deg,#0a4a3a,#1a6a5a)}
.cimg-purple{background:linear-gradient(135deg,#2a1a4a,#4a3a6a)}
.cimg-warm{background:linear-gradient(135deg,#4a2a1a,#6a4a3a)}
.cimg-sky{background:linear-gradient(135deg,#1a3a5a,#2a5a8a)}
.other-card-body{padding:20px}
.other-card-body h4{font-family:'DM Sans',sans-serif;font-size:16px;font-weight:600;margin-bottom:6px}
.other-card-body p{font-size:13px;color:var(--grey-500);line-height:1.5;margin-bottom:12px}
.other-card-link{display:inline-flex;align-items:center;gap:5px;font-size:13px;font-weight:600;color:var(--teal);transition:gap var(--transition)}
.other-card:hover .other-card-link{gap:8px}
.other-card-link svg{width:14px;height:14px}

/* CTA */
.cta-banner{padding:var(--section-pad) 0;background:linear-gradient(135deg,var(--navy) 0%,var(--navy-light) 100%);text-align:center;color:var(--white);position:relative;overflow:hidden}
.cta-banner::before{content:'';position:absolute;top:-100px;right:-100px;width:400px;height:400px;background:radial-gradient(circle,var(--primary-10) 0%,transparent 60%);border-radius:50%}
.cta-banner h2{font-size:clamp(24px,3vw,36px);color:var(--white);margin-bottom:12px;position:relative}
.cta-banner p{font-size:15px;color:var(--on-dark-70);max-width:460px;margin:0 auto 24px}

/* Legacy optional sections */
.service-legacy-order-steps{padding:var(--section-pad) 0;background:var(--off-white)}
.service-legacy-order-steps__countdown{text-align:center;margin-bottom:32px}
.service-legacy-order-steps__countdown p{font-size:15px;color:var(--grey-700)}
.service-legacy-order-steps__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}
.service-legacy-order-steps__item{background:var(--white);border:1px solid var(--grey-200);border-radius:var(--radius-lg);padding:24px;text-align:center}
.service-legacy-order-steps__item h3{font-size:17px;margin:12px 0 8px}
.service-legacy-order-steps__item p{font-size:14px;color:var(--grey-500);margin:0}
.service-legacy-order-steps__icon-img{max-width:48px;height:auto;margin:0 auto}
.service-legacy-faqs{padding:var(--section-pad) 0;background:var(--white)}
.service-legacy-faqs__intro{max-width:640px;margin:0 auto 24px}

/* Responsive */
@media(max-width:1024px){.service-hero-grid{grid-template-columns:1fr}.service-hero-image{display:none}.service-grid{grid-template-columns:1fr}.service-sidebar{position:static}.service-legacy-order-steps__grid{grid-template-columns:1fr}}
@media(max-width:768px){.info-bar .container{flex-direction:column}.info-bar-item{border-right:none;border-bottom:1px solid var(--grey-200)}.info-bar-item:last-child{border-bottom:none}.other-grid{grid-template-columns:1fr}.hero-cta-row{flex-direction:column;align-items:flex-start}.booking-embed-card{padding:20px 16px}}
