html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

/* ============================================
   UNIFIED BACKGROUND SYSTEM
   One continuous dark background for the whole
   page so there are NO harsh color jumps and
   NO overlays covering the text.
   ============================================ */
body {
    background-color: #050505 !important;
    overflow-x: hidden;
}

section {
    position: relative;
    background: transparent;
}

/* Unified subtle green glow for all sections (matches navbar aesthetic) */
section#servicios,
section#portfolio,
section#contacto {
    background: radial-gradient(ellipse 80% 60% at 50% 50%, rgba(5, 46, 22, 0.3) 0%, transparent 70%);
}

section#nosotros,
section#stats,
section#blog {
    background: radial-gradient(ellipse 80% 60% at 50% 50%, rgba(5, 46, 22, 0.18) 0%, transparent 70%);
}


footer {
    background: transparent;
    border-top: 1px solid rgba(255, 255, 255, 0.08) !important;
}

/* ============================================
   VISUAL ENHANCEMENTS
   ============================================ */

/* Custom scrollbar */
::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: #0a0a0a;
}

::-webkit-scrollbar-thumb {
    background: linear-gradient(to bottom, #166534, #22c55e);
    border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
    background: #4ade80;
}

/* Text selection */
::selection {
    background: rgba(34, 197, 94, 0.35);
    color: #ffffff;
}

/* Gradient text utility */
.text-gradient {
    background: linear-gradient(120deg, #4ade80 0%, #22c55e 40%, #86efac 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

/* Hero badge */
.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 18px;
    margin-bottom: 24px;
    border-radius: 999px;
    background: rgba(34, 197, 94, 0.08);
    border: 1px solid rgba(34, 197, 94, 0.25);
    color: #86efac;
    font-size: 0.875rem;
    font-weight: 500;
    letter-spacing: 0.02em;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.hero-badge-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #22c55e;
    box-shadow: 0 0 10px #22c55e;
    animation: pulse-dot 2s ease-in-out infinite;
}

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

/* Hero CTA buttons */
.hero-btn-primary,
.hero-btn-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 36px;
    border-radius: 12px;
    font-weight: 600;
    font-size: 1rem;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.hero-btn-primary {
    background: linear-gradient(135deg, #22c55e 0%, #16a34a 100%);
    color: #052e16;
    box-shadow: 0 8px 30px rgba(34, 197, 94, 0.35);
}

.hero-btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 40px rgba(34, 197, 94, 0.5);
}

.hero-btn-secondary {
    background: rgba(255, 255, 255, 0.04);
    color: #e5e7eb;
    border: 1px solid rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.hero-btn-secondary:hover {
    transform: translateY(-3px);
    border-color: rgba(34, 197, 94, 0.5);
    color: #4ade80;
    background: rgba(34, 197, 94, 0.06);
}

/* Clean Dark Button - matches black theme */
.animated-button {
  position: relative;
  padding: 14px 32px;
  background: #0f0f0f;
  font-size: 15px;
  font-weight: 600;
  color: #ffffff;
  cursor: pointer;
  border: 1px solid #2a2a2a;
  border-radius: 8px;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  overflow: hidden;
}

.animated-button::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(34, 197, 94, 0.1), transparent);
  transition: left 0.5s ease;
}

.animated-button:hover {
  border-color: #22c55e;
  background: #151515;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(34, 197, 94, 0.15);
}

.animated-button:hover::before {
  left: 100%;
}

.animated-button:active {
  transform: scale(0.98) translateY(0);
}

/* Full width variant */
.animated-button.w-full {
  width: 100%;
  padding: 14px 24px;
}

/* Navbar CTA variant */
.navflow-cta {
  padding: 10px 20px;
  font-size: 0.85rem;
}

/* Hero feature pills */
.hero-features {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 10px 28px;
}

.hero-feature {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 0.9rem;
    font-weight: 500;
    color: #9ca3af;
}

.hero-feature svg {
    width: 16px;
    height: 16px;
    color: #4ade80;
    flex-shrink: 0;
}

/* Hero globe (large, centered around the title) */
.hero-globe {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: min(90vw, 760px);
    height: min(90vw, 760px);
    pointer-events: none;
    z-index: 0;
    opacity: 0.6;
}

.hero-globe-svg {
    width: 100%;
    height: 100%;
}

.hero-globe-glow {
    position: absolute;
    inset: 15%;
    border-radius: 50%;
    box-shadow: 0 0 120px rgba(34, 197, 94, 0.14), inset 0 0 80px rgba(34, 197, 94, 0.05);
}

@media (max-width: 768px) {
    .hero-globe {
        width: 120vw;
        height: 120vw;
    }
}

/* Section headings with accent underline */
section h2[data-animate-in],
#nosotros h2 {
    position: relative;
    display: inline-block;
}

section .text-center h2::after {
    content: '';
    display: block;
    width: 64px;
    height: 4px;
    margin: 18px auto 0;
    border-radius: 4px;
    background: linear-gradient(90deg, #22c55e, #86efac);
}

/* Popular plan badge */
.popular-plan {
    position: relative;
}

.popular-badge {
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 20;
    padding: 6px 18px;
    border-radius: 999px;
    background: linear-gradient(135deg, #22c55e 0%, #16a34a 100%);
    color: #052e16;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.03em;
    white-space: nowrap;
    box-shadow: 0 6px 20px rgba(34, 197, 94, 0.4);
}

/* Stat cards */
.stat-card {
    padding: 16px 8px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.06);
    transition: all 0.3s ease;
}

.stat-card:hover {
    transform: translateY(-4px);
    border-color: rgba(34, 197, 94, 0.35);
    background: rgba(34, 197, 94, 0.05);
}

/* Portfolio & blog & mission cards - unified glass style (matches navbar) */
#portfolio .group,
#blog a,
#nosotros .bg-gray-900 {
    background: rgba(17, 17, 17, 0.7) !important;
    border-color: rgba(255, 255, 255, 0.08) !important;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.4s ease, border-color 0.4s ease;
}

#portfolio .group:hover,
#blog a:hover {
    transform: translateY(-8px);
    border-color: rgba(34, 197, 94, 0.45) !important;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.55), 0 0 30px rgba(34, 197, 94, 0.08);
}

#nosotros .bg-gray-900:hover {
    border-color: rgba(34, 197, 94, 0.3) !important;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.45);
}

/* ============================================
   STATS COUNT
   ============================================ */
.stats-count-title {
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size: clamp(1.4rem, 3.5vw, 2.4rem);
    font-weight: 800;
    letter-spacing: 0.04em;
    line-height: 1.25;
    color: #ffffff;
    max-width: 760px;
    margin: 0 auto 56px;
}

