/*
Theme Name: CheckUpPattaya
Theme URI: https://checkuppattaya.com
Author: CheckUpPattaya Team
Author URI: https://checkuppattaya.com
Description: Private hotel and home delivery sexual health testing service in Pattaya, Thailand. Compatible with SiteOrigin Page Builder.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: checkuppattaya
Tags: one-column, two-columns, right-sidebar, custom-colors, custom-logo, custom-menu, featured-images, footer-widgets, full-width-template, responsive-layout, sticky-post, theme-options, threaded-comments, translation-ready
*/

/* ===================================================================
   RESET & BASE
=================================================================== */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  --blue-primary:   #005EB8;
  --blue-dark:      #004494;
  --blue-light:     #E8F1FB;
  --blue-accent:    #0072CE;
  --red-exit:       #D32F2F;
  --red-exit-hover: #B71C1C;
  --white:          #FFFFFF;
  --off-white:      #F7F9FC;
  --text-dark:      #1A1A2E;
  --text-mid:       #4A5568;
  --text-light:     #718096;
  --border:         #E2E8F0;
  --shadow-sm:      0 1px 3px rgba(0,0,0,.08);
  --shadow-md:      0 4px 16px rgba(0,0,0,.10);
  --shadow-lg:      0 8px 32px rgba(0,0,0,.14);
  --radius-sm:      4px;
  --radius-md:      8px;
  --radius-lg:      16px;
  --radius-pill:    50px;
  --font-sans:      'Inter', 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  --transition:     all .2s ease;
  --container:      1200px;
}

html { scroll-behavior: smooth; }

body {
  font-family: var(--font-sans);
  font-size: 16px;
  line-height: 1.65;
  color: var(--text-dark);
  background: var(--white);
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; height: auto; display: block; }
a { color: var(--blue-primary); text-decoration: none; transition: var(--transition); }
a:hover { color: var(--blue-dark); }

/* ===================================================================
   TYPOGRAPHY
=================================================================== */
h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  line-height: 1.25;
  color: var(--text-dark);
  margin-bottom: .5em;
}
h1 { font-size: clamp(2rem, 5vw, 3rem); }
h2 { font-size: clamp(1.6rem, 4vw, 2.25rem); }
h3 { font-size: clamp(1.2rem, 3vw, 1.5rem); }
h4 { font-size: 1.125rem; }
p  { margin-bottom: 1rem; color: var(--text-mid); }
ul, ol { padding-left: 1.5rem; margin-bottom: 1rem; color: var(--text-mid); }

/* ===================================================================
   LAYOUT HELPERS
=================================================================== */
.container {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 1.5rem;
}
.section-pad { padding: 80px 0; }
.section-pad-sm { padding: 48px 0; }
.text-center { text-align: center; }
.text-white { color: var(--white) !important; }
.bg-blue { background: var(--blue-primary); }
.bg-light { background: var(--off-white); }

.section-title {
  font-size: clamp(1.6rem, 3.5vw, 2.25rem);
  color: var(--text-dark);
  margin-bottom: .5rem;
}
.section-subtitle {
  font-size: 1.05rem;
  color: var(--text-mid);
  margin-bottom: 2.5rem;
}

/* ===================================================================
   BUTTONS
=================================================================== */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  padding: .75rem 1.75rem;
  border-radius: var(--radius-pill);
  font-size: 1rem;
  font-weight: 600;
  border: 2px solid transparent;
  cursor: pointer;
  transition: var(--transition);
  text-decoration: none;
  white-space: nowrap;
}
.btn-primary {
  background: var(--blue-primary);
  color: var(--white);
  border-color: var(--blue-primary);
}
.btn-primary:hover {
  background: var(--blue-dark);
  border-color: var(--blue-dark);
  color: var(--white);
  transform: translateY(-1px);
  box-shadow: 0 4px 14px rgba(0,94,184,.35);
}
.btn-outline {
  background: transparent;
  color: var(--white);
  border-color: var(--white);
}
.btn-outline:hover {
  background: var(--white);
  color: var(--blue-primary);
}
.btn-outline-blue {
  background: transparent;
  color: var(--blue-primary);
  border-color: var(--blue-primary);
}
.btn-outline-blue:hover {
  background: var(--blue-primary);
  color: var(--white);
}
.btn-lg { padding: 1rem 2.25rem; font-size: 1.1rem; }
.btn-sm { padding: .5rem 1.25rem; font-size: .9rem; }

