.title-form {
  display: block;
  font-family: 'Plus Jakarta Sans', 'Outfit', Arial, sans-serif;
  font-size: 2.1rem;
  font-weight: 700;
  color: #2d2d2d;
  margin-bottom: 0.3em;
  letter-spacing: -0.5px;
  line-height: 1.18;
  text-align: center;
}
.subtitle-form {
  display: block;
  font-family: 'Plus Jakarta Sans', 'Outfit', Arial, sans-serif;
  font-size: 1.18rem;
  font-weight: 400;
  color: #6366f1;
  margin-bottom: 1.2em;
  line-height: 1.5;
  text-align: center;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 900px) {
  .title-form {
    font-size: 1.6rem;
  }
  .subtitle-form {
    font-size: 1.02rem;
    max-width: 95vw;
  }
}
@media (max-width: 600px) {
  .title-form {
    font-size: 1.18rem;
    padding-left: 8px;
    padding-right: 8px;
  }
  .subtitle-form {
    font-size: 0.98rem;
    padding-left: 8px;
    padding-right: 8px;
    margin-bottom: 1.1em;
  }
}

.hp-field {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
  z-index: -1 !important;
}

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

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Plus Jakarta Sans', 'Segoe UI', sans-serif;
  color: #1a1d26;
  line-height: 1.65;
  background: #f8f9fc;
  overflow-x: hidden;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.theme-toggle {
  position: fixed;
  right: 16px;
  top: auto;
  bottom: 95px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: #ffffff;
  color: #0f172a;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  cursor: pointer;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.18);
  z-index: 1001;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.theme-toggle:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.25);
}

body.dark-mode {
  background: #000000;
  color: #ffffff;
}

body.dark-mode .header {
  background: rgba(0, 0, 0, 0.96);
  border-bottom-color: rgba(255, 255, 255, 0.16);
}

body.dark-mode .section,
body.dark-mode .page-hero,
body.dark-mode .hero {
  background: #000000;
  color: #ffffff;
}

body.dark-mode .page-hero,
body.dark-mode .page-hero[data-bg],
body.dark-mode .page-hero.has-bg,
body.dark-mode .about-hero {
  background: #000000 !important;
  background-image: none !important;
}

body.dark-mode .page-hero .hero-overlay {
  background: rgba(0, 0, 0, 0.72);
}

body.dark-mode .page-hero::after {
  background: none;
}

body.dark-mode .card,
body.dark-mode .content-card,
body.dark-mode .service-detail-card,
body.dark-mode .benefit-item,
body.dark-mode .process-step,
body.dark-mode .testimonial-card,
body.dark-mode .review-card,
body.dark-mode .portfolio-item,
body.dark-mode .review-card-full {
  background: #050505;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.22);
}

body.dark-mode .section-title,
body.dark-mode .section-subtitle,
body.dark-mode p,
body.dark-mode li,
body.dark-mode h1,
body.dark-mode h2,
body.dark-mode h3,
body.dark-mode h4 {
  color: #ffffff;
}

body.dark-mode .section-subtitle,
body.dark-mode .footer-copyright,
body.dark-mode .footer-legal a,
body.dark-mode .footer-contact .contact-item,
body.dark-mode .footer-links a,
body.dark-mode .footer p {
  color: rgba(255, 255, 255, 0.92);
}

body.dark-mode .footer,
body.dark-mode footer,
body.dark-mode .cta-final,
body.dark-mode .why-choose-us,
body.dark-mode .process,
body.dark-mode .section-services {
  background: #000000;
}

body.dark-mode .contact-form input,
body.dark-mode .contact-form textarea,
body.dark-mode .contact-form select,
body.dark-mode .custom-select {
  background: #000000;
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.35);
}

body.dark-mode .custom-options {
  background: #000000;
  border-color: rgba(255, 255, 255, 0.35);
}

body.dark-mode .custom-options .option {
  color: #ffffff;
}

body.dark-mode .badge,
body.dark-mode .header-tag,
body.dark-mode .footer-badge,
body.dark-mode .portfolio-link,
body.dark-mode .tag,
body.dark-mode .option.active {
  color: #ffffff;
}

body.dark-mode .portfolio-link {
  background: #ffffff;
}

body.dark-mode .badge,
body.dark-mode .header-tag,
body.dark-mode .footer-badge,
body.dark-mode .tag {
  background: rgba(0, 0, 0, 0.88);
  border-color: rgba(255, 255, 255, 0.32);
}

body.dark-mode .badge:hover,
body.dark-mode .header-tag:hover,
body.dark-mode .footer-badge:hover,
body.dark-mode .tag:hover {
  background: rgba(17, 17, 17, 0.96);
}

body.dark-mode .portfolio-item p,
body.dark-mode .review-card-full p {
  color: #ffffff;
}

body.dark-mode .title-form,
body.dark-mode .subtitle-form {
  color: #ffffff;
}

body.dark-mode .theme-toggle {
  background: #000000;
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.45);
}

@media (max-width: 768px) {
  .theme-toggle {
    right: 12px;
    bottom: 180px;
    width: 50px;
    height: 50px;
  }
}

@media (max-width: 420px) {
  .theme-toggle {
    bottom: 170px;
  }
}

:root {
  --primary-dark: #0f172a;
  --primary-blue: #1e3a5f;
  --primary-light: #2563eb;
  --primary-mid: #3b82f6;
  --accent: #ffffff;
  --accent-warm: #fef3c7;
  --text-dark: #1a1d26;
  --text-muted: #64748b;
  --text-light: #475569;
  --shadow: rgba(15, 23, 42, 0.08);
  --shadow-hover: rgba(15, 23, 42, 0.12);
  --radius: 16px;
  --radius-lg: 24px;
  --transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

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

.header {
  background: rgba(15, 23, 42, 0.95);
  padding: 28px 0;
  min-height: 90px;
  position: sticky;
  top: 0;
  z-index: 1000;
  box-shadow: 0 1px 0 rgba(255,255,255,0.06);
  transition: var(--transition);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255,255,255,0.06);
  overflow: hidden;
}

@supports not ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))) {
  .header {
    background: rgba(15, 23, 42, 0.99);
  }

  .nav {
    background: rgba(15, 23, 42, 0.99);
  }

  .badge,
  .hero-badge,
  .feature-item,
  .hero-feature {
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    background: rgba(15, 23, 42, 0.88);
  }
}

.header.scrolled {
  padding: 8px 0;
  box-shadow: 0 4px 24px rgba(0,0,0,0.15);
}

.header-brand {
  display: flex;
  align-items: center;
  text-decoration: none;
  margin-right: auto;
  color: #ffffff;
  gap: 12px;
}

.company-name {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 0;
  min-width: 0;
}
.company-main {
  white-space: nowrap;
  font-family: 'Outfit', 'Plus Jakarta Sans', sans-serif;
  font-size: 2rem;
  font-weight: 700;
  color: var(--accent);
  line-height: 1.1;
  letter-spacing: -0.02em;
  text-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

.company-subtitle {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 1rem;
  font-weight: 500;
  color: var(--accent);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  opacity: 0.9;
}
@media (max-width: 900px) {
  .header {
    padding: 18px 0;
    min-height: 70px;
    overflow: visible;
  }
  .company-main {
    font-size: 1.3rem;
  }
  .company-subtitle {
    font-size: 0.8rem;
    margin-top: 0px;
  }
  .company-name {
    min-width: 120px;
  }
}

.header-brand:hover .company-main {
  color: var(--primary-light);
  transition: var(--transition);
}

.header-brand:hover .company-subtitle {
  color: var(--accent);
  transition: var(--transition);
  opacity: 1;
}

.header-left {
  display: flex;
  align-items: center;
  gap: 32px;
}

.header-info {
  display: flex;
  flex-direction: row;
  gap: 18px;
  margin-right: 36px;
}
.header-tag {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
}

.header-tag {
  background: rgba(255, 255, 255, 0.1);
  color: var(--accent);
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 500;
  border: 1px solid rgba(255, 255, 255, 0.12);
  transition: var(--transition);
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.header-tag i {
  font-size: 0.75em;
  opacity: 0.9;
}

.header-tag:not(:last-child) {
  margin-right: 8px;
}

.header-tag:hover {
  background: rgba(255,255,255,0.16);
  border-color: rgba(255,255,255,0.2);
}

.nav-container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 40px;
  position: relative;
}
@media (min-width: 1200px) {
  .nav {
    margin-left: 140px;
  }
  .nav-cta {
    margin-left: 40px;
  }
}

.nav {
  display: flex;
  align-items: center;
  gap: 22px;
}

@media (max-width: 900px) {
  .nav {
    
    display: flex !important;
    position: absolute !important;
    top: calc(100% + 10px) !important;
    left: 20px !important;
    right: 20px !important;
    width: auto !important;
    height: auto !important;
    flex-direction: column !important;
    align-items: stretch !important;
    background: rgba(15, 23, 42, 0.99);
    backdrop-filter: blur(12px);
    padding: 20px !important;
    gap: 15px !important;
    z-index: 10000 !important;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-10px);
    transition: opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    box-shadow: 0 18px 48px rgba(15, 23, 42, 0.28);
    box-sizing: border-box !important;
    max-height: calc(100vh - 100px);
    overflow-y: auto;
  }

  
  .nav.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
    z-index: 10000 !important;
  }
}

