@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@600;700;800&display=swap');

:root {
  --navy: #0b1733;
  --blue: #1769e0;
  --text: #13213d;
  --muted: #667085;
  --line: #e1e7f0;
  --bg: #f7f9fc;
  --green: #14875d;
  --shadow: 0 15px 45px rgba(22, 45, 85, .08)
}

* {
  box-sizing: border-box
}

html {
  scroll-behavior: smooth
}

body {
  margin: 0;
  font-family: "DM Sans", sans-serif;
  color: var(--text);
  background: #fff
}

button,
input,
select {
  font: inherit
}

button {
  cursor: pointer
}

a {
  text-decoration: none;
  color: inherit
}

.container {
  width: min(1180px, calc(100% - 40px));
  margin: auto
}

.hidden {
  display: none !important
}

.site-header {
  height: 72px;
  background: #fff;
  border-bottom: 1px solid #edf0f5;
  position: sticky;
  top: 0;
  z-index: 30
}

.nav {
  height: 100%;
  display: flex;
  align-items: center;
  gap: 30px
}

.brand {
  margin-right: auto
}

.brand img {
  width: 220px;
  max-width: 28vw;
  display: block
}

.nav nav {
  display: flex;
  align-items: center;
  gap: 27px;
  color: #59667b;
  font-size: 14px;
  font-weight: 600
}

.nav nav a:hover {
  color: var(--blue)
}

.nav-button {
  background: var(--blue);
  color: #fff;
  padding: 11px 18px;
  border-radius: 9px;
  font-size: 13px;
  font-weight: 700
}

.mobile-toggle {
  display: none;
  border: 0;
  background: none;
  font-size: 24px
}

.hero {
  padding: 78px 0 62px;
  background: linear-gradient(180deg, #fff, #fbfdff)
}

.hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 70px
}

.eyebrow {
  color: var(--blue);
  font-size: 11px;
  letter-spacing: .14em;
  font-weight: 800
}

.hero h1 {
  font-family: Manrope, sans-serif;
  font-size: 58px;
  line-height: 1.04;
  letter-spacing: -2.7px;
  margin: 15px 0 22px
}

.hero h1 span {
  color: var(--blue)
}

.hero-copy {
  color: #5f6c81;
  max-width: 590px;
  font-size: 18px;
  line-height: 1.7
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 22px;
  margin: 28px 0
}

.primary-btn,
.secondary-btn,
.link-btn,
.compare-btn {
  display: inline-block;
  border-radius: 9px;
  padding: 12px 18px;
  font-weight: 700;
  font-size: 13px
}

.primary-btn {
  border: 0;
  background: var(--blue);
  color: #fff;
  box-shadow: 0 8px 20px rgba(23, 105, 224, .18)
}

.primary-btn:hover {
  background: #0d5fd1
}

.secondary-btn,
.compare-btn {
  border: 1px solid #d7dfeb;
  background: #fff;
  color: #34425b
}

.secondary-btn:disabled {
  opacity: .45;
  cursor: not-allowed
}

.link-btn {
  border: 0;
  background: none;
  color: #315a93
}

.trust {
  display: flex;
  gap: 18px;
  color: #718096;
  font-size: 12px;
  flex-wrap: wrap
}

.hero-art {
  height: 400px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center
}

