.blog-rate-page {
  background: #eaf3ff;
}

.blog-rate-hero-panel {
  min-height: 623px;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
  background:
    linear-gradient(180deg, rgba(3, 11, 87, 0.18) 0%, rgba(3, 11, 87, 0.08) 100%),
    url("../images/blog-3-hero-bg.webp") center top / cover no-repeat;
  overflow: hidden;
}

.blog-rate-hero-copy {
  width: min(1013px, calc(100% - 48px));
  margin: 0 auto;
  padding-top: 141px;
  text-align: center;
  color: #ffffff;
}

.blog-rate-hero-copy h1,
.blog-rate-section h2 {
  margin: 0;
}

.blog-rate-hero-copy h1 {
  font-size: 64px;
  font-weight: 600;
  line-height: 100px;
}

.blog-rate-cover-section {
  position: relative;
  z-index: 1;
  margin-top: -144px;
  padding-bottom: 141px;
}

.blog-rate-cover {
  overflow: hidden;
  border-radius: 20px;
}

.blog-rate-cover img {
  display: block;
  width: 100%;
  height: 618px;
  object-fit: cover;
  object-position: center 34%;
  border-radius: 20px;
}

.blog-rate-content-section {
  padding-bottom: 180px;
}

.blog-rate-content {
  display: flex;
  flex-direction: column;
  gap: 100px;
}

.blog-rate-intro {
  display: flex;
  flex-direction: column;
  gap: 36px;
}

.blog-rate-intro-media {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
  align-items: start;
}

.blog-rate-card {
  margin: 0;
  overflow: hidden;
  border-radius: 20px;
}

.blog-rate-card img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}

.blog-rate-card-apple img,
.blog-rate-card-logo img {
  aspect-ratio: 488 / 310;
  object-fit: cover;
}

.blog-rate-text {
  color: #000000;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  text-align: justify;
}

.blog-rate-text > * {
  margin: 0;
}

.blog-rate-text > * + * {
  margin-top: 16px;
}

.blog-rate-text ul {
  padding-left: 30px;
}

.blog-rate-text li + li {
  margin-top: 2px;
}

.blog-rate-label {
  font-weight: 600;
}

.blog-rate-value {
  font-weight: 600;
}

.blog-rate-section {
  display: flex;
  flex-direction: column;
  gap: 25px;
  width: 100%;
}

.blog-rate-section h2 {
  font-size: 36px;
  font-weight: 600;
  line-height: 48px;
}

.blog-rate-section-narrow {
  max-width: 748px;
}

.blog-rate-section-medium {
  max-width: 823px;
}

.nav-overlay {
  display: none;
}

@media (max-width: 1200px) {
  .blog-rate-section-narrow,
  .blog-rate-section-medium {
    max-width: 100%;
  }
}

