/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 07 2026 | 18:20:20 */
@import url('https://fonts.googleapis.com/css2?family=Courier+Prime:wght@400;700&family=Rethink+Sans:ital,wght@0,400..800;1,400..800&display=swap');

:root {
    --ids-bg: #101820;
    --ids-orange: #F25D27;
    --ids-ice: #FAFBFF;
    --ids-yellow: #F29F05;
    --ids-cyan: #3A758C;
    --ids-text-soft: #9ca3af;
    --ids-text-muted: #6b7280;
    --ids-line: rgba(255,255,255,0.08);
}

html, body {
    overflow-x: hidden;
    background: var(--ids-bg);
    font-family: 'Rethink Sans', sans-serif;
    color: var(--ids-ice);
    scroll-behavior: smooth;
    -webkit-font-smoothing: antialiased;
}

body.elementor-page {
    background: var(--ids-bg);
}

.ids-page {
    position: relative;
    background: var(--ids-bg);
    color: var(--ids-ice);
    overflow: hidden;
}

.ids-page * {
    box-sizing: border-box;
}

.ids-tech {
    font-family: 'Courier Prime', monospace !important;
}

.ids-bg-ambient {
    position: fixed;
	top: -50px;
	left: -50px;
	width: calc(100vw + 100px);
	height: calc(100vh + 100px);
    z-index: 0;
    pointer-events: none;
    background:
        radial-gradient(circle at 15% 15%, rgba(242, 93, 39, 0.12) 0%, transparent 40%),
        radial-gradient(circle at 85% 85%, rgba(58, 117, 140, 0.15) 0%, transparent 40%),
        radial-gradient(circle at 50% 50%, rgba(242, 159, 5, 0.05) 0%, transparent 70%);
    transition: transform 0.15s linear;
}

.ids-layer {
    position: relative;
    z-index: 2;
}

/* =========================================
   REVEAL
========================================= */

.ids-reveal {
    opacity: 0;
    transform: translateY(30px);
    filter: blur(8px);
    transition: all 1.2s cubic-bezier(0.2, 1, 0.3, 1);
}

.ids-reveal.active {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
}

.ids-delay-1 { transition-delay: 0.15s; }
.ids-delay-2 { transition-delay: 0.3s; }
.ids-delay-3 { transition-delay: 0.45s; }

/* =========================================
   ELEMENTOR SECTIONS / CONTAINERS
========================================= */

.ids-section {
    position: relative;
    z-index: 2;
}

.ids-container {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
}


/* =========================================
   BUTTONS
========================================= */

.ids-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 20px 48px;
    border-radius: 999px;
    text-decoration: none !important;
    border: none;
    cursor: pointer;
    text-transform: uppercase !important;
    transition: all 0.45s cubic-bezier(0.19, 1, 0.22, 1);
}

.ids-btn-primary {
    background: var(--ids-ice);
    color: var(--ids-bg) !important;
}

.ids-btn-primary:hover {
    transform: scale(1.04);
    box-shadow: 0 15px 40px rgba(250, 251, 255, 0.10);
}

.ids-btn-outline {
    background: transparent;
    color: #fff !important;
    border: 1px solid rgba(255,255,255,0.2);
}

.ids-btn-outline:hover {
    background: #fff;
    color: #000 !important;
}

/* =========================================
   HERO
========================================= */

.ids-hero {
    min-height: 80vh;
}


