/*!
Theme Name: Rozgar Local
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: rozgar-local
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.

Rozgar Local 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;
}



/*--------------------------------------------------------------
# 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;
}



  :root {
    --navy: #0A1628;
    --navy-mid: #1E3A5F;
    --amber: #F59E0B;
    --amber-light: #FCD34D;
    --amber-dark: #D97706;
    --cream: #F8F4EF;
    --cream-dark: #EDE8E1;
    --white: #FFFFFF;
    --emerald: #10B981;
    --text-muted: #94A3B8;
    --text-light: #CBD5E1;
  }

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

  html { scroll-behavior: smooth; }

  body {
    font-family: 'DM Sans', sans-serif;
    background: var(--navy);
    color: var(--white);
    overflow-x: hidden;
  }

  /* ─── CANVAS PARTICLES ─── */
  /* #particle-canvas {
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    pointer-events: none;
    z-index: 0;
    opacity: 0.5;
  } */

  /* ─── NAV ─── */
  nav {
    position: fixed;
    top: 0; left: 0; right: 0;
    z-index: 100;
    padding: 0 5%;
    height: 68px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: rgba(10, 22, 40, 0.85);
    backdrop-filter: blur(16px);
    border-bottom: 1px solid rgba(245, 158, 11, 0.12);
    transition: all 0.3s ease;
  }

  .nav-logo {
    font-family: 'Syne', sans-serif;
    font-weight: 800;
    font-size: 1.4rem;
    color: var(--white);
    text-decoration: none;
    letter-spacing: -0.02em;
  }

  .nav-logo span { color: var(--amber); }

  .nav-links {
    display: flex;
    align-items: center;
    gap: 2rem;
    list-style: none;
  }

  .nav-links a {
    color: var(--text-light);
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 500;
    transition: color 0.2s;
  }

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

  .nav-cta {
    background: var(--amber);
    color: var(--navy) !important;
    padding: 0.55rem 1.3rem;
    border-radius: 6px;
    font-weight: 700 !important;
    font-size: 0.88rem !important;
    transition: background 0.2s, transform 0.15s !important;
    white-space: nowrap;
  }

  .nav-cta:hover {
    background: var(--amber-light) !important;
    transform: translateY(-1px);
    color: var(--navy) !important;
  }

  /* ─── HERO ─── */
  #hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 120px 5% 80px;
    background: linear-gradient(160deg, #0A1628 0%, #0F2040 50%, #0A1628 100%);
    overflow: hidden;
    z-index: 1;
  }

  .hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: rgba(245, 158, 11, 0.15);
    border: 1px solid rgba(245, 158, 11, 0.35);
    color: var(--amber);
    padding: 0.4rem 1rem;
    border-radius: 100px;
    font-size: 0.82rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    margin-bottom: 1.8rem;
    animation: fadeUp 0.6s ease both;
  }

  .hero-badge::before {
    content: '';
    width: 6px; height: 6px;
    background: var(--amber);
    border-radius: 50%;
    animation: pulse 2s infinite;
  }

  @keyframes pulse {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.5; transform: scale(1.4); }
  }

  .hero-headline {
    font-family: 'Syne', sans-serif;
    font-weight: 800;
    font-size: clamp(2.4rem, 6vw, 5rem);
    line-height: 1.08;
    letter-spacing: -0.03em;
    margin-bottom: 1.2rem;
    animation: fadeUp 0.6s 0.1s ease both;
    max-width: 820px;
  }

  .hero-headline .accent {
    color: var(--amber);
    position: relative;
  }

  .hero-headline .accent::after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0; right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--amber), transparent);
    border-radius: 2px;
  }

  .hero-sub {
    font-size: clamp(1rem, 2vw, 1.2rem);
    color: var(--text-light);
    max-width: 560px;
    line-height: 1.7;
    margin-bottom: 2.4rem;
    font-weight: 400;
    animation: fadeUp 0.6s 0.2s ease both;
  }

  .hero-sub strong { color: var(--white); }

  .hero-ctas {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    justify-content: center;
    animation: fadeUp 0.6s 0.3s ease both;
    margin-bottom: 3.5rem;
  }

  .btn-primary {
    background: var(--amber);
    color: var(--navy);
    padding: 0.85rem 2rem;
    border-radius: 8px;
    font-weight: 700;
    font-size: 1rem;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: all 0.2s;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-family: 'DM Sans', sans-serif;
  }

  .btn-primary:hover {
    background: var(--amber-light);
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(245, 158, 11, 0.35);
  }

  .btn-ghost {
    background: transparent;
    color: var(--white);
    padding: 0.85rem 2rem;
    border-radius: 8px;
    font-weight: 600;
    font-size: 1rem;
    text-decoration: none;
    border: 1px solid rgba(255,255,255,0.2);
    cursor: pointer;
    transition: all 0.2s;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-family: 'DM Sans', sans-serif;
  }

  .btn-ghost:hover {
    border-color: var(--amber);
    color: var(--amber);
    transform: translateY(-2px);
  }

  .hero-price-callout {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    animation: fadeUp 0.6s 0.4s ease both;
  }

  .price-vs {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.08);
    padding: 0.7rem 1.2rem;
    border-radius: 100px;
    font-size: 0.88rem;
  }

  .price-strike {
    color: var(--text-muted);
    text-decoration: line-through;
    font-weight: 500;
  }

  .price-arrow { color: var(--text-muted); font-size: 0.8rem; }

  .price-real {
    color: var(--amber);
    font-weight: 800;
    font-size: 1rem;
    font-family: 'Syne', sans-serif;
  }

  .price-label { color: var(--text-muted); font-size: 0.78rem; }

  /* ─── TRUST SECTION ─── */
  #trust {
    position: relative;
    z-index: 1;
    background: var(--cream);
    padding: 90px 5%;
  }

  .section-eyebrow {
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--amber-dark);
    margin-bottom: 0.8rem;
  }

  .section-title {
    font-family: 'Syne', sans-serif;
    font-weight: 800;
    font-size: clamp(1.8rem, 3.5vw, 2.8rem);
    color: var(--navy);
    letter-spacing: -0.02em;
    line-height: 1.15;
    margin-bottom: 1rem;
  }

  .section-sub {
    font-size: 1.05rem;
    color: #4A5568;
    max-width: 520px;
    line-height: 1.7;
    margin-bottom: 3rem;
  }

  .trust-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1.5rem;
  }

  .trust-card {
    background: var(--white);
    border-radius: 16px;
    padding: 2rem;
    box-shadow: 0 4px 24px rgba(10, 22, 40, 0.08);
    border: 1px solid rgba(10, 22, 40, 0.06);
    transition: transform 0.25s, box-shadow 0.25s;
  }

  .trust-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 40px rgba(10, 22, 40, 0.14);
  }

  .trust-icon {
    width: 52px; height: 52px;
    background: rgba(245, 158, 11, 0.12);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    margin-bottom: 1.2rem;
  }

  .trust-stat {
    font-family: 'Syne', sans-serif;
    font-weight: 800;
    font-size: 2.2rem;
    color: var(--navy);
    letter-spacing: -0.03em;
    margin-bottom: 0.3rem;
  }

  .trust-stat span { color: var(--amber); }

  .trust-label {
    font-size: 1rem;
    font-weight: 600;
    color: var(--navy);
    margin-bottom: 0.4rem;
  }

  .trust-desc { font-size: 0.9rem; color: #64748B; line-height: 1.6; }

  /* ─── HOW IT WORKS ─── */
  #how {
    position: relative;
    z-index: 1;
    background: var(--navy);
    padding: 100px 5%;
    overflow: hidden;
  }

  #how::before {
    content: '';
    position: absolute;
    top: -100px; right: -200px;
    width: 600px; height: 600px;
    background: radial-gradient(circle, rgba(245, 158, 11, 0.06) 0%, transparent 70%);
    pointer-events: none;
  }

  .steps-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 2rem;
    position: relative;
  }

  .step-connector {
    display: none;
  }

  @media (min-width: 768px) {
    .steps-grid { grid-template-columns: repeat(3, 1fr); }
  }

  .step-card {
    position: relative;
    padding: 2rem;
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(255,255,255,0.07);
    border-radius: 16px;
    transition: all 0.3s;
  }

  .step-card:hover {
    background: rgba(245, 158, 11, 0.05);
    border-color: rgba(245, 158, 11, 0.2);
    transform: translateY(-3px);
  }

  .step-number {
    width: 52px; height: 52px;
    background: var(--amber);
    color: var(--navy);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Syne', sans-serif;
    font-weight: 800;
    font-size: 1.3rem;
    margin-bottom: 1.3rem;
    box-shadow: 0 4px 16px rgba(245, 158, 11, 0.35);
  }

  .step-title {
    font-family: 'Syne', sans-serif;
    font-weight: 700;
    font-size: 1.15rem;
    color: var(--white);
    margin-bottom: 0.6rem;
  }

  .step-desc { font-size: 0.92rem; color: var(--text-light); line-height: 1.65; }

  .step-arrow {
    display: none;
  }

  @media (min-width: 768px) {
    .step-arrow {
    display: flex;
    position: absolute;
    right: -28px;
    top: 0;
    color: var(--amber);
    font-size: 1.4rem;
    opacity: 0.5;
    z-index: 2;
    bottom: 0;
    align-items: center;
}
  }

 /* ─── REGISTRATION FORM ───*/
  /* #register {
    position: relative;
    z-index: 1;
    background: var(--cream);
    padding: 100px 5%;
  }

  .register-inner {
    max-width: 680px;
    margin: 0 auto;
  }

  .register-inner .section-title,
  .register-inner .section-eyebrow,
  .register-inner .section-sub { text-align: center; }

  .register-inner .section-sub { margin-left: auto; margin-right: auto; }

  .form-card {
    background: var(--white);
    border-radius: 20px;
    padding: 2.5rem;
    box-shadow: 0 8px 48px rgba(10, 22, 40, 0.12);
    border: 1px solid rgba(10, 22, 40, 0.07);
  }

  .form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
  }

  @media (max-width: 600px) {
    .form-row { grid-template-columns: 1fr; }
  }

  .form-group {
    margin-bottom: 1.2rem;
    display: flex;
    flex-direction: column;
  }

  .form-group label {
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--navy);
    margin-bottom: 0.45rem;
    letter-spacing: 0.01em;
  }

  .form-group input,
  .form-group select,
  .form-group textarea {
    height: 50px;
    padding: 0 1rem;
    border: 1.5px solid #E2E8F0;
    border-radius: 8px;
    font-size: 0.95rem;
    font-family: 'DM Sans', sans-serif;
    color: var(--navy);
    background: #FAFAFA;
    transition: border-color 0.2s, box-shadow 0.2s;
    outline: none;
    width: 100%;
  }

  .form-group textarea {
    height: 90px;
    padding: 0.75rem 1rem;
    resize: vertical;
  }

  .form-group input:focus,
  .form-group select:focus,
  .form-group textarea:focus {
    border-color: var(--amber);
    box-shadow: 0 0 0 3px rgba(245, 158, 11, 0.12);
    background: var(--white);
  }

  .form-group select { cursor: pointer; }

  .form-divider {
    height: 1px;
    background: #EEE;
    margin: 1.5rem 0;
  }

  .form-section-label {
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--text-muted);
    margin-bottom: 1rem;
  }

  .payment-info {
    background: rgba(245, 158, 11, 0.08);
    border: 1px solid rgba(245, 158, 11, 0.25);
    border-radius: 10px;
    padding: 1rem 1.2rem;
    margin-bottom: 1.4rem;
    display: flex;
    align-items: center;
    gap: 0.8rem;
  }

  .payment-info .pi-icon { font-size: 1.4rem; }

  .payment-info .pi-text { font-size: 0.88rem; color: #4A5568; line-height: 1.5; }

  .payment-info .pi-text strong { color: var(--navy); font-weight: 700; }

  .btn-submit {
    width: 100%;
    height: 56px;
    background: var(--amber);
    color: var(--navy);
    font-family: 'Syne', sans-serif;
    font-weight: 800;
    font-size: 1.05rem;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
    letter-spacing: 0.01em;
  }

  .btn-submit:hover {
    background: var(--amber-light);
    transform: translateY(-2px);
    box-shadow: 0 8px 28px rgba(245, 158, 11, 0.4);
  }

  .btn-submit:active { transform: translateY(0); }

  .form-trust {
    text-align: center;
    margin-top: 1rem;
    font-size: 0.82rem;
    color: #94A3B8;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
  }

  .form-trust .check { color: var(--emerald); font-size: 0.9rem; } */

  /* ─── CLOSER / FAQ ─── */
  #closer {
    position: relative;
    z-index: 1;
    background: var(--navy);
    padding: 100px 5%;
  }

  .testimonials-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1.5rem;
    margin-bottom: 5rem;
  }

  .testi-card {
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 16px;
    padding: 1.8rem;
    transition: all 0.25s;
  }

  .testi-card:hover {
    background: rgba(255,255,255,0.07);
    border-color: rgba(245,158,11,0.2);
  }

  .testi-stars { color: var(--amber); font-size: 1rem; margin-bottom: 0.8rem; letter-spacing: 2px; }

  .testi-text {
    font-size: 0.95rem;
    color: var(--text-light);
    line-height: 1.7;
    margin-bottom: 1.2rem;
    font-style: italic;
  }

  .testi-author { display: flex; align-items: center; gap: 0.8rem; }

  .testi-avatar {
    width: 40px; height: 40px;
    background: rgba(245, 158, 11, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
  }

  .testi-name { font-weight: 600; font-size: 0.9rem; color: var(--white); }
  .testi-role { font-size: 0.78rem; color: var(--text-muted); }

  /* FAQ */
  .faq-container { max-width: 700px; margin: 0 auto 4rem; }

  .faq-title {
    font-family: 'Syne', sans-serif;
    font-weight: 800;
    font-size: clamp(1.5rem, 3vw, 2.2rem);
    color: var(--white);
    margin-bottom: 2rem;
    text-align: center;
  }

  .faq-item {
    border-bottom: 1px solid rgba(255,255,255,0.08);
    overflow: hidden;
  }

  .faq-question {
    width: 100%;
    background: none;
    border: none;
    padding: 1.2rem 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-family: 'DM Sans', sans-serif;
    font-size: 1rem;
    font-weight: 600;
    color: var(--white);
    text-align: left;
    gap: 1rem;
    transition: color 0.2s;
  }

  .faq-question:hover { color: var(--amber); }

  .faq-chevron {
    color: var(--amber);
    font-size: 1.1rem;
    transition: transform 0.3s;
    flex-shrink: 0;
  }

  .faq-item.open .faq-chevron { transform: rotate(180deg); }

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

  .faq-item.open .faq-answer { max-height: 200px; padding-bottom: 1.2rem; }

  .faq-answer p { font-size: 0.93rem; color: var(--text-light); line-height: 1.7; }

  /* Final CTA Banner */
  .cta-banner {
    background: linear-gradient(135deg, var(--amber) 0%, var(--amber-dark) 100%);
    border-radius: 20px;
    padding: 3rem 2.5rem;
    text-align: center;
    position: relative;
    overflow: hidden;
  }

  .cta-banner::before {
    content: '';
    position: absolute;
    top: -60px; right: -60px;
    width: 200px; height: 200px;
    background: rgba(255,255,255,0.1);
    border-radius: 50%;
  }

  .cta-banner::after {
    content: '';
    position: absolute;
    bottom: -80px; left: -40px;
    width: 240px; height: 240px;
    background: rgba(255,255,255,0.06);
    border-radius: 50%;
  }

  .cta-banner h2 {
    font-family: 'Syne', sans-serif;
    font-weight: 800;
    font-size: clamp(1.6rem, 3.5vw, 2.4rem);
    color: var(--navy);
    margin-bottom: 0.8rem;
    letter-spacing: -0.02em;
    position: relative;
    z-index: 1;
  }

  .cta-banner p {
    color: rgba(10, 22, 40, 0.7);
    font-size: 1.05rem;
    margin-bottom: 1.8rem;
    position: relative;
    z-index: 1;
  }

  .btn-banner {
    background: var(--navy);
    color: var(--white);
    padding: 0.9rem 2.2rem;
    border-radius: 8px;
    font-family: 'Syne', sans-serif;
    font-weight: 700;
    font-size: 1rem;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: all 0.2s;
    position: relative;
    z-index: 1;
  }

  .btn-banner:hover {
    background: #0F2040;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(10, 22, 40, 0.3);
  }

  /* ─── FOOTER ─── */
  footer {
    position: relative;
    z-index: 1;
    background: #060E1A;
    padding: 2.5rem 5%;
    border-top: 1px solid rgba(255,255,255,0.06);
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: gap;
    gap: 1rem;
  }

  .footer-logo {
    font-family: 'Syne', sans-serif;
    font-weight: 800;
    font-size: 1.2rem;
    color: var(--white);
  }

  .footer-logo span { color: var(--amber); }

  .footer-text { font-size: 0.83rem; color: var(--text-muted); }

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

  .location-tag {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    font-size: 0.8rem;
    color: var(--text-muted);
    background: rgba(255,255,255,0.04);
    padding: 0.3rem 0.7rem;
    border-radius: 100px;
    border: 1px solid rgba(255,255,255,0.07);
  }

  .location-tag span { color: var(--amber); font-size: 0.85rem; }

  /* ─── ANIMATIONS ─── */
  @keyframes fadeUp {
    from { opacity: 0; transform: translateY(24px); }
    to { opacity: 1; transform: translateY(0); }
  }

  .reveal {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity 0.6s ease, transform 0.6s ease;
  }

  .reveal.visible {
    opacity: 1;
    transform: translateY(0);
  }

  /* ─── SUCCESS STATE ─── */
  .success-overlay {
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 2rem;
    gap: 1rem;
  }

  .success-overlay .s-icon {
    width: 64px; height: 64px;
    background: rgba(16, 185, 129, 0.15);
    border: 2px solid var(--emerald);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    color: var(--emerald);
  }

  .success-overlay h3 {
    font-family: 'Syne', sans-serif;
    font-weight: 700;
    font-size: 1.4rem;
    color: var(--navy);
  }

  .success-overlay p { font-size: 0.95rem; color: #4A5568; line-height: 1.6; }

  /* ─── MOBILE ─── */
  @media (max-width: 640px) {
    nav { padding: 0 4%; }
    .nav-links { display: none; }
    #hero { padding: 100px 4% 60px; }
    .form-card { padding: 1.8rem 1.4rem; }
    #trust, #how, #register, #closer { padding: 70px 4%; }
    footer { flex-direction: column; align-items: flex-start; }
    .hero-price-callout { flex-direction: column; align-items: center; }
  }

  .dropdown {
  position: relative;
}

.dropdown-menu {
  display: none;
  position: absolute;
  background: white;
  list-style: none;
  padding: 0;
  margin: 0;
  top: 100%;
  left: 0;
  min-width: 150px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.dropdown-menu li a {
  display: block;
  padding: 10px 15px;
  text-decoration: none;
  color: #333;
}

.dropdown-menu li a:hover {
  background: #f2f2f2;
}

.dropdown:hover .dropdown-menu {
  display: block;
}

.hamburger{
    font-size:28px;
    cursor:pointer;
    display:none;
  }
  @media(max-width:550px){
    .hamburger{ display:block; }
    .nav-links{
      position:absolute;
      top:68px;
      left:0;
      width:100%;
      background: rgba(10,22,40,0.85);
      flex-direction:column;
      text-align:center;
      display:none;
    }
    .nav-links.active{ display:flex; padding-bottom:20px; }

  }

  @media (max-width: 480px) {
    .card { padding: 24px 20px; }
    .header h1 { font-size: 26px; }
    
  }


/*--------------------Form CSS--------------------------*/

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

:root {
  --bg: #0a0a0f;
  --navy: #0A1628;
  --amber: #F59E0B;
  --amber-light: #FCD34D;
  --surface: rgba(10, 22, 40, 0.85);
  --card: rgba(10, 22, 40, 0.85);
  --border: #2a2a3d;
  --accent: #ff6b35;
  --accent2: #ff9500;
  --text: #f0f0f8;
  --muted: #6b6b8a;
  --success: #22c55e;
  --error: #ef4444;
}

.bodyy{
  font-family: 'DM Sans', sans-serif;
  background: #060d1a;
  color: var(--text);
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  position: relative;
  overflow-x: hidden;
  flex-direction: column;
}

/* Navigation */
nav {
  position: fixed;
  top: 0; 
  left: 0; 
  right: 0;
  z-index: 100;
  padding: 0 5%;
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(10, 22, 40, 0.85);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(245, 158, 11, 0.12);
  transition: all 0.3s ease;
}

.nav-logo {
  font-family: 'Syne', sans-serif;
  font-weight: 800;
  font-size: 1.4rem;
  color: var(--white);
  text-decoration: none;
  letter-spacing: -0.02em;
}

.nav-logo span { 
  color: var(--amber); 
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 2rem;
  list-style: none;
}

.nav-links a {
  color: var(--text-light);
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 500;
  transition: color 0.2s;
}

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

.nav-cta {
  background: var(--amber);
  color: var(--navy) !important;
  padding: 0.55rem 1.3rem;
  border-radius: 6px;
  font-weight: 700 !important;
  font-size: 0.88rem !important;
  transition: background 0.2s, transform 0.15s !important;
  white-space: nowrap;
}

.nav-cta:hover {
  background: var(--amber-light) !important;
  transform: translateY(-1px);
  color: var(--navy) !important;
}


/* Hero Section */
page-id-25, page-id-23 #hero-wrap {
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0px 5% 80px;
  background: #060d1a;
  overflow: hidden;
  font-family: 'DM Sans', sans-serif;
  width: 100%;
  margin-top: -150px;
}

/* Grid Background */
.grid-fade {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.028) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.028) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: radial-gradient(ellipse 90% 70% at 50% 40%, black 20%, transparent 100%);
  pointer-events: none;
  z-index: 0;
}

