@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');

.ibv-editorial-2026 {
  width: 100%;
  overflow-x: hidden;
  color: #172033;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}

.ibv-editorial-2026,
.ibv-editorial-2026 section,
.ibv-editorial-2026 div,
.ibv-editorial-2026 article {
  box-sizing: border-box;
}

.ibv-editorial-2026 .ibv-section {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.ibv-editorial-2026 .ibv-section-white {
  background: #ffffff;
}

.ibv-editorial-2026 .ibv-section-soft {
  background:
    radial-gradient(circle at 12% 0%, rgba(255, 74, 143, 0.08), transparent 30%),
    radial-gradient(circle at 88% 16%, rgba(132, 84, 255, 0.08), transparent 34%),
    #faf9fc;
}

.ibv-editorial-2026 .ibv-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.ibv-editorial-2026 .ibv-heading {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.ibv-editorial-2026 .ibv-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 6px 14px;
  border: 1px solid rgba(255, 74, 143, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 74, 143, 0.1), rgba(132, 84, 255, 0.1));
  color: #b32970;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.2;
  letter-spacing: 0;
}

.ibv-editorial-2026 .ibv-heading h2 {
  margin: 14px 0 0;
  color: #121827;
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
}

.ibv-editorial-2026 .ibv-heading p {
  margin: 16px auto 0;
  max-width: 690px;
  color: #5b6475;
  font-weight: 450;
}

.ibv-editorial-2026 .ibv-card-grid {
  display: grid;
  align-items: stretch;
}

.ibv-editorial-2026 .ibv-card {
  position: relative;
  display: flex;
  min-width: 0;
  height: 100%;
  flex-direction: column;
  border: 1px solid rgba(28, 36, 56, 0.09);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 46px rgba(20, 24, 40, 0.07);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.ibv-editorial-2026 .ibv-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(255, 74, 143, 0.14), rgba(132, 84, 255, 0.1), transparent 58%);
  opacity: 0;
  transition: opacity 260ms ease;
}

.ibv-editorial-2026 .ibv-card:hover {
  transform: translateY(-5px);
  border-color: rgba(255, 74, 143, 0.26);
  box-shadow: 0 24px 64px rgba(20, 24, 40, 0.11);
}

.ibv-editorial-2026 .ibv-card:hover::before {
  opacity: 1;
}

.ibv-editorial-2026 .ibv-card h3 {
  position: relative;
  margin: 0;
  color: #151c2d;
  font-weight: 820;
  line-height: 1.24;
  letter-spacing: 0;
}

.ibv-editorial-2026 .ibv-card p {
  position: relative;
  margin: 10px 0 0;
  color: #5d6677;
  font-weight: 430;
}

.ibv-editorial-2026 .ibv-icon {
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #ff4a8f, #8b5cf6);
  box-shadow: 0 12px 26px rgba(180, 63, 157, 0.22);
}

.ibv-editorial-2026 .ibv-icon::before,
.ibv-editorial-2026 .ibv-icon::after {
  content: "";
  position: absolute;
  display: block;
}

.ibv-editorial-2026 .ibv-icon-view::before {
  width: 20px;
  height: 14px;
  left: 13px;
  top: 16px;
  border: 2px solid #ffffff;
  border-radius: 50%;
}

.ibv-editorial-2026 .ibv-icon-view::after {
  width: 6px;
  height: 6px;
  left: 20px;
  top: 20px;
  border-radius: 50%;
  background: #ffffff;
}

.ibv-editorial-2026 .ibv-icon-speed::before {
  width: 20px;
  height: 20px;
  left: 13px;
  top: 13px;
  border: 2px solid #ffffff;
  border-bottom-color: transparent;
  border-radius: 50%;
}

.ibv-editorial-2026 .ibv-icon-speed::after {
  width: 14px;
  height: 2px;
  left: 22px;
  top: 22px;
  background: #ffffff;
  transform: rotate(-28deg);
  transform-origin: left center;
  border-radius: 3px;
}

.ibv-editorial-2026 .ibv-icon-preview::before {
  width: 21px;
  height: 17px;
  left: 12px;
  top: 14px;
  border: 2px solid #ffffff;
  border-radius: 6px;
}

.ibv-editorial-2026 .ibv-icon-preview::after {
  width: 12px;
  height: 2px;
  left: 17px;
  top: 23px;
  border-radius: 3px;
  background: #ffffff;
}

.ibv-editorial-2026 .ibv-icon-steps::before {
  width: 6px;
  height: 6px;
  left: 14px;
  top: 13px;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 10px 0 #ffffff, 0 20px 0 #ffffff;
}

.ibv-editorial-2026 .ibv-icon-steps::after {
  width: 13px;
  height: 2px;
  left: 24px;
  top: 15px;
  border-radius: 3px;
  background: #ffffff;
  box-shadow: 0 10px 0 #ffffff, 0 20px 0 #ffffff;
}

