/* VIRTUAL 360 ZONE — PÁGINA SOBRE */

#vrl-sobre {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #eef0f8;
  line-height: 1.7;
  overflow-x: hidden;
  background: transparent;
}
#vrl-sobre *, #vrl-sobre *::before, #vrl-sobre *::after {
  box-sizing: border-box; margin: 0; padding: 0;
}
#vrl-sobre img { max-width: 100%; height: auto; display: block; }
#vrl-sobre a { color: inherit; text-decoration: none; }
#vrl-sobre ul { list-style: none; }

#vrl-sobre .vrl-container {
  max-width: 1080px; margin: 0 auto; padding: 0 40px;
  position: relative; z-index: 2;
}

/* REVEAL */
#vrl-sobre .vrl-reveal {
  opacity: 0; transform: translateY(28px);
  transition: opacity 0.7s cubic-bezier(0.25,0.46,0.45,0.94), transform 0.7s cubic-bezier(0.25,0.46,0.45,0.94);
}
#vrl-sobre .vrl-reveal.is-visible { opacity: 1; transform: translateY(0); }

/* BADGE */
#vrl-sobre .vrl-badge {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 7px 18px; border-radius: 100px;
  font-size: 11px; font-weight: 600; letter-spacing: 2.5px; text-transform: uppercase;
  color: #FF9B5F; background: rgba(255,122,61,0.06);
  border: 1px solid rgba(255,122,61,0.12); margin-bottom: 24px;
}
#vrl-sobre .vrl-badge-dot {
  width: 7px; height: 7px; border-radius: 50%;
  background: #FF7A3D; animation: vrlPulseS 2.5s ease-in-out infinite; flex-shrink: 0;
}
@keyframes vrlPulseS {
  0%,100% { opacity:1; transform:scale(1); }
  50% { opacity:0.4; transform:scale(1.8); }
}

/* SECTION */
#vrl-sobre .vrl-section { padding: 88px 0; position: relative; background: transparent; }
#vrl-sobre .vrl-section + .vrl-section::before {
  content: ''; position: absolute; top: 0; left: 50%; transform: translateX(-50%);
  width: min(70%,800px); height: 1px;
  background: linear-gradient(90deg, transparent, rgba(58,123,213,0.08), transparent);
}

/* Ambient light per section */
#vrl-sobre .vrl-section:nth-child(odd)::after {
  content: ''; position: absolute; top: -40px; right: -10%;
  width: 400px; height: 350px;
  background: radial-gradient(ellipse, rgba(58,123,213,0.025) 0%, transparent 70%);
  pointer-events: none; z-index: 0;
}
#vrl-sobre .vrl-section:nth-child(even)::after {
  content: ''; position: absolute; top: -30px; left: -8%;
  width: 350px; height: 300px;
  background: radial-gradient(ellipse, rgba(255,122,61,0.015) 0%, transparent 70%);
  pointer-events: none; z-index: 0;
}

/* HEADINGS */
#vrl-sobre .vrl-section-title {
  font-size: 34px; font-weight: 700; color: #FFFFFF;
  line-height: 1.25; margin-bottom: 14px; letter-spacing: -0.3px;
}
#vrl-sobre .vrl-section-sub {
  font-size: 16px; color: #a4adc4; max-width: 600px;
  line-height: 1.75; margin-bottom: 44px;
}
#vrl-sobre .vrl-divider {
  width: 56px; height: 2px; background: #3a7bd5;
  border: none; border-radius: 2px; margin: 0 0 18px;
}

/* BUTTONS */
#vrl-sobre .vrl-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 14px 32px; font-size: 14px; font-weight: 600; font-family: inherit;
  border-radius: 10px; cursor: pointer; letter-spacing: 0.3px; text-decoration: none;
  border: none; line-height: 1.4;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}
#vrl-sobre .vrl-btn-blue { background: #3a7bd5; color: #FFFFFF; }
#vrl-sobre .vrl-btn-blue:hover {
  background: #2d6bc4; transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(58,123,213,0.25);
}
#vrl-sobre .vrl-btn svg { width: 16px; height: 16px; flex-shrink: 0; transition: transform 0.25s ease; }
#vrl-sobre .vrl-btn:hover svg { transform: translateX(3px); }

/* HERO */
#vrl-sobre .vrl-hero {
  padding: 140px 0 60px; position: relative; background: transparent;
}
#vrl-sobre .vrl-hero-content { max-width: 700px; }
#vrl-sobre .vrl-hero h1 {
  font-size: 44px; font-weight: 700; color: #FFFFFF;
  line-height: 1.15; margin-bottom: 20px; letter-spacing: -0.8px;
}
#vrl-sobre .vrl-hero h1 .vrl-accent { color: #FF7A3D; }
#vrl-sobre .vrl-hero-desc {
  font-size: 17px; color: #a4adc4; line-height: 1.75;
  margin-bottom: 24px; max-width: 620px;
}

/* STATS */
#vrl-sobre .vrl-stats-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px;
}
#vrl-sobre .vrl-stat { text-align: center; padding: 32px 16px; }
#vrl-sobre .vrl-stat-num {
  font-size: 42px; font-weight: 700; color: #FF7A3D; margin-bottom: 6px;
}
#vrl-sobre .vrl-stat-label { font-size: 13px; color: #a4adc4; font-weight: 500; }