/* Floating Stat Cards */
.stat-card {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 10px;
  background: rgba(255,255,255,0.055);
  border: 1px solid rgba(255,255,255,0.1);
  backdrop-filter: blur(14px);
  padding: 10px 16px;
  border-radius: 16px;
  pointer-events: none;
  z-index: 3;
  font-family: 'DM Sans', sans-serif;
}

.stat-icon {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.stat-info {
  display: flex;
  flex-direction: column;
  text-align: left;
}

.stat-num {
  font-size: 0.95rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.1;
  font-family: 'Syne', sans-serif;
}

.stat-lbl {
  font-size: 0.68rem;
  color: rgba(255,255,255,0.45);
  letter-spacing: 0.03em;
  margin-top: 1px;
}

.sc1 {
  top: 35%;
  left: 4%;
  animation: floatA 7s ease-in-out infinite;
}

.sc2 {
  top: 35%;
  right: 4%;
  animation: floatB 8s ease-in-out infinite 1.2s;
}

.sc3 {
  bottom: 10%;
  left: 5%;
  animation: floatA 9s ease-in-out infinite 2.5s;
}

.sc4 {
  bottom: 10%;
  right: 5%;
  animation: floatB 6.5s ease-in-out infinite 0.8s;
}

@keyframes floatA {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-14px); }
}

