/* ==========================================================================
   Yad Bkol – שירותי ביובית | Design system
   Palette: deep water navy · aqua cyan · safety orange
   ========================================================================== */

:root {
	--navy-950: #071E33;
	--navy-900: #0A2C4D;
	--navy-800: #0E3A66;
	--navy-700: #14497E;
	--cyan-600: #0E93B5;
	--cyan-500: #19A7C9;
	--cyan-100: #DFF3F9;
	--orange-600: #D9530A;
	--orange-500: #F26A1B;
	--orange-100: #FDEBDD;
	--bg: #F4F8FB;
	--surface: #FFFFFF;
	--ink: #16283B;
	--muted: #4E6478;
	--line: #DFE9F1;
	--radius: 18px;
	--radius-sm: 12px;
	--shadow-sm: 0 2px 10px rgba(10, 44, 77, 0.07);
	--shadow-md: 0 10px 30px rgba(10, 44, 77, 0.12);
	--shadow-lg: 0 24px 60px rgba(7, 30, 51, 0.22);
	--font: 'Heebo', 'Arial Hebrew', Arial, sans-serif;
	--transition: 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

/* ---------- Reset & base ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; overflow-x: clip; }
body {
	margin: 0;
	font-family: var(--font);
	font-size: 17px;
	line-height: 1.65;
	color: var(--ink);
	background: var(--bg);
	overflow-x: hidden;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--cyan-600); text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: var(--navy-800); }
h1, h2, h3, h4 { line-height: 1.25; color: var(--navy-900); margin: 0 0 0.5em; font-weight: 800; }
h1 { font-size: clamp(1.9rem, 4.2vw, 3.1rem); font-weight: 900; }
h2 { font-size: clamp(1.5rem, 3vw, 2.2rem); }
h3 { font-size: 1.15rem; }
p { margin: 0 0 1em; }
ul, ol { padding-inline-start: 1.3em; }
button { font-family: inherit; }
::selection { background: var(--cyan-500); color: #fff; }

.yb-container { max-width: 1200px; margin-inline: auto; padding-inline: 20px; }

/* ---------- Accessibility ---------- */
.yb-skip-link {
	position: absolute; top: -60px; right: 16px; z-index: 3000;
	background: var(--navy-900); color: #fff; padding: 12px 22px;
	border-radius: 0 0 12px 12px; font-weight: 700; text-decoration: none;
	transition: top 0.2s ease;
}
.yb-skip-link:focus { top: 0; color: #fff; }
:focus-visible { outline: 3px solid var(--orange-500); outline-offset: 2px; border-radius: 4px; }
.yb-visually-hidden {
	position: absolute !important; width: 1px; height: 1px;
	margin: -1px; padding: 0; overflow: hidden;
	clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}
@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
	*, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; }
}

/* ---------- Icons ---------- */
.yb-icon { width: 24px; height: 24px; flex: none; }
.yb-icon--sm { width: 19px; height: 19px; }
.yb-icon--xs { width: 15px; height: 15px; }
.yb-icon--flip { transform: rotate(180deg); }

