*{box-sizing:border-box;margin:0;padding:0}body{background:var(--page-bg);color:var(--body-ink);font-family:var(--font);font-size:16px;line-height:1.4;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}img{max-width:100%}.btn{align-items:center;background:var(--primary-color);border:none;border-radius:999px;box-shadow:0 4px 8px rgba(0,34,101,.2);color:var(--on-primary);cursor:pointer;display:flex;font-family:var(--font);font-size:1rem;font-weight:400;justify-content:center;line-height:1.375;min-height:44px;padding:11px 16px;text-align:center;transition:background .15s ease,box-shadow .15s ease}.btn:hover{background:var(--primary-color-dark)}.btn:active{background:var(--primary-color-darker);box-shadow:0 2px 4px rgba(0,34,101,.24)}.btn:focus-visible{outline:2px solid var(--ink);outline-offset:2px}.topbar{align-items:center;background:var(--topbar-bg);display:flex;height:44px;justify-content:center;padding:0 20px}.topbar__logo{display:block;height:auto;max-height:24px;max-width:200px;width:auto}.wall{margin:0 auto;max-width:390px;padding:20px 20px 40px;width:100%}@media(min-width:768px){.wall{max-width:900px}}.wall__card{background:var(--card-bg);border-radius:24px;box-shadow:0 2px 24px rgba(0,0,0,.04);padding:20px}.wall__title{color:var(--ink);font-size:1.25rem;font-weight:700;line-height:1.25;margin-bottom:16px;text-align:center}@media(min-width:768px){.wall__title{font-size:1.5rem}}.offers{gap:16px}.offer,.offers{display:flex;flex-direction:column}.offer{background:var(--card-bg);border-radius:12px;box-shadow:2px 4px 12px rgba(1,32,95,.08);padding:20px}.offer__brand{width:fit-content}.offer__brand,.offer__logo{display:block;max-width:100%}.offer__logo{height:28px;object-fit:contain;object-position:left center;width:auto}.offer__title{color:var(--ink);font-size:1rem;font-weight:400;line-height:1.375;margin-top:8px}.offer__title b,.offer__title strong{font-weight:700}.offer__link{transition:color .15s ease}.offer__link:hover{color:var(--primary-color)}.offer__link:active{color:var(--primary-color-dark)}.offer__link:focus-visible{border-radius:4px;outline:2px solid var(--primary-color);outline-offset:2px}.offer__points{color:var(--body-ink);font-size:.81rem;line-height:1.54;margin-top:10px}.offer__points ul{display:flex;flex-direction:column;gap:6px;list-style:none}.offer__points li{align-items:flex-start;display:flex;gap:6px}.offer__points li:before{background:rgba(33,164,53,.2) url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' viewBox='0 0 20 20'%3E%3Cpath stroke='%2321a435' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.7' d='m7.25 10.2 2.05 1.75 3.45-3.9'/%3E%3C/svg%3E") 50% no-repeat;border-radius:50%;content:"";flex:none;height:20px;width:20px}.offer__cta{margin-top:16px}@media(min-width:768px){.offer{align-items:center;flex-direction:row;gap:24px}.offer__brand{flex:none;height:72px;width:160px}.offer__logo{height:100%;object-position:center;width:100%}.offer__content{flex:1;min-width:0}.offer__cta,.offer__title{margin-top:0}.offer__cta{flex:none;width:200px}}