@keyframes floatB {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(12px); }
}

/* Form Wrapper */
.wrapper {
  width: 100%;
  max-width: 560px;
  position: relative;
  z-index: 1;
  /*margin-top: -260px;*/
  padding-bottom: 25px;
     margin: 0 auto;
}
.nav-links {
    margin-bottom: 0;
}
/* Header */
.header {
  text-align: center;
  margin-bottom: 36px;
}

.header .brand {
  font-family: 'Syne', sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 10px;
  display: block;
}

.header h1 {
  font-family: 'Syne', sans-serif;
  font-size: 32px;
  font-weight: 800;
  line-height: 1.1;
  background: linear-gradient(135deg, #f0f0f8 30%, var(--accent2));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Progress Steps */
.progress-wrap {
  display: flex;
  align-items: center;
  gap: 0;
  margin-bottom: 32px;
  padding: 0 4px;
}

.step-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  position: relative;
}

.step-item:not(:last-child)::after {
  content: '';
  position: absolute;
  top: 18px;
  left: 62%;
  right: -38%;
  height: 2px;
  background: var(--border);
  transition: background 0.5s ease;
  z-index: 0;
}

.step-item.done:not(:last-child)::after,
.step-item.active:not(:last-child)::after {
  background: linear-gradient(90deg, var(--accent), var(--border));
}

.step-item.done:not(:last-child)::after {
  background: var(--accent);
}

.step-num {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 2px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Syne', sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: var(--muted);
  background: var(--surface);
  transition: all 0.4s ease;
  position: relative;
  z-index: 1;
}

.step-item.active .step-num {
  border-color: var(--accent);
  color: var(--accent);
  background: rgba(255,107,53,0.1);
  box-shadow: 0 0 20px rgba(255,107,53,0.3);
}

.step-item.done .step-num {
  border-color: var(--accent);
  background: var(--accent);
  color: white;
}

.step-label {
  font-size: 10px;
  font-weight: 500;
  color: var(--muted);
  margin-top: 6px;
  text-align: center;
  letter-spacing: 0.5px;
  transition: color 0.3s;
}

.step-item.active .step-label { 
  color: var(--accent); 
}

.step-item.done .step-label { 
  color: var(--text); 
}

/* Card */
.card {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 20px;
  padding: 36px;
  position: relative;
  overflow: hidden;
}

.card::before {
  content: '';
  position: absolute;
  top: 0; 
  left: 0; 
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--accent), var(--accent2));
}

