/*!
Theme Name: theme
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: theme
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.

theme 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
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- 
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}
*/

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

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

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

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

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

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}



/* custom
--------------------------------------------- */

:root {
  /* Optimized color palette */
  --dark-bg: #1A1A2E;
  --glass-bg: rgba(15, 23, 42, 0.25);
  --glass-border: rgba(255, 255, 255, 0.15);
  --glass-shadow: 0 12px 40px rgba(2, 8, 24, 0.5);
  --text-primary: #E0E0E0;
  --text-secondary: #B0B0C4;
  --accent-primary: #4CAF50;
  --accent-secondary: #45a049;
  --accent-tertiary: #34d399;
  --gradient-primary: linear-gradient(135deg, #0c4a6e 0%, #0f172a 100%);
  --gradient-glass: linear-gradient(135deg, rgba(20, 30, 48, 0.7) 0%, rgba(36, 59, 85, 0.4) 100%);
  --border-radius--large: 1.5rem;
  --section-padding: 6rem 2rem;
  --max-width: 1200px;
  --transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  --border-radius: var(--border-radius--large);
}

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

    body {
      font-family: 'Inter', Arial, sans-serif;
      color: var(--text-primary);
      background: var(--dark-bg);
      background-image: 
        radial-gradient(at 47% 33%, rgba(15, 23, 42, 0.7) 0, transparent 59%), 
        radial-gradient(at 82% 65%, rgba(14, 165, 233, 0.2) 0, transparent 55%);
      line-height: 1.6;
      -webkit-font-smoothing: antialiased;
      overflow-x: hidden;
      scroll-behavior: smooth;
      min-height: 100vh;
    }

    h1, h2, h3, h4 {
      font-weight: 700;
      line-height: 1.2;
      color: var(--text-primary);
      letter-spacing: -0.025em;
    }

    p {
      color: var(--text-secondary);
    }

    .container {
      width: 100%;
      max-width: var(--max-width);
      margin: 0 auto;
      padding: 0 2rem;
    }

    /* Optimized Glassmorphic Header 
    header {
      
      width: 100%;
      
      z-index: 1000;
      transition: var(--transition);
    }

    header.scrolled {
      padding: 1rem 0;
      backdrop-filter: blur(25px);
      box-shadow: 0 5px 30px rgba(0,0,0,0.3);
    }

    .navbar {
      display: flex;
      justify-content: space-between;
      align-items: center;
    }

    .logo {
      font-size: 1.5rem;
      font-weight: 700;
      color: var(--text-primary);
      text-decoration: none;
      display: flex;
      align-items: center;
      gap: 0.75rem;
      transition: var(--transition);
      background: var(--gradient-glass);
      padding: 0.5rem 1.25rem;
      border-radius: 50px;
      backdrop-filter: blur(4px);
      border: 1px solid var(--glass-border);
      box-shadow: var(--glass-shadow);
    }

    .logo:hover {
      transform: translateY(-3px);
      box-shadow: 0 8px 25px rgba(14, 165, 233, 0.3);
    }

    .logo-icon {
      width: 36px;
      height: 36px;
      background: var(--accent-primary);
      border-radius: 10px;
      display: flex;
      align-items: center;
      justify-content: center;
      color: white;
      transition: var(--transition);
      box-shadow: 0 4px 10px rgba(14, 165, 233, 0.3);
    }

    .logo:hover .logo-icon {
      transform: rotate(15deg);
      background: var(--accent-secondary);
    }

    .nav-links {
      display: flex;
      gap: 2.5rem;
      align-items: center;
    }

    .nav-links a {
      color: var(--text-secondary);
      text-decoration: none;
      font-weight: 500;
      transition: var(--transition);
      position: relative;
      padding: 0.5rem 0;
    }

    .nav-links a:hover {
      color: var(--accent-primary);
    }

    .nav-links a:after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      width: 0;
      height: 2px;
      background: var(--accent-primary);
      transition: var(--transition);
      border-radius: 2px;
    }

    .nav-links a:hover:after {
      width: 100%;
    }

   */

    /* Optimized Hero Section */
    .hero {
      min-height: 100vh;
      display: flex;
      align-items: center;
      position: relative;
      overflow: hidden;
      padding-top: 6rem;
    }

    #particles-js {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      z-index: 1;
      opacity: 0.3;
    }

    .hero-content {
      position: relative;
      z-index: 2;
      width: 50%;
     margin-right: 2rem;
      animation: fadeInLeft 1s ease-out;
    }

    .hero h1 {
      font-size: 3.8rem;
      margin-bottom: 1.5rem;
      background: linear-gradient(to right, var(--accent-primary), var(--accent-secondary));
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      line-height: 1.1;
    }

    .hero p {
      font-size: 1.3rem;
      margin-bottom: 2.5rem;
      max-width: 90%;
      text-shadow: 0 2px 4px rgba(0,0,0,0.2);
    }

    .confidence-stars {
      display: flex;
      align-items: center;
      gap: 0.8rem;
      margin-bottom: 2rem;
      background: rgba(14, 165, 233, 0.15);
      backdrop-filter: blur(4px);
      padding: 0.8rem 1.5rem;
      border-radius: 50px;
      border: 1px solid var(--glass-border);
      max-width: fit-content;
    }

    .stars {
      display: flex;
      gap: 0.2rem;
    }

    .stars i {
      color: var(--accent-tertiary);
      font-size: 1.2rem;
    }

    .confidence-text {
      font-size: 0.95rem;
      color: var(--accent-tertiary);
      font-weight: 600;
    }
    
    /* Hero visual container */
    .hero-visual-container {
      position: relative;
      width: 50%;
      height: 500px;
      display: flex;
      align-items: center;
      justify-content: center;
      animation: fadeInRight 1s ease-out;
    }
    
    /* Optimized Dashboard */
    .dashboard {
      position: absolute;
      width: 95%;
      height: 320px;
      background: var(--gradient-glass);
      backdrop-filter: blur(16px);
      border-radius: var(--border-radius--large);
      border: 1px solid var(--glass-border);
      box-shadow: var(--glass-shadow);
      padding: 2.2rem;
      z-index: 2;
      transform: translateY(20px);
      animation: float 6s ease-in-out infinite;
    }

    @keyframes float {
      0%, 100% { transform: translateY(20px); }
      50% { transform: translateY(0) rotate(1deg); }
    }

    .dashboard-header {
      display: flex;
      justify-content: space-between;
      margin-bottom: 1.5rem;
    }

    .dashboard-title {
      font-weight: 600;
      color: var(--text-primary);
      font-size: 1.2rem;
    }

    .lead-count {
      background: rgba(14, 165, 233, 0.2);
      color: var(--accent-primary);
      padding: 0.25rem 1.2rem;
      border-radius: 50px;
      font-weight: 600;
      backdrop-filter: blur(4px);
      border: 1px solid var(--glass-border);
    }

    .lead-list {
      height: 220px;
      overflow-y: auto;
      padding-right: 1rem;
    }

    .lead-list::-webkit-scrollbar {
      width: 8px;
    }

    .lead-list::-webkit-scrollbar-track {
      background: transparent;
      border-radius: 4px;
    }

    .lead-list::-webkit-scrollbar-thumb {
      background: var(--accent-primary);
      border-radius: 4px;
    }

    .lead-item {
      background: rgba(15, 23, 42, 0.4);
      border-radius: var(--border-radius--large);
      padding: 1.2rem;
      margin-bottom: 1rem;
      transition: var(--transition);
      display: flex;
      align-items: center;
      gap: 1rem;
      cursor: pointer;
      border: 1px solid var(--glass-border);
      backdrop-filter: blur(4px);
    }

    .lead-item:hover {
      transform: translateX(5px);
      box-shadow: 0 8px 20px rgba(0,0,0,0.3);
      border-color: var(--accent-primary);
    }

    .lead-icon {
      width: 45px;
      height: 45px;
      border-radius: 50%;
      background: var(--accent-primary);
      color: white;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
      box-shadow: 0 4px 10px rgba(14, 165, 233, 0.3);
      font-size: 1.1rem;
    }

    .lead-content {
      flex: 1;
    }

    .lead-title {
      font-weight: 600;
      margin-bottom: 0.25rem;
      color: var(--text-primary);
      font-size: 1.1rem;
    }

    .lead-details {
      font-size: 0.95rem;
      color: var(--text-secondary);
    }

    /* Optimized Freelancer Card */
    .freelancer {
      position: absolute;
      width: 280px;
      background: var(--gradient-glass);
      backdrop-filter: blur(16px);
      border-radius: var(--border-radius--large);
      padding: 1.8rem;
      box-shadow: var(--glass-shadow);
      transition: var(--transition);
      z-index: 3;
      top: 50%;
      right: 30px;
      transform: translateY(-50%) rotate(3deg);
      animation: bounce 4s ease-in-out infinite;
      overflow: hidden;
      border: 1px solid var(--glass-border);
    }

    .freelancer::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 4px;
      background: var(--accent-primary);
    }

    @keyframes bounce {
      0%, 100% { transform: translateY(-50%) rotate(3deg); }
      50% { transform: translateY(-53%) rotate(3deg) scale(1.02); }
    }

    .freelancer-image {
      width: 85px;
      height: 85px;
      border-radius: 50%;
      object-fit: cover;
      margin: 0 auto 1.5rem;
      display: block;
      border: 3px solid rgba(14, 165, 233, 0.3);
      box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    }

    .freelancer-name {
      font-weight: 700;
      margin-bottom: 0.25rem;
      text-align: center;
      font-size: 1.3rem;
      color: var(--text-primary);
    }

    .freelancer-role {
      font-size: 1rem;
      color: var(--text-secondary);
      margin-bottom: 1.5rem;
      text-align: center;
      font-weight: 500;
    }

    .lead-notification {
      position: absolute;
      top: 11px;
      right: 9px;
      background: var(--accent-primary);
      color: white;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: 600;
      animation: pulse 2s infinite;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    }

    /* Optimized Lead Messages */
    .lead-message {
      position: absolute;
      background: var(--gradient-glass);
      backdrop-filter: blur(10px);
      border-radius: 12px;
      padding: 1rem;
      box-shadow: var(--glass-shadow);
      z-index: 4;
      opacity: 0;
      transform: scale(0.9);
      animation: floatToFreelancer 6s infinite;
      display: flex;
      align-items: center;
      gap: 0.75rem;
      cursor: pointer;
      border: 1px solid var(--glass-border);
    }

    .lead-message:hover {
      transform: scale(1.05);
      box-shadow: 0 15px 40px rgba(0,0,0,0.3);
    }

    .message-icon {
      width: 35px;
      height: 35px;
      border-radius: 50%;
      background: var(--accent-primary);
      color: white;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
      font-size: 1rem;
    }

    .message-1 {
      top: 200px;
      left: 100px;
      animation-delay: 1s;
    }

    .message-2 {
      top: 300px;
      left: 50px;
      animation-delay: 3s;
    }

    .message-3 {
      top: 150px;
      left: 150px;
      animation-delay: 5s;
    }

    /* Animations */
    @keyframes pulse {
      0% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(14, 165, 233, 0.16);
      }
      70% {
        transform: scale(1.10238);
        box-shadow: 0 0 0 10.2381px rgba(14, 165, 233, 0);
      }
      100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(14, 165, 233, 0);
      }
    }

    @keyframes floatToFreelancer {
      0% { opacity: 0; transform: translateY(20px) scale(0.9); }
      20%, 80% { opacity: 1; transform: translateY(0) scale(1); }
      100% { opacity: 0; transform: translateY(-100px) scale(0.9); }
    }

    section {
      padding: var(--section-padding);
      position: relative;
    }

    /* Optimized Section Headings */
    .section-title {
      text-align: center;
      margin-bottom: 5rem;
      position: relative;
    }

    .section-title h2 {
      font-size: 2.8rem;
      margin-bottom: 1.5rem;
      position: relative;
      display: inline-block;
      background: linear-gradient(to right, var(--accent-primary), var(--accent-secondary));
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      padding: 0 1rem;
    }

    .section-title h2:after {
      content: '';
      position: absolute;
      bottom: -15px;
      left: 50%;
      transform: translateX(-50%);
      width: 80px;
      height: 4px;
      background: var(--accent-primary);
      border-radius: 2px;
    }

    .section-title p {
      font-size: 1.2rem;
      max-width: 700px;
      margin: 0 auto;
      margin-top: 2.5rem;
      color: var(--text-secondary);
    }

    /* Optimized How It Works Section */
    .how-it-works {
      position: relative;
      z-index: 2;
    }

    .process-step {
      display: flex;
      align-items: center;
      margin-bottom: 8rem;
      gap: 4rem;
    }

    .process-step:nth-child(even) {
      flex-direction: row-reverse;
    }

    .step-visual {
      flex: 1;
      min-height: 400px;
      background: transparent;
      border-radius: var(--border-radius--large);
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 2rem;
      position: relative;
      overflow: hidden;
    }

    .step-content {
      flex: 1;
      text-align: left;
      padding: 2.5rem;
      background: var(--gradient-glass);
      backdrop-filter: blur(16px);
      border-radius: var(--border-radius--large);
      border: 1px solid var(--glass-border);
      box-shadow: var(--glass-shadow);
    }

    .step-content h3 {
      font-size: 1.8rem;
      margin-bottom: 1.5rem;
      color: var(--text-primary);
      position: relative;
      display: inline-block;
    }

    .step-content h3:after {
      content: '';
      position: absolute;
      bottom: -8px;
      left: 0;
      width: 60px;
      height: 4px;
      background: var(--accent-primary);
      border-radius: 2px;
    }

    .step-content p {
      font-size: 1.1rem;
      line-height: 1.7;
      margin-bottom: 1.5rem;
    }

    .filter-animation {
      display: flex;
      flex-wrap: wrap;
      gap: 1rem;
      justify-content: center;
      padding: 2rem;
    }

    .filter-tag {
      background: rgba(14, 165, 233, 0.2);
      color: var(--accent-primary);
      padding: 0.75rem 1.5rem;
      border-radius: 50px;
      font-weight: 600;
      transform: scale(0);
      opacity: 0;
      box-shadow: 0 4px 12px rgba(14, 165, 233, 0.3);
      cursor: pointer;
      transition: var(--transition);
      backdrop-filter: blur(4px);
      border: 1px solid var(--glass-border);
    }

    .filter-tag:hover {
      transform: translateY(-3px);
      box-shadow: 0 6px 15px rgba(14, 165, 233, 0.4);
      background: rgba(14, 165, 233, 0.3);
    }

    .scan-animation {
      width: 100%;
      position: relative;
      height: 100%;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      padding: 2rem;
    }

    .scan-line {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 4px;
      background: linear-gradient(90deg, transparent, var(--accent-primary), transparent);
      z-index: 2;
    }

    .job-bubble {
      background: var(--gradient-glass);
      backdrop-filter: blur(8px);
      border-radius: 12px;
      padding: 1.25rem;
      margin: 0.75rem 0;
      box-shadow: var(--glass-shadow);
      transform: scale(0);
      opacity: 0;
      border-left: 4px solid var(--accent-primary);
      width: 100%;
      max-width: 400px;
      transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
      cursor: pointer;
      border: 1px solid var(--glass-border);
    }

    .job-bubble:hover {
      transform: translateX(5px);
      box-shadow: 0 8px 20px rgba(0,0,0,0.2);
    }

    .job-bubble h4 {
      color: var(--text-primary);
      margin-bottom: 0.5rem;
      font-size: 1.2rem;
    }

    .job-bubble p {
      font-size: 0.95rem;
      color: var(--text-secondary);
    }

    .email-animation {
      width: 200px;
      height: 150px;
      position: relative;
      margin: 0 auto;
    }

    .email-icon {
      width: 100%;
      height: 100%;
      background: var(--gradient-glass);
      backdrop-filter: blur(8px);
      border-radius: 12px;
      position: relative;
      box-shadow: var(--glass-shadow);
      overflow: hidden;
      transition: var(--transition);
      border: 1px solid var(--glass-border);
    }

    .email-icon:hover {
      transform: translateY(-5px);
      box-shadow: 0 12px 30px rgba(0,0,0,0.3);
    }

    .email-flap {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 50%;
      background: linear-gradient(135deg, rgba(20, 30, 48, 0.7), rgba(36, 59, 85, 0.5));
      border-radius: 12px 12px 0 0;
      transform-origin: top;
      transition: transform 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55);
      border-bottom: 1px solid var(--glass-border);
    }

    .email-content {
      position: absolute;
      top: 50%;
      left: 0;
      width: 100%;
      height: 50%;
      background: transparent;
      padding: 1rem;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
    }

    .email-line {
      height: 4px;
      background: rgba(255, 255, 255, 0.1);
      border-radius: 2px;
      margin: 0.25rem 0;
    }

    .email-line.sm { width: 80%; }
    .email-line.md { width: 60%; }
    .email-line.lg { width: 90%; }

    .lead-badge {
      position: absolute;
      bottom: -15px;
      right: -15px;
      background: var(--accent-primary);
      color: white;
      width: 70px;
      height: 70px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: 700;
      box-shadow: 0 10px 30px rgba(14, 165, 233, 0.4);
      transform: translateY(30px);
      opacity: 0;
      transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
      z-index: 3;
      font-size: 1.2rem;
    }

    
    /* Optimized Pricing Section */
    .pricing {
      position: relative;
      z-index: 2;
    }

    .pricing-grid {
      display: flex;
      justify-content: center;
      gap: 2.5rem;
      margin-top: 3rem;
    }

    .pricing-card {
      background: var(--gradient-glass);
      backdrop-filter: blur(16px);
      border-radius: var(--border-radius--large);
      padding: 3rem;
      box-shadow: var(--glass-shadow);
      transition: var(--transition);
      text-align: center;
      width: 100%;
      max-width: 380px;
      border: 1px solid var(--glass-border);
      position: relative;
      overflow: hidden;
    }

    .pricing-card.featured {
      transform: scale(1.05);
      border-color: var(--accent-primary);
      box-shadow: 0 25px 60px rgba(14, 165, 233, 0.3);
    }

    .pricing-plan {
      font-size: 1.8rem;
      margin-bottom: 1rem;
      color: var(--text-primary);
    }

    .pricing-price {
      font-size: 3.5rem;
      font-weight: 700;
      margin-bottom: 0.5rem;
      background: linear-gradient(to right, var(--accent-primary), var(--accent-secondary));
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }

    .pricing-period {
      font-size: 1.1rem;
      color: var(--text-secondary);
      margin-bottom: 2rem;
    }

    .pricing-features {
      margin-bottom: 2.5rem;
      text-align: left;
    }

    .pricing-feature {
      display: flex;
      align-items: center;
      gap: 0.75rem;
      margin-bottom: 1rem;
    }

    .pricing-feature i {
      color: var(--accent-tertiary);
    }

    /* Optimized FAQ Section */
    .faq {
      position: relative;
      z-index: 2;
    }

    .faq-grid {
      display: grid;
      grid-template-columns: 1fr;
      gap: 1.5rem;
      margin-top: 3rem;
      max-width: 800px;
      margin: 3rem auto;
    }

    .faq-item {
      background: var(--gradient-glass);
      backdrop-filter: blur(16px);
      border-radius: var(--border-radius--large);
      padding: 2rem;
      box-shadow: var(--glass-shadow);
      transition: var(--transition);
      border: 1px solid var(--glass-border);
      cursor: pointer;
    }

    .faq-item.active {
      border-color: var(--accent-primary);
      box-shadow: 0 15px 35px rgba(14, 165, 233, 0.2);
    }

    .faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      font-weight: 600;
      font-size: 1.2rem;
      color: var(--text-primary);
    }

    .faq-answer {
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.4s ease;
      color: var(--text-secondary);
    }

    .faq-item.active .faq-answer {
      max-height: 300px;
      padding-top: 1.5rem;
    }

    /* Optimized GET LEADS SECTION */
    .get-leads {
      text-align: center;
      position: relative;
      overflow: hidden;
      padding: 8rem 0;
      background: linear-gradient(135deg, 
        rgba(14, 165, 233, 0.1) 0%, 
        rgba(129, 140, 248, 0.15) 50%, 
        rgba(52, 211, 153, 0.1) 100%);
      background-size: 200% 200%;
      animation: gradientShift 10s ease infinite;
      transition: all 0.8s ease;
    }
    
    @keyframes gradientShift {
      0% { background-position: 0% 50%; }
      50% { background-position: 100% 50%; }
      100% { background-position: 0% 50%; }
    }
    
    .get-leads-content {
      position: relative;
      z-index: 2;
      padding: 5rem;
      max-width: 850px;
      margin: 0 auto;
      transition: all 0.8s ease;
      transform: scale(0.8);
      opacity: 0;
      background: var(--gradient-glass);
      backdrop-filter: blur(20px);
      border-radius: var(--border-radius--large);
      border: 1px solid var(--glass-border);
      box-shadow: var(--glass-shadow);
    }
    
    .get-leads-content.animate {
      transform: scale(1);
      opacity: 1;
    }
    
    .get-leads.zoomed {
      background-size: 150% 150%;
    }
    
    .get-leads h2 {
      font-size: 3rem;
      margin-bottom: 1.5rem;
      background: linear-gradient(to right, var(--accent-primary), var(--accent-tertiary));
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }
    
    .get-leads p {
      font-size: 1.25rem;
      margin-bottom: 2.5rem;
      max-width: 600px;
      margin-left: auto;
      margin-right: auto;
      color: var(--text-primary);
    }
    
    .leads-stats {
      display: flex;
      justify-content: center;
      gap: 3rem;
      margin: 3rem 0;
    }
    
    .stat-box {
      background: rgba(14, 165, 233, 0.15);
      backdrop-filter: blur(8px);
      border-radius: var(--border-radius--large);
      padding: 1.8rem;
      border: 1px solid var(--glass-border);
      min-width: 180px;
      transition: all 0.4s ease;
    }
    
    .stat-box:hover {
      transform: translateY(-5px);
      background: rgba(14, 165, 233, 0.2);
    }
    
    .stat-value {
      font-size: 2.8rem;
      font-weight: 700;
      color: var(--accent-tertiary);
      margin-bottom: 0.5rem;
    }
    
    .stat-label {
      font-size: 1.1rem;
      color: var(--text-secondary);
    }

    /* Optimized Minimal Footer */
    footer {
      background: rgba(12, 20, 35, 0.7);
      color: white;
      padding: 3rem 0 1.5rem;
      border-top: 1px solid var(--glass-border);
      backdrop-filter: blur(12px);
      text-align: center;
    }

    .footer-content {
      max-width: 600px;
      margin: 0 auto;
      padding: 0 2rem;
    }

    .footer-logo {
      font-size: 1.8rem;
      font-weight: 700;
      margin-bottom: 1.5rem;
      color: white;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 0.75rem;
    }

    .footer-logo-icon {
      width: 40px;
      height: 40px;
      background: var(--accent-primary);
      border-radius: 10px;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .footer-tagline {
      color: rgba(255,255,255,0.7);
      margin-bottom: 2rem;
      font-size: 1.1rem;
      line-height: 1.7;
    }

    .social-links {
      display: flex;
      gap: 1.5rem;
      justify-content: center;
      margin-bottom: 2.5rem;
    }

    .social-links a {
      width: 50px;
      height: 50px;
      background: rgba(255,255,255,0.1);
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      color: white;
      transition: var(--transition);
      backdrop-filter: blur(4px);
      border: 1px solid var(--glass-border);
      font-size: 1.2rem;
    }

    .social-links a:hover {
      background: var(--accent-primary);
      transform: translateY(-3px);
    }

    .footer-bottom {
      border-top: 1px solid rgba(255,255,255,0.1);
      padding-top: 1.5rem;
      color: rgba(255, 255, 255, 0.5);
      font-size: 0.95rem;
    }

    /* Floating Background Elements */
    .floating-element {
      position: absolute;
      border-radius: 50%;
      filter: blur(60px);
      opacity: 0.2;
      z-index: 0;
    }

    .float-1 {
      width: 400px;
      height: 400px;
      background: var(--accent-primary);
      top: 10%;
      left: 5%;
      animation: floatElement 15s ease-in-out infinite;
    }

    .float-2 {
      width: 300px;
      height: 300px;
      background: var(--accent-secondary);
      bottom: 20%;
      right: 10%;
      animation: floatElement 18s ease-in-out infinite 2s;
    }

    .float-3 {
      width: 250px;
      height: 250px;
      background: #a78bfa;
      top: 40%;
      right: 25%;
      animation: floatElement 12s ease-in-out infinite 4s;
    }

    @keyframes floatElement {
      0%, 100% { transform: translate(0, 0) rotate(0deg); }
      25% { transform: translate(50px, -50px) rotate(10deg); }
      50% { transform: translate(0, -100px) rotate(0deg); }
      75% { transform: translate(-50px, -50px) rotate(-10deg); }
    }

    /* Animations */
    @keyframes fadeIn {
      from { opacity: 0; transform: translateY(20px); }
      to { opacity: 1; transform: translateY(0); }
    }

    @keyframes fadeInLeft {
      from { opacity: 0; transform: translateX(-50px); }
      to { opacity: 1; transform: translateX(0); }
    }

    @keyframes fadeInRight {
      from { opacity: 0; transform: translateX(50px); }
      to { opacity: 1; transform: translateX(0); }
    }

    @keyframes tagPop {
      0% { transform: scale(0); opacity: 0; }
      80% { transform: scale(1.1); }
      100% { transform: scale(1); opacity: 1; }
    }

    @keyframes scaleIn {
      from { transform: scale(0.9); opacity: 0; }
      to { transform: scale(1); opacity: 1; }
    }

    @keyframes scan {
      0% { transform: translateX(-100%); opacity: 0; }
      20%, 80% { opacity: 1; }
      100% { transform: translateX(100%); opacity: 0; }
    }

    @keyframes zoomIn {
      from { transform: scale(0.8); opacity: 0; }
      to { transform: scale(1); opacity: 1; }
    }

    .animate {
      opacity: 0;
    }

    .animated {
      animation: fadeIn 0.8s forwards;
    }

    /* Optimized Responsive Styles */
    @media (max-width: 1200px) {
      .hero-content {
        width: 50%;
        margin-right: 0;
      }
      
      .hero-visual-container {
        width: 50%;
      }
      
      .testimonial-cards-container {
        flex-wrap: wrap;
      }
      
      .testimonial-card {
        width: 45%;
        margin-bottom: 30px;
      }
    }

    @media (max-width: 992px) {
      .hero > .container {
        display: contents;
        flex-direction: column;
      }
      
      .hero-content {
        width: 100%;
        margin: 0 auto 3rem;
        text-align: center;
      }
      
      .hero-content p {
        margin: 0 auto 2.5rem;
      }
      
      .hero-visual-container {
        width: 100%;
        height: 400px;
      }
      
      .freelancer {
        top: auto;
        bottom: 50px;
        right: 50%;
        transform: translateX(50%) rotate(3deg);
      }
      
      .process-step {
        flex-direction: column;
        gap: 2rem;
      }
      
      .process-step:nth-child(even) {
        flex-direction: column;
      }
      
      .step-visual {
        min-height: 300px;
        width: 100%;
      }
      
      .pricing-grid {
        flex-direction: column;
        align-items: center;
      }
      
      .pricing-card.featured {
        transform: none;
      }

      .get-leads-content {
        padding: 3rem 2rem;
      }

      .leads-stats {
        flex-wrap: wrap;
      }
      
      .testimonial-card {
        width: 100%;
        max-width: 350px;
      }
    }

    @media (max-width: 768px) {
      :root {
        --section-padding: 5rem 1.5rem;
      }
      
      .hero {
        padding-top: 5rem;
      }
      
      .hero h1 {
        font-size: 2.5rem;
      }
      
      .nav-links {
        display: none;
      }
      
      .section-title h2 {
        font-size: 2.2rem;
      }

      .get-leads h2 {
        font-size: 2.2rem;
      }

      .get-leads-content {
        padding: 3rem 1.5rem;
      }
    }

    @media (max-width: 576px) {
      :root {
        --section-padding: 4rem 1.25rem;
      }
      
      .hero h1 {
        font-size: 2rem;
      }
      
      .hero p {
        font-size: 1.1rem;
      }

      .get-leads-content {
        padding: 2rem 1.5rem;
      }

      .get-leads h2 {
        font-size: 1.8rem;
      }

      .stat-box {
        min-width: 140px;
      }
      
      .testimonial-card {
        width: 100%;
      }
      
      .leads-stats {
        flex-direction: column;
        gap: 1.5rem;
      }
      
      .dashboard {
        padding: 1.5rem;
      }
    }
.email-preview {
  background: var(--gradient-glass);
  backdrop-filter: blur(16px);
  border-radius: var(--border-radius--large);
  padding: 1.5rem;
  box-shadow: var(--glass-shadow);
  border: 1px solid var(--glass-border);
  width: 320px;
  transition: var(--transition);
}

.email-preview:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0,0,0,0.3);
}