/* ===================================================================
   QUICK EXIT BUTTON
=================================================================== */
.quick-exit-btn {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  background: var(--red-exit);
  color: var(--white);
  border: none;
  border-radius: var(--radius-pill);
  padding: .45rem 1rem;
  font-size: .85rem;
  font-weight: 700;
  cursor: pointer;
  text-decoration: none;
  transition: var(--transition);
  letter-spacing: .02em;
}
.quick-exit-btn:hover {
  background: var(--red-exit-hover);
  color: var(--white);
  transform: scale(1.03);
}
.quick-exit-btn .icon {
  font-size: 1rem;
  line-height: 1;
}

/* ===================================================================
   STICKY HEADER
=================================================================== */
#masthead {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: var(--white);
  box-shadow: var(--shadow-md);
  transition: var(--transition);
}

.site-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  height: 70px;
}

/* Logo */
.site-branding { display: flex; align-items: center; gap: .75rem; }
.site-branding a { display: flex; align-items: center; gap: .5rem; }
.logo-icon {
  width: 42px; height: 42px;
  background: var(--blue-primary);
  border-radius: var(--radius-sm);
  display: flex; align-items: center; justify-content: center;
  color: var(--white);
  font-size: 1.2rem;
  font-weight: 900;
  flex-shrink: 0;
}
.site-title {
  font-size: 1.2rem;
  font-weight: 800;
  color: var(--blue-primary);
  letter-spacing: -.02em;
  line-height: 1.1;
}
.site-tagline {
  font-size: .7rem;
  color: var(--text-light);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: .08em;
}

/* Navigation */
.main-navigation { flex: 1; display: flex; justify-content: center; }
.main-navigation ul {
  list-style: none;
  margin: 0; padding: 0;
  display: flex;
  gap: .25rem;
}
.main-navigation li { position: relative; }
.main-navigation a {
  display: block;
  padding: .5rem .85rem;
  font-size: .92rem;
  font-weight: 600;
  color: var(--text-dark);
  border-radius: var(--radius-sm);
  transition: var(--transition);
}
.main-navigation a:hover,
.main-navigation .current-menu-item > a {
  color: var(--blue-primary);
  background: var(--blue-light);
}

/* Dropdown */
.main-navigation .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  background: var(--white);
  min-width: 200px;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-lg);
  border: 1px solid var(--border);
  padding: .5rem 0;
  display: none;
  flex-direction: column;
  z-index: 100;
}
.main-navigation li:hover > .sub-menu { display: flex; }
.main-navigation .sub-menu a {
  padding: .55rem 1.25rem;
  border-radius: 0;
  font-size: .9rem;
}

/* Header Actions */
.header-actions {
  display: flex;
  align-items: center;
  gap: .75rem;
}
.header-call-btn {
  background: var(--blue-primary);
  color: var(--white);
  border-radius: var(--radius-pill);
  padding: .45rem 1.1rem;
  font-size: .88rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  transition: var(--transition);
}
.header-call-btn:hover {
  background: var(--blue-dark);
  color: var(--white);
  transform: translateY(-1px);
}

