/*
Theme Name: Boat Analysis
Theme URI: https://boatanalysis.local/
Author: Boat Analysis
Author URI: https://boatanalysis.local/
Description: Premium luxury maritime WordPress block theme with bulletproof visual image loading, full responsiveness, professional payment gateway cards, and HIN history verification tools.
Version: 5.0.0
Requires at least: 6.3
Tested up to: 6.6
Requires PHP: 7.4
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: boat-analysis
*/

@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,700&display=swap');

:root {
  --ba-navy-950: #030a14;
  --ba-navy-900: #09172c;
  --ba-navy-850: #0d203e;
  --ba-navy-800: #132a4f;
  --ba-navy-700: #1c3b68;
  
  --ba-cyan-500: #00d2ff;
  --ba-cyan-400: #3aebff;
  --ba-cyan-600: #009ecc;
  
  --ba-amber-500: #ffb703;
  --ba-amber-400: #ffc300;
  --ba-coral-500: #ff595e;
  --ba-emerald-500: #10b981;
  --ba-emerald-400: #34d399;

  --ba-slate-50: #f8fafc;
  --ba-slate-100: #f1f5f9;
  --ba-slate-200: #e2e8f0;
  --ba-slate-300: #cbd5e1;
  --ba-slate-400: #94a3b8;
  --ba-slate-600: #475569;
  --ba-slate-700: #334155;
  --ba-slate-800: #1e293b;
  --ba-slate-900: #0f172a;

  --ba-glass-bg: rgba(9, 23, 44, 0.88);
  --ba-glass-border: rgba(255, 255, 255, 0.16);
  --ba-glass-card: rgba(255, 255, 255, 0.05);
  
  --ba-shadow-glow: 0 14px 45px -10px rgba(0, 210, 255, 0.5);
  --ba-shadow-card: 0 20px 50px rgba(3, 10, 20, 0.08);
  --ba-shadow-float: 0 30px 70px -15px rgba(3, 10, 20, 0.35);
  
  --ba-font-sans: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  --ba-radius-sm: 10px;
  --ba-radius-md: 18px;
  --ba-radius-lg: 28px;
  --ba-radius-pill: 9999px;

  /* =====================================================
     LOGO SIZE CONTROL
     Yahan numbers badlo to logo size change ho jata hai.
     Height = lamba  |  max-width = chara
     ===================================================== */
  --ba-logo-height:     130px;
  --ba-logo-max-width:  360px;
}

/* Base Setup */
html {
  scroll-behavior: smooth;
}

*, *::before, *::after {
  box-sizing: border-box;
}

body {
  font-family: var(--ba-font-sans);
  background-color: var(--ba-slate-50);
  color: var(--ba-slate-800);
  line-height: 1.65;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  width: 100%;
}

/* Custom Scrollbar */
::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-track {
  background: var(--ba-navy-950);
}
::-webkit-scrollbar-thumb {
  background: var(--ba-navy-700);
  border-radius: 5px;
}
::-webkit-scrollbar-thumb:hover {
  background: var(--ba-cyan-500);
}

a {
  color: var(--ba-navy-700);
  text-decoration: none;
  transition: all 0.25s ease;
}

a:hover {
  color: var(--ba-cyan-600);
}

/* Container Bounds */
.wp-site-blocks,
main,
.wp-block-post-content,
.entry-content {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
}

.alignfull {
  width: 100% !important;
  max-width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  box-sizing: border-box !important;
}

.alignwide {
  max-width: 1380px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  width: 100% !important;
}

.ba-container {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding-left: clamp(18px, 3.5vw, 40px);
  padding-right: clamp(18px, 3.5vw, 40px);
  box-sizing: border-box;
}

/* Header Navigation */
.ba-site-header {
  background: rgba(3, 10, 20, 0.96);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--ba-glass-border);
  position: sticky;
  top: 0;
  z-index: 100;
  width: 100%;
}

.ba-site-header > .wp-block-group {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
  padding-left: clamp(20px, 4vw, 50px) !important;
  padding-right: clamp(20px, 4vw, 50px) !important;
  max-width: 1400px;
  margin: 0 auto;
}

.ba-site-header a,
.ba-site-header .wp-block-navigation-item__label {
  color: rgba(255, 255, 255, 0.94) !important;
  font-weight: 700;
  font-size: 15px;
}

.ba-site-header a:hover,
.ba-site-header .wp-block-navigation-item__label:hover {
  color: var(--ba-cyan-400) !important;
}

/* Logo Image */
.ba-logo-link {
  display: inline-flex;
  align-items: center;
  text-decoration: none !important;
  flex-shrink: 0;
}

.ba-site-logo {
  height: var(--ba-logo-height, 130px);
  width: auto;
  max-width: var(--ba-logo-max-width, 360px);
  object-fit: contain;
  display: block;
  background: none;
  filter: none;
  transition: opacity 0.2s ease;
}

.ba-site-logo:hover {
  opacity: 0.88;
  transform: scale(1.02);
  filter: none;
}

.ba-footer-logo {
  height: 44px;
  opacity: 0.92;
  filter: none;
}

.ba-footer-logo:hover {
  opacity: 1;
  filter: drop-shadow(0 2px 10px rgba(0, 210, 255, 0.4));
}

.ba-brand-mark {
  align-items: center;
  background: linear-gradient(135deg, var(--ba-cyan-500), #0066ff);
  border-radius: var(--ba-radius-sm);
  color: #fff;
  display: none;
  font-weight: 900;
  font-size: 20px;
  height: 44px;
  justify-content: center;
  width: 44px;
  box-shadow: 0 6px 20px rgba(0, 210, 255, 0.45);
}

.wp-block-site-title a {
  color: #ffffff !important;
  font-size: 24px !important;
  font-weight: 900 !important;
  letter-spacing: -0.03em;
}

/* Buttons */
.ba-button,
.btn-primary,
.wp-block-button__link {
  align-items: center;
  background: linear-gradient(135deg, #00d2ff 0%, #0066ff 100%);
  border: 0;
  border-radius: var(--ba-radius-pill);
  color: #ffffff !important;
  cursor: pointer;
  display: inline-flex;
  font-family: var(--ba-font-sans);
  font-weight: 800;
  font-size: 16px;
  justify-content: center;
  gap: 10px;
  min-height: 54px;
  padding: 14px 34px;
  text-decoration: none !important;
  box-shadow: var(--ba-shadow-glow);
  transition: all 0.25s ease;
}

.ba-button:hover,
.btn-primary:hover,
.wp-block-button__link:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 40px -5px rgba(0, 210, 255, 0.6);
  background: linear-gradient(135deg, #3aebff 0%, #0077ff 100%);
}

.ba-button-secondary {
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff !important;
  border: 1px solid var(--ba-glass-border);
  box-shadow: none;
}

.ba-button-secondary:hover {
  background: rgba(255, 255, 255, 0.22);
  color: #ffffff !important;
}

/* Hero Section */
.ba-hero {
  position: relative;
  background: var(--ba-navy-950);
  color: #ffffff;
  overflow: hidden;
  padding-top: clamp(65px, 8vw, 120px);
  padding-bottom: clamp(75px, 9vw, 140px);
  width: 100%;
}

.ba-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: 
    radial-gradient(circle at 50% 10%, rgba(0, 210, 255, 0.28) 0%, transparent 60%),
    radial-gradient(circle at 90% 70%, rgba(0, 102, 255, 0.22) 0%, transparent 50%),
    linear-gradient(180deg, rgba(3, 10, 20, 0.55) 0%, rgba(3, 10, 20, 0.96) 100%),
    url("assets/hero.png") center/cover no-repeat,
    url("https://images.unsplash.com/photo-1569263979104-865ab7cd8d13?auto=format&fit=crop&w=2200&q=85") center/cover no-repeat;
  z-index: 0;
}

.ba-hero > * {
  position: relative;
  z-index: 1;
}

/* Hero Stats Row */
.ba-hero-stats-row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 40px;
}

.ba-stat-pill {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(12px);
  padding: 10px 22px;
  border-radius: var(--ba-radius-pill);
  font-size: 14px;
  font-weight: 800;
  color: #ffffff;
  display: flex;
  align-items: center;
  gap: 8px;
}

/* Subpage Visual Headers */
.ba-page-header-hero {
  position: relative;
  background: var(--ba-navy-950);
  color: #ffffff;
  padding-top: clamp(60px, 7vw, 100px);
  padding-bottom: clamp(60px, 7vw, 100px);
  text-align: center;
  overflow: hidden;
  width: 100%;
}

.ba-page-header-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: 
    radial-gradient(circle at 50% 20%, rgba(0, 210, 255, 0.25) 0%, transparent 60%),
    linear-gradient(180deg, rgba(3, 10, 20, 0.65) 0%, rgba(3, 10, 20, 0.96) 100%),
    url("assets/inspection.png") center/cover no-repeat,
    url("https://images.unsplash.com/photo-1540946485063-a40da27545f8?auto=format&fit=crop&w=1800&q=85") center/cover no-repeat;
  z-index: 0;
}

.ba-page-header-hero.hero-transom::before {
  background: 
    radial-gradient(circle at 50% 20%, rgba(0, 210, 255, 0.25) 0%, transparent 60%),
    linear-gradient(180deg, rgba(3, 10, 20, 0.65) 0%, rgba(3, 10, 20, 0.96) 100%),
    url("assets/yacht-order.jpg") center/cover no-repeat,
    url("assets/transom.png") center/cover no-repeat;
}

.ba-page-header-hero.hero-payment::before {
  background: 
    radial-gradient(circle at 50% 20%, rgba(0, 210, 255, 0.25) 0%, transparent 60%),
    linear-gradient(180deg, rgba(3, 10, 20, 0.65) 0%, rgba(3, 10, 20, 0.96) 100%),
    url("assets/payment.jpg") center/cover no-repeat;
}

.ba-page-header-hero.hero-marina::before {
  background: 
    radial-gradient(circle at 50% 20%, rgba(0, 210, 255, 0.25) 0%, transparent 60%),
    linear-gradient(180deg, rgba(3, 10, 20, 0.65) 0%, rgba(3, 10, 20, 0.96) 100%),
    url("assets/yacht-about.jpg") center/cover no-repeat,
    url("assets/interior.png") center/cover no-repeat;
}

.ba-page-header-hero.hero-faq::before {
  background: 
    radial-gradient(circle at 50% 20%, rgba(0, 210, 255, 0.25) 0%, transparent 60%),
    linear-gradient(180deg, rgba(3, 10, 20, 0.65) 0%, rgba(3, 10, 20, 0.96) 100%),
    url("assets/yacht-faq.jpg") center/cover no-repeat,
    url("assets/support.jpg") center/cover no-repeat;
}

.ba-page-header-hero.hero-report::before {
  background: 
    radial-gradient(circle at 50% 20%, rgba(0, 210, 255, 0.25) 0%, transparent 60%),
    linear-gradient(180deg, rgba(3, 10, 20, 0.65) 0%, rgba(3, 10, 20, 0.96) 100%),
    url("assets/yacht-report.jpg") center/cover no-repeat,
    url("assets/hero.png") center/cover no-repeat;
}

.ba-page-header-hero.hero-contact::before {
  background: 
    radial-gradient(circle at 50% 20%, rgba(0, 210, 255, 0.25) 0%, transparent 60%),
    linear-gradient(180deg, rgba(3, 10, 20, 0.65) 0%, rgba(3, 10, 20, 0.96) 100%),
    url("assets/support.jpg") center/cover no-repeat;
}

