:root{--blue:#0868e8;--blue-dark:#082b58;--cyan:#21a8ff;--ink:#0c2647;--muted:#60738c;--line:#d7e4f3;--panel:#fff;--bg:#f4f8ff;--shadow:0 12px 34px rgba(24,75,135,.11);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:var(--bg)}*{box-sizing:border-box}html{scroll-behavior:smooth;overflow-x:hidden}body{margin:0;overflow-x:hidden;background:var(--bg)}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}button,input{font:inherit}.shell{width:min(1180px,calc(100% - 36px));margin-inline:auto}.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.96);box-shadow:0 1px 0 var(--line);backdrop-filter:blur(14px)}.topbar{height:72px;display:flex;align-items:center;justify-content:space-between}.brand{display:flex;align-items:center;gap:10px;font-size:25px;font-weight:900;letter-spacing:-.7px}.brand img{width:42px;height:42px}.zalo-top{border:1.5px solid #72b8ff;border-radius:999px;padding:10px 17px;color:#0968d8;font-weight:800}.main-nav{border-top:1px solid #edf3fa}.main-nav .shell{height:48px;display:flex;justify-content:center;gap:clamp(18px,5vw,56px);align-items:center}.main-nav a{font-size:14px;font-weight:800;white-space:nowrap;position:relative}.main-nav a[aria-current=page]{color:var(--blue)}.main-nav a[aria-current=page]:after{content:"";height:3px;border-radius:2px;background:var(--blue);position:absolute;left:0;right:0;bottom:-16px}.featured{min-height:460px;margin-top:28px;border-radius:30px;padding:46px;color:var(--hero-text);background:linear-gradient(130deg,var(--brand-1),var(--brand-2));position:relative;overflow:hidden;display:grid;grid-template-columns:1.2fr .8fr;gap:34px;align-items:center;box-shadow:0 24px 60px color-mix(in srgb,var(--brand-1) 30%,transparent)}.featured:before,.featured:after{content:"";position:absolute;border-radius:50%;border:70px solid rgba(255,255,255,.08);width:360px;height:360px}.featured:before{left:-230px;bottom:-260px}.featured:after{right:-190px;top:-230px}.featured-copy,.featured-media{position:relative;z-index:2}.eyebrow{display:inline-flex;padding:9px 13px;border-radius:999px;background:rgba(255,255,255,.16);font-weight:900;font-size:13px;letter-spacing:.8px}.featured h1{font-size:clamp(35px,5vw,60px);line-height:1.04;letter-spacing:-2.5px;margin:18px 0 14px;max-width:760px}.featured-copy>p{font-size:18px;line-height:1.55;margin:0 0 24px;max-width:700px;opacity:.94}.hero-facts{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin:0 0 25px}.hero-facts span{padding:12px;border-radius:14px;background:rgba(255,255,255,.14);font-size:13px}.hero-facts b{display:block;font-size:11px;text-transform:uppercase;opacity:.74;margin-bottom:4px}.hero-cta{display:inline-flex;justify-content:center;min-width:220px;padding:16px 25px;background:var(--hero-button);color:var(--brand-1);border-radius:14px;font-weight:950;box-shadow:0 10px 24px rgba(0,0,0,.14)}.featured-media{display:flex;align-items:center;justify-content:center;border-radius:24px;overflow:hidden;box-shadow:0 18px 50px rgba(0,0,0,.18);background:#fff}.featured-media img{width:100%;aspect-ratio:16/10;object-fit:cover}.section{padding-top:65px}.section-head{display:flex;align-items:end;justify-content:space-between;gap:18px;margin-bottom:20px}.section-head h2{font-size:32px;letter-spacing:-1.1px;margin:0 0 6px}.section-head p{color:var(--muted);margin:0;line-height:1.5}.view-all{flex:none;border:1px solid #a7cdf9;border-radius:999px;color:var(--blue);padding:10px 15px;font-weight:800}.rail-wrap{position:relative}.card-rail{display:flex;gap:16px;overflow-x:auto;scroll-snap-type:x mandatory;padding:4px 4px 18px;scrollbar-width:thin;overscroll-behavior-inline:contain}.card-rail>*{scroll-snap-align:start;flex:0 0 300px}.rail-btn{position:absolute;z-index:3;top:45%;transform:translateY(-50%);width:43px;height:43px;border:1px solid var(--line);border-radius:50%;background:#fff;color:var(--blue);font-size:30px;box-shadow:var(--shadow);cursor:pointer}.rail-btn.prev{left:-18px}.rail-btn.next{right:-18px}.product-card,.credit-card,.guide-card{background:#fff;border:1px solid var(--line);border-radius:21px;overflow:hidden;box-shadow:0 9px 26px rgba(26,81,145,.07)}.card-image,.credit-image{height:180px;background:#f8fbff;display:flex;align-items:center;justify-content:center;overflow:hidden}.card-image img,.credit-image img{width:100%;height:100%;object-fit:contain}.card-body,.credit-body{padding:17px}.card-heading{display:flex;align-items:start;gap:8px;justify-content:space-between}.card-heading h3,.credit-body h3{margin:0;font-size:20px;letter-spacing:-.4px}.card-heading span,.mini-badge{font-size:10px;border-radius:999px;background:#fff3d7;color:#9b6000;padding:6px 8px;font-weight:900;white-space:nowrap}.card-body>p,.credit-body>p{font-size:13px;color:var(--muted);line-height:1.45;min-height:38px}.card-body dl{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin:14px 0}.card-body dl div{background:#f5f9ff;border-radius:10px;padding:9px}.card-body dt{font-size:10px;color:var(--muted)}.card-body dd{margin:3px 0 0;font-size:13px;font-weight:800}.card-cta{display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--blue),#208dff);color:#fff;border-radius:11px;padding:12px;font-size:13px;font-weight:900}.credit-rail>*{flex-basis:360px}.credit-image{height:205px}.credit-body strong{display:block;font-size:21px;color:var(--blue);margin:12px 0 2px}.calculator-section{margin-top:70px;padding:64px 0;background:linear-gradient(160deg,#e9f3ff,#f8fbff 55%,#e8f8ff)}.calculator{display:grid;grid-template-columns:390px minmax(0,1fr);gap:20px;align-items:start}.calculator form,.calc-results{background:#fff;border:1px solid var(--line);border-radius:22px;padding:24px;box-shadow:var(--shadow)}.calculator form label{display:block;font-weight:800;margin-bottom:17px}.input-wrap{margin-top:8px;height:57px;border:1.5px solid #cad9ea;border-radius:12px;display:flex;align-items:center;overflow:hidden}.input-wrap input{min-width:0;flex:1;border:0;outline:0;height:100%;padding:0 14px;font-size:18px;font-weight:750;color:var(--ink);background:transparent}.input-wrap b{padding-right:13px;color:#8798ad;font-size:12px}.calculator form>button{width:100%;border:0;border-radius:12px;background:linear-gradient(135deg,#075edb,#1597ff);color:#fff;padding:16px;font-weight:950;cursor:pointer}.calc-note{font-size:12px;line-height:1.5;color:#866710;background:#fff8dc;padding:11px;border-radius:10px;margin:16px 0 0}.calc-results[hidden]{display:none}.calc-summary{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-bottom:22px}.calc-summary span{background:#f5f9ff;border:1px solid #e0eaf6;border-radius:14px;padding:13px}.calc-summary small{display:block;color:var(--muted);font-size:12px}.calc-summary strong{font-size:17px;display:block;margin-top:5px}.calc-summary .sum-highlight{background:#e8f3ff;border-color:#a9d0ff}.calc-summary .sum-highlight strong{color:var(--blue);font-size:21px}.schedule-head{display:flex;justify-content:space-between;align-items:center}.schedule-head h3{margin:0 0 12px}.schedule-head span{font-size:12px;color:var(--muted)}.schedule-scroll{overflow-x:auto;border:1px solid var(--line);border-radius:14px}.schedule-scroll table{border-collapse:collapse;width:100%;min-width:690px}.schedule-scroll th,.schedule-scroll td{padding:12px 10px;text-align:right;border-bottom:1px solid #e5edf7;white-space:nowrap;font-size:13px}.schedule-scroll th{background:#eaf4ff;font-size:12px}.schedule-scroll th:first-child,.schedule-scroll td:first-child{text-align:center}.schedule-nav{display:flex;justify-content:space-between;margin-top:12px;gap:10px}.schedule-nav button{border:1px solid #aad1ff;background:#fff;color:var(--blue);border-radius:10px;padding:10px 13px;font-weight:800}.schedule-nav button:disabled{opacity:.35}.guide-rail>*{flex-basis:370px}.guide-card>a{display:block}.guide-card img{width:100%;aspect-ratio:16/9;object-fit:cover;background:#eef5ff}.guide-card div{padding:18px}.guide-card span{font-size:11px;color:var(--blue);font-weight:900}.guide-card h3{font-size:20px;margin:8px 0;line-height:1.25}.guide-card p{color:var(--muted);font-size:14px;line-height:1.5;min-height:42px}.guide-card small{color:#8495aa}.intro{padding-top:70px;padding-bottom:70px}.intro h2{font-size:30px;margin:0 0 10px}.intro>p{line-height:1.7;color:var(--muted)}.notice{border:1px solid #ffd681;background:#fff9e8;border-radius:15px;padding:16px;color:#6e5416;line-height:1.55}.notice p{margin:5px 0 0}.footer{background:#071d37;color:#dbe9f8;padding:48px 0 22px}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:40px}.brand-footer{color:#fff}.brand-footer img{width:38px}.footer p{line-height:1.65;color:#adc0d6}.footer-grid>div:not(:first-child){display:flex;flex-direction:column;gap:12px}.footer-grid strong{color:#fff;margin-bottom:5px}.footer-grid a{font-size:14px;color:#c4d5e8}.legal{border-top:1px solid #203a57;margin-top:35px;padding-top:22px;font-size:12px;line-height:1.6;color:#9fb4cb}.copyright{font-size:12px;color:#7791ad;margin-top:15px}.zalo-float{position:fixed;z-index:45;right:20px;bottom:20px;background:linear-gradient(135deg,#0573e9,#13a6ff);color:#fff;padding:14px 18px;border-radius:999px;font-weight:900;box-shadow:0 14px 35px rgba(0,91,204,.35)}.page-hero{padding-top:65px;padding-bottom:28px}.page-hero span{font-size:12px;color:var(--blue);font-weight:950;letter-spacing:1px}.page-hero h1{font-size:clamp(36px,5vw,54px);letter-spacing:-2px;margin:10px 0}.page-hero p{font-size:17px;color:var(--muted);max-width:720px;line-height:1.55}.listing-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;padding-bottom:65px}.listing-grid .product-card,.listing-grid .credit-card{display:flex;flex-direction:column}.listing-grid .card-body,.listing-grid .credit-body{display:flex;flex-direction:column;flex:1}.listing-grid .card-cta{margin-top:auto}.credit-listing .credit-image{height:240px}.page-notice{margin-bottom:65px}.guide-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;padding-bottom:65px}.ad-slot{width:min(970px,calc(100% - 36px));margin:25px auto}.ad-slot img{width:100%;max-height:260px;object-fit:contain}.ad-desktop{display:block}.ad-mobile{display:none}.article-page.custom-bg{background:var(--article-bg);background-size:cover;background-attachment:fixed}.article{padding-top:40px;padding-bottom:70px;max-width:860px}.article-header{border-radius:25px;padding:36px;margin-bottom:24px;background:#fff;border:1px solid var(--line)}.article-header span{color:var(--blue);font-size:12px;font-weight:950}.article-header h1{font-size:clamp(34px,5vw,52px);line-height:1.1;letter-spacing:-1.7px;margin:12px 0}.article-header p{font-size:17px;line-height:1.55;color:#4f647f}.article-header time{font-size:13px;color:#7e90a6}.article-header>img{width:100%;aspect-ratio:16/9;object-fit:cover;border-radius:18px;margin-top:24px}.article-content{background:#fff;border:1px solid var(--line);border-radius:22px;padding:clamp(24px,5vw,48px);font-size:17px;line-height:1.78}.article-content h2{font-size:28px;line-height:1.25;margin:34px 0 12px}.article-content h3{font-size:22px}.article-content img{margin:25px auto;border-radius:15px}.article-content a{color:var(--blue);text-decoration:underline}.article-content a.card-cta{color:#fff;text-decoration:none}.article-content blockquote{border-left:4px solid var(--blue);background:#eff6ff;margin:22px 0;padding:12px 18px}.article-disclaimer{font-size:13px;color:#735815;border:1px solid #f2cf79;background:#fff9e8;border-radius:13px;padding:15px;margin-top:20px}.article>.ad-slot{width:100%}.article-page>.ad-slot.ad-desktop{position:fixed;top:180px;width:180px;margin:0;z-index:5}.article-page>.ad-slot.ad-desktop:nth-child(1){left:18px}.article-page>.ad-slot.ad-desktop:nth-child(2){right:18px}.empty{padding:100px 0;text-align:center}.empty .card-cta{display:inline-flex;margin-top:15px;padding-inline:30px}
@media(max-width:1220px){.rail-btn{display:none}.article-page>.ad-slot.ad-desktop{display:none}}
@media(max-width:900px){.featured{grid-template-columns:1fr;padding:30px}.featured-media{grid-row:1;max-height:250px}.hero-facts{grid-template-columns:1fr 1fr}.calculator{grid-template-columns:1fr}.listing-grid,.guide-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.footer-grid{grid-template-columns:1fr 1fr}.footer-grid>div:first-child{grid-column:1/-1}}
@media(max-width:600px){.shell{width:min(100% - 28px,1180px)}.topbar{height:62px}.brand{font-size:23px}.brand img{width:38px;height:38px}.zalo-top{font-size:13px;padding:9px 12px}.main-nav{overflow-x:auto}.main-nav .shell{width:max-content;min-width:100%;height:48px;padding:0 14px;gap:27px}.main-nav a{font-size:13px}.main-nav a[aria-current=page]:after{bottom:-16px}.featured{margin-top:16px;border-radius:24px;padding:22px;min-height:auto;gap:21px}.featured-media{max-height:185px;border-radius:17px}.featured h1{font-size:34px;letter-spacing:-1.4px;margin-top:14px}.featured-copy>p{font-size:15px}.hero-facts{gap:7px}.hero-facts span{padding:10px;font-size:12px}.hero-cta{width:100%;padding:14px}.section{padding-top:48px}.section-head{align-items:center}.section-head h2{font-size:25px}.section-head p{font-size:13px}.view-all{font-size:12px;padding:9px 11px}.card-rail>*{flex-basis:82vw;max-width:315px}.card-rail.guide-rail>*{flex-basis:84vw;max-width:350px}.credit-rail>*{flex-basis:84vw}.calculator-section{margin-top:52px;padding:48px 0}.calculator form,.calc-results{padding:17px;border-radius:18px}.calc-summary{grid-template-columns:1fr}.schedule-scroll{overflow:hidden;border:0}.schedule-scroll table{min-width:0;display:block}.schedule-scroll thead{display:none}.schedule-scroll tbody{display:grid;grid-template-columns:repeat(10,82vw);gap:10px;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:12px}.schedule-scroll tr{display:grid;grid-template-columns:1fr 1fr;background:#f7faff;border:1px solid var(--line);border-radius:14px;padding:14px;scroll-snap-align:start}.schedule-scroll td{display:flex;justify-content:space-between;gap:12px;border:0;padding:7px;text-align:right!important}.schedule-scroll td:before{font-size:11px;color:var(--muted);font-weight:700}.schedule-scroll td:nth-child(1):before{content:"Tháng"}.schedule-scroll td:nth-child(2):before{content:"Thanh toán"}.schedule-scroll td:nth-child(3):before{content:"Tiền gốc"}.schedule-scroll td:nth-child(4):before{content:"Tiền lãi"}.schedule-scroll td:nth-child(5):before{content:"Dư nợ còn lại"}.schedule-scroll td:first-child{grid-column:1/-1;font-size:17px;font-weight:900;border-bottom:1px solid var(--line)}.schedule-nav button{font-size:12px}.intro{padding-top:55px;padding-bottom:55px}.listing-grid,.guide-grid{grid-template-columns:1fr;gap:16px}.page-hero{padding-top:45px}.page-hero h1{font-size:38px}.footer-grid{grid-template-columns:1fr;gap:28px}.footer-grid>div:first-child{grid-column:auto}.zalo-float{right:14px;bottom:14px;padding:13px 15px;font-size:13px}.article{padding-top:20px}.article-header{padding:23px;border-radius:19px}.article-header h1{font-size:34px}.article-content{font-size:16px;padding:22px}.ad-desktop{display:none}.ad-mobile{display:block}}
@media(max-width:600px){body{font-size:14px}.brand{font-size:20px}.featured{padding:16px;gap:13px;border-radius:18px}.featured-media{max-height:135px;border-radius:13px}.featured h1{font-size:25px;line-height:1.08;margin:10px 0 8px}.featured-copy>p{font-size:13px;line-height:1.4;margin-bottom:13px}.eyebrow{padding:6px 9px;font-size:10px}.hero-facts{margin-bottom:14px}.hero-facts span{padding:8px;font-size:11px;border-radius:10px}.hero-facts b{font-size:9px}.hero-cta{min-width:0;padding:12px;font-size:13px}.section-head h2{font-size:22px}.card-heading h3,.credit-body h3{font-size:18px}.input-wrap input{font-size:16px}.page-hero h1{font-size:32px}.article-header h1{font-size:30px}.calculator,.calculator form,.calc-results{min-width:0;max-width:100%}.schedule-scroll{max-width:100%;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;touch-action:pan-x}.schedule-scroll table{width:max-content;min-width:100%}.schedule-scroll tbody{grid-template-columns:none;grid-auto-flow:column;grid-auto-columns:min(82vw,330px);width:max-content;min-width:100%;overflow:visible;touch-action:pan-x}}

.featured h1 small{font:inherit}.calc-results-simple{align-self:stretch}.calc-summary-simple{grid-template-columns:repeat(2,minmax(0,1fr));margin:0}.calc-summary-simple span{display:flex;min-height:120px;flex-direction:column;justify-content:center;text-align:center}.calc-summary-simple strong{font-size:24px}
@media(max-width:600px){.featured{padding:12px;gap:10px}.featured-media{max-height:125px}.featured-copy>p{display:none}.featured h1{font-size:22px;margin:8px 0}.featured h1 small{display:none}.hero-facts{grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;margin-bottom:10px}.hero-facts span{min-width:0;padding:7px 5px;text-align:center;font-size:10px}.hero-facts span:nth-child(1){grid-column:1;grid-row:1}.hero-facts span:nth-child(2){grid-column:3;grid-row:1}.hero-facts span:nth-child(3){grid-column:2;grid-row:1}.hero-facts span:nth-child(4){grid-column:1/-1;grid-row:2;text-align:left;padding:8px 10px;line-height:1.35}.hero-facts b{font-size:8px}.hero-cta{padding:10px;font-size:12px;border-radius:10px}.calculator-section{margin-top:38px;padding:30px 0}.calculator{gap:12px}.calculator form,.calc-results{padding:14px}.calculator form label{margin-bottom:12px;font-size:13px}.input-wrap{height:48px;margin-top:6px}.calculator form>button{padding:13px}.calc-note{font-size:10px;margin-top:11px}.calc-summary-simple{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}.calc-summary-simple span{min-height:92px;padding:9px}.calc-summary-simple small{font-size:10px}.calc-summary-simple strong,.calc-summary-simple .sum-highlight strong{font-size:16px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{animation:none!important;transition:none!important}}

@media(max-width:600px){.featured-media{height:auto;max-height:none;aspect-ratio:8/3}.featured-media img{width:100%;height:100%;aspect-ratio:auto;object-fit:cover}}

@media(max-width:600px){.featured-media{height:auto;max-height:none;aspect-ratio:auto;background:rgba(255,255,255,.18)}.featured-media img{display:block;width:100%;height:auto;max-height:none;aspect-ratio:auto;object-fit:contain}}

@media(min-width:601px){
  .featured{width:min(920px,calc(100% - 36px));min-height:0;padding:24px;grid-template-columns:1fr;gap:16px;border-radius:24px}
  .featured-media{grid-row:1;width:100%;height:auto;max-height:none;aspect-ratio:8/3;border-radius:18px}
  .featured-media img{display:block;width:100%;height:100%;max-height:none;aspect-ratio:auto;object-fit:contain}
  .featured-copy>p{display:none}
  .featured h1{font-size:36px;line-height:1.08;margin:12px 0}
  .featured h1 small{display:none}
  .hero-facts{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-bottom:14px}
  .hero-facts span{min-width:0;text-align:center}
  .hero-facts span:nth-child(1){grid-column:1;grid-row:1}
  .hero-facts span:nth-child(2){grid-column:3;grid-row:1}
  .hero-facts span:nth-child(3){grid-column:2;grid-row:1}
  .hero-facts span:nth-child(4){grid-column:1/-1;grid-row:2;text-align:left}
  .hero-cta{width:100%;padding:14px}
}


/* Homepage popup banner */
.popup-ad[hidden]{display:none!important}
.popup-ad{position:fixed;inset:0;z-index:9999;display:grid;place-items:center;padding:24px;background:rgba(5,20,43,.72);backdrop-filter:blur(4px)}
.popup-panel{position:relative;width:min(520px,calc(100vw - 48px));filter:drop-shadow(0 24px 55px rgba(0,0,0,.35));animation:popup-in .22s ease-out}
.popup-link{display:block;width:100%;aspect-ratio:1/1;border-radius:22px;overflow:hidden;background:#fff}
.popup-link img{display:block;width:100%;height:100%;object-fit:cover}
.popup-close{position:absolute;z-index:2;top:-16px;right:-16px;width:46px;height:46px;padding:0;border:3px solid #fff;border-radius:50%;background:#10213b;color:#fff;font:700 32px/38px Arial,sans-serif;cursor:pointer;box-shadow:0 6px 20px rgba(0,0,0,.32)}
.popup-close:hover{background:#e31b4b;transform:scale(1.05)}
.popup-close:focus-visible{outline:4px solid #58b7ff;outline-offset:3px}
body.popup-open{overflow:hidden}
@keyframes popup-in{from{opacity:0;transform:translateY(16px) scale(.96)}to{opacity:1;transform:none}}
@media(max-width:600px){
  .popup-ad{padding:18px}
  .popup-panel{width:min(88vw,420px)}
  .popup-link{border-radius:18px}
  .popup-close{top:-13px;right:-13px;width:44px;height:44px;font-size:30px}
}

/* Hiệu ứng nổi và phát sáng khi tương tác */
.product-card,.credit-card,.guide-card,.featured{transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease,filter .22s ease;will-change:transform}
.view-all,.card-cta,.hero-cta{transition:transform .18s ease,box-shadow .18s ease,filter .18s ease}
@media (hover:hover) and (pointer:fine){
  .product-card:hover,.credit-card:hover,.guide-card:hover{position:relative;z-index:4;transform:translateY(-4px);border-color:#68adff;box-shadow:0 16px 34px rgba(8,104,232,.24),0 0 0 2px rgba(33,168,255,.15),0 0 22px rgba(33,168,255,.22)}
  .featured:hover{transform:translateY(-4px);filter:brightness(1.03);box-shadow:0 26px 64px color-mix(in srgb,var(--brand-1) 36%,transparent),0 0 28px color-mix(in srgb,var(--brand-2) 30%,transparent)}
  .view-all:hover,.card-cta:hover,.hero-cta:hover{transform:translateY(-2px) scale(1.025);filter:brightness(1.08);box-shadow:0 9px 22px rgba(8,104,232,.30),0 0 17px rgba(33,168,255,.34)}
}
.product-card:active,.credit-card:active,.guide-card:active,.featured:active{transform:translateY(-2px) scale(.99);border-color:#68adff;box-shadow:0 10px 25px rgba(8,104,232,.24),0 0 18px rgba(33,168,255,.24)}
.view-all:active,.card-cta:active,.hero-cta:active{transform:translateY(1px) scale(.97);filter:brightness(1.12);box-shadow:0 5px 15px rgba(8,104,232,.34),0 0 15px rgba(33,168,255,.32)}
.product-card:focus-within,.credit-card:focus-within,.guide-card:focus-within{border-color:#68adff;box-shadow:0 12px 28px rgba(8,104,232,.22),0 0 0 3px rgba(33,168,255,.15)}
@media (prefers-reduced-motion:reduce){.product-card,.credit-card,.guide-card,.featured,.view-all,.card-cta,.hero-cta{transition:none}}
