.conta-ordem-hero {
  background: linear-gradient(135deg, rgba(11, 31, 58, 0.92), rgba(240, 180, 0, 0.88)),
              url('/assets/img/pages/conta-ordem-particular.jpg') center/cover no-repeat;
  color: #fff;
  padding: 110px 0 90px;
}

.page-hero-content {
  max-width: 760px;
}

.page-kicker {
  display: inline-block;
  margin-bottom: 14px;
  padding: 8px 14px;
  background: rgba(255,255,255,0.14);
  border: 1px solid rgba(255,255,255,0.22);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}

.page-hero h1 {
  margin: 0 0 18px;
  font-size: 48px;
  line-height: 1.1;
  font-weight: 700;
}

.page-hero p {
  margin: 0;
  font-size: 18px;
  line-height: 1.7;
  color: rgba(255,255,255,0.92);
}

.conta-ordem-intro,
.beneficios-section,
.documentos-section,
.info-extra-section,
.ajuda-section {
  padding: 80px 0;
}

.section-grid {
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  gap: 32px;
  align-items: center;
}

.section-tag {
  display: inline-block;
  margin-bottom: 14px;
  color: #f0b400;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

.section-tag.light {
  color: #fff;
}

.intro-text h2,
.section-heading h2 {
  margin: 0 0 18px;
  font-size: 36px;
  line-height: 1.2;
  color: #0f172a;
}

.intro-text p,
.section-heading p,
.beneficio-card p,
.documento-item p,
.ajuda-card p,
.info-link-card,
.cartao-text p {
  font-size: 16px;
  line-height: 1.8;
  color: #475569;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 40px;
}

.section-heading.center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.highlight-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 24px;
  padding: 34px 28px;
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.08);
}

.highlight-icon {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #f0b400;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  margin-bottom: 18px;
}

.highlight-card h3 {
  margin: 0 0 12px;
  font-size: 24px;
  color: #0f172a;
}

.highlight-value {
  margin: 0 0 12px;
  font-size: 28px;
  font-weight: 700;
  color: #f0b400 !important;
}

.beneficios-section {
  background: #f8fafc;
}

.beneficios-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.beneficio-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 22px;
  padding: 30px 24px;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.beneficio-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 35px rgba(15, 23, 42, 0.08);
}

.beneficio-icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: rgba(240, 180, 0, 0.10);
  color: #f0b400;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  margin-bottom: 18px;
}

.beneficio-card h3 {
  margin: 0 0 12px;
  font-size: 22px;
  color: #0f172a;
}

.documentos-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.documento-item {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-left: 4px solid #f0b400;
  border-radius: 18px;
  padding: 24px;
}

.documento-item h3 {
  margin: 0 0 10px;
  font-size: 20px;
  color: #0f172a;
}

.info-links-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.info-link-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  text-decoration: none;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 20px;
  padding: 24px 26px;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.info-link-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 35px rgba(15, 23, 42, 0.08);
}

.info-link-label {
  display: block;
  margin-bottom: 6px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  color: #f0b400;
}

.info-link-card h3 {
  margin: 0;
  font-size: 22px;
  color: #0f172a;
}

.info-link-action {
  white-space: nowrap;
  font-weight: 600;
  color: #f0b400;
}

.cartao-multicaixa-section {
  padding: 0 0 80px;
}

.cartao-multicaixa-card {
  background: linear-gradient(135deg, #f0b400, #c89300);
  color: #fff;
  border-radius: 28px;
  padding: 44px 38px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 28px;
}

.cartao-text h2 {
  margin: 0 0 14px;
  font-size: 34px;
  line-height: 1.2;
}

.cartao-text p {
  margin: 0;
  color: rgba(255,255,255,0.9);
}

.btn-white {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #c89300;
  padding: 14px 24px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 700;
  transition: all 0.25s ease;
}

.btn-white:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(0,0,0,0.15);
}

.ajuda-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.ajuda-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 22px;
  padding: 30px 26px;
  text-align: center;
}

