*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Outfit", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #050816;
  color: #f9fafb;
  line-height: 1.6;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  background: #111827;
  color: #f9fafb;
  padding: 0.75rem 1rem;
  border-radius: 0 0 0.75rem 0.75rem;
  z-index: 1000;
}

.skip-link:focus {
  left: 1rem;
}

.container {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 1.25rem;
}

.section {
  padding: 4.5rem 0;
}

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

.section-header h2 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}

.section-header p {
  max-width: 640px;
  margin: 0 auto;
  color: #9ca3af;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 999px;
  padding: 0.75rem 1.5rem;
  font-weight: 500;
  font-size: 0.95rem;
  cursor: pointer;
  border: 1px solid transparent;
  transition: background 0.15s ease, color 0.15s ease, transform 0.1s ease, box-shadow 0.1s ease, border-color 0.15s ease;
}

.btn-primary {
  background: linear-gradient(135deg, #2563eb, #1d4ed8);
  color: #f9fafb;
  box-shadow: 0 10px 25px rgba(37, 99, 235, 0.45);
}

.btn-primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 18px 40px rgba(37, 99, 235, 0.55);
}

.btn-whatsapp {
  background: linear-gradient(135deg, #22c55e, #16a34a);
  color: #ecfdf5;
  border-color: rgba(34, 197, 94, 0.6);
  box-shadow: 0 10px 25px rgba(22, 163, 74, 0.45);
}

.btn-whatsapp:hover {
  transform: translateY(-1px);
  box-shadow: 0 18px 40px rgba(22, 163, 74, 0.6);
}

.btn-ghost {
  background: rgba(15, 23, 42, 0.7);
  color: #e5e7eb;
  border-color: rgba(148, 163, 184, 0.5);
}

.btn-ghost:hover {
  background: rgba(15, 23, 42, 1);
  border-color: #e5e7eb;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(20px);
  background: linear-gradient(to right, rgba(15, 23, 42, 0.96), rgba(15, 23, 42, 0.95));
  border-bottom: 1px solid rgba(75, 85, 99, 0.5);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.75rem 0;
  gap: 1rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
}

.brand-logo {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  object-fit: cover;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.45);
}

.brand-text {
  display: flex;
  flex-direction: column;
}

.brand-name {
  font-weight: 700;
  letter-spacing: 0.03em;
}

.brand-tagline {
  font-size: 0.75rem;
  color: #9ca3af;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.nav-menu {
  list-style: none;
  display: flex;
  gap: 1.25rem;
  margin: 0;
  padding: 0;
}

.nav-menu a {
  font-size: 0.9rem;
  color: #d1d5db;
  position: relative;
  padding-bottom: 0.15rem;
}

.nav-menu a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, #38bdf8, #22c55e);
  transition: width 0.15s ease;
}

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

.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 0.25rem;
  padding: 0.4rem;
  background: transparent;
  border-radius: 999px;
  border: 1px solid rgba(148, 163, 184, 0.7);
  cursor: pointer;
}

.nav-toggle-line {
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: #e5e7eb;
}

.header-phone {
  font-size: 0.9rem;
  font-weight: 600;
  padding: 0.45rem 0.9rem;
  border-radius: 999px;
  background: rgba(22, 163, 74, 0.12);
  border: 1px solid rgba(34, 197, 94, 0.45);
  color: #bbf7d0;
  white-space: nowrap;
}

.header-phone:hover {
  background: rgba(34, 197, 94, 0.2);
}

.hero {
  position: relative;
  padding: 4.5rem 0 3rem;
  overflow: hidden;
  background:
    radial-gradient(circle at top left, rgba(56, 189, 248, 0.25), transparent 55%),
    radial-gradient(circle at bottom right, rgba(59, 130, 246, 0.25), transparent 55%),
    #020617;
}

