@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --primary-orange: #ff6b35;
  --secondary-orange: #ff8c42;
  --dark-bg: #0d0d0d;
  --darker-bg: #000000;
  --light-gray: #1a1a1a;
  --medium-gray: #2d2d2d;
  --text-light: #ffffff;
  --text-muted: #dcdcdc;
  --gradient-primary: linear-gradient(135deg, #ff6b35 0%, #ff8c42 100%);
  --gradient-dark: linear-gradient(135deg, #0d0d0d 0%, #1a1a1a 100%);
  --panel-primary: #ff7849;
  --panel-secondary: #ff9a6b;
  --panel-dark: #111111;
  --panel-darker: #0a0a0a;
  --panel-card: #1e1e1e;
  --panel-card-hover: #252525;
  --panel-text: #ffffff;
  --panel-text-muted: #b0b0b0;
  --panel-border: #333333;
  --panel-success: #28a745;
  --panel-warning: #ffc107;
  --panel-danger: #dc3545;
  --panel-info: #17a2b8;
  --panel-gradient: linear-gradient(135deg, #ff7849 0%, #ff9a6b 100%);
}

html {
  scroll-behavior: smooth;
}

body {
  background: #0d0d0d !important;
  color: #ffffff !important;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.7;
  overflow-x: hidden;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.bg-white {
  background: #0d0d0d !important;
}

.container,
.container-fluid {
  color: #ffffff !important;
}

a {
  text-decoration: none;
  transition: color 0.3s ease;
}

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

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: #1a1a1a;
}

::-webkit-scrollbar-thumb {
  background: linear-gradient(135deg, #ff6b35 0%, #ff8c42 100%);
  border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(135deg, #ff8c42 0%, #ff6b35 100%);
}

::selection {
  background: rgba(255, 107, 53, 0.3);
  color: #ffffff;
}

::-moz-selection {
  background: rgba(255, 107, 53, 0.3);
  color: #ffffff;
}

h1, h2, h3, h4, h5, h6 {
  color: #ffffff !important;
  font-weight: 600 !important;
  letter-spacing: -0.02em;
  margin-bottom: 1rem;
  line-height: 1.2;
}

h1, .h1 {
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: 700 !important;
}

h2, .h2 {
  font-size: clamp(1.75rem, 4vw, 2.5rem);
}

h3, .h3 {
  font-size: clamp(1.5rem, 3vw, 2rem);
}

h4, .h4 {
  font-size: 1.5rem;
  font-weight: 500 !important;
}

h5, .h5 {
  font-size: 1.25rem;
  font-weight: 500 !important;
}

h6, .h6 {
  font-size: 1rem;
  font-weight: 500 !important;
}

p {
  margin-bottom: 1rem;
  line-height: 1.7;
}
p:last-child {
  margin-bottom: 0;
}

.lead {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.95) !important;
}

.text-muted {
  color: #dcdcdc !important;
  opacity: 0.8;
}

.text-light {
  color: #ffffff !important;
}

.text-orange,
.text-primary {
  color: #ff6b35 !important;
}

.text-success {
  color: #28a745 !important;
}

.text-warning {
  color: #ffc107 !important;
}

.text-danger {
  color: #dc3545 !important;
}

.text-info {
  color: #17a2b8 !important;
}

.display-1,
.display-2,
.display-3,
.display-4,
.display-5,
.display-6 {
  color: #ffffff !important;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.hero-gradient-text,
.gradient-text {
  background: linear-gradient(135deg, #ff6b35 0%, #ff8c42 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  white-space: nowrap;
  display: inline-block;
}

.brand-name {
  color: #ffffff !important;
  font-weight: 600;
  font-size: 2rem;
  letter-spacing: 3px;
  text-transform: uppercase;
  line-height: 1;
}

h1, h2, h3,
.hero-title {
  text-wrap: balance;
  word-break: keep-all;
  overflow-wrap: break-word;
}

@media (max-width: 767px) {
  h1, .h1 {
    font-size: 1.8rem !important;
  }
  h2, .h2 {
    font-size: 1.5rem;
  }
  .lead {
    font-size: 1rem;
  }
  .brand-name {
    font-size: 1.5rem;
  }
}
.fw-light {
  font-weight: 300;
}

.fw-normal {
  font-weight: 400;
}

.fw-medium {
  font-weight: 500;
}

.fw-semibold {
  font-weight: 600;
}

.fw-bold {
  font-weight: 700;
}

.fw-extrabold {
  font-weight: 800;
}

.ls-tight {
  letter-spacing: -0.02em;
}

.ls-normal {
  letter-spacing: 0;
}

.ls-wide {
  letter-spacing: 0.02em;
}

.btn {
  padding: 0.75rem 1.5rem;
  border-radius: 8px;
  font-weight: 600;
  font-size: 0.95rem;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
  border: none;
  position: relative;
  overflow: hidden;
  will-change: transform;
  backface-visibility: hidden;
  perspective: 1000px;
  transform: translateZ(0);
}
.btn:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(255, 107, 53, 0.2);
}
.btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none !important;
}

.btn-primary-orange {
  background: linear-gradient(135deg, #ff6b35 0%, #ff8c42 100%);
  border: none !important;
  color: white !important;
  box-shadow: 0 4px 15px rgba(255, 107, 53, 0.3);
}
.btn-primary-orange::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.btn-primary-orange::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: width 0.3s ease, height 0.3s ease;
}
.btn-primary-orange:hover {
  transform: translateY(-3px) scale(1.02) !important;
  background: linear-gradient(135deg, #ff6b35 0%, #ff8c42 100%) !important;
  color: white !important;
}
.btn-primary-orange:hover:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 30px rgba(255, 107, 53, 0.4);
}
.btn-primary-orange:hover::before {
  left: 100%;
}
.btn-primary-orange:hover::after {
  width: 100px;
  height: 100px;
}
.btn-primary-orange:active {
  transform: translateY(-1px) scale(1) !important;
  transition: all 0.1s ease;
  box-shadow: 0 6px 20px rgba(255, 107, 53, 0.3) !important;
}
.btn-primary-orange:focus {
  box-shadow: 0 4px 15px rgba(255, 107, 53, 0.2), 0 0 0 3px rgba(255, 107, 53, 0.2) !important;
}

.btn-outline-orange {
  border: 2px solid #ff6b35 !important;
  color: #ff6b35 !important;
  background: transparent !important;
  box-shadow: 0 2px 8px rgba(255, 107, 53, 0.1);
}
.btn-outline-orange::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: linear-gradient(135deg, #ff6b35 0%, #ff8c42 100%);
  transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: -1;
}
.btn-outline-orange::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
  z-index: 1;
}
.btn-outline-orange:hover {
  color: white !important;
  border-color: #ff6b35 !important;
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 8px 25px rgba(255, 107, 53, 0.3);
}
.btn-outline-orange:hover::before {
  width: 100%;
}
.btn-outline-orange:hover::after {
  width: 120px;
  height: 120px;
}
.btn-outline-orange:active {
  transform: translateY(-1px) scale(1);
  transition: all 0.1s ease;
}
.btn-outline-orange:focus {
  box-shadow: 0 2px 8px rgba(255, 107, 53, 0.1), 0 0 0 3px rgba(255, 107, 53, 0.2) !important;
}

.btn-primary {
  color: #ffffff !important;
  background-color: #ff7849 !important;
  border-color: #ff7849 !important;
}
.btn-primary:hover {
  color: #ffffff !important;
  background-color: rgb(255, 101.0851648352, 47.5) !important;
  border-color: rgb(255, 101.0851648352, 47.5) !important;
}
.btn-primary:active, .btn-primary:focus {
  color: #ffffff !important;
  background-color: rgb(255, 82.1703296703, 22) !important;
  border-color: rgb(255, 82.1703296703, 22) !important;
}

.btn-outline-primary.active {
  color: #ffffff !important;
  background-color: #ff7849 !important;
  border-color: #ff7849 !important;
}
.btn-outline-primary.active:hover {
  background-color: rgb(255, 101.0851648352, 47.5) !important;
  border-color: rgb(255, 101.0851648352, 47.5) !important;
}

.btn-outline-light {
  border-color: rgba(255, 255, 255, 0.3);
  color: #ffffff;
  border-radius: 8px;
}
.btn-outline-light:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.5);
  color: #ffffff;
}

.btn-outline-secondary {
  border-color: #2d2d2d !important;
  color: #dcdcdc !important;
  background: #2d2d2d !important;
}
.btn-outline-secondary:hover {
  color: #ff6b35 !important;
  background: #2d2d2d !important;
}

.btn-outline-danger {
  border: 2px solid #dc3545 !important;
  color: #dc3545 !important;
  background: transparent !important;
}
.btn-outline-danger:hover {
  background: #dc3545 !important;
  color: white !important;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(220, 53, 69, 0.4);
}

.btn-success {
  background: linear-gradient(135deg, #28a745 0%, rgb(51.6956521739, 206.3043478261, 87) 100%);
  border: none;
  box-shadow: 0 4px 15px rgba(40, 167, 69, 0.4);
}

.btn-sm {
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
}

.btn-lg {
  padding: 1rem 2rem;
  font-size: 1.1rem;
}

.btn i {
  margin-right: 0.5rem;
  transition: transform 0.3s ease;
}
.btn:hover i {
  transform: translateX(2px);
}

.btn.loading {
  color: transparent;
  pointer-events: none;
}
.btn.loading::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  border: 2px solid transparent;
  border-top-color: currentColor;
  border-radius: 50%;
  animation: spin 0.8s ease infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.ripple-effect {
  position: relative;
  overflow: hidden;
}
.ripple-effect::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  transform: translate(-50%, -50%);
  transition: width 0.6s, height 0.6s;
}
.ripple-effect:active::before {
  width: 300px;
  height: 300px;
  animation: ripple 0.6s ease-out;
}

@keyframes ripple {
  to {
    transform: scale(4);
    opacity: 0;
  }
}
.btn-cookie-settings {
  background: linear-gradient(135deg, #ff6b35 0%, #ff8c42 100%);
  border: 2px solid #ff6b35;
  border-radius: 50px;
  padding: 12px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: white;
  font-weight: 600;
  box-shadow: 0 4px 15px rgba(255, 107, 53, 0.3);
  transition: all 0.3s ease;
  overflow: hidden;
}
.btn-cookie-settings i {
  font-size: 1.3rem;
  transition: transform 0.3s ease;
}
.btn-cookie-settings:hover {
  transform: translateY(-8px);
  box-shadow: 0 6px 25px rgba(255, 107, 53, 0.5);
  max-width: 200px;
  padding: 12px 24px;
}
.btn-cookie-settings:hover i {
  transform: rotate(15deg);
}
.btn-cookie-settings:active {
  transform: translateY(-1px);
}

@media (max-width: 767px) {
  .btn {
    font-size: 0.9rem;
    padding: 0.6rem 1.25rem;
  }
  .btn-lg {
    font-size: 1rem;
    padding: 0.875rem 1.75rem;
  }
}
.card {
  background: #1a1a1a !important;
  border: 1px solid #2d2d2d !important;
  border-radius: 12px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 1 !important;
}

.feature-card {
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.075) 0%, rgba(255, 255, 255, 0.03) 100%) !important;
  backdrop-filter: blur(15px) !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  border-radius: 12px;
  padding: 2rem;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  will-change: transform;
  backface-visibility: hidden;
  perspective: 1000px;
  transform: translateZ(0);
}
.feature-card h4 {
  font-weight: 500 !important;
  margin-bottom: 0.75rem;
  font-size: 1.15rem;
}
.feature-card p {
  font-size: 0.95rem;
  line-height: 1.6;
}

.feature-icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #ff6b35 0%, #ff8c42 100%);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  margin: 0 auto 1.5rem;
  box-shadow: 0 4px 15px rgba(255, 107, 53, 0.3);
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
}

.step-card {
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.02) 100%) !important;
  backdrop-filter: blur(15px) !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  z-index: 2;
  height: 100%;
  backdrop-filter: blur(10px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  padding: 2rem;
  will-change: transform;
  backface-visibility: hidden;
  perspective: 1000px;
  transform: translateZ(0);
}
.step-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent 0%, rgba(255, 107, 53, 0.4) 25%, rgba(255, 107, 53, 0.8) 50%, rgba(255, 107, 53, 0.4) 75%, transparent 100%);
  transform: scaleX(0);
  transition: transform 0.4s ease;
}
.step-card:hover::before {
  transform: scaleX(1);
}
.step-card:hover .step-number {
  transform: scale(1.15) rotate(-5deg);
  box-shadow: 0 6px 20px rgba(255, 107, 53, 0.4);
}
.step-card h4 {
  font-weight: 500 !important;
  margin-bottom: 0.75rem;
  font-size: 1.15rem;
}
.step-card p {
  font-size: 0.95rem;
  line-height: 1.6;
}

.step-number {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #ff6b35 0%, #ff8c42 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  font-weight: 700;
  color: white;
  margin-bottom: 1.5rem;
  box-shadow: 0 4px 15px rgba(255, 107, 53, 0.3);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
  backface-visibility: hidden;
  perspective: 1000px;
  transform: translateZ(0);
}

.panel-card {
  background: #1e1e1e !important;
  color: #ffffff !important;
  border: 1px solid #333333;
  border-radius: 8px;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
}
.panel-card h1, .panel-card h2, .panel-card h3 {
  color: #ffffff !important;
}
.panel-card p {
  color: white !important;
}

.panel-icon {
  width: 50px;
  height: 50px;
  background: #ff7849;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  color: white;
  margin-bottom: 1rem;
}

.testimonial-card {
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.075) 0%, rgba(255, 255, 255, 0.03) 100%) !important;
  backdrop-filter: blur(15px) !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  padding: 2rem;
}
.testimonial-card:hover {
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
  border-color: rgba(255, 107, 53, 0.2);
}