@media (max-width: 900px) {
  .blog-rate-page.nav-open {
    overflow: hidden;
  }

  .blog-rate-page .navbar {
    position: relative;
    z-index: 130;
  }

  .blog-rate-page .nav-inner {
    position: relative;
    z-index: 131;
  }

  .blog-rate-page .nav-toggle {
    position: relative;
    z-index: 141;
  }

  .blog-rate-page .nav-menu {
    z-index: 140;
  }

  .blog-rate-page .nav-overlay {
    display: block;
    position: fixed;
    inset: 0;
    z-index: 125;
    padding: 0;
    border: 0;
    background: rgba(0, 0, 0, 0.42);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.24s ease;
    appearance: none;
  }

  .blog-rate-page.nav-open .nav-overlay {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .blog-rate-hero-copy {
    width: min(1013px, calc(100% - 32px));
    padding-top: 112px;
  }

  .blog-rate-hero-copy h1 {
    font-size: 52px;
    line-height: 1.25;
  }

  .blog-rate-cover-section {
    margin-top: -88px;
    padding-bottom: 88px;
  }

  .blog-rate-cover img {
    height: auto;
    aspect-ratio: 1200 / 618;
  }

  .blog-rate-content-section {
    padding-bottom: 120px;
  }

  .blog-rate-content {
    gap: 72px;
  }

  .blog-rate-section h2 {
    font-size: 32px;
    line-height: 42px;
  }

  .blog-rate-text {
    font-size: 18px;
    line-height: 28px;
  }
}

@media (max-width: 680px) {
  .blog-rate-page .page-shell {
    max-width: 393px;
  }

  .blog-rate-page .navbar {
    background: #0f0616;
  }

  .blog-rate-page .nav-inner.container {
    width: 100%;
    min-height: 70px;
    padding: 11px 20px 11px 18px;
    gap: 20px;
  }

  .blog-rate-page .brand {
    width: 108px;
  }

  .blog-rate-page .brand img {
    width: 108px;
    height: 48px;
    object-fit: cover;
  }

  .blog-rate-page .nav-toggle {
    width: 45px;
    height: 45px;
    gap: 0;
    border: 0;
    border-radius: 999px;
    background: linear-gradient(180deg, #4bacff 0%, #584cff 100%);
    box-shadow: 0 12px 24px rgba(88, 76, 255, 0.28);
  }

  .blog-rate-page .nav-toggle span {
    position: absolute;
    left: 10px;
    width: 25px;
    height: 2px;
    border-radius: 999px;
    background: #ffffff;
    transition: transform 0.28s ease, opacity 0.2s ease;
  }

  .blog-rate-page .nav-toggle span:nth-child(1) {
    top: 12px;
  }

  .blog-rate-page .nav-toggle span:nth-child(2) {
    top: 21px;
  }

  .blog-rate-page .nav-toggle span:nth-child(3) {
    top: 30px;
  }

  .blog-rate-page .nav-toggle[aria-expanded="true"] span:nth-child(1) {
    transform: translateY(9px) rotate(45deg);
  }

  .blog-rate-page .nav-toggle[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
  }

  .blog-rate-page .nav-toggle[aria-expanded="true"] span:nth-child(3) {
    transform: translateY(-9px) rotate(-45deg);
  }

  .blog-rate-page .nav-menu {
    top: calc(100% + 16px);
    right: 20px;
    left: auto;
    width: min(264px, calc(100vw - 40px));
    gap: 10px;
    padding: 16px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(39, 51, 123, 0.92) 0%, rgba(13, 10, 33, 0.96) 100%);
    box-shadow:
      0 22px 44px rgba(0, 0, 0, 0.28),
      inset 0 1px 0 rgba(255, 255, 255, 0.06);
  }

  .blog-rate-page .nav-menu .nav-link,
  .blog-rate-page .nav-menu .nav-link.is-active,
  .blog-rate-page .nav-menu .nav-link[aria-current="page"] {
    min-height: 48px;
    padding: 10px 14px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.04);
    box-shadow: none;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    text-align: center;
    transform: none;
  }

  .blog-rate-page .nav-menu .nav-link:hover,
  .blog-rate-page .nav-menu .nav-link:focus-visible {
    border-color: rgba(144, 214, 255, 0.36);
    background: rgba(255, 255, 255, 0.08);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
    transform: translateY(-1px);
  }

  .blog-rate-hero-panel {
    min-height: 295px;
    background:
      linear-gradient(180deg, rgba(3, 11, 87, 0.18) 0%, rgba(3, 11, 87, 0.08) 100%),
      url("../images/blog3-m-hero-bg.webp") center top / cover no-repeat;
  }

  .blog-rate-hero-copy {
    width: calc(100% - 40px);
    padding-top: 54px;
  }

  .blog-rate-hero-copy h1 {
    max-width: none;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.02;
  }

  .blog-rate-cover-section {
    margin-top: -116px;
    padding-bottom: 52px;
  }

  .blog-rate-cover.container {
    width: calc(100% - 40px);
  }

  .blog-rate-cover {
    height: 183px;
  }

  .blog-rate-cover img {
    height: 100%;
    object-position: center center;
  }

  .blog-rate-content-section {
    padding-bottom: 40px;
  }

  .blog-rate-content.container {
    width: calc(100% - 40px);
  }

  .blog-rate-content {
    gap: 80px;
  }

  .blog-rate-intro-media {
    gap: 20px;
  }

  .blog-rate-card-apple img,
  .blog-rate-card-logo img {
    aspect-ratio: 156 / 96;
  }

  .blog-rate-text {
    font-size: 14px;
    line-height: 22px;
    text-align: justify;
  }

  .blog-rate-text > * + * {
    margin-top: 22px;
  }

  .blog-rate-text ul {
    padding-left: 21px;
  }

  .blog-rate-text li + li {
    margin-top: 0;
  }

  .blog-rate-section {
    gap: 25px;
  }

  .blog-rate-section h2 {
    font-size: 18px;
    line-height: 1.2;
  }

  .blog-rate-section-narrow,
  .blog-rate-section-medium {
    max-width: 100%;
  }

  .blog-rate-page .site-footer {
    position: relative;
    margin-top: 40px;
    padding: 50px 0;
  }

  .blog-rate-page .footer-top.container,
  .blog-rate-page .footer-bottom.container {
    width: calc(100% - 40px);
  }

  .blog-rate-page .footer-top {
    gap: 40px;
  }

  .blog-rate-page .footer-brand {
    gap: 25px;
  }

  .blog-rate-page .footer-brand img {
    width: 165px;
    height: 73px;
    object-fit: cover;
  }

  .blog-rate-page .footer-brand p,
  .blog-rate-page .footer-column a,
  .blog-rate-page .footer-column p,
  .blog-rate-page .footer-disclaimer,
  .blog-rate-page .footer-copyright {
    color: #ffffff;
    font-size: 14px;
    line-height: 22px;
  }

  .blog-rate-page .footer-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: start;
    gap: 40px 24px;
  }

  .blog-rate-page .footer-column {
    gap: 18px;
  }

  .blog-rate-page .footer-column h5 {
    font-size: 16px;
    line-height: 21px;
  }

  .blog-rate-page .footer-bottom {
    margin-top: 40px;
  }

  .blog-rate-page .footer-disclaimer {
    padding: 0 0 14px;
    border-bottom-color: #ffffff;
  }

  .blog-rate-page .footer-copyright {
    margin-top: 15px;
    line-height: 22px;
  }

  .blog-rate-page .floating-whatsapp {
    position: absolute;
    top: -30px;
    right: 9px;
    bottom: auto;
    width: 80px;
    height: 80px;
    z-index: 2;
  }
}