.orb {
  position: absolute;
  width: 370px;
  height: 370px;
  border-radius: 50%;
  background: radial-gradient(circle, #e7f0ff, rgba(255, 255, 255, 0) 70%)
}

.card-stack {
  width: 360px;
  height: 240px;
  position: relative;
  transform: rotate(-8deg)
}

.fake-card {
  position: absolute;
  width: 330px;
  height: 205px;
  border-radius: 18px;
  box-shadow: 0 24px 40px rgba(18, 42, 80, .17)
}

.fake-card.back {
  background: #c8d7e9;
  right: 0;
  top: 10px;
  transform: rotate(10deg)
}

.fake-card.mid {
  background: #275e9f;
  right: 15px;
  top: 4px;
  transform: rotate(5deg)
}

.fake-card.front {
  background: linear-gradient(135deg, #0c1e3a, #173f76);
  left: 10px;
  top: 24px;
  padding: 28px;
  color: #fff
}

.chip,
.mini-chip {
  display: block;
  width: 43px;
  height: 30px;
  border-radius: 7px;
  background: linear-gradient(135deg, #e6c267, #f4dc93)
}

.contactless {
  position: absolute;
  right: 25px;
  top: 28px;
  letter-spacing: -4px
}

.fake-card.front strong {
  position: absolute;
  left: 28px;
  bottom: 58px;
  font-size: 15px;
  letter-spacing: 1px
}

.fake-card.front small {
  position: absolute;
  left: 28px;
  bottom: 28px;
  font-size: 9px;
  letter-spacing: 1.4px
}

.fake-card.front b {
  position: absolute;
  right: 27px;
  bottom: 23px;
  font-size: 20px;
  font-style: italic
}

.pill {
  position: absolute;
  background: #fff;
  border: 1px solid #e1e6ef;
  border-radius: 9px;
  padding: 9px 13px;
  font-size: 12px;
  font-weight: 700;
  box-shadow: 0 10px 25px rgba(20, 45, 90, .1);
  z-index: 4
}

.pill.travel {
  top: 48px;
  right: 45px;
  color: #6d50cf
}

.pill.cash {
  bottom: 50px;
  left: 35px;
  color: #13865e
}

.pill.upi {
  top: 140px;
  right: -3px;
  color: #2166cf
}

.section {
  padding: 76px 0
}

.section-title {
  text-align: center;
  margin-bottom: 32px
}

.section-title.left {
  text-align: left
}

.section-title h2 {
  font-family: Manrope, sans-serif;
  font-size: 35px;
  letter-spacing: -1.2px;
  margin: 8px 0
}

.section-title p {
  color: var(--muted);
  line-height: 1.6
}

.requirements {
  background: #fff
}

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

.req-card {
  position: relative;
  text-align: left;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 13px;
  padding: 24px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 15px;
  transition: .2s
}

.req-card:hover,
.req-card.selected {
  border-color: #8fb9f3;
  box-shadow: var(--shadow);
  transform: translateY(-2px)
}

.req-check {
  position: absolute;
  right: 15px;
  top: 15px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 1px solid #cdd6e3;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 12px
}

.selected .req-check {
  background: var(--blue);
  border-color: var(--blue)
}

.req-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 19px
}

.req-icon.purple {
  background: #eee9ff;
  color: #7050d5
}

.req-icon.blue {
  background: #e9f2ff;
  color: #2170d8
}

.req-icon.green {
  background: #e8f7f0;
  color: #158a60
}

.req-icon.orange {
  background: #fff0df;
  color: #d47d14
}

.req-icon.red {
  background: #ffe8e8;
  color: #d04a4a
}

.req-icon.teal {
  background: #e3f7f6;
  color: #11837e
}

.req-copy b {
  display: block;
  font-size: 19px;
  margin: 2px 0 4px
}

.req-copy small {
  display: block;
  color: #7a8598;
  margin-bottom: 13px
}

.req-copy em {
  display: block;
  font-style: normal;
  color: #536078;
  font-size: 12px;
  margin: 7px 0
}

.finder-cta {
  text-align: center;
  margin-top: 25px
}

.survey-section {
  background: var(--bg)
}

.survey-wrap {
  max-width: 850px
}

.progress {
  height: 5px;
  background: #e3e8f0;
  max-width: 600px;
  margin: 22px auto 7px;
  border-radius: 99px;
  overflow: hidden
}

.progress span {
  height: 100%;
  display: block;
  background: var(--blue);
  transition: .25s
}

.progress-label {
  text-align: center;
  font-size: 11px;
  color: #8a94a4
}

.survey-card {
  margin-top: 22px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 15px;
  box-shadow: var(--shadow);
  padding: 38px
}

.survey-card h3 {
  text-align: center;
  font-family: Manrope, sans-serif;
  font-size: 28px;
  margin: 0 0 7px
}

.survey-card>p {
  text-align: center;
  color: var(--muted);
  margin-bottom: 28px
}

.survey-options {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px
}

.survey-choice {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 12px;
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 11px;
  padding: 16px;
  text-align: left
}

.survey-choice.selected {
  border-color: #8bb5ee;
  background: #f6faff
}

.survey-choice b,
.choice-row b {
  display: block
}

.survey-choice small,
.choice-row small {
  display: block;
  color: #7c8799;
  font-size: 11px;
  margin-top: 3px
}

.survey-choice i {
  width: 23px;
  height: 23px;
  border: 1px solid #cbd5e1;
  border-radius: 50%;
  font-style: normal;
  display: flex;
  align-items: center;
  justify-content: center
}

.survey-choice.selected i {
  background: var(--blue);
  border-color: var(--blue);
  color: #fff
}

.choice-list {
  display: grid;
  gap: 12px;
  max-width: 650px;
  margin: auto
}

.choice-row {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 12px;
  text-align: left;
  align-items: center;
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 11px;
  padding: 17px
}

.choice-row.selected {
  border-color: #8bb5ee;
  background: #f6faff
}

.radio {
  width: 21px;
  height: 21px;
  border: 1px solid #cbd5e1;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px
}

.choice-row.selected .radio {
  background: var(--blue);
  border-color: var(--blue);
  color: #fff
}

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

.spend-grid label>b {
  display: block;
  font-size: 13px;
  margin-bottom: 7px
}

.spend-grid label>div {
  display: flex;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden
}

.spend-grid label span {
  padding: 12px;
  background: #f7f9fc;
  color: #69758a
}

.spend-grid input {
  border: 0;
  outline: 0;
  width: 100%;
  padding: 12px
}

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

.review div {
  text-align: center;
  border: 1px solid var(--line);
  border-radius: 9px;
  padding: 20px
}

.review b {
  display: block;
  font-size: 19px
}

.review span {
  font-size: 11px;
  color: #7c8798
}

.small-note {
  text-align: center;
  margin-top: 22px !important;
  font-size: 12px
}

.survey-actions {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid var(--line);
  padding-top: 22px;
  margin-top: 30px
}

.results-section {
  background: #fff
}

.result-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin-bottom: 25px
}

.result-head h2 {
  font-family: Manrope, sans-serif;
  font-size: 38px;
  margin: 8px 0
}

.result-head p {
  color: var(--muted)
}

.best {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #cfe0f7;
  background: #f6faff;
  border-radius: 13px;
  padding: 22px 27px;
  margin-bottom: 22px
}

.best span {
  font-size: 10px;
  letter-spacing: .14em;
  color: var(--blue);
  font-weight: 800
}

.best h3 {
  font-size: 22px;
  margin: 5px 0
}

.best p {
  color: #68758a;
  margin: 0
}

.best>strong {
  font-family: Manrope;
  font-size: 42px;
  color: var(--blue);
  text-align: right
}

.best small {
  display: block;
  font-family: "DM Sans";
  font-size: 10px;
  color: #778397
}

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

.card-tile {
  border: 1px solid var(--line);
  border-radius: 13px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 7px 26px rgba(20, 45, 90, .05)
}

.visual {
  height: 170px;
  background: linear-gradient(135deg, var(--card), #0b1733);
  color: #fff;
  padding: 23px;
  position: relative
}

.visual>span:nth-child(2) {
  position: absolute;
  right: 20px;
  top: 21px;
  font-size: 10px;
  font-weight: 800
}

.visual .mini-chip {
  width: 38px;
  height: 27px
}

.visual strong {
  position: absolute;
  left: 23px;
  bottom: 46px;
  font-size: 12px;
  max-width: 200px
}

.visual small {
  position: absolute;
  left: 23px;
  bottom: 22px;
  font-size: 10px;
  letter-spacing: 1.2px
}

.tile-body {
  padding: 19px
}

.tile-top {
  display: flex;
  justify-content: space-between;
  gap: 10px
}

.issuer {
  color: #8791a2;
  font-size: 11px
}

.tile-body h3 {
  font-size: 17px;
  margin: 4px 0
}

.score {
  font-size: 10px;
  background: #e8f7f0;
  color: #14865c;
  padding: 5px 7px;
  border-radius: 6px;
  height: max-content;
  white-space: nowrap
}

.tile-body>p {
  font-size: 12px;
  line-height: 1.55;
  color: #69758a
}

.stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 12px 0;
  margin: 15px 0
}

.stats span {
  display: flex;
  flex-direction: column;
  gap: 3px
}

.stats span+span {
  border-left: 1px solid var(--line);
  padding-left: 10px
}

.stats b {
  font-size: 12px
}

.stats small {
  font-size: 9px;
  color: #8a94a4
}

.reasons {
  display: grid;
  gap: 5px;
  margin-bottom: 14px
}

.reasons span {
  font-size: 10px;
  color: #5c687b
}

.tile-actions {
  display: flex;
  gap: 7px
}

.tile-actions .secondary-btn,
.compare-btn {
  padding: 9px 11px;
  font-size: 11px
}

.compare-btn.active {
  background: #eef5ff;
  border-color: #b9d3fa;
  color: var(--blue)
}

.center-actions {
  text-align: center;
  margin-top: 25px
}

.disclaimer {
  text-align: center;
  color: #8a94a4;
  font-size: 11px;
  margin-top: 20px
}

.filters {
  display: flex;
  gap: 10px;
  margin-bottom: 25px
}

.search {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 9px;
  border: 1px solid var(--line);
  height: 46px;
  border-radius: 8px;
  padding: 0 13px
}

.search input {
  border: 0;
  outline: 0;
  width: 100%
}

.filters select {
  height: 46px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 0 13px;
  background: #fff;
  color: #45526a
}

.catalogue-actions {
  text-align: center;
  margin-top: 28px
}

.show-more-btn {
  min-width: 150px
}

.compare-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px
}