.stats-count-row {
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: 0;
}

.stats-count-item {
    flex: 1;
    text-align: center;
    padding: 0 32px;
}

.stats-count-divider {
    width: 1px;
    align-self: stretch;
    background: linear-gradient(to bottom, transparent, rgba(255, 255, 255, 0.18), transparent);
}

.stats-count-value {
    font-family: 'Poppins', sans-serif;
    font-size: clamp(2.6rem, 6vw, 4rem);
    font-weight: 800;
    line-height: 1;
    color: #ffffff;
    margin-bottom: 12px;
}

.stats-count-suffix {
    background: linear-gradient(120deg, #4ade80 0%, #22c55e 60%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

.stats-count-label {
    font-size: 0.95rem;
    color: #9ca3af;
    max-width: 220px;
    margin: 0 auto;
}

@media (max-width: 768px) {
    .stats-count-row {
        flex-direction: column;
        gap: 36px;
    }

    .stats-count-divider {
        width: 60%;
        height: 1px;
        align-self: center;
        background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.18), transparent);
    }
}

/* ============================================
   CONTACT SECTION (redesigned)
   ============================================ */
.contact-badge {
    display: inline-flex;
    align-items: center;
    padding: 6px 16px;
    border-radius: 999px;
    background: rgba(34, 197, 94, 0.1);
    border: 1px solid rgba(34, 197, 94, 0.3);
    color: #4ade80;
    font-size: 0.875rem;
    font-weight: 500;
}

.contact-link {
    display: flex;
    align-items: center;
    gap: 12px;
    width: fit-content;
    font-size: 0.9rem;
    color: #9ca3af;
    text-decoration: none;
    transition: color 0.2s ease;
}

.contact-link:hover {
    color: #ffffff;
}

.contact-link-icon {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #6b7280;
    transition: all 0.2s ease;
}

.contact-link:hover .contact-link-icon {
    border-color: rgba(34, 197, 94, 0.4);
    background: rgba(34, 197, 94, 0.1);
    color: #4ade80;
}

/* Wireframe globe */
.globe-container {
    position: relative;
    height: 200px;
    overflow: hidden;
}

.globe-svg {
    width: 280px;
    height: 280px;
    position: absolute;
    top: 0;
    left: 0;
}

.globe-fade {
    pointer-events: none;
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, #000000 0%, transparent 60%);
}

/* Form card */
.contact-form-card {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 32px;
    border-radius: 20px;
    background: rgba(17, 17, 17, 0.7);
    border: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.contact-separator {
    height: 1px;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.12) 33%, transparent 0%);
    background-size: 8px 1px;
    background-repeat: repeat-x;
}

.contact-label {
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #6b7280;
}

.contact-input {
    width: 100%;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 11px 16px;
    font-size: 0.9rem;
    color: #e5e7eb;
    outline: none;
    transition: all 0.2s ease;
}

.contact-input::placeholder {
    color: #4b5563;
}

.contact-input:focus {
    border-color: rgba(34, 197, 94, 0.55);
    box-shadow: 0 0 0 3px rgba(34, 197, 94, 0.1);
}

select.contact-input option {
    background: #111111;
    color: #e5e7eb;
}

/* Custom Select (shadcn-style) */
.custom-select {
    position: relative;
}

.custom-select-trigger {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 11px 16px;
    font-size: 0.9rem;
    color: #e5e7eb;
    cursor: pointer;
    outline: none;
    transition: all 0.2s ease;
}

.custom-select-trigger:hover {
    border-color: rgba(255, 255, 255, 0.2);
}

.custom-select.open .custom-select-trigger,
.custom-select-trigger:focus-visible {
    border-color: rgba(34, 197, 94, 0.55);
    box-shadow: 0 0 0 3px rgba(34, 197, 94, 0.1);
}

.custom-select-value.is-placeholder {
    color: #4b5563;
}

.custom-select-chevron {
    width: 16px;
    height: 16px;
    color: #6b7280;
    flex-shrink: 0;
    transition: transform 0.25s ease;
}

.custom-select.open .custom-select-chevron {
    transform: rotate(180deg);
}

.custom-select-content {
    position: absolute;
    top: calc(100% + 6px);
    left: 0;
    right: 0;
    z-index: 30;
    padding: 6px;
    border-radius: 14px;
    background: rgba(12, 12, 12, 0.97);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.6);
    display: flex;
    flex-direction: column;
    gap: 2px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-6px) scale(0.98);
    transition: opacity 0.2s ease, transform 0.2s cubic-bezier(0.16, 1, 0.3, 1), visibility 0.2s;
}

.custom-select.open .custom-select-content {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
}

.custom-select-label {
    padding: 8px 12px 4px;
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #6b7280;
}

.custom-select-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    width: 100%;
    padding: 9px 12px;
    border: none;
    border-radius: 9px;
    background: transparent;
    font-size: 0.875rem;
    text-align: left;
    color: #d1d5db;
    cursor: pointer;
    transition: background 0.15s ease, color 0.15s ease;
}

.custom-select-item:hover {
    background: rgba(34, 197, 94, 0.1);
    color: #ffffff;
}

.custom-select-item.selected {
    color: #4ade80;
}

.custom-select-check {
    width: 16px;
    height: 16px;
    color: #4ade80;
    flex-shrink: 0;
    opacity: 0;
    transition: opacity 0.15s ease;
}

.custom-select-item.selected .custom-select-check {
    opacity: 1;
}

.contact-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: fit-content;
    height: 44px;
    padding: 0 32px;
    border-radius: 12px;
    border: none;
    background: linear-gradient(135deg, #22c55e 0%, #16a34a 100%);
    color: #052e16;
    font-weight: 600;
    font-size: 0.9rem;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: 0 6px 24px rgba(34, 197, 94, 0.3);
}

.contact-submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 32px rgba(34, 197, 94, 0.45);
}

/* Footer links accent on hover */
footer a:hover {
    color: #4ade80 !important;
}


/* ============================================
   NAVBARFLOW
   ============================================ */
.navflow {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 50;
    background: rgba(5, 5, 5, 0.75);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), background 0.3s ease;
}

.navflow.nav-hidden {
    transform: translateY(-100%);
}

.navflow-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.navflow-brand {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 1.05rem;
    letter-spacing: 0.02em;
    color: #ffffff;
    text-decoration: none;
    white-space: nowrap;
}

.navflow-brand span {
    color: #4ade80;
}

.nav-logo-img {
    height: 32px;
    width: auto;
    display: block;
}

