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

iterruptivo 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: #fdae3c;
}

a:visited {
	/* color: #800080; */
}

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

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

/*--------------------------------------------------------------
# Customized CSS - Landing Page Styles
--------------------------------------------------------------*/

/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --primary-color: #FFA500;
    --secondary-color: #000000;
    --white: #FFFFFF;
    --gray-light: #F8F9FA;
    --gray-medium: #6C757D;
    --gray-dark: #343A40;
    --gradient-primary: linear-gradient(135deg, #FFA500 0%, #FF8C00 100%);
    --gradient-dark: linear-gradient(135deg, #000000 0%, #1a1a1a 100%);
    --border-radius: 12px;
    --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    --shadow-light: 0 4px 6px rgba(0, 0, 0, 0.1);
    --shadow-medium: 0 8px 25px rgba(0, 0, 0, 0.15);
    --shadow-heavy: 0 20px 40px rgba(0, 0, 0, 0.2);
}

body {
    font-family: 'Inter', sans-serif;
    line-height: 1.6;
    color: var(--gray-dark);
    overflow-x: hidden;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Navigation */
.navbar {
    position: fixed;
    top: 0;
    width: 100%;
    background: rgba(250, 197, 23, 0.3);
    backdrop-filter: blur(20px);
    z-index: 1000;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    transition: var(--transition);
}

.nav-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 70px;
}

.nav-logo {
    display: flex;
    align-items: center;
}

.logo-img {
    height: 40px;
    width: auto;
}

.nav-menu {
    display: flex;
    gap: 2rem;
}

.nav-link {
    text-decoration: none;
    color: #000000;
    font-weight: 500;
    transition: var(--transition);
    position: relative;
}

.nav-link:hover {
    color: var(--primary-color);
}

.nav-link::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--gradient-primary);
    transition: var(--transition);
}

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

.hamburger {
    display: none;
    flex-direction: column;
    cursor: pointer;
}

.hamburger span {
    width: 25px;
    height: 3px;
    background: var(--gray-dark);
    margin: 3px 0;
    transition: var(--transition);
}

/* Hero Section */
.hero {
    min-height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
}

.hero-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.animated-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        radial-gradient(circle at 20% 80%, rgba(255, 165, 0, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgba(255, 165, 0, 0.08) 0%, transparent 50%),
        linear-gradient(135deg, transparent 0%, rgba(0, 0, 0, 0.02) 100%);
    animation: floatBackground 20s ease-in-out infinite;
}

.infinity-animation {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 800px;
    height: 400px;
    opacity: 0.03;
    z-index: 1;
}

.infinity-animation::before,
.infinity-animation::after {
    content: '';
    position: absolute;
    width: 200px;
    height: 200px;
    border: 3px solid var(--primary-color);
    border-radius: 50%;
    animation: infinityLoop 15s linear infinite;
}

.infinity-animation::before {
    top: 50%;
    left: 25%;
    transform: translateY(-50%);
    animation-delay: 0s;
}

.infinity-animation::after {
    top: 50%;
    right: 25%;
    transform: translateY(-50%);
    animation-delay: -7.5s;
}

@keyframes infinityLoop {
    0% {
        transform: translateY(-50%) scale(1) rotate(0deg);
        opacity: 0.8;
    }
    25% {
        transform: translateY(-50%) scale(1.1) rotate(90deg);
        opacity: 1;
    }
    50% {
        transform: translateY(-50%) scale(0.9) rotate(180deg);
        opacity: 0.6;
    }
    75% {
        transform: translateY(-50%) scale(1.1) rotate(270deg);
        opacity: 1;
    }
    100% {
        transform: translateY(-50%) scale(1) rotate(360deg);
        opacity: 0.8;
    }
}

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

/* Infinity Dots Animation */
.infinity-dots-animation {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
}

.infinity-dot {
    position: absolute;
    width: 7.5px;
    height: 7.5px;
    background: radial-gradient(circle, rgba(255, 165, 0, 1) 0%, rgba(255, 165, 0, 0.5) 50%, transparent 100%);
    border-radius: 50%;
    opacity: 0.87;
    box-shadow: 0 0 4px rgba(255, 165, 0, 0.3);
}

/* Different sizes for visual depth */
.dot-1, .dot-5, .dot-9, .dot-13, .dot-17 { 
    width: 10px; 
    height: 10px; 
    opacity: 1;
}

.dot-3, .dot-7, .dot-11, .dot-15, .dot-19 { 
    width: 5px; 
    height: 5px; 
    opacity: 0.62;
}

/* Main path dots - outer trajectory */
.path-main {
    animation: infinityPath 20s linear infinite;
}

/* Middle path dots - medium trajectory */
.path-middle {
    animation: infinityPathMiddle 19s linear infinite;
}

/* Inner path dots - smallest trajectory */
.path-inner {
    animation: infinityPathInner 18s linear infinite;
}

/* Outer ring dots - larger trajectory */
.path-outer {
    animation: infinityPathOuter 21s linear infinite;
}

/* Outermost ring dots - largest trajectory */
.path-outermost {
    animation: infinityPathOutermost 22s linear infinite;
}

/* Animation delays for smooth distribution */
.dot-1 { animation-delay: 0s; }
.dot-2 { animation-delay: -1s; }
.dot-3 { animation-delay: -2s; }
.dot-4 { animation-delay: -3s; }
.dot-5 { animation-delay: -4s; }
.dot-6 { animation-delay: -5s; }
.dot-7 { animation-delay: -6s; }
.dot-8 { animation-delay: -7s; }
.dot-9 { animation-delay: -8s; }
.dot-10 { animation-delay: -9s; }
.dot-11 { animation-delay: -10s; }
.dot-12 { animation-delay: -11s; }
.dot-13 { animation-delay: -12s; }
.dot-14 { animation-delay: -13s; }
.dot-15 { animation-delay: -14s; }
.dot-16 { animation-delay: -15s; }
.dot-17 { animation-delay: -16s; }
.dot-18 { animation-delay: -17s; }
.dot-19 { animation-delay: -18s; }
.dot-20 { animation-delay: -19s; }

/* Middle path delays - between main and inner */
.dot-21 { animation-delay: -0.25s; }
.dot-22 { animation-delay: -1.2s; }
.dot-23 { animation-delay: -2.15s; }
.dot-24 { animation-delay: -3.1s; }
.dot-25 { animation-delay: -4.05s; }
.dot-26 { animation-delay: -5.0s; }
.dot-27 { animation-delay: -5.95s; }
.dot-28 { animation-delay: -6.9s; }
.dot-29 { animation-delay: -7.85s; }
.dot-30 { animation-delay: -8.8s; }
.dot-31 { animation-delay: -9.75s; }
.dot-32 { animation-delay: -10.7s; }
.dot-33 { animation-delay: -11.65s; }
.dot-34 { animation-delay: -12.6s; }
.dot-35 { animation-delay: -13.55s; }
.dot-36 { animation-delay: -14.5s; }
.dot-37 { animation-delay: -15.45s; }
.dot-38 { animation-delay: -16.4s; }
.dot-39 { animation-delay: -17.35s; }
.dot-40 { animation-delay: -18.3s; }