/* ---------- Buttons ---------- */
.yb-btn {
	display: inline-flex; align-items: center; justify-content: center; gap: 9px;
	padding: 13px 26px; border-radius: 999px; border: 2px solid transparent;
	font-size: 1.02rem; font-weight: 700; line-height: 1.2; cursor: pointer;
	text-decoration: none; transition: transform var(--transition), box-shadow var(--transition), background var(--transition), color var(--transition);
}
.yb-btn:hover { transform: translateY(-2px); }
.yb-btn:active { transform: translateY(0); }
.yb-btn--lg { padding: 16px 32px; font-size: 1.12rem; }
.yb-btn--block { width: 100%; }
.yb-btn--orange {
	background: linear-gradient(135deg, #FF7A29, var(--orange-600));
	color: #fff; box-shadow: 0 8px 22px rgba(242, 106, 27, 0.4);
}
.yb-btn--orange:hover { color: #fff; box-shadow: 0 12px 28px rgba(242, 106, 27, 0.55); }
.yb-btn--navy { background: var(--navy-900); color: #fff; }
.yb-btn--navy:hover { background: var(--navy-800); color: #fff; }
.yb-btn--white { background: #fff; color: var(--navy-900); }
.yb-btn--white:hover { color: var(--navy-800); box-shadow: var(--shadow-md); }
.yb-btn--ghost-white { background: transparent; color: #fff; border-color: rgba(255, 255, 255, 0.6); }
.yb-btn--ghost-white:hover { color: #fff; border-color: #fff; background: rgba(255, 255, 255, 0.1); }
.yb-btn--ghost-navy { background: transparent; color: var(--navy-900); border-color: var(--navy-900); }
.yb-btn--ghost-navy:hover { background: var(--navy-900); color: #fff; }

/* ---------- Topbar ---------- */
.yb-topbar { background: var(--navy-950); color: #DCE9F5; font-size: 0.88rem; }
.yb-topbar__in { display: flex; align-items: center; justify-content: space-between; gap: 12px; min-height: 40px; flex-wrap: wrap; padding-block: 4px; }
.yb-topbar__note { margin: 0; display: inline-flex; align-items: center; gap: 8px; font-weight: 500; }
.yb-topbar__actions { display: inline-flex; align-items: center; gap: 16px; }
.yb-topbar__wa, .yb-topbar__tel {
	color: #fff; text-decoration: none; display: inline-flex; align-items: center; gap: 6px; font-weight: 600;
}
.yb-topbar__wa:hover, .yb-topbar__tel:hover { color: var(--cyan-500); }
.yb-pulse {
	width: 9px; height: 9px; border-radius: 50%; background: #35D07F; display: inline-block;
	box-shadow: 0 0 0 0 rgba(53, 208, 127, 0.6); animation: yb-pulse 1.8s infinite;
}
@keyframes yb-pulse {
	0% { box-shadow: 0 0 0 0 rgba(53, 208, 127, 0.6); }
	70% { box-shadow: 0 0 0 9px rgba(53, 208, 127, 0); }
	100% { box-shadow: 0 0 0 0 rgba(53, 208, 127, 0); }
}

/* ---------- Header ---------- */
.yb-header {
	position: sticky; top: 0; z-index: 1000;
	background: rgba(255, 255, 255, 0.94); backdrop-filter: blur(10px);
	border-bottom: 1px solid var(--line);
	transition: box-shadow var(--transition);
}
.yb-header.is-stuck { box-shadow: var(--shadow-md); }
.yb-header__in { display: flex; align-items: center; justify-content: space-between; gap: 18px; min-height: 76px; }
.yb-brand { text-decoration: none; }
.yb-logo { display: inline-flex; align-items: center; gap: 10px; }
.yb-logo__mark { width: 44px; height: 44px; }
.yb-logo__text { display: flex; flex-direction: column; line-height: 1.2; }
.yb-logo__text strong { font-size: 1.18rem; font-weight: 900; letter-spacing: -0.2px; }
.yb-logo__text small { font-size: 0.72rem; font-weight: 500; }

.yb-nav__list { list-style: none; margin: 0; padding: 0; display: flex; align-items: center; gap: 4px; }
.yb-nav__list > li { position: relative; }
.yb-nav__list > li > a, .yb-nav__toggle {
	display: inline-flex; align-items: center; gap: 5px;
	padding: 10px 13px; border-radius: 10px; border: 0; background: none;
	color: var(--navy-900); font-size: 0.99rem; font-weight: 600; text-decoration: none; cursor: pointer;
	transition: background var(--transition), color var(--transition);
}
.yb-nav__list > li > a:hover, .yb-nav__toggle:hover,
.yb-nav__parent.is-open .yb-nav__toggle { background: var(--cyan-100); color: var(--navy-900); }
.yb-nav__toggle .yb-icon--xs { transition: transform var(--transition); }
.yb-nav__parent.is-open .yb-nav__toggle .yb-icon--xs { transform: rotate(180deg); }
.yb-nav__sub {
	list-style: none; margin: 0; padding: 10px;
	position: absolute; top: calc(100% + 8px); right: 0; min-width: 240px;
	background: #fff; border-radius: var(--radius-sm); box-shadow: var(--shadow-lg);
	border: 1px solid var(--line);
	opacity: 0; visibility: hidden; transform: translateY(8px);
	transition: opacity var(--transition), transform var(--transition), visibility var(--transition);
}
.yb-nav__parent.is-open .yb-nav__sub { opacity: 1; visibility: visible; transform: translateY(0); }
.yb-nav__sub a {
	display: block; padding: 9px 13px; border-radius: 8px;
	color: var(--ink); font-size: 0.95rem; font-weight: 500; text-decoration: none;
}
.yb-nav__sub a:hover { background: var(--cyan-100); color: var(--navy-900); }
.yb-nav__all { color: var(--cyan-600) !important; font-weight: 700 !important; }

.yb-header__cta { display: flex; align-items: center; gap: 12px; }
.yb-btn--header { padding: 11px 20px; font-size: 1rem; }

.yb-burger {
	display: none; flex-direction: column; justify-content: center; gap: 5px;
	width: 46px; height: 46px; padding: 10px; border: 1px solid var(--line);
	border-radius: 10px; background: #fff; cursor: pointer;
}
.yb-burger span { height: 2.5px; background: var(--navy-900); border-radius: 2px; transition: transform var(--transition), opacity var(--transition); }
.yb-burger[aria-expanded="true"] span:nth-child(1) { transform: translateY(7.5px) rotate(45deg); }
.yb-burger[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.yb-burger[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7.5px) rotate(-45deg); }

/* ---------- Hero ---------- */
.yb-hero {
	position: relative; overflow: hidden; color: #fff;
	background: linear-gradient(160deg, var(--navy-950) 0%, var(--navy-900) 45%, var(--navy-800) 100%);
	padding: clamp(40px, 7vw, 90px) 0 110px;
}
.yb-hero__bg { position: absolute; inset: 0; pointer-events: none; }
.yb-hero__glow {
	position: absolute; top: -180px; left: -120px; width: 560px; height: 560px; border-radius: 50%;
	background: radial-gradient(circle, rgba(25, 167, 201, 0.35), transparent 65%);
}
.yb-hero__grid {
	position: absolute; inset: 0; opacity: 0.5;
	background-image: radial-gradient(rgba(255, 255, 255, 0.09) 1px, transparent 1.6px);
	background-size: 30px 30px;
	mask-image: linear-gradient(to bottom, rgba(0,0,0,.9), transparent 75%);
	-webkit-mask-image: linear-gradient(to bottom, rgba(0,0,0,.9), transparent 75%);
}
.yb-bubble {
	position: absolute; bottom: -30px; border-radius: 50%;
	background: radial-gradient(circle at 30% 30%, rgba(255,255,255,0.25), rgba(25,167,201,0.12));
	animation: yb-float 11s ease-in-out infinite;
}
.yb-bubble--1 { width: 26px; height: 26px; left: 12%; animation-delay: 0s; }
.yb-bubble--2 { width: 14px; height: 14px; left: 26%; animation-delay: 2.5s; }
.yb-bubble--3 { width: 20px; height: 20px; left: 62%; animation-delay: 1.2s; }
.yb-bubble--4 { width: 12px; height: 12px; left: 84%; animation-delay: 3.6s; }
@keyframes yb-float {
	0% { transform: translateY(0); opacity: 0; }
	12% { opacity: 1; }
	100% { transform: translateY(-78vh); opacity: 0; }
}

.yb-hero__in {
	position: relative; display: grid; grid-template-columns: 1.2fr 0.8fr;
	gap: clamp(28px, 5vw, 70px); align-items: start;
}
.yb-hero__eyebrow {
	display: inline-flex; align-items: center; gap: 9px;
	background: rgba(255, 255, 255, 0.1); border: 1px solid rgba(255, 255, 255, 0.18);
	padding: 7px 16px; border-radius: 999px; font-size: 0.88rem; font-weight: 600; color: #CFE9F4;
}
.yb-hero h1 { color: #fff; margin: 18px 0 14px; }
.yb-mark {
	color: var(--cyan-500); position: relative; white-space: nowrap;
}
.yb-mark::after {
	content: ""; position: absolute; right: 0; left: 0; bottom: 4px; height: 10px;
	background: rgba(242, 106, 27, 0.5); z-index: -1; border-radius: 4px;
}
.yb-hero__sub { font-size: 1.12rem; color: #C9DCEC; max-width: 560px; }
.yb-hero__sub strong { color: #fff; }
.yb-hero__points { list-style: none; margin: 22px 0; padding: 0; display: grid; gap: 10px; }
.yb-hero__points li { display: flex; align-items: center; gap: 11px; font-weight: 600; }
.yb-hero__points .yb-icon { color: var(--cyan-500); }
.yb-hero__actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 26px; }

.yb-hero__truck { margin: 34px 0 0; position: relative; }
.yb-hero__truck img {
	border-radius: var(--radius); box-shadow: var(--shadow-lg);
	border: 1px solid rgba(255, 255, 255, 0.14);
	animation: yb-drive-in 0.9s cubic-bezier(0.16, 1, 0.3, 1) both;
	animation-delay: 0.25s;
}
@keyframes yb-drive-in {
	from { transform: translateX(-60px); opacity: 0; }
	to { transform: translateX(0); opacity: 1; }
}

.yb-hero__form { position: relative; z-index: 2; }
.yb-wave { position: absolute; bottom: -1px; left: 0; right: 0; line-height: 0; }
.yb-wave svg { width: 100%; height: clamp(34px, 6vw, 90px); display: block; }

/* ---------- Lead form card ---------- */
.yb-form-card {
	background: var(--surface); color: var(--ink);
	border-radius: var(--radius); box-shadow: var(--shadow-lg);
	padding: 26px 24px 22px; position: relative; overflow: hidden;
}
.yb-form-card::before {
	content: ""; position: absolute; top: 0; right: 0; left: 0; height: 5px;
	background: linear-gradient(90deg, var(--orange-500), var(--cyan-500));
}
.yb-form-card__title { margin-bottom: 4px; font-size: 1.35rem; }
.yb-form-card__sub { color: var(--muted); font-size: 0.92rem; margin-bottom: 16px; }
.yb-field { margin-bottom: 13px; }
.yb-field label { display: block; font-size: 0.9rem; font-weight: 600; margin-bottom: 5px; color: var(--navy-900); }
.yb-req { color: var(--orange-600); }
.yb-field input, .yb-field select, .yb-field textarea {
	width: 100%; padding: 11px 14px; border: 1.5px solid var(--line); border-radius: 10px;
	font-family: inherit; font-size: 1rem; color: var(--ink); background: #FBFDFE;
	transition: border-color var(--transition), box-shadow var(--transition);
}
.yb-field input:focus, .yb-field select:focus, .yb-field textarea:focus {
	outline: none; border-color: var(--cyan-500); box-shadow: 0 0 0 3px rgba(25, 167, 201, 0.18);
}
.yb-field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.yb-hp { position: absolute !important; right: -9999px !important; }
.yb-consent { display: flex; gap: 10px; align-items: flex-start; margin: 14px 0 16px; }
.yb-consent input {
	width: 20px; height: 20px; margin-top: 3px; accent-color: var(--orange-600); flex: none; cursor: pointer;
}
.yb-consent label { font-size: 0.85rem; color: var(--muted); line-height: 1.5; cursor: pointer; }
.yb-form-note {
	display: flex; align-items: center; gap: 7px; justify-content: center;
	font-size: 0.8rem; color: var(--muted); margin: 12px 0 0;
}
.yb-form-note .yb-icon { color: #35A56F; }
.yb-form-msg { font-size: 0.92rem; font-weight: 600; }
.yb-form-msg.is-error { color: #C62828; margin-top: 10px; }
.yb-form-success { text-align: center; padding: 30px 10px; }
.yb-form-success__icon {
	width: 74px; height: 74px; margin: 0 auto 16px; border-radius: 50%;
	background: #E7F7EE; color: #1E9E5A; display: flex; align-items: center; justify-content: center;
}
.yb-form-success__icon .yb-icon { width: 36px; height: 36px; }

/* ---------- Stats ---------- */
.yb-stats { background: var(--bg); padding: 34px 0 10px; }
.yb-stats__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.yb-stat {
	background: var(--surface); border-radius: var(--radius); padding: 22px 16px;
	text-align: center; box-shadow: var(--shadow-sm); border: 1px solid var(--line);
}
.yb-stat__num { display: block; font-size: 2rem; font-weight: 900; color: var(--navy-900); line-height: 1.1; }
.yb-stat__label { color: var(--muted); font-size: 0.92rem; font-weight: 500; }

/* ---------- Sections ---------- */
.yb-section { padding: clamp(52px, 7vw, 92px) 0; }
.yb-section--tint { background: #EAF2F8; }
.yb-section--navy { background: linear-gradient(160deg, var(--navy-950), var(--navy-900)); color: #DCE9F5; }
.yb-section__head { text-align: center; max-width: 720px; margin: 0 auto clamp(30px, 4vw, 48px); }
.yb-section__head--start { text-align: start; margin-inline: 0; }
.yb-section__head--light h2 { color: #fff; }
.yb-section__sub { color: var(--muted); font-size: 1.05rem; }
.yb-section--navy .yb-section__sub { color: #A9C4DA; }
.yb-eyebrow {
	display: inline-flex; align-items: center; gap: 8px;
	color: var(--orange-600); font-weight: 700; font-size: 0.92rem; margin-bottom: 8px;
}
.yb-eyebrow::before { content: ""; width: 26px; height: 3px; border-radius: 2px; background: var(--orange-500); }
.yb-eyebrow--cyan { color: var(--cyan-500); }
.yb-eyebrow--cyan::before { background: var(--cyan-500); }

/* ---------- Services ---------- */
.yb-services__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.yb-service {
	position: relative; background: var(--surface); border-radius: var(--radius);
	border: 1px solid var(--line); box-shadow: var(--shadow-sm);
	padding: 26px 22px 22px; display: flex; flex-direction: column;
	transition: transform var(--transition), box-shadow var(--transition), border-color var(--transition);
}
.yb-service:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); border-color: var(--cyan-500); }
.yb-service__icon {
	width: 58px; height: 58px; border-radius: 16px; margin-bottom: 16px;
	background: var(--cyan-100); color: var(--cyan-600);
	display: flex; align-items: center; justify-content: center;
	transition: background var(--transition), color var(--transition), transform var(--transition);
}
.yb-service__icon .yb-icon { width: 30px; height: 30px; }
.yb-service:hover .yb-service__icon { background: var(--orange-100); color: var(--orange-600); transform: scale(1.07) rotate(-3deg); }
.yb-service h3 { font-size: 1.08rem; margin-bottom: 6px; }
.yb-service h3 a { color: inherit; text-decoration: none; }
.yb-service h3 a::after { content: ""; position: absolute; inset: 0; }
.yb-service p { color: var(--muted); font-size: 0.92rem; flex: 1; margin-bottom: 12px; }
.yb-service__more {
	display: inline-flex; align-items: center; gap: 6px;
	color: var(--orange-600); font-weight: 700; font-size: 0.9rem;
	transition: gap var(--transition);
}
.yb-service:hover .yb-service__more { gap: 10px; }

/* ---------- Why us ---------- */
.yb-why { display: grid; grid-template-columns: 1fr 1.1fr; gap: clamp(28px, 5vw, 64px); align-items: center; }
.yb-why__media { position: relative; }
.yb-why__media img { border-radius: var(--radius); box-shadow: var(--shadow-md); }
.yb-why__badge {
	position: absolute; bottom: -20px; inset-inline-start: -14px;
	background: linear-gradient(135deg, #FF7A29, var(--orange-600)); color: #fff;
	border-radius: var(--radius-sm); padding: 14px 22px; text-align: center;
	box-shadow: 0 14px 30px rgba(242, 106, 27, 0.45);
}
.yb-why__badge strong { display: block; font-size: 1.7rem; font-weight: 900; line-height: 1; }
.yb-why__badge span { font-size: 0.82rem; font-weight: 600; }
.yb-checklist { list-style: none; margin: 0 0 26px; padding: 0; display: grid; gap: 14px; }
.yb-checklist li { display: flex; gap: 12px; align-items: flex-start; }
.yb-checklist .yb-icon {
	color: #fff; background: var(--cyan-600); border-radius: 50%; padding: 4px;
	width: 26px; height: 26px; margin-top: 2px;
}
.yb-checklist strong { color: var(--navy-900); }
.yb-checklist div { color: var(--muted); }
.yb-why__cta { display: flex; align-items: center; gap: 20px; flex-wrap: wrap; }
.yb-link-tel {
	display: inline-flex; align-items: center; gap: 8px;
	color: var(--navy-900); font-weight: 800; font-size: 1.1rem; text-decoration: none;
}
.yb-link-tel:hover { color: var(--orange-600); }

/* ---------- Process steps ---------- */
.yb-steps {
	list-style: none; margin: 0; padding: 0; counter-reset: step;
	display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; position: relative;
}
.yb-steps::before {
	content: ""; position: absolute; top: 30px; right: 10%; left: 10%; height: 2px;
	background: repeating-linear-gradient(90deg, var(--cyan-500) 0 10px, transparent 10px 20px);
	opacity: 0.5;
}
.yb-step {
	position: relative; background: var(--surface); border: 1px solid var(--line);
	border-radius: var(--radius); padding: 40px 20px 22px; text-align: center; box-shadow: var(--shadow-sm);
}
.yb-step__num {
	position: absolute; top: -18px; right: 50%; transform: translateX(50%);
	width: 38px; height: 38px; border-radius: 50%;
	background: linear-gradient(135deg, #FF7A29, var(--orange-600)); color: #fff;
	font-weight: 900; font-size: 1.05rem; display: flex; align-items: center; justify-content: center;
	box-shadow: 0 8px 18px rgba(242, 106, 27, 0.4);
}
.yb-step__icon {
	width: 62px; height: 62px; margin: 0 auto 14px; border-radius: 50%;
	background: var(--cyan-100); color: var(--cyan-600);
	display: flex; align-items: center; justify-content: center;
}
.yb-step__icon .yb-icon { width: 30px; height: 30px; }
.yb-step h3 { font-size: 1.05rem; }
.yb-step p { color: var(--muted); font-size: 0.9rem; margin: 0; }

/* ---------- Gallery ---------- */
.yb-gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.yb-gallery__item {
	position: relative; border-radius: var(--radius-sm); overflow: hidden; display: block;
	aspect-ratio: 4 / 3; box-shadow: var(--shadow-md);
}
.yb-gallery__item img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.yb-gallery__item:hover img { transform: scale(1.07); }
.yb-gallery__zoom {
	position: absolute; inset: 0; display: flex; align-items: center; justify-content: center;
	background: rgba(7, 30, 51, 0.45); color: #fff; opacity: 0; transition: opacity var(--transition);
}
.yb-gallery__item:hover .yb-gallery__zoom, .yb-gallery__item:focus-visible .yb-gallery__zoom { opacity: 1; }
.yb-gallery__zoom .yb-icon { width: 34px; height: 34px; }

/* ---------- Charter ---------- */
.yb-charter { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.yb-charter__item {
	background: var(--surface); border-radius: var(--radius); border: 1px solid var(--line);
	box-shadow: var(--shadow-sm); padding: 26px 20px; text-align: center;
	transition: transform var(--transition), box-shadow var(--transition);
}
.yb-charter__item:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); }
.yb-charter__item > .yb-icon {
	width: 44px; height: 44px; color: var(--orange-600); margin-bottom: 12px;
}
.yb-charter__item p { color: var(--muted); font-size: 0.92rem; margin: 0; }

/* ---------- Areas ---------- */
.yb-areas { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.yb-areas__group {
	background: var(--surface); border-radius: var(--radius); border: 1px solid var(--line);
	padding: 22px 20px; box-shadow: var(--shadow-sm);
}
.yb-areas__group h3 {
	display: flex; align-items: center; gap: 8px; font-size: 1.02rem;
	padding-bottom: 12px; border-bottom: 2px solid var(--cyan-100); margin-bottom: 14px;
}
.yb-areas__group h3 .yb-icon { color: var(--orange-500); }
.yb-areas__list { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 8px; }
.yb-areas__list a {
	display: inline-block; padding: 6px 13px; border-radius: 999px;
	background: var(--bg); border: 1px solid var(--line);
	color: var(--ink); font-size: 0.88rem; font-weight: 500; text-decoration: none;
	transition: background var(--transition), color var(--transition), border-color var(--transition), transform var(--transition);
}
.yb-areas__list a:hover {
	background: var(--navy-900); border-color: var(--navy-900); color: #fff; transform: translateY(-2px);
}

/* ---------- Accordion / FAQ ---------- */
.yb-faq-wrap { max-width: 860px; }
.yb-accordion { display: grid; gap: 12px; }
.yb-acc {
	background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-sm);
	box-shadow: var(--shadow-sm); overflow: hidden; transition: border-color var(--transition);
}
.yb-acc.is-open { border-color: var(--cyan-500); }
.yb-acc__heading { margin: 0; }
.yb-acc__btn {
	width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 14px;
	padding: 17px 20px; border: 0; background: none; cursor: pointer;
	font-size: 1.02rem; font-weight: 700; color: var(--navy-900); text-align: start;
}
.yb-acc__btn:hover { color: var(--cyan-600); }
.yb-acc__icon { color: var(--orange-600); transition: transform var(--transition); flex: none; }
.yb-acc.is-open .yb-acc__icon { transform: rotate(45deg); }
.yb-acc__panel { padding: 0 20px 18px; color: var(--muted); }
.yb-acc__panel p { margin: 0; }
.yb-faq-more { text-align: center; margin-top: 28px; }

/* FAQ page */
.yb-faq-page { max-width: 900px; padding-bottom: 70px; }
.yb-faq-filter { display: flex; flex-wrap: wrap; gap: 10px; margin: 6px 0 34px; }
.yb-chip {
	padding: 9px 18px; border-radius: 999px; border: 1.5px solid var(--line);
	background: var(--surface); color: var(--ink); font-size: 0.92rem; font-weight: 600; cursor: pointer;
	transition: background var(--transition), color var(--transition), border-color var(--transition);
}
.yb-chip:hover { border-color: var(--cyan-500); color: var(--cyan-600); }
.yb-chip.is-active { background: var(--navy-900); border-color: var(--navy-900); color: #fff; }
.yb-faq-group { margin-bottom: 38px; }
.yb-faq-group h2 { font-size: 1.35rem; margin-bottom: 16px; display: flex; align-items: center; gap: 10px; }
.yb-faq-group h2::before { content: ""; width: 5px; height: 24px; border-radius: 3px; background: var(--orange-500); }
.yb-faq-group[hidden] { display: none; }
.yb-faq-cta {
	text-align: center; background: var(--surface); border-radius: var(--radius);
	border: 1px solid var(--line); box-shadow: var(--shadow-sm); padding: 36px 24px; margin-top: 20px;
}
.yb-faq-cta__actions { display: flex; justify-content: center; gap: 14px; flex-wrap: wrap; }

/* ---------- CTA band ---------- */
.yb-cta-band {
	background: linear-gradient(120deg, var(--orange-600), #FF8438);
	color: #fff; padding: clamp(36px, 5vw, 56px) 0;
}
.yb-cta-band__in { display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.yb-cta-band h2 { color: #fff; font-size: clamp(1.5rem, 3vw, 2.1rem); margin-bottom: 6px; }
.yb-cta-band p { margin: 0; font-size: 1.05rem; opacity: 0.95; }
.yb-cta-band__actions { display: flex; gap: 14px; flex-wrap: wrap; }

/* ---------- Footer ---------- */
.yb-footer { background: var(--navy-950); color: #B9CFE2; font-size: 0.95rem; }
.yb-footer__grid {
	display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 36px;
	padding: clamp(44px, 6vw, 70px) 20px 40px;
}
.yb-footer__about p { margin-top: 14px; line-height: 1.7; }
.yb-footer h3 { color: #fff; font-size: 1.02rem; margin-bottom: 14px; }
.yb-footer ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 8px; }
.yb-footer a { color: #B9CFE2; text-decoration: none; transition: color var(--transition); }
.yb-footer a:hover { color: var(--cyan-500); }
.yb-footer__contact li { display: flex; align-items: center; gap: 9px; }
.yb-footer__contact .yb-icon { color: var(--cyan-500); }
.yb-footer__bottom { border-top: 1px solid rgba(255, 255, 255, 0.09); padding: 18px 0; font-size: 0.85rem; }
.yb-footer__bottom-in { display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap; }
.yb-footer__bottom p { margin: 0; }
.yb-footer__a11y-note { display: inline-flex; align-items: center; gap: 7px; }
.yb-footer__a11y-note .yb-icon { color: var(--cyan-500); }

/* ---------- Floating actions ---------- */
.yb-floats {
	position: fixed; bottom: 22px; inset-inline-start: 18px; z-index: 1500;
	display: flex; flex-direction: column; gap: 12px;
}
.yb-float {
	width: 56px; height: 56px; border-radius: 50%; display: flex; align-items: center; justify-content: center;
	color: #fff; box-shadow: 0 10px 24px rgba(7, 30, 51, 0.35);
	transition: transform var(--transition), box-shadow var(--transition);
}
.yb-float:hover { transform: translateY(-4px) scale(1.05); color: #fff; }
.yb-float .yb-icon { width: 27px; height: 27px; }
.yb-float--wa { background: #25D366; }
.yb-float--tel { background: linear-gradient(135deg, #FF7A29, var(--orange-600)); animation: yb-ring 3.2s ease-in-out infinite; }
@keyframes yb-ring {
	0%, 84%, 100% { transform: rotate(0); }
	86% { transform: rotate(-9deg); }
	88% { transform: rotate(8deg); }
	90% { transform: rotate(-7deg); }
	92% { transform: rotate(5deg); }
	94% { transform: rotate(0); }
}

.yb-totop {
	position: fixed; bottom: 26px; inset-inline-end: 20px; z-index: 1400;
	width: 46px; height: 46px; border-radius: 12px; border: 1px solid var(--line);
	background: #fff; color: var(--navy-900); cursor: pointer;
	display: flex; align-items: center; justify-content: center;
	box-shadow: var(--shadow-md); transition: transform var(--transition), opacity var(--transition);
}
.yb-totop:hover { transform: translateY(-3px); }
.yb-totop[hidden] { display: none; }

/* ---------- Lightbox ---------- */
.yb-lightbox {
	position: fixed; inset: 0; z-index: 4000;
	background: rgba(7, 30, 51, 0.92);
	display: flex; align-items: center; justify-content: center; padding: 4vmin;
}
.yb-lightbox[hidden] { display: none; }
.yb-lightbox img { max-width: 92vw; max-height: 88vh; border-radius: var(--radius-sm); box-shadow: var(--shadow-lg); }
.yb-lightbox__close {
	position: absolute; top: 18px; inset-inline-end: 18px;
	width: 48px; height: 48px; border-radius: 50%; border: 1px solid rgba(255,255,255,0.3);
	background: rgba(255, 255, 255, 0.08); color: #fff; cursor: pointer;
	display: flex; align-items: center; justify-content: center;
}
.yb-lightbox__close:hover { background: rgba(255, 255, 255, 0.2); }

/* ---------- Inner pages ---------- */
.yb-page-hero {
	position: relative; color: #fff;
	background: linear-gradient(150deg, var(--navy-950), var(--navy-800));
	padding: clamp(34px, 5vw, 60px) 0 70px;
}
.yb-page-hero h1 { color: #fff; margin-bottom: 8px; }
.yb-page-hero__sub { color: #C9DCEC; max-width: 760px; font-size: 1.06rem; margin: 0; }
.yb-page-hero__sub a { color: var(--cyan-500); }
.yb-page-hero__meta { display: flex; flex-wrap: wrap; gap: 18px; margin: 14px 0 0; font-size: 0.92rem; color: #C9DCEC; }
.yb-page-hero__meta span { display: inline-flex; align-items: center; gap: 7px; }
.yb-page-hero__meta .yb-icon { color: var(--cyan-500); }
.yb-breadcrumbs { display: flex; align-items: center; gap: 8px; font-size: 0.85rem; color: #9FBBD3; margin-bottom: 14px; flex-wrap: wrap; }
.yb-breadcrumbs a { color: #C9DCEC; text-decoration: none; display: inline-flex; align-items: center; gap: 5px; }
.yb-breadcrumbs a:hover { color: var(--cyan-500); }

.yb-page-layout {
	display: grid; grid-template-columns: 1fr 360px; gap: clamp(26px, 4vw, 48px);
	padding-top: 40px; padding-bottom: 70px; align-items: start;
	background: #fff; border-radius: var(--radius);
	margin-top: 0;
}
.yb-content { min-width: 0; }
.yb-content h2 { margin-top: 1.4em; }
.yb-content h3 { margin-top: 1.2em; }
.yb-content img { border-radius: var(--radius-sm); box-shadow: var(--shadow-sm); margin-block: 10px; }
.yb-content p, .yb-content li { color: #33475B; }
.yb-content a { font-weight: 600; }
.yb-legacy-block { margin-block: 14px; }

.yb-content-cta {
	margin-top: 40px; background: linear-gradient(150deg, var(--navy-950), var(--navy-800));
	border-radius: var(--radius); color: #fff; padding: 30px 28px;
	display: flex; align-items: center; justify-content: space-between; gap: 22px; flex-wrap: wrap;
}
.yb-content-cta h2 { color: #fff; margin: 0 0 6px; font-size: 1.4rem; }
.yb-content-cta p { margin: 0; color: #C9DCEC; }
.yb-content-cta__actions { display: flex; gap: 12px; flex-wrap: wrap; }
.yb-content-cta .yb-btn--ghost-navy { color: #fff; border-color: rgba(255,255,255,0.6); }
.yb-content-cta .yb-btn--ghost-navy:hover { background: rgba(255,255,255,0.12); color: #fff; }

.yb-related { margin-top: 36px; padding-top: 26px; border-top: 1px solid var(--line); }
.yb-related h2 { font-size: 1.2rem; margin-bottom: 14px; }

.yb-sidebar__sticky { position: sticky; top: 100px; display: grid; gap: 18px; }
.yb-form-card--compact { box-shadow: var(--shadow-md); }
.yb-sidebar__call {
	background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius);
	box-shadow: var(--shadow-sm); padding: 20px; text-align: center;
}
.yb-sidebar__call p { margin: 0 0 8px; font-weight: 600; color: var(--navy-900); }
.yb-sidebar__tel {
	display: inline-flex; align-items: center; gap: 10px;
	color: var(--orange-600); font-size: 1.3rem; font-weight: 900; text-decoration: none;
}
.yb-sidebar__tel:hover { color: var(--navy-900); }
.yb-sidebar__hours { font-size: 0.82rem !important; color: var(--muted) !important; font-weight: 500 !important; margin-top: 8px !important; display: flex; align-items: center; justify-content: center; gap: 6px; }

/* ---------- Contact page ---------- */
.yb-contact { padding-block: 44px 70px; }
.yb-contact__cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-bottom: 36px; }
.yb-contact-card {
	background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius);
	box-shadow: var(--shadow-sm); padding: 24px 20px; text-align: center; text-decoration: none; color: var(--ink);
	transition: transform var(--transition), box-shadow var(--transition), border-color var(--transition);
}
.yb-contact-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); border-color: var(--cyan-500); color: var(--ink); }
.yb-contact-card__icon {
	width: 56px; height: 56px; margin: 0 auto 12px; border-radius: 16px;
	background: var(--cyan-100); color: var(--cyan-600);
	display: flex; align-items: center; justify-content: center;
}
.yb-contact-card h2 { font-size: 1.05rem; margin-bottom: 4px; }
.yb-contact-card p { margin: 0; color: var(--muted); font-size: 0.95rem; }
.yb-contact-card__note { display: block; margin-top: 8px; font-size: 0.8rem; color: var(--cyan-600); font-weight: 600; }
.yb-contact__main { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; align-items: start; }
.yb-contact__map { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-md); background: var(--surface); }
.yb-contact__map iframe { width: 100%; height: 430px; border: 0; display: block; }
.yb-contact__map-note { display: flex; align-items: center; gap: 8px; padding: 14px 18px; margin: 0; color: var(--muted); font-size: 0.9rem; }
.yb-contact__map-note .yb-icon { color: var(--orange-500); }

/* ---------- Archive / 404 ---------- */
.yb-archive { padding-block: 44px 70px; }
.yb-archive__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.yb-card-post {
	background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius);
	box-shadow: var(--shadow-sm); padding: 24px;
}
.yb-card-post h2 { font-size: 1.15rem; }
.yb-card-post h2 a { color: var(--navy-900); text-decoration: none; }
.yb-card-post p { color: var(--muted); font-size: 0.95rem; }
.yb-card-post__more { display: inline-flex; align-items: center; gap: 6px; font-weight: 700; color: var(--orange-600); text-decoration: none; }
.yb-pagination { margin-top: 30px; text-align: center; }
.yb-404 { text-align: center; padding-block: 80px 100px; }
.yb-404__icon {
	width: 100px; height: 100px; margin: 0 auto 24px; border-radius: 28px;
	background: var(--cyan-100); color: var(--cyan-600);
	display: flex; align-items: center; justify-content: center;
}
.yb-404__icon .yb-icon { width: 52px; height: 52px; }
.yb-404__actions { display: flex; justify-content: center; gap: 14px; flex-wrap: wrap; margin: 26px 0; }
.yb-404__links { display: flex; justify-content: center; gap: 22px; flex-wrap: wrap; }

/* ---------- Reveal animations ---------- */
[data-reveal] { opacity: 0; transform: translateY(26px); transition: opacity 0.65s ease var(--d, 0ms), transform 0.65s ease var(--d, 0ms); }
[data-reveal].is-in { opacity: 1; transform: none; }
html.yb-no-anim [data-reveal] { opacity: 1; transform: none; transition: none; }
@media (prefers-reduced-motion: reduce) {
	[data-reveal] { opacity: 1; transform: none; transition: none; }
	.yb-bubble, .yb-float--tel, .yb-hero__truck img { animation: none !important; }
}

/* ==========================================================================
   Responsive
   ========================================================================== */
@media (max-width: 1080px) {
	.yb-services__grid { grid-template-columns: repeat(2, 1fr); }
	.yb-charter, .yb-areas, .yb-contact__cards, .yb-stats__grid { grid-template-columns: repeat(2, 1fr); }
	.yb-steps { grid-template-columns: repeat(2, 1fr); row-gap: 34px; }
	.yb-steps::before { display: none; }
	.yb-gallery { grid-template-columns: repeat(2, 1fr); }
	.yb-hero__in { grid-template-columns: 1fr; }
	.yb-hero__form { max-width: 560px; }
	.yb-page-layout { grid-template-columns: 1fr; }
	.yb-sidebar__sticky { position: static; max-width: 560px; }
	.yb-contact__main { grid-template-columns: 1fr; }
	.yb-archive__grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 900px) {
	/* backdrop-filter would turn the header into the containing block of the
	   fixed nav panel, pushing document scroll-width off-screen. */
	.yb-header { -webkit-backdrop-filter: none; backdrop-filter: none; background: #fff; }
	.yb-nav {
		position: fixed; top: 0; inset-inline-end: 0; bottom: 0; z-index: 2000;
		width: min(84vw, 360px); background: #fff; box-shadow: var(--shadow-lg);
		padding: 84px 22px 30px; overflow-y: auto;
		transform: translateX(-110%); visibility: hidden;
		transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.35s;
	}
	.yb-nav.is-open { transform: translateX(0); visibility: visible; }
	.yb-nav__list { flex-direction: column; align-items: stretch; gap: 2px; }
	.yb-nav__list > li > a, .yb-nav__toggle { width: 100%; justify-content: space-between; font-size: 1.05rem; padding: 13px 12px; }
	.yb-nav__sub {
		position: static; min-width: 0; opacity: 1; visibility: hidden; transform: none;
		box-shadow: none; border: 0; border-inline-start: 2px solid var(--cyan-100);
		border-radius: 0; margin-inline-start: 12px; padding: 2px 8px;
		display: none;
	}
	.yb-nav__parent.is-open .yb-nav__sub { display: block; visibility: visible; }
	.yb-burger { display: flex; }
	.yb-btn--header { display: none; }
	.yb-footer__grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 640px) {
	body { font-size: 16px; }
	.yb-topbar__note { display: none; }
	.yb-topbar__in { justify-content: center; }
	.yb-services__grid, .yb-charter, .yb-areas, .yb-steps, .yb-contact__cards, .yb-archive__grid { grid-template-columns: 1fr; }
	.yb-stats__grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
	.yb-gallery { grid-template-columns: 1fr; }
	.yb-field-row { grid-template-columns: 1fr; }
	.yb-hero { padding-bottom: 84px; }
	.yb-hero__actions .yb-btn { width: 100%; }
	.yb-why { grid-template-columns: 1fr; }
	.yb-why__badge { inset-inline-start: 10px; }
	.yb-footer__grid { grid-template-columns: 1fr; gap: 28px; }
	.yb-footer__bottom-in { justify-content: center; text-align: center; }
	.yb-cta-band__in { flex-direction: column; text-align: center; }
	.yb-content-cta { flex-direction: column; text-align: center; }
	.yb-totop { bottom: 92px; }
}
