/* Typography - Fluid Scaling */
.page-title { font-size: clamp(1.8rem, 5vw, 2.8rem); font-weight: 700; line-height: 1.2; color: var(--title-color); }
.captain-text { font-size: clamp(1.1rem, 3vw, 1.3rem); line-height: 1.6; color: var(--primary-grey);}
.section-title { font-size: clamp(1.6rem, 5vw, 2.4rem); font-weight: 600; line-height: 1.25; color: var(--title-color);margin-bottom: 10px; }
.sub-title { font-size: clamp(1.2rem, 5vw, 1.4rem); font-weight: 600; line-height: 1.3; color: var(--accent-color); margin-bottom: 10px; }
.section-label { display: block; font-size: 0.85rem; font-weight: 700; text-transform: uppercase; letter-spacing: 3px; color: var(--mode); margin-bottom: 10px; }
.header-section { padding: 20px 0 20px 0; border-bottom: 1px solid #e6e6e6; background: var(--white-muted); box-shadow: 0 2px 10px rgba(0,0,0,0.2); transition: var(--transition);}       
.header-flex { display: flex; justify-content: space-between; align-items: flex-end; flex-wrap: wrap; gap: 20px; }
.title-group { flex: 1; min-width: 300px; text-align: left; }
.breadcrumb-nav { flex: 0 1 auto; }
.breadcrumb-list { list-style: none; padding: 0; margin: 0; display: flex; align-items: center; justify-content: flex-end; gap: 8px; color: #666; font-size: 0.9rem; }
.breadcrumb-list a { color: inherit; text-decoration: none; transition: color 0.3s; }
.breadcrumb-list a:hover { color: var(--mode); }
.current-crumb { color: var(--mode); font-weight: 700; }

/* Booking & Payments */
.booking-steps { margin-top: 15px; font-size: 0.9rem; color: var(--primary-grey); }
.booking-steps li { margin-bottom: 15px; border-bottom: 1px solid var(--primary-light); padding-bottom: 10px; }
.booking-steps strong { color: var(--mode); display: block; margin-bottom: 3px; }
.payment-methods { margin-top: 20px; padding: 15px; background: var(--off-white); border-radius: 8px; border: 1px dashed #ddd; color: var(--accent-color); }
.payment-icons { font-size: 0.9rem; font-weight: 400; color: var(--primary-dark); }
.tc {align-items: center!important;}
.cta-sec {padding: 80px 20px; }.cta-cnt { max-width: 850px; margin: 0 auto; background: var(--white); padding: 50px 30px; border-radius: 15px; box-shadow: 0 10px 30px rgba(0,0,0,0.08); text-align: center; }

/* Spacing & Utilities */
.pt-20 { padding-top: 20px; } .pt-30 { padding-top: 30px; } .pt-40 { padding-top: 40px; }
@media (max-width: 991px) { .service-grid { grid-template-columns: 1fr; gap: 40px; } .blog-sidebar { order: 2; } }
@media (max-width: 767px) { .cta-sec-fancy { padding: 60px 20px; } .white-text { font-size: 1.8rem; } }

.faq-section-clean { padding: 80px 0; background: #fcfcfc; }
.faq-container { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 40px; align-items: start; }
.faq-column h3 {margin-bottom: 25px; padding-bottom: 12px; border-bottom: 3px solid var(--primary); text-transform: uppercase; letter-spacing: 1px; }
.faq-group { margin-bottom: 15px; border: 1px solid #eee; border-radius: 10px; overflow: hidden; background: #fff; transition: all .3s ease; }
.faq-group:hover { border-color: #ddd; box-shadow: 0 8px 20px rgba(0,0,0,0.06); }
.faq-group summary { padding: 20px; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; }
.faq-group summary h4 { font-size: 1.05rem; margin: 0; font-weight: 500; transition: color .3s; }
.faq-group summary::after { content: '+'; font-size: 1.4rem; color: var(--primary); font-weight: 700; transition: transform .3s; }
.faq-group[open] summary::after { content: '-'; transform: rotate(180deg); }
.faq-group summary:hover h4 { color: var(--primary); }
.faq-content { padding: 0 20px 20px; color: #555; font-size: 0.95rem; line-height: 1.7; border-top: 1px solid #f9f9f9; padding-top: 15px; }
.faq-list { list-style: none; padding: 0; margin: 0; }
.faq-list li { border-bottom: 1px solid #eee; padding: 12px 0; font-size: 0.95rem; }
.faq-list li:last-child { border-bottom: none; }
.text-primary { color: var(--primary); }
@media(max-width:767px) { .faq-section-clean { padding: 60px 0; } .faq-container { gap: 30px; } .faq-column h3 { font-size: 1.2rem; } }

.service-container-sec { padding: 20px 0 60px; background: var(--off-white); }
.service-grid { display: flex; flex-wrap: wrap; gap: 40px; padding: 60px 0; align-items: start; }
.service-main { flex: 1; min-width: 300px; background: var(--white); padding: 30px; border-radius: 12px; box-shadow: 0 10px 20px rgba(0,0,0,0.03); }
.service-sidebar { width: 350px; display: flex; flex-direction: column; gap: 30px; }
.service-inner-header { margin-bottom: 30px; border-bottom: 1px solid var(--primary-light); padding-bottom: 20px; }
.lead-text { font-size: 1.3rem; color: var(--primary-dark); line-height: 1.6; font-weight: 500; margin-bottom: 30px; border-left: 4px solid var(--accent-color); padding-left: 20px; }
.booking-row { display: flex; justify-content: space-between; align-items: center; padding: 25px; margin-bottom: 20px; background: #fff; border-bottom: 1px solid #eee; transition: all 0.3s ease; }
.booking-icon-group { display: flex; align-items: center; gap: 25px; flex: 1; }
.service-icon { width: 60px; height: 60px; object-fit: contain; }
.booking-text h3 { margin: 0 0 5px 0; font-size: 1.25rem; color: var(--primary-dark); }
.booking-text p { margin: 0; font-size: 0.95rem; color: var(--primary-grey); max-width: 500px; }
.promo-tag { display: inline-block; padding: 2px 12px; background-color: var(--white); border: 1px solid #ff5722; border-radius: 20px; color: var(--accent-color); font-size: 0.7rem; font-weight: 800; letter-spacing: 0.5px; text-transform: uppercase; margin-bottom: 8px; }
.sidebar-box { background: var(--white); padding: 30px; border-radius: 12px; border: 1px solid #eee; }
.sidebar-box h3 { font-size: 1.2rem; margin-bottom: 20px; padding-bottom: 10px; border-bottom: 2px solid var(--accent-color); color: var(--primary-dark); }
.btn-cta-small { background: var(--accent-color); color: #fff; padding: 12px 25px; border-radius: 4px; text-decoration: none; font-weight: 700; font-size: 0.9rem; white-space: nowrap; transition: var(--transition); }
.quote-box { background: var(--primary-light); padding: 15px; border-radius: 8px; margin-bottom: 20px; font-size: 0.85rem; border-left: 3px solid var(--accent-color); line-height: 1.5; color: var(--primary-grey); }
.sticky-sidebar { position: sticky; top: 100px; }
@media (max-width: 991px) { .service-grid { flex-direction: column; } .service-sidebar { width: 100%; } .booking-row { flex-direction: column; align-items: flex-start; } .booking-action { margin-top: 15px; width: 100%; } .btn-cta-small { display: block; text-align: center; } }

