:root {
  --ink-950: #081a2c;
  --ink-900: #0f2844;
  --ink-800: #1c3b5a;
  --teal-500: #0c969a;
  --teal-300: #2ec4b6;
  --gold-500: #c5a366;
  --gold-300: #e4cfaa;
  --paper: #f6f8fc;
  --surface: #ffffff;
  --surface-soft: #edf2f8;
  --text-900: #0d2238;
  --text-700: #35506b;
  --text-500: #5f7993;
  --border: rgba(13, 34, 56, 0.12);
  --shadow-soft: 0 20px 45px rgba(7, 23, 38, 0.08);
  --shadow-strong: 0 28px 80px rgba(7, 23, 38, 0.16);

  --site-accent: var(--teal-500);
  --site-accent-600: #0a868a;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "DM Sans", "Segoe UI", sans-serif;
  background: radial-gradient(circle at 8% 10%, #ffffff 0%, #f6f8fc 28%, #eef3f9 100%);
  color: var(--text-900);
  line-height: 1.6;
  cursor: auto;
}

body::before,
body::after {
  content: "";
  position: fixed;
  z-index: -1;
  pointer-events: none;
}

body::before {
  width: 42rem;
  height: 42rem;
  top: -16rem;
  right: -10rem;
  background: radial-gradient(circle, rgba(197, 163, 102, 0.24), rgba(197, 163, 102, 0));
}

body::after {
  width: 46rem;
  height: 46rem;
  bottom: -20rem;
  left: -14rem;
  background: radial-gradient(circle, rgba(46, 196, 182, 0.2), rgba(46, 196, 182, 0));
}

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

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

.container {
  width: min(1120px, calc(100% - 2.5rem));
  margin: 0 auto;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(8, 26, 44, 0.88);
  color: #f3f8fd;
  border-bottom: 1px solid rgba(228, 207, 170, 0.18);
  backdrop-filter: blur(10px);
}

.topbar-inner {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

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

.brand-mark {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--gold-500), var(--gold-300));
  color: var(--ink-950);
  display: grid;
  place-items: center;
  font-family: "Sora", "Segoe UI", sans-serif;
  font-weight: 800;
  letter-spacing: 0.04em;
  box-shadow: inset 0 0 0 1px rgba(8, 26, 44, 0.16);
}

.brand h2 {
  margin: 0;
  font-family: "Sora", "Segoe UI", sans-serif;
  font-size: 1.05rem;
  letter-spacing: 0.01em;
}

.brand p {
  margin: 0;
  font-size: 0.82rem;
  color: rgba(243, 248, 253, 0.82);
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  font-size: 0.94rem;
}

.nav-links a {
  position: relative;
  color: rgba(243, 248, 253, 0.9);
}

.nav-links a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 2px;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.2s ease;
  background: linear-gradient(90deg, var(--gold-500), var(--teal-300));
}

.nav-links a:hover::after,
.nav-links a[aria-current="page"]::after {
  transform: scaleX(1);
}

.nav-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid rgba(228, 207, 170, 0.46);
  color: #fff;
  padding: 0.5rem 1rem;
  font-size: 0.9rem;
  transition: transform 0.18s ease, background-color 0.18s ease;
}

.nav-cta:hover {
  transform: translateY(-1px);
  background: rgba(228, 207, 170, 0.16);
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(228, 207, 170, 0.34);
  border-radius: 12px;
  background: transparent;
  color: #fff;
  font-size: 1.2rem;
}

.mobile-nav {
  display: none;
  border-top: 1px solid rgba(228, 207, 170, 0.2);
  background: rgba(8, 26, 44, 0.97);
}

.mobile-nav.show {
  display: block;
}

.mobile-nav .container {
  padding: 1rem 0 1.2rem;
  display: grid;
  gap: 0.75rem;
}

.mobile-nav a {
  color: rgba(243, 248, 253, 0.9);
}

.hero {
  padding: 4.6rem 0 3.2rem;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 2.4rem;
  align-items: center;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.42rem;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0.38rem 0.72rem;
  border-radius: 999px;
  border: 1px solid rgba(197, 163, 102, 0.45);
  color: var(--ink-800);
  background: rgba(228, 207, 170, 0.2);
}