.testimonial-avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(255, 107, 53, 0.1), rgba(255, 140, 66, 0.1));
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid rgba(255, 107, 53, 0.2);
}

.testimonial-result {
  background: linear-gradient(135deg, rgba(40, 167, 69, 0.1), rgba(40, 167, 69, 0.05));
  border-radius: 8px;
  padding: 8px 12px;
  border-left: 3px solid #28a745;
}

.security-card {
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.075) 0%, rgba(255, 255, 255, 0.03) 100%) !important;
  backdrop-filter: blur(15px) !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  padding: 2rem;
}
.security-card:hover {
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.2);
  border-color: rgba(255, 107, 53, 0.15);
}

.security-icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(255, 107, 53, 0.1), rgba(255, 140, 66, 0.05));
  display: flex;
  align-items: center;
  justify-content: center;
}

.api-card {
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.075) 0%, rgba(255, 255, 255, 0.03) 100%) !important;
  backdrop-filter: blur(15px) !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  padding: 2rem;
}
.api-card:hover {
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
  border-color: rgba(255, 107, 53, 0.2);
}

.api-icon {
  width: 60px;
  height: 60px;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(255, 107, 53, 0.1), rgba(255, 140, 66, 0.05));
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.use-case-card {
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.075) 0%, rgba(255, 255, 255, 0.03) 100%) !important;
  backdrop-filter: blur(15px) !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  padding: 2rem;
}
.use-case-card:hover {
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
  border-color: rgba(255, 107, 53, 0.2);
}

.comparison-card {
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.025) 0%, rgba(255, 255, 255, 0.01) 100%) !important;
  backdrop-filter: blur(15px) !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(15px);
  overflow: hidden;
  transition: all 0.3s ease;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}
.comparison-card:hover {
  border-color: rgba(255, 107, 53, 0.15);
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.15);
}

.featured-company-features {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  margin-bottom: 3rem;
}

.featured-company-feature {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  padding: 2rem 1.5rem;
  text-align: left;
  transition: all 0.3s ease;
  position: relative;
}

.featured-company-feature-icon {
  font-size: 2.2rem;
  color: #ff6b35;
  margin: 0 auto 1.2rem auto; /* Wyśrodkowanie z zachowaniem odstępu */
  display: block;
  text-align: center;
  transition: all 0.3s ease;
}

.featured-company-card {
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.04) 100%) !important;
  backdrop-filter: blur(15px) !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  border-radius: 20px;
  padding: 4rem 3rem;
  text-align: center;
  position: relative;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  backdrop-filter: blur(15px);
  margin-top: 2rem;
}
.featured-company-card:hover {
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.06) 100%);
  box-shadow: 0 25px 50px rgba(255, 107, 53, 0.15), 0 15px 35px rgba(0, 0, 0, 0.1);
}

.featured-company-cta {
  background: linear-gradient(135deg, rgba(255, 107, 53, 0.2), rgba(255, 134, 89, 0.15));
  border: 1px solid rgba(255, 107, 53, 0.3);
  border-radius: 16px;
  padding: 1.5rem 2rem;
  font-size: 1.05rem;
  color: #ff8659;
  font-weight: 600;
  backdrop-filter: blur(10px);
  transition: all 0.3s ease;
}

.featured-company-card:hover .featured-company-cta {
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(255, 107, 53, 0.2);
  background: linear-gradient(135deg, rgba(255, 107, 53, 0.25), rgba(255, 134, 89, 0.2));
  border-color: rgba(255, 107, 53, 0.4);
  color: #ff6b35;
}

.featured-company-icon {
  width: 100px;
  height: 100px;
  background: linear-gradient(135deg, #ff6b35 0%, #ff8c42 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 2rem;
  font-size: 3rem;
  color: white;
  box-shadow: 0 10px 25px rgba(255, 107, 53, 0.3);
  border: 3px solid rgba(255, 255, 255, 0.1);
  transition: all 0.4s ease;
}
.featured-company-icon:hover {
  transform: scale(1.1) rotate(5deg);
  background: linear-gradient(135deg, #ff8c42 0%, #ff6b35 100%);
  box-shadow: 0 15px 35px rgba(255, 107, 53, 0.4), 0 0 0 8px rgba(255, 107, 53, 0.1);
}

@media (max-width: 991px) {
  .featured-company-card {
    padding: 3rem 2rem;
    margin-top: 1.5rem;
  }
  .featured-company-icon {
    width: 80px;
    height: 80px;
    font-size: 2.5rem;
  }
}
@media (max-width: 767px) {
  .feature-card,
  .step-card,
  .testimonial-card,
  .security-card,
  .api-card {
    margin-bottom: 2rem;
    padding: 1.5rem;
  }
  .feature-icon {
    width: 50px;
    height: 50px;
    font-size: 1.2rem;
  }
  .step-number {
    width: 45px;
    height: 45px;
    font-size: 1.1rem;
  }
}
.form-control {
  background: #2d2d2d !important;
  border: 2px solid transparent !important;
  color: #ffffff !important;
  border-radius: 8px !important;
  transition: all 0.3s ease;
  font-size: 0.95rem;
  padding: 0.75rem 1rem;
}
.form-control:focus {
  background: #2d2d2d !important;
  color: #ffffff !important;
  box-shadow: 0 0 0 0.2rem rgba(255, 107, 53, 0.25) !important;
  border-color: rgba(255, 107, 53, 0.5) !important;
}
.form-control::placeholder {
  color: #dcdcdc !important;
  opacity: 0.7;
}
.form-control:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.form-control-modern {
  background: rgba(255, 255, 255, 0.03) !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  border-radius: 12px !important;
  padding: 0.875rem 1.25rem !important;
  font-size: 0.95rem !important;
  color: #ffffff !important;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
  backdrop-filter: blur(10px);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1), inset 0 1px 2px rgba(255, 255, 255, 0.02);
  min-height: 48px;
}
.form-control-modern:focus {
  background: rgba(255, 255, 255, 0.06) !important;
  border-color: rgba(255, 107, 53, 0.5) !important;
  box-shadow: 0 0 0 3px rgba(255, 107, 53, 0.15), 0 6px 16px rgba(0, 0, 0, 0.2), inset 0 1px 2px rgba(255, 255, 255, 0.05) !important;
  transform: translateY(-1px) scale(1.002);
  outline: none;
}
.form-control-modern:hover:not(:focus) {
  background: rgba(255, 255, 255, 0.045) !important;
  border-color: rgba(255, 255, 255, 0.18) !important;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.12), inset 0 1px 2px rgba(255, 255, 255, 0.03);
}
.form-control-modern::placeholder {
  color: rgba(255, 255, 255, 0.45) !important;
  font-weight: 400;
  transition: opacity 0.3s ease;
}
.form-control-modern:focus::placeholder {
  opacity: 0.7;
}

textarea.form-control-modern {
  resize: vertical;
  min-height: 120px;
  line-height: 1.6;
}

.form-select {
  background: rgba(255, 255, 255, 0.03) !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  color: #ffffff !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
}
.form-select:focus {
  background: rgba(255, 255, 255, 0.06) !important;
  border-color: rgba(255, 107, 53, 0.5) !important;
  color: #ffffff !important;
  box-shadow: 0 0 0 3px rgba(255, 107, 53, 0.15), 0 6px 16px rgba(0, 0, 0, 0.2) !important;
}

.form-select.form-control-modern {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23ff6b35' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m1 6 7 7 7-7'/%3e%3c/svg%3e") !important;
  background-repeat: no-repeat !important;
  background-position: right 0.75rem center !important;
  background-size: 16px 12px !important;
  cursor: pointer;
}
.form-select.form-control-modern option {
  background: #2d2d2d !important;
  color: #ffffff !important;
  padding: 0.75rem 1rem !important;
  border: none !important;
  font-size: 0.95rem !important;
  line-height: 1.5 !important;
}
.form-select.form-control-modern option:hover, .form-select.form-control-modern option:focus {
  background: linear-gradient(135deg, #ff6b35 0%, #ff8c42 100%) !important;
  color: white !important;
}
.form-select.form-control-modern option:checked, .form-select.form-control-modern option:selected {
  background: #ff6b35 !important;
  color: white !important;
  font-weight: 500 !important;
}
.form-select.form-control-modern option:disabled {
  background: #1a1a1a !important;
  color: #dcdcdc !important;
  opacity: 0.6 !important;
}

.form-label {
  font-size: 0.95rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
  letter-spacing: 0.01em;
  transition: all 0.3s ease;
}
.form-label i {
  color: #ff6b35;
  font-size: 0.9rem;
  opacity: 0.8;
  margin-right: 0.5rem;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.form-group {
  margin-bottom: 2rem;
  position: relative;
}
.form-group:hover .form-label i {
  color: #ff8c42;
  transform: scale(1.1);
}

.form-check {
  padding-left: 0;
  margin-bottom: 1rem;
}
.form-check .form-check-input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.form-check .form-check-input + .form-check-label {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  user-select: none;
  color: #ffffff;
  font-size: 0.95rem;
  line-height: 1.5;
  display: inline-block;
}
.form-check .form-check-input + .form-check-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 55%;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.05);
  transition: all 0.3s ease;
}
.form-check .form-check-input + .form-check-label::after {
  content: "";
  position: absolute;
  left: 7px;
  top: 50%;
  transform: translateY(-50%) scale(0) rotate(45deg);
  width: 6px;
  height: 11px;
  border: solid white;
  border-width: 0 2.5px 2.5px 0;
  transition: all 0.2s ease;
  opacity: 0;
}
.form-check .form-check-input:hover + .form-check-label::before {
  border-color: #ff6b35;
  background-color: rgba(255, 107, 53, 0.1);
}
.form-check .form-check-input:focus + .form-check-label::before {
  border-color: #ff6b35;
  box-shadow: 0 0 0 3px rgba(255, 107, 53, 0.15);
}
.form-check .form-check-input:checked + .form-check-label::before {
  background: linear-gradient(135deg, #ff6b35 0%, #ff8c42 100%);
  border-color: #ff6b35;
  box-shadow: 0 2px 4px rgba(255, 107, 53, 0.2);
}
.form-check .form-check-input:checked + .form-check-label::after {
  opacity: 1;
  transform: translateY(-50%) scale(1) rotate(45deg);
}
.form-check .form-check-input:disabled + .form-check-label {
  cursor: not-allowed;
  opacity: 0.5;
}
.form-check .form-check-input:disabled + .form-check-label::before {
  background-color: rgba(255, 255, 255, 0.02);
  border-color: rgba(255, 255, 255, 0.1);
}

.form-check-animated .form-check-input:checked + .form-check-label::before {
  animation: checkbox-pulse 0.5s ease;
}

@keyframes checkbox-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 107, 53, 0.4);
  }
  70% {
    box-shadow: 0 0 0 8px rgba(255, 107, 53, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 107, 53, 0);
  }
}
.form-switch .form-check-input + .form-check-label {
  padding-left: 55px;
}
.form-switch .form-check-input + .form-check-label::before {
  width: 44px;
  height: 24px;
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.1);
  border: none;
}
.form-switch .form-check-input + .form-check-label::after {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: white;
  border: none;
  left: 3px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  opacity: 1;
}

.form-switch .form-check-input:hover + .form-check-label::before {
  background-color: rgba(255, 255, 255, 0.15);
}

.form-switch .form-check-input:checked + .form-check-label::before {
  background: linear-gradient(135deg, #ff6b35 0%, #ff8c42 100%);
}

.form-switch .form-check-input:checked + .form-check-label::after {
  left: 23px;
  background-color: white;
}

.input-group-text {
  background: #2d2d2d !important;
  border: 2px solid #2d2d2d !important;
  color: #dcdcdc !important;
  border-radius: 8px;
}

.input-left-square {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.contact-form-section {
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.02) 100%) !important;
  backdrop-filter: blur(15px) !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  border-radius: 20px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(20px);
  position: relative;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2), 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}
.contact-form-section:hover {
  border-color: rgba(255, 107, 53, 0.1);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.25), 0 4px 12px rgba(255, 107, 53, 0.05);
}
.contact-form-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent 0%, rgba(255, 107, 53, 0.3) 25%, rgba(255, 107, 53, 0.6) 50%, rgba(255, 107, 53, 0.3) 75%, transparent 100%);
}

.contact-form-header {
  padding: 3rem 3rem 0;
  position: relative;
}

