.euro-lp {
  --bg: #07131a;
  --white: #ffffff;
  --text: #eaf2f4;
  --muted: #9db1b9;
  --dark: #102129;
  --line-dark: rgba(10,35,45,0.10);
  --green: #16c47f;
  --green-dark: #0fa56a;
  --green-soft: #d8f7ea;
  --soft: #f6fbfa;
  --soft-2: #edf5f3;
  --shadow: 0 20px 55px rgba(0,0,0,0.20);
  --radius-lg: 22px;
  --radius-md: 18px;
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at top left, rgba(22,196,127,0.11), transparent 28%),
    radial-gradient(circle at 85% 15%, rgba(67,139,255,0.10), transparent 22%),
    linear-gradient(180deg, #07131a 0%, #0a1820 100%);
  color: var(--text);
  font-family: 'Inter', Arial, Helvetica, sans-serif;
  min-height: 100vh;
}
.euro-lp * { box-sizing: border-box; }
body { margin: 0; background: #07131a; }
.euro-wrap {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
  position: relative;
  z-index: 2;
}
.euro-bg {
  position: absolute;
  border-radius: 999px;
  filter: blur(85px);
  opacity: .34;
  pointer-events: none;
}
.euro-bg-1 { width: 260px; height: 260px; left: -70px; top: 90px; background: rgba(22,196,127,0.18); }
.euro-bg-2 { width: 260px; height: 260px; right: -80px; top: 380px; background: rgba(69,120,255,0.16); }
.euro-bg-3 { width: 220px; height: 220px; left: 40%; bottom: 180px; background: rgba(22,196,127,0.09); }
.euro-header {
  display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 24px 0 10px;
}
.euro-brand { display: flex; align-items: center; gap: 14px; min-width: 0; }
.euro-logo-link { display: inline-flex; align-items: center; text-decoration: none; }
.euro-logo-img { max-height: 78px; width: auto; max-width: 320px; object-fit: contain; display: block; }
.euro-logo-fallback { display: flex; flex-direction: column; gap: 4px; }
.euro-logo-fallback strong, .footer-brand strong { display: block; color: var(--white); font-size: 18px; }
.euro-logo-fallback span, .footer-brand span { display: block; color: var(--muted); font-size: 13px; }
.euro-nav { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }
.euro-nav a { color: #dce7ea; text-decoration: none; font-size: 14px; font-weight: 700; }
.euro-nav-cta { padding: 12px 18px; border-radius: 999px; background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.10); }
.euro-hero { display: grid; grid-template-columns: 1.08fr .92fr; gap: 46px; align-items: center; padding: 52px 0 70px; }
.euro-kicker, .euro-kicker-dark { display: inline-block; font-size: 12px; text-transform: uppercase; letter-spacing: .09em; font-weight: 700; margin-bottom: 16px; }
.euro-kicker { color: #bde9d5; }
.euro-kicker-dark { color: #1f7f59; }
.euro-hero h1 { font-size: clamp(36px, 5vw, 60px); line-height: 1.04; letter-spacing: -0.03em; margin: 0 0 18px; font-weight: 800; }
.euro-hero h1 span { color: #d7fff0; }
.euro-hero p { font-size: 18px; line-height: 1.75; color: var(--muted); max-width: 650px; margin: 0 0 28px; }
.euro-hero-buttons { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 20px; }
.euro-hero-buttons.center { justify-content: center; }
.euro-btn {
  display: inline-flex; align-items: center; justify-content: center; min-height: 54px; padding: 14px 24px;
  border-radius: 999px; font-size: 15px; font-weight: 700; text-decoration: none; transition: .25s ease; border: 1px solid transparent;
}
.euro-btn-primary { background: var(--green); color: #072014; box-shadow: 0 12px 28px rgba(22,196,127,0.25); }
.euro-btn-primary:hover { background: var(--green-dark); transform: translateY(-1px); }
.euro-btn-secondary { background: rgba(255,255,255,0.04); color: var(--white); border-color: rgba(255,255,255,0.12); }
.euro-btn-secondary:hover { background: rgba(255,255,255,0.08); }
.euro-btn-full { width: 100%; cursor: pointer; border: 0; }
.euro-trust { display: flex; gap: 10px; flex-wrap: wrap; }
.euro-trust span { padding: 8px 12px; border-radius: 999px; background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.08); color: #dbe7ea; font-size: 13px; }
.euro-hero-right { position: relative; min-height: 540px; display: flex; align-items: center; justify-content: center; }
.hero-card { position: absolute; border-radius: 28px; box-shadow: var(--shadow); }
.hero-card-main { width: 100%; max-width: 460px; background: linear-gradient(180deg, rgba(255,255,255,0.08), rgba(255,255,255,0.03)); border: 1px solid rgba(255,255,255,0.10); padding: 1px; top: 20px; left: 0; z-index: 2; }
.hero-screen { background: linear-gradient(180deg, #0a1a22, #10242d); border-radius: 27px; padding: 28px; position: relative; overflow: hidden; }
.hero-screen:before { content: ""; position: absolute; width: 180px; height: 180px; background: rgba(22,196,127,0.16); filter: blur(70px); border-radius: 50%; top: -60px; left: -30px; }
.screen-top { display: flex; gap: 8px; margin-bottom: 20px; position: relative; z-index: 1; }
.screen-top span { width: 10px; height: 10px; border-radius: 50%; background: rgba(255,255,255,0.24); }
.screen-title { font-size: 24px; font-weight: 800; margin-bottom: 16px; position: relative; z-index: 1; }
.screen-line { height: 10px; border-radius: 999px; background: rgba(255,255,255,0.08); margin-bottom: 10px; position: relative; z-index: 1; }
.screen-line.medium { width: 82%; }
.screen-line.short { width: 58%; margin-bottom: 22px; }
.screen-box { background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.08); border-radius: 18px; padding: 18px; margin-bottom: 18px; position: relative; z-index: 1; }
.screen-box small { display: block; color: #98afba; margin-bottom: 6px; }
.screen-box strong { display: block; font-size: 17px; margin-bottom: 8px; }
.screen-box p { margin: 0; font-size: 14px; line-height: 1.7; color: var(--muted); }
.screen-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; position: relative; z-index: 1; }
.mini-box { background: rgba(255,255,255,0.04); border-radius: 16px; padding: 14px; }
.mini-box small { display: block; color: var(--muted); margin-bottom: 6px; }
.mini-box strong { font-size: 14px; }
.hero-card-float { width: 280px; height: 280px; right: 0; bottom: 40px; background: linear-gradient(180deg, rgba(255,255,255,0.07), rgba(255,255,255,0.02)); border: 1px solid rgba(255,255,255,0.10); padding: 1px; z-index: 1; backdrop-filter: blur(8px); }
.abstract-visual { height: 100%; border-radius: 27px; background: radial-gradient(circle at center, rgba(22,196,127,0.12), rgba(8,20,26,0.85) 65%); position: relative; overflow: hidden; }
.ring { position: absolute; border: 1px solid rgba(255,255,255,0.10); border-radius: 50%; left: 50%; top: 50%; transform: translate(-50%, -50%); }
.ring-1 { width: 90px; height: 90px; }
.ring-2 { width: 150px; height: 150px; }
.ring-3 { width: 220px; height: 220px; }
.abstract-center { position: absolute; width: 54px; height: 54px; border-radius: 50%; background: linear-gradient(135deg, #16c47f, #89ffd0); left: 50%; top: 50%; transform: translate(-50%, -50%); box-shadow: 0 0 50px rgba(22,196,127,0.35); }
.euro-section { padding: 72px 0; }
.euro-section-light, .euro-section-soft { border-radius: 28px; padding-left: 32px; padding-right: 32px; margin-bottom: 24px; }
.euro-section-light { background: var(--soft); color: var(--dark); }
.euro-section-soft { background: var(--soft-2); color: var(--dark); }
.section-head { max-width: 840px; margin-bottom: 28px; }
.section-head.center { text-align: center; margin-left: auto; margin-right: auto; }
.section-head.white h2, .section-head.white p { color: var(--white); }
.section-head h2, .urgency-box h2, .cta-box h2, .form-text h2 { font-size: clamp(28px, 4vw, 42px); line-height: 1.14; letter-spacing: -0.02em; margin: 0; }
.section-head p, .form-text p, .urgency-box p, .cta-box p { font-size: 17px; line-height: 1.75; color: rgba(16,33,41,0.82); margin-top: 16px; }
.section-head.white p, .urgency-box p, .cta-box p { color: var(--muted); }
.euro-grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; align-items: stretch; }
.euro-card, .step-card, .feature-item, .benefit-card, .contact-form, .faq-list details { border-radius: var(--radius-lg); box-shadow: 0 10px 30px rgba(10,35,45,0.06); }
.euro-card { padding: 28px; }
.euro-card-soft { background: rgba(255,255,255,0.72); border: 1px solid var(--line-dark); }
.euro-card-soft h3 { margin-top: 0; font-size: 22px; color: var(--dark); }
.euro-card-soft ul { margin: 0; padding-left: 18px; }
.euro-card-soft li { margin-bottom: 12px; line-height: 1.7; color: rgba(16,33,41,0.82); }
.euro-card-dark { background: linear-gradient(180deg, #0d2028, #132b34); border: 1px solid rgba(255,255,255,0.08); color: var(--white); }
.visual-card { position: relative; overflow: hidden; }
.visual-card:before { content: ""; position: absolute; width: 200px; height: 200px; background: rgba(22,196,127,0.12); filter: blur(70px); border-radius: 50%; right: -30px; top: -30px; }
.visual-badge { display: inline-block; padding: 8px 12px; border-radius: 999px; background: rgba(255,255,255,0.08); font-size: 12px; font-weight: 700; margin-bottom: 16px; position: relative; z-index: 1; }
.visual-card h3, .visual-card p, .visual-card a { position: relative; z-index: 1; }
.visual-card h3 { margin: 0 0 14px; font-size: 28px; line-height: 1.2; }
.visual-card p { color: #cfe0e6; line-height: 1.8; }
.visual-card a { display: inline-block; margin-top: 10px; color: #9ef3ca; font-weight: 700; text-decoration: none; }
.steps-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; margin-top: 30px; }
.step-card { background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.08); padding: 28px; }
.step-number { width: 46px; height: 46px; border-radius: 50%; background: rgba(22,196,127,0.14); border: 1px solid rgba(22,196,127,0.22); color: #bdf0d7; display: flex; align-items: center; justify-content: center; font-weight: 800; margin-bottom: 18px; }
.step-card h3 { margin: 0 0 12px; color: var(--white); font-size: 22px; }
.step-card p { margin: 0; color: var(--muted); line-height: 1.75; }
.authority-grid { align-items: center; }
.feature-list { display: grid; gap: 14px; }
.feature-item { padding: 18px 20px; background: rgba(255,255,255,0.74); border: 1px solid var(--line-dark); font-weight: 700; color: var(--dark); }
.urgency-box, .cta-box { background: linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.03)); border: 1px solid rgba(255,255,255,0.10); border-radius: 26px; padding: 34px; box-shadow: var(--shadow); }
.urgency-box { display: grid; grid-template-columns: 1.15fr .85fr; gap: 24px; align-items: center; }
.urgency-cta { display: flex; justify-content: flex-end; }
.benefits-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 20px; margin-top: 30px; }
.benefit-card { background: rgba(255,255,255,0.72); border: 1px solid var(--line-dark); padding: 24px; }
.benefit-icon { width: 42px; height: 42px; border-radius: 12px; background: var(--green-soft); color: #0e6b48; display: flex; align-items: center; justify-content: center; font-weight: 800; margin-bottom: 16px; font-size: 20px; }
.benefit-card h3 { margin: 0 0 10px; color: var(--dark); font-size: 20px; }
.benefit-card p { margin: 0; color: rgba(16,33,41,0.82); line-height: 1.75; }
.cta-box { max-width: 900px; margin: 0 auto; text-align: center; }
.form-wrap { display: grid; grid-template-columns: .9fr 1.1fr; gap: 28px; align-items: start; }
.contact-box { margin-top: 24px; padding: 18px; border-radius: 18px; background: rgba(255,255,255,0.72); border: 1px solid var(--line-dark); display: grid; gap: 8px; }
.contact-box strong { color: var(--dark); }
.contact-box a { color: #116b49; text-decoration: none; font-weight: 700; word-break: break-word; }
.contact-form { background: rgba(255,255,255,0.74); border: 1px solid var(--line-dark); padding: 24px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 16px; }
.field { display: flex; flex-direction: column; gap: 8px; }
.field label { font-size: 14px; font-weight: 700; color: var(--dark); }
.field input, .field textarea { width: 100%; border: 1px solid rgba(10,35,45,0.12); border-radius: 14px; background: #fff; color: var(--dark); padding: 14px 16px; font-size: 15px; outline: none; }
.field input:focus, .field textarea:focus { border-color: rgba(22,196,127,0.50); box-shadow: 0 0 0 4px rgba(22,196,127,0.10); }
.faq-list { display: grid; gap: 14px; max-width: 900px; margin: 30px auto 0; }
.faq-list details { background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.09); padding: 18px 20px; }
.faq-list summary { cursor: pointer; list-style: none; font-weight: 700; color: var(--white); }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list p { margin: 12px 0 0; color: var(--muted); line-height: 1.75; }
.euro-footer { display: flex; justify-content: space-between; gap: 18px; align-items: center; padding: 42px 0 56px; border-top: 1px solid rgba(255,255,255,0.09); }
.footer-brand { display: flex; align-items: center; gap: 12px; }
.euro-logo-mark { width: 52px; height: 52px; border-radius: 16px; background: linear-gradient(135deg, #16c47f, #69f0b5); color: #072014; display: flex; align-items: center; justify-content: center; font-size: 28px; font-weight: 800; box-shadow: 0 10px 30px rgba(22,196,127,0.25); }
.euro-logo-mark.small { width: 42px; height: 42px; font-size: 22px; border-radius: 12px; }
.footer-links { display: flex; flex-wrap: wrap; gap: 18px; }
.footer-links a { color: #d7e8eb; text-decoration: none; font-weight: 700; }
.floating-wa { position: fixed; right: 20px; bottom: 20px; z-index: 9999; display: inline-flex; align-items: center; justify-content: center; min-height: 56px; padding: 0 20px; border-radius: 999px; background: linear-gradient(135deg, #16c47f, #47e5a5); color: #072014; font-weight: 800; text-decoration: none; box-shadow: 0 16px 36px rgba(22,196,127,0.34); }
@media (max-width: 980px) {
  .euro-header { flex-direction: column; align-items: flex-start; }
  .euro-logo-img { max-height: 68px; max-width: 260px; }
  .euro-hero, .euro-grid-2, .form-wrap, .urgency-box { grid-template-columns: 1fr; }
  .steps-grid, .benefits-grid { grid-template-columns: 1fr; }
  .urgency-cta { justify-content: flex-start; }
  .euro-hero-right { min-height: 460px; width: 100%; }
  .hero-card-main { position: relative; left: auto; top: auto; max-width: 100%; }
  .hero-card-float { width: 220px; height: 220px; right: 10px; bottom: 10px; }
  .euro-footer { flex-direction: column; align-items: flex-start; }
}
@media (max-width: 640px) {
  .euro-wrap { padding: 0 18px; }
  .euro-header { padding-top: 18px; }
  .euro-nav { display: none; }
  .euro-logo-img { max-height: 60px; max-width: 220px; }
  .euro-logo-fallback strong { font-size: 16px; }
  .euro-logo-fallback span { font-size: 12px; }
  .euro-hero { padding: 36px 0 46px; gap: 28px; }
  .euro-hero p { font-size: 16px; }
  .euro-section { padding: 52px 0; }
  .euro-section-light, .euro-section-soft { padding-left: 18px; padding-right: 18px; border-radius: 22px; }
  .form-grid { grid-template-columns: 1fr; }
  .euro-hero-buttons { flex-direction: column; }
  .euro-btn { width: 100%; }
  .hero-card-float { display: none; }
  .floating-wa { right: 14px; left: 14px; bottom: 14px; justify-content: center; }
}



/* Hero com imagem inspirada no site da Euro */
.euro-hero-bg {
  position: relative;
  min-height: 760px;
  border-radius: 30px;
  overflow: hidden;
  padding: 68px 52px;
  margin-top: 12px;
  background:
    linear-gradient(90deg, rgba(0,0,0,0.84) 0%, rgba(0,0,0,0.72) 38%, rgba(0,0,0,0.38) 62%, rgba(0,0,0,0.20) 100%),
    radial-gradient(circle at 72% 46%, rgba(30,255,165,0.28), transparent 20%),
    url('hero-bg.jpg') center right / cover no-repeat;
  box-shadow: 0 24px 70px rgba(0,0,0,0.28);
  border: 1px solid rgba(255,255,255,0.08);
}

.euro-hero-bg:before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 86% 52%, rgba(99,255,185,0.18), transparent 14%),
    radial-gradient(circle at 78% 48%, rgba(106,255,217,0.14), transparent 22%);
  pointer-events: none;
}

.euro-hero-left,
.euro-hero-right {
  position: relative;
  z-index: 1;
}

.euro-hero-left {
  max-width: 660px;
}

.euro-hero-image-note {
  color: rgba(255,255,255,0.72);
  font-size: 13px;
  margin-bottom: 16px;
}

.euro-hero-right {
  min-height: 520px;
}

.hero-card-main {
  background: linear-gradient(180deg, rgba(255,255,255,0.10), rgba(255,255,255,0.03));
  backdrop-filter: blur(6px);
}

.hero-card-float {
  background: linear-gradient(180deg, rgba(255,255,255,0.10), rgba(255,255,255,0.02));
  backdrop-filter: blur(10px);
}

.euro-logo-img {
  max-height: 82px;
  max-width: 360px;
  filter: drop-shadow(0 8px 20px rgba(0,0,0,0.30));
}

@media (max-width: 980px) {
  .euro-hero-bg {
    min-height: auto;
    padding: 42px 24px;
    background:
      linear-gradient(180deg, rgba(0,0,0,0.78) 0%, rgba(0,0,0,0.58) 45%, rgba(0,0,0,0.46) 100%),
      radial-gradient(circle at 70% 32%, rgba(30,255,165,0.22), transparent 18%),
      url('hero-bg.jpg') center center / cover no-repeat;
  }
}

@media (max-width: 640px) {
  .euro-hero-bg {
    border-radius: 22px;
    padding: 28px 18px;
  }

  .euro-hero-image-note {
    font-size: 12px;
  }
}



/* Hero visual criativo com animação */
.hero-visual-panel {
  position: relative;
  width: 100%;
  max-width: 520px;
  min-height: 560px;
  margin-left: auto;
  border-radius: 28px;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(5,23,31,0.88), rgba(8,33,42,0.78));
  border: 1px solid rgba(255,255,255,0.12);
  box-shadow: 0 24px 70px rgba(0,0,0,0.26);
  backdrop-filter: blur(10px);
  transition: transform .22s ease;
}

.hero-visual-glow {
  position: absolute;
  width: 280px;
  height: 280px;
  right: -40px;
  top: -30px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(58,255,183,0.25), rgba(58,255,183,0.00) 65%);
  filter: blur(30px);
  pointer-events: none;
}

.hero-visual-inner {
  position: relative;
  z-index: 1;
  padding: 28px;
}

.visual-topline {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.visual-chip {
  display: inline-flex;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.08);
  color: #ddfff1;
  font-size: 12px;
  font-weight: 700;
}

.visual-chip.muted {
  color: #a8c4cb;
}

.visual-main-title {
  font-size: 28px;
  line-height: 1.15;
  font-weight: 800;
  margin-bottom: 10px;
}

.visual-subtitle {
  font-size: 15px;
  line-height: 1.7;
  color: #b0c4cb;
  margin: 0 0 22px;
}

.scanner-box {
  position: relative;
  height: 250px;
  border-radius: 24px;
  overflow: hidden;
  background:
    radial-gradient(circle at center, rgba(57,255,180,0.13), rgba(57,255,180,0.02) 34%, rgba(255,255,255,0.02) 35%),
    linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0.02));
  border: 1px solid rgba(255,255,255,0.10);
  margin-bottom: 20px;
}

.scanner-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.06) 1px, transparent 1px);
  background-size: 24px 24px;
  -webkit-mask-image: radial-gradient(circle at center, black 55%, transparent 95%);
  mask-image: radial-gradient(circle at center, black 55%, transparent 95%);
}

.scanner-beam {
  position: absolute;
  left: -20%;
  top: 0;
  width: 140%;
  height: 3px;
  background: linear-gradient(90deg, transparent, rgba(92,255,190,0.1), rgba(92,255,190,0.95), rgba(92,255,190,0.1), transparent);
  box-shadow: 0 0 20px rgba(92,255,190,0.6);
  animation: scanMove 4s linear infinite;
}

.scanner-center {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 22px;
  height: 22px;
  margin-left: -11px;
  margin-top: -11px;
  border-radius: 50%;
  background: linear-gradient(135deg, #48f0ad, #e7fff5);
  box-shadow: 0 0 25px rgba(72,240,173,0.65);
  animation: pulseCenter 2.4s ease-in-out infinite;
}

.scanner-ring {
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  border: 1px solid rgba(130,255,212,0.26);
  transform: translate(-50%, -50%);
}

.ring-a { width: 88px; height: 88px; animation: ringPulse 2.8s ease-out infinite; }
.ring-b { width: 136px; height: 136px; animation: ringPulse 2.8s ease-out infinite 0.5s; }
.ring-c { width: 194px; height: 194px; animation: ringPulse 2.8s ease-out infinite 1s; }

.signal-node {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #93ffd4;
  box-shadow: 0 0 12px rgba(147,255,212,0.6);
}
.node-1 { left: 22%; top: 30%; animation: nodeFloat 3.2s ease-in-out infinite; }
.node-2 { right: 18%; top: 38%; animation: nodeFloat 3.2s ease-in-out infinite 0.8s; }
.node-3 { left: 28%; bottom: 24%; animation: nodeFloat 3.2s ease-in-out infinite 1.4s; }

.metric-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-bottom: 16px;
}

.metric-card {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 18px;
  padding: 16px;
}

.metric-card small {
  display: block;
  color: #9eb7bf;
  margin-bottom: 8px;
  font-size: 12px;
}

.metric-card strong {
  display: block;
  font-size: 17px;
  margin-bottom: 12px;
}

.metric-bar {
  display: block;
  height: 8px;
  border-radius: 999px;
  background: rgba(255,255,255,0.08);
  overflow: hidden;
}

.metric-bar i {
  display: block;
  height: 100%;
  border-radius: 999px;
  background: linear-gradient(90deg, #76ffbf, #28d1d8);
  box-shadow: 0 0 15px rgba(40,209,216,0.35);
}

.ticker {
  overflow: hidden;
  border-radius: 16px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
}

.ticker-track {
  display: inline-flex;
  white-space: nowrap;
  gap: 28px;
  min-width: max-content;
  padding: 13px 0;
  animation: tickerMove 20s linear infinite;
}

.ticker-track span {
  color: #cff8e8;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .06em;
}

@keyframes scanMove {
  0% { transform: translateY(18px); opacity: .9; }
  50% { opacity: 1; }
  100% { transform: translateY(220px); opacity: .8; }
}

@keyframes pulseCenter {
  0%,100% { transform: scale(1); }
  50% { transform: scale(1.18); }
}

@keyframes ringPulse {
  0% { opacity: .15; transform: translate(-50%, -50%) scale(.86); }
  65% { opacity: .45; }
  100% { opacity: 0; transform: translate(-50%, -50%) scale(1.12); }
}

@keyframes nodeFloat {
  0%,100% { transform: translateY(0px); opacity: .85; }
  50% { transform: translateY(-10px); opacity: 1; }
}

@keyframes tickerMove {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

@media (max-width: 980px) {
  .hero-visual-panel {
    max-width: 100%;
    min-height: 520px;
  }
}

@media (max-width: 640px) {
  .hero-visual-panel {
    min-height: auto;
  }

  .hero-visual-inner {
    padding: 18px;
  }

  .visual-main-title {
    font-size: 22px;
  }

  .metric-row {
    grid-template-columns: 1fr;
  }

  .scanner-box {
    height: 220px;
  }
}


/* Ajuste de tamanho da logo no topo e uso da logo real no rodapé */
.euro-logo-img {
  max-height: 110px !important;
  max-width: 430px !important;
  width: auto;
  object-fit: contain;
}

.euro-header {
  padding-top: 30px;
  padding-bottom: 16px;
}

.euro-brand {
  gap: 18px;
}

.euro-footer-logo-img {
  max-height: 72px;
  width: auto;
  max-width: 260px;
  object-fit: contain;
  display: block;
  filter: drop-shadow(0 8px 20px rgba(0,0,0,0.25));
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 14px;
}

@media (max-width: 980px) {
  .euro-logo-img {
    max-height: 90px !important;
    max-width: 340px !important;
  }

  .euro-footer-logo-img {
    max-height: 60px;
    max-width: 220px;
  }
}

@media (max-width: 640px) {
  .euro-logo-img {
    max-height: 74px !important;
    max-width: 280px !important;
  }

  .euro-footer-logo-img {
    max-height: 52px;
    max-width: 180px;
  }
}


/* Topo fixo com linha branca e cores ajustadas */
.euro-header-fixed {
  position: sticky;
  top: 0;
  z-index: 999;
  background: linear-gradient(90deg, rgba(4,21,28,0.96) 0%, rgba(6,31,39,0.94) 28%, rgba(3,26,40,0.94) 100%);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(255,255,255,0.78);
  box-shadow: 0 8px 28px rgba(0,0,0,0.18);
  padding-top: 22px;
  padding-bottom: 18px;
}

.euro-header-spacer {
  height: 8px;
}

.euro-logo-img {
  max-height: 96px !important;
  max-width: 360px !important;
  filter: none !important;
}

.euro-nav a {
  color: #d8fff0 !important;
  transition: color .22s ease, opacity .22s ease, background .22s ease, border-color .22s ease;
}

.euro-nav a:hover {
  color: #7ef0c3 !important;
}

.euro-nav a:not(.euro-nav-cta) {
  opacity: 0.95;
}

.euro-nav-cta {
  background: linear-gradient(135deg, rgba(128,255,198,0.14), rgba(52,195,255,0.10)) !important;
  color: #eafff7 !important;
  border: 1px solid rgba(164,255,221,0.38) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.08), 0 8px 18px rgba(0,0,0,0.10);
  padding: 14px 26px !important;
}

.euro-nav-cta:hover {
  background: linear-gradient(135deg, rgba(128,255,198,0.22), rgba(52,195,255,0.18)) !important;
  color: #ffffff !important;
  border-color: rgba(164,255,221,0.55) !important;
}

@media (max-width: 980px) {
  .euro-header-fixed {
    padding-top: 18px;
    padding-bottom: 14px;
  }

  .euro-logo-img {
    max-height: 82px !important;
    max-width: 300px !important;
  }
}

@media (max-width: 640px) {
  .euro-header-fixed {
    padding-top: 14px;
    padding-bottom: 12px;
  }

  .euro-logo-img {
    max-height: 68px !important;
    max-width: 240px !important;
  }

  .euro-header-spacer {
    height: 0;
  }
}


/* Remover linha branca do topo */
.euro-header-fixed {
  border-bottom: 0 !important;
}


/* Carrossel automático de clientes */
.clients-carousel {
  position: relative;
  overflow: hidden;
  margin-top: 28px;
  padding: 8px 0;
}

.clients-carousel::before,
.clients-carousel::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 80px;
  z-index: 2;
  pointer-events: none;
}

.clients-carousel::before {
  left: 0;
  background: linear-gradient(90deg, rgba(246,251,250,1) 0%, rgba(246,251,250,0) 100%);
}

.clients-carousel::after {
  right: 0;
  background: linear-gradient(270deg, rgba(246,251,250,1) 0%, rgba(246,251,250,0) 100%);
}

.clients-track {
  display: flex;
  align-items: center;
  gap: 18px;
  width: max-content;
  animation: clientsMarquee 28s linear infinite;
}

.clients-track:hover {
  animation-play-state: paused;
}

.client-logo-card {
  min-width: 210px;
  width: 210px;
  min-height: 140px;
  border-radius: 20px;
  background: rgba(255,255,255,0.82);
  border: 1px solid rgba(10,35,45,0.10);
  box-shadow: 0 10px 28px rgba(10,35,45,0.07);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px;
}

.client-logo-card img {
  max-width: 100%;
  max-height: 72px;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
}

@keyframes clientsMarquee {
  from { transform: translateX(0); }
  to { transform: translateX(calc(-50% - 9px)); }
}

@media (max-width: 1200px) {
  .client-logo-card {
    min-width: 190px;
    width: 190px;
  }
}

@media (max-width: 640px) {
  .clients-carousel::before,
  .clients-carousel::after {
    width: 34px;
  }

  .client-logo-card {
    min-width: 160px;
    width: 160px;
    min-height: 100px;
    border-radius: 16px;
    padding: 14px;
  }

  .client-logo-card img {
    max-height: 52px;
  }

  .clients-track {
    gap: 12px;
    animation-duration: 22s;
  }
}


/* Ajuste para uniformizar o gradiente do topo */
.euro-header-fixed {
  background:
    radial-gradient(circle at top left, rgba(22,196,127,0.11), transparent 28%),
    radial-gradient(circle at 85% 15%, rgba(67,139,255,0.10), transparent 22%),
    linear-gradient(90deg, #07131a 0%, #0a1820 52%, #07131a 100%) !important;
  border-bottom: 0 !important;
  box-shadow: none !important;
}

.euro-header-fixed::before,
.euro-header-fixed::after {
  display: none !important;
}

.euro-wrap {
  position: relative;
}

@media (max-width: 640px) {
  .euro-header-fixed {
    background:
      radial-gradient(circle at top left, rgba(22,196,127,0.10), transparent 26%),
      radial-gradient(circle at 85% 15%, rgba(67,139,255,0.08), transparent 20%),
      linear-gradient(90deg, #07131a 0%, #0a1820 52%, #07131a 100%) !important;
  }
}


/* Correção final do topo: sem brilho lateral, só gradiente uniforme */
.euro-header-fixed {
  background: linear-gradient(90deg, #07131a 0%, #0a1820 50%, #07131a 100%) !important;
  border-bottom: 0 !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
}

.euro-header-fixed::before,
.euro-header-fixed::after,
.euro-header::before,
.euro-header::after {
  display: none !important;
  content: none !important;
}

.euro-header-fixed * {
  position: relative;
  z-index: 2;
}

@media (max-width: 640px) {
  .euro-header-fixed {
    background: linear-gradient(90deg, #07131a 0%, #0a1820 50%, #07131a 100%) !important;
  }
}


/* Correção do header: ocupar a largura inteira da tela */
.euro-header-fixed {
  width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  border-radius: 0 !important;
  padding-left: max(24px, calc((100vw - 1180px) / 2 + 24px)) !important;
  padding-right: max(24px, calc((100vw - 1180px) / 2 + 24px)) !important;
  box-sizing: border-box !important;
}

.euro-header-spacer {
  height: 0 !important;
}

@media (max-width: 640px) {
  .euro-header-fixed {
    padding-left: 18px !important;
    padding-right: 18px !important;
  }
}


/* Topo fixo ao rolar a página */
.euro-header-fixed {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  z-index: 9999 !important;
}

body {
  padding-top: 140px;
}

@media (max-width: 980px) {
  body {
    padding-top: 120px;
  }
}

@media (max-width: 640px) {
  body {
    padding-top: 100px;
  }
}


/* ===== Header refeito do zero ===== */
body {
  padding-top: 0 !important;
}

.euro-header-redesign {
  position: relative !important;
  width: 100%;
  margin: 0 !important;
  padding: 26px 0 18px;
  background: linear-gradient(90deg, #07131a 0%, #0a1d24 34%, #071925 68%, #07131a 100%) !important;
  border: 0 !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
}

.euro-header-redesign::before,
.euro-header-redesign::after {
  content: none !important;
  display: none !important;
}

.euro-header-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}

.euro-logo-img-large {
  max-height: 128px !important;
  max-width: 420px !important;
  width: auto;
  object-fit: contain;
  display: block;
}

.euro-nav-redesign {
  display: flex;
  align-items: center;
  gap: 34px;
  flex-wrap: wrap;
}

.euro-nav-redesign a {
  color: #e7f7f1 !important;
  text-decoration: none;
  font-size: 15px;
  font-weight: 700;
  opacity: .96;
  transition: opacity .22s ease, color .22s ease, transform .22s ease;
}

.euro-nav-redesign a:hover {
  color: #9bf2cf !important;
  opacity: 1;
  transform: translateY(-1px);
}

.euro-nav-cta-redesign {
  min-height: 56px;
  padding: 0 26px !important;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(88,255,182,0.12), rgba(71,169,255,0.10)) !important;
  border: 1px solid rgba(165,255,223,0.30) !important;
  color: #f1fff9 !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.08);
}

.euro-nav-cta-redesign:hover {
  background: linear-gradient(135deg, rgba(88,255,182,0.20), rgba(71,169,255,0.16)) !important;
  border-color: rgba(165,255,223,0.52) !important;
  color: #ffffff !important;
}

@media (max-width: 980px) {
  .euro-header-redesign {
    padding: 18px 0 14px;
  }

  .euro-header-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    padding: 0 22px;
  }

  .euro-logo-img-large {
    max-height: 104px !important;
    max-width: 340px !important;
  }

  .euro-nav-redesign {
    gap: 18px;
  }
}

@media (max-width: 640px) {
  .euro-header-redesign {
    padding: 14px 0 10px;
  }

  .euro-header-inner {
    padding: 0 18px;
    gap: 10px;
  }

  .euro-logo-img-large {
    max-height: 88px !important;
    max-width: 280px !important;
  }

  .euro-nav-redesign {
    width: 100%;
    gap: 14px;
  }

  .euro-nav-redesign a:not(.euro-nav-cta-redesign) {
    font-size: 14px;
  }

  .euro-nav-cta-redesign {
    min-height: 50px;
    padding: 0 20px !important;
  }
}


/* ===== Header opção 1: institucional limpa ===== */
.euro-header-redesign,
.euro-header {
  background: linear-gradient(90deg, #07131a 0%, #0a1a22 50%, #07131a 100%) !important;
  padding: 16px 0 12px !important;
  border: 0 !important;
  box-shadow: none !important;
}

.euro-header-inner {
  max-width: 1180px !important;
  margin: 0 auto !important;
  padding: 0 24px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 20px !important;
}

.euro-logo-link {
  display: inline-flex !important;
  align-items: center !important;
  flex: 0 0 auto !important;
}

.euro-logo-img-large,
.euro-logo-img {
  max-height: 78px !important;
  max-width: 260px !important;
  width: auto !important;
  object-fit: contain !important;
  display: block !important;
}

.euro-nav-redesign,
.euro-nav {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 16px !important;
  flex-wrap: wrap !important;
  margin-left: auto !important;
}

.euro-nav-redesign a,
.euro-nav a {
  color: #e8f6f1 !important;
  text-decoration: none !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  opacity: 0.96 !important;
  transition: color .2s ease, opacity .2s ease !important;
}

.euro-nav-redesign a:hover,
.euro-nav a:hover {
  color: #b8f5d8 !important;
  opacity: 1 !important;
  transform: none !important;
}

.euro-nav-cta-redesign,
.euro-nav-cta {
  min-height: 44px !important;
  padding: 0 20px !important;
  border-radius: 999px !important;
  background: rgba(255,255,255,0.04) !important;
  border: 1px solid rgba(173,255,226,0.22) !important;
  color: #f2fff9 !important;
  box-shadow: none !important;
}

.euro-nav-cta-redesign:hover,
.euro-nav-cta:hover {
  background: rgba(255,255,255,0.08) !important;
  border-color: rgba(173,255,226,0.38) !important;
  color: #ffffff !important;
}

@media (max-width: 980px) {
  .euro-header-redesign,
  .euro-header {
    padding: 14px 0 10px !important;
  }

  .euro-header-inner {
    flex-direction: row !important;
    align-items: center !important;
    gap: 16px !important;
    padding: 0 20px !important;
  }

  .euro-logo-img-large,
  .euro-logo-img {
    max-height: 68px !important;
    max-width: 220px !important;
  }

  .euro-nav-redesign,
  .euro-nav {
    gap: 12px !important;
  }

  .euro-nav-redesign a,
  .euro-nav a {
    font-size: 13px !important;
  }

  .euro-nav-cta-redesign,
  .euro-nav-cta {
    min-height: 40px !important;
    padding: 0 16px !important;
  }
}

@media (max-width: 640px) {
  .euro-header-redesign,
  .euro-header {
    padding: 12px 0 8px !important;
  }

  .euro-header-inner {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 10px !important;
    padding: 0 18px !important;
  }

  .euro-logo-img-large,
  .euro-logo-img {
    max-height: 60px !important;
    max-width: 200px !important;
  }

  .euro-nav-redesign,
  .euro-nav {
    width: 100% !important;
    justify-content: flex-start !important;
    gap: 10px 14px !important;
  }

  .euro-nav-redesign a,
  .euro-nav a {
    font-size: 13px !important;
  }

  .euro-nav-cta-redesign,
  .euro-nav-cta {
    min-height: 38px !important;
    padding: 0 14px !important;
  }
}


/* ===== Header final alinhado como referência ===== */
.euro-header,
.euro-header-redesign,
.euro-header-fixed {
  position: relative !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 18px 0 !important;
  background: linear-gradient(90deg, #0a1c22 0%, #07161d 18%, #07131a 50%, #07161d 82%, #0a1c22 100%) !important;
  border: 0 !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
}

.euro-header::before,
.euro-header::after,
.euro-header-redesign::before,
.euro-header-redesign::after,
.euro-header-fixed::before,
.euro-header-fixed::after {
  display: none !important;
  content: none !important;
}

.euro-header-inner {
  max-width: 1180px !important;
  margin: 0 auto !important;
  padding: 0 28px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 28px !important;
}

.euro-logo-link {
  display: inline-flex !important;
  align-items: center !important;
  flex: 0 0 auto !important;
  margin: 0 !important;
}

.euro-logo-img,
.euro-logo-img-large {
  display: block !important;
  width: auto !important;
  height: auto !important;
  max-height: 72px !important;
  max-width: 240px !important;
  object-fit: contain !important;
  margin: 0 !important;
}

.euro-nav,
.euro-nav-redesign {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 16px !important;
  margin-left: auto !important;
  flex-wrap: nowrap !important;
}

.euro-nav a,
.euro-nav-redesign a {
  display: inline-flex !important;
  align-items: center !important;
  height: 44px !important;
  color: #eef8f5 !important;
  text-decoration: none !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  padding: 0 6px !important;
  opacity: 1 !important;
  transform: none !important;
}

.euro-nav a:hover,
.euro-nav-redesign a:hover {
  color: #ffffff !important;
  opacity: 1 !important;
}

.euro-nav-cta,
.euro-nav-cta-redesign {
  min-height: 44px !important;
  height: 44px !important;
  padding: 0 18px !important;
  border-radius: 999px !important;
  background: rgba(255,255,255,0.04) !important;
  border: 1px solid rgba(173,255,226,0.18) !important;
  color: #f4fffb !important;
  box-shadow: none !important;
}

.euro-nav-cta:hover,
.euro-nav-cta-redesign:hover {
  background: rgba(255,255,255,0.08) !important;
  border-color: rgba(173,255,226,0.28) !important;
}

.euro-header-spacer {
  display: none !important;
  height: 0 !important;
}

body {
  padding-top: 0 !important;
}

@media (max-width: 980px) {
  .euro-header,
  .euro-header-redesign,
  .euro-header-fixed {
    padding: 14px 0 !important;
  }

  .euro-header-inner {
    padding: 0 20px !important;
    gap: 18px !important;
  }

  .euro-logo-img,
  .euro-logo-img-large {
    max-height: 62px !important;
    max-width: 210px !important;
  }

  .euro-nav,
  .euro-nav-redesign {
    gap: 10px !important;
  }

  .euro-nav a,
  .euro-nav-redesign a {
    font-size: 13px !important;
    height: 40px !important;
  }

  .euro-nav-cta,
  .euro-nav-cta-redesign {
    height: 40px !important;
    min-height: 40px !important;
    padding: 0 14px !important;
  }
}

@media (max-width: 640px) {
  .euro-header,
  .euro-header-redesign,
  .euro-header-fixed {
    padding: 12px 0 !important;
  }

  .euro-header-inner {
    flex-direction: column !important;
    align-items: flex-start !important;
    padding: 0 18px !important;
    gap: 8px !important;
  }

  .euro-logo-img,
  .euro-logo-img-large {
    max-height: 56px !important;
    max-width: 180px !important;
  }

  .euro-nav,
  .euro-nav-redesign {
    width: 100% !important;
    justify-content: flex-start !important;
    flex-wrap: wrap !important;
    gap: 8px 12px !important;
  }

  .euro-nav a,
  .euro-nav-redesign a {
    height: 36px !important;
    font-size: 13px !important;
    padding: 0 2px !important;
  }

  .euro-nav-cta,
  .euro-nav-cta-redesign {
    height: 38px !important;
    min-height: 38px !important;
    padding: 0 14px !important;
  }
}


/* Correção final: header sem bloco próprio, usando o mesmo fundo da página */
.euro-header,
.euro-header-redesign,
.euro-header-fixed {
  background: transparent !important;
  box-shadow: none !important;
  border: 0 !important;
  backdrop-filter: none !important;
}

.euro-header::before,
.euro-header::after,
.euro-header-redesign::before,
.euro-header-redesign::after,
.euro-header-fixed::before,
.euro-header-fixed::after {
  display: none !important;
  content: none !important;
}

/* Mantém apenas o espaçamento, sem criar uma faixa separada */
.euro-header-inner {
  background: transparent !important;
}

/* Evita qualquer overflow lateral que gere diferença visual */
html, body {
  overflow-x: hidden;
}


/* Ajuste final solicitado no topo */
.euro-header-inner {
  max-width: 1180px !important;
  margin: 0 auto !important;
  padding: 0 28px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 24px !important;
}

.euro-logo-link {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  flex: 0 0 auto !important;
  margin-right: auto !important;
}

.euro-logo-img,
.euro-logo-img-large {
  max-height: 96px !important;
  max-width: 320px !important;
  width: auto !important;
  object-fit: contain !important;
  display: block !important;
}

.euro-nav,
.euro-nav-redesign {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 18px !important;
  flex-wrap: nowrap !important;
  margin-left: auto !important;
}

.euro-nav-cta,
.euro-nav-cta-redesign {
  background: #16c47f !important;
  color: #052014 !important;
  border: 1px solid #16c47f !important;
  box-shadow: 0 10px 24px rgba(22,196,127,0.20) !important;
  min-height: 44px !important;
  height: 44px !important;
  padding: 0 20px !important;
  border-radius: 999px !important;
}

.euro-nav-cta:hover,
.euro-nav-cta-redesign:hover {
  background: #12a96d !important;
  border-color: #12a96d !important;
  color: #052014 !important;
}

@media (max-width: 980px) {
  .euro-logo-img,
  .euro-logo-img-large {
    max-height: 82px !important;
    max-width: 270px !important;
  }

  .euro-header-inner {
    padding: 0 20px !important;
  }
}

@media (max-width: 640px) {
  .euro-header-inner {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 10px !important;
    padding: 0 18px !important;
  }

  .euro-logo-link {
    margin-right: 0 !important;
  }

  .euro-logo-img,
  .euro-logo-img-large {
    max-height: 74px !important;
    max-width: 230px !important;
  }

  .euro-nav,
  .euro-nav-redesign {
    width: 100% !important;
    justify-content: flex-start !important;
    flex-wrap: wrap !important;
    gap: 10px 14px !important;
  }
}


/* ===== Carrossel de clientes com 20 logos ===== */
.clients-grid {
  display: none !important;
}

.clients-carousel {
  position: relative;
  overflow: hidden;
  margin-top: 28px;
  padding: 8px 0;
}

.clients-carousel::before,
.clients-carousel::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 80px;
  z-index: 2;
  pointer-events: none;
}

.clients-carousel::before {
  left: 0;
  background: linear-gradient(90deg, rgba(246,251,250,1) 0%, rgba(246,251,250,0) 100%);
}

.clients-carousel::after {
  right: 0;
  background: linear-gradient(270deg, rgba(246,251,250,1) 0%, rgba(246,251,250,0) 100%);
}

.clients-track {
  display: flex;
  align-items: center;
  gap: 18px;
  width: max-content;
  animation: clientsMarquee 42s linear infinite;
}

.clients-track:hover {
  animation-play-state: paused;
}

.client-logo-card {
  min-width: 210px;
  width: 210px;
  min-height: 140px;
  border-radius: 20px;
  background: rgba(255,255,255,0.82);
  border: 1px solid rgba(10,35,45,0.10);
  box-shadow: 0 10px 28px rgba(10,35,45,0.07);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px;
}

.client-logo-card img {
  max-width: 100%;
  max-height: 72px;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
}

@keyframes clientsMarquee {
  from { transform: translateX(0); }
  to { transform: translateX(calc(-50% - 9px)); }
}

@media (max-width: 1200px) {
  .client-logo-card {
    min-width: 190px;
    width: 190px;
  }
}

@media (max-width: 640px) {
  .clients-carousel::before,
  .clients-carousel::after {
    width: 34px;
  }

  .client-logo-card {
    min-width: 160px;
    width: 160px;
    min-height: 100px;
    border-radius: 16px;
    padding: 14px;
  }

  .client-logo-card img {
    max-height: 52px;
  }

  .clients-track {
    gap: 12px;
    animation-duration: 30s;
  }
}


/* ===== Bloco animado: Por que contratar a EURO ===== */
.euro-why-section {
  overflow: hidden;
}

.euro-why-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 28px;
  align-items: start;
}

.euro-why-left h2 {
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.1;
  margin: 0 0 18px;
  color: #102129;
  letter-spacing: -0.02em;
}

.euro-why-left p {
  font-size: 18px;
  line-height: 1.8;
  color: rgba(16,33,41,0.82);
  margin: 0;
  max-width: 620px;
}

.euro-why-right {
  display: grid;
  gap: 16px;
}

.why-card {
  display: grid;
  grid-template-columns: 78px 1fr;
  gap: 16px;
  align-items: center;
  padding: 22px 22px;
  border-radius: 24px;
  background: rgba(255,255,255,0.72);
  border: 1px solid rgba(10,35,45,0.08);
  box-shadow: 0 10px 28px rgba(10,35,45,0.06);
  transform: translateX(30px);
  opacity: 0;
  transition: transform .5s ease, opacity .5s ease, background .28s ease, border-color .28s ease, box-shadow .28s ease;
}

.why-card.in-view {
  transform: translateX(0);
  opacity: 1;
}

.why-card.active {
  background: linear-gradient(135deg, rgba(22,196,127,0.12), rgba(255,255,255,0.88));
  border-color: rgba(22,196,127,0.28);
  box-shadow: 0 16px 36px rgba(22,196,127,0.10);
}

.why-card-number {
  width: 62px;
  height: 62px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #102129;
  color: #e9fff4;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.why-card.active .why-card-number {
  background: #16c47f;
  color: #052014;
}

.why-card-content h3 {
  margin: 0 0 6px;
  font-size: 20px;
  line-height: 1.3;
  color: #102129;
}

.why-card-content p {
  margin: 0;
  color: rgba(16,33,41,0.78);
  line-height: 1.7;
  font-size: 15px;
}

@media (max-width: 980px) {
  .euro-why-grid {
    grid-template-columns: 1fr;
  }

  .euro-why-left p {
    font-size: 17px;
  }
}

@media (max-width: 640px) {
  .why-card {
    grid-template-columns: 58px 1fr;
    padding: 16px;
    border-radius: 18px;
  }

  .why-card-number {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    font-size: 16px;
  }

  .why-card-content h3 {
    font-size: 17px;
  }

  .why-card-content p {
    font-size: 14px;
  }
}


/* ===== Destaque visual 5 estrelas ===== */
.euro-why-left {
  position: relative;
}

.why-score-visual {
  position: relative;
  margin-top: 28px;
  min-height: 260px;
  border-radius: 28px;
  overflow: hidden;
  background:
    radial-gradient(circle at 70% 35%, rgba(22,196,127,0.16), transparent 20%),
    linear-gradient(135deg, rgba(16,33,41,0.96), rgba(10,28,36,0.92));
  border: 1px solid rgba(22,196,127,0.16);
  box-shadow: 0 18px 40px rgba(10,35,45,0.14);
  display: flex;
  align-items: center;
  padding: 24px 26px;
}

.why-score-number {
  font-size: clamp(120px, 18vw, 220px);
  line-height: 0.85;
  font-weight: 800;
  color: rgba(255,255,255,0.14);
  letter-spacing: -0.06em;
  position: relative;
  z-index: 1;
}

.why-score-star-wrap {
  position: absolute;
  right: 28px;
  top: 50%;
  transform: translateY(-50%);
  width: 180px;
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.why-score-star {
  position: relative;
  z-index: 3;
  font-size: 86px;
  color: #16c47f;
  text-shadow: 0 0 22px rgba(22,196,127,0.40);
  animation: euroStarPulse 2.2s ease-in-out infinite;
}

.why-score-ring {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(22,196,127,0.28);
  animation: euroRingPulse 3s ease-out infinite;
}

.why-score-ring.ring-1 {
  width: 110px;
  height: 110px;
}

.why-score-ring.ring-2 {
  width: 150px;
  height: 150px;
  animation-delay: .8s;
}

.why-score-glow {
  position: absolute;
  width: 120px;
  height: 120px;
  background: radial-gradient(circle, rgba(22,196,127,0.25), rgba(22,196,127,0.02) 70%);
  filter: blur(8px);
  border-radius: 50%;
  animation: euroGlowPulse 2.2s ease-in-out infinite;
}

.why-score-label {
  position: absolute;
  left: 28px;
  bottom: 22px;
  z-index: 2;
  color: #e8fff4;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

@keyframes euroStarPulse {
  0%,100% { transform: scale(1) rotate(0deg); }
  50% { transform: scale(1.12) rotate(4deg); }
}

@keyframes euroRingPulse {
  0% { opacity: 0.15; transform: scale(0.88); }
  60% { opacity: 0.42; }
  100% { opacity: 0; transform: scale(1.18); }
}

@keyframes euroGlowPulse {
  0%,100% { opacity: .65; transform: scale(1); }
  50% { opacity: 1; transform: scale(1.12); }
}

@media (max-width: 980px) {
  .why-score-visual {
    min-height: 220px;
  }

  .why-score-star-wrap {
    width: 150px;
    height: 150px;
    right: 18px;
  }

  .why-score-star {
    font-size: 72px;
  }
}

@media (max-width: 640px) {
  .why-score-visual {
    min-height: 180px;
    padding: 18px;
    border-radius: 22px;
  }

  .why-score-number {
    font-size: 110px;
  }

  .why-score-star-wrap {
    width: 120px;
    height: 120px;
    right: 10px;
  }

  .why-score-star {
    font-size: 54px;
  }

  .why-score-ring.ring-1 {
    width: 76px;
    height: 76px;
  }

  .why-score-ring.ring-2 {
    width: 104px;
    height: 104px;
  }

  .why-score-label {
    left: 18px;
    bottom: 16px;
    font-size: 12px;
  }
}


/* ===== Versão premium com estrela surgindo ===== */
.why-score-visual.premium {
  position: relative;
  margin-top: 28px;
  min-height: 300px;
  border-radius: 30px;
  overflow: hidden;
  background:
    radial-gradient(circle at 72% 30%, rgba(22,196,127,0.16), transparent 18%),
    radial-gradient(circle at 78% 56%, rgba(60,168,255,0.10), transparent 20%),
    linear-gradient(135deg, #0d1f26 0%, #102129 55%, #0d1920 100%);
  border: 1px solid rgba(22,196,127,0.14);
  box-shadow: 0 24px 55px rgba(10,35,45,0.16);
  display: flex;
  align-items: center;
  padding: 26px 28px;
}

.why-score-bg-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.04) 1px, transparent 1px);
  background-size: 28px 28px;
  opacity: 0.25;
  mask-image: radial-gradient(circle at center, black 40%, transparent 95%);
  -webkit-mask-image: radial-gradient(circle at center, black 40%, transparent 95%);
}

.why-score-visual.premium .why-score-number {
  font-size: clamp(140px, 20vw, 240px);
  line-height: 0.84;
  font-weight: 800;
  color: rgba(255,255,255,0.10);
  letter-spacing: -0.07em;
  position: relative;
  z-index: 1;
  text-shadow: 0 0 30px rgba(255,255,255,0.02);
}

.why-score-star-scene {
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
  width: 240px;
  height: 240px;
}

.why-score-star-main,
.why-score-star-entry {
  position: absolute;
  left: 50%;
  top: 50%;
  transform-origin: center;
  text-align: center;
}

.why-score-star-main {
  transform: translate(-50%, -50%);
  font-size: 88px;
  color: #8effca;
  text-shadow: 0 0 24px rgba(22,196,127,0.45), 0 0 50px rgba(22,196,127,0.20);
  z-index: 4;
  animation: premiumStarPulse 2.6s ease-in-out infinite;
}

.why-score-star-entry {
  transform: translate(-50%, -50%) scale(0.2);
  font-size: 128px;
  color: rgba(180,255,224,0.24);
  filter: blur(2px);
  z-index: 2;
  animation: premiumStarEntry 3.6s ease-in-out infinite;
}

.why-score-orbit {
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  border: 1px solid rgba(120,255,205,0.16);
  transform: translate(-50%, -50%);
}

.orbit-1 {
  width: 112px;
  height: 112px;
  animation: premiumOrbitPulse 3.2s ease-out infinite;
}
.orbit-2 {
  width: 158px;
  height: 158px;
  animation: premiumOrbitPulse 3.2s ease-out infinite 0.6s;
}
.orbit-3 {
  width: 208px;
  height: 208px;
  animation: premiumOrbitPulse 3.2s ease-out infinite 1.1s;
}

.why-score-spark {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #b8ffe1;
  box-shadow: 0 0 16px rgba(184,255,225,0.75);
}

.spark-1 {
  right: 40px;
  top: 42px;
  animation: premiumSparkFloat 2.8s ease-in-out infinite;
}
.spark-2 {
  right: 86px;
  bottom: 40px;
  animation: premiumSparkFloat 2.8s ease-in-out infinite 0.8s;
}
.spark-3 {
  left: 46px;
  top: 92px;
  animation: premiumSparkFloat 2.8s ease-in-out infinite 1.5s;
}

.why-score-visual.premium .why-score-label {
  position: absolute;
  left: 28px;
  bottom: 22px;
  z-index: 3;
  color: #ebfff5;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

@keyframes premiumStarPulse {
  0%,100% { transform: translate(-50%, -50%) scale(1) rotate(0deg); }
  50% { transform: translate(-50%, -50%) scale(1.12) rotate(3deg); }
}

@keyframes premiumStarEntry {
  0% { transform: translate(-50%, -50%) scale(0.2); opacity: 0; }
  20% { opacity: 0.9; }
  45% { transform: translate(-50%, -50%) scale(1.08); opacity: 0.35; }
  100% { transform: translate(-50%, -50%) scale(1.55); opacity: 0; }
}

@keyframes premiumOrbitPulse {
  0% { opacity: 0.14; transform: translate(-50%, -50%) scale(0.84); }
  60% { opacity: 0.40; }
  100% { opacity: 0; transform: translate(-50%, -50%) scale(1.12); }
}

@keyframes premiumSparkFloat {
  0%,100% { transform: translateY(0); opacity: 0.7; }
  50% { transform: translateY(-10px); opacity: 1; }
}

@media (max-width: 980px) {
  .why-score-visual.premium {
    min-height: 250px;
  }

  .why-score-star-scene {
    width: 190px;
    height: 190px;
  }

  .why-score-star-main {
    font-size: 72px;
  }

  .why-score-star-entry {
    font-size: 104px;
  }
}

@media (max-width: 640px) {
  .why-score-visual.premium {
    min-height: 210px;
    padding: 18px;
    border-radius: 22px;
  }

  .why-score-visual.premium .why-score-number {
    font-size: 110px;
  }

  .why-score-star-scene {
    width: 138px;
    height: 138px;
    right: 8px;
  }

  .why-score-star-main {
    font-size: 54px;
  }

  .why-score-star-entry {
    font-size: 74px;
  }

  .orbit-1 { width: 72px; height: 72px; }
  .orbit-2 { width: 102px; height: 102px; }
  .orbit-3 { width: 132px; height: 132px; }

  .why-score-visual.premium .why-score-label {
    left: 18px;
    bottom: 16px;
    font-size: 12px;
  }
}


/* ===== Selo Google 5.0 premium ===== */
.why-score-visual.premium.google-badge {
  position: relative;
  margin-top: 28px;
  min-height: 300px;
  border-radius: 30px;
  overflow: hidden;
  background:
    radial-gradient(circle at 72% 30%, rgba(22,196,127,0.16), transparent 18%),
    radial-gradient(circle at 78% 56%, rgba(60,168,255,0.10), transparent 20%),
    linear-gradient(135deg, #0d1f26 0%, #102129 55%, #0d1920 100%);
  border: 1px solid rgba(22,196,127,0.14);
  box-shadow: 0 24px 55px rgba(10,35,45,0.16);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 26px 28px;
}

.google-badge-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.04) 1px, transparent 1px);
  background-size: 28px 28px;
  opacity: 0.22;
  mask-image: radial-gradient(circle at center, black 40%, transparent 95%);
  -webkit-mask-image: radial-gradient(circle at center, black 40%, transparent 95%);
}

.google-badge-card {
  position: relative;
  z-index: 2;
  width: min(100%, 430px);
  border-radius: 28px;
  padding: 26px 26px 22px;
  background: linear-gradient(135deg, rgba(255,255,255,0.10), rgba(255,255,255,0.05));
  border: 1px solid rgba(255,255,255,0.10);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.08), 0 18px 40px rgba(0,0,0,0.18);
  overflow: hidden;
}

.google-badge-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
  gap: 12px;
}

.google-badge-kicker,
.google-badge-source {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 700;
}

.google-badge-kicker {
  color: #ddfff1;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.08);
}

.google-badge-source {
  color: #052014;
  background: #16c47f;
  border: 1px solid #16c47f;
  box-shadow: 0 10px 22px rgba(22,196,127,0.20);
}

.google-badge-score-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  position: relative;
  z-index: 2;
}

.google-badge-score {
  font-size: clamp(62px, 10vw, 96px);
  line-height: 0.9;
  font-weight: 800;
  color: #f5fffb;
  letter-spacing: -0.05em;
  text-shadow: 0 0 30px rgba(255,255,255,0.05);
}

.google-badge-stars {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-bottom: 12px;
}

.google-badge-stars span {
  font-size: 28px;
  color: #8effca;
  text-shadow: 0 0 18px rgba(22,196,127,0.35);
  animation: starTwinkle 2.6s ease-in-out infinite;
}

.google-badge-stars span:nth-child(2) { animation-delay: .15s; }
.google-badge-stars span:nth-child(3) { animation-delay: .30s; }
.google-badge-stars span:nth-child(4) { animation-delay: .45s; }
.google-badge-stars span:nth-child(5) { animation-delay: .60s; }

.google-badge-shine {
  position: absolute;
  inset: -20% auto auto -30%;
  width: 90px;
  height: 220px;
  transform: rotate(25deg);
  background: linear-gradient(180deg, rgba(255,255,255,0.00), rgba(255,255,255,0.16), rgba(255,255,255,0.00));
  filter: blur(4px);
  animation: badgeShine 4.2s ease-in-out infinite;
}

.google-badge-ring {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(120,255,205,0.14);
  right: -20px;
  bottom: -20px;
}

.google-badge-ring.ring-1 {
  width: 120px;
  height: 120px;
  animation: badgeRingPulse 3s ease-out infinite;
}

.google-badge-ring.ring-2 {
  width: 170px;
  height: 170px;
  animation: badgeRingPulse 3s ease-out infinite .7s;
}

.google-badge-label {
  position: absolute;
  left: 28px;
  bottom: 22px;
  z-index: 2;
  color: #ebfff5;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

@keyframes badgeShine {
  0% { left: -35%; opacity: 0; }
  15% { opacity: .8; }
  50% { left: 110%; opacity: .35; }
  100% { left: 110%; opacity: 0; }
}

@keyframes badgeRingPulse {
  0% { opacity: 0.12; transform: scale(.85); }
  60% { opacity: 0.30; }
  100% { opacity: 0; transform: scale(1.14); }
}

@keyframes starTwinkle {
  0%,100% { transform: translateY(0) scale(1); opacity: .9; }
  50% { transform: translateY(-3px) scale(1.08); opacity: 1; }
}

@media (max-width: 980px) {
  .why-score-visual.premium.google-badge {
    min-height: 250px;
  }

  .google-badge-card {
    width: min(100%, 380px);
  }

  .google-badge-stars span {
    font-size: 24px;
  }
}

@media (max-width: 640px) {
  .why-score-visual.premium.google-badge {
    min-height: 210px;
    padding: 18px;
    border-radius: 22px;
  }

  .google-badge-card {
    width: 100%;
    border-radius: 22px;
    padding: 18px 18px 16px;
  }

  .google-badge-score {
    font-size: 56px;
  }

  .google-badge-stars {
    gap: 5px;
    padding-bottom: 8px;
  }

  .google-badge-stars span {
    font-size: 20px;
  }

  .google-badge-label {
    left: 18px;
    bottom: 14px;
    font-size: 12px;
  }
}


.lp-success-message {
  margin-bottom: 16px;
  padding: 14px 16px;
  border-radius: 14px;
  background: rgba(22,196,127,0.10);
  border: 1px solid rgba(22,196,127,0.22);
  color: #0e6b48;
  font-weight: 700;
}