.hero h1 {
  margin: 1rem 0 0.8rem;
  font-family: "Sora", "Segoe UI", sans-serif;
  font-size: clamp(2rem, 4.5vw, 3.3rem);
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: var(--ink-950);
}

.hero p {
  margin: 0;
  color: var(--text-700);
  font-size: 1.08rem;
  max-width: 62ch;
}

.hero-actions {
  margin-top: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
}

.btn {
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.78rem 1.28rem;
  font-weight: 700;
  font-size: 0.92rem;
  letter-spacing: 0.01em;
  transition: transform 0.18s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.btn-primary {
  background: linear-gradient(100deg, var(--ink-900), var(--teal-500));
  color: #fff;
  box-shadow: 0 14px 32px rgba(10, 49, 74, 0.24);
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 36px rgba(10, 49, 74, 0.3);
}

.btn-ghost {
  border: 1px solid var(--border);
  color: var(--ink-900);
  background: rgba(255, 255, 255, 0.8);
}

.btn-ghost:hover {
  transform: translateY(-2px);
  border-color: rgba(12, 150, 154, 0.4);
}

.btn-outline {
  border: 1px solid rgba(13, 34, 56, 0.2);
  color: var(--ink-900);
  background: rgba(255, 255, 255, 0.86);
}

.btn-outline:hover {
  transform: translateY(-2px);
  border-color: rgba(12, 150, 154, 0.42);
}

.hero-meta {
  margin-top: 1.3rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
}

.meta-box {
  border-radius: 14px;
  padding: 0.8rem;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(13, 34, 56, 0.1);
}

.meta-box strong {
  font-family: "Sora", "Segoe UI", sans-serif;
  font-size: 1.02rem;
  color: var(--ink-950);
}

.meta-box span {
  display: block;
  font-size: 0.82rem;
  color: var(--text-500);
}

.hero-panel {
  position: relative;
  border-radius: 26px;
  overflow: hidden;
  min-height: 410px;
  background: linear-gradient(135deg, rgba(8, 26, 44, 0.88), rgba(12, 150, 154, 0.74));
  box-shadow: var(--shadow-strong);
}

.hero-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(8, 26, 44, 0.62), transparent 45%);
}

.hero-panel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-card {
  position: absolute;
  bottom: 1.25rem;
  left: 1.25rem;
  right: 1.25rem;
  border-radius: 16px;
  padding: 1rem;
  background: rgba(8, 26, 44, 0.82);
  border: 1px solid rgba(228, 207, 170, 0.34);
  color: #eaf4ff;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.8rem;
}

.hero-card strong {
  font-size: 1.08rem;
  font-family: "Sora", "Segoe UI", sans-serif;
}

.hero-card p {
  margin: 0.3rem 0 0;
  font-size: 0.82rem;
  color: rgba(234, 244, 255, 0.84);
}

.hero-card ul {
  margin: 0.45rem 0 0;
  padding-left: 1rem;
}

.hero-card li {
  color: rgba(234, 244, 255, 0.84);
  font-size: 0.82rem;
}

.section {
  padding: 4rem 0;
}

.section-head {
  max-width: 760px;
  margin-bottom: 1.8rem;
}

.section-head h2 {
  margin: 0;
  font-family: "Sora", "Segoe UI", sans-serif;
  font-size: clamp(1.55rem, 3.1vw, 2.4rem);
  line-height: 1.22;
  color: var(--ink-950);
}

.section-head p {
  margin: 0.65rem 0 0;
  color: var(--text-700);
}

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

.card {
  border-radius: 18px;
  border: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.84);
  padding: 1.22rem;
  box-shadow: var(--shadow-soft);
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.card:hover {
  transform: translateY(-4px);
  border-color: rgba(12, 150, 154, 0.34);
  box-shadow: 0 24px 45px rgba(8, 26, 44, 0.12);
}

.icon-chip {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: linear-gradient(145deg, rgba(12, 150, 154, 0.12), rgba(197, 163, 102, 0.2));
  color: var(--ink-950);
}

