/* Duplicated from proposal-portal.css yacht card and yacht page rules. Prefix: ssyi- */

.ssyi-card-section {
	display: block;
	width: 100%;
	max-width: none;
	margin: 3.5rem 0 4rem;
	padding: 0;
	clear: both;
}

.ssyi-card-section-title {
	font-size: 2rem;
	font-weight: 700;
	color: #12305c;
	margin: 0 0 1.5rem;
	line-height: 1.2;
}

.ssyi-yacht-cards {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1.5rem;
}

@media (min-width: 720px) {
	.ssyi-yacht-cards {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (min-width: 1100px) {
	.ssyi-yacht-cards {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

.ssyi-yacht-card,
.ssyi-card {
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.06);
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0px 0px 30px 3px rgba(0, 0, 0, 0.08);
	transition: 0.3s;
}

.ssyi-yacht-card {
	display: flex;
	flex-direction: column;
}

.ssyi-yacht-card:hover {
	transform: translateY(-3px);
	box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.2);
}

.ssyi-yacht-gallery {
	background: #f0f4f8;
}

.ssyi-yacht-gallery-main {
	aspect-ratio: 16 / 9;
	overflow: hidden;
	position: relative;
	background: #e5e7eb;
}

.ssyi-yacht-gallery-main .ssyi-gallery-main-img,
.ssyi-yacht-gallery-main a {
	width: 100%;
	height: 100%;
	display: block;
}

.ssyi-yacht-gallery-main .ssyi-gallery-main-img {
	object-fit: cover;
	transition: opacity 0.2s ease;
}

.ssyi-yacht-gallery-placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	min-height: 180px;
	background: #e5e7eb;
}

.ssyi-yacht-gallery-placeholder .material-symbols-outlined {
	font-size: 5rem;
	color: #9ca3af;
}

.ssyi-yacht-gallery-thumbs {
	display: flex;
	gap: 0.4rem;
	padding: 0.5rem;
	overflow-x: auto;
	background: #f8fafc;
	border-top: 1px solid rgba(0, 0, 0, 0.07);
	scrollbar-width: thin;
}

.ssyi-yacht-gallery-thumb {
	flex: 0 0 72px;
	height: 50px;
	padding: 0;
	border: 2px solid transparent;
	border-radius: 6px;
	overflow: hidden;
	background: #e5e7eb;
	cursor: pointer;
	opacity: 0.65;
}

.ssyi-yacht-gallery-thumb:hover,
.ssyi-yacht-gallery-thumb.is-active {
	opacity: 1;
}

.ssyi-yacht-gallery-thumb.is-active {
	border-color: #12305c;
}

.ssyi-yacht-gallery-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.ssyi-yacht-card-body {
	padding: 1.15rem;
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
	flex: 1;
}

.ssyi-yacht-card-title {
	font-size: 1.15rem;
	margin: 0;
	font-weight: 700;
}

.ssyi-yacht-card-title a {
	color: inherit;
	text-decoration: none;
}

.ssyi-yacht-card-title a:focus {
	outline: 2px solid currentColor;
	outline-offset: 2px;
}

.ssyi-yacht-specs-box {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 0.5rem 0.75rem;
	padding: 0.7rem 0.8rem;
	background: #f9fafb;
	border: 1px solid #e5e7eb;
	border-radius: 6px;
	font-size: 0.85rem;
}

.ssyi-yacht-spec-item {
	display: flex;
	flex-direction: column;
	gap: 0.15rem;
	text-align: center;
}

.ssyi-yacht-spec-label {
	font-size: 0.68rem;
	text-transform: uppercase;
	color: #6b7280;
}

.ssyi-yacht-spec-value {
	font-weight: 700;
	color: #12305c;
}

.ssyi-yacht-facts {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem 1rem;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 0.9rem;
}

.ssyi-yacht-from-price {
	margin: 0;
	font-weight: 700;
	color: #12305c;
	font-size: 1rem;
}

.ssyi-yacht-ctas {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	margin-top: auto;
}

.ssyi-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.35rem;
	padding: 0.5rem 1rem;
	border-radius: 8px;
	font-weight: 600;
	text-decoration: none;
	font-size: 0.9rem;
	border: 2px solid transparent;
	cursor: pointer;
	text-align: center;
}

.ssyi-btn-primary,
.ssyi-btn-whatsapp {
	background: #12305c;
	color: #fff;
	border-color: #12305c;
}

.ssyi-btn-primary:hover,
.ssyi-btn-whatsapp:hover {
	background: #0f2849;
	border-color: #0f2849;
	color: #fff;
}

.ssyi-btn-outline {
	border-color: rgba(0, 0, 0, 0.2);
	background: transparent;
	color: inherit;
}

.ssyi-yacht-equipment {
	display: flex;
	flex-wrap: wrap;
	gap: 0.35rem 0.5rem;
}

.ssyi-yacht-pill {
	display: inline-block;
	background: #12305c;
	color: #fff;
	font-size: 0.75rem;
	line-height: 1;
	border-radius: 999px;
	padding: 0.4rem 0.65rem;
}

.ssyi-yacht-page {
	padding: 1.5rem 1rem 3rem;
}

.ssyi-yacht-page-inner {
	max-width: 1140px;
	margin: 0 auto;
}

.ssyi-breadcrumbs {
	font-size: 0.85rem;
	margin: 0 0 1rem;
	color: #6b7280;
	display: flex;
	flex-wrap: wrap;
	gap: 0.35rem;
	align-items: center;
}

.ssyi-breadcrumbs a {
	color: #12305c;
	text-decoration: none;
}