/* Form Steps */
.form-step {
  display: none;
  animation: fadeSlide 0.4s ease;
}

.form-step.active { 
  display: block; 
}

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

.step-title {
  font-family: 'Syne', sans-serif;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 4px;
  color: white;
}

.step-desc {
  font-size: 13px;
  color: var(--muted);
  margin-bottom: 28px;
}

/* Form Fields */
.field { 
  margin-bottom: 20px; 
}

label {
  display: block;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 8px;
}

label .req { 
  color: var(--error); 
  margin-left: 3px; 
}

input, select, textarea {
  width: 100%;
  background: var(--surface);
  border: 1.5px solid var(--border);
  border-radius: 10px;
  padding: 13px 16px;
  font-family: 'DM Sans', sans-serif;
  font-size: 15px;
  color: var(--text);
  outline: none;
  transition: border-color 0.2s, box-shadow 0.2s;
  appearance: none;
}

select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' fill='none'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%236b6b8a' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  padding-right: 40px;
  cursor: pointer;
}

select option { 
  background: var(--card); 
  color: var(--text); 
}

input:focus, select:focus {
  border-color: var(--accent);
  box-shadow: 0 0 0 3px rgba(255,107,53,0.12);
}

input.error, select.error {
  border-color: var(--error);
  box-shadow: 0 0 0 3px rgba(239,68,68,0.1);
}

