h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0;
	padding: 0;
}

a:active,
a:hover {
	outline: 0;
}

html {
	width: 100%;
	height: 100%;
	min-height: 100%;
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
}

body {
	overflow-x: hidden;
	width: 100%;
	min-width: 300px;
	height: 100%;
	min-height: 100%;
	margin: 0;
	padding: 0;
	color: #fff;
	background: #21272f;
	font-family: 'Helvetica Neue', Helvetica, sans-serif;
	font-size: 100%;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
}

a:link {
	color: #fff;
}

a:visited {
	text-decoration: none;
	color: #fff;
}

a:hover {
	color: lightgreen;
}


img {
	width: auto;
	max-width: 100%;
	height: auto;
}

p {
	margin-bottom: 10px;
	font-size: 18px;
	line-height: 1.6;
}

.responsive {
	width: 100%;
}

@media only screen and (min-width: 767px) {
	.responsive {
		width: 50%;
	}
}

.sep {
	display: block;
	clear: both;
	width: 100%;
	height: 2px;
	margin: 15px 0;
	background: rgba(255, 255, 255, 0.1);
}

@media only screen and (min-width: 767px) {
	.sep {
		margin-top: 0;
	}
}

.primary-btn {
	padding: 15px;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.5);
	border: 2px solid rgba(255, 255, 255, 0.6);
	border-radius: 3px;
	font-size: 15px;
	font-weight: 500;
}

.primary-btn:hover {
	transition: all 0.1s ease-in-out;
	color: #21272f;
	background: #fff;
	box-shadow: 0 4px 20px 2px rgba(0, 0, 0, 0.2);
}

.container {
	display: block;
	overflow: hidden;
	box-sizing: border-box;
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
	padding: 15px;
}

.list-of-apps {
	position: relative;
	z-index: 10;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
}


@media only screen and (min-width: 767px) {
	.container {
		padding: 35px;
	}
}

.intro-container {
	position: relative;
	z-index: 10;
	width: 100%;
	margin-top: 30px;
	margin-bottom: 70px;
	text-align: center;
}

@media only screen and (min-width: 767px) {
	.intro-container {
		float: left;
		width: 42%;
		margin-bottom: 0;
		text-align: left;
	}
}

.app-store-btn::before {
	padding-right: 8px;
	content: '';
	font-size: 16px;
}

.app-icon {
	width: 90px;
	margin: 0 auto;
	filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.1));
	-webkit-filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.1));
}

.app-icon p {
	font-size: 35px;
	font-weight: 200;
	white-space: nowrap;
}

@media only screen and (min-width: 767px) {
	.app-icon {
		margin: 0;
	}

	.app-icon p {
		margin-left: 2px;
	}
}

.intro {
	max-width: 300px;
	margin-top: 13%;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
}

@media only screen and (min-width: 767px) {
	.intro {
		max-width: 100%;
		margin-top: 28%;
		margin-bottom: 40px;
	}
}

.intro h2 {
	margin-bottom: 20px;
	font-size: 28px;
	font-weight: 200;
	line-height: 1.2;
}

@media only screen and (min-width: 580px) {
	.intro h2 {
		font-size: 30px;
	}
}

.iphone {
	position: relative;
	max-width: 300px;
	height: 300px;
	margin: 0 auto;
	padding-bottom: 50px;
}

@media only screen and (min-width: 767px) {
	.iphone {
		float: right;
		width: 100%;
		max-width: 42%;
		height: 100%;
		text-align: right;
	}
}

.iphone-screenshot {
	position: relative;
	z-index: 100;
	overflow: hidden;
	width: 86.5%;
	height: 0;
	margin: 0 auto;
	padding-bottom: 182%;
}

@media only screen and (min-width: 767px) {
	.iphone-screenshot {
		z-index: 1;
		width: 87%;
	}
}

.iphone-screenshot img {
	position: absolute;
	top: 13.88%;
	left: 0;
}

.iphone-mask {
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	display: block;
}

.footer {
	margin-bottom: 10px;
}

.footer p {
	opacity: 0.7;
}

.credit {
	float: left;
}

.credit a {
	opacity: 1;
}

.credit a:hover {
	text-decoration: underline;
}

.contact {
	float: left;
}

.contact a {
	padding-right: 20px;
}

.contact a,
.contact a:visited {
	transition: opacity 0.5s ease-out;
	text-decoration: none;
	opacity: 0.7;
	color: #fff;
}

.contact a:hover,
.contact a:focus,
.contact a:visited:hover,
.contact a:visited:focus {
	opacity: 1;
}

@media only screen and (min-width: 767px) {
	.contact {
		text-align: right;
	}

	.contact a {
		padding-right: 0;
		padding-left: 12px;
	}
}

/* Two-column layout for intro */
.intro-columns {
	display: flex;
	gap: 2rem;
	align-items: stretch;
	margin-bottom: 2rem;
}
.intro-left {
	flex: 0 0 50%;
	width: 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.intro-right {
	flex: 0 0 50%;
	width: 50%;
	display: flex;
	align-items: flex-start;
	justify-content: center;
}
.screenshot-stack {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
	width: 100%;
	align-items: stretch;
}
.screenshot-img {
	width: 100%;
	border-radius: 18px;
	box-shadow: 0 4px 24px rgba(0,0,0,0.18);
	background: #222;
	max-width: none;
	min-width: 0;
}
@media (max-width: 900px) {
	.intro-columns {
		flex-direction: column;
		gap: 1.5rem;
	}
	.intro-right, .intro-left {
		width: 100%;
		max-width: 100%;
	}
	.screenshot-img {
		max-width: 100%;
	}
}

.main-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: start;
  max-width: 1200px;
  margin: 40px auto 0 auto;
  padding: 0 24px;
}

.main-info {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  justify-content: flex-start;
}

.main-info .app-icon {
  width: 90px;
  margin-bottom: 1rem;
}

.main-info .app-icon p {
  font-size: 2rem;
  font-weight: 200;
  margin-top: 0.5rem;
}

.main-images {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  justify-content: flex-start;
  align-items: stretch;
}

.main-screenshot {
  width: 100%;
  height: auto;
  border-radius: 18px;
  box-shadow: 0 4px 24px rgba(0,0,0,0.18);
  background: #222;
  object-fit: contain;
}

@media (max-width: 900px) {
  .main-columns {
    grid-template-columns: 1fr;
    gap: 2rem;
    padding: 0 8px;
  }
  .main-images {
    gap: 1.2rem;
  }
}
