@import url("/header-controls.css");

/* Performance Arena service pages. Independent of the retired glass-card layout. */
@font-face {
  font-family: Inter;
  src: url("/assets/arena/inter-medium.ttf") format("truetype");
  font-weight: 400 500;
  font-display: swap;
}
@font-face {
  font-family: Inter;
  src: url("/assets/arena/inter-bold.otf") format("opentype");
  font-weight: 600 900;
  font-display: swap;
}
:root {
  --page-bg: #080e19;
  --surface: #101a2b;
  --surface-2: #142239;
  --text: #f4f6fa;
  --muted-text: #9baac0;
  --border: #263247;
  --accent: #327aff;
  --danger: #ff939f;
  color-scheme: dark;
}
:root[data-theme="dark"] {
  --page-bg: #080e19;
  --surface: #101a2b;
  --surface-2: #142239;
  --text: #f4f6fa;
  --muted-text: #9baac0;
  --border: #263247;
  color-scheme: dark;
}
:root[data-theme="light"] {
  --page-bg: #f3f5f9;
  --surface: #fff;
  --surface-2: #e9eef6;
  --text: #101c30;
  --muted-text: #59677a;
  --border: #d5dce8;
  --danger: #b72d43;
  color-scheme: light;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 24px;
}
body.service-page {
  margin: 0;
  background: var(--page-bg);
  background-image: none;
  font-family: Inter, Arial, sans-serif;
  color: var(--text);
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
}
.service-page:before,
.service-page:after {
  display: none;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
input,
textarea,
select {
  font: inherit;
}
button {
  cursor: pointer;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
.service-page :focus-visible {
  outline: 3px solid #4f94ff;
  outline-offset: 5px;
}
.service-page .nav {
  position: relative;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  height: 90px;
  padding: 0 4.5%;
  background: var(--page-bg);
  border-bottom: 1px solid var(--border);
  box-shadow: none;
  backdrop-filter: none;
  border-radius: 0;
  margin: 0;
  max-width: none;
}
.brand {
  display: block;
  flex-shrink: 0;
}
.service-page .logo {
  display: block;
  width: 174px;
  height: auto;
}
.nav-links {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 25px;
  font-size: 14px;
}
.nav-links a {
  font-weight: 500;
  transition: color 0.2s;
}
.nav-links a:hover {
  color: var(--accent);
}
.service-skip {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 100;
  background: white;
  color: #101a2b;
  padding: 12px;
  transform: translateY(-160%);
}
.service-skip:focus {
  transform: none;
}
.service-hero {
  position: relative;
  background: #081322;
  color: #f4f6fa;
  padding: 30px 6% 55px;
  isolation: isolate;
  overflow: hidden;
}
.service-hero:before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background:
    radial-gradient(ellipse at 85% 50%, #19478565, transparent 60%),
    linear-gradient(
      90deg,
      transparent 49.94%,
      #a4c4ff12 50%,
      transparent 50.06%
    );
  border-bottom: 1px solid #354964;
}
.service-breadcrumb {
  display: flex;
  align-items: center;
  gap: 13px;
  color: #96abc6;
  font-size: 12px;
  margin-bottom: 58px;
}
.service-breadcrumb a:hover {
  color: #fff;
}
.service-hero-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  max-width: 1450px;
  margin: auto;
}
.service-hero-content > div {
  min-width: 0;
  position: relative;
  z-index: 1;
}
.service-eyebrow {
  font-size: 11px;
  letter-spacing: 1.6px;
  color: #80a9e9;
  font-weight: 700;
}
.service-hero h1 {
  font-size: clamp(48px, 6.5vw, 92px);
  line-height: 1.05;
  letter-spacing: -4px;
  margin: 22px 0;
  color: #f4f6fa;
  font-weight: 800;
}
.service-intro {
  font-size: 19px;
  line-height: 1.7;
  color: #afbed2;
  margin: 0;
}
.service-updated {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  color: #93aac8;
  margin: 24px 0 0;
  padding-top: 18px;
  border-top: 1px solid #2a3e5c;
  letter-spacing: 0.4px;
}
.service-hero-plus {
  font-size: 240px;
  line-height: 0.8;
  color: #719dd91a;
  -webkit-text-stroke: 1px #94b7ef55;
  margin-right: 5%;
  transform: rotate(-12deg);
  font-weight: 500;
  user-select: none;
}
.service-blue {
  color: #4a8cff;
}
.service-body {
  max-width: 1460px;
  margin: auto;
  padding: 65px 6% 80px;
}
.policy-layout {
  display: grid;
  grid-template-columns: 245px minmax(0, 1fr);
  gap: 70px;
  align-items: start;
}
.service-rail {
  position: sticky;
  top: 30px;
}
.service-rail > .service-eyebrow {
  color: var(--muted-text);
}
.service-rail nav {
  display: grid;
  gap: 4px;
  margin-top: 20px;
}
.service-rail nav a {
  padding: 14px 17px;
  font-size: 13px;
  color: var(--muted-text);
  border-left: 2px solid transparent;
  line-height: 1.6;
  border-radius: 0 5px 5px 0;
}
.service-rail nav a:hover {
  color: var(--text);
  background: var(--surface);
}
.service-rail nav a[aria-current="page"] {
  border-left-color: #327aff;
  color: var(--text);
  background: var(--surface-2);
  font-weight: 700;
}
.service-rail-help {
  border-top: 1px solid var(--border);
  margin-top: 28px;
  padding-top: 23px;
  display: grid;
  gap: 12px;
  font-size: 12px;
}
.service-rail-help > span {
  color: var(--muted-text);
}
.service-rail-help a {
  font-weight: 600;
}
.policy-copy {
  min-width: 0;
}
.policy-section {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  gap: 18px;
  padding: 32px 0;
  border-top: 1px solid var(--border);
}
.policy-number {
  font-size: 11px;
  color: #699bf1;
  margin-top: 7px;
  letter-spacing: 1px;
}
.policy-section h2 {
  margin: 0 0 15px;
  font-size: 26px;
  line-height: 1.2;
  letter-spacing: -0.8px;
  text-align: start;
  font-weight: 700;
}
.policy-section p {
  font-size: 15px;
  line-height: 1.9;
  color: var(--muted-text);
  margin: 0;
  max-width: 75ch;
  text-align: start;
  overflow-wrap: anywhere;
}
.policy-end {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-top: 24px;
  margin-top: 15px;
  border-top: 1px solid var(--border);
  font-size: 10px;
  letter-spacing: 0.6px;
  color: var(--muted-text);
}
.policy-end a {
  flex-shrink: 0;
  color: var(--text);
  letter-spacing: 0;
  font-size: 12px;
}
.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
  gap: 10%;
  align-items: start;
}
.contact-introduction {
  padding-top: 25px;
}
.contact-introduction h2 {
  font-size: clamp(30px, 3vw, 45px);
  line-height: 1.13;
  letter-spacing: -1.6px;
  margin: 20px 0 23px;
  max-width: 430px;
}
.contact-introduction > p {
  font-size: 15px;
  line-height: 1.8;
  color: var(--muted-text);
  max-width: 400px;
}
.contact-introduction .response-time {
  font-size: 12px;
  color: var(--text);
  margin-top: 24px;
  display: flex;
  align-items: center;
  gap: 9px;
}
.response-time:before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #4dbe91;
  flex-shrink: 0;
}
.service-email {
  padding-top: 28px;
  margin-top: 32px;
  border-top: 1px solid var(--border);
  display: grid;
  gap: 12px;
  font-size: 13px;
  color: var(--muted-text);
}
.service-email a {
  font-size: 16px;
  line-height: 1.7;
  color: var(--text);
  overflow-wrap: anywhere;
}
.service-form-wrap {
  border: 1px solid var(--border);
  border-radius: 12px;
  background: var(--surface);
  padding: 30px;
}
.service-form-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid var(--border);
  font-size: 10px;
  letter-spacing: 1.4px;
  color: var(--muted-text);
}
.service-form-heading > span:last-child {
  font-size: 23px;
  color: #4a8cff;
}
.contact-card .row {
  display: grid;
  gap: 10px;
  margin: 0 0 20px;
}
.contact-card label {
  font-size: 12px;
  font-weight: 600;
  color: var(--text);
}
.service-page input,
.service-page textarea {
  width: 100%;
  border: 1px solid var(--border);
  border-radius: 5px;
  background: var(--page-bg);
  color: var(--text);
  font-size: 16px;
  line-height: 1.5;
  padding: 13px 14px;
  outline-offset: 3px;
}
.service-page input::placeholder,
.service-page textarea::placeholder {
  color: var(--muted-text);
  opacity: 0.8;
}
.service-page textarea {
  resize: vertical;
  min-height: 140px;
}
.service-page .btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  padding: 14px 24px;
  border: 0;
  border-radius: 6px;
  background: #1b5deb;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  min-height: 48px;
  cursor: pointer;
  text-decoration: none;
}
.contact-card .send {
  width: 100%;
}
.contact-card .send:after {
  content: "↗";
  margin-left: auto;
  font-size: 19px;
}
.btn:disabled {
  opacity: 0.5;
  cursor: default;
}
.status {
  font-size: 13px;
  line-height: 1.6;
  color: var(--muted-text);
  margin: 14px 0 0;
}
.status:empty {
  display: none;
}
.hidden {
  display: none !important;
}
.service-help-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  padding-bottom: 65px;
  margin-bottom: 45px;
  border-bottom: 1px solid var(--border);
}
.service-help-grid > a {
  display: flex;
  flex-direction: column;
  align-items: start;
  position: relative;
  padding: 26px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 10px;
  transition: border-color 0.2s;
}
.service-help-grid > a:hover {
  border-color: #4385f1;
}
.service-tile-icon {
  font-size: 10px;
  letter-spacing: 1px;
  color: #719fe7;
}
.service-help-grid h2 {
  font-size: 23px;
  letter-spacing: -0.6px;
  margin: 25px 0 12px;
  line-height: 1.2;
}
.service-help-grid p {
  font-size: 13px;
  line-height: 1.8;
  color: var(--muted-text);
  margin: 0 0 30px;
}
.service-help-grid > a > span:last-child {
  margin-top: auto;
  font-size: 24px;
  color: #6499f0;
}
.service-footer {
  padding: 48px 6% 26px;
  background: #080e18;
  color: #b4c1d2;
  border-top: 1px solid #263247;
}
.service-footer-top {
  display: flex;
  align-items: center;
  gap: 40px;
  padding-bottom: 36px;
  border-bottom: 1px solid #263247;
}
.service-brand img {
  width: 218px;
  height: auto;
}
.service-brand {
  display: block;
  flex-shrink: 0;
}
.service-footer-top p {
  font-size: 13px;
  line-height: 1.8;
}
.service-footer-talk {
  margin-left: auto;
  font-size: 13px;
  color: #f4f6fa;
  white-space: nowrap;
}
.service-footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  font-size: 11px;
  padding-top: 25px;
}
.service-footer nav {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.service-footer a:hover {
  color: #fff;
}
/* Recovery uses the same foundation without altering its app-opening controls. */
.service-page .section.narrow {
  max-width: 1050px;
  padding: 70px 6%;
  margin: auto;
}
.service-page .section.narrow > .card {
  border: 1px solid var(--border);
  background: var(--surface);
  padding: 40px;
  border-radius: 12px;
  box-shadow: none;
}
.section.narrow h1 {
  font-size: 40px;
  letter-spacing: -1.6px;
  line-height: 1.15;
}
.section.narrow p {
  font-size: 15px;
  line-height: 1.8;
  color: var(--muted-text);
}
@media (max-width: 1050px) {
  .policy-layout {
    grid-template-columns: 210px minmax(0, 1fr);
    gap: 40px;
  }
  .nav-links {
    gap: 18px;
  }
  .nav-links .service-nav-secondary {
    display: none;
  }
  .contact-layout {
    gap: 6%;
  }
  .service-hero-plus {
    font-size: 180px;
    margin-right: 0;
  }
}
@media (max-width: 700px) {
  .service-page .nav {
    height: 74px;
    padding: 0 6%;
    gap: 16px;
  }
  .service-page .logo {
    width: 143px;
  }
  .nav-links {
    gap: 13px;
    font-size: 12px;
  }
  .service-hero {
    padding: 23px 6% 38px;
  }
  .service-breadcrumb {
    font-size: 11px;
    margin-bottom: 38px;
  }
  .service-eyebrow {
    font-size: 10px;
    letter-spacing: 1.3px;
  }
  .service-hero h1 {
    font-size: clamp(40px, 10vw, 65px);
    letter-spacing: -2px;
    margin: 18px 0;
  }
  .service-intro {
    font-size: 15px;
    line-height: 1.7;
  }
  .service-hero-content {
    gap: 0;
  }
  .service-hero-plus {
    position: absolute;
    right: -20px;
    bottom: -25px;
    font-size: 180px;
    opacity: 0.4;
    z-index: -1;
  }
  .service-updated {
    font-size: 10px;
    margin-top: 20px;
  }
  .service-body {
    padding: 35px 6% 50px;
  }
  .policy-layout {
    display: block;
  }
  .service-rail {
    position: static;
    margin-bottom: 34px;
  }
  .service-rail nav {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-top: 13px;
  }
  .service-rail nav a {
    font-size: 11px;
    padding: 9px 12px;
    border: 1px solid var(--border);
    border-radius: 5px;
  }
  .service-rail nav a[aria-current="page"] {
    border-color: #327aff;
  }
  .service-rail-help {
    display: none;
  }
  .policy-section {
    gap: 12px;
    grid-template-columns: 22px minmax(0, 1fr);
    padding: 26px 0;
  }
  .policy-section h2 {
    font-size: 23px;
    margin-bottom: 13px;
  }
  .policy-section p {
    font-size: 14px;
    line-height: 1.9;
  }
  .policy-end {
    flex-wrap: wrap;
    font-size: 9px;
  }
  .contact-layout {
    grid-template-columns: minmax(0, 1fr);
    gap: 30px;
  }
  .contact-introduction {
    padding-top: 0;
  }
  .contact-introduction h2 {
    font-size: 34px;
    max-width: 310px;
    margin: 16px 0 20px;
  }
  .contact-introduction > p {
    font-size: 14px;
  }
  .service-email {
    padding-top: 20px;
    margin-top: 23px;
  }
  .service-email a {
    font-size: 15px;
  }
  .service-form-wrap {
    padding: 22px;
  }
  .service-form-heading {
    padding-bottom: 16px;
    margin-bottom: 22px;
  }
  .contact-card .row {
    margin-bottom: 17px;
  }
  .service-help-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 12px;
    padding-bottom: 35px;
    margin-bottom: 35px;
  }
  .service-help-grid > a {
    padding: 23px;
  }
  .service-help-grid h2 {
    font-size: 23px;
    margin: 17px 0 10px;
  }
  .service-help-grid p {
    margin-bottom: 18px;
    max-width: 300px;
  }
  .service-help-grid > a > span:last-child {
    position: absolute;
    right: 22px;
    bottom: 18px;
    font-size: 20px;
  }
  .service-footer {
    padding: 35px 6% 25px;
  }
  .service-footer-top {
    flex-wrap: wrap;
    gap: 19px;
    padding-bottom: 24px;
  }
  .service-brand img {
    width: 185px;
  }
  .service-footer-top p {
    width: 100%;
    order: 3;
    margin: 0;
    font-size: 12px;
  }
  .service-footer-talk {
    font-size: 12px;
  }
  .service-footer-bottom {
    align-items: start;
    flex-direction: column;
    gap: 18px;
    font-size: 11px;
  }
  .service-footer nav {
    gap: 13px 18px;
    line-height: 1.7;
  }
  .service-page .section.narrow {
    padding: 40px 6%;
  }
  .service-page .section.narrow > .card {
    padding: 26px;
  }
  .section.narrow h1 {
    font-size: 30px;
  }
}
@media (max-width: 400px) {
  .service-page .logo {
    width: 132px;
  }
  .nav-links {
    gap: 10px;
  }
  .service-page .nav {
    gap: 9px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  * {
    transition: none !important;
  }
}
:root[data-theme="light"] .service-body .service-eyebrow,
:root[data-theme="light"] .service-tile-icon,
:root[data-theme="light"] .policy-number {
  color: #3268af;
}
@media (max-width: 700px) {
  .nav-links > a[data-i18n="nav.home"] {
    display: none;
  }
}