/* Inner path delays - innermost trajectory */
.dot-41 { animation-delay: -0.5s; }
.dot-42 { animation-delay: -1.4s; }
.dot-43 { animation-delay: -2.3s; }
.dot-44 { animation-delay: -3.2s; }
.dot-45 { animation-delay: -4.1s; }
.dot-46 { animation-delay: -5.0s; }
.dot-47 { animation-delay: -5.9s; }
.dot-48 { animation-delay: -6.8s; }
.dot-49 { animation-delay: -7.7s; }
.dot-50 { animation-delay: -8.6s; }
.dot-51 { animation-delay: -9.5s; }
.dot-52 { animation-delay: -10.4s; }
.dot-53 { animation-delay: -11.3s; }
.dot-54 { animation-delay: -12.2s; }
.dot-55 { animation-delay: -13.1s; }
.dot-56 { animation-delay: -14.0s; }
.dot-57 { animation-delay: -14.9s; }
.dot-58 { animation-delay: -15.8s; }
.dot-59 { animation-delay: -16.7s; }
.dot-60 { animation-delay: -17.6s; }

/* Outer ring delays */
.dot-61 { animation-delay: -0.3s; }
.dot-62 { animation-delay: -1.35s; }
.dot-63 { animation-delay: -2.4s; }
.dot-64 { animation-delay: -3.45s; }
.dot-65 { animation-delay: -4.5s; }
.dot-66 { animation-delay: -5.55s; }
.dot-67 { animation-delay: -6.6s; }
.dot-68 { animation-delay: -7.65s; }
.dot-69 { animation-delay: -8.7s; }
.dot-70 { animation-delay: -9.75s; }
.dot-71 { animation-delay: -10.8s; }
.dot-72 { animation-delay: -11.85s; }
.dot-73 { animation-delay: -12.9s; }
.dot-74 { animation-delay: -13.95s; }
.dot-75 { animation-delay: -15.0s; }
.dot-76 { animation-delay: -16.05s; }
.dot-77 { animation-delay: -17.1s; }
.dot-78 { animation-delay: -18.15s; }
.dot-79 { animation-delay: -19.2s; }
.dot-80 { animation-delay: -20.25s; }

/* Outermost ring delays */
.dot-81 { animation-delay: -0.22s; }
.dot-82 { animation-delay: -1.32s; }
.dot-83 { animation-delay: -2.42s; }
.dot-84 { animation-delay: -3.52s; }
.dot-85 { animation-delay: -4.62s; }
.dot-86 { animation-delay: -5.72s; }
.dot-87 { animation-delay: -6.82s; }
.dot-88 { animation-delay: -7.92s; }
.dot-89 { animation-delay: -9.02s; }
.dot-90 { animation-delay: -10.12s; }
.dot-91 { animation-delay: -11.22s; }
.dot-92 { animation-delay: -12.32s; }
.dot-93 { animation-delay: -13.42s; }
.dot-94 { animation-delay: -14.52s; }
.dot-95 { animation-delay: -15.62s; }
.dot-96 { animation-delay: -16.72s; }
.dot-97 { animation-delay: -17.82s; }
.dot-98 { animation-delay: -18.92s; }
.dot-99 { animation-delay: -20.02s; }
.dot-100 { animation-delay: -21.12s; }

@keyframes infinityPath {
    0% {
        transform: translate(calc(50vw - 30vw), calc(50vh - 0vh)) scale(1);
        opacity: 0.3;
    }
    
    6.25% {
        transform: translate(calc(50vw - 25vw), calc(50vh - 15vh)) scale(1.1);
        opacity: 0.5;
    }
    
    12.5% {
        transform: translate(calc(50vw - 10vw), calc(50vh - 20vh)) scale(1.2);
        opacity: 0.8;
    }
    
    18.75% {
        transform: translate(calc(50vw + 5vw), calc(50vh - 15vh)) scale(1.1);
        opacity: 0.7;
    }
    
    25% {
        transform: translate(calc(50vw + 0vw), calc(50vh + 0vh)) scale(1);
        opacity: 0.6;
    }
    
    31.25% {
        transform: translate(calc(50vw + 5vw), calc(50vh + 15vh)) scale(0.9);
        opacity: 0.7;
    }
    
    37.5% {
        transform: translate(calc(50vw + 10vw), calc(50vh + 20vh)) scale(0.8);
        opacity: 0.9;
    }
    
    43.75% {
        transform: translate(calc(50vw + 25vw), calc(50vh + 15vh)) scale(1.0);
        opacity: 0.6;
    }
    
    50% {
        transform: translate(calc(50vw + 30vw), calc(50vh + 0vh)) scale(1);
        opacity: 0.5;
    }
    
    56.25% {
        transform: translate(calc(50vw + 25vw), calc(50vh - 15vh)) scale(1.1);
        opacity: 0.8;
    }
    
    62.5% {
        transform: translate(calc(50vw + 10vw), calc(50vh - 20vh)) scale(1.2);
        opacity: 0.9;
    }
    
    68.75% {
        transform: translate(calc(50vw - 5vw), calc(50vh - 15vh)) scale(1.1);
        opacity: 0.7;
    }
    
    75% {
        transform: translate(calc(50vw + 0vw), calc(50vh + 0vh)) scale(1);
        opacity: 0.7;
    }
    
    81.25% {
        transform: translate(calc(50vw - 5vw), calc(50vh + 15vh)) scale(0.9);
        opacity: 0.8;
    }
    
    87.5% {
        transform: translate(calc(50vw - 10vw), calc(50vh + 20vh)) scale(0.8);
        opacity: 0.8;
    }
    
    93.75% {
        transform: translate(calc(50vw - 25vw), calc(50vh + 15vh)) scale(1.0);
        opacity: 0.6;
    }
    
    100% {
        transform: translate(calc(50vw - 30vw), calc(50vh + 0vh)) scale(1);
        opacity: 0.3;
    }
}

/* Inner infinity path - smaller concentric infinity */
@keyframes infinityPathInner {
    0% {
        transform: translate(calc(50vw - 18vw), calc(50vh - 0vh)) scale(0.8);
        opacity: 0.4;
    }
    
    6.25% {
        transform: translate(calc(50vw - 15vw), calc(50vh - 9vh)) scale(0.9);
        opacity: 0.6;
    }
    
    12.5% {
        transform: translate(calc(50vw - 6vw), calc(50vh - 12vh)) scale(1);
        opacity: 0.8;
    }
    
    18.75% {
        transform: translate(calc(50vw + 3vw), calc(50vh - 9vh)) scale(0.9);
        opacity: 0.7;
    }
    
    25% {
        transform: translate(calc(50vw + 0vw), calc(50vh + 0vh)) scale(0.8);
        opacity: 0.6;
    }
    
    31.25% {
        transform: translate(calc(50vw + 3vw), calc(50vh + 9vh)) scale(0.7);
        opacity: 0.7;
    }
    
    37.5% {
        transform: translate(calc(50vw + 6vw), calc(50vh + 12vh)) scale(0.6);
        opacity: 0.9;
    }
    
    43.75% {
        transform: translate(calc(50vw + 15vw), calc(50vh + 9vh)) scale(0.8);
        opacity: 0.6;
    }
    
    50% {
        transform: translate(calc(50vw + 18vw), calc(50vh + 0vh)) scale(0.8);
        opacity: 0.5;
    }
    
    56.25% {
        transform: translate(calc(50vw + 15vw), calc(50vh - 9vh)) scale(0.9);
        opacity: 0.8;
    }
    
    62.5% {
        transform: translate(calc(50vw + 6vw), calc(50vh - 12vh)) scale(1);
        opacity: 0.9;
    }
    
    68.75% {
        transform: translate(calc(50vw - 3vw), calc(50vh - 9vh)) scale(0.9);
        opacity: 0.7;
    }
    
    75% {
        transform: translate(calc(50vw + 0vw), calc(50vh + 0vh)) scale(0.8);
        opacity: 0.7;
    }
    
    81.25% {
        transform: translate(calc(50vw - 3vw), calc(50vh + 9vh)) scale(0.7);
        opacity: 0.8;
    }
    
    87.5% {
        transform: translate(calc(50vw - 6vw), calc(50vh + 12vh)) scale(0.6);
        opacity: 0.8;
    }
    
    93.75% {
        transform: translate(calc(50vw - 15vw), calc(50vh + 9vh)) scale(0.8);
        opacity: 0.6;
    }
    
    100% {
        transform: translate(calc(50vw - 18vw), calc(50vh + 0vh)) scale(0.8);
        opacity: 0.4;
    }
}