.clear-compare-btn {
  white-space: nowrap
}

.clear-compare-btn:disabled {
  opacity: .45;
  cursor: not-allowed
}

.empty,
.error {
  padding: 45px;
  text-align: center;
  border: 1px dashed #ccd6e3;
  border-radius: 12px;
  color: #778398
}

.compare-section {
  background: #f7f9fc
}

.table-wrap {
  overflow-x: auto;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px
}

.table-wrap table {
  border-collapse: collapse;
  width: 100%;
  min-width: 720px
}

.table-wrap th,
.table-wrap td {
  padding: 16px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  font-size: 12px;
  vertical-align: top
}

.table-wrap th {
  background: #f8fafc;
  position: relative;
  min-width: 190px
}

.table-wrap th:first-child {
  min-width: 120px
}

.table-wrap tr:last-child td {
  border: 0
}

.table-wrap td:first-child {
  font-weight: 700;
  color: #5e6b80
}

.table-card {
  display: block;
  width: 125px;
  height: 58px;
  border-radius: 8px;
  color: #fff;
  padding: 9px;
  font-size: 9px;
  margin-bottom: 8px
}

.remove {
  position: absolute;
  right: 7px;
  top: 7px;
  border: 0;
  background: #e9edf3;
  width: 22px;
  height: 22px;
  border-radius: 50%
}