/* Hamburger */
.nav-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: .4rem;
  border-radius: var(--radius-sm);
  transition: var(--transition);
}
.nav-toggle:hover { background: var(--blue-light); }
.hamburger-box {
  width: 24px; height: 20px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.hamburger-line {
  width: 100%; height: 2px;
  background: var(--text-dark);
  border-radius: 2px;
  transition: var(--transition);
}

/* ===================================================================
   HERO SECTION
=================================================================== */
.hero-section {
  background: linear-gradient(135deg, var(--blue-dark) 0%, var(--blue-primary) 50%, #0095DA 100%);
  padding: 100px 0 80px;
  position: relative;
  overflow: hidden;
}
.hero-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.04'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.hero-inner {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
}
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  background: rgba(255,255,255,.15);
  color: var(--white);
  border: 1px solid rgba(255,255,255,.3);
  border-radius: var(--radius-pill);
  padding: .35rem 1rem;
  font-size: .85rem;
  font-weight: 600;
  margin-bottom: 1.25rem;
}
.hero-badge .dot {
  width: 8px; height: 8px;
  background: #4ADE80;
  border-radius: 50%;
  animation: pulse 2s infinite;
}
@keyframes pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: .4; }
}
.hero-headline {
  font-size: clamp(2rem, 4.5vw, 3.25rem);
  font-weight: 900;
  color: var(--white);
  line-height: 1.15;
  margin-bottom: 1.25rem;
}
.hero-headline .highlight {
  color: #7DDFFF;
  display: block;
}
.hero-sub {
  font-size: 1.1rem;
  color: rgba(255,255,255,.85);
  margin-bottom: 2rem;
  line-height: 1.6;
}
.hero-cta-group {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 2rem;
}
.hero-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}
.hero-trust-item {
  display: flex;
  align-items: center;
  gap: .4rem;
  color: rgba(255,255,255,.85);
  font-size: .9rem;
  font-weight: 500;
}
.hero-trust-item .checkmark {
  width: 20px; height: 20px;
  background: rgba(255,255,255,.2);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: .7rem;
  color: #4ADE80;
  font-weight: 900;
}

/* Hero Card */
.hero-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 2rem;
  box-shadow: var(--shadow-lg);
}
.hero-card-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--blue-primary);
  margin-bottom: 1.25rem;
  padding-bottom: .75rem;
  border-bottom: 2px solid var(--blue-light);
}
.results-timer {
  text-align: center;
  background: var(--blue-light);
  border-radius: var(--radius-md);
  padding: 1.25rem;
  margin-bottom: 1.25rem;
}
.timer-value {
  font-size: 3rem;
  font-weight: 900;
  color: var(--blue-primary);
  line-height: 1;
}
.timer-label {
  font-size: .85rem;
  color: var(--text-mid);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.quick-tests { display: flex; flex-direction: column; gap: .6rem; }
.quick-test-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: .65rem .9rem;
  background: var(--off-white);
  border-radius: var(--radius-sm);
  border-left: 3px solid var(--blue-primary);
  font-size: .9rem;
}
.quick-test-name { font-weight: 600; color: var(--text-dark); }
.quick-test-price { font-weight: 700; color: var(--blue-primary); }
.hero-card .btn { width: 100%; margin-top: 1.25rem; justify-content: center; }

/* ===================================================================
   EXPRESS RESULTS BANNER
=================================================================== */
.express-banner {
  background: linear-gradient(90deg, #003E7E 0%, var(--blue-primary) 100%);
  padding: 48px 0;
}
.express-banner-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  flex-wrap: wrap;
}
.express-stat {
  text-align: center;
  color: var(--white);
  flex: 1;
  min-width: 140px;
}
.express-stat-number {
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: 900;
  line-height: 1;
  color: #7DDFFF;
}
.express-stat-label {
  font-size: .9rem;
  opacity: .85;
  margin-top: .25rem;
  font-weight: 500;
}
.express-divider {
  width: 1px;
  height: 60px;
  background: rgba(255,255,255,.2);
}
.express-text { color: var(--white); flex: 2; min-width: 240px; }
.express-text h2 {
  color: var(--white);
  font-size: clamp(1.5rem, 3vw, 2rem);
  margin-bottom: .5rem;
}
.express-text p { color: rgba(255,255,255,.85); margin: 0; }

