/* ===== INNER PAGES STYLESHEET ===== */
/* Loaded on all non-front-page pages */

/* ===== PAGE HERO ===== */
.bct-page-hero{
  background:var(--primary);color:var(--primary-fg);
  padding:8rem 0 4rem;
}
.bct-page-hero h1{
  font-family:'Playfair Display',serif;font-size:2.5rem;font-weight:700;
  letter-spacing:-.02em;margin-top:1rem;
}
.bct-page-hero-sub{
  font-size:1.125rem;color:rgba(255,255,255,.7);margin-top:.75rem;max-width:36rem;line-height:1.7;
}
@media(min-width:768px){
  .bct-page-hero h1{font-size:3rem}
}

/* ===== BREADCRUMBS ===== */
.bct-breadcrumbs{margin-bottom:.5rem}
.bct-breadcrumb-list{
  list-style:none;display:flex;flex-wrap:wrap;align-items:center;gap:.25rem;
  padding:0;margin:0;
}
.bct-breadcrumb-item{display:flex;align-items:center;gap:.25rem;font-size:.75rem}
.bct-breadcrumb-item a{color:rgba(255,255,255,.5);transition:color .2s}
.bct-breadcrumb-item a:hover{color:var(--gold)}
.bct-breadcrumb-sep{color:rgba(255,255,255,.3);margin:0 .125rem}
.bct-breadcrumb-item span[aria-current]{color:rgba(255,255,255,.8)}

/* ===== SINGLE POST HERO ===== */
.bct-single-hero{
  position:relative;min-height:55vh;display:flex;align-items:flex-end;
  background:var(--primary);overflow:hidden;
}
.bct-single-hero-bg{position:absolute;inset:0}
.bct-single-hero-bg img{width:100%;height:100%;object-fit:cover;opacity:.35}
.bct-single-hero-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.85) 0%,rgba(0,0,0,.3) 50%,rgba(0,0,0,.2) 100%)}
.bct-single-hero-content{
  position:relative;z-index:10;padding:8rem 0 3.5rem;width:100%;
}
.bct-single-hero .bct-breadcrumb-item a{color:rgba(255,255,255,.4)}
.bct-single-hero .bct-breadcrumb-sep{color:rgba(255,255,255,.2)}
.bct-single-hero .bct-breadcrumb-item span[aria-current]{color:rgba(255,255,255,.6)}
.bct-single-cat{
  display:inline-block;padding:.3rem .875rem;background:var(--gold);color:#fff;
  font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.12em;
  margin:.75rem 0 1rem;
}
.bct-single-hero h1{
  font-family:'Playfair Display',serif;font-size:2.25rem;font-weight:700;
  color:#fff;letter-spacing:-.02em;margin-bottom:1.25rem;max-width:42rem;line-height:1.2;
}
@media(min-width:768px){.bct-single-hero h1{font-size:3rem}}
.bct-single-meta{
  display:flex;flex-wrap:wrap;gap:1.5rem;font-size:.875rem;color:rgba(255,255,255,.6);
}
.bct-single-meta span{display:flex;align-items:center;gap:.375rem}
.bct-single-meta svg{opacity:.7}

/* ===== SINGLE ARTICLE LAYOUT ===== */
.bct-single-article{padding:4rem 0}
.bct-single-layout{display:grid;gap:3rem}
@media(min-width:1024px){.bct-single-layout{grid-template-columns:1fr 320px;gap:4rem}}

/* Content Typography */
.bct-single-content{max-width:720px}
.bct-single-content h2{font-family:'Playfair Display',serif;font-size:1.75rem;font-weight:700;margin:2.5rem 0 1rem;letter-spacing:-.02em}
.bct-single-content h3{font-family:'Playfair Display',serif;font-size:1.375rem;font-weight:600;margin:2rem 0 .75rem}
.bct-single-content p{font-size:1rem;line-height:1.85;margin-bottom:1.5rem;color:var(--fg)}
.bct-single-content ul,.bct-single-content ol{margin:0 0 1.5rem 1.5rem;line-height:1.85}
.bct-single-content li{margin-bottom:.5rem;font-size:1rem}
.bct-single-content img{border-radius:.75rem;margin:2rem 0}
.bct-single-content blockquote{
  border-left:3px solid var(--gold);padding:1.25rem 1.5rem;margin:2rem 0;
  background:var(--secondary);border-radius:0 .5rem .5rem 0;
}
.bct-single-content blockquote p{font-style:italic;color:var(--fg);margin:0}
.bct-single-content a{color:var(--gold);text-decoration:underline}
.bct-single-content a:hover{opacity:.8}
.bct-single-content strong{color:var(--fg)}

/* Sidebar */
.bct-single-sidebar{display:flex;flex-direction:column;gap:1.5rem}
@media(min-width:1024px){.bct-single-sidebar{position:sticky;top:5rem;align-self:start}}
.bct-single-sidebar-posts{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:0}
.bct-single-sidebar-posts li{
  padding:.875rem 0;border-bottom:1px solid var(--border);
}
.bct-single-sidebar-posts li:last-child{border-bottom:none}
.bct-single-sidebar-posts a{
  display:block;font-size:.875rem;font-weight:500;line-height:1.4;transition:color .2s;
}
.bct-single-sidebar-posts a:hover{color:var(--gold)}
.bct-single-sidebar-posts time{font-size:.75rem;color:var(--muted-fg);margin-top:.25rem;display:block}

/* After content: share + author */
.bct-single-after{padding:0 0 2rem;border-bottom:1px solid var(--border)}
.bct-single-after-inner{max-width:720px}
.bct-single-author{
  display:flex;align-items:center;gap:1.25rem;padding:1.5rem 0;
}
.bct-single-author-avatar{
  width:3.5rem;height:3.5rem;border-radius:50%;background:var(--secondary);
  display:flex;align-items:center;justify-content:center;flex-shrink:0;
}
.bct-single-author-avatar svg{color:var(--muted-fg)}
.bct-single-author strong{display:block;font-size:.9375rem;font-weight:700;margin-bottom:.125rem}
.bct-single-author p{font-size:.8125rem;color:var(--muted-fg);line-height:1.5;margin:0}

/* ===== SHARE BUTTONS ===== */
.bct-share{
  display:flex;align-items:center;gap:1rem;flex-wrap:wrap;
  padding:1.5rem 0;border-top:1px solid var(--border);margin-top:2rem;
}
.bct-share-label{font-size:.875rem;font-weight:600}
.bct-share-btns{display:flex;gap:.75rem;flex-wrap:wrap}
.bct-share-btns a{
  display:inline-block;padding:.375rem .875rem;border:1px solid var(--border);
  font-size:.75rem;font-weight:500;transition:all .2s;
}
.bct-share-btns a:hover{background:var(--primary);color:var(--primary-fg);border-color:var(--primary)}

/* ===== BLOG SECTION ===== */
.bct-blog-section{padding:4rem 0}

