.ez_hero{
	position:relative;
	min-height:860px;
	padding:calc(var(--ez-header-height) + 92px) 0 86px;
	display:flex;
	align-items:center;
}

.ez_hero_bg{
	position:absolute;
	inset:0;
	pointer-events:none;
	overflow:hidden;
}

.ez_hero_glow{
	position:absolute;
	width:520px;
	height:520px;
	border-radius:999px;
	filter:blur(30px);
	opacity:.35;
}

.ez_hero_glow_01{
	left:-140px;
	top:110px;
	background:radial-gradient(circle, rgba(25,217,255,.52), transparent 66%);
}

.ez_hero_glow_02{
	right:-120px;
	top:80px;
	background:radial-gradient(circle, rgba(143,124,255,.58), transparent 66%);
}

.ez_hero_grid{
	position:absolute;
	inset:0;
	background-image:
		linear-gradient(rgba(255,255,255,.055) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255,255,255,.055) 1px, transparent 1px);
	background-size:54px 54px;
	mask-image:linear-gradient(180deg, rgba(0,0,0,.58), transparent 80%);
	-webkit-mask-image:linear-gradient(180deg, rgba(0,0,0,.58), transparent 80%);
}

.ez_hero_inner{
	position:relative;
	z-index:2;
	display:grid;
	grid-template-columns:minmax(0, .92fr) minmax(430px, 1.08fr);
	align-items:center;
	gap:64px;
}

.ez_eyebrow,
.ez_section_label{
	display:inline-flex;
	align-items:center;
	gap:9px;
	height:36px;
	padding:0 14px;
	border:1px solid rgba(84,184,255,.28);
	border-radius:999px;
	background:rgba(84,184,255,.10);
	color:#bdeaff;
	font-size:13px;
	font-weight:950;
	letter-spacing:-.02em;
}

.ez_eyebrow_dot{
	width:8px;
	height:8px;
	border-radius:999px;
	background:var(--ez-cyan);
	box-shadow:0 0 0 6px rgba(25,217,255,.12);
}

.ez_hero_copy h1{
	margin: 24px 0 0;
    font-size: clamp(44px, 5.5vw, 70px);
    line-height: 1.08;
    letter-spacing: -.085em;
    font-weight: 950;
    color: #fff;
}

.ez_hero_desc{
	margin:26px 0 0;
	max-width:650px;
	color:var(--ez-muted);
	font-size:18px;
	line-height:1.78;
	font-weight:600;
}

.ez_hero_actions{
	display:flex;
	align-items:center;
	flex-wrap:wrap;
	gap:12px;
	margin-top:34px;
}

.ez_primary_btn,
.ez_secondary_btn,
.ez_text_btn{
	display:inline-flex;
	align-items:center;
	justify-content:center;
	gap:10px;
	border-radius:999px;
	font-weight:950;
	transition:transform .22s ease, box-shadow .22s ease, background .22s ease, border-color .22s ease;
}

.ez_primary_btn{
	min-height:58px;
	padding:0 24px;
	background:linear-gradient(135deg, var(--ez-cyan), var(--ez-purple));
	color:#fff;
	box-shadow:0 18px 48px rgba(25,217,255,.24);
}

.ez_primary_btn i{
	font-style:normal;
	width:26px;
	height:26px;
	display:flex;
	align-items:center;
	justify-content:center;
	border-radius:999px;
	background:rgba(255,255,255,.18);
}

.ez_primary_btn:hover{
	transform:translateY(-3px);
	box-shadow:0 24px 64px rgba(25,217,255,.32);
}

.ez_secondary_btn{
	min-height:58px;
	padding:0 22px;
	border:1px solid rgba(255,255,255,.14);
	background:rgba(255,255,255,.06);
	color:#fff;
}

.ez_secondary_btn:hover{
	transform:translateY(-3px);
	background:rgba(255,255,255,.10);
	border-color:rgba(255,255,255,.24);
}

.ez_text_btn{
	margin-top:28px;
	color:#cdefff;
	font-size:15px;
}

.ez_text_btn span{
	width:26px;
	height:26px;
	display:flex;
	align-items:center;
	justify-content:center;
	border-radius:999px;
	background:rgba(84,184,255,.14);
	color:#fff;
}

