@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Mulish:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;0,1000;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900;1,1000&family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@import url('https://cdnjs.cloudflare.com/ajax/libs/bootstrap-icons/1.10.3/font/bootstrap-icons.min.css');

body,html{
	font-family: var(--mainfont);
	font-size:16px;
}

:root{

	--c1:#0b9dd7;
	--c2:#c51c79;

	--c1-lighten: 
	color-mix(in srgb, var(--c1) 80%, #ffffff);

	--c1-lightest: 
	color-mix(in srgb, var(--c1) 33%, #ffffff);

	--c1-darken: 
	color-mix(in srgb, var(--c1) 65%, #000000);

	--c1-darken: 
	color-mix(in srgb, var(--c1) 20%, #111);

	--c1-focus: 
	color-mix(in srgb, var(--c1) 40%, var(--c2));

	--c1-desate: 
	color-mix(in srgb, var(--c1) 45%, #cccccc);

	--c2-lighten: 
	color-mix(in srgb, var(--c2) 80%, #ffffff);

	--c2-lightest: 
	color-mix(in srgb, var(--c2) 33%, #ffffff);

	--c2-darken: 
	color-mix(in srgb, var(--c2) 65%, #000000);

	--c2-focus: 
	color-mix(in srgb, var(--c2) 40%, var(--c2));

	--c2-mix2: 
	color-mix(in srgb, var(--c2) 50%, orange 25%);

	--mainfont: 'Inter', sans-serif;
	--subfont: 'Mulish', sans-serif;
	--serif: 'Playfair Display', serif;

	--static-c1: #10141a;

}

*{
	box-sizing:border-box;
}
.header-title{
	font-size: 20px;
}
.cw{
	width:100%;
	max-width:640px;
	margin:0px auto;
}

.btn-s{
	display:block;
	width:100%;
	text-align:center;
	text-decoration: none;
	max-width:max-content;
	padding:.25em 1em;
	transition:.3s background;
}

.btn-s.fw{
	max-width:100%;
}

.btn-s.c1{
	background:var(--c1);
	color:#fff;
}

.btn-s.c1-lighten:hover{
	background:var(--c1-lighten);
}

.btn-s.c1-darken:hover{
	background:var(--c1-darken);
}

.btn-s.c1-desate:hover{
	background:var(--c1-desate);
}

.btn-s.center{
	margin-inline:auto;
}

.btn-wht{
	background:#fff;
}

.btn-gray{
	background:#f2f2f2;
	color:#000;
}

.btn-gray:hover{
	background:#e9e9e9;
}

.btn-wt{
	color: #fff;
}

.section{
	padding:4em;
	padding-inline:2em;
}

.grid-row{
	--col:2;
	display:grid;
	grid-template-columns: repeat(var(--col),minmax(0,1fr));
}

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

.img-block.fw{
	width:100%;
}

span.c1-lighten{
	color:var(--c1-lighten);
}


/*typography*/

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

.s-t{
    font-size: 2em;
    line-height: 30px;
    font-weight: 800;
}

.s-h{
	font-size:1.3em;
	line-height:1.75em;
	font-weight:700;
}

.s-sh{
	font-size:1.15em;
	line-height:1.25em;
	font-weight:700;
}

p{
	font-weight:400;
	line-height:1.5em;
}

b{
	font-weight:700;
}

.disclaimer{
	font-size:10px;
	font-weight:300;
	margin-block:1em;
	line-height:1.25em;
}

.form-wrapper{
	display:flex;
	margin-inline:-.5em;
	flex-wrap:wrap;
	gap:.5em 0;
}

.form-wrapper > div{
	width:100%;
	padding:0 .5em;
}

.input-wrap{
	position: relative;
	isolation:isolate;
}

.form-label{
	position: absolute;
	top:50%;
	left:1.1em;
	transform:translateY(-50%);
	transition:.3s;
	color:#b9b9b9;
	pointer-events:none;
}

.input-wrap input[type="text"]{
	padding:1.1em 1em .6em;
	display:block;
	max-width:100%;
	width:100%;
	outline:none;
	border:1px solid #ccc;
}

.input-wrap input:focus + .form-label,
.input-wrap.active .form-label{
	transform:translateY(0);
	top:.4em;
	left:1.45em;
	font-size:.75em;
	color:#333;
}

.form-wrapper > div.col2{
	width:50%;
}

.text-center{
	text-align:center;
}

.q-list > div:not(:first-child){
	display:none;
}

.q-btn{
	padding:1rem;
	font-size:1.5em;
	font-weight:700;
	margin-bottom:.5em;
	border-radius:.15em;
}

.q-text{
	font-size:28px;
	font-weight:800;
	margin-bottom:1rem;
}

.img-resp{
	display:block;
	max-width:20em;
	width:100%;
	height:auto;
	margin:1em auto;
}

.q-sh{
	background:#f0f0f0;
	padding:.5rem 1em;
	margin-block:1em;
}

.white-panel{
	border-top:.25em solid var(--c1-darken);
	padding:1.5em 1em;
	box-shadow:0 0 1em .25em rgba(0,0,0,.15);
}

.white-panel > *:not(:last-child){
	margin-bottom:1em;
}

.timer{
	font-size:2em;
	font-weight:800;
	color:var(--c2-mix2);
}

.footer{
	background:var(--c1-darken);
	color:#fff;
	font-size:.7em;
	text-align:center;
}

.footer p{
	font-weight:300;
	margin-bottom:1em;
}

.footer .cw{
	max-width:1200px;
}

.footer-links{

	font-size:1.5em;
	display:flex;
	gap:3em;
	align-items: center;
	justify-content: center;
	margin-bottom:2em;
	font-weight:600;
}

.footer-links a{
	color:#fff;
	text-decoration: none;
}

.footer-links a:hover{
	text-decoration: underline;
}

.r-list > div{
	display:none;
}
.checkmark-list {
	/* Dark background */
	color: #000;
}

.checkmark-item {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
	font-size: 1.1rem;
}

.checkmark-item i {
	color: #28a745;
	/* Green checkmark */
	margin-right: 10px;
	font-size: 1.2rem;
}

.highlight {
	color: #28a745;
	/* Green highlight for $1,400 */
}
@media(max-width: 1200px){
	body{
		font-size: 14px;
	}
}

@media(max-width:900px){
	body{
		font-size:12px;
	}
}

@media(max-width:768px){
	.section {
		padding: 2em 2em 2em 2em;
		padding-inline: 2em;
	}
	.s-t {
		line-height: 15px;
		font-weight: 600;
	}
	.header-title{
		font-size: 16px;
	}
	.checkmark-item {
		margin-bottom: 4px;
		font-size: 16px;
	}
	.checkmark-item i {
		font-size: 16px;
	}
	.q-text {
		font-size: 16px;
	}
	.q-text span{
		font-size: 16px !important;
	}
}
