body {
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  color: #1d2939;
  background: #fff;
  letter-spacing: 0;
}

.section {
  padding-block: clamp(4rem, 7vw, 7rem);
}

.header {
  background: rgba(255, 255, 255, .92);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid #e7edf3;
}

.nav {
  color: #475467;
  transition: .18s;
}

.nav:hover {
  color: #184a7f;
}

.site-logo {
  display: block;
  width: 82px;
  height: auto;
}

.footer-logo {
  display: block;
  width: 104px;
  height: auto;
}

.card {
  border: 1px solid #e5e7eb;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(16, 47, 82, .08);
  transition: .18s;
}

.card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 55px rgba(16, 47, 82, .12);
  border-color: rgba(36, 107, 175, .28);
}

.trust-strip {
  align-items: stretch;
}

.trust-item {
  border: 1px solid #e6edf5;
  background: rgba(255, 255, 255, .88);
  border-radius: 8px;
  box-shadow: 0 14px 36px rgba(16, 47, 82, .08);
  transition: transform .18s, box-shadow .18s, border-color .18s;
}

.trust-item:hover {
  transform: translateY(-3px);
  border-color: rgba(36, 107, 175, .24);
  box-shadow: 0 18px 44px rgba(16, 47, 82, .11);
}

.trust-icon {
  background: linear-gradient(180deg, #eef7ff, #ffffff);
  border: 1px solid #d8ecff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .9);
}

.logo-carousel {
  overflow: hidden;
  position: relative;
  mask-image: linear-gradient(90deg, transparent, #000 9%, #000 91%, transparent);
}

.logo-track {
  display: flex;
  width: max-content;
  gap: 1rem;
  animation: logo-scroll 34s linear infinite;
}

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

.partner-card {
  align-items: center;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(16, 47, 82, .07);
  display: flex;
  height: 112px;
  justify-content: center;
  padding: 1.25rem 1.75rem;
  width: 220px;
}

.partner-logo {
  display: block;
  max-height: 62px;
  max-width: 165px;
  object-fit: contain;
}

.article-content {
  color: #475467;
  font-size: 1.05rem;
  line-height: 1.85;
}

.article-content p {
  margin-top: 1.15rem;
}

.article-content h2 {
  color: #102f52;
  font-size: clamp(1.55rem, 2.2vw, 2rem);
  font-weight: 800;
  letter-spacing: -.01em;
  line-height: 1.25;
  margin-top: 3rem;
}

.article-content h3 {
  color: #184a7f;
  font-size: 1.2rem;
  font-weight: 800;
  line-height: 1.35;
  margin-top: 2rem;
}

.article-content ul {
  display: grid;
  gap: .65rem;
  margin-top: 1rem;
  padding-left: 1.25rem;
}

.article-content li {
  padding-left: .25rem;
}

.article-content a:not(.rounded-lg) {
  color: #184a7f;
  font-weight: 800;
}

.article-lead {
  border-left: 4px solid #246baf;
}

.article-check-grid,
.price-grid,
.region-grid {
  display: grid;
  gap: 1rem;
  margin-top: 1.25rem;
}

.article-check-grid {
  grid-template-columns: 1fr;
}

.article-check-grid > div {
  align-items: flex-start;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(16, 47, 82, .06);
  display: flex;
  gap: .85rem;
  padding: 1rem;
}

.article-check-grid svg {
  color: #1d5a98;
  flex: 0 0 auto;
  height: 1.25rem;
  margin-top: .2rem;
  width: 1.25rem;
}

.article-check-grid span,
.decision-list span,
.region-grid span {
  color: #475467;
  font-size: .95rem;
  line-height: 1.7;
}

.price-grid {
  grid-template-columns: 1fr;
}

.price-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(16, 47, 82, .06);
  padding: 1.25rem;
}

.price-card span,
.article-highlight > span {
  color: #246baf;
  display: block;
  font-size: .75rem;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.price-card strong {
  color: #102f52;
  display: block;
  font-size: 1.45rem;
  line-height: 1.2;
  margin-top: .45rem;
}

.price-card small {
  color: #667085;
  display: block;
  font-size: .85rem;
  line-height: 1.6;
  margin-top: .65rem;
}

.price-card-featured {
  border-color: rgba(31, 164, 99, .35);
  box-shadow: 0 18px 45px rgba(31, 164, 99, .12);
}

.operator-pills {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
  margin-top: 1.25rem;
}

.operator-pills span {
  background: #eef7ff;
  border: 1px solid #d8ecff;
  border-radius: 8px;
  color: #184a7f;
  font-size: .9rem;
  font-weight: 800;
  padding: .7rem .9rem;
}

.decision-list {
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  display: grid;
  margin-top: 1.25rem;
  overflow: hidden;
}

.decision-list > div {
  background: #fff;
  display: grid;
  gap: .25rem;
  padding: 1rem 1.15rem;
}

.decision-list > div + div {
  border-top: 1px solid #eef2f7;
}

.decision-list strong,
.region-grid strong {
  color: #102f52;
  font-size: 1rem;
  font-weight: 800;
}

.region-grid > div {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(16, 47, 82, .06);
  display: grid;
  gap: .5rem;
  padding: 1.15rem;
}

.article-highlight {
  background: linear-gradient(180deg, #eef7ff, #fff);
  border: 1px solid #d8ecff;
  border-radius: 8px;
  box-shadow: 0 16px 45px rgba(16, 47, 82, .08);
  margin-top: 3rem;
  padding: 1.75rem;
}

.article-highlight h2 {
  margin-top: .75rem;
}

.article-sidebar {
  background: linear-gradient(180deg, #fff, #f8fbff);
}

@media (min-width: 640px) {
  .article-check-grid,
  .region-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

@keyframes logo-scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .logo-track {
    animation: none;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
  }
}

.process-grid {
  position: relative;
}

.process-card {
  position: relative;
  min-height: 100%;
}

.process-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 8px;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(36, 107, 175, .08), rgba(36, 107, 175, 0));
  opacity: 0;
  transition: opacity .18s;
}

.process-card:hover::before {
  opacity: 1;
}

.process-number {
  box-shadow: 0 10px 24px rgba(24, 74, 127, .22);
}

@media (min-width: 1024px) {
  .process-grid::before {
    content: "";
    position: absolute;
    left: 8%;
    right: 8%;
    top: 2rem;
    height: 2px;
    background: linear-gradient(90deg, rgba(36, 107, 175, 0), rgba(36, 107, 175, .35), rgba(31, 164, 99, .35), rgba(36, 107, 175, 0));
  }
}

.faq-panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height .22s;
}

.faq.open .faq-panel {
  max-height: 230px;
}

.faq.open .faq-icon {
  transform: rotate(45deg);
}

@media (prefers-reduced-motion: reduce) {
  * {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}

.floating-whatsapp {
  position: fixed;
  right: 24px;
  bottom: 28px;
  left: auto;
  z-index: 70;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  width: max-content;
  max-width: calc(100vw - 32px);
  padding: 10px 12px 10px 18px;
  border: 1px solid rgba(31, 164, 99, .18);
  border-radius: 999px;
  background: rgba(255, 255, 255, .96);
  color: #102f52;
  text-decoration: none;
  box-shadow: 0 16px 42px rgba(16, 47, 82, .14), 0 0 0 8px rgba(31, 164, 99, .06);
  backdrop-filter: blur(14px);
  animation: whatsapp-float 3.8s ease-in-out infinite;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.floating-whatsapp:hover {
  transform: translateY(-4px);
  border-color: rgba(31, 164, 99, .34);
  box-shadow: 0 20px 48px rgba(16, 47, 82, .18), 0 0 0 9px rgba(31, 164, 99, .08);
}

.floating-whatsapp-copy {
  display: grid;
  gap: 1px;
  line-height: 1.1;
}

.floating-whatsapp-copy strong {
  font-size: 15px;
  font-weight: 800;
  letter-spacing: -.01em;
}

.floating-whatsapp-copy small {
  font-size: 13px;
  font-weight: 800;
  color: #1fa463;
}

.floating-whatsapp-icon {
  position: relative;
  display: grid;
  width: 50px;
  height: 50px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 50%;
  background: #25d366;
  color: #fff;
  box-shadow: 0 10px 24px rgba(37, 211, 102, .28);
}

.floating-whatsapp-icon svg {
  width: 28px;
  height: 28px;
}

.floating-whatsapp-icon em {
  position: absolute;
  top: -3px;
  right: -2px;
  display: grid;
  width: 18px;
  height: 18px;
  place-items: center;
  border: 2px solid #fff;
  border-radius: 50%;
  background: #ff4f5f;
  color: #fff;
  font-size: 11px;
  font-style: normal;
  font-weight: 800;
  line-height: 1;
}

@keyframes whatsapp-float {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-5px);
  }
}

@media (max-width: 480px) {
  .floating-whatsapp {
    right: 12px;
    bottom: 18px;
    padding: 9px 10px 9px 14px;
    gap: 10px;
  }

  .floating-whatsapp-icon {
    width: 46px;
    height: 46px;
  }

  .floating-whatsapp-icon svg {
    width: 25px;
    height: 25px;
  }

  .floating-whatsapp-copy strong {
    font-size: 14px;
  }

  .floating-whatsapp-copy small {
    font-size: 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .floating-whatsapp {
    animation: none;
  }
}

.cookie-banner {
  position: fixed;
  left: 18px;
  bottom: 20px;
  z-index: 90;
  display: grid;
  width: min(432px, calc(100vw - 36px));
  gap: 18px;
  padding: 16px;
  border: 1px solid rgba(92, 12, 252, .12);
  border-radius: 8px;
  background: rgba(255, 255, 255, .98);
  box-shadow: 0 18px 50px rgba(16, 47, 82, .16);
  opacity: 0;
  transform: translateY(14px);
  transition: opacity .2s ease, transform .2s ease;
}

.cookie-banner.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.cookie-banner[hidden] {
  display: none;
}

.cookie-banner-content {
  display: grid;
  gap: 8px;
}

.cookie-eyebrow {
  margin: 0;
  color: #4b1bb1;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
  line-height: 1.2;
  text-transform: uppercase;
}

.cookie-banner strong {
  color: #1f2937;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.25;
}

.cookie-banner p {
  margin: 0;
  color: #4b5563;
  font-size: 15px;
  line-height: 1.45;
}

.cookie-banner a {
  color: #3f149d;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.cookie-banner-actions {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
}

.cookie-btn {
  min-width: 84px;
  border: 0;
  border-radius: 999px;
  padding: 12px 20px;
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}

.cookie-btn:hover {
  transform: translateY(-1px);
}

.cookie-btn-secondary {
  border: 1px solid #e5e7eb;
  background: #fff;
  color: #1f2937;
}

.cookie-btn-primary {
  background: #047a2f;
  color: #fff;
  box-shadow: 0 10px 20px rgba(4, 122, 47, .18);
}

.cookie-btn-primary:hover {
  background: #036928;
}

.privacy-content {
  color: #475569;
}

.privacy-content h2 {
  margin-top: 2.3rem;
  color: #102f52;
  font-size: 1.35rem;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: -.01em;
}

.privacy-content h2:first-child {
  margin-top: 0;
}

.privacy-content p {
  margin-top: 1rem;
  font-size: 1rem;
  line-height: 1.85;
}

.privacy-content ul {
  margin-top: 1rem;
  display: grid;
  gap: .65rem;
  padding-left: 1.25rem;
  list-style: disc;
}

.privacy-content li {
  padding-left: .2rem;
  line-height: 1.7;
}

.article-quote {
  margin: 2rem 0;
  border-left: 4px solid #1fa463;
  border-radius: 8px;
  background: #f8fbff;
  padding: 1.25rem 1.5rem;
  color: #334155;
  font-size: 1rem;
  line-height: 1.8;
  box-shadow: 0 10px 30px rgba(16, 47, 82, .06);
}

.article-quote strong {
  color: #102f52;
}

.comparison-table-wrap {
  margin-top: 1.5rem;
  overflow-x: auto;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(16, 47, 82, .06);
}

.comparison-table {
  width: 100%;
  min-width: 640px;
  border-collapse: collapse;
}

.comparison-table th {
  background: #eef7ff;
  color: #102f52;
  font-size: .85rem;
  font-weight: 800;
  padding: 1rem;
  text-align: left;
}

.comparison-table td {
  border-top: 1px solid #e2e8f0;
  color: #475569;
  font-size: .95rem;
  font-weight: 600;
  line-height: 1.55;
  padding: 1rem;
  vertical-align: top;
}

.comparison-table td:first-child {
  color: #102f52;
  font-weight: 800;
}

@media (max-width: 640px) {
  .cookie-banner {
    left: 12px;
    right: 12px;
    bottom: 12px;
    width: auto;
  }

  .cookie-banner-actions {
    justify-content: stretch;
  }

  .cookie-btn {
    flex: 1;
  }
}

/* Mobile article rendering */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

img,
svg,
video,
canvas {
  max-width: 100%;
}

main,
.article-hero {
  overflow-x: clip;
}

.article-hero .grid,
.section .grid,
.article-hero .grid > *,
.section .grid > *,
.article-content {
  min-width: 0;
}

.article-content {
  max-width: 100%;
  overflow-wrap: break-word;
}

.comparison-table-wrap {
  max-width: 100%;
  -webkit-overflow-scrolling: touch;
}

.article-visual {
  position: relative;
  width: 100%;
  max-width: 560px;
  min-width: 0;
  margin-inline: auto;
}

.article-visual-image {
  display: block;
  width: 100%;
  height: 420px;
  max-width: 100%;
  border-radius: 8px;
  object-fit: cover;
  box-shadow: 0 22px 65px rgba(16, 47, 82, .13);
}

.article-visual-card {
  position: absolute;
  right: 1.5rem;
  bottom: -1.5rem;
  width: min(20rem, calc(100% - 3rem));
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  background: #fff;
  padding: 1.25rem;
  box-shadow: 0 22px 65px rgba(16, 47, 82, .13);
}

@media (max-width: 767px) {
  .article-hero > .mx-auto,
  .section > .mx-auto {
    width: 100%;
    max-width: 100%;
    padding-inline: 1rem;
  }

  .article-hero > .mx-auto {
    gap: 2rem;
    padding-bottom: 3.5rem;
  }

  .section {
    padding-block: 3.25rem;
  }

  .article-hero h1 {
    font-size: clamp(2rem, 10vw, 2.65rem);
    line-height: 1.08;
  }

  .article-hero p,
  .article-content p,
  .article-content li,
  .article-content span,
  .faq-btn,
  .faq-panel {
    overflow-wrap: anywhere;
  }

  .article-hero .mt-8.grid {
    grid-template-columns: 1fr;
  }

  .article-visual {
    max-width: 100%;
    margin-top: .25rem;
    margin-bottom: 3.5rem;
  }

  .article-visual-image {
    height: auto;
    aspect-ratio: 16 / 10;
  }

  .article-visual-card {
    position: absolute;
    right: 1rem;
    bottom: -1.5rem;
    left: 1rem;
    width: auto;
    margin: 0;
    padding: 1rem;
  }

  .article-hero .relative {
    width: 100%;
    max-width: 100%;
    margin-top: .25rem;
    margin-bottom: 3.5rem;
  }

  .article-hero .relative > img {
    width: 100%;
    height: auto !important;
    aspect-ratio: 16 / 10;
    max-width: 100%;
    object-fit: cover;
  }

  .article-hero .relative > .absolute {
    position: absolute;
    right: 1rem;
    bottom: -1.5rem;
    left: 1rem;
    width: auto !important;
    margin: 0;
    padding: 1rem;
  }

  .article-lead {
    width: 100%;
    max-width: 100%;
    padding: 1.35rem;
  }

  .article-content {
    width: 100%;
    max-width: 100% !important;
    font-size: 1rem;
    line-height: 1.78;
  }

  .article-content h2 {
    margin-top: 2.35rem;
  }

  .article-check-grid,
  .price-grid,
  .region-grid,
  .decision-list,
  .operator-pills,
  .article-quote,
  .article-sidebar,
  .faq,
  .comparison-table-wrap {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .comparison-table-wrap {
    overflow-x: auto;
  }

  .comparison-table {
    min-width: 520px;
  }

  .article-check-grid > div,
  .price-card,
  .region-grid > div,
  .decision-list > div,
  .operator-pills span {
    min-width: 0;
    max-width: 100%;
  }

  .floating-whatsapp {
    right: 12px;
    bottom: 18px;
    max-width: calc(100vw - 24px);
  }
}