.about {
  background: #fff
}

.about-box {
  max-width: 850px
}

.about-box h2 {
  font-family: Manrope;
  font-size: 38px;
  margin: 9px 0
}

.about-box>p {
  color: #657187;
  line-height: 1.7;
  font-size: 16px
}

.about-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin: 30px 0
}

.about-grid div {
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 18px
}

.about-grid b,
.about-grid span {
  display: block
}

.about-grid span {
  color: #718096;
  font-size: 12px;
  line-height: 1.5;
  margin-top: 7px
}

.warning {
  background: #fff8e8;
  border: 1px solid #efdca8;
  padding: 15px;
  border-radius: 10px;
  color: #6f654b;
  font-size: 12px;
  line-height: 1.6
}

.modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px
}

.modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(8, 18, 38, .55)
}

.modal-box {
  position: relative;
  background: #fff;
  border-radius: 15px;
  max-width: 720px;
  width: 100%;
  max-height: 90vh;
  overflow: auto;
  z-index: 2;
  padding: 25px
}

.modal-close {
  position: absolute;
  right: 15px;
  top: 15px;
  border: 0;
  background: #eef1f5;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  font-size: 20px
}

.modal-visual {
  height: 200px;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--card), #0b1733);
  color: #fff;
  padding: 25px;
  position: relative;
  margin-bottom: 20px
}

.modal-visual>span:nth-child(2) {
  position: absolute;
  right: 20px;
  top: 20px
}

.modal-visual>b {
  position: absolute;
  left: 25px;
  bottom: 45px
}

.modal-visual>small {
  position: absolute;
  left: 25px;
  bottom: 23px
}

