/*
	Theme Name: Hello Elementor Child
	Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
	Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
	Author: Elementor Team
	Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
	Version: 1.0.0
	Stable tag: 1.0.0
	Requires at least: 6.0
	Tested up to: 6.8
	Requires PHP: 7.4
	License: GNU General Public License v3 or later.
	License URI: https://www.gnu.org/licenses/gpl-3.0.html
	Text Domain: hello-elementor
	Template: hello-elementor
	Tags: accessibility-ready, flexible-header, custom-colors, custom-menu, custom-logo, featured-images, rtl-language-support, threaded-comments, translation-ready,
*/


* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

body {
	font-family: var(--font-sans);
}

.lp {
	width: 100%;
	font-size: 17px;
	color: var(--text-primary);
}

/* NAV */
.nav {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 14px 28px;
	border-bottom: 0.5px solid var(--border);
	background: var(--surface-2);
}

.nav-logo {
	font-size: 20px;
	font-weight: 500;
	color: var(--text-primary);
}

.nav-logo span {
	color: #2563eb;
}

.nav-cta {
	background: #2563eb;
	color: #fff;
	border: none;
	border-radius: var(--radius);
	padding: 7px 16px;
	font-size: 15px;
	font-weight: 500;
	cursor: pointer;
}

/* HERO */
.hero {
	background: var(--surface-1);
	padding: 52px 28px 44px;
	text-align: center;
	border-bottom: 0.5px solid var(--border);
}

.hero-badge {
	display: inline-block;
	background: #eff6ff;
	color: #1d4ed8;
	font-size: 14px;
	font-weight: 500;
	padding: 4px 12px;
	border-radius: 20px;
	margin-bottom: 18px;
	border: 0.5px solid #bfdbfe;
}

.hero h1 {
	font-size: 30px;
	font-weight: 500;
	line-height: 1.3;
	margin-bottom: 14px;
	color: var(--text-primary);
	max-width: 520px;
	margin-left: auto;
	margin-right: auto;
}

.hero h1 span {
	color: #2563eb;
}

.hero p {
	font-size: 16px;
	color: var(--text-secondary);
	line-height: 1.6;
	max-width: 460px;
	margin: 0 auto 28px;
}

.hero-form {
	display: flex;
	gap: 8px;
	max-width: 420px;
	margin: 0 auto 18px;
	flex-wrap: wrap;
	justify-content: center;
}

.hero-form input {
	flex: 1;
	min-width: 200px;
	border: 0.5px solid var(--border-strong);
	border-radius: var(--radius);
	padding: 9px 14px;
	font-size: 16px;
	background: var(--surface-2);
	color: var(--text-primary);
}

.hero-form button {
	background: #2563eb;
	color: #fff;
	border: none;
	border-radius: var(--radius);
	padding: 9px 20px;
	font-size: 15px;
	font-weight: 500;
	cursor: pointer;
	white-space: nowrap;
}

.hero-sub {
	font-size: 15px;
	color: var(--text-muted);
}

/* TRUST BAR */
.trust {
	display: flex;
	justify-content: center;
	gap: 28px;
	padding: 18px 28px;
	border-bottom: 0.5px solid var(--border);
	flex-wrap: wrap;
	background: var(--surface-2);
}

.trust-item {
	display: flex;
	align-items: center;
	gap: 6px;
	font-size: 15px;
	color: var(--text-secondary);
}

.trust-item i {
	color: #16a34a;
	font-size: 15px;
}

/* PROBLEM */
.problem {
	padding: 40px 28px;
	background: var(--surface-1);
	border-bottom: 0.5px solid var(--border);
	text-align: center;
}

.section-label {
	font-size: 15px;
	font-weight: 500;
	color: #2563eb;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	margin-bottom: 8px;
}

.section-title {
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 12px;
	color: var(--text-primary);
}

.section-sub {
	font-size: 14px;
	color: var(--text-secondary);
	max-width: 460px;
	margin: 0 auto 28px;
	line-height: 1.6;
}

.pain-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
	gap: 12px;
	max-width: 600px;
	margin: 0 auto;
}

.pain-card {
	background: var(--surface-2);
	border: 0.5px solid var(--border);
	border-radius: 12px;
	padding: 16px 14px;
	text-align: left;
}

.pain-card i {
	font-size: 20px;
	color: #dc2626;
	margin-bottom: 8px;
	display: block;
}

.pain-card p {
	font-size: 14px;
	color: var(--text-secondary);
	line-height: 1.5;
}