@media (max-width: 900px) {
  body.dark-mode .nav {
    background: #000000;
    border-bottom-color: rgba(255, 255, 255, 0.14);
    box-shadow: 0 18px 48px rgba(0, 0, 0, 0.5);
  }
}

.nav-link {
  color: var(--accent);
  text-decoration: none;
  font-weight: 500;
  position: relative;
  transition: all 0.3s ease;
  padding: 10px 18px;
  border-radius: 7px;
  font-size: 1.05rem;
  letter-spacing: 0.01em;
  white-space: nowrap;
}

.nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background: var(--accent);
  transition: all 0.3s ease;
  transform: translateX(-50%);
}

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

.nav-link:hover {
  background: rgba(255, 255, 255, 0.13);
  transform: translateY(-2px);
}

.nav-cta {
  background: linear-gradient(135deg, #22c55e 0%, #16a34a 100%);
  color: #fff;
  padding: 10px 24px;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 600;
  transition: var(--transition);
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.95rem;
  box-shadow: 0 2px 12px rgba(34, 197, 94, 0.35);
  border: none;
}

.nav-cta i {
  font-size: 1.15em;
}

.nav-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(34, 197, 94, 0.4);
  background: linear-gradient(135deg, #16a34a 0%, #15803d 100%);
}

.menu-mobile {
  display: none;
  background: none;
  border: none;
  color: #fff;
  cursor: pointer;
  width: 40px;
  height: 40px;
  padding: 0;
  align-items: center;
  justify-content: center;
  z-index: 1002;
  transition: transform 0.3s ease;
}

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

.menu-mobile svg {
  width: 28px;
  height: 28px;
  stroke: currentColor;
}

.menu-mobile:hover {
  transform: scale(1.1);
}

.menu-mobile.is-active svg {
  animation: spin-close 0.3s ease;
}

@keyframes spin-close {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(90deg);
  }
}

@media (max-width: 900px) {
  .header {
    padding: 18px 0;
    min-height: 70px;
  }
  .company-main {
    font-size: 1.3rem;
  }
  .company-subtitle {
    font-size: 0.8rem;
    margin-top: 0px;
  }
  .company-name {
    min-width: 120px;
  }
  .header-left {
    gap: 12px;
  }
  .header-info {
    gap: 8px;
    margin-right: 16px;
  }
  .nav-container {
    gap: 12px;
    justify-content: space-between;
  }
  .nav-cta {
    margin-left: 0;
    width: 100%;
  }
  .nav-link {
    width: 100%;
    text-align: center;
  }
}

.footer-content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 40px;
  margin-bottom: 40px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 10px;
}
.footer-logo {
  text-align: center;
  margin-bottom: 20px;
}

.footer-company-name {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 15px;
}

.footer-company-main {
  font-family: 'Outfit', 'Plus Jakarta Sans', sans-serif;
  font-size: 2rem;
  font-weight: 700;
  color: var(--accent);
  line-height: 1;
  letter-spacing: -0.02em;
  text-shadow: 0 2px 4px rgba(0,0,0,0.3);
}

.footer-company-subtitle {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 0.85rem;
  font-weight: 500;
  color: var(--accent);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-top: -2px;
  opacity: 0.9;
}

.footer-badges {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}
.footer-badge {
  background: rgba(255, 255, 255, 0.13);
  color: var(--accent);
  padding: 8px 18px;
  border-radius: 20px;
  font-size: 0.92rem;
  font-weight: 500;
  border: 1px solid rgba(255, 255, 255, 0.18);
  text-align: center;
  transition: background 0.2s;
}
.footer-badge:hover {
  background: rgba(255,255,255,0.18);
}
.footer-links, .footer-contact, .footer-social {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
}
.footer-links h4, .footer-contact h4, .footer-social h4 {
  color: var(--accent);
  margin-bottom: 10px;
  font-size: 1.08rem;
  font-weight: 600;
  letter-spacing: 0.01em;
}
.footer-links a {
  color: var(--accent);
  text-decoration: none;
  opacity: 0.8;
  transition: all 0.2s;
  padding: 4px 0 4px 4px;
  border-radius: 4px;
  font-size: 0.98rem;
}
.footer-links a:hover {
  opacity: 1;
  background: rgba(255,255,255,0.10);
  padding-left: 12px;
}
.footer-contact .contact-item {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--accent);
  opacity: 0.9;
  font-size: 0.97rem;
  transition: opacity 0.2s;
}
.footer-contact .contact-item i {
  font-size: 1.1rem;
  color: var(--primary-light);
  width: 18px;
}
.footer-contact .contact-item a {
  color: var(--accent);
  text-decoration: none;
  transition: color 0.2s;
}
.footer-contact .contact-item a:hover {
  color: var(--primary-light);
}
.footer-social {
  display: flex;
  flex-direction: column;
  gap: 14px;
  align-items: flex-start;
}
.footer-social h4 {
  margin-bottom: 4px;
  text-align: left;
  width: 100%;
}
.footer-social-links {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  min-width: 42px;
  min-height: 42px;
  background: rgba(255,255,255,0.1);
  color: var(--accent);
  text-decoration: none;
  border-radius: 12px;
  font-size: 1.2rem;
  transition: all 0.25s ease;
  border: 1px solid rgba(255,255,255,0.12);
}
.social-link:hover {
  background: var(--accent);
  color: var(--primary-dark);
  transform: translateY(-2px);
  border-color: transparent;
}

.social-link-disabled {
  display: none !important;
  cursor: default;
  opacity: 0.5;
  pointer-events: none;
}

.social-link-disabled:hover {
  background: rgba(255,255,255,0.1);
  color: var(--accent);
  transform: none;
  border-color: rgba(255,255,255,0.12);
}

.floating-buttons {
  position: fixed;
  right: 20px;
  bottom: 150px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  z-index: 1000;
}

.floating-btn {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 1.4rem;
  box-shadow: 0 4px 20px rgba(0,0,0,0.2);
  transition: all 0.3s ease;
  opacity: 0;
  transform: translateY(20px);
  animation: floatIn 0.6s ease forwards;
}

.floating-whatsapp {
  background: linear-gradient(135deg, #25D366, #128C7E);
  color: white;
  animation-delay: 0.2s;
}

.floating-email {
  background: linear-gradient(135deg, #007bff, #0056b3);
  color: white;
  animation-delay: 0.4s;
}

.floating-btn:hover {
  transform: scale(1.1) translateY(-2px);
  box-shadow: 0 6px 25px rgba(0,0,0,0.3);
}

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

@media (min-width: 769px) {
  .floating-buttons {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .floating-buttons {
    right: 15px;
    bottom: 56px;
  }

  .grecaptcha-badge {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }
  
  .floating-btn {
    width: 50px;
    height: 50px;
    font-size: 1.2rem;
  }
}

@media (max-width: 420px) {
  .floating-buttons {
    bottom: 46px;
  }
}
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.10);
  padding-top: 18px;
  text-align: center;
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
}
.footer-bottom-content {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  justify-content: center;
}
.footer-legal {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  justify-content: center;
}
.footer-legal a {
  color: var(--accent);
  text-decoration: none;
  opacity: 0.7;
  font-size: 0.93rem;
  transition: opacity 0.2s;
}
.footer-legal a:hover {
  opacity: 1;
}
.footer-copyright {
  color: var(--accent);
  opacity: 0.7;
  font-size: 0.93rem;
}
@media (max-width: 900px) {
  .footer-content {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
}
@media (max-width: 600px) {
  .footer-content {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 0 2px;
  }
  .footer-bottom-content {
    gap: 6px;
  }
}

.nav-link {
  color: var(--accent);
  text-decoration: none;
  font-weight: 500;
  position: relative;
  transition: all 0.3s ease;
  padding: 10px 15px;
  border-radius: 5px;
}

.nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background: var(--accent);
  transition: all 0.3s ease;
  transform: translateX(-50%);
}

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

.nav-link:hover {
  background: rgba(255, 255, 255, 0.1);
  transform: translateY(-2px);
}

.nav-cta {
  background: var(--accent);
  color: var(--primary-dark);
  padding: 10px 20px;
  border-radius: 25px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 8px;
}

.nav-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(255, 255, 255, 0.3);
}