.ez_text_btn:hover{
	transform:translateX(4px);
}

.ez_hero_numbers{
	display:grid;
	grid-template-columns:repeat(3, minmax(0, 1fr));
	gap:12px;
	margin-top:40px;
	max-width:650px;
}

.ez_hero_numbers div{
	padding:18px 16px;
	border:1px solid rgba(255,255,255,.10);
	border-radius:22px;
	background:rgba(255,255,255,.055);
	box-shadow:0 12px 34px rgba(0,0,0,.16);
}

.ez_hero_numbers strong{
	display:block;
	color:#fff;
	font-size:22px;
	font-weight:950;
	letter-spacing:-.04em;
}

.ez_hero_numbers span{
	display:block;
	margin-top:7px;
	color:var(--ez-muted-2);
	font-size:13px;
	font-weight:800;
}

.ez_hero_visual{
	position:relative;
	min-width:0;
}

.ez_preview_shell{
	position:relative;
	border:1px solid rgba(255,255,255,.13);
	border-radius:32px;
	background:
		linear-gradient(180deg, rgba(255,255,255,.10), rgba(255,255,255,.04)),
		rgba(12,18,32,.74);
	box-shadow:var(--ez-shadow);
	overflow:visible;
	backdrop-filter:blur(20px);
	-webkit-backdrop-filter:blur(20px);
}

.ez_preview_shell:before{
	content:"";
	position:absolute;
	inset:0;
	border-radius:32px;
	padding:1px;
	background:linear-gradient(135deg, rgba(25,217,255,.55), rgba(143,124,255,.34), rgba(255,255,255,.05));
	-webkit-mask:linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
	-webkit-mask-composite:xor;
	mask-composite:exclude;
	pointer-events:none;
	z-index:4;
}

.ez_preview_topbar{
	height:60px;
	padding:0 16px;
	display:flex;
	align-items:center;
	justify-content:space-between;
	border-bottom:1px solid rgba(255,255,255,.10);
	background:rgba(255,255,255,.045);
}

.ez_window_dots{
	display:flex;
	align-items:center;
	gap:7px;
}

.ez_window_dots span{
	width:10px;
	height:10px;
	border-radius:999px;
	background:rgba(255,255,255,.26);
}

.ez_window_dots span:nth-child(1){
	background:#ff6b6b;
}

.ez_window_dots span:nth-child(2){
	background:#ffd166;
}

.ez_window_dots span:nth-child(3){
	background:#68f1bc;
}

.ez_preview_tabs{
	display:flex;
	gap:8px;
	padding:5px;
	border-radius:999px;
	background:rgba(0,0,0,.22);
}

.ez_preview_tabs button{
	height:34px;
	padding:0 13px;
	border:0;
	border-radius:999px;
	background:transparent;
	color:rgba(255,255,255,.64);
	font-size:13px;
	font-weight:900;
	cursor:pointer;
}

.ez_preview_tabs button.is_active{
	background:linear-gradient(135deg, rgba(25,217,255,.22), rgba(143,124,255,.22));
	color:#fff;
}

.ez_preview_stage{
	position:relative;
	padding:16px;
	min-height:442px;
}

.ez_preview_image_wrap{
	position:absolute;
	inset:16px;
	border-radius:24px;
	overflow:hidden;
	background:#111827;
	opacity:0;
	transform:scale(.985);
	transition:opacity .32s ease, transform .32s ease;
	box-shadow:inset 0 0 0 1px rgba(255,255,255,.08);
}

.ez_preview_image_wrap.is_active{
	position:relative;
	inset:auto;
	opacity:1;
	transform:scale(1);
}

.ez_preview_image_wrap img{
	width:100%;
	height:410px;
	object-fit:cover;
	object-position:center;
}

.ez_floating_card{
	position:absolute;
	z-index:5;
	width:210px;
	padding:15px 16px;
	border:1px solid rgba(255,255,255,.14);
	border-radius:20px;
	background:rgba(8,13,25,.76);
	backdrop-filter:blur(18px);
	-webkit-backdrop-filter:blur(18px);
	box-shadow:0 18px 44px rgba(0,0,0,.34);
	opacity:0;
	visibility:hidden;
	pointer-events:none;
	transition:opacity .34s ease, transform .34s ease, visibility .34s ease;
}