.email-preview-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--glass-border);
}

.email-sender {
  font-weight: 600;
  color: var(--text-primary);
}

.email-time {
  color: var(--text-secondary);
  font-size: 0.9rem;
}

.preview-leads {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.preview-lead {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0.8rem;
  background: rgba(15, 23, 42, 0.4);
  border-radius: 12px;
  transition: var(--transition);
  border: 1px solid var(--glass-border);
}

.preview-lead:hover {
  transform: translateX(5px);
  border-color: var(--accent-primary);
}

.preview-icon {
  width: 36px;
  height: 36px;
  background: rgba(14, 165, 233, 0.2);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--accent-primary);
  font-size: 1rem;
}

.preview-title {
  flex: 1;
  font-weight: 500;
  color: var(--text-primary);
}

.preview-badge {
  background: var(--accent-primary);
  color: white;
  padding: 0.25rem 0.75rem;
  border-radius: 50px;
  font-size: 0.8rem;
  font-weight: 600;
}


/* Fix menu styling */
.nav-links {
  display: flex;
  gap: 2.5rem;
  align-items: center;
}

.menu-link,
.main-menu a {
  color: var(--text-secondary) !important;
  text-decoration: none !important;
  font-weight: 500 !important;
  transition: var(--transition) !important;
  position: relative !important;
  padding: 0.5rem 0 !important;
  background: transparent !important;
  border-radius: 0 !important;
}

