:root {
  --pf-black: #020504;
  --pf-ink: #07100c;
  --pf-green: #43bb10;
  --pf-lime: #9dff2b;
  --pf-white: #f8faf8;
  --pf-muted: rgba(248, 250, 248, 0.68);
  --pf-border: rgba(157, 255, 43, 0.24);
  --pf-radius: 8px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

body.pf-support-page {
  margin: 0;
  min-height: 100vh;
  background: var(--pf-black);
  color: var(--pf-white);
  overflow-x: hidden;
}

body.pf-support-page::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  background:
    radial-gradient(circle at 14% 8%, rgba(67, 187, 16, 0.12), transparent 24rem),
    radial-gradient(circle at 90% 44%, rgba(157, 255, 43, 0.055), transparent 22rem),
    #020504;
}

body.pf-support-page::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: 0.34;
  background-image: radial-gradient(rgba(157, 255, 43, 0.48) 0.8px, transparent 0.8px);
  background-size: 78px 78px;
  mask-image: linear-gradient(to bottom, #000, transparent 76%);
}

.pf-site-header {
  position: relative;
  z-index: 10;
  width: min(calc(100% - 32px), 1480px);
  min-height: 68px;
  margin: 20px auto 0;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
  padding: 9px 14px 9px 18px;
  border: 1px solid var(--pf-border);
  border-radius: 999px;
  background: rgba(4, 10, 7, 0.88);
  box-shadow: 0 18px 54px rgba(0, 0, 0, 0.3);
}

.pf-site-brand,
.pf-site-header a,
.pf-site-footer a {
  color: inherit;
  text-decoration: none;
}

.pf-site-brand {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 23px;
  font-weight: 600;
  line-height: 1;
}

.pf-site-brand img {
  width: 42px;
  height: 42px;
  border-radius: 11px;
}

.pf-site-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(26px, 4vw, 58px);
}

.pf-site-nav a {
  color: rgba(248, 250, 248, 0.68);
  font-size: 15px;
  font-weight: 600;
}

.pf-site-nav a:hover,
.pf-site-nav a:focus-visible,
.pf-site-footer a:hover,
.pf-site-footer a:focus-visible {
  color: var(--pf-lime);
}

.pf-site-cta {
  justify-self: end;
  width: 150px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(67, 187, 16, 0.3);
  border-radius: 999px;
  background: linear-gradient(180deg, #f4fbf1, #e5f7de);
  color: #2f8f19 !important;
  font-size: 15px;
  font-weight: 500;
}

.pf-site-main {
  width: min(calc(100% - 32px), 1180px);
  margin: 0 auto;
  padding: clamp(72px, 9vw, 132px) 0 clamp(88px, 10vw, 150px);
}

.pf-page-hero {
  max-width: 880px;
  margin: 0 auto clamp(44px, 6vw, 72px);
  text-align: center;
}

.pf-eyebrow {
  margin: 0 0 18px;
  color: var(--pf-lime);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.18em;
  line-height: 1.2;
  text-transform: uppercase;
}

.pf-page-hero h1,
.pf-thank-you-hero h1 {
  margin: 0;
  color: var(--pf-white);
  max-width: 100%;
  font-size: 88px;
  font-weight: 900;
  letter-spacing: -0.06em;
  line-height: 0.92;
  text-transform: uppercase;
}

.pf-page-hero > p:not(.pf-eyebrow),
.pf-thank-you-hero > p:not(.pf-eyebrow) {
  max-width: 720px;
  margin: 24px auto 0;
  color: var(--pf-muted);
  font-size: 21px;
  line-height: 1.5;
}

.pf-page-updated {
  display: block;
  margin-top: 20px;
  color: rgba(248, 250, 248, 0.5);
  font-size: 14px;
}

.pf-legal-card,
.pf-contact-panel,
.pf-thank-you-card {
  border: 1px solid rgba(157, 255, 43, 0.2);
  border-radius: var(--pf-radius);
  background:
    linear-gradient(135deg, rgba(157, 255, 43, 0.035), transparent 34%),
    rgba(8, 15, 11, 0.92);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.035);
}