.ba-page-header-hero.hero-legal::before {
  background: 
    radial-gradient(circle at 50% 20%, rgba(0, 210, 255, 0.25) 0%, transparent 60%),
    linear-gradient(180deg, rgba(3, 10, 20, 0.65) 0%, rgba(3, 10, 20, 0.96) 100%),
    url("assets/interior.png") center/cover no-repeat;
}

.ba-page-header-hero > * {
  position: relative;
  z-index: 1;
}

.ba-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(0, 210, 255, 0.14);
  border: 1px solid rgba(0, 210, 255, 0.35);
  color: var(--ba-cyan-400);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 8px 20px;
  border-radius: var(--ba-radius-pill);
  margin-bottom: 22px;
}

.ba-badge-dot {
  width: 8px;
  height: 8px;
  background-color: var(--ba-cyan-400);
  border-radius: 50%;
  box-shadow: 0 0 10px var(--ba-cyan-400);
  animation: pulse-glow 1.8s infinite;
}

@keyframes pulse-glow {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.4); opacity: 0.5; }
}

.ba-hero h1 {
  font-size: clamp(40px, 5.5vw, 72px) !important;
  font-weight: 900 !important;
  line-height: 1.06 !important;
  letter-spacing: -0.03em !important;
  color: #ffffff !important;
  margin-bottom: 20px !important;
}

.ba-hero h1 .text-gradient {
  background: linear-gradient(135deg, #ffffff 10%, var(--ba-cyan-400) 80%, #009ecc 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.ba-hero p.hero-subtitle {
  font-size: clamp(18px, 2vw, 22px) !important;
  color: rgba(255, 255, 255, 0.9) !important;
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px !important;
}

/* Floating Search Pill Bar */
.ba-search-pill-wrapper {
  width: 100%;
  max-width: 1020px;
  margin: 0 auto;
  box-sizing: border-box;
}

.ba-search-pill {
  background: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 60px;
  padding: 10px 12px 10px 28px;
  box-shadow: var(--ba-shadow-float);
  display: flex;
  align-items: center;
  gap: 16px;
  width: 100%;
  box-sizing: border-box;
}

.ba-search-input-group {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 12px;
}

.ba-search-input-group svg {
  color: var(--ba-cyan-600);
  flex-shrink: 0;
}

.ba-search-pill input[type="text"],
.ba-search-pill input[type="email"] {
  background: transparent;
  border: 0;
  outline: none;
  font-family: var(--ba-font-sans);
  font-weight: 800;
  color: var(--ba-navy-950);
  font-size: 17px;
  width: 100%;
  padding: 12px 0;
}

.ba-search-pill input::placeholder {
  color: rgba(10, 25, 47, 0.45);
  font-weight: 700;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0.04em;
}

.ba-search-divider {
  width: 1px;
  height: 40px;
  background-color: rgba(10, 25, 47, 0.15);
  flex-shrink: 0;
}

.ba-search-select-group select {
  background: transparent;
  border: 0;
  outline: none;
  font-family: var(--ba-font-sans);
  font-weight: 800;
  color: var(--ba-navy-950);
  font-size: 15px;
  cursor: pointer;
  padding: 10px 12px;
}

.ba-search-pill .btn-submit-search {
  background: linear-gradient(135deg, #00d2ff 0%, #0066ff 100%);
  color: #ffffff;
  border: 0;
  border-radius: 50px;
  padding: 16px 38px;
  font-weight: 900;
  font-size: 17px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  transition: all 0.25s ease;
  white-space: nowrap;
  box-shadow: 0 10px 28px rgba(0, 102, 255, 0.4);
}

.ba-search-pill .btn-submit-search:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 36px rgba(0, 210, 255, 0.6);
}

@media (max-width: 860px) {
  .ba-search-pill {
    flex-direction: column;
    border-radius: var(--ba-radius-md);
    padding: 22px;
    gap: 14px;
  }
  
  .ba-search-divider {
    display: none;
  }

  .ba-search-input-group,
  .ba-search-select-group {
    width: 100%;
    background: var(--ba-slate-100);
    border-radius: var(--ba-radius-sm);
    padding: 6px 16px;
  }

  .ba-search-pill .btn-submit-search {
    width: 100%;
    justify-content: center;
    border-radius: var(--ba-radius-sm);
  }
}

/* Trust Bar */
.ba-trust-strip {
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px;
  color: rgba(255, 255, 255, 0.85);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.ba-trust-item {
  display: flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  padding: 8px 18px;
  border-radius: var(--ba-radius-pill);
}

/* Section Padding */
.ba-section {
  padding-top: clamp(65px, 8vw, 120px);
  padding-bottom: clamp(65px, 8vw, 120px);
  width: 100%;
  box-sizing: border-box;
}

/* Side-by-Side Visual Split Card */
.ba-split-visual-card {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 44px;
  align-items: center;
  margin-top: 40px;
  width: 100%;
}

@media (max-width: 900px) {
  .ba-split-visual-card {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

.ba-split-visual-image {
  position: relative;
  border-radius: var(--ba-radius-md);
  overflow: hidden;
  box-shadow: var(--ba-shadow-card);
  height: 380px;
  width: 100%;
}

.ba-split-visual-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.ba-split-visual-badge {
  position: absolute;
  bottom: 20px;
  left: 20px;
  background: rgba(3, 10, 20, 0.9);
  border: 1px solid var(--ba-glass-border);
  color: #ffffff;
  padding: 12px 20px;
  border-radius: var(--ba-radius-sm);
  font-weight: 800;
  font-size: 14px;
}

/* Visual Vessel Category Grid */
.ba-vessel-categories-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  margin-top: 45px;
  width: 100%;
}

@media (max-width: 1024px) {
  .ba-vessel-categories-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 600px) {
  .ba-vessel-categories-grid {
    grid-template-columns: 1fr;
  }
}

.ba-vessel-card {
  position: relative;
  border-radius: var(--ba-radius-md);
  overflow: hidden;
  height: 320px;
  width: 100%;
  box-shadow: var(--ba-shadow-card);
  transition: all 0.35s ease;
  border: 1px solid var(--ba-slate-200);
}

.ba-vessel-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

.ba-vessel-card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(3, 10, 20, 0.1) 0%, rgba(3, 10, 20, 0.92) 100%);
  padding: 26px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #ffffff;
}

.ba-vessel-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 25px 50px rgba(0, 210, 255, 0.3);
}

.ba-vessel-card:hover img {
  transform: scale(1.08);
}

.ba-vessel-card-overlay h4 {
  font-size: 22px;
  font-weight: 900;
  margin: 0 0 6px 0;
  color: #ffffff;
}

.ba-vessel-card-overlay p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.88);
  margin: 0;
}

/* Full Width Visual Banner */
.ba-full-image-banner {
  position: relative;
  width: 100%;
  min-height: 440px;
  border-radius: var(--ba-radius-lg);
  overflow: hidden;
  margin: 45px 0;
  display: flex;
  align-items: center;
  box-shadow: var(--ba-shadow-float);
}

.ba-full-image-banner img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.ba-full-image-banner-overlay {
  position: relative;
  z-index: 1;
  background: linear-gradient(90deg, rgba(3, 10, 20, 0.96) 0%, rgba(3, 10, 20, 0.84) 55%, rgba(3, 10, 20, 0.4) 100%);
  padding: clamp(36px, 5vw, 70px);
  width: 100%;
  color: #ffffff;
}

/* Cards & Components */
.ba-card,
.ba-feature-card,
.ba-testimonial-card,
.ba-price-card {
  background: #ffffff;
  border: 1px solid var(--ba-slate-200);
  border-radius: var(--ba-radius-md);
  padding: 36px;
  box-shadow: var(--ba-shadow-card);
  transition: all 0.3s ease;
  width: 100%;
  box-sizing: border-box;
}

.ba-card:hover,
.ba-feature-card:hover {
  transform: translateY(-5px);
  border-color: rgba(0, 210, 255, 0.4);
}

.ba-feature-icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, rgba(0, 210, 255, 0.16), rgba(0, 102, 255, 0.1));
  border-radius: var(--ba-radius-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--ba-cyan-600);
  margin-bottom: 20px;
  border: 1px solid rgba(0, 210, 255, 0.25);
  font-size: 24px;
}

/* Sample Report Interactive Section */
.ba-sample-report-section {
  background: var(--ba-navy-900);
  color: #ffffff;
  border-radius: var(--ba-radius-lg);
  padding: clamp(35px, 5vw, 60px);
  border: 1px solid var(--ba-glass-border);
  box-shadow: var(--ba-shadow-float);
  margin: 40px 0;
  width: 100%;
  box-sizing: border-box;
}

.ba-tabs-nav {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  padding-bottom: 10px;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.ba-tab-btn {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.8);
  padding: 13px 26px;
  border-radius: var(--ba-radius-pill);
  font-weight: 800;
  font-size: 15px;
  cursor: pointer;
  white-space: nowrap;
  transition: all 0.25s ease;
}

.ba-tab-btn.active {
  background: linear-gradient(135deg, var(--ba-cyan-500), #0066ff);
  color: #ffffff;
  border-color: transparent;
}

.ba-tab-panel {
  display: none;
}

.ba-tab-panel.active {
  display: block;
}

.ba-report-preview-card {
  background: rgba(13, 32, 60, 0.96);
  border: 1px solid var(--ba-glass-border);
  border-radius: var(--ba-radius-md);
  padding: 32px;
}

.ba-preview-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  padding-bottom: 22px;
  margin-bottom: 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.ba-status-badge-clean {
  background: rgba(16, 185, 129, 0.18);
  border: 1px solid var(--ba-emerald-500);
  color: var(--ba-emerald-400);
  font-weight: 900;
  font-size: 14px;
  padding: 8px 20px;
  border-radius: var(--ba-radius-pill);
}

.ba-report-grid-3 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
}

.ba-report-detail-item {
  background: rgba(255, 255, 255, 0.05);
  border-radius: var(--ba-radius-sm);
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.ba-report-detail-item label {
  font-size: 12px;
  color: var(--ba-slate-400);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  display: block;
  margin-bottom: 4px;
  font-weight: 800;
}

.ba-report-detail-item span {
  font-size: 17px;
  font-weight: 800;
  color: #ffffff;
}

/* Pricing Grid */
.ba-pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px;
  margin-top: 45px;
  width: 100%;
}

@media (max-width: 960px) {
  .ba-pricing-grid {
    grid-template-columns: 1fr;
  }
}

.ba-price-card {
  position: relative;
  display: flex;
  flex-direction: column;
}

.ba-price-card.popular {
  border: 2px solid var(--ba-cyan-500);
  box-shadow: 0 30px 70px -10px rgba(0, 210, 255, 0.3);
}

.ba-popular-badge {
  position: absolute;
  top: -16px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg, var(--ba-cyan-500), #0066ff);
  color: #ffffff;
  font-weight: 900;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 6px 20px;
  border-radius: var(--ba-radius-pill);
}

.ba-price-amount {
  font-size: 48px;
  font-weight: 900;
  color: var(--ba-navy-950);
  margin: 16px 0;
  line-height: 1;
}

.ba-price-amount span {
  font-size: 16px;
  color: var(--ba-slate-600);
  font-weight: 700;
}