.menu-link:hover,
.main-menu a:hover {
  color: var(--accent-primary) !important;
  opacity: 1 !important;
}

.menu-link:after,
.main-menu a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--accent-primary);
  transition: var(--transition);
  border-radius: 2px;
}

.menu-link:hover:after,
.main-menu a:hover:after {
  width: 100%;
}

/* Fix dropdown menu */
.main-menu li ul {
  background: var(--gradient-glass) !important;
  backdrop-filter: blur(16px) !important;
  border: 1px solid var(--glass-border) !important;
  box-shadow: var(--glass-shadow) !important;
  border-radius: var(--border-radius--large) !important;
  padding: 1rem !important;
}

.main-menu li ul a {
  padding: 0.75rem 1.5rem !important;
  display: block !important;
  border-radius: 8px !important;
}

.main-menu li ul a:hover {
  background: rgba(14, 165, 233, 0.1) !important;
}

*/

/* ===== Logged-In User Menu Styling ===== 
.nav-links .main-menu {
  display: flex;
  gap: 2.5rem;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.main-menu > li {
  position: relative;
}

.main-menu > li > a {
  color: var(--text-secondary) !important;
  text-decoration: none !important;
  font-weight: 500 !important;
  transition: var(--transition) !important;
  position: relative !important;
  padding: 0.5rem 0 !important;
  display: block;
}

.main-menu > li > a:hover {
  color: var(--accent-primary) !important;
}

.main-menu > li > a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--accent-primary);
  transition: var(--transition);
  border-radius: 2px;
}

.main-menu > li > a:hover:after {
  width: 100%;
}

/* Dropdown menu styling */
.main-menu ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: var(--gradient-glass) !important;
  backdrop-filter: blur(16px) !important;
  border: 1px solid var(--glass-border) !important;
  box-shadow: var(--glass-shadow) !important;
  border-radius: var(--border-radius--large) !important;
  padding: 1rem !important;
  min-width: 220px;
  z-index: 999;
  margin-top: 10px;
}