.modal-card h2 {
  font-family: Manrope;
  font-size: 30px;
  margin: 6px 0
}

.modal-card>p {
  color: #69758a;
  line-height: 1.6
}

.modal-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  margin: 20px 0
}

.modal-stats span {
  background: #f7f9fc;
  padding: 12px;
  border-radius: 8px;
  font-size: 10px;
  color: #778397
}

.modal-stats b {
  display: block;
  color: var(--text);
  font-size: 13px;
  margin-bottom: 3px
}

.modal-card h4 {
  margin: 18px 0 10px
}

.modal-card ul {
  padding-left: 18px;
  color: #526078;
  font-size: 12px;
  line-height: 1.8
}

.proscons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px
}

.proscons>div {
  border: 1px solid var(--line);
  border-radius: 9px;
  padding: 13px
}

.proscons p {
  font-size: 11px;
  color: #657187
}

footer {
  background: #0b1733;
  color: #c7d1e2;
  padding: 45px 0 18px
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.3fr;
  gap: 30px
}

.footer-grid img {
  width: 150px;
  filter: brightness(0) invert(1) grayscale(1);
  opacity: .9
}

.footer-grid p {
  color: #93a0b6;
  font-size: 12px;
  line-height: 1.6
}

.footer-grid>b {
  display: block;
  color: #fff;
  margin-bottom: 12px
}

.footer-grid a {
  display: block;
  color: #aeb9cb;
  font-size: 12px;
  margin: 9px 0
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, .1);
  margin-top: 28px;
  padding-top: 15px;
  display: flex;
  justify-content: space-between;
  color: #8290a7;
  font-size: 10px
}

@media(max-width:900px) {
  .hero-grid {
    gap: 30px
  }

  .hero h1 {
    font-size: 46px
  }

  .card-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .requirement-grid {
    grid-template-columns: 1fr 1fr
  }

  .footer-grid {
    grid-template-columns: 1.5fr 1fr 1fr
  }
}

@media(max-width:720px) {
  .container {
    width: calc(100% - 28px)
  }

  .compare-heading {
    align-items: flex-start;
    flex-direction: column
  }

  .clear-compare-btn {
    width: 100%
  }

  .catalogue-actions {
    margin-top: 22px
  }

  .site-header {
    height: 65px
  }

  .brand img {
    width: 185px;
    max-width: 58vw
  }

  .mobile-toggle {
    display: block;
    margin-left: auto
  }

  .nav nav {
    display: none;
    position: absolute;
    top: 65px;
    left: 0;
    right: 0;
    background: #fff;
    padding: 12px 18px;
    flex-direction: column;
    align-items: stretch;
    border-bottom: 1px solid var(--line)
  }

  .nav nav.open {
    display: flex
  }

  .nav-button {
    display: none
  }

  .hero {
    padding: 48px 0
  }

  .hero-grid {
    grid-template-columns: 1fr
  }

  .hero h1 {
    font-size: 42px
  }

  .hero-copy {
    font-size: 16px
  }

  .hero-art {
    height: 300px
  }

  .card-stack {
    transform: scale(.78) rotate(-8deg)
  }

  .pill {
    display: none
  }

  .section {
    padding: 56px 0
  }

  .section-title h2 {
    font-size: 29px
  }

  .requirement-grid,
  .card-grid,
  .survey-options,
  .about-grid {
    grid-template-columns: 1fr
  }

  .result-head {
    align-items: flex-start;
    flex-direction: column
  }

  .result-head h2 {
    font-size: 32px
  }

  .best {
    padding: 19px
  }

  .best>strong {
    font-size: 35px
  }

  .spend-grid,
  .review {
    grid-template-columns: 1fr
  }

  .survey-card {
    padding: 23px
  }

  .filters {
    flex-direction: column
  }

  .modal-stats {
    grid-template-columns: 1fr 1fr
  }

  .proscons,
  .footer-grid {
    grid-template-columns: 1fr 1fr
  }

  .footer-bottom {
    flex-direction: column;
    gap: 7px
  }
}

@media(max-width:430px) {
  .hero-actions {
    align-items: flex-start;
    flex-direction: column
  }

  .trust {
    gap: 10px
  }

  .hero-art {
    height: 260px
  }

  .card-stack {
    transform: scale(.65) rotate(-8deg)
  }

  .footer-grid {
    grid-template-columns: 1fr
  }

  .survey-actions .primary-btn,
  .survey-actions .secondary-btn {
    padding: 11px 13px
  }
}

