@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;400;500;700&display=swap);

:root {
	--system-primary: #069;
	--system-primary-light: #6cf;
	--system-primary-dark: #036;
	--system-secondary: #09c;
	--system-accent: #6cf;
	--system-background: #f8fafc;
	--system-text-dark: #1e293b;
	--system-text-light: #94a3b8;
	--system-gradient: linear-gradient(135deg, var(--system-primary-dark), var(--system-primary));
	--system-shadow: 0 10px 15px -3px #0066991a, 0 4px 6px -2px #0066990d;
	--background-light: #f8fafc;
	--primary-color: #069;
	--primary-dark: #036;
	--primary-light: #6cf;
	--about-gradient: linear-gradient(135deg, #036, #069);
	--secondary-color: #09c;
	--secondary-light: #3cf;
	--secondary-dark: #007399;
	--accent-color: #6cf;
	--accent-light: #99e6ff;
	--accent-dark: #0086b3;
	--text-dark: #1e293b;
	--text-medium: #475569;
	--text-light: #94a3b8;
	--background-medium: #f1f5f9;
	--background-dark: #0f172a;
	--white: #fff;
	--black: #000;
	--gray-100: #f3f4f6;
	--gray-200: #e5e7eb;
	--gray-300: #d1d5db;
	--gray-400: #9ca3af;
	--gray-500: #6b7280;
	--gray-600: #4b5563;
	--gray-700: #374151;
	--gray-800: #1f2937;
	--gray-900: #111827;
	--border-radius: 0.5rem;
	--card-shadow: 0 10px 15px -3px #0066991a, 0 4px 6px -2px #0066990d;
	--hover-shadow: 0 20px 25px -5px #0066991a, 0 10px 10px -5px #0066990a;
	--transition: all 0.3s ease;
	--sem-color: #4682b4;
	--sem-light: #6ca0d4;
	--sem-dark: #369;
	--gray-100: #f1f5f9;
	--gray-200: #e2e8f0;
	--gray-300: #cbd5e1;
	--success: #10b981;
	--warning: #f59e0b;
	--danger: #ef4444;
	--card-shadow: 0 10px 15px -3px #0000001a, 0 4px 6px -2px #0000000d;
	--hover-shadow: 0 20px 25px -5px #0000001a, 0 10px 10px -5px #0000000a;
	--border-radius: 8px;
	--border-radius-lg: 12px;
	--border-radius-sm: 4px;
}


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

body {
	margin: 0;
	padding: 0;
	font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
	font-family: Noto Sans TC, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
	font-family: PingFang TC, Noto Sans TC, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
	font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Microsoft JhengHei, PingFang TC, Helvetica Neue, Arial, sans-serif;
	background-color: #f7fafc;
	background-color: #f8fafc;
	background-color: var(--background-light);
	color: #2d3748;
	color: #1e293b;
	color: var(--text-dark);
	color: #333;
	font-weight: 400;
	line-height: 1.6;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}


#root,
body {
	background-color: #fff
}

#root {
	color: #333
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
	color: #036;
	color: var(--primary-dark);
}

input,
select,
textarea {
	border: 1px solid #d1d5db;
	border: 1px solid var(--gray-300);
	border-radius: .5rem;
	border-radius: var(--border-radius);
	box-sizing: border-box;
	margin-bottom: 1rem;
	padding: .75rem;
	transition: all .3s ease;
	transition: var(--transition);
	width: 100%;
}

/* system */
.systems-container {
	background-color: #f5f9fd;
	margin: 0;
	max-width: 100%;
	overflow-x: hidden;
	padding: 0;
	position: relative;
}

.systems-title {
	max-width: 1200px;
	margin: 80px auto 50px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
}

.systems-title h1 {
	color: #333;
	font-size: 32px;
	font-weight: 700;
	margin-bottom: 15px;
}

@media (min-width: 1024px) and (max-width: 1279px) {
	.systems-title h1 {
		font-size: 40px;
	}
}

.systems-title p {
	color: #666;
	font-size: 18px;
	margin: 0 auto;
	max-width: 700px;
}

@media (min-width: 1024px) and (max-width: 1279px) {
	.systems-title h1 {
		font-size: 40px;
	}
}

.systems-grid {
	grid-gap: 30px;
	display: grid;
	gap: 30px;
	grid-template-columns: 1fr;
	margin-left: auto;
	margin-right: auto;
	max-width: 1200px;
	padding-left: 20px;
	padding-right: 20px;
}

.system-card {
	overflow: hidden;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 30px;
	background-color: #fff;
	border: 1px solid #eaeaea;
	border-radius: 10px;
	box-shadow: 0 5px 15px #0000000d;
	text-align: center;
	transition: all .3s ease;
}