.main-menu li:hover > ul {
  display: block;
}

.main-menu ul li a {
  color: var(--text-secondary) !important;
  padding: 0.75rem 1.25rem !important;
  display: block !important;
  border-radius: 8px !important;
  transition: var(--transition) !important;
}

.main-menu ul li a:hover {
  color: var(--accent-primary) !important;
  background: rgba(14, 165, 233, 0.1) !important;
}

/* Dashboard and Logout links */
.menu-link {
  color: var(--text-secondary) !important;
  text-decoration: none !important;
  font-weight: 500 !important;
  transition: var(--transition) !important;
  position: relative !important;
  padding: 0.5rem 0 !important;
}

.menu-link:hover {
  color: var(--accent-primary) !important;
}

.menu-link:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--accent-primary);
  transition: var(--transition);
  border-radius: 2px;
}

.menu-link:hover:after {
  width: 100%;
}

/* Mobile menu toggle (for responsive) */
.menu-toggle {
  display: none;
  background: transparent;
  border: none;
  color: var(--text-primary);
  font-size: 1.5rem;
  cursor: pointer;
}

/* Responsive styles */
@media (max-width: 768px) {
  .menu-toggle {
    display: block;
  }
  
  .nav-links {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: var(--dark-bg);
    flex-direction: column;
    gap: 0;
    padding: 1rem 0;
    display: none;
  }
  
  .nav-links.active {
    display: flex;
  }
  
  .main-menu, 
  .nav-links > .menu-link {
    width: 100%;
    text-align: center;
  }
  
  .main-menu > li {
    width: 100%;
  }
  
  .main-menu > li > a,
  .menu-link {
    padding: 1rem !important;
    display: block;
  }
  
  .main-menu ul {
    position: static;
    width: 100%;
    box-shadow: none;
    margin-top: 0;
  }
}