.ez_floating_card.is_active{
	opacity:1;
	visibility:visible;
	pointer-events:auto;
	transform:translateY(0) scale(1);
}

.ez_floating_card strong{
	display:block;
	color:#fff;
	font-size:14px;
	font-weight:950;
}

.ez_floating_card span{
	display:block;
	margin-top:6px;
	color:var(--ez-muted);
	font-size:12px;
	line-height:1.45;
	font-weight:700;
}

.ez_floating_card_01{
	left:-28px;
	bottom:70px;
	transform:translateY(16px) scale(.96);
}

.ez_floating_card_02{
	right:-24px;
	top:96px;
	transform:translateY(-16px) scale(.96);
}

.ez_hero_orbit{
	position:absolute;
	display:flex;
	align-items:center;
	justify-content:center;
	border:1px solid rgba(255,255,255,.13);
	background:rgba(255,255,255,.07);
	color:#fff;
	font-weight:950;
	box-shadow:0 16px 42px rgba(0,0,0,.26);
	backdrop-filter:blur(18px);
	-webkit-backdrop-filter:blur(18px);
}

.ez_hero_orbit_01{
	right:18px;
	bottom:-28px;
	width:82px;
	height:82px;
	border-radius:28px;
	color:#cdefff;
}

.ez_hero_orbit_02{
	left:62px;
	top:-36px;
	width:96px;
	height:54px;
	border-radius:999px;
	color:#e0d9ff;
}

.ez_hero_orbit_03{
	right:-32px;
	bottom:190px;
	width:62px;
	height:62px;
	border-radius:20px;
	color:#d1fff0;
}

.ez_section{
	position:relative;
	padding:112px 0;
}

.ez_section_head{
	max-width:800px;
	margin:0 auto 52px;
	text-align:center;
}

.ez_section_head h2,
.ez_split_copy h2,
.ez_download_box h2{
	margin:18px 0 0;
	color:#fff;
	font-size:clamp(34px, 4vw, 54px);
	line-height:1.12;
	letter-spacing:-.075em;
	font-weight:950;
}

.ez_section_head p,
.ez_split_copy > p,
.ez_download_box p{
	margin:18px auto 0;
	color:var(--ez-muted);
	font-size:17px;
	line-height:1.75;
	font-weight:600;
}

.ez_intro_cards{
	display:grid;
	grid-template-columns:repeat(3, minmax(0, 1fr));
	gap:18px;
}

.ez_intro_card,
.ez_usecase_card,
.ez_price_card{
	position:relative;
	border:1px solid rgba(255,255,255,.10);
	border-radius:28px;
	background:
		linear-gradient(180deg, rgba(255,255,255,.075), rgba(255,255,255,.035)),
		rgba(14,21,36,.74);
	box-shadow:var(--ez-shadow-soft);
}

.ez_intro_card{
	padding:28px;
	overflow:hidden;
}

.ez_intro_card:before,
.ez_usecase_card:before{
	content:"";
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:1px;
	background:linear-gradient(90deg, transparent, rgba(25,217,255,.58), transparent);
}

.ez_intro_icon{
	width:54px;
	height:54px;
	display:flex;
	align-items:center;
	justify-content:center;
	border-radius:18px;
	background:rgba(84,184,255,.12);
	font-size:26px;
}

.ez_intro_card h3,
.ez_usecase_card h3{
	margin:22px 0 0;
	color:#fff;
	font-size:22px;
	font-weight:950;
	letter-spacing:-.05em;
}

.ez_intro_card p,
.ez_usecase_card p{
	margin:12px 0 0;
	color:var(--ez-muted);
	font-size:15px;
	line-height:1.7;
	font-weight:600;
}

.ez_workflow{
	margin-top:28px;
	padding:22px;
	border:1px solid rgba(255,255,255,.10);
	border-radius:32px;
	background:rgba(255,255,255,.045);
	display:grid;
	grid-template-columns:1fr 40px 1fr 40px 1fr 40px 1fr;
	align-items:center;
	gap:0;
}

.ez_workflow_item{
	padding:20px;
	border-radius:24px;
	background:rgba(8,13,25,.48);
	min-height:154px;
}

