/*!
Theme Name: Realestate
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: realestate
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Realestate is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */





/******************MYCSS******************/

* {
  box-sizing: border-box;
  margin: 0px;
  padding: 0px;
  font-family: "poppins", sans-serif;
}

:root {
  --primary-color: #2563eb;
  --text-dark: #1f2937;
  --text-medium: #4b5563;
  --text-light: #6b7280;
  --border-color: #e5e7eb;
  --bg-light: #f9fafb;
  --bg-white: #ffffff;
}
:root {
  --primary-blue: #2563eb;
  --primary-blue-dark: #1e40af;
  --secondary-indigo: #4f46e5;
  --green: #16a34a;
  --red: #dc2626;
  --yellow: #fbbf24;
  --orange: #f97316;
  --gray-50: #f9fafb;
  --gray-100: #f3f4f6;
  --gray-200: #e5e7eb;
  --gray-300: #d1d5db;
  --gray-400: #9ca3af;
  --gray-600: #4b5563;
  --gray-700: #374151;
  --gray-900: #111827;
  --slate-900: #0f172a;
}

.logo {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  text-decoration: none;
  color: #111827;
}
.logo-icon {
  width: 32px;
  height: 32px;
  background: #2563eb;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: bold;
  font-size: 1.25rem;
}
.nav-cta {
  background: #3b82f6;
  font-family: "poppins", sans-serif;
  color: #ffffff;
  padding: 10px 24px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  font-size: 15px;
  transition: all 0.2s;
}
nav.nav-links ul {
    display: flex;
    list-style: none;
    gap: 20px;
}

nav.nav-links li a {
    font-size: 15px;
    font-weight: 500;
}
.navbar {
  background: #ffffff;
  border-bottom: 1px solid #e5e7eb;
  position: sticky;
  top: 0;
  z-index: 1000;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}
nav.main-nav {
    position: unset;
}
li.current-menu-item a {
    color: #3b82f6;
}
.nav-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 70px;
}

.nav-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: "poppins";
  font-size: 20px;
  font-weight: 700;
  color: #1f2937;
  text-decoration: none;
}

.nav-links {
  display: flex;
  gap: 32px;
  align-items: center;
}

.nav-link {
  color: #6b7280;
  font-family: "poppins", sans-serif;
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  transition: color 0.2s;
}

.nav-link:hover,
.nav-link.active {
  color: #3b82f6;
}

.nav-cta {
  background: #3b82f6;
  color: #ffffff;
  padding: 10px 24px;
  border-radius: 8px;
  font-family: "poppins", sans-serif;
  text-decoration: none;
  font-weight: 600;
  font-size: 15px;
  transition: all 0.2s;
}

.nav-cta:hover {
  background: #2563eb;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(59, 130, 246, 0.3);
}

.mobile-menu-toggle {
  display: none;
  flex-direction: column;
  gap: 4px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
}

.mobile-menu-toggle span {
  width: 24px;
  height: 2px;
  background: #1f2937;
  transition: all 0.3s;
}
.footer {
  background: #1f2937;
  font-family: "poppins", sans-serif;
  color: white;
  padding: 3rem 2rem;
}
.nav-link {
  color: #6b7280;
  font-family: "poppins", sans-serif;
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  transition: color 0.2s;
}
.footer-content {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}
.footer-logo span.logo-text {
  color: #fff !important;
}
.footer-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}

.footer-links {
  display: flex;
  gap: 2rem;
  justify-content: center;
  margin-bottom: 1.5rem;
  flex-wrap: wrap;
}
nav.footer-links {
    position: unset;
    background: transparent;
    margin: 0px;
    height: unset;
}

nav.footer-links ul {
    margin: 0  0 15px 0px;
}

.footer-links a {
  color: #9ca3af;
  text-decoration: none;
  transition: color 0.2s;
}

.footer-copyright {
  color: #6b7280;
  font-size: 0.875rem;
}
a#myCustomChatButton {
    cursor: pointer;
}
@media (max-width: 768px) {
.home table.comparison-table {
    width: 700px;
    table-layout: fixed;
    overflow-x: scroll;
}

.home .comparison-table-wrapper {
    width: 100%;
    overflow-x: scroll !important;
}    
    
  .nav-links {
    display: none;
    position: absolute;
    top: 70px;
    left: 0;
    right: 0;
    background: #ffffff;
    flex-direction: column;
    padding: 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    gap: 16px;
  }
  .nav-links.active {
    display: flex;
  }

  .mobile-menu-toggle {
    display: flex;
  }

  .mobile-menu-toggle.active span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
  }

  .mobile-menu-toggle.active span:nth-child(2) {
    opacity: 0;
  }

  .mobile-menu-toggle.active span:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -6px);
  }
}