.hero {
  background: linear-gradient(155deg, #0f172a 0%, #1e3a5f 40%, #1e40af 100%);
  color: var(--accent);
  padding: 140px 0 120px;
  text-align: center;
  position: relative;
  overflow: hidden;
  min-height: 85vh;
  display: flex;
  align-items: center;
}

.hero.has-media-bg,
.page-hero.has-media-bg {
  background-image: none;
}

.hero-bg-media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  pointer-events: none;
}

.hero.has-media-bg::before,
.page-hero.has-media-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(2, 6, 23, 0.52);
  z-index: 1;
  pointer-events: none;
}

.hero.has-media-bg .container,
.page-hero.has-media-bg .container {
  position: relative;
  z-index: 2;
}

.page-hero.has-media-bg .hero-overlay {
  background: rgba(2, 6, 23, 0.42);
  z-index: 1;
}

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

.hero-container.hero-visible .hero-eyebrow,
.hero-container.hero-visible .hero-badges,
.hero-container.hero-visible .hero h1,
.hero-container.hero-visible .hero-desc,
.hero-container.hero-visible .hero-features,
.hero-container.hero-visible .btn-primary {
  opacity: 0;
  animation: fadeInUp 0.8s ease-out forwards;
}

.hero-container.hero-visible .hero-eyebrow { animation-delay: 0.05s; }
.hero-container.hero-visible .hero-badges { animation-delay: 0.15s; }
.hero-container.hero-visible .hero h1 { animation-delay: 0.25s; }
.hero-container.hero-visible .hero-desc { animation-delay: 0.4s; }
.hero-container.hero-visible .hero-features { animation-delay: 0.55s; }
.hero-container.hero-visible .btn-primary { animation-delay: 0.7s; }

.hero-bg-shapes {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
}

.hero-bg-shapes .shape {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.2;
  animation: heroFloat 12s ease-in-out infinite;
}

.hero-bg-shapes .shape-1 {
  width: 400px;
  height: 400px;
  background: var(--primary-mid);
  top: -100px;
  right: -100px;
  animation-delay: 0s;
}

.hero-bg-shapes .shape-2 {
  width: 300px;
  height: 300px;
  background: #6366f1;
  bottom: 10%;
  left: -80px;
  animation-delay: -4s;
}

.hero-bg-shapes .shape-3 {
  width: 200px;
  height: 200px;
  background: #22c55e;
  top: 50%;
  left: 50%;
  animation-delay: -8s;
}

.hero-grid-pattern {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px);
  background-size: 60px 60px;
}

.hero-eyebrow {
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: rgba(255,255,255,0.7);
  margin-bottom: 20px;
}

.hero h1 .hero-highlight {
  background: linear-gradient(135deg, #93c5fd 0%, #fef3c7 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.hero-desc {
  font-size: 1.2rem;
}

.hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background:
    radial-gradient(ellipse 80% 50% at 50% -20%, rgba(59, 130, 246, 0.25) 0%, transparent 50%),
    radial-gradient(circle at 70% 80%, rgba(255,255,255,0.04) 0%, transparent 40%);
  pointer-events: none;
  z-index: 1;
}

@keyframes heroFloat {
  0%, 100% { transform: translateY(0) scale(1); }
  50% { transform: translateY(-10px) scale(1.02); }
}

@keyframes float {
  0%, 100% { transform: translateY(0px) rotate(0deg); }
  33% { transform: translateY(-10px) rotate(1deg); }
  66% { transform: translateY(5px) rotate(-1deg); }
}

.hero-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  animation: fadeInUp 1s ease-out;
  position: relative;
  z-index: 1;
}

.hero-badges {
  display: flex;
  gap: 20px;
  margin-bottom: 40px;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  z-index: 2;
}

.badge {
  background: rgba(255, 255, 255, 0.1);
  color: var(--accent);
  padding: 10px 20px;
  border-radius: 100px;
  font-size: 0.9rem;
  font-weight: 600;
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(12px);
  transition: var(--transition);
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.badge i {
  font-size: 0.9em;
  opacity: 0.9;
}

.badge:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.18);
  border-color: rgba(255, 255, 255, 0.3);
}

.hero h1 {
  font-family: 'Outfit', sans-serif;
  font-size: clamp(2.2rem, 5vw, 3.5rem);
  font-weight: 700;
  color: var(--accent);
  margin-bottom: 24px;
  line-height: 1.15;
  letter-spacing: -0.03em;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

@supports not (font-size: clamp(2rem, 4vw, 3rem)) {
  .hero h1 {
    font-size: 2.2rem;
  }

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

  .title-form {
    font-size: 2.1rem;
  }

  .blog-title {
    font-size: 2.2rem;
  }
}

.hero p {
  font-size: 1.2rem;
  color: rgba(255,255,255,0.88);
  margin-bottom: 32px;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.65;
}

.hero-features {
  display: flex;
  gap: 24px;
  margin-bottom: 40px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.feature-item {
  display: flex;
  align-items: center;
  gap: 10px;
  background: rgba(255,255,255,0.1);
  padding: 12px 20px;
  border-radius: 25px;
  font-weight: 500;
  border: 1px solid rgba(255,255,255,0.2);
  transition: all 0.3s ease;
}

.feature-item:hover {
  background: rgba(255,255,255,0.15);
  transform: translateY(-2px);
}

.feature-item i {
  color: #4CAF50;
  font-size: 1.1rem;
}

.hero-badge {
  background: rgba(255, 255, 255, 0.1);
  color: var(--accent);
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 0.9rem;
  font-weight: 500;
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  transition: all 0.3s ease;
}

.hero-badge:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.15);
}

.hero-title {
  font-size: 3.5rem;
  font-weight: 700;
  color: var(--accent);
  margin-bottom: 20px;
  line-height: 1.1;
  animation: slideInUp 1.2s ease-out;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
  font-family: 'Inter', sans-serif;
  letter-spacing: -0.02em;
}

.hero-subtitle {
  font-size: 1.2rem;
  color: var(--text-light);
  margin-bottom: 40px;
  max-width: 600px;
  line-height: 1.6;
  animation: slideInUp 1.4s ease-out;
  opacity: 0.9;
}

.hero .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.hero .container > h1 { max-width: 800px; }
.hero .container > p { max-width: 640px; }

.hero-feature {
  background: rgba(255, 255, 255, 0.05);
  padding: 30px 25px;
  border-radius: 15px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  transition: all 0.3s ease;
  text-align: center;
}

.hero-feature:hover {
  transform: translateY(-5px);
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.2);
}

.hero-feature-icon {
  font-size: 2.5rem;
  color: var(--accent);
  margin-bottom: 15px;
  display: block;
}

.hero-feature-title {
  font-size: 1.3rem;
  font-weight: 600;
  color: var(--accent);
  margin-bottom: 10px;
}

.hero-feature-desc {
  color: var(--text-light);
  line-height: 1.5;
  font-size: 0.95rem;
}

.hero-buttons {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}

.btn-primary, .btn-secondary {
  padding: 15px 30px;
  border-radius: 30px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 1rem;
}

.btn-primary {
  background: var(--accent);
  color: var(--primary-dark);
  box-shadow: 0 4px 20px rgba(0,0,0,0.15);
  font-weight: 600;
  border-radius: 12px;
}

.btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 28px rgba(0,0,0,0.2);
  background: #f8fafc;
}

.btn-submit {
  width: 100%;
  justify-content: center;
  padding: 16px 24px;
}

.btn-secondary {
  background: transparent;
  color: var(--accent);
  border: 2px solid var(--accent);
}

.btn-secondary:hover {
  background: var(--accent);
  color: var(--primary-dark);
  transform: translateY(-3px);
}

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

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

@keyframes textGlow {
  from { text-shadow: 2px 2px 4px rgba(0,0,0,0.3); }
  to { text-shadow: 2px 2px 4px rgba(0,0,0,0.3), 0 0 20px rgba(255,255,255,0.5); }
}

.section {
  padding: 100px 0;
  position: relative;
}

.section-eyebrow {
  text-align: center;
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--primary-light);
  margin-bottom: 12px;
}

.section-eyebrow-light {
  color: rgba(255,255,255,0.8);
}