/* Featured Post */
.bct-blog-featured{
  display:grid;gap:0;border:1px solid var(--border);border-radius:1rem;overflow:hidden;
  margin-bottom:4rem;transition:box-shadow .3s;
}
.bct-blog-featured:hover{box-shadow:0 12px 40px -12px rgba(0,0,0,.12)}
@media(min-width:768px){.bct-blog-featured{grid-template-columns:1.2fr 1fr}}
.bct-blog-featured-img{display:block;position:relative;overflow:hidden}
.bct-blog-featured-img img{width:100%;height:100%;object-fit:cover;min-height:280px;transition:transform .5s}
.bct-blog-featured:hover .bct-blog-featured-img img{transform:scale(1.03)}
.bct-blog-featured-placeholder{width:100%;min-height:280px;background:var(--secondary)}
.bct-blog-featured-body{
  padding:2rem 2.5rem;display:flex;flex-direction:column;justify-content:center;
}
.bct-blog-featured-body h2{
  font-family:'Playfair Display',serif;font-size:1.75rem;font-weight:700;
  line-height:1.25;margin-bottom:.75rem;letter-spacing:-.02em;
}
.bct-blog-featured-body h2 a{transition:color .2s}
.bct-blog-featured-body h2 a:hover{color:var(--gold)}
.bct-blog-featured-body>p{font-size:.9375rem;line-height:1.7;color:var(--muted-fg);margin-bottom:1.5rem}
.bct-blog-read-more{
  display:inline-flex;align-items:center;gap:.375rem;font-size:.875rem;font-weight:600;
  color:var(--gold);transition:gap .2s;
}
.bct-blog-read-more:hover{gap:.625rem}

/* Grid header */
.bct-blog-grid-header{margin-bottom:2rem;padding-bottom:1rem;border-bottom:2px solid var(--primary)}
.bct-blog-grid-header h2{font-family:'Playfair Display',serif;font-size:1.5rem;font-weight:700}

/* Blog Grid */
.bct-blog-grid{display:grid;gap:2rem}
@media(min-width:640px){.bct-blog-grid{grid-template-columns:repeat(2,1fr)}}
@media(min-width:1024px){.bct-blog-grid{grid-template-columns:repeat(3,1fr)}}

.bct-blog-card{
  background:var(--bg);border:1px solid var(--border);border-radius:1rem;overflow:hidden;
  transition:box-shadow .3s,transform .3s;
}
.bct-blog-card:hover{box-shadow:0 8px 30px -12px rgba(0,0,0,.15);transform:translateY(-2px)}
.bct-blog-card-img{display:block;position:relative;overflow:hidden}
.bct-blog-card-img img{width:100%;aspect-ratio:3/2;object-fit:cover;transition:transform .5s}
.bct-blog-card:hover .bct-blog-card-img img{transform:scale(1.05)}
.bct-blog-card-placeholder{width:100%;aspect-ratio:3/2;background:var(--secondary)}
.bct-blog-cat{
  position:absolute;top:.75rem;left:.75rem;
  display:inline-block;padding:.25rem .625rem;background:var(--gold);color:#fff;
  font-size:.65rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;
}
.bct-blog-card-body{padding:1.25rem}
.bct-blog-card-body h3{
  font-family:'Playfair Display',serif;font-size:1.125rem;font-weight:600;
  margin-bottom:.5rem;line-height:1.3;
}
.bct-blog-card-body h3 a{transition:color .2s}
.bct-blog-card-body h3 a:hover{color:var(--gold)}
.bct-blog-card-body>p{font-size:.875rem;line-height:1.6;color:var(--muted-fg);margin-bottom:1rem}
.bct-blog-card-meta{
  display:flex;gap:1rem;font-size:.75rem;color:var(--muted-fg);
  padding-top:.75rem;border-top:1px solid var(--border);
}

/* ===== SIDEBAR ===== */
.bct-sidebar{display:flex;flex-direction:column;gap:2rem}
.bct-sidebar-widget{
  padding:1.5rem;border:1px solid var(--border);border-radius:1rem;
}
.bct-sidebar-title{
  font-family:'Playfair Display',serif;font-size:1rem;font-weight:700;
  margin-bottom:1rem;padding-bottom:.75rem;border-bottom:1px solid var(--border);
}
.bct-sidebar-search{display:flex;gap:.5rem}
.bct-sidebar-search input{
  flex:1;height:2.5rem;padding:0 .75rem;border:1px solid var(--border);
  border-radius:.5rem;font-size:.875rem;font-family:'Montserrat',sans-serif;
}
.bct-sidebar-search button{
  height:2.5rem;width:2.5rem;border:none;background:var(--primary);color:var(--primary-fg);
  border-radius:.5rem;cursor:pointer;display:flex;align-items:center;justify-content:center;
}
.bct-sidebar-cta{
  background:var(--primary);color:var(--primary-fg);padding:2rem;border-radius:1rem;text-align:center;
}
.bct-sidebar-cta h3{font-family:'Playfair Display',serif;font-size:1.25rem;font-weight:700;margin-bottom:.75rem}
.bct-sidebar-cta p{font-size:.875rem;color:rgba(255,255,255,.7);margin-bottom:1.25rem;line-height:1.6}
.bct-sidebar-recent{list-style:none;padding:0}
.bct-sidebar-recent li{
  padding:.75rem 0;border-bottom:1px solid var(--border);
}
.bct-sidebar-recent li:last-child{border-bottom:none}
.bct-sidebar-recent a{font-size:.875rem;font-weight:500;transition:color .2s}
.bct-sidebar-recent a:hover{color:var(--gold)}
.bct-sidebar-recent time{display:block;font-size:.75rem;color:var(--muted-fg);margin-top:.25rem}

/* ===== PAGINATION ===== */
.bct-pagination{
  display:flex;justify-content:center;gap:1rem;padding:3rem 0 0;
}
.bct-pagination a{
  display:inline-flex;align-items:center;gap:.5rem;padding:.625rem 1.25rem;
  border:1px solid var(--border);font-size:.875rem;font-weight:500;transition:all .2s;
}
.bct-pagination a:hover{background:var(--primary);color:var(--primary-fg);border-color:var(--primary)}

/* ===== SEARCH RESULTS ===== */
.bct-search-results{padding:4rem 0}
.bct-search-result{
  padding:1.5rem 0;border-bottom:1px solid var(--border);
}
.bct-search-result-type{
  display:inline-block;padding:.125rem .5rem;background:var(--secondary);
  font-size:.65rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;
  margin-bottom:.5rem;
}
.bct-search-result h2{font-family:'Playfair Display',serif;font-size:1.25rem;font-weight:600;margin-bottom:.5rem}
.bct-search-result h2 a{transition:color .2s}
.bct-search-result h2 a:hover{color:var(--gold)}
.bct-search-result p{font-size:.875rem;line-height:1.7;color:var(--muted-fg)}
.bct-search-result time{font-size:.75rem;color:var(--muted-fg)}
.bct-no-results{text-align:center;padding:4rem 0}
.bct-no-results p{font-size:1rem;color:var(--muted-fg);margin-bottom:2rem}

/* ===== 404 PAGE ===== */
.bct-404{text-align:center;padding:4rem 0}
.bct-404-icon{margin:0 auto 2rem;width:5rem;height:5rem;display:flex;align-items:center;justify-content:center;border-radius:50%;background:rgba(212,160,23,.1)}
.bct-404-icon svg{width:2rem;height:2rem;color:var(--gold)}
.bct-404 h2{font-family:'Playfair Display',serif;font-size:1.5rem;margin-bottom:1rem}
.bct-404 p{font-size:.875rem;color:var(--muted-fg);max-width:28rem;margin:0 auto 2rem;line-height:1.7}
.bct-404-links{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem}