.hero-logo {
    max-width: 140px;
    width: 60%;
    height: auto;
    margin: 0 auto 1rem auto;
    display: block;
}

.navflow-links {
    display: flex;
    align-items: center;
    gap: 4px;
}

.navflow-item {
    position: relative;
}

.navflow-link {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 10px 16px;
    border-radius: 10px;
    font-size: 0.9rem;
    font-weight: 500;
    color: #d1d5db;
    text-decoration: none;
    transition: color 0.2s ease, background 0.2s ease;
}

.navflow-item:hover .navflow-link {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.05);
}

.navflow-chevron {
    width: 14px;
    height: 14px;
    opacity: 0.6;
    transition: transform 0.25s ease;
}

.navflow-item:hover .navflow-chevron {
    transform: rotate(180deg);
}

/* Dropdown */
.navflow-dropdown {
    position: absolute;
    top: calc(100% + 10px);
    left: 50%;
    transform: translateX(-50%) translateY(8px);
    min-width: 230px;
    padding: 10px;
    border-radius: 16px;
    background: rgba(12, 12, 12, 0.95);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.6);
    display: flex;
    flex-direction: column;
    gap: 2px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.25s ease, transform 0.25s cubic-bezier(0.16, 1, 0.3, 1), visibility 0.25s;
}

/* Bridge so hover doesn't break between link and dropdown */
.navflow-dropdown::before {
    content: '';
    position: absolute;
    top: -12px;
    left: 0;
    right: 0;
    height: 12px;
}

.navflow-item:hover .navflow-dropdown {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateX(-50%) translateY(0);
}

.navflow-hoverlink {
    padding: 9px 14px;
    border-radius: 10px;
    font-size: 0.875rem;
    color: #9ca3af;
    text-decoration: none;
    transition: color 0.2s ease, background 0.2s ease, padding-left 0.2s ease;
}

.navflow-hoverlink:hover {
    color: #4ade80;
    background: rgba(34, 197, 94, 0.08);
    padding-left: 18px;
}

.navflow-feature {
    display: flex;
    flex-direction: column;
    gap: 3px;
    padding: 10px 14px;
    border-radius: 10px;
    text-decoration: none;
    transition: background 0.2s ease;
}

.navflow-feature:hover {
    background: rgba(34, 197, 94, 0.08);
}

.navflow-feature-title {
    font-size: 0.875rem;
    font-weight: 600;
    color: #e5e7eb;
    transition: color 0.2s ease;
}

.navflow-feature:hover .navflow-feature-title {
    color: #4ade80;
}

.navflow-feature-info {
    font-size: 0.78rem;
    color: #6b7280;
    line-height: 1.4;
}

.navflow-cta {
    padding: 10px 18px;
    font-size: 0.8rem;
    border-width: 2px;
    box-shadow: 0 0 0 1.5px #a3e635;
}

.navflow-cta .text {
    transform: translateX(-8px);
}

.navflow-cta:hover .text {
    transform: translateX(8px);
}

.navflow-cta svg {
    width: 18px;
}

.navflow-cta:hover .circle {
    width: 160px;
    height: 160px;
}

@media (max-width: 768px) {
    .navflow {
        display: none;
    }
}

/* Parallax Scrolling Effect - Endor Style */
.scene-container {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 0;
}

.parallax-container {
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 100vh;
    background: transparent;
    z-index: 1;
}

.parallax-layer {
    width: 100%;
    height: 100vh;
    position: absolute;
    left: 0;
    top: 0;
    background-position: bottom center;
    background-repeat: repeat-x;
}

body {
    font-family: 'Inter', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Poppins', sans-serif;
}

/* Glassmorphism Effects - ENHANCED */
.glass {
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
}

.glass-dark {
    background: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.5);
}

/* Parallax Effects */
.parallax-bg {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* Particle Effects - OPTIMIZED: Reduced from 9 to 5 particles for better performance */
.particles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
}

.particle {
    position: absolute;
    width: 4px;
    height: 4px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    animation: float 15s infinite;
}

.particle:nth-child(1) {
    left: 20%;
    animation-delay: 0s;
    animation-duration: 20s;
}

.particle:nth-child(2) {
    left: 40%;
    animation-delay: 4s;
    animation-duration: 25s;
}

.particle:nth-child(3) {
    left: 60%;
    animation-delay: 8s;
    animation-duration: 18s;
}

.particle:nth-child(4) {
    left: 80%;
    animation-delay: 12s;
    animation-duration: 22s;
}

.particle:nth-child(5) {
    left: 50%;
    animation-delay: 16s;
    animation-duration: 20s;
}

@keyframes float {
    0% {
        transform: translateY(100vh) scale(0);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        transform: translateY(-100vh) scale(1);
        opacity: 0;
    }
}

/* Scroll Animations - ENHANCED: More professional easing */
[data-animate-in] {
    opacity: 0;
    transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

[data-animate-in="up"] {
    transform: translate3d(0, 50px, 0);
}

[data-animate-in="left"] {
    transform: translate3d(-40px, 0, 0);
}

[data-animate-in="right"] {
    transform: translate3d(40px, 0, 0);
}

[data-animate-in="down"] {
    transform: translate3d(0, -40px, 0);
}

[data-animate-in="fadeIn"] {
    transform: translate3d(0, 0, 0);
}

[data-animate-in="scale"] {
    transform: scale(0.92);
}

[data-animate-in="blur"] {
    transform: translate3d(0, 30px, 0);
    filter: blur(6px);
    transition: transform 0.9s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.9s cubic-bezier(0.16, 1, 0.3, 1), filter 0.9s cubic-bezier(0.16, 1, 0.3, 1);
}

[data-animate-in].in-view {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    filter: blur(0);
    transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1), filter 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

/* Staggered children animations */
.pricing-grid [data-animate-in]:nth-child(1) { transition-delay: 0.1s; }
.pricing-grid [data-animate-in]:nth-child(2) { transition-delay: 0.25s; }
.pricing-grid [data-animate-in]:nth-child(3) { transition-delay: 0.4s; }

.grid [data-animate-in]:nth-child(1) { transition-delay: 0.08s; }
.grid [data-animate-in]:nth-child(2) { transition-delay: 0.18s; }
.grid [data-animate-in]:nth-child(3) { transition-delay: 0.28s; }

.faq-list [data-animate-in]:nth-child(1) { transition-delay: 0.05s; }
.faq-list [data-animate-in]:nth-child(2) { transition-delay: 0.12s; }
.faq-list [data-animate-in]:nth-child(3) { transition-delay: 0.19s; }
.faq-list [data-animate-in]:nth-child(4) { transition-delay: 0.26s; }
.faq-list [data-animate-in]:nth-child(5) { transition-delay: 0.33s; }
.faq-list [data-animate-in]:nth-child(6) { transition-delay: 0.4s; }

/* Section reveal animation */
section {
    opacity: 1;
}

section > .container {
    opacity: 1;
}

.fade-in {
    opacity: 0;
    transition: opacity 1s ease;
}

.page-loaded .fade-in,
.page-loaded.fade-in {
    opacity: 1;
}

.isSafari.isTouch [data-animate-in],
.isSafari.isTouch [data-animate-in="up"] {
    opacity: 1;
    transition: none;
    transform: none;
}

/* Social Icons Animation - ENHANCED */
.socialContainer {
    width: 52px;
    height: 52px;
    border-radius: 5px;
    background-color: rgb(44, 44, 44);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    position: relative;
}

.socialContainer::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%);
    transition: width 0.6s ease, height 0.6s ease;
}

