@import url(https://fonts.googleapis.com/css2?family=Michroma&display=swap);
*,
body {
  margin: 0;
  padding: 0;
}
.navbar-brand,
.navbar-nav {
  align-items: center;
}
.nav-link.active,
.nav-link:hover {
  color: var(--title-color) !important;
}
.hero-modern,
.nav-item,
.nav-link,
.section-title {
  position: relative;
}
.btn-secondary-hero,
.contact-form-container,
.gallery-item .hot-badge,
.hero-label,
.includes-steps-card,
.pricing-card,
.process-steps-card,
.social-link {
  backdrop-filter: blur(10px);
}
.amount,
.btn-conversion,
.ticker-item {
  white-space: nowrap;
}
* {
  box-sizing: border-box;
}
:root {
  --bg-color: #081b29;
  --title-color: #00eeff;
  --text-color: rgba(255, 255, 255, 0.9);
  --soft-white: rgba(255, 255, 255, 0.8);
  --navbar-gradient-start: #1d2b36;
  --navbar-gradient-end: #081b29;
  --transition: all 0.3s ease;
  --box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  --border-radius: 8px;
  --bg-dark: #0a0a0a;
  --bg-card: rgba(255, 255, 255, 0.05);
  --primary-bg: #0a0f1c;
  --title-color: #00eeff;
  --soft-white: #e5e7eb;
  --transition: all 0.3s ease;
  --card-bg-1: linear-gradient(145deg, #1a252f, #0f1419);
  --card-bg-2: linear-gradient(145deg, #1f2937, #111827);
  --purple-gradient: linear-gradient(135deg, #6a4c93, #9333ea);
  --cyan-gradient: linear-gradient(135deg, #00eeff, #0099cc);
  --orange-gradient: linear-gradient(135deg, #f59e0b, #d97706);
  --green-gradient: linear-gradient(135deg, #10b981, #059669);
}
.btn-custom,
.navbar {
  transition: var(--transition);
}
body {
  background-color: var(--bg-color);
  color: var(--soft-white);
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  overflow-x: hidden;
}
.hack-font,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Hack, monospace;
  color: var(--soft-white);
  font-weight: 700;
}
.hero-label,
.nav-link,
.section-title {
  font-family: Michroma, sans-serif;
}
.section {
  padding: 80px 0;
}
.btn-custom {
  background-color: var(--title-color);
  color: #fff;
  border: none;
  padding: 10px 30px;
  font-weight: 600;
}
.btn-custom:hover {
  background-color: #00c9d8;
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}
.nav-link::after,
.section-title:after {
  position: absolute;
  background-color: var(--title-color);
  left: 50%;
  content: "";
}
.section-title {
  color: #fff;
  font-size: 1.8rem;
  letter-spacing: 2px;
  display: inline-block;
}
.section-title:after {
  bottom: -15px;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
}
.navbar {
  background: linear-gradient(
    to right,
    var(--navbar-gradient-start),
    var(--navbar-gradient-end)
  );
  border-bottom: 1px solid rgba(0, 238, 255, 0.2);
  padding: 10px 0;
  box-shadow: var(--box-shadow);
}
.navbar-brand {
  display: flex;
}
.logo-img {
  height: 100px;
  max-width: 100%;
  padding: 5px 0;
  transition: transform 0.3s, filter 0.3s;
}
.custom-toggler,
.nav-link,
.nav-link::after {
  transition: var(--transition);
}
.logo-img:hover {
  transform: scale(1.05);
  filter: drop-shadow(0 0 5px rgba(0, 238, 255, 0.5));
}
.nav-item {
  margin: 0 5px;
}
.nav-link {
  color: var(--soft-white) !important;
  margin: 0 10px;
  font-size: 0.9rem;
  letter-spacing: 1px;
  padding: 8px 12px !important;
}
.nav-link::after {
  bottom: 0;
  width: 0;
  height: 2px;
  transform: translateX(-50%);
}
.nav-link.active::after,
.nav-link:hover::after {
  width: 80%;
}
.nav-link:hover {
  transform: translateY(-2px);
}
.nav-link.active {
  font-weight: 600;
}
.custom-toggler {
  border: 1px solid rgba(0, 238, 255, 0.5) !important;
  padding: 8px;
  border-radius: 4px;
}
.custom-toggler:hover {
  background-color: rgba(0, 238, 255, 0.1);
}
.custom-toggler:focus {
  box-shadow: 0 0 0 3px rgba(0, 238, 255, 0.25);
  outline: 0;
}
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 238, 255, 0.8%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}
.hero-modern {
  min-height: 90vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 160px 0 100px;
}
.hero-label,
.wave {
  display: inline-block;
}
.hero-background,
.hero-background-img,
.hero-overlay {
  position: absolute;
  height: 100%;
}
.hero-modern::before {
  content: "";
  position: absolute;
  top: -50%;
  right: -10%;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(0, 238, 255, 0.08), transparent);
  border-radius: 50%;
  filter: blur(80px);
  pointer-events: none;
  z-index: 1;
  will-change: transform;
}
.hero-background-img {
  top: 0;
  left: 0;
  width: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 0;
  will-change: transform;
  transform: translateZ(0);
  background: linear-gradient(
    135deg,
    rgba(8, 27, 41, 0.95) 0,
    rgba(8, 27, 41, 0.85) 100%
  );
}
.hero-background {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 0;
}
.hero-gradient,
.portfolio-hero__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    135deg,
    rgba(8, 27, 41, 0.88) 0,
    rgba(8, 27, 41, 0.75) 50%,
    rgba(8, 27, 41, 0.88) 100%
  );
  z-index: 1;
}
.hero-overlay {
  top: 0;
  left: 0;
  width: 100%;
  background: repeating-linear-gradient(
    0deg,
    transparent,
    transparent 2px,
    rgba(0, 238, 255, 0.012) 2px,
    rgba(0, 238, 255, 0.012) 4px
  );
  z-index: 2;
  pointer-events: none;
}
.hero-content,
.hero-image-column,
.hero-text-column {
  position: relative;
}
.hero-content {
  z-index: 3;
}
.hero-text-column {
  z-index: 4;
}
.hero-text-content {
  max-width: 620px;
}
.hero-label {
  color: rgba(0, 238, 255, 0.95);
  font-size: 0.8rem;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 25px;
  padding: 10px 22px;
  background: rgba(0, 238, 255, 0.08);
  border: 1px solid rgba(0, 238, 255, 0.25);
  border-radius: 50px;
  animation: 1s ease-out fadeSlideIn;
}
@keyframes fadeSlideIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.wave {
  animation: 2s infinite wave-animation;
  transform-origin: 70% 70%;
}
@keyframes wave-animation {
  0%,
  100%,
  60% {
    transform: rotate(0);
  }
  10%,
  30% {
    transform: rotate(14deg);
  }
  20% {
    transform: rotate(-8deg);
  }
  40% {
    transform: rotate(-4deg);
  }
  50% {
    transform: rotate(10deg);
  }
}
.hero-title {
  font-size: clamp(1.75rem, 5vw + 0.5rem, 3.2rem);
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.02em;
  margin-bottom: 30px;
  color: #f0f4f8;
  font-family: Hack, monospace;
  word-spacing: 0.1em;
}
.hero-description {
  font-size: 1.2rem;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 40px;
}
.highlight-cyan {
  color: rgba(0, 238, 255, 0.95);
  font-weight: 700;
}
.hero-cta-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 40px;
}
.btn-primary-hero,
.btn-secondary-hero {
  padding: 18px 40px;
  font-size: 0.9rem;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: 0.3s;
  font-family: Michroma, sans-serif;
  font-weight: 700;
  text-decoration: none;
}
.btn-primary-hero {
  background: linear-gradient(
    135deg,
    rgba(0, 238, 255, 0.95),
    rgba(0, 153, 204, 0.95)
  );
  color: #0a1929;
  border-radius: 50px;
  letter-spacing: 0.5px;
  box-shadow: 0 8px 25px rgba(0, 238, 255, 0.25);
  border: none;
}
.btn-primary-hero:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 35px rgba(0, 238, 255, 0.4);
  color: #0a1929;
}
.btn-secondary-hero {
  background: rgba(0, 238, 255, 0.05);
  color: rgba(0, 238, 255, 0.95);
  border-radius: 50px;
  border: 2px solid rgba(0, 238, 255, 0.4);
}
.social-link,
.ticker-content {
  align-items: center;
  display: flex;
}
.btn-secondary-hero:hover {
  background: rgba(0, 238, 255, 0.15);
  transform: translateY(-3px);
}
.hero-social-modern {
  display: flex;
  gap: 12px;
  gap: 20px;
}
.social-link {
  justify-content: center;
  color: rgba(0, 238, 255, 0.85);
  transition: 0.3s;
}
.social-link:hover {
  transform: translateY(-5px) scale(1.1);
}
.social-link.instagram:hover {
  background: linear-gradient(
    45deg,
    #f09433,
    #e6683c,
    #dc2743,
    #cc2366,
    #bc1888
  );
  border-color: #e1306c;
  color: #fff;
}
.hero-image-wrapper {
  position: relative;
  animation: 6s ease-in-out infinite float-image;
}
.hero-glow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  height: 80%;
  background: radial-gradient(circle, rgba(0, 238, 255, 0.25), transparent);
  border-radius: 50%;
  filter: blur(60px);
  animation: 4s ease-in-out infinite pulse-glow;
  z-index: -1;
}
.scroll-indicator,
.scroll-wheel {
  transform: translateX(-50%);
  left: 50%;
}
@keyframes float-image {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}
@keyframes pulse-glow {
  0%,
  100% {
    opacity: 0.5;
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    opacity: 0.8;
    transform: translate(-50%, -50%) scale(1.1);
  }
}
.scroll-indicator {
  position: absolute;
  bottom: 30px;
  z-index: 5;
  opacity: 0.7;
}
.scroll-mouse {
  width: 26px;
  height: 40px;
  border: 2px solid rgba(0, 238, 255, 0.6);
  border-radius: 20px;
  position: relative;
  animation: 2s infinite bounce;
}
.scroll-wheel {
  width: 4px;
  height: 8px;
  background: rgba(0, 238, 255, 0.8);
  border-radius: 2px;
  position: absolute;
  top: 8px;
  animation: 2s infinite scroll-wheel;
}
.about-stat-item,
.about-team-img {
  border-radius: var(--border-radius);
}
@keyframes bounce {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
@keyframes scroll-wheel {
  0% {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-50%) translateY(12px);
  }
}
@media (min-width: 992px) {
  .hero-text-column {
    flex: 0 0 65%;
  }
  .hero-image-column {
    flex: 0 0 35%;
  }
  .hero-text-column {
    flex: 0 0 70%;
    max-width: 70%;
  }
  .hero-image-column {
    flex: 0 0 30%;
    max-width: 30%;
  }
  .why-choose-section .col-lg-6:first-child {
    flex: 0 0 40%;
    max-width: 40%;
  }
  .why-choose-section .col-lg-6:last-child {
    flex: 0 0 60%;
    max-width: 60%;
  }
}
.hero-text-content {
  max-width: none;
}
.hero-text-content > div[style*="display: flex"] {
  gap: 2.5rem !important;
}
@media (max-width: 991px) {
  .navbar-collapse {
    background-color: rgba(17, 46, 66, 0.95);
    border-radius: 8px;
    margin-top: 10px;
    padding: 20px;
    backdrop-filter: blur(10px);
  }
  .logo-img {
    height: 80px;
  }
  .hero-image-column,
  .hero-text-column {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .hero-text-content > div[style*="display: flex"] {
    justify-content: center !important;
  }
  .hero-modern {
    min-height: auto;
    padding: 120px 0 80px;
  }
  .hero-text-content {
    max-width: 100%;
    text-align: center;
    margin-bottom: 50px;
  }
  .hero-cta-buttons,
  .hero-social-modern {
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .hero-modern {
    padding: 100px 0 60px;
    min-height: 85vh;
  }
  .hero-background-img {
    content: url("./imagenes/2676.webp");
  }
  .btn-primary-hero,
  .btn-secondary-hero {
    font-size: 0.8rem;
    padding: 15px 28px;
  }
}
@media (max-width: 600px) {
  .hero-cta-buttons {
    flex-direction: column;
    width: 100%;
    gap: 12px;
  }
  .btn-primary-hero,
  .btn-secondary-hero {
    width: 100%;
    justify-content: center;
  }
}
@media (max-width: 480px) {
  .hero-modern {
    padding: 70px 0 40px;
  }
  .hero-cta-buttons {
    gap: 16px;
    flex-direction: column;
  }
  .btn-primary-hero,
  .btn-secondary-hero {
    width: 60%;
    margin: 0 auto;
  }
}
.tech-ticker {
  background: linear-gradient(
    135deg,
    rgba(0, 238, 255, 0.9),
    rgba(0, 153, 204, 0.9)
  );
  padding: 20px 0;
  overflow: hidden;
  position: relative;
  box-shadow: 0 -5px 20px rgba(0, 238, 255, 0.15);
}
.slider,
.ticker-wrapper {
  width: 100%;
  overflow: hidden;
}
.ticker-content {
  gap: 40px;
  animation: 30s linear infinite ticker-scroll;
  width: max-content;
}
.about-team-img,
.includes-phone-mockup {
  filter: drop-shadow(0 10px 30px rgba(0, 238, 255, 0.1));
  animation: 5s ease-in-out infinite floating;
}
@keyframes ticker-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.ticker-item {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(10, 25, 41, 0.95);
  font-family: Michroma, sans-serif;
  font-weight: 700;
  font-size: 0.95rem;
}
.ticker-item i {
  font-size: 1.5rem;
}
.ticker-separator {
  font-size: 1.2rem;
  color: rgba(10, 25, 41, 0.3);
  font-weight: 700;
}
@media (max-width: 1200px) {
  .hero-title {
    font-size: clamp(1.75rem, 4.5vw + 0.5rem, 3rem);
  }
  .hero-description {
    font-size: 1.1rem;
  }
  .tech-icons {
    gap: 20px;
  }
  .experience-info {
    gap: 30px;
  }
}
@media (max-width: 991px) {
  .hero-modern {
    min-height: auto;
    padding: 120px 0 80px;
  }
  .hero-title {
    font-size: clamp(1.75rem, 4vw + 0.5rem, 2.5rem);
    line-height: 1.25;
    margin-bottom: 25px;
  }
  .hero-text-content {
    max-width: 100%;
    text-align: center;
    margin-bottom: 50px;
  }
  .hero-description {
    font-size: 1rem;
    margin-bottom: 40px;
  }
  .hero-cta-buttons,
  .hero-social-modern {
    justify-content: center;
  }
  .hero-image-wrapper {
    max-width: 450px;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .hero-modern {
    padding: 100px 0 60px;
    min-height: 85vh;
  }
  .hero-title {
    font-size: clamp(1.5rem, 3.5vw + 0.5rem, 2.2rem);
    line-height: 1.3;
    margin-bottom: 20px;
  }
  .hero-description {
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 35px;
  }
  .hero-label {
    font-size: 0.7rem;
    padding: 8px 18px;
    margin-bottom: 20px;
  }
  .btn-primary-hero,
  .btn-secondary-hero {
    font-size: 0.8rem;
    padding: 15px 28px;
  }
  .ticker-item {
    font-size: 0.8rem;
  }
  .ticker-item i {
    font-size: 1.2rem;
  }
}
@media (max-width: 600px) {
  .hero-modern {
    padding: 80px 0 50px;
    min-height: auto;
  }
  .hero-title {
    font-size: clamp(1.35rem, 3vw + 0.5rem, 2rem);
    line-height: 1.35;
    margin-bottom: 20px;
  }
  .hero-description {
    font-size: 0.9rem;
    margin-bottom: 32px;
  }
  .hero-label {
    font-size: 0.65rem;
    padding: 7px 15px;
    margin-bottom: 15px;
  }
  .hero-cta-buttons {
    flex-direction: column;
    width: 100%;
    gap: 12px;
  }
  .btn-primary-hero,
  .btn-secondary-hero {
    width: 100%;
    justify-content: center;
    padding: 14px 20px;
    font-size: 0.75rem;
  }
}
.about-stat-item,
.about-stats-grid {
  gap: 15px;
  display: flex;
}
.about-why-section,
.contact-section,
.includes-section {
  padding: 100px 0;
  background-color: var(--bg-color);
  position: relative;
  overflow: hidden;
}
.about-why-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(
    circle at 80% 50%,
    rgba(0, 238, 255, 0.03) 0,
    transparent 50%
  );
  pointer-events: none;
}
.about-left-wrapper {
  position: relative;
  padding: 20px;
}
.about-img-box {
  margin-bottom: 30px;
  position: relative;
}
.about-team-img {
  width: 100%;
  height: auto;
  display: block;
}
@keyframes floating {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
}
.about-stat-item {
  flex: 1;
  align-items: center;
  background-color: rgba(13, 35, 49, 0.5);
  padding: 20px 15px;
  transition: var(--transition);
  border: 1px solid rgba(0, 238, 255, 0.1);
}
.about-stat-item:hover {
  background-color: rgba(13, 35, 49, 0.8);
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 238, 255, 0.2);
  border-color: rgba(0, 238, 255, 0.3);
}
.about-benefit-row:hover,
.btn-cta-primary:hover i,
.btn-ver-mas:hover i,
.includes-cta-button:hover i,
.includes-step-item:hover,
.process-cta-button:hover i {
  transform: translateX(5px);
}
.about-stat-icon {
  width: 50px;
  height: 50px;
  background: linear-gradient(
    135deg,
    rgba(0, 238, 255, 0.2),
    rgba(0, 238, 255, 0.05)
  );
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.about-company-name,
.about-main-title {
  display: inline-block;
}
.about-stat-icon i {
  font-size: 1.5rem;
  color: var(--title-color);
}
.about-stat-content,
.includes-step-text,
.process-step-text {
  flex: 1;
}
.about-stat-num {
  font-size: 2rem;
  font-weight: 800;
  color: var(--title-color);
  margin: 0;
  line-height: 1;
  font-family: Hack, monospace;
}
.about-benefit-txt,
.about-main-title,
.about-stat-text {
  font-family: Michroma, sans-serif;
}
.about-stat-text {
  font-size: 0.85rem;
  color: var(--soft-white);
  margin: 5px 0 0;
  line-height: 1.3;
}
.about-right-content,
.includes-content-wrapper,
.process-content-wrapper {
  padding: 20px;
}
.about-main-title {
  font-size: 1.8rem;
  color: var(--title-color);
  margin-bottom: 30px;
  letter-spacing: 1px;
  position: relative;
}
.about-benefit-txt,
.about-paragraph {
  font-size: 1rem;
  color: var(--soft-white);
}
.includes-badge,
.section-title h2 {
  letter-spacing: 2px;
  text-transform: uppercase;
}
.about-main-title::after,
.why-choose-title::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 60px;
  height: 3px;
  background-color: var(--title-color);
}
.about-paragraph {
  line-height: 1.7;
  margin-bottom: 30px;
}
.about-benefits-wrap {
  margin-bottom: 0;
}
.about-benefit-row {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
  padding: 15px;
  background-color: rgba(13, 35, 49, 0.5);
  border-radius: var(--border-radius);
  transition: var(--transition);
  border: 1px solid rgba(0, 238, 255, 0.05);
}
.about-benefit-row:hover {
  background-color: rgba(13, 35, 49, 0.8);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  border-color: rgba(0, 238, 255, 0.2);
}
.about-check-wrap {
  margin-right: 15px;
  margin-top: 3px;
}
.about-check-wrap i,
.check-icon i {
  font-size: 1.3rem;
  color: var(--title-color);
}
.about-benefit-txt {
  line-height: 1.5;
}
.about-benefit-highlight,
.benefit-text .highlight,
.conversion-text strong {
  color: var(--title-color);
  font-weight: 600;
}
@media (max-width: 991px) {
  .about-right-content {
    margin-top: 40px;
  }
  .about-main-title {
    font-size: 1.6rem;
  }
  .about-stats-grid {
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .about-why-section {
    padding: 60px 0;
  }
  .about-main-title {
    font-size: 1.4rem;
  }
  .about-stats-grid {
    flex-direction: column;
    gap: 15px;
  }
  .about-stat-item {
    max-width: 100%;
  }
}
.includes-section::before,
.why-choose-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(
    circle at 20% 50%,
    rgba(0, 238, 255, 0.03) 0,
    transparent 50%
  );
  pointer-events: none;
}
.includes-phone-container,
.phone-container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}
.includes-phone-mockup {
  max-width: 100%;
  height: auto;
  max-height: 500px;
  border-radius: 10px;
}
.includes-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(
    135deg,
    rgba(0, 238, 255, 0.15),
    rgba(0, 238, 255, 0.05)
  );
  border: 1px solid rgba(0, 238, 255, 0.3);
  border-radius: 20px;
  padding: 8px 20px;
  font-family: Hack, monospace;
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--title-color);
  margin-bottom: 20px;
}
.includes-step-title,
.includes-title {
  font-family: Michroma, sans-serif;
  letter-spacing: 0.5px;
}
.includes-badge-dot {
  width: 6px;
  height: 6px;
  background-color: var(--title-color);
  border-radius: 50%;
  display: inline-block;
  animation: 2s infinite pulse;
}
@keyframes pulse {
  0%,
  100% {
    opacity: 1;
    transform: scale(1);
    box-shadow: 0 4px 15px rgba(37, 211, 102, 0.4);
  }
  50% {
    opacity: 0.5;
    transform: scale(0.8);
    box-shadow: 0 4px 25px rgba(37, 211, 102, 0.6);
  }
}
.includes-title {
  font-size: 2rem;
  color: var(--soft-white);
  margin-bottom: 15px;
  line-height: 1.3;
}
.includes-title-highlight {
  color: var(--title-color);
  display: block;
  font-size: 2.2rem;
  font-weight: 700;
}
.includes-step-icon,
.includes-step-item {
  display: flex;
  transition: var(--transition);
}
.includes-description {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 30px;
  line-height: 1.6;
}
.includes-steps-card {
  background: linear-gradient(
    135deg,
    rgba(13, 35, 49, 0.6),
    rgba(13, 35, 49, 0.3)
  );
  border: 1px solid rgba(0, 238, 255, 0.15);
  border-radius: var(--border-radius);
  padding: 30px;
  margin-bottom: 30px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}
