.elementor-widget-container .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-container .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-container.premium-cursor-ftext .premium-global-cursor-{{ID}} .premium-cursor-follow-text{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-container .premium-global-cursor-{{ID}}{color:var( --e-global-color-primary );fill:var( --e-global-color-primary );}.elementor-widget-container .premium-global-badge-{{ID}} .premium-badge-text{color:var( --e-global-color-secondary );}.elementor-widget-container:not(.premium-gbadge-custom) .premium-global-badge-{{ID}} .premium-badge-container, .elementor-widget-container.premium-gbadge-custom .premium-global-badge-{{ID}} .premium-badge-container{background-color:var( --e-global-color-primary );}.elementor-widget-container .premium-global-badge-{{ID}} .premium-badge-icon{color:var( --e-global-color-secondary );fill:var( --e-global-color-secondary );}.elementor-412 .elementor-element.elementor-element-ab1ba1b{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-html .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-html .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-html.premium-cursor-ftext .premium-global-cursor-{{ID}} .premium-cursor-follow-text{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-html .premium-global-cursor-{{ID}}{color:var( --e-global-color-primary );fill:var( --e-global-color-primary );}.elementor-widget-html .premium-global-badge-{{ID}} .premium-badge-text{color:var( --e-global-color-secondary );}.elementor-widget-html:not(.premium-gbadge-custom) .premium-global-badge-{{ID}} .premium-badge-container, .elementor-widget-html.premium-gbadge-custom .premium-global-badge-{{ID}} .premium-badge-container{background-color:var( --e-global-color-primary );}.elementor-widget-html .premium-global-badge-{{ID}} .premium-badge-icon{color:var( --e-global-color-secondary );fill:var( --e-global-color-secondary );}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-fa020c4 *//* ============================
   IT Working - Pentest (DARK)
   ============================ */
.itw-pentest{
  position: relative;
  padding: 76px 0 86px;
  background:
    radial-gradient(900px 500px at 15% 20%, rgba(31,156,240,.18), transparent 55%),
    radial-gradient(900px 500px at 85% 10%, rgba(13,95,216,.18), transparent 55%),
    linear-gradient(180deg, #070b12 0%, #0b1220 55%, #070b12 100%);
  color: #eaf1ff;
  overflow: hidden;
}

.itw-pentest .wrap{
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 16px;
}

.itw-kicker{
  display: inline-flex;
  gap: 10px;
  align-items: center;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: rgba(234,241,255,.82);
  font-size: 12px;
  margin: 0 0 10px;
}

.itw-pentest__hero{
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  gap: 28px;
  align-items: start;
}

.itw-pentest__hero h1{
  margin: 0 0 12px;
  font-size: clamp(30px, 3.6vw, 48px);
  line-height: 1.1;
  letter-spacing: -.02em;
}

.itw-lead{
  margin: 0 0 18px;
  color: rgba(234,241,255,.86);
  line-height: 1.75;
  font-size: 17px;
}

.itw-heroBadges{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 14px 0 20px;
}

.itw-badge{
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  color: rgba(234,241,255,.92);
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.10);
  backdrop-filter: blur(10px);
}

.itw-heroActions{
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin: 10px 0 10px;
}

.itw-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 18px;
  border-radius: 14px;
  text-decoration: none;
  font-weight: 900;
  letter-spacing: .01em;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease;
  user-select: none;
}

.itw-btn.primary{
  color: #ffffff;
  background: linear-gradient(135deg, #0d5fd8, #1f9cf0);
  box-shadow: 0 18px 40px rgba(13,95,216,.35);
}

.itw-btn.primary:hover{
  transform: translateY(-2px);
  box-shadow: 0 22px 55px rgba(13,95,216,.45);
}

.itw-btn.ghost{
  color: rgba(234,241,255,.95);
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.14);
}

.itw-btn.ghost:hover{
  transform: translateY(-2px);
  border-color: rgba(31,156,240,.45);
  box-shadow: 0 14px 34px rgba(0,0,0,.35);
}

.itw-miniNote{
  margin: 10px 0 0;
  font-size: 13px;
  color: rgba(234,241,255,.70);
}

/* Hero card */
.itw-pentest__heroCard{
  border-radius: 18px;
  padding: 18px 18px 16px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.12);
  box-shadow: 0 22px 60px rgba(0,0,0,.45);
  backdrop-filter: blur(12px);
}

.itw-cardTop{
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
}

.itw-icon{
  width: 44px; height: 44px;
  border-radius: 14px;
  display: grid; place-items: center;
  color: #eaf1ff;
  background: linear-gradient(135deg, rgba(13,95,216,.55), rgba(31,156,240,.35));
  border: 1px solid rgba(255,255,255,.18);
}

.itw-cardKicker{
  margin: 0;
  font-size: 12px;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: rgba(234,241,255,.70);
  font-weight: 800;
}

.itw-cardTitle{
  margin: 2px 0 0;
  font-size: 16px;
  font-weight: 900;
}

.itw-list{
  margin: 12px 0 14px;
  padding: 0 0 0 18px;
  color: rgba(234,241,255,.82);
  line-height: 1.65;
  font-size: 14px;
}

.itw-cardCTA .w100{ width: 100%; }
.itw-mini{
  margin: 10px 0 0;
  font-size: 12px;
  color: rgba(234,241,255,.66);
}

/* Trust */
.itw-pentest__trust{ margin-top: 40px; }
.itw-trustGrid{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.itw-trustItem{
  border-radius: 18px;
  padding: 18px;
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.10);
}

.itw-trustItem h2{
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: 900;
}

.itw-trustItem p{
  margin: 0;
  color: rgba(234,241,255,.78);
  line-height: 1.7;
  font-size: 14px;
}

/* Section head */
.itw-secHead{
  margin: 60px 0 18px;
  text-align: center;
}
.itw-secHead h2{
  margin: 6px 0 8px;
  font-size: clamp(22px, 2.4vw, 30px);
  letter-spacing: -.01em;
}
.itw-sub{
  margin: 0 auto;
  max-width: 760px;
  color: rgba(234,241,255,.78);
  line-height: 1.7;
}

/* Scopes */
.itw-scopeGrid{
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.itw-scope{
  border-radius: 18px;
  padding: 18px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.12);
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.itw-scope:hover{
  transform: translateY(-3px);
  border-color: rgba(31,156,240,.45);
  box-shadow: 0 18px 44px rgba(0,0,0,.45);
}

.itw-scope h3{
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: 900;
}
.itw-scope p{
  margin: 0 0 10px;
  color: rgba(234,241,255,.78);
  line-height: 1.7;
  font-size: 14px;
}

.itw-bullets{
  margin: 0;
  padding: 0 0 0 18px;
  color: rgba(234,241,255,.82);
  line-height: 1.7;
  font-size: 14px;
}

/* ============================
   Process steps (1 linha SEM quebra)
   ============================ */
.itw-steps{
  margin: 18px auto 0;
  max-width: 1180px;
  display: flex;
  flex-wrap: nowrap;          /* 🔑 não quebra */
  gap: 14px;
  padding: 0 4px 12px;
  list-style: none;
  overflow-x: auto;           /* scroll horizontal */
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
}

/* esconder scrollbar */
.itw-steps::-webkit-scrollbar{ height: 0; }
.itw-steps{ scrollbar-width: none; }

.itw-step{
  flex: 0 0 260px;            /* largura fixa */
  scroll-snap-align: start;
  border-radius: 18px;
  padding: 16px 16px 14px;
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.10);
  display: grid;
  gap: 10px;
  min-height: 190px;
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.itw-step:hover{
  transform: translateY(-2px);
  border-color: rgba(31,156,240,.45);
  box-shadow: 0 18px 44px rgba(0,0,0,.45);
}

.itw-step .n{
  width: 34px; height: 34px;
  border-radius: 12px;
  display: grid; place-items: center;
  font-weight: 900;
  background: rgba(31,156,240,.14);
  border: 1px solid rgba(31,156,240,.30);
  color: #eaf1ff;
}

.itw-step h3{
  margin: 0 0 6px;
  font-size: 15px;
  font-weight: 900;
}

.itw-step p{
  margin: 0;
  color: rgba(234,241,255,.78);
  line-height: 1.65;
  font-size: 14px;
}

/* Lead box - LAYOUT VERTICAL */
.itw-pentest__lead{ margin-top: 54px; }
.itw-leadBox{
  border-radius: 22px;
  padding: 22px;
  background:
    radial-gradient(700px 240px at 20% 0%, rgba(31,156,240,.20), transparent 55%),
    rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.14);
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  align-items: start;
}

.itw-leadText h2{
  margin: 0 0 10px;
  font-size: 22px;
  font-weight: 900;
}
.itw-leadText p{
  margin: 0 0 12px;
  color: rgba(234,241,255,.80);
  line-height: 1.75;
}

.itw-checks{
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
  color: rgba(234,241,255,.86);
}
.itw-checks li{
  position: relative;
  padding-left: 22px;
  font-weight: 700;
  font-size: 14px;
}
.itw-checks li:before{
  content:"✓";
  position: absolute;
  left: 0; top: 0;
  color: #1f9cf0;
  font-weight: 900;
}

.itw-formSlot{
  border-radius: 18px;
  padding: 20px;
  background: rgba(7,11,18,.55);
  border: 1px solid rgba(255,255,255,.10);
}

/* Estilização visual do Fluent Form - SEM alterar layout */
.itw-formSlot label {
  color: rgba(234,241,255,.90) !important;
  font-weight: 700 !important;
}

.itw-formSlot input[type="text"],
.itw-formSlot input[type="email"],
.itw-formSlot input[type="tel"],
.itw-formSlot select,
.itw-formSlot textarea {
  background: rgba(255,255,255,.08) !important;
  border: 1px solid rgba(255,255,255,.14) !important;
  border-radius: 10px !important;
  color: #eaf1ff !important;
}

.itw-formSlot input::placeholder,
.itw-formSlot textarea::placeholder {
  color: rgba(234,241,255,.50) !important;
}

.itw-formSlot input:focus,
.itw-formSlot select:focus,
.itw-formSlot textarea:focus {
  border-color: rgba(31,156,240,.45) !important;
  box-shadow: 0 0 0 3px rgba(31,156,240,.12) !important;
  outline: none !important;
}

.itw-formSlot button[type="submit"] {
  background: linear-gradient(135deg, #0d5fd8, #1f9cf0) !important;
  border: none !important;
  border-radius: 10px !important;
  color: #ffffff !important;
  font-weight: 900 !important;
  cursor: pointer !important;
  transition: transform .2s ease, box-shadow .2s ease !important;
}

.itw-formSlot button[type="submit"]:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 14px 35px rgba(13,95,216,.45) !important;
}

.itw-formPlaceholder{
  border-radius: 14px;
  padding: 16px;
  background: rgba(255,255,255,.05);
  border: 1px dashed rgba(255,255,255,.18);
  text-align: center;
}

/* FAQ */
.itw-pentest__faq{ margin-top: 54px; }
.itw-faqGrid{
  max-width: 980px;
  margin: 18px auto 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.itw-faq{
  border-radius: 16px;
  padding: 14px 14px;
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.10);
}

.itw-faq summary{
  cursor: pointer;
  font-weight: 900;
  list-style: none;
}
.itw-faq summary::-webkit-details-marker{ display:none; }

.itw-faq p{
  margin: 10px 0 0;
  color: rgba(234,241,255,.78);
  line-height: 1.7;
  font-size: 14px;
}

.itw-faqCTA{
  margin-top: 18px;
  display: flex;
  justify-content: center;
}

/* ============================
   Responsive
   ============================ */
@media (max-width: 980px){
  .itw-pentest__hero{ grid-template-columns: 1fr; }
  .itw-trustGrid{ grid-template-columns: 1fr; }
  .itw-scopeGrid{ grid-template-columns: 1fr 1fr; }
  .itw-leadBox{ grid-template-columns: 1fr; }
  .itw-faqGrid{ grid-template-columns: 1fr; }

  /* steps continuam 1 linha, só ajusta o card */
  .itw-step{ flex: 0 0 260px; }
}

@media (max-width: 520px){
  .itw-scopeGrid{ grid-template-columns: 1fr; }

  /* cards maiores no celular (fica bem melhor) */
  .itw-step{ flex: 0 0 86%; }
}

/* ============================
   Imagem centralizada (retangular + fina)
   ============================ */
/* wrapper que GARANTE centralização */
.itw-image-center {
  display: flex;
  justify-content: center;
  width: 100%;
}

/* imagem em si */
.itw-pentest-image {
  width: 100%;
  max-width: 860px;
  margin: 48px auto 56px;
  text-align: center;
}

/* frame retangular e mais fino */
.itw-pentest-image img {
  width: 100%;
  height: 380px;
  object-fit: cover;
  object-position: center 55%;
  border-radius: 16px;
  display: block;
  box-shadow:
    0 28px 70px rgba(0,0,0,.45),
    inset 0 0 0 1px rgba(255,255,255,.04);
}

/* legenda */
.itw-pentest-image figcaption {
  margin-top: 12px;
  font-size: 0.82rem;
  color: #9aa4b2;
}

@media (max-width: 768px) {
  .itw-pentest-image img {
    height: 240px;
    border-radius: 12px;
  }
}/* End custom CSS */