.ez_workflow_item span{
	display:inline-flex;
	align-items:center;
	justify-content:center;
	width:36px;
	height:36px;
	border-radius:999px;
	background:rgba(25,217,255,.12);
	color:#bdeaff;
	font-size:13px;
	font-weight:950;
}

.ez_workflow_item strong{
	display:block;
	margin-top:14px;
	color:#fff;
	font-size:18px;
	font-weight:950;
}

.ez_workflow_item p{
	margin:9px 0 0;
	color:var(--ez-muted);
	font-size:14px;
	line-height:1.55;
	font-weight:600;
}

.ez_workflow_line{
	height:2px;
	background:linear-gradient(90deg, rgba(25,217,255,.18), rgba(143,124,255,.58), rgba(25,217,255,.18));
}

.ez_split{
	display:grid;
	grid-template-columns:minmax(0, 1.02fr) minmax(0, .98fr);
	align-items:center;
	gap:62px;
}

.ez_split_reverse{
	grid-template-columns:minmax(0, .98fr) minmax(0, 1.02fr);
}

.ez_split_copy{
	min-width:0;
}

.ez_image_frame{
	position:relative;
	padding:14px;
	border:1px solid rgba(255,255,255,.12);
	border-radius:34px;
	background:
		linear-gradient(180deg, rgba(255,255,255,.09), rgba(255,255,255,.035)),
		rgba(13,20,34,.72);
	box-shadow:var(--ez-shadow);
	overflow:hidden;
}

.ez_image_frame:after{
	content:"";
	position:absolute;
	inset:auto 22px 0 22px;
	height:90px;
	background:linear-gradient(0deg, rgba(25,217,255,.20), transparent);
	filter:blur(22px);
	pointer-events:none;
}

.ez_image_frame img{
	position:relative;
	z-index:2;
	width:100%;
	height:430px;
	object-fit:cover;
	object-position:center;
	border-radius:24px;
}

.ez_image_frame_blog img{
	object-position:center;
}

.ez_feature_list{
	display:grid;
	grid-template-columns:repeat(2, minmax(0, 1fr));
	gap:14px;
	margin-top:28px;
}

.ez_feature_list div{
	padding:19px;
	border:1px solid rgba(255,255,255,.10);
	border-radius:22px;
	background:rgba(255,255,255,.045);
}

.ez_feature_list i{
	display:flex;
	align-items:center;
	justify-content:center;
	width:40px;
	height:40px;
	border-radius:15px;
	background:rgba(255,255,255,.08);
	font-style:normal;
	font-size:20px;
}

.ez_feature_list strong{
	display:block;
	margin-top:13px;
	color:#fff;
	font-size:17px;
	font-weight:950;
}

.ez_feature_list span{
	display:block;
	margin-top:8px;
	color:var(--ez-muted);
	font-size:14px;
	line-height:1.58;
	font-weight:600;
}

.ez_blog_points{
	display:grid;
	gap:13px;
	margin-top:28px;
}

.ez_blog_points div{
	position:relative;
	padding:20px 20px 20px 76px;
	border:1px solid rgba(255,255,255,.10);
	border-radius:22px;
	background:rgba(255,255,255,.045);
}

.ez_blog_points span{
	position:absolute;
	left:20px;
	top:20px;
	width:40px;
	height:40px;
	display:flex;
	align-items:center;
	justify-content:center;
	border-radius:15px;
	background:rgba(143,124,255,.16);
	color:#e0d9ff;
	font-size:13px;
	font-weight:950;
}

.ez_blog_points strong{
	color:#fff;
	font-size:18px;
	font-weight:950;
}

.ez_blog_points p{
	margin:8px 0 0;
	color:var(--ez-muted);
	font-size:14px;
	line-height:1.55;
	font-weight:600;
}

.ez_usecase_grid{
	display:grid;
	grid-template-columns:repeat(4, minmax(0, 1fr));
	gap:16px;
}

.ez_usecase_card{
	padding:26px;
	overflow:hidden;
}

.ez_usecase_card div{
	width:52px;
	height:52px;
	display:flex;
	align-items:center;
	justify-content:center;
	border-radius:18px;
	background:rgba(255,255,255,.07);
	font-size:25px;
}

