:root {
  --paper: #f2f1ec;
  --ink: #121311;
  --muted: #666861;
  --line: #c9cac3;
  --signal: #b7f238;
  --alert: #ff6043;
  --pad: clamp(20px, 4.2vw, 68px);
  --sans: Arial, "Helvetica Neue", sans-serif;
  --serif: Georgia, "Times New Roman", serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--paper); }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); line-height: 1.55; letter-spacing: 0; }
button, input, textarea { color: inherit; font: inherit; letter-spacing: 0; }
button { border: 0; cursor: pointer; }
a { color: inherit; text-decoration: none; }
svg { width: 18px; height: 18px; stroke-width: 1.8; }
::selection { background: var(--signal); }

.info-header { position: relative; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; min-height: 92px; padding: 0 var(--pad); border-bottom: 1px solid var(--ink); }
.info-brand { display: flex; align-items: center; justify-self: start; font-size: 28px; font-weight: 900; line-height: 1; }
.info-brand strong { display: grid; place-items: center; width: 29px; height: 29px; margin-left: 7px; background: var(--signal); font-size: 12px; }
.info-header > p { margin: 0; color: var(--muted); font-family: var(--serif); font-size: 12px; font-style: italic; }
.info-actions { display: flex; align-items: center; gap: 18px; justify-self: end; font-size: 9px; font-weight: 900; text-transform: uppercase; }
.info-actions a:first-child { display: flex; align-items: center; gap: 8px; }
.info-actions a:first-child:hover { color: #4f7510; }
.info-subscribe { display: grid; place-items: center; min-height: 36px; padding: 0 14px; background: var(--signal); }
.info-subscribe:hover { color: #fff; background: var(--ink); }
.info-platform-lines { display: flex; align-items: center; gap: 2px; }
.info-platform { display: grid; place-items: center; min-width: 57px; min-height: 36px; padding: 0 7px; border: 1px solid var(--ink); font-size: 8px; white-space: nowrap; }
.info-platform:hover { color: #fff; background: var(--ink); }
.platform-short { display: none; }

.info-main { min-height: calc(100svh - 260px); }
.info-hero { display: grid; grid-template-columns: .72fr 1.28fr; gap: 70px; align-items: end; min-height: 410px; padding: 90px var(--pad) 70px; border-bottom: 1px solid var(--ink); }
.info-kicker { align-self: start; margin: 4px 0 0; color: #527d0c; font-size: 9px; font-weight: 900; text-transform: uppercase; }
.info-kicker::before { content: ""; display: inline-block; width: 7px; height: 7px; margin-right: 9px; background: var(--signal); border-radius: 50%; }
.info-hero h1 { max-width: 900px; margin: 0; font-family: var(--serif); font-size: clamp(58px, 8vw, 118px); font-weight: 400; line-height: .86; }
.info-hero .compact-title { font-size: clamp(52px, 7vw, 96px); }

.info-layout { display: grid; grid-template-columns: minmax(190px, .7fr) minmax(0, 1.3fr); gap: 70px; max-width: 1240px; margin: 0 auto; padding: 85px var(--pad) 120px; }
.info-aside { align-self: start; position: sticky; top: 35px; }
.info-aside p { margin: 0 0 22px; color: var(--muted); font-size: 10px; font-weight: 800; text-transform: uppercase; }
.info-aside nav { display: grid; border-top: 1px solid var(--ink); }
.info-aside a { padding: 12px 0; color: var(--muted); border-bottom: 1px solid var(--line); font-size: 10px; font-weight: 800; }
.info-aside a:hover, .info-aside a.active { color: var(--ink); }
.info-aside a.active::before { content: ""; display: inline-block; width: 7px; height: 7px; margin-right: 8px; background: var(--signal); }
.info-content { max-width: 760px; }
.info-lead { margin: 0 0 65px; font-family: var(--serif); font-size: clamp(25px, 3vw, 37px); line-height: 1.2; }
.info-content section { scroll-margin-top: 30px; margin-top: 60px; padding-top: 28px; border-top: 1px solid var(--ink); }
.info-content section:first-of-type { margin-top: 0; }
.info-content h2 { margin: 0 0 22px; font-family: var(--serif); font-size: 31px; font-weight: 400; line-height: 1.12; }
.info-content h3 { margin: 34px 0 10px; font-size: 12px; text-transform: uppercase; }
.info-content p, .info-content li { color: #444740; font-family: var(--serif); font-size: 17px; line-height: 1.75; }
.info-content ul { padding-left: 21px; }
.info-content a { text-decoration: underline; text-underline-offset: 3px; }
.info-content a:hover { background: var(--signal); }
.updated { display: inline-block; margin-bottom: 35px; padding: 7px 9px; background: var(--signal); font-size: 9px; font-weight: 900; text-transform: uppercase; }

.faq-list { border-top: 1px solid var(--ink); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 24px 50px 24px 0; list-style: none; font-family: var(--serif); font-size: 21px; cursor: pointer; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; top: 21px; right: 5px; font-family: var(--sans); font-size: 24px; font-weight: 300; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { max-width: 650px; margin: 0 0 26px; font-size: 15px; }

.contact-form { display: grid; gap: 24px; margin-top: 45px; padding-top: 30px; border-top: 1px solid var(--ink); }
.contact-form label { display: grid; gap: 8px; font-size: 9px; font-weight: 900; text-transform: uppercase; }
.contact-form input, .contact-form textarea, .contact-form select { width: 100%; padding: 13px 0; color: var(--ink); background: transparent; border: 0; border-bottom: 1px solid var(--ink); border-radius: 0; outline: 0; font-family: var(--serif); font-size: 18px; resize: vertical; }
.contact-form textarea { min-height: 130px; }
.contact-form button { display: inline-flex; align-items: center; gap: 15px; justify-self: start; min-height: 46px; padding: 0 17px; color: #fff; background: var(--ink); font-size: 10px; font-weight: 900; text-transform: uppercase; }
.contact-form button:hover { color: var(--ink); background: var(--signal); }
.contact-status { min-height: 22px; margin: -8px 0 0; color: #527d0c !important; font-family: var(--sans) !important; font-size: 11px !important; font-weight: 800; }

.info-footer { display: grid; grid-template-columns: 1fr auto; gap: 30px; align-items: center; min-height: 150px; padding: 35px var(--pad); color: #9b9d96; background: var(--ink); font-size: 9px; text-transform: uppercase; }
.info-footer nav { display: flex; flex-wrap: wrap; gap: 22px; }
.info-footer a:hover { color: var(--signal); }
.info-footer p { grid-column: 1 / -1; margin: 0; padding-top: 25px; border-top: 1px solid #32342f; }

@media (max-width: 720px) {
  :root { --pad: 20px; }
  .info-header { grid-template-columns: 1fr auto; min-height: 120px; padding-bottom: 42px; }
  .info-header > p, .info-actions > a:first-child span { display: none; }
  .info-actions { gap: 8px; }
  .info-actions a:first-child { display: grid; place-items: center; width: 36px; height: 36px; }
  .info-platform-lines { position: absolute; right: var(--pad); bottom: 8px; left: var(--pad); display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 2px; }
  .info-platform { min-width: 0; min-height: 30px; padding: 0 4px; }
  .info-subscribe { padding-right: 9px; padding-left: 9px; font-size: 8px; }
  .info-hero { grid-template-columns: 1fr; gap: 45px; min-height: 340px; padding-top: 70px; }
  .info-hero h1 { font-size: 62px; }
  .info-hero .compact-title { font-size: 51px; }
  .info-layout { grid-template-columns: 1fr; gap: 55px; padding-top: 65px; padding-bottom: 90px; }
  .info-aside { position: static; }
  .info-aside nav { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .info-aside a:nth-child(odd) { padding-right: 10px; }
  .info-aside a:nth-child(even) { padding-left: 10px; border-left: 1px solid var(--line); }
  .info-lead { font-size: 27px; }
  .info-content p, .info-content li { font-size: 16px; }
  .info-footer { grid-template-columns: 1fr; }
}

@media (max-width: 360px) {
  .info-platform .platform-long { display: none; }
  .info-platform .platform-short { display: inline; }
}
