:root{--bg: #f5f7f9;--surface: #ffffff;--surface-soft: #f8fafc;--text: #0f172a;--muted: #5b667a;--border: #d9e0ea;--brand: #08b77a;--brand-deep: #069667;--brand-soft: #e7fbf3;--navy: #081a43;--radius-s: 10px;--radius-m: 16px;--radius-l: 22px;--shadow-s: 0 6px 20px rgba(15, 23, 42, .06);--shadow-m: 0 12px 28px rgba(15, 23, 42, .08)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-height:100vh;font-family:Manrope,Nunito,Segoe UI,sans-serif;color:var(--text);background:linear-gradient(180deg,#f1f8f6 0%,var(--bg) 34%,var(--bg) 100%);line-height:1.5}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}.container{width:min(1240px,calc(100% - 2rem));margin-inline:auto}.section{padding:clamp(2.8rem,7vw,4.8rem) 0}.site-bg-glow{display:none}.brand{display:inline-flex;align-items:center;gap:.62rem;font-weight:800;letter-spacing:-.01em}.brand__logo{width:40px;height:40px;border-radius:12px}.brand span{color:var(--brand-deep);font-size:2rem;line-height:1}.button{display:inline-flex;align-items:center;justify-content:center;border:1px solid transparent;border-radius:14px;padding:.72rem 1.2rem;font-weight:700;background:var(--brand);color:#fff;box-shadow:var(--shadow-s)}.button:hover{background:var(--brand-deep)}.button--small{padding:.54rem .92rem;font-size:.88rem}.button--with-icon{gap:.38rem}.button__icon{width:14px;height:14px;flex-shrink:0}.button--ghost{background:var(--surface);color:#334155;border-color:var(--border)}.button--ghost:hover{background:var(--surface-soft)}.button--subtle{background:#eef2f7;border-color:#d8e0ea;color:#475569;box-shadow:none}.button--subtle:hover{background:#e6edf5}.button--dark{background:#0b0b0b;color:#fff}.button--dark:hover{background:#1f2937}.store-button{display:inline-flex;align-items:center;justify-content:center;gap:.45rem;min-height:44px;border-radius:13px;border:1px solid transparent;padding:.68rem 1rem;font:inherit;font-weight:800;cursor:pointer;transition:background .16s ease,border-color .16s ease,color .16s ease}.store-button svg{width:18px;height:18px;flex-shrink:0}.store-button span{line-height:1}.store-button--apple{background:#0b0b0b;color:#fff}.store-button--apple:hover{background:#1f2937}.store-button--google{background:#fff;color:#334155;border-color:var(--border)}.store-button--google:hover{background:#f7fafc;border-color:#c7d2df}.site-header{position:sticky;top:0;z-index:70;border-bottom:1px solid #dde4eb;background:#fffffff0;backdrop-filter:blur(8px)}.site-header__inner{min-height:68px;display:flex;align-items:center;justify-content:space-between;gap:1rem}.site-nav{display:inline-flex;gap:1.35rem;align-items:center}.site-nav a{font-size:.95rem;font-weight:700;color:#334155}.site-nav a:hover{color:var(--brand-deep)}.site-header__actions{display:inline-flex;align-items:center;gap:.7rem}.icon-button{width:38px;height:38px;border-radius:10px;display:grid;place-items:center;border:1px solid var(--border);background:var(--surface)}.hero{padding:clamp(3.2rem,8vw,5.8rem) 0 clamp(3rem,7vw,4.5rem)}.hero__content{max-width:820px;margin-inline:auto;text-align:center}.hero__badge{display:inline-flex;border-radius:999px;border:1px solid #b7e7d3;background:#f0fbf6;color:#334155;padding:.45rem .95rem;font-weight:700;font-size:.94rem}.hero h1{margin:1.2rem 0 1.1rem;font-size:clamp(2.3rem,6.2vw,4.8rem);line-height:1.04;letter-spacing:-.03em}.hero h1 span{color:var(--brand)}.hero p{margin:0 auto;max-width:760px;color:var(--muted);font-size:clamp(1rem,2.1vw,1.12rem)}.hero__actions{margin-top:1.7rem;display:inline-flex;gap:.8rem;flex-wrap:wrap}.hero__trust{margin:2rem auto 0;padding:0;list-style:none;display:grid;gap:.8rem;grid-template-columns:repeat(3,minmax(0,1fr));max-width:780px}.hero__trust li{border-radius:12px;border:1px solid var(--border);background:var(--surface);padding:.74rem .9rem;font-weight:700;color:#334155}.section-heading h2{margin:0;font-size:clamp(1.8rem,3.8vw,3rem);letter-spacing:-.02em}.section-heading p{margin:.85rem 0 0;color:var(--muted)}.section-heading--center{text-align:center}.products-grid{margin-top:1.7rem;display:grid;gap:1rem;grid-template-columns:repeat(3,minmax(0,1fr))}.product-card{border-radius:20px;border:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow-s);padding:1.3rem;min-height:255px;display:grid;align-content:start;gap:.8rem}.product-card__icon{width:88px;height:88px;border-radius:20px;display:grid;place-items:center;font-size:2rem;margin:0 auto .35rem}.product-card h3{margin:0;text-align:center;font-size:1.7rem}.product-card p{margin:0;text-align:center;color:var(--muted)}.product-card a{margin-top:.2rem;text-align:center;font-weight:800}.product-card--green .product-card__icon,.product-card--green a{color:#0f9f66;background:#e8faf2}.product-card--blue .product-card__icon,.product-card--blue a{color:#3b82f6;background:#ebf3ff}.product-card--violet .product-card__icon,.product-card--violet a{color:#8b5cf6;background:#f1ecff}.product-card--gold .product-card__icon,.product-card--gold a{color:#ca8a04;background:#fff6de}.product-card--red .product-card__icon,.product-card--red a{color:#ef4444;background:#ffeaea}.product-card--cyan .product-card__icon,.product-card--cyan a{color:#06b6d4;background:#e8fbff}.comparator{margin-top:1.4rem;border-radius:var(--radius-l);border:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow-s);padding:1rem}.comparator__tabs{display:flex;flex-wrap:wrap;gap:.6rem;border-bottom:1px solid #e2e8f0;padding-bottom:.95rem}.tab{border:1px solid var(--border);border-radius:12px;background:#fff;color:#475569;font:inherit;font-weight:700;padding:.58rem .85rem;cursor:pointer}.tab.is-active{background:#0ea56d;color:#fff;border-color:#0ea56d}.comparator__body{margin-top:1rem;display:grid;gap:1rem;grid-template-columns:280px minmax(0,1fr)}.sidebar-card{border:1px solid var(--border);background:#f9fbfd;border-radius:var(--radius-m);padding:.95rem}.sidebar-head{display:flex;justify-content:space-between;align-items:center;gap:.5rem}.sidebar-head h3{margin:0;font-size:1rem}.sidebar-head button{border:0;background:transparent;color:#0ea56d;font-weight:700;cursor:pointer}.field-label{margin:1rem 0 .4rem;font-size:.9rem;font-weight:800;color:#334155}.sidebar-card select,.comparator__toolbar input,.comparator__toolbar select{width:100%;min-height:44px;border-radius:12px;border:1px solid var(--border);background:#fff;color:#0f172a;font:inherit;padding:.55rem .8rem}.chips{display:flex;flex-wrap:wrap;gap:.48rem}.chip{border:1px solid var(--border);border-radius:999px;background:#fff;color:#475569;font:inherit;font-size:.82rem;font-weight:700;padding:.42rem .66rem;cursor:pointer}.chip.is-active{border-color:#0ea56d;background:#eafcf4;color:#0f9f66}.comparator__toolbar{display:grid;gap:.68rem;grid-template-columns:minmax(0,1fr) 220px}.comparator__meta{margin:.8rem 0 0;color:#64748b;font-size:.9rem}.comparator__state{margin-top:.85rem;border-radius:12px;border:1px dashed var(--border);color:#64748b;padding:.85rem}.comparator__list{margin-top:.85rem;display:grid;gap:.75rem}.result-card{border:1px solid var(--border);border-radius:16px;background:#fff;padding:.9rem;display:grid;grid-template-columns:190px minmax(0,1fr);gap:1rem}.result-card__thumb{border-radius:14px;min-height:120px;display:block}.icon-tile{width:100%;min-height:120px;border-radius:14px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.22);background:linear-gradient(135deg,#123458,#0f766e);color:#ecfeff}.icon-tile svg{width:44px;height:44px;display:block}.icon-tile--savings{background:linear-gradient(135deg,#115e59,#0f766e)}.icon-tile--loans{background:linear-gradient(135deg,#1d4ed8,#1e3a8a)}.icon-tile--cdt{background:linear-gradient(135deg,#155e75,#0f766e)}.card-visual{position:relative;overflow:hidden;border-radius:14px;min-height:120px;height:100%;border:1px solid rgba(255,255,255,.14);padding:.72rem;background:radial-gradient(circle at 85% 10%,#ffffff29,#fff0),linear-gradient(135deg,#10213b,#0a1b30)}.card-visual:before{content:"";position:absolute;inset:0;background:linear-gradient(110deg,transparent 0%,rgba(255,255,255,.07) 30%,transparent 62%),repeating-linear-gradient(-40deg,transparent 0,transparent 14px,rgba(255,255,255,.04) 15px,rgba(255,255,255,.04) 16px)}.card-visual__chip{position:absolute;top:.74rem;left:.74rem;width:28px;height:20px;border-radius:5px;background:linear-gradient(145deg,#fee183,#d8a72f);border:1px solid rgba(255,255,255,.35)}.card-visual__network{position:absolute;right:.74rem;top:.74rem;color:#ffffffeb;font-size:.68rem;letter-spacing:.06em;font-weight:800;text-transform:uppercase}.card-visual__brand{position:absolute;right:.74rem;bottom:.74rem}.card-visual--visa{background:radial-gradient(circle at 15% 0%,#007eff47,#007eff00),linear-gradient(135deg,#013088,#0a3ea4 60%,#022d79)}.card-visual--visa:before{background:linear-gradient(120deg,transparent 22%,rgba(255,255,255,.16) 26%,transparent 34%),repeating-linear-gradient(-24deg,transparent 0,transparent 10px,rgba(109,179,255,.23) 11px,rgba(109,179,255,.23) 12px)}.card-visual--mastercard{background:linear-gradient(135deg,#0b1f3c,#02101f)}.card-visual--mastercard:before{background:radial-gradient(circle at 30% 80%,rgba(59,130,246,.24),transparent 45%),linear-gradient(120deg,transparent 40%,rgba(255,255,255,.12) 46%,transparent 56%)}.card-visual--amex{background:linear-gradient(135deg,#0146ad,#0f6ad8)}.card-visual--amex:before{background:radial-gradient(circle at 18% 88%,rgba(223,243,255,.23),transparent 45%),repeating-linear-gradient(-45deg,transparent 0,transparent 12px,rgba(211,233,255,.11) 13px,rgba(211,233,255,.11) 14px)}.card-visual--diners{background:linear-gradient(135deg,#053078,#0e4cae)}.card-visual--diners:before{background:radial-gradient(circle at 0 100%,rgba(255,255,255,.22),transparent 55%),linear-gradient(160deg,transparent 20%,rgba(255,255,255,.12) 46%,transparent 68%)}.card-visual--discover{background:linear-gradient(135deg,#232b36,#161e27)}.card-visual--discover:before{background:linear-gradient(70deg,transparent 70%,rgba(249,115,22,.7) 74%,transparent 81%),radial-gradient(circle at -20% 80%,rgba(255,255,255,.11),transparent 48%)}.card-visual--unionpay{background:linear-gradient(135deg,#081a32,#142640)}.card-visual--unionpay:before{background:linear-gradient(120deg,transparent 56%,rgba(230,57,70,.9) 62%,transparent 74%),linear-gradient(120deg,transparent 66%,rgba(37,99,235,.85) 73%,transparent 84%),linear-gradient(120deg,transparent 74%,rgba(22,163,74,.85) 82%,transparent 91%)}.card-visual--jcb{background:linear-gradient(135deg,#0d1f3f,#102f6d)}.card-visual--jcb:before{background:radial-gradient(circle at 50% 100%,rgba(59,130,246,.26),transparent 48%),repeating-linear-gradient(-28deg,transparent 0,transparent 10px,rgba(182,219,255,.09) 11px,rgba(182,219,255,.09) 12px)}.card-visual--generic{background:linear-gradient(135deg,#14243f,#0c1d35)}.card-visual--generic:before{background:radial-gradient(circle at 80% 16%,rgba(16,185,129,.34),transparent 40%),linear-gradient(176deg,transparent 55%,rgba(52,211,153,.28) 57%,transparent 60%)}.card-visual--tone-savings{background:linear-gradient(135deg,#123458,#0a8064)}.card-visual--tone-loans{background:linear-gradient(135deg,#1b2f53,#1f5ea8)}.card-visual--tone-cdt{background:linear-gradient(135deg,#102841,#0d6077)}.brand-badge{display:inline-flex;align-items:center;justify-content:center;color:#fff;font-weight:900;letter-spacing:.02em}.brand-badge--visa{font-size:.95rem}.brand-badge--mastercard{position:relative;width:34px;height:18px}.brand-badge--mastercard i{position:absolute;top:0;width:18px;height:18px;border-radius:50%}.brand-badge--mastercard i:first-child{left:0;background:#ef4444f2}.brand-badge--mastercard i:last-child{right:0;background:#f97316f2}.brand-badge--amex{border:1px solid rgba(255,255,255,.55);border-radius:5px;padding:.1rem .28rem;font-size:.65rem}.brand-badge--diners{width:27px;height:18px;border-radius:999px;border:2px solid rgba(255,255,255,.85)}.brand-badge--diners i{width:7px;height:10px;border-radius:999px;background:#ffffffe6}.brand-badge--discover{font-size:.63rem}.brand-badge--unionpay{gap:.15rem}.brand-badge--unionpay i{border-radius:4px;padding:.14rem .24rem;font-style:normal;font-size:.62rem;font-weight:900}.brand-badge--unionpay i:first-child{background:#e11d48}.brand-badge--unionpay i:last-child{background:#0ea5e9}.brand-badge--jcb{gap:.15rem}.brand-badge--jcb i{border-radius:3px;font-style:normal;font-size:.62rem;font-weight:900;padding:.14rem .22rem}.brand-badge--jcb i:nth-child(1){background:#2563eb}.brand-badge--jcb i:nth-child(2){background:#dc2626}.brand-badge--jcb i:nth-child(3){background:#16a34a}.brand-badge--generic{font-size:.62rem;border:1px solid rgba(255,255,255,.45);border-radius:999px;padding:.18rem .46rem}.result-card__body h3{margin:0;font-size:1.18rem}.entity{margin:.3rem 0 0;color:#64748b;font-size:.93rem}.tags{margin-top:.72rem;display:flex;flex-wrap:wrap;gap:.46rem}.tags span{border-radius:999px;background:#ecfdf5;color:#0f9f66;font-weight:700;font-size:.8rem;padding:.3rem .58rem}.result-card__footer{margin-top:.8rem;display:flex;align-items:center;gap:.7rem;flex-wrap:wrap}.result-card__footer strong{font-size:1.08rem}.result-card__footer small{color:#64748b}.lock-card{position:relative;overflow:hidden;border-radius:16px;border:1px solid var(--border);min-height:160px}.lock-card__veil{position:absolute;inset:0;backdrop-filter:blur(7px);background:linear-gradient(180deg,#ffffff59,#ffffffd1),radial-gradient(circle at 10% 0,#0ea56d33,#0ea56d00)}.lock-card__content{position:relative;z-index:2;padding:1rem}.lock-card__content h3{margin:0}.lock-card__content p{margin:.5rem 0 0;color:#556173}.lock-card__actions{margin-top:.8rem;display:flex;flex-wrap:wrap;gap:.6rem}.stats-strip{margin-top:.8rem;background:linear-gradient(145deg,#04af74,#08b77a);color:#fff;padding:clamp(2rem,4vw,2.7rem) 0}.stats-strip__inner{display:grid;gap:1rem;grid-template-columns:repeat(3,minmax(0,1fr));text-align:center}.stats-strip strong{font-size:clamp(2rem,4vw,3rem);display:block}.stats-strip span{opacity:.95}.site-footer{background:#071538;color:#dbeafe;padding:3rem 0 2rem}.site-footer__grid{display:grid;gap:1.4rem;grid-template-columns:1.1fr repeat(3,minmax(0,1fr))}.site-footer .brand span{color:#fff}.site-footer h3{margin:0;font-size:1.2rem;color:#fff}.site-footer a{display:block;margin-top:.55rem;color:#c9d6ea}.site-footer a:hover{color:#8af0c9}.site-footer p{margin:.8rem 0 0;color:#b8c7df}.site-footer__copy{margin:2.1rem auto 0;width:min(1240px,calc(100% - 2rem));border-top:1px solid rgba(201,214,234,.18);padding-top:1rem;text-align:center;color:#c9d6ea}.android-modal{position:fixed;inset:0;z-index:120;display:grid;place-items:center;padding:1rem}.android-modal[hidden]{display:none}.android-modal__backdrop{position:absolute;inset:0;background:#07132b9e;backdrop-filter:blur(4px)}.android-modal__panel{position:relative;z-index:1;width:min(520px,calc(100vw - 2rem));border-radius:20px;border:1px solid #d2dae6;background:#fff;padding:1.2rem 1.2rem 1rem;box-shadow:var(--shadow-m)}.android-modal__close{position:absolute;top:.52rem;right:.52rem;width:34px;height:34px;border:1px solid var(--border);border-radius:10px;background:#fff;color:#334155;font-size:1.2rem;cursor:pointer}.android-modal__icon{width:44px;height:44px;border-radius:12px;display:grid;place-items:center;background:#e7fbf3;font-size:1.35rem}.android-modal h3{margin:.8rem 0 0;font-size:1.4rem}.android-modal p{margin:.54rem 0 0;color:#475569}.android-modal__status{margin-top:.7rem;font-size:.9rem;color:#0f9f66}.android-modal__status.is-error{color:#c2410c}.product-modal{position:fixed;inset:0;z-index:125;display:grid;place-items:center;padding:1rem}.product-modal[hidden]{display:none}.product-modal__backdrop{position:absolute;inset:0;background:#07132b9e;backdrop-filter:blur(4px)}.product-modal__panel{position:relative;z-index:1;width:min(560px,calc(100vw - 2rem));border-radius:20px;border:1px solid #d2dae6;background:#fff;padding:1.2rem;box-shadow:var(--shadow-m)}.product-modal__close{position:absolute;top:.52rem;right:.52rem;width:34px;height:34px;border:1px solid var(--border);border-radius:10px;background:#fff;color:#334155;font-size:1.2rem;cursor:pointer}.product-modal h3{margin:0;font-size:1.36rem}.product-modal__subtitle{margin:.4rem 0 0;color:#334155;font-weight:700}.product-modal__message{margin:.7rem 0 0;color:#475569}.product-modal__actions{margin-top:1rem;display:flex;flex-wrap:wrap;gap:.62rem}.product-modal__actions .button{flex:1 1 180px}.product-modal__panel>.button--subtle{margin-top:.68rem;width:100%}.product-modal__note{margin:.58rem 0 0;font-size:.9rem;color:#64748b}.is-modal-open{overflow:hidden}.button.is-disabled{pointer-events:none;opacity:.58}.legal{max-width:980px}.legal--rich{padding-top:2.6rem}.legal__back{display:inline-flex;margin-bottom:1rem;color:var(--brand-deep);font-weight:700}.legal__eyebrow{margin:0;color:var(--brand-deep);font-size:.85rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.legal__meta{color:var(--muted)}.legal h1{margin:.4rem 0 .8rem;font-size:clamp(1.8rem,4vw,2.8rem)}.legal h2,.legal h3{margin:0}.legal p,.legal li{color:#2f3d53}.legal__surface{margin-top:1.2rem;border:1px solid var(--border);border-radius:16px;background:#f8fbfe;padding:1rem}.legal__toc{margin-top:.7rem;display:flex;flex-wrap:wrap;gap:.5rem}.legal__toc a{border:1px solid #cde9dd;background:#edfbf4;color:#0f9f66;border-radius:999px;padding:.35rem .65rem;font-weight:700;font-size:.86rem}.legal__section{margin-top:1.3rem;border-top:1px solid #dde4eb;padding-top:1rem}.legal__note{margin-top:1.6rem;border:1px solid #f1d8a8;background:#fffaec;border-radius:14px;padding:1rem}@media (max-width: 1080px){.site-header__inner{min-height:62px}.site-nav{display:none}.products-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.comparator__body{grid-template-columns:1fr}}@media (max-width: 760px){.site-header__actions .icon-button{display:none}.site-header__actions .store-button{min-height:38px;min-width:38px;padding:.45rem}.site-header__actions .store-button span{display:none}.hero__trust,.products-grid,.stats-strip__inner,.site-footer__grid{grid-template-columns:1fr}.hero__actions{width:100%;display:grid;grid-template-columns:1fr}.hero__actions .button,.lock-card__actions .button,.hero__actions .store-button,.lock-card__actions .store-button{width:100%}.site-header__actions{gap:.4rem}.comparator__toolbar,.result-card{grid-template-columns:1fr}.result-card__thumb{min-height:96px}.product-modal__actions{flex-direction:column}.product-modal__actions .button{width:100%;flex-basis:auto}}