/* ===================================================================
   SERVICE CARDS
=================================================================== */
.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1.5rem;
  margin-top: 2.5rem;
}
.service-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 1.75rem;
  box-shadow: var(--shadow-sm);
  transition: var(--transition);
  display: flex;
  flex-direction: column;
}
.service-card:hover {
  border-color: var(--blue-primary);
  box-shadow: var(--shadow-md);
  transform: translateY(-3px);
}
.service-icon {
  width: 56px; height: 56px;
  background: var(--blue-light);
  border-radius: var(--radius-md);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.6rem;
  margin-bottom: 1.1rem;
}
.service-name {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--text-dark);
  margin-bottom: .5rem;
}
.service-tag {
  display: inline-block;
  background: var(--blue-light);
  color: var(--blue-primary);
  border-radius: var(--radius-pill);
  padding: .2rem .75rem;
  font-size: .75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .06em;
  margin-bottom: .75rem;
}
.service-desc {
  font-size: .92rem;
  color: var(--text-mid);
  flex: 1;
  margin-bottom: 1.25rem;
}
.service-price-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
  padding-top: .75rem;
  border-top: 1px solid var(--border);
}
.service-price {
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--blue-primary);
}
.service-turnaround {
  font-size: .8rem;
  color: var(--text-light);
  font-weight: 500;
}

/* ===================================================================
   PRICING TABLE
=================================================================== */
.pricing-section { background: var(--off-white); }
.pricing-controls {
  display: flex;
  gap: 1rem;
  margin-bottom: 1.5rem;
  flex-wrap: wrap;
}
.pricing-search {
  flex: 1;
  min-width: 220px;
  padding: .7rem 1rem;
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  font-size: .95rem;
  color: var(--text-dark);
  background: var(--white);
  outline: none;
  transition: var(--transition);
}
.pricing-search:focus { border-color: var(--blue-primary); box-shadow: 0 0 0 3px rgba(0,94,184,.12); }
.pricing-filter {
  padding: .7rem 1rem;
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  font-size: .95rem;
  color: var(--text-dark);
  background: var(--white);
  cursor: pointer;
  outline: none;
  transition: var(--transition);
}
.pricing-filter:focus { border-color: var(--blue-primary); }

.pricing-table-wrap {
  overflow-x: auto;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
  background: var(--white);
}
.pricing-table {
  width: 100%;
  border-collapse: collapse;
}
.pricing-table thead th {
  background: var(--blue-primary);
  color: var(--white);
  font-size: .85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .06em;
  padding: 1rem 1.25rem;
  text-align: left;
  white-space: nowrap;
}
.pricing-table thead th:first-child { border-radius: var(--radius-lg) 0 0 0; }
.pricing-table thead th:last-child  { border-radius: 0 var(--radius-lg) 0 0; }
.pricing-table tbody tr {
  border-bottom: 1px solid var(--border);
  transition: background .15s;
}
.pricing-table tbody tr:hover { background: var(--blue-light); }
.pricing-table tbody tr:last-child { border-bottom: none; }
.pricing-table td {
  padding: .95rem 1.25rem;
  font-size: .95rem;
  vertical-align: middle;
}
.pricing-table td:first-child { font-weight: 600; color: var(--text-dark); }
.pricing-table td .badge {
  display: inline-block;
  padding: .2rem .65rem;
  border-radius: var(--radius-pill);
  font-size: .75rem;
  font-weight: 700;
}
.badge-popular { background: #FEF3C7; color: #92400E; }
.badge-pcr    { background: var(--blue-light); color: var(--blue-primary); }
.badge-rapid  { background: #DCFCE7; color: #166534; }
.badge-home   { background: #F3E8FF; color: #6B21A8; }
.price-cell { font-weight: 800; color: var(--blue-primary); font-size: 1rem; }
.turnaround-cell { color: var(--text-mid); font-size: .88rem; }
.pricing-note {
  margin-top: 1rem;
  font-size: .85rem;
  color: var(--text-light);
}

/* ===================================================================
   LOCATION SECTION
=================================================================== */
.locations-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1.25rem;
  margin-top: 2.5rem;
}
.location-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 1.5rem;
  text-align: center;
  transition: var(--transition);
  box-shadow: var(--shadow-sm);
}
.location-card:hover {
  border-color: var(--blue-primary);
  box-shadow: var(--shadow-md);
  transform: translateY(-2px);
}
.location-icon {
  font-size: 2.5rem;
  margin-bottom: .75rem;
  display: block;
}
.location-name {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--text-dark);
  margin-bottom: .25rem;
}
.location-address {
  font-size: .85rem;
  color: var(--text-light);
  line-height: 1.5;
  margin-bottom: .75rem;
}
.location-phone {
  font-size: .9rem;
  font-weight: 600;
  color: var(--blue-primary);
}
.location-hours {
  font-size: .8rem;
  color: var(--text-light);
  margin-top: .25rem;
}

