/* Industry / geo landing pages + homepage hospitality hub */

.pebble-landing-hero .static-content--simple {
	text-align: center;
}

.pebble-landing-hero .static-content--simple h2.fs-xxxl {
	font-size: 48px;
	line-height: 1.15;
	font-weight: 700;
	margin-bottom: 0;
}

.pebble-landing-hero .landing-hero-actions {
	margin-top: 28px;
	text-align: center;
}

.pebble-landing-hero .landing-hero-actions .btn {
	margin: 0 6px 10px;
	display: inline-block;
	vertical-align: middle;
}

.pebble-landing-hero .landing-hero-actions .btn-lined {
	border-color: #fff;
	color: #fff;
}

.pebble-landing-hero .landing-hero-actions .btn-lined:hover {
	background: #fff;
	color: #222;
}

.pebble-landing-intro {
	position: relative;
}

.pebble-landing-intro .intro-lead {
	max-width: 760px;
	margin: 0 auto;
}

.pebble-deliver-grid .row {
	display: flex;
	flex-wrap: wrap;
}

.pebble-deliver-grid .row > .col-md-12 {
	width: 100%;
	flex: 0 0 100%;
}

.pebble-deliver-grid .row > [class*="col-sm-6"],
.pebble-deliver-grid .row > [class*="col-md-4"] {
	display: flex;
}

.pebble-deliver-grid .deliver-card {
	background: #fff;
	border: 1px solid #ececec;
	padding: 28px 24px 24px;
	width: 100%;
	flex: 1;
	transition: box-shadow 0.25s ease, transform 0.25s ease;
	position: relative;
	overflow: hidden;
}

.pebble-deliver-grid .deliver-card:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 3px;
	background: #cee002;
}

.pebble-deliver-grid .deliver-card:hover {
	box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
	transform: translateY(-3px);
}

.pebble-deliver-grid .deliver-icon {
	width: 52px;
	height: 52px;
	line-height: 52px;
	text-align: center;
	background: #f5f5f5;
	border-radius: 50%;
	margin-bottom: 16px;
	color: #222;
	font-size: 20px;
}

.pebble-deliver-grid .deliver-card h3 {
	font-family: Montserrat, sans-serif;
	font-size: 17px;
	font-weight: 700;
	margin: 0 0 10px;
	color: #222;
}

.pebble-deliver-grid .deliver-card p {
	margin: 0;
	font-size: 14px;
	line-height: 1.65;
	color: #666;
}

.pebble-landing-hero .sc__fade-boxed-mask {
	display: none;
}

/* Homepage hospitality hub */
.pebble-hospitality-hub {
	background: #f4f4f4;
}

.pebble-hub-grid > [class*="col-"] {
	display: flex;
	margin-bottom: 30px;
}

.pebble-hub-card {
	display: flex;
	flex-direction: column;
	width: 100%;
	background: #fff;
	border: none;
	border-radius: 4px;
	padding: 0;
	overflow: hidden;
	box-shadow: 0 4px 18px rgba(0, 0, 0, 0.06);
	transition: box-shadow 0.3s ease, transform 0.3s ease;
	text-decoration: none !important;
	color: inherit;
	position: relative;
}

.pebble-hub-card:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 4px;
	background: #cee002;
	z-index: 2;
}

.pebble-hub-card:hover {
	box-shadow: 0 18px 44px rgba(0, 0, 0, 0.12);
	transform: translateY(-6px);
}

.pebble-hub-card__thumb {
	height: 155px;
	background-size: cover;
	background-position: center;
	position: relative;
	flex-shrink: 0;
}

.pebble-hub-card__thumb:after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.45) 100%);
	transition: opacity 0.3s ease;
}

.pebble-hub-card:hover .pebble-hub-card__thumb:after {
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.55) 100%);
}

.pebble-hub-card__body {
	padding: 22px 20px 24px;
	flex: 1;
	display: flex;
	flex-direction: column;
}

.pebble-hub-card__icon {
	width: 48px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	background: #1a1a1a;
	border-radius: 50%;
	margin: -38px 0 14px;
	position: relative;
	z-index: 3;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
	flex-shrink: 0;
}

.pebble-hub-card__icon i {
	font-size: 20px;
	color: #cee002;
	line-height: 48px;
}

.pebble-hub-card__body h3 {
	font-family: Montserrat, sans-serif;
	font-size: 18px;
	font-weight: 700;
	margin: 0 0 10px;
	color: #222;
	line-height: 1.3;
}

.pebble-hub-card__body p {
	margin: 0 0 18px;
	font-size: 14px;
	line-height: 1.65;
	color: #666;
	flex: 1;
}

.pebble-hub-card__link {
	font-family: Montserrat, sans-serif;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.6px;
	color: #222;
	padding-top: 14px;
	border-top: 1px solid #eee;
	margin-top: auto;
	transition: color 0.2s ease;
}

.pebble-hub-card:hover .pebble-hub-card__link {
	color: #000;
}

.pebble-hub-card__link i {
	color: #cee002;
	margin-left: 6px;
	transition: transform 0.2s ease;
}

.pebble-hub-card:hover .pebble-hub-card__link i {
	transform: translateX(4px);
}

.pebble-geo-strip {
	margin-top: 10px;
	padding-top: 30px;
	border-top: 1px solid #e0e0e0;
}

.pebble-geo-strip .geo-label {
	font-family: Montserrat, sans-serif;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #888;
	margin-bottom: 18px;
}

.pebble-geo-chip {
	display: inline-block;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	padding: 12px 22px;
	margin: 0 8px 12px 0;
	font-family: Montserrat, sans-serif;
	font-size: 14px;
	font-weight: 600;
	color: #333;
	transition: all 0.2s ease;
	text-decoration: none !important;
}

.pebble-geo-chip:hover {
	border-color: #cee002;
	background: #cee002;
	color: #222;
}

@media (max-width: 767px) {
	.pebble-landing-hero .static-content--simple h2.fs-xxxl {
		font-size: 34px;
	}
}