.contact-form-title {
  font-size: 2rem;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 1rem;
  letter-spacing: -0.02em;
  background: linear-gradient(135deg, #ff6b35 0%, #ff8c42 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.contact-form-subtitle {
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 400;
  line-height: 1.6;
  margin: 0;
}

.contact-form-container {
  padding: 2rem 3rem 3rem;
}

.form-submit-section {
  text-align: center;
  margin-top: 2.5rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.contact-submit-btn {
  padding: 1rem 2.5rem;
  font-size: 1.05rem;
  font-weight: 600;
  border-radius: 14px;
  letter-spacing: 0.02em;
  position: relative;
  overflow: hidden;
  min-width: 200px;
  margin-bottom: 1.5rem;
  box-shadow: 0 6px 20px rgba(255, 107, 53, 0.3), 0 2px 6px rgba(0, 0, 0, 0.1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.contact-submit-btn:hover {
  transform: translateY(-2px) scale(1.02);
  box-shadow: 0 10px 30px rgba(255, 107, 53, 0.4), 0 4px 12px rgba(0, 0, 0, 0.15);
}
.contact-submit-btn:active {
  transform: translateY(0) scale(1);
  transition: all 0.1s ease;
}
.contact-submit-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.6s ease;
}
.contact-submit-btn:hover::before {
  left: 100%;
}

.form-info-text {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 400;
  line-height: 1.5;
}
.form-info-text i {
  color: #ff6b35;
  opacity: 0.8;
  font-size: 0.85rem;
}

.form-control-modern:valid:not(:placeholder-shown) {
  border-color: rgba(40, 167, 69, 0.4) !important;
  background: rgba(40, 167, 69, 0.03) !important;
}

.form-control-modern:invalid:not(:placeholder-shown) {
  border-color: rgba(220, 53, 69, 0.4) !important;
  background: rgba(220, 53, 69, 0.03) !important;
}

.contact-submit-btn.loading {
  color: transparent;
}
.contact-submit-btn.loading::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  border: 2px solid transparent;
  border-top-color: white;
  border-radius: 50%;
  animation: spin 0.8s ease infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media (max-width: 767px) {
  .contact-form-header {
    padding: 2rem 1.5rem 0;
  }
  .contact-form-container {
    padding: 1.5rem 1.5rem 2rem;
  }
  .contact-form-title {
    font-size: 1.6rem;
  }
  .contact-form-subtitle {
    font-size: 1rem;
  }
  .form-group {
    margin-bottom: 1.5rem;
  }
  .form-control-modern {
    padding: 0.75rem 1rem !important;
    font-size: 0.9rem !important;
  }
  .contact-submit-btn {
    padding: 0.875rem 2rem;
    font-size: 1rem;
    min-width: 180px;
  }
  .form-info-text {
    font-size: 0.85rem;
    flex-direction: column;
    gap: 0.25rem;
    text-align: center;
  }
}
.navbar-custom {
  background: rgba(13, 13, 13, 0.95) !important;
  backdrop-filter: blur(15px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.3s ease;
  padding: 0.75rem 0;
  min-height: 70px;
}
.navbar-custom.scrolled {
  background: rgba(0, 0, 0, 0.98) !important;
  box-shadow: 0 2px 20px rgba(255, 107, 53, 0.1);
}

.navbar {
  z-index: 1050 !important;
}

.fixed-top {
  position: fixed !important;
  top: 0 !important;
  right: 0 !important;
  left: 0 !important;
  z-index: 1050 !important;
}

.navbar-brand {
  font-weight: 600 !important;
  font-size: 1.8rem !important;
  color: #ffffff !important;
  text-decoration: none;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.brand-name {
  color: #ffffff !important;
  font-weight: 600;
  font-size: 2rem;
  letter-spacing: 3px;
  text-transform: uppercase;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  transform: translateY(-1px);
}

.brand-logo-x,
.navbar-logo,
.navbar-logo-img,
.footer-logo-img {
  height: 32px;
  width: auto;
  margin-right: 8px;
  display: inline-block;
  vertical-align: middle;
}

.brand-logo-x {
  height: 42px;
  margin: 0 6px;
  margin-top: 4px;
}

.navbar-nav .nav-link {
  color: #ffffff !important;
  font-weight: 400;
  font-size: 0.95rem;
  padding: 0.5rem 1.25rem !important;
  border-radius: 8px;
  transition: all 0.3s ease;
  position: relative;
  margin: 0 0.25rem;
}
.navbar-nav .nav-link:hover {
  color: #ff6b35 !important;
  background: rgba(255, 107, 53, 0.1);
}
.navbar-nav .nav-link.active {
  color: #ff6b35 !important;
  background: rgba(255, 107, 53, 0.15);
}

.navbar .btn {
  font-size: 0.9rem;
  padding: 0.5rem 1.25rem;
  border-radius: 8px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.navbar .btn-outline-light {
  border-color: rgba(255, 255, 255, 0.3);
  color: #ffffff;
  border-radius: 8px;
}
.navbar .btn-outline-light:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.5);
  color: #ffffff;
}

.navbar-toggler {
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.02) 100%) !important;
  border: none !important;
  padding: 0.5rem;
  border-radius: 8px;
}
.navbar-toggler:focus {
  box-shadow: none !important;
}

.navbar-toggler-icon {
  background-image: none !important;
}

@media (max-width: 991px) {
  .navbar-nav {
    padding: 1rem 0;
    background: rgba(26, 26, 26, 0.95);
    border-radius: 8px;
    margin-top: 1rem;
  }
  .navbar-nav .nav-link {
    padding: 0.75rem 1.5rem !important;
    margin: 0.25rem 0;
  }
}
.back-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #ff6b35 0%, #ff8c42 100%);
  border: none;
  border-radius: 50%;
  color: white;
  font-size: 1.2rem;
  cursor: pointer;
  box-shadow: 0 4px 15px rgba(255, 107, 53, 0.3);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px) scale(0.8);
  will-change: transform;
  backface-visibility: hidden;
  perspective: 1000px;
  transform: translateZ(0);
}
.back-to-top.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
  animation: backToTopPulse 0.6s ease-out;
}
.back-to-top:hover {
  transform: translateY(-3px) scale(1.1);
  background: linear-gradient(135deg, #ff6b35 0%, #ff8c42 100%);
}
.back-to-top:hover:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(255, 107, 53, 0.4);
}
.back-to-top:active {
  transform: translateY(-1px) scale(1.05);
  transition: all 0.1s ease;
}
.back-to-top i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

@keyframes backToTopPulse {
  0% {
    transform: translateY(20px) scale(0.8);
    opacity: 0;
  }
  50% {
    transform: translateY(-5px) scale(1.1);
  }
  100% {
    transform: translateY(0) scale(1);
    opacity: 1;
  }
}
@media (max-width: 767px) {
  .back-to-top {
    bottom: 20px;
    right: 20px;
    width: 45px;
    height: 45px;
    font-size: 1.1rem;
  }
  .navbar-brand {
    font-size: 1.5rem !important;
  }
  .brand-name {
    font-size: 1.5rem;
  }
}
.footer-section {
  background: #000000;
  border-top: 1px solid #2d2d2d;
  padding: 60px 0 20px;
  position: relative;
}
.footer-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, #ff6b35, transparent);
}

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

.footer-logo {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}

.footer-logo-img {
  height: 32px;
  width: auto;
  margin-right: 12px;
}

.footer-brand-name {
  font-size: 1.5rem;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: -0.02em;
}

.footer-description {
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 1.5rem;
  color: #dcdcdc;
  max-width: 400px;
}

.footer-contact-info {
  margin-top: 1rem;
}

.footer-contact-item {
  display: flex;
  align-items: center;
  color: #dcdcdc;
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
}
.footer-contact-item i {
  color: #ff6b35;
  width: 20px;
  margin-right: 0.5rem;
}

.footer-section-title {
  font-size: 1.1rem;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 1.5rem;
  position: relative;
  padding-bottom: 8px;
}
.footer-section-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 2px;
  background: #ff6b35;
  border-radius: 1px;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-links li {
  margin-bottom: 0.75rem;
}

.footer-link {
  color: #dcdcdc;
  text-decoration: none;
  font-size: 0.9rem;
  transition: all 0.3s ease;
  display: inline-block;
  position: relative;
}
.footer-link:hover {
  color: #ff6b35;
  text-decoration: none;
  transform: translateX(4px);
}
.footer-link::before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 1px;
  background: #ff6b35;
  transition: width 0.3s ease;
}
.footer-link:hover::before {
  width: 100%;
}

.footer-link-item {
  color: #dcdcdc;
  font-size: 0.9rem;
  cursor: default;
}

.social-links {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

.social-link {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.05);
  color: #ffffff;
  text-decoration: none;
  transition: all 0.3s ease;
  font-size: 1.1rem;
}
.social-link:hover {
  background: linear-gradient(135deg, #ff6b35 0%, #ff8c42 100%);
  color: white;
  transform: translateY(-3px) scale(1.1);
  box-shadow: 0 4px 12px rgba(255, 107, 53, 0.4);
}

.footer-bottom {
  border-top: 1px solid #2d2d2d;
  margin-top: 3rem;
  padding-top: 1.5rem;
  padding-bottom: 1rem;
}

.footer-copyright {
  color: #dcdcdc;
  font-size: 0.85rem;
  margin: 0;
}
.footer-copyright a {
  color: #ff6b35;
  text-decoration: none;
}
.footer-copyright a:hover {
  color: #ff8c42;
  text-decoration: underline;
}

.footer-meta {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.5rem;
  font-size: 0.85rem;
  color: #dcdcdc;
}

.footer-version {
  background: #2d2d2d;
  padding: 2px 8px;
  border-radius: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  color: #ff6b35;
}

.footer-separator {
  opacity: 0.5;
}

.footer-made-with {
  display: flex;
  align-items: center;
  gap: 4px;
}
.footer-made-with i {
  font-size: 0.8rem;
  color: #dc3545;
  animation: heartbeat 2s ease-in-out infinite;
}

@keyframes heartbeat {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}
.footer-newsletter {
  margin-top: 1.5rem;
}
.footer-newsletter .newsletter-form {
  display: flex;
  gap: 0.5rem;
}
.footer-newsletter .newsletter-form input {
  flex: 1;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #ffffff;
  padding: 0.75rem 1rem;
  border-radius: 8px;
}
.footer-newsletter .newsletter-form input:focus {
  outline: none;
  border-color: #ff6b35;
  box-shadow: 0 0 0 3px rgba(255, 107, 53, 0.15);
}
.footer-newsletter .newsletter-form input::placeholder {
  color: #dcdcdc;
}
.footer-newsletter .newsletter-form button {
  background: linear-gradient(135deg, #ff6b35 0%, #ff8c42 100%);
  border: none;
  color: white;
  padding: 0.75rem 1.5rem;
  border-radius: 8px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
}
.footer-newsletter .newsletter-form button:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(255, 107, 53, 0.4);
}

@media (max-width: 991px) {
  .footer-section {
    padding: 40px 0 20px;
    margin-top: 60px;
  }
  .footer-brand {
    text-align: center;
  }
  .footer-description {
    margin-left: auto;
    margin-right: auto;
  }
  .social-links {
    justify-content: center;
  }
  .footer-section-title {
    text-align: center;
  }
  .footer-section-title::after {
    left: 50%;
    transform: translateX(-50%);
  }
  .footer-links {
    text-align: center;
  }
  .footer-meta {
    justify-content: center;
    margin-top: 1rem;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .footer-section {
    padding: 30px 0 15px;
  }
  .footer-brand-name {
    font-size: 1.3rem;
  }
  .footer-bottom {
    text-align: center;
    margin-top: 2rem;
  }
  .footer-copyright {
    margin-bottom: 1rem;
  }
  .footer-newsletter .newsletter-form {
    flex-direction: column;
  }
  .footer-newsletter .newsletter-form input,
  .footer-newsletter .newsletter-form button {
    width: 100%;
  }
}
.modal-content {
  background: #1e1e1e;
  border: 1px solid #333333;
  border-radius: 12px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.8);
  overflow: hidden;
}

.modal-header {
  background: #0a0a0a;
  border-bottom: 1px solid #333333;
  padding: 1.5rem;
  border-radius: 12px 12px 0 0;
}

.modal-title {
  color: #ffffff;
  font-size: 1.3rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal-title i {
  color: #ff6b35;
  font-size: 1.4rem;
  margin-right: 0.75rem;
}

.modal-body {
  padding: 2rem 1.5rem;
  color: #ffffff;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.02) 0%, rgba(255, 255, 255, 0.01) 100%);
}

.modal-footer {
  background: #0a0a0a;
  border-top: 1px solid #333333;
  padding: 1.25rem 1.5rem;
  border-radius: 0 0 12px 12px;
}
.modal-footer .btn {
  padding: 0.75rem 1.5rem;
  border-radius: 8px;
  font-weight: 500;
}

.btn-close {
  filter: invert(1);
  opacity: 0.8;
  transition: all 0.3s ease;
}
.btn-close:hover {
  opacity: 1;
  transform: rotate(90deg);
}
.btn-close:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 107, 53, 0.2);
}

.modal-backdrop {
  background-color: rgba(0, 0, 0, 0.75);
  backdrop-filter: blur(4px);
}
.modal-backdrop.show {
  opacity: 1;
}

.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, opacity 0.3s ease-out;
  transform: scale(0.8) translateY(-50px);
  opacity: 0;
}

.modal.show .modal-dialog {
  transform: scale(1) translateY(0);
  opacity: 1;
}

.modal-sm {
  max-width: 400px;
}

.modal-lg {
  max-width: 900px;
}

.modal-xl {
  max-width: 1200px;
}

.modal-fullscreen {
  max-width: 100vw;
  max-height: 100vh;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100vh;
  border-radius: 0;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
  max-height: calc(100vh - 200px);
}
.modal-dialog-scrollable .modal-body::-webkit-scrollbar {
  width: 8px;
}
.modal-dialog-scrollable .modal-body::-webkit-scrollbar-track {
  background: #0a0a0a;
  border-radius: 4px;
}
.modal-dialog-scrollable .modal-body::-webkit-scrollbar-thumb {
  background: linear-gradient(135deg, #ff6b35 0%, #ff8c42 100%);
  border-radius: 4px;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: calc(100% - 3.5rem);
}

.auth-modal .modal-content {
  background: #1a1a1a;
}
.auth-modal .modal-header {
  background: linear-gradient(135deg, #ff6b35 0%, #ff8c42 100%);
  border: none;
  color: white;
}
.auth-modal .modal-header .modal-title {
  color: white;
}
.auth-modal .modal-header .modal-title i {
  color: white;
}
.auth-modal .modal-header .btn-close {
  filter: brightness(0) invert(1);
}
.auth-modal .modal-body {
  padding: 2.5rem;
}

.confirmation-modal .modal-content {
  text-align: center;
}
.confirmation-modal .modal-body {
  padding: 3rem 2rem;
}
.confirmation-modal .modal-body i {
  font-size: 4rem;
  color: #ffc107;
  margin-bottom: 1.5rem;
  display: block;
}
.confirmation-modal .modal-body h4 {
  margin-bottom: 1rem;
}
.confirmation-modal .modal-body p {
  color: #dcdcdc;
  margin-bottom: 2rem;
}
.confirmation-modal.danger i {
  color: #dc3545;
}
.confirmation-modal.success i {
  color: #28a745;
}

.loading-modal .modal-dialog {
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
.loading-modal .modal-content {
  background: transparent;
  border: none;
  box-shadow: none;
  text-align: center;
}
.loading-modal .spinner {
  width: 60px;
  height: 60px;
  border: 4px solid rgba(255, 107, 53, 0.2);
  border-top-color: #ff6b35;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
  margin: 0 auto 1rem;
}
.loading-modal p {
  color: #ffffff;
  font-size: 1.1rem;
  margin: 0;
}

.image-modal .modal-dialog {
  max-width: 90vw;
}
.image-modal .modal-content {
  background: transparent;
  border: none;
}
.image-modal .modal-body {
  padding: 0;
}
.image-modal .modal-body img {
  width: 100%;
  height: auto;
  border-radius: 12px;
}

#cookiePreferencesModal {
  max-height: 80vh;
}
#cookiePreferencesModal .modal-body {
  max-height: 60vh;
  overflow-y: auto;
}

.cookie-category {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid #333333;
  border-radius: 8px;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
  transition: all 0.3s ease;
}
.cookie-category:hover {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 107, 53, 0.3);
}