/* Middle infinity path - between outer and inner */
@keyframes infinityPathMiddle {
    0% {
        transform: translate(calc(50vw - 24vw), calc(50vh - 0vh)) scale(0.9);
        opacity: 0.35;
    }
    
    6.25% {
        transform: translate(calc(50vw - 20vw), calc(50vh - 12vh)) scale(1.0);
        opacity: 0.55;
    }
    
    12.5% {
        transform: translate(calc(50vw - 8vw), calc(50vh - 16vh)) scale(1.1);
        opacity: 0.75;
    }
    
    18.75% {
        transform: translate(calc(50vw + 4vw), calc(50vh - 12vh)) scale(1.0);
        opacity: 0.65;
    }
    
    25% {
        transform: translate(calc(50vw + 0vw), calc(50vh + 0vh)) scale(0.9);
        opacity: 0.55;
    }
    
    31.25% {
        transform: translate(calc(50vw + 4vw), calc(50vh + 12vh)) scale(0.8);
        opacity: 0.65;
    }
    
    37.5% {
        transform: translate(calc(50vw + 8vw), calc(50vh + 16vh)) scale(0.7);
        opacity: 0.85;
    }
    
    43.75% {
        transform: translate(calc(50vw + 20vw), calc(50vh + 12vh)) scale(0.9);
        opacity: 0.55;
    }
    
    50% {
        transform: translate(calc(50vw + 24vw), calc(50vh + 0vh)) scale(0.9);
        opacity: 0.45;
    }
    
    56.25% {
        transform: translate(calc(50vw + 20vw), calc(50vh - 12vh)) scale(1.0);
        opacity: 0.75;
    }
    
    62.5% {
        transform: translate(calc(50vw + 8vw), calc(50vh - 16vh)) scale(1.1);
        opacity: 0.85;
    }
    
    68.75% {
        transform: translate(calc(50vw - 4vw), calc(50vh - 12vh)) scale(1.0);
        opacity: 0.65;
    }
    
    75% {
        transform: translate(calc(50vw + 0vw), calc(50vh + 0vh)) scale(0.9);
        opacity: 0.65;
    }
    
    81.25% {
        transform: translate(calc(50vw - 4vw), calc(50vh + 12vh)) scale(0.8);
        opacity: 0.75;
    }
    
    87.5% {
        transform: translate(calc(50vw - 8vw), calc(50vh + 16vh)) scale(0.7);
        opacity: 0.75;
    }
    
    93.75% {
        transform: translate(calc(50vw - 20vw), calc(50vh + 12vh)) scale(0.9);
        opacity: 0.55;
    }
    
    100% {
        transform: translate(calc(50vw - 24vw), calc(50vh + 0vh)) scale(0.9);
        opacity: 0.35;
    }
}

/* Outer ring infinity path - larger than main */
@keyframes infinityPathOuter {
    0% {
        transform: translate(calc(50vw - 36vw), calc(50vh - 0vh)) scale(1.1);
        opacity: 0.25;
    }
    
    6.25% {
        transform: translate(calc(50vw - 30vw), calc(50vh - 18vh)) scale(1.2);
        opacity: 0.45;
    }
    
    12.5% {
        transform: translate(calc(50vw - 12vw), calc(50vh - 24vh)) scale(1.3);
        opacity: 0.7;
    }
    
    18.75% {
        transform: translate(calc(50vw + 6vw), calc(50vh - 18vh)) scale(1.2);
        opacity: 0.6;
    }
    
    25% {
        transform: translate(calc(50vw + 0vw), calc(50vh + 0vh)) scale(1.1);
        opacity: 0.5;
    }
    
    31.25% {
        transform: translate(calc(50vw + 6vw), calc(50vh + 18vh)) scale(1.0);
        opacity: 0.6;
    }
    
    37.5% {
        transform: translate(calc(50vw + 12vw), calc(50vh + 24vh)) scale(0.9);
        opacity: 0.8;
    }
    
    43.75% {
        transform: translate(calc(50vw + 30vw), calc(50vh + 18vh)) scale(1.1);
        opacity: 0.5;
    }
    
    50% {
        transform: translate(calc(50vw + 36vw), calc(50vh + 0vh)) scale(1.1);
        opacity: 0.4;
    }
    
    56.25% {
        transform: translate(calc(50vw + 30vw), calc(50vh - 18vh)) scale(1.2);
        opacity: 0.7;
    }
    
    62.5% {
        transform: translate(calc(50vw + 12vw), calc(50vh - 24vh)) scale(1.3);
        opacity: 0.8;
    }
    
    68.75% {
        transform: translate(calc(50vw - 6vw), calc(50vh - 18vh)) scale(1.2);
        opacity: 0.6;
    }
    
    75% {
        transform: translate(calc(50vw + 0vw), calc(50vh + 0vh)) scale(1.1);
        opacity: 0.6;
    }
    
    81.25% {
        transform: translate(calc(50vw - 6vw), calc(50vh + 18vh)) scale(1.0);
        opacity: 0.7;
    }
    
    87.5% {
        transform: translate(calc(50vw - 12vw), calc(50vh + 24vh)) scale(0.9);
        opacity: 0.7;
    }
    
    93.75% {
        transform: translate(calc(50vw - 30vw), calc(50vh + 18vh)) scale(1.1);
        opacity: 0.5;
    }
    
    100% {
        transform: translate(calc(50vw - 36vw), calc(50vh + 0vh)) scale(1.1);
        opacity: 0.25;
    }
}

