@font-face {
  font-family: "AndzRegular";
  src: url("../vendor/fonts/regular.woff2") format("woff2");
  font-weight: 300 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "AndzTitle";
  src: url("../vendor/fonts/title.woff2") format("woff2");
  font-weight: 400 800;
  font-style: normal;
  font-display: swap;
}

:root {
  color-scheme: light dark;
  --pc-brand-primary: #c04050;
  --pc-brand-primary-hover: #a93645;
  --pc-brand-primary-text: #ffffff;
  --pc-bg: #fbfaf7;
  --pc-surface: #f4f1ea;
  --pc-surface-strong: rgba(255, 255, 255, 0.72);
  --pc-surface-hover: #ede8df;
  --pc-text: #151412;
  --pc-muted: #746f66;
  --pc-soft: #9b9489;
  --pc-border: rgba(21, 20, 18, 0.1);
  --pc-border-strong: rgba(21, 20, 18, 0.16);
  --pc-primary: #151412;
  --pc-primary-hover: #292622;
  --pc-primary-text: #ffffff;
  --pc-success: #24785c;
  --pc-shadow-sm: 0 1px 2px rgba(21, 20, 18, 0.05);
  --pc-shadow-md: 0 12px 32px rgba(21, 20, 18, 0.08);
  --pc-shadow-lg: 0 25px 50px -12px rgba(0, 0, 0, 0.3);
  --pc-ease: cubic-bezier(0.4, 0, 0.2, 1);
  --pc-ease-premium: cubic-bezier(0.16, 1, 0.3, 1);
}

@media (prefers-color-scheme: dark) {
  :root {
    --pc-bg: #11100e;
    --pc-surface: #191815;
    --pc-surface-strong: rgba(255, 255, 255, 0.07);
    --pc-surface-hover: rgba(255, 255, 255, 0.1);
    --pc-text: #f6f1e8;
    --pc-muted: rgba(246, 241, 232, 0.68);
    --pc-soft: rgba(246, 241, 232, 0.45);
    --pc-border: rgba(255, 255, 255, 0.11);
    --pc-border-strong: rgba(255, 255, 255, 0.18);
    --pc-primary: #f6f1e8;
    --pc-primary-hover: #ffffff;
    --pc-primary-text: #11100e;
    --pc-success: #59c996;
    --pc-shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.18);
    --pc-shadow-md: 0 18px 44px rgba(0, 0, 0, 0.24);
  }
}

body.pc-light {
  color-scheme: light;
  --pc-bg: #fbfaf7;
  --pc-surface: #f4f1ea;
  --pc-surface-strong: rgba(255, 255, 255, 0.72);
  --pc-surface-hover: #ede8df;
  --pc-text: #151412;
  --pc-muted: #746f66;
  --pc-soft: #9b9489;
  --pc-border: rgba(21, 20, 18, 0.1);
  --pc-border-strong: rgba(21, 20, 18, 0.16);
  --pc-primary: #151412;
  --pc-primary-hover: #292622;
  --pc-primary-text: #ffffff;
  --pc-success: #24785c;
  --pc-shadow-sm: 0 1px 2px rgba(21, 20, 18, 0.05);
  --pc-shadow-md: 0 12px 32px rgba(21, 20, 18, 0.08);
  --pc-brand-primary: #c04050;
  --pc-brand-primary-hover: #a93645;
  --pc-brand-primary-text: #ffffff;
}