.pf-legal-card {
  padding: clamp(28px, 5vw, 66px);
}

.pf-legal-card section + section {
  margin-top: 44px;
  padding-top: 44px;
  border-top: 1px solid rgba(157, 255, 43, 0.13);
}

.pf-legal-card h2,
.pf-contact-aside h2,
.pf-thank-you-card h2 {
  margin: 0 0 16px;
  color: var(--pf-white);
  font-size: 34px;
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 1.08;
}

.pf-legal-card h3 {
  margin: 28px 0 10px;
  color: #c9ff9b;
  font-size: 18px;
}

.pf-legal-card p,
.pf-legal-card li,
.pf-contact-aside p,
.pf-thank-you-card p {
  color: rgba(248, 250, 248, 0.72);
  font-size: 17px;
  line-height: 1.72;
}

.pf-legal-card p,
.pf-legal-card ul,
.pf-legal-card ol {
  margin: 0 0 18px;
}

.pf-legal-card li + li {
  margin-top: 9px;
}

.pf-legal-card a,
.pf-contact-panel a,
.pf-thank-you-card a {
  color: var(--pf-lime);
}

.pf-cookie-table {
  width: 100%;
  margin: 22px 0;
  border-collapse: collapse;
  color: rgba(248, 250, 248, 0.74);
  font-size: 15px;
  line-height: 1.5;
}

.pf-cookie-table th,
.pf-cookie-table td {
  padding: 16px;
  border: 1px solid rgba(157, 255, 43, 0.16);
  text-align: left;
  vertical-align: top;
}

.pf-cookie-table th {
  color: var(--pf-white);
  background: rgba(157, 255, 43, 0.06);
}

.pf-inline-button,
.pf-button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  border: 1px solid rgba(157, 255, 43, 0.58);
  border-radius: 6px;
  background: #050806;
  color: var(--pf-lime);
  font: inherit;
  font-weight: 750;
  text-decoration: none;
  cursor: pointer;
}

.pf-inline-button:hover,
.pf-inline-button:focus-visible,
.pf-button:hover,
.pf-button:focus-visible {
  border-color: var(--pf-lime);
  background: rgba(157, 255, 43, 0.08);
}