.hero-btn {
  text-decoration: none
}

.finder-page {
  background: #f7f9fc;
  min-height: calc(100vh - 72px)
}

.finder-requirements {
  background: transparent;
  padding: 0
}

.container-inner {
  width: 100%
}

.finder-requirements .requirement-grid {
  margin-top: 20px
}

.finder-requirements .finder-cta {
  margin-bottom: 5px
}


/* Shared footer on every Credora page */
.site-footer {
  background: #0b1733;
  color: #c7d1e2;
  padding: 48px 0 18px;
}

.site-footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.2fr;
  gap: 34px;
}

.footer-brand img {
  width: 155px;
  filter: brightness(0) invert(1) grayscale(1);
  opacity: .95;
}

.footer-brand p {
  color: #93a0b6;
  font-size: 12px;
  margin-top: 10px;
}

.footer-column h4 {
  color: #fff;
  font-size: 12px;
  margin: 0 0 13px;
}

.footer-column a,
.footer-column span,
.footer-column strong {
  display: block;
  color: #aeb9cb;
  font-size: 11px;
  margin: 9px 0;
}

.footer-column a:hover {
  color: #fff;
}

.footer-column strong {
  color: #fff;
  font-size: 13px;
  margin-bottom: 12px;
}

.profile-links {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.profile-links a {
  display: inline-block;
  margin: 0;
  padding: 7px 10px;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 7px;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, .1);
  margin-top: 30px;
  padding-top: 15px;
  display: flex;
  justify-content: space-between;
  gap: 15px;
  color: #8290a7;
  font-size: 9px;
}

@media(max-width:720px) {
  .site-footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 26px 20px;
  }

  .footer-brand {
    grid-column: 1/-1;
  }

  .footer-bottom {
    flex-direction: column;
  }
}

@media(max-width:430px) {
  .site-footer-grid {
    grid-template-columns: 1fr;
  }

  .footer-brand {
    grid-column: auto;
  }
}


/* Footer refinement */
.site-footer {
  padding: 42px 0 18px;
}

.site-footer-grid {
  grid-template-columns: 2.2fr 1fr 1.1fr 1.35fr;
  align-items: start;
}

.footer-brand img {
  width: 210px !important;
  height: auto;
  display: block;
  filter: brightness(0) invert(1) grayscale(1);
}

.footer-brand p {
  margin-top: 14px;
}

.footer-column {
  min-width: 0;
}

.footer-column a,
.footer-column span,
.footer-column strong {
  white-space: nowrap;
}

.footer-column .copyright {
  display: block;
  white-space: nowrap;
}

.footer-column h4 {
  margin-bottom: 15px;
}

.footer-bottom {
  align-items: center;
}

@media(max-width:720px) {
  .footer-brand img {
    width: 190px !important;
  }

  .site-footer-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media(max-width:430px) {
  .site-footer-grid {
    grid-template-columns: 1fr;
  }
}


/* FINAL SHARED FOOTER */
.site-footer {
  background: #081832;
  color: #b8c5d8;
  padding: 46px 0 18px;
  margin-top: 0;
}

.site-footer-main {
  display: grid;
  grid-template-columns: 2.4fr 1fr 1fr;
  gap: 70px;
  align-items: start;
}

.site-footer .footer-brand img {
  width: 205px !important;
  height: auto;
  display: block;
  filter: brightness(0) invert(1) grayscale(1);
}

.site-footer .footer-brand p {
  margin: 13px 0 0;
  color: #91a0b7;
  font-size: 12px;
}

.site-footer .footer-column h4 {
  margin: 0 0 15px;
  color: #fff;
  font-size: 13px;
}

.site-footer .footer-column a,
.site-footer .footer-column span {
  display: block;
  margin: 9px 0;
  color: #aab8cc;
  font-size: 11px;
  white-space: nowrap;
}

.site-footer .footer-column a:hover {
  color: #fff;
}

.site-footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, .11);
  margin-top: 38px;
  padding-top: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
}

.footer-copy {
  display: flex;
  align-items: center;
  gap: 18px;
  color: #8392aa;
  font-size: 10px;
}

