body {
  font-family: "Gilroy-Bold", Sans-serif;
}
.hidden-cost {
	background-color: #fff;
	border-radius: 1rem;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
	padding: 2rem;
	transition: all 0.3s ease;
}

.hidden-cost:hover {
	transform: translateY(-5px);
	box-shadow: 0 12px 25px rgba(0, 0, 0, 0.1);
}

.icon-box {
	font-size: 1.8rem;
	color: #ff6b6b;
	background-color: #ffecec;
	padding: 0.75rem;
	border-radius: 0.75rem;
	display: inline-block;
	margin-bottom: 1rem;
}

.highlight {
	color: #ff4b4b;
	font-weight: 700;
}

.cta-section {
	background-color: #1010a1;
	color: #fff;
	border-radius: 0.75rem;
	padding: 2rem;
	margin-top: 3rem;
	text-align: center;
}

.cta-section h5 {
	font-weight: 700;
	font-size: 1.3rem;
}

	.feature-card {
	background: #fff;
	border-radius: 1rem;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
	padding: 2rem;
	transition: all 0.3s ease;
	height: 100%;
}

.feature-card:hover {
	transform: translateY(-6px);
	box-shadow: 0 15px 25px rgba(0, 0, 0, 0.08);
}

.icon-box {
	background-color: #001a99;
	color: #fff;
	font-size: 1.8rem;
	padding: 0.75rem;
	border-radius: 0.75rem;
	display: inline-block;
	margin-bottom: 1.25rem;
}

.section-title {
	font-weight: 700;
	font-size: 2rem;
	color: #0b0b3b;
}

.section-title span {
	color: #1a1aff;
}

.section-badge {
	background-color: #fff4e0;
	color: #f59e0b;
	font-weight: 600;
	border-radius: 50px;
	padding: 0.4rem 1rem;
	display: inline-block;
	margin-bottom: 1rem;
}

ul.custom-list {
	list-style: none;
	padding-left: 0;
	margin-top: 1rem;
}

ul.custom-list li {
	display: flex;
	align-items: center;
	margin-bottom: 0.5rem;
	color: #333;
}

ul.custom-list li i {
	color: #fbbf24;
	margin-right: 0.5rem;
	font-size: 1rem;
}

	/* --- MAIN FEATURE BOX --- */
.ai-section {
	background: #f8f9ff;
	border-radius: 1rem;
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
	padding: 3rem;
	margin-bottom: 3rem;
}

.badge-premium {
	background-color: #e8eefe;
	color: #0a42b9;
	font-weight: 600;
	border-radius: 50px;
	padding: 0.4rem 1rem;
	display: inline-block;
	margin-bottom: 1rem;
	font-size: 0.9rem;
}

.ai-section h2 {
	font-weight: 700;
	color: #0b0b3b;
}

.ai-section h2 span {
	color: #001a99;
}

.number-item {
	display: flex;
	align-items: flex-start;
	margin-bottom: 1rem;
}

.number-item .number {
	background-color: #fcd34d;
	color: #111827;
	font-weight: 700;
	border-radius: 50%;
	width: 28px;
	height: 28px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 0.75rem;
}

.learn-btn {
	background-color: #001a99;
	color: #fff;
	font-weight: 600;
	padding: 0.75rem 1.5rem;
	border-radius: 0.5rem;
	border: none;
	margin-top: 1rem;
}

.learn-btn:hover {
	background-color: #0d22c5;
}

/* --- IMAGE SIDE --- */
.image-card {
	position: relative;
	overflow: hidden;
	border-radius: 1rem;
}

.image-card img {
	width: 100%;
	border-radius: 1rem;
	object-fit: cover;
}

