/*
Theme Name: InfoGroup Child
Theme URI: http://localhost/infogroup
Description: Child theme for the InfoGroup institutional site, based on Hello Elementor.
Author: InfoGroup
Template: hello-elementor
Version: 1.0.0
Text Domain: infogroup-child
*/

:root {
  --ig-black: #0B0B0C;
  --ig-graphite: #121417;
  --ig-elevated: #181B20;
  --ig-ink: #181B20;
  --ig-muted: #5F6670;
  --ig-line: rgba(24, 27, 32, 0.10);
  --ig-line-dark: rgba(255, 255, 255, 0.10);
  --ig-soft: #F7F8FA;
  --ig-white: #F5F5F5;
  --ig-pure-white: #FFFFFF;
  --ig-light-muted: #B8BCC2;
  --ig-orange: #D96A1D;
  --ig-orange-hover: #F28C28;
  --ig-max: 1180px;
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--ig-white);
  color: var(--ig-ink);
  font-family: Inter, "Segoe UI", Roboto, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.62;
}

a {
  color: var(--ig-orange);
}

.site-header,
.page-header {
  display: none;
}

.ig-site-header,
.ig-header {
  background: rgba(11, 11, 12, 0.96);
  border-bottom: 1px solid var(--ig-line-dark);
  position: sticky;
  top: 0;
  z-index: 100;
}

.ig-site-header .site-navigation ul.menu,
.ig-header-inner {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 4px 18px;
  justify-content: center;
  list-style: none;
  margin: 0 auto;
  max-width: var(--ig-max);
  padding: 14px 22px;
}

.ig-header-inner {
  justify-content: space-between;
}

.ig-logo {
  display: inline-flex;
}

.ig-logo img {
  height: 50px;
  width: auto;
}

.ig-nav {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 6px 18px;
  justify-content: flex-end;
}

.ig-site-header .site-navigation a,
.ig-nav a {
  color: rgba(255, 255, 255, 0.86);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.ig-site-header .site-navigation a:hover,
.ig-nav a:hover {
  color: var(--ig-orange);
}

.ig-header-cta {
  background: var(--ig-orange);
  border-radius: 6px;
  color: var(--ig-pure-white) !important;
  padding: 9px 14px;
}

.ig-header-cta:hover {
  background: var(--ig-orange-hover);
  color: var(--ig-pure-white) !important;
}

.ig-footer {
  background: var(--ig-black);
  color: var(--ig-light-muted);
  padding: 46px 22px;
}

.ig-footer-grid {
  display: grid;
  gap: 26px;
  grid-template-columns: 1.25fr 0.85fr 1.35fr 1fr;
  margin: 0 auto;
  max-width: var(--ig-max);
}

.ig-footer-title,
.ig-footer-heading,
.ig-footer p {
  margin-top: 0;
}

.ig-footer-title {
  color: var(--ig-white);
  display: block;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.25;
  margin-bottom: 14px;
}

.ig-footer-heading {
  color: var(--ig-orange);
  display: block;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.35;
  margin-bottom: 12px;
}

.ig-footer a {
  color: var(--ig-light-muted);
  display: block;
  margin: 8px 0;
  text-decoration: none;
}

.ig-footer a:hover {
  color: var(--ig-orange);
}

.ig-whatsapp-link {
  align-items: center;
  background: rgba(217, 106, 29, 0.10);
  border: 1px solid rgba(217, 106, 29, 0.30);
  border-radius: 6px;
  color: var(--ig-white) !important;
  display: inline-flex !important;
  font-weight: 750;
  gap: 9px;
  margin-top: 12px !important;
  padding: 10px 14px;
  width: fit-content;
}

.ig-whatsapp-link:hover {
  background: rgba(242, 140, 40, 0.14);
  border-color: var(--ig-orange-hover);
  color: var(--ig-orange-hover) !important;
}

.ig-whatsapp-link svg,
.ig-whatsapp-floating svg {
  fill: currentColor;
  height: 18px;
  width: 18px;
}

.ig-whatsapp-floating {
  align-items: center;
  background: var(--ig-orange);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  bottom: 24px;
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.24);
  color: var(--ig-pure-white);
  display: inline-flex;
  height: 52px;
  justify-content: center;
  position: fixed;
  right: 24px;
  text-decoration: none;
  transition: background 160ms ease, box-shadow 160ms ease, transform 160ms ease;
  width: 52px;
  z-index: 999;
}