.footer-created {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 15px;
  color: #9eacc0;
  font-size: 11px;
  white-space: nowrap;
}

.footer-created strong {
  color: #fff;
}

.profile-links {
  display: flex;
  align-items: center;
  gap: 8px;
}

.profile-links a {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  margin: 0 !important;
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 8px;
  color: #c3cfdf !important;
  font-size: 10px !important;
  text-decoration: none;
  background: rgba(255, 255, 255, .02);
}

.profile-links a:hover {
  border-color: rgba(255, 255, 255, .3);
  background: rgba(255, 255, 255, .06);
}

.footer-disclaimer {
  border-top: 1px solid rgba(255, 255, 255, .07);
  margin-top: 16px;
  padding-top: 13px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  color: #687991;
  font-size: 9px;
}

.footer-disclaimer span {
  white-space: nowrap;
}

/* Prevent nested year span from stacking vertically. */
.site-footer .footer-year {
  display: inline !important;
  margin: 0 !important;
  font-size: inherit !important;
  color: inherit !important;
  white-space: nowrap !important;
}

@media(max-width:720px) {
  .site-footer-main {
    grid-template-columns: 1fr 1fr;
    gap: 28px;
  }

  .site-footer .footer-brand {
    grid-column: 1/-1;
  }

  .site-footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-created {
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .footer-disclaimer {
    flex-direction: column;
    gap: 6px;
  }

  .footer-disclaimer span {
    white-space: normal;
  }
}

@media(max-width:430px) {
  .site-footer-main {
    grid-template-columns: 1fr;
  }

  .site-footer .footer-brand {
    grid-column: auto;
  }

  .footer-copy {
    flex-wrap: wrap;
  }
}


/* Compact footer — matching the requested design */
.site-footer {
  background: #fff;
  border-top: 1px solid #e5eaf0;
  padding: 25px 0;
  margin-top: 0;
  color: #708099;
}

.site-footer-inner {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 25px;
}

.footer-left,
.footer-center,
.footer-right {
  display: flex;
  align-items: center;
  min-width: 0;
}

.footer-left {
  justify-content: flex-start;
  gap: 12px;
}

.footer-name {
  color: #082448;
  font-size: 16px;
  font-weight: 800;
}

.footer-tagline {
  color: #8a98ab;
  font-size: 11px;
}

.footer-center {
  justify-content: center;
  gap: 12px;
  white-space: nowrap;
  font-size: 10px;
}

.footer-center a {
  color: #53667e;
}

.footer-sep {
  color: #c1c9d4;
}

.footer-right {
  justify-content: flex-end;
  gap: 15px;
  white-space: nowrap;
  font-size: 10px;
}

.footer-right strong {
  color: #102949;
}

.footer-right a {
  color: #172f4f;
  font-weight: 700;
}

.footer-right a:hover,
.footer-center a:hover {
  color: #0874df;
}

.site-footer .footer-year {
  display: inline !important;
  margin: 0 !important;
  font: inherit !important;
  color: inherit !important;
}

@media(max-width:850px) {
  .site-footer-inner {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 12px;
  }

  .footer-left,
  .footer-center,
  .footer-right {
    justify-content: center;
    flex-wrap: wrap;
  }
}






/* FINAL CREDORA HEADER LOGO */
.site-header {
  height: 100px;
  overflow: visible;
}

.site-header .brand {
  display: flex;
  align-items: center;
  height: 82px;
  flex-shrink: 0;
}

.site-header .brand img {
  width: 410px !important;
  max-width: none !important;
  height: auto !important;
  display: block;
  transform: translateY(5px);
}

@media(max-width:720px) {
  .site-header {
    height: 68px;
  }

  .site-header .brand {
    height: 68px;
  }

  .site-header .brand img {
    width: 285px !important;
    max-width: 68vw !important;
    transform: translateY(3px);
  }
}

/* Dedicated Browse + Compare pages */
.page-heading {
  margin-bottom: 36px
}

.page-heading h1 {
  font-family: Manrope, sans-serif;
  font-size: 46px;
  letter-spacing: -1.8px;
  margin: 8px 0
}

.page-heading p {
  max-width: 700px
}

.active-nav {
  color: var(--blue) !important
}

.browse-page,
.compare-page {
  min-height: calc(100vh - 72px)
}

.browse-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  margin: -5px 0 24px;
  color: #7b8799;
  font-size: 12px
}