/* Review Cards Section Styles */

.ff-testimonials {
    --ff-dark-bg: #1A1A2E;
    --ff-glass-bg: rgba(15, 23, 42, 0.25);
    --ff-glass-border: rgba(255, 255, 255, 0.15);
    --ff-glass-shadow: 0 12px 40px rgba(2, 8, 24, 0.5);
    --ff-text-primary: #E0E0E0;
    --ff-text-secondary: #B0B0C4;
    --ff-accent-primary: #4CAF50;
    --ff-accent-tertiary: #34d399;
    --ff-gradient-glass: linear-gradient(135deg, rgba(20, 30, 48, 0.7) 0%, rgba(36, 59, 85, 0.4) 100%);
    --ff-border-radius: 1.5rem;
    --ff-transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);

    background: var(--ff-dark-bg);
    padding: 4rem 0;
    font-family: 'Poppins', sans-serif;
}

.ff-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}

.ff-card {
    background: var(--ff-gradient-glass);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: var(--ff-border-radius);
    border: 1px solid var(--ff-glass-border);
    box-shadow: var(--ff-glass-shadow);
    padding: 2rem;
    transition: var(--ff-transition);
    min-height: 380px;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
}

.ff-card::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(74, 205, 80, 0.1) 0%, rgba(74, 205, 80, 0) 70%);
    opacity: 0;
    transition: var(--ff-transition);
}