.ajuda-label {
  display: inline-block;
  margin-bottom: 10px;
  color: #f0b400;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.ajuda-card h3 {
  margin: 0 0 12px;
  font-size: 26px;
  color: #0f172a;
}

@media (max-width: 991px) {
  .section-grid,
  .beneficios-grid,
  .documentos-grid,
  .info-links-grid,
  .ajuda-grid,
  .cartao-multicaixa-card {
    grid-template-columns: 1fr;
  }

  .cartao-multicaixa-card {
    align-items: flex-start;
  }

  .page-hero h1 {
    font-size: 38px;
  }

  .intro-text h2,
  .section-heading h2,
  .cartao-text h2 {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .conta-ordem-hero {
    padding: 90px 0 70px;
  }

  .page-hero h1 {
    font-size: 32px;
  }

  .page-hero p {
    font-size: 16px;
  }

  .conta-ordem-intro,
  .beneficios-section,
  .documentos-section,
  .info-extra-section,
  .ajuda-section {
    padding: 60px 0;
  }

  .beneficio-card,
  .documento-item,
  .info-link-card,
  .ajuda-card,
  .highlight-card {
    padding: 22px 20px;
  }

  .info-link-card {
    align-items: flex-start;
    flex-direction: column;
  }
}

.beneficios-style-2 {
  padding: 80px 0;
  background: #f7f7f7;
}

.section-header-lined {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-bottom: 34px;
}

.section-header-lined h2 {
  margin: 0;
  font-size: 28px;
  line-height: 1.2;
  font-weight: 700;
  color: #111827;
  white-space: nowrap;
}

.section-line {
  height: 2px;
  flex: 1;
  background: #dddddd;
  position: relative;
}

.section-header-lined h2::after {
  content: "";
  display: block;
  width: 46px;
  height: 4px;
  background: #f0b400;
  border-radius: 999px;
  margin-top: 10px;
}

.beneficios-grid-style-2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.beneficio-box {
  background: #ffffff;
  border: 1px solid #e8e8e8;
  border-radius: 18px;
  padding: 26px 22px;
  min-height: 190px;
  transition: all 0.25s ease;
}

.beneficio-box:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.06);
}

.beneficio-box.featured {
  border-color: #f0b400;
  background: #fffdf7;
}

.beneficio-emoji {
  font-size: 24px;
  line-height: 1;
  margin-bottom: 18px;
}

.beneficio-box h3 {
  margin: 0 0 12px;
  font-size: 20px;
  line-height: 1.35;
  font-weight: 700;
  color: #1a1a1a;
}

.beneficio-box p {
  margin: 0;
  font-size: 16px;
  line-height: 1.65;
  color: #666666;
}

@media (max-width: 1200px) {
  .beneficios-grid-style-2 {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 991px) {
  .beneficios-grid-style-2 {
    grid-template-columns: repeat(2, 1fr);
  }

  .section-header-lined {
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
  }

  .section-line {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .beneficios-style-2 {
    padding: 60px 0;
  }

  .beneficios-grid-style-2 {
    grid-template-columns: 1fr;
  }

  .beneficio-box {
    min-height: auto;
    padding: 22px 18px;
  }

  .section-header-lined h2 {
    font-size: 24px;
  }

  .beneficio-box h3 {
    font-size: 18px;
  }

  .beneficio-box p {
    font-size: 15px;
  }
}

.beneficios-style-2 {
  padding: 80px 0;
  background: #f7f7f7;
}

.section-header-lined {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-bottom: 34px;
}

.section-header-lined h2 {
  margin: 0;
  font-size: 32px;
  line-height: 1.2;
  font-weight: 700;
  color: #111827;
  white-space: nowrap;
  position: relative;
}

.section-header-lined h2::after {
  content: "";
  display: block;
  width: 46px;
  height: 4px;
  background: #f0b400;
  border-radius: 999px;
  margin-top: 10px;
}

.section-line {
  height: 2px;
  flex: 1;
  background: #dddddd;
}

.beneficios-grid-style-2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.beneficio-box {
  background: #ffffff;
  border: 1px solid #e7e7e7;
  border-radius: 18px;
  padding: 28px 22px;
  min-height: 220px;
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
  animation: fadeUp 0.7s ease both;
}

.beneficio-box:nth-child(2) {
  animation-delay: 0.1s;
}

.beneficio-box:nth-child(3) {
  animation-delay: 0.2s;
}

.beneficio-box:nth-child(4) {
  animation-delay: 0.3s;
}

.beneficio-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.08);
  border-color: #f0b400;
}