/* FOUNDERS */
#vrl-sobre .vrl-founders-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 20px;
}
#vrl-sobre .vrl-founder {
  background: rgba(255,255,255,0.015);
  border: 1px solid rgba(255,255,255,0.04);
  border-radius: 14px; padding: 36px 30px;
  transition: transform 0.3s ease, border-color 0.3s ease;
}
#vrl-sobre .vrl-founder:hover {
  transform: translateY(-3px); border-color: rgba(58,123,213,0.12);
}
#vrl-sobre .vrl-founder-role {
  font-size: 11px; font-weight: 700; letter-spacing: 2px;
  color: #FF7A3D; text-transform: uppercase; margin-bottom: 8px;
}
#vrl-sobre .vrl-founder h3 {
  font-size: 22px; font-weight: 700; color: #FFFFFF; margin-bottom: 14px;
}
#vrl-sobre .vrl-founder p {
  font-size: 14px; color: #a4adc4; line-height: 1.7;
}

/* TIMELINE */
#vrl-sobre .vrl-timeline-list { position: relative; padding-left: 32px; }
#vrl-sobre .vrl-timeline-list::before {
  content: ''; position: absolute; left: 7px; top: 8px; bottom: 8px;
  width: 1px; background: rgba(58,123,213,0.1);
}
#vrl-sobre .vrl-tl-item { position: relative; margin-bottom: 36px; padding-left: 16px; }
#vrl-sobre .vrl-tl-item:last-child { margin-bottom: 0; }
#vrl-sobre .vrl-tl-item::before {
  content: ''; position: absolute; left: -29px; top: 8px;
  width: 10px; height: 10px; border-radius: 50%;
  background: #3a7bd5; border: 2px solid #0a0f28;
}
#vrl-sobre .vrl-tl-year {
  font-size: 13px; font-weight: 700; color: #FF7A3D;
  letter-spacing: 1px; margin-bottom: 6px;
}
#vrl-sobre .vrl-tl-item h3 {
  font-size: 18px; font-weight: 600; color: #FFFFFF; margin-bottom: 8px;
}
#vrl-sobre .vrl-tl-item p { font-size: 14px; color: #a4adc4; line-height: 1.7; }

/* EXPERTISE */
#vrl-sobre .vrl-exp-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 40px;
}
#vrl-sobre .vrl-exp {
  background: rgba(255,255,255,0.015);
  border: 1px solid rgba(255,255,255,0.04);
  border-radius: 14px; padding: 30px 24px;
  transition: transform 0.3s ease, border-color 0.3s ease;
}
#vrl-sobre .vrl-exp:hover {
  transform: translateY(-2px); border-color: rgba(58,123,213,0.1);
}
#vrl-sobre .vrl-exp-icon {
  width: 44px; height: 44px; margin-bottom: 16px;
  display: flex; align-items: center; justify-content: center;
  border-radius: 12px; background: rgba(58,123,213,0.06);
  border: 1px solid rgba(58,123,213,0.08);
}
#vrl-sobre .vrl-exp-icon svg {
  width: 22px; height: 22px; stroke: #5a9bf6; fill: none;
  stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round;
}
#vrl-sobre .vrl-exp h3 { font-size: 17px; font-weight: 600; color: #FFFFFF; margin-bottom: 8px; }
#vrl-sobre .vrl-exp p { font-size: 13px; color: #a4adc4; line-height: 1.7; }

/* CTA CENTERED */
#vrl-sobre .vrl-cta-center { text-align: center; }
#vrl-sobre .vrl-cta-center .vrl-section-title { max-width: 500px; margin: 0 auto 14px; }
#vrl-sobre .vrl-cta-center .vrl-section-sub { max-width: 500px; margin: 0 auto 36px; }

/* RESPONSIVE TABLET */
@media (max-width: 1024px) {
  #vrl-sobre .vrl-container { padding: 0 28px; }
  #vrl-sobre .vrl-section { padding: 68px 0; }
  #vrl-sobre .vrl-hero { padding: 110px 0 50px; }
  #vrl-sobre .vrl-hero h1 { font-size: 36px; }
  #vrl-sobre .vrl-section-title { font-size: 28px; }
  #vrl-sobre .vrl-exp-grid { grid-template-columns: 1fr 1fr; }
  #vrl-sobre .vrl-stats-grid { grid-template-columns: 1fr 1fr; gap: 24px; }
}

/* RESPONSIVE MOBILE */
@media (max-width: 768px) {
  #vrl-sobre .vrl-container { padding: 0 20px; }
  #vrl-sobre .vrl-section { padding: 52px 0; }
  #vrl-sobre .vrl-hero { padding: 100px 0 36px; }
  #vrl-sobre .vrl-hero h1 { font-size: 28px; }
  #vrl-sobre .vrl-hero-desc { font-size: 15px; }
  #vrl-sobre .vrl-section-title { font-size: 24px; }
  #vrl-sobre .vrl-founders-grid { grid-template-columns: 1fr; gap: 14px; }
  #vrl-sobre .vrl-exp-grid { grid-template-columns: 1fr; }
  #vrl-sobre .vrl-stats-grid { grid-template-columns: 1fr 1fr; }
  #vrl-sobre .vrl-badge { font-size: 10px; padding: 6px 14px; }
  #vrl-sobre .vrl-btn { width: 100%; justify-content: center; }
  #vrl-sobre .vrl-section:nth-child(odd)::after,
  #vrl-sobre .vrl-section:nth-child(even)::after { display: none; }
}
@media (max-width: 480px) {
  #vrl-sobre .vrl-hero h1 { font-size: 26px; }
  #vrl-sobre .vrl-section-title { font-size: 22px; }
  #vrl-sobre .vrl-stat-num { font-size: 34px; }
}