.ibv-editorial-2026 .ibv-icon-mobile::before {
  width: 17px;
  height: 24px;
  left: 14px;
  top: 10px;
  border: 2px solid #ffffff;
  border-radius: 6px;
}

.ibv-editorial-2026 .ibv-icon-mobile::after {
  width: 5px;
  height: 2px;
  left: 21px;
  top: 29px;
  border-radius: 3px;
  background: #ffffff;
}

.ibv-editorial-2026 .ibv-icon-daily::before {
  width: 22px;
  height: 22px;
  left: 12px;
  top: 12px;
  border: 2px solid #ffffff;
  border-radius: 50%;
}

.ibv-editorial-2026 .ibv-icon-daily::after {
  width: 9px;
  height: 9px;
  left: 20px;
  top: 17px;
  border-left: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
}

.ibv-editorial-2026 .ibv-step-list {
  display: grid;
  grid-template-columns: 1fr;
}

.ibv-editorial-2026 .ibv-step-card {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  min-width: 0;
  border: 1px solid rgba(28, 36, 56, 0.09);
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.82));
  box-shadow: 0 18px 46px rgba(20, 24, 40, 0.07);
  transition: transform 260ms ease, border-color 260ms ease, box-shadow 260ms ease;
}

.ibv-editorial-2026 .ibv-step-card:hover {
  transform: translateY(-4px);
  border-color: rgba(132, 84, 255, 0.24);
  box-shadow: 0 24px 62px rgba(20, 24, 40, 0.1);
}

.ibv-editorial-2026 .ibv-step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  background: linear-gradient(135deg, #ff4a8f, #8b5cf6);
  color: #ffffff;
  font-weight: 850;
  line-height: 1;
  box-shadow: 0 16px 34px rgba(180, 63, 157, 0.24);
}

.ibv-editorial-2026 .ibv-step-content h3 {
  margin: 0;
  color: #151c2d;
  font-weight: 820;
  line-height: 1.24;
  letter-spacing: 0;
}

.ibv-editorial-2026 .ibv-step-content p {
  margin: 8px 0 0;
  color: #5d6677;
  font-weight: 430;
}