/* ===================================================================
   BOOKING / CONTACT FORM
=================================================================== */
.booking-section { background: var(--blue-light); }
.booking-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: start;
}
.booking-info h2 { color: var(--text-dark); }
.booking-info p { color: var(--text-mid); }
.booking-features { list-style: none; padding: 0; margin: 1.5rem 0; }
.booking-features li {
  display: flex;
  align-items: flex-start;
  gap: .75rem;
  padding: .6rem 0;
  font-size: .95rem;
  color: var(--text-mid);
  border-bottom: 1px solid var(--border);
}
.booking-features li:last-child { border-bottom: none; }
.booking-features .feature-icon {
  color: var(--blue-primary);
  font-weight: 900;
  font-size: 1.1rem;
  flex-shrink: 0;
  margin-top: .1rem;
}
.booking-form-wrap {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 2rem;
  box-shadow: var(--shadow-md);
}
.booking-form-title {
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--blue-primary);
  margin-bottom: 1.5rem;
}
.form-group { margin-bottom: 1.25rem; }
.form-group label {
  display: block;
  font-size: .88rem;
  font-weight: 600;
  color: var(--text-dark);
  margin-bottom: .4rem;
}
.form-group label .required { color: var(--red-exit); }
.form-control {
  width: 100%;
  padding: .75rem 1rem;
  border: 1.5px solid var(--border);
  border-radius: var(--radius-md);
  font-size: .95rem;
  color: var(--text-dark);
  background: var(--white);
  transition: var(--transition);
  outline: none;
  font-family: inherit;
}
.form-control:focus {
  border-color: var(--blue-primary);
  box-shadow: 0 0 0 3px rgba(0,94,184,.12);
}
.form-control::placeholder { color: var(--text-light); }
textarea.form-control { resize: vertical; min-height: 100px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.form-privacy {
  font-size: .82rem;
  color: var(--text-light);
  margin-top: .75rem;
  text-align: center;
}
.form-privacy a { color: var(--blue-primary); }
.form-success {
  display: none;
  background: #DCFCE7;
  border: 1px solid #86EFAC;
  border-radius: var(--radius-md);
  padding: 1rem;
  color: #166534;
  font-weight: 600;
  text-align: center;
  margin-top: 1rem;
}

/* ===================================================================
   FAQ ACCORDION
=================================================================== */
.faq-section { background: var(--white); }
.faq-list { max-width: 800px; margin: 2.5rem auto 0; }
.faq-item {
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  margin-bottom: .75rem;
  overflow: hidden;
  transition: var(--transition);
}
.faq-item.active { border-color: var(--blue-primary); }
.faq-question {
  width: 100%;
  background: var(--white);
  border: none;
  padding: 1.1rem 1.5rem;
  text-align: left;
  font-size: 1rem;
  font-weight: 600;
  color: var(--text-dark);
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  transition: var(--transition);
  font-family: inherit;
}
.faq-question:hover { background: var(--off-white); }
.faq-item.active .faq-question { color: var(--blue-primary); }
.faq-arrow {
  width: 24px; height: 24px;
  background: var(--blue-light);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: .75rem;
  color: var(--blue-primary);
  transition: transform .3s ease;
  flex-shrink: 0;
}
.faq-item.active .faq-arrow { transform: rotate(180deg); }
.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height .35s ease, padding .2s;
  padding: 0 1.5rem;
  color: var(--text-mid);
  font-size: .95rem;
  line-height: 1.7;
}
.faq-item.active .faq-answer {
  max-height: 500px;
  padding: 0 1.5rem 1.25rem;
}

