:root{--ink:#30211b;--ink-2:#49352c;--cream:#f6e5c8;--paper:#fffaf1;--paper-2:#f4efe7;--muted:#786b64;--line:rgba(48,33,27,.14);--tg:#2481cc;--max:#1677ff;--shadow:0 28px 80px rgba(48,33,27,.16)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:var(--paper);font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;font-size:17px;line-height:1.55}a{color:inherit}.shell{width:min(1180px,calc(100% - 40px));margin-inline:auto}.hero{position:relative;overflow:hidden;min-height:720px;padding:36px 0 72px;background:linear-gradient(145deg,#fffaf1 0%,#f9ead3 55%,#efd5ae 100%)}.hero__grid{display:grid;grid-template-columns:1.08fr .92fr;gap:72px;align-items:center;min-height:610px;position:relative;z-index:1}.hero__glow{position:absolute;border-radius:50%;filter:blur(6px);opacity:.55}.hero__glow--one{width:430px;height:430px;background:#fff;right:-150px;top:-180px}.hero__glow--two{width:310px;height:310px;background:#d1b691;left:-170px;bottom:-150px}.brand{display:inline-flex;align-items:center;gap:16px;text-decoration:none;font-size:20px;font-weight:800;letter-spacing:.22em}.brand img{border-radius:20px;box-shadow:0 10px 30px rgba(48,33,27,.2)}.brand--small{font-size:17px;gap:12px}.brand--small img{border-radius:14px}.eyebrow{margin:56px 0 14px;text-transform:uppercase;font-size:13px;font-weight:800;letter-spacing:.18em;color:#9b704b}.hero h1,.document h1{font-size:clamp(48px,7vw,88px);line-height:.98;letter-spacing:-.055em;margin:0;max-width:850px}.lead{font-size:21px;line-height:1.5;max-width:640px;margin:28px 0 30px;color:var(--ink-2)}.messenger-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;max-width:650px}.button{min-height:74px;border-radius:20px;padding:14px 20px;display:flex;align-items:center;justify-content:center;gap:14px;color:#fff;text-decoration:none;font-size:20px;font-weight:800;box-shadow:0 15px 32px rgba(34,115,194,.2);transition:transform .18s ease,box-shadow .18s ease}.button:hover{transform:translateY(-3px);box-shadow:0 20px 38px rgba(34,115,194,.27)}.button:focus-visible{outline:4px solid rgba(48,33,27,.25);outline-offset:3px}.button svg{width:30px;height:30px;fill:#fff}.button span{display:flex;flex-direction:column;line-height:1.15}.button small{font-weight:500;font-size:12px;opacity:.8}.button--telegram{background:linear-gradient(135deg,#2aabee,#1877bd)}.button--max{background:linear-gradient(135deg,#4b62ff,#04bde9)}.max-mark{width:32px;height:32px;border:4px solid #fff;border-radius:12px;font-size:0;position:relative}.max-mark:after{content:"";position:absolute;width:8px;height:8px;border-radius:50%;background:#fff;left:8px;top:8px}.helper{font-size:14px;color:var(--muted);max-width:620px}.loyalty-card{aspect-ratio:1.58/1;background:linear-gradient(145deg,#392720,#261915);border-radius:34px;color:#fff;padding:30px;box-shadow:var(--shadow);position:relative;overflow:hidden;transform:rotate(2deg)}.loyalty-card:before{content:"";position:absolute;width:300px;height:300px;border-radius:50%;background:#f3dec0;top:50%;left:50%;transform:translate(-50%,-55%);opacity:.97}.loyalty-card__top,.loyalty-card__rules{position:relative;z-index:2;display:flex;justify-content:space-between}.loyalty-card__top{font-size:12px;letter-spacing:.16em;font-weight:750}.loyalty-card__rules{position:absolute;left:30px;right:30px;bottom:24px}.loyalty-card__rules div{display:flex;flex-direction:column}.loyalty-card__rules div:last-child{text-align:right}.loyalty-card__rules strong{font-size:22px}.loyalty-card__rules span{font-size:12px;opacity:.72}.cup{position:absolute;z-index:1;left:50%;top:48%;transform:translate(-50%,-50%);width:170px;height:150px}.cup__body{position:absolute;left:20px;bottom:5px;width:120px;height:95px;background:#fffaf1;border-radius:3px 3px 55px 55px}.cup__handle{position:absolute;right:0;bottom:30px;width:54px;height:52px;border:18px solid #fffaf1;border-left:0;border-radius:0 30px 30px 0}.steam{position:absolute;top:0;width:10px;height:43px;border-left:8px solid #fffaf1;border-radius:50%}.steam--1{left:48px;transform:rotate(-8deg)}.steam--2{left:82px}.steam--3{left:116px;transform:rotate(8deg)}.how{padding:110px 0}.how .eyebrow,.details .eyebrow{margin:0 0 10px}.how h2,.details h2{font-size:clamp(38px,5vw,64px);line-height:1.05;letter-spacing:-.045em;margin:0}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:48px}.steps article{padding:30px;border:1px solid var(--line);border-radius:24px;background:#fff;min-height:250px}.steps article>span{display:inline-grid;place-items:center;width:48px;height:48px;border-radius:50%;background:var(--cream);font-weight:850}.steps h3{font-size:24px;margin:34px 0 10px}.steps p{margin:0;color:var(--muted)}.facts{background:var(--ink);color:#fff;padding:72px 0}.facts__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.facts__grid div{display:flex;flex-direction:column;text-align:center;border-right:1px solid rgba(255,255,255,.15)}.facts__grid div:last-child{border:0}.facts strong{font-size:clamp(38px,6vw,68px);letter-spacing:-.05em}.facts span{color:#d9cabe}.details{padding:110px 0;display:grid;grid-template-columns:1fr 1fr;gap:70px}.details__text{font-size:20px;color:var(--ink-2)}.details__text p:first-child{margin-top:0}footer{padding:54px 0;background:#211611;color:#fff}.footer__grid{display:grid;grid-template-columns:1fr 1fr 1.2fr;gap:40px}.footer__brand{font-weight:900;letter-spacing:.24em;font-size:22px}.footer__grid p{color:#bfaea4;margin:.5em 0;font-size:14px}.footer__grid nav{display:flex;flex-direction:column;gap:10px}.footer__grid nav a{color:#fff;text-underline-offset:4px}.footer__legal{text-align:right}.document-page{background:var(--paper-2)}.document-header{position:sticky;top:0;z-index:10;background:rgba(255,250,241,.92);backdrop-filter:blur(18px);border-bottom:1px solid var(--line)}.document-header__inner{height:84px;display:flex;align-items:center;justify-content:space-between}.back-link{font-weight:700;text-underline-offset:5px}.document{max-width:900px;padding:80px 0 110px}.document>.eyebrow{margin:0 0 16px}.document h1{font-size:clamp(42px,6vw,72px);margin-bottom:28px}.document__intro{font-size:22px;color:var(--ink-2);max-width:780px}.document-nav{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px 25px;margin:46px 0 60px;padding:28px;border-radius:22px;background:#fff;border:1px solid var(--line)}.document-nav strong{grid-column:1/-1;margin-bottom:6px}.document-nav a{text-underline-offset:4px}.document section{padding:34px 0;border-top:1px solid var(--line);scroll-margin-top:110px}.document h2{font-size:30px;letter-spacing:-.025em;margin:0 0 18px}.document p,.document li{color:#4d403a}.document li+li{margin-top:10px}.document a{font-weight:650;text-underline-offset:4px}.contact-card{margin-top:28px;padding:25px;border-radius:20px;background:var(--cream)}.contact-card p{margin-bottom:0}.document-footer{padding:32px 0}.document-footer .shell{display:flex;gap:28px;flex-wrap:wrap}.document-footer span{margin-left:auto;color:#bfaea4}.not-found{min-height:100vh;display:grid;place-items:center;text-align:center;padding:30px}.not-found img{border-radius:28px}.not-found h1{font-size:clamp(42px,7vw,76px);margin:28px 0 10px}.not-found p{color:var(--muted)}.not-found a{display:inline-block;margin-top:20px;padding:14px 22px;border-radius:14px;background:var(--ink);color:#fff;text-decoration:none;font-weight:750}
@media(max-width:850px){.hero{padding-top:24px}.hero__grid{grid-template-columns:1fr;gap:50px;padding-top:10px}.hero__copy{order:1}.loyalty-card{order:2;width:min(560px,100%);justify-self:center}.steps{grid-template-columns:1fr}.steps article{min-height:0}.details{grid-template-columns:1fr;gap:35px}.footer__grid{grid-template-columns:1fr 1fr}.footer__legal{text-align:left;grid-column:1/-1}}
@media(max-width:560px){body{font-size:16px}.shell{width:min(100% - 28px,1180px)}.hero{min-height:0;padding-bottom:54px}.hero__grid{min-height:0}.brand img{width:58px;height:58px;border-radius:16px}.eyebrow{margin-top:42px}.hero h1{font-size:49px}.lead{font-size:18px}.messenger-actions{grid-template-columns:1fr}.button{min-height:70px}.loyalty-card{border-radius:25px;padding:22px}.loyalty-card__rules{left:22px;right:22px;bottom:18px}.loyalty-card__rules strong{font-size:17px}.cup{transform:translate(-50%,-50%) scale(.73)}.how,.details{padding:75px 0}.facts{padding:48px 0}.facts__grid{grid-template-columns:1fr}.facts__grid div{border-right:0;border-bottom:1px solid rgba(255,255,255,.15);padding-bottom:25px}.facts__grid div:last-child{padding-bottom:0}.footer__grid{grid-template-columns:1fr}.footer__legal{grid-column:auto}.document-header__inner{height:72px}.document-header .brand span{display:none}.document{padding:54px 0 80px}.document-nav{grid-template-columns:1fr;padding:22px}.document h2{font-size:26px}.document ol,.document ul{padding-left:24px}.document-footer .shell{flex-direction:column;gap:12px}.document-footer span{margin-left:0}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.button{transition:none}}