.ba-check-list {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}

.ba-check-list li {
  position: relative;
  padding-left: 32px;
  margin-bottom: 12px;
  font-weight: 700;
  color: var(--ba-slate-700);
  font-size: 15px;
}

.ba-check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  width: 22px;
  height: 22px;
  background: rgba(16, 185, 129, 0.16);
  color: var(--ba-emerald-500);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 900;
}

/* Steps Grid */
.ba-steps-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px;
  margin-top: 45px;
  width: 100%;
}

@media (max-width: 768px) {
  .ba-steps-grid {
    grid-template-columns: 1fr;
  }
}

.ba-step-card {
  background: #ffffff;
  border: 1px solid var(--ba-slate-200);
  border-radius: var(--ba-radius-md);
  padding: 34px;
  position: relative;
  box-shadow: var(--ba-shadow-card);
  width: 100%;
}

.ba-step-number {
  width: 52px;
  height: 52px;
  background: linear-gradient(135deg, var(--ba-navy-900), var(--ba-navy-700));
  color: var(--ba-cyan-400);
  font-weight: 900;
  font-size: 22px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

/* Live Ticker Feed */
.ba-live-ticker-wrap {
  background: rgba(3, 10, 20, 0.97);
  border-top: 1px solid var(--ba-glass-border);
  border-bottom: 1px solid var(--ba-glass-border);
  padding: 16px 0;
  color: #ffffff;
  overflow: hidden;
  width: 100%;
}

.ba-live-ticker {
  display: flex;
  align-items: center;
  gap: 40px;
  white-space: nowrap;
  animation: scroll-left 35s linear infinite;
}

@keyframes scroll-left {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

.ba-ticker-item {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.9);
}

/* Testimonial Grid */
.ba-testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  margin-top: 45px;
  width: 100%;
}

@media (max-width: 900px) {
  .ba-testimonials-grid {
    grid-template-columns: 1fr;
  }
}

.ba-testimonial-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}

.ba-testimonial-stars {
  color: var(--ba-amber-500);
  font-size: 18px;
  margin-bottom: 14px;
}

.ba-testimonial-author {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px solid var(--ba-slate-200);
}

.ba-testimonial-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
}

/* Form Styling */
.ba-form-card {
  background: #ffffff;
  border: 1px solid var(--ba-slate-200);
  border-radius: var(--ba-radius-lg);
  padding: clamp(28px, 4vw, 44px);
  box-shadow: var(--ba-shadow-card);
  width: 100%;
  box-sizing: border-box;
}

.ba-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  margin-bottom: 24px;
}

@media (max-width: 600px) {
  .ba-form-grid {
    grid-template-columns: 1fr;
  }
}

.ba-form-card label {
  display: block;
  font-weight: 800;
  font-size: 14px;
  color: var(--ba-navy-950);
  margin-bottom: 6px;
}

.ba-input,
.ba-select,
.ba-textarea {
  width: 100%;
  background: var(--ba-slate-50);
  border: 1px solid var(--ba-slate-300);
  border-radius: var(--ba-radius-sm);
  padding: 16px 18px;
  font-family: var(--ba-font-sans);
  font-size: 16px;
  color: var(--ba-navy-950);
  outline: none;
  transition: all 0.25s ease;
  box-sizing: border-box;
}

.ba-input:focus,
.ba-select:focus,
.ba-textarea:focus {
  border-color: var(--ba-cyan-500);
  background: #ffffff;
  box-shadow: 0 0 0 3px rgba(0, 210, 255, 0.16);
}

/* Footer */
.ba-site-footer {
  background: var(--ba-navy-950);
  color: #ffffff;
  border-top: 1px solid var(--ba-glass-border);
  padding-top: 90px;
  padding-bottom: 40px;
  width: 100%;
}

.ba-site-footer h3,
.ba-site-footer h4 {
  color: #ffffff !important;
  font-weight: 900;
}

.ba-site-footer a {
  color: rgba(255, 255, 255, 0.78) !important;
}

.ba-site-footer a:hover {
  color: var(--ba-cyan-400) !important;
}

.ba-payment-icons {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 20px;
  flex-wrap: wrap;
}

.ba-payment-pill {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  padding: 8px 16px;
  border-radius: 8px;
}

/* Site Logo block styling */
.wp-block-site-logo {
  margin: 0;
  background: none;
  padding: 0;
}
.wp-block-site-logo a {
  display: inline-flex;
  align-items: center;
  text-decoration: none !important;
}
.wp-block-site-logo img {
  height: var(--ba-logo-height, 130px);
  width: auto;
  max-width: var(--ba-logo-max-width, 360px);
  object-fit: contain;
  display: block;
  background: none;
  filter: none;
}
.ba-site-footer .wp-block-site-logo img {
  height: 44px;
  max-width: 180px;
}

/* Footer Verification Checklist */
.ba-site-footer .ba-check-list {
  list-style: none !important;
  padding-left: 0 !important;
  margin: 16px 0 0 0 !important;
}
.ba-site-footer .ba-check-list li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.8) !important;
  font-size: 14px;
  list-style-type: none !important;
}
.ba-site-footer .ba-check-list li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: var(--ba-cyan-400);
  font-weight: 900;
}




/* =========================================================
   ENHANCED MARITIME VISUALS & SPLIT LAYOUTS
   ========================================================= */

/* Hero Banner with luxury overlay */
.ba-hero {
  position: relative;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  padding: 110px 24px 80px 24px;
}