/* Outermost ring infinity path - largest trajectory */
@keyframes infinityPathOutermost {
    0% {
        transform: translate(calc(50vw - 42vw), calc(50vh - 0vh)) scale(1.2);
        opacity: 0.2;
    }
    
    6.25% {
        transform: translate(calc(50vw - 35vw), calc(50vh - 21vh)) scale(1.3);
        opacity: 0.4;
    }
    
    12.5% {
        transform: translate(calc(50vw - 14vw), calc(50vh - 28vh)) scale(1.4);
        opacity: 0.6;
    }
    
    18.75% {
        transform: translate(calc(50vw + 7vw), calc(50vh - 21vh)) scale(1.3);
        opacity: 0.5;
    }
    
    25% {
        transform: translate(calc(50vw + 0vw), calc(50vh + 0vh)) scale(1.2);
        opacity: 0.4;
    }
    
    31.25% {
        transform: translate(calc(50vw + 7vw), calc(50vh + 21vh)) scale(1.1);
        opacity: 0.5;
    }
    
    37.5% {
        transform: translate(calc(50vw + 14vw), calc(50vh + 28vh)) scale(1.0);
        opacity: 0.7;
    }
    
    43.75% {
        transform: translate(calc(50vw + 35vw), calc(50vh + 21vh)) scale(1.2);
        opacity: 0.4;
    }
    
    50% {
        transform: translate(calc(50vw + 42vw), calc(50vh + 0vh)) scale(1.2);
        opacity: 0.3;
    }
    
    56.25% {
        transform: translate(calc(50vw + 35vw), calc(50vh - 21vh)) scale(1.3);
        opacity: 0.6;
    }
    
    62.5% {
        transform: translate(calc(50vw + 14vw), calc(50vh - 28vh)) scale(1.4);
        opacity: 0.7;
    }
    
    68.75% {
        transform: translate(calc(50vw - 7vw), calc(50vh - 21vh)) scale(1.3);
        opacity: 0.5;
    }
    
    75% {
        transform: translate(calc(50vw + 0vw), calc(50vh + 0vh)) scale(1.2);
        opacity: 0.5;
    }
    
    81.25% {
        transform: translate(calc(50vw - 7vw), calc(50vh + 21vh)) scale(1.1);
        opacity: 0.6;
    }
    
    87.5% {
        transform: translate(calc(50vw - 14vw), calc(50vh + 28vh)) scale(1.0);
        opacity: 0.6;
    }
    
    93.75% {
        transform: translate(calc(50vw - 35vw), calc(50vh + 21vh)) scale(1.2);
        opacity: 0.4;
    }
    
    100% {
        transform: translate(calc(50vw - 42vw), calc(50vh + 0vh)) scale(1.2);
        opacity: 0.2;
    }
}


.hero-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 2;
}

.hero-content {
    max-width: 800px;
    text-align: center;
    margin: 0 auto;
}

.hero-logo {
    margin-bottom: 3rem;
    text-align: center;
}

.hero-logo-img {
    height: 280px;
    width: auto;
    animation: logoFloat 6s ease-in-out infinite;
}

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

.hero-title {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    line-height: 1.1;
}

.title-line {
    display: block;
    color: var(--gray-dark);
}

.title-highlight {
    background: var(--gradient-primary);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    display: block;
    animation: shimmer 3s ease-in-out infinite;
}

@keyframes shimmer {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.8; }
}

.hero-subtitle {
    font-size: 1.25rem;
    color: var(--gray-medium);
    margin-bottom: 3rem;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

/* Form Styles */
.form-container {
    max-width: 600px;
    margin: 0 auto;
}

.form-wrapper {
    background: var(--white);
    border-radius: var(--border-radius);
    box-shadow: var(--shadow-medium);
    overflow: hidden;
    transition: var(--transition);
}

.inquiry-input {
    width: 100%;
    padding: 1.5rem;
    border: none;
    outline: none;
    font-size: 1.1rem;
    font-family: inherit;
    resize: none;
    min-height: 60px;
    background: transparent;
    transition: var(--transition);
}

.inquiry-input::placeholder {
    color: var(--gray-medium);
}

.inquiry-input:focus {
    background: rgba(255, 165, 0, 0.02);
}

.expanded-form {    max-height: 0;    overflow: hidden;    transition: max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1), padding 0.5s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s ease-out, transform 0.4s ease-out;    background: var(--gray-light);    border-top: 1px solid rgba(0, 0, 0, 0.1);    opacity: 0;    transform: translateY(-10px);}.expanded-form.active {    max-height: 350px;    padding: 1.5rem;    opacity: 1;    transform: translateY(0);}

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

.form-row input,
.form-row select {
    padding: 0.75rem;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: var(--border-radius);
    font-size: 1rem;
    transition: var(--transition);
    background: var(--white);
}

.form-row input:focus,
.form-row select:focus {
    outline: none;
    border-color: var(--primary-color);
    box-shadow: 0 0 0 3px rgba(255, 165, 0, 0.1);
}

.submit-btn {
    width: 100%;
    padding: 1rem;
    background: var(--gradient-primary);
    color: var(--white);
    border: none;
    border-radius: var(--border-radius);
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: var(--transition);
    position: relative;
    overflow: hidden;
}

.submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow-medium);
}

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

.btn-loader {
    display: none;
    width: 20px;
    height: 20px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    border-top: 2px solid var(--white);
    animation: spin 1s linear infinite;
    margin-left: 10px;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.hero-scroll-indicator {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    cursor: pointer;
    transition: var(--transition);
}

.hero-scroll-indicator:hover {
    transform: translateX(-50%) scale(1.1);
}

.scroll-arrow {
    width: 30px;
    height: 30px;
    border: 2px solid var(--primary-color);
    border-top: none;
    border-right: none;
    transform: rotate(-45deg);
    animation: bounce 2s infinite;
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% { transform: translateY(0) rotate(-45deg); }
    40% { transform: translateY(-10px) rotate(-45deg); }
    60% { transform: translateY(-5px) rotate(-45deg); }
}

/* Services Section */
.services {
    padding: 5rem 0;
    background: var(--white);
}

.section-header {
    text-align: center;
    margin-bottom: 4rem;
}

.section-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--gray-dark);
}

.about .section-title {
    color: var(--white);
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.about .section-subtitle {
    color: rgba(255, 255, 255, 0.9);
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}

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

.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
}

.service-card {
    background: var(--white);
    border-radius: var(--border-radius);
    padding: 2rem;
    text-align: center;
    box-shadow: var(--shadow-light);
    transition: var(--transition);
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.service-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-medium);
}

.service-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 1.5rem;
    background: var(--gradient-primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.service-icon div {
    width: 40px;
    height: 40px;
    background: var(--white);
    border-radius: 8px;
}

/* Service icons styling */
.icon-ai, .icon-automation, .icon-integration, .icon-consulting, .icon-analytics, .icon-cloud {
    position: relative;
}

.icon-ai::before {
    content: "🤖";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 20px;
}

.icon-automation::before {
    content: "⚡";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 20px;
}

.icon-integration::before {
    content: "🎯";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 20px;
}

.icon-consulting::before {
    content: "🔄";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 20px;
}

.icon-analytics::before {
    content: "💥";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 20px;
}

.icon-cloud::before {
    content: "🎪";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 20px;
}

.service-card h3 {
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: var(--gray-dark);
}

.service-card p {
    color: var(--gray-medium);
    line-height: 1.6;
}

/* About Section */
.about {
    padding: 5rem 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, 
        #1a1a1a 0%, 
        #2d2d2d 25%, 
        #fac517 50%, 
        #000000 75%, 
        #1a1a1a 100%);
    background-size: 400% 400%;
    animation: gradientShift 12s ease-in-out infinite;
}

.about::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 30% 70%, rgba(255, 165, 0, 0.15) 0%, transparent 50%),
                radial-gradient(circle at 70% 30%, rgba(255, 107, 26, 0.1) 0%, transparent 50%),
                radial-gradient(circle at 50% 50%, rgba(0, 0, 0, 0.1) 0%, transparent 70%);
    z-index: 1;
    animation: pulseBackground 8s ease-in-out infinite alternate;
}