.ez_pricing_section{
	background:
		radial-gradient(circle at 50% 0%, rgba(25,217,255,.14), transparent 36%),
		linear-gradient(180deg, rgba(255,255,255,.02), rgba(255,255,255,.00));
}

.ez_pricing_toggle{
	width:max-content;
	max-width:100%;
	margin:0 auto 24px;
	display:flex;
	align-items:center;
	gap:8px;
	padding:8px;
	border:1px solid rgba(255,255,255,.10);
	border-radius:999px;
	background:rgba(255,255,255,.055);
}

.ez_pricing_toggle button{
	height:40px;
	padding:0 16px;
	border:0;
	border-radius:999px;
	background:transparent;
	color:rgba(255,255,255,.62);
	font-size:14px;
	font-weight:950;
	cursor:pointer;
}

.ez_pricing_toggle button.is_active{
	background:#fff;
	color:#101827;
}

.ez_pricing_toggle span{
	padding:0 12px 0 4px;
	color:var(--ez-muted-2);
	font-size:13px;
	font-weight:800;
}

.ez_price_grid{
	display:grid;
	grid-template-columns:repeat(3, minmax(0, 1fr));
	gap:18px;
	align-items:stretch;
}

.ez_price_card{
	padding:30px;
	overflow:hidden;
}

.ez_price_card_featured{
	border-color:rgba(25,217,255,.36);
	background:
		linear-gradient(180deg, rgba(25,217,255,.12), rgba(143,124,255,.08)),
		rgba(14,21,36,.86);
	transform:translateY(-12px);
}

.ez_price_ribbon{
	position:absolute;
	right:22px;
	top:22px;
	height:32px;
	display:flex;
	align-items:center;
	padding:0 12px;
	border-radius:999px;
	background:linear-gradient(135deg, var(--ez-cyan), var(--ez-purple));
	color:#fff;
	font-size:12px;
	font-weight:950;
}

.ez_price_badge{
	display:inline-flex;
	align-items:center;
	height:32px;
	padding:0 11px;
	border-radius:999px;
	background:rgba(255,255,255,.08);
	color:#bdeaff;
	font-size:12px;
	font-weight:950;
	letter-spacing:.02em;
}

.ez_price_card h3{
	margin:22px 0 0;
	color:#fff;
	font-size:28px;
	font-weight:950;
	letter-spacing:-.06em;
}

.ez_price_card > p{
	margin:10px 0 0;
	color:var(--ez-muted);
	font-size:15px;
	line-height:1.65;
	font-weight:600;
	min-height:50px;
}

.ez_price{
	margin-top:24px;
	display:flex;
	align-items:flex-end;
	gap:8px;
}

.ez_price strong{
	color:#fff;
	font-size:34px;
	line-height:1;
	font-weight:950;
	letter-spacing:-.075em;
}

.ez_price span{
	color:var(--ez-muted-2);
	font-size:13px;
	font-weight:800;
}

.ez_price_card ul{
	list-style:none;
	margin:26px 0 0;
	padding:0;
	display:grid;
	gap:12px;
}

.ez_price_card li{
	position:relative;
	padding-left:24px;
	color:var(--ez-muted);
	font-size:14px;
	line-height:1.5;
	font-weight:700;
}

.ez_price_card li:before{
	content:"";
	position:absolute;
	left:0;
	top:8px;
	width:10px;
	height:10px;
	border-radius:999px;
	background:linear-gradient(135deg, var(--ez-cyan), var(--ez-purple));
	box-shadow:0 0 0 5px rgba(25,217,255,.10);
}

.ez_price_card a{
	margin-top:28px;
	min-height:50px;
	display:flex;
	align-items:center;
	justify-content:center;
	border-radius:18px;
	background:rgba(255,255,255,.09);
	color:#fff;
	font-size:15px;
	font-weight:950;
	transition:transform .2s ease, background .2s ease;
}

.ez_price_card_featured a{
	background:linear-gradient(135deg, var(--ez-cyan), var(--ez-purple));
	box-shadow:0 16px 40px rgba(25,217,255,.22);
}

.ez_price_card a:hover{
	transform:translateY(-2px);
	background:rgba(255,255,255,.14);
}