/* Trust Badges Strip in Hero */
.ba-trust-strip {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 36px;
  padding-top: 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.ba-trust-item {
  color: rgba(255, 255, 255, 0.85);
  font-size: 14px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

/* Visual Vessel Grid */
.ba-vessel-grid-visual {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 26px;
  margin-top: 36px;
}

.ba-vessel-card-visual {
  background: #ffffff;
  border: 1.5px solid #e2e8f0;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 8px 30px rgba(3, 10, 20, 0.05);
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
}

.ba-vessel-card-visual:hover {
  transform: translateY(-6px);
  border-color: #00d2ff;
  box-shadow: 0 20px 45px rgba(0, 210, 255, 0.18);
}

.ba-vessel-img-box {
  position: relative;
  height: 200px;
  overflow: hidden;
}

.ba-vessel-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.ba-vessel-card-visual:hover .ba-vessel-img-box img {
  transform: scale(1.05);
}

.ba-vessel-badge {
  position: absolute;
  top: 14px;
  right: 14px;
  background: rgba(3, 10, 20, 0.85);
  color: #00d2ff;
  font-size: 11px;
  font-weight: 800;
  padding: 4px 10px;
  border-radius: 9999px;
  border: 1px solid rgba(0, 210, 255, 0.4);
  backdrop-filter: blur(4px);
}

.ba-vessel-content {
  padding: 22px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.ba-vessel-content .ba-vessel-title {
  font-size: 20px;
  font-weight: 800;
  color: #030a14;
  margin: 0 0 8px 0;
}

.ba-vessel-content .ba-vessel-desc {
  font-size: 14px;
  color: #475569;
  line-height: 1.6;
  margin: 0 0 16px 0;
  flex-grow: 1;
}

.ba-vessel-action-link {
  color: #009ecc;
  font-weight: 800;
  font-size: 14px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: color 0.2s;
}

.ba-vessel-action-link:hover {
  color: #00d2ff;
}

/* 2-Column Split Order / Contact Layout */
.ba-split-order-layout {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 40px;
  align-items: start;
}

@media (max-width: 960px) {
  .ba-split-order-layout {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}

.ba-order-sidebar-card {
  background: #ffffff;
  border: 1.5px solid #e2e8f0;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 12px 40px rgba(3, 10, 20, 0.07);
}

.ba-sidebar-media {
  position: relative;
  height: 220px;
  overflow: hidden;
}

.ba-sidebar-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ba-sidebar-badge {
  position: absolute;
  bottom: 14px;
  left: 14px;
  background: rgba(3, 10, 20, 0.88);
  color: #00d2ff;
  font-size: 12px;
  font-weight: 800;
  padding: 6px 14px;
  border-radius: 9999px;
  border: 1px solid rgba(0, 210, 255, 0.4);
}

.ba-sidebar-checklist {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.ba-sidebar-checklist li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
  color: #334155;
  line-height: 1.5;
}

.ba-sidebar-checklist li span {
  color: #10b981;
  font-weight: 900;
  font-size: 15px;
}

.ba-sidebar-trust-box {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* Contact Info Items */
.ba-contact-info-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.ba-contact-info-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.ba-contact-info-item .ci-icon {
  font-size: 22px;
  line-height: 1;
  padding-top: 2px;
}

.ba-contact-info-item strong {
  display: block;
  font-size: 14px;
  color: #030a14;
  margin-bottom: 2px;
}

.ba-contact-info-item p {
  margin: 0;
  font-size: 14px;
  color: #64748b;
  line-height: 1.45;
}

.ba-contact-info-item a {
  color: #009ecc;
  font-weight: 700;
}


/* =========================================================
   ULTRA-ATTRACTIVE LUXURY MARITIME UI SYSTEM v6.0
   ========================================================= */

/* Typography & Root Enhancements */
:root {
  --ba-primary-gradient: linear-gradient(135deg, #00d2ff 0%, #0066ff 100%);
  --ba-primary-hover: linear-gradient(135deg, #38e1ff 0%, #0077ff 100%);
  --ba-gold-gradient: linear-gradient(135deg, #ffb703 0%, #fb8500 100%);
  --ba-gold-hover: linear-gradient(135deg, #ffd000 0%, #ff9500 100%);
  --ba-dark-card: #0d1b2e;
  --ba-card-border: rgba(226, 232, 240, 0.9);
  --ba-glow-cyan: 0 10px 30px -4px rgba(0, 210, 255, 0.45);
  --ba-glow-cyan-hover: 0 16px 40px -2px rgba(0, 210, 255, 0.65);
  --ba-glow-gold: 0 10px 30px -4px rgba(251, 133, 0, 0.45);
}

/* ---------------------------------------------------------
   1. WORLD-CLASS BUTTONS & INTERACTION STATES
   --------------------------------------------------------- */
.ba-button,
.btn-primary,
.wp-block-button__link,
.ba-search-btn,
.ba-card-pay-btn,
.ba-btn-pkg {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: var(--ba-font-sans, 'Plus Jakarta Sans', sans-serif) !important;
  font-size: 16px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  letter-spacing: 0.015em;
  color: #ffffff !important;
  text-decoration: none !important;
  padding: 15px 34px !important;
  border-radius: 9999px !important;
  border: none !important;
  background: var(--ba-primary-gradient) !important;
  box-shadow: var(--ba-glow-cyan) !important;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
  z-index: 1;
}

/* Shimmer highlight overlay */
.ba-button::before,
.btn-primary::before,
.wp-block-button__link::before,
.ba-search-btn::before,
.ba-card-pay-btn::before,
.ba-btn-pkg::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.28), transparent);
  transition: left 0.6s ease;
  z-index: -1;
}

.ba-button:hover,
.btn-primary:hover,
.wp-block-button__link:hover,
.ba-search-btn:hover,
.ba-card-pay-btn:hover,
.ba-btn-pkg:hover {
  transform: translateY(-3px) scale(1.02) !important;
  box-shadow: var(--ba-glow-cyan-hover) !important;
  background: var(--ba-primary-hover) !important;
}

.ba-button:hover::before,
.btn-primary:hover::before,
.wp-block-button__link:hover::before,
.ba-search-btn:hover::before,
.ba-card-pay-btn:hover::before,
.ba-btn-pkg:hover::before {
  left: 100%;
}

.ba-button:active,
.btn-primary:active,
.wp-block-button__link:active,
.ba-search-btn:active,
.ba-card-pay-btn:active,
.ba-btn-pkg:active {
  transform: translateY(-1px) scale(0.99) !important;
  box-shadow: 0 6px 18px rgba(0, 210, 255, 0.35) !important;
}

/* Secondary Button (Frosted Glass) */
.ba-btn-secondary,
.ba-button-secondary {
  background: rgba(255, 255, 255, 0.1) !important;
  border: 1.5px solid rgba(255, 255, 255, 0.35) !important;
  color: #ffffff !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15) !important;
  backdrop-filter: blur(12px) !important;
  -webkit-backdrop-filter: blur(12px) !important;
}

.ba-btn-secondary:hover,
.ba-button-secondary:hover {
  background: rgba(255, 255, 255, 0.22) !important;
  border-color: #00d2ff !important;
  color: #00d2ff !important;
  box-shadow: 0 8px 30px rgba(0, 210, 255, 0.3) !important;
}

/* High Conversion Popular Gold Button */
.ba-btn-popular,
.ba-button-gold {
  background: var(--ba-gold-gradient) !important;
  box-shadow: var(--ba-glow-gold) !important;
  color: #030a14 !important;
  font-weight: 900 !important;
}

.ba-btn-popular:hover,
.ba-button-gold:hover {
  background: var(--ba-gold-hover) !important;
  box-shadow: 0 16px 40px -2px rgba(251, 133, 0, 0.65) !important;
  color: #000000 !important;
}

/* ---------------------------------------------------------
   2. ULTRA-ATTRACTIVE HERO SEARCH BAR
   --------------------------------------------------------- */
.ba-search-form {
  max-width: 780px;
  margin: 0 auto;
  position: relative;
}

.ba-search-input-wrap {
  display: flex;
  align-items: center;
  background: #ffffff;
  padding: 8px 10px 8px 24px;
  border-radius: 9999px;
  box-shadow: 0 20px 50px rgba(3, 10, 20, 0.35), 0 0 0 4px rgba(0, 210, 255, 0.2);
  border: 2px solid transparent;
  transition: all 0.3s ease;
}

.ba-search-input-wrap:focus-within {
  border-color: #00d2ff;
  box-shadow: 0 24px 60px rgba(0, 210, 255, 0.3), 0 0 0 6px rgba(0, 210, 255, 0.25);
  transform: translateY(-2px);
}

.ba-search-input {
  flex: 1;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  font-size: 17px !important;
  font-weight: 600 !important;
  color: #030a14 !important;
  background: transparent !important;
  padding: 10px 14px 10px 0 !important;
  font-family: inherit;
}

.ba-search-input::placeholder {
  color: #94a3b8;
  font-weight: 500;
}

.ba-search-btn {
  flex-shrink: 0;
  padding: 14px 28px !important;
  font-size: 15px !important;
}

@media (max-width: 640px) {
  .ba-search-input-wrap {
    flex-direction: column;
    padding: 16px;
    border-radius: 20px;
    gap: 12px;
  }
  .ba-search-input {
    width: 100%;
    text-align: center;
  }
  .ba-search-btn {
    width: 100%;
  }
}

/* ---------------------------------------------------------
   3. VISUAL CARDS WITH LUXURY GLASS & SHADOWS
   --------------------------------------------------------- */
.ba-feature-card,
.ba-card,
.ba-vessel-card-visual,
.ba-testimonial-card,
.ba-order-sidebar-card,
.ba-checkout-card-box,
.ba-order-summary-card {
  background: #ffffff;
  border: 1.5px solid #e2e8f0;
  border-radius: 24px;
  box-shadow: 0 10px 35px rgba(3, 10, 20, 0.05), 0 1px 3px rgba(0, 0, 0, 0.02);
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.ba-feature-card:hover,
.ba-vessel-card-visual:hover,
.ba-testimonial-card:hover {
  transform: translateY(-6px);
  border-color: rgba(0, 210, 255, 0.6);
  box-shadow: 0 22px 50px rgba(0, 210, 255, 0.16), 0 2px 6px rgba(0, 0, 0, 0.04);
}

.ba-feature-card {
  padding: 34px 28px;
  position: relative;
  overflow: hidden;
}

.ba-feature-card::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #00d2ff, #0066ff);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.ba-feature-card:hover::after {
  opacity: 1;
}

.ba-feature-icon {
  width: 80px;
  height: 110px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(0, 210, 255, 0.14) 0%, rgba(0, 102, 255, 0.1) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  margin-bottom: 20px;
  border: 1px solid rgba(0, 210, 255, 0.25);
  transition: transform 0.3s ease;
}

.ba-feature-card:hover .ba-feature-icon {
  transform: scale(1.1) rotate(4deg);
  background: linear-gradient(135deg, rgba(0, 210, 255, 0.25) 0%, rgba(0, 102, 255, 0.2) 100%);
}

.ba-feature-card h3 {
  font-size: 20px;
  font-weight: 800;
  color: #030a14;
  margin: 0 0 10px 0;
}

.ba-feature-card p {
  font-size: 14.5px;
  color: #475569;
  line-height: 1.65;
  margin: 0;
}

/* ---------------------------------------------------------
   4. STUNNING PRICING CARDS
   --------------------------------------------------------- */
.ba-pricing-card {
  background: #ffffff;
  border: 2px solid #e2e8f0;
  border-radius: 28px;
  padding: 38px 30px;
  display: flex;
  flex-direction: column;
  position: relative;
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 12px 40px rgba(3, 10, 20, 0.05);
}

.ba-pricing-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 25px 60px rgba(3, 10, 20, 0.12);
}

.ba-pricing-card.popular-card {
  border-color: #00d2ff;
  background: linear-gradient(180deg, #ffffff 0%, #f0faff 100%);
  box-shadow: 0 20px 60px rgba(0, 210, 255, 0.22), 0 0 0 1px #00d2ff;
  transform: scale(1.03);
  z-index: 2;
}

.ba-pricing-card.popular-card:hover {
  transform: scale(1.03) translateY(-8px);
  box-shadow: 0 30px 70px rgba(0, 210, 255, 0.32);
}

.ba-pricing-badge {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--ba-gold-gradient);
  color: #030a14;
  font-weight: 900;
  font-size: 12px;
  letter-spacing: 0.06em;
  padding: 6px 18px;
  border-radius: 9999px;
  box-shadow: 0 4px 15px rgba(251, 133, 0, 0.4);
  white-space: nowrap;
}

.ba-pkg-title {
  font-size: 24px;
  font-weight: 900;
  color: #030a14;
  margin: 10px 0 6px 0;
}

.ba-pkg-subtitle {
  font-size: 14px;
  color: #64748b;
  margin: 0 0 20px 0;
  line-height: 1.5;
  min-height: 42px;
}

.ba-pkg-price-row {
  display: flex;
  align-items: baseline;
  gap: 4px;
  margin-bottom: 24px;
  padding-bottom: 22px;
  border-bottom: 1.5px solid #e2e8f0;
}

.ba-pkg-currency {
  font-size: 26px;
  font-weight: 800;
  color: #009ecc;
}

.ba-pkg-amount {
  font-size: 52px;
  font-weight: 900;
  color: #030a14;
  line-height: 1;
  letter-spacing: -0.03em;
}

.ba-pkg-period {
  font-size: 15px;
  font-weight: 600;
  color: #64748b;
  margin-left: 4px;
}

.ba-pkg-features {
  list-style: none;
  padding: 0;
  margin: 0 0 30px 0;
  display: flex;
  flex-direction: column;
  gap: 13px;
  flex-grow: 1;
}

.ba-pkg-features li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14.5px;
  color: #334155;
  line-height: 1.5;
}

.ba-pkg-features .feat-icon {
  color: #10b981;
  font-weight: 900;
  font-size: 16px;
  line-height: 1.2;
}

.ba-pkg-action {
  margin-top: auto;
}

.ba-pkg-action .ba-btn-pkg {
  width: 100%;
  padding: 16px 24px !important;
}

/* ---------------------------------------------------------
   5. INTERACTIVE SAMPLE REPORT WITH RADAR SCORE
   --------------------------------------------------------- */
.ba-sample-report-card {
  background: #ffffff;
  border: 1.5px solid #e2e8f0;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 16px 45px rgba(3, 10, 20, 0.08);
}

.ba-report-header {
  background: linear-gradient(135deg, #09172c 0%, #030a14 100%);
  padding: 28px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.ba-report-title-area h3 {
  color: #ffffff;
  font-size: 22px;
  font-weight: 900;
  margin: 6px 0 4px 0;
}

.ba-report-title-area p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 13.5px;
  margin: 0;
}

.ba-report-score {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(0, 210, 255, 0.4);
  border-radius: 16px;
  padding: 10px 18px;
  text-align: center;
  backdrop-filter: blur(8px);
}

.ba-score-num {
  font-size: 28px;
  font-weight: 900;
  color: #34d399;
  line-height: 1;
}

.ba-score-num span {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
}

.ba-score-lbl {
  font-size: 10px;
  font-weight: 800;
  color: #00d2ff;
  letter-spacing: 0.06em;
  margin-top: 4px;
}

.ba-report-tabs {
  display: flex;
  background: #f1f5f9;
  border-bottom: 1px solid #e2e8f0;
  overflow-x: auto;
}

.ba-tab-btn {
  background: transparent;
  border: none;
  padding: 16px 22px;
  font-size: 14px;
  font-weight: 700;
  color: #475569;
  cursor: pointer;
  white-space: nowrap;
  transition: all 0.2s ease;
  border-bottom: 3px solid transparent;
}

.ba-tab-btn:hover {
  color: #009ecc;
  background: rgba(0, 210, 255, 0.04);
}

.ba-tab-btn.active {
  color: #0077fe;
  background: #ffffff;
  border-bottom-color: #00d2ff;
  font-weight: 800;
}

.ba-tab-panel {
  display: none;
  padding: 28px 30px;
}

.ba-tab-panel.active {
  display: block;
}

.ba-report-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 16px;
}

.ba-report-cell {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  padding: 16px;
}

.cell-label {
  display: block;
  font-size: 12px;
  font-weight: 700;
  color: #64748b;
  text-transform: uppercase;
  margin-bottom: 4px;
}

.cell-val {
  font-size: 14.5px;
  font-weight: 800;
  color: #030a14;
}

.cell-val.success {
  color: #059669;
}

/* ---------------------------------------------------------
   6. SPLIT VISUAL SECTIONS & IMAGES
   --------------------------------------------------------- */
.ba-split-visual-card {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 44px;
  align-items: center;
  background: #ffffff;
  border: 1.5px solid #e2e8f0;
  border-radius: 28px;
  padding: 36px;
  box-shadow: 0 14px 45px rgba(3, 10, 20, 0.06);
}

@media (max-width: 900px) {
  .ba-split-visual-card {
    grid-template-columns: 1fr;
    padding: 24px;
    gap: 28px;
  }
}

.ba-split-visual-image {
  position: relative;
  height: 380px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 12px 35px rgba(3, 10, 20, 0.12);
}

.ba-split-visual-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.ba-split-visual-card:hover .ba-split-visual-image img {
  transform: scale(1.03);
}

.ba-split-visual-badge {
  position: absolute;
  bottom: 16px;
  left: 16px;
  background: rgba(3, 10, 20, 0.88);
  color: #00d2ff;
  font-size: 13px;
  font-weight: 800;
  padding: 8px 16px;
  border-radius: 9999px;
  border: 1px solid rgba(0, 210, 255, 0.4);
  backdrop-filter: blur(8px);
}

/* ---------------------------------------------------------
   7. FORM INPUTS & SELECTS POLISH
   --------------------------------------------------------- */
.ba-input,
.ba-select,
.ba-textarea {
  width: 100%;
  background: #ffffff !important;
  border: 1.5px solid #cbd5e1 !important;
  border-radius: 12px !important;
  padding: 13px 18px !important;
  font-size: 15px !important;
  color: #030a14 !important;
  font-family: inherit !important;
  box-sizing: border-box !important;
  transition: all 0.25s ease !important;
  outline: none !important;
}

.ba-input:focus,
.ba-select:focus,
.ba-textarea:focus {
  border-color: #00d2ff !important;
  box-shadow: 0 0 0 4px rgba(0, 210, 255, 0.18) !important;
  background: #ffffff !important;
}

/* ---------------------------------------------------------
   8. STATS COUNTER BOXES
   --------------------------------------------------------- */
.ba-stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
}

.ba-stat-box {
  background: #ffffff;
  border: 1.5px solid #e2e8f0;
  border-radius: 20px;
  padding: 26px 22px;
  text-align: center;
  box-shadow: 0 8px 25px rgba(3, 10, 20, 0.04);
  transition: all 0.3s ease;
}

.ba-stat-box:hover {
  transform: translateY(-4px);
  border-color: #00d2ff;
  box-shadow: 0 16px 35px rgba(0, 210, 255, 0.14);
}

.ba-stat-number {
  font-size: 42px;
  font-weight: 900;
  line-height: 1.1;
  background: linear-gradient(135deg, #0077fe 0%, #00d2ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 6px;
}

.ba-stat-label {
  font-size: 13.5px;
  font-weight: 700;
  color: #475569;
}


/* Quick Suggestions row under search input */
.ba-quick-suggestions {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 14px;
  font-size: 13.5px;
  color: rgba(255, 255, 255, 0.8);
}

.ba-quick-suggestions a {
  color: #00d2ff !important;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
  cursor: pointer;
  transition: all 0.2s ease;
  background: rgba(0, 210, 255, 0.08);
  padding: 3px 10px;
  border-radius: 9999px;
  border: 1px solid rgba(0, 210, 255, 0.25);
}

.ba-quick-suggestions a:hover {
  background: rgba(0, 210, 255, 0.2);
  color: #ffffff !important;
  border-color: #00d2ff;
  transform: translateY(-1px);
}


/* =========================================================
   COMPACT LOGO & HIGHLIGHTED LOOKUPS & PERFECTED MAIN BUTTON
   ========================================================= */

/* ===================================================
   LOGO SIZE CONTROL — CSS Variables se control hota hai
   :root me --ba-logo-height aur --ba-logo-max-width badlao
   =================================================== */
.ba-site-logo,
.wp-block-site-logo img,
.wp-block-site-logo a img {
  height: var(--ba-logo-height, 130px) !important;
  max-height: calc(var(--ba-logo-height, 130px) + 20px) !important;
  width: auto !important;
  max-width: var(--ba-logo-max-width, 360px) !important;
  object-fit: contain !important;
  display: block !important;
  background: none !important;
  background-color: transparent !important;
  filter: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  transition: opacity 0.2s ease !important;
}

.wp-block-site-logo {
  background: none !important;
  background-color: transparent !important;
  margin: 0 !important;
  padding: 0 !important;
}

.ba-site-logo:hover,
.wp-block-site-logo img:hover {
  opacity: 0.82 !important;
  transform: none !important;
  filter: none !important;
}

@media (max-width: 600px) {
  .ba-site-logo,
  .wp-block-site-logo img,
  .wp-block-site-logo a img {
    height: var(--ba-logo-height-mob, 90px) !important;
    max-width: var(--ba-logo-maxw-mob, 260px) !important;
  }
}


/* =========================================================
   ULTRA-PREMIUM HIN LOOKUP HERO SECTION & BUTTONS
   ========================================================= */

/* Hero Container Enhancement */
.ba-hero {
  position: relative;
  background: radial-gradient(circle at 50% 15%, rgba(0, 210, 255, 0.18) 0%, rgba(3, 10, 20, 0.98) 75%),
              linear-gradient(180deg, rgba(3, 10, 20, 0.82) 0%, rgba(9, 23, 44, 0.96) 100%) !important;
  padding-top: clamp(60px, 7vw, 110px) !important;
  padding-bottom: clamp(70px, 8vw, 130px) !important;
  text-align: center !important;
}

/* Glass Floating Card around Search Bar */
.ba-search-form {
  max-width: 860px !important;
  margin: 0 auto !important;
  position: relative !important;
  z-index: 10 !important;
}

.ba-search-floating-card {
  background: rgba(9, 23, 44, 0.72) !important;
  border: 1.5px solid rgba(0, 210, 255, 0.35) !important;
  backdrop-filter: blur(24px) !important;
  -webkit-backdrop-filter: blur(24px) !important;
  border-radius: 28px !important;
  padding: 18px 20px 22px 20px !important;
  box-shadow: 0 25px 60px -10px rgba(0, 0, 0, 0.75), 0 0 40px rgba(0, 210, 255, 0.22) !important;
  transition: all 0.35s ease !important;
}

.ba-search-floating-card:focus-within {
  border-color: rgba(0, 210, 255, 0.8) !important;
  box-shadow: 0 30px 75px -10px rgba(0, 0, 0, 0.85), 0 0 60px rgba(0, 210, 255, 0.45) !important;
  transform: translateY(-3px) !important;
}

/* Perfected Ultra-Sleek Search Input Box */
.ba-search-input-wrap {
  display: flex !important;
  align-items: center !important;
  background: #ffffff !important;
  padding: 6px 8px 6px 22px !important;
  border-radius: 9999px !important;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.25), inset 0 2px 4px rgba(0,0,0,0.05) !important;
  border: 2.5px solid transparent !important;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
  position: relative !important;
}

.ba-search-input-wrap:focus-within {
  border-color: #00d2ff !important;
  box-shadow: 0 12px 35px rgba(0, 210, 255, 0.4), 0 0 0 4px rgba(0, 210, 255, 0.25) !important;
}

.ba-search-icon-wrap {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin-right: 14px !important;
  flex-shrink: 0 !important;
}

.ba-search-icon-wrap svg {
  stroke: #0066ff !important;
  filter: drop-shadow(0 2px 5px rgba(0, 102, 255, 0.4)) !important;
}

.ba-search-input {
  flex: 1 !important;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  background: transparent !important;
  font-size: 17px !important;
  font-weight: 700 !important;
  font-family: inherit !important;
  color: #051429 !important;
  letter-spacing: 0.02em !important;
  padding: 12px 14px 12px 0 !important;
  min-width: 0 !important;
}

.ba-search-input::placeholder {
  color: #8395a7 !important;
  font-weight: 500 !important;
  font-size: 15px !important;
  letter-spacing: normal !important;
}

/* Masterpiece Scan Button */
.ba-search-btn {
  background: linear-gradient(135deg, #00d2ff 0%, #0062ff 50%, #0044cc 100%) !important;
  background-size: 200% auto !important;
  color: #ffffff !important;
  font-size: 15px !important;
  font-weight: 900 !important;
  letter-spacing: 0.05em !important;
  text-transform: uppercase !important;
  padding: 16px 36px !important;
  border-radius: 9999px !important;
  border: none !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  box-shadow: 0 8px 24px rgba(0, 102, 255, 0.55), 0 0 0 1px rgba(255, 255, 255, 0.35) inset, 0 2px 0 rgba(255,255,255,0.4) inset !important;
  cursor: pointer !important;
  flex-shrink: 0 !important;
  position: relative !important;
  overflow: hidden !important;
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1) !important;
  white-space: nowrap !important;
}

.ba-search-btn::after {
  content: '' !important;
  position: absolute !important;
  top: 0 !important;
  left: -100% !important;
  width: 100% !important;
  height: 100% !important;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.35), transparent) !important;
  transition: 0.6s !important;
}

.ba-search-btn:hover {
  background-position: right center !important;
  box-shadow: 0 14px 38px rgba(0, 210, 255, 0.75), 0 0 0 2px rgba(255, 255, 255, 0.6) inset !important;
  transform: translateY(-2px) scale(1.02) !important;
}

.ba-search-btn:hover::after {
  left: 100% !important;
}

.ba-search-btn:active {
  transform: translateY(0) scale(0.98) !important;
  box-shadow: 0 4px 15px rgba(0, 102, 255, 0.5) !important;
}

/* Sample Lookups Bar */
.ba-quick-suggestions-highlight {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  flex-wrap: wrap !important;
  margin-top: 16px !important;
  padding-top: 14px !important;
  border-top: 1px solid rgba(255, 255, 255, 0.12) !important;
}

.ba-lookup-tag {
  background: linear-gradient(135deg, #ffb703 0%, #fb8500 100%) !important;
  color: #030a14 !important;
  font-weight: 900 !important;
  font-size: 11.5px !important;
  text-transform: uppercase !important;
  letter-spacing: 0.06em !important;
  padding: 6px 14px !important;
  border-radius: 9999px !important;
  box-shadow: 0 4px 16px rgba(251, 133, 0, 0.55), 0 0 0 1px rgba(255, 255, 255, 0.3) inset !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 5px !important;
  flex-shrink: 0 !important;
}

.ba-lookup-pills {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  flex-wrap: wrap !important;
}

.ba-sample-pill {
  background: rgba(15, 33, 60, 0.9) !important;
  border: 1.5px solid rgba(0, 210, 255, 0.45) !important;
  color: #e2f4ff !important;
  padding: 6px 15px !important;
  border-radius: 9999px !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 7px !important;
  cursor: pointer !important;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.3) !important;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.ba-sample-pill .pill-dot {
  width: 7px !important;
  height: 7px !important;
  border-radius: 50% !important;
  background: #00d2ff !important;
  box-shadow: 0 0 8px #00d2ff !important;
  flex-shrink: 0 !important;
}

.ba-sample-pill:hover {
  background: #00d2ff !important;
  border-color: #ffffff !important;
  color: #030a14 !important;
  transform: translateY(-2px) scale(1.05) !important;
  box-shadow: 0 8px 24px rgba(0, 210, 255, 0.65) !important;
}

.ba-sample-pill:hover .pill-dot {
  background: #030a14 !important;
  box-shadow: none !important;
}

/* Extra Highlighted Trust Stat Pills in Hero */
.ba-hero-stats-row {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 14px !important;
  flex-wrap: wrap !important;
  margin-top: 32px !important;
}

.ba-stat-pill {
  background: rgba(9, 23, 44, 0.7) !important;
  border: 1px solid rgba(255, 255, 255, 0.18) !important;
  backdrop-filter: blur(12px) !important;
  padding: 9px 20px !important;
  border-radius: 9999px !important;
  font-size: 13.5px !important;
  font-weight: 800 !important;
  color: #ffffff !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  box-shadow: 0 4px 18px rgba(0,0,0,0.3) !important;
  transition: all 0.25s ease !important;
}

.ba-stat-pill:hover {
  transform: translateY(-2px) !important;
  border-color: rgba(0, 210, 255, 0.6) !important;
  box-shadow: 0 8px 24px rgba(0, 210, 255, 0.3) !important;
}

.ba-stat-pill.ba-stat-highlight {
  background: linear-gradient(135deg, rgba(0, 210, 255, 0.28) 0%, rgba(9, 23, 44, 0.92) 100%) !important;
  border: 2px solid #00d2ff !important;
  box-shadow: 0 8px 32px rgba(0, 210, 255, 0.55), inset 0 0 12px rgba(0, 210, 255, 0.2) !important;
  color: #38e1ff !important;
}

.ba-stat-pill.ba-stat-highlight strong {
  color: #ffffff !important;
}

@media (max-width: 768px) {
  .ba-search-floating-card {
    padding: 14px !important;
    border-radius: 22px !important;
  }
  .ba-search-input-wrap {
    flex-direction: column !important;
    padding: 12px !important;
    border-radius: 18px !important;
    gap: 10px !important;
  }
  .ba-search-input {
    width: 100% !important;
    text-align: center !important;
    padding: 6px 0 !important;
  }
  .ba-search-btn {
    width: 100% !important;
    padding: 14px 20px !important;
  }
  .ba-quick-suggestions-highlight {
    flex-direction: column !important;
    gap: 8px !important;
  }
}


/* =========================================================
   COMPREHENSIVE GLOBAL LUXURY POLISH & BUTTON SYSTEM
   ========================================================= */

/* All primary action buttons across entire site */
.ba-button,
.btn-primary,
.wp-block-button__link,
.ba-btn-pkg,
.ba-search-btn,
.ba-card-pay-btn,
.ba-vessel-action-link,
button[type="submit"].ba-button {
  background: linear-gradient(135deg, #00d2ff 0%, #0066ff 100%) !important;
  color: #ffffff !important;
  font-weight: 800 !important;
  font-size: 15.5px !important;
  letter-spacing: 0.03em !important;
  border-radius: 9999px !important;
  padding: 14px 32px !important;
  border: 1px solid rgba(255, 255, 255, 0.25) !important;
  box-shadow: 0 8px 24px rgba(0, 102, 255, 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.4) !important;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
  cursor: pointer !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  text-decoration: none !important;
}

.ba-button:hover,
.btn-primary:hover,
.wp-block-button__link:hover,
.ba-btn-pkg:hover,
.ba-search-btn:hover,
.ba-card-pay-btn:hover,
.ba-vessel-action-link:hover,
button[type="submit"].ba-button:hover {
  transform: translateY(-3px) scale(1.02) !important;
  background: linear-gradient(135deg, #38e1ff 0%, #0055ff 100%) !important;
  box-shadow: 0 16px 38px rgba(0, 210, 255, 0.65), inset 0 1px 0 rgba(255, 255, 255, 0.7) !important;
  color: #ffffff !important;
}

.ba-button:active,
.btn-primary:active,
.wp-block-button__link:active,
.ba-btn-pkg:active,
.ba-search-btn:active,
.ba-card-pay-btn:active {
  transform: translateY(-1px) scale(0.98) !important;
  box-shadow: 0 4px 14px rgba(0, 102, 255, 0.4) !important;
}

/* Gold / Popular CTA Buttons */
.ba-btn-popular,
.ba-button-gold,
.popular-card .ba-btn-pkg {
  background: linear-gradient(135deg, #ffb703 0%, #fb8500 100%) !important;
  color: #030a14 !important;
  font-weight: 900 !important;
  border-color: rgba(255, 255, 255, 0.4) !important;
  box-shadow: 0 8px 25px rgba(251, 133, 0, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.5) !important;
}

.ba-btn-popular:hover,
.ba-button-gold:hover,
.popular-card .ba-btn-pkg:hover {
  background: linear-gradient(135deg, #ffd000 0%, #ff9500 100%) !important;
  box-shadow: 0 16px 36px rgba(251, 133, 0, 0.7) !important;
  color: #000000 !important;
}

/* Secondary / Frosted Outline Buttons */
.ba-button-secondary,
.ba-btn-secondary {
  background: rgba(255, 255, 255, 0.1) !important;
  border: 1.5px solid rgba(255, 255, 255, 0.35) !important;
  color: #ffffff !important;
  backdrop-filter: blur(12px) !important;
  -webkit-backdrop-filter: blur(12px) !important;
}

.ba-button-secondary:hover,
.ba-btn-secondary:hover {
  background: rgba(255, 255, 255, 0.22) !important;
  border-color: #00d2ff !important;
  color: #00d2ff !important;
  box-shadow: 0 8px 24px rgba(0, 210, 255, 0.35) !important;
}

/* Header Get Report button specifically */
.ba-site-header .btn-primary a,
.ba-site-header .wp-block-button__link {
  min-height: 42px !important;
  padding: 10px 24px !important;
  font-size: 14px !important;
}

/* Section Header Typography */
.ba-section-header {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 50px auto;
}

.ba-section-title {
  font-size: clamp(30px, 4vw, 44px) !important;
  font-weight: 900 !important;
  letter-spacing: -0.03em !important;
  line-height: 1.15 !important;
  margin: 12px 0 16px 0 !important;
  color: #030a14;
}

.ba-section-subtitle {
  font-size: 17px !important;
  color: #475569 !important;
  line-height: 1.65 !important;
  margin: 0 auto !important;
}

/* Feature Grid Cards */
.ba-feature-grid {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)) !important;
  gap: 28px !important;
}

.ba-feature-card {
  background: #ffffff !important;
  border: 1.5px solid #e2e8f0 !important;
  border-radius: 24px !important;
  padding: 34px 28px !important;
  box-shadow: 0 10px 30px rgba(3, 10, 20, 0.04) !important;
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1) !important;
  position: relative !important;
  overflow: hidden !important;
}

.ba-feature-card:hover {
  transform: translateY(-8px) !important;
  border-color: rgba(0, 210, 255, 0.6) !important;
  box-shadow: 0 22px 50px rgba(0, 210, 255, 0.18) !important;
}

.ba-feature-icon {
  width: 56px !important;
  height: 56px !important;
  border-radius: 16px !important;
  background: linear-gradient(135deg, rgba(0, 210, 255, 0.15) 0%, rgba(0, 102, 255, 0.1) 100%) !important;
  border: 1.5px solid rgba(0, 210, 255, 0.3) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 26px !important;
  margin-bottom: 20px !important;
  transition: all 0.3s ease !important;
}

.ba-feature-card:hover .ba-feature-icon {
  transform: scale(1.1) rotate(5deg) !important;
  background: linear-gradient(135deg, #00d2ff 0%, #0066ff 100%) !important;
}

/* Testimonial Cards */
.ba-testimonials-grid {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)) !important;
  gap: 28px !important;
}

.ba-testimonial-card {
  background: #ffffff !important;
  border: 1.5px solid #e2e8f0 !important;
  border-radius: 24px !important;
  padding: 34px 28px !important;
  box-shadow: 0 10px 30px rgba(3, 10, 20, 0.04) !important;
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.ba-testimonial-card:hover {
  transform: translateY(-8px) !important;
  border-color: rgba(0, 210, 255, 0.5) !important;
  box-shadow: 0 22px 50px rgba(0, 210, 255, 0.15) !important;
}

.ba-test-stars {
  color: #ffb703 !important;
  font-size: 19px !important;
  letter-spacing: 3px !important;
  margin-bottom: 16px !important;
}

/* Vessel Categories Visual Cards */
.ba-vessel-grid-visual {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)) !important;
  gap: 26px !important;
}

.ba-vessel-card-visual {
  background: #ffffff !important;
  border: 1.5px solid #e2e8f0 !important;
  border-radius: 22px !important;
  overflow: hidden !important;
  box-shadow: 0 10px 30px rgba(3, 10, 20, 0.04) !important;
  transition: all 0.35s ease !important;
}

.ba-vessel-card-visual:hover {
  transform: translateY(-8px) !important;
  border-color: rgba(0, 210, 255, 0.5) !important;
  box-shadow: 0 20px 45px rgba(0, 210, 255, 0.16) !important;
}

.ba-vessel-img-box {
  position: relative !important;
  height: 200px !important;
  overflow: hidden !important;
}

.ba-vessel-img-box img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  transition: transform 0.4s ease !important;
}