.ssyi-breadcrumbs a:hover {
	text-decoration: underline;
}

.ssyi-yacht-page-header {
	margin-bottom: 1.5rem;
}

.ssyi-yacht-page-title {
	font-size: 2rem;
	font-weight: 800;
	color: #12305c;
	margin: 0 0 0.75rem;
	line-height: 1.2;
}

.ssyi-yacht-stats-bar {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	align-items: center;
}

.ssyi-yacht-stat-pill {
	display: inline-flex;
	align-items: center;
	gap: 0.3rem;
	background: #f0f4f8;
	border: 1px solid rgba(18, 48, 92, 0.12);
	border-radius: 999px;
	padding: 0.3rem 0.75rem;
	font-size: 0.85rem;
	font-weight: 600;
	color: #12305c;
}

.ssyi-yacht-stat-pill .material-symbols-outlined {
	font-size: 1rem;
	opacity: 0.7;
}

.ssyi-yacht-layout {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1.5rem;
	align-items: start;
}

@media (min-width: 900px) {
	.ssyi-yacht-layout {
		grid-template-columns: 1fr 320px;
		gap: 2rem;
	}
}

.ssyi-yacht-main {
	min-width: 0;
	display: flex;
	flex-direction: column;
	gap: 1.75rem;
}

.ssyi-yacht-detail-section {
	background: #fff;
	border: 1px solid rgba(0, 0, 0, .06);
	border-radius: 12px;
	padding: 1.5rem;
	box-shadow: 0px 0px 30px 3px rgba(0, 0, 0, 0.08);
}

.ssyi-yacht-section-title {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	font-size: 1.1rem;
	font-weight: 700;
	color: #12305c;
	margin: 0 0 1rem;
}

.ssyi-yacht-overview {
	line-height: 1.65;
	color: #374151;
}

.ssyi-yacht-specs-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 0;
}

@media (min-width: 500px) {
	.ssyi-yacht-specs-grid {
		grid-template-columns: 1fr 1fr;
	}
}

.ssyi-yacht-spec-row {
	display: flex;
	flex-direction: column;
	gap: 0.1rem;
	padding: 0.6rem 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.ssyi-yacht-spec-row .ssyi-yacht-spec-label {
	font-size: 0.7rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-align: left;
}

.ssyi-yacht-spec-row .ssyi-yacht-spec-value {
	font-size: 0.95rem;
	font-weight: 500;
	color: #111827;
	text-align: left;
}

.ssyi-yacht-deck-plan {
	background: #f8fafc;
	border-radius: 8px;
	overflow: hidden;
	text-align: center;
}

.ssyi-yacht-deck-plan img {
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}

.ssyi-yacht-cta-mobile {
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
}

@media (min-width: 900px) {
	.ssyi-yacht-cta-mobile {
		display: none;
	}
}

.ssyi-yacht-cta-btn {
	width: 100%;
}

.ssyi-yacht-sidebar {
	position: relative;
}

@media (min-width: 900px) {
	.ssyi-yacht-sidebar {
		position: sticky;
		top: 50px;
	}
}

@media (max-width: 899px) {
	.ssyi-yacht-sidebar {
		display: none;
	}
}

.ssyi-yacht-sidebar-card {
	padding: 1.25rem;
}

.ssyi-card-hr {
	margin: 1.25rem 0;
	border: 0;
	border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.ssyi-yacht-sidebar-price {
	display: flex;
	flex-direction: column;
	gap: 0.2rem;
}

.ssyi-yacht-sidebar-price-label,
.ssyi-yacht-sidebar-nav-heading {
	font-size: 0.7rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: #6b7280;
	margin: 0 0 0.5rem;
}

.ssyi-yacht-sidebar-price-amount {
	font-size: 1.75rem;
	font-weight: 800;
	color: #12305c;
	line-height: 1.1;
}

.ssyi-yacht-sidebar-price-unit {
	font-size: 0.8rem;
	color: #6b7280;
}

.ssyi-yacht-sidebar-facts {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	font-size: 0.9rem;
}

.ssyi-yacht-sidebar-fact {
	display: flex;
	align-items: flex-start;
	gap: 0.5rem;
	color: #374151;
}

.ssyi-yacht-sidebar-fact-icon {
	font-size: 1rem;
	color: #12305c;
}

.ssyi-yacht-sidebar-ctas {
	display: flex;
	flex-direction: column;
	gap: 0.6rem;
}

.ssyi-yacht-sidebar-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.ssyi-nav-link {
	display: flex;
	align-items: center;
	gap: 0.4rem;
	color: #12305c;
	text-decoration: none;
	padding: 0.25rem 0;
	font-size: 0.9rem;
}

.ssyi-nav-icon {
	font-size: 1rem;
}

.ssyi-yacht-up-link {
	margin: 1rem 0 0;
	font-size: 0.85rem;
}

.ssyi-yacht-up-link a {
	color: #12305c;
}

.ssyi-pricing-table {
	width: 100%;
	border-collapse: collapse;
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.07);
	border-radius: 10px;
	overflow: hidden;
	font-size: 0.9rem;
}

.ssyi-pricing-table thead tr {
	background: #12305c;
	color: #fff;
}

.ssyi-pricing-table th,
.ssyi-pricing-table td {
	padding: 0.55rem 1rem;
	text-align: left;
	border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.ssyi-pricing-table thead th {
	font-weight: 600;
	font-size: 0.8rem;
	text-transform: uppercase;
	color: #fff;
}

.ssyi-pricing-table tbody th {
	font-weight: 500;
	color: #374151;
}