.ig-whatsapp-floating:hover {
  background: var(--ig-orange-hover);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.28);
  color: var(--ig-pure-white);
  transform: translateY(-2px);
}

.ig-whatsapp-floating:focus {
  box-shadow: 0 0 0 3px rgba(217, 106, 29, 0.24), 0 18px 48px rgba(0, 0, 0, 0.28);
  color: var(--ig-pure-white);
  outline: none;
}

.ig-whatsapp-floating svg {
  height: 22px;
  width: 22px;
}

.ig-home {
  overflow: hidden;
}

.ig-seo-page {
  background: var(--ig-white);
  overflow: hidden;
}

.ig-seo-hero {
  background:
    linear-gradient(90deg, rgba(11, 11, 12, 0.96), rgba(18, 20, 23, 0.84)),
    url("../../uploads/2024/05/background-1.jpg") center / cover no-repeat;
  color: var(--ig-white);
  padding: 96px 22px 78px;
}

.ig-seo-hero h1 {
  color: var(--ig-white);
  font-size: 52px;
  font-weight: 750;
  line-height: 1.1;
  margin: 0 0 22px;
  max-width: 980px;
}

.ig-two-col {
  align-items: start;
  display: grid;
  gap: 34px;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
}

.ig-check-list {
  color: var(--ig-muted);
  display: grid;
  gap: 10px;
  line-height: 1.62;
  list-style: none;
  margin: 0;
  padding: 0;
}

.ig-check-list li {
  padding-left: 22px;
  position: relative;
}

.ig-check-list li::before {
  background: var(--ig-orange);
  border-radius: 999px;
  content: "";
  height: 7px;
  left: 0;
  position: absolute;
  top: 0.7em;
  width: 7px;
}

.ig-dark-card {
  background: var(--ig-elevated);
  border-color: var(--ig-line-dark);
}

.ig-dark-card h3,
.ig-dark-card .ig-check-list {
  color: var(--ig-white);
}

.ig-dark-card .ig-check-list li {
  color: var(--ig-light-muted);
}

.ig-tech-panel {
  background: var(--ig-pure-white);
  border: 1px solid var(--ig-line);
  border-radius: 8px;
  box-shadow: 0 12px 32px rgba(24, 27, 32, 0.045);
  color: var(--ig-muted);
  font-size: 16px;
  line-height: 1.78;
  padding: 26px;
}

.ig-faq-grid {
  display: grid;
  gap: 14px;
}

.ig-faq-item {
  background: var(--ig-pure-white);
  border: 1px solid var(--ig-line);
  border-radius: 8px;
  padding: 22px 24px;
}

.ig-faq-item h3 {
  color: var(--ig-ink);
  font-size: 19px;
  line-height: 1.3;
  margin: 0 0 8px;
}

.ig-faq-item p {
  color: var(--ig-muted);
  margin: 0;
}

.ig-section {
  padding: 76px 22px;
}

.ig-section-dark {
  background: var(--ig-black);
  color: var(--ig-white);
}

.ig-section-soft {
  background: var(--ig-soft);
}

.ig-wrap {
  margin: 0 auto;
  max-width: var(--ig-max);
}

.ig-eyebrow {
  color: var(--ig-orange);
  display: block;
  font-size: 13px;
  font-weight: 750;
  letter-spacing: 0;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.ig-section h1,
.ig-section h2,
.ig-section h3,
.ig-section p {
  margin-top: 0;
}

.ig-section h1 {
  color: var(--ig-white);
  font-size: 58px;
  font-weight: 750;
  line-height: 1.08;
  max-width: 940px;
}

.ig-section h2 {
  color: var(--ig-ink);
  font-size: 38px;
  font-weight: 740;
  line-height: 1.18;
  max-width: 820px;
}

.ig-section h3 {
  font-size: 23px;
  line-height: 1.28;
}

.ig-section-dark h2,
.ig-section-dark h3 {
  color: var(--ig-white);
}

.ig-lead {
  color: var(--ig-light-muted);
  font-size: 19px;
  line-height: 1.68;
  max-width: 820px;
}

.ig-copy {
  color: var(--ig-muted);
  font-size: 17px;
  line-height: 1.72;
  max-width: 880px;
}

.ig-section-dark .ig-copy {
  color: var(--ig-light-muted);
}

.ig-hero {
  background:
    linear-gradient(90deg, rgba(11, 11, 12, 0.96), rgba(18, 20, 23, 0.78)),
    url("../../uploads/2024/05/background-1.jpg") center / cover no-repeat;
  min-height: 620px;
  padding: 108px 22px 92px;
}

.ig-hero-actions,
.ig-final-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.ig-button {
  align-items: center;
  border: 1px solid transparent;
  border-radius: 6px;
  display: inline-flex;
  font-size: 15px;
  font-weight: 750;
  justify-content: center;
  min-height: 46px;
  padding: 12px 20px;
  text-decoration: none;
  transition: background 160ms ease, border-color 160ms ease, color 160ms ease;
}

.ig-button-primary {
  background: var(--ig-orange);
  color: var(--ig-pure-white);
}

.ig-button-primary:hover {
  background: var(--ig-orange-hover);
  color: var(--ig-pure-white);
}

.ig-button-secondary {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.22);
  color: var(--ig-white);
}