.hero-bg {
  position: absolute;
  inset: 0;
  opacity: 0.25;
  pointer-events: none;
  background:
    linear-gradient(135deg, rgba(15, 23, 42, 0.8), rgba(2, 6, 23, 0.9)),
    radial-gradient(circle at 10% 20%, rgba(59, 130, 246, 0.4), transparent 60%),
    radial-gradient(circle at 80% 80%, rgba(16, 185, 129, 0.35), transparent 55%);
  mix-blend-mode: screen;
}

.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(0, 1.1fr);
  gap: 2.5rem;
  align-items: center;
}

.hero-text h1 {
  font-size: 2.4rem;
  line-height: 1.1;
  margin-bottom: 1rem;
}

.hero-lead {
  margin: 0 0 1.5rem;
  color: #d1d5db;
}

.hero-bullets {
  list-style: none;
  margin: 0 0 1.5rem;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.hero-bullets li {
  font-size: 0.9rem;
  padding: 0.4rem 0.85rem;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.7);
  border: 1px solid rgba(148, 163, 184, 0.5);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 1.75rem;
}

.hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.meta-item {
  padding: 0.7rem 1rem;
  border-radius: 0.9rem;
  background: rgba(15, 23, 42, 0.75);
  border: 1px solid rgba(31, 41, 55, 0.9);
  min-width: 140px;
}

.meta-label {
  font-size: 0.75rem;
  color: #9ca3af;
}

.meta-value {
  display: block;
  font-size: 0.95rem;
  font-weight: 600;
}

.hero-image {
  position: relative;
}

.hero-image img {
  border-radius: 1.5rem;
  box-shadow: 0 25px 80px rgba(15, 23, 42, 0.9);
  border: 1px solid rgba(148, 163, 184, 0.7);
  object-fit: cover;
  height: 100%;
}

.hero-image::after {
  content: "";
  position: absolute;
  inset: 12% 8%;
  border-radius: 1.25rem;
  border: 1px dashed rgba(148, 163, 184, 0.5);
  pointer-events: none;
}

.services {
  background: radial-gradient(circle at top, rgba(15, 23, 42, 0.9), #020617);
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.75rem;
}

.service-card {
  background: rgba(15, 23, 42, 0.95);
  border-radius: 1.25rem;
  padding: 1.5rem 1.4rem;
  border: 1px solid rgba(31, 41, 55, 0.95);
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.8);
}

.service-image {
  border-radius: 0.9rem;
  margin-bottom: 1rem;
  object-fit: cover;
  height: 150px;
  width: 100%;
}

.service-card h3 {
  font-size: 1.2rem;
  margin: 0 0 0.5rem;
}

.service-card p {
  margin: 0 0 0.75rem;
  color: #9ca3af;
}

.service-card ul {
  margin: 0;
  padding-left: 1.1rem;
  font-size: 0.9rem;
  color: #e5e7eb;
}

.about {
  background: #020617;
}

.about-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1.4fr);
  gap: 2rem;
  align-items: center;
}

.about-image img {
  border-radius: 1.5rem;
  border: 1px solid rgba(55, 65, 81, 0.9);
  box-shadow: 0 22px 55px rgba(15, 23, 42, 0.9);
  object-fit: cover;
  height: 100%;
}

.about-text h2 {
  font-size: 1.9rem;
  margin-bottom: 0.75rem;
}

.about-text p {
  color: #d1d5db;
  margin-bottom: 0.75rem;
}

.icon-list {
  list-style: none;
  margin: 1rem 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.5rem 1.5rem;
  font-size: 0.92rem;
}

.icon-list li::before {
  content: "✓";
  color: #22c55e;
  margin-right: 0.4rem;
}

