:root{
  --pink:#E92A80;
  --pink-600:#d61f93;
  --pink-100:#fde6f1;
  --bg:#ffffff;
  --bg-soft:#f5f6f8;
  --border:#e7e8ee;
  --text:#1f2430;
  --muted:#667085;
  --hero-title:#2f3a46;
  --hero-subtext:#4f5b68;
  --accent:#2f6f9f;
  --accent-strong:#245678;
  --accent-soft:#eaf2f8;
  --surface-soft:#f3f6fa;
  --shadow:0 10px 24px rgba(16,24,40,.08);
  --shadow-sm:0 6px 16px rgba(16,24,40,.08);
  --radius:14px;
  --container:1120px;
  --focus:0 0 0 4px rgba(233,42,128,.18);
}

/* CSS Phone Fallback - Displays if image fails to load */
.phone-mock {
  display: block;
  width: 100%;
  height: auto;
}
*{box-sizing:border-box}
html,body{height:100%}
body{
  margin:0;
  font-family:'Open Sans', ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  color:var(--text);
  background:var(--bg-soft);
  line-height:1.45;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Fira Sans', ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.2;
}

h1 { font-size: 35px; }
h2 { font-size: 28px; }
h3 { font-size: 22px; }
h4 { font-size: 18px; }
h5 { font-size: 16px; }
h6 { font-size: 14px; }
a{color:inherit;text-decoration:none}
.link-arrow{color:var(--pink);font-size:14px;font-weight:600;transition:gap .2s ease}
.link-arrow:hover{opacity:0.8}
img{max-width:100%;display:block}
.container{width:min(var(--container),calc(100% - 40px));margin-inline:auto}

/* Shared utilities for modular templates */
.brand-logo{
  height:30px;
  width:auto;
}
.mb-8{margin-bottom:8px}
.mt-10{margin-top:10px}
.mt-12{margin-top:12px}
.spacer-14{height:14px}
.meta-text{color:var(--muted);font-size:13px}

.field-label{font-weight:700;font-size:13px}
.field-select{width:100%}
.field-select--stacked{margin:6px 0 12px}
.field-hint{color:var(--muted);font-size:13px}

.form-actions-row{grid-column:1/-1;display:flex;gap:10px;flex-wrap:wrap;margin-top:6px}
.card-row-flex{flex:1}
.support-card{text-align:center}
.support-card__title{font-size:14px;margin:0}
.icon-pill--centered{margin:0 auto 10px}

.map-frame{border:0;width:100%;height:560px}
.map-attribution{position:absolute;bottom:14px;right:14px;background:rgba(255,255,255,0.95);padding:6px 10px;border-radius:8px;font-size:11px;color:var(--muted);box-shadow:var(--shadow-sm)}

.topup-methods-grid{max-width:100%}

/* Reusable component modifiers */
.pf-item__icon--service{width:92px;height:92px;margin:0}
.pf-wallet-actions{display:flex;align-items:center;justify-content:flex-end;gap:24px;margin-top:26px;max-width:1120px;margin-inline:auto}
.pf-card__pad-lg{padding:24px}

.pf-download__lead{
  margin:12px auto 0;
  max-width:720px;
  color:var(--muted);
  font-size:16px;
  line-height:1.6;
  text-align:center;
}

.pf-download__actions{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:14px;
  margin-top:20px;
}

.pf-store-badge{display:inline-flex;align-items:center;justify-content:center;border-radius:8px;overflow:hidden;transition:opacity .2s ease,transform .08s ease}
.pf-store-badge img{height:48px;width:auto;display:block}
.pf-store-badge:hover{opacity:.92}

.pf-download__btn{
  min-width:240px;
  font-size:15px;
  padding:13px 18px;
}

#services.pf-section {
  padding: 0;
}

.pf-banner--services {
  width: min(1240px, calc(100% - 48px));
  max-width: 1240px;
}

.pf-banner--services .pf-banner__item {
  font-size: 26px;
  font-weight: 400;
  padding: 0 42px;
  gap: 0;
}

.pf-banner--services .pf-item__icon--service {
  width: 102px;
  height: 102px;
}

.pf-banner--services .pf-banner__divider {
  height: 64px;
}