.includes-step-item {
  align-items: flex-start;
  gap: 15px;
  padding: 20px 0;
  border-bottom: 1px solid rgba(0, 238, 255, 0.08);
}
.includes-step-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.includes-step-icon {
  width: 40px;
  height: 40px;
  background: linear-gradient(
    135deg,
    rgba(0, 238, 255, 0.2),
    rgba(0, 238, 255, 0.05)
  );
  border: 2px solid rgba(0, 238, 255, 0.3);
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.includes-step-item:hover .includes-step-icon {
  background: linear-gradient(
    135deg,
    rgba(0, 238, 255, 0.3),
    rgba(0, 238, 255, 0.1)
  );
  border-color: var(--title-color);
  transform: scale(1.1);
}
.section-title h2:after,
.testimonials .testimonial-item:before {
  position: absolute;
  background: linear-gradient(
    90deg,
    transparent,
    var(--title-color),
    transparent
  );
  content: "";
}
.includes-step-icon i {
  font-size: 1rem;
  color: var(--title-color);
}
.includes-step-title {
  font-size: 1.05rem;
  color: var(--title-color);
  margin: 0 0 8px;
  font-weight: 600;
}
.includes-step-desc {
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.75);
  margin: 0;
  line-height: 1.6;
}
.btn-ver-mas:hover,
.includes-cta-button {
  color: var(--bg-color);
}
.includes-cta-button {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: linear-gradient(135deg, var(--title-color), #00b8c7);
  font-family: Hack, monospace;
  font-weight: 700;
  font-size: 0.95rem;
  padding: 16px 32px;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  transition: var(--transition);
  letter-spacing: 1px;
  text-transform: uppercase;
  box-shadow: 0 8px 24px rgba(0, 238, 255, 0.3);
  position: relative;
  overflow: hidden;
}
.includes-cta-button::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.5s;
}
.btn-send:hover::before,
.includes-cta-button:hover::before,
.plan-cta:hover::before {
  left: 100%;
}
.includes-cta-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 32px rgba(0, 238, 255, 0.5);
}
.btn-ver-mas i,
.includes-cta-button i {
  transition: transform 0.3s;
}
@media (max-width: 991px) {
  .includes-content-wrapper {
    margin-top: 40px;
  }
  .includes-title {
    font-size: 1.6rem;
  }
  .includes-title-highlight {
    font-size: 1.8rem;
  }
}
@media (max-width: 768px) {
  .includes-section {
    padding: 60px 0;
  }
  .includes-title {
    font-size: 1.4rem;
  }
  .includes-title-highlight {
    font-size: 1.6rem;
  }
  .includes-steps-card {
    padding: 20px;
  }
  .includes-step-item {
    padding: 15px 0;
  }
  .includes-cta-button {
    width: 100%;
    justify-content: center;
  }
}
.services-section {
  background-color: #081b29;
  padding: 5rem 0;
}
.services-section__container {
  max-width: 72rem;
  margin: 0 auto;
  padding: 0 1.5rem;
}
.services-section__header {
  text-align: center;
  margin-bottom: 4rem;
}
.services-section__subtitle {
  color: #22d3ee;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.services-section__title {
  color: #fff;
  font-size: 2.25rem;
  font-weight: 700;
  margin-top: 0.5rem;
}
.services-section__grid {
  display: grid;
  gap: 2rem;
  grid-template-columns: 1fr;
}
.service-card-item {
  width: 100%;
  background-color: #fff;
  border: 1px solid #374151;
  border-radius: 0.5rem;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  transition: 0.3s;
}
.service-card-item:hover {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1),
    0 10px 10px -5px rgba(0, 0, 0, 0.04);
  transform: scale(1.02);
}
.service-card-item__image-wrapper {
  overflow: hidden;
  border-radius: 0.5rem 0.5rem 0 0;
}
.service-card-item__image {
  width: 100%;
  height: 18rem;
  object-fit: cover;
  object-position: center;
}
.service-card-item__body {
  padding: 1.5rem;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.service-card-item__category {
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #22d3ee;
  margin-bottom: 0.75rem;
}
.service-card-item__heading {
  font-size: 1.5rem;
  font-weight: 700;
  color: #343a40;
  margin-bottom: 0.75rem;
  letter-spacing: -0.025em;
}
.service-card-item__description {
  font-size: 1rem;
  color: #9ca3af;
  line-height: 1.625;
  margin-bottom: 1rem;
}
.process-badge,
.process-title {
  margin-bottom: 20px;
  font-family: Michroma, sans-serif;
}
.service-card-item__link {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.625rem 1.25rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: #fff;
  border-radius: 0.5rem;
  background: linear-gradient(
    135deg,
    rgba(0, 238, 255, 0.95),
    rgba(0, 153, 204, 0.95)
  );
  text-decoration: none;
  transition: 0.3s;
  border: none;
  cursor: pointer;
}
.service-card-item__link:hover {
  transform: scale(1.05);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -2px rgba(0, 0, 0, 0.05);
}
.service-card-item__icon {
  width: 1rem;
  height: 1rem;
}
@media (min-width: 640px) {
  .services-section__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .services-section__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.process-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background-color: rgba(0, 238, 255, 0.1);
  border: 1px solid rgba(0, 238, 255, 0.3);
  border-radius: 50px;
  padding: 8px 20px;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 1.5px;
  color: var(--title-color);
}
.process-badge-dot {
  width: 8px;
  height: 8px;
  background-color: var(--title-color);
  border-radius: 50%;
  animation: 2s ease-in-out infinite process-pulse;
}
@keyframes process-pulse {
  0%,
  100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.5;
    transform: scale(0.8);
  }
}
.process-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.footer-copyright strong,
.process-title-highlight {
  color: var(--title-color);
}
.process-description {
  font-size: 1.1rem;
  color: var(--soft-white);
  line-height: 1.6;
  margin-bottom: 35px;
  opacity: 0.9;
}
.process-steps-card {
  background: linear-gradient(
    135deg,
    rgba(13, 35, 49, 0.6),
    rgba(13, 35, 49, 0.3)
  );
  border: 1px solid rgba(0, 238, 255, 0.15);
  border-radius: 20px;
  padding: 35px 30px;
  margin-bottom: 30px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
}
.process-step-item {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid rgba(0, 238, 255, 0.1);
}
.process-step-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.process-step-icon {
  width: 28px;
  height: 28px;
  min-width: 28px;
  background: linear-gradient(
    135deg,
    var(--title-color),
    rgba(0, 238, 255, 0.7)
  );
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
  box-shadow: 0 4px 12px rgba(0, 238, 255, 0.3);
}
.process-step-icon i {
  font-size: 0.75rem;
  color: #081b29;
  font-weight: 900;
}
.process-step-title {
  font-family: Michroma, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  color: var(--title-color);
  margin: 0 0 6px;
  line-height: 1.4;
}
.process-step-desc {
  font-size: 0.95rem;
  color: var(--soft-white);
  margin: 0;
  line-height: 1.5;
  opacity: 0.85;
}
.process-cta-button {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: linear-gradient(
    135deg,
    rgba(0, 238, 255, 0.95),
    rgba(0, 153, 204, 0.95)
  );
  color: #081b29;
  font-family: Michroma, sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 16px 35px;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  transition: 0.3s;
  box-shadow: 0 8px 25px rgba(0, 238, 255, 0.3);
}
.btn-cta-primary,
.btn-ver-mas {
  font-weight: 600;
  letter-spacing: 1px;
  font-family: Michroma, sans-serif;
  text-decoration: none;
}
.btn-cta-primary i,
.process-cta-button i,
.slide {
  transition: transform 0.3s;
}
.process-cta-button:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 12px 35px rgba(0, 238, 255, 0.5);
}
.process-cta-button i {
  font-size: 0.85rem;
}
@media (max-width: 991px) {
  .process-content-wrapper {
    margin-top: 50px;
  }
  .process-title {
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  .process-title {
    font-size: 1.75rem;
  }
  .process-description {
    font-size: 1rem;
  }
  .process-steps-card {
    padding: 25px 20px;
  }
  .process-step-title {
    font-size: 0.95rem;
  }
  .process-step-desc {
    font-size: 0.9rem;
  }
}
.benefits-list,
.footer-brand,
.why-choose-title {
  margin-bottom: 30px;
}
.portfolio-section,
.testimonials {
  padding: 80px 0;
  background-color: var(--bg-color);
  overflow: hidden;
  position: relative;
}
.slider-container {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 20px 0;
}
.slider-container:after,
.slider-container:before {
  content: "";
  position: absolute;
  top: 0;
  width: 200px;
  height: 100%;
  z-index: 2;
}
.slider-container:before {
  left: 0;
  background: linear-gradient(to right, var(--bg-color), transparent);
}
.slider-container:after {
  right: 0;
  background: linear-gradient(to left, var(--bg-color), transparent);
}
.slide-track {
  display: flex;
  animation: 60s linear infinite scroll;
  width: calc(450px * 21);
}
.slide-track:hover {
  animation-play-state: paused;
}
.slide {
  width: 450px;
  height: 600px;
  padding: 0 15px;
  flex-shrink: 0;
}
.benefit-item,
.btn-cta-primary,
.btn-ver-mas,
.btn-ver-mas:before,
.proyecto-img,
.testimonials .swiper-slide,
.testimonials .testimonial-item,
.testimonials .testimonial-item .testimonial-img,
.testimonials .testimonial-item:before {
  transition: var(--transition);
}
.slide:hover {
  transform: scale(1.05);
}
.proyecto-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  border-radius: var(--border-radius);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(0, 238, 255, 0.2);
  display: block;
}
.slide:hover .proyecto-img {
  border-color: var(--title-color);
  box-shadow: 0 8px 16px rgba(0, 238, 255, 0.2);
}
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-450px * 7));
  }
}
.btn-ver-mas {
  display: inline-flex;
  align-items: center;
  background-color: transparent;
  color: #0ef;
  font-size: 1rem;
  padding: 12px 30px;
  border-radius: 5px;
  border: 2px solid #0ef;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.btn-ver-mas:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #0ef;
  z-index: -1;
}
.btn-ver-mas:hover:before,
.developer-link:hover::after,
.portfolio-hero__wrapper {
  width: 100%;
}
@media (max-width: 1024px) {
  .slide-track {
    width: calc(380px * 21);
  }
  .slide {
    width: 380px;
    height: 520px;
  }
  @keyframes scroll {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(calc(-380px * 7));
    }
  }
  .slider-container:after,
  .slider-container:before {
    width: 150px;
  }
}
@media (max-width: 767px) {
  .portfolio-section {
    padding: 60px 0;
  }
  .slide-track {
    width: calc(320px * 21);
    animation: 50s linear infinite scroll;
  }
  .slide {
    width: 320px;
    height: 480px;
    padding: 0 10px;
  }
  @keyframes scroll {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(calc(-320px * 7));
    }
  }
  .slider-container:after,
  .slider-container:before {
    width: 80px;
  }
  .btn-ver-mas {
    font-size: 0.9rem;
    padding: 10px 25px;
  }
}
.why-choose-section {
  padding: 80px 0;
  background-color: var(--bg-color);
  position: relative;
  overflow: hidden;
}
.phone-mockup {
  max-width: 90%;
  height: auto;
  max-height: 500px;
  border-radius: 10px;
  animation: 5s ease-in-out infinite floating;
}
.why-choose-content {
  padding: 20px 40px;
}
.why-choose-title {
  font-family: Michroma, sans-serif;
  font-size: 2rem;
  color: var(--title-color);
  letter-spacing: 1px;
  position: relative;
  line-height: 1.4;
  max-width: 500px;
}
.benefit-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
  padding: 15px;
  background-color: rgba(13, 35, 49, 0.5);
  border-radius: var(--border-radius);
}
.benefit-item:hover {
  transform: translateX(5px);
  background-color: rgba(13, 35, 49, 0.8);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}