.pf-button--primary {
  border-color: var(--pf-lime);
  background: linear-gradient(135deg, var(--pf-lime), #5ed425);
  color: #07100c;
}

.pf-button--primary:hover,
.pf-button--primary:focus-visible {
  background: linear-gradient(135deg, #b1ff57, #69de2e);
}

.pf-button--outline {
  border-color: rgba(248, 250, 248, 0.24);
  background: transparent;
  color: var(--pf-white);
}

.pf-contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
  gap: 22px;
  align-items: stretch;
}

.pf-contact-panel {
  padding: clamp(26px, 4vw, 48px);
}

.pf-contact-aside {
  display: flex;
  flex-direction: column;
  padding: clamp(26px, 4vw, 48px);
  border: 1px solid rgba(157, 255, 43, 0.2);
  border-radius: var(--pf-radius);
  background:
    linear-gradient(135deg, rgba(157, 255, 43, 0.035), transparent 34%),
    rgba(8, 15, 11, 0.92);
}

.pf-contact-aside hr {
  width: 100%;
  margin: 24px 0;
  border: 0;
  border-top: 1px solid rgba(157, 255, 43, 0.15);
}

.pf-contact-detail {
  margin-top: auto;
  padding-top: 28px;
}

.pf-contact-detail span {
  display: block;
  margin-bottom: 8px;
  color: rgba(248, 250, 248, 0.48);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.pf-contact-detail a {
  font-size: 22px;
  overflow-wrap: anywhere;
}

.pf-contact-note {
  margin-top: 26px;
  color: rgba(248, 250, 248, 0.48) !important;
  font-size: 14px !important;
}

.pf-contact-form {
  display: grid;
  gap: 19px;
}

.pf-form-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.pf-form-field {
  display: grid;
  gap: 8px;
}

.pf-form-field label {
  color: var(--pf-white);
  font-size: 14px;
  font-weight: 750;
}

.pf-form-field label span,
.pf-form-field small {
  color: rgba(248, 250, 248, 0.5);
  font-weight: 500;
}

.pf-form-field input,
.pf-form-field select,
.pf-form-field textarea {
  width: 100%;
  min-height: 52px;
  padding: 13px 15px;
  border: 1px solid rgba(248, 250, 248, 0.16);
  border-radius: 5px;
  outline: none;
  background: rgba(248, 250, 248, 0.055);
  color: var(--pf-white);
  font: inherit;
}

.pf-form-field textarea {
  min-height: 190px;
  resize: vertical;
}

.pf-form-field input:focus,
.pf-form-field select:focus,
.pf-form-field textarea:focus {
  border-color: rgba(157, 255, 43, 0.76);
  box-shadow: 0 0 0 3px rgba(157, 255, 43, 0.1);
}

.pf-form-field select option {
  color: #07100c;
}

.pf-form-honeypot {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
}

.pf-form-submit[disabled] {
  cursor: wait;
  opacity: 0.58;
}

.pf-form-status {
  margin: 0;
  padding: 0;
  border-radius: 5px;
  font-size: 15px;
  line-height: 1.45;
}

.pf-form-status[data-state="success"] {
  padding: 14px 16px;
  border: 1px solid rgba(157, 255, 43, 0.35);
  background: rgba(67, 187, 16, 0.11);
  color: #d9ffc2;
}

.pf-form-status[data-state="error"] {
  padding: 14px 16px;
  border: 1px solid rgba(255, 104, 104, 0.34);
  background: rgba(255, 104, 104, 0.08);
  color: #ffd3d3;
}

.pf-form-status[data-state="pending"] {
  color: rgba(248, 250, 248, 0.7);
}

.pf-form-note {
  margin: 0;
  color: rgba(248, 250, 248, 0.54);
  font-size: 13px;
  line-height: 1.55;
}

.pf-form-privacy {
  margin: 0;
  color: rgba(248, 250, 248, 0.54);
  font-size: 13px;
  line-height: 1.55;
}

.pf-thank-you-main {
  width: min(calc(100% - 32px), 1180px);
  margin: 0 auto;
  padding: clamp(72px, 9vw, 126px) 0 clamp(90px, 10vw, 150px);
}

.pf-thank-you-hero {
  max-width: 910px;
  margin: 0 auto clamp(42px, 6vw, 68px);
  text-align: center;
}

.pf-thank-you-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.72fr);
  gap: clamp(34px, 5vw, 74px);
  align-items: center;
  padding: clamp(30px, 5vw, 68px);
}

.pf-thank-you-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.pf-thank-you-mark {
  width: min(28vw, 250px);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  margin: 0 auto;
  border: 1px solid rgba(157, 255, 43, 0.48);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(157, 255, 43, 0.14), rgba(157, 255, 43, 0.025) 64%);
  color: var(--pf-lime);
  font-size: 112px;
  font-weight: 800;
}

.pf-next-steps {
  margin: 0;
  padding-left: 24px;
  color: rgba(248, 250, 248, 0.72);
  font-size: 17px;
  line-height: 1.65;
}

.pf-next-steps li + li {
  margin-top: 8px;
}

.pf-inline-button--secondary {
  border-color: rgba(248, 250, 248, 0.22);
  color: var(--pf-white) !important;
}

.pf-setup-steps {
  display: grid;
  gap: 14px;
}

.pf-setup-step {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 16px;
  align-items: start;
  padding: 20px;
  border: 1px solid rgba(157, 255, 43, 0.17);
  border-radius: 6px;
  background: rgba(157, 255, 43, 0.035);
}

.pf-setup-step span {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(157, 255, 43, 0.42);
  border-radius: 50%;
  color: var(--pf-lime);
  font-size: 18px;
  font-weight: 800;
}

.pf-setup-step strong {
  display: block;
  margin-bottom: 5px;
  color: var(--pf-white);
  font-size: 17px;
}

.pf-setup-step p {
  margin: 0;
  color: rgba(248, 250, 248, 0.6);
  font-size: 14px;
  line-height: 1.5;
}