.socialContainer:hover::before {
    width: 200px;
    height: 200px;
}

.containerOne:hover {
    background-color: #d62976;
    box-shadow: 0 0 20px rgba(214, 41, 118, 0.5);
}

.containerTwo:hover {
    background-color: #25f4ee;
    box-shadow: 0 0 20px rgba(37, 244, 238, 0.5);
}

.containerFour:hover {
    background-color: #25d366;
    box-shadow: 0 0 20px rgba(37, 211, 102, 0.5);
}

.socialContainer:active {
    transform: scale(0.9);
}

.socialSvg {
    width: 19px;
}

.largeIcon {
    width: 27px;
}

.socialSvg path {
    fill: rgb(255, 255, 255);
}

.socialContainer:hover .socialSvg {
    animation: slide-in-top 0.3s both;
}

@keyframes slide-in-top {
    0% {
        transform: translateY(-50px);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

/* Honeycomb Loader */
@-webkit-keyframes honeycomb {
    0%,
    20%,
    80%,
    100% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    30%,
    70% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes honeycomb {
    0%,
    20%,
    80%,
    100% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    30%,
    70% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.honeycomb {
    height: 24px;
    position: relative;
    width: 24px;
}

.honeycomb div {
    -webkit-animation: honeycomb 2.1s infinite backwards;
    animation: honeycomb 2.1s infinite backwards;
    background: #f3f3f3;
    height: 12px;
    margin-top: 6px;
    position: absolute;
    width: 24px;
}

.honeycomb div:after,
.honeycomb div:before {
    content: '';
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    position: absolute;
    left: 0;
    right: 0;
}

.honeycomb div:after {
    top: -6px;
    border-bottom: 6px solid #f3f3f3;
}

.honeycomb div:before {
    bottom: -6px;
    border-top: 6px solid #f3f3f3;
}

.honeycomb div:nth-child(1) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    left: -28px;
    top: 0;
}

.honeycomb div:nth-child(2) {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
    left: -14px;
    top: 22px;
}

.honeycomb div:nth-child(3) {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
    left: 14px;
    top: 22px;
}

.honeycomb div:nth-child(4) {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
    left: 28px;
    top: 0;
}

.honeycomb div:nth-child(5) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    left: 14px;
    top: -22px;
}

.honeycomb div:nth-child(6) {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    left: -14px;
    top: -22px;
}

.honeycomb div:nth-child(7) {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
    left: 0;
    top: 0;
}

/* Loading Screen */
#loading-screen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    transition: opacity 0.5s ease;
}

#loading-screen.hidden {
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    transition: opacity 0.4s ease, visibility 0.4s ease;
}

/* Pay Button */
.pay-btn {
    position: relative;
    padding: 12px 24px;
    font-size: 16px;
    background: #1a1a1a;
    color: white;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
}

.pay-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
}

.icon-container {
    position: relative;
    width: 24px;
    height: 24px;
}

.icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    color: #22c55e;
    opacity: 0;
    visibility: hidden;
}

.default-icon {
    opacity: 1;
    visibility: visible;
}

.pay-btn:hover .icon {
    animation: none;
}

.pay-btn:hover .wallet-icon {
    opacity: 0;
    visibility: hidden;
}

.pay-btn:hover .card-icon {
    animation: iconRotate 2.5s infinite;
    animation-delay: 0s;
}

.pay-btn:hover .payment-icon {
    animation: iconRotate 2.5s infinite;
    animation-delay: 0.5s;
}

.pay-btn:hover .dollar-icon {
    animation: iconRotate 2.5s infinite;
    animation-delay: 1s;
}

.pay-btn:hover .check-icon {
    animation: iconRotate 2.5s infinite;
    animation-delay: 1.5s;
}

.pay-btn:active .icon {
    animation: none;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.pay-btn:active .check-icon {
    animation: checkmarkAppear 0.6s ease forwards;
    visibility: visible;
}

@keyframes iconRotate {
    0% {
        opacity: 0;
        visibility: hidden;
        transform: translateY(10px) scale(0.5);
    }

    5% {
        opacity: 1;
        visibility: visible;
        transform: translateY(0) scale(1);
    }

    15% {
        opacity: 1;
        visibility: visible;
        transform: translateY(0) scale(1);
    }

    20% {
        opacity: 0;
        visibility: hidden;
        transform: translateY(-10px) scale(0.5);
    }

    100% {
        opacity: 0;
        visibility: hidden;
        transform: translateY(-10px) scale(0.5);
    }
}

@keyframes checkmarkAppear {
    0% {
        opacity: 0;
        transform: scale(0.5) rotate(-45deg);
    }

    50% {
        opacity: 0.5;
        transform: scale(1.2) rotate(0deg);
    }

    100% {
        opacity: 1;
        transform: scale(1) rotate(0deg);
    }
}

/* Uiverse.io Cards */
.uiverse-card {
    width: 300px;
    height: 200px;
    background: #243137;
    position: relative;
    display: grid;
    place-content: center;
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
}

#logo-main,
#logo-second {
    height: 100%;
}

#logo-main {
    fill: #bd9f67;
}

#logo-second {
    padding-bottom: 10px;
    fill: none;
    stroke: #bd9f67;
    stroke-width: 1px;
}

.uiverse-border {
    position: absolute;
    inset: 0px;
    border: 2px solid #bd9f67;
    opacity: 0;
    transform: rotate(10deg);
    transition: all 0.5s ease-in-out;
}