.section-title {
  text-align: center;
  margin-bottom: 12px;
  font-family: 'Outfit', sans-serif;
  font-size: clamp(2rem, 4vw, 2.75rem);
  font-weight: 700;
  color: var(--primary-dark);
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.section-title-light {
  color: var(--accent);
}

.section-subtitle {
  text-align: center;
  font-size: 1.1rem;
  color: var(--text-muted);
  max-width: 560px;
  margin: 0 auto 56px;
  line-height: 1.6;
}

.section-subtitle-light {
  color: rgba(255,255,255,0.8);
  margin-bottom: 56px;
}

.section-title::after {
  content: '';
  display: block;
  width: 56px;
  height: 4px;
  background: linear-gradient(90deg, var(--primary-light), var(--primary-mid));
  border-radius: 2px;
  margin: 16px auto 0;
}

.section-title-light::after {
  background: linear-gradient(90deg, rgba(255,255,255,0.6), rgba(255,255,255,0.9));
}

.section-services {
  background: #fff;
  box-shadow: 0 1px 0 rgba(0,0,0,0.04);
}

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

.card {
  background: #fff;
  padding: 36px 28px;
  border-radius: var(--radius-lg);
  transition: var(--transition);
  position: relative;
  box-shadow: 0 4px 20px var(--shadow);
  cursor: pointer;
  overflow: hidden;
  animation: fadeInUp 0.6s ease-out forwards;
  opacity: 0;
  border: 1px solid rgba(0,0,0,0.04);
}

.card:nth-child(1) { animation-delay: 0.05s; }
.card:nth-child(2) { animation-delay: 0.1s; }
.card:nth-child(3) { animation-delay: 0.15s; }
.card:nth-child(4) { animation-delay: 0.2s; }
.card:nth-child(5) { animation-delay: 0.25s; }
.card:nth-child(6) { animation-delay: 0.3s; }

.card-number {
  position: absolute;
  top: 20px;
  right: 20px;
  font-family: 'Outfit', sans-serif;
  font-size: 0.85rem;
  font-weight: 700;
  color: rgba(37, 99, 235, 0.2);
  line-height: 1;
}

.card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--primary-light), var(--primary-mid));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.35s ease;
  border-radius: var(--radius-lg) var(--radius-lg) 0 0;
}

.card:hover::before {
  transform: scaleX(1);
}

.card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px var(--shadow-hover);
  border-color: rgba(37, 99, 235, 0.08);
}

.card:active {
  transform: translateY(-4px);
  transition: all 0.1s ease;
}

.card h3 {
  font-family: 'Outfit', sans-serif;
  font-size: 1.35rem;
  margin-bottom: 12px;
  color: var(--primary-dark);
  font-weight: 600;
  transition: color 0.3s ease;
}

.card:hover h3 {
  color: var(--primary-light);
}

.icon-card {
  font-size: 2.25rem;
  color: var(--primary-light);
  margin-bottom: 18px;
  display: block;
  transition: var(--transition);
}

.card:hover .icon-card {
  transform: scale(1.08);
  color: var(--primary-mid);
}

.card p {
  color: var(--text-muted);
  line-height: 1.6;
  font-size: 0.95rem;
  transition: color 0.3s ease;
}

.card:hover p {
  color: var(--text-light);
}

.dark {
  background: linear-gradient(135deg, var(--primary-dark), #000033);
  color: var(--accent);
  text-align: center;
}

.dark .services-grid {
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 60px;
}

.dark .services-grid > div {
  animation: fadeInUp 0.8s ease-out;
}

.stat-content .count {
  font-family: 'Outfit', sans-serif;
  font-size: clamp(2.5rem, 4vw, 3.25rem);
  font-weight: 700;
  color: var(--accent);
  margin-bottom: 8px;
  display: inline;
}

.stat-content .count .suffix {
  font-size: 0.6em;
  opacity: 0.9;
  margin-left: 2px;
}

.stat-content p {
  font-size: 1rem;
  color: rgba(255,255,255,0.85);
  margin: 0;
  font-weight: 500;
}

.section {
  padding: 80px 0;
}

#about .container {
  max-width: 1200px;
}

.about-content {
  display: grid;
  grid-template-columns: 1fr 400px;
  gap: 80px;
  align-items: start;
  margin-bottom: 60px;
}

.about-text {
  padding-right: 20px;
}

.about-text p {
  font-size: 1.15rem;
  line-height: 1.8;
  color: var(--text-light);
  margin-bottom: 25px;
  text-align: justify;
}

.about-text strong {
  color: var(--primary-dark);
  font-weight: 600;
}

.about-list {
  list-style: none;
  margin-top: 20px;
}

.about-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 8px 0;
  color: var(--text-light);
  font-size: 1rem;
}

.about-list li i {
  color: #22c55e;
  font-size: 0.9rem;
  flex-shrink: 0;
}

.about-highlights {
  list-style: none;
  margin: 24px 0 0;
  padding: 0;
  display: grid;
  gap: 12px;
}

.about-highlights li {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 18px;
  background: #f8fafc;
  border-radius: 12px;
  border: 1px solid rgba(15, 23, 42, 0.06);
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 1.05rem;
  font-weight: 500;
  color: var(--text-dark);
  transition: all 0.2s ease;
}

.about-highlights li:hover {
  background: #f1f5f9;
  border-color: rgba(37, 99, 235, 0.15);
  transform: translateX(4px);
}

.about-highlights li i {
  color: #22c55e;
  font-size: 1.1rem;
  flex-shrink: 0;
}

.about-section .about-text p {
  font-size: 1.1rem;
  line-height: 1.75;
  color: var(--text-light);
}

.section-about .about-content {
  margin-bottom: 0;
}

.about-stats {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  background: linear-gradient(155deg, var(--primary-dark), #1e3a5f);
  padding: 40px 32px;
  border-radius: var(--radius-lg);
  color: white;
  box-shadow: 0 16px 48px rgba(15, 23, 42, 0.2);
  border: 1px solid rgba(255,255,255,0.06);
}

.stat-item {
  text-align: center;
  padding: 15px 0;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

.stat-item:last-child {
  border-bottom: none;
}

.stat-item h3 {
  font-size: 2.5rem;
  font-weight: 700;
  color: white;
  margin-bottom: 8px;
  text-shadow: 0 2px 8px rgba(0,0,0,0.2);
}

.stat-item p {
  font-size: 0.95rem;
  color: rgba(255,255,255,0.9);
  margin: 0;
  font-weight: 500;
}

.stats-section {
  background: linear-gradient(155deg, #0f172a 0%, #1e3a5f 50%, #1e40af 100%);
  color: var(--accent);
  padding: var(--spacing-component-top-desktop) 0 var(--spacing-component-bottom-desktop);
  text-align: center;
  position: relative;
  overflow: hidden;
}

.stats-section-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 60% 40% at 80% 20%, rgba(59, 130, 246, 0.2) 0%, transparent 50%),
    radial-gradient(ellipse 40% 60% at 20% 80%, rgba(99, 102, 241, 0.15) 0%, transparent 50%);
  pointer-events: none;
}

.stats-section .stats-grid {
  margin-top: 48px;
}

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

.stats-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 20px;
  color: var(--accent);
}

.stats-subtitle {
  font-size: 1.1rem;
  opacity: 0.9;
  margin-bottom: 60px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 40px;
}

.stat-card {
  background: rgba(255, 255, 255, 0.05);
  padding: 40px 30px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  transition: all 0.3s ease;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.stat-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--primary-light), var(--accent));
  transform: scaleX(0);
  transition: transform 0.3s ease;
}

.stat-card:hover::before {
  transform: scaleX(1);
}

.stat-card:hover {
  transform: translateY(-5px);
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.2);
}

.stat-icon {
  font-size: 3rem;
  color: var(--accent);
  margin-bottom: 20px;
  display: block;
  transition: transform 0.3s ease;
}

.stat-card:hover .stat-icon {
  transform: scale(1.1) rotate(5deg);
}

.stat-number {
  font-size: 3rem;
  font-weight: 700;
  color: var(--primary-light);
  margin-bottom: 10px;
  display: block;
}

.stat-label {
  font-size: 1.1rem;
  color: var(--accent);
  opacity: 0.9;
  font-weight: 500;
}

.stat-description {
  font-size: 0.9rem;
  color: var(--accent);
  opacity: 0.7;
  margin-top: 10px;
  line-height: 1.5;
}

.why-choose-us {
  background: #f1f5f9;
  position: relative;
}

.why-choose-us::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image:
    linear-gradient(rgba(15, 23, 42, 0.02) 1px, transparent 1px),
    linear-gradient(90deg, rgba(15, 23, 42, 0.02) 1px, transparent 1px);
  background-size: 48px 48px;
}

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 30px;
  position: relative;
  z-index: 1;
}

.benefit-item {
  background: white;
  padding: 45px 35px;
  border-radius: 20px;
  text-align: center;
  box-shadow: 0 8px 25px rgba(0,0,63,0.08);
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(0,0,63,0.05);
}