.cookie-category-title {
  color: #ffffff;
  font-size: 1.1rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.cookie-category-title span {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.cookie-category-description {
  font-size: 0.9rem;
  line-height: 1.5;
  color: #b0b0b0 !important;
  margin-bottom: 0;
}

.cookie-info-links {
  border-top: 1px solid #333333;
  padding-top: 1.5rem;
  margin-top: 1.5rem;
  color: #b0b0b0;
}
.cookie-info-links a {
  color: #ff6b35;
  text-decoration: none;
  transition: color 0.3s ease;
}
.cookie-info-links a:hover {
  color: #ff8c42;
  text-decoration: underline;
}

@media (max-width: 767px) {
  .modal-dialog {
    margin: 0.5rem;
  }
  .modal-header,
  .modal-footer {
    padding: 1rem;
  }
  .modal-body {
    padding: 1.5rem 1rem;
  }
  .cookie-category {
    padding: 1rem;
  }
  .modal-lg {
    max-width: 95%;
    margin: 0.5rem auto;
  }
}
@media (max-width: 480px) {
  .confirmation-modal .modal-body {
    padding: 2rem 1.5rem;
  }
  .confirmation-modal .modal-body i {
    font-size: 3rem;
  }
}
.cookie-settings-btn {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 9998;
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.cookie-settings-btn.hidden {
  opacity: 0;
  pointer-events: none;
  transform: translateY(100px);
}

.btn-cookie-settings {
  background: linear-gradient(135deg, #ff6b35 0%, #ff8c42 100%);
  border: 2px solid #ff6b35;
  border-radius: 50px;
  padding: 12px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: white;
  font-weight: 600;
  font-size: 0.95rem;
  cursor: pointer;
  box-shadow: 0 4px 15px rgba(255, 107, 53, 0.3);
  transition: all 0.3s ease;
  overflow: hidden;
  max-width: 55px;
}
.btn-cookie-settings i {
  font-size: 1.3rem;
  transition: transform 0.3s ease;
}
.btn-cookie-settings .bi.bi-cookie {
  min-width: 16px;
}
.btn-cookie-settings .cookie-settings-text {
  opacity: 0;
  width: 0;
  white-space: nowrap;
  transition: all 0.3s ease;
}
.btn-cookie-settings:hover {
  transform: translateY(-8px);
  box-shadow: 0 6px 25px rgba(255, 107, 53, 0.5);
  max-width: 200px;
  padding: 12px 24px;
}
.btn-cookie-settings:hover i {
  transform: rotate(15deg);
}
.btn-cookie-settings:hover .cookie-settings-text {
  opacity: 1;
  width: auto;
  margin-left: 4px;
}
.btn-cookie-settings:active {
  transform: translateY(-1px);
}

.cookie-consent-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background: rgba(17, 17, 17, 0.98);
  backdrop-filter: blur(15px);
  border-top: 2px solid #ff6b35;
  padding: 1.5rem 0;
  transform: translateY(100%);
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  box-shadow: 0 -8px 32px rgba(0, 0, 0, 0.6);
}
.cookie-consent-banner.show {
  transform: translateY(0);
  opacity: 1;
}

.cookie-banner-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  position: relative;
}

.cookie-banner-close {
  position: absolute;
  top: -22px;
  right: 10px;
  background: transparent;
  border: none;
  color: #dcdcdc;
  font-size: 1.2rem;
  cursor: pointer;
  padding: 0.5rem;
  border-radius: 8px;
  transition: all 0.3s ease;
  z-index: 10;
}
.cookie-banner-close:hover {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.1);
  transform: rotate(90deg);
}

.cookie-banner-text {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex: 1;
  min-width: 0;
}

.cookie-banner-icon {
  font-size: 2.5rem;
  color: #ff6b35;
  flex-shrink: 0;
}

.cookie-banner-message {
  flex: 1;
  min-width: 0;
}

.cookie-banner-title {
  color: #ffffff;
  font-size: 1.25rem;
  font-weight: 600;
  margin: 0 0 0.5rem 0;
  line-height: 1.2;
}

.cookie-banner-description {
  color: #dcdcdc;
  font-size: 0.95rem;
  margin: 0;
  line-height: 1.4;
}

.cookie-banner-actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-shrink: 0;
}
.cookie-banner-actions .btn {
  padding: 0.5rem 1rem;
  border-radius: 8px;
  font-size: 0.9rem;
  font-weight: 500;
  transition: all 0.3s ease;
  border: 1px solid;
  white-space: nowrap;
}
.cookie-banner-actions .btn-outline-light {
  color: #dcdcdc;
  border-color: rgba(255, 255, 255, 0.2);
  background: transparent;
}
.cookie-banner-actions .btn-outline-light:hover {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.4);
  background: rgba(255, 255, 255, 0.1);
  transform: translateY(-1px);
}
.cookie-banner-actions .btn-primary-orange {
  box-shadow: 0 2px 8px rgba(255, 107, 53, 0.3);
}
.cookie-banner-actions .btn-primary-orange:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(255, 107, 53, 0.4);
}

.cookie-toast {
  position: fixed;
  bottom: 100px;
  right: 20px;
  z-index: 100000;
  min-width: 300px;
  max-width: 400px;
  height: 64px;
  padding: 1rem 1.25rem;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
  transform: translateX(400px);
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: flex-start;
  gap: 1rem;
}
.cookie-toast.show {
  transform: translateX(0);
  opacity: 1;
}
.cookie-toast.alert-success {
  background: rgba(40, 167, 69, 0.95);
  color: white;
}
.cookie-toast.alert-danger {
  background: rgba(220, 53, 69, 0.95);
  color: white;
}
.cookie-toast.alert-info {
  background: rgba(23, 162, 184, 0.95);
  color: white;
}
.cookie-toast i {
  font-size: 1.5rem;
  flex-shrink: 0;
}
.cookie-toast span {
  flex: 1;
  font-weight: 500;
}

.cookie-category-info {
  margin-right: 1rem !important;
}

@media (max-width: 767px) {
  .cookie-banner-content {
    flex-direction: column;
    align-items: stretch;
    gap: 1.5rem;
    padding: 0 1rem;
  }
  .cookie-banner-text {
    flex-direction: column;
    text-align: center;
    gap: 0.75rem;
  }
  .cookie-banner-icon {
    font-size: 2rem;
  }
  .cookie-banner-title {
    font-size: 1.1rem;
  }
  .cookie-banner-description {
    font-size: 0.9rem;
  }
  .cookie-banner-actions {
    flex-direction: column;
    gap: 0.5rem;
    width: 100%;
  }
  .cookie-banner-actions .btn {
    width: 100%;
    margin: 0 !important;
  }
  .cookie-banner-close {
    top: 0;
    right: 0;
  }
  .btn-cookie-settings {
    max-width: 55px;
    padding: 10px 16px;
  }
  .btn-cookie-settings i {
    font-size: 1.1rem;
  }
  .cookie-toast {
    right: 10px;
    left: 10px;
    min-width: auto;
    bottom: 90px;
  }
}
@media (max-width: 480px) {
  .cookie-banner-content {
    padding: 0 0.75rem;
  }
  .cookie-banner-actions .btn {
    font-size: 0.85rem;
    padding: 0.6rem 0.8rem;
  }
  .btn-cookie-settings {
    max-width: 50px;
    padding: 10px 14px;
  }
}
@keyframes cookieFadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.cookie-category {
  animation: cookieFadeIn 0.3s ease-out;
}

.cookie-category:nth-child(1) {
  animation-delay: 0.1s;
}

.cookie-category:nth-child(2) {
  animation-delay: 0.2s;
}

.cookie-category:nth-child(3) {
  animation-delay: 0.3s;
}

.cookie-category:nth-child(4) {
  animation-delay: 0.4s;
}

