.topPanel {
	width: 100vw;
	position: relative;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	background: #262A2E;
	flex-wrap: nowrap;
	min-height: 627px;
}

.infoPanel {
	width: 50%;
	min-width: 0;
	margin-top: 156px;
	margin-bottom: 139.5px;
	margin-right: auto;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding-left: 10px;
	padding-right: 32px;
	box-sizing: border-box;
}

.screenshotPanel {
	width: 50%;
	min-width: 0;
	align-self: stretch;
	margin-left: auto;
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
}

.appIcon {
	height: 128px;
	width: 128px;
	flex-shrink: 0;
}

h1 {
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	font-size: 32px;
	line-height: 38px;
	color: #FFFFFF;
	margin: 0 0 5px;
}

h2 {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 22px;
	line-height: 26px;
	color: #FFFFFF;
	opacity: 0.7;
	margin: 0 0 14px;
}

h3 {
	width: 100%;
	max-width: 494px;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 26px;
	color: #FFFFFF;
	opacity: 0.7;
	margin: 16px 0 16px !important;
}

.appleImage {
	display: block;
}

.googleImage {
	display: block;
}

.starImage {
	height: 17.71px;
	width: 19px;
}

.screenshot {
	margin-right: 59px;
	margin-left: 32px;
	max-width: calc(100% - 91px);
	height: auto;
}

.infoPanelHeader {
	display: flex;
	align-items: flex-start;
}

.infoPanelText {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin-left: 22px;
	padding-top: 12px;
}

.infoPanelText h2 {
	padding-top: 4px;
	padding-bottom: 12px;
}

.starsRow {
	display: flex;
	gap: 3px;
}

.infoPanelButtons {
	display: flex;
	gap: 10px;
}

.secondPanel {
	margin: 10px;
	margin-top: 60px;
	text-align: center;
}

.secondPanelTitle {
	margin-top: 20px;
	text-align: center;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	font-size: 22px;
	line-height: 26px;
	color: #213344;
}

.secondPanelSubTitle {
	margin-top: 12px;
	text-align: center;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #213344;
	width: 271px;
	margin-left: auto;
	margin-right: auto;
}

.secondPanelImageContainer {
	height: 100px;
}

.thirdPanel {
	background-color: #F9FBFD;
    width: 100%;
    padding: 40px 0px 42px 0px;
    margin-top: 50px;
}

.thirdPanelTitle {
	text-align: center;
	font-family: 'Lato', sans-serif;
	font-weight: 900;
	font-size: 75px;
	line-height: 90px;
	color: #213344;
}

.thirdPanelSubTitle {
	text-align: center;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 30px;
	line-height: 36px;
	color: #213344;
}

.fourthPanel {
	margin-top: 50px;
	max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.fourthPanelInfo {
	position: relative;
	width: 400px;
	height: 100px;
	margin-left: 50px;
	margin-right: 50px;
    margin-bottom: 20px;
}

.fourthPanelInfoTitle {
	position: absolute;
	left: 55px;
	top: 0px;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	font-size: 20px;
	line-height: 24px;
	color: #213344;
}

.fourthPanelInfoSubTitle {
	position: absolute;
	left: 55px;
	top: 30px;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #213344;
}
.fifthPanel {
	background-color: #F9FBFD;
    width: 100%;
    padding: 50px 0px 52px 0px;
    margin-top: 30px;
}

.featuredByTitle {
	text-align: center;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	font-size: 24px;
	line-height: 29px;
	color: #213344;
	margin-bottom: 20px;
}

.featuredLogos {
	text-align: center;
	padding: 0 32px;
}

.featuredLogosImage {
	max-width: 100%;
	height: auto;
}

.reviewsPanel {
	width: 100%;
	margin-top: 50px;
}

.reviewsTitle {
	text-align: center;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	font-size: 24px;
	line-height: 29px;
	color: #213344;
	opacity: 1;
	margin: 0 0 8px;
}


.reviewsScroll {
	display: flex;
	align-items: stretch;
	gap: 16px;
	overflow-x: auto;
	scroll-snap-type: x proximity;
	padding: 24px 30px 40px;
	scroll-padding: 0 30px;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: thin;
	scrollbar-color: #d7dbdf transparent;
}

.reviewsScroll::-webkit-scrollbar {
	height: 8px;
}

.reviewsScroll::-webkit-scrollbar-track {
	background: transparent;
}

.reviewsScroll::-webkit-scrollbar-thumb {
	background: #d7dbdf;
	border-radius: 4px;
}

.reviewsScroll:focus-visible {
	outline: 2px solid #FF9B3A;
	outline-offset: -2px;
	border-radius: 4px;
}

.reviewsScrollWrap {
	position: relative;
	max-width: 1000px;
	margin: 0 auto;
}

.reviewsScrollWrap::before,
.reviewsScrollWrap::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	width: 120px;
	pointer-events: none;
	opacity: 0;
	transition: opacity 0.25s ease;
	z-index: 1;
}