.benefit-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--primary-blue), var(--primary-light));
  transform: scaleX(0);
  transition: transform 0.4s ease;
  border-radius: 20px 20px 0 0;
}

.benefit-item:hover::before {
  transform: scaleX(1);
}

.benefit-item:hover {
  transform: translateY(-8px) scale(1.02);
  background: white;
  box-shadow: 0 15px 40px rgba(0,0,63,0.12);
}

.benefit-icon {
  font-size: 3.5rem;
  color: var(--primary-blue);
  margin-bottom: 25px;
  display: block;
  transition: all 0.4s ease;
}

.benefit-item:hover .benefit-icon {
  transform: scale(1.15) rotateY(180deg);
  color: var(--primary-light);
}

.benefit-item h3 {
  font-size: 1.4rem;
  margin-bottom: 18px;
  color: var(--primary-dark);
  font-weight: 600;
}

.benefit-item p {
  color: var(--text-light);
  line-height: 1.7;
  font-size: 1rem;
}

.benefit-item:active {
  transform: translateY(-2px) scale(0.98);
  box-shadow: 0 10px 25px var(--shadow);
  transition: all 0.1s ease;
}

.benefit-icon {
  font-size: 3rem;
  color: var(--primary-blue);
  margin-bottom: 20px;
  display: block;
}

.benefit-item:hover .benefit-icon {
  transform: scale(1.1);
  color: var(--primary-light);
}

.benefit-item h3 {
  font-size: 1.3rem;
  margin-bottom: 15px;
  color: var(--primary-dark);
}

.benefit-item p {
  color: var(--text-light);
  line-height: 1.6;
}

.process {
  background: #fff;
  position: relative;
  box-shadow: 0 1px 0 rgba(0,0,0,0.04);
}

.process::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: radial-gradient(circle at 1px 1px, rgba(0,0,0,0.04) 1px, transparent 0);
  background-size: 24px 24px;
}

.process-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  position: relative;
  z-index: 1;
}

.process-step {
  text-align: center;
  padding: 45px 25px;
  position: relative;
  background: white;
  border-radius: 20px;
  box-shadow: 0 8px 25px rgba(0,0,63,0.06);
  transition: all 0.4s ease;
  border: 1px solid rgba(0,0,63,0.05);
}

.process-step:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 40px rgba(0,0,63,0.1);
}

.step-number {
  width: 90px;
  height: 90px;
  background: linear-gradient(135deg, var(--primary-blue), var(--primary-light));
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  font-weight: 700;
  margin: 0 auto 25px;
  box-shadow: 0 8px 25px rgba(21, 101, 192, 0.3);
  transition: all 0.4s ease;
}

.process-step:hover .step-number {
  transform: scale(1.1) rotateY(180deg);
}

.process-step h3 {
  font-size: 1.4rem;
  margin-bottom: 18px;
  color: var(--primary-dark);
  font-weight: 600;
}

.process-step p {
  color: var(--text-light);
  line-height: 1.7;
  font-size: 1rem;
}

.section-contact {
  background: #f8f9fc;
  margin-top: 0px !important;
}

#contact .container {
  max-width: 900px;
}

.contact-wrapper {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 48px;
  align-items: start;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 100%;
}

.contact-info {
  background: #fff;
  padding: 32px;
  border-radius: var(--radius-lg);
  box-shadow: 0 4px 24px var(--shadow);
  border: 1px solid rgba(0,0,0,0.04);
}

.contact-info h3 {
  font-family: 'Outfit', sans-serif;
  font-size: 1.15rem;
  color: var(--primary-dark);
  margin-bottom: 20px;
  font-weight: 600;
}

.contact-info-item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 0;
  color: var(--text-dark);
  text-decoration: none;
  font-weight: 500;
  transition: var(--transition);
  border-bottom: 1px solid rgba(0,0,0,0.06);
}

.contact-info-item:last-of-type {
  border-bottom: none;
}

.contact-info-item i {
  font-size: 1.25rem;
  color: var(--primary-light);
  width: 28px;
  text-align: center;
}

.contact-info-item:hover {
  color: var(--primary-light);
}

.contact-info-whatsapp i {
  color: #22c55e;
}

.contact-info-note {
  font-size: 0.9rem;
  color: var(--text-muted);
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 0;
  border-bottom: none;
}

.contact-info-note i {
  color: var(--primary-mid);
  width: 28px;
  text-align: center;
  font-size: 1.25rem;
}

.contact-form input,
.contact-form textarea {
  padding: 18px 25px;
  border: 2px solid #e8e9ea;
  border-radius: 12px;
  font-size: 1rem;
  transition: all 0.3s ease;
  background: white;
  font-family: 'Inter', sans-serif;
}

.contact-form input:focus,
.contact-form textarea:focus {
  outline: none;
  border-color: var(--primary-blue);
  box-shadow: 0 0 0 4px rgba(21, 101, 192, 0.1);
  transform: translateY(-2px);
}

.contact-form textarea {
  resize: vertical;
  min-height: 130px;
}

.contact-form button {
  padding: 18px 40px;
  background: linear-gradient(135deg, var(--primary-blue), var(--primary-light));
  color: white;
  border: none;
  border-radius: 12px;
  font-size: 1.1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  box-shadow: 0 4px 15px rgba(21, 101, 192, 0.3);
}

.contact-form button:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(37, 99, 235, 0.4);
  background: linear-gradient(135deg, var(--primary-mid), var(--primary-light));
}

.cta-final {
  padding: 100px 0;
  position: relative;
  overflow: hidden;
  background: linear-gradient(155deg, #0f172a 0%, #1e3a5f 100%);
  color: var(--accent);
}

.cta-final-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 70% 50% at 50% 0%, rgba(59, 130, 246, 0.2) 0%, transparent 50%),
    radial-gradient(circle at 20% 80%, rgba(34, 197, 94, 0.08) 0%, transparent 40%);
  pointer-events: none;
}

.cta-content {
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 640px;
  margin: 0 auto;
}

.cta-content h2 {
  font-family: 'Outfit', sans-serif;
  font-size: clamp(1.9rem, 4vw, 2.5rem);
  font-weight: 700;
  color: var(--accent);
  margin-bottom: 16px;
  letter-spacing: -0.02em;
  line-height: 1.25;
}

.cta-content p {
  font-size: 1.1rem;
  color: rgba(255,255,255,0.85);
  margin-bottom: 32px;
  line-height: 1.6;
}

.cta-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
}

.btn-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 32px;
  border-radius: 12px;
  font-weight: 600;
  font-size: 1rem;
  text-decoration: none;
  transition: var(--transition);
}

.btn-whatsapp {
  background: linear-gradient(135deg, #22c55e 0%, #16a34a 100%);
  color: #fff;
  box-shadow: 0 4px 20px rgba(34, 197, 94, 0.35);
}

.btn-whatsapp:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 28px rgba(34, 197, 94, 0.45);
  background: linear-gradient(135deg, #16a34a 0%, #15803d 100%);
}

.btn-email {
  background: rgba(255,255,255,0.12);
  color: var(--accent);
  border: 2px solid rgba(255,255,255,0.3);
}

.btn-email:hover {
  background: rgba(255,255,255,0.2);
  border-color: rgba(255,255,255,0.5);
  transform: translateY(-3px);
}

.testimonials {
  background: linear-gradient(155deg, #1e3a5f 0%, #0f172a 100%);
  color: var(--accent);
  position: relative;
  overflow: hidden;
}

.testimonials-bg {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 50% 50% at 50% 100%, rgba(59, 130, 246, 0.15) 0%, transparent 60%);
  pointer-events: none;
}

.testimonials .section-title {
  color: var(--accent);
}

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 40px;
}

.testimonial-card {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 20px;
  padding: 30px;
  transition: all 0.3s ease;
}

.testimonial-card:hover {
  transform: translateY(-5px);
  background: rgba(255, 255, 255, 0.15);
}

.testimonial-card:active {
  transform: translateY(-2px) scale(0.98);
  background: rgba(255, 255, 255, 0.12);
  transition: all 0.1s ease;
}

.testimonial-content {
  margin-bottom: 25px;
}

.testimonial-content p {
  font-style: italic;
  font-size: 1.1rem;
  line-height: 1.6;
  color: var(--accent);
  position: relative;
}

.testimonial-content::before {
  content: '"';
  font-size: 4rem;
  position: absolute;
  top: -10px;
  left: 15px;
  color: rgba(255, 255, 255, 0.15);
  font-family: Georgia, serif;
  line-height: 1;
  z-index: 1;
}

.testimonial-content {
  position: relative;
  margin-bottom: 25px;
  padding-left: 15px;
}

