:root{--green:#008f5a;--dark:#004b32;--soft:#d9f7e8;--yellow:#ffcf21;--cream:#fff8df;--ink:#123a2d;--muted:#5c6e67;--line:#dfd6b6;--white:#fff}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;color:var(--ink);background:linear-gradient(145deg,var(--cream),#f1fff7);font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.65}
a{color:var(--green)}
.terms-shell{width:min(900px,calc(100% - 32px));margin-inline:auto}
.terms-header{position:sticky;top:0;z-index:10;border-bottom:1px solid rgba(0,143,90,.14);background:rgba(255,248,223,.92);backdrop-filter:blur(16px)}
.header-row{min-height:76px;display:flex;align-items:center;justify-content:space-between;gap:18px}
.terms-brand{display:flex;align-items:center;gap:10px;color:var(--green);text-decoration:none}
.terms-brand img{width:52px;height:52px}
.terms-brand b{display:block;font-size:20px;line-height:1}
.terms-brand small{display:block;margin-top:4px;font-size:9px;font-weight:900;letter-spacing:.08em}
.terms-languages{display:flex;gap:3px;padding:3px;border:1px solid var(--line);border-radius:11px;background:#fff}
.terms-languages a{display:grid;width:36px;height:31px;place-items:center;border-radius:8px;color:var(--muted);font-size:11px;font-weight:900;text-decoration:none}
.terms-languages a.active{color:var(--dark);background:var(--yellow)}
.terms-card{margin:42px 0;padding:clamp(24px,5vw,52px);border:1px solid rgba(0,143,90,.13);border-radius:26px;background:var(--white);box-shadow:0 22px 65px rgba(0,75,50,.12)}
.kicker{margin:0 0 10px;color:var(--green);font-size:12px;font-weight:900;letter-spacing:.13em;text-transform:uppercase}
h1{max-width:720px;margin:0;color:var(--dark);font-size:clamp(34px,6vw,54px);line-height:1.02;letter-spacing:-.045em}
.updated{margin:13px 0 24px;color:var(--muted);font-size:12px;font-weight:700}
.intro{padding:17px 19px;border-left:4px solid var(--yellow);border-radius:0 13px 13px 0;background:var(--soft);font-size:15px;font-weight:650}
section{padding:22px 0;border-bottom:1px solid #ece9df}
section:last-of-type{border-bottom:0}
h2{margin:0 0 10px;color:var(--dark);font-size:20px;line-height:1.25}
p,li{color:#425d54;font-size:14px}
ul{margin:0;padding-left:20px}
li+li{margin-top:7px}
.back-button{min-height:48px;display:inline-flex;align-items:center;justify-content:center;margin-top:18px;padding:0 22px;border-radius:12px;color:#fff;background:var(--green);font-size:14px;font-weight:900;text-decoration:none;box-shadow:0 10px 25px rgba(0,143,90,.22)}
.back-button:hover{background:var(--dark)}
.fill-box,.company-box,.legal-form{margin:14px 0;padding:16px;border:1px solid rgba(0,143,90,.24);border-radius:16px;background:#f6fbf8}
.fill-box p,.company-box p,.legal-form p{margin:8px 0}
.fill-line{display:inline-block;min-width:180px;color:#9a4f00;font-weight:800;letter-spacing:.02em}
@media(max-width:600px){.terms-header{position:static}.header-row{min-height:68px}.terms-brand img{width:44px;height:44px}.terms-brand b{font-size:17px}.terms-brand small{font-size:8px}.terms-languages a{width:31px}.terms-card{margin:18px 0;padding:23px;border-radius:19px}h1{font-size:36px}.intro{font-size:14px}section{padding:19px 0}}