/* SERVICES */
.services {
	padding: 40px 28px;
	background: var(--surface-2);
	border-bottom: 0.5px solid var(--border);
}

.services-inner {
	max-width: 620px;
	margin: 0 auto;
	text-align: center;
}

.plans {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
	gap: 12px;
	margin-top: 24px;
}

.plan {
	background: var(--surface-1);
	border: 0.5px solid var(--border);
	border-radius: 12px;
	padding: 20px 16px;
	text-align: left;
	position: relative;
}

.plan.featured {
	border: 2px solid #2563eb;
}

.plan-badge {
	position: absolute;
	top: -10px;
	left: 50%;
	transform: translateX(-50%);
	background: #2563eb;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	padding: 3px 10px;
	border-radius: 20px;
	white-space: nowrap;
}

.plan-name {
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 4px;
}

.plan-price {
	font-size: 22px;
	font-weight: 500;
	color: #2563eb;
	margin-bottom: 2px;
}

.plan-price span {
	font-size: 14px;
	color: var(--text-muted);
	font-weight: 400;
}

.plan-features {
	margin-top: 14px;
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.plan-features li {
	font-size: 14px;
	color: var(--text-secondary);
	list-style: none;
	display: flex;
	align-items: flex-start;
	gap: 6px;
	line-height: 1.4;
}

.plan-features li i {
	color: #16a34a;
	font-size: 14px;
	margin-top: 1px;
	flex-shrink: 0;
}

/* HOW IT WORKS */
.how {
	padding: 40px 28px;
	background: var(--surface-1);
	border-bottom: 0.5px solid var(--border);
	text-align: center;
}

.steps {
	display: flex;
	justify-content: center;
	gap: 0;
	flex-wrap: wrap;
	margin-top: 24px;
	max-width: 560px;
	margin-left: auto;
	margin-right: auto;
}

.step {
	flex: 1;
	min-width: 120px;
	padding: 0 12px;
	position: relative;
}

.step:not(:last-child)::after {
	content: '';
	position: absolute;
	right: -1px;
	top: 20px;
	width: 0.5px;
	height: 40px;
	background: var(--border-strong);
}

.step-num {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: #eff6ff;
	border: 0.5px solid #bfdbfe;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	font-weight: 500;
	color: #2563eb;
	margin: 0 auto 10px;
}

.step-title {
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 4px;
}

.step-desc {
	font-size: 14px;
	color: var(--text-secondary);
	line-height: 1.5;
}

/* TESTIMONIALS */
.testimonials {
	padding: 40px 28px;
	background: var(--surface-2);
	border-bottom: 0.5px solid var(--border);
	text-align: center;
}

.testi-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
	gap: 12px;
	max-width: 580px;
	margin: 24px auto 0;
}

.testi-card {
	background: var(--surface-1);
	border: 0.5px solid var(--border);
	border-radius: 12px;
	padding: 16px 14px;
	text-align: left;
}

.testi-stars {
	color: #f59e0b;
	font-size: 14px;
	margin-bottom: 8px;
}

.testi-text {
	font-size: 14px;
	color: var(--text-secondary);
	line-height: 1.5;
	margin-bottom: 10px;
	font-style: italic;
}

.testi-author {
	font-size: 15px;
	font-weight: 500;
	color: var(--text-primary);
}

.testi-biz {
	font-size: 14px;
	color: var(--text-muted);
}

/* CTA SECTION */
.cta-section {
	padding: 44px 28px;
	background: #1e3a8a;
	text-align: center;
}

.cta-section h2 {
	font-size: 22px;
	font-weight: 500;
	color: #fff;
	margin-bottom: 10px;
}

.cta-section p {
	font-size: 14px;
	color: #93c5fd;
	margin-bottom: 24px;
}

.cta-btns {
	display: flex;
	gap: 10px;
	justify-content: center;
	flex-wrap: wrap;
}

.cta-btns .btn-white {
	background: #fff;
	color: #1e3a8a;
	border: none;
	border-radius: var(--radius);
	padding: 10px 22px;
	font-size: 14px;
	font-weight: 500;
	cursor: pointer;
}

.cta-btns .btn-outline {
	background: transparent;
	color: #fff;
	border: 1px solid rgba(255, 255, 255, 0.4);
	border-radius: var(--radius);
	padding: 10px 22px;
	font-size: 14px;
	font-weight: 500;
	cursor: pointer;
}