input.valid, select.valid { 
  border-color: var(--success); 
}

.err-msg {
  font-size: 12px;
  color: var(--error);
  margin-top: 5px;
  display: none;
  align-items: center;
  gap: 4px;
}

.err-msg.show { 
  display: flex; 
}

/* Radio Groups */
.radio-group {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.radio-opt {
  flex: 1;
  min-width: 100px;
}

.radio-opt input[type="radio"] { 
  display: none; 
}

.radio-opt label {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 16px;
  background: var(--surface);
  border: 1.5px solid var(--border);
  border-radius: 10px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  letter-spacing: 0;
  color: var(--muted);
  transition: all 0.2s;
}

.radio-opt input[type="radio"]:checked + label {
  border-color: var(--accent);
  background: rgba(255,107,53,0.1);
  color: var(--accent);
}

/* Skills Grid */
.skills-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 6px;
}

.skill-opt input[type="checkbox"] { 
  display: none; 
}

.skill-opt label {
  display: inline-block;
  padding: 10px 18px;
  background: var(--surface);
  border: 1.5px solid var(--border);
  border-radius: 50px;
  cursor: pointer;
  font-size: 13px;
  font-weight: 500;
  text-transform: none;
  letter-spacing: 0;
  color: var(--muted);
  transition: all 0.2s;
}

