:root {
  --bs-navy: #033180;
  --bs-navy-dark: #061d4f;
  --bs-blue: #2b7cff;
  --bs-orange: #ff6a00;
  --bs-orange-dark: #d95300;
  --bs-pale: #eef4ff;
  --bs-pale-2: #f6f9ff;
  --bs-white: #ffffff;
  --bs-text: #102b5c;
  --bs-muted: #033180;
  --bs-line: #d9e4f5;
  --bs-shadow: 0 18px 46px rgba(7, 43, 104, 0.12);
  --bs-radius: 22px;
  --bs-container: 1315px;
  --bs-font: proxima-nova, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--bs-text);
  background: #fff;
  font-family: var(--bs-font);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; font-family: var(--bs-font); }
button { cursor: pointer; }
h1, h2, h3, h4, h5, h6 { margin: 0 0 18px; color: var(--bs-navy); line-height: 1.08; letter-spacing: -0.035em; }
h1 { font-size: clamp(2.65rem, 5vw, 5rem); }
h2 { font-size: clamp(2rem, 3.4vw, 3rem); }
h3 { font-size: clamp(1.1rem, 1.6vw, 1.45rem); }
p { margin: 0 0 20px; }
ul { margin-top: 0; }
.container { width: min(calc(100% - 40px), var(--bs-container)); margin-inline: auto; }
.narrow { max-width: 800px; margin-inline: auto; }
.wide { max-width: 950px; }
.center { text-align: center; }
.section { padding: 100px 0; }
.section-white { background: #fff; }
.section-pale { background: var(--bs-pale-2); padding: 50px 0px;}
.screen-reader-text { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link:focus { position: fixed !important; top: 12px; left: 12px; z-index: 9999; width: auto; height: auto; padding: 10px 15px; clip: auto; background: #fff; color: #000; }

.eyebrow { display: block; margin: 0 0 12px; color: var(--bs-orange) !important; font-size: 18px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.eyebrow-light { color: #ffb3a6; }
.hero-lead { max-width: 660px; color: #fff;font-size: 18px;line-height: 25px; }
.dark-lead { color: var(--bs-muted); }
.section-heading { margin-bottom: 50px; }
.section-heading.narrow { max-width: 720px; margin-inline: auto; }
.section-heading.wide { max-width: 850px; }
.section-heading p { color: var(--bs-muted); font-size: 1.08rem; }
.light-heading { color: #fff; }
.light-copy { color: #c6d7f6; }

.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 12px 22px; border: 1px solid transparent; border-radius: 999px; font-size: .93rem; font-weight: 800; line-height: 1; transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease, border-color .2s ease; font-size: 16px;font-weight: 600;}
.button:hover { transform: translateY(-2px); }
.button-primary { color: #fff; background: var(--bs-orange); box-shadow: 0 10px 22px rgba(255, 59, 34, .22); }
.button-primary:hover { background: var(--bs-orange-dark); }
.button-outline { color: var(--bs-navy); background: transparent; border-color: #93acd3; }
.button-outline:hover { background: var(--bs-pale); border-color: var(--bs-navy); }
.button-light { color: var(--bs-navy); background: #fff; }
.button-navy { color: #fff; background: var(--bs-navy); }
.button-small { min-height: 38px; padding: 9px 17px; font-size: 16px; font-weight: 600;}
.button-block { width: 100%; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.text-link { color: var(--bs-navy); font-weight: 800; font-size: .9rem; }
.text-link:hover { color: var(--bs-orange); }
.circle-link { display: inline-flex; align-items: center; gap: 12px; margin-top: 15px; color: var(--bs-navy); font-weight: 800; }
.circle-link span { display: inline-grid; place-items: center; width: 40px; height: 40px; border-radius: 50%; color: #fff; background: var(--bs-orange); transition: transform .2s ease; }
.circle-link:hover span { transform: translateX(4px); }


/* Premium multi-site CTA card */
.circle-link-card {
	position: relative;
	isolation: isolate;
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	gap: 26px;
	width: fit-content;
	max-width: 100%;
	min-height: 72px;
	margin-top: 22px;
	padding: 9px 10px 9px 30px;
	border: 1px solid rgba(8, 59, 142, .08);
	border-radius: 24px;
	color: var(--bs-navy);
	background: #fff;
	box-shadow: 0 14px 34px rgba(8, 59, 142, .12), 0 3px 10px rgba(8, 59, 142, .06);
	overflow: hidden;
	transition: transform .3s ease, box-shadow .3s ease, color .3s ease;
}

.circle-link-card::before {
	content: "";
	position: absolute;
	inset: -1px;
	z-index: 0;
	padding: 2px;
	border-radius: inherit;
	background: linear-gradient(90deg, var(--bs-orange), #2b7cff, #19c8e4, var(--bs-orange));
	background-size: 240% 100%;
	opacity: 0;
	pointer-events: none;
	-webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
	transition: opacity .25s ease;
}

.circle-link-card .circle-link-label {
	position: relative;
	z-index: 1;
	display: inline-block;
	width: auto;
	height: auto;
	padding: 0 0 7px;
	border-radius: 0;
	color: var(--bs-navy);
	background: transparent;
	font-size: 17px;
	font-weight: 800;
	line-height: 1.15;
	white-space: nowrap;
	transition: color .25s ease;
}

.circle-link-card .circle-link-label::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 34px;
	height: 3px;
	border-radius: 99px;
	background: var(--bs-orange);
	transform-origin: left center;
	transition: width .35s ease;
}

.circle-link-card .circle-link-arrow {
	position: relative;
	z-index: 1;
	display: inline-grid;
	flex: 0 0 54px;
	place-items: center;
	width: 54px;
	height: 54px;
	border-radius: 50%;
	color: #fff;
	background: var(--bs-orange);
	box-shadow: 0 8px 18px rgba(255, 61, 45, .24);
	font-size: 22px;
	line-height: 1;
	transition: transform .3s cubic-bezier(.2,.8,.2,1), box-shadow .3s ease;
}

.circle-link-card:hover,
.circle-link-card:focus-visible {
	color: var(--bs-navy);
	transform: translateY(-3px);
	box-shadow: 0 20px 42px rgba(8, 59, 142, .16), 0 5px 14px rgba(8, 59, 142, .08);
}

.circle-link-card:hover::before,
.circle-link-card:focus-visible::before {
	opacity: 1;
	animation: circle-link-border-flow 1.6s linear infinite;
}

.circle-link-card:hover .circle-link-label,
.circle-link-card:focus-visible .circle-link-label {
	transform: none;
}

.circle-link-card:hover .circle-link-label::after,
.circle-link-card:focus-visible .circle-link-label::after {
	width: 72px;
}

.circle-link-card:hover .circle-link-arrow,
.circle-link-card:focus-visible .circle-link-arrow {
	transform: translateX(3px) scale(1.06);
	box-shadow: 0 11px 24px rgba(255, 61, 45, .32);
}

@keyframes circle-link-border-flow {
	from { background-position: 0% 50%; }
	to { background-position: 240% 50%; }
}

@media (max-width: 520px) {
	.circle-link-card {
		width: 100%;
		min-height: 64px;
		gap: 14px;
		padding: 8px 8px 8px 20px;
		border-radius: 20px;
	}

	.circle-link-card .circle-link-label {
		font-size: 15px;
		white-space: normal;
	}

	.circle-link-card .circle-link-arrow {
		flex-basis: 48px;
		width: 48px;
		height: 48px;
		font-size: 20px;
	}
}

/* Announcement and header */
.announcement-bar { color: #fff; background: linear-gradient(90deg, #081d57, #2b7cff, #13d3e5); font-size: 17px; font-weight: 700; }
.announcement-inner { display: flex; justify-content: space-between; gap: 24px; padding-block: 8px; }
.announcement-inner a { text-decoration: underline; text-underline-offset: 3px;     font-weight: 500;}
.site-header { position: sticky; top: 0; z-index: 1000; color: var(--bs-navy); background: rgba(255,255,255,.96); border-bottom: 1px solid rgba(8,59,142,.08); backdrop-filter: blur(14px); }
.has-dark-header .site-header { color: #fff; background: rgba(8,59,142,.97); border-bottom-color: rgba(255,255,255,.12); }
.header-inner { min-height: 74px; display: flex; align-items: center; gap: 32px; }
.site-branding { flex: 0 0 auto; }
.custom-logo { max-height: 45px; width: auto; width: 100%;max-width: 187px;}
.brand-link { display: inline-flex; align-items: center; gap: 10px; color: currentColor; font-weight: 900; font-size: 1.25rem; letter-spacing: -.03em; }
.brand-mark { display: inline-flex; position: relative; width: 24px; height: 28px; }
.brand-mark i { position: absolute; left: 2px; width: 0; height: 0; border-top: 7px solid transparent; border-bottom: 7px solid transparent; border-left: 13px solid var(--bs-orange); transform: skewX(-8deg); }
.brand-mark i:first-child { top: 2px; }
.brand-mark i:last-child { bottom: 2px; }
.main-navigation { margin-left: auto; }
.main-navigation .menu { display: flex; align-items: center; gap: 28px; padding: 0; margin: 0; list-style: none; }
.main-navigation a { display: block; padding-block: 10px; color: currentColor; font-size: 16px; font-weight: 600; opacity: .92; }
.main-navigation a:hover, .main-navigation .current-menu-item > a { color: var(--bs-orange); opacity: 1; }
.header-actions { display: flex; gap: 10px; }
.has-dark-header .header-actions .button-outline { color: #fff; border-color: rgba(255,255,255,.65); }
.has-dark-header .header-actions .button-outline:hover { color: var(--bs-navy); background: #fff; }
.menu-toggle { display: none; width: 42px; height: 42px; padding: 9px; border: 0; border-radius: 10px; color: currentColor; background: transparent; }
.menu-toggle span:not(.screen-reader-text) { display: block; height: 2px; margin: 5px 0; background: currentColor; }

/* Home */
.hero { position: relative; overflow: hidden; }
.hero-home { color: #fff; background: var(--bs-navy); padding: 70px 0 50px; }
.hero-home::before { content: ""; position: absolute; inset: -40% auto auto 55%; width: 700px; height: 700px; border-radius: 50%; background: radial-gradient(circle, rgba(43,124,255,.45), transparent 65%); pointer-events: none; }
.hero-grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(480px, 1.1fr); align-items: center; gap: 70px; }
.hero-home h1, .hero-about h1 { color: #fff; max-width: 720px; font-size: 48px;}
.hero-copy { position: relative; z-index: 2; }
.hero-media { position: relative; z-index: 1; }
.hero-media img { width: 100%; }
.trusted-strip { position: relative; z-index: 2; margin-top: 44px; padding: 8px 0 2px; overflow: hidden; }
.trusted-strip-inner { overflow: hidden; }
.trusted-strip-heading { margin-bottom: 15px; }
.trusted-strip-heading > span, .trusted-light > span { display: block; font-size: 18px; font-weight: 800; opacity: .9; }
.logo-marquee { position: relative; width: 100%; max-width: var(--bs-container); margin-inline: auto; overflow: hidden; -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 8%, #000 92%, transparent 100%); mask-image: linear-gradient(90deg, transparent 0, #000 8%, #000 92%, transparent 100%); }
.logo-marquee-track { display: flex; width: max-content; will-change: transform; animation: booking-logo-marquee 34s linear infinite; }
.logo-marquee-group { display: flex; flex: 0 0 auto; align-items: center; gap: clamp(42px, 5.5vw, 88px); padding-right: clamp(42px, 5.5vw, 88px); }
.venue-logo { display: grid; flex: 0 0 clamp(132px, 12vw, 194px); width: clamp(132px, 12vw, 194px); height: 86px; place-items: center; opacity: .88; filter: saturate(.92); transition: opacity .25s ease, transform .25s ease, filter .25s ease; }
.venue-logo img { width: 100%;object-fit: contain; }
.venue-logo:hover { opacity: 1; filter: saturate(1.1); transform: translateY(-3px) scale(1.025); }
.logo-marquee:hover .logo-marquee-track, .logo-marquee:focus-within .logo-marquee-track { animation-play-state: paused; }
.logo-cloud { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 28px; color: #fff; opacity: .75; }
.logo-cloud b { font-size: clamp(.8rem, 1.2vw, 1rem); letter-spacing: .04em; }
.logo-cloud-light { color: var(--bs-navy); opacity: .62; }
@keyframes booking-logo-marquee {
  from { transform: translate3d(0,0,0); }
  to { transform: translate3d(-50%,0,0); }
}
.trusted-light { margin-top: 70px; }
.choice-section { padding-top: 80px; }
.card-grid { display: grid; gap: 28px; }
.card-grid-3 { grid-template-columns: repeat(3, minmax(0,1fr)); }
.image-card { overflow: hidden; border: 1px solid var(--bs-line); border-radius: var(--bs-radius); background: #fff; box-shadow: var(--bs-shadow); transition: transform .25s ease, box-shadow .25s ease; }
.image-card:hover { transform: translateY(-7px); box-shadow: 0 24px 55px rgba(7,43,104,.17); }
.card-visual { position: relative; min-height: 175px; display: grid; place-items: center; overflow: hidden; }
.card-visual::before, .card-visual::after { content: ""; position: absolute; border-radius: 50%; opacity: .5; }
.card-visual::before { width: 190px; height: 190px; top: -75px; left: -35px; background: rgba(255,255,255,.35); }
.card-visual::after { width: 150px; height: 150px; right: -35px; bottom: -70px; background: rgba(255,255,255,.32); }
.visual-venues { background: linear-gradient(135deg,#2b7cff,#66d4f5); }
.visual-features { background: linear-gradient(135deg,#6048e8,#ff7b6b); }
.visual-pricing { background: linear-gradient(135deg,#0a3e91,#51d4a5); }
.visual-icon { position: relative; z-index: 1; color: #fff; font-size: 4.2rem; font-weight: 900; }
.card-body { padding: 26px; }
.card-body h3{
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 10px;
}
.card-body p { color: rgb(3, 49, 128);line-height: 22px;}
.feature-stack { padding-bottom: 55px; }
.feature-row { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 30px;}
.feature-row-reverse .feature-media { order: 2; }
.feature-row-reverse .feature-copy { order: 1; }
.feature-media img { width: 100%; object-fit: contain;    width: 100%;max-width: 664px;min-width: 664px;}
.feature-copy p { color: var(--bs-muted); }
.feature-copy blockquote { margin: 28px 0; padding-left: 22px; border-left: 3px solid var(--bs-orange); color: var(--bs-navy); font-weight: 650; }
.metric-callout { display: flex; align-items: center; gap: 18px; margin: 30px 0; }
.metric-callout strong { color: var(--bs-blue); font-size: 2.6rem; line-height: 1; }
.metric-callout span { max-width: 270px; color: var(--bs-muted); font-size: .9rem; }
.platform-section .section-heading { margin-bottom: 40px; }
.dashboard-image { width: 100%; margin-top: 45px; }
/* Operator feedback + scale section */
.proof-section { position: relative; overflow: hidden; }
.proof-section::before {
  content: "";
  position: absolute;
  width: 560px;
  height: 560px;
  top: -260px;
  right: -180px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(43,124,255,.13), rgba(43,124,255,0) 70%);
  pointer-events: none;
}

.operator-feedback-card {
  position: relative;
  z-index: 1;
  padding: clamp(38px, 4.5vw, 62px);
  overflow: hidden;
  border: 1px solid #dce6f5;
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 22px 65px rgba(7,43,104,.10);
}
.operator-feedback-heading { max-width: 880px; margin: 0 auto 34px; text-align: center; }
.operator-feedback-heading h2 { margin-bottom: 0; }
.review-slider-shell { position: relative; display: flex; align-items: center; gap: 14px; }
.review-slider-viewport { width: 100%; overflow: hidden; }
.review-slider-track { display: flex; gap: 18px; transition: transform .55s cubic-bezier(.22,1,.36,1); will-change: transform; }
.review-slide {
  position: relative;
  flex: 0 0 calc((100% - 36px) / 3);
  min-height: 205px;
  padding: 28px 28px 25px;
  overflow: hidden;
  border: 1px solid #d9e4f5;
  border-radius: 20px;
  background: linear-gradient(145deg, #ffffff 0%, #f7faff 100%);
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}
.review-slide:hover { transform: translateY(-4px); border-color: #b8cdf0; box-shadow: 0 16px 34px rgba(7,43,104,.10); }
.review-number { position: absolute; top: 18px; right: 22px; color: #dfe8f7; font-size: 2.3rem; font-weight: 800; line-height: 1; }
.review-stars { position: relative; z-index: 1; margin-bottom: 24px; color: var(--bs-orange); font-size: 1.05rem; font-weight: 900; letter-spacing: .12em; }
.review-slide h3 { position: relative; z-index: 1; margin-bottom: 7px; color: var(--bs-navy); font-size: 1.35rem; font-weight: 750; letter-spacing: -.02em; }
.review-slide p { position: relative; z-index: 1; margin: 0; color: #6f84aa; font-size: .9rem; font-weight: 600; }
.review-slider-arrow {
  display: grid;
  flex: 0 0 46px;
  width: 46px;
  height: 46px;
  place-items: center;
  padding: 0;
  border: 1px solid #c9d8ef;
  border-radius: 50%;
  color: var(--bs-navy);
  background: #fff;
  box-shadow: 0 9px 22px rgba(7,43,104,.09);
  transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease;
}
.review-slider-arrow:hover { transform: translateY(-2px); color: #fff; background: var(--bs-navy); border-color: var(--bs-navy); }
.review-slider-arrow:disabled { opacity: .35; cursor: default; transform: none; }
.review-slider-arrow span { font-size: 1.2rem; line-height: 1; }
.review-slider-dots { display: flex; justify-content: center; gap: 8px; margin-top: 26px; }
.review-slider-dot { width: 9px; height: 9px; padding: 0; border: 0; border-radius: 999px; background: #c8d6ed; transition: width .25s ease, background .25s ease; }
.review-slider-dot.is-active { width: 28px; background: var(--bs-orange); }

.scale-support-panel {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0,.88fr) minmax(0,1.12fr);
  gap: clamp(34px, 5vw, 72px);
  align-items: stretch;
  margin-top: 32px;
  padding: clamp(38px, 4.5vw, 58px);
  border-radius: 28px;
  color: #fff;
  background: linear-gradient(125deg, #062c72 0%, #0849a4 62%, #0c5fc0 100%);
  box-shadow: 0 22px 65px rgba(7,43,104,.15);
}
.scale-support-panel::after {
  content: "";
  position: absolute;
  width: 300px;
  height: 300px;
  right: -80px;
  bottom: -150px;
  border-radius: 50%;
  background: rgba(255,255,255,.07);
  pointer-events: none;
}
.scale-support-copy { position: relative; z-index: 1; align-self: center; max-width: 520px; }
.scale-support-copy h2 { color: #fff; font-size: clamp(2.05rem, 3.4vw, 3.25rem); }
.scale-support-copy > p:last-child { max-width: 500px; margin-bottom: 0; color: #d5e3fb; font-size: 1.02rem; }
.scale-stats-grid { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 15px; }
.scale-stat {
  display: flex;
  min-height: 150px;
  flex-direction: column;
  justify-content: flex-end;
  padding: 24px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 20px;
  background: rgba(255,255,255,.10);
  backdrop-filter: blur(8px);
  transition: transform .25s ease, background .25s ease, border-color .25s ease;
}
.scale-stat:hover { transform: translateY(-4px); background: rgba(255,255,255,.15); border-color: rgba(255,255,255,.28); }
.scale-stat-kicker { margin-bottom: auto; color: #a9c9f7; font-size: .72rem !important; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; }
.scale-stat strong { display: block; margin: 16px 0 3px; color: #fff; font-size: clamp(2rem, 3vw, 2.75rem); line-height: .95; letter-spacing: -.035em; }
.scale-stat > span:last-child { color: #d8e6fb; font-size: .9rem; font-weight: 600; }

/* Pricing */
.pricing-hero { padding-bottom: 45px; }
.pricing-hero h1 { font-size: clamp(2.6rem, 4.3vw, 4.5rem); }
.pricing-plans-section { padding-top: 25px; background: #fff; }
.pricing-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 20px; margin-bottom: 35px; }
.pricing-card { position: relative; display: flex; flex-direction: column; min-height: 520px; padding: 36px 28px 28px; border: 1px solid var(--bs-line); border-top: 7px solid var(--bs-blue); border-radius: 18px; background: #fff; box-shadow: var(--bs-shadow); }
.pricing-card:nth-child(3) { border-top-color: var(--bs-navy); }
.pricing-card:nth-child(4) { border-top-color: var(--bs-navy-dark); }
.pricing-card.is-popular { border-top-color: var(--bs-orange); transform: translateY(-15px); }
.popular-badge { position: absolute; top: -29px; left: -1px; right: -1px; padding: 7px 12px; color: #fff; background: linear-gradient(90deg,var(--bs-blue),var(--bs-orange)); border-radius: 14px 14px 0 0; text-align: center; font-size: .74rem; font-weight: 850; }
.pricing-card h2 { color: var(--bs-orange); font-size: 1.35rem; text-transform: uppercase; }
.pricing-card p { min-height: 74px; color: var(--bs-muted); font-size: .9rem; }
.pricing-card h3 { font-size: .9rem; letter-spacing: 0; }
.pricing-card ul { padding-left: 20px; color: var(--bs-text); font-size: .9rem; }
.pricing-card li { margin-bottom: 8px; }
.pricing-card .button { margin-top: auto; }
.pricing-divider { height: 1px; margin: 4px 0 22px; background: var(--bs-line); }
.stats-band { padding: 55px 0; background: #e5efff; }
.stats-band-grid { display: grid; grid-template-columns: repeat(4,1fr); }
.stats-band-grid div { padding: 8px 30px; text-align: center; border-right: 1px solid #a9bee2; }
.stats-band-grid div:last-child { border-right: 0; }
.stats-band-grid strong { display: block; color: var(--bs-navy); font-size: clamp(2rem,4vw,3.5rem); line-height: 1; }
.stats-band-grid span { color: var(--bs-text); font-size: .9rem; }
.testimonial-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.testimonial-grid blockquote { min-height: 280px; display: flex; flex-direction: column; justify-content: space-between; margin: 0; padding: 35px; border-radius: var(--bs-radius); background: #fff; box-shadow: var(--bs-shadow); }
.testimonial-grid blockquote p { color: var(--bs-navy); font-size: 1.1rem; font-weight: 750; }
.testimonial-grid footer strong, .testimonial-grid footer span { display: block; }
.testimonial-grid footer span { color: var(--bs-muted); font-size: .82rem; }
.accordion-list { border-top: 1px solid #9eb2d5; }
.accordion-item { border-bottom: 1px solid #9eb2d5; }
.accordion-button { width: 100%; display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 23px 0; color: var(--bs-navy); background: transparent; border: 0; text-align: left; font-weight: 780; }
.accordion-button i { display: grid; place-items: center; flex: 0 0 28px; width: 28px; height: 28px; border: 1px solid var(--bs-navy); border-radius: 50%; font-style: normal; transition: transform .2s ease; }
.accordion-button[aria-expanded="true"] i { transform: rotate(45deg); }
.accordion-panel { display: none; padding: 0 45px 20px 0; color: var(--bs-muted); }
.accordion-item.is-open .accordion-panel { display: block; }
.cta-band { padding: 55px 0; background: #cfe0ff; }
.cta-band-inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.cta-band h2 { margin-bottom: 10px; font-size: clamp(1.8rem,3vw,3rem); }
.cta-band p { margin: 0; color: var(--bs-muted); }

/* About */
.hero-about { padding: 60px 0 70px; background: var(--bs-navy); }
.about-hero-grid { grid-template-columns: .85fr 1.15fr; }
.split-layout { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 80px; }
.section-copy p { color: var(--bs-muted); }
.value-list { display: grid; gap: 10px; margin: 28px 0; }
.value-list span { display: flex; align-items: center; gap: 15px; padding: 14px 0; border-bottom: 1px solid var(--bs-line); font-weight: 750; }
.value-list b { color: var(--bs-orange); }
.careers-section { background: #fff4f0; }
.careers-grid img { max-height: 470px; margin-inline: auto; }
.people-section { padding-top: 75px; }
.people-section .wide p { color: var(--bs-muted); }
.team-image { width: 100%; margin-top: 40px; border-radius: 24px; box-shadow: var(--bs-shadow); }

/* Support */
.support-hero { padding-top: 70px; }
.support-hero h1 { font-size: clamp(2.7rem,4.8vw,4.7rem); }
.support-hero-grid { gap: 55px; }
.support-stats .stats-band-grid { max-width: 920px; }
.stats-3 { grid-template-columns: repeat(3,1fr); }
.support-contact-section { color: #fff; background: var(--bs-navy-dark); }
.support-cards article { overflow: hidden; border-radius: var(--bs-radius); background: var(--bs-navy); box-shadow: 0 18px 40px rgba(0,0,0,.18); }
.support-card-visual { min-height: 165px; display: grid; place-items: center; background: linear-gradient(135deg,#e5efff,#ffdcd5); }
.support-card-visual span { display: grid; place-items: center; width: 74px; height: 74px; border-radius: 24px; color: #fff; background: var(--bs-blue); font-size: 2rem; font-weight: 900; }
.support-cards article > div:last-child { padding: 25px; }
.support-cards h3 { color: #fff; }
.support-cards p { color: #c8d8f4; font-size: .92rem; }
.support-cards a { color: #fff; font-size: .85rem; font-weight: 800; }
.partner-section blockquote { margin: 28px 0; padding: 18px 22px; border-left: 3px solid var(--bs-orange); color: var(--bs-navy); background: var(--bs-pale-2); font-weight: 700; }
.security-section { padding-bottom: 55px; }
.security-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 18px; margin-top: 30px; }
.security-grid div { padding: 20px; border: 1px solid var(--bs-line); border-radius: 16px; background: #fff; }
.security-grid b, .security-grid span { display: block; }
.security-grid b { color: var(--bs-navy); font-size: 1.2rem; }
.security-grid span { color: var(--bs-muted); font-size: .82rem; }
.support-faq { padding-top: 45px; }

/* Blog index */
.blog-hero, .archive-hero { color: #fff; background: var(--bs-navy); padding: 70px 0 65px; }
.blog-hero h1, .archive-hero h1 { color: #fff; }
.blog-hero p, .archive-description { max-width: 650px; color: #d4e3ff; }
.blog-hero-inner { max-width: 900px; }
.search-form { display: flex; width: min(100%,560px); margin-top: 25px; }
.search-form label { flex: 1; }
.search-field { width: 100%; min-height: 48px; padding: 12px 18px; border: 0; border-radius: 7px 0 0 7px; outline: 0; }
.search-submit { width: 52px; border: 0; border-radius: 0 7px 7px 0; color: #fff; background: var(--bs-orange); font-size: 1.4rem; }
.section-title-row { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding-bottom: 20px; border-bottom: 1px solid var(--bs-line); }
.section-title-row h2 { margin: 0; font-size: 2rem; }
.editor-grid { display: grid; grid-template-columns: 1.5fr .8fr; gap: 45px; margin-top: 30px; }
.editor-main-media { position: relative; min-height: 330px; display: flex; flex-direction: column; justify-content: center; padding: 50px; overflow: hidden; border-radius: 10px; color: #fff; }
.editor-main-media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.editor-main-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(120deg,rgba(7,29,79,.25),rgba(43,124,255,.1)); }
.editor-main-media .editor-graphic, .editor-main-media strong { position: relative; z-index: 2; }
.editor-main-media .editor-graphic { align-self: flex-end; font-size: 7rem; line-height: 1; }
.editor-main-media strong { max-width: 340px; font-size: 2.6rem; line-height: 1.05; }
.editor-main > div:last-child { padding-top: 18px; }
.editor-main h2 { font-size: 2rem; }
.editor-list article { padding: 8px 0 25px; margin-bottom: 20px; border-bottom: 1px solid var(--bs-line); }
.editor-list article:last-child { margin-bottom: 0; }
.editor-list h3 { margin: 4px 0 8px; font-size: 1.05rem; letter-spacing: -.015em; }
.post-category { color: var(--bs-orange); font-size: .73rem; font-weight: 850; text-transform: uppercase; }
.post-meta { display: flex; flex-wrap: wrap; gap: 7px; margin: 0; color: var(--bs-muted); font-size: .78rem; }
.latest-title { border: 0; }
.category-pills { display: flex; flex-wrap: wrap; gap: 8px; margin: 12px 0 30px; }
.category-pills a { padding: 8px 14px; border: 1px solid var(--bs-line); border-radius: 999px; color: var(--bs-navy); font-size: .78rem; font-weight: 750; }
.category-pills a:hover, .category-pills .is-active { color: #fff; background: var(--bs-navy); border-color: var(--bs-navy); }
.post-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 28px; }
.post-grid-3 { grid-template-columns: repeat(3,minmax(0,1fr)); }
.post-card { overflow: hidden; border: 1px solid var(--bs-line); border-radius: 12px; background: #fff; box-shadow: 0 12px 28px rgba(7,43,104,.1); transition: transform .22s ease, box-shadow .22s ease; }
.post-card:hover { transform: translateY(-5px); box-shadow: var(--bs-shadow); }
.post-card-media { position: relative; min-height: 190px; display: flex; align-items: center; justify-content: center; overflow: hidden; color: #fff; }
.post-card-media img { width: 100%; height: 190px; object-fit: cover; }
.post-card-symbol { font-size: 4.5rem; opacity: .85; }
.post-card-word { position: absolute; left: 20px; bottom: 17px; font-size: .8rem; font-weight: 900; letter-spacing: .1em; }
.tone-blue { background: linear-gradient(135deg,#0a3e91,#2b7cff); }
.tone-purple { background: linear-gradient(135deg,#5646d8,#947bff); }
.tone-cyan { background: linear-gradient(135deg,#087d9e,#48d5e7); }
.tone-orange { background: linear-gradient(135deg,#ff3b22,#ffad72); }
.tone-indigo { background: linear-gradient(135deg,#14265f,#596ee8); }
.tone-green { background: linear-gradient(135deg,#0a7064,#55d5a4); }
.post-card-body { padding: 20px; }
.post-card h3 { margin: 5px 0 13px; font-size: 1.05rem; letter-spacing: -.02em; }
.pagination-wrap { margin-top: 48px; }
.nav-links { display: flex; justify-content: center; gap: 8px; }
.page-numbers { min-width: 38px; height: 38px; display: grid; place-items: center; padding: 0 10px; border: 1px solid var(--bs-line); border-radius: 8px; font-weight: 700; }
.page-numbers.current, .page-numbers:hover { color: #fff; background: var(--bs-navy); border-color: var(--bs-navy); }
.blog-newsletter-section { padding-top: 55px; }
.blog-newsletter-card { display: grid; grid-template-columns: 1.4fr .6fr; align-items: center; min-height: 240px; padding: 45px 55px; overflow: hidden; border-radius: 20px; color: #fff; background: var(--bs-navy); }
.blog-newsletter-card h2 { color: #fff; }
.blog-newsletter-card p { color: #d0e0fc; }
.blog-newsletter-card img { max-height: 240px; margin: -20px auto -50px; }
.inline-form { display: flex; width: min(100%,500px); }
.inline-form input { flex: 1; min-width: 0; min-height: 46px; padding: 11px 16px; border: 0; border-radius: 5px 0 0 5px; }
.inline-form .button { border-radius: 0 5px 5px 0; }

/* Single */
.single-header { padding-top: 65px; padding-bottom: 50px; }
.single-header-grid { display: grid; grid-template-columns: 1.05fr .7fr; align-items: center; gap: 70px; }
.single-heading h1 { font-size: clamp(2.4rem,4.5vw,4.4rem); }
.single-breadcrumb { display: flex; flex-wrap: wrap; gap: 8px; color: var(--bs-orange); font-size: .75rem; font-weight: 850; text-transform: uppercase; }
.single-featured { min-height: 280px; display: grid; place-items: center; position: relative; overflow: hidden; border-radius: 12px; color: #fff; box-shadow: var(--bs-shadow); }
.single-featured img { position: absolute; width: 100%; height: 100%; object-fit: cover; }
.single-featured strong { font-size: 8rem; }
.single-featured-label { position: absolute; top: 28px; left: 28px; font-size: 1.7rem; font-weight: 900; }
.single-content-section { padding-top: 55px; }
.single-layout { display: grid; grid-template-columns: minmax(0,780px) 250px; align-items: start; justify-content: center; gap: 75px; }
.prose { color: #233f70; font-size: 1.02rem; }
.prose h2 { margin-top: 50px; font-size: 2rem; }
.prose h3 { margin-top: 35px; }
.prose a { color: var(--bs-blue); text-decoration: underline; }
.prose ul, .prose ol { padding-left: 24px; }
.prose blockquote { margin: 35px 0; padding: 20px 25px; border-left: 4px solid var(--bs-orange); background: var(--bs-pale); font-weight: 700; }
.single-sidebar { position: sticky; top: 110px; display: grid; gap: 24px; }
.author-card, .share-card { padding: 24px; border: 1px solid var(--bs-line); border-radius: 14px; background: #fff; }
.author-card p:last-child { color: var(--bs-muted); font-size: .85rem; }
.share-card { display: grid; gap: 10px; }
.share-card > strong { margin-bottom: 8px; }
.share-card a, .share-card button { display: flex; align-items: center; gap: 10px; min-height: 38px; padding: 0; color: var(--bs-navy); background: none; border: 0; font-size: .84rem; font-weight: 750; }
.share-card a::first-letter, .share-card button::first-letter { color: #fff; background: var(--bs-navy); }
.related-section h2, .popular-section h2 { font-size: 2rem; }
.related-section .post-grid, .popular-section .post-grid { margin-top: 25px; }
.cta-band .pricing_sec_text{
	width: 80%;
}
.cta-band .pricing_sec_bttn{
	width: 20%;
}
/* Standard pages */
.page-hero { padding: 75px 0 55px; background: var(--bs-pale); }
.standard-page .prose { min-height: 320px; }
.not-found-section { min-height: 65vh; display: grid; place-items: center; background: var(--bs-pale); }

/* Footer, intentionally compact */
.site-footer { color: #fff; background: var(--bs-navy); }
.footer-newsletter { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 40px; padding-block: 38px; border-bottom: 1px solid rgba(255,255,255,.25); }
.footer-newsletter h2 { margin-bottom: 8px; color: #fff; font-size: 1.55rem; }
.footer-newsletter p { margin: 0; color: #cbdaf5; font-size: .87rem; }
/* Footer newsletter: Contact Form 7 + fallback share one visual system. */
.footer-newsletter-form { min-width: 0; }
.footer-newsletter-form .wpcf7 { margin: 0; }

/* CF7 inserts paragraphs around fields. display:contents lets the email and submit
 * controls participate in one clean grid row while the response stays below. */
.footer-newsletter-form .wpcf7-form {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: start;
  gap: 0;
  margin: 0;
}
.footer-newsletter-form .wpcf7-form > p { display: contents; }
.footer-newsletter-form .wpcf7-form br { display: none; }
.footer-newsletter-form .wpcf7-form-control-wrap {
  grid-column: 1;
  grid-row: 1;
  min-width: 0;
}
.newsletter-form { display: flex; align-items: flex-start; margin: 0; }

.footer-newsletter-form input[type="email"],
.newsletter-form input {
  width: 100%;
  min-width: 0;
  height: 50px;
  min-height: 50px;
  padding: 12px 18px;
  color: #fff;
  font-family: inherit;
  font-size: 15px;
  background: rgba(255,255,255,.035);
  border: 1px solid rgba(255,255,255,.4);
  border-right: 0;
  border-radius: 999px 0 0 999px;
  outline: 0;
  box-shadow: none;
  transition: border-color .25s ease, box-shadow .25s ease, background-color .25s ease;
}
.footer-newsletter-form input[type="email"]:focus,
.newsletter-form input:focus {
  border-color: rgba(255,255,255,.82);
  background: rgba(255,255,255,.075);
  box-shadow: 0 0 0 3px rgba(255,255,255,.08);
}

/* CF7 uses <input type=submit>, so give it the theme primary-button styling
 * explicitly instead of relying on the .button class used by normal buttons. */
.footer-newsletter-form input[type="submit"] {
  -webkit-appearance: none;
  appearance: none;
  grid-column: 2;
  grid-row: 1;
  align-self: stretch;
  width: auto;
  min-width: 118px;
  height: 50px;
  min-height: 50px;
  margin: 0;
  padding: 0 24px;
  border: 1px solid var(--bs-orange);
  border-radius: 0 999px 999px 0;
  color: #fff !important;
  background: var(--bs-orange) !important;
  box-shadow: 0 9px 20px rgba(255,106,0,.24);
  font-family: var(--bs-font);
  font-size: 15px;
  font-weight: 750;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  transition: background .22s ease, border-color .22s ease, box-shadow .22s ease, transform .22s ease;
}
.footer-newsletter-form input[type="submit"]:hover,
.footer-newsletter-form input[type="submit"]:focus-visible {
  color: #fff !important;
  background: var(--bs-orange-dark) !important;
  border-color: var(--bs-orange-dark);
  box-shadow: 0 12px 26px rgba(255,106,0,.32);
  transform: translateY(-1px);
}
.footer-newsletter-form input[type="submit"]:focus-visible {
  outline: 3px solid rgba(255,255,255,.25);
  outline-offset: 2px;
}
.newsletter-form .button {
  flex: 0 0 auto;
  min-height: 50px;
  margin: 0;
  border-radius: 0 999px 999px 0;
}
.newsletter-form .button:hover { transform: translateY(0); }

.footer-newsletter-form .wpcf7-spinner {
  position: absolute;
  z-index: 2;
  top: 16px;
  right: 100px;
  width: 18px;
  height: 18px;
  margin: 0;
}
.footer-newsletter-form .wpcf7-not-valid-tip {
  display: block;
  margin: 7px 0 0 17px;
  color: #ffd1cc;
  font-size: .78rem;
}

/* Always keep CF7 status feedback on a separate line beneath the controls. */
.footer-newsletter-form .wpcf7-response-output {
  grid-column: 1 / -1;
  grid-row: 2;
  width: 100%;
  margin: 10px 0 0 !important;
  padding: 9px 13px !important;
  color: #fff;
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.22) !important;
  border-radius: 10px;
  font-size: .8rem;
  line-height: 1.35;
}
.footer-newsletter-form .wpcf7-form.sent .wpcf7-response-output {
  color: #d8ffe9;
  background: rgba(62, 196, 122, .10);
  border-color: rgba(115,230,166,.58) !important;
}
.footer-newsletter-form .wpcf7-form.invalid .wpcf7-response-output,
.footer-newsletter-form .wpcf7-form.unaccepted .wpcf7-response-output,
.footer-newsletter-form .wpcf7-form.payment-required .wpcf7-response-output {
  color: #ffe0dc;
  background: rgba(255,106,0,.08);
  border-color: rgba(255,154,112,.55) !important;
}
.footer-newsletter-form .newsletter-form-fallback { opacity: .75; }
.footer-main { display: grid; grid-template-columns: 2fr repeat(3,1fr); gap: 45px; padding-block: 42px 32px; }
.brand-link-footer { color: #fff; margin-bottom: 12px; }
.brand-link-footer img{
  width: 100%;
  max-width: 167px;
}
.footer-brand p { max-width: 370px; color: #cbdaf5; font-size: .85rem; }
.footer-main h3 { margin: 0 0 12px; color: #fff; font-size: 16px; letter-spacing: 0; }
.footer-links, .footer-contact { display: flex; flex-direction: column; gap: 7px; }
.footer-links a, .footer-contact a { color: #cbdaf5; font-size: 15px; }
.footer-links a:hover, .footer-contact a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; gap: 25px; padding-block: 18px; border-top: 1px solid rgba(255,255,255,.2); color: #fff; font-size: 16px; }
.footer-bottom div { display: flex; gap: 18px; }




/* Proxima Nova must remain the rendered UI font on every front-end template, even when WordPress/plugin CSS loads later. */
html,
body,
#page,
.site,
.site-header,
.site-main,
.site-footer,
body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body p,
body a,
body li,
body label,
body blockquote,
body cite,
body figcaption,
body table,
body th,
body td,
body button,
body input,
body textarea,
body select,
body option,
body summary,
body .wp-block-button__link,
body .wp-element-button,
body span:not(.dashicons):not([class*="icon"]):not([class*="fa-"]) {
  font-family: var(--bs-font) !important;
}

/* Only the real homepage keeps the original/light logo treatment. Other pages use a clean white header and black logo. */
body:not(.booking-system-front-page) .site-header {
  color: var(--bs-navy);
  background: rgba(255,255,255,.97);
  border-bottom-color: rgba(8,59,142,.10);
}
body:not(.booking-system-front-page) .site-header .custom-logo {
  filter: brightness(0) saturate(100%);
}
body:not(.booking-system-front-page) .site-header .brand-link {
  color: #000;
}
body:not(.booking-system-front-page) .site-header .header-actions .button-outline {
  color: var(--bs-navy);
  border-color: #93acd3;
}
body:not(.booking-system-front-page) .site-header .header-actions .button-outline:hover {
  color: var(--bs-navy);
  background: var(--bs-pale);
}

/* Motion system */
.hero-copy { animation: booking-fade-left .8s cubic-bezier(.22,1,.36,1) .08s both; }
.hero-media { animation: booking-fade-right .9s cubic-bezier(.22,1,.36,1) .16s both; }
.trusted-strip { animation: booking-fade-up .8s cubic-bezier(.22,1,.36,1) .28s both; }
.hero-media img { animation: booking-hero-float 7s ease-in-out 1.1s infinite; transform-origin: 50% 55%; }

.roller-js .reveal-item {
  opacity: 0;
  transform: translate3d(0, 42px, 0);
  transition:
    opacity .75s cubic-bezier(.22,1,.36,1),
    transform .75s cubic-bezier(.22,1,.36,1);
  transition-delay: var(--reveal-delay, 0ms);
  will-change: opacity, transform;
}
.roller-js .reveal-item.reveal-left { transform: translate3d(-48px, 0, 0); }
.roller-js .reveal-item.reveal-right { transform: translate3d(48px, 0, 0); }
.roller-js .reveal-item.reveal-scale { transform: translate3d(0, 24px, 0) scale(.965); }
.roller-js .reveal-item.is-visible { opacity: 1; transform: translate3d(0,0,0) scale(1); }

@keyframes booking-fade-left {
  from { opacity: 0; transform: translate3d(-42px, 0, 0); }
  to { opacity: 1; transform: translate3d(0,0,0); }
}
@keyframes booking-fade-right {
  from { opacity: 0; transform: translate3d(42px, 0, 0); }
  to { opacity: 1; transform: translate3d(0,0,0); }
}
@keyframes booking-fade-up {
  from { opacity: 0; transform: translate3d(0, 30px, 0); }
  to { opacity: 1; transform: translate3d(0,0,0); }
}
@keyframes booking-hero-float {
  0%, 100% { transform: translate3d(0,0,0) rotate(.001deg); }
  50% { transform: translate3d(0,-11px,0) rotate(.001deg); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .hero-copy, .hero-media, .trusted-strip, .hero-media img,
  .logo-marquee-track { animation: none !important; }
  .logo-marquee { overflow-x: auto; -webkit-mask-image: none; mask-image: none; scrollbar-width: thin; }
  .logo-marquee-group[aria-hidden="true"] { display: none; }
  .roller-js .reveal-item { opacity: 1; transform: none; transition: none; }
  .review-slider-track { transition: none !important; }
}

.newsletter-form input::placeholder {
  color: #ffffff;
  opacity: 1;
}

@media (max-width: 1050px) {
  .header-inner { gap: 18px; }
  .main-navigation .menu { gap: 18px; }
  .hero-grid { grid-template-columns: 1fr 1fr; gap: 40px; }
  .pricing-grid { grid-template-columns: repeat(2,1fr); gap: 28px; }
  .pricing-card.is-popular { transform: none; }
  .popular-badge { position: static; margin: -36px -28px 25px; border-radius: 11px 11px 0 0; }
  .single-layout { grid-template-columns: minmax(0,1fr) 230px; gap: 40px; }
}

@media (max-width: 900px) {
  .section { padding: 75px 0; }
  .review-slide { flex-basis: calc((100% - 18px) / 2); }
  .scale-support-panel { grid-template-columns: 1fr; }
  .scale-support-copy { max-width: 720px; }
  .menu-toggle { display: block; margin-left: auto; }
  .main-navigation { display: none; position: absolute; top: 100%; left: 0; right: 0; padding: 18px 20px 25px; color: var(--bs-navy); background: #fff; border-bottom: 1px solid var(--bs-line); box-shadow: var(--bs-shadow); }
  .main-navigation.is-open { display: block; }
  .main-navigation .menu { display: block; }
  .main-navigation a { padding: 12px 8px; }
  .header-actions { display: none; }
  .hero-grid, .split-layout, .support-stats-card, .single-header-grid, .single-layout, .editor-grid, .blog-newsletter-card, .footer-newsletter { grid-template-columns: 1fr; }
  .hero-grid { gap: 25px; }
  .hero-media { max-width: 720px; }
  .feature-row, .feature-row-reverse { grid-template-columns: 1fr; gap: 30px; padding-block: 55px; }
  .feature-row-reverse .feature-media, .feature-row-reverse .feature-copy { order: initial; }
  .card-grid-3, .post-grid, .post-grid-3, .testimonial-grid { grid-template-columns: repeat(2,1fr); }
  .review-badges { grid-template-columns: repeat(2,1fr); }
  .single-sidebar { position: static; grid-template-columns: repeat(2,1fr); }
  .footer-main { grid-template-columns: 2fr 1fr 1fr; }
  .footer-contact { grid-column: 2 / 4; flex-direction: row; flex-wrap: wrap; }
  .blog-newsletter-card img { display: none; }
  .feature-media img{
    min-width: inherit ;
  }
}

@media (max-width: 768px){
	.cta-band .pricing_sec_text {
     	width: 70%;
	}
	.cta-band .pricing_sec_bttn {
     	width: 30%;
	}
}
@media (max-width: 680px) {
  body { font-size: 15px; }
  .operator-feedback-card { padding: 34px 18px 30px; }
  .review-slider-shell { gap: 8px; }
  .review-slider-arrow { flex-basis: 40px; width: 40px; height: 40px; }
  .review-slide { flex-basis: 100%; min-height: 190px; padding: 25px 22px; }
  .scale-support-panel { padding: 34px 22px; }
  .scale-stats-grid { grid-template-columns: 1fr; }
  .scale-stat { min-height: 132px; }
  .container { width: min(calc(100% - 28px), var(--bs-container)); }
  .section { padding: 60px 0; }
  .announcement-inner { justify-content: center; text-align: center; }
  .announcement-inner a { display: none; }
  .header-inner { min-height: 66px; }
  .hero-home, .hero-about { padding-top: 48px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-media { margin-top: 20px; }
  .logo-cloud { justify-content: flex-start; gap: 18px 26px; }
  .trusted-strip { margin-top: 34px; }
  .trusted-strip-heading { margin-bottom: 10px; }
  .logo-marquee { -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 4%, #000 96%, transparent 100%); mask-image: linear-gradient(90deg, transparent 0, #000 4%, #000 96%, transparent 100%); }
  .logo-marquee-track { animation-duration: 26s; }
  .logo-marquee-group { gap: 36px; padding-right: 36px; }
  .venue-logo { flex-basis: 138px; width: 138px; height: 72px; }
  .venue-logo img { max-height: 60px; }
  .card-grid-3, .post-grid, .post-grid-3, .testimonial-grid, .pricing-grid, .stats-band-grid, .stats-3, .review-badges, .stats-grid, .security-grid { grid-template-columns: 1fr; }
  .pricing-card { min-height: 0; }
  .stats-band-grid div { border-right: 0; border-bottom: 1px solid #a9bee2; padding: 24px 15px; }
  .stats-band-grid div:last-child { border-bottom: 0; }
  .support-stats-card, .proof-card { padding: 30px 24px; }
  .cta-band-inner, .footer-bottom { align-items: flex-start; flex-direction: column; }
  .single-sidebar { grid-template-columns: 1fr; }
  .editor-main-media { min-height: 250px; padding: 30px; }
  .editor-main-media strong { font-size: 2rem; }
  .blog-newsletter-card { padding: 35px 25px; }
  .inline-form, .newsletter-form { flex-direction: column; gap: 10px; }
  .inline-form input, .inline-form .button, .newsletter-form input, .newsletter-form .button { width: 100%; border-radius: 999px; }
  .footer-newsletter-form .wpcf7-form { grid-template-columns: 1fr; gap: 10px; }
  .footer-newsletter-form .wpcf7-form-control-wrap { grid-column: 1; grid-row: 1; width: 100%; }
  .footer-newsletter-form input[type="email"] { width: 100%; border-right: 1px solid rgba(255,255,255,.4); border-radius: 999px; }
  .footer-newsletter-form input[type="submit"] { grid-column: 1; grid-row: 2; width: 100%; border-radius: 999px; }
  .footer-newsletter-form .wpcf7-response-output { grid-column: 1; grid-row: 3; margin-top: 0 !important; }
  .footer-newsletter-form .wpcf7-spinner { top: 76px; right: 16px; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 30px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-contact { grid-column: 1 / -1; flex-direction: column; }
	.cta-band .pricing_sec_text{
		 width: 100%;
	}
	    .cta-band .pricing_sec_bttn {
        width: 100%;
    }
	
}

/* v1.1.6: keep every feature-style arrow CTA visually consistent site-wide. */
.circle-link-card:focus-visible {
	outline: 3px solid rgba(43, 124, 255, .28);
	outline-offset: 4px;
}