@media (max-width: 480px) {
  .nav-cta {
    display: none;
  }
}



/*******Home CSS*****************/
.container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

/* Navigation */
nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: white;
  z-index: 1000;
  transition: box-shadow 0.3s ease;
}

nav.scrolled {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

.nav-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 1rem 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  text-decoration: none;
  color: var(--gray-900);
}

.logo-icon {
  width: 32px;
  height: 32px;
  background: var(--primary-blue);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: bold;
  font-size: 1.25rem;
}

.logo-text {
  font-size: 1.25rem;
  font-weight: bold;
}

.nav-links {
  display: none;
  gap: 2rem;
  list-style: none;
}

.nav-links a {
  color: var(--gray-600);
  text-decoration: none;
  transition: color 0.3s;
}

.nav-links a:hover {
  color: var(--gray-900);
}

.cta-button {
  background: var(--primary-blue);
  color: white;
  padding: 0.625rem 1.5rem;
  border-radius: 0.5rem;
  border: none;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s;
  text-decoration: none;
  display: inline-block;
}

.cta-button:hover {
  background: var(--primary-blue-dark);
  transform: scale(1.05);
}

/* Hero Section */
.hero {
  padding: 4rem 0 4rem;
  background: linear-gradient(135deg, #eff6ff 0%, white 50%, #eff6ff 100%);
}

.hero-grid {
  display: grid;
  gap: 3rem;
  align-items: center;
}

.hero h1 {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
  line-height: 1.1;
}

.hero-subtitle {
  font-size: 1.25rem;
  color: var(--gray-600);
  margin-bottom: 2rem;
}

.benefits-list {
  list-style: none;
  margin-bottom: 2rem;
}

.benefit-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
  font-size: 1.125rem;
  color: var(--gray-700);
}

.check-icon {
  color: var(--green);
  font-size: 1.25rem;
}