.card h3 {
  margin: 0.92rem 0 0.35rem;
  font-family: "Sora", "Segoe UI", sans-serif;
  font-size: 1.05rem;
}

.card p {
  margin: 0;
  color: var(--text-700);
}

.card-list {
  margin: 0.8rem 0 1rem;
  padding-left: 1rem;
  color: var(--text-700);
  display: grid;
  gap: 0.38rem;
  font-size: 0.92rem;
}

.dual-layout {
  display: grid;
  grid-template-columns: 0.94fr 1.06fr;
  gap: 1.2rem;
}

.value-panel {
  border-radius: 22px;
  overflow: hidden;
  background: linear-gradient(145deg, var(--ink-950), var(--ink-800));
  color: #eaf4ff;
  padding: 1.55rem;
  box-shadow: var(--shadow-strong);
}

.value-panel h3 {
  margin-top: 0;
  margin-bottom: 0.55rem;
  font-family: "Sora", "Segoe UI", sans-serif;
}

.value-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.72rem;
}

.value-list li {
  padding-left: 1.6rem;
  position: relative;
  color: rgba(234, 244, 255, 0.9);
}

.value-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.4rem;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--gold-500), var(--teal-300));
}

.stats-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.9rem;
}

.stat-card {
  border-radius: 16px;
  border: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.84);
  padding: 1rem;
  min-height: 126px;
}

.stat-card strong {
  font-family: "Sora", "Segoe UI", sans-serif;
  font-size: 1rem;
  color: var(--ink-950);
}

.stat-card p {
  margin: 0.48rem 0 0;
  color: var(--text-700);
  font-size: 0.92rem;
}

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

.step {
  border-radius: 16px;
  border: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.86);
  padding: 1rem;
  min-height: 162px;
}

.step span {
  width: 32px;
  height: 32px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  font-family: "Sora", "Segoe UI", sans-serif;
  font-size: 0.84rem;
  color: #fff;
  background: linear-gradient(130deg, var(--ink-900), var(--teal-500));
}

.step h4 {
  margin: 0.85rem 0 0.35rem;
  font-size: 1rem;
  font-family: "Sora", "Segoe UI", sans-serif;
}

.step p {
  margin: 0;
  color: var(--text-700);
  font-size: 0.92rem;
}

.hiring-band {
  border-radius: 24px;
  background: linear-gradient(120deg, rgba(8, 26, 44, 0.95), rgba(12, 150, 154, 0.9));
  color: #f3f8fd;
  border: 1px solid rgba(228, 207, 170, 0.4);
  box-shadow: var(--shadow-strong);
  padding: 1.5rem;
  display: grid;
  grid-template-columns: 1.25fr 1fr;
  gap: 1rem;
}

.hiring-band h3 {
  margin-top: 0;
  margin-bottom: 0.6rem;
  font-family: "Sora", "Segoe UI", sans-serif;
}

.hiring-band p {
  margin: 0;
  color: rgba(243, 248, 253, 0.9);
}

.tag-list {
  margin-top: 0.95rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.tag {
  border-radius: 999px;
  border: 1px solid rgba(228, 207, 170, 0.35);
  color: #fff;
  font-size: 0.82rem;
  padding: 0.4rem 0.72rem;
  background: rgba(228, 207, 170, 0.1);
}

.contact-area {
  display: grid;
  grid-template-columns: 0.94fr 1.06fr;
  gap: 1rem;
}

.contact-info {
  border-radius: 22px;
  background: linear-gradient(140deg, var(--ink-900), var(--ink-950));
  color: #eaf4ff;
  border: 1px solid rgba(228, 207, 170, 0.32);
  padding: 1.2rem;
}

.contact-info h3 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-family: "Sora", "Segoe UI", sans-serif;
}

.contact-list {
  margin: 0.8rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.5rem;
}

.contact-list li {
  color: rgba(234, 244, 255, 0.9);
}

.contact-info .tag {
  background: rgba(228, 207, 170, 0.12);
}

.contact-form {
  border-radius: 22px;
  border: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: var(--shadow-soft);
  padding: 1.2rem;
}

.form-grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.7rem;
}