.features {
  background: radial-gradient(circle at center, rgba(15, 23, 42, 0.9), #020617);
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
}

.feature-card {
  background: rgba(15, 23, 42, 0.9);
  border-radius: 1.2rem;
  padding: 1.3rem 1.2rem;
  border: 1px solid rgba(31, 41, 55, 0.95);
}

.feature-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 600;
  color: #f9fafb;
  background: radial-gradient(circle at top left, #22c55e, #22d3ee);
  margin-bottom: 0.6rem;
}

.feature-card h3 {
  margin: 0 0 0.4rem;
  font-size: 1.05rem;
}

.feature-card p {
  margin: 0;
  color: #9ca3af;
  font-size: 0.9rem;
}

.section-note {
  margin-top: 2rem;
  text-align: center;
  color: #e5e7eb;
  font-size: 0.95rem;
}

.section-note a {
  color: #38bdf8;
  font-weight: 500;
}

.process {
  background: #020617;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.5rem;
}

.process-step {
  background: rgba(15, 23, 42, 0.9);
  border-radius: 1.1rem;
  padding: 1.4rem 1.2rem;
  border: 1px solid rgba(31, 41, 55, 0.95);
}

.step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.9rem;
  height: 1.9rem;
  border-radius: 999px;
  border: 1px solid rgba(148, 163, 184, 0.7);
  font-size: 0.95rem;
  font-weight: 600;
  margin-bottom: 0.6rem;
}

.process-step h3 {
  margin: 0 0 0.4rem;
  font-size: 1.02rem;
}

.process-step p {
  margin: 0;
  color: #9ca3af;
  font-size: 0.9rem;
}

.stats {
  background: radial-gradient(circle at bottom, rgba(15, 23, 42, 0.9), #020617);
}

.stats-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(0, 1.4fr);
  gap: 2.25rem;
  align-items: center;
}

.stats-image img {
  border-radius: 1.5rem;
  border: 1px solid rgba(55, 65, 81, 0.95);
  box-shadow: 0 24px 70px rgba(15, 23, 42, 0.9);
  object-fit: cover;
}

.stats-content h2 {
  margin: 0 0 1rem;
  font-size: 1.9rem;
}

.stat-items {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
}

.stat-item {
  padding: 1rem 1rem;
  border-radius: 1rem;
  background: rgba(15, 23, 42, 0.9);
  border: 1px solid rgba(31, 41, 55, 0.95);
}

.stat-number {
  display: block;
  font-size: 1.5rem;
  font-weight: 700;
}

.stat-label {
  font-size: 0.85rem;
  color: #9ca3af;
}

.stats-footnote {
  margin-top: 0.75rem;
  font-size: 0.8rem;
  color: #9ca3af;
}

.testimonials {
  background: #020617;
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
}

.testimonial-card {
  background: rgba(15, 23, 42, 0.9);
  border-radius: 1.2rem;
  padding: 1.4rem 1.3rem;
  border: 1px solid rgba(31, 41, 55, 0.95);
  font-size: 0.9rem;
}

.testimonial-text {
  margin: 0 0 0.75rem;
  color: #e5e7eb;
}

.testimonial-author {
  margin: 0;
  color: #9ca3af;
  font-weight: 500;
}