.about .container {
    position: relative;
    z-index: 2;
}

@keyframes gradientShift {
    0%, 100% {
        background-position: 0% 50%;
    }
    25% {
        background-position: 100% 25%;
    }
    50% {
        background-position: 50% 100%;
    }
    75% {
        background-position: 25% 0%;
    }
}

@keyframes pulseBackground {
    0% {
        opacity: 0.7;
        transform: scale(1);
    }
    100% {
        opacity: 1;
        transform: scale(1.05);
    }
}

.founders-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 3rem;
}

.founder-card {
    background: var(--white);
    border-radius: var(--border-radius);
    overflow: hidden;
    box-shadow: var(--shadow-light);
    transition: var(--transition);
}

.founder-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-medium);
}

.founder-image {
    position: relative;
    height: 300px;
    overflow: hidden;
}

.founder-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: var(--transition);
}

.founder-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--gradient-primary);
    opacity: 0;
    transition: var(--transition);
}

.founder-card:hover .founder-overlay {
    opacity: 0.1;
}

.founder-card:hover .founder-image img {
    transform: scale(1.05);
}

.founder-info {
    padding: 2rem;
}

.founder-info h3 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: var(--gray-dark);
}

.founder-role {
    color: var(--primary-color);
    font-weight: 500;
    margin-bottom: 1rem;
}

.founder-bio {
    color: var(--gray-medium);
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.founder-skills {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.skill-tag {
    background: rgba(255, 165, 0, 0.1);
    color: var(--primary-color);
    padding: 0.3rem 0.8rem;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: 500;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
    text-decoration: none;
}

.skill-tag:hover {
    background: #000;
    color: #fff;
    transform: translateY(-2px);
}

/* Process Section */
.process {
    padding: 6rem 0;
    background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 50%, #0a0a0a 100%);
    position: relative;
    overflow: hidden;
}

.process::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 20% 80%, rgba(250, 197, 23, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgba(250, 197, 23, 0.1) 0%, transparent 50%);
    pointer-events: none;
}

.process .section-title {
    color: #fff;
    margin-bottom: 1rem;
    text-align: center;
}

.process .section-subtitle {
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 4rem;
    text-align: center;
}

.process-timeline {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem 0;
}

.timeline-line {
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 4px;
    background: linear-gradient(to bottom, 
        transparent 0%, 
        var(--primary-color) 20%, 
        var(--primary-color) 80%, 
        transparent 100%
    );
    transform: translateX(-50%);
    z-index: 1;
}

.process-step {
    position: relative;
    margin: 3rem 0;
    opacity: 0.3;
    transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: 10;
}

.process-step.animate {
    opacity: 1;
    transform: translateX(0);
}

.step-left {
    text-align: right;
    padding-right: calc(50% + 2rem);
}

.step-right {
    text-align: left;
    padding-left: calc(50% + 2rem);
}

.step-left.animate {
    transform: translateX(0);
}

.step-right.animate {
    transform: translateX(0);
}

.step-left:not(.animate) {
    transform: translateX(-30px);
}

.step-right:not(.animate) {
    transform: translateX(30px);
}

.step-header {
    margin-bottom: 1rem;
}

.step-right .step-header {
    text-align: left;
}

.step-left .step-header {
    text-align: right;
}

.step-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, var(--primary-color), #f39c12);
    border-radius: 50%;
    font-size: 1rem;
    font-weight: 700;
    color: #000;
    -webkit-text-fill-color: black;
    box-shadow: 0 5px 15px rgba(250, 197, 23, 0.4);
    vertical-align: middle;
    margin: 0 0.5rem;
}

.process-step h3 {
    color: #fff;
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0;
    background: linear-gradient(135deg, #fff, rgba(250, 197, 23, 0.9));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.process-step p {
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.6;
    font-size: 1rem;
    margin: 0;
}

.step-connector {
    position: absolute;
    top: 50%;
    width: 2rem;
    height: 2px;
    background: transparent;
    z-index: 2;
}

.step-connector.left {
    right: -1rem;
    transform: translateY(-50%);
}

.step-connector.right {
    left: -1rem;
    transform: translateY(-50%);
}

/* Mobile responsiveness */
@media (max-width: 768px) {
    .process {
        padding: 4rem 0;
    }
    
    .timeline-line {
        left: 2rem;
    }
    
    .step-left,
    .step-right {
        text-align: left;
        padding: 0 0 0 4rem;
    }
    
    .step-content {
        padding: 2rem;
    }
    
    .process-step h3 {
        font-size: 1.2rem;
    }
    
    .step-connector {
        display: none;
    }
}

/* Roadmap Section */
.roadmap {
    padding: 6rem 0 10rem;
    background: linear-gradient(135deg, #0a0a0a, #1a1a1a);
    color: #fff;
    overflow: hidden;
    position: relative;
}

.roadmap-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.roadmap-animated-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        radial-gradient(circle at 20% 80%, rgba(255, 165, 0, 0.08) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgba(255, 165, 0, 0.06) 0%, transparent 50%),
        linear-gradient(135deg, transparent 0%, rgba(0, 0, 0, 0.02) 100%);
    animation: floatBackground 20s ease-in-out infinite;
}

.roadmap .infinity-dots-animation {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
}

.roadmap .container {
    position: relative;
    z-index: 2;
}

.roadmap-timeline {
    position: relative;
    margin-top: 4rem;
}

.roadmap-arrow-line {
    position: absolute;
    top: 10px; /* Position to align with center of milestone dots */
    left: 5%;
    width: 90%;
    height: 4px;
    z-index: 0;
}

.arrow-line {
    width: 0%;
    height: 100%;
    background: linear-gradient(90deg, rgba(250, 197, 23, 0.3), var(--primary-color));
    border-radius: 2px;
    position: relative;
}

.arrow-head {
    position: absolute;
    right: -15px;
    top: 50%;
    width: 0;
    height: 0;
    border-left: 18px solid var(--primary-color);
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    transform: translateY(-50%);
    opacity: 0;
    filter: drop-shadow(0 0 8px rgba(250, 197, 23, 0.6));
}

.roadmap-milestones {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
    position: relative;
    z-index: 2;
}

.milestone {
    text-align: center;
    position: relative;
    opacity: 0;
    transform: translateY(30px);
}

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

@keyframes growArrowLine {
    to {
        width: 100%;
    }
}

@keyframes showArrowHead {
    to {
        opacity: 1;
    }
}

.milestone-dot {
    width: 20px;
    height: 20px;
    background: linear-gradient(135deg, var(--primary-color), #f39c12);
    border-radius: 50%;
    margin: 0 auto 1.5rem;
    position: relative;
    box-shadow: 0 0 20px rgba(250, 197, 23, 0.5);
    animation: pulse 2s infinite;
    z-index: 5;
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        box-shadow: 0 0 20px rgba(250, 197, 23, 0.5);
    }
    50% {
        transform: scale(1.1);
        box-shadow: 0 0 30px rgba(250, 197, 23, 0.8);
    }
}

.milestone-content {
    padding: 1.5rem;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(250, 197, 23, 0.2);
    transition: all 0.3s ease;
}

.milestone:hover .milestone-content {
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(250, 197, 23, 0.4);
}

.milestone-year {
    font-size: 2rem;
    font-weight: 700;
    color: var(--primary-color);
    margin: 0 0 0.5rem 0;
    background: linear-gradient(135deg, var(--primary-color), #f39c12);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.milestone-title {
    font-size: 1.2rem;
    font-weight: 600;
    color: #fff;
    margin: 0 0 1rem 0;
    line-height: 1.3;
}

.milestone-description {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.4;
    margin: 0;
}

/* Mobile styles for roadmap */
@media (max-width: 768px) {
    .roadmap {
        padding: 4rem 0;
    }
    
    .roadmap-milestones {
        grid-template-columns: 1fr;
        gap: 3rem;
    }
    
    .roadmap-arrow-line {
        left: 2px; /* Center with milestone dots that are at left: -8px */
        top: 0;
        width: 4px;
        height: 100%;
    }
    
    .arrow-line {
        width: 100%;
        height: 0%;
    }
    
    .arrow-head {
        bottom: -18px;
        right: 50%;
        top: auto;
        transform: translateX(50%) rotate(90deg);
        border-left: 18px solid var(--primary-color);
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
    }
    
    .milestone {
        padding-left: 3rem;
        text-align: left;
    }
    
    .milestone-dot {
        position: absolute;
        left: -6px;
        top: 2rem;
        margin: 0;
    }
    
    .milestone-year {
        font-size: 1.8rem;
    }
    
    .milestone-title {
        font-size: 1.1rem;
    }
    
    .milestone-description {
        font-size: 0.85rem;
    }
    
    @keyframes growArrowLine {
        to {
            height: 100%;
        }
    }
}

/* CTA Section */
.cta {
    padding: 5rem 0;
    background: var(--gradient-dark);
    color: var(--white);
    text-align: center;
}

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

.cta-content p {
    font-size: 1.1rem;
    margin-bottom: 2rem;
    opacity: 0.9;
}

.cta-btn {
    background: var(--gradient-primary);
    color: var(--white);
    padding: 1rem 2rem;
    border: none;
    border-radius: var(--border-radius);
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: var(--transition);
}

.cta-btn:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow-medium);
}