.ids-hero-title .elementor-heading-title {
    font-family: 'Courier Prime', monospace !important;
    font-size: clamp(42px, 10vw, 120px) !important;
    line-height: 0.9 !important;
    letter-spacing: -0.04em !important;
    margin: 0 !important;
    background: linear-gradient(180deg, #FAFBFF 20%, rgba(250, 251, 255, 0.4) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.ids-hero-text .elementor-widget-heading .elementor-heading-title  {
    font-size: clamp(20px, 2.2vw, 32px) !important; 
    line-height: 1.55px !important;
    font-weight: 300px !important;
    color: var(--ids-text-soft) !important;
    max-width: 860px !important;
    margin: 0 auto !important;
}

.ids-link-arrow {
    display: inline-flex;
    align-items: center;
    gap: 16px;
    text-decoration: none !important;
    color: var(--ids-text-muted) !important;
    transition: color 0.3s ease;
}

.ids-link-arrow:hover {
    color: #fff !important;
}

.ids-link-arrow-text {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.ids-link-arrow-circle {
    width: 40px;
    height: 40px;
    border: 1px solid #1f2937;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: border-color 0.3s ease;
}

.ids-link-arrow:hover .ids-link-arrow-circle {
    border-color: #fff;
}

/* =========================================
   Tipo V2
========================================= */

.font-tech {
  font-family: "Courier Prime", monospace;
  font-weight:600;
  letter-spacing: 0.32em;
  line-height: 1;
  text-transform:uppercase;
}

.card-premium__label {
  font-size: 10px;
  margin-bottom: 12px;
}

.card-premium__title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #fafbff;
}

.card-premium__text {
  font-size: 16px;
  line-height: 1.65;
  font-weight: 300;
  color: #aab7c8;
}

.signal-1 { color: #f29f05; }
.signal-2 { color: #f25d27; }
.signal-3 { color: #7ab1c1; }

/* =========================================
   Hero proof (segunda seção)
========================================= */

.hero-proof {
  background: rgba(255, 255, 255, 0.025);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  padding: 2rem;
  position: relative;
  overflow: hidden;
}

/* texto */
.hero-proof__label {
  font-size: 10px;
  color: #6f8199;
  margin-bottom: 12px;
}

.hero-proof__title {
  font-size: clamp(32px, 5vw, 54px);
  line-height: 1.02;
  font-weight: 700;
  letter-spacing: -0.03em;
  color: #fafbff;
}

/* linha divisória interna */
.hero-proof__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

/* bolinha lateral */
.hero-proof__dot {
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: #3a758c;
  box-shadow: 0 0 16px rgba(58, 117, 140, 0.5);
  margin-top: 2.5rem;
  flex-shrink: 1;
  animation: pulseDot 2.2s ease-in-out infinite;
}

@keyframes pulseDot {
  0% {
    opacity: 0.6;
    transform: scale(1);
    box-shadow: 0 0 8px rgba(58, 117, 140, 0.3);
  }

  50% {
    opacity: 1;
    transform: scale(1.1);
    box-shadow: 0 0 18px rgba(58, 117, 140, 0.7);
  }

  100% {
    opacity: 0.6;
    transform: scale(1);
    box-shadow: 0 0 8px rgba(58, 117, 140, 0.3);
  }
}

/* grid dos cards */
.hero-proof__grid {
  display: grid;
  gap: 18px;
  margin-top: 24px;
}




/* =========================================
   CARDS PREMIUM 2
========================================= */

.card-premium {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.028),
    rgba(255, 255, 255, 0.01)
  );
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 28px;
  backdrop-filter: blur(10px);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
  padding: 1.6rem 1.4rem;

  transition: transform 0.35s ease,
              border-color 0.35s ease,
              background-color 0.35s ease;
}

.card-premium:hover {
  transform: translateY(-6px);
  border-color: rgba(242, 93, 39, 0.28);
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.04),
    rgba(255, 255, 255, 0.015)
  );
}

/* =========================================
   CARDS PREMIUM
========================================= */

