/* FIUZ.UZ 0.12.3 — design-system refinement.
   Visual/layout layer only. Schema and business logic remain unchanged. */
:root{
  --v14-bg:#f5f7f9;
  --v14-surface:#ffffff;
  --v14-surface-soft:#f8fafb;
  --v14-surface-green:#edf7f2;
  --v14-ink:#10243f;
  --v14-ink-soft:#3d5067;
  --v14-muted:#6b7c8f;
  --v14-line:#dce5eb;
  --v14-line-strong:#cbd8e1;
  --v14-green:#208d63;
  --v14-green-dark:#176c4d;
  --v14-green-light:#e7f5ee;
  --v14-danger:#c53f39;
  --v14-radius-sm:12px;
  --v14-radius:16px;
  --v14-radius-lg:24px;
  --v14-shadow-xs:0 2px 9px rgba(16,36,63,.04);
  --v14-shadow-sm:0 12px 30px rgba(16,36,63,.065);
  --v14-shadow-lg:0 24px 64px rgba(16,36,63,.11);
  --v14-header:76px;
  --v14-container:1360px;
}

html{scroll-padding-top:calc(var(--v14-header) + 18px)}
body{background:var(--v14-bg)!important;color:var(--v14-ink)!important;font-family:"Manrope","Noto Sans SC",system-ui,-apple-system,"Segoe UI",sans-serif!important;font-weight:500;letter-spacing:-.008em}
body::selection{background:#ccebdd;color:var(--v14-ink)}
main{min-width:0;overflow:clip}
.container{width:min(var(--v14-container),calc(100% - 40px))!important}
h1,h2,h3,h4{color:var(--v14-ink)!important;letter-spacing:-.038em;overflow-wrap:anywhere}
h1{font-weight:780} h2,h3{font-weight:740}
p{color:var(--v14-muted)}
.ui-icon{display:inline-block;width:20px;height:20px;flex:0 0 auto;vertical-align:middle;stroke:currentColor;fill:none}
.ui-icon-sm{width:16px;height:16px}.ui-icon-xs{width:13px;height:13px}

/* Header and global navigation */
.site-header{height:var(--v14-header)!important;background:rgba(255,255,255,.975)!important;border-bottom:1px solid rgba(203,216,225,.88)!important;box-shadow:0 5px 22px rgba(16,36,63,.05)!important}
.header-shell{width:min(var(--v14-container),calc(100% - 32px))!important;height:var(--v14-header)!important;min-height:var(--v14-header)!important;grid-template-columns:196px minmax(0,1fr) auto auto!important;gap:12px!important}
.fiuz-logo-link{width:196px;min-width:0;display:flex!important;align-items:center}
.fiuz-logo-wordmark{display:block!important;width:196px!important;height:auto!important;max-height:45px!important;object-fit:contain}
.main-nav{height:var(--v14-header)!important;gap:1px!important;justify-content:center!important}
.main-nav>a,.nav-more>summary{height:var(--v14-header)!important;min-height:var(--v14-header)!important;padding:0 9px!important;font-size:12.5px!important;font-weight:690!important;color:#44566d!important;letter-spacing:-.014em!important}
.main-nav>a::after,.nav-more>summary::after{left:9px!important;right:9px!important;height:3px!important}
.nav-more{height:var(--v14-header)!important}
.nav-chevron{width:13px;height:13px;margin-left:5px;transition:transform .16s ease}
.nav-more[open] .nav-chevron{transform:rotate(180deg)}
.nav-more-popover{top:calc(var(--v14-header) - 7px)!important;width:276px!important;padding:8px!important;border-radius:16px!important;border:1px solid var(--v14-line)!important;box-shadow:var(--v14-shadow-lg)!important}
.nav-products-popover{width:330px!important;grid-template-columns:1fr!important}
.nav-more-popover a{display:flex!important;align-items:center!important;gap:11px!important;min-height:46px!important;padding:9px 11px!important;border-radius:11px!important;color:var(--v14-ink-soft)!important}
.nav-more-popover a .ui-icon{width:19px;height:19px;color:var(--v14-green);padding:0}
.nav-more-popover a span{min-width:0;display:block}.nav-more-popover a b,.nav-more-popover a small{display:block}.nav-more-popover a b{font-size:12px}.nav-more-popover a small{margin-top:2px;font-size:9.5px;color:var(--v14-muted);font-weight:540}
.nav-more-popover a:hover{background:var(--v14-green-light)!important;color:var(--v14-green-dark)!important}
.header-actions{gap:6px!important}
.header-search-button,.locale-menu>summary,.header-actions .icon-btn,.nav-toggle{height:42px!important;min-height:42px!important;border-radius:12px!important;border:1px solid var(--v14-line)!important;background:#fff!important;box-shadow:none!important;color:#41546a!important}
.header-search-button{padding:0 10px!important;gap:7px!important}.header-search-button b{font-size:11.5px!important}.header-search-button kbd{font-size:8.5px!important;background:#f3f6f8!important;border-color:var(--v14-line)!important}
.locale-menu>summary{padding:0 10px!important}.locale-menu-popover{top:48px!important;border-radius:14px!important;box-shadow:var(--v14-shadow-lg)!important}
.header-actions .icon-btn{width:42px!important}.header-actions .icon-btn .ui-icon{width:19px;height:19px}
.account-initial,.account-avatar{width:26px;height:26px;border-radius:9px;background:var(--v14-green-light);color:var(--v14-green-dark);display:grid;place-items:center;font-size:11px;font-weight:800}
.header-cta{height:42px!important;min-height:42px!important;padding:0 15px!important;border-radius:12px!important;font-size:11.5px!important;gap:7px!important}
.nav-toggle{width:42px!important;padding:0!important}

/* Global section rhythm and surfaces */
main>.container:first-child{margin-top:20px}
.card,.filter-card,.admin-card,.auth-card{border:1px solid var(--v14-line)!important;background:#fff!important;border-radius:var(--v14-radius)!important;box-shadow:var(--v14-shadow-xs)!important}
.section-head{align-items:flex-end!important;margin-bottom:18px!important}.section-head>div{min-width:0}.section-head h1,.section-head h2{margin:6px 0 5px!important}.section-head h2{font-size:clamp(1.45rem,2.2vw,2rem)!important}.section-head p{max-width:760px;margin:0!important;font-size:.92rem!important;line-height:1.6!important}.section-head>a{font-size:12px;font-weight:750;color:var(--v14-green-dark)}
.section-kicker,.eyebrow{min-height:24px!important;padding:4px 9px!important;background:var(--v14-green-light)!important;color:var(--v14-green-dark)!important;border:0!important;font-size:9.5px!important;letter-spacing:.075em!important}
.btn{min-height:43px!important;padding-inline:16px!important;border-radius:11px!important;font-size:12px!important;font-weight:740!important;box-shadow:none!important}.btn .ui-icon{width:16px;height:16px}.btn:hover{transform:none!important}.btn.ghost{border-color:var(--v14-line-strong)!important}
.icon-btn{display:inline-grid;place-items:center;border:1px solid var(--v14-line);background:#fff;color:var(--v14-ink-soft)}
input,select,textarea{min-height:44px!important;padding:10px 12px!important;border:1px solid var(--v14-line-strong)!important;border-radius:11px!important;background:#fff!important;color:var(--v14-ink)!important;font-size:13px!important}
textarea{min-height:110px!important;resize:vertical}
input::placeholder,textarea::placeholder{color:#93a1b0}

/* Home */
.home-hero-v7{grid-template-columns:minmax(0,1.05fr) minmax(430px,.85fr)!important;gap:16px!important;margin-top:22px!important}
.home-hero-copy-v7{min-height:420px!important;padding:42px!important;border-radius:24px!important;justify-content:center!important}
.home-hero-copy-v7 h1{font-size:clamp(2.55rem,4.1vw,4.25rem)!important;line-height:1.025!important;margin:16px 0 15px!important;max-width:820px!important}
.home-hero-copy-v7>p{font-size:15px!important;line-height:1.7!important;max-width:730px!important}
.hero-status{font-size:10.5px!important}.hero-actions-v7{margin-top:18px!important}.hero-proof-v7{margin-top:25px!important;padding-top:20px!important;gap:22px!important}.hero-proof-v7 span{font-size:10px!important}.hero-proof-v7 b{font-size:18px!important}
.home-decision-console{padding:24px!important;border-radius:24px!important}.decision-console-head h2{font-size:1.2rem!important}.decision-tabs{padding:4px!important;border-radius:12px!important}.decision-tabs>*{min-height:40px!important;border-radius:9px!important;font-size:11px!important}.home-quick-finder{gap:11px!important}.decision-shortcuts{gap:7px!important}.decision-shortcuts a{font-size:9.5px!important}.decision-disclaimer{font-size:9.5px!important;line-height:1.45!important}
.home-journeys-v7{gap:10px!important;margin-top:14px!important}.home-journeys-v7>a{min-height:112px!important;padding:15px!important;border-radius:15px!important;box-shadow:var(--v14-shadow-xs)!important}.home-journeys-v7 h2{font-size:13px!important;line-height:1.35!important}.journey-icon{width:42px!important;height:42px!important;border-radius:12px!important}
.popular-guides-v12{gap:11px!important}.popular-guides-v12 a{min-height:126px!important;padding:18px!important;border-radius:18px!important;box-shadow:var(--v14-shadow-xs)!important}.popular-guides-v12 b{font-size:1rem!important}
.market-trust-strip{border-radius:16px!important;box-shadow:var(--v14-shadow-xs)!important}.market-trust-strip>div{padding:13px!important}.market-trust-strip>a{padding:13px!important}
.home-bank-showcase,.home-product-section-v7,.home-card-section-v7{padding:22px!important;border-radius:20px!important}.logo-bank-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:8px!important}.logo-bank-grid>a{min-height:70px!important;padding:10px 11px!important;border-radius:12px!important}.logo-bank-grid .bank-logo{width:38px!important;height:38px!important}.logo-bank-grid b{font-size:11px!important}.logo-bank-grid small{font-size:8.5px!important}

/* Catalogue heroes */
.catalog-hero-v7,.cards-hero-v7{grid-template-columns:minmax(0,1fr) 340px!important;gap:16px!important;margin-top:20px!important;padding:0!important;border:0!important;background:transparent!important;box-shadow:none!important}
.catalog-hero-copy,.cards-hero-copy{padding:28px 30px!important;border:1px solid var(--v14-line)!important;border-radius:22px!important;background:linear-gradient(145deg,#fff,#f1f8f5)!important;box-shadow:var(--v14-shadow-xs)!important;min-width:0}
.catalog-hero-v7 h1,.cards-hero-v7 h1{max-width:900px!important;margin:9px 0 9px!important;font-size:clamp(2.15rem,3.35vw,3.35rem)!important;line-height:1.04!important}
.catalog-hero-v7 p,.cards-hero-v7 p{max-width:820px!important;margin:0!important;font-size:.96rem!important;line-height:1.62!important}
.catalog-quick-presets,.cards-hero-links{display:flex!important;flex-wrap:wrap!important;gap:7px!important;margin-top:17px!important}.catalog-quick-presets a,.cards-hero-links a{min-height:34px!important;padding:7px 10px!important;border:1px solid var(--v14-line)!important;border-radius:999px!important;background:#fff!important;color:#4e6075!important;font-size:10px!important;font-weight:700!important}.catalog-quick-presets a:hover,.cards-hero-links a:hover{border-color:#afd9c6!important;background:var(--v14-green-light)!important;color:var(--v14-green-dark)!important}
.catalog-advisor-card,.cards-market-card{padding:22px!important;border:1px solid var(--v14-line)!important;border-radius:22px!important;background:#fff!important;box-shadow:var(--v14-shadow-xs)!important;align-self:stretch!important;display:flex!important;flex-direction:column!important;justify-content:center!important;min-width:0}
.catalog-advisor-card .advisor-symbol{width:38px;height:38px;border-radius:12px;background:var(--v14-green-light);color:var(--v14-green);display:grid;place-items:center;font-size:16px;margin-bottom:12px}.catalog-advisor-card h2{margin:0 0 8px!important;font-size:1.18rem!important;line-height:1.25!important}.catalog-advisor-card p{font-size:.84rem!important;line-height:1.55!important}.catalog-advisor-card .btn{margin-top:15px;width:100%}
.cards-market-card>strong{font-size:2.8rem!important;line-height:1!important;color:var(--v14-green-dark)!important}.cards-market-card>b{margin:7px 0 15px;font-size:.94rem;line-height:1.35}.cards-market-card>div{display:grid!important;grid-template-columns:1fr 1fr!important;gap:8px!important}.cards-market-card>div span{padding:10px!important;border-radius:11px!important;background:var(--v14-surface-soft)!important}.cards-market-card>p{margin:13px 0 0!important;font-size:.75rem!important;line-height:1.5!important}
.catalog-data-note{margin-top:10px!important;display:flex!important;align-items:flex-start!important;gap:10px!important;background:#fff!important;border:1px solid var(--v14-line)!important;box-shadow:none!important}.catalog-data-note>span{width:26px;height:26px;display:grid;place-items:center;border-radius:9px;background:var(--v14-green-light);color:var(--v14-green-dark);flex:0 0 auto}.catalog-data-note b{font-size:11px}.catalog-data-note p{font-size:10px!important;line-height:1.45!important}
.card-use-cases{padding:18px!important;margin-top:12px!important}.card-use-cases>.section-head{margin-bottom:11px!important}.card-use-cases>div:last-child{gap:8px!important}.card-use-cases>div:last-child>a{min-height:76px!important;padding:11px!important;border-radius:12px!important}.card-use-cases b{font-size:10.5px!important}.card-use-cases small{font-size:8.5px!important;line-height:1.35!important}

/* Filters and toolbar */
.catalog-layout-v7,.cards-layout-v7{grid-template-columns:280px minmax(0,1fr)!important;gap:16px!important;margin-top:15px!important}
.filters-panel,.card-filter-sidebar{top:calc(var(--v14-header) + 14px)!important;max-height:calc(100dvh - var(--v14-header) - 28px)!important;padding:16px!important;border-radius:17px!important;box-shadow:var(--v14-shadow-xs)!important}
.filters-panel form,.card-filter-sidebar form{display:grid!important;gap:11px!important}.filter-drawer-head{margin-bottom:5px!important}.filter-drawer-head h2{font-size:17px!important}.filter-drawer-head a{font-size:10.5px!important}
.filter-pair{grid-template-columns:1fr 1fr!important}.input-with-suffix b{font-size:9px!important}.filter-checks-v7{gap:7px!important}.filter-checks-v7 label{min-height:45px!important;padding:8px 10px!important;border-radius:11px!important}.filter-checks-v7 b{font-size:10.5px!important}.filter-help,.filter-trust{padding:11px!important}.filter-help p,.filter-trust p{font-size:9.5px!important}
.mobile-filter-button{align-items:center!important;gap:7px!important;min-height:40px!important;padding:0 12px!important;border:1px solid #b9dccb!important;border-radius:10px!important;background:var(--v14-green-light)!important;color:var(--v14-green-dark)!important;font-size:11px!important;font-weight:750!important}.mobile-filter-button .ui-icon{width:17px;height:17px}.mobile-filter-button>span{margin-left:0!important}
.catalog-toolbar-v7{top:calc(var(--v14-header) + 7px)!important;min-height:58px!important;padding:8px 10px!important;border-radius:14px!important;box-shadow:0 7px 22px rgba(16,36,63,.055)!important}.catalog-toolbar-v7>div:first-child>div>b{font-size:12.5px!important}.catalog-toolbar-v7>div:first-child>div>span{font-size:9px!important;color:var(--v14-muted)!important}.catalog-toolbar-actions{gap:6px!important}.sort-inline select{min-width:176px!important;height:40px!important;min-height:40px!important;font-size:10.5px!important}.view-mode-toggle{height:40px!important}.view-mode-toggle a{width:36px!important}.view-mode-toggle .ui-icon{width:16px;height:16px}.catalog-toolbar-actions>.icon-btn{width:40px;height:40px;border-radius:10px}.catalog-toolbar-actions>.icon-btn .ui-icon{width:17px;height:17px}.card-compare-open{height:40px!important;min-height:40px!important}.card-compare-open .ui-icon{width:16px;height:16px}
.active-filter-bar{margin-top:10px!important;padding:10px 12px!important;border:1px solid var(--v14-line)!important;border-radius:13px!important;background:#fff!important;gap:10px!important}.active-filter-bar>b{font-size:10px!important}.active-filter-bar a{font-size:9.5px!important}
.catalog-insight-v7{padding:10px 13px!important}.catalog-insight-v7 b{font-size:11px!important}.catalog-insight-v7 p{font-size:9.5px!important}

/* Product cards */
.catalog-list-v7{gap:10px!important}.product-card-v13{border-radius:16px!important;box-shadow:var(--v14-shadow-xs)!important;contain-intrinsic-size:280px!important}.product-card-v13:hover{box-shadow:var(--v14-shadow-sm)!important;transform:none!important}
.product-card-head-v13{min-height:58px!important;padding:10px 13px!important}.product-card-head-v13 .bank-logo-lg{width:40px!important;height:40px!important;border-radius:11px!important}.product-bank-name{font-size:11.5px!important}.product-card-head-v13 small{font-size:8.5px!important}.product-card-tools{display:flex;align-items:center;gap:8px}.status-dot{width:9px!important;height:9px!important;box-shadow:0 0 0 4px rgba(31,143,99,.08)}.save-btn{width:36px!important;height:36px!important}.save-btn .ui-icon{width:18px;height:18px}
.product-card-body-v13{grid-template-columns:minmax(220px,.86fr) minmax(210px,.66fr) minmax(330px,1.1fr)!important}.product-overview-v13{padding:15px 16px!important}.product-overview-v13 .product-kind{display:none!important}.product-overview-v13 h3{margin:0 0 10px!important;font-size:17px!important;line-height:1.25!important}.product-badge-line-v13{gap:5px!important}.product-badge-line-v13 span{min-height:24px!important;padding:4px 7px!important;font-size:8.7px!important}.product-overview-v13 .card-promo-text{margin-top:9px!important;padding:8px 9px!important;font-size:9.5px!important;line-height:1.4!important}
.product-price-v13{padding:15px 16px!important}.product-price-v13>small{font-size:9px!important}.product-price-v13>strong{font-size:clamp(21px,1.8vw,28px)!important;line-height:1.13!important}.product-price-v13>.currency{font-size:8.5px!important}.product-price-v13 .personal-estimate{margin-top:11px!important;padding-top:10px!important}.product-price-v13 .personal-estimate b{font-size:16px!important}
.product-facts-v13{padding:11px!important;gap:7px!important}.product-facts-v13>div{padding:9px 10px!important;border-radius:10px!important}.product-facts-v13 dt{font-size:8.5px!important}.product-facts-v13 dd{font-size:10.5px!important;line-height:1.32!important}
.product-card-footer-v13{min-height:60px!important;padding:9px 11px!important;gap:9px!important}.product-feature-chips-v13{gap:5px!important}.product-feature-chips-v13 span{padding:4px 7px!important;font-size:8.5px!important}.product-quality-v13{gap:9px!important;padding-left:4px!important}.quality-bar-v13 i{width:36px!important}.product-actions-v13{gap:6px!important}.product-actions-v13 .btn{min-width:132px!important;height:38px!important;min-height:38px!important;padding-inline:11px!important;font-size:9.8px!important}.product-actions-v13 .btn.ghost{min-width:118px!important}
.catalog-list-v7.grid-view{gap:12px!important}.catalog-list-v7.grid-view .product-card-footer-v13{padding-top:10px!important}

/* Bank cards */
.bank-card-grid-v7{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:13px!important}.bank-card-card-v13{border-radius:18px!important;box-shadow:var(--v14-shadow-xs)!important;contain-intrinsic-size:520px!important}.bank-card-card-v13:hover{transform:none!important;box-shadow:var(--v14-shadow-sm)!important}.bank-card-card-v13 .card-photo-frame{height:auto!important;aspect-ratio:1.58/1!important;max-height:196px!important;padding:16px!important}.bank-card-card-v13 .card-photo-frame img{max-width:100%;max-height:100%}.card-content-v13{padding:14px!important}.card-product-head-v13 h3{font-size:16px!important}.card-badges-v13{margin:9px 0!important;gap:5px!important}.card-badges-v13 span{padding:4px 7px!important;font-size:8.5px!important}.card-cost-grid-v13{gap:7px!important;margin-top:9px!important}.card-cost-grid-v13>div{padding:8px 9px!important}.card-cost-grid-v13 small{font-size:8px!important}.card-cost-grid-v13 b{font-size:10.5px!important}.card-benefits-v13{font-size:9.5px!important;line-height:1.45!important;margin-top:9px!important}.card-feature-chips-v13{gap:5px!important;margin-top:9px!important}.card-feature-chips-v13 span{padding:4px 7px!important;font-size:8px!important}.card-meta-v13{margin-top:10px!important;padding-top:9px!important}.card-actions-v13{gap:6px!important;margin-top:9px!important}.card-actions-v13 .btn{height:38px!important;min-height:38px!important;font-size:9.5px!important}
.bank-card-grid-v7.compact-view .bank-card-card-v13{grid-template-columns:230px minmax(0,1fr)!important}.bank-card-grid-v7.compact-view .card-content-v13{grid-template-columns:minmax(0,1fr) minmax(245px,.72fr)!important;gap:0 18px!important}
.bank-card-coverage-v7{padding:20px!important}.card-bank-count-grid{gap:7px!important}.card-bank-count-grid>a{min-height:64px!important;padding:9px!important;border-radius:11px!important}.card-bank-count-grid .bank-logo{width:34px!important;height:34px!important}

/* Product and card detail pages */
.product-detail-grid,.card-detail-grid{gap:14px!important}.product-detail-grid>.card,.card-detail-grid>.card{border-radius:20px!important}.product-detail-head{gap:15px!important}.product-detail-head h1{font-size:clamp(1.8rem,3vw,2.7rem)!important;line-height:1.1!important}.detail-kpis{gap:8px!important;margin:18px 0!important}.detail-kpis div{padding:12px!important;border-radius:11px!important}.detail-kpis strong{font-size:17px!important}.decision-panel{padding:18px!important}.card-detail-photo{min-height:280px!important;padding:22px!important;border-radius:20px!important}.card-detail-photo img{max-height:275px!important}

/* Directory, profile, news, business and international pages */
.page-title-row{align-items:flex-end!important;gap:20px!important;margin-top:22px!important}.page-title-row h1{font-size:clamp(2rem,3.6vw,3.2rem)!important;margin:7px 0 7px!important}.page-title-row p{max-width:820px!important;font-size:.95rem!important;line-height:1.65!important}
.bank-directory-grid,.bank-grid{gap:12px!important}.bank-directory-card,.bank-profile-hero,.bank-content-grid>.card{border-radius:18px!important}.bank-directory-card{padding:15px!important}.bank-profile-hero{padding:24px!important}.bank-profile-main h1{font-size:clamp(2rem,3vw,3rem)!important}.bank-score-circle{width:130px!important;height:130px!important;border-width:12px!important}.bank-score-circle strong{font-size:31px!important}
.news-layout,.business-layout,.international-layout{gap:16px!important}.news-card,.business-service-card,.international-step,.official-link-section{border-radius:16px!important}.news-card h2,.news-card h3{line-height:1.28!important}.news-card p{font-size:.88rem!important;line-height:1.55!important}
.business-hero-copy,.international-hero{border-radius:22px!important}.business-hero-copy h1,.international-hero h1{font-size:clamp(2.25rem,4vw,3.8rem)!important;line-height:1.03!important}.business-command-grid,.business-service-grid{gap:11px!important}.business-service-card{padding:16px!important}.business-service-card h3{font-size:1rem!important}.international-step-grid{gap:10px!important}.international-step{padding:14px!important}.international-consultation{gap:14px!important}.consultation-copy,.international-inquiry-form{padding:22px!important;border-radius:18px!important}

/* Tables and comparison */
.compare-table-card,.coverage-table-wrap,.rating-table-wrap,.admin-card{scrollbar-width:thin}.compare-table-card{border-radius:18px!important}.compare-grid,.card-compare-grid{grid-template-columns:170px repeat(var(--columns),minmax(220px,1fr))!important}.compare-label,.compare-value,.compare-product-head{padding:11px!important}.compare-label{font-size:10px!important}.compare-value{font-size:10.5px!important}.compare-product-head h2{font-size:14px!important}.compare-product-head{position:sticky!important;top:0;background:#fff!important;z-index:4!important}.coverage-table th,.coverage-table td,.rating-table th,.rating-table td{padding:10px 9px!important}.coverage-table thead th,.rating-table thead th{background:#f8fafb!important}.coverage-table tbody tr:hover,.rating-table tbody tr:hover{background:#f6faf8!important}

/* Footer, search and consent */
.site-footer{margin-top:48px!important}.footer-inner{width:min(var(--v14-container),calc(100% - 40px))!important;padding:34px 0 26px!important;grid-template-columns:minmax(260px,1.4fr) repeat(4,minmax(120px,.72fr))!important;gap:24px!important}.footer-logo-link img{width:184px!important}.footer-about p{font-size:11.5px!important}.footer-column b{font-size:11px!important}.footer-column a,.footer-column span,.footer-link-button{font-size:10.5px!important}.footer-note{display:flex!important;align-items:flex-start!important;gap:9px!important}.footer-note .ui-icon{width:18px;height:18px;color:var(--v14-green);flex:0 0 auto}.footer-note p{font-size:10px!important;line-height:1.5!important}
.global-search-panel{border-radius:20px!important;box-shadow:var(--v14-shadow-lg)!important}.global-search-head .ui-icon{color:var(--v14-green)}.consent-banner{border-radius:18px!important;box-shadow:var(--v14-shadow-lg)!important}.consent-panel{border-radius:20px!important}
.compare-dock{left:50%!important;right:auto!important;width:min(1180px,calc(100% - 40px))!important;transform:translateX(-50%);border-radius:16px!important}.compare-dock .btn .ui-icon{width:15px;height:15px}

/* Account/admin/partner */
.auth-bg{padding:20px!important}.auth-card{padding:28px!important;border-radius:20px!important;box-shadow:var(--v14-shadow-lg)!important}.auth-logo{width:182px!important}.auth-card h1{font-size:1.8rem!important}.auth-card>p{font-size:.85rem!important;line-height:1.55!important}
.admin-shell{grid-template-columns:250px minmax(0,1fr)!important}.admin-sidebar{padding:16px 12px!important}.admin-brand img{width:156px!important}.admin-sidebar nav a{min-height:39px!important;padding:8px 9px!important;font-size:10.5px!important}.admin-content{padding:22px!important}.admin-page-head h1{font-size:clamp(1.65rem,3vw,2.25rem)!important}.admin-card{border-radius:15px!important}.admin-stats article{min-height:92px!important}.admin-card table{font-size:10.5px!important}

/* Responsive navigation and layouts */
@media (max-width:1320px){
  .header-shell{grid-template-columns:184px minmax(0,1fr) auto auto!important}.fiuz-logo-link{width:184px}.fiuz-logo-wordmark{width:184px!important}.main-nav>a,.nav-more>summary{padding-inline:7px!important;font-size:11.7px!important}.header-search-button b,.header-search-button kbd{display:none!important}.header-search-button{width:42px!important;padding:0!important;justify-content:center!important}.header-cta{display:none!important}
  .home-hero-v7{grid-template-columns:minmax(0,1fr) 420px!important}.logo-bank-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}.bank-card-grid-v7{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}

@media (max-width:1160px){
  :root{--v14-header:68px}
  body.nav-open{overflow:hidden}
  body.nav-open::before{content:"";position:fixed;inset:var(--v14-header) 0 0;background:rgba(13,29,48,.3);z-index:780}
  .header-shell{height:var(--v14-header)!important;min-height:var(--v14-header)!important;grid-template-columns:184px 1fr auto auto!important}.fiuz-logo-link{width:184px}.fiuz-logo-wordmark{width:184px!important}
  .nav-toggle{display:flex!important}
  .main-nav{display:none!important;position:fixed!important;top:calc(var(--v14-header) + 8px)!important;left:16px!important;right:16px!important;height:auto!important;max-height:calc(100dvh - var(--v14-header) - 24px)!important;padding:10px!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:6px!important;overflow:auto!important;background:#fff!important;border:1px solid var(--v14-line)!important;border-radius:18px!important;box-shadow:var(--v14-shadow-lg)!important;z-index:800!important}
  .main-nav.open{display:grid!important}.main-nav>a,.nav-more>summary{height:auto!important;min-height:46px!important;padding:10px 12px!important;border-radius:11px!important;background:#f8fafb!important;justify-content:flex-start!important;font-size:12.5px!important}.main-nav>a::after,.nav-more>summary::after{display:none!important}.main-nav>a.active,.nav-more.active>summary{background:var(--v14-green-light)!important;color:var(--v14-green-dark)!important}.nav-more{height:auto!important;grid-column:1/-1}.nav-more-popover,.nav-products-popover{position:static!important;width:auto!important;margin-top:5px!important;box-shadow:none!important;border:0!important;background:#f4f7f8!important;grid-template-columns:repeat(2,minmax(0,1fr))!important}.nav-more-popover a{background:#fff!important}
  .catalog-hero-v7,.cards-hero-v7{grid-template-columns:1fr!important}.catalog-advisor-card,.cards-market-card{display:grid!important;grid-template-columns:auto minmax(0,1fr) auto!important;align-items:center!important;gap:12px!important}.catalog-advisor-card .advisor-symbol{margin:0!important}.catalog-advisor-card h2,.catalog-advisor-card p{margin:0!important}.catalog-advisor-card .btn{margin:0!important;width:auto!important}.cards-market-card>p{grid-column:1/-1}.cards-market-card>div{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .catalog-layout-v7,.cards-layout-v7{display:block!important}.filters-panel,.card-filter-sidebar{position:fixed!important;top:0!important;left:0!important;bottom:0!important;width:min(390px,92vw)!important;max-height:none!important;border-radius:0 20px 20px 0!important;transform:translateX(-105%);transition:transform .2s ease;z-index:910!important;box-shadow:0 26px 80px rgba(16,36,63,.24)!important}.filters-panel.open,.card-filter-sidebar.open{transform:translateX(0)}.filter-drawer-head [data-filter-close]{display:grid!important;place-items:center!important}.filter-backdrop:not([hidden]){display:block!important;position:fixed;inset:0;border:0;background:rgba(13,29,48,.42);z-index:900}.mobile-filter-button{display:inline-flex!important}body.filter-open{overflow:hidden}
  .catalog-toolbar-v7{top:calc(var(--v14-header) + 6px)!important}.product-card-body-v13{grid-template-columns:minmax(210px,.78fr) minmax(210px,.68fr) minmax(300px,1.05fr)!important}.footer-inner{grid-template-columns:1.35fr repeat(2,1fr)!important}.footer-about{grid-row:span 2}
}

@media (max-width:860px){
  .container{width:calc(100% - 28px)!important}.header-shell{width:calc(100% - 22px)!important}.header-actions .icon-btn:not(.account-icon){display:none!important}.header-actions .header-search-button b,.header-actions .header-search-button kbd{display:none!important}
  .home-hero-v7{grid-template-columns:1fr!important}.home-hero-copy-v7{min-height:auto!important}.home-journeys-v7{grid-template-columns:repeat(2,minmax(0,1fr))!important}.logo-bank-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.market-trust-strip{grid-template-columns:repeat(2,minmax(0,1fr))!important}.market-trust-strip>a{grid-column:1/-1!important}
  .catalog-toolbar-v7{position:relative!important;top:auto!important;display:grid!important;grid-template-columns:1fr!important;gap:8px!important}.catalog-toolbar-v7>div:first-child,.catalog-toolbar-actions{width:100%;justify-content:space-between!important}.catalog-toolbar-actions{border-top:1px solid #edf1f4;padding-top:8px!important}.sort-inline{flex:1}.sort-inline label{width:100%}.sort-inline select{width:100%!important;max-width:none!important}
  .product-card-body-v13{grid-template-columns:1fr 1fr!important}.product-overview-v13{grid-column:1/-1!important;border-right:0!important;border-bottom:1px solid #edf1f4}.product-price-v13{border-right:1px solid #edf1f4!important}.product-facts-v13{grid-template-columns:1fr!important}.product-card-footer-v13{grid-template-columns:1fr auto!important}.product-feature-chips-v13{grid-column:1/-1!important}.product-actions-v13{grid-column:1/-1!important;display:grid!important;grid-template-columns:1fr 1fr!important}.product-actions-v13 .btn{width:100%!important;min-width:0!important}
  .bank-card-grid-v7{grid-template-columns:repeat(2,minmax(0,1fr))!important}.bank-card-grid-v7.compact-view .bank-card-card-v13{grid-template-columns:210px minmax(0,1fr)!important}.bank-card-grid-v7.compact-view .card-content-v13{display:block!important}
  .product-detail-grid,.card-detail-grid,.bank-content-grid,.international-plan-columns,.international-consultation{grid-template-columns:1fr!important}.consultation-copy{position:static!important}.footer-inner{grid-template-columns:1.35fr 1fr 1fr!important}.footer-about{grid-row:span 2}
  .admin-content{padding:16px!important}
}

@media (max-width:640px){
  :root{--v14-header:62px}
  .container{width:calc(100% - 20px)!important}.header-shell{width:calc(100% - 18px)!important;grid-template-columns:142px 1fr auto auto!important;gap:5px!important}.fiuz-logo-link{width:142px}.fiuz-logo-wordmark{width:142px!important;max-height:36px!important}.header-actions{gap:4px!important}.header-actions .account-icon{display:none!important}.header-search-button,.nav-toggle{width:39px!important;height:39px!important;min-height:39px!important}.locale-menu>summary{height:39px!important;min-height:39px!important;padding:0 8px!important}.main-nav{left:9px!important;right:9px!important;grid-template-columns:1fr!important;border-radius:16px!important}.nav-more{grid-column:auto!important}.nav-more-popover,.nav-products-popover{grid-template-columns:1fr!important}
  main>.container:first-child{margin-top:12px}.section-head{align-items:flex-start!important;margin-bottom:13px!important}.section-head h2{font-size:1.45rem!important}.section-head>a{margin-top:5px}
  .home-hero-copy-v7{padding:24px 20px!important;border-radius:19px!important}.home-hero-copy-v7 h1{font-size:clamp(2.05rem,10.5vw,3rem)!important}.home-hero-copy-v7>p{font-size:.92rem!important}.hero-actions-v7{display:grid!important;grid-template-columns:1fr!important}.hero-actions-v7 .btn{width:100%!important}.hero-proof-v7{display:grid!important;grid-template-columns:repeat(3,1fr)!important;gap:8px!important}.hero-proof-v7 span{padding:8px!important;border-radius:10px!important}.hero-proof-v7 b{font-size:15px!important}.home-decision-console{padding:18px!important;border-radius:19px!important}.home-journeys-v7{grid-template-columns:1fr!important}.popular-guides-v12{grid-template-columns:1fr!important}.market-trust-strip{display:block!important}.market-trust-strip>div{border-right:0!important;border-bottom:1px solid var(--v14-line)!important}.logo-bank-grid{grid-template-columns:1fr!important}.home-tool-lab{grid-template-columns:1fr!important}
  .catalog-hero-v7,.cards-hero-v7{gap:10px!important;margin-top:12px!important}.catalog-hero-copy,.cards-hero-copy{padding:20px 17px!important;border-radius:18px!important}.catalog-hero-v7 h1,.cards-hero-v7 h1{font-size:1.9rem!important;line-height:1.08!important}.catalog-hero-v7 p,.cards-hero-v7 p{font-size:.88rem!important}.catalog-quick-presets,.cards-hero-links{flex-wrap:nowrap!important;overflow-x:auto!important;padding-bottom:3px!important;scrollbar-width:none}.catalog-quick-presets::-webkit-scrollbar,.cards-hero-links::-webkit-scrollbar{display:none}.catalog-quick-presets a,.cards-hero-links a{flex:0 0 auto!important}.catalog-advisor-card,.cards-market-card{display:block!important;padding:16px!important;border-radius:16px!important}.catalog-advisor-card .advisor-symbol{float:left;margin:0 10px 5px 0!important;width:34px;height:34px}.catalog-advisor-card h2{font-size:1rem!important}.catalog-advisor-card p{font-size:.78rem!important}.catalog-advisor-card .btn{width:100%!important;margin-top:12px!important}.cards-market-card>strong{font-size:2.2rem!important}.cards-market-card>div{margin-top:10px}.card-use-cases{overflow:hidden!important}.card-use-cases>div:last-child{display:flex!important;overflow-x:auto!important;gap:8px!important;scroll-snap-type:x mandatory;scrollbar-width:none}.card-use-cases>div:last-child::-webkit-scrollbar{display:none}.card-use-cases>div:last-child>a{flex:0 0 170px!important;scroll-snap-align:start}
  .catalog-data-note{width:calc(100% - 20px)!important}.catalog-toolbar-v7{padding:8px!important;border-radius:13px!important}.catalog-toolbar-v7>div:first-child{gap:7px!important}.catalog-toolbar-v7>div:first-child>div>b{font-size:11px!important}.catalog-toolbar-v7>div:first-child>div>span{display:none}.catalog-toolbar-actions{display:grid!important;grid-template-columns:minmax(0,1fr) auto auto!important}.catalog-toolbar-actions .icon-btn{display:none!important}.sort-inline select{font-size:10px!important}.view-mode-toggle{flex:0 0 auto}.card-compare-open{padding-inline:10px!important}
  .product-card-head-v13{padding:10px 11px!important;border-bottom:0!important}.product-card-head-v13 .bank-logo-lg{width:38px!important;height:38px!important}.product-bank-name{font-size:10.5px!important}.product-card-body-v13{display:block!important}.product-overview-v13{padding:8px 12px 12px!important;border-bottom:0!important}.product-overview-v13 h3{font-size:16px!important;margin-bottom:8px!important}.product-badge-line-v13 span:nth-child(n+3){display:none!important}.product-price-v13{padding:12px!important;border-right:0!important;border-top:1px solid #edf1f4!important;border-bottom:1px solid #edf1f4!important;background:#f8fbf9!important}.product-price-v13>strong{font-size:22px!important}.product-price-v13 .personal-estimate{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:8px!important;margin-top:9px!important;padding-top:8px!important}.product-price-v13 .personal-estimate b{font-size:14px!important}.product-facts-v13{grid-template-columns:repeat(2,minmax(0,1fr))!important;padding:10px!important}.product-facts-v13>div{padding:8px!important}.product-facts-v13 dd{font-size:10px!important}.product-card-footer-v13{display:block!important;padding:9px 11px!important}.product-feature-chips-v13 span:nth-child(n+3){display:none!important}.product-quality-v13{padding:8px 0 0!important;justify-content:space-between!important}.product-actions-v13{margin-top:9px!important;display:grid!important;grid-template-columns:1fr 1fr!important}.product-actions-v13 .btn{min-height:40px!important;height:40px!important;font-size:9.5px!important;padding:0 7px!important}.product-actions-v13 .btn .ui-icon{display:none}
  .bank-card-grid-v7{grid-template-columns:1fr!important}.bank-card-card-v13 .card-photo-frame{max-height:176px!important;padding:13px!important}.card-content-v13{padding:12px!important}.card-product-head-v13 h3{font-size:16px!important}.card-cost-grid-v13{grid-template-columns:repeat(2,minmax(0,1fr))!important}.card-benefits-v13{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.card-feature-chips-v13 span:nth-child(n+4){display:none!important}.card-actions-v13{grid-template-columns:1fr 1fr!important}.card-actions-v13 .btn{padding-inline:7px!important}.bank-card-grid-v7.compact-view .bank-card-card-v13{display:block!important}.bank-card-grid-v7.compact-view .card-photo-frame{max-height:176px!important;border-right:0!important;border-bottom:1px solid #edf1f4!important}
  .detail-kpis{grid-template-columns:repeat(2,minmax(0,1fr))!important}.bank-profile-hero{display:block!important}.bank-profile-main{align-items:flex-start!important}.bank-score-circle{margin:18px auto 0!important}.bank-directory-grid,.bank-grid,.news-grid,.business-service-grid,.international-step-grid,.official-links-grid{grid-template-columns:1fr!important}
  .compare-grid,.card-compare-grid{min-width:790px!important}.compare-dock{bottom:calc(68px + env(safe-area-inset-bottom))!important;width:calc(100% - 20px)!important;padding:9px 10px!important;grid-template-columns:1fr auto!important}.compare-dock>div:first-child small,.compare-items,.compare-clear{display:none!important}.compare-dock .btn{min-height:38px!important;padding-inline:11px!important;font-size:10px!important}
  .mobile-nav{background:rgba(255,255,255,.98)!important;border-top:1px solid var(--v14-line)!important;box-shadow:0 -8px 26px rgba(16,36,63,.09)!important;padding-top:6px!important}.mobile-nav a{min-height:51px!important;gap:3px!important;color:#6b7c8f!important;font-size:9px!important;font-weight:700!important}.mobile-nav .ui-icon{width:19px;height:19px}.mobile-nav a.active{color:var(--v14-green)!important}
  .footer-inner{width:calc(100% - 28px)!important;grid-template-columns:1fr 1fr!important;gap:22px 16px!important;padding-bottom:96px!important}.footer-about{grid-column:1/-1!important;grid-row:auto!important}.footer-note{grid-column:1/-1!important}.footer-logo-link img{width:166px!important}
  .global-search-panel{border-radius:16px!important}.consent-banner{left:10px!important;right:10px!important;bottom:calc(72px + env(safe-area-inset-bottom))!important}.consent-banner-actions{display:grid!important;grid-template-columns:1fr 1fr!important}.consent-banner-actions .btn:last-child{grid-column:1/-1}
  .admin-content{padding:12px!important}.admin-page-head{display:block!important}.admin-page-head h1{font-size:1.75rem!important}.admin-stats{grid-template-columns:1fr!important}
}

@media (max-width:380px){
  .header-shell{grid-template-columns:128px 1fr auto auto!important}.fiuz-logo-link{width:128px}.fiuz-logo-wordmark{width:128px!important}.header-search-button{display:none!important}.hero-proof-v7{grid-template-columns:1fr!important}.product-facts-v13{grid-template-columns:1fr!important}.product-actions-v13,.card-actions-v13{grid-template-columns:1fr!important}.card-cost-grid-v13{grid-template-columns:1fr!important}.footer-inner{grid-template-columns:1fr!important}.footer-column{padding-top:4px;border-top:1px solid #edf1f4}.footer-note{grid-column:auto!important}.consent-banner-actions{grid-template-columns:1fr!important}.consent-banner-actions .btn:last-child{grid-column:auto}
}

@media (prefers-reduced-motion:reduce){
  .product-card-v13,.bank-card-card-v13,.popular-guides-v12 a,.home-journeys-v7>a,.filters-panel,.card-filter-sidebar,.admin-sidebar,.nav-toggle span{transition:none!important;transform:none!important}
}

/* RC4 final mobile navigation correction after 390px visual regression. */
@media (max-width:640px){
  .mobile-nav{display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;align-items:stretch!important;gap:0!important}
  .mobile-nav a{min-width:0!important;width:100%!important;overflow:hidden!important;padding-inline:3px!important;text-align:center!important}
  .mobile-nav a>span{display:block!important;width:100%!important;max-width:100%!important;font-size:8.6px!important;line-height:1.05!important;letter-spacing:-.12px!important;white-space:normal!important;overflow-wrap:anywhere!important;word-break:normal!important;text-align:center!important}
}
@media (max-width:380px){
  .mobile-nav a>span{font-size:8px!important;letter-spacing:-.2px!important}
}

/* ========================================================================
   RC4 component layer. These selectors match the v14 markup introduced in
   the catalogue and card views. They intentionally override the retained
   v13 compatibility classes without changing application logic.
   ======================================================================== */

/* Catalogue and cards hero markup */
.catalog-hero-v14,.cards-hero-v14{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) 360px!important;
  align-items:stretch!important;
  gap:16px!important;
}
.catalog-hero-copy-v14,.cards-hero-copy-v14{
  min-width:0;
  padding:30px 32px!important;
  border:1px solid var(--v14-line)!important;
  border-radius:var(--v14-radius-lg)!important;
  background:linear-gradient(145deg,#fff 0%,#f4faf7 100%)!important;
  box-shadow:var(--v14-shadow-xs)!important;
}
.catalog-hero-copy-v14 h1,.cards-hero-copy-v14 h1{
  max-width:920px;
  margin:10px 0 10px!important;
  font-size:clamp(2.15rem,3.5vw,3.45rem)!important;
  line-height:1.035!important;
}
.catalog-hero-copy-v14>p,.cards-hero-copy-v14>p{
  max-width:850px;
  margin:0!important;
  font-size:.96rem!important;
  line-height:1.65!important;
}
.catalog-advisor-card-v14,.cards-showcase-v14{
  min-width:0;
  padding:22px!important;
  border:1px solid var(--v14-line)!important;
  border-radius:var(--v14-radius-lg)!important;
  background:#fff!important;
  box-shadow:var(--v14-shadow-xs)!important;
}
.catalog-advisor-card-v14{
  display:flex!important;
  flex-direction:column!important;
  justify-content:center!important;
  gap:13px!important;
}
.advisor-symbol-v14{
  display:grid;
  place-items:center;
  width:42px;
  height:42px;
  border-radius:13px;
  background:var(--v14-green-light);
  color:var(--v14-green-dark);
  font-size:18px;
}
.catalog-advisor-card-v14 small{font-size:9px;font-weight:800;letter-spacing:.08em;color:var(--v14-green-dark)}
.catalog-advisor-card-v14 h2{margin:4px 0 7px!important;font-size:1.22rem!important;line-height:1.28!important}
.catalog-advisor-card-v14 p{margin:0!important;font-size:.83rem!important;line-height:1.55!important}
.catalog-advisor-card-v14 .btn{align-self:stretch;margin-top:2px}
.hero-actions-v14{display:flex;flex-wrap:wrap;gap:8px;margin-top:18px}
.cards-showcase-v14{display:grid!important;grid-template-rows:minmax(170px,1fr) auto!important;gap:15px!important;overflow:hidden!important}
.cards-stack-v14{position:relative;min-height:188px}
.cards-stack-v14 img{position:absolute;left:50%;width:min(270px,84%);height:auto;aspect-ratio:1.586/1;object-fit:contain;filter:drop-shadow(0 18px 24px rgba(16,36,63,.17))}
.cards-stack-v14 .card-stack-back{top:7px;transform:translateX(-57%) rotate(-7deg);opacity:.78}
.cards-stack-v14 .card-stack-front{top:30px;transform:translateX(-42%) rotate(4deg)}
.cards-showcase-stats-v14>strong{display:block;margin:9px 0 3px;font-size:2.7rem;line-height:1;color:var(--v14-green-dark);font-variant-numeric:tabular-nums}
.cards-showcase-stats-v14>b{display:block;font-size:.82rem;line-height:1.45;color:var(--v14-ink)}
.cards-mini-stats-v14{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:13px}
.cards-mini-stats-v14 span{padding:9px 10px;border:1px solid var(--v14-line);border-radius:11px;background:var(--v14-surface-soft)}
.cards-mini-stats-v14 b,.cards-mini-stats-v14 small{display:block}.cards-mini-stats-v14 b{font-size:13px;color:var(--v14-ink)}.cards-mini-stats-v14 small{margin-top:2px;font-size:8.5px;color:var(--v14-muted)}

/* Filters */
.filter-form-v14>label,.filter-form-v14 .filter-pair>label{display:grid;gap:6px;font-size:10.5px;font-weight:740;color:var(--v14-ink-soft)}
.filter-form-v14 .filter-submit{position:sticky;bottom:0;z-index:3;margin-top:2px;box-shadow:0 -8px 20px rgba(255,255,255,.94)}
.filter-form-v14 .filter-submit span{display:inline-grid;place-items:center;min-width:25px;height:22px;margin-left:7px;padding:0 6px;border-radius:999px;background:rgba(255,255,255,.2);font-size:9px}

/* Product cards — horizontal information hierarchy */
.product-card-v14{
  display:block!important;
  min-width:0!important;
  padding:0!important;
  overflow:hidden!important;
  border:1px solid var(--v14-line)!important;
  border-radius:18px!important;
  background:#fff!important;
  box-shadow:var(--v14-shadow-xs)!important;
  content-visibility:auto;
  contain-intrinsic-size:260px;
  transition:border-color .16s ease,box-shadow .16s ease!important;
}
.product-card-v14:hover{transform:none!important;border-color:#b7d9ca!important;box-shadow:var(--v14-shadow-sm)!important}
.product-card-head-v14{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  min-height:64px;
  padding:11px 14px;
  border-bottom:1px solid #edf2f5;
}
.product-identity-v14{display:flex;align-items:center;min-width:0;gap:11px}
.product-logo-link-v14{display:grid;place-items:center;flex:0 0 auto}
.product-card-head-v14 .bank-logo-lg{width:42px!important;height:42px!important;padding:5px!important;border:1px solid #edf2f5!important;border-radius:12px!important;background:#fff!important;object-fit:contain}
.product-title-v14{min-width:0}.product-title-v14 h3{margin:2px 0 1px!important;font-size:15.5px!important;line-height:1.28!important}.product-title-v14 h3 a{color:var(--v14-ink)!important}.product-title-v14 small{display:block;font-size:8.5px;color:var(--v14-muted)}
.product-card-tools-v14{display:flex;align-items:center;gap:9px;flex:0 0 auto}
.product-card-tools-v14 .save-btn{display:grid;place-items:center;width:36px!important;height:36px!important;padding:0!important;border:1px solid var(--v14-line)!important;border-radius:11px!important;background:#f8fafb!important;color:#637488!important}
.product-card-tools-v14 .save-btn:hover,.product-card-tools-v14 .save-btn.saved{border-color:#acd8c4!important;background:var(--v14-green-light)!important;color:var(--v14-green-dark)!important}
.product-summary-v14{display:grid;grid-template-columns:minmax(220px,.62fr) minmax(0,1fr);min-width:0}
.product-rate-v14{display:flex;flex-direction:column;justify-content:center;min-width:0;padding:17px 18px;border-right:1px solid #edf2f5;background:linear-gradient(145deg,#fbfdfc,#f2f8f5)}
.product-rate-v14>small{font-size:8.8px;font-weight:750;color:var(--v14-muted);text-transform:uppercase;letter-spacing:.035em}
.product-rate-v14>strong{display:block;margin:4px 0 1px;font-size:clamp(23px,2.2vw,31px);line-height:1.08;color:var(--v14-green-dark);font-variant-numeric:tabular-nums;overflow-wrap:anywhere}
.product-rate-v14>span{font-size:8.5px;font-weight:750;color:var(--v14-muted)}
.personal-estimate-v14{margin-top:12px;padding-top:10px;border-top:1px solid #dcece4}.personal-estimate-v14 small,.personal-estimate-v14 b,.personal-estimate-v14 span{display:block}.personal-estimate-v14 small{font-size:8.5px;color:var(--v14-muted)}.personal-estimate-v14 b{margin:2px 0;font-size:15px;color:var(--v14-ink);font-variant-numeric:tabular-nums}.personal-estimate-v14 span{font-size:8px;color:var(--v14-muted)}
.personal-estimate-v14.match b{color:var(--v14-green-dark)}
.product-facts-v14{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));align-content:center;gap:8px;margin:0;padding:13px}
.product-facts-v14>div{min-width:0;padding:10px 11px;border:1px solid #e8eef2;border-radius:11px;background:#f9fbfc}
.product-facts-v14 dt{margin-bottom:4px;font-size:8.3px;font-weight:720;color:var(--v14-muted);text-transform:uppercase;letter-spacing:.025em}
.product-facts-v14 dd{margin:0;font-size:10.5px;font-weight:750;line-height:1.35;color:var(--v14-ink);overflow-wrap:anywhere}
.product-context-v14{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:9px 13px;border-top:1px solid #edf2f5;background:#fcfdfd}
.product-badge-line-v14{display:flex;flex-wrap:wrap;gap:6px;min-width:0}
.product-badge-line-v14>span{display:inline-flex;align-items:center;min-height:24px;padding:4px 7px;border:1px solid #e3eaf0;border-radius:999px;background:#fff;font-size:8.5px;font-weight:700;color:#55687e;white-space:nowrap}
.product-badge-line-v14 .status-badge{border-color:#c9e5d8;background:var(--v14-green-light);color:var(--v14-green-dark)}
.product-badge-line-v14 .promo-badge{border-color:#eadcb8;background:#fff9e8;color:#8b6813}
.card-promo-text-v14{max-width:52%;margin:1px 0 0!important;font-size:9px!important;line-height:1.45!important;text-align:right;color:var(--v14-muted)!important}
.product-card-footer-v14{display:grid;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:12px;min-height:62px;padding:10px 12px;border-top:1px solid #edf2f5;background:#fff}
.product-feature-chips-v14{display:flex;flex-wrap:wrap;gap:5px;min-width:0}.product-feature-chips-v14 span{display:inline-flex;align-items:center;min-height:24px;padding:4px 7px;border-radius:999px;background:#f4f7f9;font-size:8.4px;font-weight:700;color:#596b80}.product-feature-chips-v14 span.positive{background:var(--v14-green-light);color:var(--v14-green-dark)}.product-feature-chips-v14 span.muted{color:#8290a0}
.product-quality-v14,.card-meta-v14{display:flex;align-items:center;gap:11px;white-space:nowrap}
.quality-bar-v14{display:flex;align-items:center;gap:7px}.quality-bar-v14>i{position:relative;display:block;width:42px;height:5px;overflow:hidden;border-radius:999px;background:#e8eef2}.quality-bar-v14>i::after{content:"";position:absolute;inset:0 auto 0 0;width:var(--score);border-radius:inherit;background:linear-gradient(90deg,#4cc594,var(--v14-green-dark))}.quality-bar-v14 span,.quality-date-v14{display:block}.quality-bar-v14 b,.quality-bar-v14 small,.quality-date-v14 b,.quality-date-v14 small{display:block}.quality-bar-v14 b,.quality-date-v14 b{font-size:9px;color:var(--v14-ink)}.quality-bar-v14 small,.quality-date-v14 small{font-size:7.5px;color:var(--v14-muted)}
.product-actions-v14,.card-actions-v14{display:flex;align-items:center;gap:6px}.product-actions-v14 .btn,.card-actions-v14 .btn{height:39px!important;min-height:39px!important;padding-inline:11px!important;font-size:9.7px!important;white-space:nowrap}

/* Product grid view */
.catalog-list-v7.grid-view{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:13px!important}
.catalog-list-v7.grid-view .product-card-v14{display:flex!important;flex-direction:column!important}
.catalog-list-v7.grid-view .product-summary-v14{grid-template-columns:1fr!important}
.catalog-list-v7.grid-view .product-rate-v14{border-right:0;border-bottom:1px solid #edf2f5}
.catalog-list-v7.grid-view .product-facts-v14{grid-template-columns:repeat(2,minmax(0,1fr))}
.catalog-list-v7.grid-view .product-context-v14{display:block}.catalog-list-v7.grid-view .card-promo-text-v14{max-width:none;margin-top:7px!important;text-align:left}
.catalog-list-v7.grid-view .product-card-footer-v14{grid-template-columns:1fr}.catalog-list-v7.grid-view .product-quality-v14{justify-content:space-between}.catalog-list-v7.grid-view .product-actions-v14{display:grid;grid-template-columns:1fr 1fr}.catalog-list-v7.grid-view .product-actions-v14 .btn{width:100%}

/* Bank card catalogue cards */
.bank-card-card-v14{
  display:flex!important;
  flex-direction:column!important;
  min-width:0!important;
  overflow:hidden!important;
  padding:0!important;
  border:1px solid var(--v14-line)!important;
  border-radius:19px!important;
  background:#fff!important;
  box-shadow:var(--v14-shadow-xs)!important;
  content-visibility:auto;
  contain-intrinsic-size:520px;
  transition:border-color .16s ease,box-shadow .16s ease!important;
}
.bank-card-card-v14:hover{transform:none!important;border-color:#b7d9ca!important;box-shadow:var(--v14-shadow-sm)!important}
.card-media-v14{position:relative;min-height:0;border-bottom:1px solid #edf2f5;background:linear-gradient(145deg,#f9fbfc,#eef5f2)}
.bank-card-card-v14 .card-photo-frame{display:grid!important;place-items:center!important;width:100%!important;height:auto!important;aspect-ratio:1.58/1!important;max-height:none!important;margin:0!important;padding:17px!important;border:0!important;border-radius:0!important;background:transparent!important}
.bank-card-card-v14 .card-photo-frame img{display:block;width:100%;height:100%;max-width:100%;max-height:100%;object-fit:contain;filter:drop-shadow(0 15px 22px rgba(16,36,63,.15))}
.bank-card-card-v14 .card-photo-frame.no-photo{gap:10px;padding:24px!important;text-align:center;font-size:10px;color:var(--v14-muted)}
.bank-card-card-v14 .card-photo-frame.no-photo .bank-logo{width:54px!important;height:54px!important}
.card-system-pill{position:absolute;right:11px;bottom:10px;display:inline-flex;align-items:center;min-height:24px;padding:4px 8px;border:1px solid rgba(255,255,255,.88);border-radius:999px;background:rgba(255,255,255,.9);backdrop-filter:blur(8px);font-size:8.5px;font-weight:800;color:var(--v14-ink-soft);box-shadow:0 5px 14px rgba(16,36,63,.08)}
.card-content-v14{display:flex;flex:1;flex-direction:column;min-width:0;padding:14px}
.card-product-head-v14{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}
.card-bank-identity-v14{display:flex;align-items:center;gap:9px;min-width:0}.bank-logo-card-mini{width:34px!important;height:34px!important;padding:4px!important;border:1px solid #edf2f5!important;border-radius:10px!important;background:#fff!important}.card-bank-identity-v14>div{min-width:0}.card-product-head-v14 h3{margin:2px 0 0!important;font-size:15.5px!important;line-height:1.28!important}.card-product-head-v14 h3 a{color:var(--v14-ink)!important}
.card-badges-v14{display:flex;flex-wrap:wrap;gap:5px;margin:9px 0}.card-badges-v14 span,.card-feature-chips-v14 span{display:inline-flex;align-items:center;min-height:23px;padding:4px 7px;border-radius:999px;background:#f3f7f8;font-size:8.2px;font-weight:700;color:#566a7f}.card-badges-v14 span.promo{background:#fff9e8;color:#8b6813}
.card-cost-grid-v14{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}.card-cost-grid-v14>div{min-width:0;padding:9px 10px;border:1px solid #e8eef2;border-radius:10px;background:#f9fbfc}.card-cost-grid-v14 small,.card-cost-grid-v14 b{display:block}.card-cost-grid-v14 small{font-size:8px;color:var(--v14-muted)}.card-cost-grid-v14 b{margin-top:3px;font-size:10.5px;line-height:1.35;color:var(--v14-ink);overflow-wrap:anywhere}
.card-benefits-v14,.card-promo-text-v14{margin:9px 0 0!important;font-size:9.2px!important;line-height:1.5!important;color:var(--v14-muted)!important}.card-promo-text-v14{padding:8px 9px;border-radius:9px;background:#fff9e8!important;color:#795b13!important}
.card-feature-chips-v14{display:flex;flex-wrap:wrap;gap:5px;margin-top:9px}
.card-meta-v14{justify-content:space-between;margin-top:auto;padding-top:12px;border-top:1px solid #edf2f5}
.card-actions-v14{display:grid;grid-template-columns:1fr 1fr;margin-top:10px}.card-actions-v14 .btn{width:100%;min-width:0}

/* Compact card list mode */
.bank-card-grid-v7.compact-view{grid-template-columns:1fr!important}
.bank-card-grid-v7.compact-view .bank-card-card-v14{display:grid!important;grid-template-columns:250px minmax(0,1fr)!important}
.bank-card-grid-v7.compact-view .card-media-v14{border-right:1px solid #edf2f5;border-bottom:0}
.bank-card-grid-v7.compact-view .card-photo-frame{height:100%!important;min-height:220px!important;aspect-ratio:auto!important}
.bank-card-grid-v7.compact-view .card-content-v14{display:grid;grid-template-columns:minmax(0,1fr) minmax(270px,.75fr);gap:0 18px}
.bank-card-grid-v7.compact-view .card-product-head-v14,.bank-card-grid-v7.compact-view .card-badges-v14,.bank-card-grid-v7.compact-view .card-benefits-v14,.bank-card-grid-v7.compact-view .card-feature-chips-v14,.bank-card-grid-v7.compact-view .card-promo-text-v14{grid-column:1}
.bank-card-grid-v7.compact-view .card-cost-grid-v14{grid-column:2;grid-row:1/4;align-self:start}
.bank-card-grid-v7.compact-view .card-meta-v14{grid-column:2;align-self:end}.bank-card-grid-v7.compact-view .card-actions-v14{grid-column:2}

/* Navigation layout when the hamburger becomes active */
@media (max-width:1160px){
  .header-shell{grid-template-columns:184px minmax(0,1fr) auto auto!important}
  .fiuz-logo-link{grid-column:1}.header-actions{grid-column:3}.nav-toggle{grid-column:4;grid-row:1}
  .catalog-hero-v14,.cards-hero-v14{grid-template-columns:1fr!important}
  .catalog-advisor-card-v14{display:grid!important;grid-template-columns:auto minmax(0,1fr) auto!important;align-items:center!important}
  .catalog-advisor-card-v14 .btn{align-self:center;width:auto!important}
  .cards-showcase-v14{grid-template-columns:minmax(240px,.8fr) minmax(0,1fr)!important;grid-template-rows:auto!important;align-items:center!important}
  .product-facts-v14{grid-template-columns:repeat(2,minmax(0,1fr))}
}

@media (max-width:860px){
  .catalog-list-v7.grid-view{grid-template-columns:1fr!important}
  .product-summary-v14{grid-template-columns:210px minmax(0,1fr)}
  .product-card-footer-v14{grid-template-columns:1fr auto}.product-actions-v14{grid-column:1/-1;display:grid;grid-template-columns:1fr 1fr}.product-actions-v14 .btn{width:100%}
  .bank-card-grid-v7{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .bank-card-grid-v7.compact-view .bank-card-card-v14{grid-template-columns:220px minmax(0,1fr)!important}.bank-card-grid-v7.compact-view .card-content-v14{display:block}.bank-card-grid-v7.compact-view .card-meta-v14{margin-top:10px}.bank-card-grid-v7.compact-view .card-actions-v14{margin-top:10px}
}

@media (max-width:640px){
  .catalog-hero-copy-v14,.cards-hero-copy-v14{padding:21px 18px!important;border-radius:19px!important}.catalog-hero-copy-v14 h1,.cards-hero-copy-v14 h1{font-size:1.92rem!important}.catalog-hero-copy-v14>p,.cards-hero-copy-v14>p{font-size:.88rem!important}
  .catalog-advisor-card-v14{display:block!important;padding:17px!important;border-radius:17px!important}.advisor-symbol-v14{float:left;margin:0 11px 7px 0}.catalog-advisor-card-v14 .btn{width:100%!important;margin-top:13px}
  .cards-showcase-v14{display:block!important;padding:17px!important;border-radius:17px!important}.cards-stack-v14{min-height:160px}.cards-showcase-stats-v14>strong{font-size:2.2rem}.hero-actions-v14{display:grid;grid-template-columns:1fr}.hero-actions-v14 .btn{width:100%}
  .product-card-head-v14{min-height:58px;padding:10px 11px}.product-card-head-v14 .bank-logo-lg{width:38px!important;height:38px!important}.product-title-v14 h3{font-size:14.5px!important}.product-title-v14 small{display:none}.product-summary-v14{display:block}.product-rate-v14{padding:13px;border-right:0;border-bottom:1px solid #edf2f5}.product-rate-v14>strong{font-size:24px}.personal-estimate-v14{display:flex;align-items:center;justify-content:space-between;gap:8px}.personal-estimate-v14 small,.personal-estimate-v14 b,.personal-estimate-v14 span{display:inline}.personal-estimate-v14 b{font-size:13px}.product-facts-v14{grid-template-columns:repeat(2,minmax(0,1fr));padding:10px;gap:7px}.product-facts-v14>div{padding:8px}.product-context-v14{display:block;padding:8px 10px}.product-badge-line-v14>span:nth-child(n+3){display:none}.card-promo-text-v14{max-width:none;margin-top:7px!important;text-align:left}.product-card-footer-v14{display:block;padding:9px 10px}.product-feature-chips-v14 span:nth-child(n+3){display:none}.product-quality-v14{justify-content:space-between;padding-top:8px}.product-actions-v14{display:grid;grid-template-columns:1fr 1fr;margin-top:9px}.product-actions-v14 .btn{width:100%;height:40px!important;min-height:40px!important;padding-inline:7px!important;font-size:9.3px!important}
  .catalog-list-v7.grid-view .product-facts-v14{grid-template-columns:repeat(2,minmax(0,1fr))}
  .bank-card-grid-v7{grid-template-columns:1fr!important}.bank-card-card-v14 .card-photo-frame{padding:14px!important}.card-content-v14{padding:12px}.card-product-head-v14 h3{font-size:15px!important}.card-cost-grid-v14{grid-template-columns:repeat(2,minmax(0,1fr))}.card-feature-chips-v14 span:nth-child(n+4){display:none}.card-actions-v14{grid-template-columns:1fr 1fr}.bank-card-grid-v7.compact-view .bank-card-card-v14{display:block!important}.bank-card-grid-v7.compact-view .card-media-v14{border-right:0;border-bottom:1px solid #edf2f5}.bank-card-grid-v7.compact-view .card-photo-frame{height:auto!important;min-height:0!important;aspect-ratio:1.58/1!important}
}

@media (max-width:380px){
  .product-facts-v14,.card-cost-grid-v14{grid-template-columns:1fr}.product-actions-v14,.card-actions-v14{grid-template-columns:1fr}.cards-mini-stats-v14{grid-template-columns:1fr}
}

@media (prefers-reduced-motion:reduce){
  .product-card-v14,.bank-card-card-v14,.cards-stack-v14 img{transition:none!important;transform:none!important}
}