.testimonial-content p {
  font-style: italic;
  font-size: 1.05rem;
  line-height: 1.7;
  color: var(--accent);
  position: relative;
  z-index: 2;
  margin: 0;
  padding-left: 25px;
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: 15px;
}

.author-avatar {
  width: 50px;
  height: 50px;
  background: var(--accent);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary-dark);
  font-size: 1.2rem;
}

.author-info h4 {
  margin: 0;
  color: var(--accent);
  font-size: 1rem;
}

.author-info span {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.9rem;
}

footer {
  background: linear-gradient(135deg, var(--primary-dark), var(--primary-blue));
  color: var(--accent);
  padding: 80px 0 40px;
  position: relative;
  overflow: hidden;
}

footer::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background:
    radial-gradient(circle at 10% 90%, rgba(255,255,255,0.05) 0%, transparent 50%),
    radial-gradient(circle at 90% 10%, rgba(255,255,255,0.05) 0%, transparent 50%);
  pointer-events: none;
}

.footer-content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 50px;
  margin-bottom: 50px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
}

.footer-badges {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.footer-badge {
  background: rgba(255, 255, 255, 0.1);
  color: var(--accent);
  padding: 12px 20px;
  border-radius: 25px;
  font-size: 0.9rem;
  font-weight: 500;
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  transition: all 0.3s ease;
  text-align: center;
  margin-top: 17px;
}

.footer-badge:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.15);
}

.footer-logo {
  text-align: left;
}

.footer-logo-img {
  height: 52px;
  width: auto;
  max-width: 200px;
  object-fit: contain;
  display: block;
  margin-bottom: 14px;
  transition: opacity 0.2s ease;
}

.footer-logo-img:hover {
  opacity: 0.9;
}

.footer-logo p {
  opacity: 0.85;
  font-size: 0.95rem;
  margin: 0;
  line-height: 1.5;
}

.footer-links h4,
.footer-contact h4,
.footer-social h4 {
  color: var(--accent);
  margin-bottom: 20px;
  font-size: 1.2rem;
  font-weight: 600;
}

.footer-links {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-links a {
  color: var(--accent);
  text-decoration: none;
  opacity: 0.8;
  transition: all 0.3s ease;
  padding: 5px 0;
  border-radius: 5px;
}

.footer-links a:hover {
  opacity: 1;
  background: rgba(255, 255, 255, 0.1);
  padding-left: 10px;
}

.footer-contact {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.contact-item {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--accent);
  opacity: 0.9;
  transition: opacity 0.3s ease;
}

.contact-item:hover {
  opacity: 1;
}

.contact-item i {
  font-size: 1.2rem;
  color: var(--primary-light);
  width: 20px;
}

.contact-item a {
  color: var(--accent);
  text-decoration: none;
  transition: color 0.3s ease;
}

.contact-item a:hover {
  color: var(--primary-light);
}

.footer-social {
  text-align: left;
}

.footer-social .social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  min-width: 42px;
  min-height: 42px;
  background: rgba(255, 255, 255, 0.1);
  color: var(--accent);
  text-decoration: none;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 1.2rem;
  transition: all 0.25s ease;
}

.footer-social .social-link:hover {
  background: var(--accent);
  color: var(--primary-dark);
  transform: translateY(-2px);
  border-color: transparent;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 30px;
  text-align: center;
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

.footer-bottom-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.footer-legal {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}

.footer-legal a {
  color: var(--accent);
  text-decoration: none;
  opacity: 0.7;
  font-size: 0.9rem;
  transition: opacity 0.3s ease;
}

.footer-legal a:hover {
  opacity: 1;
}

.footer-copyright {
  color: var(--accent);
  opacity: 0.7;
  font-size: 0.9rem;
}

.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.25s ease;
}

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

@media (max-width: 768px) {
  .header-logo-img {
    height: 36px;
    max-width: 150px;
  }

  .hero {
    padding: 80px 0 60px;
    min-height: auto;
  }

  .hero h1 {
    font-size: 2.2rem;
  }

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

  .hero-features {
    gap: 12px;
    margin-bottom: 32px;
  }

  .feature-item {
    padding: 10px 16px;
    font-size: 0.95rem;
  }

  .section {
    padding: 60px 0;
  }

  .section-title {
    font-size: 2rem;
    margin-bottom: 40px;
  }

  .container {
    padding: 0 16px;
    width: 100%;
  }

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

  .card {
    padding: 30px 20px;
  }

  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 32px;
  }

  .stat-card {
    padding: 28px 20px;
  }

  .process-steps {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .process-step {
    padding: 32px 20px;
  }

  .contact-wrapper {
    grid-template-columns: 1fr;
  }

  .contact-info {
    order: -1;
  }

  .about-content {
    grid-template-columns: 1fr;
    gap: 40px;
    text-align: center;
  }

  .about-text {
    padding-right: 0;
  }

  .about-stats {
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 16px;
  }

  .about-highlights {
    margin-top: 20px;
  }

  .about-highlights li {
    padding: 12px 16px;
    font-size: 1rem;
  }

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

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

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

  .cta-content p {
    font-size: 1.1rem;
  }

  .cta-buttons {
    flex-direction: column;
    align-items: stretch;
  }

  .btn-cta {
    justify-content: center;
    min-height: 48px;
  }

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

  .footer-logo {
    text-align: center;
    grid-column: 1 / -1;
  }

  .footer-logo-img {
    height: 44px;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-links,
  .footer-contact,
  .footer-social {
    align-items: center;
  }

  .footer-social-links {
    justify-content: center;
  }

  .footer-bottom-content {
    flex-direction: column;
    text-align: center;
  }
}

@media (max-width: 480px) {
  .container {
    padding: 0 14px;
  }

  .hero {
    padding: 70px 0 50px;
  }

  .hero h1 {
    font-size: 1.75rem;
  }

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

  .hero-badges {
    gap: 10px;
    margin-bottom: 24px;
  }

  .badge {
    padding: 8px 14px;
    font-size: 0.8rem;
  }

  .hero-features {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }

  .feature-item {
    justify-content: center;
  }

  .btn-primary {
    padding: 14px 28px;
    font-size: 1rem;
    min-height: 48px;
  }

  .section {
    padding: 50px 0;
  }

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

  .section-subtitle {
    font-size: 1rem;
    margin-bottom: 40px;
  }

  .card {
    padding: 24px 18px;
  }

  .card h3 {
    font-size: 1.2rem;
  }

  .stats-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .stat-card {
    padding: 24px 16px;
  }

  .footer-content {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  
  .company-main {
    font-size: 1.4rem;
  }
  
  .company-subtitle {
    font-size: 0.7rem;
  }

  
  .footer-company-main {
    font-size: 1.6rem;
  }
  
  .footer-company-subtitle {
    font-size: 0.75rem;
  }

  .nav-cta,
  .nav-link {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
}

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

@keyframes slideInLeft {
  from { 
    transform: translateX(-50px); 
    opacity: 0; 
  }
  to { 
    transform: translateX(0); 
    opacity: 1; 
  }
}

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

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

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

.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.25s ease;
}

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

.about-highlights {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 30px;
}

.highlight-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 20px;
  background: rgba(37, 99, 235, 0.05);
  border-radius: 12px;
  border-left: 4px solid var(--primary-light);
}

.highlight-item i {
  color: var(--primary-light);
  font-size: 1.2rem;
  min-width: 20px;
}

.highlight-item span {
  color: var(--text-dark);
  font-size: 0.95rem;
  line-height: 1.4;
}

.about-stats .stat-item {
  text-align: center;
  padding: 24px 20px;
}

.about-stats .stat-icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, var(--primary-light), var(--primary-mid));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
}

.about-stats .stat-icon i {
  color: white;
  font-size: 1.5rem;
}

@media (max-width: 768px) {
  .about-highlights {
    gap: 12px;
  }
  
  .highlight-item {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    padding: 16px;
  }
}

.section-portfolio {
  background: #f8f9fc;
  overflow: hidden;
}

.portfolio-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
  margin-top: 50px;
}

.portfolio-item {
  background: white;
  background-color: #ffffff;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  border-radius: 24px;
  overflow: hidden;
  -webkit-box-shadow: 0 4px 20px rgba(15, 23, 42, 0.08);
  -moz-box-shadow: 0 4px 20px rgba(15, 23, 42, 0.08);
  box-shadow: 0 4px 20px rgba(15, 23, 42, 0.08);
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border: 1px solid rgba(0, 0, 0, 0.05);
  width: 100%;
  min-width: 0;
  max-width: none;
}