/* ===================================================================
   TRUST / TESTIMONIALS
=================================================================== */
.trust-section { background: var(--off-white); }
.trust-strip {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 2rem;
}
.trust-badge-item {
  display: flex;
  align-items: center;
  gap: .75rem;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-pill);
  padding: .75rem 1.5rem;
  box-shadow: var(--shadow-sm);
}
.trust-badge-item .trust-icon { font-size: 1.5rem; }
.trust-badge-item .trust-text { font-size: .9rem; font-weight: 600; color: var(--text-dark); }

/* ===================================================================
   FOOTER
=================================================================== */
#colophon {
  background: var(--text-dark);
  color: rgba(255,255,255,.7);
}
.footer-top {
  padding: 60px 0 40px;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 2.5rem;
}
.footer-brand .site-title { color: var(--white); margin-bottom: .5rem; }
.footer-brand p { font-size: .9rem; line-height: 1.7; margin-top: .75rem; margin-bottom: 1.25rem; }
.footer-social { display: flex; gap: .75rem; }
.social-link {
  width: 36px; height: 36px;
  background: rgba(255,255,255,.1);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: .9rem;
  color: rgba(255,255,255,.7);
  transition: var(--transition);
}
.social-link:hover { background: var(--blue-primary); color: var(--white); }
.footer-heading {
  font-size: .85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: var(--white);
  margin-bottom: 1rem;
}
.footer-links { list-style: none; padding: 0; margin: 0; }
.footer-links li { margin-bottom: .5rem; }
.footer-links a { font-size: .9rem; color: rgba(255,255,255,.65); transition: var(--transition); }
.footer-links a:hover { color: var(--white); }
.footer-contact-item {
  display: flex;
  align-items: flex-start;
  gap: .5rem;
  font-size: .9rem;
  margin-bottom: .6rem;
}
.footer-contact-item .fc-icon { color: var(--blue-accent); flex-shrink: 0; margin-top: .2rem; }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.1);
  padding: 1.25rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: .75rem;
}
.footer-bottom p { margin: 0; font-size: .85rem; }
.footer-legal { display: flex; gap: 1.5rem; }
.footer-legal a { font-size: .85rem; color: rgba(255,255,255,.5); }
.footer-legal a:hover { color: var(--white); }

/* ===================================================================
   PAGE BANNER
=================================================================== */
.page-banner {
  background: linear-gradient(135deg, var(--blue-dark) 0%, var(--blue-primary) 100%);
  padding: 60px 0;
  text-align: center;
}
.page-banner h1 { color: var(--white); margin: 0; }
.page-banner .breadcrumb { color: rgba(255,255,255,.7); font-size: .9rem; margin-top: .5rem; }
.page-banner .breadcrumb a { color: rgba(255,255,255,.8); }

/* ===================================================================
   WORDPRESS DEFAULTS
=================================================================== */
.site-content { min-height: 60vh; }
.entry-content { max-width: 780px; margin: 0 auto; padding: 3rem 1.5rem; }
.entry-content p { margin-bottom: 1.25rem; }
.entry-content h2, .entry-content h3 { margin-top: 2rem; }
.entry-content a { color: var(--blue-primary); text-decoration: underline; }
.entry-content ul li, .entry-content ol li { margin-bottom: .35rem; }