.pf-purchase-confirmation,
.pf-setup-guide {
  display: grid;
  gap: 16px;
}

.pf-purchase-confirmation__status {
  display: flex;
  gap: 18px;
  align-items: center;
  padding: 22px 26px;
  border: 1px solid rgba(157, 255, 43, 0.28);
  border-radius: var(--pf-radius);
  background: rgba(157, 255, 43, 0.065);
}

.pf-purchase-confirmation__status > span {
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--pf-lime);
  color: var(--pf-ink);
  font-size: 22px;
  font-weight: 900;
}

.pf-purchase-confirmation__status strong {
  display: block;
  color: var(--pf-white);
  font-size: 19px;
}

.pf-purchase-confirmation__status p,
.pf-purchase-help {
  margin: 5px 0 0;
  color: rgba(248, 250, 248, 0.62);
  font-size: 14px;
  line-height: 1.55;
}

.pf-purchase-step,
.pf-setup-guide-step {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 24px;
  padding: clamp(28px, 4vw, 48px);
  border: 1px solid rgba(157, 255, 43, 0.2);
  border-radius: var(--pf-radius);
  background:
    linear-gradient(135deg, rgba(157, 255, 43, 0.045), transparent 36%),
    rgba(8, 15, 11, 0.94);
}

.pf-purchase-step--download {
  border-color: rgba(157, 255, 43, 0.48);
  box-shadow: 0 22px 70px rgba(67, 187, 16, 0.08);
}

.pf-purchase-step__number,
.pf-setup-guide-number {
  width: 72px;
  height: 72px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(157, 255, 43, 0.5);
  border-radius: 50%;
  color: var(--pf-lime);
  font-size: 19px;
  font-weight: 900;
}

.pf-purchase-step__content h2,
.pf-setup-guide-step h2 {
  margin: 0 0 16px;
  color: var(--pf-white);
  font-size: clamp(27px, 3vw, 39px);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.08;
}

.pf-purchase-step__content > p,
.pf-setup-guide-step p:not(.pf-eyebrow) {
  max-width: 760px;
  margin: 0 0 22px;
  color: rgba(248, 250, 248, 0.7);
  font-size: 17px;
  line-height: 1.65;
}

.pf-download-desktop {
  max-width: 720px;
  display: grid;
  gap: 16px;
  justify-items: start;
}

.pf-download-desktop p,
.pf-download-desktop small,
.pf-download-mobile p {
  margin: 0;
  color: rgba(248, 250, 248, 0.66);
  line-height: 1.6;
}

.pf-download-desktop small {
  font-size: 13px;
}

.pf-download-desktop a:not(.pf-download-button),
.pf-purchase-help a {
  color: var(--pf-lime);
}