.ig-button-secondary:hover {
  border-color: var(--ig-orange-hover);
  color: var(--ig-orange-hover);
}

.ig-section-header {
  margin-bottom: 32px;
}

.ig-grid {
  display: grid;
  gap: 16px;
}

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

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

.ig-card {
  background: var(--ig-pure-white);
  border: 1px solid var(--ig-line);
  border-radius: 8px;
  box-shadow: 0 10px 28px rgba(24, 27, 32, 0.04);
  padding: 24px;
}

.ig-card h3 {
  color: var(--ig-ink);
  font-size: 19px;
  font-weight: 740;
  line-height: 1.32;
}

.ig-card h3 a {
  color: inherit;
  text-decoration: none;
}

.ig-card h3 a:hover {
  color: var(--ig-orange);
}

.ig-card p {
  color: var(--ig-muted);
  font-size: 15.5px;
  line-height: 1.68;
  margin-bottom: 0;
}

.ig-service-card {
  min-height: 220px;
}

.ig-expertise-layout {
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  margin-top: 34px;
}

.ig-expertise-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ig-expertise-item {
  background: var(--ig-elevated);
  border: 1px solid var(--ig-line-dark);
  border-radius: 8px;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
  color: var(--ig-white);
  font-size: 15px;
  font-weight: 650;
  line-height: 1.45;
  padding: 16px 18px;
}

.ig-stack-note {
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid var(--ig-line-dark);
  border-radius: 8px;
  padding: 24px;
}

.ig-stack-note h3 {
  color: var(--ig-white);
  font-size: 20px;
  font-weight: 720;
  margin-bottom: 12px;
}

.ig-stack-list {
  color: var(--ig-light-muted);
  font-size: 15px;
  line-height: 1.9;
  margin: 0;
}

.ig-process {
  counter-reset: process;
}

.ig-step {
  position: relative;
}

.ig-step::before {
  background: var(--ig-orange);
  border-radius: 999px;
  color: var(--ig-white);
  content: counter(process);
  counter-increment: process;
  display: grid;
  font-weight: 800;
  height: 32px;
  margin-bottom: 16px;
  place-items: center;
  width: 34px;
}

.ig-contact-panel {
  background: rgba(24, 27, 32, 0.92);
  border: 1px solid var(--ig-line-dark);
  border-radius: 8px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.22);
  padding: 30px;
}

.ig-contact-channels {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 14px 18px;
  margin: -10px 0 24px;
}

.ig-contact-channels p {
  color: var(--ig-light-muted);
  font-size: 15.5px;
  line-height: 1.55;
  margin: 0;
}

.ig-contact-whatsapp {
  align-items: center;
  background: rgba(217, 106, 29, 0.12);
  border: 1px solid rgba(217, 106, 29, 0.34);
  border-radius: 6px;
  color: var(--ig-white);
  display: inline-flex;
  font-size: 15px;
  font-weight: 750;
  gap: 9px;
  min-height: 44px;
  padding: 10px 15px;
  text-decoration: none;
  transition: background 160ms ease, border-color 160ms ease, color 160ms ease;
}

.ig-contact-whatsapp:hover {
  background: rgba(242, 140, 40, 0.16);
  border-color: var(--ig-orange-hover);
  color: var(--ig-orange-hover);
}

.ig-contact-whatsapp svg {
  fill: currentColor;
  height: 18px;
  width: 18px;
}