/* Sidebar */
.with-sidebar .site-content-inner {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 2rem;
  padding: 3rem 1.5rem;
  max-width: var(--container);
  margin: 0 auto;
}
.widget { margin-bottom: 2rem; }
.widget-title { font-size: 1rem; font-weight: 700; margin-bottom: 1rem; padding-bottom: .5rem; border-bottom: 2px solid var(--blue-primary); }

/* Full-width page template */
.page-template-full-width .site-content { padding: 0; }
.page-template-full-width .entry-header { display: none; }

/* SiteOrigin panels */
.panel-grid { width: 100%; }
.panel-grid-cell { padding: 0; }

/* ===================================================================
   SITEORIGIN PAGE BUILDER COMPATIBILITY
=================================================================== */
.siteorigin-widget-tinymce,
.so-widget-sow-editor { color: var(--text-mid); }

.panel-row-style { margin: 0 !important; }
.panel-grid-cell-empty { display: none; }

/* ===================================================================
   RESPONSIVE
=================================================================== */
@media (max-width: 1024px) {
  .hero-inner { grid-template-columns: 1fr; }
  .hero-card { max-width: 480px; }
  .booking-inner { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 768px) {
  .main-navigation { display: none; }
  .main-navigation.is-open {
    display: flex;
    position: fixed;
    inset: 70px 0 0 0;
    background: var(--white);
    flex-direction: column;
    overflow-y: auto;
    z-index: 999;
    padding: 1rem;
    border-top: 1px solid var(--border);
  }
  .main-navigation.is-open ul { flex-direction: column; width: 100%; }
  .main-navigation.is-open a { font-size: 1.05rem; padding: .75rem 1rem; }
  .main-navigation .sub-menu { position: static; box-shadow: none; border: none; display: none; padding-left: 1rem; }
  .main-navigation li.is-open > .sub-menu { display: flex; }
  .nav-toggle { display: block; }
  .site-header-inner { height: 64px; }

  .hero-section { padding: 60px 0; }
  .express-banner-inner { flex-direction: column; text-align: center; }
  .express-divider { width: 60px; height: 1px; }
  .footer-top { grid-template-columns: 1fr; gap: 2rem; }
  .footer-bottom { flex-direction: column; text-align: center; }
  .form-row { grid-template-columns: 1fr; }
  .with-sidebar .site-content-inner { grid-template-columns: 1fr; }
  .hero-cta-group { flex-direction: column; }
  .hero-cta-group .btn { width: 100%; justify-content: center; }
}

@media (max-width: 480px) {
  .container { padding: 0 1rem; }
  .section-pad { padding: 56px 0; }
  .pricing-controls { flex-direction: column; }
  .trust-strip { flex-direction: column; align-items: center; }
}

/* ===================================================================
   PRINT
=================================================================== */
@media print {
  #masthead, footer, .quick-exit-btn, .hero-cta-group { display: none !important; }
  body { font-size: 12pt; }
}

/* ===================================================================
   WORDPRESS ALIGNMENT CLASSES
=================================================================== */
.alignleft  { float: left; margin: 0 1.5rem 1rem 0; }
.alignright { float: right; margin: 0 0 1rem 1.5rem; }
.aligncenter{ text-align: center; margin: 0 auto 1rem; display: block; }
.alignwide  { width: calc(100% + 3rem); margin-left: -1.5rem; }
.alignfull  { width: 100vw; margin-left: calc(-1 * (100vw - 100%) / 2); }

/* ===================================================================
   ACCESSIBILITY
=================================================================== */
.screen-reader-text {
  border: 0; clip: rect(1px,1px,1px,1px);
  clip-path: inset(50%); height: 1px; margin: -1px;
  overflow: hidden; padding: 0; position: absolute;
  width: 1px; word-wrap: normal !important;
}
.skip-link {
  position: absolute; top: -100%; left: 0; z-index: 9999;
  background: var(--blue-primary); color: #fff;
  padding: .75rem 1.5rem; font-weight: 700;
  transition: top .2s;
}
.skip-link:focus { top: 0; }
:focus-visible { outline: 3px solid var(--blue-accent); outline-offset: 2px; }