.uiverse-bottom-text {
    position: absolute;
    left: 50%;
    bottom: 13px;
    transform: translateX(-50%);
    font-size: 6px;
    text-transform: uppercase;
    padding: 0px 5px 0px 8px;
    color: #bd9f67;
    background: #243137;
    opacity: 0;
    letter-spacing: 7px;
    transition: all 0.5s ease-in-out;
}

.uiverse-content {
    transition: all 0.5s ease-in-out;
}

.uiverse-content .uiverse-logo {
    height: 35px;
    position: relative;
    width: 120px;
    overflow: hidden;
    transition: all 1s ease-in-out;
}

.uiverse-content .uiverse-logo .uiverse-logo1 {
    height: 33px;
    position: absolute;
    left: 0;
}

.uiverse-content .uiverse-logo .uiverse-logo2 {
    height: 33px;
    position: absolute;
    left: 120px;
}

.uiverse-content .uiverse-logo .uiverse-trail {
    position: absolute;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
}

.uiverse-content .uiverse-logo-bottom-text {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin-top: 30px;
    color: #bd9f67;
    padding-left: 8px;
    font-size: 11px;
    opacity: 0;
    letter-spacing: none;
    transition: all 0.5s ease-in-out 0.5s;
}

.uiverse-card:hover {
    border-radius: 0;
    transform: scale(1.1);
}

.uiverse-card:hover .uiverse-logo {
    width: 240px;
    animation: opacity 1s ease-in-out;
}

.uiverse-card:hover .uiverse-border {
    inset: 15px;
    opacity: 1;
    transform: rotate(0);
}

.uiverse-card:hover .uiverse-bottom-text {
    letter-spacing: 3px;
    opacity: 1;
    transform: translateX(-50%);
}

.uiverse-card:hover .uiverse-content .uiverse-logo-bottom-text {
    opacity: 1;
    letter-spacing: 9.5px;
}

.uiverse-card:hover .uiverse-trail {
    animation: trail 1s ease-in-out;
}

@keyframes opacity {
    0% {
        border-right: 1px solid transparent;
    }

    10% {
        border-right: 1px solid #bd9f67;
    }

    80% {
        border-right: 1px solid #bd9f67;
    }

    100% {
        border-right: 1px solid transparent;
    }
}

@keyframes trail {
    0% {
        background: linear-gradient(90deg, rgba(189, 159, 103, 0) 90%, rgb(189, 159, 103) 100%);
        opacity: 0;
    }

    30% {
        background: linear-gradient(90deg, rgba(189, 159, 103, 0) 70%, rgb(189, 159, 103) 100%);
        opacity: 1;
    }

    70% {
        background: linear-gradient(90deg, rgba(189, 159, 103, 0) 70%, rgb(189, 159, 103) 100%);
        opacity: 1;
    }

    95% {
        background: linear-gradient(90deg, rgba(189, 159, 103, 0) 90%, rgb(189, 159, 103) 100%);
        opacity: 0;
    }
}

/* Animated Send Button - ENHANCED */
.send-button {
    font-family: inherit;
    font-size: 20px;
    background: #4b5563;
    color: white;
    padding: 0.7em 1em;
    padding-left: 0.9em;
    display: flex;
    align-items: center;
    border: none;
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    cursor: pointer;
    width: 100%;
    justify-content: center;
    position: relative;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.send-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    transition: left 0.5s ease;
}

.send-button:hover::before {
    left: 100%;
}

.send-button:hover {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
}

.send-button span {
    display: block;
    margin-left: 0.3em;
    transition: all 0.3s ease-in-out;
}

.send-button svg {
    display: block;
    transform-origin: center center;
    transition: transform 0.3s ease-in-out;
}

.send-button:hover .svg-wrapper {
    animation: fly-1 0.6s ease-in-out infinite alternate;
}

.send-button:hover svg {
    transform: translateX(1.2em) rotate(45deg) scale(1.1);
}

.send-button:hover span {
    transform: translateX(5em);
}

.send-button:active {
    transform: scale(0.95);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

@keyframes fly-1 {
    from {
        transform: translateY(0.1em);
    }

    to {
        transform: translateY(-0.1em);
    }
}

/* New Plan Cards Design - Dark Theme - ENHANCED */
.plan {
    border-radius: 16px;
    box-shadow: 0 30px 30px -25px rgba(0, 0, 0, 0.5);
    padding: 10px;
    background-color: #1a1a1a;
    color: #9ca3af;
    max-width: 300px;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    position: relative;
    overflow: hidden;
}

.plan::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.05), transparent);
    transition: left 0.6s ease;
}

.plan:hover::before {
    left: 100%;
}

.plan:hover {
    transform: translateY(-8px);
    box-shadow: 0 40px 40px -25px rgba(0, 0, 0, 0.7);
}

.plan strong {
    font-weight: 600;
    color: #e5e7eb;
}

.plan .inner {
    align-items: center;
    padding: 20px;
    padding-top: 40px;
    background-color: #2d2d2d;
    border-radius: 12px;
    position: relative;
}

.plan .pricing {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #3d3d3d;
    border-radius: 99em 0 0 99em;
    display: flex;
    align-items: center;
    padding: 0.625em 0.75em;
    font-size: 1.25rem;
    font-weight: 600;
    color: #e5e7eb;
}

.plan .pricing small {
    color: #9ca3af;
    font-size: 0.75em;
    margin-left: 0.25em;
}

.plan .title {
    font-weight: 600;
    font-size: 1.25rem;
    color: #e5e7eb;
}

.plan .title + * {
    margin-top: 0.75rem;
}

.plan .info + * {
    margin-top: 1rem;
}

.plan .features {
    display: flex;
    flex-direction: column;
}