.ez_price_card_featured a:hover{
	background:linear-gradient(135deg, var(--ez-cyan), var(--ez-purple));
}

.ez_download_box{
	display:flex;
	align-items:center;
	justify-content:space-between;
	gap:28px;
	padding:46px;
	border:1px solid rgba(255,255,255,.12);
	border-radius:34px;
	background:
		radial-gradient(circle at 14% 0%, rgba(25,217,255,.22), transparent 34%),
		radial-gradient(circle at 88% 80%, rgba(143,124,255,.22), transparent 36%),
		linear-gradient(135deg, rgba(255,255,255,.08), rgba(255,255,255,.04));
	box-shadow:var(--ez-shadow-soft);
}

.ez_download_box > div{
	max-width:720px;
}

.ez_faq_list{
	max-width:880px;
	margin:0 auto;
	display:grid;
	gap:13px;
}

.ez_faq_item{
	border:1px solid rgba(255,255,255,.10);
	border-radius:22px;
	background:rgba(255,255,255,.045);
	overflow:hidden;
}

.ez_faq_item button{
	width:100%;
	min-height:68px;
	padding:0 22px;
	display:flex;
	align-items:center;
	justify-content:space-between;
	gap:20px;
	border:0;
	background:transparent;
	color:#fff;
	text-align:left;
	cursor:pointer;
}

.ez_faq_item button span{
	font-size:17px;
	font-weight:950;
	letter-spacing:-.04em;
}

.ez_faq_item button i{
	position:relative;
	width:32px;
	height:32px;
	display:flex;
	align-items:center;
	justify-content:center;
	flex:0 0 auto;
	border-radius:999px;
	background:rgba(255,255,255,.08);
	color:#bdeaff;
	font-style:normal;
	font-size:0;
	font-weight:700;
	transition:background .22s ease;
}

.ez_faq_item button i:before,
.ez_faq_item button i:after{
	content:"";
	position:absolute;
	left:50%;
	top:50%;
	width:13px;
	height:2px;
	border-radius:999px;
	background:#bdeaff;
	transform-origin:center;
	transition:transform .22s ease, background .22s ease;
}

.ez_faq_item button i:before{
	transform:translate(-50%, -50%);
}

.ez_faq_item button i:after{
	transform:translate(-50%, -50%) rotate(90deg);
}

.ez_faq_body{
	display:grid;
	grid-template-rows:0fr;
	transition:grid-template-rows .26s ease;
}

.ez_faq_body p{
	min-height:0;
	overflow:hidden;
	margin:0;
	padding:0 22px;
	color:var(--ez-muted);
	font-size:15px;
	line-height:1.75;
	font-weight:600;
}

.ez_faq_item.is_open .ez_faq_body{
	grid-template-rows:1fr;
}

.ez_faq_item.is_open .ez_faq_body p{
	padding-bottom:22px;
}

.ez_faq_item.is_open button i{
	background:rgba(84,184,255,.16);
}

.ez_faq_item.is_open button i:before{
	transform:translate(-50%, -50%) rotate(45deg);
	background:#d8f4ff;
}

.ez_faq_item.is_open button i:after{
	transform:translate(-50%, -50%) rotate(-45deg);
	background:#d8f4ff;
}

.ez_reveal{
	opacity:0;
	transform:translateY(26px);
	transition:opacity .7s ease, transform .7s ease;
}

.ez_reveal.is_visible{
	opacity:1;
	transform:translateY(0);
}

.ez_reveal_delay_01{
	transition-delay:.08s;
}

.ez_reveal_delay_02{
	transition-delay:.16s;
}

.ez_reveal_delay_03{
	transition-delay:.24s;
}

@media (max-width:1180px){

	.ez_hero_inner{
		grid-template-columns:1fr;
		gap:52px;
	}

	.ez_hero{
		padding-top:calc(var(--ez-header-height) + 70px);
	}

	.ez_hero_copy{
		text-align:center;
	}

	.ez_hero_desc,
	.ez_hero_numbers{
		margin-left:auto;
		margin-right:auto;
	}

	.ez_hero_actions{
		justify-content:center;
	}

	.ez_hero_visual{
		max-width:780px;
		margin:0 auto;
		width:100%;
	}
}