.check-icon {
  margin-right: 15px;
  margin-top: 3px;
  flex-shrink: 0;
}
.benefit-text {
  font-family: Michroma, sans-serif;
  font-size: 0.95rem;
  color: var(--soft-white);
  line-height: 1.6;
  flex: 1;
}
.cta-container {
  margin-top: 30px;
}
.btn-cta-primary {
  display: inline-flex;
  align-items: center;
  background-color: var(--title-color);
  color: var(--bg-color);
  font-size: 1rem;
  padding: 15px 30px;
  border-radius: 30px;
  box-shadow: 0 5px 15px rgba(0, 238, 255, 0.3);
  border: 2px solid transparent;
}
.btn-cta-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 238, 255, 0.4);
  background-color: #00d9e8;
  color: var(--bg-color);
}
.btn-cta-primary i {
  margin-left: 10px;
}
.section-title {
  text-align: center;
  margin-bottom: 60px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.section-title h2 {
  font-family: Michroma, sans-serif;
  font-size: 2.5rem;
  color: var(--title-color);
  margin-bottom: 15px;
  position: relative;
  display: block;
}
.section-title h2:after {
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
}
.section-title p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.1rem;
  margin-top: 20px;
}
.testimonials .testimonial-item {
  background: linear-gradient(
    135deg,
    rgba(0, 238, 255, 0.08),
    rgba(0, 238, 255, 0.03)
  );
  border: 1px solid rgba(0, 238, 255, 0.2);
  border-radius: var(--border-radius);
  box-shadow: 0 8px 32px rgba(0, 238, 255, 0.1);
  box-sizing: border-box;
  padding: 30px;
  margin: 40px 30px;
  min-height: 350px;
  display: flex;
  flex-direction: column;
  text-align: center;
  backdrop-filter: blur(10px);
  position: relative;
  overflow: hidden;
}
.testimonials .testimonial-item:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  transform: translateX(-100%);
}
.testimonials .testimonial-item:hover {
  transform: translateY(-10px);
  border-color: var(--title-color);
  box-shadow: 0 20px 40px rgba(0, 238, 255, 0.2);
}
.testimonials .testimonial-item:hover:before {
  transform: translateX(0);
}
.testimonials .testimonial-item .stars {
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  gap: 3px;
}
.testimonials .testimonial-item .stars i {
  color: var(--title-color);
  font-size: 1.1rem;
  margin: 0 1px;
  filter: drop-shadow(0 0 5px var(--title-color));
}
.testimonials .testimonial-item .testimonial-img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 3px solid rgba(0, 238, 255, 0.4);
  margin: 0 auto 15px;
  object-fit: cover;
}
.testimonials .testimonial-item:hover .testimonial-img {
  border-color: var(--title-color);
  box-shadow: 0 0 20px rgba(0, 238, 255, 0.4);
}
.testimonials .testimonial-item h3 {
  font-size: 1.1rem;
  font-weight: 700;
  margin: 10px 0 5px;
  color: var(--title-color);
}
.testimonials .testimonial-item h4 {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.6);
  margin: 0 0 15px;
}
.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 auto 20px;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.6;
  flex-grow: 1;
}
.profile {
  margin-top: auto;
}
.testimonials .swiper {
  width: 100%;
  padding-bottom: 50px !important;
}
.testimonials .swiper-wrapper {
  height: auto;
  padding-bottom: 20px;
}
.testimonials .swiper-pagination {
  margin-top: 30px;
  position: relative;
  bottom: 0 !important;
}
.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: rgba(0, 238, 255, 0.3);
  opacity: 1;
  transition: var(--transition);
}
.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--title-color);
  box-shadow: 0 0 15px var(--title-color);
}
.testimonials .swiper-slide {
  opacity: 0.6;
  height: auto;
}
.testimonials .swiper-slide-active {
  opacity: 1 !important;
}
@media (max-width: 1199px) {
  .testimonials .swiper-slide-active {
    opacity: 1;
  }
  .testimonials .swiper-pagination {
    margin-top: 20px;
  }
  .testimonials .testimonial-item {
    margin: 40px 20px;
  }
}
@media (min-width: 1200px) {
  .hero-text-content > div[style*="display: flex"] {
    gap: 3rem !important;
  }
  .hero-social-modern {
    gap: 24px;
  }
  .testimonials .swiper-slide-next,
  .testimonials .swiper-slide-prev {
    opacity: 0.3;
  }
  .testimonials .swiper-slide-active {
    opacity: 1;
    transform: scale(1.1);
  }
}
@media (max-width: 768px) {
  .section-title h2 {
    font-size: 2rem;
  }
  .testimonials .testimonial-item {
    min-height: 300px;
    margin: 20px 15px;
    padding: 25px;
  }
  .testimonials .testimonial-item .testimonial-img {
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 480px) {
  .hero-modern {
    padding: 70px 0 40px;
  }
  .hero-title {
    font-size: clamp(1.25rem, 2.5vw + 0.5rem, 1.8rem);
    line-height: 1.4;
    margin-bottom: 16px;
    margin-top: 20px;
  }
  .hero-description {
    font-size: 0.85rem;
    line-height: 1.5;
    margin-bottom: 40px;
  }
  .hero-cta-buttons {
    gap: 16px;
    flex-direction: column;
    margin-bottom: 60px;
  }
  .btn-primary-hero,
  .btn-secondary-hero {
    padding: 12px 18px;
    font-size: 0.7rem;
    width: 60%;
    margin: 0 auto 12px;
  }
  .hero-label {
    font-size: 0.6rem;
    padding: 6px 12px;
  }
  .social-link {
    width: 38px;
    height: 38px;
  }
  .about-main-title,
  .includes-title {
    font-size: 1.2rem;
  }
  .about-stat-num {
    font-size: 1.6rem;
  }
  .about-benefit-row {
    padding: 12px;
  }
  .about-benefit-txt {
    font-size: 0.9rem;
  }
  .includes-title-highlight {
    font-size: 1.4rem;
  }
  .includes-badge {
    font-size: 0.65rem;
    padding: 6px 15px;
  }
  .includes-step-title {
    font-size: 0.95rem;
  }
  .includes-step-desc {
    font-size: 0.85rem;
  }
  .process-badge {
    font-size: 0.7rem;
    padding: 6px 15px;
  }
  .process-title {
    font-size: 1.5rem;
  }
  .process-steps-card {
    padding: 20px 15px;
  }
  .process-step-item {
    gap: 12px;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .process-step-icon {
    width: 24px;
    height: 24px;
    min-width: 24px;
  }
  .process-cta-button {
    width: 100%;
    justify-content: center;
    padding: 14px 25px;
    font-size: 0.85rem;
  }
  .portfolio-section {
    padding: 50px 0;
  }
  .slide-track {
    width: calc(280px * 21);
    animation: 45s linear infinite scroll;
  }
  .slide {
    width: 280px;
    height: 420px;
    padding: 0 8px;
  }
  @keyframes scroll {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(calc(-280px * 7));
    }
  }
  .slider-container:after,
  .slider-container:before {
    width: 50px;
  }
  .btn-ver-mas {
    font-size: 0.85rem;
    padding: 10px 20px;
  }
  .testimonials .testimonial-item {
    margin: 20px 10px;
    padding: 20px;
  }
}
.contact-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(
    ellipse at center,
    rgba(0, 238, 255, 0.03) 0,
    transparent 70%
  );
  pointer-events: none;
}
.contact-container,
.portfolio-hero__content {
  position: relative;
  z-index: 2;
}
.contact-intro {
  margin-bottom: 50px;
}
.contact-subtitle {
  color: var(--title-color);
  font-family: Michroma, sans-serif;
  font-size: 0.9rem;
  letter-spacing: 3px;
  margin-bottom: 15px;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
}
.contact-title,
.form-title {
  font-family: Hack, monospace;
}
.info-icon,
.info-item {
  display: flex;
  align-items: center;
  transition: var(--transition);
}
.contact-subtitle::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 60px;
  height: 2px;
  background-color: var(--title-color);
}
.contact-title {
  font-size: 2.5rem;
  color: var(--soft-white);
  margin-bottom: 25px;
  font-weight: 700;
  line-height: 1.2;
}
.contact-description {
  font-size: 1.1rem;
  color: var(--text-color);
  line-height: 1.6;
  max-width: 500px;
}
.contact-info {
  margin-bottom: 40px;
}
.info-item {
  margin-bottom: 25px;
  padding: 15px 0;
}
.info-item:hover {
  transform: translateX(10px);
}
.info-icon {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, var(--title-color), #00c9d8);
  border-radius: 50%;
  justify-content: center;
  margin-right: 20px;
}
.info-item:hover .info-icon {
  transform: scale(1.1);
  box-shadow: 0 5px 15px rgba(0, 238, 255, 0.3);
}
.info-icon i {
  color: #081b29;
  font-size: 1.2rem;
  font-weight: 700;
}
.info-content h4 {
  color: var(--title-color);
  font-family: Michroma, sans-serif;
  font-size: 0.9rem;
  margin-bottom: 5px;
  letter-spacing: 1px;
}
.form-control,
.form-control:focus,
.form-label,
.form-title,
.info-content p {
  color: var(--soft-white);
}
.info-content p {
  margin: 0;
  font-size: 1rem;
}
.contact-form-container {
  background: rgba(13, 35, 49, 0.4);
  border-radius: 15px;
  padding: 40px;
  border: 1px solid rgba(0, 238, 255, 0.1);
  position: relative;
  overflow: hidden;
}
.contact-form-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(
    90deg,
    transparent,
    var(--title-color),
    transparent
  );
}
.form-title {
  font-size: 1.5rem;
  margin-bottom: 30px;
  text-align: center;
}
.btn-send,
.footer-section h4,
.form-label {
  font-family: Michroma, sans-serif;
  letter-spacing: 1px;
}
.form-group {
  margin-bottom: 25px;
}
.form-label {
  font-size: 0.8rem;
  margin-bottom: 8px;
  display: block;
}
.btn-send,
.form-control {
  font-size: 1rem;
  width: 100%;
  transition: var(--transition);
}
.form-control {
  background-color: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(0, 238, 255, 0.2);
  border-radius: var(--border-radius);
  padding: 15px;
}
.btn-send,
.social-link:hover i {
  color: #081b29;
}
.form-control:focus {
  background-color: rgba(255, 255, 255, 0.08);
  border-color: var(--title-color);
  box-shadow: 0 0 0 3px rgba(0, 238, 255, 0.1);
  outline: 0;
}
.form-control::placeholder {
  color: rgba(255, 255, 255, 0.4);
}
textarea.form-control {
  resize: vertical;
  min-height: 120px;
}
.btn-send {
  background: linear-gradient(135deg, #00e676, #00c853);
  font-weight: 600;
  padding: 15px 40px;
  border: none;
  border-radius: 30px;
  text-decoration: none;
  box-shadow: 0 5px 15px rgba(0, 230, 118, 0.3);
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.btn-send::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.7s;
}
.btn-send:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0, 230, 118, 0.4);
}
.whatsapp-float {
  background: linear-gradient(135deg, #25d366, #128c7e);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 15px rgba(37, 211, 102, 0.4);
  transition: var(--transition);
  animation: 2s infinite pulse;
}
.whatsapp-float i {
  color: #fff;
  font-size: 1.8rem;
}
.contact-item,
.footer-nav-link,
.footer-tagline {
  font-size: 0.9rem;
  color: var(--soft-white);
}
.footer-main {
  background: linear-gradient(135deg, #0a1929 0, #081b29 50%, #0d2235 100%);
  position: relative;
  overflow: hidden;
  border-top: 1px solid rgba(0, 238, 255, 0.2);
}
.back-to-top,
.social-link {
  background: rgba(0, 238, 255, 0.1);
}
.container,
.gallery-container,
.pricing-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}
.footer-content {
  padding: 40px 0 20px;
  text-align: center;
}
.footer-logo {
  display: inline-block;
  text-decoration: none;
  transition: 0.3s;
}
.footer-logo-img {
  height: 100px;
  width: auto;
  max-width: 300px;
  transition: 0.3s;
  filter: brightness(1.1);
}
.footer-nav-link,
.social-link,
.social-link i {
  transition: var(--transition);
}
.footer-logo:hover .footer-logo-img {
  transform: scale(1.05);
  filter: brightness(1.3) drop-shadow(0 0 15px rgba(0, 238, 255, 0.5));
}
.footer-tagline {
  margin-top: 8px;
  opacity: 0.8;
}
.footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-bottom: 30px;
}
.footer-section h4 {
  color: #fff;
  font-size: 1rem;
  margin-bottom: 15px;
}
.footer-nav-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
.footer-nav-link {
  text-decoration: none;
  padding: 5px 0;
  border-bottom: 1px solid transparent;
}
.footer-nav-link:hover {
  color: var(--title-color);
  border-bottom-color: var(--title-color);
}
.footer-contact {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.contact-item {
  display: flex;
  align-items: center;
  gap: 8px;
}
.contact-item i {
  color: var(--title-color);
  width: 16px;
}
.footer-social {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-bottom: 20px;
}
.social-link {
  width: 40px;
  height: 40px;
  border: 1px solid rgba(0, 238, 255, 0.3);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.social-link i {
  font-size: 1.1rem;
  color: var(--title-color);
}
.social-link:hover {
  background: var(--title-color);
  border-color: var(--title-color);
  transform: translateY(-2px);
}
.social-link.whatsapp:hover {
  color: #fff;
  background: #25d366;
  border-color: #25d366;
}
.social-link.linkedin:hover {
  color: #fff;
  background: #0077b5;
  border-color: #0077b5;
}
.social-link.github:hover {
  color: #fff;
  background: #333;
  border-color: #333;
}
.social-link.email:hover {
  background: #ea4335;
  border-color: #ea4335;
}
.footer-bottom {
  border-top: 1px solid rgba(0, 238, 255, 0.2);
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}
.footer-copyright {
  color: var(--soft-white);
  font-size: 1.1rem;
  font-weight: 500;
  text-align: center;
}
.back-to-top,
.developer-link {
  color: var(--title-color);
  transition: var(--transition);
  text-decoration: none;
}
.developer-link {
  font-family: Hack, monospace;
  font-weight: 700;
  font-size: 1.2rem;
  letter-spacing: 1px;
  position: relative;
}
.filter-btn,
.portfolio-hero__cta,
.portfolio-hero__title {
  font-family: Michroma, sans-serif;
}
.developer-link::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--title-color);
  transition: var(--transition);
}
.developer-link:hover {
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 238, 255, 0.8);
  transform: scale(1.05);
}
.back-to-top {
  border: 1px solid rgba(0, 238, 255, 0.3);
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.back-to-top:hover {
  background: var(--title-color);
  color: #081b29;
  transform: translateY(-3px);
}
@media (max-width: 768px) {
  .contact-title {
    font-size: 2rem;
  }
  .contact-form-container {
    padding: 25px;
  }
  .whatsapp-float {
    bottom: 20px;
    right: 20px;
    width: 55px;
    height: 55px;
  }
  .whatsapp-float i {
    font-size: 1.6rem;
  }
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .footer-nav-list {
    flex-direction: column;
    gap: 10px;
  }
  .footer-bottom {
    flex-direction: column;
    text-align: center;
    justify-content: center;
  }
  .footer-copyright {
    text-align: center;
    width: 100%;
  }
  .footer-social {
    gap: 10px;
  }
  .social-link {
    width: 38px;
    height: 38px;
  }
  .footer-logo-img {
    height: 70px;
  }
}
.whatsapp-float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 20px;
  right: 20px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 28px;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
  z-index: 1000;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.whatsapp-float:hover {
  box-shadow: 0 6px 20px rgba(37, 211, 102, 0.6);
  text-decoration: none;
  background-color: #128c7e;
  transform: scale(1.1);
  box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.4);
  color: #fff;
}
@media screen and (max-width: 768px) {
  .whatsapp-float {
    width: 55px;
    height: 55px;
    font-size: 24px;
    bottom: 15px;
    right: 15px;
  }
}
@media (max-width: 991.98px) {
  .navbar-collapse {
    background: linear-gradient(
      to bottom,
      var(--navbar-gradient-start),
      var(--navbar-gradient-end)
    );
    border-radius: var(--border-radius);
    margin-top: 10px;
    padding: 15px;
    border: 1px solid rgba(0, 238, 255, 0.15);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  }
  .navbar-nav {
    padding: 10px 0;
    margin: 0 auto;
  }
  .logo-img {
    height: 120px;
  }
  .nav-item {
    margin: 8px 0;
  }
  .nav-link {
    padding: 10px 15px !important;
    border-radius: 6px;
    text-align: center;
    transition: var(--transition);
  }
  .nav-link.active,
  .nav-link:hover {
    background-color: rgba(0, 238, 255, 0.1);
    color: #0ef !important;
  }
  .desktop-banner,
  .nav-link::after {
    display: none;
  }
  .navbar-collapse.collapsing {
    height: auto;
    overflow: hidden;
    transition: height 0.3s;
  }
  .navbar-collapse.show {
    animation: 0.3s forwards slideDown;
  }
  @keyframes slideDown {
    0% {
      opacity: 0;
      transform: translateY(-10px);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }
  .experience-container {
    flex-direction: column;
    padding: 30px 15px;
    gap: 30px;
  }
  .experience-info {
    padding-left: 0;
    justify-content: center;
    gap: 60px;
  }
  .tech-icons {
    padding-right: 0;
    justify-content: center;
    gap: 30px;
  }
  .experience-bar {
    padding: 30px 0;
  }
  .hero {
    padding: 100px 0 40px;
  }
  .hero h1 {
    font-size: 2.2rem;
  }
  .hero h3,
  .service-title {
    font-size: 1.1rem;
  }
  .benefit-text,
  .hero p {
    font-size: 0.95rem;
  }
  .service-card {
    padding: 35px 20px;
  }
  .service-description {
    font-size: 0.9rem;
  }
  .why-choose-title {
    font-size: 1.6rem;
  }
  .phone-mockup {
    max-height: 400px;
  }
  .mobile-banner {
    display: block;
  }
}
@media (max-width: 767.98px) {
  .section-title {
    font-size: 1.4rem;
    text-align: center;
    margin-bottom: 30px;
  }
  .logo-img {
    height: 80px;
  }
  .navbar {
    padding: 8px 0;
  }
  .navbar-collapse {
    margin-top: 8px;
    padding: 10px;
  }
  .nav-link {
    font-size: 0.85rem;
    padding: 8px 12px !important;
  }
  .hero {
    padding: 80px 0 30px;
    text-align: center;
  }
  .hero h1 {
    font-size: 1.8rem;
    line-height: 1.3;
    margin-bottom: 15px;
  }
  .hero h3 {
    font-size: 1rem;
  }
  .hero p,
  .question-item h5 {
    font-size: 0.9rem;
  }
  .hero p {
    margin-bottom: 25px;
  }
  .rocket-img {
    max-width: 80%;
  }
  .questions-container {
    padding: 15px 0;
  }
  .question-item {
    margin-bottom: 20px;
  }
  .check-icon i,
  .question-item i {
    font-size: 1.1rem;
  }
  .experience-bar {
    padding: 25px 0;
  }
  .experience-container {
    flex-direction: column;
    gap: 25px;
    padding: 0 10px;
  }
  .experience-info {
    gap: 40px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .experience-stat {
    gap: 10px;
    padding: 8px;
    flex-direction: column;
    text-align: center;
  }
  .experience-number {
    font-size: 2.2rem;
    line-height: 1;
  }
  .experience-text {
    font-size: 0.75rem;
    text-align: center;
  }
  .tech-icons {
    gap: 20px;
    justify-content: center;
    max-width: 100%;
  }
  .tech-icons img {
    height: 32px;
  }
  .tech-label {
    font-size: 0.65rem;
  }
  .services-section,
  .why-choose-section {
    padding: 60px 0;
  }
  .service-card {
    padding: 30px 20px;
    margin-bottom: 25px;
  }
  .service-icon {
    height: 70px;
    margin-bottom: 20px;
  }
  .service-img {
    max-height: 60px;
  }
  .service-title {
    font-size: 1rem;
    margin-bottom: 15px;
  }
  .service-description {
    font-size: 0.85rem;
    line-height: 1.5;
  }
  .btn-cotizar {
    font-size: 0.9rem;
    padding: 12px 28px;
  }
  .why-choose-title {
    font-size: 1.4rem;
    margin-bottom: 25px;
    text-align: center;
  }
  .why-choose-title::after {
    left: 50%;
    transform: translateX(-50%);
  }
  .phone-mockup {
    max-height: 350px;
  }
  .benefit-item {
    padding: 12px;
    margin-bottom: 15px;
  }
  .benefit-text {
    font-size: 0.85rem;
    line-height: 1.4;
  }
  .btn-cta-primary {
    font-size: 0.9rem;
    padding: 12px 25px;
    width: 100%;
    justify-content: center;
  }
  .banner-full-section {
    padding: 20px 0 40px;
  }
  .slide-track {
    animation-duration: 80s;
  }
  .benefit-item:hover,
  .service-card:hover,
  .slide:hover {
    transform: none;
  }
  .benefit-item,
  .service-card {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  }
}
@media (max-width: 575.98px) {
  .section,
  .services-section,
  .why-choose-section {
    padding: 50px 0;
  }
  .section-title {
    font-size: 1.2rem;
    margin-bottom: 25px;
  }
  .logo-img {
    height: 65px;
  }
  .navbar-collapse {
    padding: 8px;
  }
  .hero {
    padding: 70px 0 25px;
  }
  .hero h1 {
    font-size: 1.5rem;
    margin-bottom: 12px;
  }
  .hero h3 {
    font-size: 0.9rem;
  }
  .benefit-text,
  .hero p,
  .service-description {
    font-size: 0.8rem;
  }
  .rocket-img {
    max-width: 75%;
  }
  .experience-info {
    gap: 30px;
  }
  .experience-number {
    font-size: 2rem;
  }
  .experience-text {
    font-size: 0.7rem;
  }
  .tech-icons {
    gap: 15px;
  }
  .tech-icons img {
    height: 28px;
  }
  .service-card {
    padding: 25px 15px;
  }
  .service-icon {
    height: 60px;
  }
  .service-img {
    max-height: 50px;
  }
  .service-title {
    font-size: 0.95rem;
  }
  .btn-cotizar {
    font-size: 0.85rem;
    padding: 10px 25px;
  }
  .why-choose-title {
    font-size: 1.2rem;
  }
  .phone-mockup {
    max-height: 300px;
  }
  .benefit-item {
    padding: 10px;
  }
  .check-icon {
    margin-right: 12px;
  }
  .check-icon i {
    font-size: 1rem;
  }
  .btn-cta-primary {
    font-size: 0.85rem;
    padding: 10px 20px;
  }
}
@media (max-width: 480px) {
  .hero h1 {
    font-size: 1.3rem;
  }
  .hero h3 {
    font-size: 0.85rem;
  }
  .benefit-text,
  .hero p,
  .service-description {
    font-size: 0.75rem;
  }
  .experience-info {
    gap: 25px;
    flex-direction: column;
  }
  .experience-number {
    font-size: 1.8rem;
  }
  .experience-text {
    font-size: 0.65rem;
  }
  .tech-icons {
    gap: 12px;
  }
  .tech-icons img {
    height: 24px;
  }
  .service-card {
    padding: 20px 12px;
  }
  .service-title {
    font-size: 0.9rem;
  }
  .why-choose-title {
    font-size: 1.1rem;
  }
  .phone-mockup {
    max-height: 280px;
  }
}
@media (max-height: 600px) and (orientation: landscape) {
  .hero {
    padding: 40px 0 20px;
  }
  .hero h1 {
    font-size: 1.6rem;
  }
  .rocket-img {
    max-width: 60%;
  }
  .experience-bar {
    padding: 15px 0;
  }
  .section {
    padding: 40px 0;
  }
  .phone-mockup {
    max-height: 250px;
  }
}
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0s !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0s !important;
  }
  .phone-mockup,
  .rocket-img,
  .slide-track {
    animation: none;
  }
}
@media (prefers-contrast: high) {
  :root {
    --title-color: #00ffff;
    --text-color: #ffffff;
    --soft-white: #ffffff;
  }
  .benefit-item,
  .service-card {
    border: 2px solid var(--title-color);
  }
}
.portfolio-hero {
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  padding: 120px 0 80px;
  text-align: center;
  position: relative;
  min-height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.portfolio-hero__title {
  color: #fff;
  font-size: 2.8rem;
  margin-bottom: 25px;
  letter-spacing: 2px;
  line-height: 1.2;
  text-shadow: 0 6px 20px rgba(0, 0, 0, 0.6);
  animation: 0.8s ease-out portfolio-fadeInDown;
  font-weight: 700;
}
.portfolio-hero__highlight-text {
  background: linear-gradient(135deg, #0ee 0, #00c9d8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: 700;
  filter: drop-shadow(0 0 8px rgba(0, 238, 255, 0.3));
}
.portfolio-hero__subtitle-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}
.portfolio-hero__description {
  color: #f0f0f0;
  font-size: 1.15rem;
  max-width: 720px;
  margin: 0 auto 45px;
  line-height: 1.8;
  text-shadow: 0 3px 12px rgba(0, 0, 0, 0.5);
  animation: 0.8s ease-out 0.2s both portfolio-fadeInUp;
}
.portfolio-hero__link {
  color: #0ee;
  font-weight: 600;
  transition: 0.3s;
  text-decoration: underline;
  text-underline-offset: 4px;
  text-shadow: 0 0 10px rgba(0, 238, 255, 0.3);
}
.portfolio-hero__link:hover {
  color: #00c9d8;
  text-shadow: 0 0 20px rgba(0, 238, 255, 0.6);
  text-decoration-thickness: 2px;
}
.portfolio-hero__cta {
  background: linear-gradient(135deg, #0ee 0, #00c9d8 100%);
  color: #000;
  border: 2px solid #0ee;
  padding: 16px 40px;
  font-weight: 700;
  transition: 0.3s;
  border-radius: 6px;
  text-decoration: none;
  display: inline-block;
  font-size: 0.95rem;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow: 0 12px 30px rgba(0, 238, 255, 0.25);
  animation: 0.8s ease-out 0.4s both portfolio-fadeInUp;
}
.portfolio-hero__cta:hover {
  background: linear-gradient(135deg, #00c9d8 0, #0ee 100%);
  transform: translateY(-6px);
  box-shadow: 0 18px 45px rgba(0, 238, 255, 0.4);
  border-color: #00c9d8;
}
.portfolio-hero__cta:active {
  transform: translateY(-2px);
}
@keyframes portfolio-fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes portfolio-fadeInUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 992px) {
  .portfolio-hero {
    min-height: 550px;
    padding: 100px 0 70px;
  }
  .portfolio-hero__title {
    font-size: 2.2rem;
    margin-bottom: 20px;
  }
  .portfolio-hero__description {
    font-size: 1.05rem;
    margin-bottom: 35px;
  }
}
@media (max-width: 768px) {
  .portfolio-hero {
    min-height: 480px;
    padding: 80px 0 60px;
    background-attachment: scroll;
  }
  .portfolio-hero__title {
    font-size: 1.8rem;
    margin-bottom: 15px;
    letter-spacing: 1px;
  }
  .portfolio-hero__description {
    font-size: 0.95rem;
    margin-bottom: 30px;
    line-height: 1.7;
  }
  .portfolio-hero__cta {
    padding: 13px 32px;
    font-size: 0.85rem;
    letter-spacing: 0.8px;
  }
}
.filter-btn,
.gallery-item .hot-badge {
  text-transform: uppercase;
  letter-spacing: 0.8px;
}
@media (max-width: 480px) {
  .portfolio-hero {
    min-height: 420px;
    padding: 60px 0 50px;
  }
  .portfolio-hero__title {
    font-size: 1.5rem;
    margin-bottom: 12px;
  }
  .portfolio-hero__description {
    font-size: 0.9rem;
    margin-bottom: 25px;
  }
  .portfolio-hero__cta {
    padding: 12px 28px;
    font-size: 0.75rem;
  }
}
.gallery-section {
  background-color: var(--bg-color);
  padding: 80px 0;
}
.filter-container {
  text-align: center;
  margin-bottom: 50px;
}
.filter-btn {
  background: 0 0;
  border: 2px solid rgba(0, 238, 255, 0.3);
  color: var(--title-color);
  padding: 12px 24px;
  margin: 6px;
  border-radius: 8px;
  font-size: 0.75rem;
  font-weight: 600;
  transition: 0.3s;
  cursor: pointer;
}
.filter-btn.active,
.filter-btn:hover {
  background: var(--title-color);
  color: var(--bg-color);
  border-color: var(--title-color);
  transform: translateY(-2px);
  box-shadow: 0 8px 16px rgba(0, 238, 255, 0.3);
}
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
  gap: 30px;
}
.gallery-item {
  position: relative;
  background: rgba(15, 35, 50, 0.6);
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(0, 238, 255, 0.2);
  transition: 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
  aspect-ratio: 370/610;
  display: flex;
  flex-direction: column;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4), 0 2px 8px rgba(0, 238, 255, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
}
.gallery-item:hover {
  transform: translateY(-8px);
  border-color: rgba(0, 238, 255, 0.5);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5), 0 8px 32px rgba(0, 238, 255, 0.25),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
.gallery-item .image-wrapper {
  position: relative;
  width: 100%;
  flex: 0 0 80%;
  overflow: hidden;
  background: rgba(8, 27, 41, 0.3);
}
.gallery-item img {
  width: 100%;
  height: auto;
  min-height: 100%;
  display: block;
  object-fit: cover;
  object-position: top center;
  transition: transform 6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  will-change: transform;
}
.gallery-item .hot-badge {
  position: absolute;
  top: 16px;
  right: 16px;
  background: rgba(255, 107, 53, 0.95);
  color: #fff;
  padding: 5px 14px;
  border-radius: 6px;
  font-size: 10px;
  font-weight: 700;
  z-index: 10;
}
.gallery-item .breadcrumb,
.pricing-title h2 {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 600;
  font-family: Michroma, sans-serif;
}
.gallery-item .content-wrapper {
  position: relative;
  flex: 0 0 20%;
  padding: 20px 24px;
  background: rgba(8, 27, 41, 0.6);
  backdrop-filter: blur(15px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.gallery-item .breadcrumb {
  display: block;
  color: rgba(0, 238, 255, 0.7);
  font-size: 10px;
  margin-bottom: 8px;
}
.gallery-item .project-title {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  margin: 0;
  line-height: 1.2;
  font-family: Michroma, sans-serif;
  letter-spacing: 0.3px;
}
.gallery-item .btn-external {
  position: absolute;
  bottom: 20px;
  right: 24px;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 238, 255, 0.1);
  border: 1px solid rgba(0, 238, 255, 0.3);
  border-radius: 8px;
  color: var(--title-color);
  text-decoration: none;
  transition: 0.3s;
  font-size: 14px;
}
.plan-cta,
.pricing-card {
  width: 100%;
  overflow: hidden;
}
.plan-cta,
.plan-cta::before,
.plan-features li,
.pricing-card,
.pricing-card::after {
  transition: var(--transition);
}
.gallery-item .btn-external:hover {
  background: var(--title-color);
  color: var(--bg-color);
  border-color: var(--title-color);
  transform: scale(1.08);
}
@media (max-width: 1024px) {
  .gallery-grid {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 25px;
  }
}
.fade-in {
  animation: 0.8s ease-in-out fadeIn;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.gallery-item.hide {
  display: none;
}
.gallery-item.show {
  display: flex;
  animation: 0.5s ease-in-out fadeIn;
}
.pricing-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 25px;
  justify-items: center;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  position: relative;
  z-index: 2;
}
.pricing-section {
  padding: 100px 0;
  background: var(--primary-bg);
  position: relative;
  overflow: hidden;
}
.pricing-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(
      ellipse at 20% 50%,
      rgba(106, 76, 147, 0.1) 0,
      transparent 50%
    ),
    radial-gradient(
      ellipse at 80% 20%,
      rgba(0, 238, 255, 0.08) 0,
      transparent 50%
    ),
    radial-gradient(
      ellipse at 40% 80%,
      rgba(16, 185, 129, 0.06) 0,
      transparent 50%
    );
  pointer-events: none;
}
.pricing-title {
  text-align: center;
  margin-bottom: 70px;
  position: relative;
  z-index: 2;
}
.pricing-title h2 {
  font-size: clamp(1.8rem, 4vw, 2.5rem);
  color: var(--title-color);
  margin-bottom: 20px;
}
.pricing-subtitle {
  font-size: clamp(1rem, 2vw, 1.1rem);
  color: var(--soft-white);
  margin-bottom: 10px;
  letter-spacing: 0.5px;
  opacity: 0.9;
}
.pricing-card {
  background: var(--card-bg-1);
  border: 2px solid rgba(0, 238, 255, 0.2);
  border-radius: 24px;
  padding: 35px 25px;
  position: relative;
  height: 100%;
  max-width: 320px;
}
.pricing-card.basic::before,
.pricing-card.enterprise::before,
.pricing-card.entrepreneur::before,
.pricing-card.premium::before,
.pricing-card.professional::before {
  border-radius: 24px 24px 0 0;
  left: 0;
  right: 0;
  content: "";
  top: 0;
}
.new-badge,
.popular-badge {
  padding: 8px 20px;
  border-radius: 20px;
  font-size: 0.7rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--primary-bg);
}
.pricing-card.basic::before {
  position: absolute;
  height: 4px;
  background: var(--green-gradient);
}
.pricing-card.entrepreneur::before {
  position: absolute;
  height: 4px;
  background: var(--purple-gradient);
}
.popular-badge,
.pricing-card.professional::before {
  background: var(--cyan-gradient);
  position: absolute;
}
.pricing-card.professional::before {
  height: 5px;
}
.pricing-card.premium::before {
  position: absolute;
  height: 4px;
  background: var(--orange-gradient);
}
.pricing-card.enterprise::before {
  position: absolute;
  height: 5px;
  background: var(--gold-gradient);
}
.pricing-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    135deg,
    rgba(0, 238, 255, 0.03) 0,
    transparent 50%
  );
  opacity: 0;
  pointer-events: none;
}
.pricing-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 25px 50px rgba(0, 238, 255, 0.15);
}
.pricing-card:hover::after {
  opacity: 1;
}
.pricing-card.professional {
  border-color: var(--title-color);
  background: var(--card-bg-2);
  transform: scale(1.05);
  box-shadow: 0 15px 30px rgba(0, 238, 255, 0.1);
}
.pricing-card.professional:hover {
  border-color: var(--title-color);
  box-shadow: 0 30px 60px rgba(0, 238, 255, 0.25);
}
.popular-badge {
  top: -6px;
  right: 25px;
  box-shadow: 0 4px 15px rgba(0, 238, 255, 0.3);
}
.new-badge {
  position: absolute;
  top: -12px;
  left: 25px;
  background: var(--gold-gradient);
  box-shadow: 0 4px 15px rgba(212, 175, 55, 0.3);
}
.plan-cta,
.plan-price {
  text-align: center;
  position: relative;
}
.plan-name {
  font-size: 1.4rem;
  color: var(--soft-white);
  margin-bottom: 20px;
  text-align: center;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.amount,
.currency,
.plan-features li i,
.plan-features li:hover {
  color: var(--title-color);
}
.plan-price {
  margin-bottom: 30px;
  padding: 0 5px;
}
.price-container {
  display: flex;
  align-items: baseline;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 3px;
}
.currency {
  font-size: 1rem;
  font-weight: 500;
  align-self: flex-start;
  margin-top: 2px;
}
.amount {
  font-family: Michroma, sans-serif;
  font-size: clamp(1.4rem, 3.5vw, 1.8rem);
  font-weight: 600;
  letter-spacing: -0.5px;
  line-height: 1;
}
.currency-label {
  font-size: 0.7rem;
  color: rgba(229, 231, 235, 0.7);
  margin-top: 6px;
  font-weight: 400;
  letter-spacing: 1px;
}
.conversion-text,
.plan-cta,
.plan-cta:hover {
  color: var(--soft-white);
}
.btn-conversion,
.plan-cta {
  text-decoration: none;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.plan-features {
  list-style: none;
  padding: 0;
  margin-bottom: 35px;
}
.plan-features li {
  padding: 12px 0;
  border-bottom: 1px solid rgba(0, 238, 255, 0.08);
  display: flex;
  align-items: flex-start;
  font-size: 0.9rem;
  letter-spacing: 0.2px;
  line-height: 1.4;
}
.plan-features li:last-child {
  border-bottom: none;
}
.plan-features li:hover {
  transform: translateX(3px);
}
.plan-features li i {
  margin-right: 12px;
  font-size: 0.9rem;
  width: 16px;
  text-align: center;
  flex-shrink: 0;
  margin-top: 2px;
}
.plan-cta {
  border: none;
  padding: 14px 28px;
  border-radius: 50px;
  font-family: Inter, sans-serif;
  font-size: 0.85rem;
  display: block;
}
.plan-cta::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.2),
    transparent
  );
}
.plan-cta:hover {
  transform: translateY(-2px);
}
.pricing-card.basic .plan-cta {
  background: var(--green-gradient);
}
.pricing-card.basic .plan-cta:hover {
  background: linear-gradient(135deg, #34d399, #10b981);
  box-shadow: 0 12px 30px rgba(16, 185, 129, 0.4);
}
.pricing-card.entrepreneur .plan-cta {
  background: var(--purple-gradient);
}
.pricing-card.entrepreneur .plan-cta:hover {
  background: linear-gradient(135deg, #7c3aed, #a855f7);
  box-shadow: 0 12px 30px rgba(106, 76, 147, 0.4);
}
.pricing-card.professional .plan-cta {
  background: var(--cyan-gradient);
  color: var(--primary-bg);
  font-weight: 700;
}
.pricing-card.professional .plan-cta:hover {
  background: linear-gradient(135deg, #0cf, #09c);
  color: var(--primary-bg);
  box-shadow: 0 12px 30px rgba(0, 238, 255, 0.4);
}
.pricing-card.premium .plan-cta {
  background: var(--orange-gradient);
}
.pricing-card.premium .plan-cta:hover {
  background: linear-gradient(135deg, #fbbf24, #f59e0b);
  box-shadow: 0 12px 30px rgba(245, 158, 11, 0.4);
}
.pricing-card.enterprise .plan-cta {
  background: var(--gold-gradient);
  color: var(--primary-bg);
  font-weight: 700;
}
.pricing-card.enterprise .plan-cta:hover {
  background: linear-gradient(135deg, gold, #d4af37);
  color: var(--primary-bg);
  box-shadow: 0 12px 30px rgba(212, 175, 55, 0.4);
}
@media (max-width: 1200px) {
  .pricing-row {
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 20px;
  }
  .pricing-card.professional {
    transform: scale(1.02);
  }
}
@media (max-width: 768px) {
  .gallery-section {
    padding: 60px 0;
  }
  .gallery-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .filter-container {
    overflow-x: auto;
    white-space: nowrap;
    padding-bottom: 10px;
    margin-bottom: 35px;
  }
  .filter-btn {
    padding: 10px 18px;
    font-size: 0.7rem;
    margin: 4px;
  }
  .gallery-item .content-wrapper {
    padding: 18px 20px;
  }
  .gallery-item .project-title {
    font-size: 16px;
  }
  .gallery-item .breadcrumb {
    font-size: 9px;
  }
  .pricing-row {
    grid-template-columns: 1fr;
    max-width: 400px;
    margin: 0 auto;
  }
  .pricing-section {
    padding: 80px 0;
  }
  .pricing-title {
    margin-bottom: 50px;
  }
  .pricing-card {
    padding: 30px 22px;
    max-width: none;
  }
  .pricing-card.professional {
    transform: none;
  }
  .plan-name {
    font-size: 1.3rem;
  }
  .amount {
    font-size: 1.5rem;
  }
  .plan-features li {
    font-size: 0.85rem;
    padding: 10px 0;
  }
  .new-badge,
  .popular-badge {
    font-size: 0.65rem;
    padding: 6px 16px;
    top: -10px;
  }
}
@media (max-width: 576px) {
  .pricing-section {
    padding: 60px 0;
  }
  .pricing-container {
    padding: 0 15px;
  }
  .pricing-title {
    margin-bottom: 40px;
  }
  .pricing-card {
    padding: 28px 20px;
  }
  .plan-cta {
    padding: 12px 24px;
    font-size: 0.8rem;
  }
  .amount {
    font-size: 1.4rem;
  }
  .currency {
    font-size: 0.9rem;
  }
}
@media (max-width: 400px) {
  .amount {
    font-size: 1.2rem;
  }
  .plan-price {
    padding: 0 3px;
  }
  .plan-features li {
    font-size: 0.8rem;
  }
}
.conversion-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(15, 23, 42, 0.95);
  backdrop-filter: blur(20px);
  border-top: 1px solid rgba(0, 238, 255, 0.2);
  padding: 15px 0;
  z-index: 1000;
  transform: translateY(100%);
  transition: transform 0.3s;
}
.conversion-bar.show {
  transform: translateY(0);
}
.conversion-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.conversion-text {
  font-size: 0.95rem;
  margin: 0;
  flex: 1;
}
.btn-conversion {
  background: var(--cyan-gradient);
  color: var(--primary-bg);
  padding: 10px 25px;
  border-radius: 50px;
  font-size: 0.85rem;
  transition: var(--transition);
}
.btn-conversion:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(0, 238, 255, 0.3);
}
@media (max-width: 768px) {
  .conversion-content {
    flex-direction: column;
    text-align: center;
    gap: 15px;
  }
  .conversion-text {
    font-size: 0.85rem;
  }
  .btn-conversion {
    width: 100%;
    max-width: 250px;
  }
}
@media (max-width: 576px) {
  .btn-conversion,
  .conversion-text {
    font-size: 0.8rem;
  }
  .conversion-bar {
    padding: 12px 0;
  }
  .btn-conversion {
    padding: 8px 20px;
  }
}