.plan .features li {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.plan .features li + * {
    margin-top: 0.75rem;
}

.plan .features .icon {
    background-color: #6b7280;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 50%;
    width: 20px;
    height: 20px;
}

.plan .features .icon svg {
    width: 14px;
    height: 14px;
}

.plan .features + * {
    margin-top: 1.25rem;
}

.plan .action {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: end;
}

.plan .button {
    background-color: #4b5563;
    border-radius: 6px;
    color: #fff;
    font-weight: 500;
    font-size: 1.125rem;
    text-align: center;
    border: 0;
    outline: 0;
    width: 100%;
    padding: 0.625em 0.75em;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.plan .button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    transition: left 0.5s ease;
}

.plan .button:hover::before {
    left: 100%;
}

.plan .button:hover, .plan .button:focus {
    background-color: #374151;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
}

.plan.popular {
    border: 2px solid #22c55e;
}

.plan.popular .pricing {
    background-color: #22c55e;
    color: #fff;
}

.plan.popular .pricing small {
    color: #dcfce7;
}

.plan.popular .button {
    background-color: #16a34a;
}

.plan.popular .button:hover, .plan.popular .button:focus {
    background-color: #22c55e;
}

/* Alert Components */
.alert-container {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 9999;
}

/* New Card Design for Plans */
.card {
    width: 100%;
    min-width: 280px;
    max-width: 350px;
    background-image: linear-gradient(163deg, rgba(5, 46, 22, 0.9) 0%, #22c55e 100%);
    border-radius: 20px;
    transition: all .3s;
    padding: 1.5px;
}

.card2 {
    width: 100%;
    min-height: 400px;
    background-color: #111111;
    border-radius: 18px;
    transition: all .2s;
}

/* Responsive Cards */
@media (max-width: 768px) {
    .card {
        min-width: 100%;
        max-width: 100%;
    }

    .card2 {
        min-height: auto;
    }
}

.card2:hover {
    transform: scale(0.98);
    border-radius: 20px;
}

.card:hover {
    box-shadow: 0px 0px 30px 1px rgba(0, 255, 117, 0.30);
}

/* Chat Bubble Button */
.chat {
    display: flex;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 1000;
}

.background {
    background-color: #1950ff;
    border-radius: 50%;
    box-shadow: 0 2.1px 1.3px rgba(0, 0, 0, 0.044),
        0 5.9px 4.2px rgba(0, 0, 0, 0.054),
        0 12.6px 9.5px rgba(0, 0, 0, 0.061),
        0 25px 20px rgba(0, 0, 0, 0.1);
    height: 80px;
    left: 10px;
    position: absolute;
    top: 10px;
    width: 80px;
}

.chat-bubble {
    cursor: pointer;
    position: relative;
}

.bubble {
    transform-origin: 50%;
    transition: transform 500ms cubic-bezier(0.17, 0.61, 0.54, 0.9);
}

.line {
    fill: none;
    stroke: #ffffff;
    stroke-width: 2.75;
    stroke-linecap: round;
    transition: stroke-dashoffset 500ms cubic-bezier(0.4, 0, 0.2, 1);
}

.line1 {
    stroke-dasharray: 60 90;
    stroke-dashoffset: -20;
}

.line2 {
    stroke-dasharray: 67 87;
    stroke-dashoffset: -18;
}

.circle {
    fill: #ffffff;
    stroke: none;
    transform-origin: 50%;
    transition: transform 500ms cubic-bezier(0.4, 0, 0.2, 1);
}

.chat.active .bubble {
    transform: translateX(24px) translateY(4px) rotate(45deg);
}

.chat.active .line1 {
    stroke-dashoffset: 21;
}

.chat.active .line2 {
    stroke-dashoffset: 30;
}

.chat.active .circle {
    transform: scale(0);
}

/* Chat Modal */
.chat-modal {
    position: fixed;
    bottom: 120px;
    right: 30px;
    z-index: 999;
    display: none;
}

.chat-modal.active {
    display: block;
}

/* Responsive Chat */
@media (max-width: 768px) {
    .chat {
        bottom: 20px;
        right: 20px;
    }

    .chat-modal {
        bottom: 100px;
        right: 10px;
        left: 10px;
    }

    .chat-modal .max-w-md {
        max-width: 100%;
    }
}

/* UI Button - unified green brand style */
.ui-btn {
    box-sizing: border-box;
    padding: 12px 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #052e16;
    font-size: 0.9rem;
    font-weight: 600;
    font-family: 'Inter', sans-serif;
    background: linear-gradient(135deg, #22c55e 0%, #16a34a 100%);
    border: none;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: 0 4px 16px rgba(34, 197, 94, 0.25);
}

.ui-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(34, 197, 94, 0.4);
}

/* Responsive Hero Section */
@media (max-width: 768px) {
    .scene-container {
        min-height: 60vh;
    }

    .parallax-container {
        height: 60vh;
    }
}

/* Responsive Sections */
@media (max-width: 768px) {
    section {
        padding: 3rem 1rem;
    }

    .container {
        padding: 0 1rem;
    }
}

/* Rotating Text Effect */
#rotating-text {
    display: inline-block;
    transition: opacity 0.2s ease-in-out;
}

#rotating-text.fade-out {
    opacity: 0;
}

#rotating-text.fade-in {
    opacity: 1;
}

/* Cookie Banner */
.cookie-banner {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 40px);
    max-width: 900px;
    z-index: 10000;
    display: none;
}

.cookie-banner.active {
    display: block;
    animation: slideUp 0.5s ease-out;
}

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

.cookie-banner .cookie-card {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 22px 32px;
    gap: 30px;
    background: rgba(10, 10, 10, 0.92);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(34, 197, 94, 0.25);
    border-radius: 16px;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.6);
}

.cookie-banner .cookie-content {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 20px;
}

.cookie-banner #cookieSvg {
    width: 44px;
    height: 44px;
    flex-shrink: 0;
}

.cookie-banner #cookieSvg g path {
    fill: #22c55e;
}

.cookie-banner .cookie-text {
    flex: 1;
}

.cookie-banner .cookieHeading {
    font-size: 1.1em;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 6px;
    font-family: 'Poppins', sans-serif;
}

.cookie-banner .cookieDescription {
    font-size: 0.875em;
    font-weight: 400;
    color: #9ca3af;
    line-height: 1.5;
}

.cookie-banner .buttonContainer {
    display: flex;
    gap: 12px;
    flex-shrink: 0;
}

.cookie-banner .acceptButton {
    padding: 10px 24px;
    background: #22c55e;
    transition: all 0.3s ease;
    border: none;
    color: #052e16;
    cursor: pointer;
    font-weight: 600;
    border-radius: 10px;
    font-size: 14px;
}

.cookie-banner .declineButton {
    padding: 10px 24px;
    background: transparent;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: #9ca3af;
    cursor: pointer;
    font-weight: 600;
    border-radius: 10px;
    font-size: 14px;
}

.cookie-banner .declineButton:hover {
    background: rgba(255, 255, 255, 0.05);
    border-color: #6a6a6a;
    color: #ffffff;
}

.cookie-banner .acceptButton:hover {
    background: #4ade80;
    transform: translateY(-1px);
}

/* Responsive Cookie Banner */
@media (max-width: 768px) {
    .cookie-banner {
        bottom: 12px;
        width: calc(100% - 24px);
    }

    .cookie-banner .cookie-card {
        flex-direction: column;
        padding: 20px;
        gap: 16px;
    }

    .cookie-banner .cookie-content {
        flex-direction: column;
        text-align: center;
        gap: 12px;
    }

    .cookie-banner .cookieHeading {
        font-size: 1.1em;
    }

    .cookie-banner .cookieDescription {
        font-size: 0.85em;
    }

    .cookie-banner .buttonContainer {
        width: 100%;
        flex-direction: column;
    }

    .cookie-banner .acceptButton,
    .cookie-banner .declineButton {
        width: 100%;
        padding: 14px 20px;
    }
}