.pf-download-button {
  min-height: 62px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 0 28px;
  border: 1px solid var(--pf-lime);
  border-radius: 6px;
  background: linear-gradient(135deg, var(--pf-lime), #5ed425);
  color: var(--pf-ink);
  font-size: 16px;
  font-weight: 800;
  text-decoration: none;
}

.pf-download-button:hover,
.pf-download-button:focus-visible {
  background: linear-gradient(135deg, #b1ff57, #69de2e);
}

.pf-download-mobile {
  display: none;
}

.pf-purchase-help {
  padding: 8px 4px 0;
  text-align: center;
}

.pf-setup-guide-step .pf-eyebrow {
  margin-bottom: 12px;
}

.pf-setup-guide-step .pf-thank-you-actions {
  margin-top: 8px;
}

.pf-site-footer {
  width: min(calc(100% - 32px), 1480px);
  margin: 0 auto 22px;
  padding: clamp(30px, 4vw, 52px);
  border: 1px solid rgba(248, 250, 248, 0.15);
  border-radius: 8px;
  background: linear-gradient(180deg, #a7adaa, #bec7cb);
  color: #fff;
}

.pf-site-footer-grid {
  display: grid;
  grid-template-columns: minmax(220px, 1.3fr) repeat(2, minmax(160px, 0.7fr));
  gap: 34px;
}

.pf-site-footer-grid > div {
  display: grid;
  align-content: start;
  justify-items: start;
  gap: 11px;
}

.pf-site-footer-grid > div > strong {
  margin-bottom: 5px;
  font-size: 17px;
}

.pf-site-footer-grid > div > a:not(.pf-site-brand) {
  color: rgba(255, 255, 255, 0.76);
}

.pf-site-copyright {
  margin: 30px 0 0;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.67);
  font-size: 13px;
}

.pf-site-footer-brand {
  display: grid;
  gap: 16px;
}

.pf-site-footer-brand .pf-site-brand {
  font-size: 20px;
}

.pf-site-footer-brand .pf-site-brand img {
  width: 36px;
  height: 36px;
}

.pf-site-footer-brand p {
  max-width: 270px;
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  line-height: 1.5;
}

.pf-site-footer nav {
  display: grid;
  align-content: start;
  gap: 11px;
}

.pf-site-footer nav strong {
  margin-bottom: 5px;
  font-size: 17px;
}

.pf-site-footer nav a {
  color: rgba(255, 255, 255, 0.76);
}

.pf-site-footer-bottom {
  margin: 30px 0 0;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.67);
  font-size: 13px;
}

.pf-cookie-consent {
  position: fixed;
  z-index: 10000;
  right: 24px;
  bottom: 24px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  align-items: stretch;
  width: min(720px, calc(100% - 48px));
  max-height: calc(100dvh - 48px);
  overflow-y: auto;
  padding: 22px 24px;
  border: 1px solid rgba(31, 70, 39, 0.14);
  border-radius: 24px;
  background: rgba(249, 251, 249, 0.97);
  color: #07100c;
  box-shadow: 0 24px 72px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(18px);
}

.pf-cookie-consent[hidden] {
  display: none;
}

.pf-cookie-consent p {
  max-width: none;
  margin: 0;
  color: #313a34;
  font-size: 14px;
  line-height: 1.6;
}

.pf-cookie-actions {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
}

.pf-cookie-actions .pf-cookie-button:first-child {
  margin-right: auto;
  border-width: 2px;
  border-color: rgba(57, 120, 102, 0.45);
  background: #fff;
}

.pf-cookie-button {
  min-width: 170px;
  min-height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  border: 1px solid rgba(7, 16, 12, 0.2);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.7);
  color: #183022;
  font: inherit;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
}