.beneficio-box.featured {
  border-color: #f0b400;
  background: #fffef8;
}

.beneficio-icon-wrap {
  width: 58px;
  height: 58px;
  border-radius: 14px;
  background: rgba(240, 180, 0, 0.12);
  color: #c88a00;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  transition: transform 0.35s ease, background 0.35s ease, color 0.35s ease;
}

.beneficio-box:hover .beneficio-icon-wrap {
  transform: scale(1.08) rotate(-3deg);
  background: #f0b400;
  color: #ffffff;
}

.beneficio-icon {
  width: 28px;
  height: 28px;
}

.beneficio-box h3 {
  margin: 0 0 12px;
  font-size: 21px;
  line-height: 1.35;
  font-weight: 700;
  color: #1a1a1a;
}

.beneficio-box p {
  margin: 0;
  font-size: 16px;
  line-height: 1.7;
  color: #666666;
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 1200px) {
  .beneficios-grid-style-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 991px) {
  .section-header-lined {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
  }

  .section-line {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .beneficios-style-2 {
    padding: 60px 0;
  }

  .beneficios-grid-style-2 {
    grid-template-columns: 1fr;
  }

  .beneficio-box {
    min-height: auto;
    padding: 24px 18px;
  }

  .section-header-lined h2 {
    font-size: 26px;
  }

  .beneficio-box h3 {
    font-size: 18px;
  }

  .beneficio-box p {
    font-size: 15px;
  }
}

.documentos-style-2 {
  padding: 68px 0 74px;
  background: #f5f5f5;
}

.documentos-heading {
  max-width: 760px;
  margin-bottom: 34px;
}

.documentos-kicker {
  display: inline-block;
  margin-bottom: 14px;
  font-size: 13px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #f0b400;
}

.documentos-heading h2 {
  margin: 0 0 16px;
  font-size: 44px;
  line-height: 1.08;
  font-weight: 700;
  color: #111827;
  letter-spacing: -0.6px;
}

.documentos-heading p {
  margin: 0;
  font-size: 18px;
  line-height: 1.75;
  color: #5b677a;
}

.documentos-grid-style-2 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.documento-card {
  background: #ffffff;
  border: 1px solid #e7e7e7;
  border-radius: 24px;
  padding: 28px 28px 24px;
  min-height: 210px;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.documento-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.05);
  border-color: #f0b400;
}

.documento-icon-wrap {
  width: 72px;
  height: 72px;
  border-radius: 20px;
  background: #f6eddc;
  color: #cc9900;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.documento-icon {
  width: 30px;
  height: 30px;
  display: block;
}

.documento-card h3 {
  margin: 0 0 14px;
  font-size: 22px;
  line-height: 1.25;
  font-weight: 700;
  color: #161c2d;
  letter-spacing: -0.2px;
}

.documento-card p {
  margin: 0;
  font-size: 16px;
  line-height: 1.8;
  color: #5f6b7a;
}

@media (max-width: 1200px) {
  .documentos-heading h2 {
    font-size: 38px;
  }

  .documento-card {
    min-height: 190px;
  }
}