.ids-card {
    background: rgba(255, 255, 255, 0.015);
    border: 1px solid rgba(255, 255, 255, 0.04);
    border-radius: 28px;
    transition: all 0.7s cubic-bezier(0.16, 1, 0.3, 1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    overflow: hidden;
}

.ids-card:hover {
    background: rgba(255, 255, 255, 0.04);
    border-color: rgba(242, 93, 39, 0.25);
    transform: translateY(-12px);
}

/* =========================================
   MÉTODO
========================================= */

.ids-method-v2 {
  padding: 140px 24px;
  border-top: 1px solid rgba(255,255,255,0.05);
  background: linear-gradient(180deg, rgba(16,24,32,1) 0%, rgba(16,24,32,0) 100%);
}

.ids-method-v2__intro {
  max-width: 1040px;
  margin: 0 0 64px;
	display: flex;
	justify-content: center;
	text-align: center;
}

.ids-method-v2__title {
  font-family: "Courier Prime", monospace;
  font-size: clamp(32px, 6vw, 56px);
  line-height: 0.98;
  letter-spacing: -0.04em;
  font-weight: 700;
  margin: 0;
  color: var(--ids-ice);
}

.ids-method-v2__grid {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

.ids-method-v2__card {
  min-height: 360px;
  padding: 46px 40px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.ids-method-v2__card--featured {
  border-color: rgba(242, 93, 39, 0.35) !important;
  background: linear-gradient(
    180deg,
    rgba(255,255,255,0.03),
    rgba(255,255,255,0.015)
  ) !important;
}

.ids-method-v2__eyebrow {
  font-family: "Courier Prime", monospace;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin: 0 0 38px 0;
}

.ids-method-v2__eyebrow--cyan {
  color: var(--ids-cyan);
}

.ids-method-v2__eyebrow--orange {
  color: var(--ids-orange);
}

.ids-method-v2__eyebrow--yellow {
  color: var(--ids-yellow);
}

.ids-method-v2__card-title {
  font-family: "Courier Prime", monospace;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.08;
  letter-spacing: -0.03em;
  font-weight: 700;
  margin: 0 0 28px 0;
  color: var(--ids-ice);
}

.ids-method-v2__card-text {
  font-size: 20px;
  line-height: 1.55;
  font-weight: 300;
  margin: 0;
  color: var(--ids-text-soft);
  max-width: 28ch;
}

/* =========================================
   SOLUÇÕES
========================================= */

.ids-solutions-title .elementor-heading-title {
    font-family: 'Courier Prime', monospace !important;
    font-size: clamp(48px, 7vw, 120px) !important;
    line-height: 1 !important;
    margin: 0 !important;
}

.ids-solutions-sub .elementor-widget-container {
    font-size: 28px;
    line-height: 1.4;
    font-weight: 300;
    color: var(--ids-text-muted);
    max-width: 620px;
}

.ids-solution-title .elementor-heading-title {
    font-size: 36px !important;
    line-height: 1.2 !important;
    margin: 0 !important;
    color: #fff !important;
}

.ids-solution-text .elementor-widget-container {
    font-size: 20px;
    line-height: 1.6;
    font-weight: 300;
    color: var(--ids-text-soft);
}

.ids-tag {
    font-family: 'Courier Prime', monospace;
    font-size: 9px;
    letter-spacing: 0.4em;
    text-transform: uppercase;
    color: var(--ids-text-muted);
}

.ids-card-highlight {
    border-color: rgba(242, 93, 39, 0.3) !important;
    background: rgba(255,255,255,0.03) !important;
}

/* =========================================
   CONTATO
========================================= */

.ids-contact-title .elementor-heading-title {
    font-family: 'Courier Prime', monospace !important;
    font-size: clamp(56px, 9vw, 144px) !important;
    line-height: 1 !important;
    margin: 0 !important;
}

.ids-contact-sub .elementor-widget-container {
    font-size: 32px;
    line-height: 1.4;
    font-weight: 300;
    color: var(--ids-text-muted);
}

/* Form Elementor Pro */
.ids-form .elementor-field-group {
    margin-bottom: 24px !important;
}

.ids-form .elementor-field-label {
    display: block !important;
    font-family: 'Courier Prime', monospace !important;
    font-size: 9px !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5em !important;
    color: var(--ids-text-muted) !important;
    margin-bottom: 14px !important;
}

.ids-form .elementor-field,
.ids-form .elementor-select,
.ids-form textarea.elementor-field-textual {
    background: transparent !important;
    border: none !important;
    border-bottom: 1px solid rgba(255,255,255,0.12) !important;
    border-radius: 0 !important;
    color: #fff !important;
    font-size: 22px !important;
    font-weight: 300 !important;
    padding: 16px 0 !important;
    min-height: auto !important;
}

.ids-form .elementor-field:focus,
.ids-form .elementor-select:focus,
.ids-form textarea.elementor-field-textual:focus {
    border-bottom-color: var(--ids-orange) !important;
    box-shadow: none !important;
}

.ids-form .elementor-field::placeholder,
.ids-form textarea.elementor-field-textual::placeholder {
    color: #374151 !important;
    opacity: 1 !important;
}

.ids-form .elementor-button {
    background: var(--ids-ice) !important;
    color: var(--ids-bg) !important;
    border-radius: 999px !important;
    padding: 22px 56px !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    letter-spacing: 0.15em !important;
    text-transform: uppercase !important;
    transition: all 0.45s cubic-bezier(0.19, 1, 0.22, 1) !important;
}

.ids-form .elementor-button:hover {
    transform: scale(1.03);
    box-shadow: 0 15px 40px rgba(250, 251, 255, 0.15);
}

/* Footer */

.ids-brand-footer {
	width: 126px;
}

.ids-footer-brand {
    opacity: 0.25;
    filter: grayscale(1);
    transition: all 0.8s ease;
}

.ids-footer-brand:hover {
    opacity: 1;
    filter: grayscale(0);
}

.ids-footer-brand-text {
    font-family: 'Courier Prime', monospace;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.6em;
    text-transform: uppercase;
}

.ids-copyright .elementor-widget-container {
    font-family: 'Courier Prime', monospace;
    font-size: 9px;
    color: #1f2937;
    letter-spacing: 0.6em;
    text-transform: uppercase;
}

/* =========================================
   RESPONSIVO
========================================= */

@media (max-width: 1024px) {
   .ids-method-v2__grid {
    grid-template-columns: 1fr;
	justify-items: center;
    }
	
   .ids-method-v2__card-text {
		    max-width: 640px;
	}

  .ids-method-v2__card {
    min-height: auto;
	min-width: 556px;
	max-width: 800px;
    }
    .ids-nav {
        display: none;
    }

    .ids-step-title .elementor-heading-title {
        font-size: 28px !important;
    }

    .ids-step-text .elementor-widget-container {
        font-size: 20px;
    }

    .ids-solution-title .elementor-heading-title {
        font-size: 30px !important;
    }

    .ids-solution-text .elementor-widget-container {
        font-size: 18px;
    }

    .ids-contact-sub .elementor-widget-container {
        font-size: 24px;
    }
}

@media (max-width: 767px) {
  .ids-method-v2 {
    padding:;
  }

  .ids-method-v2__intro {
    margin-bottom: 44px;
  }

  .ids-method-v2__card {
    padding: 20px 20px;
  }

  .ids-method-v2__eyebrow {
    font-size: 12px;
    margin-bottom: 26px;
  }

  .ids-method-v2__card-text {
    font-size: 18px;
	max-width: auto;
  }

  .ids-method-v2__card {
    min-height: auto;
    min-width:auto;
	  padding:20px;
  }

  .hero-proof {
    background: rgba(255, 255, 255, 0.025);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 24px;
    padding: 20px;
    position: relative;
    overflow: hidden;
    }
    .ids-form .elementor-field,
    .ids-form .elementor-select,
    .ids-form textarea.elementor-field-textual {
        font-size: 18px !important;
    }

    .ids-form .elementor-button {
        width: 100%;
    }
	
	.hero-proof__dot {
    width: 12px;
    height: 12px;
    border-radius: 999px;
    background: #3a758c;
    box-shadow: 0 0 16px rgba(58, 117, 140, 0.5);
    margin-top: 2.5rem;
    flex-shrink: 0;
    animation: pulseDot 2.2s ease-in-out infinite;
    }

}