.ba-vessel-card-visual:hover .ba-vessel-img-box img {
  transform: scale(1.08) !important;
}

.ba-vessel-badge {
  position: absolute !important;
  bottom: 12px !important;
  left: 12px !important;
  background: rgba(3, 10, 20, 0.85) !important;
  color: #00d2ff !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  letter-spacing: 0.06em !important;
  padding: 4px 12px !important;
  border-radius: 9999px !important;
  border: 1px solid rgba(0, 210, 255, 0.4) !important;
  backdrop-filter: blur(8px) !important;
}

.ba-vessel-content {
  padding: 22px !important;
}

.ba-vessel-title {
  font-size: 20px !important;
  font-weight: 800 !important;
  color: #030a14 !important;
  margin-bottom: 8px !important;
}

.ba-vessel-desc {
  font-size: 14px !important;
  color: #64748b !important;
  line-height: 1.6 !important;
  margin-bottom: 18px !important;
}

.ba-vessel-action-link {
  width: 100% !important;
  padding: 10px 20px !important;
  font-size: 13.5px !important;
}

/* Call to Action Banner */
.ba-cta-banner {
  background: linear-gradient(135deg, #09172c 0%, #030a14 100%) !important;
  padding-top: clamp(60px, 8vw, 100px) !important;
  padding-bottom: clamp(60px, 8vw, 100px) !important;
  color: #ffffff !important;
  position: relative !important;
  overflow: hidden !important;
}

.ba-cta-banner::before {
  content: '' !important;
  position: absolute !important;
  inset: 0 !important;
  background: radial-gradient(circle at 50% 50%, rgba(0, 210, 255, 0.18) 0%, transparent 65%) !important;
  pointer-events: none !important;
}

/* ==========================================================
   LOGO SIZE — FINAL CLEAN BLOCK
   ========================================================== */
.ba-site-logo,
.wp-block-site-logo img,
.wp-block-site-logo a img {
  height: var(--ba-logo-height, 130px) !important;
  width: auto !important;
  max-width: var(--ba-logo-max-width, 360px) !important;
  object-fit: contain !important;
  display: block !important;
  background: none !important;
  background-color: transparent !important;
  filter: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.wp-block-site-logo {
  background: none !important;
  background-color: transparent !important;
  padding: 0 !important;
}
.ba-site-logo:hover,
.wp-block-site-logo img:hover {
  opacity: 0.85 !important;
  filter: none !important;
}
@media (max-width: 600px) {
  .ba-site-logo,
  .wp-block-site-logo img,
  .wp-block-site-logo a img {
    height: 80px !important;
    max-width: 240px !important;
  }
}

/* ==========================================================
   TURNAROUND PILLS & PACKAGES ENHANCEMENT
   ========================================================== */
.ba-turnaround-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(0, 210, 255, 0.12);
    border: 1px solid rgba(0, 210, 255, 0.4);
    color: #00d2ff;
    font-size: 13px;
    font-weight: 700;
    padding: 6px 14px;
    border-radius: 20px;
    margin: 8px 0 16px 0;
}

/* ==========================================================
   BUYER & SELLER DUAL FOCUS STYLING
   ========================================================== */
.ba-dual-focus-wrap {
    padding: clamp(50px, 6vw, 80px) 20px;
    max-width: 1200px;
    margin: 0 auto;
}
.ba-focus-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 28px;
    margin-top: 24px;
}
.ba-focus-card {
    background: rgba(8, 28, 60, 0.85);
    border: 1.5px solid rgba(0, 210, 255, 0.25);
    border-radius: 22px;
    padding: clamp(26px, 4vw, 38px);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.ba-focus-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 48px rgba(0, 100, 255, 0.35);
    border-color: rgba(0, 210, 255, 0.6);
}
.ba-focus-pill {
    display: inline-block;
    background: rgba(0, 210, 255, 0.15);
    border: 1px solid rgba(0, 210, 255, 0.5);
    color: #00d2ff;
    font-size: 12.5px;
    font-weight: 800;
    letter-spacing: 0.06em;
    padding: 6px 14px;
    border-radius: 20px;
    width: fit-content;
}
.ba-focus-desc {
    color: #94a3b8;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 20px;
}
.ba-focus-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.ba-focus-list li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 14px;
    font-size: 14.5px;
    color: #e2e8f0;
    line-height: 1.55;
}
.ba-focus-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #00d2ff;
    font-weight: 900;
    font-size: 16px;
}
.ba-focus-seller .ba-focus-list li::before {
    color: #ffd200;
}