.portfolio-item:hover {
  -webkit-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
  -ms-transform: translateY(-8px);
  -o-transform: translateY(-8px);
  transform: translateY(-8px);
  -webkit-box-shadow: 0 12px 40px rgba(15, 23, 42, 0.12);
  -moz-box-shadow: 0 12px 40px rgba(15, 23, 42, 0.12);
  box-shadow: 0 12px 40px rgba(15, 23, 42, 0.12);
}

.portfolio-preview {
  position: relative;
  width: 100%;
  height: 250px;
  overflow: hidden;
  background: -webkit-linear-gradient(315deg, #e2e8f0, #f1f5f9);
  background: -moz-linear-gradient(315deg, #e2e8f0, #f1f5f9);
  background: -o-linear-gradient(315deg, #e2e8f0, #f1f5f9);
  background: linear-gradient(135deg, #e2e8f0, #f1f5f9);
  background-color: #e2e8f0;
}

.portfolio-preview iframe {
  width: 200%;
  height: 200%;
  border: none;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transform-origin: top left;
  -moz-transform-origin: top left;
  -ms-transform-origin: top left;
  -o-transform-origin: top left;
  transform-origin: top left;
  pointer-events: none;
}

.portfolio-preview-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.portfolio-preview-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top center;
  object-position: top center;
  -webkit-transition: transform 0.5s ease;
  -moz-transition: transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
}

.portfolio-item:hover .portfolio-preview-image img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}

.portfolio-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(15, 23, 42, 0.85);
  background-color: rgba(15, 23, 42, 0.85);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  opacity: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.portfolio-item:hover .portfolio-overlay {
  opacity: 1;
}

.portfolio-link {
  background: #ffffff;
  background-color: #ffffff;
  color: #0f172a;
  padding: 14px 28px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 600;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 10px;
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  transform: translateY(20px);
}

.portfolio-item:hover .portfolio-link {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.portfolio-link:hover {
  background: #2563eb;
  background-color: #2563eb;
  color: white;
}

.portfolio-info {
  padding: 25px;
}

.portfolio-info h3 {
  font-family: 'Outfit', 'Helvetica Neue', Arial, sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  color: #1a1d26;
  margin-bottom: 10px;
}

.portfolio-info p {
  color: #64748b;
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 15px;
}

.portfolio-techs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
}

.tech-tag {
  background: -webkit-linear-gradient(315deg, rgba(37, 99, 235, 0.1), rgba(59, 130, 246, 0.1));
  background: -moz-linear-gradient(315deg, rgba(37, 99, 235, 0.1), rgba(59, 130, 246, 0.1));
  background: -o-linear-gradient(315deg, rgba(37, 99, 235, 0.1), rgba(59, 130, 246, 0.1));
  background: linear-gradient(135deg, rgba(37, 99, 235, 0.1), rgba(59, 130, 246, 0.1));
  background-color: rgba(37, 99, 235, 0.1);
  color: #2563eb;
  padding: 6px 12px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 500;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 5px;
  border: 1px solid rgba(37, 99, 235, 0.2);
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.tech-tag:hover {
  background: #2563eb;
  background-color: #2563eb;
  color: white;
  border-color: #2563eb;
}

.tech-tag i {
  font-size: 0.9em;
}

.portfolio-cta {
  text-align: center;
  margin-top: 60px;
  padding: 40px;
  background: -webkit-linear-gradient(315deg, rgba(37, 99, 235, 0.05), rgba(59, 130, 246, 0.08));
  background: -moz-linear-gradient(315deg, rgba(37, 99, 235, 0.05), rgba(59, 130, 246, 0.08));
  background: -o-linear-gradient(315deg, rgba(37, 99, 235, 0.05), rgba(59, 130, 246, 0.08));
  background: linear-gradient(135deg, rgba(37, 99, 235, 0.05), rgba(59, 130, 246, 0.08));
  background-color: rgba(37, 99, 235, 0.05);
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  border-radius: 24px;
  border: 1px dashed rgba(37, 99, 235, 0.3);
}

.portfolio-cta p {
  font-size: 1.2rem;
  color: #1a1d26;
  margin-bottom: 20px;
  font-weight: 500;
}

@media (max-width: 1024px) {
  .portfolio-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .portfolio-grid {
    gap: 20px;
    margin-top: 30px;
    grid-template-columns: 1fr;
  }
  
  .portfolio-preview {
    height: 200px;
  }
  
  .portfolio-info {
    padding: 20px;
  }
  
  .portfolio-info h3 {
    font-size: 1.2rem;
  }
  
  .portfolio-cta {
    padding: 30px 20px;
    margin-top: 40px;
  }
  
  .portfolio-cta p {
    font-size: 1rem;
  }
  
  
  .portfolio-overlay {
    opacity: 1;
    background: rgba(15, 23, 42, 0.7);
    background-color: rgba(15, 23, 42, 0.7);
  }
  
  .portfolio-link {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    padding: 12px 20px;
    font-size: 0.9rem;
  }
}

@media (max-width: 400px) {
  .tech-tag {
    font-size: 0.7rem;
    padding: 4px 8px;
  }
}

@supports not (width: fit-content) {
  .blog-back-link {
    width: auto;
  }
}

:root {
  
    --spacing-component-top-desktop: 20px;
    --spacing-component-bottom-desktop: 20px;
  
  
    --spacing-component-top-mobile: 19px;
    --spacing-component-bottom-mobile: 19px;
}

.global-header,
.global-footer,
.import-portfolio,
.import-contact-form,
.import-numeros-q-falam {
  display: block;
  width: 100%;
}

.global-header {
  min-height: 90px;
}

@media (max-width: 768px) {
  .global-header {
    min-height: 78px;
  }
}

.import-numeros-q-falam .stats-section {
  padding-top: var(--spacing-component-top-desktop);
  padding-bottom: var(--spacing-component-bottom-desktop);
}

.import-portfolio {
  margin-top: 0;
  margin-bottom: 0;
}

.import-portfolio,
.import-numeros-q-falam,
.why-choose-us,
.process,
.cta-final {
  content-visibility: auto;
  contain-intrinsic-size: 1px 900px;
}

.import-contact-form > section {
  padding-top: var(--spacing-component-top-desktop);
  padding-bottom: 100px;
}

.import-contact-form .title-form {
  margin-top: 0;
}

@media (max-width: 768px) {
  :root {
    --spacing-component-top-desktop: var(--spacing-component-top-mobile);
    --spacing-component-bottom-desktop: var(--spacing-component-bottom-mobile);
  }
  
  .import-numeros-q-falam .stats-section {
    padding-top: var(--spacing-component-top-mobile);
    padding-bottom: var(--spacing-component-bottom-mobile);
  }
  
  .import-contact-form > section {
    padding-top: var(--spacing-component-top-mobile);
  }
}

.global-header,
.global-footer,
.import-portfolio,
.import-contact-form,
.import-numeros-q-falam {
  display: block;
  width: 100%;
}

.title-form {
  display: flex;
  justify-content: center;
  color: #1a1d26;
  font-weight: 600;
  padding-bottom: 8px;
  font-size: 28px;
}

.subtitle-form {
  display: flex;
  justify-content: center;
  color: #1a1d26;
  font-weight: 400;
  padding-bottom: 20px;
  font-size: 22px;
}

@media (max-width: 768px) {
  .title-form {
  display: flex;
  justify-content: center;
  color: #1a1d26;
  font-weight: 600;
  padding-bottom: 8px;
  font-size: 22px;
}

.subtitle-form {
  display: flex;
  justify-content: center;
  color: #1a1d26;
  font-weight: 400;
  padding-bottom: 20px;
  font-size: 18px;
}
  
}

.all-reviews-page {
  padding: 120px 0 80px;
  background: #f8f9fc;
  min-height: 100vh;
}

.reviews-page-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 25px;
  margin-top: 40px;
}

.review-card-full {
  background: white;
  border-radius: var(--radius);
  padding: 25px;
  box-shadow: 0 4px 15px var(--shadow);
  transition: var(--transition);
}

.review-card-full:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 25px var(--shadow-hover);
}

.review-card-full .review-content p {
  color: var(--text-dark);
  -webkit-line-clamp: unset;
  line-clamp: unset;
}

.review-card-full .reviewer-info h4 {
  color: var(--text-dark);
}

.review-card-full .review-google-icon {
  color: #4285f4;
}

.nav-link.is-current {
  background: rgba(255, 255, 255, 0.13);
}

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

.page-hero {
  position: relative;
  padding: 140px 0 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 340px;
  background:
    radial-gradient(circle at top right, rgba(59, 130, 246, 0.18), transparent 30%),
    linear-gradient(135deg, var(--primary-dark) 0%, #173153 45%, #1d4ed8 100%);
  color: var(--accent);
  overflow: hidden;
}

.page-hero[data-bg],
.page-hero.has-bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.page-hero .hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(15,23,42,0.45); 
  z-index: 0;
  pointer-events: none;
  transition: background 0.3s;
}

.page-hero .container {
  position: relative;
  z-index: 1;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.page-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 15% 20%, rgba(255, 255, 255, 0.08), transparent 22%),
    radial-gradient(circle at 85% 80%, rgba(255, 255, 255, 0.07), transparent 18%);
  pointer-events: none;
}