.hero-buttons {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.primary-button {
  background: var(--primary-blue);
  color: white;
  padding: 1rem 2rem;
  border-radius: 0.5rem;
  border: none;
  font-size: 1.125rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s;
}

.primary-button:hover {
  background: var(--primary-blue-dark);
  transform: scale(1.05);
}

.secondary-button {
  background: white;
  color: var(--gray-700);
  padding: 1rem 2rem;
  border-radius: 0.5rem;
  border: 2px solid var(--gray-300);
  font-size: 1.125rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.secondary-button:hover {
  border-color: var(--gray-400);
  transform: scale(1.05);
}

.trust-text {
  font-size: 0.875rem;
  color: var(--gray-500);
  margin-bottom: 1.5rem;
}

.urgency-banner {
  background: linear-gradient(135deg, #fef3c7, #fed7aa);
  border: 2px solid var(--yellow);
  border-radius: 0.5rem;
  padding: 1rem;
  animation: pulse 2s infinite;
}

.urgency-banner-title {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}

.urgency-banner p {
  margin: 0.25rem 0;
}

.urgency-spots {
  color: var(--orange);
  font-weight: 600;
}

.hero-image {
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

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

/* Trust Bar */
.trust-bar {
  background: white;
  padding: 3rem 0;
  border-top: 1px solid var(--gray-200);
  border-bottom: 1px solid var(--gray-200);
}

.trust-bar-title {
  text-align: center;
  color: var(--gray-600);
  font-size: 1.125rem;
  margin-bottom: 2rem;
}

.trust-bar-title strong {
  font-weight: 600;
  color: var(--gray-900);
}

.trust-stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}

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

.trust-stat-icon {
  font-size: 3rem;
  margin-bottom: 0.75rem;
}

.trust-stat-value {
  font-size: 1.875rem;
  font-weight: bold;
  margin-bottom: 0.25rem;
}

.trust-stat-label {
  font-size: 0.875rem;
  color: var(--gray-600);
}

/* Problem Section */
.problem-section {
  padding: 5rem 0;
  background: linear-gradient(135deg, #fef2f2, #fce7f3);
}

.section-title {
  text-align: center;
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 1rem;
}

.problems-grid {
  display: grid;
  gap: 1.5rem;
  margin-bottom: 3rem;
}

.problem-card {
  background: white;
  border-radius: 0.75rem;
  padding: 1.5rem;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.3s;
  text-align: center;
}

.problem-card:hover {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
}

.problem-icon {
  font-size: 4rem;
  margin-bottom: 1rem;
}

.problem-text {
  font-size: 1.125rem;
  font-weight: 600;
}

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

.problem-cta p {
  font-size: 1.25rem;
  color: var(--gray-700);
  margin-bottom: 1.5rem;
}

.problem-cta strong {
  font-size: 1.5rem;
  display: block;
  margin-top: 0.5rem;
}

/* Solution Section */
.solution-section {
  padding: 5rem 0;
  background: white;
}

.section-subtitle {
  text-align: center;
  font-size: 1.25rem;
  color: var(--gray-600);
  margin-bottom: 4rem;
}

.feature-block {
  display: grid;
  gap: 3rem;
  align-items: center;
  margin-bottom: 6rem;
}

.feature-content h3 {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 1.875rem;
  font-weight: bold;
  margin-bottom: 1rem;
}

.feature-icon {
  font-size: 2.5rem;
  color: var(--primary-blue);
}

.feature-list {
  list-style: none;
}

.feature-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
  font-size: 1.125rem;
  color: var(--gray-700);
}

.feature-image {
  border-radius: 0.75rem;
  overflow: hidden;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

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

/* How It Works */
.how-it-works {
  padding: 5rem 0;
  background: linear-gradient(135deg, #eff6ff, #eef2ff);
}

.steps-grid {
  display: grid;
  gap: 2rem;
  margin-bottom: 3rem;
}

.step-card {
  background: white;
  border-radius: 1rem;
  padding: 1.5rem;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.3s;
  position: relative;
}

.step-card:hover {
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.step-number {
  width: 4rem;
  height: 4rem;
  background: linear-gradient(
    135deg,
    var(--primary-blue),
    var(--secondary-indigo)
  );
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1.875rem;
  font-weight: bold;
  margin: 0 auto 1rem;
}

.step-title {
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0.5rem;
}

.step-description {
  text-align: center;
  color: var(--gray-600);
  margin-bottom: 1rem;
}

.step-image {
  border-radius: 0.5rem;
  overflow: hidden;
  height: 10rem;
}

.step-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.how-it-works-cta {
  text-align: center;
}

.how-it-works-cta p {
  font-size: 1.25rem;
  color: var(--gray-700);
  margin-bottom: 1.5rem;
}

/* Testimonials */
.testimonials {
  padding: 5rem 0;
  background: white;
}

.testimonials-grid {
  display: grid;
  gap: 2rem;
}

.testimonial-card {
  background: white;
  border-radius: 0.75rem;
  padding: 1.5rem;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  border: 1px solid var(--gray-100);
  transition: box-shadow 0.3s;
}

.testimonial-card:hover {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
}

.stars {
  display: flex;
  gap: 0.25rem;
  margin-bottom: 1rem;
}

.star {
  color: var(--yellow);
  font-size: 1.25rem;
}

.testimonial-text {
  font-style: italic;
  color: var(--gray-700);
  font-size: 1.125rem;
  margin-bottom: 1.5rem;
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.author-image {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  object-fit: cover;
}

.author-name {
  font-weight: 600;
  color: var(--gray-900);
}

.author-role {
  font-size: 0.875rem;
  color: var(--gray-600);
}

.author-since {
  font-size: 0.75rem;
  color: var(--gray-500);
}

/* Pricing */
.pricing {
  padding: 5rem 0;
  background: linear-gradient(135deg, #eff6ff, #eef2ff);
}

.pricing-banner {
  background: linear-gradient(135deg, var(--yellow), var(--orange));
  border-radius: 1rem;
  padding: 1.5rem;
  text-align: center;
  margin-bottom: 3rem;
}

.pricing-banner-emoji {
  font-size: 1.875rem;
  margin-bottom: 0.5rem;
}

.pricing-banner-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--gray-900);
  margin-bottom: 0.5rem;
}

.pricing-banner-spots {
  font-size: 1.125rem;
  font-weight: bold;
  color: var(--red);
}

.pricing-grid {
  display: grid;
  gap: 2rem;
  max-width: 64rem;
  margin: 0 auto 3rem;
}

.pricing-card {
  background: white;
  border-radius: 1rem;
  padding: 2rem;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.pricing-card.featured {
  background: linear-gradient(
    135deg,
    var(--primary-blue),
    var(--secondary-indigo)
  );
  color: white;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  position: relative;
}

.best-value-badge {
  position: absolute;
  top: -1rem;
  right: 2rem;
  background: var(--green);
  color: white;
  padding: 0.5rem 1rem;
  border-radius: 9999px;
  font-weight: bold;
  font-size: 0.875rem;
}

.pricing-title {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 1rem;
}

.pricing-price {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}

.pricing-period {
  margin-bottom: 0.25rem;
}

.pricing-billing {
  font-size: 0.875rem;
  opacity: 0.8;
  margin-bottom: 1rem;
}

.pricing-savings {
  background: var(--yellow);
  color: var(--gray-900);
  padding: 0.5rem 0.75rem;
  border-radius: 0.5rem;
  display: inline-block;
  font-weight: bold;
  margin-top: 0.75rem;
}

.pricing-button {
  width: 100%;
  padding: 0.75rem;
  border-radius: 0.5rem;
  border: none;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s;
  margin-top: 1.5rem;
}

.pricing-card:not(.featured) .pricing-button {
  background: var(--primary-blue);
  color: white;
}

.pricing-card.featured .pricing-button {
  background: white;
  color: var(--primary-blue);
}

.pricing-button:hover {
  transform: scale(1.05);
}

.price-lock {
  background: linear-gradient(135deg, #f0fdf4, #d1fae5);
  border: 2px solid var(--green);
  border-radius: 0.75rem;
  padding: 1.5rem;
  max-width: 48rem;
  margin: 0 auto 3rem;
}

.price-lock-title {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}

.features-included {
    max-width: 28rem;
    margin: 20px 0 0 0;
}
.feature-included {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
  font-size: 1.125rem;
}

/* Comparison Table */
.comparison {
  padding: 5rem 0;
  background: white;
}

.comparison-table-wrapper {
  background: white;
  border-radius: 1rem;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  border: 1px solid var(--gray-200);
}

.comparison-table {
  width: 100%;
  border-collapse: collapse;
}

.comparison-table thead {
  background: var(--gray-50);
}

.comparison-table th {
  padding: 1rem 1.5rem;
  font-weight: 600;
  text-align: center;
}

.comparison-table th:first-child {
  text-align: left;
}

.comparison-table th.highlight {
  background: var(--primary-blue);
  color: white;
}

.comparison-table td {
  padding: 1rem 1.5rem;
  border-top: 1px solid var(--gray-200);
  text-align: center;
}

.comparison-table td:first-child {
  font-weight: 500;
  text-align: left;
}

.comparison-table td.highlight {
  background: #eff6ff;
}

.comparison-table .price-row {
  background: var(--gray-50);
  font-weight: bold;
  font-size: 1.125rem;
}

.comparison-table .price-row .highlight {
  background: var(--primary-blue);
  color: white;
}

.check-mark {
  color: var(--green);
  font-size: 1.5rem;
}

.x-mark {
  color: var(--red);
  font-size: 1.5rem;
}

.comparison-cta {
  text-align: center;
  margin-top: 3rem;
}

.comparison-cta p {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
}

/* FAQ */
.faq {
  padding: 5rem 0;
  background: linear-gradient(135deg, var(--gray-50), #eff6ff);
}

.faq-list {
  max-width: 56rem;
  margin: 0 auto;
}

.faq-item {
  background: white;
  border-radius: 0.75rem;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  margin-bottom: 1rem;
  overflow: hidden;
}

.faq-question {
  width: 100%;
  padding: 1.25rem 1.5rem;
  background: none;
  border: none;
  text-align: left;
  font-size: 1.125rem;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background 0.3s;
}

.faq-question:hover {
  background: var(--gray-50);
}

.faq-question-text {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.faq-icon {
  transition: transform 0.3s;
}

.faq-item.active .faq-icon {
  transform: rotate(180deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.faq-item.active .faq-answer {
  max-height: 500px;
}

.faq-answer-content {
  padding: 0 1.5rem 1.25rem;
  color: var(--gray-700);
}

.faq-footer {
  text-align: center;
  margin-top: 3rem;
}

.faq-footer p {
  color: var(--gray-600);
  margin-bottom: 1rem;
}

.faq-links {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
}

.faq-link {
  color: var(--primary-blue);
  font-weight: 600;
  text-decoration: none;
  transition: color 0.3s;
}

.faq-link:hover {
  color: var(--primary-blue-dark);
}

/* Final CTA */
.final-cta {
  padding: 5rem 0;
  background: linear-gradient(
    135deg,
    var(--primary-blue),
    var(--secondary-indigo)
  );
}

.final-cta-box {
  background: white;
  border-radius: 1.5rem;
  padding: 3rem;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  text-align: center;
  max-width: 56rem;
  margin: 0 auto;
}

.final-cta-title {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
}

.final-cta-subtitle {
  font-size: 1.25rem;
  color: var(--gray-600);
  margin-bottom: 2.5rem;
}

.final-cta-benefits {
  max-width: 28rem;
  margin: 0 auto 2.5rem;
}

.final-cta-button {
  width: 100%;
  background: var(--primary-blue);
  color: white;
  padding: 1.25rem 3rem;
  border-radius: 0.75rem;
  border: none;
  font-size: 1.25rem;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s;
  margin-bottom: 1.5rem;
}

.final-cta-button:hover {
  background: var(--primary-blue-dark);
  transform: scale(1.05);
}

.final-cta-demo {
  color: var(--gray-600);
  margin-bottom: 1.5rem;
}

.final-cta-demo a {
  color: var(--primary-blue);
  font-weight: 600;
  text-decoration: underline;
}

.final-urgency {
  background: linear-gradient(135deg, #fef3c7, #fed7aa);
  border: 2px solid var(--orange);
  border-radius: 0.75rem;
  padding: 1rem;
  display: inline-block;
}

.final-urgency-title {
  font-weight: bold;
  margin-bottom: 0.25rem;
}

.final-urgency-spots {
  color: var(--orange);
  font-weight: 600;
}

/* Footer */
footer {
  background: var(--slate-900);
  color: white;
  padding: 4rem 0 2rem;
}

.footer-grid {
  display: grid;
  gap: 2rem;
  margin-bottom: 3rem;
}

.footer-brand {
  margin-bottom: 1rem;
}

.footer-brand-text {
  font-size: 0.875rem;
  color: var(--gray-400);
}

.footer-section h3 {
  font-size: 0.875rem;
  font-weight: 600;
  margin-bottom: 1rem;
  letter-spacing: 0.05em;
}

.footer-links {
  list-style: none;
}

.footer-links li {
  margin-bottom: 0.5rem;
}

.footer-links a {
  color: var(--gray-400);
  text-decoration: none;
  font-size: 0.875rem;
  transition: color 0.3s;
}

.footer-links a:hover {
  color: white;
}

.footer-contact {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 2rem;
  margin-bottom: 2rem;
}

.footer-contact-info {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.footer-contact-link {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--gray-400);
  text-decoration: none;
  font-size: 0.875rem;
  transition: color 0.3s;
}

.footer-contact-link:hover {
  color: white;
}

.footer-social {
  display: flex;
  gap: 1rem;
}

.social-link {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  text-decoration: none;
  transition: background 0.3s;
}

.social-link:hover {
  background: rgba(255, 255, 255, 0.2);
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 2rem;
  text-align: center;
  font-size: 0.875rem;
  color: var(--gray-400);
}

.footer-bottom p {
  margin: 0.5rem 0;
}

/* Animations */
@keyframes pulse {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.9;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.fade-in-up {
  animation: fadeInUp 0.6s ease-out;
}

/* Responsive Design */
@media (min-width: 768px) {
  .nav-links {
    display: flex;
  }

  .hero h1 {
    font-size: 3.75rem;
  }

  .hero-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .hero-buttons {
    flex-direction: row;
  }

  .trust-stats {
    grid-template-columns: repeat(4, 1fr);
  }

  .section-title {
    font-size: 3rem;
  }

  .problems-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .feature-block {
    grid-template-columns: repeat(2, 1fr);
  }

  .feature-block:nth-child(even) .feature-content {
    order: 2;
  }

  .feature-block:nth-child(even) .feature-image {
    order: 1;
  }

  .steps-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .testimonials-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .pricing-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer-grid {
    grid-template-columns: repeat(5, 1fr);
  }

  .footer-contact-info {
    flex-direction: row;
    gap: 1.5rem;
  }
  .footer-brand .logo-text {
    color: #fff;
  }

  .final-cta-button {
    width: auto;
  }
}


/*************Pricing CSS Start*************/
.pricing-hero {
  text-align: center;
  padding: 4rem 2rem 3rem;
  background: linear-gradient(to bottom, #f9fafb, #ffffff);
}

.pricing-hero h1 {
  font-size: 3rem;
  font-weight: 800;
  color: #111827;
  margin-bottom: 1rem;
  line-height: 1.2;
}

.hero-subtitle {
  font-size: 1.25rem;
  color: #6b7280;
  max-width: 600px;
  /*margin: 0 auto;*/
}

/* FOUNDING MEMBER BANNER */
.founding-banner {
  padding: 2rem;
  margin: 2rem auto;
  max-width: 900px;
}

.banner-content {
  background: linear-gradient(135deg, #fbbf24 0%, #f97316 100%);
  border: 3px dashed #dc2626;
  border-radius: 1rem;
  padding: 2rem;
  text-align: center;
  animation: pulse 2s ease-in-out infinite;
  box-shadow: 0 10px 30px rgba(251, 191, 36, 0.3);
}

@keyframes pulse {
  0%,
  100% {
    box-shadow: 0 10px 30px rgba(251, 191, 36, 0.3);
  }
  50% {
    box-shadow: 0 10px 40px rgba(251, 191, 36, 0.5);
  }
}

.banner-title {
  font-size: 1.75rem;
  font-weight: 800;
  color: #7c2d12;
  margin-bottom: 0.5rem;
}

.banner-subtitle {
  font-size: 1.25rem;
  font-weight: 600;
  color: #92400e;
  margin-bottom: 1rem;
}

.banner-urgency {
  font-size: 1.5rem;
  font-weight: 700;
  color: #991b1b;
  margin-bottom: 1.5rem;
  animation: blink 1.5s ease-in-out infinite;
}

@keyframes blink {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.7;
  }
}

.banner-pricing {
  margin-bottom: 1rem;
  font-size: 1.125rem;
  color: #78350f;
}

.banner-pricing .strike {
  text-decoration: line-through;
  opacity: 0.7;
}

.banner-pricing .highlight {
  font-size: 1.5rem;
  font-weight: 800;
  color: #7c2d12;
  margin-top: 0.5rem;
}

.banner-savings {
  font-size: 1.25rem;
  font-weight: 700;
  color: #065f46;
  background: rgba(255, 255, 255, 0.5);
  padding: 0.75rem;
  border-radius: 0.5rem;
  display: inline-block;
}

/* BILLING TOGGLE */
.billing-toggle {
  text-align: center;
  padding: 3rem 2rem;
}

.billing-toggle h3 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #111827;
  margin-bottom: 1.5rem;
}

.toggle-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 0.5rem;
}

.toggle-label {
  font-size: 1.125rem;
  font-weight: 600;
  color: #6b7280;
  transition: color 0.3s;
}

.toggle-label.active {
  color: #2563eb;
}

.toggle-switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.toggle-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.toggle-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #d1d5db;
  transition: 0.4s;
  border-radius: 34px;
}

.toggle-slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  transition: 0.4s;
  border-radius: 50%;
}

input:checked + .toggle-slider {
  background-color: #2563eb;
}

input:checked + .toggle-slider:before {
  transform: translateX(26px);
}

.save-badge {
  background: #10b981;
  color: white;
  padding: 0.5rem 1rem;
  border-radius: 2rem;
  font-weight: 700;
  font-size: 0.875rem;
}

.toggle-subtext {
  color: #10b981;
  font-weight: 600;
  font-size: 0.875rem;
}

/* PRICING CARDS */
.pricing-cards {
  padding: 3rem 2rem;
  background: #f9fafb;
}

.card-container {
  max-width: 1000px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 2rem;
}

.pricing-card {
  background: white;
  border-radius: 1rem;
  padding: 2.5rem;
  text-align: center;
  position: relative;
  transition: transform 0.3s, box-shadow 0.3s;
}

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

.monthly-card {
  border: 1px solid #e5e7eb;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}

.yearly-card {
  border: 3px solid #2563eb;
  box-shadow: 0 10px 30px rgba(37, 99, 235, 0.2);
}

.best-value-badge {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  background: #10b981;
  color: white;
  padding: 0.5rem 1.5rem;
  border-radius: 2rem;
  font-weight: 700;
  font-size: 0.875rem;
}

.card-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #111827;
  margin-bottom: 1.5rem;
  letter-spacing: 0.05em;
}

.card-price {
  margin-bottom: 1rem;
}

.price {
  font-size: 3.5rem;
  font-weight: 800;
  color: #111827;
  display: block;
  line-height: 1;
}

.period {
  font-size: 1rem;
  color: #6b7280;
  display: block;
  margin-top: 0.5rem;
}

.card-billing {
  color: #6b7280;
  margin-bottom: 0.5rem;
}

.card-calculation {
  color: #9ca3af;
  font-size: 0.875rem;
  margin-bottom: 1.5rem;
}

.savings-box {
  background: #d1fae5;
  border: 2px solid #10b981;
  border-radius: 0.75rem;
  padding: 1rem;
  margin: 1.5rem 0;
}

.savings-amount {
  font-size: 1.25rem;
  font-weight: 700;
  color: #065f46;
}

.savings-percent {
  font-size: 1rem;
  font-weight: 600;
  color: #047857;
}

.card-cta {
  width: 100%;
  padding: 1rem 2rem;
  border-radius: 0.5rem;
  font-size: 1.125rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1.5rem 0;
}

.card-cta.outline {
  background: white;
  border: 2px solid #2563eb;
  color: #2563eb;
}

.card-cta.outline:hover {
  background: #eff6ff;
}

.card-cta.solid {
  background: #2563eb;
  border: 2px solid #2563eb;
  color: white;
}

.card-cta.solid:hover {
  background: #1d4ed8;
}

.card-features {
  color: #6b7280;
  font-size: 0.875rem;
}

.card-features div {
  margin: 0.5rem 0;
}

/* PRICE LOCK GUARANTEE */
.price-lock {
  padding: 4rem 2rem;
  background: white;
}

.lock-container {
  max-width: 800px;
  margin: 0 auto;
  background: #dbeafe;
  border: 3px dashed #2563eb;
  border-radius: 1rem;
  padding: 3rem;
  text-align: center;
}

.lock-icon {
  font-size: 4rem;
  margin-bottom: 1rem;
}

.lock-container h2 {
  font-size: 1.75rem;
  font-weight: 800;
  color: #1e40af;
  margin-bottom: 1.5rem;
}

.lock-intro {
  font-size: 1.125rem;
  color: #1e3a8a;
  margin-bottom: 2rem;
  line-height: 1.7;
}

.lock-benefits {
  text-align: left;
  max-width: 600px;
  margin: 0 auto 2rem;
}

.benefit {
  background: white;
  padding: 1rem;
  margin: 0.75rem 0;
  border-radius: 0.5rem;
  font-weight: 600;
  color: #065f46;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.lock-thank-you {
  font-size: 1.125rem;
  font-style: italic;
  color: #1e3a8a;
}

/* ALL FEATURES */
.all-features {
  padding: 4rem 2rem;
  background: #f9fafb;
}

.all-features h2 {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 800;
  color: #111827;
  margin-bottom: 1rem;
}

.features-subtitle {
  text-align: center;
  font-size: 1.125rem;
  color: #6b7280;
  margin-bottom: 3rem;
}

.features-grid {
  max-width: 1200px;
  margin: 0 auto 3rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
}

.feature-card {
  background: white;
  padding: 2rem;
  border-radius: 0.75rem;
  text-align: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  transition: transform 0.2s, box-shadow 0.2s;
}

.feature-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.feature-icon {
  font-size: 3rem;
  margin-bottom: 1rem;
}

.feature-card h4 {
  font-size: 1.125rem;
  font-weight: 700;
  color: #111827;
  margin-bottom: 0.75rem;
}

.feature-card p {
  color: #6b7280;
  font-size: 0.875rem;
}

.additional-features {
  max-width: 1000px;
  margin: 0 auto;
  background: white;
  padding: 2rem;
  border-radius: 0.75rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.additional-features h3 {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  color: #111827;
  margin-bottom: 1.5rem;
}

.features-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1rem;
}

.feature-item {
  color: #059669;
  font-weight: 600;
  padding: 0.5rem;
}

/* COMPARISON TABLE */
.comparison-section {
  padding: 4rem 2rem;
  background: white;
}

.comparison-section h2 {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 800;
  color: #111827;
  margin-bottom: 3rem;
}

.table-container {
  max-width: 1200px;
  margin: 0 auto;
  overflow-x: auto;
}

.comparison-table {
  width: 100%;
  border-collapse: collapse;
  background: white;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  border-radius: 0.75rem;
  overflow: hidden;
}

.comparison-table thead {
  background: #1f2937;
  color: white;
}

.comparison-table th {
  padding: 1.25rem;
  text-align: center;
  font-weight: 700;
  font-size: 1.125rem;
}

.comparison-table th.feature-col {
  text-align: left;
}

.comparison-table td {
  padding: 1rem;
  text-align: center;
  border-bottom: 1px solid #e5e7eb;
}

.comparison-table td:first-child {
  text-align: left;
  font-weight: 500;
}

.comparison-table tr:nth-child(even) {
  background: #f9fafb;
}

.comparison-table .our-col {
  background: #dbeafe;
  font-weight: 700;
}

.comparison-table .category-row {
  background: #f3f4f6;
}

.comparison-table .category-row td {
  padding: 1rem;
  font-weight: 700;
  color: #1f2937;
}

.comparison-table .savings-row {
  background: #d1fae5;
}

.comparison-table .savings-row td {
  padding: 1.5rem 1rem;
  font-size: 1.125rem;
}

.comparison-footer {
  text-align: center;
  margin-top: 2rem;
  font-size: 1.25rem;
}

.comparison-footer p:first-child {
  font-weight: 700;
  color: #111827;
}

.comparison-footer p:last-child {
  color: #2563eb;
  font-weight: 600;
}

/* FAQ SECTION */
.faq-section {
  padding: 4rem 2rem;
  background: #f9fafb;
}

.faq-section h2 {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 800;
  color: #111827;
  margin-bottom: 3rem;
}

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

.faq-item {
  background: white;
  border-radius: 0.75rem;
  margin-bottom: 1rem;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.faq-question {
  width: 100%;
  padding: 1.5rem;
  background: white;
  border: none;
  text-align: left;
  font-size: 1.125rem;
  font-weight: 600;
  color: #111827;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background 0.2s;
}

.faq-question:hover {
  background: #f9fafb;
}

.faq-arrow {
  transition: transform 0.3s;
  color: #2563eb;
}

.faq-item.active .faq-arrow {
  transform: rotate(180deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}

.faq-item.active .faq-answer {
  max-height: 500px;
}

.faq-answer p,
.faq-answer ul {
  padding: 0 1.5rem 1.5rem;
  color: #6b7280;
  line-height: 1.7;
}

.faq-answer ul {
  list-style: none;
  padding-left: 2.5rem;
}

.faq-answer li {
  margin: 0.5rem 0;
}

.faq-answer li:before {
  content: "• ";
  color: #2563eb;
  font-weight: bold;
  margin-right: 0.5rem;
}

.faq-footer {
  text-align: center;
  margin-top: 3rem;
}

.faq-footer p {
  font-size: 1.25rem;
  font-weight: 600;
  color: #111827;
  margin-bottom: 1rem;
}

.faq-actions {
  display: flex;
  gap: 1rem;
  justify-content: center;
}

.faq-btn {
  background: #2563eb;
  color: white;
  border: none;
  padding: 0.75rem 1.5rem;
  border-radius: 0.5rem;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s;
}

.faq-btn:hover {
  background: #1d4ed8;
}

/* TRUST BADGES */
.trust-badges {
  padding: 4rem 2rem;
  background: white;
}

.trust-badges h2 {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  color: #111827;
  margin-bottom: 3rem;
}

.badges-container {
  max-width: 1000px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 2rem;
}

.badge {
  text-align: center;
  padding: 1.5rem;
}

.badge-icon {
  font-size: 3rem;
  margin-bottom: 1rem;
}

.badge-title {
  font-weight: 700;
  color: #111827;
  margin-bottom: 0.5rem;
}

.badge-text {
  color: #6b7280;
  font-size: 0.875rem;
}

/* FINAL CTA */
.final-cta {
  padding: 4rem 2rem;
  background: linear-gradient(135deg, #1e3a8a 0%, #2563eb 100%);
}

.cta-box {
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
  color: white;
}

.cta-box h2 {
  font-size: 2.5rem;
  font-weight: 800;
  margin-bottom: 1rem;
}

.cta-urgency {
  font-size: 1.25rem;
  margin-bottom: 2rem;
  color: #fbbf24;
  font-weight: 600;
}

.cta-benefits {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 0.75rem;
  padding: 2rem;
  margin-bottom: 2rem;
  backdrop-filter: blur(10px);
}

.cta-benefits div {
  margin: 0.75rem 0;
  font-size: 1.125rem;
  font-weight: 600;
}

.cta-button {
  background: #fbbf24;
  color: #1f2937;
  border: none;
  padding: 1.25rem 3rem;
  border-radius: 0.75rem;
  font-size: 1.25rem;
  font-weight: 700;
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s;
  box-shadow: 0 10px 30px rgba(251, 191, 36, 0.3);
}

.cta-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 15px 40px rgba(251, 191, 36, 0.4);
}

.cta-footer {
  margin-top: 2rem;
  font-size: 1rem;
}

.cta-footer a {
  color: #fbbf24;
  text-decoration: underline;
  font-weight: 600;
}
section.pricing-hero .hero-subtitle {
    margin: 0 auto;
}


/* RESPONSIVE */
@media (max-width: 768px) {
  .nav-links {
    display: none;
  }

  .pricing-hero h1 {
    font-size: 2rem;
  }

  .hero-subtitle {
    font-size: 1rem;
  }

  .banner-title {
    font-size: 1.25rem;
  }

  .banner-urgency {
    font-size: 1.125rem;
  }

  .card-container {
    grid-template-columns: 1fr;
  }

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

  .comparison-table {
    font-size: 0.875rem;
  }

  .comparison-table th,
  .comparison-table td {
    padding: 0.75rem 0.5rem;
  }

  .cta-box h2 {
    font-size: 1.75rem;
  }

  .cta-button {
    padding: 1rem 2rem;
    font-size: 1rem;
  }
}




.fullwidth_row {
    padding: 100px 0px;
    font-size: 18px;
    line-height: 30px;
}
.fullwidth_row p {
    line-height: 30px;
}
.fullwidth_row li {
    line-height: 30px;
    font-size: 18px;
}
.fullwidth_row ul {
    list-style-position: inside;
}