/* ==========================================================
   REFUND POLICY & GUARANTEE CARD STYLING
   ========================================================== */
.ba-guarantee-card {
    background: linear-gradient(135deg, rgba(3, 10, 20, 0.95) 0%, rgba(9, 32, 62, 0.95) 100%);
    border: 1.5px solid rgba(0, 210, 255, 0.35);
    border-radius: 20px;
    padding: clamp(24px, 3.5vw, 36px);
    max-width: 900px;
    margin: 0 auto;
    box-shadow: 0 10px 40px rgba(0, 50, 150, 0.25);
}
.ba-guarantee-header {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    margin-bottom: 20px;
}
.ba-guarantee-icon {
    font-size: 38px;
    line-height: 1;
    filter: drop-shadow(0 2px 8px rgba(0, 210, 255, 0.5));
}
.ba-guarantee-points {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 14px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    padding-top: 18px;
    color: #cbd5e1;
    font-size: 14px;
}
.ba-g-point strong {
    color: #00d2ff;
}

/* ==========================================================
   TAWK.TO / LIVE CHAT FLOATING WIDGET TRIGGER
   ========================================================== */




/* ===== MODERN CONTACT DESK & SUPPORT SIDEBAR ===== */
.ba-contact-desk-wrap {
    width: 100%;
    max-width: 1120px;
    margin: 0 auto;
}
.ba-contact-desk-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 32px;
    align-items: start;
}
.ba-contact-form-visual {
    background: rgba(4, 18, 42, 0.94) !important;
    border: 1.5px solid rgba(0, 210, 255, 0.3) !important;
    border-radius: 20px !important;
    padding: 34px !important;
    box-shadow: 0 16px 48px rgba(0,0,0,0.5), 0 0 30px rgba(0, 158, 204, 0.12) !important;
}
.ba-topic-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.ba-topic-pill {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(0, 210, 255, 0.25);
    color: #cbd5e1;
    font-size: 13px;
    font-weight: 700;
    padding: 8px 14px;
    border-radius: 30px;
    cursor: pointer;
    transition: all 0.2s ease;
}
.ba-topic-pill:hover,
.ba-topic-pill.active {
    background: linear-gradient(135deg, rgba(0, 210, 255, 0.2) 0%, rgba(0, 98, 255, 0.35) 100%);
    border-color: #00d2ff;
    color: #00d2ff;
    box-shadow: 0 0 12px rgba(0, 210, 255, 0.3);
}
.ba-support-info-card {
    background: rgba(7, 24, 52, 0.9) !important;
    border: 1.5px solid rgba(0, 210, 255, 0.25) !important;
    border-radius: 20px !important;
    padding: 32px !important;
    box-shadow: 0 14px 40px rgba(0,0,0,0.4) !important;
}
.ba-support-badge {
    display: inline-block;
    background: rgba(0, 255, 136, 0.15);
    border: 1px solid #00ff88;
    color: #00ff88;
    font-size: 11px;
    font-weight: 800;
    padding: 4px 10px;
    border-radius: 20px;
    letter-spacing: 0.06em;
}
.ba-support-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 14px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.ba-sup-icon {
    font-size: 20px;
    flex-shrink: 0;
    margin-top: 2px;
}
.ba-support-item strong {
    display: block;
    color: #94a3b8;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin-bottom: 3px;
}
.ba-support-item span,
.ba-support-item a {
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
}
.ba-support-item a:hover {
    color: #00d2ff;
    text-decoration: underline;
}
.ba-support-guarantee {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 22px;
    background: rgba(0, 210, 255, 0.08);
    border: 1px solid rgba(0, 210, 255, 0.3);
    padding: 16px;
    border-radius: 12px;
}