.field,
.contact-form textarea,
.contact-form select {
  width: 100%;
  border: 1px solid rgba(13, 34, 56, 0.15);
  border-radius: 12px;
  background: #fff;
  font-family: inherit;
  font-size: 0.95rem;
  color: var(--text-900);
  padding: 0.74rem 0.82rem;
}

.contact-form textarea {
  min-height: 120px;
}

.field:focus,
.contact-form textarea:focus,
.contact-form select:focus {
  outline: none;
  border-color: rgba(12, 150, 154, 0.56);
  box-shadow: 0 0 0 4px rgba(12, 150, 154, 0.12);
}

.form-help {
  margin: 0.5rem 0 0;
  color: var(--text-500);
  font-size: 0.84rem;
}

.contact-info .form-help {
  color: rgba(234, 244, 255, 0.75);
}

.send-mode {
  margin-top: 0.6rem;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.mode {
  position: relative;
  cursor: pointer;
}

.mode input {
  position: absolute;
  opacity: 0;
  inset: 0;
}

.mode span {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  border: 1px solid rgba(13, 34, 56, 0.2);
  background: #fff;
  color: var(--text-700);
  font-size: 0.84rem;
  padding: 0.4rem 0.75rem;
  transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.mode input:checked + span {
  border-color: transparent;
  color: #fff;
  background: linear-gradient(120deg, var(--ink-900), var(--teal-500));
}

.form-actions {
  margin-top: 0.85rem;
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

#formStatus {
  margin: 0;
  font-size: 0.88rem;
  color: var(--text-700);
}

#formStatus.ok {
  color: var(--teal-500);
}

#formStatus.error {
  color: #b8404d;
}

button:disabled {
  opacity: 0.74;
  cursor: not-allowed;
}

.site-footer {
  margin-top: 3rem;
  border-top: 1px solid rgba(13, 34, 56, 0.1);
  padding: 2.3rem 0 1.6rem;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 1rem;
}

.site-footer h4,
.site-footer h5 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-family: "Sora", "Segoe UI", sans-serif;
}

.site-footer p,
.site-footer a {
  margin: 0.35rem 0;
  color: var(--text-700);
  font-size: 0.92rem;
}

.footer-social {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 0.5rem;
}

.site-footer .social-link {
  margin: 0;
  width: 34px;
  height: 34px;
  border-radius: 10px;
  border: 1px solid rgba(13, 34, 56, 0.18);
  background: rgba(255, 255, 255, 0.76);
  color: var(--ink-900);
  display: grid;
  place-items: center;
  transition: transform 0.18s ease, border-color 0.2s ease, background 0.2s ease;
}

.site-footer .social-link:hover {
  transform: translateY(-2px);
  border-color: rgba(12, 150, 154, 0.45);
  background: rgba(12, 150, 154, 0.12);
}

.site-footer .social-link svg {
  width: 16px;
  height: 16px;
}

.copyright {
  margin-top: 1.2rem;
  color: var(--text-500);
  font-size: 0.84rem;
}

.whatsapp {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  border: 1px solid rgba(228, 207, 170, 0.4);
  background: linear-gradient(135deg, #128c7e, #25d366);
  box-shadow: 0 14px 34px rgba(18, 140, 126, 0.34);
  color: #fff;
  display: grid;
  place-items: center;
}

.reveal {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

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

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

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

@media (max-width: 900px) {
  .topbar-inner {
    min-height: 72px;
  }

  .nav-links,
  .nav-cta {
    display: none;
  }

  .nav-toggle {
    display: inline-grid;
    place-items: center;
  }

  .hero {
    padding-top: 3.8rem;
  }

  .hero-grid,
  .dual-layout,
  .contact-area,
  .hiring-band {
    grid-template-columns: 1fr;
  }

  .hero-panel {
    min-height: 320px;
  }

  .hero-meta,
  .footer-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .container {
    width: min(1120px, calc(100% - 1.5rem));
  }

  .section {
    padding: 3.2rem 0;
  }

  .services-grid,
  .process-grid,
  .form-grid-2,
  .stats-grid {
    grid-template-columns: 1fr;
  }

  .hero-card {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 520px) {
  .nav-cta,
  .btn {
    padding: 0.7rem 1rem;
  }
}