#contato {
  background:
    linear-gradient(180deg, rgba(11, 11, 12, 0.98), rgba(18, 20, 23, 0.98));
  color: var(--ig-white);
}

#contato h2 {
  color: var(--ig-white);
}

#contato .ig-copy {
  color: var(--ig-light-muted);
}

#contato .ig-section-header {
  max-width: 820px;
}

.ig-contact-panel .mf-input,
.ig-contact-panel textarea,
.ig-contact-panel input[type="text"],
.ig-contact-panel input[type="email"],
.ig-contact-panel input[type="tel"] {
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 6px;
  color: var(--ig-white);
  min-height: 46px;
  padding: 11px 14px;
  transition: background 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
  width: 100%;
}

.ig-contact-panel .mf-input::placeholder,
.ig-contact-panel textarea::placeholder,
.ig-contact-panel input[type="text"]::placeholder,
.ig-contact-panel input[type="email"]::placeholder,
.ig-contact-panel input[type="tel"]::placeholder {
  color: rgba(255, 255, 255, 0.52);
}

.ig-contact-panel .mf-input:focus,
.ig-contact-panel textarea:focus,
.ig-contact-panel input[type="text"]:focus,
.ig-contact-panel input[type="email"]:focus,
.ig-contact-panel input[type="tel"]:focus {
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(217, 106, 29, 0.74);
  box-shadow: 0 0 0 3px rgba(217, 106, 29, 0.14);
  outline: none;
}

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

.ig-contact-panel button[type="submit"] {
  background: var(--ig-orange) !important;
  border: 0;
  border-radius: 6px;
  color: var(--ig-pure-white);
  cursor: pointer;
  font-weight: 750;
  min-height: 46px;
  padding: 12px 20px;
  transition: background 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.ig-contact-panel button[type="submit"]:hover {
  background: var(--ig-orange-hover) !important;
  box-shadow: 0 12px 28px rgba(217, 106, 29, 0.16);
  transform: translateY(-1px);
}

.ig-contact-panel button[type="submit"]:focus {
  box-shadow: 0 0 0 3px rgba(217, 106, 29, 0.22);
  outline: none;
}

@media (max-width: 1024px) {
  .ig-grid-3,
  .ig-grid-4,
  .ig-expertise-layout,
  .ig-two-col,
  .ig-expertise-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ig-expertise-layout,
  .ig-two-col {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .ig-site-header .site-navigation ul.menu {
    gap: 8px 12px;
    justify-content: center;
    overflow-x: visible;
    padding-inline: 16px;
  }

  .ig-site-header .site-navigation li {
    flex: 0 1 auto;
  }

  .ig-site-header .site-navigation a {
    display: inline-flex;
    font-size: 13px;
    line-height: 1.25;
    padding: 2px 0;
  }

  .ig-header-inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .ig-nav {
    justify-content: flex-start;
  }

  .ig-footer-grid {
    grid-template-columns: 1fr;
  }

  .ig-section {
    padding: 58px 18px;
  }

  .ig-hero {
    min-height: auto;
    padding: 76px 18px 66px;
  }

  .ig-section h1 {
    font-size: 38px;
    line-height: 1.12;
  }

  .ig-seo-hero {
    padding: 74px 18px 62px;
  }

  .ig-seo-hero h1 {
    font-size: 37px;
    line-height: 1.13;
  }

  .ig-section h2 {
    font-size: 29px;
    line-height: 1.22;
  }

  .ig-section h3 {
    font-size: 21px;
  }

  .ig-lead {
    font-size: 16.5px;
    line-height: 1.66;
  }

  .ig-copy {
    font-size: 16px;
  }

  .ig-grid-3,
  .ig-grid-4,
  .ig-expertise-layout,
  .ig-two-col,
  .ig-expertise-grid {
    grid-template-columns: 1fr;
  }

  .ig-button,
  .ig-hero-actions,
  .ig-final-actions {
    width: 100%;
  }

  .ig-contact-panel {
    padding: 22px;
  }

  .ig-contact-channels {
    align-items: stretch;
    flex-direction: column;
  }

  .ig-contact-whatsapp {
    justify-content: center;
    width: 100%;
  }

  .ig-whatsapp-floating {
    bottom: 18px;
    height: 48px;
    right: 18px;
    width: 48px;
  }

  body {
    padding-bottom: 12px;
  }
}
