:root {
  --ink: #0b1110;
  --paper: #f4f0e8;
  --violet: #5d64f5;
  --lime: #dfff45;
  --line: rgba(11, 17, 16, 0.14);
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Manrope, Arial, sans-serif;
}
.shell {
  width: min(1120px, calc(100% - 40px));
  margin: auto;
}
.top {
  height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
}
.brand {
  display: flex;
  align-items: center;
  gap: 11px;
  color: inherit;
  text-decoration: none;
}
.brand-name {
  display: flex;
  flex-direction: column;
}
.brand-name strong {
  font-size: 15px;
}
.brand-name b {
  font-size: 9px;
  letter-spacing: 0.12em;
  color: var(--violet);
  text-transform: uppercase;
}
.top nav,
.footer > div {
  display: flex;
  align-items: center;
  gap: 22px;
  flex-wrap: wrap;
  max-width: 100%;
}
.top nav a,
.footer a {
  color: inherit;
  text-decoration: none;
  font-size: 12px;
}
.footer a {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
}
.top .cabinet {
  padding: 11px 16px;
  border-radius: 30px;
  background: var(--ink);
  color: white;
}
.hero {
  padding: 105px 0 70px;
  max-width: 900px;
}
.eyebrow {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.17em;
  color: var(--violet);
}
h1,
h2 {
  font-family: Unbounded, Manrope, sans-serif;
  letter-spacing: -0.055em;
  line-height: 1.04;
}
h1 {
  font-size: clamp(45px, 7vw, 78px);
  margin: 22px 0;
}
h1 em,
h2 em {
  font-style: normal;
  color: var(--violet);
}
.hero > p {
  font-size: 18px;
  line-height: 1.7;
  max-width: 720px;
  color: #4f5956;
}
.facts,
.grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.facts {
  margin-bottom: 100px;
}
.fact,
.card,
.legal-section,
.support-card {
  background: white;
  border-radius: 22px;
  padding: 27px;
}
.fact b {
  font: 700 29px Unbounded;
}
.fact span {
  display: block;
  margin-top: 9px;
  color: #64706c;
  font-size: 11px;
}
.section {
  padding: 90px 0;
}
.section-head {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: end;
  margin-bottom: 40px;
}
.section h2 {
  font-size: clamp(32px, 4vw, 52px);
  margin: 0;
}
.section-head p,
.card p,
.legal-section p,
.support-card p,
.legal-section li {
  color: #59635f;
  line-height: 1.7;
  font-size: 13px;
}
.card span {
  font-size: 9px;
  letter-spacing: 0.15em;
  color: var(--violet);
  font-weight: 800;
}
.card h3 {
  font-size: 17px;
  margin: 25px 0 9px;
}
.dark {
  background: var(--ink);
  color: white;
}
.dark .section-head p,
.dark .card p {
  color: #9aa5a1;
}
.dark .card {
  background: #151e1b;
}
.dark .card span {
  color: var(--lime);
}
.cta {
  margin-top: 70px;
  background: var(--violet);
  color: white;
  border-radius: 28px;
  padding: 50px;
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 30px;
}
.cta h2 {
  font-size: clamp(30px, 4vw, 48px);
}
.cta a {
  background: white;
  color: var(--ink);
  padding: 16px 21px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 800;
  font-size: 12px;
}
.legal {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 35px;
  padding-bottom: 100px;
}
.legal aside {
  position: sticky;
  top: 30px;
  height: max-content;
}
.legal aside a {
  display: block;
  color: #68716e;
  text-decoration: none;
  font-size: 12px;
  padding: 7px 0;
}
.legal-section {
  margin-bottom: 14px;
}
.legal-section h2 {
  font-size: 24px;
}
.legal-note {
  padding: 18px;
  border-radius: 14px;
  background: #e9e7ff;
  color: #34398d;
  font-size: 12px;
  line-height: 1.6;
}
.support-layout {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 18px;
  padding-bottom: 100px;
}
.support-standards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-bottom: 18px;
}
.support-standards article {
  padding: 23px;
  border-radius: 18px;
  background: var(--ink);
  color: white;
}
.support-standards b,
.support-standards span {
  display: block;
}
.support-standards b {
  color: var(--lime);
  font: 700 18px Unbounded;
}
.support-standards span {
  margin-top: 8px;
  color: #b8c2be;
  font-size: 11px;
  line-height: 1.5;
}
.support-sla-note {
  margin-bottom: 48px;
  color: #68716e;
  font-size: 11px;
  line-height: 1.6;
}
.inline-support-action {
  display: inline-block;
  margin-top: 8px;
  min-height: 40px;
  padding: 8px 0;
  border: 0;
  background: none;
  color: var(--ink);
  font-size: 11px;
  font-weight: 800;
  text-decoration: underline;
  cursor: pointer;
}
.ticket-history {
  padding: 20px 0 100px;
}
.ticket-rows {
  display: grid;
  gap: 12px;
}
.ticket-row {
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: white;
}
.ticket-row header {
  display: flex;
  justify-content: space-between;
  gap: 18px;
}
.ticket-row header b,
.ticket-row header span {
  display: block;
}
.ticket-row header span,
.ticket-row small {
  margin-top: 4px;
  color: #74807c;
  font-size: 10px;
}
.ticket-row header i {
  height: max-content;
  padding: 6px 9px;
  border-radius: 30px;
  background: #e9e7ff;
  color: #34398d;
  font-size: 10px;
  font-style: normal;
  font-weight: 800;
}
.ticket-row header i[data-status="resolved"] { background: #e4f5d8; color: #3e6a21; }
.ticket-row header i[data-status="rejected"] { background: #f5e6e1; color: #883d27; }
.ticket-row > p,
.ticket-response p {
  color: #59635f;
  font-size: 12px;
  line-height: 1.65;
  white-space: pre-wrap;
}
.ticket-response {
  margin: 16px 0;
  padding: 15px;
  border-left: 4px solid var(--lime);
  background: #f3f5ee;
}
.ticket-response p { margin-bottom: 0; }
.support-card h2 {
  font-size: 25px;
}
.support-card details {
  border-top: 1px solid var(--line);
  padding: 16px 0;
}
.support-card summary {
  font-weight: 800;
  font-size: 13px;
  cursor: pointer;
}
.support-form label {
  display: block;
  font-size: 10px;
  font-weight: 800;
  margin: 15px 0;
}
.support-form select,
.support-form textarea {
  display: block;
  width: 100%;
  margin-top: 7px;
  padding: 13px;
  border: 1px solid var(--line);
  border-radius: 11px;
  background: #fafafa;
  font: 13px Manrope;
}
.support-form textarea {
  min-height: 140px;
}
.support-form button {
  border: 0;
  border-radius: 30px;
  background: var(--lime);
  padding: 15px 20px;
  font-weight: 800;
}
.support-status {
  min-height: 22px;
  font-size: 12px;
  margin-top: 12px;
}
.footer {
  min-height: 150px;
  border-top: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
}
.footer small {
  font-size: 9px;
  color: #727c78;
}
@media (max-width: 760px) {
  .top nav a:not(.cabinet) {
    display: none;
  }
  .hero {
    padding-top: 70px;
  }
  h1 {
    font-size: clamp(32px, 11vw, 45px);
  }
  h1 em {
    overflow-wrap: anywhere;
    hyphens: auto;
  }
  .facts,
  .grid,
  .support-standards,
  .section-head,
  .support-layout,
  .legal {
    grid-template-columns: 1fr;
  }
  .legal aside {
    position: static;
  }
  .cta,
  .footer {
    align-items: flex-start;
    flex-direction: column;
  }
  .cta {
    padding: 35px 25px;
  }
  .footer {
    padding: 35px 0;
    width: min(100% - 40px, 1120px);
  }
  .section {
    padding: 55px 0;
  }
}