/* Footer */
.footer {
    background: var(--gray-dark);
    color: var(--white);
    padding: 3rem 0 1rem;
}

.footer-content {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 3rem;
    margin-bottom: 2rem;
}

.footer-logo {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.footer-logo img {
    height: 160px;
    margin-bottom: 1rem;
    filter: brightness(0) invert(1);
}

.footer-links {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

.footer-column h4 {
    font-weight: 600;
    margin-bottom: 1rem;
    color: var(--primary-color);
}

.footer-column a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    display: block;
    margin-bottom: 0.5rem;
    transition: var(--transition);
}

.footer-column a:hover {
    color: var(--primary-color);
}

.footer-bottom {
    text-align: center;
    padding-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.6);
}

/* Responsive Design */
@media (max-width: 768px) {

	.footer-logo{
		align-items: center;
	}

	.hero-logo-img{
		height: 180px;
	}

    .hamburger {
        display: flex;
    }

    .nav-menu {
        position: fixed;
        top: 70px;
        left: -100%;
        width: 100%;
        height: calc(100vh - 70px);
        background: #fac517;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        padding-top: 2rem;
        transition: var(--transition);
        gap: 1.5rem;
        z-index: 999;
    }
    
    .nav-menu.active {
        left: 0;
        display: flex;
    }
    
    .nav-menu .nav-link {
        color: #000000;
        font-size: 1.3em;
        font-weight: 600;
    }

    .hero-title {
        font-size: 2.5rem;
    }

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

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

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

    .founder-card {
        max-width: 400px;
        margin: 0 auto;
    }

    .footer-content {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .footer-links {
        grid-template-columns: 1fr;
    }

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

    .cta-content h2 {
        font-size: 2rem;
    }

    /* Responsive infinity animation for mobile - Main path */
    @keyframes infinityPath {
        0% {
            transform: translate(calc(50vw - 20vw), calc(50vh - 0vh)) scale(0.8);
            opacity: 0.3;
        }
        
        6.25% {
            transform: translate(calc(50vw - 17vw), calc(50vh - 10vh)) scale(0.9);
            opacity: 0.5;
        }
        
        12.5% {
            transform: translate(calc(50vw - 7vw), calc(50vh - 14vh)) scale(1);
            opacity: 0.8;
        }
        
        18.75% {
            transform: translate(calc(50vw + 3vw), calc(50vh - 10vh)) scale(0.9);
            opacity: 0.7;
        }
        
        25% {
            transform: translate(calc(50vw + 0vw), calc(50vh + 0vh)) scale(0.8);
            opacity: 0.6;
        }
        
        31.25% {
            transform: translate(calc(50vw + 3vw), calc(50vh + 10vh)) scale(0.7);
            opacity: 0.7;
        }
        
        37.5% {
            transform: translate(calc(50vw + 7vw), calc(50vh + 14vh)) scale(0.6);
            opacity: 0.9;
        }
        
        43.75% {
            transform: translate(calc(50vw + 17vw), calc(50vh + 10vh)) scale(0.8);
            opacity: 0.6;
        }
        
        50% {
            transform: translate(calc(50vw + 20vw), calc(50vh + 0vh)) scale(0.8);
            opacity: 0.5;
        }
        
        56.25% {
            transform: translate(calc(50vw + 17vw), calc(50vh - 10vh)) scale(0.9);
            opacity: 0.8;
        }
        
        62.5% {
            transform: translate(calc(50vw + 7vw), calc(50vh - 14vh)) scale(1);
            opacity: 0.9;
        }
        
        68.75% {
            transform: translate(calc(50vw - 3vw), calc(50vh - 10vh)) scale(0.9);
            opacity: 0.7;
        }
        
        75% {
            transform: translate(calc(50vw + 0vw), calc(50vh + 0vh)) scale(0.8);
            opacity: 0.7;
        }
        
        81.25% {
            transform: translate(calc(50vw - 3vw), calc(50vh + 10vh)) scale(0.7);
            opacity: 0.8;
        }
        
        87.5% {
            transform: translate(calc(50vw - 7vw), calc(50vh + 14vh)) scale(0.6);
            opacity: 0.8;
        }
        
        93.75% {
            transform: translate(calc(50vw - 17vw), calc(50vh + 10vh)) scale(0.8);
            opacity: 0.6;
        }
        
        100% {
            transform: translate(calc(50vw - 20vw), calc(50vh + 0vh)) scale(0.8);
            opacity: 0.3;
        }
    }

    /* Responsive infinity animation for mobile - Inner path */
    @keyframes infinityPathInner {
        0% {
            transform: translate(calc(50vw - 12vw), calc(50vh - 0vh)) scale(0.6);
            opacity: 0.4;
        }
        
        6.25% {
            transform: translate(calc(50vw - 10vw), calc(50vh - 6vh)) scale(0.7);
            opacity: 0.6;
        }
        
        12.5% {
            transform: translate(calc(50vw - 4vw), calc(50vh - 8vh)) scale(0.8);
            opacity: 0.8;
        }
        
        18.75% {
            transform: translate(calc(50vw + 2vw), calc(50vh - 6vh)) scale(0.7);
            opacity: 0.7;
        }
        
        25% {
            transform: translate(calc(50vw + 0vw), calc(50vh + 0vh)) scale(0.6);
            opacity: 0.6;
        }
        
        31.25% {
            transform: translate(calc(50vw + 2vw), calc(50vh + 6vh)) scale(0.5);
            opacity: 0.7;
        }
        
        37.5% {
            transform: translate(calc(50vw + 4vw), calc(50vh + 8vh)) scale(0.4);
            opacity: 0.9;
        }
        
        43.75% {
            transform: translate(calc(50vw + 10vw), calc(50vh + 6vh)) scale(0.6);
            opacity: 0.6;
        }
        
        50% {
            transform: translate(calc(50vw + 12vw), calc(50vh + 0vh)) scale(0.6);
            opacity: 0.5;
        }
        
        56.25% {
            transform: translate(calc(50vw + 10vw), calc(50vh - 6vh)) scale(0.7);
            opacity: 0.8;
        }
        
        62.5% {
            transform: translate(calc(50vw + 4vw), calc(50vh - 8vh)) scale(0.8);
            opacity: 0.9;
        }
        
        68.75% {
            transform: translate(calc(50vw - 2vw), calc(50vh - 6vh)) scale(0.7);
            opacity: 0.7;
        }
        
        75% {
            transform: translate(calc(50vw + 0vw), calc(50vh + 0vh)) scale(0.6);
            opacity: 0.7;
        }
        
        81.25% {
            transform: translate(calc(50vw - 2vw), calc(50vh + 6vh)) scale(0.5);
            opacity: 0.8;
        }
        
        87.5% {
            transform: translate(calc(50vw - 4vw), calc(50vh + 8vh)) scale(0.4);
            opacity: 0.8;
        }
        
        93.75% {
            transform: translate(calc(50vw - 10vw), calc(50vh + 6vh)) scale(0.6);
            opacity: 0.6;
        }
        
        100% {
            transform: translate(calc(50vw - 12vw), calc(50vh + 0vh)) scale(0.6);
            opacity: 0.4;
        }
    }

    /* Responsive infinity animation for mobile - Middle path */
    @keyframes infinityPathMiddle {
        0% {
            transform: translate(calc(50vw - 16vw), calc(50vh - 0vh)) scale(0.7);
            opacity: 0.35;
        }
        
        6.25% {
            transform: translate(calc(50vw - 13.5vw), calc(50vh - 8vh)) scale(0.8);
            opacity: 0.55;
        }
        
        12.5% {
            transform: translate(calc(50vw - 5.5vw), calc(50vh - 11vh)) scale(0.9);
            opacity: 0.75;
        }
        
        18.75% {
            transform: translate(calc(50vw + 2.5vw), calc(50vh - 8vh)) scale(0.8);
            opacity: 0.65;
        }
        
        25% {
            transform: translate(calc(50vw + 0vw), calc(50vh + 0vh)) scale(0.7);
            opacity: 0.55;
        }
        
        31.25% {
            transform: translate(calc(50vw + 2.5vw), calc(50vh + 8vh)) scale(0.6);
            opacity: 0.65;
        }
        
        37.5% {
            transform: translate(calc(50vw + 5.5vw), calc(50vh + 11vh)) scale(0.5);
            opacity: 0.85;
        }
        
        43.75% {
            transform: translate(calc(50vw + 13.5vw), calc(50vh + 8vh)) scale(0.7);
            opacity: 0.55;
        }
        
        50% {
            transform: translate(calc(50vw + 16vw), calc(50vh + 0vh)) scale(0.7);
            opacity: 0.45;
        }
        
        56.25% {
            transform: translate(calc(50vw + 13.5vw), calc(50vh - 8vh)) scale(0.8);
            opacity: 0.75;
        }
        
        62.5% {
            transform: translate(calc(50vw + 5.5vw), calc(50vh - 11vh)) scale(0.9);
            opacity: 0.85;
        }
        
        68.75% {
            transform: translate(calc(50vw - 2.5vw), calc(50vh - 8vh)) scale(0.8);
            opacity: 0.65;
        }
        
        75% {
            transform: translate(calc(50vw + 0vw), calc(50vh + 0vh)) scale(0.7);
            opacity: 0.65;
        }
        
        81.25% {
            transform: translate(calc(50vw - 2.5vw), calc(50vh + 8vh)) scale(0.6);
            opacity: 0.75;
        }
        
        87.5% {
            transform: translate(calc(50vw - 5.5vw), calc(50vh + 11vh)) scale(0.5);
            opacity: 0.75;
        }
        
        93.75% {
            transform: translate(calc(50vw - 13.5vw), calc(50vh + 8vh)) scale(0.7);
            opacity: 0.55;
        }
        
        100% {
            transform: translate(calc(50vw - 16vw), calc(50vh + 0vh)) scale(0.7);
            opacity: 0.35;
        }
    }

    /* Responsive infinity animation for mobile - Outer path */
    @keyframes infinityPathOuter {
        0% {
            transform: translate(calc(50vw - 24vw), calc(50vh - 0vh)) scale(0.9);
            opacity: 0.25;
        }
        
        6.25% {
            transform: translate(calc(50vw - 20vw), calc(50vh - 12vh)) scale(1.0);
            opacity: 0.45;
        }
        
        12.5% {
            transform: translate(calc(50vw - 8vw), calc(50vh - 16vh)) scale(1.1);
            opacity: 0.7;
        }
        
        18.75% {
            transform: translate(calc(50vw + 4vw), calc(50vh - 12vh)) scale(1.0);
            opacity: 0.6;
        }
        
        25% {
            transform: translate(calc(50vw + 0vw), calc(50vh + 0vh)) scale(0.9);
            opacity: 0.5;
        }
        
        31.25% {
            transform: translate(calc(50vw + 4vw), calc(50vh + 12vh)) scale(0.8);
            opacity: 0.6;
        }
        
        37.5% {
            transform: translate(calc(50vw + 8vw), calc(50vh + 16vh)) scale(0.7);
            opacity: 0.8;
        }
        
        43.75% {
            transform: translate(calc(50vw + 20vw), calc(50vh + 12vh)) scale(0.9);
            opacity: 0.5;
        }
        
        50% {
            transform: translate(calc(50vw + 24vw), calc(50vh + 0vh)) scale(0.9);
            opacity: 0.4;
        }
        
        56.25% {
            transform: translate(calc(50vw + 20vw), calc(50vh - 12vh)) scale(1.0);
            opacity: 0.7;
        }
        
        62.5% {
            transform: translate(calc(50vw + 8vw), calc(50vh - 16vh)) scale(1.1);
            opacity: 0.8;
        }
        
        68.75% {
            transform: translate(calc(50vw - 4vw), calc(50vh - 12vh)) scale(1.0);
            opacity: 0.6;
        }
        
        75% {
            transform: translate(calc(50vw + 0vw), calc(50vh + 0vh)) scale(0.9);
            opacity: 0.6;
        }
        
        81.25% {
            transform: translate(calc(50vw - 4vw), calc(50vh + 12vh)) scale(0.8);
            opacity: 0.7;
        }
        
        87.5% {
            transform: translate(calc(50vw - 8vw), calc(50vh + 16vh)) scale(0.7);
            opacity: 0.7;
        }
        
        93.75% {
            transform: translate(calc(50vw - 20vw), calc(50vh + 12vh)) scale(0.9);
            opacity: 0.5;
        }
        
        100% {
            transform: translate(calc(50vw - 24vw), calc(50vh + 0vh)) scale(0.9);
            opacity: 0.25;
        }
    }

    /* Responsive infinity animation for mobile - Outermost path */
    @keyframes infinityPathOutermost {
        0% {
            transform: translate(calc(50vw - 28vw), calc(50vh - 0vh)) scale(1.0);
            opacity: 0.2;
        }
        
        6.25% {
            transform: translate(calc(50vw - 23vw), calc(50vh - 14vh)) scale(1.1);
            opacity: 0.4;
        }
        
        12.5% {
            transform: translate(calc(50vw - 9vw), calc(50vh - 18vh)) scale(1.2);
            opacity: 0.6;
        }
        
        18.75% {
            transform: translate(calc(50vw + 5vw), calc(50vh - 14vh)) scale(1.1);
            opacity: 0.5;
        }
        
        25% {
            transform: translate(calc(50vw + 0vw), calc(50vh + 0vh)) scale(1.0);
            opacity: 0.4;
        }
        
        31.25% {
            transform: translate(calc(50vw + 5vw), calc(50vh + 14vh)) scale(0.9);
            opacity: 0.5;
        }
        
        37.5% {
            transform: translate(calc(50vw + 9vw), calc(50vh + 18vh)) scale(0.8);
            opacity: 0.7;
        }
        
        43.75% {
            transform: translate(calc(50vw + 23vw), calc(50vh + 14vh)) scale(1.0);
            opacity: 0.4;
        }
        
        50% {
            transform: translate(calc(50vw + 28vw), calc(50vh + 0vh)) scale(1.0);
            opacity: 0.3;
        }
        
        56.25% {
            transform: translate(calc(50vw + 23vw), calc(50vh - 14vh)) scale(1.1);
            opacity: 0.6;
        }
        
        62.5% {
            transform: translate(calc(50vw + 9vw), calc(50vh - 18vh)) scale(1.2);
            opacity: 0.7;
        }
        
        68.75% {
            transform: translate(calc(50vw - 5vw), calc(50vh - 14vh)) scale(1.1);
            opacity: 0.5;
        }
        
        75% {
            transform: translate(calc(50vw + 0vw), calc(50vh + 0vh)) scale(1.0);
            opacity: 0.5;
        }
        
        81.25% {
            transform: translate(calc(50vw - 5vw), calc(50vh + 14vh)) scale(0.9);
            opacity: 0.6;
        }
        
        87.5% {
            transform: translate(calc(50vw - 9vw), calc(50vh + 18vh)) scale(0.8);
            opacity: 0.6;
        }
        
        93.75% {
            transform: translate(calc(50vw - 23vw), calc(50vh + 14vh)) scale(1.0);
            opacity: 0.4;
        }
        
        100% {
            transform: translate(calc(50vw - 28vw), calc(50vh + 0vh)) scale(1.0);
            opacity: 0.2;
        }
    }

    .infinity-dot {
        width: 4px;
        height: 4px;
    }

    .dot-1, .dot-5, .dot-9, .dot-13, .dot-17 { 
        width: 6px; 
        height: 6px; 
    }

    .dot-3, .dot-7, .dot-11, .dot-15, .dot-19 { 
        width: 3px; 
        height: 3px; 
    }
}

@media (max-width: 480px) {
    .hero-title {
        font-size: 2rem;
    }

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

    .container {
        padding: 0 15px;
    }

    .nav-container {
        padding: 0 15px;
    }

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

    .service-card {
        padding: 1.5rem;
    }
}

/* Loading animations */
.fade-in {
    animation: fadeIn 0.6s ease-out;
}

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

.slide-up {
    animation: slideUp 0.6s ease-out;
}

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

/* Additional form animation enhancements */
.expanded-form input,
.expanded-form select,
.expanded-form button {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.form-wrapper {
    transition: box-shadow 0.5s cubic-bezier(0.4, 0, 0.2, 1), transform 0.3s ease;
}

.form-wrapper:hover {
    transform: translateY(-2px);
}

/* Ensure smooth transitions are maintained */
.expanded-form * {
    transition: inherit;
}


.form-wrapper {
    position: relative;
}

/* AI Analysis Animation */
.ai-analysis {
    display: none;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem 1rem;
    margin-top: 0.5rem;
    background: linear-gradient(135deg, rgba(255, 165, 0, 0.08), rgba(255, 193, 7, 0.08));
    border: 1px solid rgba(255, 165, 0, 0.2);
    border-radius: 12px;
    opacity: 0;
    transform: translateY(-10px);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    font-size: 0.95rem;
}

.ai-analysis.active {
    display: flex;
    opacity: 1;
    transform: translateY(0);
}

.ai-icon {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.ai-isotipo {
    width: 24px;
    height: 24px;
    filter: brightness(0) invert(1);
    animation: aiIsotipoColorFade 1.3s infinite ease-in-out;
}

.ai-text {
    font-weight: 500;
    color: var(--text-primary);
    flex-grow: 1;
    letter-spacing: 0.25px;
}

.ai-spinner {
    position: relative;
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}

.spinner-ring {
    position: absolute;
    width: 100%;
    height: 100%;
    border: 1.5px solid transparent;
    border-radius: 50%;
    animation: spinnerRotate 1.5s linear infinite;
}

.spinner-ring:nth-child(1) {
    border-top: 1.5px solid var(--primary-color);
    animation-delay: 0s;
}

.spinner-ring:nth-child(2) {
    border-right: 1.5px solid rgba(255, 165, 0, 0.6);
    animation-delay: -0.5s;
    animation-duration: 1.8s;
}

.spinner-ring:nth-child(3) {
    border-bottom: 1.5px solid rgba(255, 165, 0, 0.3);
    animation-delay: -1s;
    animation-duration: 2.1s;
}

/* AI Animations */
@keyframes aiIsotipoColorFade {
    0% {
        filter: brightness(0) invert(1);
        transform: scale(1);
    }
    50% {
        filter: brightness(1) invert(0);
        transform: scale(1.05);
    }
    100% {
        filter: brightness(0) invert(1);
        transform: scale(1);
    }
}

@keyframes spinnerRotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


/* Rocket emoji in submit button */
.rocket-emoji {
    margin-right: 0.5rem;
    font-size: 1.1rem;
    transition: transform 0.3s ease;
}

.submit-btn {
    position: relative;
    overflow: hidden;
}

.submit-btn::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    background: rgba(250, 197, 23, 0.3);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.72s ease;
    z-index: 0;
}

.submit-btn:hover::before {
    width: 300%;
    height: 300%;
}

.submit-btn:hover .rocket-emoji {
    transform: translateY(-2px) scale(1.1);
    animation: rocketBounce 0.6s ease-out;
}

.submit-btn > * {
    position: relative;
    z-index: 1;
}

@keyframes rocketBounce {
    0% {
        transform: translateY(0) scale(1);
    }
    50% {
        transform: translateY(-4px) scale(1.2);
    }
    100% {
        transform: translateY(-2px) scale(1.1);
    }
}

#primary.internal{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1200px;
    padding-left: 20px;
    padding-right: 20px;
}

@media screen and (max-width: 1400px) {
    
}