.ff-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 50px rgba(2, 8, 24, 0.7);
}

.ff-card:hover::before {
    opacity: 1;
}

.ff-card-header {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    margin-bottom: 1.5rem;
    position: relative;
    z-index: 2;
}

.ff-card-avatar {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid rgba(74, 205, 80, 0.3);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    transition: var(--ff-transition);
}

.ff-card:hover .ff-card-avatar {
    transform: scale(1.05);
    border-color: var(--ff-accent-tertiary);
}

.ff-user-info {
    display: flex;
    flex-direction: column;
}

.ff-user-name {
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 0.25rem;
    background: linear-gradient(90deg, var(--ff-text-primary), var(--ff-accent-tertiary));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.ff-user-role {
    color: var(--ff-text-secondary);
    font-size: 0.95rem;
    font-weight: 400;
}

.ff-card-review {
    flex-grow: 1;
    color: var(--ff-text-primary);
    line-height: 1.7;
    font-size: 1.1rem;
    margin-bottom: 2rem;
    position: relative;
    padding-left: 2rem;
    font-weight: 400;
    z-index: 2;
}

.ff-card-review::before {
    content: '"';
    position: absolute;
    left: 0;
    top: -1rem;
    font-size: 4rem;
    color: rgba(74, 205, 80, 0.1);
    font-family: serif;
    line-height: 1;
}

.ff-card-footer {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: auto;
    z-index: 2;
}

.ff-tag {
    background: rgba(15, 23, 42, 0.4);
    padding: 0.6rem 1.2rem;
    border-radius: 100px;
    font-size: 0.9rem;
    color: var(--ff-text-primary);
    border: 1px solid var(--ff-glass-border);
    transition: var(--ff-transition);
    backdrop-filter: blur(5px);
}

.ff-tag:hover {
    background: rgba(74, 205, 80, 0.2);
    transform: translateY(-2px);
    border-color: var(--ff-accent-tertiary);
}

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

.ff-star {
    color: var(--ff-accent-tertiary);
    font-size: 1.3rem;
    text-shadow: 0 2px 5px rgba(52, 211, 153, 0.3);
}

.ff-emoji {
    font-size: 1.5rem;
    margin-left: 0.5rem;
    display: inline-block;
    animation: ff-float 3s ease-in-out infinite;
}

@keyframes ff-float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-5px); }
}

/* Animation for cards */
.ff-card {
    animation: ff-cardEntrance 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
    animation-delay: calc(var(--ff-order) * 0.1s);
    opacity: 0;
}

@keyframes ff-cardEntrance {
    from { 
        opacity: 0;
        transform: translateY(30px) scale(0.95);
    }
    to { 
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}





 