/* ===== BUTTONS ===== */
.bct-btn-gold{
  display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;
  background:var(--gold);color:var(--gold-fg);font-size:.875rem;font-weight:600;
  border-radius:9999px;border:none;cursor:pointer;transition:opacity .2s;
  font-family:'Montserrat',sans-serif;text-decoration:none;
}
.bct-btn-gold:hover{opacity:.9}
.bct-btn-outline{
  display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;
  border:1px solid var(--border);color:var(--fg);font-size:.875rem;font-weight:500;
  border-radius:9999px;cursor:pointer;transition:all .2s;
  font-family:'Montserrat',sans-serif;text-decoration:none;background:transparent;
}
.bct-btn-outline:hover{background:var(--primary);color:var(--primary-fg);border-color:var(--primary)}
.bct-btn-whatsapp{
  display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;
  background:#25D366;color:#fff;font-size:.875rem;font-weight:600;
  border-radius:9999px;border:none;cursor:pointer;transition:opacity .2s;
  font-family:'Montserrat',sans-serif;text-decoration:none;
}
.bct-btn-whatsapp:hover{opacity:.9}
.bct-btn-primary{
  display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;
  background:var(--primary);color:var(--primary-fg);font-size:.875rem;font-weight:600;
  border-radius:9999px;border:none;cursor:pointer;transition:opacity .2s;
  font-family:'Montserrat',sans-serif;text-decoration:none;
}
.bct-btn-primary:hover{opacity:.9}

/* ===== INLINE CTA ===== */
.bct-inline-cta{padding:4rem 0;background:var(--secondary)}
.bct-inline-cta-inner{
  display:grid;gap:2rem;align-items:center;text-align:center;
}
.bct-inline-cta h2{font-family:'Playfair Display',serif;font-size:2rem;font-weight:700}
.bct-inline-cta p{font-size:.875rem;color:var(--muted-fg);line-height:1.7}
.bct-inline-cta-actions{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}
@media(min-width:768px){
  .bct-inline-cta-inner{grid-template-columns:1fr auto;text-align:left}
  .bct-inline-cta-actions{justify-content:flex-end}
}

/* ===== FAQ SECTION ===== */
.bct-faq-section{padding:4rem 0}
.bct-faq-list{max-width:48rem;margin:0 auto}
.bct-faq-item{border-bottom:1px solid var(--border)}
.bct-faq-toggle{
  display:flex;align-items:center;justify-content:space-between;gap:1rem;
  width:100%;padding:1.25rem 0;border:none;background:none;cursor:pointer;
  font-family:'Montserrat',sans-serif;font-size:1rem;font-weight:600;
  text-align:left;color:var(--fg);
}
.bct-faq-toggle svg{flex-shrink:0;transition:transform .3s;color:var(--muted-fg)}
.bct-faq-toggle[aria-expanded="true"] svg{transform:rotate(180deg)}
.bct-faq-answer{
  display:none;padding:0 0 1.25rem;
}
.bct-faq-answer.open{display:block}
.bct-faq-answer p{font-size:.875rem;line-height:1.8;color:var(--muted-fg)}
.bct-faq-group-title{
  font-family:'Playfair Display',serif;font-size:1.25rem;font-weight:700;
  margin:2.5rem 0 1rem;padding-top:2rem;border-top:2px solid var(--primary);
}
.bct-faq-group-title:first-child{margin-top:0;padding-top:0;border-top:none}

/* ===== ABOUT PAGE ===== */

/* Stats Bar */
.bct-about-stats{padding:3rem 0;background:var(--primary);color:var(--primary-fg)}
.bct-about-stats-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;text-align:center}
@media(min-width:768px){.bct-about-stats-grid{grid-template-columns:repeat(4,1fr)}}
.bct-about-stat{padding:1.5rem 1rem}
.bct-about-stat-number{display:block;font-family:'Playfair Display',serif;font-size:2.75rem;font-weight:700;color:var(--gold);line-height:1}
.bct-about-stat-label{display:block;font-size:.8125rem;color:rgba(255,255,255,.6);margin-top:.5rem;text-transform:uppercase;letter-spacing:.1em}

/* Two-column layout */
.bct-about-story{padding:5rem 0}
.bct-about-mission{padding:5rem 0;background:var(--secondary)}
.bct-about-two-col{display:grid;gap:3rem;align-items:center}
@media(min-width:768px){.bct-about-two-col{grid-template-columns:1fr 1fr;gap:5rem}}
@media(min-width:768px){.bct-about-two-col-reverse{direction:rtl}.bct-about-two-col-reverse>*{direction:ltr}}
.bct-about-heading{font-family:'Playfair Display',serif;font-size:2rem;font-weight:700;line-height:1.2;margin-bottom:1.5rem;letter-spacing:-.02em}
@media(min-width:768px){.bct-about-heading{font-size:2.5rem}}
.bct-about-col-text p{font-size:.9375rem;line-height:1.8;color:var(--muted-fg);margin-bottom:1rem}

/* Image with badge */
.bct-about-image-stack{position:relative}
.bct-about-image-stack img,.bct-about-mission-img{width:100%;border-radius:1rem;aspect-ratio:4/3;object-fit:cover}
.bct-about-image-badge{
  position:absolute;bottom:-1.5rem;right:1.5rem;
  background:var(--gold);color:#fff;padding:1.25rem 1.5rem;border-radius:.75rem;
  text-align:center;box-shadow:0 8px 30px -12px rgba(212,160,23,.4);
}
.bct-about-badge-number{display:block;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.15em;opacity:.8}
.bct-about-badge-label{display:block;font-family:'Playfair Display',serif;font-size:1.75rem;font-weight:700;line-height:1}

/* Values checklist */
.bct-about-values{display:flex;flex-direction:column;gap:1.25rem;margin-top:1.5rem}
.bct-about-value{display:flex;align-items:flex-start;gap:.75rem}
.bct-about-value svg{flex-shrink:0;color:var(--gold);margin-top:.125rem}
.bct-about-value strong{display:block;font-size:.9375rem;font-weight:700;margin-bottom:.125rem}
.bct-about-value p{font-size:.8125rem;color:var(--muted-fg);margin:0;line-height:1.5}

/* Why section on about page */
.bct-about-why{padding:5rem 0}

/* Fleet showcase */
.bct-about-fleet{padding:5rem 0;background:var(--secondary)}
.bct-about-fleet-desc{max-width:36rem;margin:0 auto 2.5rem;text-align:center;font-size:.9375rem;line-height:1.8;color:var(--muted-fg)}
.bct-about-fleet-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}
@media(min-width:768px){.bct-about-fleet-grid{grid-template-columns:repeat(4,1fr)}}
.bct-about-fleet-card{background:var(--bg);border-radius:.75rem;overflow:hidden;border:1px solid var(--border);transition:transform .3s,box-shadow .3s}
.bct-about-fleet-card:hover{transform:translateY(-4px);box-shadow:0 12px 30px -12px rgba(0,0,0,.15)}
.bct-about-fleet-card img{width:100%;aspect-ratio:4/3;object-fit:cover}
.bct-about-fleet-card-body{padding:1rem 1.25rem}
.bct-about-fleet-card-body h3{font-family:'Playfair Display',serif;font-size:1rem;font-weight:700;margin-bottom:.125rem}
.bct-about-fleet-card-body p{font-size:.8125rem;color:var(--muted-fg);margin:0}

/* Credentials */
.bct-about-credentials{padding:5rem 0}
.bct-about-cred-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}
@media(min-width:640px){.bct-about-cred-grid{grid-template-columns:repeat(2,1fr)}}
@media(min-width:1024px){.bct-about-cred-grid{grid-template-columns:repeat(4,1fr)}}
.bct-about-cred-item{
  text-align:center;padding:2rem 1.5rem;border:1px solid var(--border);border-radius:1rem;
  transition:border-color .3s,box-shadow .3s;
}
.bct-about-cred-item:hover{border-color:rgba(212,160,23,.4);box-shadow:0 8px 30px -12px rgba(212,160,23,.15)}
.bct-about-cred-item svg{color:var(--gold);margin-bottom:1rem}
.bct-about-cred-item h3{font-family:'Playfair Display',serif;font-size:1rem;font-weight:700;margin-bottom:.5rem}
.bct-about-cred-item p{font-size:.8125rem;line-height:1.6;color:var(--muted-fg);margin:0}