.skill-opt input[type="checkbox"]:checked + label {
  border-color: var(--accent2);
  background: rgba(255,149,0,0.1);
  color: var(--accent2);
}

/* Buttons */
.btn-row {
  display: flex;
  gap: 12px;
  margin-top: 28px;
}

.btn {
  flex: 1;
  padding: 14px 24px;
  border-radius: 10px;
  font-family: 'Syne', sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.5px;
  cursor: pointer;
  border: none;
  transition: all 0.2s;
}

.btn-back {
  background: transparent;
  border: 1.5px solid var(--border);
  color: var(--muted);
}

.btn-back:hover {
  border-color: var(--text);
  color: var(--text);
}

.btn-next {
  background: linear-gradient(135deg, var(--accent), var(--accent2));
  color: white;
  box-shadow: 0 4px 20px rgba(255,107,53,0.35);
}

.btn-next:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 28px rgba(255,107,53,0.5);
}

.btn-next:active { 
  transform: translateY(0); 
}

.btn-submit {
  background: linear-gradient(135deg, #22c55e, #16a34a);
  color: white;
  box-shadow: 0 4px 20px rgba(34,197,94,0.3);
}

.btn-submit:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 28px rgba(34,197,94,0.45);
}

/* QR & Payment */
.qr-box {
  background: white;
  border-radius: 20px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 25px 0 15px;
}