.catalogue-actions {
  text-align: center;
  margin-top: 28px
}

.show-more-btn {
  min-width: 150px
}

.compare-page {
  background: #f7f9fc
}

.compare-page-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: -8px 0 28px
}

.compare-empty {
  background: #fff;
  border-style: solid
}

.compare-empty h3 {
  font-family: Manrope, sans-serif;
  font-size: 24px;
  margin: 0 0 7px
}

.compare-empty p {
  margin: 0 0 18px
}

@media(max-width:720px) {
  .page-heading h1 {
    font-size: 36px
  }

  .browse-info,
  .compare-page-actions {
    align-items: flex-start;
    flex-direction: column
  }

  .browse-info .secondary-btn,
  .compare-page-actions>* {
    width: 100%;
    text-align: center
  }
}

/* Compare card selector */
.compare-selector {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 15px;
  padding: 25px;
  margin-bottom: 30px;
  box-shadow: 0 7px 26px rgba(20, 45, 90, .04);
}

.selector-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 20px;
  margin-bottom: 20px;
}

.selector-heading h2 {
  font-family: Manrope, sans-serif;
  font-size: 28px;
  margin: 7px 0 5px;
}

.selector-heading p {
  color: var(--muted);
  margin: 0;
  font-size: 13px;
}

.compare-limit {
  background: #eef5ff;
  color: var(--blue);
  border: 1px solid #cfe0f7;
  border-radius: 8px;
  padding: 9px 12px;
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
}

.compare-filters {
  margin-bottom: 20px;
}

.compare-card-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  max-height: 620px;
  overflow-y: auto;
  padding: 2px;
}

.compare-select-card {
  border: 1px solid var(--line);
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  transition: .2s;
}

.compare-select-card:hover {
  border-color: #b9d3fa;
  box-shadow: 0 8px 25px rgba(20, 45, 90, .08);
  transform: translateY(-2px);
}

.compare-select-card.selected {
  border-color: #7fb0ed;
  box-shadow: 0 0 0 2px #e5f0ff;
}

.compare-select-visual {
  height: 105px;
  background: linear-gradient(135deg, var(--card), #0b1733);
  color: #fff;
  padding: 15px;
  position: relative;
}

.compare-select-visual .mini-chip {
  width: 31px;
  height: 22px;
}

.compare-select-visual>span:nth-child(2) {
  position: absolute;
  right: 13px;
  top: 13px;
  font-size: 9px;
  font-weight: 800;
}

.compare-select-visual strong {
  position: absolute;
  left: 15px;
  bottom: 15px;
  font-size: 12px;
  max-width: 190px;
}

.compare-select-body {
  padding: 14px;
}

.compare-select-body h3 {
  font-size: 15px;
  margin: 3px 0 0;
}

.compare-select-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  margin: 12px 0;
  padding: 9px 0;
}

.compare-select-stats span {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.compare-select-stats span+span {
  border-left: 1px solid var(--line);
  padding-left: 8px;
}

.compare-select-stats b {
  font-size: 11px
}

.compare-select-stats small {
  font-size: 8px;
  color: #8a94a4
}

.compare-select-btn {
  width: 100%;
  border: 1px solid #d7dfeb;
  background: #fff;
  color: #34425b;
  border-radius: 8px;
  padding: 9px 10px;
  font-size: 11px;
  font-weight: 700;
}

.compare-select-btn:hover:not(:disabled) {
  border-color: #8bb5ee;
  color: var(--blue);
}

.compare-select-btn.selected {
  background: #eef5ff;
  border-color: #b9d3fa;
  color: var(--blue);
}

.compare-select-btn:disabled {
  opacity: .5;
  cursor: not-allowed;
}

@media(max-width:900px) {
  .compare-card-list {
    grid-template-columns: repeat(2, 1fr)
  }
}

@media(max-width:720px) {
  .selector-heading {
    align-items: flex-start;
    flex-direction: column
  }

  .compare-limit {
    width: 100%;
    text-align: center
  }

  .compare-card-list {
    grid-template-columns: 1fr;
    max-height: none
  }

  .compare-selector {
    padding: 18px
  }
}