/* ===== INPUTS & GLOW ENHANCEMENTS ===== */
.ba-input:focus,
.ba-select:focus,
.ba-textarea:focus,
.ba-hin-input-field:focus {
    border-color: #00d2ff !important;
    outline: none !important;
    box-shadow: 0 0 0 3px rgba(0, 210, 255, 0.25), 0 0 16px rgba(0, 210, 255, 0.15) !important;
}

@media (max-width: 860px) {
    .ba-contact-desk-grid {
        grid-template-columns: 1fr;
    }
}

/* ===== COMPLETE LUXURY MARINE HERO BANNER ===== */
.ba-hero-section {
    position: relative;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding: 85px 24px 95px 24px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    text-align: center;
    overflow: hidden;
    box-shadow: inset 0 -30px 60px rgba(3, 10, 24, 0.9);
}
.ba-hero-section::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: radial-gradient(circle at center, rgba(0, 158, 204, 0.15) 0%, rgba(3, 10, 24, 0.85) 75%);
    pointer-events: none;
}
.ba-hero-inner-container {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
}
.ba-hero-main-title {
    font-size: 62px;
    font-weight: 900;
    line-height: 1.1;
    color: #ffffff;
    margin: 18px 0 14px 0;
    letter-spacing: -0.02em;
    text-shadow: 0 4px 24px rgba(0,0,0,0.75);
}
.ba-hero-subtitle-text {
    font-size: 20px;
    color: rgba(255, 255, 255, 0.92);
    max-width: 820px;
    margin: 0 auto 36px auto;
    line-height: 1.6;
    text-shadow: 0 2px 10px rgba(0,0,0,0.6);
}

/* Glass Search Pill */
.ba-search-wrapper {
    width: 100%;
    max-width: 920px;
    margin: 0 auto 26px auto;
}
.ba-search-pill {
    display: flex;
    align-items: center;
    background: rgba(6, 22, 50, 0.94);
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    border: 2px solid rgba(0, 210, 255, 0.45);
    border-radius: 60px;
    padding: 8px 10px 8px 24px;
    box-shadow: 0 16px 45px rgba(0, 0, 0, 0.55), 0 0 35px rgba(0, 210, 255, 0.25);
    transition: all 0.3s ease;
}
.ba-search-pill:hover,
.ba-search-pill:focus-within {
    border-color: #00d2ff;
    box-shadow: 0 20px 55px rgba(0, 0, 0, 0.65), 0 0 45px rgba(0, 210, 255, 0.45);
    background: rgba(4, 16, 40, 0.98);
}
.ba-pill-field {
    display: flex;
    align-items: center;
    gap: 10px;
}
.ba-pill-hin {
    flex: 1.8;
}
.ba-pill-country {
    flex: 1.2;
}
.ba-pill-email {
    flex: 1.4;
}
.ba-pill-divider {
    width: 1px;
    height: 34px;
    background: rgba(255, 255, 255, 0.18);
    margin: 0 14px;
    flex-shrink: 0;
}
.ba-hin-input-field,
.ba-email-input-field {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    color: #ffffff !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    width: 100% !important;
    padding: 10px 0 !important;
    outline: none !important;
}
.ba-hin-input-field::placeholder,
.ba-email-input-field::placeholder {
    color: rgba(255, 255, 255, 0.5) !important;
    font-weight: 500 !important;
}
.ba-pill-select {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    color: #ffffff !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    width: 100% !important;
    padding: 10px 0 !important;
    outline: none !important;
    cursor: pointer !important;
}
.ba-pill-select option {
    background: #061836 !important;
    color: #ffffff !important;
}
.ba-pill-btn {
    background: linear-gradient(135deg, #00d2ff 0%, #0066ff 100%) !important;
    color: #030a14 !important;
    font-size: 15.5px !important;
    font-weight: 900 !important;
    padding: 14px 28px !important;
    border-radius: 50px !important;
    border: none !important;
    cursor: pointer !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    white-space: nowrap !important;
    box-shadow: 0 6px 22px rgba(0, 180, 255, 0.5) !important;
    transition: all 0.25s ease !important;
    flex-shrink: 0 !important;
}
.ba-pill-btn:hover {
    transform: translateY(-2px) scale(1.02) !important;
    box-shadow: 0 10px 30px rgba(0, 210, 255, 0.7) !important;
    background: linear-gradient(135deg, #00e5ff 0%, #0077ff 100%) !important;
    color: #fff !important;
}

/* Quick Sample Pills */
.ba-quick-suggestions-highlight {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 16px;
}
.ba-lookup-tag {
    font-size: 13px;
    font-weight: 800;
    color: #00d2ff;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}
.ba-lookup-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.ba-sample-pill {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(0, 210, 255, 0.3);
    color: #ffffff;
    font-size: 12.5px;
    font-weight: 700;
    padding: 6px 14px;
    border-radius: 20px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: all 0.2s ease;
}
.ba-sample-pill:hover {
    background: rgba(0, 210, 255, 0.22);
    border-color: #00d2ff;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0, 210, 255, 0.3);
}
.ba-sample-pill .pill-dot {
    width: 6px;
    height: 6px;
    background: #00ff88;
    border-radius: 50%;
    box-shadow: 0 0 6px #00ff88;
}

/* Hero Stats & Trust */
.ba-hero-stats-row {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 30px;
}
.ba-stat-pill {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    color: #e2e8f0;
    font-size: 13.5px;
    font-weight: 600;
    padding: 8px 18px;
    border-radius: 30px;
}
.ba-stat-highlight {
    border-color: rgba(0, 255, 136, 0.5);
    background: rgba(0, 255, 136, 0.1);
    color: #00ff88;
}
.ba-trust-strip {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 24px;
    opacity: 0.88;
}
.ba-trust-item {
    font-size: 13px;
    color: #cbd5e1;
    font-weight: 600;
}

/* ===== 3D VISUAL CREDIT CARD PREVIEW ===== */
.ba-visual-card-preview {
    background: linear-gradient(135deg, #061a38 0%, #0044aa 50%, #00b4d8 100%) !important;
    border: 1.5px solid rgba(0, 210, 255, 0.5) !important;
    border-radius: 18px !important;
    padding: 24px 26px !important;
    margin: 20px 0 26px 0 !important;
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.5), 0 0 30px rgba(0, 180, 255, 0.3), inset 0 1px 1px rgba(255, 255, 255, 0.4) !important;
    position: relative !important;
    overflow: hidden !important;
}
.ba-visual-card-preview::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 250px;
    height: 250px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.15) 0%, transparent 70%);
    pointer-events: none;
}
.ba-vcard-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 22px;
}
.ba-vcard-chip {
    width: 44px;
    height: 32px;
    background: linear-gradient(135deg, #ffd700 0%, #d4af37 50%, #aa820a 100%);
    border-radius: 6px;
    box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.6), 0 2px 6px rgba(0, 0, 0, 0.4);
    position: relative;
}
.ba-vcard-chip::after {
    content: '';
    position: absolute;
    top: 4px; left: 4px; right: 4px; bottom: 4px;
    border: 1px solid rgba(0, 0, 0, 0.25);
    border-radius: 3px;
}
.ba-vcard-type {
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.1em;
    color: rgba(255, 255, 255, 0.85);
    background: rgba(0, 0, 0, 0.25);
    padding: 4px 10px;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.15);
}
.ba-vcard-number {
    font-family: 'Courier New', Courier, monospace;
    font-size: 22px;
    font-weight: 800;
    color: #ffffff;
    letter-spacing: 0.18em;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.7);
    margin-bottom: 20px;
    word-spacing: 4px;
}
.ba-vcard-bottom {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.ba-vcard-lbl {
    font-size: 9.5px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.65);
    letter-spacing: 0.08em;
    margin-bottom: 4px;
    text-transform: uppercase;
}
.ba-vcard-val {
    font-size: 14px;
    font-weight: 800;
    color: #ffffff;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.6);
}