/* Header Navigation */
.site-header{
  position:relative;
  z-index:100;
  background:rgba(255,255,255,.25);
  backdrop-filter:blur(8px);
  border-bottom:none;
  padding: 10px 0;
}
.nav{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:6px 0}
.brand{display:flex;align-items:center;gap:12px;min-width:180px}
.brand img{height:34px;width:auto}
.wordmark{font-size:24px;font-weight:800;color:var(--pink);letter-spacing:-0.02em}
.nav-links{display:flex;align-items:center;justify-content:center;flex:1;gap:24px;font-size:16px;color:#586071;font-weight:500;font-family:'Open Sans',ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}
.nav-links a{padding:8px 10px;border-radius:4px;transition: all 0.2s ease}
.nav-links a:hover{background:rgba(255,255,255,.25)}
.nav-actions{display:flex;align-items:center;gap:10px;margin-left:auto}

/* Buttons */
.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:10px 16px;border-radius:3px;border:none;font-weight:700;font-size:14px;cursor:pointer;transition:transform .08s ease,box-shadow .18s ease,background .18s ease,border-color .18s ease;white-space:nowrap}
.btn:focus{outline:none;box-shadow:var(--focus)}
.btn-primary{background:#E92A80;color:#fff;border:none}
.btn-primary:hover{background:#d61e93}
.btn-secondary{background:#fff;color:#333;border:1px solid #ddd;font-weight:600}
.btn-secondary:hover{background:#f5f5f5}
.btn-ghost{background:#fff;border:1px solid var(--border);color:#111827}
.btn-ghost:hover{border-color:#d6d8e0;box-shadow:var(--shadow-sm)}
.btn-link{background:none;border:none;color:#E92A80;font-weight:600}
.btn-link:hover{opacity:0.8}

/* Download App button in header */
.nav-actions .btn {
  padding: 9px 16px;
  font-size: 13px;
}

/* Hero Section - Full width with background image and overlay header */
.hero {
  position: relative;
  background-image: url("../assets/banner-curacao-bridge.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  min-height: 520px;
  display: flex;
  flex-direction: column;
  width: 100%;
}

/* Reduce hero height on subpages (without phone mock) */
.hero:has(.hero-content:not(:has(.hero-grid))) {
  min-height: 330px;
  overflow: hidden;
}

/* Background layer with subtle filter */
.hero-bg {
  position: absolute;
  inset: 0;
  background-image: url("../assets/banner-curacao-bridge.jpg");
  background-size: cover;
  background-position: center;
  filter: saturate(1.05) contrast(1.02);
  z-index: 0;
}

/* Header stays on top of background */
.hero .site-header {
  position: relative;
  z-index: 10;
  flex-shrink: 0;
}

/* Hero content area */
.hero-content {
  position: relative;
  z-index: 5;
  flex: 1;
  display: flex;
  align-items: flex-end;
  padding-bottom: 0;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
}

/* Hero container */
.hero-grid {
  width: 100%;
  height: 520px;
  position: relative;
  overflow: hidden;
}

.hero-overlay-box {
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0.78) 0%,
    rgba(255, 255, 255, 0.72) 22%,
    rgba(255, 255, 255, 0.66) 42%,
    rgba(255, 255, 255, 0.60) 62%,
    rgba(255, 255, 255, 0.66) 78%,
    rgba(255, 255, 255, 0.72) 92%,
    rgba(255, 255, 255, 0.78) 100%
  );
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 44%;
  z-index: 1;
  pointer-events: none;
}

.hero-text-content {
  position: absolute;
  top: 77%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  z-index: 3;
  pointer-events: auto;
  max-width: 760px;
  width: 100%;
  padding: 0 20px;
}

/* Hero centered layout for subpages (without phone mock) */
.hero-content:not(:has(.hero-grid)) {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 240px;
  padding: 36px 20px;
}

.hero-content:not(:has(.hero-grid)) .hero-text-content {
  position: static;
  transform: none;
  top: auto;
  left: auto;
}

.hero h1 {
  margin: 0 0 16px;
  font-size: clamp(32px, 5vw, 46px);
  letter-spacing: -0.02em;
  color: var(--hero-title);
  font-weight: 600;
  line-height: 1.15;
  text-shadow: none;
}

.hero p {
  margin: 0 0 32px;
  color: var(--hero-subtext);
  font-size: 17px;
  line-height: 1.5;
  max-width: 500px;
  text-shadow: none;
}

.hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.hero-cta .btn {
  font-size: 16px;
  padding: 15px 30px;
  font-weight: 600;
}

/* Phone mock positioned on the right */
.phone-mock {
  position: absolute;
  right: 72px;
  bottom: 0;
  width: 248px;
  height: auto;
  z-index: 2;
  filter: drop-shadow(0 24px 48px rgba(0, 0, 0, 0.25));
}

.hero--home .phone-mock {
  display: none;
}

.hero--locations,
.hero--topup {
  min-height: 330px;
  overflow: hidden;
}

.hero--locations .hero-grid,
.hero--topup .hero-grid {
  height: 330px;
}

/* Tablet: 768px - 1199px */
@media (min-width: 768px) and (max-width: 1199px) {
  .hero {
    min-height: 450px;
  }
  
  .hero-grid {
    grid-template-columns: 1fr 0.6fr;
  }
  
  .hero-text-content {
    padding: 40px 32px;
  }
  
  .hero h1 {
    font-size: 30px;
  }
  
  .phone-mock {
    width: 230px;
  }
}

/* Mobile: ≤ 767px */
@media (max-width: 767px) {
  .hero {
    min-height: 620px;
    background-attachment: scroll;
  }
  
  .hero-grid {
    grid-template-columns: 1fr;
    gap: 0;
    align-items: center;
  }
  
  .hero-left {
    order: 2;
    margin-left: -24px;
    margin-right: -24px;
  }
  
  .hero-right {
    order: 1;
    justify-content: center;
    margin-bottom: 0;
    margin-top: 20px;
  }
  
  .hero-overlay-box {
    background: linear-gradient(
      to bottom,
      rgba(255, 255, 255, 0.82) 0%,
      rgba(255, 255, 255, 0.68) 50%,
      rgba(255, 255, 255, 0.82) 100%
    );
  }
  
  .hero-text-content {
    padding: 28px;
  }
  
  .hero h1 {
    font-size: 26px;
    margin-bottom: 10px;
  }
  
  .hero p {
    font-size: 15px;
    margin-bottom: 22px;
    max-width: 100%;
  }
  
  .hero-cta {
    flex-direction: column;
    gap: 12px;
  }
  
  .hero-cta .btn {
    width: 100%;
    padding: 12px 16px;
  }
  
  .phone-mock {
    width: 160px;
    max-width: 100%;
    margin-right: 0;
  }
}

.section{padding:32px 0}
.section-title{display:flex;align-items:center;justify-content:center;gap:14px;margin-bottom:18px;text-align:center}
.section-title > div{max-width:760px;margin-inline:auto}
.section-title h2{margin:0;font-size:42px;letter-spacing:-0.02em;font-weight:400;font-family:'Fira Sans',sans-serif;color:var(--text)}
.section-title p{margin:0;font-size:13px;color:var(--muted)}

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

.grid-1.topup-methods-grid{grid-template-columns:repeat(3,minmax(0,1fr));align-items:stretch}
.topup-methods-grid .card{height:100%}

.card{background:#fff;border:1px solid #e5e7eb;border-radius:10px;box-shadow:0 1px 3px rgba(0,0,0,0.05);overflow:hidden;transition:box-shadow 0.2s ease}
.card:hover{box-shadow:0 4px 12px rgba(0,0,0,0.08)}
.card-body{padding:18px}
.card h3{margin:0 0 6px;font-size:15px;letter-spacing:-0.01em;font-weight:600;color:var(--text);font-family:'Fira Sans',sans-serif}
.card p{margin:0;color:var(--muted);font-size:13px;line-height:1.5}

.pf-help-icon{width:32px;height:32px;display:block;margin:0 auto 10px;opacity:.9}

.card-row{display:flex;gap:14px;align-items:flex-start}
.card-row-col{display:flex;flex-direction:column;gap:4px;flex:1}
.card-actions{display:flex;gap:12px;flex-wrap:wrap;align-items:center}
.card-actions > span{color:var(--muted);font-size:12px;flex-shrink:0}

.pf-view-details {
  padding: 8px 16px;
  border: 1px solid var(--pink);
  border-radius: 4px;
  background: var(--pink);
  color: #ffffff;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  font-family: 'Fira Sans', sans-serif;
  cursor: pointer;
  transition: all 0.2s ease;
}

.pf-view-details:hover {
  background: var(--pink-600);
  color: #ffffff;
  border-color: var(--pink-600);
}

@media (max-width: 640px) {
  .pf-view-details {
    width: 100%;
    text-align: center;
  }

  .pf-download__btn {
    width: 100%;
    min-width: 0;
  }
}

.input,select{width:100%;padding:12px;border-radius:4px;border:1px solid #e5e7eb;background:#fff;font-size:13px;outline:none;transition:box-shadow .18s ease,border-color .18s ease;font-family:inherit}
.input:focus,select:focus{border-color:var(--pink);box-shadow:0 0 0 3px rgba(233, 42, 128, 0.1)}
.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;width:100%}
.amount-row{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}
.amount{border:1px solid #e5e7eb;background:#fff;padding:12px 10px;border-radius:4px;font-weight:700;cursor:pointer;text-align:center;color:var(--pink);font-size:13px;transition: all 0.2s ease}
.amount:hover{border-color:var(--pink);background:#fdf9fc}
.amount.is-active{border-color:var(--pink);background:var(--pink-100)}

.map-shell{display:grid;grid-template-columns:320px 1fr;gap:16px;align-items:start}
.filters{position:sticky;top:92px;border-radius:10px}
.map{position:relative;min-height:560px;background:#e9edf5;border:1px solid #e5e7eb;border-radius:10px;overflow:hidden;box-shadow:0 1px 3px rgba(0,0,0,0.05)}
.map iframe{width:100%;height:560px;border:0}

.footer{border-top:none;background:#3f465a;padding:22px 0 10px;margin-top:20px;color:#fff}
.footer-grid{display:grid;grid-template-columns:1.15fr 1fr 1fr;gap:14px;align-items:start}
.footer-logo{height:36px;width:auto;filter:brightness(0) invert(1)}
.footer h3{margin:0 0 6px;font-size:22px;font-weight:700;font-family:'Fira Sans',sans-serif;color:#fff;line-height:1.2;letter-spacing:-0.01em}
.footer-brand p,.footer-contact p{margin:0 0 3px;font-size:15px;line-height:1.35;color:rgba(255,255,255,.92);font-weight:600}
.footer-email{display:inline-block;margin-top:0;font-size:15px;line-height:1.35;color:rgba(255,255,255,.92);font-weight:600;text-decoration:none}
.footer-email:hover{text-decoration:underline}
.footer-contact-line{display:flex;align-items:center;gap:6px}
.footer-contact-line img{width:16px;height:16px;display:block}
.footer-contact-line a{color:rgba(255,255,255,.95);text-decoration:none}
.footer-contact-line a:hover{text-decoration:underline}
.footer-social-links{display:flex;gap:8px}
.footer-social-link{width:38px;height:38px;border:none;border-radius:8px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:18px;font-weight:700;line-height:1;transition:background .2s ease,transform .08s ease}
.footer-social-link:hover{background:rgba(255,255,255,.12)}
.footer-social-link img{width:19px;height:19px;display:block}
.footer-social-link:focus-visible,.pf-store-badge:focus-visible,.footer-legal a:focus-visible{outline:none;box-shadow:0 0 0 3px rgba(255,255,255,.25)}
.footer-legal{display:flex;justify-content:center;gap:14px;margin-top:12px;padding-top:8px;border-top:1px solid rgba(255,255,255,.22)}
.footer-legal a{color:#fff;text-decoration:underline;font-size:14px;line-height:1.3}
.footer-legal a:hover{opacity:.86}

.badge{display:inline-block;background:var(--pink);color:#fff;padding:4px 10px;border-radius:4px;font-size:11px;font-weight:600;margin-bottom:12px}

/* Extended Responsive Breakpoints for other sections */

/* Tablet: 768px - 1199px */
@media (min-width: 768px) and (max-width: 1199px) {
  .footer-grid {
    grid-template-columns: 1.05fr .9fr 1.25fr;
    gap: 12px;
  }

  .grid-4 {
    grid-template-columns: repeat(2, 1fr);
  }
  .amount-row {
    grid-template-columns: repeat(3, 1fr);
  }
  .map-shell {
    grid-template-columns: 1fr;
  }
}

/* Mobile: ≤ 767px */
@media (max-width: 767px) {
  .grid-1.topup-methods-grid {
    grid-template-columns: 1fr;
  }
  .map-shell {
    grid-template-columns: 1fr;
  }
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .footer-legal {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
  .filters {
    position: static;
    border-radius: var(--radius);
    margin-bottom: 14px;
  }
  .grid-3 {
    grid-template-columns: 1fr;
  }
  .grid-2 {
    grid-template-columns: 1fr;
  }
  .grid-4 {
    grid-template-columns: 1fr;
  }
  .form-grid {
    grid-template-columns: 1fr;
  }
  .amount-row {
    grid-template-columns: repeat(2, 1fr);
  }
  .nav-links {
    display: none;
  }
  .container {
    width: min(100% - 20px, 100%);
  }
}

/* Extra small: < 480px */
@media (max-width: 479px) {
  .section {
    padding: 18px 0;
  }
  .card-body {
    padding: 12px;
  }
  .amount-row {
    grid-template-columns: 1fr;
  }
  .section-title {
    flex-direction: column;
    align-items: center;
  }
  .nav {
    padding: 4px 0;
  }
}

/* ========================================
   STANDARDIZED COMPONENT SYSTEM
   Unified, reusable container styling
   ======================================== */

/* SECTION CONTAINERS - Full width sections with consistent padding & backgrounds */
.pf-section {
  width: 100%;
  padding: 40px 0;
  background: var(--bg-soft);
}

.pf-section--white {
  background: var(--bg);
}

.pf-section--light {
  background: var(--surface-soft);
}

#faq.pf-section {
  background: var(--bg)
}

.pf-section__inner {
  width: min(var(--container), calc(100% - 40px));
  margin-inline: auto;
}

.pf-section__header {
  margin-bottom: 32px;
  text-align: center;
}

.pf-section__title {  
  font-size: 42px;
  font-weight: 400;
  font-family: 'Fira Sans', sans-serif;
  color: var(--text);
}

/* CARD COMPONENTS - Unified card system with variants */
.pf-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  transition: all 0.2s ease;
  text-decoration: none;
  color: inherit;
}

.pf-card:hover {
  box-shadow: none;
  border-color: #b9cde0;
  transform: none;
}

.pf-card--icon {
  align-items: center;
  text-align: center;
  padding: 18px;
  gap: 12px;
}

.pf-card--icon:hover {
  background: #f8fbfe;
}

.pf-card--horizontal {
  flex-direction: row;
  align-items: center;
  padding: 24px;
  gap: 18px;
}

.pf-card__icon {
  width: 56px;
  height: 56px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 28px;
  font-weight: 600;
  color: var(--accent);
  background: transparent;
  border: none;
  border-radius: 0;
}

.pf-card__icon--large {
  width: 64px;
  height: 64px;
  font-size: 36px;
}

.pf-card__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.pf-card__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.pf-card__title {
  margin: 0;
  font-size: 15px;
  font-weight: 600;
  color: var(--text);
  font-family: 'Fira Sans', sans-serif;
}

.pf-card__description {
  margin: 0;
  font-size: 14px;
  color: var(--muted);
  line-height: 1.5;
}

.pf-card__actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 8px;
}

/* GRID LAYOUTS - Standardized responsive grids */
.pf-grid {
  display: grid;
  gap: 24px;
  width: 100%;
}

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

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

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

.pf-grid--auto {
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.pf-grid--constrained {
  max-width: 780px;
  margin-inline: auto;
}

/* ITEM/ACTION COMPONENTS - For horizontal and vertical layouts */
.pf-item {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 24px 32px;
  flex: 1;
}

.pf-item--vertical {
  flex-direction: column;
  text-align: center;
  gap: 12px;
}

.pf-item__icon {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 48px;
}

.pf-item__icon--small {
  width: 40px;
  height: 40px;
  font-size: 20px;
}

.pf-item__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.pf-item__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.pf-item__title {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  color: var(--text);
  font-family: 'Fira Sans', sans-serif;
}

.pf-item__description {
  margin: 0;
  font-size: 14px;
  color: var(--muted);
  line-height: 1.5;
}

/* BANNER COMPONENTS - Action banners (horizontal and vertical) */
.pf-banner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding: 0;
}

.pf-banner--vertical {
  flex-direction: column;
}

.pf-banner--steps {
  max-width: 1060px;
}

.pf-banner__item {
  display: inline-flex;
  align-items: center;
  gap: 24px;
  padding: 28px 38px;
  flex: 1;
  color: #23324a;
  white-space: nowrap;
  transition: all 0.2s ease;
  font-size: 19px;
  font-weight: 600;
  font-family: 'Fira Sans', Arial, Helvetica, sans-serif;
  text-decoration: none;
}

.pf-banner__item:hover {
  color: #1f6fd1;
}

.pf-banner--vertical .pf-banner__item {
  flex-direction: column;
  text-align: center;
  white-space: normal;
  gap: 12px;
}

.pf-banner__divider {
  width: 2px;
  height: 44px;
  background: var(--border);
  flex-shrink: 0;
  margin: 0 16px;
}

.pf-banner--vertical .pf-banner__divider {
  width: 56px;
  height: 2px;
  margin: 16px 0;
}

.pf-item--step {
  padding: 16px 24px;
  max-width: 320px;
}

.pf-item__icon--step {
  width: 46px;
  height: 46px;
  padding: 0;
  border-radius: 0;
  background: transparent;
  border: none;
}

.pf-item--step .pf-item__title {
  font-size: 17px;
  color: #24313f;
}

.pf-item--step .pf-item__description {
  font-size: 13px;
  max-width: 260px;
  color: #5f6d7c;
}

.footer-prelude {
  background: var(--bg);
  padding: 10px 0 4px;
}

.footer-prelude__dots {
  display: flex;
  justify-content: center;
  gap: 8px;
}

.footer-prelude__dots span {
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: #d0d5dd;
}

.footer-prelude__dots .is-active {
  background: var(--accent);
}

/* RESPONSIVE ADJUSTMENTS for standardized components */
@media (max-width: 1024px) {
  .pf-grid--4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  
  .pf-grid--3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .pf-section {
    padding: 32px 0;
  }
  
  .pf-section__inner {
    width: min(100% - 20px, 100%);
  }
  
  .pf-grid--2,
  .pf-grid--3,
  .pf-grid--4 {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  
  .pf-item {
    padding: 16px 20px;
    gap: 12px;
  }
  
  .pf-item__icon {
    width: 56px;
    height: 56px;
    font-size: 32px;
  }
  
  .pf-item--vertical .pf-item__icon {
    width: 40px;
    height: 40px;
    font-size: 24px;
  }
  
  .pf-card--icon {
    padding: 20px;
  }
  
  .pf-card--horizontal {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  
  .pf-banner {
    flex-direction: column;
    padding: 0 10px;
  }

  .pf-banner--steps {
    flex-direction: column;
  }

  .pf-banner--services {
    width: min(100% - 20px, 100%);
    max-width: 100%;
  }

  .pf-banner--services .pf-banner__item {
    font-size: 16px;
    padding: 18px 16px;
    gap: 12px;
  }

  .pf-banner--services .pf-item__icon--service {
    width: 72px;
    height: 72px;
  }
  
  .pf-banner__item {
    padding: 16px 14px;
    font-size: 14px;
    gap: 10px;
  }
  
  .pf-banner--vertical .pf-banner__item {
    padding: 16px 14px;
  }
  
  .pf-banner__divider {
    width: 40px;
    height: 2px;
    margin: 12px 0;
  }

  .pf-wallet-actions {
    flex-direction: column;
    justify-content: center;
    margin-top: 20px;
  }
  
  .pf-section__title,
  .section-title h2 {
    font-size: 22px;
  }
  
  .pf-section__subtitle {
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .pf-item__icon {
    width: 40px;
    height: 40px;
    font-size: 24px;
  }
  
  .pf-item__title {
    font-size: 16px;
  }
  
  .pf-card__title {
    font-size: 14px;
  }
  
  .pf-section__title,
  .section-title h2 {
    font-size: 20px;
  }
}