.qr-box svg {
  width: 160px;
  height: 160px;
  display: block;
}

.qr-note {
  color: var(--navy);
  font-weight: 600;
  margin-top: 12px;
  background: #f0f0f0;
  padding: 6px 16px;
  border-radius: 40px;
  font-size: 14px;
}

.payment-badge {
  background: rgba(255,215,0,0.15);
  border: 1px dashed var(--amber);
  border-radius: 40px;
  padding: 6px 14px;
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  color: var(--amber-light);
}

/* Popup */
.popup-overlay {
  position: fixed;
  top: 0; 
  left: 0; 
  width: 100%; 
  height: 100%;
  background: rgba(0,0,0,0.7);
  backdrop-filter: blur(4px);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 999;
}

.popup-card {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 28px;
  padding: 32px 24px;
  max-width: 340px;
  text-align: center;
  box-shadow: 0 25px 50px -8px black;
}

.popup-card h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px;
}

.popup-card p {
  color: var(--muted);
  margin-bottom: 28px;
  font-size: 15px;
}

.popup-actions {
  display: flex;
  gap: 12px;
}

.popup-btn {
  flex: 1;
  padding: 14px 0;
  border-radius: 14px;
  font-weight: 700;
  border: none;
  font-family: 'DM Sans', sans-serif;
  cursor: pointer;
}