body.pc-dark {
  color-scheme: dark;
  --pc-bg: #11100e;
  --pc-surface: #191815;
  --pc-surface-strong: rgba(255, 255, 255, 0.07);
  --pc-surface-hover: rgba(255, 255, 255, 0.1);
  --pc-text: #f6f1e8;
  --pc-muted: rgba(246, 241, 232, 0.68);
  --pc-soft: rgba(246, 241, 232, 0.45);
  --pc-border: rgba(255, 255, 255, 0.11);
  --pc-border-strong: rgba(255, 255, 255, 0.18);
  --pc-primary: #f6f1e8;
  --pc-primary-hover: #ffffff;
  --pc-primary-text: #11100e;
  --pc-success: #59c996;
  --pc-shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.18);
  --pc-shadow-md: 0 18px 44px rgba(0, 0, 0, 0.24);
  --pc-brand-primary: #ea4606;
  --pc-brand-primary-hover: #fc6f26;
  --pc-brand-primary-text: #ffffff;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  min-height: 100vh;
  margin: 0;
  background: var(--pc-bg);
  color: var(--pc-text);
  font-family: "AndzRegular", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(680px 520px at 84% 0%, color-mix(in srgb, var(--project-accent, #b38a5b) 13%, transparent), transparent 72%),
    radial-gradient(520px 420px at 0% 18%, rgba(255, 255, 255, 0.5), transparent 68%);
}

@media (prefers-color-scheme: dark) {
  body::before {
    background:
      radial-gradient(680px 520px at 84% 0%, color-mix(in srgb, var(--project-accent, #b38a5b) 16%, transparent), transparent 72%),
      radial-gradient(520px 420px at 0% 18%, rgba(255, 255, 255, 0.04), transparent 68%);
  }
}

body.pc-light::before {
  background:
    radial-gradient(680px 520px at 84% 0%, color-mix(in srgb, var(--project-accent, #b38a5b) 13%, transparent), transparent 72%),
    radial-gradient(520px 420px at 0% 18%, rgba(255, 255, 255, 0.5), transparent 68%);
}

body.pc-dark::before {
  background:
    radial-gradient(680px 520px at 84% 0%, color-mix(in srgb, var(--project-accent, #b38a5b) 16%, transparent), transparent 72%),
    radial-gradient(520px 420px at 0% 18%, rgba(255, 255, 255, 0.04), transparent 68%);
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  border: 0;
  padding: 0;
  background: none;
  color: inherit;
  font: inherit;
  cursor: pointer;
}

img,
svg {
  display: block;
}

img {
  max-width: 100%;
  height: auto;
}

.pc-icon {
  width: 1em;
  height: 1em;
  flex: 0 0 auto;
  color: currentColor;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}

.pc-page {
  width: 100%;
  padding: 2.5rem 1.25rem;
}

@media (min-width: 768px) {
  .pc-page {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

@media (min-width: 1024px) {
  .pc-page {
    padding-left: 65px;
    padding-right: 65px;
  }
}

.pc-breadcrumbs {
  display: flex;
  margin-bottom: 2rem;
  color: var(--pc-soft);
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.025em;
}

.pc-breadcrumbs ol {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.pc-breadcrumbs a {
  transition: color 180ms ease;
}

.pc-breadcrumbs a:hover {
  color: var(--pc-text);
}

.pc-breadcrumbs [aria-current="page"] {
  color: var(--pc-text);
  font-weight: 700;
  pointer-events: none;
}

.pc-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
}

@media (min-width: 1024px) {
  .pc-grid {
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 5rem;
  }

  .pc-main {
    grid-column: span 7 / span 7;
  }

  .pc-aside {
    grid-column: span 5 / span 5;
    margin-top: 0;
  }
}

@media (min-width: 1280px) {
  .pc-main {
    grid-column: span 8 / span 8;
  }

  .pc-aside {
    grid-column: span 4 / span 4;
  }
}

.pc-main {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

.pc-aside {
  margin-top: 2rem;
}

.pc-sticky {
  position: sticky;
  top: 3rem;
}

.pc-preview {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  margin-bottom: 2.5rem;
  border: 1px solid var(--pc-border);
  border-radius: 32px;
  background: var(--pc-surface);
  box-shadow: var(--pc-shadow-sm);
}

@media (min-width: 640px) {
  .pc-preview {
    aspect-ratio: 4 / 3;
    border-radius: 40px;
  }
}

@media (min-width: 1024px) {
  .pc-preview {
    aspect-ratio: 16 / 11;
  }
}

@media (min-width: 1280px) {
  .pc-preview {
    aspect-ratio: 16 / 10;
  }
}

.pc-preview-layer {
  position: absolute;
  inset: 0;
  z-index: 20;
  opacity: 0;
  pointer-events: none;
  transition: opacity 500ms ease;
}

.pc-preview-layer.is-active {
  z-index: 30;
  opacity: 1;
  pointer-events: auto;
}

.pc-cover-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 700ms var(--pc-ease-premium);
}

.pc-preview:hover .pc-cover-img {
  transform: scale(1.02);
}

.pc-device-stage {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--pc-surface);
}

.pc-device-stage--desktop {
  flex-direction: column;
  padding-top: 2rem;
}

.pc-device-stage--phone {
  padding-top: 1rem;
}

.pc-switcher {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 40;
  display: none;
  align-items: center;
  border: 1px solid var(--pc-border);
  border-radius: 999px;
  background: color-mix(in srgb, var(--pc-bg) 82%, transparent);
  box-shadow: var(--pc-shadow-sm);
  padding: 0.375rem;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}

@media (min-width: 640px) {
  .pc-switcher {
    top: 1.5rem;
    right: 1.5rem;
    display: flex;
  }
}

.pc-switcher-pill {
  position: absolute;
  left: 0.375rem;
  top: 0.375rem;
  bottom: 0.375rem;
  z-index: 0;
  width: 75px;
  border-radius: 999px;
  background: var(--pc-primary);
  box-shadow: var(--pc-shadow-sm);
  transition: transform 400ms var(--pc-ease);
}

.pc-switcher button {
  position: relative;
  z-index: 1;
  width: 75px;
  border-radius: 999px;
  padding: 0.375rem 0;
  color: var(--pc-muted);
  font-size: 13px;
  font-weight: 500;
  transition: color 300ms ease;
}

.pc-switcher button:hover {
  color: var(--pc-text);
}

.pc-switcher button:disabled,
.pc-switcher button.is-unavailable {
  color: var(--pc-soft);
  opacity: 0.42;
  cursor: not-allowed;
}

.pc-switcher button:disabled:hover,
.pc-switcher button.is-unavailable:hover {
  color: var(--pc-soft);
}

.pc-switcher button.is-active {
  color: var(--pc-primary-text);
  font-weight: 700;
}

.pc-mobile-launcher {
  position: absolute;
  bottom: 1.5rem;
  left: 50%;
  z-index: 40;
  display: flex;
  align-items: center;
  transform: translateX(-50%);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  padding: 0.375rem;
  color: #151412;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}

@media (min-width: 640px) {
  .pc-mobile-launcher {
    display: none;
  }
}

.pc-mobile-launcher button {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  border-radius: 999px;
  padding: 0.625rem 1.25rem;
  font-size: 13px;
  font-weight: 700;
  transition: background-color 180ms ease;
}

.pc-mobile-launcher button:hover {
  background: #f1eee8;
}

.pc-mobile-launcher button:disabled,
.pc-mobile-launcher button.is-unavailable {
  opacity: 0.42;
  cursor: not-allowed;
}

.pc-mobile-launcher button:disabled:hover,
.pc-mobile-launcher button.is-unavailable:hover {
  background: transparent;
}

.pc-mobile-launcher .pc-icon {
  width: 1rem;
  height: 1rem;
  color: #746f66;
}

.pc-launcher-divider {
  width: 1px;
  height: 1.25rem;
  margin: 0 0.25rem;
  background: rgba(21, 20, 18, 0.12);
}

.pc-macbook {
  position: relative;
  display: flex;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  flex-direction: column;
  justify-content: center;
  padding: 4% 6%;
}

.pc-preview .pc-macbook {
  transform: scale(0.75);
}

@media (min-width: 1024px) {
  .pc-preview .pc-macbook {
    transform: scale(0.9);
  }
}

@media (min-width: 1280px) {
  .pc-preview .pc-macbook {
    transform: scale(1);
  }
}

.pc-screen {
  position: relative;
  width: 80%;
  margin: 0 auto;
  border-radius: 3% 3% 0.5% 0.5% / 5%;
  background: #000;
  box-shadow: var(--pc-shadow-lg);
}

.pc-screen::before {
  content: "";
  display: block;
  padding-top: 67%;
  border: 2px solid #cacacc;
  border-radius: 3% 3% 0.5% 0.5% / 5%;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.8) inset, 0 0 1px 2px rgba(255, 255, 255, 0.3) inset;
}

.pc-screen::after {
  content: "";
  position: absolute;
  bottom: 0.75%;
  left: 0.5%;
  width: 99%;
  padding-top: 1%;
  border-top: 2px solid rgba(255, 255, 255, 0.15);
}

.pc-viewport {
  position: absolute;
  inset: 0;
  margin: 4.3% 3.2%;
  overflow-x: hidden;
  overflow-y: auto;
  background: #333;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.12);
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.pc-viewport::-webkit-scrollbar,
.pc-phone-screen::-webkit-scrollbar {
  display: none;
}

.pc-viewport img,
.pc-phone-screen img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: top;
}

.pc-base {
  position: relative;
  width: 100%;
}

.pc-base::before {
  content: "";
  display: block;
  padding-top: 3.3%;
  border-radius: 0 0 10% 10% / 0 0 50% 50%;
  background: linear-gradient(#eaeced, #edeef0 55%, #fff 55%, #8a8b8f 56%, #999ba0 61%, #4b4b4f 84%, #262627 89%, rgba(0, 0, 0, 0.01) 98%);
}

.pc-base::after {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 53%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.5), rgba(255, 255, 255, 0.8) 0.5%, rgba(0, 0, 0, 0.4) 3.3%, transparent 15%, rgba(255, 255, 255, 0.8) 50%, transparent 85%, rgba(0, 0, 0, 0.4) 96.7%, rgba(255, 255, 255, 0.8) 99.5%, rgba(0, 0, 0, 0.5) 100%);
}

.pc-notch {
  position: relative;
  z-index: 2;
  width: 14%;
  margin: -3.5% auto 0;
  border-radius: 0 0 7% 7% / 0 0 95% 95%;
  background: #ddd;
  box-shadow: -5px -1px 3px rgba(0, 0, 0, 0.2) inset, 5px -1px 3px rgba(0, 0, 0, 0.2) inset;
}

.pc-notch::before {
  content: "";
  display: block;
  padding-top: 10%;
}

.pc-phone {
  position: relative;
  width: 240px;
  height: 480px;
  margin: 0 auto;
  border: 2px solid rgb(40, 40, 40);
  border-radius: 35px;
  background: #000;
  box-shadow: var(--pc-shadow-lg);
  padding: 7px;
}

.pc-preview .pc-phone {
  transform: scale(0.9);
}

@media (min-width: 1024px) {
  .pc-preview .pc-phone {
    transform: scale(1);
  }
}

.pc-modal .pc-phone {
  transform: scale(1);
}

@media (min-width: 640px) {
  .pc-modal .pc-phone {
    transform: scale(1.1);
  }
}

@media (min-width: 768px) {
  .pc-modal .pc-phone {
    transform: scale(1.25);
  }
}

.pc-phone-screen {
  position: relative;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  border-radius: 25px;
  transition: all 600ms ease-out;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.pc-phone-notch {
  position: absolute;
  top: 0;
  right: 50%;
  z-index: 10;
  width: 35%;
  height: 18px;
  transform: translateX(50%);
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  background: #000;
}

.pc-phone-speaker {
  position: absolute;
  top: 2px;
  right: 50%;
  width: 40%;
  height: 2px;
  transform: translateX(50%);
  border-radius: 2px;
  background: rgb(20, 20, 20);
}

.pc-phone-camera {
  position: absolute;
  top: 6px;
  right: 84%;
  width: 6px;
  height: 6px;
  transform: translateX(50%);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.048);
}

.pc-phone-camera::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 50%;
  width: 3px;
  height: 3px;
  transform: translate(50%, -50%);
  border-radius: 50%;
  background: rgba(0, 0, 255, 0.212);
}

.pc-phone-btn {
  position: absolute;
  width: 2px;
}

.pc-phone-btn--power,
.pc-phone-btn--volume-1,
.pc-phone-btn--volume-2 {
  height: 45px;
  top: 30%;
  right: -4px;
  background-image: linear-gradient(to right, #111, #222, #333, #464646, #595959);
}

.pc-phone-btn--volume-1,
.pc-phone-btn--volume-2 {
  left: -4px;
  height: 30px;
  transform: scale(-1);
}

.pc-phone-btn--volume-1 {
  top: 26%;
}

.pc-phone-btn--volume-2 {
  top: 36%;
}

.pc-scroll-hint {
  position: absolute;
  left: 50%;
  z-index: 20;
  display: flex;
  width: max-content;
  flex-direction: column;
  align-items: center;
  transform: translateX(-50%);
  pointer-events: none;
  transition: opacity 300ms ease;
}

.pc-macbook .pc-scroll-hint {
  bottom: -2.5rem;
}

.pc-phone .pc-scroll-hint {
  bottom: -4rem;
}

.pc-macbook:hover .pc-scroll-hint,
.pc-phone:hover .pc-scroll-hint {
  opacity: 0;
}

.pc-scroll-hint span {
  display: flex;
  align-items: center;
  gap: 0.375rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.6);
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.22);
  padding: 0.375rem 0.75rem;
  color: #fff;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}

.pc-scroll-hint .pc-icon {
  width: 0.875rem;
  height: 0.875rem;
  animation: pc-bounce 1s infinite;
}

.pc-scroll-hint strong {
  margin-top: 1px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

@keyframes pc-bounce {
  0%,
  100% {
    transform: translateY(-25%);
    animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
  }

  50% {
    transform: none;
    animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }
}

.pc-content {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  padding-top: 1rem;
  padding-left: 0.5rem;
}

@media (min-width: 640px) {
  .pc-content {
    padding-left: 1rem;
  }
}

.pc-section-head {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
}

.pc-section-head--process {
  margin-bottom: 2rem;
}

.pc-section-head .pc-icon {
  width: 1.5rem;
  height: 1.5rem;
  color: var(--pc-soft);
}

.pc-section-head h3 {
  margin: 0;
  color: var(--pc-text);
  font-family: "AndzTitle", "AndzRegular", sans-serif;
  font-size: 1.25rem;
  font-weight: 800;
}

.pc-copy {
  max-width: 48rem;
  margin: 0;
  color: var(--pc-muted);
  font-size: 15px;
  line-height: 1.7;
}

.pc-feature-grid {
  display: grid;
  max-width: 48rem;
  grid-template-columns: 1fr;
  gap: 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

@media (min-width: 640px) {
  .pc-feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.pc-feature {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  border: 1px solid var(--pc-border);
  border-radius: 20px;
  background: var(--pc-surface);
  padding: 1rem;
  transition: background-color 180ms ease, transform 220ms var(--pc-ease-premium), border-color 180ms ease;
}

.pc-feature:hover {
  border-color: var(--pc-brand-primary);
  background:
    radial-gradient(140% 120% at 0% 0%, rgba(255, 255, 255, 0.22), transparent 46%),
    linear-gradient(135deg, #ff8fa0 0%, #c04050 54%, #8c3040 100%);
  transform: translateY(-1px);
}

.pc-feature .pc-icon {
  width: 1.25rem;
  height: 1.25rem;
  margin-top: 0.125rem;
  color: var(--pc-soft);
  transition: color 200ms ease, transform 200ms ease;
}

.pc-feature:hover .pc-icon {
  color: var(--pc-brand-primary-text);
  transform: scale(1.1);
}

.pc-feature span {
  color: color-mix(in srgb, var(--pc-text) 78%, var(--pc-muted));
  font-size: 0.875rem;
  font-weight: 600;
}

.pc-feature:hover span {
  color: var(--pc-brand-primary-text);
}

body.pc-dark .pc-feature:hover {
  border-color: #ea4606;
  background:
    radial-gradient(140% 120% at 0% 0%, rgba(255, 255, 255, 0.2), transparent 46%),
    linear-gradient(135deg, #ffb07a 0%, #ea4606 56%, #9e2a00 100%);
}

body.pc-dark .pc-feature:hover .pc-icon,
body.pc-dark .pc-feature:hover span {
  color: #ffffff;
}

.pc-process {
  display: flex;
  max-width: 48rem;
  flex-direction: column;
  gap: 1.5rem;
}

.pc-process-step {
  display: flex;
  gap: 1.25rem;
  border: 1px solid var(--pc-border);
  border-radius: 20px;
  background: var(--pc-surface);
  padding: 1rem;
  transition: background-color 180ms ease, transform 220ms var(--pc-ease-premium), border-color 180ms ease;
}

.pc-process-step:hover {
  border-color: var(--pc-brand-primary);
  background:
    radial-gradient(140% 120% at 0% 0%, rgba(255, 255, 255, 0.22), transparent 46%),
    linear-gradient(135deg, #ff8fa0 0%, #c04050 54%, #8c3040 100%);
  transform: translateY(-1px);
}

.pc-process-index {
  display: flex;
  width: 2rem;
  height: 2rem;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  margin-top: 0.125rem;
  border: 1px solid var(--pc-border);
  border-radius: 999px;
  background: var(--pc-surface);
  box-shadow: var(--pc-shadow-sm);
  color: var(--pc-muted);
  font-size: 0.75rem;
  font-weight: 800;
  transition: color 200ms ease, border-color 180ms ease, background-color 180ms ease;
}

.pc-process h5 {
  margin: 0 0 0.25rem;
  color: var(--pc-text);
  font-size: 15px;
  font-weight: 800;
  transition: color 180ms ease;
}

.pc-process p {
  margin: 0;
  color: var(--pc-muted);
  font-size: 0.875rem;
  line-height: 1.7;
  transition: color 180ms ease;
}

.pc-process-step:hover .pc-process-index {
  border-color: color-mix(in srgb, var(--pc-brand-primary-text) 34%, transparent);
  background: color-mix(in srgb, var(--pc-brand-primary-text) 16%, transparent);
  color: var(--pc-brand-primary-text);
}

.pc-process-step:hover h5,
.pc-process-step:hover p {
  color: var(--pc-brand-primary-text);
}

body.pc-dark .pc-process-step:hover {
  border-color: #ea4606;
  background:
    radial-gradient(140% 120% at 0% 0%, rgba(255, 255, 255, 0.2), transparent 46%),
    linear-gradient(135deg, #ffb07a 0%, #ea4606 56%, #9e2a00 100%);
}

body.pc-dark .pc-process-step:hover .pc-process-index {
  border-color: rgba(255, 255, 255, 0.34);
  background: rgba(255, 255, 255, 0.16);
  color: #ffffff;
}

body.pc-dark .pc-process-step:hover h5,
body.pc-dark .pc-process-step:hover p {
  color: #ffffff;
}

.pc-summary {
  margin-bottom: 2rem;
  border: 1px solid var(--pc-border);
  border-radius: 32px;
  background: color-mix(in srgb, var(--pc-surface) 76%, transparent);
  box-shadow: var(--pc-shadow-sm);
  padding: 1.5rem;
  transition: transform 320ms var(--pc-ease-premium), box-shadow 320ms ease, border-color 260ms ease;
}

@media (min-width: 640px) {
  .pc-summary {
    padding: 2rem;
  }
}

.pc-summary-head {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

@media (min-width: 1280px) {
  .pc-summary-head {
    flex-direction: row;
    align-items: center;
    gap: 1.25rem;
  }
}

.pc-avatar {
  position: relative;
  width: 4rem;
  height: 4rem;
  flex: 0 0 auto;
  overflow: hidden;
  border: 3px solid color-mix(in srgb, var(--pc-bg) 92%, white);
  border-radius: 20px;
  background: var(--pc-bg);
  box-shadow: var(--pc-shadow-sm);
}

.pc-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pc-summary h1 {
  margin: 0 0 0.25rem;
  color: var(--pc-text);
  font-family: "AndzTitle", "AndzRegular", sans-serif;
  font-size: 26px;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.15;
}

.pc-summary h2 {
  margin: 0;
  color: var(--pc-muted);
  font-size: 0.875rem;
  font-weight: 600;
}

.pc-summary:hover {
  transform: translateY(-2px);
  border-color: color-mix(in srgb, var(--pc-brand-primary) 30%, var(--pc-border));
  box-shadow: var(--pc-shadow-md);
}

.pc-summary-copy {
  margin: 0 0 2rem;
  color: var(--pc-muted);
  font-size: 15px;
  line-height: 1.7;
}

.pc-rule {
  width: 100%;
  height: 1px;
  margin-bottom: 2rem;
  background: var(--pc-border);
}

.pc-meta {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.pc-meta li {
  display: flex;
  align-items: flex-start;
  border-radius: 14px;
  padding: 0.4rem 0.55rem;
  transition: background-color 220ms ease, transform 220ms var(--pc-ease-premium);
}

.pc-meta li:hover {
  background: color-mix(in srgb, var(--pc-surface-strong) 72%, transparent);
  transform: translateX(2px);
}

.pc-meta-label {
  display: flex;
  width: 8rem;
  flex: 0 0 auto;
  align-items: center;
  color: var(--pc-muted);
}

.pc-meta-label .pc-icon {
  width: 1rem;
  height: 1rem;
  margin-right: 0.75rem;
}

.pc-meta-label span {
  font-size: 0.875rem;
  font-weight: 600;
}

.pc-meta-value {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--pc-text);
  font-size: 0.875rem;
  font-weight: 800;
}

.pc-status-dot {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 999px;
  background: var(--pc-success);
}

.pc-actions {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.pc-actions .btn-wrapper {
  position: relative;
  display: inline-flex;
  width: 100%;
  min-height: 3.5rem;
  outline: none;
}

.pc-actions .btn-light-wrapper,
.pc-actions .btn-dark-wrapper,
.pc-actions .custom-btn,
.pc-actions .btn-surface {
  width: 100%;
  height: 100%;
}

.pc-actions .btn-dark-wrapper {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
}

.pc-light .pc-actions .btn-light-wrapper {
  opacity: 1;
}

.pc-light .pc-actions .btn-dark-wrapper {
  opacity: 0;
}

.pc-dark .pc-actions .btn-light-wrapper {
  opacity: 0;
}

.pc-dark .pc-actions .btn-dark-wrapper {
  opacity: 1;
}

.pc-actions .custom-btn.light-theme {
  --modern-btn-bg:
    radial-gradient(ellipse at 30% 35%, #ff8fa0 0%, transparent 55%),
    radial-gradient(ellipse at 70% 65%, #c04050 0%, transparent 55%),
    radial-gradient(circle at 50% 90%, rgba(80, 30, 40, 0.6), transparent 60%),
    linear-gradient(135deg, #ffa8b0, #8c3040);
  --modern-btn-shadow:
    0 0 0 rgba(255, 175, 190, 0),
    0 8px 16px -4px rgba(40, 20, 30, 0.2),
    inset 0 2px 0 rgba(255, 255, 255, 0.25),
    inset 0 -4px 8px rgba(60, 20, 30, 0.2);
  --modern-btn-hover-shadow:
    -3px -3px 10px rgba(255, 175, 190, 0.26),
    0 10px 18px rgba(60, 20, 30, 0.24),
    inset 0 2px 5px rgba(255, 255, 255, 0.42),
    inset 0 -3px 6px rgba(60, 20, 30, 0.08);
  --modern-btn-active-shadow:
    0 0 0 rgba(255, 175, 190, 0),
    0 0 0 rgba(60, 20, 30, 0),
    inset 6px 6px 12px rgba(80, 30, 40, 0.6),
    inset -4px -4px 10px rgba(255, 143, 160, 0.3);
  --modern-btn-reflection-left: 50%;
  --modern-btn-reflection-right: 50%;
  --modern-btn-reflection-hover-left: 2%;
  --modern-btn-reflection-hover-right: 2%;
}

.pc-actions .custom-btn.dark-theme {
  --modern-btn-bg:
    radial-gradient(ellipse at 30% 35%, #ffcbb3 0%, transparent 55%),
    radial-gradient(ellipse at 70% 65%, #9e2a00 0%, transparent 55%),
    radial-gradient(circle at 50% 90%, rgba(40, 15, 5, 0.6), transparent 60%),
    linear-gradient(135deg, #fc9c58, #ea4606);
  --modern-btn-shadow:
    -5px -5px 14px rgba(255, 255, 255, 0.03),
    0 8px 16px -4px rgba(0, 0, 0, 0.6),
    inset 0 2px 0 rgba(255, 255, 255, 0.3),
    inset 0 -4px 8px rgba(0, 0, 0, 0.35);
  --modern-btn-hover-shadow:
    -4px -4px 12px rgba(255, 255, 255, 0.04),
    0 10px 18px rgba(0, 0, 0, 0.5),
    inset 0 2px 5px rgba(255, 255, 255, 0.34),
    inset 0 -3px 6px rgba(0, 0, 0, 0.16);
  --modern-btn-active-shadow:
    0 0 0 rgba(255, 255, 255, 0),
    0 0 0 rgba(0, 0, 0, 0),
    inset 6px 6px 12px rgba(0, 0, 0, 0.65),
    inset -4px -4px 10px rgba(255, 255, 255, 0.05);
  --modern-btn-reflection-left: 0;
  --modern-btn-reflection-right: 0;
  --modern-btn-reflection-hover-left: 0;
  --modern-btn-reflection-hover-right: 0;
}

.pc-actions .custom-btn {
  position: relative;
  display: inline-flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  background: transparent;
  padding: 0;
  text-decoration: none;
}

.pc-actions .btn-depth {
  display: none;
}

.pc-actions .btn-surface {
  position: relative;
  z-index: 2;
  display: inline-flex;
  min-height: 3.5rem;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  overflow: hidden;
  border-radius: 999px;
  background: var(--modern-btn-bg);
  box-shadow: var(--modern-btn-shadow);
  color: #fff;
  padding: 0 1.5rem;
  transition: transform 0.6s ease-out, box-shadow 0.6s ease-out;
}

.pc-actions .btn-surface::before {
  content: "";
  position: absolute;
  top: 1px;
  left: var(--modern-btn-reflection-left);
  right: var(--modern-btn-reflection-right);
  height: 45%;
  border-radius: 999px 999px 0 0;
  background: radial-gradient(ellipse at 50% 0%, rgba(255, 255, 255, 0.88) 0%, rgba(255, 255, 255, 0.15) 65%, transparent 100%);
  opacity: 0;
  pointer-events: none;
  transform: translateY(-4px) scaleY(0.5) scaleX(0.9);
  transition: opacity 0.4s ease-out, transform 0.4s ease-out, left 0.4s ease-out, right 0.4s ease-out;
}

.pc-actions .btn-text {
  position: relative;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: #fff;
  font-family: "AndzRegular", system-ui, sans-serif;
  font-size: 0.9375rem;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
}

.pc-actions .btn-wrapper:hover .btn-surface {
  transform: translateY(-4px) scale(1.02);
  box-shadow: var(--modern-btn-hover-shadow);
  transition: transform 0.85s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 1.2s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
}

.pc-actions .btn-wrapper:hover .btn-surface::before {
  left: var(--modern-btn-reflection-hover-left);
  right: var(--modern-btn-reflection-hover-right);
  opacity: 0.95;
  transform: translateY(0) scaleY(1) scaleX(1);
  transition: opacity 1.2s ease-in 0.15s, left 1.2s cubic-bezier(0.19, 1, 0.22, 1) 0.1s, right 1.2s cubic-bezier(0.19, 1, 0.22, 1) 0.1s, transform 1.2s cubic-bezier(0.19, 1, 0.22, 1) 0.15s;
}

.pc-actions .btn-wrapper:active .btn-surface {
  transform: translateY(2px) scale(0.96);
  box-shadow: var(--modern-btn-active-shadow);
  transition: transform 0.15s ease-out, box-shadow 0.15s ease-out;
}

.pc-btn {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 1rem;
  padding: 0.875rem 1.5rem;
  box-shadow: var(--pc-shadow-sm);
  font-weight: 700;
  transition: transform 300ms var(--pc-ease-premium), box-shadow 300ms ease, background-color 300ms ease, border-color 300ms ease;
}

.pc-btn:hover {
  transform: translateY(-2px);
  box-shadow: var(--pc-shadow-md);
}

.pc-btn:active {
  transform: translateY(0);
}

.pc-btn .pc-icon {
  width: 1rem;
  height: 1rem;
}

.pc-btn--secondary {
  border: 1px solid var(--pc-border-strong);
  background:
    linear-gradient(var(--pc-bg), var(--pc-bg)) padding-box,
    linear-gradient(135deg, color-mix(in srgb, var(--pc-brand-primary) 78%, #fff), color-mix(in srgb, var(--pc-brand-primary) 52%, #000)) border-box;
  border: 1px solid transparent;
  color: var(--pc-text);
}

.pc-btn--secondary:hover {
  background:
    linear-gradient(var(--pc-surface), var(--pc-surface)) padding-box,
    linear-gradient(135deg, var(--pc-brand-primary), color-mix(in srgb, var(--pc-brand-primary) 68%, #000)) border-box;
  box-shadow: 0 14px 26px rgba(0, 0, 0, 0.14);
}

.pc-more {
  margin-top: 6rem;
  padding-top: 4rem;
  border-top: 1px solid var(--pc-border);
}

.pc-more-head {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 2.5rem;
}

@media (min-width: 640px) {
  .pc-more-head {
    flex-direction: row;
    align-items: flex-end;
  }
}

.pc-more h3 {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin: 0;
  color: var(--pc-text);
  font-family: "AndzTitle", "AndzRegular", sans-serif;
  font-size: clamp(1.5rem, 3vw, 1.875rem);
  font-weight: 800;
}

.pc-more h3 .pc-icon {
  width: 2rem;
  height: 2rem;
  color: var(--pc-soft);
}

.pc-view-all {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--pc-muted);
  font-size: 15px;
  font-weight: 800;
  transition: color 180ms ease;
}

.pc-view-all:hover {
  color: var(--pc-text);
}

.pc-view-all .pc-icon {
  width: 1rem;
  height: 1rem;
  transition: transform 200ms ease;
}

.pc-view-all:hover .pc-icon {
  transform: translateX(0.25rem);
}

.pc-more-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}

@media (min-width: 768px) {
  .pc-more-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.pc-more .app-projects-card {
  position: relative;
  display: block;
  width: 100%;
  min-width: 0;
  aspect-ratio: 4 / 4.75;
  overflow: hidden;
  border-radius: 1.75rem;
  background: #111111;
  transition: transform 500ms var(--pc-ease-premium), box-shadow 500ms var(--pc-ease-premium);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.14);
  isolation: isolate;
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.pc-more .app-projects-card:hover {
  transform: translate3d(0, -4px, 0);
  box-shadow: 0 24px 52px rgba(0, 0, 0, 0.24);
  border-color: color-mix(in srgb, var(--pc-brand-primary) 38%, rgba(255, 255, 255, 0.14));
}

.pc-more .app-projects-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.9;
  transition: transform 500ms var(--pc-ease-premium), filter 500ms ease;
}

.pc-more .app-projects-card:hover img {
  transform: scale(1.025);
}

.pc-more .app-projects-card-shade {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.82), rgba(0, 0, 0, 0.18) 55%, transparent);
}

body.pc-dark .pc-more .app-projects-card-shade {
  background: linear-gradient(to top, rgba(17, 17, 17, 0.82), rgba(17, 17, 17, 0.18) 55%, transparent);
}

.pc-more .app-projects-card-eye {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.001;
  pointer-events: none;
  transition: opacity 500ms ease;
}

.pc-more .app-projects-card-eye span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.5rem;
  height: 3.5rem;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  opacity: 0.001;
  transform: translate3d(0, 0.75rem, 0) scale(0.92);
  transition: opacity 220ms ease, transform 500ms var(--pc-ease-premium), background-color 300ms ease;
}

.pc-more .app-projects-card:hover .app-projects-card-eye {
  opacity: 1;
}

.pc-more .app-projects-card:hover .app-projects-card-eye span {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
  background-color: rgba(255, 255, 255, 0.2);
}

.pc-more .app-projects-card-tag,
.pc-more .app-projects-card-copy {
  position: absolute;
  z-index: 2;
}

.pc-more .app-projects-card-tag {
  top: 1.25rem;
  right: 1.25rem;
  display: inline-flex;
  align-items: center;
  gap: 0.42rem;
  padding: 0.42rem 0.78rem;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  font-size: 0.68rem;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  transition: opacity 500ms ease, transform 500ms var(--pc-ease-premium);
}

.pc-more .app-projects-card:hover .app-projects-card-tag {
  opacity: 0;
  transform: translate3d(0, -0.5rem, 0);
}

.pc-more .app-projects-card-copy {
  left: 1.25rem;
  right: 1.25rem;
  bottom: 1.25rem;
  transition: transform 500ms var(--pc-ease-premium);
}

.pc-more .app-projects-card:hover .app-projects-card-copy {
  transform: translate3d(0, -0.5rem, 0);
}

.pc-more .app-projects-card h4 {
  margin: 0 0 0.5rem;
  color: #fff;
  font-family: "AndzTitle", "AndzRegular", sans-serif;
  font-size: clamp(1.35rem, 2.2vw, 1.6rem);
  font-weight: 800;
  line-height: 1.14;
  letter-spacing: -0.01em;
}

.pc-more .app-projects-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.88rem;
  font-weight: 650;
  line-height: 1.45;
}

.pc-more .app-projects-card .pc-icon {
  width: 0.95rem;
  height: 0.95rem;
}

@media (max-width: 767px) {
  .pc-more .app-projects-card {
    aspect-ratio: 4 / 4.9;
  }
}

.pc-modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(17, 16, 14, 0.9);
  opacity: 0;
  pointer-events: none;
  transition: opacity 500ms ease;
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
}

.pc-modal.is-open {
  opacity: 1;
  pointer-events: auto;
}

.pc-modal-close {
  position: fixed;
  top: 1.5rem;
  left: 1.5rem;
  z-index: 50;
  display: flex;
  width: 3rem;
  height: 3rem;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  transition: transform 300ms ease, background-color 300ms ease;
}

.pc-modal-close:hover {
  transform: scale(1.05);
  background: rgba(255, 255, 255, 0.2);
}

.pc-modal-close .pc-icon {
  width: 1.5rem;
  height: 1.5rem;
  transition: transform 300ms ease;
}

.pc-modal-close:hover .pc-icon {
  transform: rotate(90deg);
}

.pc-modal-stage {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.pc-modal-panel {
  display: none;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}

@media (min-width: 640px) {
  .pc-modal-panel {
    padding: 2rem;
  }
}

.pc-modal-panel.is-active {
  display: flex;
}

.pc-modal .pc-macbook,
.pc-modal .pc-phone {
  pointer-events: auto;
}

.pc-hidden {
  display: none;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
