*{box-sizing:border-box}html{color-scheme:light;scroll-behavior:smooth}body{--bg:#f3f6f8;--surface:#fff;--ink:#172d36;--muted:#586d78;--line:#dce5e9;--accent:#087f68;margin:0;background:radial-gradient(ellipse at 10% 0%,#deeee9,transparent 45%),var(--bg);color:var(--ink);font:16px/1.6 Inter,system-ui,-apple-system,"Segoe UI",sans-serif}body.dark-mode{color-scheme:dark;--bg:#101c24;--surface:#192a34;--ink:#edf5f7;--muted:#afc2cc;--line:#354b58;--accent:#72dec2;background:radial-gradient(ellipse at 10% 0%,#173d39,transparent 45%),var(--bg)}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}button,summary{cursor:pointer}button{font:inherit}a,button,summary{-webkit-tap-highlight-color:transparent}a:focus-visible,button:focus-visible,summary:focus-visible{outline:3px solid #cf8611;outline-offset:4px}img{max-width:100%;display:block}h1,h2,h3,p{margin-top:0}h1{font-size:clamp(26px,4vw,40px);letter-spacing:-1.2px;line-height:1.2;margin-bottom:0}h2{font-size:24px;line-height:1.35;letter-spacing:-.4px}.site-header{background:var(--surface);border-bottom:1px solid var(--line)}.header-top,.main-nav{max-width:1120px;margin:auto;display:flex;align-items:center;justify-content:space-between;padding:18px 20px;gap:16px}.brand{display:flex;align-items:center;gap:12px;font-size:24px;font-weight:800;color:var(--ink);line-height:1.3;letter-spacing:-.6px}.brand:hover{text-decoration:none}.brand small{display:block;font-size:12px;font-weight:500;color:var(--muted);letter-spacing:0}.brand-mark{display:grid;place-items:center;width:46px;height:46px;background:#087f68;color:#fff;border-radius:14px;font-size:27px;letter-spacing:-2px}.main-nav{justify-content:flex-start;padding-top:0;gap:8px}.main-nav a,.main-nav button{padding:9px 16px;border-radius:9px;font-size:14px;font-weight:650;color:var(--muted);white-space:nowrap;border:0}.main-nav a[aria-current]{background:#e0f3ec;color:#08624f}.main-nav .telegram{margin-left:auto;color:var(--accent)}#darkModeToggle{width:44px;height:44px;border:1px solid var(--line);border-radius:12px;background:var(--surface);color:var(--ink);font-size:26px}.page-shell{max-width:1120px;margin:auto;padding:0 20px 40px}.page-heading{padding:20px 0 24px}.eyebrow{display:block;font-size:11px;letter-spacing:2px;font-weight:750;color:var(--accent);margin-bottom:9px}.offers-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.offer-card{min-width:0;display:flex;flex-direction:column;padding:20px;background:var(--surface);border:1px solid var(--line);border-radius:18px;box-shadow:0 5px 18px #102f3d06;transition:box-shadow .2s}.offer-card:hover{box-shadow:0 8px 24px #102f3d16}.offer-card.highlighted{border-color:#aa95cf;box-shadow:inset 0 3px #aa95cf}.offer-card.bordered{border-color:#249a78;box-shadow:inset 0 3px #249a78}.offer-header{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:76px;margin-bottom:18px}.offer-heading{min-width:0}.offer-heading h2{font-size:19px;margin:0 0 8px;overflow-wrap:anywhere}.offer-heading a{color:var(--ink)}.offer-logo{flex:0 0 125px;background:#fff;border-radius:10px;padding:6px}.offer-logo img{width:125px;height:58px;object-fit:contain}.offer-badge{font-size:11px;font-weight:750;display:inline-block;border-radius:5px;padding:3px 7px;color:#096044;background:#def4e8}.offer-info{display:grid;grid-template-columns:1fr 1fr;margin:0 0 18px;gap:8px}.offer-info>div{padding:10px 12px;background:var(--bg);border-radius:9px;min-width:0}.offer-info .amount{grid-column:1/-1;background:#eaf6f0}.dark-mode .offer-info .amount{background:#203e37}.offer-info dt{font-size:12px;color:var(--muted);margin-bottom:3px}.offer-info dd{margin:0;font-size:14px;font-weight:700;overflow-wrap:anywhere;line-height:1.45}.offer-info .amount dd{font-size:24px;letter-spacing:-.5px}.offer-info abbr{text-decoration:none}
.offer-btn{    background: linear-gradient(135deg, #ff8a00 0%, #ff641e 55%, #f04438 100%);
    color: #fff;
    box-shadow: 0 9px 18px rgba(240, 68, 56, .23), inset 0 1px 0 rgba(255, 255, 255, .24);
    border: 1px solid rgba(192, 50, 35, .12);
    letter-spacing: -.01em;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    font-weight: 750;
    min-height: 48px;
    padding: 12px 14px;
    border-radius: 10px;
    margin-top: auto;}
.offer-btn:hover{background:linear-gradient(135deg, #ff8a00 0%, #e65514 55%, #d43328 100%);text-decoration:none}
.offer-btn span{font-size:20px}.offer-details{margin-top:10px}.offer-details summary{text-align:center;padding:9px 0;font-size:13px;font-weight:600;color:var(--muted);list-style-position:inside}.details-content{padding:12px 0 0;border-top:1px solid var(--line);font-size:13px;overflow-wrap:anywhere}.details-content a{display:block;margin:8px 0}.details-content p:last-child{margin-bottom:0}.intro-panel,.prose{background:var(--surface);border:1px solid var(--line);border-radius:18px;padding:30px;margin-top:24px}.intro-panel p{max-width:850px}.muted{color:var(--muted);font-size:14px}.telegram-block{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:22px 28px;background:var(--surface);border:1px solid var(--line);border-radius:16px;margin:24px 0}.telegram-block small{display:block;color:var(--muted)}.telegram-block>span:last-child{font-size:28px}.prose>h2:not(:first-child){margin-top:32px}.prose p{color:var(--muted)}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin:24px 0}.steps>div{background:var(--bg);padding:18px;border-radius:12px}.steps b{font-size:15px}.steps p{font-size:14px;margin:8px 0 0}.faq{border-top:1px solid var(--line);padding:16px 0}.faq summary{font-weight:650}.faq p{margin:12px 0 0}.ads-block{margin:20px 0;min-height:100px;text-align:center;overflow:hidden}.ad-label{display:block;color:var(--muted);font-size:11px;letter-spacing:1px;margin-bottom:8px}.site-footer{background:var(--surface);border-top:1px solid var(--line);padding:32px 20px}.footer-inner{max-width:1080px;margin:auto}.footer-brand{font-weight:800;font-size:20px}.site-footer nav{display:flex;flex-wrap:wrap;gap:12px 24px;margin:18px 0}.site-footer nav a{font-size:14px}.site-footer p,.site-footer small{color:var(--muted);font-size:13px;max-width:850px}.skip-link{position:absolute;top:-100px;left:12px;background:var(--surface);padding:12px;z-index:10}.skip-link:focus{top:10px}[hidden]{display:none!important}@media(max-width:960px){.offers-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.steps{grid-template-columns:1fr}}@media(max-width:600px){.header-top{padding:14px 16px}.brand{font-size:21px}.brand small{font-size:11px}.brand-mark{width:40px;height:40px}.main-nav{padding:0 10px 12px;gap:2px;flex-wrap:wrap}.main-nav a{padding:8px 9px;font-size:12px}.main-nav .telegram{margin-left:auto}.page-shell{padding:0 12px 28px}.page-heading{padding:12px 2px 18px}.eyebrow{font-size:10px}.offers-grid{grid-template-columns:1fr;gap:14px}.offer-card{padding:18px}.offer-logo{flex-basis:140px}.offer-logo img{width:140px;height:62px}.offer-header{margin-bottom:12px}.offer-info dd{font-size:15px}.offer-btn{font-size:15px}.intro-panel,.prose{padding:22px 18px}.intro-panel h2,.prose h2{font-size:22px}.telegram-block{padding:18px}.ads-block{margin:14px 0}.site-footer nav{gap:12px 18px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}

/* Mobile clarity and compact directory — revision 2 */
body{--bg:#e1e9ee;--line:#c2d0da;background:radial-gradient(ellipse at 15% 0%,#d4e6e3,transparent 55%),var(--bg)}
body.dark-mode{--bg:#0b1721;--surface:#20313d;--line:#466071;background:radial-gradient(ellipse at 15% 0%,#133830,transparent 55%),var(--bg)}
.offer-card{border-color:#b9cbd6;box-shadow:0 5px 15px #233c5012}
.dark-mode .offer-card{border-color:#466071;box-shadow:0 5px 15px #0003}
.offer-info>div{background:#eff3f6}.dark-mode .offer-info>div{background:#162631}
.brand-art{display:flex;flex-direction:column;align-items:flex-start}.brand-art img{width:228px;height:auto;max-height:76px;object-fit:contain}.brand-art small{font-size:11px;margin-top:-2px;letter-spacing:0}
.header-top{padding-top:8px;padding-bottom:12px}
.main-nav .telegram{display:inline-flex;align-items:center;justify-content:center;gap:7px}.main-nav .telegram img{flex:0 0 22px;width:22px;height:22px}
.telegram-block{justify-content:flex-start;gap:14px}.telegram-block>span:last-child{margin-left:auto}.telegram-icon{flex:0 0 40px;width:40px;height:40px}
.offer-info .amount dd{font-size:22px;line-height:1.3}.offer-info dd b,.offer-info dd strong{font-weight:750}.dark-mode .offer-text-green{color:#78e7ae!important}
.page-list .offers-grid{gap:12px}.page-list .offer-card{padding:14px;border-radius:14px}.page-list .offer-header{min-height:48px;margin-bottom:10px;gap:10px}.page-list .offer-heading h2{font-size:17px;margin-bottom:4px}.page-list .offer-logo{flex-basis:108px;padding:3px 5px}.page-list .offer-logo img{width:98px;height:44px}.page-list .offer-info{gap:6px;margin-bottom:10px}.page-list .offer-info>div{padding:7px 10px}.page-list .offer-info dt{font-size:11px;margin-bottom:1px}.page-list .offer-info dd{font-size:13px;line-height:1.3}.page-list .offer-info .amount dd{font-size:19px}.page-list .offer-btn{min-height:44px;padding:9px 12px;font-size:13px}.page-list .offer-details{margin-top:2px}.page-list .offer-details summary{padding:11px 0;font-size:12px;min-height:44px}.page-list .details-content{font-size:13px}
@media(max-width:600px){.brand-art img{width:205px;max-height:68px}.brand-art small{font-size:11px}.header-top{padding:6px 14px 10px}.page-shell{padding-left:10px;padding-right:10px}.offer-card{border-radius:15px;padding:16px}.offer-header{min-height:62px;margin-bottom:10px}.offer-info{margin-bottom:12px;gap:7px}.offer-info>div{padding:8px 11px}.offer-info .amount dd{font-size:22px}.offer-info dd{font-size:14px}.offer-logo{flex-basis:128px}.offer-logo img{width:128px;height:56px}.main-nav a{min-height:44px;display:inline-flex;align-items:center}.offer-details summary{min-height:44px;padding:11px 0}.page-list .offer-card{padding:12px 14px}.page-list .offer-header{min-height:44px;margin-bottom:8px}.page-list .offer-info{grid-template-columns:minmax(0,1.15fr) minmax(0,1fr);gap:5px 8px}.page-list .offer-info .amount{grid-column:1;grid-row:1/3;display:flex;flex-direction:column;justify-content:center}.page-list .offer-info>div:not(.amount){grid-column:2;padding:4px 8px}.page-list .offer-info .amount dd{font-size:19px}.page-list .offer-info dd{font-size:12px}.page-list .offer-info .amount{padding:9px 10px}.page-list .offer-logo{flex-basis:108px}.page-list .offer-logo img{width:98px;height:44px}.telegram-block{padding:16px 14px}.telegram-block strong{font-size:14px}.telegram-block small{font-size:12px}}