.ibv-editorial-2026 .ibv-use-card {
  background: linear-gradient(180deg, #ffffff, #fffafd);
}

.ibv-editorial-2026 .ibv-dot {
  position: relative;
  display: inline-flex;
  width: 14px;
  height: 14px;
  margin-bottom: 20px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ff4a8f, #8b5cf6);
  box-shadow: 0 0 0 8px rgba(255, 74, 143, 0.08);
}

.ibv-editorial-2026 .ibv-trust-card {
  background:
    linear-gradient(135deg, rgba(255, 74, 143, 0.08), rgba(132, 84, 255, 0.06)),
    #ffffff;
}

.ibv-editorial-2026 .ibv-badge {
  position: relative;
  display: inline-flex;
  width: fit-content;
  margin-bottom: 18px;
  padding: 7px 12px;
  border: 1px solid rgba(132, 84, 255, 0.16);
  border-radius: 999px;
  background: #ffffff;
  color: #8b2a83;
  font-size: 13px;
  font-weight: 780;
  line-height: 1.2;
  letter-spacing: 0;
}

.ibv-editorial-2026 .ibv-reveal {
  opacity: 0;
  transform: translateY(18px);
}

.ibv-editorial-2026 .ibv-reveal.ibv-visible {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 620ms ease, transform 620ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

@media (min-width: 320px) and (max-width: 374px) {
  .ibv-editorial-2026 .ibv-section {
    padding: 46px 0;
  }

  .ibv-editorial-2026 .ibv-container {
    padding: 0 14px;
  }

  .ibv-editorial-2026 .ibv-heading h2 {
    font-size: 27px;
  }

  .ibv-editorial-2026 .ibv-heading p {
    font-size: 15px;
  }

  .ibv-editorial-2026 .ibv-card-grid {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }

  .ibv-editorial-2026 .ibv-card {
    padding: 22px;
    border-radius: 18px;
  }

  .ibv-editorial-2026 .ibv-card h3,
  .ibv-editorial-2026 .ibv-step-content h3 {
    font-size: 18px;
  }

  .ibv-editorial-2026 .ibv-card p,
  .ibv-editorial-2026 .ibv-step-content p {
    font-size: 14px;
  }

  .ibv-editorial-2026 .ibv-step-list {
    gap: 16px;
    margin-top: 30px;
  }

  .ibv-editorial-2026 .ibv-step-card {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }

  .ibv-editorial-2026 .ibv-step-number {
    width: 54px;
    height: 54px;
    font-size: 17px;
  }
}

@media (min-width: 375px) and (max-width: 429px) {
  .ibv-editorial-2026 .ibv-section {
    padding: 52px 0;
  }

  .ibv-editorial-2026 .ibv-container {
    padding: 0 18px;
  }

  .ibv-editorial-2026 .ibv-heading h2 {
    font-size: 30px;
  }

  .ibv-editorial-2026 .ibv-heading p {
    font-size: 15.5px;
  }

  .ibv-editorial-2026 .ibv-card-grid {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 32px;
  }

  .ibv-editorial-2026 .ibv-card {
    padding: 24px;
  }

  .ibv-editorial-2026 .ibv-card h3,
  .ibv-editorial-2026 .ibv-step-content h3 {
    font-size: 19px;
  }

  .ibv-editorial-2026 .ibv-card p,
  .ibv-editorial-2026 .ibv-step-content p {
    font-size: 14.5px;
  }

  .ibv-editorial-2026 .ibv-step-list {
    gap: 18px;
    margin-top: 32px;
  }

  .ibv-editorial-2026 .ibv-step-card {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }

  .ibv-editorial-2026 .ibv-step-number {
    width: 56px;
    height: 56px;
    font-size: 18px;
  }
}

@media (min-width: 430px) and (max-width: 767px) {
  .ibv-editorial-2026 .ibv-section {
    padding: 58px 0;
  }

  .ibv-editorial-2026 .ibv-container {
    padding: 0 22px;
  }

  .ibv-editorial-2026 .ibv-heading h2 {
    font-size: 34px;
  }

  .ibv-editorial-2026 .ibv-heading p {
    font-size: 16px;
  }

  .ibv-editorial-2026 .ibv-card-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 36px;
  }

  .ibv-editorial-2026 .ibv-card {
    padding: 26px;
  }

  .ibv-editorial-2026 .ibv-card h3,
  .ibv-editorial-2026 .ibv-step-content h3 {
    font-size: 20px;
  }

  .ibv-editorial-2026 .ibv-card p,
  .ibv-editorial-2026 .ibv-step-content p {
    font-size: 15px;
  }

  .ibv-editorial-2026 .ibv-step-list {
    gap: 20px;
    margin-top: 36px;
  }

  .ibv-editorial-2026 .ibv-step-card {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }

  .ibv-editorial-2026 .ibv-step-number {
    width: 60px;
    height: 60px;
    font-size: 19px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .ibv-editorial-2026 .ibv-section {
    padding: 72px 0;
  }

  .ibv-editorial-2026 .ibv-container {
    padding: 0 32px;
  }

  .ibv-editorial-2026 .ibv-heading h2 {
    font-size: 40px;
  }

  .ibv-editorial-2026 .ibv-heading p {
    font-size: 17px;
  }

  .ibv-editorial-2026 .ibv-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 42px;
  }

  .ibv-editorial-2026 .ibv-card {
    padding: 28px;
  }

  .ibv-editorial-2026 .ibv-card h3,
  .ibv-editorial-2026 .ibv-step-content h3 {
    font-size: 21px;
  }

  .ibv-editorial-2026 .ibv-card p,
  .ibv-editorial-2026 .ibv-step-content p {
    font-size: 15.5px;
  }

  .ibv-editorial-2026 .ibv-step-list {
    gap: 20px;
    margin-top: 42px;
  }

  .ibv-editorial-2026 .ibv-step-card {
    gap: 24px;
    padding: 30px;
  }

  .ibv-editorial-2026 .ibv-step-number {
    width: 68px;
    height: 68px;
    font-size: 20px;
  }
}

@media (min-width: 1024px) {
  .ibv-editorial-2026 .ibv-section {
    padding: 88px 0;
  }

  .ibv-editorial-2026 .ibv-container {
    padding: 0 34px;
  }

  .ibv-editorial-2026 .ibv-heading h2 {
    font-size: 46px;
  }

  .ibv-editorial-2026 .ibv-heading p {
    font-size: 18px;
  }

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

  .ibv-editorial-2026 .ibv-card-grid {
    gap: 24px;
    margin-top: 48px;
  }

  .ibv-editorial-2026 .ibv-card {
    padding: 30px;
  }

  .ibv-editorial-2026 .ibv-card h3,
  .ibv-editorial-2026 .ibv-step-content h3 {
    font-size: 22px;
  }

  .ibv-editorial-2026 .ibv-card p,
  .ibv-editorial-2026 .ibv-step-content p {
    font-size: 16px;
  }

  .ibv-editorial-2026 .ibv-step-list {
    gap: 22px;
    margin-top: 48px;
  }

  .ibv-editorial-2026 .ibv-step-card {
    gap: 28px;
    padding: 32px;
  }

  .ibv-editorial-2026 .ibv-step-number {
    width: 76px;
    height: 76px;
    font-size: 22px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ibv-editorial-2026 .ibv-card,
  .ibv-editorial-2026 .ibv-step-card,
  .ibv-editorial-2026 .ibv-reveal,
  .ibv-editorial-2026 .ibv-reveal.ibv-visible {
    transition: none;
    transform: none;
  }

  .ibv-editorial-2026 .ibv-reveal {
    opacity: 1;
  }
}