/* FAQ */
.faq {
	padding: 40px 28px;
	background: var(--surface-1);
	border-bottom: 0.5px solid var(--border);
}

.faq-inner {
	max-width: 560px;
	margin: 0 auto;
}

.faq-item {
	border-bottom: 0.5px solid var(--border);
	padding: 14px 0;
}

.faq-item:last-child {
	border-bottom: none;
}

.faq-q {
	font-size: 14px;
	font-weight: 500;
	color: var(--text-primary);
	margin-bottom: 6px;
}

.faq-a {
	font-size: 13px;
	color: var(--text-secondary);
	line-height: 1.6;
}

/* FOOTER */
.footer {
	padding: 20px 28px;
	background: var(--surface-2);
	border-top: 0.5px solid var(--border);
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px;
}

.footer-logo {
	font-size: 14px;
	font-weight: 500;
	color: var(--text-primary);
}

.footer-logo span {
	color: #2563eb;
}

.footer-links {
	display: flex;
	gap: 16px;
}

.footer-links a {
	font-size: 12px;
	color: var(--text-muted);
	text-decoration: none;
}

.footer-email {
	font-size: 12px;
	color: var(--text-secondary);
}



.hero-cf7-form,
.hero-cf7-form .wpcf7,
.hero-cf7-form .wpcf7-form {
	width: 100%;
	max-width: 100%;
}

.hero-cf7-fields {
	display: flex;
	align-items: stretch;
	width: 100%;
	max-width: 720px;
	margin: 0 auto;
	gap: 0;
}

.hero-cf7-input {
	flex: 1;
	min-width: 0;
}

.hero-cf7-input .wpcf7-form-control-wrap {
	display: block;
	width: 100%;
}

.hero-cf7-input input {
	width: 100%;
	height: 54px;
	padding: 0 22px;
	border: 1px solid #d5d9e2;
	border-radius: 7px 0 0 7px;
	font-size: 16px;
	outline: none;
	box-sizing: border-box;
}

.hero-cf7-submit {
	flex-shrink: 0;
}

.hero-cf7-submit input[type="submit"] {
	width: auto;
	height: 54px;
	padding: 0 28px;
	margin: 0;
	border: 0;
	border-radius: 0 7px 7px 0;
	background: #2864ed;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	cursor: pointer;
}

.hero-cf7-form .wpcf7-spinner {
	position: absolute;
}

.hero-cf7-form .wpcf7-response-output {
	width: 100%;
	max-width: 720px;
	margin: 15px auto 0 !important;
}

@media (max-width: 767px) {
	.hero-cf7-fields {
		flex-direction: column;
		gap: 12px;
	}

	.hero-cf7-input input,
	.hero-cf7-submit input[type="submit"] {
		width: 100%;
		border-radius: 7px;
	}
}

.elementor-7 .elementor-element.elementor-element-c6060e3 {
	--display: inherit !important;
}

/* =========================================================
   RESPONSIVE TYPOGRAPHY OVERRIDES
   Only font sizes and text line-height are adjusted here.
========================================================= */

/* Desktop */
.lp {
	font-size: 17px;
}

.nav-logo {
	font-size: 20px;
}

.nav-cta {
	font-size: 15px;
}

.hero-badge {
	font-size: 14px;
}

.hero h1 {
	font-size: 36px;
	line-height: 1.3;
}

.hero p {
	font-size: 18px;
	line-height: 1.6;
}

.hero-form input,
.hero-cf7-input input {
	font-size: 16px;
}

.hero-form button,
.hero-cf7-submit input[type="submit"] {
	font-size: 16px;
}

.hero-sub {
	font-size: 14px;
}

.trust-item,
.trust-item i {
	font-size: 15px;
}

.section-label {
	font-size: 14px;
}

.section-title {
	font-size: 28px;
	line-height: 1.3;
}

.section-sub {
	font-size: 16px;
	line-height: 1.6;
}

.pain-card i {
	font-size: 22px;
}

.pain-card p {
	font-size: 15px;
	line-height: 1.5;
}

.plan-badge {
	font-size: 13px;
}

.plan-name {
	font-size: 16px;
}

.plan-price {
	font-size: 26px;
}

.plan-price span {
	font-size: 14px;
}

.plan-features li,
.plan-features li i {
	font-size: 14px;
}

.step-num {
	font-size: 14px;
}

.step-title {
	font-size: 16px;
}

.step-desc {
	font-size: 14px;
	line-height: 1.5;
}

.testi-stars {
	font-size: 15px;
}