/* Testimonial highlight */
.bct-about-testimonial{padding:5rem 0;background:var(--primary);color:var(--primary-fg)}
.bct-about-testimonial-inner{max-width:40rem;margin:0 auto;text-align:center}
.bct-about-testimonial blockquote{
  font-family:'Playfair Display',serif;font-size:1.375rem;font-style:italic;font-weight:400;
  line-height:1.7;color:rgba(255,255,255,.9);margin:0 0 2rem;
}
@media(min-width:768px){.bct-about-testimonial blockquote{font-size:1.5rem}}
.bct-about-testimonial-author strong{display:block;font-size:.9375rem;font-weight:700;color:#fff}
.bct-about-testimonial-author span{font-size:.8125rem;color:rgba(255,255,255,.5)}

/* ===== CONTACT PAGE ===== */
.bct-contact-section{padding:5rem 0}
.bct-contact-grid{display:grid;gap:4rem}
@media(min-width:768px){.bct-contact-grid{grid-template-columns:1.2fr 1fr;gap:5rem}}

/* Form wrapper */
.bct-contact-form-wrap{
  background:var(--bg);border:1px solid var(--border);border-radius:1rem;padding:2.5rem;
}
.bct-contact-form-header{margin-bottom:2rem}
.bct-contact-form-header h2{font-family:'Playfair Display',serif;font-size:1.5rem;font-weight:700;margin-bottom:.5rem}
.bct-contact-form-header p{font-size:.875rem;color:var(--muted-fg);line-height:1.6}

/* Form fields */
.bct-form-group{margin-bottom:1.25rem}
.bct-contact-form label{
  display:block;font-size:.7rem;font-weight:700;text-transform:uppercase;
  letter-spacing:.12em;margin-bottom:.5rem;color:var(--fg);
}
.bct-contact-form label span{color:var(--gold)}
.bct-contact-form input,.bct-contact-form select,.bct-contact-form textarea{
  width:100%;padding:.875rem 1rem;border:1px solid var(--border);border-radius:.5rem;
  font-size:.875rem;font-family:'Montserrat',sans-serif;background:var(--bg);
  transition:border-color .2s;
}
.bct-contact-form textarea{resize:vertical;min-height:130px}
.bct-contact-form input:focus,.bct-contact-form select:focus,.bct-contact-form textarea:focus{
  border-color:var(--primary);outline:none;box-shadow:0 0 0 3px rgba(0,0,0,.06);
}
.bct-form-row{display:grid;gap:1.25rem}
@media(min-width:480px){.bct-form-row{grid-template-columns:1fr 1fr}}
.bct-btn-full{width:100%;justify-content:center;margin-top:.5rem;height:3.25rem}

/* Info wrapper */
.bct-contact-info-wrap{display:flex;flex-direction:column;gap:2rem}
.bct-contact-info-header h2{font-family:'Playfair Display',serif;font-size:1.5rem;font-weight:700;margin-bottom:.5rem}
.bct-contact-info-header p{font-size:.875rem;color:var(--muted-fg);line-height:1.6}

/* Contact cards */
.bct-contact-cards{display:flex;flex-direction:column;gap:1rem}
.bct-contact-card{
  display:flex;align-items:flex-start;gap:1rem;padding:1.25rem 1.5rem;
  border:1px solid var(--border);border-radius:.75rem;transition:border-color .2s;
}
.bct-contact-card:hover{border-color:rgba(212,160,23,.4)}
.bct-contact-card-icon{
  width:2.75rem;height:2.75rem;flex-shrink:0;display:flex;align-items:center;justify-content:center;
  border-radius:.625rem;background:rgba(212,160,23,.1);
}
.bct-contact-card-icon svg{color:var(--gold)}
.bct-contact-card h3{font-family:'Playfair Display',serif;font-size:.9375rem;font-weight:700;margin-bottom:.25rem}
.bct-contact-card p,.bct-contact-card a{font-size:.875rem;color:var(--muted-fg);line-height:1.5;margin:0}
.bct-contact-card a:hover{color:var(--gold)}

/* Operating hours */
.bct-contact-hours{
  display:flex;align-items:flex-start;gap:1rem;padding:1.25rem 1.5rem;
  background:var(--secondary);border-radius:.75rem;
}
.bct-contact-hours h3{font-family:'Playfair Display',serif;font-size:.9375rem;font-weight:700;margin-bottom:.25rem}
.bct-contact-hours p{font-size:.875rem;color:var(--muted-fg);margin:0}

/* Quick action buttons */
.bct-contact-actions{display:flex;gap:1rem;flex-wrap:wrap;margin-top:.5rem}

/* Map */
.bct-contact-map-section{padding:0 0 4rem}
.bct-contact-map{
  width:100%;height:350px;background:var(--secondary);border-radius:1rem;
  display:flex;align-items:center;justify-content:center;
}
.bct-contact-map p{color:var(--muted-fg);display:flex;align-items:center;gap:.5rem;font-size:.875rem}

/* ===== SERVICE HERO ===== */
.bct-service-hero .bct-breadcrumbs{margin-bottom:1rem}
.bct-service-hero .bct-breadcrumb-item a{color:rgba(255,255,255,.4)}
.bct-service-hero .bct-breadcrumb-sep{color:rgba(255,255,255,.2)}
.bct-service-hero .bct-breadcrumb-item span[aria-current]{color:rgba(255,255,255,.7)}
.bct-hero-badges{display:flex;flex-wrap:wrap;gap:.75rem 1.25rem;margin-top:2rem}
.bct-hero-badges span{display:flex;align-items:center;gap:.375rem;font-size:.8125rem;font-weight:500;color:rgba(255,255,255,.7)}
.bct-hero-badges svg{color:var(--gold)}

/* Service content at bottom */
.bct-service-content-layout{max-width:800px}

/* ===== SERVICE PAGE ===== */

/* Sticky mobile CTA */
.bct-sticky-cta{
  display:flex;gap:.75rem;position:fixed;bottom:0;left:0;right:0;z-index:40;
  padding:.75rem 1rem;background:var(--bg);border-top:1px solid var(--border);
  box-shadow:0 -4px 20px rgba(0,0,0,.1);
}
.bct-sticky-cta a{flex:1;justify-content:center;font-size:.8125rem;padding:.625rem 1rem}
@media(min-width:768px){.bct-sticky-cta{display:none}}

/* Trust Strip */
.bct-service-trust{padding:1rem 0;border-bottom:1px solid var(--border);background:var(--bg)}
.bct-service-trust-grid{
  display:flex;flex-wrap:wrap;justify-content:center;gap:1.5rem;
}
.bct-service-trust-item{
  display:flex;align-items:center;gap:.5rem;font-size:.8125rem;font-weight:600;
  color:var(--fg);white-space:nowrap;
}
.bct-service-trust-item svg{color:var(--gold);flex-shrink:0}
.bct-service-trust-item .bct-stars{display:flex;align-items:center;gap:2px}
@media(min-width:768px){.bct-service-trust-grid{gap:2.5rem}}

/* Main Layout: Content + Sidebar */
.bct-service-main{padding:4rem 0}
.bct-service-layout{display:grid;gap:3rem}
@media(min-width:1024px){.bct-service-layout{grid-template-columns:1fr 340px;gap:4rem}}

/* Service body content */
.bct-service-body h2{font-family:'Playfair Display',serif;font-size:1.75rem;font-weight:700;margin:2.5rem 0 1rem;letter-spacing:-.02em}
.bct-service-body h2:first-child{margin-top:0}
.bct-service-body h3{font-family:'Playfair Display',serif;font-size:1.25rem;font-weight:600;margin:2rem 0 .75rem}
.bct-service-body p{font-size:.9375rem;line-height:1.8;color:var(--muted-fg);margin-bottom:1.25rem}
.bct-service-body ul,.bct-service-body ol{margin:0 0 1.5rem 1.25rem;line-height:1.8;color:var(--muted-fg)}
.bct-service-body li{margin-bottom:.375rem;font-size:.9375rem}
.bct-service-body a{color:var(--gold);text-decoration:underline}
.bct-service-body a:hover{opacity:.8}

/* Sidebar */
.bct-service-sidebar{display:flex;flex-direction:column;gap:1.5rem}
@media(min-width:1024px){.bct-service-sidebar{position:sticky;top:5rem;align-self:start}}

.bct-service-sidebar-cta{
  background:var(--primary);color:var(--primary-fg);padding:2rem;border-radius:1rem;
  display:flex;flex-direction:column;gap:.75rem;
}
.bct-service-sidebar-cta h3{font-family:'Playfair Display',serif;font-size:1.25rem;font-weight:700;margin-bottom:0}
.bct-service-sidebar-cta>p{font-size:.875rem;color:rgba(255,255,255,.6);margin:0 0 .5rem}
.bct-service-sidebar-note{
  display:flex;align-items:center;gap:.375rem;font-size:.75rem;
  color:rgba(255,255,255,.5);margin:.25rem 0 0;
}
.bct-service-sidebar-note svg{color:var(--gold)}
.bct-service-sidebar-cta .bct-btn-outline{color:#fff;border-color:rgba(255,255,255,.3)}
.bct-service-sidebar-cta .bct-btn-outline:hover{background:rgba(255,255,255,.1);color:#fff;border-color:rgba(255,255,255,.5)}

.bct-service-sidebar-card{
  border:1px solid var(--border);border-radius:1rem;padding:1.5rem;
}
.bct-service-sidebar-card h4{
  font-family:'Playfair Display',serif;font-size:1rem;font-weight:700;
  margin-bottom:1rem;padding-bottom:.75rem;border-bottom:1px solid var(--border);
}
.bct-service-includes{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.625rem}
.bct-service-includes li{
  display:flex;align-items:center;gap:.5rem;font-size:.8125rem;color:var(--muted-fg);
}
.bct-service-includes svg{color:var(--gold);flex-shrink:0}

/* Mid-page CTA */
.bct-service-mid-cta{padding:3rem 0;background:var(--primary);color:var(--primary-fg)}
.bct-service-mid-cta-inner{
  display:grid;gap:2rem;align-items:center;text-align:center;
}
@media(min-width:768px){.bct-service-mid-cta-inner{grid-template-columns:1fr auto;text-align:left}}
.bct-service-mid-cta h2{font-family:'Playfair Display',serif;font-size:1.75rem;font-weight:700;margin-bottom:.5rem}
.bct-service-mid-cta p{font-size:.875rem;color:rgba(255,255,255,.6);margin:0}
.bct-service-mid-cta-btns{display:flex;gap:1rem;justify-content:center}
@media(min-width:768px){.bct-service-mid-cta-btns{justify-content:flex-end}}

/* How It Works */
.bct-service-how{padding:5rem 0;background:var(--secondary)}
.bct-service-steps{display:flex;align-items:flex-start;justify-content:center;gap:0;max-width:56rem;margin:0 auto;flex-wrap:wrap}
.bct-service-step{text-align:center;flex:1;min-width:180px;padding:0 1.5rem}
.bct-service-step-line{
  width:4rem;height:2px;background:var(--border);margin-top:1.5rem;flex-shrink:0;
  display:none;
}
@media(min-width:768px){.bct-service-step-line{display:block}}
.bct-service-step-num{
  width:3rem;height:3rem;margin:0 auto 1rem;display:flex;align-items:center;justify-content:center;
  border-radius:50%;background:var(--primary);color:var(--primary-fg);
  font-family:'Playfair Display',serif;font-size:1.25rem;font-weight:700;
}
.bct-service-step h3{font-family:'Playfair Display',serif;font-size:1.125rem;font-weight:600;margin-bottom:.5rem}
.bct-service-step p{font-size:.875rem;color:var(--muted-fg);line-height:1.6}

/* ===== SERVICE SOCIAL PROOF ===== */
.bct-service-proof{padding:5rem 0;background:var(--secondary)}
.bct-service-proof-grid{display:grid;gap:2rem}
@media(min-width:768px){.bct-service-proof-grid{grid-template-columns:repeat(3,1fr)}}
.bct-service-proof-card{
  background:var(--bg);border-radius:1rem;padding:2rem;
  border:1px solid var(--border);
}
.bct-service-proof-card blockquote{
  font-size:.875rem;line-height:1.7;color:var(--muted-fg);margin:0 0 1.25rem;font-style:normal;
}
.bct-service-proof-author{font-size:.8125rem}
.bct-service-proof-author strong{font-weight:700;color:var(--fg)}
.bct-service-proof-author span{color:var(--muted-fg)}

/* ===== ROUTE PAGE ===== */

/* Route Price Bar */
.bct-route-price-bar{padding:2rem 0;background:var(--primary);color:var(--primary-fg)}
.bct-route-price-grid{
  display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;text-align:center;
}
@media(min-width:768px){.bct-route-price-grid{grid-template-columns:repeat(4,1fr)}}
.bct-route-price-item{padding:1rem}
.bct-route-price-value{
  display:block;font-family:'Playfair Display',serif;font-size:2rem;font-weight:700;
  color:var(--gold);line-height:1;
}
.bct-route-price-label{
  display:block;font-size:.75rem;color:rgba(255,255,255,.5);margin-top:.5rem;
  text-transform:uppercase;letter-spacing:.1em;
}

/* Route Expect Cards */
.bct-route-expect{padding:5rem 0}
.bct-route-expect-grid{display:grid;gap:2rem}
@media(min-width:640px){.bct-route-expect-grid{grid-template-columns:repeat(2,1fr)}}
@media(min-width:1024px){.bct-route-expect-grid{grid-template-columns:repeat(4,1fr)}}
.bct-route-expect-card{
  text-align:center;padding:2rem 1.5rem;border:1px solid var(--border);border-radius:1rem;
  transition:border-color .3s,box-shadow .3s;
}
.bct-route-expect-card:hover{border-color:rgba(212,160,23,.4);box-shadow:0 8px 30px -12px rgba(212,160,23,.15)}
.bct-route-expect-card h3{font-family:'Playfair Display',serif;font-size:1rem;font-weight:700;margin-bottom:.5rem}
.bct-route-expect-card p{font-size:.8125rem;line-height:1.6;color:var(--muted-fg);margin:0}

/* ===== FLEET CTA SECTION ===== */
.bct-fleet-cta-section{padding:4rem 0;background:var(--secondary)}
.bct-fleet-cta-grid{
  display:grid;gap:1.5rem;
  grid-template-columns:repeat(2,1fr);
}
@media(min-width:768px){.bct-fleet-cta-grid{grid-template-columns:repeat(3,1fr)}}
@media(min-width:1024px){.bct-fleet-cta-grid{grid-template-columns:repeat(5,1fr)}}
.bct-fleet-mini-card{border:1px solid var(--border);border-radius:.75rem;overflow:hidden;background:var(--bg)}
.bct-fleet-mini-card img{width:100%;aspect-ratio:4/3;object-fit:cover}
.bct-fleet-mini-body{padding:1rem}
.bct-fleet-mini-body h3{font-family:'Playfair Display',serif;font-size:.9375rem;font-weight:600;margin-bottom:.125rem}
.bct-fleet-mini-body p{font-size:.75rem;color:var(--muted-fg)}
.bct-fleet-mini-meta{display:flex;gap:1rem;margin-top:.5rem;font-size:.75rem;color:var(--muted-fg)}
.bct-fleet-mini-meta span{display:flex;align-items:center;gap:.25rem}

/* ===== USE CASE FEATURES ===== */
.bct-usecase-features{padding:4rem 0;background:var(--secondary)}
.bct-usecase-grid{display:grid;gap:2rem}
@media(min-width:640px){.bct-usecase-grid{grid-template-columns:repeat(2,1fr)}}
@media(min-width:1024px){.bct-usecase-grid{grid-template-columns:repeat(4,1fr)}}
.bct-usecase-card{
  background:var(--bg);border:1px solid var(--border);border-radius:1rem;
  padding:2rem;text-align:center;
}
.bct-usecase-icon{
  width:3.5rem;height:3.5rem;margin:0 auto 1rem;display:flex;align-items:center;justify-content:center;
  border-radius:50%;background:rgba(212,160,23,.1);
}
.bct-usecase-icon svg{color:var(--gold)}
.bct-usecase-card h3{font-family:'Playfair Display',serif;font-size:1.125rem;font-weight:600;margin-bottom:.5rem}
.bct-usecase-card p{font-size:.875rem;line-height:1.6;color:var(--muted-fg)}

/* ===== RELATED POSTS ===== */
.bct-related-posts{padding:4rem 0;border-top:1px solid var(--border)}

/* ===== FAQ PAGE ===== */

/* Category nav */
.bct-faq-nav-section{padding:1.5rem 0;border-bottom:1px solid var(--border);background:var(--bg);position:sticky;top:0;z-index:30}
.bct-faq-nav{display:flex;gap:1rem;overflow-x:auto;scrollbar-width:none;-webkit-overflow-scrolling:touch}
.bct-faq-nav::-webkit-scrollbar{display:none}
.bct-faq-nav-item{
  display:flex;align-items:center;gap:.5rem;padding:.625rem 1.25rem;
  border:1px solid var(--border);border-radius:9999px;font-size:.8125rem;font-weight:600;
  white-space:nowrap;transition:all .2s;flex-shrink:0;
}
.bct-faq-nav-item:hover,.bct-faq-nav-item:focus{background:var(--primary);color:var(--primary-fg);border-color:var(--primary)}
.bct-faq-nav-item svg{color:var(--gold)}
.bct-faq-nav-item:hover svg{color:var(--gold)}

/* Page layout */
.bct-faq-page-section{padding:4rem 0}
.bct-faq-page-layout{display:grid;gap:3rem}
@media(min-width:1024px){.bct-faq-page-layout{grid-template-columns:1fr 320px;gap:4rem}}

/* FAQ groups */
.bct-faq-page-main{display:flex;flex-direction:column;gap:3rem}
.bct-faq-group{scroll-margin-top:5rem}
.bct-faq-group-header{
  display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem;
  padding-bottom:1rem;border-bottom:2px solid var(--primary);
}
.bct-faq-group-icon{
  width:2.75rem;height:2.75rem;flex-shrink:0;display:flex;align-items:center;justify-content:center;
  border-radius:.625rem;background:rgba(212,160,23,.1);
}
.bct-faq-group-icon svg{color:var(--gold)}
.bct-faq-group-header h2{font-family:'Playfair Display',serif;font-size:1.375rem;font-weight:700;margin:0}

/* FAQ sidebar */
.bct-faq-page-sidebar{display:flex;flex-direction:column;gap:1.5rem}
@media(min-width:1024px){.bct-faq-page-sidebar{position:sticky;top:5rem;align-self:start}}
.bct-faq-page-sidebar .bct-service-includes a{color:var(--muted-fg);text-decoration:none;transition:color .2s}
.bct-faq-page-sidebar .bct-service-includes a:hover{color:var(--gold)}

/* ===== STILL HAVE QUESTIONS CTA ===== */
.bct-faq-cta{
  text-align:center;padding:4rem 0;background:var(--primary);color:var(--primary-fg);
}
.bct-faq-cta h2{font-family:'Playfair Display',serif;font-size:2rem;font-weight:700;margin-bottom:1rem}
.bct-faq-cta p{font-size:.875rem;color:rgba(255,255,255,.7);margin-bottom:2rem;line-height:1.7}
.bct-faq-cta-links{display:flex;flex-wrap:wrap;justify-content:center;gap:1.5rem}
.bct-faq-cta-links a{
  display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:rgba(255,255,255,.7);transition:color .2s;
}
.bct-faq-cta-links a:hover{color:#fff}

/* ===== GENERIC INNER PAGE CONTENT ===== */
.bct-page-content{padding:4rem 0;min-height:40vh}
.bct-page-content h2{font-family:'Playfair Display',serif;font-size:1.75rem;font-weight:700;margin:2rem 0 1rem}
.bct-page-content p{font-size:.9375rem;line-height:1.8;margin-bottom:1.5rem}

/* ===== WHAT TO EXPECT (Route Pages) ===== */
.bct-expect-section{padding:4rem 0}
.bct-expect-grid{display:grid;gap:1.5rem}
@media(min-width:640px){.bct-expect-grid{grid-template-columns:repeat(2,1fr)}}
@media(min-width:1024px){.bct-expect-grid{grid-template-columns:repeat(4,1fr)}}
.bct-expect-card{
  padding:1.5rem;border:1px solid var(--border);border-radius:.75rem;text-align:center;
}
.bct-expect-card svg{color:var(--gold);margin-bottom:.75rem}
.bct-expect-card h3{font-size:.9375rem;font-weight:700;margin-bottom:.375rem}
.bct-expect-card p{font-size:.8125rem;color:var(--muted-fg);line-height:1.6}

/* ===== SERVICES OVERVIEW PAGE ===== */
.bct-services-grid{display:grid;gap:2rem}
@media(min-width:768px){.bct-services-grid{grid-template-columns:repeat(2,1fr)}}

.bct-service-card-lg{
  display:flex;flex-direction:column;background:var(--bg);border:1px solid var(--border);
  border-radius:1rem;overflow:hidden;transition:all .3s ease;text-decoration:none;color:inherit;
}
.bct-service-card-lg:hover{border-color:var(--gold);box-shadow:0 12px 40px -12px rgba(0,0,0,.12);transform:translateY(-4px)}
.bct-service-card-img{position:relative;height:14rem;overflow:hidden}
.bct-service-card-img img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}
.bct-service-card-lg:hover .bct-service-card-img img{transform:scale(1.05)}
.bct-service-card-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.4),transparent)}
.bct-service-card-body{padding:1.75rem;display:flex;flex-direction:column;gap:.75rem;flex:1}
.bct-service-card-icon{
  width:3rem;height:3rem;display:flex;align-items:center;justify-content:center;
  background:rgba(212,160,24,.1);border-radius:.75rem;color:var(--gold);
}
.bct-service-card-body h3{font-family:'Playfair Display',serif;font-size:1.375rem;font-weight:700}
.bct-service-card-body p{font-size:.875rem;color:var(--muted-fg);line-height:1.7}
.bct-service-features{list-style:none;display:grid;grid-template-columns:1fr 1fr;gap:.5rem;margin-top:.25rem}
.bct-service-features li{
  font-size:.8125rem;color:var(--fg);padding-left:1.25rem;position:relative;
}
.bct-service-features li::before{
  content:'';position:absolute;left:0;top:.4em;width:.5rem;height:.5rem;
  border-radius:50%;background:var(--gold);
}
.bct-service-card-link{
  display:inline-flex;align-items:center;gap:.375rem;font-size:.8125rem;font-weight:600;
  color:var(--gold);margin-top:auto;padding-top:.75rem;
}
.bct-service-card-lg:hover .bct-service-card-link{gap:.625rem}