.fade-enter-active,
.fade-leave-active {
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.fade-enter-from {
  opacity: 0;
  transform: translateY(20px) scale(0.95);
}

.fade-leave-to {
  opacity: 0;
  transform: translateY(-20px) scale(1.05);
}

@keyframes slideInUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slideInLeft {
  from {
    opacity: 0;
    transform: translateX(-40px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes slideInRight {
  from {
    opacity: 0;
    transform: translateX(40px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeInScale {
  from {
    opacity: 0;
    transform: scale(0.8);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    transform: scale(1.1);
  }
  70% {
    transform: scale(0.9);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale(0.5);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes rotateIn {
  from {
    opacity: 0;
    transform: rotate(-10deg) scale(0.8);
  }
  to {
    opacity: 1;
    transform: rotate(0deg) scale(1);
  }
}
@keyframes pulse {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.8;
    transform: scale(1.02);
  }
}
@keyframes pulse-ring {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes shake {
  0%, 100% {
    transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translateX(-5px);
  }
  20%, 40%, 60%, 80% {
    transform: translateX(5px);
  }
}
@keyframes shimmer {
  0% {
    background-position: -200px 0;
  }
  100% {
    background-position: calc(200px + 100%) 0;
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes loading-skeleton {
  0% {
    background-position: -200% 0;
  }
  100% {
    background-position: 200% 0;
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-20px);
  }
  60% {
    transform: translateY(-10px);
  }
}
@keyframes bounceDown {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(20px);
  }
  60% {
    transform: translateY(10px);
  }
}
@keyframes swing {
  20% {
    transform: rotate(15deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  60% {
    transform: rotate(5deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes typing {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@keyframes blink-caret {
  from, to {
    border-color: transparent;
  }
  50% {
    border-color: #ff6b35;
  }
}
.typewriter {
  overflow: hidden;
  border-right: 2px solid #ff6b35;
  white-space: nowrap;
  margin: 0 auto;
  animation: typing 3.5s steps(40, end), blink-caret 0.75s step-end infinite;
}

@keyframes progress-fill {
  from {
    width: 0%;
  }
  to {
    width: var(--progress-width, 100%);
  }
}
.progress-animated {
  position: relative;
  overflow: hidden;
}
.progress-animated::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: linear-gradient(135deg, #ff6b35 0%, #ff8c42 100%);
  border-radius: inherit;
  animation: progress-fill 2s ease-out;
  width: var(--progress-width, 0%);
}

@keyframes glow {
  0%, 100% {
    box-shadow: 0 0 5px rgba(255, 107, 53, 0.5);
  }
  50% {
    box-shadow: 0 0 20px rgba(255, 107, 53, 0.8);
  }
}
@keyframes float {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-10px);
  }
}
@keyframes heartbeat {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}
@keyframes blink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.7;
  }
}
@keyframes wiggle {
  0%, 100% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(-5deg);
  }
  75% {
    transform: rotate(5deg);
  }
}
@keyframes reveal {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes gradient-shift {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.gradient-animated {
  background-size: 200% 200%;
  animation: gradient-shift 3s ease infinite;
}

@keyframes text-reveal {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.animate-text {
  animation: text-reveal 0.6s ease-out;
}

.char-reveal {
  display: inline-block;
  animation: text-reveal 0.3s ease-out both;
}

.char-reveal:nth-child(1) {
  animation-delay: 0.05s;
}

.char-reveal:nth-child(2) {
  animation-delay: 0.1s;
}

.char-reveal:nth-child(3) {
  animation-delay: 0.15s;
}

.char-reveal:nth-child(4) {
  animation-delay: 0.2s;
}

.char-reveal:nth-child(5) {
  animation-delay: 0.25s;
}

.char-reveal:nth-child(6) {
  animation-delay: 0.3s;
}

.char-reveal:nth-child(7) {
  animation-delay: 0.35s;
}

.char-reveal:nth-child(8) {
  animation-delay: 0.4s;
}

.char-reveal:nth-child(9) {
  animation-delay: 0.45s;
}

.char-reveal:nth-child(10) {
  animation-delay: 0.5s;
}

.char-reveal:nth-child(11) {
  animation-delay: 0.55s;
}

.char-reveal:nth-child(12) {
  animation-delay: 0.6s;
}

.char-reveal:nth-child(13) {
  animation-delay: 0.65s;
}

.char-reveal:nth-child(14) {
  animation-delay: 0.7s;
}

.char-reveal:nth-child(15) {
  animation-delay: 0.75s;
}

.char-reveal:nth-child(16) {
  animation-delay: 0.8s;
}

.char-reveal:nth-child(17) {
  animation-delay: 0.85s;
}

.char-reveal:nth-child(18) {
  animation-delay: 0.9s;
}

.char-reveal:nth-child(19) {
  animation-delay: 0.95s;
}

.char-reveal:nth-child(20) {
  animation-delay: 1s;
}

.animate-pulse {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

.animate-bounce {
  animation: bounce 1s infinite;
}

.animate-spin {
  animation: spin 1s linear infinite;
}

.animate-ping {
  animation: pulse-ring 1s cubic-bezier(0, 0, 0.2, 1) infinite;
}

.animate-float {
  animation: float 3s ease-in-out infinite;
}

.animate-shake {
  animation: shake 0.5s;
}

.animate-glow {
  animation: glow 2s ease-in-out infinite;
}

.animate-wiggle {
  animation: wiggle 0.5s ease-in-out;
}

.animate-delay-1 {
  animation-delay: 0.1s;
}

.animate-delay-2 {
  animation-delay: 0.2s;
}

.animate-delay-3 {
  animation-delay: 0.3s;
}

.animate-delay-4 {
  animation-delay: 0.4s;
}

.animate-delay-5 {
  animation-delay: 0.5s;
}

.animate-delay-6 {
  animation-delay: 0.6s;
}

.animate-delay-7 {
  animation-delay: 0.7s;
}

.animate-delay-8 {
  animation-delay: 0.8s;
}

.animate-delay-9 {
  animation-delay: 0.9s;
}

.animate-delay-10 {
  animation-delay: 1s;
}

.animate-fast {
  animation-duration: 0.3s;
}

.animate-normal {
  animation-duration: 0.5s;
}

.animate-slow {
  animation-duration: 1s;
}

.animate-slower {
  animation-duration: 2s;
}

.animate-infinite {
  animation-iteration-count: infinite;
}

.animate-once {
  animation-iteration-count: 1;
}

.hover-grow {
  transition: transform 0.3s ease;
}
.hover-grow:hover {
  transform: scale(1.05);
}

.hover-shrink {
  transition: transform 0.3s ease;
}
.hover-shrink:hover {
  transform: scale(0.95);
}

.hover-rotate {
  transition: transform 0.3s ease;
}
.hover-rotate:hover {
  transform: rotate(5deg);
}

.hover-float {
  transition: transform 0.3s ease;
}
.hover-float:hover {
  transform: translateY(-5px);
}

.loading-state {
  animation: loading-skeleton 1.2s ease-in-out infinite;
  background: linear-gradient(90deg, #1a1a1a 25%, #2d2d2d 50%, #1a1a1a 75%);
  background-size: 200% 100%;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
  .typewriter {
    animation: none;
    border-right: none;
    white-space: normal;
  }
  .loading-pulse,
  .loading-shimmer {
    animation: none;
  }
  .progress-animated::before {
    animation: none;
    width: var(--progress-width, 100%);
  }
  .animate-text,
  .char-reveal {
    animation: none !important;
  }
}
.hero-section {
  padding-top: 140px;
  padding-bottom: 80px;
  display: flex;
  align-items: center;
  background: linear-gradient(180deg, #0d0d0d 0%, #1a1a1a 100%);
  position: relative;
  overflow: visible;
  min-height: 85vh;
  z-index: 1;
}
.hero-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 30% 40%, rgba(255, 107, 53, 0.05) 0%, transparent 70%);
  pointer-events: none;
}

.hero-content {
  position: relative;
  z-index: 2;
  padding-left: 0;
  margin-left: 0;
}

.hero-title {
  font-size: clamp(2.2rem, 4vw, 3rem) !important;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 1.5rem;
  letter-spacing: 0;
  word-break: keep-all;
  overflow-wrap: break-word;
  hyphens: none;
  padding-left: 2px;
  margin-left: 0;
}
.hero-title br {
  display: block;
}

.hero-subtitle {
  font-size: 1.1rem;
  color: #dcdcdc;
  margin-bottom: 2.5rem;
  max-width: 550px;
  line-height: 1.6;
  font-weight: 400;
}

.hero-gradient-text {
  background: linear-gradient(135deg, #ff6b35 0%, #ff8c42 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  white-space: nowrap;
  display: inline-block;
}

.hero-cta {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 2rem;
}
.hero-cta .btn {
  padding: 1rem 2rem;
  font-size: 1.05rem;
}
.hero-cta .btn i {
  margin-right: 0.5rem;
}

.hero-image {
  position: relative;
  z-index: 2;
}
.hero-image img {
  max-width: 100%;
  height: auto;
  filter: drop-shadow(0 10px 30px rgba(255, 107, 53, 0.2));
  animation: float 3s ease-in-out infinite;
}

.hero-features {
  list-style: none;
  padding: 0;
  margin: 2rem 0;
}
.hero-features li {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1rem;
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.9);
}
.hero-features li i {
  color: #ff6b35;
  font-size: 1.2rem;
  flex-shrink: 0;
}

.hero-stats {
  display: flex;
  gap: 2rem;
  margin-top: 3rem;
  flex-wrap: wrap;
}

.hero-stat-item {
  text-align: center;
}
.hero-stat-item .stat-number {
  font-size: 2rem;
  font-weight: 800;
  color: #ff6b35;
  display: block;
  line-height: 1;
  margin-bottom: 0.5rem;
}
.hero-stat-item .stat-label {
  font-size: 0.9rem;
  color: #dcdcdc;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(255, 107, 53, 0.1);
  border: 1px solid rgba(255, 107, 53, 0.3);
  color: #ff6b35;
  padding: 0.5rem 1rem;
  border-radius: 50px;
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
}
.hero-badge i {
  font-size: 1rem;
}

.hero-video-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  color: #ffffff;
  text-decoration: none;
  font-size: 1.05rem;
  font-weight: 500;
  transition: all 0.3s ease;
}
.hero-video-btn .play-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ff6b35 0%, #ff8c42 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  color: white;
  transition: all 0.3s ease;
}
.hero-video-btn .play-icon::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 2px solid #ff6b35;
  animation: pulse-ring 2s infinite;
}
.hero-video-btn:hover {
  color: #ff6b35;
}
.hero-video-btn:hover .play-icon {
  transform: scale(1.1);
  box-shadow: 0 5px 20px rgba(255, 107, 53, 0.4);
}

.hero-pattern {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  opacity: 0.03;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='1'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

@media (max-width: 991px) {
  .hero-title {
    font-size: 2.8rem;
    line-height: 1.2;
  }
  .hero-content {
    text-align: center !important;
  }
  .hero-subtitle {
    font-size: 1rem;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .hero-cta {
    justify-content: center;
  }
  .hero-stats {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .hero-section {
    min-height: 80vh;
    text-align: center;
  }
  .hero-content {
    text-align: center !important;
  }
  .hero-title {
    font-size: 2.2rem !important;
    line-height: 1.2;
    margin-bottom: 1rem;
    word-spacing: 0.1em;
  }
  .hero-title br {
    display: none;
  }
  .hero-title .hero-gradient-text {
    white-space: nowrap;
    display: inline-block;
  }
  .hero-subtitle {
    font-size: 1rem;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .hero-features {
    text-align: left;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
  .hero-badge {
    margin-left: auto;
    margin-right: auto;
  }
  .hero-cta {
    flex-direction: column;
    align-items: center;
  }
  .hero-cta .btn {
    width: 100%;
    max-width: 300px;
  }
  .hero-stats {
    flex-direction: column;
    gap: 1.5rem;
  }
}
@media (max-width: 576px) {
  .hero-title {
    font-size: 1.8rem !important;
    line-height: 1.1;
    margin-bottom: 1rem;
  }
  .hero-subtitle {
    font-size: 0.95rem;
  }
  .hero-cta .btn {
    font-size: 1rem;
    padding: 0.875rem 1.75rem;
  }
}
.hero-title,
.hero-subtitle,
.hero-cta,
.hero-features,
.hero-stats {
  animation: slideInUp 0.8s cubic-bezier(0.4, 0, 0.2, 1) both;
}

.hero-title {
  animation-delay: 0.1s;
}

.hero-subtitle {
  animation-delay: 0.2s;
}

.hero-features {
  animation-delay: 0.3s;
}

.hero-cta {
  animation-delay: 0.4s;
}

.hero-stats {
  animation-delay: 0.5s;
}

.hero-image {
  animation: fadeInScale 1s cubic-bezier(0.4, 0, 0.2, 1) 0.6s both;
}

.stats-section {
  background: transparent;
  border-radius: 0;
  padding: 3rem 0;
  margin: 2rem 0;
  border: none;
}

.stat-item {
  text-align: center;
  padding: 2.5rem 1.5rem;
  border-radius: 16px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.0375) 0%, rgba(255, 255, 255, 0.015) 100%) !important;
  backdrop-filter: blur(15px) !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  border: 1px solid rgba(255, 107, 53, 0.15);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  position: relative;
  overflow: hidden;
  margin-bottom: 2rem;
  height: 280px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  will-change: transform;
  backface-visibility: hidden;
  perspective: 1000px;
  transform: translateZ(0);
}
.stat-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #ff6b35, #ff8c42, #ff6b35);
  transform: translateX(-100%);
  transition: transform 0.6s ease;
}
.stat-item:hover {
  transform: translateY(-8px) scale(1.02);
  background: linear-gradient(145deg, rgba(255, 107, 53, 0.08), rgba(255, 107, 53, 0.03));
  border-color: rgba(255, 107, 53, 0.3);
  box-shadow: 0 20px 40px rgba(255, 107, 53, 0.1), 0 8px 16px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
.stat-item:hover::before {
  transform: translateX(0);
}
.stat-item:hover .stat-number i {
  transform: scale(1.1);
  filter: drop-shadow(0 6px 12px rgba(255, 107, 53, 0.4));
}

.stat-number {
  font-size: 3.5rem;
  font-weight: 800;
  color: #ff6b35;
  display: block;
  margin-bottom: 1rem;
  position: relative;
  flex-shrink: 0;
  line-height: 1;
}
.stat-number i {
  color: #ff6b35 !important;
  font-size: 3.5rem;
  filter: drop-shadow(0 4px 8px rgba(255, 107, 53, 0.3));
  transition: all 0.3s ease;
}

.stat-label {
  color: rgba(255, 255, 255, 0.9);
  font-weight: 400;
  line-height: 1.5;
  font-size: 0.9rem;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.stat-label strong {
  color: white;
  font-size: 1.1rem;
  display: block;
  margin-bottom: 0.8rem;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.stat-counter {
  display: inline-block;
}
.stat-counter[data-count] {
  animation: countUp 2s ease-out;
}

@keyframes countUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 991px) {
  .stat-item {
    height: auto;
    padding: 2rem 1rem;
  }
  .stat-number {
    font-size: 3rem;
  }
  .stat-number i {
    font-size: 3rem;
  }
}
@media (max-width: 767px) {
  .stats-section {
    padding: 2rem 0;
    margin: 1rem 0;
  }
  .stat-item {
    height: auto;
    padding: 2rem 1rem;
    margin-bottom: 1.5rem;
  }
  .stat-number {
    font-size: 2.5rem;
  }
  .stat-number i {
    font-size: 2.5rem;
  }
  .stat-label {
    font-size: 0.85rem;
  }
  .stat-label strong {
    font-size: 1rem;
  }
}
.timeline-container {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  padding: 3rem 0;
}

.timeline-line {
  position: absolute;
  left: 30px;
  top: 80px;
  bottom: 80px;
  width: 3px;
  background: linear-gradient(180deg, #ff6b35 0%, #ff8c42 50%, #ff6b35 100%);
  border-radius: 2px;
  z-index: 1;
  box-shadow: 0 0 10px rgba(255, 107, 53, 0.3);
}

.timeline-step {
  position: relative;
  z-index: 3;
  margin-bottom: 5rem;
  display: flex;
  align-items: flex-start;
}
.timeline-step:last-child {
  margin-bottom: 0;
}

.timeline-number {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #ff6b35 0%, #ff8c42 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  font-weight: 900;
  color: white;
  position: relative;
  z-index: 5;
  box-shadow: 0 6px 20px rgba(255, 107, 53, 0.4), inset 0 2px 4px rgba(255, 255, 255, 0.2);
  border: 3px solid #0d0d0d;
  flex-shrink: 0;
  margin-right: 3rem;
  transition: all 0.3s ease;
}

.timeline-step:hover .timeline-number {
  transform: scale(1.1);
  box-shadow: 0 8px 25px rgba(255, 107, 53, 0.5), inset 0 2px 4px rgba(255, 255, 255, 0.3);
}

.timeline-step-content {
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.04) 100%) !important;
  backdrop-filter: blur(15px) !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  border: 1px solid rgba(255, 107, 53, 0.2);
  border-radius: 20px;
  padding: 3rem 2.5rem;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  position: relative;
  overflow: hidden;
  flex: 1;
  backdrop-filter: blur(10px);
}
.timeline-step-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent 0%, rgba(255, 107, 53, 0.4) 25%, rgba(255, 107, 53, 0.8) 50%, rgba(255, 107, 53, 0.4) 75%, transparent 100%);
  transform: scaleX(0);
  transition: transform 0.4s ease;
}
.timeline-step-content:hover::before {
  transform: scaleX(1);
}
.timeline-step-content:hover {
  border-color: rgba(255, 107, 53, 0.4);
  background: linear-gradient(145deg, rgba(255, 107, 53, 0.12) 0%, rgba(255, 107, 53, 0.04) 100%);
  box-shadow: 0 20px 50px rgba(255, 107, 53, 0.15), 0 8px 20px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.timeline-icon {
  font-size: 3.5rem;
  margin-bottom: 1rem;
  color: #ff6b35;
  display: flex;
  max-height: 48px;
  align-items: center;
  gap: 16px;
  filter: drop-shadow(0 4px 12px rgba(255, 107, 53, 0.3));
  transition: all 0.3s ease;
}

.timeline-step:hover .timeline-icon {
  filter: drop-shadow(0 6px 16px rgba(255, 107, 53, 0.4));
}

.timeline-title {
  font-size: 2rem;
  font-weight: 700;
  color: white;
  margin-bottom: 0;
  letter-spacing: -0.03em;
  line-height: 1.2;
}

.timeline-description {
  color: rgba(255, 255, 255, 0.88);
  line-height: 1.7;
  margin-bottom: 2rem;
  font-size: 1.05rem;
  font-weight: 400;
}

.timeline-badge {
  background: linear-gradient(135deg, rgba(40, 167, 69, 0.25) 0%, rgba(40, 167, 69, 0.15) 100%);
  border: 1px solid rgba(40, 167, 69, 0.4);
  border-radius: 15px;
  padding: 0.8rem 1.3rem;
  font-size: 0.95rem;
  color: rgb(51.6956521739, 206.3043478261, 87);
  font-weight: 600;
  display: inline-block;
  backdrop-filter: blur(10px);
  box-shadow: 0 4px 10px rgba(40, 167, 69, 0.1);
  transition: all 0.3s ease;
}

.timeline-step:hover .timeline-badge {
  box-shadow: 0 6px 15px rgba(40, 167, 69, 0.2);
}

@media (max-width: 767px) {
  .timeline-container {
    max-width: 100%;
    padding: 2rem 1rem;
  }
  .timeline-line {
    left: 25px;
  }
  .timeline-number {
    width: 50px;
    height: 50px;
    font-size: 1.3rem;
    margin-right: 2rem;
  }
  .timeline-step-content {
    padding: 2.5rem 2rem;
  }
  .timeline-icon {
    font-size: 3rem;
  }
  .timeline-title {
    font-size: 1.6rem;
  }
  .timeline-description {
    font-size: 1rem;
  }
  .timeline-step {
    margin-bottom: 4rem;
  }
}
.sms-flow-container {
  position: relative;
  width: 100%;
  max-width: 600px;
  height: 500px;
  margin: 0 auto;
  background: transparent;
  border-radius: 20px;
  overflow: visible;
  padding: 40px 20px;
  box-sizing: border-box;
  will-change: transform;
  backface-visibility: hidden;
  perspective: 1000px;
  transform: translateZ(0);
}

.central-phone {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 140px;
  height: 140px;
  background: linear-gradient(135deg, #6c757d 0%, #495057 100%);
  border-radius: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  box-shadow: 0 8px 32px rgba(108, 117, 125, 0.4), 0 0 0 0 rgba(108, 117, 125, 0.3);
  animation: phone-pulse 3s ease-in-out infinite;
  will-change: transform;
}

.braxen-logo {
  width: 70px;
  height: auto;
  max-height: 55px;
  object-fit: contain;
  filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.3));
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.central-phone:hover .braxen-logo {
  transform: scale(1.05);
}

@keyframes phone-pulse {
  0%, 100% {
    transform: translate(-50%, -50%) scale(1);
    box-shadow: 0 8px 32px rgba(255, 107, 53, 0.4), 0 0 0 0 rgba(255, 107, 53, 0.3);
  }
  25% {
    transform: translate(-50%, -50%) scale(1.03);
    box-shadow: 0 12px 40px rgba(255, 107, 53, 0.5), 0 0 0 8px rgba(255, 107, 53, 0.1);
  }
  50% {
    transform: translate(-50%, -50%) scale(1.05);
    box-shadow: 0 12px 40px rgba(255, 107, 53, 0.6), 0 0 0 15px rgba(255, 107, 53, 0);
  }
  75% {
    transform: translate(-50%, -50%) scale(1.03);
    box-shadow: 0 10px 35px rgba(255, 107, 53, 0.5), 0 0 0 8px rgba(255, 107, 53, 0.1);
  }
}
@keyframes rotate-border {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.business-icon {
  position: absolute;
  width: 90px;
  height: 90px;
  background: rgba(255, 255, 255, 0.08);
  border: 2px solid rgba(255, 255, 255, 0.15);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  backdrop-filter: blur(10px);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 5;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  will-change: transform;
  backface-visibility: hidden;
  perspective: 1000px;
  transform: translateZ(0);
}
.business-icon::before {
  content: "";
  position: absolute;
  inset: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(45deg, transparent, rgba(255, 107, 53, 0.08), transparent);
  transition: transform 0.6s ease;
  transform: translateX(-100%);
}
.business-icon:hover {
  background: rgba(255, 107, 53, 0.15);
  border-color: rgba(255, 107, 53, 0.3);
  transform: translateY(-4px) scale(1.05);
  box-shadow: 0 8px 25px rgba(255, 107, 53, 0.2);
}
.business-icon:hover::before {
  transform: translateX(100%);
}
.business-icon:hover i {
  color: #ff8c42;
  transform: scale(1.1);
}
.business-icon i {
  font-size: 2rem;
  color: #ff6b35;
  margin-bottom: 6px;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
  transition: all 0.3s ease;
}

.business-label {
  font-size: 0.8rem;
  color: #ffffff;
  font-weight: 600;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  letter-spacing: 0.3px;
}

.business-icon-1 {
  top: 40px;
  left: 40px;
  animation: float-gentle 4s ease-in-out infinite;
}

.business-icon-2 {
  top: 50%;
  left: 40px;
  transform: translateY(-50%);
  animation: float-gentle-center 4s ease-in-out infinite 1s;
}

.business-icon-3 {
  bottom: 40px;
  left: 40px;
  animation: float-gentle 4s ease-in-out infinite 2s;
  background: linear-gradient(135deg, rgba(74, 144, 226, 0.15) 0%, rgba(80, 200, 120, 0.15) 100%);
  border: 2px solid rgba(74, 144, 226, 0.3);
}
.business-icon-3 i {
  color: #4A90E2;
}

.client-icon {
  position: absolute;
  width: 100px;
  height: 100px;
  background: linear-gradient(135deg, #36d1dc 0%, #5b86e5 100%);
  border: 2px solid rgba(54, 209, 220, 0.3);
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  backdrop-filter: blur(15px);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 5;
  box-shadow: 0 6px 20px rgba(54, 209, 220, 0.3);
  will-change: transform;
  backface-visibility: hidden;
  perspective: 1000px;
  transform: translateZ(0);
}
.client-icon i {
  font-size: 2.4rem;
  color: white;
  margin-bottom: 6px;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
}
.client-icon:hover {
  background: linear-gradient(135deg, #5b86e5 0%, #36d1dc 100%);
  transform: translateY(-4px) scale(1.05);
  box-shadow: 0 10px 30px rgba(54, 209, 220, 0.4);
}

.client-label {
  font-size: 0.8rem;
  color: white;
  font-weight: 600;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.client-icon-1 {
  top: 40px;
  right: 40px;
  animation: float-gentle 4s ease-in-out infinite 0.5s;
}

.client-icon-2 {
  top: 50%;
  right: 40px;
  transform: translateY(-50%);
  animation: float-gentle-center 4s ease-in-out infinite 1.5s;
}

.client-icon-3 {
  bottom: 40px;
  right: 40px;
  animation: float-gentle 4s ease-in-out infinite 2.5s;
}

/* Simplified SMS bubbles */
.sms-bubble {
  background: var(--gradient-primary);
  color: white;
  padding: 10px;
  border-radius: 16px 16px 4px 16px;
  font-size: 1rem;
  font-weight: 500;
  white-space: nowrap;
  min-width: 44px;
  max-width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-shadow: 0 4px 12px rgba(255, 107, 53, 0.25);
  position: relative;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
  will-change: transform;
}

.sms-bubble i {
  font-size: 1rem;
  color: white;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.2));
}

.sms-bubble::after {
  content: "";
  position: absolute;
  bottom: -3px;
  right: 3px;
  width: 6px;
  height: 6px;
  background: var(--primary-orange);
  border-radius: 50%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

/* SMS bubbles to client */
.sms-bubble-client {
  background: linear-gradient(135deg, #00ff88 0%, #00cc6a 100%);
  color: white;
  padding: 10px;
  border-radius: 16px 16px 4px 16px;
  font-size: 1rem;
  font-weight: 500;
  white-space: nowrap;
  min-width: 44px;
  max-width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-shadow: 0 4px 12px rgba(0, 255, 136, 0.3);
  position: relative;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
}

.sms-bubble-client i {
  font-size: 1rem;
  color: white;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.2));
}

.sms-bubble-client::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 3px;
  width: 6px;
  height: 6px;
  background: #00ff88;
  border-radius: 50%;
}

.floating-sms {
  position: absolute;
  animation-duration: 8s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  animation-fill-mode: backwards;
  opacity: 0;
}

.floating-sms-1 {
  animation-name: sms-to-braxen-1;
  animation-delay: 0s;
}

.floating-sms-2 {
  animation-name: sms-to-braxen-2;
  animation-delay: 2s;
}

.floating-sms-3 {
  animation-name: sms-to-braxen-3;
  animation-delay: 4s;
}

.floating-sms-to-client {
  position: absolute;
  width: 44px;
  height: 44px;
  background: linear-gradient(135deg, var(--primary-orange) 0%, var(--secondary-orange) 100%);
  border-radius: 16px 16px 4px 16px;
  font-size: 1rem;
  font-weight: 500;
  white-space: nowrap;
  min-width: 44px;
  max-width: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-shadow: 0 4px 12px rgba(255, 107, 53, 0.25);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
  will-change: transform;
  opacity: 0;
  animation-duration: 3s;
  animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
  animation-fill-mode: both;
  /* Startowa pozycja w centrum */
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%) scale(0);
}

/* Dynamic classes applied by JavaScript */
.floating-sms-to-client.floating-sms-to-client-1 {
  animation-name: braxen-to-client-1;
}

.floating-sms-to-client.floating-sms-to-client-2 {
  animation-name: braxen-to-client-2;
}

.floating-sms-to-client.floating-sms-to-client-3 {
  animation-name: braxen-to-client-3;
}

/* Stage 1: Business to BRAXEN center */
@keyframes sms-to-braxen-1 {
  0% {
    top: 40px;
    left: 130px;
    transform: translate(-50%, -50%) scale(0);
    opacity: 0;
  }
  15% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1.1);
    opacity: 1;
  }
  85% {
    opacity: 0.8;
    transform: translate(-50%, -50%) scale(0.9);
  }
  100% {
    top: 50%;
    left: 50%;
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.7);
  }
}
@keyframes sms-to-braxen-2 {
  0% {
    top: 50%;
    left: 130px;
    transform: translate(-50%, -50%) scale(0);
    opacity: 0;
  }
  15% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1.1);
    opacity: 1;
  }
  85% {
    opacity: 0.8;
    transform: translate(-50%, -50%) scale(0.9);
  }
  100% {
    top: 50%;
    left: 50%;
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.7);
  }
}
@keyframes sms-to-braxen-3 {
  0% {
    top: calc(100% - 40px);
    left: 130px;
    transform: translate(-50%, -50%) scale(0);
    opacity: 0;
  }
  15% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1.1);
    opacity: 1;
  }
  85% {
    opacity: 0.8;
    transform: translate(-50%, -50%) scale(0.9);
  }
  100% {
    top: 50%;
    left: 50%;
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.7);
  }
}
/* Stage 2: BRAXEN center to Clients - faster disappearing */
@keyframes braxen-to-client-1 {
  0% {
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%) scale(0);
    opacity: 0;
  }
  15% {
    opacity: 1;
    transform: translate(50%, -50%) scale(1);
  }
  50% {
    top: 40px;
    right: 130px;
    transform: translate(50%, -50%) scale(1.1);
    opacity: 1;
  }
  70% {
    opacity: 0.6;
    transform: translate(50%, -50%) scale(0.9);
  }
  100% {
    top: 40px;
    right: 130px;
    opacity: 0;
    transform: translate(50%, -50%) scale(0.5);
  }
}
@keyframes braxen-to-client-2 {
  0% {
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%) scale(0);
    opacity: 0;
  }
  15% {
    opacity: 1;
    transform: translate(50%, -50%) scale(1);
  }
  50% {
    top: 50%;
    right: 130px;
    transform: translate(50%, -50%) scale(1.1);
    opacity: 1;
  }
  70% {
    opacity: 0.6;
    transform: translate(50%, -50%) scale(0.9);
  }
  100% {
    top: 50%;
    right: 130px;
    opacity: 0;
    transform: translate(50%, -50%) scale(0.5);
  }
}
@keyframes braxen-to-client-3 {
  0% {
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%) scale(0);
    opacity: 0;
  }
  15% {
    opacity: 1;
    transform: translate(50%, -50%) scale(1);
  }
  50% {
    top: calc(100% - 40px);
    right: 130px;
    transform: translate(50%, -50%) scale(1.1);
    opacity: 1;
  }
  70% {
    opacity: 0.6;
    transform: translate(50%, -50%) scale(0.9);
  }
  100% {
    top: calc(100% - 40px);
    right: 130px;
    opacity: 0;
    transform: translate(50%, -50%) scale(0.5);
  }
}
@keyframes float-gentle {
  0%, 100% {
    transform: translateY(0px) scale(1);
    opacity: 0.9;
  }
  50% {
    transform: translateY(-6px) scale(1.02);
    opacity: 1;
  }
}
@keyframes float-gentle-center {
  0%, 100% {
    transform: translateY(-50%) scale(1);
    opacity: 0.9;
  }
  50% {
    transform: translateY(calc(-50% - 6px)) scale(1.02);
    opacity: 1;
  }
}
@media (prefers-reduced-motion: reduce) {
  .floating-sms,
  .business-icon,
  .client-icon,
  .central-phone {
    animation: none !important;
  }
  .business-icon:hover,
  .client-icon:hover {
    transform: none !important;
  }
  .central-phone {
    transform: translate(-50%, -50%) !important;
  }
}
@media (max-width: 481px) {
  .central-phone {
    width: 80px;
    height: 80px;
    padding: 8px;
  }
  .client-icon, .business-icon {
    width: 80px;
    height: 80px;
  }
  .client-icon i, .business-icon i {
    font-size: 1.5rem;
    height: 26px;
  }
}
.section-pricing-panel {
  background: linear-gradient(180deg, #0d0d0d 0%, #1a1a1a 50%, #0d0d0d 100%);
  min-height: 100vh;
  padding: 4rem 0;
}

.pricing-header {
  position: relative;
  margin-bottom: 4rem;
  text-align: center;
  padding: 3rem 0;
}
.pricing-header::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(255, 107, 53, 0.08) 0%, transparent 70%);
  pointer-events: none;
}
.pricing-header h1 {
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 700;
  margin-bottom: 1.5rem;
  letter-spacing: -0.02em;
  position: relative;
  z-index: 2;
}
.pricing-header .lead {
  max-width: 700px;
  margin: 0 auto;
  font-size: 1.15rem;
  color: #dcdcdc;
  line-height: 1.6;
  position: relative;
  z-index: 2;
}