/* ===== CHECKOUT LAYOUT & BOXES ===== */
.ba-checkout-page-wrap {
    width: 100%;
    max-width: 1160px;
    margin: 0 auto;
    padding: 20px 0;
}
.ba-checkout-layout {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 32px;
    align-items: start;
}
.ba-checkout-card-box {
    background: rgba(4, 18, 42, 0.94) !important;
    border: 1.5px solid rgba(0, 210, 255, 0.3) !important;
    border-radius: 20px !important;
    padding: 34px !important;
    box-shadow: 0 16px 48px rgba(0,0,0,0.5), 0 0 30px rgba(0, 158, 204, 0.15) !important;
}
.ba-card-box-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 12px;
}
.ba-terminal-badge {
    display: inline-block;
    background: rgba(0, 210, 255, 0.15);
    border: 1px solid #00d2ff;
    color: #00d2ff;
    font-size: 11px;
    font-weight: 800;
    padding: 4px 12px;
    border-radius: 20px;
    letter-spacing: 0.05em;
}
.ba-card-brands {
    display: flex;
    gap: 6px;
}
.ba-brand-badge {
    font-size: 11px;
    font-weight: 900;
    padding: 4px 8px;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
}
.ba-card-field-row {
    margin-bottom: 16px;
}
.ba-card-field-row label {
    display: block;
    color: #cbd5e1;
    font-size: 13.5px;
    font-weight: 700;
    margin-bottom: 6px;
}
.ba-split-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}
.ba-card-pay-btn {
    width: 100% !important;
    padding: 16px 24px !important;
    font-size: 17px !important;
    font-weight: 900 !important;
    border-radius: 12px !important;
    margin-top: 22px !important;
    background: linear-gradient(135deg, #00d2ff 0%, #0066ff 100%) !important;
    color: #030a14 !important;
    border: none !important;
    cursor: pointer !important;
    box-shadow: 0 8px 25px rgba(0, 180, 255, 0.5) !important;
    transition: all 0.25s ease !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px !important;
}
.ba-card-pay-btn:hover {
    transform: translateY(-2px) scale(1.01) !important;
    box-shadow: 0 12px 35px rgba(0, 210, 255, 0.7) !important;
    background: linear-gradient(135deg, #00e5ff 0%, #0077ff 100%) !important;
    color: #fff !important;
}
.ba-checkout-security-strip {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
    padding-top: 16px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    font-size: 12.5px;
    color: #94a3b8;
    font-weight: 600;
}

/* Order Summary Sidebar */
.ba-order-summary-card {
    background: rgba(7, 24, 52, 0.92) !important;
    border: 1.5px solid rgba(0, 210, 255, 0.28) !important;
    border-radius: 20px !important;
    padding: 28px !important;
    box-shadow: 0 14px 40px rgba(0,0,0,0.4) !important;
}
.ba-summary-title {
    font-size: 20px;
    font-weight: 900;
    color: #ffffff;
    margin: 0 0 18px 0;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.ba-pkg-radio-item {
    background: rgba(255, 255, 255, 0.04);
    border: 1.5px solid rgba(255, 255, 255, 0.12);
    border-radius: 12px;
    padding: 12px 16px;
    margin-bottom: 10px;
    cursor: pointer;
    transition: all 0.2s ease;
}
.ba-pkg-radio-item:hover,
.ba-pkg-radio-item.active {
    background: rgba(0, 210, 255, 0.12);
    border-color: #00d2ff;
    box-shadow: 0 0 14px rgba(0, 210, 255, 0.25);
}
.ba-pkg-radio-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.ba-pkg-radio-title {
    font-weight: 700;
    color: #ffffff;
    font-size: 14px;
}
.ba-pkg-radio-price {
    color: #00ff88;
    font-size: 16px;
    font-weight: 900;
}
.ba-pkg-radio-sub {
    font-size: 12px;
    color: #94a3b8;
    margin-top: 3px;
}
.ba-summary-divider {
    height: 1px;
    background: rgba(255, 255, 255, 0.1);
    margin: 16px 0;
}
.ba-summary-line {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
    font-size: 14px;
    color: #94a3b8;
}
.ba-summary-line strong {
    color: #ffffff;
}
.ba-total-line {
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    font-size: 16px;
    font-weight: 800;
    color: #ffffff;
}
.ba-sidebar-guarantee-box {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    background: rgba(0, 210, 255, 0.08);
    border: 1px solid rgba(0, 210, 255, 0.25);
    padding: 14px;
    border-radius: 12px;
    margin-top: 20px;
}

@media (max-width: 860px) {
    .ba-hero-main-title {
        font-size: 38px;
    }
    .ba-hero-subtitle-text {
        font-size: 16px;
    }
    .ba-search-pill {
        flex-direction: column;
        border-radius: 20px;
        padding: 16px 20px;
        gap: 12px;
    }
    .ba-pill-divider {
        display: none;
    }
    .ba-pill-field {
        width: 100%;
    }
    .ba-pill-btn {
        width: 100%;
        justify-content: center;
    }
    .ba-checkout-layout {
        grid-template-columns: 1fr;
    }
    .ba-split-2 {
        grid-template-columns: 1fr;
    }
    .ba-vcard-number {
        font-size: 18px;
    }
}

/* ===== INPUT WITH ICON WRAPPERS ===== */
.ba-input-label {
    display: block;
    color: #cbd5e1;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 6px;
}
.ba-input-with-icon {
    position: relative;
    display: flex;
    align-items: center;
}
.ba-field-ico {
    position: absolute;
    left: 14px;
    font-size: 16px;
    pointer-events: none;
    z-index: 2;
    opacity: 0.8;
}
.ba-input-with-icon .ba-input {
    padding-left: 44px !important;
    width: 100% !important;
}
.ba-sidebar-preview-media {
    position: relative;
    margin-bottom: 16px;
}
.ba-sidebar-img-badge {
    position: absolute;
    bottom: 10px;
    left: 10px;
    background: rgba(3, 10, 24, 0.85);
    border: 1px solid #00d2ff;
    color: #00d2ff;
    font-size: 11px;
    font-weight: 800;
    padding: 3px 10px;
    border-radius: 20px;
    letter-spacing: 0.05em;
}
.ba-vcard-wave {
    display: flex;
    align-items: center;
}

/* ===== PROMINENT HERO YACHT SHOWCASE CARD ===== */
.ba-hero-showcase-container {
    width: 100%;
    max-width: 960px;
    margin: 36px auto 32px auto;
    position: relative;
    z-index: 5;
}
.ba-hero-featured-visual-card {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.7), 0 0 50px rgba(0, 210, 255, 0.35);
    border: 2px solid rgba(0, 210, 255, 0.5);
    background: #041226;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.ba-hero-featured-visual-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 32px 85px rgba(0, 0, 0, 0.8), 0 0 65px rgba(0, 210, 255, 0.5);
    border-color: #00d2ff;
}
.ba-showcase-img-wrap {
    position: relative;
    width: 100%;
    height: 440px;
    overflow: hidden;
}
.ba-hero-featured-yacht-img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block !important;
    filter: saturate(1.15) contrast(1.08) !important;
    transition: transform 0.5s ease !important;
}
.ba-hero-featured-visual-card:hover .ba-hero-featured-yacht-img {
    transform: scale(1.03);
}
.ba-showcase-glow-border {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: linear-gradient(180deg, rgba(4, 18, 38, 0.1) 0%, rgba(4, 18, 38, 0.85) 100%);
    pointer-events: none;
}
.ba-hero-floating-badge {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 12px;
    background: rgba(3, 14, 34, 0.92);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1.5px solid rgba(0, 210, 255, 0.5);
    border-radius: 14px;
    padding: 12px 18px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.6), 0 0 20px rgba(0, 210, 255, 0.25);
    z-index: 10;
    text-align: left;
}
.ba-hero-floating-badge strong {
    display: block;
    color: #ffffff;
    font-size: 13px;
    letter-spacing: 0.04em;
    line-height: 1.2;
}
.ba-hero-floating-badge span {
    display: block;
    color: #00d2ff;
    font-size: 11.5px;
    font-weight: 700;
    margin-top: 2px;
}
.ba-badge-left {
    top: 24px;
    left: 24px;
}
.ba-badge-right {
    top: 24px;
    right: 24px;
}
.ba-pulse-dot {
    width: 10px;
    height: 10px;
    background: #00ff88;
    border-radius: 50%;
    box-shadow: 0 0 10px #00ff88;
    animation: baPulseBeacon 1.8s infinite;
    flex-shrink: 0;
}
@keyframes baPulseBeacon {
    0% { transform: scale(0.9); box-shadow: 0 0 0 0 rgba(0, 255, 136, 0.7); }
    70% { transform: scale(1.1); box-shadow: 0 0 0 10px rgba(0, 255, 136, 0); }
    100% { transform: scale(0.9); box-shadow: 0 0 0 0 rgba(0, 255, 136, 0); }
}
.ba-gold-star {
    font-size: 16px;
    color: #ffd200 !important;
    font-weight: 900 !important;
}
.ba-hero-floating-stat-strip {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 12px;
    background: rgba(2, 10, 24, 0.88);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border: 1px solid rgba(0, 210, 255, 0.35);
    border-radius: 12px;
    padding: 12px 16px;
    z-index: 10;
}
.ba-stat-item {
    font-size: 13px;
    font-weight: 800;
    color: #f1f5f9;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

@media (max-width: 860px) {
    .ba-showcase-img-wrap {
        height: 280px;
    }
    .ba-hero-floating-badge {
        position: static;
        margin: 10px auto;
        width: 90%;
    }
    .ba-badge-left, .ba-badge-right {
        top: auto; left: auto; right: auto;
    }
    .ba-hero-floating-stat-strip {
        position: static;
        margin: 10px auto;
        border-radius: 10px;
    }
}