.order-badge {
	position: absolute;
	bottom: 1rem;
	right: 1rem;
	background: #fff;
	color: #f59e0b;
	font-weight: 700;
	padding: 0.5rem 1rem;
	border-radius: 0.75rem;
	font-size: 0.9rem;
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

.order-badge small {
	color: #444;
	font-weight: 500;
	display: block;
	font-size: 0.8rem;
}

/* --- BOTTOM FEATURE CARDS --- */
.bottom-card {
	background-color: #fff;
	border-radius: 1rem;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
	padding: 2rem;
	text-align: center;
	height: 100%;
}

.bottom-card i {
	font-size: 1.8rem;
	color: #fbbf24;
	margin-bottom: 0.75rem;
}

.bottom-card h6 {
	font-weight: 600;
	margin-bottom: 0.25rem;
}

.bottom-card p {
	color: #6b7280;
	font-size: 0.95rem;
}

	.process-section {
	text-align: center;
	padding: 80px 20px;
}

.process-section h2 {
	font-size: 2.5rem;
	font-weight: 700;
}

.process-section h2 span {
	color: #0a1c82;
}

.process-section p.lead {
	color: #555;
	max-width: 700px;
	margin: 20px auto 60px;
}

.process-step {
	border: 1px solid #eee;
	border-radius: 16px;
	padding: 30px 25px;
	transition: all 0.3s ease;
	background: #fff;
	box-shadow: 0 0 20px rgba(0,0,0,0.03);
}

.process-step:hover {
	box-shadow: 0 8px 20px rgba(0,0,0,0.08);
	transform: translateY(-5px);
}

.step-number {
	width: 45px;
	height: 45px;
	background: #002d9c;
	color: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 600;
	font-size: 1.2rem;
	margin: 0 auto 15px;
}

.icon-box {
	display: inline-flex;
	background: #fff4e0;
	color: #ffb400;
	font-size: 1.5rem;
	border-radius: 10px;
	padding: 10px;
	margin-left: 10px;
}

.process-step h5 {
	font-weight: 700;
	margin-bottom: 10px;
}

.process-step p {
	color: #666;
	font-size: 0.95rem;
}

.features-section {
	text-align: center;
	padding: 80px 20px;
}

.features-section h2 {
	font-size: 2.2rem;
	font-weight: 700;
}

.features-section h2 span {
	color: #0a1c82;
}

.features-section p.lead {
	color: #555;
	max-width: 720px;
	margin: 15px auto 50px;
}

.feature-card {
	border: 1px solid #eee;
	border-radius: 16px;
	padding: 25px 30px;
	text-align: left;
	transition: all 0.3s ease;
	background: #fff;
	height: 100%;
}

.feature-card:hover {
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
	transform: translateY(-6px);
}

.icon-square {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background-color: #ffb400;
	color: #fff;
	font-size: 1.5rem;
	border-radius: 10px;
	width: 40px;
	height: 40px;
	margin-bottom: 15px;
}

.feature-card h5 {
	font-weight: 700;
	margin-bottom: 8px;
}

.feature-card p {
	font-size: 0.95rem;
	color: #666;
}

	/* --- MAIN FEATURE BOX --- */
.ai-section {
	background: #f8f9ff;
	border-radius: 1rem;
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
	padding: 3rem;
	margin-bottom: 3rem;
}

.badge-premium {
	background-color: #e8eefe;
	color: #0a42b9;
	font-weight: 600;
	border-radius: 50px;
	padding: 0.4rem 1rem;
	display: inline-block;
	margin-bottom: 1rem;
	font-size: 0.9rem;
}

.ai-section h2 {
	font-weight: 700;
	color: #0b0b3b;
}

.ai-section h2 span {
	color: #001a99;
}

.number-item {
	display: flex;
	align-items: flex-start;
	margin-bottom: 1rem;
}

.number-item .number {
	background-color: #fcd34d;
	color: #111827;
	font-weight: 700;
	border-radius: 50%;
	width: 28px;
	height: 28px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 0.75rem;
}

.learn-btn {
	background-color: #001a99;
	color: #fff;
	font-weight: 600;
	padding: 0.75rem 1.5rem;
	border-radius: 0.5rem;
	border: none;
	margin-top: 1rem;
}

.learn-btn:hover {
	background-color: #0d22c5;
}

/* --- IMAGE SIDE --- */
.image-card {
	position: relative;
	overflow: hidden;
	border-radius: 1rem;
}

.image-card img {
	width: 100%;
	border-radius: 1rem;
	object-fit: cover;
}

.order-badge {
	position: absolute;
	bottom: 1rem;
	right: 1rem;
	background: #fff;
	color: #f59e0b;
	font-weight: 700;
	padding: 0.5rem 1rem;
	border-radius: 0.75rem;
	font-size: 0.9rem;
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

.order-badge small {
	color: #444;
	font-weight: 500;
	display: block;
	font-size: 0.8rem;
}

/* --- BOTTOM FEATURE CARDS --- */
.bottom-card {
	background-color: #fff;
	border-radius: 1rem;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
	padding: 2rem;
	text-align: center;
	height: 100%;
}

.bottom-card i {
	font-size: 1.8rem;
	color: #fbbf24;
	margin-bottom: 0.75rem;
}

.bottom-card h6 {
	font-weight: 600;
	margin-bottom: 0.25rem;
}

.bottom-card p {
	color: #6b7280;
	font-size: 0.95rem;
}

	.integration-section {
	text-align: center;
	padding: 80px 20px;
}

.integration-section h2 {
	font-size: 2rem;
	font-weight: 700;
	margin-bottom: 10px;
}

.integration-section p.lead {
	color: #555;
	margin-bottom: 50px;
}

.integration-card {
	border: 1px solid #eee;
	border-radius: 12px;
	padding: 30px 20px;
	transition: all 0.3s ease;
	background-color: #fff;
	height: 100%;
}

.integration-card:hover {
	box-shadow: 0 8px 25px rgba(0, 0, 0, 0.07);
	transform: translateY(-4px);
}

.integration-icon {
	color: #0a1c82;
	font-size: 2rem;
	margin-bottom: 15px;
}

.integration-card h6 {
	font-weight: 700;
	color: #0a1c82;
	margin-bottom: 5px;
}

.integration-card p {
	color: #666;
	font-size: 0.95rem;
	margin-bottom: 0;
}

	.implementation-section {
	padding: 90px 20px;
}

.implementation-section h2 {
	font-size: 2.2rem;
	font-weight: 700;
	text-align: center;
	margin-bottom: 15px;
}

.implementation-section h2 span {
	color: #0a1c82;
}

.implementation-section p.lead {
	text-align: center;
	color: #555;
	margin-bottom: 8px;
}

.implementation-section p.note {
	text-align: center;
	color: #ffb400;
	font-weight: 600;
	margin-bottom: 60px;
}

.step-item {
	display: flex;
	align-items: flex-start;
	margin-bottom: 30px;
}

.step-number {
	width: 45px;
	height: 45px;
	background: #0a1c82;
	color: #fff;
	font-weight: 600;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.2rem;
	flex-shrink: 0;
	margin-right: 15px;
}

.step-item h5 {
	font-weight: 700;
	margin-bottom: 5px;
}

.step-item p {
	color: #666;
	font-size: 0.95rem;
}

.step-icon {
	color: #ffb400;
	margin-right: 6px;
	font-size: 1.2rem;
}

.consult-card {
	border-radius: 16px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
	padding: 40px 30px;
	text-align: center;
	background-color: #fff;
}

.consult-icon {
	background-color: #ffb400;
	color: #fff;
	font-size: 1.8rem;
	border-radius: 50%;
	padding: 15px;
	margin-bottom: 20px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.consult-card h5 {
	font-weight: 700;
	margin-bottom: 10px;
}

.consult-card p {
	color: #666;
	font-size: 0.95rem;
	margin-bottom: 25px;
}

.btn-consult {
	background: linear-gradient(to right, #002d9c, #1100ff);
	color: #fff;
	border: none;
	border-radius: 6px;
	font-weight: 600;
	padding: 12px 20px;
	width: 100%;
	transition: all 0.3s ease;
}

.btn-consult:hover {
	opacity: 0.9;
}

.faq-section {
	padding: 90px 20px;
	background: linear-gradient(to bottom, #ffffff, #fafafa);
}

.faq-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #fff7e0;
	color: #ffb400;
	font-weight: 600;
	font-size: 0.9rem;
	border-radius: 30px;
	padding: 6px 14px;
	margin-bottom: 15px;
}

.faq-badge i {
	margin-right: 6px;
	font-size: 1rem;
}

.faq-section h2 {
	text-align: center;
	font-size: 2.2rem;
	font-weight: 700;
	margin-bottom: 10px;
}

.faq-section h2 span {
	color: #0a1c82;
}

.faq-section p.lead {
	text-align: center;
	color: #666;
	margin-bottom: 50px;
}

.accordion-item {
	border: none;
	border-radius: 10px !important;
	box-shadow: 0 4px 10px rgba(0,0,0,0.06);
	margin-bottom: 15px;
}

.accordion-button {
	background: #fff;
	border-radius: 10px !important;
	font-weight: 600;
	color: #1a1a1a;
	padding: 18px 20px;
	box-shadow: none;
}

.accordion-button:not(.collapsed) {
	background-color: #f6f8ff;
	color: #0a1c82;
}

.accordion-body {
	color: #555;
	font-size: 0.95rem;
	padding: 15px 20px;
}

.accordion-button::after {
	font-size: 1.2rem;
	color: #0a1c82;
}

	/* Section Styling */
.testimonials-section {
	padding: 90px 20px;
	background: linear-gradient(to bottom, #ffffff, #fafafa);
	text-align: center;
}

.section-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #fff7e0;
	color: #ffb400;
	font-weight: 600;
	font-size: 0.9rem;
	border-radius: 30px;
	padding: 6px 14px;
	margin-bottom: 15px;
}

.section-badge i {
	margin-right: 6px;
	font-size: 1rem;
}

.testimonials-section h2 {
	font-size: 2.2rem;
	font-weight: 700;
	margin-bottom: 10px;
}

.testimonials-section h2 span {
	color: #0a1c82;
}

.testimonials-section p.lead {
	color: #555;
	margin-bottom: 60px;
}

/* Testimonial Cards */
.testimonial-card {
	background: #fff;
	border-radius: 16px;
	box-shadow: 0 8px 20px rgba(0,0,0,0.06);
	padding: 30px;
	text-align: left;
	transition: all 0.3s ease;
}

.testimonial-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

.testimonial-card .quote-icon {
	background: #0a1c82;
	color: #fff;
	border-radius: 50%;
	width: 32px;
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.2rem;
	margin-bottom: 15px;
}

.stars i {
	color: #ffb400;
	margin-right: 2px;
}

.testimonial-card p {
	color: #444;
	margin: 15px 0 25px;
	font-size: 0.95rem;
	line-height: 1.6;
}

.testimonial-author {
	font-weight: 600;
	margin-bottom: 0;
}

.testimonial-role {
	font-size: 0.85rem;
	color: #666;
}

.testimonial-tag {
	display: inline-block;
	background: #fff7e0;
	color: #ffb400;
	border-radius: 20px;
	padding: 5px 14px;
	font-size: 0.8rem;
	margin-top: 8px;
	font-weight: 600;
}

/* Stats Section */
.stats-banner {
	background: linear-gradient(90deg, #001c8c, #1a20b9);
	color: #fff;
	border-radius: 20px;
	margin-top: 60px;
	padding: 50px 20px;
}

.stats-banner h3 {
	font-size: 1.6rem;
	font-weight: 700;
	margin-bottom: 30px;
}

.stats-number {
	font-size: 2rem;
	font-weight: 700;
}

.stats-label {
	font-size: 0.95rem;
	opacity: 0.9;
}

.feature-card {
	background-color: rgba(255, 255, 255, 0.1);
	border-radius: 1rem;
	padding: 1.5rem;
	height: 100%;
	transition: transform 0.3s ease;
}
.feature-card:hover {
	transform: translateY(-5px);
}
.highlight-pill {
	background-color: #f0ad4e;
	color: #1b0ca0;
	font-weight: 600;
	border-radius: 50px;
	padding: 0.4rem 1rem;
}
.email-box {
	background-color: rgba(255, 255, 255, 0.08);
	border-radius: 1rem;
	padding: 2rem;
}
.email-input {
	border: none;
	border-radius: 0.5rem;
	padding: 0.75rem 1rem;
	width: 100%;
}
.btn-warning {
	font-weight: 600;
	color: #000;
}
.footer-pill {
	background-color: rgba(255, 0, 0, 0.1);
	color: #ff4d4d;
	display: inline-block;
	border-radius: 50px;
	padding: 0.4rem 1rem;
	margin-top: 1.5rem;
	font-weight: 500;
}

footer a {
	color: #b5c7ff;
	text-decoration: none;
}
footer a:hover {
	color: #ffc107;
}
.footer-divider {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	margin: 2rem 0;
}
.cta-bar {
	background-color: #062273;
	padding: 1.5rem;
	border-radius: 0.5rem;
}
.cta-bar .btn-warning {
	font-weight: 600;
	color: #000;
}
 
.highlight-pill {
  background: rgba(255,255,255,0.1);
  border-radius: 50px;
  padding: 8px 16px;
  font-weight: 500;
}
.feature-card {
  background: rgba(255,255,255,0.1);
  border-radius: 16px;
  padding: 20px;
  height: 100%;
}
.email-input {
  width: 100%;
  border-radius: 30px;
  padding: 10px 20px;
  border: none;
}
.footer-pill {
  background: rgba(255,255,255,0.1);
  border-radius: 50px;
  display: inline-block;
  padding: 8px 16px;
  margin-top: 20px;
  font-weight: 500;
}
.process-step {
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  transition: all 0.3s ease;
}
.process-step:hover {
  transform: translateY(-5px);
}
.step-number {
  font-size: 24px;
  font-weight: bold;
  color: #ff9800;
}
.icon-box i {
  font-size: 36px;
  color: #007bff;
  margin: 10px 0;
}
.badge-premium {
  display: inline-block;
  background: #fef3c7;
  color: #b45309;
  padding: 8px 15px;
  border-radius: 30px;
  font-weight: 600;
}
.number-item {
  display: flex;
  align-items: center;
  margin: 15px 0;
}
.number-item .number {
  background: #007bff;
  color: #fff;
  font-size: 18px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  text-align: center;
  line-height: 35px;
  margin-right: 12px;
  font-weight: bold;
}
.image-card {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
}
.image-card img {
  width: 100%;
  border-radius: 16px;
}
.image-card .order-badge {
  position: absolute;
  bottom: 15px;
  right: 15px;
  background: #007bff;
  color: #fff;
  padding: 8px 15px;
  border-radius: 20px;
  font-weight: 600;
}
.bottom-card {
  text-align: center;
  padding: 25px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}
.bottom-card i {
  font-size: 30px;
  color: #007bff;
  margin-bottom: 10px;
}

.highlight-pill {
    background-color: #f0ad4e;
    color: #1b0ca0;
    font-weight: 600;
    border-radius: 50px;
    padding: 0.4rem 1rem;
}