/* New Navbar */
.nav {
    position: fixed;
    top: 20px;
    left: 50%;
    transform: translateX(-50%) translateY(-150%);
    width: 100%;
    max-width: 800px;
    height: 60px;
    z-index: 1000;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.nav.visible {
    transform: translateX(-50%) translateY(0);
}

.nav-container {
    position: absolute;
    inset: 0;
    background: rgba(20, 20, 20, 0.95);
    backdrop-filter: blur(10px);
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    padding: 0.5em 1em;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.nav-btn {
    padding: 0.6em 1.2em;
    color: #ffffff;
    cursor: pointer;
    transition: 0.2s;
    background: none;
    border: none;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    border-radius: 6px;
}

.nav-btn:hover {
    background: rgba(34, 197, 94, 0.2);
    color: #22c55e;
}

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

/* ============================================
   MOBILE MENU (hamburger + overlay)
   ============================================ */
.mobile-menu-btn {
    display: none;
    position: fixed;
    top: 16px;
    right: 16px;
    z-index: 100;
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: rgba(10, 10, 10, 0.85);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    cursor: pointer;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 0;
}

.mobile-menu-btn span {
    display: block;
    width: 22px;
    height: 2px;
    background: #fff;
    border-radius: 2px;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.mobile-menu-btn.open span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}

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

.mobile-menu-btn.open span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}

.mobile-menu {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 99;
    background: rgba(0, 0, 0, 0.95);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.mobile-menu.open {
    opacity: 1;
    pointer-events: auto;
}

.mobile-menu-nav {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    gap: 8px;
}

.mobile-menu-link {
    color: #e5e7eb;
    font-size: 1.5rem;
    font-weight: 600;
    padding: 12px 32px;
    border-radius: 12px;
    text-decoration: none;
    transition: background 0.2s ease, color 0.2s ease;
}

.mobile-menu-link:active,
.mobile-menu-link:hover {
    background: rgba(34, 197, 94, 0.15);
    color: #22c55e;
}

@media (max-width: 768px) {
    .mobile-menu-btn {
        display: flex;
    }

    .mobile-menu {
        display: block;
    }
}

.outline {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.rect {
    stroke-dashoffset: 5;
    stroke-dasharray: 0 0 10 40 10 40;
    transition: 0.5s;
    stroke: #141313;
}

.nav-container:hover .outline .rect {
    transition: 999999s;
    stroke-dashoffset: 1;
    stroke-dasharray: 0;
}

.nav-btn:nth-child(1):hover ~ svg .rect {
    stroke-dashoffset: 0;
    stroke-dasharray: 0 2 8 73.3 8 10.7;
}

.nav-btn:nth-child(2):hover ~ svg .rect {
    stroke-dashoffset: 0;
    stroke-dasharray: 0 12.6 9.5 49.3 9.5 31.6;
}

.nav-btn:nth-child(3):hover ~ svg .rect {
    stroke-dashoffset: 0;
    stroke-dasharray: 0 24.5 8.5 27.5 8.5 55.5;
}

.nav-btn:nth-child(4):hover ~ svg .rect {
    stroke-dashoffset: 0;
    stroke-dasharray: 0 34.7 6.9 10.2 6.9 76;
}

.nav-btn:hover ~ .outline .rect {
    stroke-dashoffset: 0;
    stroke-dasharray: 0 0 10 40 10 40;
    transition: 0.5s !important;
}

/* New Empezar Button */
.btn-empezar {
    --color: #00A97F;
    --color2: rgb(10, 25, 30);
    padding: 0.8em 1.75em;
    background-color: transparent;
    border-radius: 6px;
    border: .3px solid var(--color);
    transition: .5s;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    z-index: 1;
    font-weight: 300;
    font-size: 17px;
    font-family: 'Roboto', 'Segoe UI', sans-serif;
    text-transform: uppercase;
    color: var(--color);
}

.btn-empezar::after, .btn-empezar::before {
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    transform: skew(90deg) translate(-50%, -50%);
    position: absolute;
    inset: 50%;
    left: 25%;
    z-index: -1;
    transition: .5s ease-out;
    background-color: var(--color);
}

.btn-empezar::before {
    top: -50%;
    left: -25%;
    transform: skew(90deg) rotate(180deg) translate(-50%, -50%);
}

.btn-empezar:hover::before {
    transform: skew(45deg) rotate(180deg) translate(-50%, -50%);
}

.btn-empezar:hover::after {
    transform: skew(45deg) translate(-50%, -50%);
}

.btn-empezar:hover {
    color: var(--color2);
}

.btn-empezar:active {
    filter: brightness(.7);
    transform: scale(.98);
}

.error-alert, .success-alert {
    cursor: default;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 288px;
    height: 48px;
    border-radius: 8px;
    background-color: #232531;
    padding: 10px;
    margin-bottom: 8px;
    animation: slideIn 0.3s ease-out;
}

@keyframes slideIn {
    from {
        transform: translateX(100%);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

.error-alert .icon-wrapper, .success-alert .icon-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px;
    border-radius: 8px;
    background-color: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(20px);
}

.error-alert .icon-wrapper {
    color: #d65563;
}

.success-alert .icon-wrapper {
    color: #2b9875;
}

.error-alert .icon-wrapper svg, .success-alert .icon-wrapper svg {
    width: 24px;
    height: 24px;
}

.error-alert .text-wrapper, .success-alert .text-wrapper {
    flex: 1;
    margin-left: 8px;
}

.error-alert .text-wrapper p:first-child, .success-alert .text-wrapper p:first-child {
    color: white;
    font-weight: 500;
    font-size: 12px;
}

.error-alert .text-wrapper p:last-child, .success-alert .text-wrapper p:last-child {
    color: #6b7280;
    font-size: 10px;
}

.error-alert button, .success-alert button {
    color: #6b7280;
    background: transparent;
    border: none;
    padding: 4px;
    border-radius: 6px;
    transition: all 0.2s;
    cursor: pointer;
}

.error-alert button:hover, .success-alert button:hover {
    background-color: rgba(255, 255, 255, 0.05);
    color: #9ca3af;
}

.error-alert button svg, .success-alert button svg {
    width: 24px;
    height: 24px;
}

/* ============================================
   PRICING CARDS (Clean SaaS Template Style)
   ============================================ */
.pricing-section-heading {
    font-size: 2.5rem;
    font-weight: 700;
    letter-spacing: -0.025em;
    color: #fff;
    text-align: center;
    margin-bottom: 40px;
}

.pricing-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
    max-width: 1100px;
    margin: 0 auto;
}

.pricing-card {
    box-sizing: border-box;
    width: 320px;
    min-height: 480px;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    padding: 28px;
    position: relative;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: default;
}

.pricing-card:hover {
    border-color: rgba(255, 255, 255, 0.18);
    transform: translateY(-4px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.4);
}

/* Highlighted / Popular card - dark with green accent */
.pricing-card.highlight {
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(34, 197, 94, 0.5);
    transform: scale(1.02);
    z-index: 2;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5), 0 0 40px rgba(34, 197, 94, 0.08);
}

.pricing-card.highlight:hover {
    transform: scale(1.02) translateY(-4px);
    border-color: rgba(34, 197, 94, 0.7);
    box-shadow: 0 25px 70px rgba(0, 0, 0, 0.6), 0 0 50px rgba(34, 197, 94, 0.12);
}

/* Most Popular badge */
.pricing-card .popular-badge {
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    background: #22c55e;
    color: #000;
    font-size: 0.65rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    padding: 5px 14px;
    border-radius: 999px;
    white-space: nowrap;
}

/* Plan name label */
.pricing-card .plan-label {
    font-family: 'Courier New', monospace;
    font-size: 0.65rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: #6b7280;
    margin-bottom: 8px;
}


/* Price */
.pricing-card .plan-price {
    font-size: 2.8rem;
    font-weight: 700;
    letter-spacing: -0.03em;
    color: #fff;
    line-height: 1;
    margin-bottom: 4px;
}


.pricing-card .plan-price-suffix {
    font-size: 0.85rem;
    color: #6b7280;
    font-weight: 500;
    margin-bottom: 12px;
}


/* Description */
.pricing-card .plan-desc {
    font-size: 0.82rem;
    color: #9ca3af;
    line-height: 1.5;
    margin-bottom: 20px;
    min-height: 36px;
}


/* Separator */
.pricing-card .plan-separator {
    height: 1px;
    background: rgba(255, 255, 255, 0.08);
    margin-bottom: 20px;
    width: 100%;
}

.pricing-card.highlight .plan-separator {
    background: rgba(34, 197, 94, 0.2);
}

/* Features list */
.pricing-card .plan-features {
    list-style: none;
    padding: 0;
    margin: 0 0 24px 0;
    flex: 1;
    width: 100%;
}

.pricing-card .plan-features li {
    font-size: 0.8rem;
    color: #d1d5db;
    margin-bottom: 10px;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    line-height: 1.4;
}

.pricing-card.highlight .plan-features li {
    color: #d1d5db;
}

/* Check circle */
.pricing-card .check-circle {
    width: 18px;
    height: 18px;
    min-width: 18px;
    border-radius: 50%;
    background: rgba(34, 197, 94, 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 1px;
}

.pricing-card.highlight .check-circle {
    background: rgba(34, 197, 94, 0.2);
}

.pricing-card .check-circle svg {
    width: 10px;
    height: 10px;
    color: #22c55e;
}

/* CTA Button */
.pricing-card .plan-cta {
    width: 100%;
    padding: 12px 20px;
    background: #fff;
    color: #000;
    border: none;
    border-radius: 10px;
    font-size: 0.82rem;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    transition: all 0.2s;
    cursor: pointer;
    text-align: center;
}

.pricing-card .plan-cta:hover {
    background: #e5e7eb;
    transform: translateY(-1px);
}

.pricing-card.highlight .plan-cta {
    background: #22c55e;
    color: #000;
}

.pricing-card.highlight .plan-cta:hover {
    background: #16a34a;
}

/* Urgency bar clean */
.pricing-urgency {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(34, 197, 94, 0.08);
    border: 1px solid rgba(34, 197, 94, 0.2);
    border-radius: 999px;
    padding: 8px 18px;
    font-size: 0.8rem;
    color: #d1d5db;
    margin-bottom: 32px;
}

.pricing-urgency strong {
    color: #22c55e;
    font-weight: 600;
}

/* Disclaimer */
.pricing-disclaimer {
    text-align: center;
    font-size: 0.7rem;
    color: #4b5563;
    margin-top: 28px;
    letter-spacing: 0.02em;
}

/* ============================================
   TESTIMONIALS
   ============================================ */
.testimonial-card {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    padding: 28px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.testimonial-card:hover {
    border-color: rgba(255, 255, 255, 0.15);
    transform: translateY(-4px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.4);
}

.testimonial-stars {
    display: flex;
    gap: 4px;
}

.testimonial-stars svg {
    width: 18px;
    height: 18px;
    color: #facc15;
}

.testimonial-text {
    font-size: 0.92rem;
    color: #d1d5db;
    line-height: 1.6;
    flex: 1;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 12px;
    padding-top: 16px;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.testimonial-avatar {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid rgba(255, 255, 255, 0.1);
}

.testimonial-name {
    font-size: 0.9rem;
    font-weight: 600;
    color: #fff;
}

.testimonial-business {
    font-size: 0.78rem;
    color: #6b7280;
}

/* ============================================
   FAQ ACCORDION
   ============================================ */
.faq-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.faq-item {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    overflow: hidden;
    transition: border-color 0.3s ease;
}

.faq-item:hover {
    border-color: rgba(255, 255, 255, 0.14);
}

.faq-trigger {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 24px;
    background: transparent;
    border: none;
    color: #e5e7eb;
    font-size: 1rem;
    font-weight: 500;
    text-align: left;
    cursor: pointer;
    transition: color 0.2s ease;
}

.faq-trigger:hover {
    color: #fff;
}

.faq-icon {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    color: #6b7280;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.faq-item.open .faq-icon {
    transform: rotate(180deg);
    color: #22c55e;
}

.faq-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s cubic-bezier(0.4, 0, 0.2, 1), padding 0.35s ease;
}

.faq-content p {
    padding: 0 24px 20px;
    color: #9ca3af;
    font-size: 0.9rem;
    line-height: 1.6;
}

.faq-item.open .faq-content {
    max-height: 200px;
}

/* Responsive */
@media (max-width: 768px) {
    .pricing-grid {
        flex-direction: column;
        align-items: center;
    }
    .pricing-card.highlight {
        transform: scale(1);
    }
    .pricing-card.highlight:hover {
        transform: scale(1) translateY(-4px);
    }
}
