/* iFlash — page-specific styles, layered on the shared windmill.css base.
   Mirrors the dark Cubit design system. */

header {
	background-color: #1B1B1B;
}

body {
	color: rgba(255, 255, 255, 70%);
	background-color: #242525;
}

a {
	color: rgba(255, 255, 255, 70%);
}

h4 {
	font-size: 18px;
	font-weight: 400;
	color: #FFF;
}

h5, h5 a {
	color: rgba(255, 255, 255, 60%);
}

.section-title {
	background-color: rgba(255, 255, 255, 60%);
	color: #242525;
}

.round-link-button-large {
	background-color: rgba(255, 255, 255, 40%);
	color: #FFF;
}

footer {
	background-color: #1B1B1B;
}

.main-section {
	background: linear-gradient(rgba(0, 0, 0, 25%), rgba(0, 0, 0, 0%)) no-repeat;
	background-size: 100% 234px;
}

/* ---- Hero ---- */

#iflash-overview {
	color: #FFF;
	background: linear-gradient(0deg, #3E4346 0%, #1B1B1B 100%) 0 top;
}

#iflash-overview .section-container {
	display: flex;
	align-items: center;

    /* align vertical */
	padding-top: 52px;
	padding-bottom: 52px;
}

#iflash-overview .hero-icon {
	flex: 0 0 auto;
}

#iflash-overview .hero-icon img {
	width: 168px;
	height: 168px;
	filter: drop-shadow(0 10px 26px rgba(0, 0, 0, 45%));
}

#iflash-overview #quick-pitch {
	margin-left: 40px;
}

.iflash-wordmark {
	display: block;
	font-size: 60px;
	font-weight: 300;
	letter-spacing: -2px;
	color: #FFF;
	line-height: 1;
}

.for-device {
	display: inline-block;
	font-style: italic;
	font-weight: 400;
	color: rgba(255, 255, 255, 80%);
	font-size: 20px;
	margin-top: 6px;
}

#iflash-overview h2 {
	margin: 12px 0 0;
	padding: 0;
	font-weight: 300;
}

#iflash-overview #download-block {
	margin-top: 24px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.download-button {
	display: inline-block;
	background-color: #FFF;
	color: #1B1B1B;
	text-decoration: none;
	font-size: 18px;
	font-weight: 700;
	border-radius: 6px;
	padding: 12px 30px;
}

.download-button:hover {
	color: #1B1B1B;
	opacity: 0.9;
}

#iflash-overview #price {
	display: inline-block;
	font-style: italic;
	font-weight: 400;
	color: rgba(255, 255, 255, 60%);
	padding-left: 12px;
	font-size: 16px;
}

#iflash-overview #price b {
	color: #FFF;
}

@media (width <= 650px) {
	#iflash-overview .section-container {
		flex-direction: column;
		text-align: center;
		padding-top: 36px;
		padding-bottom: 36px;
	}

	#iflash-overview .hero-icon img {
		width: 120px;
		height: 120px;
	}

	#iflash-overview #quick-pitch {
		margin-left: 0;
		margin-top: 20px;
	}

	.iflash-wordmark {
		font-size: 44px;
		letter-spacing: -1.4px;
	}

	#iflash-overview h2 {
		font-size: 22px;
	}

	#iflash-overview #download-block {
		justify-content: center;
	}
}

/* ---- About / features ---- */

#about-iflash {
	padding-bottom: 20px;
}

#about-iflash h4 {
	margin-bottom: 30px;
	max-width: 760px;
}

#iflash-feature-list-container {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}

#iflash-feature-list-container li {
	min-width: 200px;
	max-width: 320px;
	padding-left: 44px;
	padding-bottom: 20px;
	padding-right: 20px;
	flex: 1;
	background-repeat: no-repeat;
	background-position: 2px 2px;
	background-size: 28px 28px;
}

#iflash-feature-list-container b {
	color: #FFF;
}

#feature-audio    { background-image: url("../svg/Camera.svg"); }
#feature-sides    { background-image: url("../svg/Box.svg"); }
#feature-memorize { background-image: url("../svg/Science.svg"); }
#feature-print    { background-image: url("../svg/PhotoFrame.svg"); }
#feature-import   { background-image: url("../svg/History.svg"); }
#feature-more     { background-image: url("../svg/Gift.svg"); }

/* ---- Screenshots (landscape Mac captures) ---- */

.screenshots-grid {
	display: flex;
	list-style: none;
	flex-wrap: wrap;
	gap: 24px;
	padding-top: 20px;
	margin: 0;
}

.screenshots-grid li {
	flex: 1;
	min-width: 280px;
	margin: 0;
	padding: 0;
}

.screenshots-grid a {
	display: block;
}

.screenshots-grid img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 8px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 40%);
}

/* ---- Download & unlock section ---- */

#app-support #faqs {
	font-size: 15px;
	min-width: 280px;
	flex: 2;
}

#app-support #faqs .question {
	font-weight: 700;
	margin-bottom: 0;
	margin-top: 0;
	color: rgba(255, 255, 255, 70%);
}

#app-support #faqs .answer {
	margin-top: 5px;
	margin-bottom: 20px;
	color: rgba(255, 255, 255, 40%);
}

.serial-box {
	background: rgba(255, 255, 255, 6%);
	border: 1px solid rgba(255, 255, 255, 15%);
	border-radius: 8px;
	padding: 16px 20px;
	color: rgba(255, 255, 255, 70%);
	max-width: 360px;
}

.serial-box b {
	color: #FFF;
}

@media (width >= 650px) {
	#app-support #more-help {
		border-left: 1px solid rgba(255, 255, 255, 20%);
		max-width: 260px;
		min-width: 260px;
		padding-left: 30px;
	}
}

@media (width <= 650px) {
	#app-support #more-help {
		min-width: 250px;
		border-top: 1px solid rgba(255, 255, 255, 20%);
		margin-left: 20px;
		margin-right: 20px;
		padding-left: 0;
		padding-right: 0;
		margin-top: 20px;
	}
}