.pf-cookie-button--primary {
  border-color: rgba(67, 187, 16, 0.42);
  background: linear-gradient(135deg, var(--pf-lime), #5ed425);
  color: #07100c;
}

.pf-cookie-button:hover,
.pf-cookie-button:focus-visible {
  border-color: #43bb10;
}

.pf-cookie-settings-panel {
  padding: clamp(28px, 4vw, 48px);
  border: 1px solid rgba(157, 255, 43, 0.26);
  border-radius: var(--pf-radius);
  background:
    linear-gradient(135deg, rgba(157, 255, 43, 0.045), transparent 36%),
    rgba(7, 15, 10, 0.95);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.pf-cookie-settings-header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 36px;
  align-items: end;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(157, 255, 43, 0.16);
}

.pf-cookie-settings-header .pf-eyebrow {
  margin-bottom: 13px;
}

.pf-cookie-settings-header h2 {
  margin: 0;
  color: var(--pf-white);
  font-size: clamp(30px, 4vw, 52px);
  line-height: 1.02;
}

.pf-cookie-settings-header p:not(.pf-eyebrow) {
  max-width: 660px;
  margin: 14px 0 0;
  color: rgba(248, 250, 248, 0.65);
  font-size: 16px;
  line-height: 1.6;
}

.pf-cookie-settings-gpc {
  margin-top: 28px;
  padding: 20px 22px;
  border: 1px solid rgba(157, 255, 43, 0.22);
  border-radius: 8px;
  background: linear-gradient(120deg, rgba(157, 255, 43, 0.1), rgba(67, 187, 16, 0.055));
}

.pf-cookie-settings-gpc[hidden] {
  display: none;
}

.pf-cookie-settings-gpc strong {
  display: block;
  color: var(--pf-white);
  font-size: 16px;
}

.pf-cookie-settings-gpc p {
  max-width: 820px;
  margin: 8px 0 0;
  color: rgba(248, 250, 248, 0.68);
  font-size: 14px;
  line-height: 1.65;
}

.pf-cookie-bulk-actions {
  display: flex;
  gap: 10px;
}

.pf-cookie-bulk-actions .pf-button {
  min-width: 128px;
}

.pf-cookie-bulk-actions .pf-button:disabled {
  color: rgba(248, 250, 248, 0.48);
  border-color: rgba(248, 250, 248, 0.12);
  background: rgba(248, 250, 248, 0.08);
  box-shadow: none;
  cursor: not-allowed;
}

.pf-cookie-option-list {
  display: grid;
  gap: 14px;
  margin-top: 24px;
}

.pf-cookie-option {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  padding: 24px;
  border: 1px solid rgba(157, 255, 43, 0.17);
  border-radius: 8px;
  background: rgba(248, 250, 248, 0.035);
}

.pf-cookie-option__heading {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.pf-cookie-option__heading h3 {
  margin: 0;
  color: var(--pf-white);
  font-size: 20px;
}

.pf-cookie-option__heading span {
  padding: 6px 9px;
  border: 1px solid rgba(157, 255, 43, 0.34);
  border-radius: 999px;
  color: var(--pf-lime);
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.pf-cookie-option__copy p {
  max-width: 760px;
  margin: 11px 0 7px;
  color: rgba(248, 250, 248, 0.68);
  font-size: 15px;
  line-height: 1.55;
}

.pf-cookie-option__copy small {
  color: rgba(248, 250, 248, 0.44);
  font-size: 12px;
}

.pf-cookie-switch {
  position: relative;
  width: 62px;
  height: 36px;
  flex: 0 0 auto;
}

.pf-cookie-switch input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.pf-cookie-switch span {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(248, 250, 248, 0.24);
  border-radius: 999px;
  background: rgba(248, 250, 248, 0.09);
  cursor: pointer;
  transition: background 180ms ease, border-color 180ms ease;
}

.pf-cookie-switch span::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #f8faf8;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.28);
  transition: transform 180ms ease;
}

.pf-cookie-switch input:focus-visible + span {
  outline: 3px solid rgba(157, 255, 43, 0.28);
  outline-offset: 3px;
}

.pf-cookie-switch input:checked + span {
  border-color: var(--pf-lime);
  background: #43bb10;
}

.pf-cookie-switch input:checked + span::before {
  transform: translateX(26px);
}

.pf-cookie-switch--locked span {
  cursor: not-allowed;
  opacity: 0.72;
}

.pf-cookie-settings-save {
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: space-between;
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid rgba(157, 255, 43, 0.16);
}

.pf-cookie-settings-save p {
  max-width: 650px;
  margin: 0;
  color: rgba(248, 250, 248, 0.58);
  font-size: 13px;
  line-height: 1.55;
}

.pf-cookie-settings-save a {
  color: var(--pf-lime);
}

@media (max-width: 1100px) {
  .pf-cookie-consent {
    right: auto;
    left: 50%;
    bottom: 20px;
    width: min(820px, calc(100% - 40px));
    max-height: calc(100dvh - 40px);
    padding: 28px 30px;
    gap: 24px;
    transform: translateX(-50%);
  }

  .pf-cookie-actions {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .pf-cookie-actions .pf-cookie-button:first-child {
    margin-right: 0;
  }

  .pf-cookie-button {
    width: 100%;
    min-width: 0;
  }
}

@media (max-width: 760px) {
  .pf-cookie-consent {
    bottom: 10px;
    width: calc(100% - 20px);
    max-height: calc(100dvh - 20px);
    padding: 24px 20px;
    gap: 22px;
    border-radius: 22px;
  }

  .pf-cookie-consent p {
    font-size: 13px;
  }

  .pf-cookie-actions {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .pf-cookie-button {
    min-height: 50px;
    padding: 0 12px;
    font-size: 14px;
  }
}

@media (max-width: 820px) {
  .pf-page-hero h1,
  .pf-thank-you-hero h1 {
    font-size: 66px;
  }

  .pf-site-header {
    grid-template-columns: 1fr auto;
  }

  .pf-site-nav {
    display: none;
  }

  .pf-contact-layout,
  .pf-thank-you-card {
    grid-template-columns: 1fr;
  }

  .pf-cookie-settings-header {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .pf-cookie-settings-save {
    align-items: flex-start;
    flex-direction: column;
  }

  .pf-thank-you-mark {
    width: min(54vw, 210px);
    font-size: 92px;
  }
}

@media (max-width: 620px) {
  .pf-site-header {
    width: calc(100% - 20px);
    margin-top: 10px;
    padding-left: 12px;
  }

  .pf-site-brand span {
    display: none;
  }

  .pf-site-cta {
    width: 142px;
  }

  .pf-site-main,
  .pf-thank-you-main {
    width: min(calc(100% - 28px), 1180px);
    padding-top: 62px;
  }

  .pf-page-hero h1,
  .pf-thank-you-hero h1 {
    font-size: 44px;
  }

  .pf-purchase-confirmation__status {
    align-items: flex-start;
    padding: 19px 18px;
  }

  .pf-purchase-step,
  .pf-setup-guide-step {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 25px 20px;
  }

  .pf-purchase-step__number,
  .pf-setup-guide-number {
    width: 54px;
    height: 54px;
    font-size: 16px;
  }

  .pf-purchase-step__content h2,
  .pf-setup-guide-step h2 {
    font-size: 28px;
  }

  .pf-purchase-step__content > p,
  .pf-setup-guide-step p:not(.pf-eyebrow) {
    font-size: 16px;
  }

  .pf-download-desktop {
    display: none;
  }

  .pf-download-mobile {
    display: block;
  }

  .pf-download-mobile p {
    color: rgba(248, 250, 248, 0.82);
    font-size: 17px;
  }

  .pf-thank-you-actions {
    display: grid;
  }

  .pf-thank-you-actions .pf-inline-button {
    width: 100%;
  }

  .pf-legal-card,
  .pf-contact-panel,
  .pf-thank-you-card {
    padding: 24px 20px;
  }

  .pf-cookie-table {
    display: block;
    overflow-x: auto;
  }

  .pf-form-row {
    grid-template-columns: 1fr;
  }

  .pf-site-footer {
    width: calc(100% - 20px);
    padding: 28px 22px;
  }

  .pf-site-footer-grid {
    grid-template-columns: 1fr;
  }

  .pf-cookie-consent {
    bottom: 10px;
    width: calc(100% - 20px);
    max-height: calc(100dvh - 20px);
    padding: 24px 20px;
    border-radius: 22px;
  }

  .pf-cookie-button {
    min-width: 0;
    min-height: 50px;
    padding: 0 12px;
    font-size: 14px;
  }

  .pf-cookie-actions {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .pf-cookie-settings-panel {
    padding: 22px 18px;
  }

  .pf-cookie-bulk-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
  }

  .pf-cookie-bulk-actions .pf-button {
    min-width: 0;
    padding: 0 12px;
  }

  .pf-cookie-option {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 16px;
    padding: 19px 16px;
  }

  .pf-cookie-option__heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .pf-cookie-option__heading h3 {
    font-size: 18px;
  }

  .pf-cookie-switch {
    width: 56px;
    height: 32px;
  }

  .pf-cookie-switch span::before {
    width: 22px;
    height: 22px;
  }

  .pf-cookie-switch input:checked + span::before {
    transform: translateX(24px);
  }

  .pf-cookie-settings-save .pf-button {
    width: 100%;
  }
}

@media (orientation: landscape) and (max-width: 900px) and (max-height: 500px) {
  .pf-cookie-consent {
    inset: 10px;
    width: auto;
    max-height: calc(100dvh - 20px);
    transform: none;
  }

  .pf-cookie-actions {
    grid-template-columns: 1fr;
  }
}