.popup-btn-yes {
  background: var(--success);
  color: white;
}

.popup-btn-no {
  background: transparent;
  border: 1.5px solid var(--border);
  color: var(--muted);
}

.popup-btn-no:hover { 
  border-color: var(--error); 
  color: var(--error); 
}

/* Success Screen */
.success-screen {
  display: none;
  text-align: center;
  padding: 20px 0;
}

.success-screen.show { 
  display: block; 
}

.success-icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: linear-gradient(135deg, #22c55e, #16a34a);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 24px;
  box-shadow: 0 8px 30px rgba(34,197,94,0.4);
  animation: popIn 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

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

.success-icon svg { 
  width: 36px; 
  height: 36px; 
}

/* Summary Box */
.summary-box {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 20px;
  margin-top: 24px;
  text-align: left;
}

.summary-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0;
  border-bottom: 1px solid var(--border);
  font-size: 13px;
}

.summary-row:last-child { 
  border-bottom: none; 
}

.summary-row span:first-child { 
  color: var(--muted); 
}

.summary-row span:last-child { 
  font-weight: 500; 
  color: var(--text); 
}

/* Shake Animation */
.shake { 
  animation: shake 0.4s ease; 
}

@keyframes shake {
  0%, 100% { transform: translateX(0); }
  20%, 60% { transform: translateX(-6px); }
  40%, 80% { transform: translateX(6px); }
}

/* Media Queries */
@media(max-width:800px){
  .stat-card {
    display: none;
  }
}

@media(max-width:550px){
  .hamburger { 
    display: block; 
  }
  
  .nav-links {
    position: absolute;
    top: 68px;
    left: 0;
    width: 100%;
    background: rgba(10, 22, 40, 0.85);
    flex-direction: column;
    text-align: center;
    display: none;
  }
  
  .nav-links.active { 
    display: flex; 
    padding-bottom: 20px; 
  }
}

@media (max-width: 480px) {
  .card { 
    padding: 24px 20px; 
  }
  
  .header h1 { 
    font-size: 26px; 
  }

  .step-item:not(:last-child)::after {
    left: 69%;
    right: -31%;
  }
}