.page-hero .container {
  position: relative;
  z-index: 1;
}

.page-hero .section-eyebrow,
.page-hero .section-title,
.page-hero .section-subtitle {
  color: var(--accent);
  text-align: center;
}

.page-hero .section-title {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.page-hero .section-subtitle {
  max-width: 720px;
  opacity: 0.9;
  margin-left: auto;
  margin-right: auto;
}

.page-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 32px;
  align-items: start;
}

.content-card {
  background: #fff;
  border-radius: var(--radius-lg);
  padding: 32px;
  box-shadow: 0 20px 60px rgba(15, 23, 42, 0.08);
  border: 1px solid rgba(148, 163, 184, 0.14);
}

.content-card h3 {
  font-size: 1.35rem;
  margin-bottom: 14px;
  color: var(--primary-dark);
}

.content-card p + p {
  margin-top: 14px;
}

.content-card ul {
  list-style: none;
  display: grid;
  gap: 12px;
  margin-top: 20px;
}

.content-card li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  color: var(--text-light);
}

.content-card li i {
  color: var(--primary-light);
  margin-top: 4px;
}

.stat-panel {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.stat-panel .stat-item {
  background: linear-gradient(135deg, var(--primary-blue) 0%, var(--primary-light) 100%);
  border-radius: 20px;
  padding: 32px 24px;
  border: none;
  box-shadow: 0 8px 32px rgba(37, 99, 235, 0.13);
  color: #fff;
  transition: transform 0.2s, box-shadow 0.2s;
  position: relative;
  overflow: hidden;
}

.stat-panel .stat-item::before {
  content: "";
  position: absolute;
  top: -40px;
  right: -40px;
  width: 100px;
  height: 100px;
  background: radial-gradient(circle, rgba(255,255,255,0.12) 0%, transparent 70%);
  z-index: 0;
}

.stat-panel .stat-item:hover {
  transform: translateY(-6px) scale(1.03);
  box-shadow: 0 16px 40px rgba(37, 99, 235, 0.18);
}

.stat-panel .stat-icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, var(--primary-light) 0%, var(--primary-mid) 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px auto;
  font-size: 2rem;
  box-shadow: 0 2px 12px rgba(0,0,0,0.10);
  z-index: 1;
  position: relative;
  border: 2px solid rgba(255,255,255,0.18);
}

.stat-panel .stat-icon i {
  color: #fff;
  font-size: 1.7rem;
}

.stat-panel .stat-item h3 {
  margin: 16px 0 8px 0;
  font-size: 2.2rem;
  font-weight: 800;
  color: #fff;
  z-index: 1;
  position: relative;
  text-shadow: 0 2px 8px rgba(0,0,0,0.13);
  letter-spacing: -1px;
}

.stat-panel .stat-item p {
  color: #e3e8f7;
  font-size: 1rem;
  margin: 0;
  z-index: 1;
  position: relative;
}

@media (max-width: 700px) {
  .stat-panel {
    display: flex;
    flex-direction: column;
    gap: 18px;
  }
  .stat-panel .stat-item {
    padding: 22px 10px;
    border-radius: 14px;
  }
  .stat-panel .stat-icon {
    width: 44px;
    height: 44px;
    font-size: 1.2rem;
    margin-bottom: 10px;
  }
  .stat-panel .stat-item h3 {
    font-size: 1.3rem;
    margin: 10px 0 4px 0;
  }
  .stat-panel .stat-item p {
    font-size: 0.92rem;
  }
}

.stat-panel .stat-item h3 {
  margin: 16px 0 6px;
}

.service-detail-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.service-detail-card {
  background: #fff;
  border-radius: var(--radius-lg);
  padding: 28px;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
  border: 1px solid rgba(148, 163, 184, 0.14);
}

.service-detail-card .icon-card {
  margin-bottom: 18px;
}

.service-detail-card h3 {
  margin-bottom: 10px;
  color: var(--primary-dark);
}

.service-detail-card p {
  color: var(--text-light);
}

.service-detail-card ul {
  list-style: none;
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

.service-detail-card li {
  color: var(--text-light);
}

.service-detail-card li::before {
  content: "â€¢";
  color: var(--primary-light);
  margin-right: 8px;
}

.contact-page-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 32px;
  align-items: start;
}

.contact-list {
  display: grid;
  gap: 16px;
  margin-top: 24px;
}

.contact-list .contact-item {
  background: linear-gradient(135deg, var(--primary-dark) 0%, var(--primary-blue) 100%);
  border-radius: 14px;
  padding: 16px 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 16px 32px rgba(15, 23, 42, 0.12);
  color: var(--accent);
}

.contact-list .contact-item i {
  color: #93c5fd;
}

.contact-list .contact-item a,
.contact-list .contact-item span {
  color: var(--accent);
  text-decoration: none;
  font-weight: 600;
}

.contact-list .contact-item a:hover {
  color: #bfdbfe;
}

.about-hero {
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.12), transparent 28%),
    linear-gradient(135deg, #07111f 0%, #12335a 48%, #2459c4 100%);
}

.about-story-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 28px;
}

.about-values-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

@media (max-width: 992px) {
  .page-grid,
  .contact-page-grid,
  .service-detail-grid,
  .about-story-grid,
  .about-values-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .page-hero {
    padding: 120px 0 70px;
  }

  .content-card,
  .service-detail-card {
    padding: 24px;
  }

  .stat-panel {
    grid-template-columns: 1fr;
  }

.brand-logo-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 104px;
  height: 42px;
  margin-right: 14px;
  padding: 0;
  flex-shrink: 0;
  background: transparent;
  border: none;
  box-shadow: none;
  overflow: visible;
}

.brand-logo {
  width: 185%;
  height: 185%;
  object-fit: contain;
  object-position: center;
  display: block;
  transform: scale(2.28);
  transform-origin: center;
  filter: brightness(0) invert(1);
}

.footer-brand-group {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 16px;
}

.footer-brand-logo {
  width: 100px;
  height: 44px;
  margin-right: 0;
}

@media (min-width: 901px) {
  .header-brand {
    flex: 0 1 auto;
    min-width: 0;
  }

  .company-main {
    font-size: 1.72rem;
  }

  .company-subtitle {
    font-size: 0.9rem;
  }

  .nav-container {
    gap: 16px;
  }

  .header-left {
    flex: 0 0 auto;
  }

  .header-info {
    margin-right: 8px;
    gap: 8px;
  }

  .header-tag {
    padding: 6px 12px;
    font-size: 0.78rem;
  }

  .nav {
    flex: 1 1 auto;
    justify-content: flex-end;
    gap: 4px;
    min-width: 0;
  }

  .nav-link {
    padding: 10px 12px;
    font-size: 0.98rem;
  }

  .nav-cta {
    padding: 10px 18px;
    font-size: 0.92rem;
  }
}

@media (min-width: 901px) and (max-width: 1260px) {
  .header-info {
    display: none;
  }

  .company-main {
    font-size: 1.58rem;
  }

  .nav-link {
    padding: 10px 10px;
    font-size: 0.94rem;
  }

  .nav-cta {
    padding: 10px 14px;
  }
}

@media (max-width: 900px) {
  .brand-logo-wrap {
    width: 96px;
    height: 44px;
    margin-right: 12px;
  }
}

@media (max-width: 768px) {
  .brand-logo-wrap {
    width: 88px;
    height: 40px;
    margin-right: 10px;
  }

  .header-brand {
    margin-right: 0;
    min-width: 0;
  }

  .company-name {
    min-width: 0;
  }

  .footer-brand-group {
    align-items: flex-start;
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .header {
    padding: 14px 0;
    min-height: 72px;
  }

  .nav-container {
    gap: 12px;
    align-items: center;
  }

  .header-left {
    display: none;
  }

  .nav-link,
  .nav-cta {
    width: 100%;
    justify-content: center;
    padding: 12px 16px;
    border-radius: 14px;
  }

}

body.dark-mode .title-form,
body.dark-mode .subtitle-form,
body.dark-mode .portfolio-info h3,
body.dark-mode .portfolio-info p,
body.dark-mode .portfolio-cta p {
  color: #ffffff !important;
}
}