@media (max-width:960px){

	.ez_hero{
		min-height:auto;
		padding-bottom:66px;
	}

	.ez_hero_copy h1{
		font-size:clamp(38px, 11vw, 62px);
	}

	.ez_hero_desc{
		font-size:16px;
		line-height:1.72;
	}

	.ez_hero_numbers{
		grid-template-columns:1fr;
	}

	.ez_floating_card,
	.ez_hero_orbit{
		display:none;
	}

	.ez_preview_stage{
		min-height:auto;
	}

	.ez_preview_image_wrap img{
		height:auto;
		aspect-ratio:16 / 10;
	}

	.ez_section{
		padding:78px 0;
	}

	.ez_intro_cards,
	.ez_price_grid,
	.ez_usecase_grid,
	.ez_feature_list{
		grid-template-columns:1fr;
	}

	.ez_workflow{
		grid-template-columns:1fr;
		gap:12px;
	}

	.ez_workflow_line{
		width:2px;
		height:28px;
		margin:0 auto;
		background:linear-gradient(180deg, rgba(25,217,255,.18), rgba(143,124,255,.58), rgba(25,217,255,.18));
	}

	.ez_split,
	.ez_split_reverse{
		grid-template-columns:1fr;
		gap:34px;
	}

	.ez_split_reverse .ez_split_media{
		order:-1;
	}

	.ez_image_frame img{
		height:auto;
		aspect-ratio:16 / 10;
	}

	.ez_price_card_featured{
		transform:none;
	}

	.ez_download_box{
		display:block;
		padding:30px;
	}

	.ez_download_box .ez_primary_btn{
		margin-top:26px;
		width:100%;
	}
}

@media (max-width:560px){

	.ez_hero{
		padding-top:calc(var(--ez-header-height) + 48px);
	}

	.ez_eyebrow,
	.ez_section_label{
		height:auto;
		min-height:34px;
		padding:8px 12px;
		font-size:12px;
	}

	.ez_hero_copy h1{
		margin-top:20px;
		font-size:38px;
		line-height:1.08;
	}

	.ez_hero_desc{
		font-size:15px;
	}

	.ez_hero_actions{
		display:grid;
		grid-template-columns:1fr;
	}

	.ez_primary_btn,
	.ez_secondary_btn{
		width:100%;
		min-height:54px;
	}

	.ez_preview_topbar{
		height:auto;
		min-height:58px;
		align-items:flex-start;
		flex-direction:column;
		gap:10px;
		padding:13px;
	}

	.ez_preview_tabs{
		width:100%;
		display:grid;
		grid-template-columns:1fr 1fr;
	}

	.ez_preview_tabs button{
		width:100%;
	}

	.ez_preview_stage{
		padding:10px;
	}

	.ez_preview_image_wrap{
		border-radius:18px;
	}

	.ez_section_head{
		margin-bottom:32px;
	}

	.ez_section_head h2,
	.ez_split_copy h2,
	.ez_download_box h2{
		font-size:32px;
		line-height:1.16;
	}

	.ez_section_head p,
	.ez_split_copy > p,
	.ez_download_box p{
		font-size:15px;
	}

	.ez_intro_card,
	.ez_usecase_card,
	.ez_price_card{
		padding:22px;
		border-radius:24px;
	}

	.ez_image_frame{
		padding:9px;
		border-radius:24px;
	}

	.ez_image_frame img{
		border-radius:17px;
	}

	.ez_blog_points div{
		padding:18px;
	}

	.ez_blog_points span{
		position:static;
		margin-bottom:12px;
	}

	.ez_pricing_toggle{
		width:100%;
		display:grid;
		grid-template-columns:1fr 1fr;
		border-radius:22px;
	}

	.ez_pricing_toggle span{
		grid-column:1 / 3;
		text-align:center;
		padding:4px 0 2px;
	}

	.ez_price{
		display:block;
	}

	.ez_price span{
		display:block;
		margin-top:7px;
	}

	.ez_faq_item button{
		min-height:62px;
		padding:0 17px;
	}

	.ez_faq_item button span{
		font-size:15px;
	}

	.ez_faq_body p{
		padding:0 17px;
		font-size:14px;
	}

	.ez_faq_item.is_open .ez_faq_body p{
		padding-bottom:18px;
	}
}