.reviewsScrollWrap::before {
	left: 0;
	background: linear-gradient(to right, #ffffff, rgba(255, 255, 255, 0));
}

.reviewsScrollWrap::after {
	right: 0;
	background: linear-gradient(to left, #ffffff, rgba(255, 255, 255, 0));
}

.reviewsFadeLeft::before {
	opacity: 1;
}

.reviewsFadeRight::after {
	opacity: 1;
}

.reviewCard {
	flex: 0 0 320px;
	box-sizing: border-box;
	scroll-snap-align: start;
	display: flex;
	flex-direction: column;
	margin: 0;
	padding: 24px;
	background: #ffffff;
	border: 1px solid #E5E7EB;
	border-radius: 12px;
	box-shadow: 0 2px 10px rgba(33, 51, 68, 0.08);
}

.reviewStars {
	color: #FF9B3A;
	font-size: 18px;
	line-height: 1;
	letter-spacing: 3px;
	margin-bottom: 10px;
}

.reviewCardTitle {
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	font-size: 17px;
	line-height: 22px;
	color: #213344;
	margin-bottom: 8px;
}

.reviewCardQuote {
	margin: 0 0 16px;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 15px;
	line-height: 22px;
	color: #213344;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 8;
	line-clamp: 8;
	overflow: hidden;
}

.reviewCardMeta {
	margin-top: auto;
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	gap: 8px;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #213344;
}

.reviewCardAuthor {
	font-weight: 700;
}

.reviewCardMeta time {
	font-weight: 400;
	opacity: 0.6;
	white-space: nowrap;
}

.sixthPanel {
	margin-top: 50px;
	margin-bottom: 50px;
	text-align: center;
}

.appIconBottom {
	height: 104px;
	width: 104px;
}

.appIconBottomContainer {
	position: relative;
}

.sixthPanelInfo {
	position: relative;
	margin-left: 30px;
	text-align: left;
}

.sixthPanelInfoTitle {
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	font-size: 24px;
	line-height: 29px;
	color: #213344;
}

.googleImageBottom {
	margin-top: 20px;
	margin-left: 10px;
}

.bottomPanel {
	background: #262A2E;
	padding-top: 35px;
	padding-bottom: 35px;
}

.bottomPanelLinkContainer {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	color: #FFFFFF;
	margin-left: 20px;
	margin-right: 20px;
	text-align: left;
}

.bottomPanelLink {
	color: #FFFFFF;
}

.bottomPanelLink:hover {
	color: #FFFFFF;
}
.bottomPanelLink:visited {
  	color: #FFFFFF;
}

/* Between the mobile 2-column grid and the width where every link fits on one
   row, a wrapping flex row leaves a ragged, cramped second line. Use a centered
   3-column grid with the mobile row spacing instead. */
@media (min-width: 601px) and (max-width: 1199px) {
	.bottomPanel {
		display: grid !important;
		grid-template-columns: repeat(3, minmax(0, 200px));
		justify-content: center;
		column-gap: 32px;
		row-gap: 8px;
		align-items: start;
		padding-left: 32px;
		padding-right: 32px;
	}

	.bottomPanelLinkContainer {
		min-height: 44px;
		display: flex;
		align-items: flex-start;
		margin-left: 0;
		margin-right: 0;
	}
}

.blogHeader {
	background: #262A2E;
	padding: 20px max(30px, calc(50% - 370px));
	line-height: 1.6;
}

.blogHeaderLink {
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	font-size: 20px;
	color: #FFFFFF;
	text-decoration: none;
}

.blogHeaderLink:hover,
.blogHeaderLink:visited {
	color: #FFFFFF;
}

.blogContainer {
	max-width: 800px;
	margin: 0 auto;
	padding: 60px 30px;
	min-height: 400px;
}

.blogTitle {
	font-family: 'Lato', sans-serif;
	font-weight: 900;
	font-size: 48px;
	line-height: 58px;
	color: #213344;
	margin-bottom: 30px;
}

.blogEmpty {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 26px;
	color: #213344;
	opacity: 0.6;
}

.blogHeaderIcon {
	width: 28px;
	height: 28px;
	border-radius: 6px;
	vertical-align: middle;
	margin-right: 8px;
	position: relative;
	top: -1px;
}

.blogHeaderSeparator {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 20px;
	color: rgba(255, 255, 255, 0.4);
	margin: 0 10px;
}

/* Blog listing styles */
.blogListItem {
	display: block;
	text-decoration: none;
	padding: 30px 0;
	border-bottom: 1px solid rgba(33, 51, 68, 0.1);
}

.blogListItem:first-child {
	padding-top: 0;
}

.blogListItem:hover {
	text-decoration: none;
}

.blogListItem:hover .blogListTitle {
	color: #FF9B3A;
}

.blogListDate {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #213344;
	opacity: 0.5;
	margin-bottom: 8px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.blogListTitle {
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	font-size: 24px;
	line-height: 32px;
	color: #213344;
	margin-bottom: 10px;
	transition: color 0.2s ease;
}

.blogListExcerpt {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 17px;
	line-height: 26px;
	color: #213344;
	opacity: 0.7;
}

/* Blog post styles */
.blogPostDate {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #213344;
	opacity: 0.5;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	margin-bottom: 12px;
}

.blogPostTitle {
	font-family: 'Lato', sans-serif;
	font-weight: 900;
	font-size: 40px;
	line-height: 48px;
	color: #213344;
	margin-bottom: 16px;
}

.blogPostSubtitle {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 30px;
	color: #213344;
	opacity: 0.6;
	font-style: italic;
	margin-bottom: 40px;
	padding-bottom: 40px;
	border-bottom: 1px solid rgba(33, 51, 68, 0.1);
}

.blogPostBody h2 {
	position: static;
	left: auto;
	top: auto;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	font-size: 26px;
	line-height: 34px;
	color: #213344;
	margin-top: 40px;
	margin-bottom: 16px;
}

.blogPostBody p {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 30px;
	color: #213344;
	margin-bottom: 20px;
}

.blogPostBody ul {
	padding-left: 24px;
	margin-bottom: 20px;
}

.blogPostBody li {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 30px;
	color: #213344;
	margin-bottom: 12px;
}

.blogPostBody strong {
	font-weight: 700;
}

.blogPostLinkRow {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 16px;
	margin-bottom: 24px;
}

.blogPostLink {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	background: #ffffff;
	color: #213344;
	text-decoration: none;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	font-size: 15px;
	line-height: 1;
	letter-spacing: 0.01em;
	padding: 14px 22px 14px 14px;
	border: 1px solid #E5E7EB;
	border-radius: 10px;
	transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.blogPostLink:hover {
	background: #ffffff;
	color: #213344;
	text-decoration: none;
	border-color: #D1D5DB;
	box-shadow: 0 4px 12px rgba(17, 24, 39, 0.06);
	transform: translateY(-1px);
}

.blogPostLinkIcon {
	width: 28px;
	height: 28px;
	border-radius: 6px;
	display: block;
}
.blue {
	background: blue;
}

.red {
	background: red;
}

.yellow {
	background: yellow;
}

@media (max-width: 860px) {
	.infoPanelHeader {
		flex-direction: column;
		align-items: flex-start;
	}

	.infoPanelText {
		margin-left: 0;
		padding-top: 12px;
	}
}

@media (max-width: 600px) {

	.infoPanel {
		margin-top: 0px;
		margin-left: auto;
		margin-bottom: 0px;
		order: -1;
		height: auto;
		width: 100%;
		text-align: center;
		padding: 50px 20px 56px;
		box-sizing: border-box;
		align-items: center;
	}

	.infoPanelHeader {
		flex-direction: column;
		align-items: center;
	}

	.infoPanelText {
		margin-left: 0;
		padding-top: 0;
		align-items: center;
	}

	.starsRow {
		justify-content: center;
	}

	.infoPanelButtons {
		flex-direction: row;
		align-items: center;
		flex-wrap: wrap;
		justify-content: center;
	}

	.appIcon {
		display: block;
		margin: 0 auto 40px;
	}

	h1 {
		text-align: center;
		margin: 0 0 10px;
	}

	.blogTitle {
		text-align: left;
	}

	h2 {
		text-align: center;
		margin: 0 0 14px;
	}

	.blogPostBody h2 {
		text-align: left;
	}

	.starImage {
		display: inline;
	}

	h3 {
		text-align: center;
		width: auto;
		margin: 24px auto 44px;
	}

	.appleImage {
		display: inline-block;
		margin: 0 4px;
	}

	.googleImage {
		display: inline-block;
		margin: 0 4px;
	}

	.screenshotPanel {
		width: 100%;
		height: auto;
		margin: 0;
		justify-content: center;
		align-items: flex-end;
		padding-bottom: 0;
	}

	.screenshot {
		width: auto;
		max-width: calc(100% - 64px);
		height: auto;
		margin: 0;
	}


	.appIconBottomContainer {
		left: 0;
		position: relative;
	}

	.secondPanel {
		margin-top:40px;
	}

	.thirdPanelTitle {
    	font-size: 55px;
	}

	.thirdPanelSubTitle {
		font-size: 23px;
    	line-height: 13px;
	}

	.fourthPanelInfo {
    	margin-left: 30px;
    	margin-right: 30px;
	}

	.fourthPanelMajorEvents {
		height: 125px;
	}

	.sixthPanel {
		margin-bottom: 20px;
		flex-direction: column;
		align-items: center;
	}

	.appIconBottomContainer {
		padding-bottom: 20px;
	}

	.sixthPanelInfo {
		position: relative;
		left: 0;
		top: 0;
		text-align: center;
		margin-left: 0;
	}

	.bottomPanel {
		margin-top: 30px;
		padding-top: 25px;
		padding-bottom: 25px;
		display: grid !important;
		grid-template-columns: 1fr 1fr;
		row-gap: 8px;
		align-items: start;
		padding-left: 32px;
		padding-right: 32px;
	}

	.bottomPanelLinkContainer {
		min-height: 44px;
		display: flex;
		align-items: flex-start;
		margin-right: 0;
	}

	.reviewsPanel {
		margin-top: 40px;
	}

	.reviewsScroll {
		padding: 20px 20px 36px;
		scroll-padding: 0 20px;
		gap: 12px;
	}

	.reviewCard {
		flex-basis: 280px;
		padding: 20px;
	}

	.reviewsScrollWrap::before,
	.reviewsScrollWrap::after {
		width: 48px;
	}
}

.blogPanelBand {
	margin-top: 50px;
	background: #2F353B;
	padding: 44px 0 56px;
}

.blogPanel {
	width: 100%;
}

.blogPanelTitle {
	text-align: center;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	font-size: 24px;
	line-height: 29px;
	color: #FFFFFF;
	opacity: 1;
	margin: 0 0 8px;
}


.blogPanelCards {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
	max-width: 1100px;
	margin: 0 auto;
	padding: 28px 32px 0;
}

.blogPanelCard {
	flex: 1 1 280px;
	max-width: 340px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	overflow: hidden;
	background: #3A424A;
	border: 1px solid rgba(255, 255, 255, 0.07);
	border-radius: 12px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
	text-decoration: none;
	transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.blogPanelCard:hover {
	text-decoration: none;
	transform: translateY(-4px);
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.35);
}

.blogPanelCardImage {
	display: block;
	width: 100%;
	height: 160px;
	object-fit: cover;
}

.blogPanelCardImageFallback {
	object-fit: contain;
	box-sizing: border-box;
	padding: 48px 0;
	background: linear-gradient(180deg, #39414A 0%, #2D343B 100%);
}

.blogPanelCardBody {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	padding: 20px 24px 24px;
}

.blogPanelCardTitle {
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	font-size: 17px;
	line-height: 22px;
	color: #FFFFFF;
	margin-bottom: 8px;
}

.blogPanelCardExcerpt {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 15px;
	line-height: 22px;
	color: #FFFFFF;
	opacity: 0.75;
	flex-grow: 1;
}

.blogPanelCardDate {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 13px;
	line-height: 18px;
	color: #FFFFFF;
	opacity: 0.5;
	margin-top: 12px;
}

.blogPanelViewAll {
	text-align: center;
	margin-top: 28px;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
}

.blogPanelViewAll a {
	display: inline-block;
	background: #FF9B3A;
	color: #262A2E;
	font-weight: 700;
	padding: 12px 32px;
	border-radius: 24px;
	text-decoration: none;
	transition: background 0.15s ease;
}

.blogPanelViewAll a:hover {
	background: #FFAA55;
	color: #262A2E;
	text-decoration: none;
}

@media (max-width: 600px) {
	.blogPanelBand {
		margin-top: 40px;
		padding: 36px 0 44px;
	}

	.blogPanelCards {
		padding: 24px 20px 0;
	}

	.blogPanelCard {
		flex-basis: 100%;
		max-width: none;
	}

	.blogPanelCardBody {
		padding: 16px 20px 20px;
	}

	.blogPanelBand + .bottomPanel {
		margin-top: 0;
	}
}