.pricing-card {
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.02) 100%) !important;
  backdrop-filter: blur(15px) !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  border-radius: 20px;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  position: relative;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
  height: 100%;
  display: flex;
  flex-direction: column;
}
.pricing-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent 0%, rgba(255, 107, 53, 0.4) 25%, rgba(255, 107, 53, 0.8) 50%, rgba(255, 107, 53, 0.4) 75%, transparent 100%);
  transform: scaleX(0);
  transition: transform 0.4s ease;
}
.pricing-card:hover::before {
  transform: scaleX(1);
}
.pricing-card:hover {
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0.02) 100%);
}
.pricing-card:hover .pricing-icon {
  transform: scale(1.15);
  box-shadow: 0 10px 30px rgba(255, 107, 53, 0.4);
}
.pricing-card-featured {
  border-color: rgba(255, 107, 53, 0.4);
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.3), 0 5px 15px rgba(255, 107, 53, 0.2);
}
.pricing-card-featured::before {
  transform: scaleX(1);
  background: linear-gradient(90deg, rgba(255, 107, 53, 0.7) 0%, rgba(255, 140, 66, 0.9) 50%, rgba(255, 107, 53, 0.7) 100%);
}
.pricing-card-featured .pricing-icon {
  background: linear-gradient(135deg, rgba(255, 107, 53, 0.3) 0%, rgba(255, 140, 66, 0.2) 100%);
  border-color: rgba(255, 107, 53, 0.5);
  box-shadow: 0 8px 25px rgba(255, 107, 53, 0.3);
}
.pricing-card-current {
  border: 3px solid #28a745;
  background: linear-gradient(135deg, rgba(40, 167, 69, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
}
.pricing-card-current::after {
  content: "✓ AKTUALNY PLAN";
  position: absolute;
  top: 20px;
  right: -35px;
  background: #28a745;
  color: white;
  padding: 5px 40px;
  font-size: 12px;
  font-weight: bold;
  box-shadow: 0 3px 10px rgba(40, 167, 69, 0.3);
  z-index: 10;
}

.pricing-badge {
  position: absolute;
  top: 0;
  right: 0;
  padding: 8px 16px;
  border-radius: 20px 20px 0 0;
  font-size: 0.75rem;
  width: 100%;
  font-weight: 700;
  letter-spacing: 0.5px;
  z-index: 5;
  box-shadow: 0 4px 15px rgba(255, 107, 53, 0.3);
  animation: pulse 2s infinite;
}
.pricing-badge.badge-promotion {
  background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
  box-shadow: 0 4px 15px rgba(245, 87, 108, 0.4);
}
.pricing-badge.badge-popular {
  background: linear-gradient(135deg, #ffd89b 0%, #19547b 100%);
  box-shadow: 0 4px 15px rgba(255, 193, 7, 0.4);
}
.pricing-badge i {
  margin-right: 4px;
  font-size: 0.8rem;
}

@keyframes pulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
}
.pricing-card .card-header {
  background: transparent;
  border: none;
  padding: 2.5rem 2rem 1.5rem;
  text-align: center;
  position: relative;
}

.card-header {
  margin-top: 32px;
}

.pricing-icon {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #ff6b35 0%, #ff8c42 100%);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
  font-size: 2rem;
  color: white;
  box-shadow: 0 4px 15px rgba(255, 107, 53, 0.3);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
.pricing-icon::after {
  content: "";
  position: absolute;
  inset: -50%;
  background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transform: translateX(-100%);
  transition: transform 0.6s ease;
}

.pricing-card:hover .pricing-icon::after {
  transform: translateX(100%);
}

.pricing-card h3 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 0.75rem;
  letter-spacing: -0.02em;
}

.pricing-card .badge {
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  background: linear-gradient(135deg, #2d2d2d 0%, #1a1a1a 100%);
}

.pricing-price {
  margin: 1.5rem 0;
}
.pricing-price .text-decoration-line-through {
  display: block;
  color: rgba(220, 220, 220, 0.6);
  font-size: 1rem;
  margin-bottom: 0.5rem;
}
.pricing-price .h2 {
  font-size: 3rem;
  font-weight: 800;
  background: linear-gradient(135deg, #ff6b35 0%, #ff8c42 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1;
  display: inline-block;
}
.pricing-price .text-muted {
  font-size: 1.2rem;
  color: #dcdcdc;
  margin-left: 0.5rem;
}
.pricing-price .small {
  display: block;
  margin-top: 0.5rem;
  font-size: 0.9rem;
  color: rgba(220, 220, 220, 0.8);
}

.pricing-card .card-body {
  padding: 0 2rem 1.5rem;
  flex: 1;
}
.pricing-card .card-body ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.pricing-card .card-body ul li {
  padding: 0.5rem 0;
  margin: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  transition: all 0.3s ease;
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.9);
}
.pricing-card .card-body ul li:last-child {
  border-bottom: none;
}
.pricing-card .card-body ul li:hover {
  padding-left: 10px;
  background: linear-gradient(90deg, rgba(255, 107, 53, 0.05) 0%, transparent 100%);
}
.pricing-card .card-body ul li i {
  font-size: 1.1rem;
  margin-right: 0.75rem;
  transition: transform 0.3s ease;
}
.pricing-card .card-body ul li i.bi-envelope-fill, .pricing-card .card-body ul li i.bi-mailbox, .pricing-card .card-body ul li i.bi-people-fill, .pricing-card .card-body ul li i.bi-folder-fill, .pricing-card .card-body ul li i.bi-inbox-fill, .pricing-card .card-body ul li i.bi-collection-fill {
  color: #ff6b35;
}
.pricing-card .card-body ul li i.bi-code-square {
  color: #28a745;
}
.pricing-card .card-body ul li strong {
  font-weight: 600;
  color: #ffffff;
}
.pricing-card .card-body ul li:hover i {
  transform: scale(1.2);
}

.alert-success {
  background: linear-gradient(135deg, rgba(40, 167, 69, 0.15) 0%, rgba(40, 167, 69, 0.08) 100%);
  border: 1px solid rgba(40, 167, 69, 0.3);
  border-radius: 12px;
  color: rgb(51.6956521739, 206.3043478261, 87);
  font-size: 0.9rem;
  margin-top: 1rem;
}
.alert-success i {
  color: #28a745;
  margin-right: 0.5rem;
}

.pricing-card .card-footer {
  background: transparent;
  border: none;
  padding: 0 2rem 2.5rem;
  margin-top: auto;
}
.pricing-card .card-footer .btn {
  width: 100%;
  padding: 0.75rem 1.5rem;
  border-radius: 8px;
  font-weight: 600;
  font-size: 0.95rem;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
  border: none;
  padding: 1rem 1.5rem;
  font-size: 1rem;
  letter-spacing: 0.02em;
  margin-bottom: 1.5rem;
  position: relative;
  overflow: hidden;
}
.pricing-card .card-footer .btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: width 0.6s, height 0.6s;
}
.pricing-card .card-footer .btn:hover::before {
  width: 300px;
  height: 300px;
}
.pricing-card .card-footer .btn-success {
  background: linear-gradient(135deg, #28a745 0%, rgb(51.6956521739, 206.3043478261, 87) 100%);
  box-shadow: 0 4px 15px rgba(40, 167, 69, 0.4);
}
.pricing-card .card-footer .btn-success i {
  margin-right: 0.5rem;
}
.pricing-card .card-footer .text-center {
  font-size: 0.85rem;
  color: rgba(220, 220, 220, 0.8);
}
.pricing-card .card-footer .text-center i {
  color: #28a745;
  margin-right: 0.25rem;
}

.text-warning {
  color: #ffc107;
  font-weight: 600;
  animation: blink 1.5s ease-in-out infinite;
}
.text-warning i {
  margin-right: 0.25rem;
}

@keyframes blink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.7;
  }
}
.pricing-cta-section {
  background: linear-gradient(135deg, rgba(255, 107, 53, 0.05) 0%, rgba(255, 140, 66, 0.02) 100%);
  border-radius: 20px;
  border: 1px solid rgba(255, 107, 53, 0.15);
  padding: 3rem 2rem;
  margin-top: 4rem;
  position: relative;
  overflow: hidden;
  text-align: center;
}
.pricing-cta-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, #ff6b35 0%, #ff8c42 100%);
}
.pricing-cta-section h2 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1rem;
  letter-spacing: -0.02em;
}
.pricing-cta-section p {
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 2rem;
  line-height: 1.6;
}
.pricing-cta-section .btn-lg {
  padding: 1rem 2.5rem;
  font-size: 1.1rem;
}
.pricing-cta-section .btn-lg i {
  margin-right: 0.75rem;
}