@media (max-width: 991px) {
  .documentos-grid-style-2 {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .documentos-style-2 {
    padding: 52px 0 58px;
  }

  .documentos-heading {
    margin-bottom: 26px;
  }

  .documentos-heading h2 {
    font-size: 30px;
  }

  .documentos-heading p {
    font-size: 16px;
    line-height: 1.7;
  }

  .documento-card {
    min-height: auto;
    border-radius: 18px;
    padding: 22px 20px 20px;
  }

  .documento-icon-wrap {
    width: 62px;
    height: 62px;
    border-radius: 16px;
    margin-bottom: 16px;
  }

  .documento-icon {
    width: 26px;
    height: 26px;
  }

  .documento-card h3 {
    font-size: 19px;
    margin-bottom: 10px;
  }

  .documento-card p {
    font-size: 15px;
    line-height: 1.7;
  }
}

.documentos-checklist {
  padding: 68px 0 74px;
  background: #f5f5f5;
}

.documentos-heading {
  max-width: 760px;
  margin-bottom: 34px;
}

.documentos-kicker {
  display: inline-block;
  margin-bottom: 14px;
  font-size: 13px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #f0b400;
}

.documentos-heading h2 {
  margin: 0 0 16px;
  font-size: 44px;
  line-height: 1.08;
  font-weight: 700;
  color: #111827;
  letter-spacing: -0.6px;
}

.documentos-heading p {
  margin: 0;
  font-size: 18px;
  line-height: 1.75;
  color: #5b677a;
}

.documentos-checklist-grid {
  display: grid;
  grid-template-columns: 1.45fr 0.75fr;
  gap: 24px;
  align-items: start;
}

.documentos-checklist-card,
.documentos-side-card {
  background: #ffffff;
  border: 1px solid #e7e7e7;
  border-radius: 24px;
  padding: 30px 30px 28px;
}

.documentos-checklist-card h3,
.documentos-side-card h3 {
  margin: 0 0 22px;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
  color: #161c2d;
}

.documentos-lista {
  list-style: none;
  margin: 0;
  padding: 0;
}

.documentos-lista li {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 18px 0;
  border-bottom: 1px solid #ececec;
}

.documentos-lista li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.check-icon {
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #f6eddc;
  color: #cc9900;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
}

.check-icon svg {
  width: 20px;
  height: 20px;
}

.documentos-lista strong {
  display: inline-block;
  margin-right: 4px;
  color: #161c2d;
}

.documentos-lista div {
  font-size: 16px;
  line-height: 1.8;
  color: #5f6b7a;
}

.documentos-side-icon {
  width: 74px;
  height: 74px;
  border-radius: 20px;
  background: #f6eddc;
  color: #cc9900;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}

.documentos-side-icon svg {
  width: 30px;
  height: 30px;
}

.documentos-side-card p {
  margin: 0 0 20px;
  font-size: 16px;
  line-height: 1.8;
  color: #5f6b7a;
}

.documentos-note {
  padding: 16px 18px;
  border-radius: 16px;
  background: #fffdf7;
  border: 1px solid rgba(240, 180, 0, 0.35);
  font-size: 15px;
  line-height: 1.7;
  color: #6b7280;
}

@media (max-width: 1200px) {
  .documentos-heading h2 {
    font-size: 38px;
  }

  .documentos-checklist-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .documentos-checklist {
    padding: 52px 0 58px;
  }

  .documentos-heading {
    margin-bottom: 26px;
  }

  .documentos-heading h2 {
    font-size: 30px;
  }

  .documentos-heading p {
    font-size: 16px;
    line-height: 1.7;
  }

  .documentos-checklist-card,
  .documentos-side-card {
    border-radius: 18px;
    padding: 22px 20px 20px;
  }

  .documentos-checklist-card h3,
  .documentos-side-card h3 {
    font-size: 20px;
    margin-bottom: 18px;
  }

  .documentos-lista li {
    gap: 12px;
    padding: 16px 0;
  }

  .check-icon {
    width: 36px;
    height: 36px;
    flex-basis: 36px;
  }

  .check-icon svg {
    width: 18px;
    height: 18px;
  }

  .documentos-lista div,
  .documentos-side-card p {
    font-size: 15px;
    line-height: 1.7;
  }

  .documentos-side-icon {
    width: 62px;
    height: 62px;
    border-radius: 16px;
  }

  .documentos-side-icon svg {
    width: 26px;
    height: 26px;
  }

  .documentos-note {
    font-size: 14px;
  }
}

.info-extra-style-2 {
  padding: 90px 0 80px;
  background: #f5f5f5;
}

.info-extra-layout {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 60px;
  align-items: start;
}

.info-extra-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px;
  align-self: end;
}

.info-download-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 330px;
  padding: 34px 34px 28px;
  background: #ffffff;
  border: 1px solid #ececec;
  border-radius: 24px;
  text-decoration: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.info-download-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.05);
  border-color: #f0b400;
}

