.contact-card{display:grid;grid-template-columns:160px 1fr 1fr;gap:30px;padding:28px;border:1px solid var(--line);border-radius:10px;font-size:18px}
.contact-card>div{display:flex;flex-direction:column;gap:8px}
.contact-card a{color:var(--green);font-weight:800}
.contact-card p{font-size:14px!important;margin:8px 0 0;color:var(--muted)}
.form-consent{display:flex;align-items:flex-start;gap:8px;font-size:12px;color:var(--muted)}
.form-consent input{margin-top:3px}
.form-consent a{color:var(--green);text-decoration:underline}
.legal-page{max-width:1020px;padding-top:55px;padding-bottom:95px}
.legal-page h1{font-size:48px;line-height:1.08;margin:12px 0 25px}
.legal-page .legal-lead{font-size:18px;color:var(--muted)}
.legal-page section{padding:27px 0;border-top:1px solid var(--line)}
.legal-page section:first-of-type{margin-top:38px}
.legal-page h2{font-size:25px;margin:0 0 13px}
.legal-page p,.legal-page li{color:#4f5c61}
.legal-page a{color:var(--green);text-decoration:underline}
.legal-details{margin:0;border:1px solid var(--line)}
.legal-details div{display:grid;grid-template-columns:220px 1fr;gap:20px;padding:12px 16px;border-bottom:1px solid var(--line)}
.legal-details div:last-child{border-bottom:0}
.legal-details dt{color:var(--muted)}
.legal-details dd{margin:0;font-weight:800}
.cookie-notice{position:fixed;z-index:2000;left:24px;right:24px;bottom:20px;max-width:920px;margin:auto;display:flex;align-items:center;justify-content:space-between;gap:28px;padding:20px 22px;background:#fff;border:1px solid var(--line);border-left:4px solid var(--lime);box-shadow:0 20px 60px #14251c38}
.cookie-notice.hidden{display:none}
.cookie-notice p{display:inline;margin:0 8px;color:var(--muted)}
.cookie-notice a{color:var(--green);font-weight:800}
.cookie-notice button{border:0;border-radius:7px;background:var(--green);color:#fff;padding:12px 25px;font-weight:900;cursor:pointer}
@media(max-width:700px){.contact-card{grid-template-columns:1fr}.legal-page h1{font-size:34px}.legal-details div{grid-template-columns:1fr;gap:3px}.cookie-notice{left:10px;right:10px;bottom:10px;align-items:stretch;flex-direction:column}.cookie-notice p{display:block;margin:5px 0}.cookie-notice button{width:100%}}
.company-group{margin:0!important;color:#dce3df!important;font-weight:700}.developer-credit{display:inline-block;margin-top:7px}.developer-credit a{color:#dce3df;text-decoration:underline;text-underline-offset:3px}.developer-credit a:hover{color:#fff}