.system-card:before {
	background: linear-gradient(90deg, #036, #069);
	content: "";
	height: 5px;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	transition: opacity .3s ease;
	width: 100%;
}

.system-card:hover:before,
.system-card:hover:after {
	opacity: 1;
}

.system-card:hover {
	border-color: #ddd;
	box-shadow: 0 15px 30px #0000001a;
	transform: translateY(-10px);
}

.system-card:after {
	background: radial-gradient(circle, #0066991a 0, #fff0 70%);
	content: "";
	height: 200%;
	left: -50%;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	top: -50%;
	transform: translate(-50%, -50%);
	transition: opacity .6s ease;
	width: 200%;
	z-index: -1;
}

.system-card:hover .system-title {
	color: #069;
}

.system-icon {
	align-items: center;
	background-color: #f5f5f5;
	border-radius: 50%;
	display: flex;
	height: 80px;
	justify-content: center;
	margin-bottom: 20px;
	transition: all .3s ease;
	width: 80px;
}

.system-icon svg {
	color: #333;
	height: 40px;
	transition: all .3s ease;
	width: 40px;
}

.system-title {
	color: #333;
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 15px;
	transition: color .3s ease;
}

.system-description {
	color: #666;
	font-size: 16px;
	line-height: 1.5;
}

.system-features {
	list-style: none;
	margin-top: 15px;
	text-align: left;
	width: 100%;
}

.system-features li {
	color: #666;
	font-size: 14px;
	margin-bottom: 8px;
	padding-left: 25px;
	position: relative;
}

.system-features li:before {
	color: #069;
	content: "✓";
	font-weight: 700;
	left: 0;
	position: absolute;
}

@media (min-width: 1280px) {
	.systems-grid {
		grid-template-columns: repeat(4, 1fr);
	}
}

@media (min-width: 1024px) and (max-width: 1279px) {
	.systems-grid {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (min-width: 640px) and (max-width: 1023px) {
	.systems-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

.pricing-section {
	background-color: #fff;
	background-color: var(--white);
	padding-bottom: 80px;
	position: relative;
}

.systems-container .pricing-section {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
	padding: 70px 20px;
	background-color: var(--system-background);
}

.systems-container .pricing-header {
	margin-bottom: 50px;
	text-align: center;
}

.systems-container .pricing-header h2 {
	color: #036;
	color: var(--system-primary-dark);
	display: inline-block;
	font-size: 2.4rem;
	margin-bottom: 16px;
	position: relative;
}

.systems-container .pricing-header h2:after {
	background: linear-gradient(90deg, #069, #09c);
	background: linear-gradient(to right, var(--system-primary), var(--system-secondary));
	border-radius: 2px;
	bottom: -8px;
	content: "";
	height: 3px;
	left: 0;
	position: absolute;
	width: 100%;
}

.systems-container .pricing-header p {
	color: #1e293b;
	color: var(--system-text-dark);
	font-size: 1.1rem;
	line-height: 1.6;
	margin: 0 auto 30px;
	max-width: 700px;
}

.pricing-tabs {
	border-bottom: 2px solid #edf2f7;
	border-bottom: 2px solid var(--background-medium);
	display: flex;
	justify-content: center;
	margin-bottom: 30px;
}

.systems-container .pricing-tabs {
	display: flex;
	gap: 20px;
	justify-content: center;
	margin-bottom: 50px;
	margin-top: 40px;
}

.tab-button {
	background: none;
	border: none;
	border-bottom: 3px solid #e0e0e0;
	color: #666;
	cursor: pointer;
	font-size: 16px;
	font-weight: 600;
	margin: 0 10px;
	padding: 12px 24px;
	transition: all .3s;
}

.systems-container .tab-button {
	background: #0000;
	border: 2px solid #069;
	border: 2px solid var(--system-primary);
	border-radius: 30px;
	box-shadow: 0 4px 8px #0066991a;
	color: #069;
	color: var(--system-primary);
	cursor: pointer;
	font-size: 16px;
	font-weight: 600;
	padding: 14px 28px;
	transition: all .3s ease;
}

.show_integrated .tab_integrated,
.show_industry .tab_industry {
	border-bottom: 3px solid #4a6cf7;
	color: #4a6cf7;
}

.systems-container .tab-button.active {
	background: linear-gradient(135deg, #036, #069);
	background: var(--system-gradient);
	border-color: #0000;
	box-shadow: 0 8px 15px #0693;
	color: #fff;
}

.tab-button.active {
	border-bottom: 3px solid #4a6cf7;
	color: #4a6cf7;
}

.tab-button:hover {
	color: #4a6cf7;
}

.systems-container .tab-button:hover {
	background: #0066991a;
	box-shadow: 0 6px 12px #00669926;
	transform: translateY(-3px);
}

.systems-container .tab-button.active {
	background: linear-gradient(135deg, #036, #069);
	background: var(--system-gradient);
	border-color: #0000;
	box-shadow: 0 8px 15px #0693;
	color: #fff;
}

.systems-container .pricing-plans {
	grid-gap: 30px;
	display: grid;
	gap: 30px;
	grid-template-columns: 1fr;
	margin-bottom: 50px;
}

@media (min-width: 768px) {
	.systems-container .pricing-plans {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (min-width: 1024px) {
	.systems-container .pricing-plans {
		grid-template-columns: repeat(3, 1fr);
	}
}

.systems-container .pricing-plan {
	background-color: #fff;
	border: 1px solid #eee;
	border-radius: 15px;
	box-shadow: 0 5px 15px #0000000d;
	padding: 40px 30px;
	position: relative;
	transition: all .3s ease;
}

.systems-container .pricing-plan:hover {
	box-shadow: 0 15px 35px #0066991a;
	transform: translateY(-10px);
}

.systems-container .pricing-plan.featured {
	border-color: #069;
	box-shadow: 0 10px 30px #0066991a;
	transform: scale(1.05);
}

.systems-container .pricing-plan.featured:hover {
	box-shadow: 0 15px 35px #00669926;
	transform: scale(1.07);
}

.systems-container .plan-tag {
	background: linear-gradient(135deg, #036, #069);
	color: #fff;
	font-size: .75rem;
	font-weight: 500;
	padding: 5px 40px;
	position: absolute;
	right: -35px;
	top: 15px;
	transform: rotate(45deg);
	z-index: 1;
}

.systems-container .plan-header {
	border-bottom: 1px solid #eee;
	margin-bottom: 30px;
	padding-bottom: 30px;
	text-align: center;
}

.systems-container .plan-header h3 {
	color: #333;
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 15px;
}

.systems-container .plan-billing {
	color: #888;
	font-size: 14px;
	margin-bottom: 20px;
}

.systems-container .plan-header p {
	color: #666;
	font-size: 15px;
	line-height: 1.5;
}

.systems-container .plan-features {
	list-style: none;
	margin-bottom: 30px;
}

.systems-container .plan-features li {
	align-items: center;
	color: #555;
	display: flex;
	font-size: 15px;
	gap: 12px;
	padding: 10px 0;
}

.systems-container .check-icon {
	color: #069;
	margin-right: 10px;
}

.systems-container .plan-cta {
	background: linear-gradient(135deg, #036, #069);
	border: none;
	border-radius: 30px;
	box-shadow: 0 4px 6px #0693;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: .9rem;
	font-weight: 600;
	margin-top: 20px;
	padding: 12px 25px;
	text-align: center;
	text-decoration: none;
	transition: all .3s ease;
}

.systems-container .plan-cta:hover {
	box-shadow: 0 10px 20px #00669940;
	transform: translateY(-3px);
}

.systems-container .custom-solution {
	background-color: #fff;
	border-radius: 15px;
	box-shadow: 0 5px 15px #0000000d;
	margin-top: 20px;
	padding: 40px;
	text-align: center;
}

.systems-container .custom-solution h3 {
	color: #333;
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 15px;
}

.systems-container .custom-solution p {
	color: #666;
	font-size: 16px;
	line-height: 1.6;
	margin: 0 auto 25px;
	max-width: 800px;
}

.contact-button {
	border: none;
	border-radius: 30px;
	cursor: pointer;
	font-size: 1rem;
	font-weight: 600;
	letter-spacing: 1px;
	padding: 14px 32px;
	text-transform: uppercase;
	transition: all .3s ease;
	transition: var(--transition);
}

.systems-container .contact-button {
	background: linear-gradient(135deg, #036, #069);
	border: none;
	border-radius: 30px;
	box-shadow: 0 4px 6px #0693;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 1rem;
	font-weight: 600;
	margin-top: 20px;
	padding: 14px 30px;
	text-align: center;
	text-decoration: none;
	transition: all .3s ease;
}

.systems-container .contact-button:hover {
	box-shadow: 0 10px 20px #00669940;
	transform: translateY(-3px);
}

@media (max-width: 767px) {
	.systems-container .pricing-plan {
		padding: 30px 20px;
	}
}

@media (max-width: 576px) {

	.contact-button,
	.cta-button {
		width: 100%;
	}
}

.industry-solution {
	background: #fff;
	border: 1px solid #eaeaea;
	border-radius: 18px;
	box-shadow: 0 15px 30px #0000000d;
	margin-bottom: 50px;
	overflow: hidden;
	padding: 40px;
	position: relative;
	transition: all .3s ease;
}

.industry-solution:hover {
	box-shadow: 0 20px 40px #0000001a;
	transform: translateY(-8px);
}

.industry-solution:before {
	background: linear-gradient(135deg, #036, #069);
	background: var(--system-gradient);
	content: "";
	height: 5px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.industry-solution h2 {
	color: #2b5783;
	font-size: 28px;
	font-weight: 700;
	margin-bottom: 15px;
}

.industry-solution p {
	color: #666;
	font-size: 16px;
	margin-bottom: 25px;
}

.solution-description {
	color: #666;
	line-height: 1.6;
	margin-bottom: 30px;
}


.solution-systems {
	grid-gap: 30px;
	display: grid;
	gap: 30px;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	margin-bottom: 30px;
}

.system-item {
	background: #2b5783;
	border-radius: 15px;
	box-shadow: 0 10px 20px #2b578326;
	color: #fff;
	overflow: hidden;
	padding: 30px;
	position: relative;
	text-align: center;
	transition: all .4s ease;
}

.system-item:hover {
	box-shadow: 0 15px 30px #2b578340;
	transform: translateY(-5px);
}

.system-icon {
	align-items: center;
	background-color: #f5f5f5;
	border-radius: 50%;
	display: flex;
	height: 80px;
	justify-content: center;
	margin-bottom: 20px;
	transition: all .3s ease;
	width: 80px;
}

.system-item:hover .system-icon {
	background: #ffffff26;
	transform: scale(1.1);
}

.system-item .system-icon {
	align-items: center;
	background: #ffffff1a;
	border-radius: 50%;
	display: flex;
	height: 90px;
	justify-content: center;
	margin: 0 auto 25px;
	position: relative;
	transition: all .3s ease;
	width: 90px;
}

.system-icon svg {
	color: #333;
	height: 40px;
	transition: all .3s ease;
	width: 40px;
}

.system-item .system-icon svg {
	color: #fff;
	height: 45px;
	transition: all .3s ease;
	width: 45px;
}

.system-item h4 {
	color: #fff;
	font-size: 22px;
	font-weight: 600;
	margin: 15px 0 12px;
}

.industry-solution p {
	color: #666;
	font-size: 16px;
	margin-bottom: 25px;
}

.system-item p {
	color: #ffffffe6;
	font-size: 16px;
	margin-bottom: 20px;
}

.system-item ul {
	list-style: none;
	margin-top: 15px;
	padding: 0;
	text-align: left;
}

.system-item ul li {
	color: #ffffffe6;
	font-size: 15px;
	margin-bottom: 10px;
	padding-left: 25px;
	position: relative;
}

.system-item ul li:before {
	color: #fff;
	content: "✓";
	font-weight: 700;
	left: 0;
	position: absolute;
}

.solution-cta {
	background: linear-gradient(135deg, #036, #069);
	background: var(--system-gradient);
	border: none;
	border-radius: 30px;
	box-shadow: 0 8px 15px #0693;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	margin-right: 20px;
	margin-top: 15px;
	padding: 14px 32px;
	transition: all .3s ease;
}

.more-solutions {
	color: #069;
	color: var(--system-primary);
	font-size: 16px;
	font-weight: 500;
	text-decoration: none;
	transition: all .3s ease;
}

.solution-cta:hover {
	box-shadow: 0 12px 25px #0066994d;
	transform: translateY(-5px);
}

.more-solutions:hover {
	color: #036;
	color: var(--system-primary-dark);
}

.footer {
	background: linear-gradient(135deg, #036, #069);
	color: #fff;
	margin-top: auto;
	padding: 2rem 0;
}

.copyright {
	color: #fffc;
	font-size: .9rem;
	text-align: center;
}

.quotation-button {
	align-items: center;
	background-color: #007bff;
	border: none;
	border-radius: 20px;
	bottom: 100px;
	box-shadow: 0 4px 10px #007bff66;
	color: #fff;
	cursor: pointer;
	display: flex;
	font-size: 14px;
	font-weight: 600;
	height: 40px;
	justify-content: center;
	padding: 0 16px;
	position: fixed;
	right: 20px;
	text-align: center;
	transition: all .3s ease;
	width: auto;
	z-index: 998;
}

.quotation-button:hover {
	background-color: #0056b3;
	box-shadow: 0 0 15px #007bff80;
	transform: translateX(-3px);
}


/* contact */

.contact-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 60px;
	width: 90%;
	max-width: 1400px;
	margin: 0 auto;
	padding: 60px 30px;
	background-color: #fff;
	box-sizing: border-box;
}

.form-card {
	background: #fff;
	border-radius: 15px;
	box-shadow: 0 15px 40px #0000001a;
	box-sizing: border-box;
	margin-bottom: 30px;
	max-width: 900px;
	padding: 50px;
	width: 100%;
}

.contact-form-wrapper {
	background: #fff;
	border-radius: 12px;
	box-shadow: 0 8px 30px #00000014;
	box-sizing: border-box;
	margin: 0 auto;
	max-width: 900px;
	padding: 40px;
}

.form-header {
	margin-bottom: 40px;
	text-align: center;
}

.form-header h1 {
	color: #333;
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 10px;
	padding-bottom: 15px;
	position: relative;
}

.form-header h1:after {
	background: #069;
	bottom: 0;
	content: "";
	height: 3px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 60px;
}

.form-subtitle {
	color: #666;
	font-size: 16px;
	margin-top: 10px;
}

.form-section {
	box-sizing: border-box;
	margin-bottom: 24px;
	width: 100%;
}

.section-label {
	color: #333;
	display: block;
	font-size: 15px;
	font-weight: 500;
	margin-bottom: 10px;
}

.required {
	color: #e74c3c;
	font-size: .75em;
	margin-left: 2px;
	vertical-align: top;
}

.title-options {
	display: flex;
	gap: 16px;
	margin-bottom: 20px;
}

.title-option {
	align-items: center;
	background: #f8fafc;
	border: 1px solid #e2e8f0;
	border-radius: 8px;
	cursor: pointer;
	display: flex;
	flex: 1 1;
	justify-content: center;
	padding: 10px 20px;
	position: relative;
	transition: all .3s;
}

.title-option.selected {
	background-color: #069;
	border-color: #069;
}

.title-option input {
	opacity: 0;
	position: absolute;
}

.title-option span {
	color: #333;
	font-size: 15px;
	transition: all .3s;
}

.title-option.selected span {
	color: #fff;
}

.form-row {
	grid-gap: 20px;
	box-sizing: border-box;
	display: grid;
	gap: 20px;
	grid-template-columns: 1fr 1fr;
	margin-bottom: 20px;
	width: 100%;
}

.form-group {
	position: relative;
	width: 100%;
	margin-bottom: 1.5rem;
}

.form-input {
	background: #f8fafc;
	border: 1px solid #e2e8f0;
	border-radius: 8px;
	box-sizing: border-box;
	color: #333;
	font-size: 15px;
	padding: 12px 16px;
	transition: all .3s;
	width: 100%;
}

.phone-group {
	display: flex;
	gap: 8px;
	width: 100%;
}

.country-code {
	background: #f8fafc;
	border: 1px solid #e2e8f0;
	border-radius: 8px;
	color: #333;
	font-size: 15px;
	padding: 12px 16px;
	transition: all .3s;
	width: 100px;
}

.phone-input {
	flex: 1 1;
}

.service-option,
.services-row {
	box-sizing: border-box;
	display: flex;
}

.services-row {
	flex-wrap: wrap;
	gap: 16px;
	margin-bottom: 16px;
	width: 100%;
}

.service-option {
	align-items: center;
	background: #f8fafc;
	border: 1px solid #e2e8f0;
	border-radius: 8px;
	cursor: pointer;
	flex: 1 1;
	height: auto;
	min-height: 48px;
	min-width: calc(25% - 12px);
	padding: 12px 16px;
	transition: all .3s;
}

@media (max-width: 768px) {
	.service-option {
		padding: 10px 14px;
	}
}

@media (max-width: 768px) {

	.service-empty,
	.service-option {
		min-width: calc(50% - 8px);
	}
}

@media (max-width: 768px) {
	.service-option {
		min-height: 44px;
	}
}

@media (max-width: 480px) {
	.service-option {
		min-width: 100%;
		padding: 10px;
	}
}

@media (max-width: 480px) {
	.service-option {
		min-height: 40px;
	}
}

.service-option span {
	color: #333;
	font-size: 15px;
	line-height: 1.2;
	overflow: visible;
	text-overflow: clip;
	white-space: normal;
	word-break: break-word;
}

@media (max-width: 768px) {
	.service-option span {
		font-size: 14px;
	}
}

@media (max-width: 480px) {
	.service-option span {
		font-size: 13px;
	}
}

.service-option.selected {
	background: #069;
	border-color: #069;
}

.service-option.selected span {
	color: #fff;
}

.service-option input {
	flex-shrink: 0;
	height: 16px;
	margin-right: 12px;
	width: 16px;
}

.form-select {
	appearance: none;
	background: #f8fafc url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" fill="%2364748b"><path d="M0 0h10l-5 10z"/></svg>') no-repeat right 16px center;
	border: 1px solid #e2e8f0;
	border-radius: 8px;
	box-sizing: border-box;
	color: #333;
	cursor: pointer;
	font-size: 15px;
	padding: 12px 16px;
	transition: all .3s;
	width: 100%;
}

.form-textarea {
	background: #f8fafc;
	border: 1px solid #e2e8f0;
	border-radius: 8px;
	box-sizing: border-box;
	color: #333;
	font-family: inherit;
	font-size: 15px;
	min-height: 120px;
	padding: 12px 16px;
	resize: vertical;
	transition: all .3s;
	width: 100%;
}

.submit-button {
	background: linear-gradient(135deg, #036, #069);
	border: none;
	border-radius: 8px;
	box-sizing: border-box;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-weight: 500;
	margin-top: 20px;
	padding: 14px 28px;
	transition: all .3s ease;
	width: 100%;
}

.company-info-section {
	background: #fff;
	border-radius: 15px;
	box-shadow: 0 15px 40px #0000001a;
	box-sizing: border-box;
	max-width: 900px;
	padding: 50px;
	width: 100%;
}

.company-info-header.text-center {
	margin-bottom: 40px;
	text-align: center;
}

.company-info-header h3 {
	color: #20458c;
	font-size: 28px;
	font-weight: 600;
}

.company-cards {
	margin-bottom: 40px;
}

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

.company-card h4 {
	color: #333;
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 25px;
}

.company-card p {
	align-items: center;
	color: #666;
	display: flex;
	font-size: 18px;
	gap: 12px;
	justify-content: center;
	margin: 15px 0;
}

.company-card p i {
	color: #20458c;
	font-size: 20px;
}

.email-link {
	color: inherit;
	cursor: pointer;
	padding-bottom: 2px;
	position: relative;
	text-decoration: none;
	transition: all .3s ease;
}

@media (max-width: 768px) {
	.contact-container {
		gap: 40px;
		padding: 40px 20px;
	}

	.company-info-section,
	.form-card {
		padding: 30px;
	}

	.contact-container {
		gap: 40px;
		padding: 40px 20px;
	}

	.contact-form-wrapper {
		padding: 30px 20px;
	}

	.form-header h1 {
		font-size: 20px;
	}

	.form-subtitle {
		font-size: 14px;
	}

	.title-options {
		gap: 8px;
	}

	.form-row {
		gap: 16px;
		grid-template-columns: 1fr;
	}

	.service-empty,
	.service-option {
		min-width: calc(50% - 8px);
	}

	.service-option {
		min-height: 44px;
	}

	.service-option span {
		font-size: 14px;
	}
}

@media (max-width: 480px) {
	.contact-container {
		gap: 30px;
		padding: 30px 15px;
	}

	.company-info-section,
	.form-card {
		padding: 20px;
	}

	.contact-container {
		gap: 30px;
		padding: 30px 15px;
	}

	.contact-form-wrapper {
		padding: 20px 15px;
	}

	.form-header h1 {
		font-size: 18px;
	}

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

	.service-option {
		min-height: 40px;
		min-width: 100%;
		padding: 10px;
	}
}

/* index */

.slider-container {
	background-color: #000;
	height: 100vh;
	overflow: hidden;
	position: relative;
}

.slide.active {
	pointer-events: auto;
	visibility: visible;
	z-index: 1;
}

.slide.active .slide-bg {
	transform: scale(1);
}

.slide-bg {
	background-position: 50%;
	background-size: cover;
	filter: brightness(.7);
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	transform: scale(1.1);
	transition: transform 1.5s ease-in-out;
	width: 100%;
	filter: brightness(.5) contrast(1.1) !important;
	opacity: 1;
}

.slide:first-child .slide-bg,
.slide:nth-child(2) .slide-bg,
.slide:nth-child(3) .slide-bg,
.slide:nth-child(4) .slide-bg {
	filter: brightness(.7) contrast(1.1) !important;
}

.slide {
	position: absolute;
	left: 0;
	opacity: 0;
	top: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	pointer-events: none;
	visibility: hidden;
	transition: opacity 2s ease-in-out;
	transition: background-color .8s ease-in-out;
}


.slide.active {
	opacity: 1;
}

.slide-overlay {
	background: linear-gradient(180deg, #0009, #000c) !important;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}

.slide:first-child .slide-overlay,
.slide:nth-child(2) .slide-overlay,
.slide:nth-child(3) .slide-overlay,
.slide:nth-child(4) .slide-overlay {
	background: linear-gradient(180deg, #00000080, #000000b3) !important;
}

.slide-content {
	z-index: 2;
	position: absolute;
	top: 50%;
	left: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width: 100%;
	max-width: 800px;
	padding: 0 20px;
	color: #fff;
	transform: translate(-50%, -50%);
	padding: 0 2rem;
	text-align: center;
	transition: all 1.5s ease-in-out;
	opacity: 0;
}

.slide.active .slide-content {
	opacity: 1;
	transform: translate(-50%, -50%);
	transition-delay: 0.5s;
}

.slide-content h1,
.slide-content h2,
.slide-content .slide-description,
.slide-content p,
.slide-content div,
.slide-content span {
	color: #ffffff !important;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.slide-content h1 {
	font-size: 52px !important;
	font-weight: 800 !important;
	margin-bottom: 15px;
	color: #ffffff !important;
	opacity: 0;
	transform: translateY(30px);
	transition: all 1s cubic-bezier(0.4, 0, 0.2, 1);
}

.slide-content h2 {
	font-size: 32px !important;
	font-weight: 600 !important;
	margin-bottom: 15px;
	color: #ffffff !important;
	opacity: 0;
	transform: translateY(25px);
	transition: all 1s cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
}

.slide-description {
	max-width: 600px;
	margin-bottom: 40px;
	color: #fff !important;
	font-size: 18px;
	opacity: 0;
	transform: translateY(20px);
	transition: all 1s cubic-bezier(.4, 0, .2, 1) .3s;
	text-align: center;
}


/* 確保活動幻燈片中的內容元素顯示 */
.slide.active .slide-content h1,
.slide.active .slide-content h2,
.slide.active .slide-description,
.slide.active .slide-price,
.slide.active .slide-content p,
.slide.active .slide-content div,
.slide.active .slide-content span {
	opacity: 1;
	transform: translateY(0);
	color: white !important;
}

/* 移除任何可能的漸變或透明度 */
.slide-content *,
.slide.active .slide-content * {
	background: none !important;
	-webkit-background-clip: unset !important;
	-webkit-text-fill-color: #ffffff !important;
}

.buttons {
	display: flex;
	gap: 30px;
	justify-content: center;
	margin-top: 40px;
	opacity: 0;
	position: relative;
	transform: translateY(15px);
	transition: all 1s cubic-bezier(.4, 0, .2, 1) .4s;
	z-index: 10;
}

.btn-primary,
.btn-secondary {
	position: relative;
	border-radius: 30px;
	cursor: pointer;
	font-size: 1.1rem;
	font-weight: 500;
	min-width: 160px;
	opacity: 0;
	overflow: hidden;
	padding: 1rem 2rem;
	text-align: center;
	transform: translateY(30px);
	transition: all .3s ease-out;
	z-index: 10;
}


.btn-primary {
	-webkit-text-fill-color: #fff !important;
	align-items: center;
	background: linear-gradient(45deg, #4f46e5, #0ea5e9);
	border: none;
	border-radius: 50px;
	box-shadow: 0 6px 20px #4f46e566, 0 2px 4px #4f46e54d, inset 0 2px 2px #fff3;
	color: #fff !important;
	cursor: pointer;
	display: inline-flex;
	font-size: 18px;
	font-weight: 700;
	justify-content: center;
	letter-spacing: 1.5px;
	overflow: hidden;
	padding: 18px 36px;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
	transition: all .4s ease;
}

.slide.active .buttons .btn-primary,
.slide.active .buttons .btn-secondary {
	opacity: 1;
	transform: translateY(0);
	transition-delay: 0s;
}

.btn-primary:hover {
	background: #ffffff1a;
	border-color: #fff;
	box-shadow: 0 4px 12px #fff3;
	transform: translateY(-2px);
}

.btn-primary:hover {
	animation-play-state: paused;
	background: linear-gradient(45deg, #3730a3, #0987a0);
	box-shadow: 0 8px 25px #4f46e580, 0 3px 6px #4f46e566, inset 0 2px 2px #fff3;
	letter-spacing: 2px;
	transform: translateY(-3px) scale(1.05);
}

.btn-primary:hover:before {
	left: 100%;
}

.btn-primary:before {
	background: linear-gradient(120deg, #0000, #ffffff4d, #0000);
	content: "";
	height: 100%;
	left: -100%;
	position: absolute;
	top: 0;
	transition: .5s;
	width: 100%;
}

.btn-secondary {
	background: rgba(255, 255, 255, 0.15);
	color: #ffffff !important;
	padding: 18px 36px;
	border: 2px solid rgba(255, 255, 255, 0.9);
	border-radius: 50px;
	font-size: 18px;
	font-weight: 700;
	cursor: pointer;
	transition: all 0.4s ease;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	text-decoration: none;
	letter-spacing: 1.5px;
	-webkit-text-fill-color: #ffffff !important;
	text-shadow: none !important;
	text-transform: uppercase;
}

.btn-secondary:hover {
	background: #6088ff;
	box-shadow: 0 6px 16px #6088ff66;
	color: #fff;
	transform: translateY(-2px);
}

.btn-secondary:hover {
	background-color: #0066991a;
}

.btn-secondary:hover {
	background: rgba(255, 255, 255, 0.25);
	transform: translateY(-3px) scale(1.05);
	box-shadow: 0 6px 20px rgba(255, 255, 255, 0.3);
	border-color: #ffffff;
	letter-spacing: 2px;
	animation-play-state: paused;
}


.slider-nav-buttons {
	display: flex;
	justify-content: space-between;
	padding: 0 30px;
	pointer-events: none;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	z-index: 999;
}

.slider-next-btn,
.slider-prev-btn {
	background: #fff3;
	border: none;
	position: relative;
	transition: all .3s;
}

.slider-next-btn,
.slider-prev-btn {
	align-items: center;
	background: #0009;
	border: 2px solid #ffffffb3;
	border-radius: 50%;
	color: #fff;
	cursor: pointer;
	display: flex;
	font-size: 24px;
	height: 50px;
	justify-content: center;
	opacity: .8;
	pointer-events: auto;
	transition: all .3s ease;
	width: 50px;
}

.slider-prev-btn {
	margin-left: 20px;
	margin-right: auto;
}

.slider-next-btn:before,
.slider-prev-btn:before {
	border-right: 2px solid #fff;
	border-top: 2px solid #fff;
	content: "";
	height: 10px;
	position: absolute;
	width: 10px;
}

.slider-prev-btn:before {
	margin-left: 4px;
	transform: rotate(-135deg);
}

.slider-next-btn:before,
.slider-prev-btn:before {
	border-color: #fff;
}

.slider-next-btn:before {
	margin-left: -4px;
	transform: rotate(45deg);
}


.slider-next-btn:hover,
.slider-prev-btn:hover {
	background: #000c;
	border-color: #ffffffe6;
	opacity: 1;
	transform: scale(1.1);
}

.slider-navigation {
	bottom: 2rem;
	gap: .75rem;
	z-index: 10;
}

.slider-navigation {
	bottom: 40px;
	display: flex;
	gap: 12px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	z-index: 2;
}

.nav-dot {
	background: #ffffff80;
	border: none;
	border-radius: 50%;
	cursor: pointer;
	height: 12px;
	position: relative;
	transition: all .3s;
	width: 12px;
}

.nav-dot.active {
	background: white;
	transform: scale(1.2);
}

.nav-dot:after {
	border: 1px solid #ffffff80;
	border-radius: 50%;
	bottom: -4px;
	content: "";
	left: -4px;
	opacity: 0;
	position: absolute;
	right: -4px;
	top: -4px;
	transition: all .3s;
}

.nav-dot.active::after {
	opacity: 1;
}

@media (max-width: 768px) {
	.slide-content h1 {
		font-size: 36px !important;
	}

	.slide-content h2 {
		font-size: 24px !important;
	}

	.slide-price {
		font-size: 30px;
	}

	.slide-description {
		font-size: 16px;
		margin-bottom: 30px;
	}

	/* 在小屏幕上調整滑動按鈕尺寸 */
	.slider-prev-btn,
	.slider-next-btn {
		width: 40px;
		height: 40px;
	}

	.slider-prev-btn::before,
	.slider-next-btn::before {
		width: 12px;
		height: 12px;
	}

	.buttons {
		flex-direction: column;
		align-items: center;
		width: 100%;
		padding: 0 2rem;
	}

	.btn-primary,
	.btn-secondary {
		width: 100%;
		max-width: 200px;
	}
}

.services-section {
	background-color: #fff;
	color: #333;
	overflow: hidden;
	padding: 100px 20px;
	position: relative;
}

.services-section:before {
	background: linear-gradient(45deg, #fff, #f5f5f5);
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}

.services-title {
	color: #333;
	font-size: 36px;
	font-weight: 700;
	letter-spacing: 1px;
	margin-bottom: 80px;
	position: relative;
	text-align: center;
	z-index: 2;
}

.services-grid {
	grid-gap: 40px;
	display: grid;
	gap: 40px;
	grid-template-columns: repeat(3, 1fr);
	margin: 0 auto;
	max-width: 1200px;
	position: relative;
	z-index: 2;
}

.service-item {
	align-items: center;
	background: #fff;
	border: 1px solid #00000014;
	border-radius: 20px;
	display: flex;
	flex-direction: column;
	padding: 35px 25px;
	position: relative;
	text-align: center;
	transition: all .3s ease;
}

.service-icon-wrapper {
	align-items: center;
	display: flex;
	height: 90px;
	justify-content: center;
	margin-bottom: 25px;
	padding: 20px;
	width: 90px;
}

.service-icon {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	color: #fff;
	margin: 15px 0;
	background: linear-gradient(135deg, #6cf, #069);
	background: linear-gradient(135deg, var(--primary-light), var(--primary-color));
	transition: all .3s ease;
	transition: var(--transition);
	box-shadow: 0 10px 20px #4361ee33;
	border-radius: 50%;
}

.service-description {
	color: #6b7280;
	font-size: 15px;
	line-height: 1.6;
	margin: 0;
}

.service-item:hover {
	box-shadow: 0 15px 35px #0000000f;
	transform: translateY(-5px);
}

.service-item:hover .service-icon-wrapper {
	transform: translateY(-3px);
}

@media (max-width: 768px) {
	.services-grid {
		gap: 20px;
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 480px) {
	.services-grid {
		gap: 20px;
		grid-template-columns: 1fr;
	}
}

.cases-section {
	background-color: #fff;
	color: #333;
	padding: 100px 20px;
	position: relative;
}

.cases-section:before {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	left: 0;
	height: 1px;
	background: linear-gradient(90deg, #0000, #fff3, #0000);
}

.case-container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 1rem;
}

.case-title {
	margin: 0;
	color: #333;
	font-size: 24px;
	font-weight: 600;
	text-align: center;
}

.case-filter {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom: 2rem;
	gap: 1rem;
}

.filter-button {
	background-color: #fff;
	border: 1px solid #e0e0e0;
	border-radius: 30px;
	color: #333;
	cursor: pointer;
	font-size: .9rem;
	font-weight: 500;
	padding: .6rem 1.5rem;
	transition: all .3s ease;
}

.show_case1 .filter-button:nth-child(1) {
	background-color: #069;
	border-color: #069;
	box-shadow: 0 3px 8px #0693;
	color: #fff;
}

.show_case2 .filter-button:nth-child(2) {
	background-color: #069;
	border-color: #069;
	box-shadow: 0 3px 8px #0693;
	color: #fff;
}

.show_case3 .filter-button:nth-child(3) {
	background-color: #069;
	border-color: #069;
	box-shadow: 0 3px 8px #0693;
	color: #fff;
}

.filter-button:hover {
	background-color: #f5f5f5;
	transform: translateY(-2px);
}

.filter-button.active {
	background-color: #069;
	border-color: #069;
	box-shadow: 0 3px 8px #0693;
	color: #fff;
}

.case-display {
	grid-gap: 20px;
	display: grid;
	display: none;
	gap: 20px;
	grid-template-columns: repeat(3, 1fr);
}

.show_case1 .case-display:nth-child(3) {
	display: grid;
}

.show_case2 .case-display:nth-child(4) {
	display: grid;
}

.show_case3 .case-display:nth-child(5) {
	display: grid;
}

.case-item {
	margin-bottom: 20px;
	background: #fffc;
	border: 1px solid #0000001a;
	border-radius: 24px;
	box-shadow: 0 4px 6px #0000001a;
	display: flex;
	flex-direction: column;
	gap: 30px;
	overflow: hidden;
	padding: 40px;
	position: relative;
	transition: all .3s ease;
	animation: fadeInUp .6s ease forwards;
}

.case-item:hover {
	background: #ffffff14;
	border-color: #fff3;
	box-shadow: 0 10px 30px #0000004d;
	transform: translateY(-10px);
}

.case-item:before {
	background: linear-gradient(45deg, #4f46e51a, #4f46e500);
	border-radius: 24px;
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: opacity .3s ease;
}

.case-item:hover:before {
	opacity: 1;
}

.case-item.app-item {
	align-self: start;
}

.case-image-wrapper {
	aspect-ratio: 16 / 9;
	border-radius: 16px;
	box-shadow: 0 8px 24px #0003;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.case-item.app-item .case-image-wrapper {
	padding-top: 177.78%;
}

.case-image {
	left: 0;
	position: absolute;
	top: 0;
}

.case-image {
	height: 100%;
	object-fit: cover;
	transition: transform .5s ease;
	width: 100%;
}

.case-item.app-item .case-image {
	background-color: #f0f0f0;
	object-fit: contain;
}

.case-item:hover .case-image {
	transform: scale(1.05);
}

.case-text-overlay {
	background: linear-gradient(0deg, #000c, #0006, #0000);
	bottom: 0;
	left: 0;
	padding: 2rem 1.5rem 1.2rem;
	position: absolute;
	right: 0;
	transition: all .3s ease;
}

.case-item-title {
	color: #fff;
	font-size: 1.3rem;
	font-weight: 600;
	margin: 0 0 .5rem;
	text-shadow: 0 1px 3px #0000004d;
}

@media (max-width: 1024px) {
	.case-item {
		padding: 30px;
	}
}

@media (max-width: 992px) {
	.case-display {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 768px) {
	.case-title {
		font-size: 20px;
	}

	.case-filter {
		padding: 0 1rem;
	}

	.filter-button {
		font-size: .85rem;
		padding: .5rem 1.2rem;
	}

	.case-item-title {
		font-size: 1.2rem;
	}
}

@media (max-width: 576px) {
	.case-display {
		grid-template-columns: 1fr;
	}

	.case-item.app-item .case-image-wrapper {
		padding-top: 140%;
	}

	.case-text-overlay {
		padding: 1.5rem 1rem 1rem;
	}

	.case-filter {
		flex-wrap: nowrap;
		justify-content: flex-start;
		margin-left: 0;
		margin-right: 0;
		overflow-x: auto;
		padding-bottom: .5rem;
	}
}

/* WEB */

.webpage-section {
	padding: 90px 40px;
	position: relative;
	animation: none;
}

.service-intro-section {
	background-color: #fff;
	background-color: var(--white);
	padding-bottom: 60px;
	padding-top: 60px;
}

.service-intro-section.compact {
	background-color: #fff;
	background-color: var(--white);
	padding-bottom: 40px;
	padding-top: 40px;
}

.cta-section .section-title,
.section-title {
	text-align: center;
	width: 100%;
}

.service-intro-section .section-title {
	font-size: 2rem;
	margin-bottom: 50px;
	text-align: center;
	width: 100%;
}

.service-intro-section.compact .section-title {
	font-size: 1.8rem;
	margin-bottom: 30px;
}

.webpage-content {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
	margin-top: 30px;
}

.faq-container,
.features-grid,
.industry-packages-grid,
.webpage-content,
.website-types-grid {
	margin-top: 50px;
}

.webpage-content.compact {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
	margin: 40px auto;
	max-width: 1200px;
}

.content-image {
	flex: 1 1;
	min-width: 300px;
	position: relative;
	text-align: center;
}

.approach-image,
.content-image.compact {
	align-items: center;
	display: flex;
	flex: 1 1;
	justify-content: center;
	min-width: 300px;
}

.content-image.compact {
	margin: 0 auto;
	max-width: 500px;
	padding: 10px;
}

.real-device-photo {
	border-radius: 12px;
	box-shadow: 0 15px 30px #00000026;
	display: block;
	height: auto;
	object-fit: cover;
	transition: all .3s ease;
	transition: var(--transition);
	width: 100%;
}

.content-text {
	flex: 1.5 1;
	min-width: 300px;
}

.features-compact {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
}

.feature-column {
	display: flex;
	flex: 1 1;
	flex-direction: column;
	gap: 15px;
	min-width: 250px;
}

.feature-card {
	background-color: #f8fafc;
	background-color: var(--background-light);
	border: 1px solid #0066991a;
	border-left: 3px solid #069;
	border-left: 3px solid var(--primary-color);
	border-radius: 8px;
	border-radius: var(--border-radius-sm);
	box-shadow: 0 3px 10px #00000008;
	height: 100%;
	padding: 18px;
	transition: all .3s ease;
	transition: var(--transition);
}

.feature-card h3 {
	color: #036;
	color: var(--primary-dark);
	font-size: 1.2rem;
	font-weight: 600;
	letter-spacing: -.3px;
	margin-bottom: 8px;
	text-align: left;
}

.approach-item h3,
.feature-card h3 {
	color: #036;
	color: var(--primary-dark);
	text-align: left;
}

.content-text p {
	color: #475569;
	color: var(--text-medium);
	font-size: 1rem;
	line-height: 1.7;
	margin-bottom: 25px;
}

.performance-card {
	border-left: 3px solid #09c;
	border-left: 3px solid var(--secondary-color);
}

.feature-list-compact {
	list-style: none;
	margin: 0;
	padding: 0;
}

.feature-list-compact li {
	align-items: baseline;
	color: #1e293b;
	color: var(--text-dark);
	display: flex;
	font-size: .9rem;
	line-height: 1.5;
	padding: 5px 0;
	position: relative;
}

.feature-list-compact li:before {
	color: #09c;
	color: var(--secondary-color);
	content: "✓";
	font-size: .9rem;
	font-weight: 700;
	margin-right: 6px;
}

.feature-highlight {
	color: #036;
	color: var(--primary-dark);
	font-weight: 600;
}

.custom-industry-note h3,
.feature-highlight,
.industry-description,
.industry-price {
	text-align: center;
}

.real-device-photo:hover {
	box-shadow: 0 20px 40px #0003;
	transform: translateY(-8px);
}

.real-device-photo:hover,
.service-real-photo:hover {
	box-shadow: 0 25px 50px #00000040;
	transform: translateY(-8px);
	transition: all .5s ease;
}

.feature-card:hover {
	border-color: #6cf;
	border-color: var(--system-primary-light);
	box-shadow: 0 12px 20px #0066991a;
	transform: translateY(-5px);
}

.feature-card:hover {
	box-shadow: 0 10px 15px -3px #0066991a, 0 4px 6px -2px #0066990d;
	box-shadow: var(--card-shadow);
	transform: translateY(-3px);
}

@media (max-width: 768px) {

	.approach-image,
	.content-image.compact {
		margin: 0 auto 20px;
		max-width: 90%;
	}

	.real-device-photo,
	.service-real-photo {
		margin: 0 auto;
		max-width: 90%;
	}

	.feature-column {
		width: 100%;
	}

	.features-compact {
		flex-direction: column;
	}
}

@media (max-width: 768px) {
	.webpage-section {
		padding: 60px 20px;
	}
}

.webpage-section {
	padding: 90px 40px;
	position: relative;
}

.process-section {
	background-color: #edf2f7;
	background-color: var(--background-medium);
	padding-bottom: 80px;
	position: relative;
}

.webpage-section {
	animation: none;
}

.process-section {
	background-color: #fff;
	background-color: var(--white);
	overflow: hidden;
}

.process-section:before {
	background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='60' height='60' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z' fill='%239C92AC' fill-opacity='.05' fill-rule='evenodd'/%3E%3C/svg%3E");
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.cta-section .section-title,
.section-title {
	text-align: center;
	width: 100%;
}

.process-flow-container {
	-webkit-overflow-scrolling: touch;
	display: flex;
	flex-wrap: nowrap;
	margin-top: 50px;
	overflow-x: auto;
	padding: 20px 10px;
	scrollbar-color: #069 #edf2f7;
	scrollbar-color: var(--primary-color) var(--background-medium);
	scrollbar-width: thin;
	position: relative;
}

.process-flow-step {
	align-items: center;
	background-color: #fff;
	background-color: var(--white);
	border-radius: 12px;
	border-radius: var(--border-radius);
	box-shadow: 0 10px 15px -3px #0066991a, 0 4px 6px -2px #0066990d;
	box-shadow: var(--card-shadow);
	display: flex;
	flex: 0 0 auto;
	flex-direction: column;
	margin-right: 40px;
	padding: 40px 20px;
	position: relative;
	text-align: center;
	transition: all .3s ease;
	transition: var(--transition);
	width: 240px;
}


@media (max-width: 1200px) {
	.process-flow-step {
		width: 220px;
	}
}

@media (max-width: 1024px) {
	.process-flow-step {
		padding: 20px 15px;
		width: 200px;
	}
}

.benefit-card,
.process-flow-step {
	animation: none;
	opacity: 1;
}

.process-flow-icon {
	align-items: center;
	background-color: #e6f7ff;
	border-radius: 50%;
	box-shadow: 0 4px 10px #00558026;
	display: flex;
	height: 60px;
	justify-content: center;
	margin-bottom: 25px;
	width: 60px;
}

.benefit-icon,
.industry-icon,
.process-flow-icon,
.service-icon {
	margin-bottom: 25px;
}

.process-flow-icon svg {
	color: #005580;
	filter: drop-shadow(0 1px 1px rgba(0, 0, 0, .2));
	height: 30px;
	width: 30px;
}

.process-flow-step h3 {
	color: #036;
	color: var(--primary-dark);
	font-size: 1.2rem;
	font-weight: 600;
	margin-bottom: 10px;
}

.approach-item h3,
.benefit-card h3,
.feature-item h3,
.industry-package-card h3,
.process-flow-step h3 {
	margin-bottom: 20px;
}

.process-flow-step p {
	color: #475569;
	color: var(--text-medium);
	flex-grow: 1;
	font-size: .9rem;
	line-height: 1.5;
}

.process-flow-arrow {
	color: #069;
	color: var(--primary-color);
	position: absolute;
	right: -30px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
}

.process-flow-arrow svg {
	height: 20px;
	width: 20px;
}

@media (max-width: 768px) {
	.webpage-section {
		padding: 60px 20px;
	}
}


.cta-section .section-title,
.section-title {
	text-align: center;
	width: 100%;
}

.benefits-section h2 {
	margin-bottom: 90px;
}





.benefits-container,
.benefits-grid {
	margin: 0 auto;
	max-width: 1200px;
}

.benefit-card {
	border-radius: 12px;
	box-shadow: 0 10px 15px -3px #0066991a, 0 4px 6px -2px #0066990d;
	margin-bottom: 30px;
	padding: 50px 30px;
}

.benefit-card {
	background-color: #fff;
	background-color: var(--white);
	border-radius: 8px;
	border-radius: var(--border-radius);
	border-top: 4px solid #069;
	border-top: 4px solid var(--primary-color);
	box-shadow: 0 10px 15px -3px #0000001a, 0 4px 6px -2px #0000000d;
	box-shadow: var(--card-shadow);
	display: flex;
	flex-direction: column;
	height: 100%;
	padding: 30px;
	transition: all .3s ease;
	transition: var(--transition);
}

.benefit-icon {
	background-color: #e6f7ff;
	box-shadow: 0 4px 10px #00558026;
	color: #005580;
	height: 70px;
	margin: 0 auto 25px;
	width: 70px;
}

.benefit-icon,
.industry-icon,
.process-flow-icon,
.service-icon {
	margin-bottom: 25px;
}

.benefit-icon {
	align-items: center;
	background: linear-gradient(135deg, #6cf, #069);
	background: linear-gradient(135deg, var(--primary-light), var(--primary-color));
	border-radius: 50%;
	color: #fff;
	color: var(--white);
	display: flex;
	height: 60px;
	justify-content: center;
	margin-bottom: 20px;
	width: 60px;
}

.benefit-card h3 {
	color: #036;
	color: var(--primary-dark);
	font-weight: 600;
	margin-bottom: 20px;
}

.benefit-card h3,
.feature-item h3,
.industry-package-card h3,
.package-card h4,
.package-name,
.package-suitable-for h4 {
	text-align: center;
	width: 100%;
}



.benefit-card h3 {
	color: #1e293b;
	color: var(--text-dark);
	font-size: 1.3rem;
	margin-bottom: 15px;
}

.benefit-card p {
	color: #475569;
	color: var(--text-medium);
	flex-grow: 1;
	font-size: .95rem;
	line-height: 1.5;
}

.benefit-icon svg {
	filter: drop-shadow(0 1px 1px rgba(0, 0, 0, .2));
	height: 35px;
	width: 35px;
}

.benefit-icon svg {
	height: 30px;
	width: 30px;
}

.benefits-section {
	background-color: #fff;
	background-color: var(--white);
}

.benefit-card:hover {
	box-shadow: 0 20px 25px -5px #0000001a, 0 10px 10px -5px #0000000a;
	box-shadow: var(--hover-shadow);
	transform: translateY(-10px);
}

.service-approach {
	background-color: #edf2f7;
	background-color: var(--background-medium);
	overflow: hidden;
	position: relative;
}

.approach-container {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
	margin-left: auto;
	margin-right: auto;
	max-width: 1200px;
}

.approach-container {
	margin-top: 100px;
}

.approach-content {
	flex: 1.5 1;
	min-width: 300px;
}

.approach-item {
	background-color: #fff;
	background-color: var(--white);
	border-radius: 12px;
	border-radius: var(--border-radius);
	box-shadow: 0 10px 15px -3px #0066991a, 0 4px 6px -2px #0066990d;
	box-shadow: var(--card-shadow);
	margin-bottom: 15px;
	padding: 25px;
	transition: all .3s ease;
	transition: var(--transition);
}

.approach-item p {
	color: #475569;
	color: var(--text-medium);
	font-size: 1rem;
	line-height: 1.6;
	margin-bottom: 0;
}

.approach-item:last-child {
	margin-bottom: 0;
}

.approach-image {
	max-width: 450px;
	padding: 20px;
}

.approach-image,
.content-image.compact {
	align-items: center;
	display: flex;
	flex: 1 1;
	justify-content: center;
	min-width: 300px;
}

.service-real-photo {
	border-radius: 12px;
	box-shadow: 0 15px 30px #00000026;
	display: block;
	height: auto;
	max-width: 100%;
	object-fit: cover;
	transition: all .3s ease;
	transition: var(--transition);
}

.approach-item:hover {
	box-shadow: 0 20px 25px -5px #0066991a, 0 10px 10px -5px #0066990a;
	box-shadow: var(--hover-shadow);
	transform: translateY(-5px);
}

@media (max-width: 768px) {

	.benefit-card h3,
	.feature-item h3,
	.industry-package-card h3,
	.package-name,
	.section-title,
	.service-intro-section .section-title {
		text-align: center;
		width: 100%;
	}

	.approach-container {
		flex-direction: column-reverse;
		gap: 30px;
	}

	.benefit-card h3,
	.feature-item h3,
	.industry-package-card h3,
	.package-name,
	.section-title,
	.service-intro-section .section-title {
		text-align: center;
		width: 100%;
	}

	.approach-image,
	.content-image.compact {
		margin: 0 auto 20px;
		max-width: 90%;
	}

	.real-device-photo,
	.service-real-photo {
		margin: 0 auto;
		max-width: 90%;
	}
}

.pricing-section {
	background-color: #f9fafc;
	margin-bottom: 30px;
	padding: 60px 20px;
}

.pricing-section {
	background-color: #fff;
	background-color: var(--white);
	padding-bottom: 80px;
	position: relative;
}

.pricing-tabs {
	border-bottom: 2px solid #edf2f7;
	border-bottom: 2px solid var(--background-medium);
	display: flex;
	justify-content: center;
	margin-bottom: 30px;
}

.tab-button {
	background: none;
	border: none;
	border-bottom: 3px solid #e0e0e0;
	color: #666;
	cursor: pointer;
	font-size: 16px;
	font-weight: 600;
	margin: 0 10px;
	padding: 12px 24px;
	transition: all .3s;
}

.tab-button.active {
	border-bottom: 3px solid #4a6cf7;
	color: #4a6cf7;
}

.packages-container {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	justify-content: center;
	margin: 0 auto;
	max-width: 1200px;
}

.package-card {
	border: 1px solid #eaeaea;
	border-radius: 10px;
	box-shadow: 0 5px 15px #0000000d;
	padding: 30px;
	transition: transform .3s, box-shadow .3s;
	width: 350px;
}

.package-card {
	background-color: #fff;
	background-color: var(--white);
	border-radius: 8px;
	border-radius: var(--border-radius);
	box-shadow: 0 10px 15px -3px #0000001a, 0 4px 6px -2px #0000000d;
	box-shadow: var(--card-shadow);
	flex: 1 1;
	max-width: 350px;
	min-width: 280px;
	overflow: hidden;
	padding: 40px 30px;
	position: relative;
	text-align: center;
	transition: all .3s ease;
	transition: var(--transition);
}

@media (max-width: 1100px) {
	.package-card {
		margin-bottom: 20px;
		max-width: 450px;
		width: 90%;
	}

	.package-card.featured {
		margin-top: 12px;
		order: -1;
		transform: none;
	}

	.packages-container {
		align-items: center;
		flex-direction: column;
	}

}

.package-name {
	color: #333;
	font-size: 22px;
	margin-bottom: 5px;
}

.benefit-card h3,
.feature-item h3,
.industry-package-card h3,
.package-card h4,
.package-name,
.package-suitable-for h4 {
	text-align: center;
	width: 100%;
}

.package-card h3 {
	color: #1e293b;
	color: var(--text-dark);
	font-size: 1.5rem;
	margin-bottom: 15px;
}

.package-price {
	color: #4a6cf7;
	font-size: 28px;
	font-weight: 700;
	margin-bottom: 15px;
}

.package-price {
	align-items: center;
	display: flex;
	flex-direction: column;
	margin-bottom: 25px;
}

.package-description {
	color: #666;
	font-size: 15px;
	line-height: 1.5;
	margin-bottom: 25px;
}

.package-card h4 {
	color: #333;
	font-size: 16px;
	font-weight: 600;
	margin: 20px 0 10px;
}

.package-includes {
	list-style-type: none;
	margin: 0 0 20px;
	padding: 0;
}

.package-includes li {
	border-bottom: 1px dashed #eee;
	color: #555;
	font-size: 14px;
	padding: 8px 0 8px 25px;
	position: relative;
}

.package-includes li:before {
	color: #4a6cf7;
	content: "✓";
	left: 0;
	position: absolute;
}

.package-features {
	border-collapse: collapse;
	margin-bottom: 20px;
	width: 100%;
}

.package-features {
	list-style: none;
	margin: 0 0 30px;
	padding: 0;
	text-align: left;
}

.package-features td {
	border-bottom: 1px solid #f0f0f0;
	font-size: 14px;
	padding: 8px 0;
}

.package-features td:first-child {
	color: #777;
	width: 40%;
}

.package-suitable-for {
	background-color: #f8f9fa;
	border-radius: 5px;
	margin-bottom: 20px;
	padding: 15px;
}

.package-card h4 {
	color: #333;
	font-size: 16px;
	font-weight: 600;
	margin: 20px 0 10px;
}

.package-suitable-for h4 {
	font-size: 15px;
	margin: 0 0 5px;
}

.package-suitable-for p {
	color: #555;
	font-size: 14px;
	margin: 0;
}

.package-cta {
	display: block;
	background-color: #4a6cf7;
	border: none;
	border-radius: 5px;
	color: #fff;
	cursor: pointer;
	font-weight: 600;
	padding: 12px;
	transition: background-color .3s;
	width: 100%;
}

.package-card {
	border: 1px solid #eaeaea;
	border-radius: 10px;
	box-shadow: 0 5px 15px #0000000d;
	padding: 30px;
	transition: transform .3s, box-shadow .3s;
	width: 350px;
}

.package-card {
	background-color: #fff;
	background-color: var(--white);
	border-radius: 8px;
	border-radius: var(--border-radius);
	box-shadow: 0 10px 15px -3px #0000001a, 0 4px 6px -2px #0000000d;
	box-shadow: var(--card-shadow);
	flex: 1 1;
	max-width: 350px;
	min-width: 280px;
	overflow: hidden;
	padding: 40px 30px;
	position: relative;
	text-align: center;
	transition: all .3s ease;
	transition: var(--transition);
}

.package-card.featured {
	border: 2px solid #4a6cf7;
	margin-top: 12px;
	overflow: visible;
	position: relative;
}

.featured-badge {
	background-color: #4a6cf7;
	border-radius: 20px;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	padding: 5px 15px;
	position: absolute;
	right: 30px;
	top: -12px;
	z-index: 10;
}

.package-card:hover {
	box-shadow: 0 15px 30px #0000001a;
	transform: translateY(-5px);
}

.package-card:hover {
	box-shadow: 0 20px 25px -5px #0000001a, 0 10px 10px -5px #0000000a;
	box-shadow: var(--hover-shadow);
	transform: translateY(-15px);
}

.pricing-notes {
	border-top: 1px solid #eee;
	color: #888;
	font-size: 14px;
	margin: 40px auto 0;
	max-width: 800px;
	padding-top: 30px;
}

.pricing-notes p {
	margin-bottom: 5px;
}

.integrated-packages,
.industry-packages {
	display: none;
}

.show_industry .industry-packages {
	display: block;
}

.show_integrated .integrated-packages {
	display: block;
}

.industry-intro {
	color: #555;
	line-height: 1.6;
	margin: 0 auto 40px;
	max-width: 800px;
	text-align: center;
}

.industry-packages-grid {
	grid-gap: 40px;
	display: grid;
	gap: 40px;
	grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
	margin-top: 50px;
}

.faq-container,
.features-grid,
.industry-packages-grid,
.webpage-content,
.website-types-grid {
	margin-top: 50px;
}

.industry-package-card {
	background-color: #f8fafc;
	background-color: var(--background-light);
	border-radius: 12px;
	border-radius: var(--border-radius);
	box-shadow: 0 10px 15px -3px #0066991a, 0 4px 6px -2px #0066990d;
	box-shadow: var(--card-shadow);
	margin-bottom: 30px;
	padding: 40px 25px;
	transition: all .3s ease;
	transition: var(--transition);
}

.industry-package-card h3 {
	color: #333;
	font-size: 20px;
	margin-bottom: 20px;
	position: relative;
}

.approach-item h3,
.benefit-card h3,
.feature-item h3,
.industry-package-card h3,
.process-flow-step h3 {
	margin-bottom: 20px;
}

.industry-description {
	color: #666;
	font-size: 14px;
	margin-bottom: 20px;
}

.custom-industry-note h3,
.feature-highlight,
.industry-description,
.industry-price {
	text-align: center;
}

.industry-package-card h4 {
	font-size: 16px;
	margin: 15px 0 10px;
}

.industry-features {
	list-style-type: none;
	margin: 0 0 20px;
	padding: 0;
}

.industry-features li {
	border-bottom: 1px solid #edf2f7;
	border-bottom: 1px solid var(--background-medium);
	padding: 12px 0 12px 20px;
	position: relative;
}

.industry-features li:before {
	color: #4a6cf7;
	content: "•";
	font-size: 18px;
	left: 0;
	position: absolute;
}

.industry-cta {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	background-color: #4a6cf7;
	border: none;
	border-radius: 5px;
	color: #fff;
	cursor: pointer;
	font-weight: 500;
	padding: 10px;
	transition: background-color .3s;
	width: 100%;
}

.custom-industry-note {
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0 5px 15px #0000000d;
	margin: 0 auto;
	max-width: 700px;
	padding: 30px;
	text-align: center;
}

.custom-industry-note h3 {
	color: #333;
	margin-bottom: 15px;
}

.custom-industry-note p {
	color: #666;
	margin-bottom: 20px;
}

.custom-industry-cta {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	background-color: #4a6cf7;
	border: none;
	border-radius: 5px;
	color: #fff;
	cursor: pointer;
	font-weight: 600;
	padding: 12px 25px;
	transition: background-color .3s;
}

.industry-package-card:hover {
	transform: translateY(-5px);
}

.industry-cta:hover {
	background-color: #3a5bd9;
}

.custom-industry-cta:hover {
	background-color: #3a5bd9;
}

@media (max-width: 768px) {

	.section-title {
		font-size: 1.8rem;
		margin-bottom: 35px;
	}

	.benefit-card h3,
	.feature-item h3,
	.industry-package-card h3,
	.package-name,
	.section-title,
	.service-intro-section .section-title {
		text-align: center;
		width: 100%;
	}

	.tab-button {
		margin-bottom: 10px;
	}

	.industry-packages-grid {
		grid-template-columns: 1fr;
	}

	.pricing-tabs {
		align-items: center;
		flex-direction: column;
	}

	.tab-button {
		margin-bottom: 10px;
		max-width: 300px;
		width: 100%;
	}
}

/* about */
.about-section {
	padding: 80px 5%;
}

.company-intro {
	background-color: #fff;
}

.section-content {
	margin: 0 auto;
	max-width: 1200px;
}

.about-section h2 {
	color: #036;
	color: var(--primary-dark);
	font-size: 2.5rem;
	font-weight: 700;
	margin-bottom: 2rem;
	text-align: center;
}

.intro-text {
	color: #666;
	font-size: 1.2rem;
	line-height: 1.8;
	margin: 0 auto 3rem;
	max-width: 800px;
	text-align: center;
}

@media (max-width: 768px) {
	.about-section h2 {
		font-size: 2rem;
	}
}

.core-values {
	background-color: #f8fafc;
}

.values-grid {
	grid-gap: 30px;
	display: grid;
	gap: 30px;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	margin-top: 40px;
}

.value-item {
	background: #fff;
	border-radius: 12px;
	box-shadow: 0 4px 6px #0066990d;
	padding: 30px;
	transition: transform .3s ease;
}

.value-icon {
	color: #069;
	color: var(--primary-color);
	height: 50px;
	margin-bottom: 20px;
	width: 50px;
}

.value-item h3 {
	color: #036;
	color: var(--primary-dark);
	font-size: 1.5rem;
	font-weight: 600;
	margin-bottom: 1rem;
}

.value-item p {
	color: #666;
	line-height: 1.6;
}

@media (max-width: 768px) {

	.advantages-list,
	.tech-grid,
	.values-grid,
	.workflow-steps {
		grid-template-columns: 1fr;
	}
}

.tech-support {
	background-color: #fff;
}

.tech-grid {
	grid-gap: 40px;
	display: grid;
	gap: 40px;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	margin-top: 40px;
}

.tech-category {
	background: #f8fafc;
	border-radius: 12px;
	box-shadow: 0 4px 6px #0066990d;
	padding: 30px;
	transition: transform .3s ease;
}

.tech-category h3 {
	color: #069;
	color: var(--primary-color);
	font-size: 1.3rem;
	font-weight: 600;
	margin-bottom: 1.5rem;
	text-align: center;
}

.tech-icons {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	justify-content: center;
}

.tech-icon {
	font-size: 2.5rem;
	margin: 10px;
	transition: transform .3s ease, color .3s ease;
}

.html {
	color: #E34F26;
}

.css {
	color: #1572B6;
}

.react {
	color: #61DAFB;
}

.vue {
	color: #4FC08D;
}

.angular {
	color: #DD0031;
}

.typescript {
	color: #3178C6;
}

.nodejs {
	color: #339933;
}

.python {
	color: #3776AB;
}

.java {
	color: #007396;
}

.mongodb {
	color: #47A248;
}

.postgresql {
	color: #336791;
}

.mysql {
	color: #4479A1;
}

.firebase {
	color: #FFCA28;
}

.aws {
	color: #FF9900;
}

.gcp {
	color: #4285F4;
}

.azure {
	color: #0078D4;
}

.value-item:hover {
	box-shadow: 0 15px 30px #0066991a;
	transform: translateY(-5px);
}

.tech-category:hover {
	box-shadow: 0 15px 30px #0066991a;
	transform: translateY(-5px);
}

.tech-icon:hover {
	color: #069 !important;
	color: var(--primary-color) !important;
	transform: scale(1.2);
}

@media (max-width: 768px) {
	.about-section h2 {
		font-size: 2rem;
	}

	.tech-icon {
		font-size: 2rem;
	}

	.advantages-list,
	.tech-grid,
	.values-grid,
	.workflow-steps {
		grid-template-columns: 1fr;
	}
}

/* app */
.app-section {
	padding: 60px 40px;
	position: relative;
}

.types-section {
	background-color: #edf2f7;
	background-color: var(--background-medium);
	overflow: hidden;
	position: relative;
}

.advantages-section {
	background-color: #fff;
	background-color: var(--white);
}

.section-header {
	margin-bottom: 50px;
}

.section-header {
	justify-content: center;
	margin-bottom: 20px;
}

.section-header {
	align-items: center;
	display: flex;
	flex-direction: column;
	margin-bottom: 70px;
	text-align: center;
	width: 100%;
}

.section-header h2 {
	color: #2d3748;
	font-size: 2.4rem;
	margin-bottom: 16px;
	width: 100%;
}

.section-header h2 {
	color: #1e293b;
	color: var(--text-dark);
	display: inline-block;
	font-size: 2.2rem;
	margin-bottom: 25px;
	position: relative;
	text-align: center;
}

.app-section .section-header h2 {
	width: auto;
}

.section-header h2:after {
	background: linear-gradient(to right, var(--system-primary), var(--system-secondary));
	width: 100%;
}

.section-header h2:after {
	background: linear-gradient(90deg, #069, #09c);
	width: 60%;
}

.section-header h2:after {
	background: linear-gradient(90deg, #4361ee, #ff6b6b);
	background: linear-gradient(to right, var(--primary-color), var(--secondary-color));
	bottom: -8px;
	height: 3px;
}

.section-header h2:after {
	background: linear-gradient(90deg, #069, #4682b4);
	background: linear-gradient(to right, var(--primary-color), var(--sem-color));
	border-radius: 2px;
	bottom: -15px;
	content: "";
	height: 4px;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	width: 60px;
}

.section-subtitle {
	color: #4a5568;
	color: var(--text-medium);
	font-size: 1.1rem;
	margin: 0 auto;
	max-width: 600px;
}

.section-header p {
	line-height: 1.6;
	margin-top: 25px;
	max-width: 800px;
}

.section-header p {
	color: #475569;
	color: var(--text-medium);
	font-size: 1.1rem;
	margin: 0 auto;
	max-width: 700px;
}

.advantages-container {
	align-items: flex-start;
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	margin-top: 50px;
	position: relative;
}

.advantage-image {
	flex: 1 1;
	margin: 0 auto;
	max-width: 320px;
	min-width: 280px;
	position: relative;
	z-index: 1;
}

.app-showcase-gallery {
	align-items: center;
	display: flex;
	height: auto;
	justify-content: center;
	max-height: 320px;
	padding: 10px;
	position: relative;
	width: 100%;
}

.app-showcase-img.single-app {
	border-radius: 16px;
	box-shadow: 0 10px 25px #0000001f;
	display: block;
	height: auto;
	margin: 0 auto;
	max-width: 90%;
	position: relative;
	transform: rotate(-3deg);
	transition: all .4s ease;
	z-index: 2;
}

.app-showcase-overlay {
	background: radial-gradient(circle at center, #0000 40%, #f5f7fa0d 100%);
	height: 100%;
	left: 0;
	pointer-events: none;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 3;
}

.advantage-content {
	display: flex;
	flex: 1.5 1;
	flex-direction: column;
	gap: 25px;
	min-width: 300px;
	padding-left: 10px;
	position: relative;
	z-index: 2;
}

.advantage-card {
	background-color: #f7fafc;
	background-color: var(--background-light);
	border-radius: 12px;
	border-radius: var(--border-radius);
	box-shadow: 0 10px 15px -3px #00000014, 0 4px 6px -2px #0000000d;
	box-shadow: var(--card-shadow);
	display: flex;
	gap: 15px;
	padding: 15px;
	transition: all .3s ease;
	transition: var(--transition);
}

.advantage-icon {
	align-items: center;
	background: linear-gradient(135deg, #6088ff, #4361ee);
	background: linear-gradient(135deg, var(--primary-light), var(--primary-color));
	border-radius: 12px;
	color: #fff;
	color: var(--white);
	display: flex;
	flex-shrink: 0;
	height: 50px;
	justify-content: center;
	width: 50px;
}

.advantage-icon svg {
	height: 28px;
	width: 28px;
}

.advantage-text h3 {
	color: #2c45b3;
	color: var(--primary-dark);
	font-size: 1.2rem;
	margin-bottom: 5px;
}

.advantage-text p {
	color: #4a5568;
	color: var(--text-medium);
	font-size: .95rem;
	line-height: 1.5;
}

.industry-highlights {
	border-radius: 10px;
	clear: both;
	margin-top: 30px;
	padding: 20px;
	position: relative;
	text-align: center;
	z-index: 3;
}

.highlight-text {
	color: #4a5568;
	color: var(--text-medium);
	font-size: 1.1rem;
	line-height: 1.6;
}

.highlight {
	color: #4361ee;
	color: var(--primary-color);
	font-weight: 600;
}

.app-showcase-img.single-app:hover {
	box-shadow: 0 20px 30px #00000026;
	transform: translateY(-8px) rotate(-1deg);
}

.advantage-card:hover {
	box-shadow: 0 15px 30px -5px #0000001a, 0 10px 15px -5px #0000000d;
	box-shadow: var(--hover-shadow);
	transform: translateY(-5px);
}

@media (max-width: 1024px) {
	.advantage-card {
		padding: 15px;
	}

	.advantage-icon {
		height: 45px;
		width: 45px;
	}

	.advantage-icon svg {
		height: 24px;
		width: 24px;
	}
}

@media (max-width: 992px) {
	.advantages-container {
		flex-direction: column;
		gap: 30px;
	}

	.advantage-image {
		margin: 0 auto 20px;
		max-width: 70%;
		order: 1;
	}

	.app-showcase-gallery {
		max-height: 280px;
	}

	.app-showcase-img.single-app {
		max-width: 85%;
	}

	.advantage-content {
		order: 2;
		padding-left: 0;
		width: 100%;
	}
}

.app-type-card {
	background-color: #fff;
	background-color: var(--white);
	border-radius: 12px;
	border-radius: var(--border-radius);
	box-shadow: 0 10px 15px -3px #00000014, 0 4px 6px -2px #0000000d;
	box-shadow: var(--card-shadow);
	flex: 1 1;
	max-width: 380px;
	min-width: 300px;
	padding: 30px;
	transition: all .3s ease;
	transition: var(--transition);
}

.type-header {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin-bottom: 15px;
	text-align: center;
}

.app-type-card .type-header,
.pricing-card-header h3,
.process-highlight-item p {
	text-align: center;
	width: 100%;
}

.type-icon {
	align-items: center;
	background: linear-gradient(135deg, #6088ff, #4361ee);
	background: linear-gradient(135deg, var(--primary-light), var(--primary-color));
	border-radius: 12px;
	color: #fff;
	color: var(--white);
	display: flex;
	height: 48px;
	justify-content: center;
	margin: 0 auto;
	width: 48px;
}

.type-icon svg {
	height: 26px;
	width: 26px;
}

.type-description {
	color: #4a5568;
	color: var(--text-medium);
	font-size: .95rem;
	margin-bottom: 15px;
}

.type-features {
	list-style: none;
	padding: 0;
}

.type-features li {
	color: #4a5568;
	color: var(--text-medium);
	font-size: .9rem;
	line-height: 1.5;
	padding: 8px 0 8px 25px;
	position: relative;
}

.type-features li:before {
	color: #4361ee;
	color: var(--primary-color);
	content: "✓";
	font-weight: 700;
	left: 0;
	position: absolute;
}

.app-types-container {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	justify-content: center;
	margin-bottom: 50px;
}

.app-type-card:hover {
	box-shadow: 0 15px 30px -5px #0000001a, 0 10px 15px -5px #0000000d;
	box-shadow: var(--hover-shadow);
	transform: translateY(-8px);
}

@media (max-width: 768px) {
	.app-section {
		padding: 60px 20px;
	}
}

@media (max-width: 767px) {
	.app-section {
		padding: 40px 15px;
	}
}

.solutions-container {
	background-color: #fff;
	background-color: var(--white);
	border-radius: 12px;
	border-radius: var(--border-radius);
	box-shadow: 0 10px 15px -3px #00000014, 0 4px 6px -2px #0000000d;
	box-shadow: var(--card-shadow);
	margin-top: 30px;
	padding: 20px;
}

.solutions-header {
	margin-bottom: 20px;
	text-align: center;
}

.solutions-grid {
	grid-gap: 15px;
	display: grid;
	gap: 15px;
	grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
}

.solution-item {
	background-color: #f7fafc;
	background-color: var(--background-light);
	border-left: 3px solid #4361ee;
	border-left: 3px solid var(--primary-color);
	border-radius: 8px;
	border-radius: var(--border-radius-sm);
	padding: 15px;
	text-align: center;
	transition: all .3s ease;
	transition: var(--transition);
}

.solution-item span {
	font-size: .95rem;
	font-weight: 500;
}

.solution-item:hover {
	background-color: #4361ee;
	background-color: var(--primary-color);
	border-left-color: #ff6b6b;
	border-left-color: var(--secondary-color);
	box-shadow: 0 10px 15px -3px #00000014, 0 4px 6px -2px #0000000d;
	box-shadow: var(--card-shadow);
	color: #fff;
	color: var(--white);
	transform: translateY(-3px);
}

.mobile-app-pricing-table h3,
.solutions-header h3,
.tech-solutions-container h3 {
	color: #2d3748;
	color: var(--text-dark);
	font-size: 1.4rem;
	margin-bottom: 20px;
	text-align: center;
	width: 100%;
}

.section-header {
	justify-content: center;
	margin-bottom: 20px;
}

.section-header {
	align-items: center;
	display: flex;
	flex-direction: column;
	margin-bottom: 70px;
	text-align: center;
	width: 100%;
}

.process-section .section-header {
	margin-bottom: 90px;
}

.process-timeline {
	display: none;
	margin: 0 auto 50px;
	max-width: 1000px;
	padding-left: 40px;
	position: relative;
}

.show_timeline1 .process-timeline:nth-child(3),
.show_timeline2 .process-timeline:nth-child(4) {
	display: block;
}

.process-step {
	align-items: flex-start;
	display: flex;
	margin-bottom: 40px;
	padding-left: 40px;
	position: relative;
}

.step-icon {
	align-items: center;
	background-color: #fff;
	background-color: var(--white);
	border: 3px solid #069;
	border: 3px solid var(--primary-color);
	border-radius: 50%;
	box-shadow: 0 0 0 5px #4361ee1a;
	display: flex;
	height: 40px;
	justify-content: center;
	left: 0;
	position: absolute;
	top: 0;
	width: 40px;
	z-index: 1;
}

.step-icon svg {
	color: #069;
	color: var(--primary-color);
	height: 20px;
	width: 20px;
}

.step-content {
	background-color: #f8fafc;
	background-color: var(--background-light);
	border-radius: 8px;
	border-radius: var(--border-radius);
	box-shadow: 0 10px 15px -3px #0000001a, 0 4px 6px -2px #0000000d;
	box-shadow: var(--card-shadow);
	display: flex;
	flex-direction: column;
	padding: 25px;
	transition: all .3s ease;
	transition: var(--transition);
	width: 100%;
}

.step-content h3 {
	align-items: center;
	color: #2c45b3;
	display: flex;
	margin-bottom: 8px;
}

.step-content h3 {
	color: #036;
	color: var(--primary-dark);
	font-size: 1.2rem;
	margin-bottom: 10px;
}

.step-content p {
	color: #475569;
	color: var(--text-medium);
	font-size: .95rem;
	margin-bottom: 15px;
}

.step-number {
	background-color: #4361ee;
	background-color: var(--primary-color);
	color: var(--white);
	font-size: .9rem;
	height: 30px;
	position: absolute;
	right: 20px;
	top: 25px;
	width: 30px;
}

.step-number {
	display: none;
}

.step-number {
	align-items: center;
	background: linear-gradient(135deg, #036, #069);
	background: var(--about-gradient);
	border-radius: 50%;
	color: #fff;
	display: flex;
	font-weight: 700;
	height: 50px;
	justify-content: center;
	margin: 0 auto 20px;
	width: 50px;
}

.step-connector {
	display: none;
}

.process-step:hover .step-content {
	box-shadow: 0 20px 25px -5px #0000001a, 0 10px 10px -5px #0000000a;
	box-shadow: var(--hover-shadow);
	transform: translateY(-5px);
}

.process-highlights {
	display: flex;
	flex-wrap: wrap;
	gap: 25px;
	justify-content: center;
	margin-top: 40px;
}

.process-highlight-item {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.highlight-icon {
	align-items: center;
	background: linear-gradient(135deg, #6088ff, #4361ee);
	background: linear-gradient(135deg, var(--primary-light), var(--primary-color));
	border-radius: 50%;
	box-shadow: 0 10px 15px #4361ee33;
	color: #fff;
	color: var(--white);
	display: flex;
	height: 60px;
	justify-content: center;
	width: 60px;
}

.highlight-icon svg {
	height: 30px;
	width: 30px;
}

.process-highlight-item p {
	color: #2d3748;
	color: var(--text-dark);
	font-size: 1.1rem;
	font-weight: 600;
}

.app-type-card .type-header,
.pricing-card-header h3,
.process-highlight-item p {
	text-align: center;
	width: 100%;
}

.process-step:last-child {
	margin-bottom: 0;
}

@media (max-width: 768px) {
	.process-step {
		padding-left: 60px;
	}

	.step-content {
		padding: 20px;
	}
}

@media (max-width: 576px) {
	.step-icon {
		height: 40px;
		width: 40px;
	}

	.step-icon svg {
		height: 20px;
		width: 20px;
	}

	.process-highlight-item {
		width: 45%;
	}
}

.pricing-section {
	background-color: #fff;
	background-color: var(--white);
	padding-bottom: 80px;
	position: relative;
}

.app-section .section-header h2 {
	width: auto;
}

.pricing-tabs {
	margin-bottom: 40px;
}

.pricing-tabs {
	border-bottom: 2px solid #edf2f7;
	border-bottom: 2px solid var(--background-medium);
	display: flex;
	justify-content: center;
	margin-bottom: 30px;
}

.pricing-tab {
	background: #0000;
	border: none;
	color: #4a5568;
	color: var(--text-medium);
	cursor: pointer;
	font-size: 1rem;
	font-weight: 500;
	padding: 12px 25px;
	position: relative;
	transition: all .3s ease;
	transition: var(--transition);
}

.show_pricing1 .pricing-tab:nth-child(1),
.show_pricing2 .pricing-tab:nth-child(2) {
	color: #4361ee;
	color: var(--primary-color);
	font-weight: 600;
}

.show_pricing1 .pricing-tab:nth-child(1):after,
.show_pricing2 .pricing-tab:nth-child(2) :after {
	background: #4361ee;
	background: var(--primary-color);
	border-radius: 3px 3px 0 0;
	bottom: -2px;
	content: "";
	height: 3px;
	left: 0;
	position: absolute;
	width: 100%;
}

.pricing-cards-container {
	display: none;
	flex-wrap: wrap;
	gap: 20px;
	justify-content: center;
	margin-bottom: 40px;
}

.show_pricing1 .pricing1,
.show_pricing2 .pricing2 {
	display: flex;
}

.pricing-card {
	border: 1px solid #0066991a;
	border-radius: .5rem;
	box-shadow: 0 4px 6px #0066990d;
	padding: 2rem;
	text-align: center;
}

.pricing-card {
	background-color: #fff;
	background-color: var(--white);
	border: 1px solid #edf2f7;
	border: 1px solid var(--background-medium);
	border-radius: 12px;
	border-radius: var(--border-radius);
	box-shadow: 0 10px 15px -3px #00000014, 0 4px 6px -2px #0000000d;
	box-shadow: var(--card-shadow);
	flex: 1 1;
	max-width: 380px;
	min-width: 300px;
	overflow: hidden;
	position: relative;
	transition: all .3s ease;
	transition: var(--transition);
}

.pricing-card-header {
	background: linear-gradient(135deg, #f7fafc, #fff);
	background: linear-gradient(135deg, var(--background-light), var(--white));
	border-bottom: 1px solid #edf2f7;
	border-bottom: 1px solid var(--background-medium);
	padding: 20px 30px;
	text-align: center;
}

.pricing-card-header h3 {
	color: #2d3748;
	color: var(--text-dark);
	font-size: 1.5rem;
	margin-bottom: 8px;
}

.app-type-card .type-header,
.pricing-card-header h3,
.process-highlight-item p {
	text-align: center;
	width: 100%;
}

.pricing-card-header p,
.term {
	color: #4a5568;
	color: var(--text-medium);
}

.pricing-card-header p {
	font-size: .95rem;
	line-height: 1.5;
}

.pricing-card-content {
	padding: 20px 30px;
}

.pricing-card-content h4 {
	color: #2d3748;
	color: var(--text-dark);
	font-size: 1.1rem;
	margin-bottom: 20px;
	text-align: center;
}

.pricing-features {
	list-style: none;
	padding: 0;
}

.pricing-features li {
	align-items: flex-start;
	color: #4a5568;
	color: var(--text-medium);
	display: flex;
	font-size: .95rem;
	gap: 10px;
	line-height: 1.5;
	margin-bottom: 10px;
}

.pricing-features li svg {
	color: #4361ee;
	color: var(--primary-color);
	flex-shrink: 0;
	height: 18px;
	margin-top: 2px;
	width: 18px;
}

.pricing-card.highlighted .pricing-features li svg {
	color: #2c45b3;
	color: var(--primary-dark);
}

.pricing-card.highlighted {
	border-color: #6088ff;
	border-color: var(--primary-light);
	box-shadow: 0 15px 30px #4361ee26;
	transform: scale(1.05);
	z-index: 1;
}

.pricing-tag {
	background: #4361ee;
	background: var(--primary-color);
	border-radius: 20px;
	color: #fff;
	color: var(--white);
	font-size: .8rem;
	font-weight: 600;
	padding: 5px 10px;
	position: absolute;
	right: 15px;
	top: 15px;
	z-index: 2;
}

.pricing-card.highlighted .pricing-card-header h3 {
	color: #2c45b3;
	color: var(--primary-dark);
}

.pricing-card:hover {
	box-shadow: 0 15px 30px -5px #0000001a, 0 10px 15px -5px #0000000d;
	box-shadow: var(--hover-shadow);
	transform: translateY(-10px);
}

.pricing-card.highlighted:hover {
	transform: scale(1.05) translateY(-10px);
}

.mobile-app-pricing-table {
	background-color: #f7fafc;
	background-color: var(--background-light);
	border-radius: 12px;
	border-radius: var(--border-radius);
	box-shadow: 0 10px 15px -3px #00000014, 0 4px 6px -2px #0000000d;
	box-shadow: var(--card-shadow);
	margin: 40px auto;
	max-width: 1000px;
	padding: 20px;
}

.mobile-app-pricing-table h3 {
	color: #2d3748;
	color: var(--text-dark);
	font-size: 1.4rem;
	margin-bottom: 20px;
	text-align: center;
}

.mobile-app-pricing-table h3,
.solutions-header h3,
.tech-solutions-container h3 {
	color: #2d3748;
	color: var(--text-dark);
	font-size: 1.4rem;
	margin-bottom: 20px;
	text-align: center;
	width: 100%;
}

.table-responsive {
	overflow-x: auto;
}

.pricing-table {
	border-collapse: collapse;
	font-size: .95rem;
	margin-top: 20px;
	width: 100%;
}

.pricing-table td,
.pricing-table th {
	border-bottom: 1px solid #0000001a;
	color: #1e293b;
	color: var(--text-dark);
	padding: 12px 15px;
}

.pricing-table td,
.pricing-table th {
	border-bottom: 1px solid #edf2f7;
	border-bottom: 1px solid var(--background-medium);
	padding: 15px;
	text-align: left;
}

.pricing-table th:first-child {
	border-top-left-radius: 8px;
}

.pricing-table td,
.pricing-table th {
	border-bottom: 1px solid #0000001a;
	color: #1e293b;
	color: var(--text-dark);
	padding: 12px 15px;
}

.pricing-table td,
.pricing-table th {
	border-bottom: 1px solid #edf2f7;
	border-bottom: 1px solid var(--background-medium);
	padding: 15px;
	text-align: left;
}

.pricing-table th {
	background-color: #4361ee;
	background-color: var(--primary-color);
	color: #fff;
	color: var(--white);
	font-weight: 600;
}

.pricing-table tr:hover td {
	background-color: #4361ee0d;
}

.pricing-table th:last-child {
	border-top-right-radius: 8px;
}

.pricing-table th:first-child {
	border-top-left-radius: 8px;
}

.tech-solutions-container {
	background-color: #f7fafc;
	background-color: var(--background-light);
	border-radius: 12px;
	border-radius: var(--border-radius);
	box-shadow: 0 10px 15px -3px #00000014, 0 4px 6px -2px #0000000d;
	box-shadow: var(--card-shadow);
	margin: 40px auto 0;
	max-width: 1000px;
	padding: 20px;
}

.tech-solutions-grid {
	grid-gap: 20px;
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}

.tech-solution-item {
	align-items: center;
	background-color: #fff;
	background-color: var(--white);
	border-left: 3px solid #4361ee;
	border-left: 3px solid var(--primary-color);
	border-radius: 8px;
	border-radius: var(--border-radius-sm);
	display: flex;
	gap: 12px;
	padding: 15px;
	transition: all .3s ease;
	transition: var(--transition);
}

.tech-solution-item svg {
	color: #4361ee;
	color: var(--primary-color);
	height: 24px;
	width: 24px;
}

.tech-solution-item:hover {
	background-color: #4361ee;
	background-color: var(--primary-color);
	border-left-color: #ff6b6b;
	border-left-color: var(--secondary-color);
	box-shadow: 0 10px 15px -3px #00000014, 0 4px 6px -2px #0000000d;
	box-shadow: var(--card-shadow);
	color: #fff;
	color: var(--white);
	transform: translateY(-3px);
}

.tech-solution-item:hover svg {
	color: #fff;
	color: var(--white);
}

.pricing-note {
	margin-top: 40px;
	text-align: center;
}

.pricing-note p {
	color: #4a5568;
	color: var(--text-medium);
	font-size: .95rem;
	margin-bottom: 15px;
}

.contact-quote-button {
	align-items: center;
	background-color: #4361ee;
	background-color: var(--primary-color);
	border: none;
	border-radius: 30px;
	box-shadow: 0 8px 15px #4361ee33;
	color: #fff;
	color: var(--white);
	cursor: pointer;
	display: inline-flex;
	font-size: 1rem;
	font-weight: 600;
	gap: 10px;
	padding: 12px 25px;
	transition: all .3s ease;
	transition: var(--transition);
}

.contact-quote-button svg {
	height: 20px;
	width: 20px;
}

.contact-quote-button:hover {
	background-color: #2c45b3;
	background-color: var(--primary-dark);
	box-shadow: 0 12px 20px #4361ee4d;
	transform: translateY(-3px);
}

@media (max-width: 1024px) {
	.pricing-card {
		min-width: 280px;
	}
}

@media (max-width: 768px) {
	.pricing-card {
		max-width: 100%;
	}
}

.industry-icon {
	align-items: center;
	background: linear-gradient(135deg, #6088ff, #4361ee);
	background: linear-gradient(135deg, var(--primary-light), var(--primary-color));
	border-radius: 50%;
	color: #fff;
	color: var(--white);
	display: flex;
	height: 55px;
	justify-content: center;
	margin: 0 auto 5px;
	width: 55px;
}

.industry-icon svg {
	height: 28px;
	width: 28px;
}

/* seo */
.seo-stats-container,
.seo-stats-wrap {
	background-color: #fff;
	background-color: var(--white);
}

.seo-stats-container,
.seo-stats-wrap {
	background-color: #fff;
	background-color: var(--white);
}

.seo-stats-wrap {
	border-radius: 12px;
	border-radius: var(--border-radius-lg);
	box-shadow: 0 10px 15px -3px #0000001a, 0 4px 6px -2px #0000000d;
	box-shadow: var(--card-shadow);
	display: flex;
	flex-direction: column;
	margin: 0 auto;
	max-width: 1200px;
	padding: 15px 15px 30px;
}

.stats-tabs {
	display: flex;
	justify-content: center;
	margin-bottom: 20px;
}

.stats-tab {
	background: none;
	border: none;
	border-bottom: 3px solid #0000;
	color: #475569;
	color: var(--text-medium);
	cursor: pointer;
	font-size: 1rem;
	font-weight: 600;
	margin: 0 10px;
	padding: 10px 20px;
	transition: all .3s ease;
	transition: var(--transition);
}

.show_stat1 .stats-tab:nth-child(1),
.show_stat2 .stats-tab:nth-child(2) {
	border-bottom-color: #069;
	border-bottom-color: var(--primary-color);
	color: #069;
	color: var(--primary-color);
}

.stats-grid {
	display: none;
	flex-wrap: wrap;
	justify-content: space-around;
}

.show_stat1 .stats1,
.show_stat2 .stats2 {
	display: flex;
}

.seo-stat-card {
	flex: 1 1;
	min-width: 220px;
	padding: 20px 15px;
	position: relative;
	text-align: center;
}

.stat-value {
	color: #069;
	color: var(--primary-color);
	font-size: 2.2rem;
	font-weight: 700;
	margin-bottom: 10px;
}

.seo-stat-card:not(:last-child):after {
	background-color: #e2e8f0;
	background-color: var(--gray-200);
	content: "";
	height: 60%;
	position: absolute;
	right: 0;
	top: 20%;
	width: 1px;
}

@media (max-width: 1024px) {

	.section-header h2,
	.stat-value {
		font-size: 2rem;
	}
}

@media (max-width: 768px) {
	.seo-stats-container {
		margin-top: 0;
		padding-top: 30px;
	}

	.stats-grid {
		flex-direction: column;
	}

	.seo-stat-card {
		padding: 15px 0;
		width: 100%;
	}
}

.seo-sem-comparison {
	background-color: #f8fafc;
	background-color: var(--background-light);
	padding: 70px 20px;
}

.section-header {
	align-items: center;
	display: flex;
	flex-direction: column;
	margin-bottom: 70px;
	text-align: center;
	width: 100%;
}

.comparison-container {
	background: #fff;
	background: var(--white);
	border-radius: 8px;
	border-radius: var(--border-radius);
	box-shadow: 0 10px 15px -3px #0000001a, 0 4px 6px -2px #0000000d;
	box-shadow: var(--card-shadow);
	margin: 0 auto 50px;
	max-width: 900px;
	overflow: hidden;
}

.comparison-header,
.comparison-row {
	align-items: center;
	display: grid;
	grid-template-columns: 1.5fr 1fr 1fr;
}

.comparison-header {
	background: linear-gradient(135deg, #036, #069);
	color: #fff;
	color: var(--white);
	font-weight: 600;
	padding: 15px 20px;
}

.comparison-aspect,
.comparison-sem,
.comparison-seo {
	padding: 15px 20px;
}

.comparison-header .comparison-aspect,
.comparison-header .comparison-sem,
.comparison-header .comparison-seo {
	color: #fff;
	font-weight: 700;
	text-shadow: 0 1px 2px #0000004d;
}

.comparison-row {
	border-bottom: 1px solid #e2e8f0;
	border-bottom: 1px solid var(--gray-200);
	transition: background-color .2s ease;
}

.comparison-row:hover {
	background-color: #f1f5f9;
	background-color: var(--gray-100);
}

.comparison-aspect {
	color: #1e293b;
	color: var(--text-dark);
	font-weight: 600;
}

.comparison-seo {
	background-color: #0066990d;
	border-right: 1px solid #e2e8f0;
	border-right: 1px solid var(--gray-200);
	color: #036;
	font-weight: 500;
}

.comparison-sem {
	background-color: #4682b40d;
	color: #069;
	font-weight: 500;
}

@media (max-width: 1024px) {

	.comparison-header,
	.comparison-row {
		grid-template-columns: 1.2fr 1fr 1fr;
	}
}

@media (max-width: 1024px) {

	.comparison-header,
	.comparison-row {
		grid-template-columns: 1.2fr 1fr 1fr;
	}
}

@media (max-width: 768px) {

	.comparison-header,
	.comparison-row {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 768px) {

	.comparison-header,
	.comparison-row {
		grid-template-columns: 1fr;
	}
}

.comparison-visual {
	margin: 0 auto;
	max-width: 900px;
}

.serp-mockup {
	background-color: #fff;
	background-color: var(--white);
	border-radius: 8px;
	border-radius: var(--border-radius);
	box-shadow: 0 10px 15px -3px #0000001a, 0 4px 6px -2px #0000000d;
	box-shadow: var(--card-shadow);
	overflow: hidden;
	padding: 25px;
	position: relative;
}

.search-bar {
	align-items: center;
	background-color: #f1f5f9;
	background-color: var(--gray-100);
	border-radius: 24px;
	display: flex;
	margin-bottom: 20px;
	padding: 12px 20px;
}

.search-icon {
	color: #475569;
	color: var(--text-medium);
	margin-right: 15px;
}

.search-icon svg {
	height: 20px;
	width: 20px;
}

.search-input {
	color: #1e293b;
	color: var(--text-dark);
	font-size: 1rem;
	font-weight: 500;
}

.search-results {
	background-color: #fff;
	background-color: var(--white);
	border-radius: 8px;
	box-shadow: 0 4px 15px #0000001a;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.search-result {
	border-bottom: 1px solid #f8fafc;
	border-bottom: 1px solid var(--background-light);
	padding: 15px;
	position: relative;
}

.search-result.ad {
	border-left: 3px solid #09c;
	border-left: 3px solid var(--secondary-color);
}

.ad-badge {
	background-color: #f1f5f9;
	background-color: var(--background-medium);
	border-radius: 3px;
	color: #475569;
	color: var(--text-medium);
	display: inline-block;
	font-size: .7rem;
	margin-bottom: 5px;
	padding: 2px 5px;
}

.result-title {
	color: #069;
	color: var(--primary-color);
	font-size: 1.1rem;
	font-weight: 600;
	margin-bottom: 5px;
}

.search-result.ad .result-title {
	color: #4682b4;
	color: var(--sem-color);
}

.result-url {
	color: #09c;
	color: var(--secondary-color);
	font-size: .9rem;
	margin-bottom: 5px;
}

.result-desc {
	font-size: .9rem;
}

.result-desc,
.result-extensions {
	color: #475569;
	color: var(--text-medium);
}

.result-desc,
.result-extensions {
	color: #475569;
	color: var(--text-medium);
}

.result-extensions {
	font-size: .85rem;
	margin-top: 8px;
}

.search-result.your-site {
	border-left: 3px solid #069;
	border-left: 3px solid var(--primary-color);
}

.search-overlay-content {
	color: #fff;
	color: var(--white);
	padding: 20px;
	text-align: center;
}

.search-overlay-content h3 {
	font-size: 1.5rem;
	margin-bottom: 10px;
}

.search-overlay-content p {
	font-size: 1.1rem;
	max-width: 500px;
}

.result-badge {
	background-color: #069;
	background-color: var(--primary-color);
	border-radius: 12px;
	color: #fff;
	color: var(--white);
	font-size: .75rem;
	font-weight: 500;
	padding: 3px 8px;
	position: absolute;
	right: 15px;
	top: 15px;
}

.search-overlay {
	display: none;
}

.services-benefits {
	background-color: #fff;
	background-color: var(--white);
	padding: 80px 20px;
}

.section-header {
	align-items: center;
	display: flex;
	flex-direction: column;
	margin-bottom: 70px;
	text-align: center;
	width: 100%;
	justify-content: center;
}

.section-header h2 {
	color: #2d3748;
	font-size: 2.4rem;
	margin-bottom: 16px;
	width: 100%;
}

.section-header h2 {
	color: #1e293b;
	color: var(--text-dark);
	display: inline-block;
	font-size: 2.2rem;
	margin-bottom: 25px;
	position: relative;
	text-align: center;
}

.seo-cta .section-header h2,
.seo-faq .section-header h2,
.seo-industries .section-header h2,
.seo-packages .section-header h2,
.seo-page .section-header h2,
.seo-process .section-header h2,
.seo-sem-comparison .section-header h2,
.services-benefits .section-header h2 {
	display: inline-block;
	margin-bottom: 25px;
	position: relative;
	text-align: center;
}

.seo-cta .section-header h2:after,
.seo-faq .section-header h2:after,
.seo-industries .section-header h2:after,
.seo-packages .section-header h2:after,
.seo-page .section-header h2:after,
.seo-process .section-header h2:after,
.seo-sem-comparison .section-header h2:after,
.services-benefits .section-header h2:after {
	background: linear-gradient(90deg, #069, #4682b4);
	background: linear-gradient(to right, var(--primary-color), var(--sem-color));
	border-radius: 2px;
	bottom: -15px;
	content: "";
	height: 4px;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	width: 60px;
}

.section-header p {
	color: #475569;
	color: var(--text-medium);
	font-size: 1.1rem;
	margin: 0 auto;
	max-width: 700px;
	line-height: 1.6;
}

.process-tabs,
.services-tabs {
	display: flex;
	justify-content: center;
	margin-bottom: 40px;
}

.process-tab,
.service-tab {
	background: #f1f5f9;
	background: var(--gray-100);
	border: none;
	border-radius: 30px;
	color: #475569;
	color: var(--text-medium);
	cursor: pointer;
	font-size: 1rem;
	font-weight: 600;
	margin: 0 8px;
	padding: 12px 30px;
	transition: all .3s ease;
	transition: var(--transition);
}

.show_timeline1 .process-tab:nth-child(1),
.show_timeline2 .process-tab:nth-child(2),
.show_benefits1 .service-tab:nth-child(1),
.show_benefits2 .service-tab:nth-child(2) {
	background: linear-gradient(135deg, #069, #036);
	background: linear-gradient(135deg, var(--primary-color), var(--primary-dark));
	box-shadow: 0 4px 8px #0000001a;
	color: #fff;
	color: var(--white);
}

.benefits-container {
	grid-gap: 25px;
	display: none;
	gap: 25px;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

.benefits-container,
.benefits-grid {
	margin: 0 auto;
	max-width: 1200px;
}

.show_benefits1 .benefits-container:nth-child(3),
.show_benefits2 .benefits-container:nth-child(4) {
	display: grid;
}

.benefits-container,
.benefits-grid {
	margin: 0 auto;
	max-width: 1200px;
}

.benefits-grid {
	grid-gap: 30px;
	display: grid;
	gap: 30px;
	grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
	padding: 0 20px;
}

.benefit-card,
.process-flow-step {
	animation: none;
	opacity: 1;
}

.benefit-card {
	border-radius: 12px;
	box-shadow: 0 10px 15px -3px #0066991a, 0 4px 6px -2px #0066990d;
	margin-bottom: 30px;
	padding: 50px 30px;
}

.benefit-card {
	background-color: #fff;
	background-color: var(--white);
	border-radius: 8px;
	border-radius: var(--border-radius);
	border-top: 4px solid #069;
	border-top: 4px solid var(--primary-color);
	box-shadow: 0 10px 15px -3px #0000001a, 0 4px 6px -2px #0000000d;
	box-shadow: var(--card-shadow);
	display: flex;
	flex-direction: column;
	height: 100%;
	padding: 30px;
	transition: all .3s ease;
	transition: var(--transition);
}

.benefit-card:first-child,
.benefit-card:nth-child(2),
.benefit-card:nth-child(3),
.benefit-card:nth-child(4),
.process-flow-step:first-child,
.process-flow-step:nth-child(2),
.process-flow-step:nth-child(3),
.process-flow-step:nth-child(4),
.process-flow-step:nth-child(5),
.process-flow-step:nth-child(6) {
	animation-delay: 0;
}

.benefit-icon {
	background-color: #e6f7ff;
	box-shadow: 0 4px 10px #00558026;
	color: #005580;
	height: 70px;
	margin: 0 auto 25px;
	width: 70px;
}

.benefit-icon,
.industry-icon,
.process-flow-icon,
.service-icon {
	margin-bottom: 25px;
}

.benefit-icon,
.industry-icon,
.process-flow-icon,
.service-icon {
	margin-bottom: 25px;
}

.benefit-icon svg {
	filter: drop-shadow(0 1px 1px rgba(0, 0, 0, .2));
	height: 35px;
	width: 35px;
}

.benefit-icon svg {
	height: 30px;
	width: 30px;
}

.benefit-card h3 {
	color: #036;
	color: var(--primary-dark);
	font-weight: 600;
	margin-bottom: 20px;
}

.benefit-card h3 {
	color: #1e293b;
	color: var(--text-dark);
	font-size: 1.3rem;
	margin-bottom: 15px;
}

.benefit-card p {
	color: #475569;
	color: var(--text-medium);
	flex-grow: 1;
	font-size: .95rem;
	line-height: 1.5;
}

.seo-sem-page .benefit-icon {
	align-items: center;
	background: linear-gradient(135deg, #6cf, #069);
	background: linear-gradient(135deg, var(--primary-light), var(--primary-color));
	border-radius: 50%;
	color: #fff;
	color: var(--white);
	display: flex;
	height: 60px;
	justify-content: center;
	margin-bottom: 20px;
	width: 60px;
}

@media (max-width: 1024px) {

	.section-header h2,
	.stat-value {
		font-size: 2rem;
	}
}

@media (max-width: 768px) {

	.process-tabs,
	.services-tabs {
		align-items: center;
		flex-direction: column;
		gap: 10px;
	}

	.benefits-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 768px) {

	.process-tab,
	.service-tab {
		max-width: 300px;
		width: 100%;
	}

	.process-step {
		padding-left: 60px;
	}

	.step-content {
		padding: 20px;
	}
}

.benefit-card:hover {
	box-shadow: 0 20px 25px -5px #0000001a, 0 10px 10px -5px #0000000a;
	box-shadow: var(--hover-shadow);
	transform: translateY(-10px);
}

.packages-container {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	justify-content: center;
	margin: 0 auto;
	max-width: 1200px;
}

.package-features {
	width: 100%;
	margin: 0 0 30px;
	padding: 0;
	text-align: left;
	list-style: none;
	border-collapse: collapse;
}

.package-features li {
	color: #475569;
	color: var(--text-medium);
	font-size: .95rem;
	margin-bottom: 15px;
	padding-left: 25px;
	position: relative;
}

.package-features li:before {
	color: #09c;
	color: var(--secondary-color);
	content: "✓";
	font-weight: 700;
	left: 0;
	position: absolute;
}

.package-btn {
	display: block;
	border: none;
	border-radius: 30px;
	cursor: pointer;
	font-size: 1rem;
	font-weight: 600;
	letter-spacing: .5px;
	padding: 12px 0;
	text-transform: uppercase;
	transition: all .3s ease;
	transition: var(--transition);
	width: 100%;
}

.package-btn.secondary {
	background-color: initial;
	border: 2px solid #069;
	border: 2px solid var(--primary-color);
	color: #069;
	color: var(--primary-color);
}

.package-btn.primary {
	background: linear-gradient(135deg, #069, #036);
	background: linear-gradient(135deg, var(--primary-color), var(--primary-dark));
	box-shadow: 0 4px 10px #0066994d;
	color: #fff;
	color: var(--white);
}

.popular-badge {
	background: linear-gradient(135deg, #069, #036);
	background: linear-gradient(135deg, var(--primary-color), var(--primary-dark));
	color: #fff;
	color: var(--white);
	font-size: .85rem;
	font-weight: 600;
	padding: 5px 40px;
	position: absolute;
	right: -35px;
	top: 15px;
	transform: rotate(45deg);
}

.industries-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	justify-content: center;
	margin: 0 auto 50px;
	max-width: 900px;
}

.industry-tag {
	background-color: #fff;
	background-color: var(--white);
	border: 1px solid #e2e8f0;
	border: 1px solid var(--gray-200);
	border-radius: 30px;
	color: #475569;
	color: var(--text-medium);
	font-size: .95rem;
	padding: 10px 20px;
	transition: all .3s ease;
	transition: var(--transition);
}

.industry-tag:hover {
	background-image: linear-gradient(135deg, #069, #036);
	background-image: linear-gradient(135deg, var(--primary-color), var(--primary-dark));
	border-color: #0000;
	box-shadow: 0 5px 10px #0693;
	color: #fff;
	color: var(--white);
	transform: translateY(-5px);
}

.industries-cta p {
	color: #475569;
	color: var(--text-medium);
	font-size: 1.1rem;
	margin-bottom: 20px;
}

.seo-btn {
	display: inline-block;
	border: none;
	border-radius: 30px;
	cursor: pointer;
	font-size: 1rem;
	font-weight: 600;
	letter-spacing: .5px;
	padding: 12px 28px;
	text-transform: uppercase;
	transition: all .3s ease;
	transition: var(--transition);
}

.seo-btn.primary {
	background: linear-gradient(135deg, #069, #036);
	background: linear-gradient(135deg, var(--primary-color), var(--primary-dark));
	box-shadow: 0 4px 10px #0066994d;
	color: #fff;
	color: var(--white);
}

.seo-industries {
	background-color: #f8fafc;
	background-color: var(--background-light);
	padding: 80px 20px;
}

.industries-cta {
	margin: 0 auto;
	max-width: 600px;
	text-align: center;
}

.faq-container {
	margin: 0 auto;
	max-width: 900px;
}

.faq-item {
	background-color: #f8fafc;
	background-color: var(--background-light);
	border-radius: 8px;
	border-radius: var(--border-radius);
	box-shadow: 0 4px 6px #0000000d;
	margin-bottom: 15px;
	overflow: hidden;
	transition: all .3s ease;
	transition: var(--transition);
}

.faq-question {
	align-items: center;
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	padding: 20px 25px;
	color: #1e293b;
	color: var(--text-dark);
	font-size: 1.1rem;
	font-weight: 600;
}

.faq-question h3 {
	color: #1e293b;
	color: var(--text-dark);
	font-size: 1.15rem;
	margin: 0;
}

.faq-toggle {
	color: #069;
	color: var(--primary-color);
	transition: all .3s ease;
	transition: var(--transition);
}

.faq-toggle svg {
	height: 20px;
	width: 20px;
}

.faq-answer {
	color: #475569;
	color: var(--text-medium);
	font-size: 1rem;
	line-height: 1.7;
}

.faq-answer {
	display: none;
	padding: 0 25px 20px;
}

.faq-item:hover .faq-answer {
	display: block;
}


@media (max-width: 1024px) {
	.benefits-grid {
		grid-template-columns: 1fr;
	}
}

.benefits-section .benefit-icon {
	width: 60px;
	height: 60px;
	color: #fff;
	color: var(--white);
}

.success-message-container h2 {
	color: #28a745;
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 20px;
}
.success-message-container {
    background-color: #f8f9fa;
    border: 1px solid #d1e7dd;
    border-radius: 12px;
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 600px;
    padding: 40px 20px;
    text-align: center;
}