.info-download-card h3 {
  margin: 0;
  max-width: 420px;
  font-size: 28px;
  line-height: 1.2;
  font-weight: 700;
  color: #2a2a2a;
  letter-spacing: -0.3px;
}

.info-download-btn {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  width: 100%;
  max-width: 100%;
  padding: 18px 36px;
  background: #f5c400;
  color: #2e2e2e;
  border-radius: 18px;
  font-size: 24px;
  line-height: 1;
  font-weight: 700;
}

.info-download-btn svg {
  width: 34px;
  height: 34px;
  color: #ffffff;
  flex-shrink: 0;
}

.info-extra-heading {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-top: 10px;
}

.info-extra-heading h2 {
  margin: 0;
  max-width: 560px;
  font-size: 72px;
  line-height: 0.95;
  font-weight: 700;
  text-align: center;
  color: #031538;
  letter-spacing: -1.8px;
}

@media (max-width: 1400px) {
  .info-extra-heading h2 {
    font-size: 58px;
  }

  .info-download-card {
    min-height: 290px;
  }

  .info-download-card h3 {
    font-size: 24px;
  }

  .info-download-btn {
    font-size: 21px;
    padding: 16px 28px;
  }
}

@media (max-width: 1200px) {
  .info-extra-layout {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .info-extra-heading {
    order: -1;
    justify-content: flex-start;
    padding-top: 0;
  }

  .info-extra-heading h2 {
    max-width: 100%;
    font-size: 48px;
    text-align: left;
    line-height: 1.02;
  }
}

@media (max-width: 767px) {
  .info-extra-style-2 {
    padding: 60px 0;
  }

  .info-extra-cards {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .info-download-card {
    min-height: 240px;
    padding: 24px 22px 22px;
    border-radius: 18px;
  }

  .info-download-card h3 {
    font-size: 22px;
    line-height: 1.25;
  }

  .info-download-btn {
    padding: 16px 20px;
    font-size: 19px;
    border-radius: 14px;
  }

  .info-download-btn svg {
    width: 28px;
    height: 28px;
  }

  .info-extra-heading h2 {
    font-size: 34px;
    line-height: 1.08;
  }
}

.info-extra-style-2 {
  padding: 70px 0;
  background: #f5f5f5;
}

.info-extra-layout {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 40px;
  align-items: center;
}

.info-extra-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.info-download-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 200px;
  padding: 26px;
  background: #ffffff;
  border: 1px solid #ececec;
  border-radius: 18px;
  text-decoration: none;
  transition: all 0.25s ease;
}

.info-download-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 28px rgba(0,0,0,0.05);
  border-color: #f0b400;
}

.info-download-card h3 {
  margin: 0;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 700;
  color: #2a2a2a;
}

.info-download-btn {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 22px;
  background: #f5c400;
  color: #2e2e2e;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 700;
}

.info-download-btn svg {
  width: 20px;
  height: 20px;
  color: #ffffff;
}

.info-extra-heading {
  display: flex;
  justify-content: center;
}

.info-extra-heading h2 {
  margin: 0;
  max-width: 420px;
  font-size: 38px;
  line-height: 1.1;
  font-weight: 700;
  text-align: center;
  color: #031538;
}

@media (max-width: 991px) {
  .info-extra-layout {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .info-extra-heading h2 {
    font-size: 30px;
  }

  .info-extra-cards {
    grid-template-columns: 1fr;
  }
}