/* Occasion cards */
.bct-occasion-grid{display:grid;gap:1.5rem}
@media(min-width:640px){.bct-occasion-grid{grid-template-columns:repeat(2,1fr)}}
@media(min-width:1024px){.bct-occasion-grid{grid-template-columns:repeat(4,1fr)}}
.bct-occasion-card{
  padding:2rem 1.5rem;background:var(--bg);border:1px solid var(--border);border-radius:1rem;
  text-decoration:none;color:inherit;transition:all .3s ease;display:flex;flex-direction:column;gap:.75rem;
}
.bct-occasion-card:hover{border-color:var(--gold);box-shadow:0 8px 30px -12px rgba(0,0,0,.1);transform:translateY(-3px)}
.bct-occasion-icon{
  width:3.5rem;height:3.5rem;display:flex;align-items:center;justify-content:center;
  background:rgba(212,160,24,.08);border-radius:.75rem;
}
.bct-occasion-card h3{font-family:'Playfair Display',serif;font-size:1.125rem;font-weight:700}
.bct-occasion-card p{font-size:.8125rem;color:var(--muted-fg);line-height:1.7;flex:1}
.bct-occasion-card .bct-service-card-link{margin-top:auto}

/* Routes grid */
.bct-routes-grid{display:flex;flex-direction:column;gap:.75rem;max-width:50rem;margin:0 auto}
.bct-route-row{
  display:flex;align-items:center;gap:1.5rem;padding:1.25rem 1.5rem;
  background:var(--bg);border:1px solid var(--border);border-radius:.75rem;
  text-decoration:none;color:inherit;transition:all .2s ease;
}
.bct-route-row:hover{border-color:var(--gold);box-shadow:0 4px 16px rgba(0,0,0,.06)}
.bct-route-info{flex:1}
.bct-route-info h3{font-family:'Playfair Display',serif;font-size:1.0625rem;font-weight:700;margin-bottom:.25rem}
.bct-route-meta{display:flex;gap:1.25rem}
.bct-route-meta span{display:flex;align-items:center;gap:.375rem;font-size:.8125rem;color:var(--muted-fg)}
.bct-route-meta svg{color:var(--gold)}
.bct-route-price{text-align:right}
.bct-price-label{display:block;font-size:.6875rem;color:var(--muted-fg);text-transform:uppercase;letter-spacing:.05em}
.bct-price-amount{font-family:'Playfair Display',serif;font-size:1.375rem;font-weight:700;color:var(--gold)}
.bct-route-arrow{color:var(--muted-fg);transition:color .2s;flex-shrink:0}
.bct-route-row:hover .bct-route-arrow{color:var(--gold)}
@media(max-width:640px){
  .bct-route-row{flex-wrap:wrap;gap:.75rem}
  .bct-route-price{text-align:left}
  .bct-route-arrow{display:none}
}