.testi-text {
	font-size: 15px;
	line-height: 1.5;
}

.testi-author {
	font-size: 16px;
}

.testi-biz {
	font-size: 14px;
}

.cta-section h2 {
	font-size: 28px;
	line-height: 1.3;
}

.cta-section p {
	font-size: 16px;
}

.cta-btns .btn-white,
.cta-btns .btn-outline {
	font-size: 15px;
}

.faq-q {
	font-size: 16px;
}

.faq-a {
	font-size: 14px;
	line-height: 1.6;
}

.footer-logo {
	font-size: 15px;
}

.footer-links a,
.footer-email {
	font-size: 13px;
}

/* Tablet */
@media (min-width: 768px) and (max-width: 1024px) {

	.lp {
		font-size: 16px;
	}

	.nav-logo {
		font-size: 19px;
	}

	.nav-cta {
		font-size: 14px;
	}

	.hero-badge {
		font-size: 13px;
	}

	.hero h1 {
		font-size: 32px;
		line-height: 1.28;
	}

	.hero p {
		font-size: 17px;
		line-height: 1.58;
	}

	.hero-form input,
	.hero-cf7-input input,
	.hero-form button,
	.hero-cf7-submit input[type="submit"] {
		font-size: 15px;
	}

	.hero-sub {
		font-size: 13px;
	}

	.trust-item,
	.trust-item i {
		font-size: 14px;
	}

	.section-label {
		font-size: 13px;
	}

	.section-title {
		font-size: 25px;
		line-height: 1.3;
	}

	.section-sub {
		font-size: 15px;
	}

	.pain-card p {
		font-size: 14px;
	}

	.plan-name {
		font-size: 15px;
	}

	.plan-price {
		font-size: 24px;
	}

	.plan-features li,
	.plan-features li i {
		font-size: 13px;
	}

	.step-title {
		font-size: 15px;
	}

	.step-desc {
		font-size: 13px;
	}

	.testi-text {
		font-size: 14px;
	}

	.testi-author {
		font-size: 15px;
	}

	.cta-section h2 {
		font-size: 25px;
	}

	.cta-section p {
		font-size: 15px;
	}

	.faq-q {
		font-size: 15px;
	}

	.faq-a {
		font-size: 13px;
	}
}

/* Mobile */
@media (max-width: 767px) {

	.lp {
		font-size: 15px;
	}

	.nav-logo {
		font-size: 18px;
	}

	.nav-cta {
		font-size: 13px;
	}

	.hero-badge {
		font-size: 12px;
	}

	.hero h1 {
		font-size: 28px;
		line-height: 1.25;
	}

	.hero p {
		font-size: 16px;
		line-height: 1.55;
	}

	.hero-form input,
	.hero-cf7-input input {
		font-size: 16px;
	}

	.hero-form button,
	.hero-cf7-submit input[type="submit"] {
		font-size: 15px;
	}

	.hero-sub {
		font-size: 12px;
	}

	.trust-item,
	.trust-item i {
		font-size: 13px;
	}

	.section-label {
		font-size: 12px;
	}

	.section-title {
		font-size: 23px;
		line-height: 1.3;
	}

	.section-sub {
		font-size: 14px;
	}

	.pain-card i {
		font-size: 20px;
	}

	.pain-card p {
		font-size: 14px;
	}

	.plan-badge {
		font-size: 12px;
	}

	.plan-name {
		font-size: 15px;
	}

	.plan-price {
		font-size: 23px;
	}

	.plan-price span {
		font-size: 13px;
	}

	.plan-features li,
	.plan-features li i {
		font-size: 13px;
	}

	.step-num {
		font-size: 13px;
	}

	.step-title {
		font-size: 15px;
	}

	.step-desc {
		font-size: 13px;
	}

	.testi-stars {
		font-size: 14px;
	}

	.testi-text {
		font-size: 14px;
	}

	.testi-author {
		font-size: 15px;
	}

	.testi-biz {
		font-size: 13px;
	}

	.cta-section h2 {
		font-size: 23px;
		line-height: 1.3;
	}

	.cta-section p {
		font-size: 14px;
	}

	.cta-btns .btn-white,
	.cta-btns .btn-outline {
		font-size: 14px;
	}

	.faq-q {
		font-size: 15px;
	}

	.faq-a {
		font-size: 13px;
	}

	.footer-logo {
		font-size: 14px;
	}

	.footer-links a,
	.footer-email {
		font-size: 12px;
	}
}