.text-center.py-5 i.bi-inbox {
  font-size: 4rem;
  color: rgba(220, 220, 220, 0.3);
}
.text-center.py-5 p {
  color: #dcdcdc;
  font-size: 1.1rem;
}
.text-center.py-5 .btn {
  margin-top: 1.5rem;
}
.text-center.py-5 .btn i {
  margin-right: 0.5rem;
}

@media (max-width: 991px) {
  .pricing-card .card-header {
    padding: 2rem 1.5rem 1rem;
  }
  .pricing-card .card-body {
    padding: 0 1.5rem 1rem;
  }
  .pricing-card .card-footer {
    padding: 0 1.5rem 2rem;
  }
  .pricing-icon {
    width: 70px;
    height: 70px;
    font-size: 1.8rem;
  }
  .pricing-price .h2 {
    font-size: 2.5rem;
  }
  .pricing-cta-section {
    padding: 2.5rem 1.5rem;
  }
  .pricing-cta-section h2 {
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  .section-pricing-panel {
    padding: 2rem 0;
  }
  .pricing-header {
    margin-bottom: 2rem;
    padding: 2rem 0;
  }
  .pricing-header h1 {
    font-size: 1.8rem;
  }
  .pricing-header .lead {
    font-size: 1rem;
  }
  .pricing-card {
    margin-bottom: 2rem;
  }
  .pricing-icon {
    width: 60px;
    height: 60px;
    font-size: 1.5rem;
  }
  .pricing-price .h2 {
    font-size: 2rem;
  }
  .pricing-cta-section {
    padding: 2rem 1rem;
    margin-top: 2rem;
  }
  .pricing-cta-section h2 {
    font-size: 1.4rem;
  }
  .pricing-cta-section p {
    font-size: 1rem;
  }
}
.testimonial-card {
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.075) 0%, rgba(255, 255, 255, 0.03) 100%) !important;
  backdrop-filter: blur(15px) !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  padding: 2rem;
}
.testimonial-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
  border-color: rgba(255, 107, 53, 0.2);
}

.testimonial-avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(255, 107, 53, 0.1), rgba(255, 140, 66, 0.1));
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid rgba(255, 107, 53, 0.2);
}

.testimonial-result {
  background: linear-gradient(135deg, rgba(40, 167, 69, 0.1), rgba(40, 167, 69, 0.05));
  border-radius: 8px;
  padding: 8px 12px;
  border-left: 3px solid #28a745;
}

.security-card {
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.075) 0%, rgba(255, 255, 255, 0.03) 100%) !important;
  backdrop-filter: blur(15px) !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  padding: 2rem;
}
.security-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.2);
  border-color: rgba(255, 107, 53, 0.15);
}

.security-icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(255, 107, 53, 0.1), rgba(255, 140, 66, 0.05));
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
}

.trust-banner {
  background: linear-gradient(135deg, rgba(255, 107, 53, 0.05), rgba(255, 140, 66, 0.02));
  border: 1px solid rgba(255, 107, 53, 0.1);
  border-radius: 16px;
  padding: 2rem;
}

.api-card {
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.075) 0%, rgba(255, 255, 255, 0.03) 100%) !important;
  backdrop-filter: blur(15px) !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  padding: 2rem;
  background: linear-gradient(145deg, #1a1a1a, #0f0f0f) !important;
}
.api-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
  border-color: rgba(255, 107, 53, 0.2);
}

.api-icon {
  width: 60px;
  height: 60px;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(255, 107, 53, 0.1), rgba(255, 140, 66, 0.05));
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-right: 1rem;
}

.integration-item {
  transition: all 0.2s ease;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.075) 0%, rgba(255, 255, 255, 0.03) 100%) !important;
  backdrop-filter: blur(15px) !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  padding: 1rem;
  border-radius: 8px;
}
.integration-item:hover {
  transform: scale(1.05);
  background: linear-gradient(145deg, #2a2a2a, #1f1f1f) !important;
  border-color: rgba(255, 107, 53, 0.3) !important;
}

.use-case-card {
  border-radius: 16px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.075) 0%, rgba(255, 255, 255, 0.03) 100%) !important;
  backdrop-filter: blur(15px) !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  padding: 2rem;
}
.use-case-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
  border-color: rgba(255, 107, 53, 0.2);
}

.cta-banner {
  background: linear-gradient(135deg, rgba(255, 107, 53, 0.05), rgba(255, 140, 66, 0.02)) !important;
  border: 1px solid rgba(255, 107, 53, 0.1) !important;
  border-radius: 16px;
  padding: 3rem 2rem;
  text-align: center;
}

/* Enhanced gradient backgrounds for sections */
.how-it-works-section, .pricing-section {
  background: linear-gradient(135deg, rgba(255, 107, 53, 0.02), rgba(255, 140, 66, 0.01)) !important;
}