/* Diff grid (Why Choose Us dark) */
.bct-diff-grid{display:grid;gap:2rem}
@media(min-width:640px){.bct-diff-grid{grid-template-columns:repeat(2,1fr)}}
@media(min-width:1024px){.bct-diff-grid{grid-template-columns:repeat(3,1fr)}}
.bct-diff-item{text-align:center;padding:1.5rem}
.bct-diff-item svg{margin-bottom:1rem}
.bct-diff-item h3{font-family:'Playfair Display',serif;font-size:1.0625rem;font-weight:700;margin-bottom:.5rem;color:#fff}
.bct-diff-item p{font-size:.8125rem;color:rgba(255,255,255,.6);line-height:1.7}

/* ===== ROUTES OVERVIEW PAGE ===== */
.bct-routes-section{padding:5rem 0}
.bct-routes-section-alt{background:#f8f8f8}
.bct-routes-section-header{text-align:center;margin-bottom:3rem}
.bct-routes-section-header .bct-section-label{color:#D4A018;text-transform:uppercase;letter-spacing:3px;font-size:.8rem;font-weight:600;display:block;margin-bottom:.5rem}
.bct-routes-section-header h2{font-family:'Playfair Display',serif;font-size:2.2rem;margin:0 0 .75rem}
.bct-routes-section-header p{color:#666;font-size:1.05rem;max-width:600px;margin:0 auto}

.bct-routes-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}
.bct-route-card{display:block;background:#fff;border:1px solid #e8e8e8;border-radius:12px;padding:1.5rem 1.75rem;text-decoration:none;color:#1a1a1a;transition:all .3s ease;position:relative;overflow:hidden}
.bct-route-card:hover{border-color:#D4A018;box-shadow:0 8px 30px rgba(212,160,24,.15);transform:translateY(-3px)}
.bct-route-card::after{content:'';position:absolute;bottom:0;left:0;right:0;height:3px;background:#D4A018;transform:scaleX(0);transition:transform .3s ease}
.bct-route-card:hover::after{transform:scaleX(1)}

.bct-route-card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}
.bct-route-card-cities{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}
.bct-route-from{font-weight:600;font-size:.95rem;color:#555}
.bct-route-arrow{color:#D4A018;display:flex;align-items:center}
.bct-route-to{font-weight:700;font-size:1.1rem;font-family:'Playfair Display',serif;color:#1a1a1a}
.bct-route-card-price{background:#1a1a1a;color:#D4A018;padding:.35rem .85rem;border-radius:6px;font-weight:700;font-size:1rem;white-space:nowrap;font-family:'Playfair Display',serif}

.bct-route-card-details{display:flex;gap:1.25rem;color:#888;font-size:.85rem}
.bct-route-card-details span{display:flex;align-items:center;gap:.35rem}
.bct-route-card-details svg{color:#D4A018}

/* Routes section on alt bg */
.bct-routes-section-alt .bct-route-card{background:#fff}

/* Custom Route CTA */
.bct-routes-custom-cta{padding:5rem 0;background:#1a1a1a;color:#fff}
.bct-routes-custom-inner{display:grid;grid-template-columns:1.2fr .8fr;gap:4rem;align-items:center}
.bct-routes-custom-text h2{font-family:'Playfair Display',serif;font-size:2.2rem;margin:0 0 1rem;color:#fff}
.bct-routes-custom-text p{color:rgba(255,255,255,.7);font-size:1.05rem;line-height:1.7;margin:0 0 1.5rem}
.bct-routes-custom-features{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:1fr 1fr;gap:.75rem}
.bct-routes-custom-features li{display:flex;align-items:center;gap:.5rem;color:rgba(255,255,255,.85);font-size:.95rem}
.bct-routes-custom-features svg{color:#D4A018;flex-shrink:0}
.bct-routes-custom-actions{display:flex;flex-direction:column;gap:1rem}
.bct-routes-custom-actions .bct-btn-lg{padding:1rem 1.5rem;font-size:1rem;text-align:center;justify-content:center;border-radius:8px}

/* Responsive */
@media(max-width:1024px){
  .bct-routes-grid{grid-template-columns:repeat(2,1fr)}
  .bct-routes-custom-inner{grid-template-columns:1fr;gap:2.5rem}
  .bct-routes-custom-features{grid-template-columns:1fr}
}
@media(max-width:640px){
  .bct-routes-grid{grid-template-columns:1fr}
  .bct-routes-section{padding:3rem 0}
  .bct-routes-section-header h2{font-size:1.8rem}
  .bct-route-card-header{flex-direction:column;gap:.75rem}
  .bct-route-card-price{align-self:flex-start}
  .bct-routes-custom-text h2{font-size:1.7rem}
}

/* ===== TRUST STRIP (shared across service & routes pages) ===== */
.bct-service-trust-strip{background:#1a1a1a;padding:1.25rem 0;border-bottom:1px solid rgba(212,160,24,.2)}
.bct-service-trust-items{display:flex;justify-content:center;align-items:center;gap:2.5rem;flex-wrap:wrap}
.bct-service-trust-item{display:flex;align-items:center;gap:.5rem;color:#fff;font-size:.9rem;font-weight:500;white-space:nowrap}
.bct-service-trust-item svg{color:#D4A018;flex-shrink:0}
.bct-service-trust-item .bct-stars{display:flex;align-items:center;gap:2px}
.bct-service-trust-item .bct-stars svg{width:14px;height:14px}

/* ===== HOW IT WORKS (shared across service & routes pages) ===== */
.bct-service-how-it-works{padding:5rem 0;background:#f8f8f8;text-align:center}
.bct-service-how-it-works .bct-section-label{color:#D4A018;text-transform:uppercase;letter-spacing:3px;font-size:.8rem;font-weight:600;display:block;margin-bottom:.5rem}
.bct-service-how-it-works h2{font-family:'Playfair Display',serif;font-size:2.2rem;margin:0 0 3rem}
.bct-steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2.5rem;max-width:900px;margin:0 auto}
.bct-step{text-align:center}
.bct-step-number{width:50px;height:50px;background:#D4A018;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:'Playfair Display',serif;font-size:1.4rem;font-weight:700;margin:0 auto 1.25rem}
.bct-step h3{font-family:'Playfair Display',serif;font-size:1.2rem;margin:0 0 .75rem}
.bct-step p{color:#666;font-size:.95rem;line-height:1.6;margin:0}

@media(max-width:768px){
  .bct-service-trust-items{gap:1rem;justify-content:flex-start}
  .bct-service-trust-item{font-size:.8rem}
  .bct-steps-grid{grid-template-columns:1fr;gap:2rem}
  .bct-service-how-it-works{padding:3rem 0}
}

/* ===== SERVICES OVERVIEW PAGE ===== */

/* Inner Hero */
.bct-inner-hero{background:#1a1a1a;color:#fff;padding:6rem 0 4rem;position:relative}
.bct-inner-hero h1{font-family:'Playfair Display',serif;font-size:2.8rem;margin:0 0 .75rem}
.bct-inner-hero p{color:rgba(255,255,255,.7);font-size:1.1rem;max-width:600px}
.bct-inner-hero .bct-breadcrumb{margin-bottom:1.5rem}
.bct-inner-hero .bct-breadcrumb ol{display:flex;gap:.5rem;list-style:none;padding:0;margin:0;font-size:.85rem}
.bct-inner-hero .bct-breadcrumb a{color:rgba(255,255,255,.6);text-decoration:none}
.bct-inner-hero .bct-breadcrumb a:hover{color:#D4A018}
.bct-inner-hero .bct-breadcrumb .sep{color:rgba(255,255,255,.3);margin:0 .25rem}

/* Services Grid - Large Cards */
.bct-services-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}
.bct-service-card-lg{display:flex;background:#fff;border-radius:12px;overflow:hidden;text-decoration:none;color:#1a1a1a;border:1px solid #e8e8e8;transition:all .3s ease}
.bct-service-card-lg:hover{border-color:#D4A018;box-shadow:0 8px 30px rgba(212,160,24,.12);transform:translateY(-2px)}
.bct-service-card-img{width:220px;min-height:280px;position:relative;flex-shrink:0;background:#f0f0f0}
.bct-service-card-img img{width:100%;height:100%;object-fit:cover}
.bct-service-card-overlay{position:absolute;inset:0;background:linear-gradient(135deg,rgba(0,0,0,.3),transparent)}
.bct-service-card-body{padding:1.75rem;flex:1;display:flex;flex-direction:column}
.bct-service-card-icon{width:40px;height:40px;background:#1a1a1a;border-radius:8px;display:flex;align-items:center;justify-content:center;margin-bottom:1rem}
.bct-service-card-icon svg{color:#D4A018}
.bct-service-card-body h3{font-family:'Playfair Display',serif;font-size:1.3rem;margin:0 0 .75rem}
.bct-service-card-body p{color:#666;font-size:.9rem;line-height:1.6;margin:0 0 1rem}
.bct-service-features{list-style:none;padding:0;margin:0 0 1.25rem;display:flex;flex-direction:column;gap:.4rem}
.bct-service-features li{font-size:.85rem;color:#555;padding-left:1.25rem;position:relative}
.bct-service-features li::before{content:"✓";position:absolute;left:0;color:#D4A018;font-weight:700}
.bct-service-card-link{color:#D4A018;font-weight:600;font-size:.9rem;display:flex;align-items:center;gap:.35rem;margin-top:auto}
.bct-service-card-link svg{transition:transform .3s}
.bct-service-card-lg:hover .bct-service-card-link svg{transform:translateX(4px)}

/* Occasion Grid */
.bct-occasion-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}
.bct-occasion-card{display:flex;flex-direction:column;align-items:center;text-align:center;padding:2.5rem 1.5rem;background:#fff;border-radius:12px;border:1px solid #e8e8e8;text-decoration:none;color:#1a1a1a;transition:all .3s ease}
.bct-occasion-card:hover{border-color:#D4A018;box-shadow:0 8px 30px rgba(212,160,24,.12);transform:translateY(-2px)}
.bct-occasion-icon{width:56px;height:56px;background:rgba(212,160,24,.08);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem}
.bct-occasion-icon svg{color:#D4A018}
.bct-occasion-card h3{font-family:'Playfair Display',serif;font-size:1.1rem;margin:0 0 .75rem}
.bct-occasion-card p{color:#666;font-size:.85rem;line-height:1.6;margin:0 0 1.25rem}
.bct-occasion-card .bct-service-card-link{justify-content:center}

/* Route Row (services page variant) */
.bct-routes-grid .bct-route-row{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;border:1px solid #e8e8e8;border-radius:10px;text-decoration:none;color:#1a1a1a;transition:all .3s ease;margin-bottom:.75rem}
.bct-routes-grid .bct-route-row:hover{border-color:#D4A018;box-shadow:0 4px 16px rgba(0,0,0,.06)}
.bct-route-info h3{font-family:'Playfair Display',serif;font-size:1.05rem;margin:0 0 .35rem}
.bct-route-meta{display:flex;gap:1rem;color:#888;font-size:.8rem}
.bct-route-meta span{display:flex;align-items:center;gap:.3rem}
.bct-route-meta svg{color:#D4A018}
.bct-route-price{text-align:right}
.bct-price-label{display:block;font-size:.7rem;color:#888;text-transform:uppercase;letter-spacing:1px}
.bct-price-amount{font-family:'Playfair Display',serif;font-size:1.2rem;font-weight:700;color:#D4A018}
.bct-route-arrow{color:#ccc;transition:color .3s}
.bct-routes-grid .bct-route-row:hover .bct-route-arrow{color:#D4A018}

/* Responsive */
@media(max-width:1024px){
  .bct-services-grid{grid-template-columns:1fr}
  .bct-occasion-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:768px){
  .bct-inner-hero{padding:4rem 0 2.5rem}
  .bct-inner-hero h1{font-size:2rem}
  .bct-service-card-lg{flex-direction:column}
  .bct-service-card-img{width:100%;min-height:180px}
  .bct-occasion-grid{grid-template-columns:1fr}
  .bct-routes-grid .bct-route-row{flex-wrap:wrap;gap:.75rem}
  .bct-route-price{text-align:left}
}