.faq {
  background: radial-gradient(circle at top, rgba(15, 23, 42, 0.9), #020617);
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
}

.faq-item {
  background: rgba(15, 23, 42, 0.9);
  border-radius: 1rem;
  border: 1px solid rgba(31, 41, 55, 0.95);
  padding: 0.9rem 1rem;
}

.faq-item summary {
  list-style: none;
  cursor: pointer;
  font-weight: 500;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: "+";
  float: right;
  font-weight: 600;
  color: #9ca3af;
}

.faq-item[open] summary::after {
  content: "−";
}

.faq-item p {
  margin-top: 0.75rem;
  font-size: 0.9rem;
  color: #d1d5db;
}

.gallery {
  background: #020617;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.gallery-item img {
  border-radius: 1rem;
  object-fit: cover;
  height: 180px;
  width: 100%;
  border: 1px solid rgba(31, 41, 55, 0.9);
}

.contact {
  background: radial-gradient(circle at bottom, rgba(15, 23, 42, 0.9), #020617);
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1.4fr);
  gap: 2rem;
  align-items: flex-start;
}

.contact-info h2 {
  margin: 0 0 0.75rem;
  font-size: 1.8rem;
}

.contact-info p {
  margin: 0 0 0.8rem;
  color: #d1d5db;
}

.contact-list {
  list-style: none;
  margin: 0.5rem 0 1rem;
  padding: 0;
  font-size: 0.95rem;
}

.contact-list li {
  margin-bottom: 0.4rem;
}

.contact-note {
  font-size: 0.85rem;
  color: #9ca3af;
}

.contact-form {
  background: rgba(15, 23, 42, 0.95);
  border-radius: 1.5rem;
  padding: 1.6rem 1.5rem;
  border: 1px solid rgba(31, 41, 55, 0.95);
  box-shadow: 0 20px 60px rgba(15, 23, 42, 0.9);
}

.form-row {
  margin-bottom: 0.9rem;
}

.form-row label {
  display: block;
  margin-bottom: 0.3rem;
  font-size: 0.85rem;
  color: #e5e7eb;
}

.form-row input,
.form-row select,
.form-row textarea {
  width: 100%;
  border-radius: 0.8rem;
  border: 1px solid rgba(55, 65, 81, 0.9);
  background: rgba(15, 23, 42, 0.8);
  color: #f9fafb;
  font: inherit;
  padding: 0.55rem 0.75rem;
  outline: none;
}

.form-row textarea {
  resize: vertical;
  min-height: 120px;
}

.form-row input:focus,
.form-row select:focus,
.form-row textarea:focus {
  border-color: #38bdf8;
  box-shadow: 0 0 0 1px rgba(56, 189, 248, 0.6);
}

.form-submit {
  width: 100%;
  margin-top: 0.4rem;
}

.form-disclaimer {
  margin-top: 0.5rem;
  font-size: 0.8rem;
  color: #9ca3af;
  text-align: center;
}

.site-footer {
  border-top: 1px solid rgba(55, 65, 81, 0.95);
  background: #020617;
  padding: 1.4rem 0 1.6rem;
}

.footer-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.3rem;
  font-size: 0.85rem;
  color: #9ca3af;
}

.footer-meta {
  font-size: 0.8rem;
  color: #6b7280;
}

@media (max-width: 960px) {
  .hero-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .hero-image {
    order: -1;
  }

  .about-grid,
  .stats-grid,
  .contact-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .icon-list {
    grid-template-columns: minmax(0, 1fr);
  }

  .stat-items {
    grid-template-columns: minmax(0, 1fr);
  }
}

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

  .feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .testimonial-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .header-phone {
    display: none;
  }

  .header-inner {
    padding-block: 0.6rem;
  }
}

@media (max-width: 700px) {
  .main-nav {
    gap: 0.75rem;
  }

  .nav-toggle {
    display: inline-flex;
  }

  .nav-menu {
    position: absolute;
    inset-inline: 1.25rem;
    top: 64px;
    flex-direction: column;
    gap: 0.5rem;
    padding: 0.6rem 0.75rem;
    border-radius: 1rem;
    background: rgba(15, 23, 42, 0.98);
    border: 1px solid rgba(31, 41, 55, 0.95);
    transform-origin: top;
    transform: scaleY(0.7);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.16s ease, transform 0.16s ease;
  }

  .nav-menu.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: scaleY(1);
  }

  .hero {
    padding-top: 3.5rem;
  }

  .hero-text h1 {
    font-size: 1.9rem;
  }

  .hero-meta {
    gap: 0.75rem;
  }

  .service-grid,
  .feature-grid,
  .process-grid,
  .testimonial-grid,
  .gallery-grid,
  .faq-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .section {
    padding: 3.25rem 0;
  }
}