.success-stories-section {
  background: linear-gradient(135deg, rgba(40, 167, 69, 0.02), rgba(40, 167, 69, 0.01));
}

.security-section {
  background: linear-gradient(135deg, rgba(23, 162, 184, 0.02), rgba(23, 162, 184, 0.01));
}

.api-section {
  background: linear-gradient(135deg, rgba(255, 193, 7, 0.02), rgba(255, 193, 7, 0.01));
}

.faq-section {
  background: linear-gradient(135deg, rgba(108, 117, 125, 0.02), rgba(108, 117, 125, 0.01));
}

/* How it works Section */
.how-it-works-section {
  position: relative;
}

.how-it-works-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 70% 60%, rgba(255, 107, 53, 0.03) 0%, transparent 70%);
}

.how-it-works-section::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: var(--gradient-primary);
}

.integration-item {
  transition: all 0.2s ease;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: linear-gradient(145deg, #1a1a1a, #0f0f0f) !important;
}

.integration-item:hover {
  transform: scale(1.05);
  background: linear-gradient(145deg, #2a2a2a, #1f1f1f) !important;
  border-color: rgba(255, 107, 53, 0.3) !important;
}

.accordion-item {
  background: linear-gradient(145deg, #1a1a1a, #0f0f0f) !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  border-radius: 12px !important;
  overflow: hidden;
}

.accordion-button {
  background: linear-gradient(145deg, #1a1a1a, #0f0f0f) !important;
  color: var(--text-light) !important;
  border: none !important;
  padding: 1.5rem !important;
  font-weight: 500;
  transition: all 0.3s ease;
}

.accordion-button::after {
  filter: invert(1);
}

.accordion-body {
  background: linear-gradient(145deg, #1a1a1a, #0f0f0f) !important;
  color: var(--text-muted) !important;
  padding: 1.5rem !important;
  border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.section-spacing {
  padding: 2rem 0;
}

.section-spacing-lg {
  padding: 4rem 0;
}

.glass-effect {
  background: transparent;
  border: none;
}

.soft-shadow {
  box-shadow: none;
}
.soft-shadow-hover:hover {
  box-shadow: 0 8px 30px rgba(255, 107, 53, 0.15);
}

.text-orange {
  color: #ff6b35 !important;
}

.container {
  max-width: 1200px;
}

.d-flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.performance-optimized {
  will-change: transform;
  backface-visibility: hidden;
  perspective: 1000px;
  transform: translateZ(0);
}

.hover-lift:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(255, 107, 53, 0.4);
}

.magnetic-hover {
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.magnetic-hover:hover {
  transform: translateY(-4px) scale(1.05);
}

.interactive-feedback {
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.interactive-feedback:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.interactive-feedback:active {
  transform: translateY(0);
  transition: all 0.1s ease;
}

.particles {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: -1;
  will-change: transform;
  backface-visibility: hidden;
  perspective: 1000px;
  transform: translateZ(0);
  contain: layout style paint;
}

.particle {
  position: absolute;
  width: 2px;
  height: 2px;
  background: #ff6b35;
  border-radius: 50%;
  opacity: 0.15;
  animation: float-particle 8s linear infinite;
  will-change: transform;
  backface-visibility: hidden;
  perspective: 1000px;
  transform: translateZ(0);
  contain: layout style paint;
}

@keyframes float-particle {
  0% {
    transform: translateY(100vh) translateX(0px) scale(0);
    opacity: 0;
  }
  10% {
    opacity: 0.3;
    transform: translateY(90vh) translateX(10px) scale(1);
  }
  50% {
    opacity: 0.2;
    transform: translateY(50vh) translateX(-15px) scale(1);
  }
  90% {
    opacity: 0.1;
    transform: translateY(10vh) translateX(20px) scale(0.8);
  }
  100% {
    transform: translateY(-10vh) translateX(30px) scale(0);
    opacity: 0;
  }
}
.loading-pulse {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

@keyframes pulse {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.8;
    transform: scale(1.02);
  }
}
.loading-shimmer {
  background: linear-gradient(90deg, #1a1a1a 0%, #2d2d2d 50%, #1a1a1a 100%);
  background-size: 200px 100%;
  animation: shimmer 1.5s ease-in-out infinite;
}

@keyframes shimmer {
  0% {
    background-position: -200px 0;
  }
  100% {
    background-position: calc(200px + 100%) 0;
  }
}
.scroll-reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}
.scroll-reveal.revealed {
  opacity: 1;
  transform: translateY(0);
}

.scroll-slide-left {
  opacity: 0;
  transform: translateX(-50px);
  transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}
.scroll-slide-left.revealed {
  opacity: 1;
  transform: translateX(0);
}

.scroll-slide-right {
  opacity: 0;
  transform: translateX(50px);
  transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}
.scroll-slide-right.revealed {
  opacity: 1;
  transform: translateX(0);
}

.scroll-scale {
  opacity: 0;
  transform: scale(0.8);
  transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}
.scroll-scale.revealed {
  opacity: 1;
  transform: scale(1);
}

.animate-slide-up {
  animation: slideInUp 0.8s cubic-bezier(0.4, 0, 0.2, 1) both;
}

.animate-slide-left {
  animation: slideInLeft 0.8s cubic-bezier(0.4, 0, 0.2, 1) both;
}

.animate-slide-right {
  animation: slideInRight 0.8s cubic-bezier(0.4, 0, 0.2, 1) both;
}

.animate-fade-scale {
  animation: fadeInScale 0.8s cubic-bezier(0.4, 0, 0.2, 1) both;
}

.animate-bounce-in {
  animation: bounceIn 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55) both;
}

.animate-delay-100 {
  animation-delay: 0.1s;
}

.animate-delay-200 {
  animation-delay: 0.2s;
}

.animate-delay-300 {
  animation-delay: 0.3s;
}

.animate-delay-400 {
  animation-delay: 0.4s;
}

.animate-delay-500 {
  animation-delay: 0.5s;
}

.animate-delay-600 {
  animation-delay: 0.6s;
}

.animate-delay-700 {
  animation-delay: 0.7s;
}

.animate-delay-800 {
  animation-delay: 0.8s;
}

@keyframes slideInUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slideInLeft {
  from {
    opacity: 0;
    transform: translateX(-40px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes slideInRight {
  from {
    opacity: 0;
    transform: translateX(40px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeInScale {
  from {
    opacity: 0;
    transform: scale(0.8);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    transform: scale(1.1);
  }
  70% {
    transform: scale(0.9);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.fade-enter-active,
.fade-leave-active {
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.fade-enter-from {
  opacity: 0;
  transform: translateY(20px) scale(0.95);
}

.fade-leave-to {
  opacity: 0;
  transform: translateY(-20px) scale(1.05);
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
  .particles,
  .particle {
    display: none;
  }
}
@media (prefers-contrast: high) {
  .feature-card,
  .pricing-card,
  .step-card {
    border: 2px solid #ffffff;
  }
  .btn-primary-orange,
  .btn-outline-orange {
    border: 2px solid #ff6b35;
  }
}
@media print {
  .particles,
  .back-to-top,
  .navbar,
  .footer {
    display: none !important;
  }
  .feature-card,
  .pricing-card,
  .step-card {
    break-inside: avoid;
    page-break-inside: avoid;
  }
}
@media (max-width: 575px) {
  .hero-title {
    font-size: 1.8rem !important;
    line-height: 1.1;
    margin-bottom: 1rem;
  }
  .hero-content {
    text-align: center !important;
  }
  .hero-subtitle {
    font-size: 1rem;
    text-align: center;
  }
  .hero-section {
    min-height: 80vh;
  }
}
@media (max-width: 767px) {
  h1, .h1 {
    font-size: 2.2rem !important;
  }
  h2, .h2 {
    font-size: 1.8rem;
  }
  .lead {
    font-size: 1rem;
  }
  .hero-section {
    min-height: 80vh;
  }
  .hero-title {
    font-size: 2.2rem;
    line-height: 1.2;
    word-spacing: 0.1em;
    text-align: center;
  }
  .hero-title br {
    display: none;
  }
  .hero-title .hero-gradient-text {
    white-space: nowrap;
    display: inline-block;
  }
  .feature-card,
  .pricing-card,
  .step-card {
    margin-bottom: 2rem;
  }
  .stats-section {
    padding: 2rem 0;
    margin: 1rem 0;
  }
  .stat-item {
    height: auto;
    padding: 2rem 1rem;
  }
  .stat-number {
    font-size: 2.5rem;
  }
  .stat-number i {
    font-size: 2.5rem;
  }
  .section-spacing {
    padding: 1.5rem 0;
  }
  .section-spacing-lg {
    padding: 2.5rem 0;
  }
  .btn {
    font-size: 0.9rem;
    padding: 0.6rem 1.25rem;
  }
  .btn-lg {
    font-size: 1rem;
    padding: 0.875rem 1.75rem;
  }
  .footer-section {
    padding: 40px 0 20px;
    margin-top: 60px;
  }
  .footer-meta {
    justify-content: flex-start;
    margin-top: 1rem;
    flex-wrap: wrap;
  }
  .footer-bottom {
    text-align: center;
  }
  .footer-copyright {
    margin-bottom: 1rem;
  }
}
@media (max-width: 991px) {
  .hero-title {
    font-size: 2.8rem;
    line-height: 1.2;
  }
  .navbar-nav {
    padding: 1rem 0;
    background: rgba(26, 26, 26, 0.95);
    border-radius: 8px;
    margin-top: 1rem;
  }
  .navbar-nav .nav-link {
    padding: 0.75rem 1.5rem !important;
    margin: 0.25rem 0;
  }
  .timeline-container {
    max-width: 100%;
    padding: 2rem 1rem;
  }
  .timeline-line {
    left: 25px;
  }
  .timeline-number {
    width: 50px;
    height: 50px;
    font-size: 1.3rem;
    margin-right: 2rem;
  }
  .timeline-step-content {
    padding: 2.5rem 2rem;
  }
  .timeline-icon {
    font-size: 3rem;
  }
  .timeline-title {
    font-size: 1.6rem;
  }
  .timeline-description {
    font-size: 1rem;
  }
  .timeline-step {
    margin-bottom: 4rem;
  }
  .featured-company-card {
    padding: 3rem 2rem;
    margin-top: 1.5rem;
  }
  .featured-company-icon {
    width: 80px;
    height: 80px;
    font-size: 2.5rem;
  }
  .featured-company-features {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}
@media (max-width: 1199px) {
  .hero-title {
    font-size: 3.2rem;
    line-height: 1.25;
  }
  .pricing-card-featured {
    transform: scale(1);
  }
  .pricing-card-featured:hover {
    transform: translateY(-10px);
  }
}
@media (max-width: 767px) {
  .container-responsive {
    padding: 0 1rem;
  }
}
@media (max-width: 991px) {
  .container-responsive {
    padding: 0 1.5rem;
  }
}

.grid-responsive {
  display: grid;
  gap: 2rem;
}
@media (max-width: 767px) {
  .grid-responsive {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}
@media (max-width: 991px) {
  .grid-responsive {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 1199px) {
  .grid-responsive {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 767px) {
  .text-responsive-center {
    text-align: center !important;
  }
}

@media (max-width: 767px) {
  .hide-mobile {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .hide-tablet {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .hide-desktop {
    display: none !important;
  }
}

.show-mobile-only {
  display: none !important;
}
@media (max-width: 767px) {
  .show-mobile-only {
    display: block !important;
  }
}

.show-tablet-only {
  display: none !important;
}
@media (max-width: 991px) {
  .show-tablet-only {
    display: block !important;
  }
}

.show-desktop-only {
  display: none !important;
}
@media (min-width: 992px) {
  .show-desktop-only {
    display: block !important;
  }
}

.p-responsive {
  padding: 2rem;
}
@media (max-width: 767px) {
  .p-responsive {
    padding: 1rem;
  }
}

.m-responsive {
  margin: 2rem;
}
@media (max-width: 767px) {
  .m-responsive {
    margin: 1rem;
  }
}

.flex-responsive {
  display: flex;
}
@media (max-width: 767px) {
  .flex-responsive {
    flex-direction: column;
  }
}

@media (max-width: 767px) {
  .cookie-banner-content {
    flex-direction: column;
    align-items: stretch;
    gap: 1.5rem;
    padding: 0 1rem;
  }
  .cookie-banner-text {
    flex-direction: column;
    text-align: center;
    gap: 0.75rem;
  }
  .cookie-banner-icon {
    font-size: 2rem;
  }
  .cookie-banner-title {
    font-size: 1.1rem;
  }
  .cookie-banner-description {
    font-size: 0.9rem;
  }
  .cookie-banner-actions {
    flex-direction: column;
    gap: 0.5rem;
  }
  .cookie-banner-actions .btn {
    width: 100%;
    padding: 0.75rem 1rem;
  }
  .cookie-toast {
    right: 10px;
    left: 10px;
    min-width: auto;
    max-width: none;
    top: 80px;
  }
  .btn-cookie-settings {
    max-width: 55px;
    padding: 10px 16px;
  }
  .btn-cookie-settings i {
    font-size: 1.1rem;
  }
}
@media (max-width: 480px) {
  .cookie-banner-content {
    padding: 0 0.75rem;
  }
  .cookie-banner-actions .btn {
    font-size: 0.85rem;
    padding: 0.6rem 0.8rem;
  }
  .btn-cookie-settings {
    max-width: 50px;
    padding: 10px 14px;
  }
  .modal-lg {
    max-width: 95%;
    margin: 0.5rem auto;
  }
}
@media (orientation: landscape) and (max-height: 500px) {
  .hero-section {
    min-height: auto;
  }
  .navbar-custom {
    min-height: 50px;
    padding: 0.5rem 0;
  }
}

/*# sourceMappingURL=main.css.map */
