/*
Theme Name: PSACLOUD Onepage
Theme URI: https://www.psacloud.de/
Author: PSACLOUD
Author URI: https://www.psacloud.de/
Description: Individuelles dunkles Onepage-Theme für die Vermarktung der PSACLOUD-Plattform an Arbeitgeber. Mit ausführlichen Funktionskapiteln, Bildplatzhaltern, Scroll-Navigation und Demoformular.
Version: 1.1.0
Requires at least: 6.4
Tested up to: 6.7
Requires PHP: 8.0
Text Domain: psacloud-onepage
*/

:root {
  --pc-bg: #0a0a0b;
  --pc-bg-soft: #111113;
  --pc-panel: #171719;
  --pc-panel-2: #202023;
  --pc-text: #f5f3ee;
  --pc-muted: #b8b5ad;
  --pc-line: rgba(255,255,255,.13);
  --pc-accent: #ffb000;
  --pc-accent-2: #ff6a00;
  --pc-success: #c8ff48;
  --pc-danger: #ff625f;
  --pc-radius: 1.3rem;
  --pc-shadow: 0 24px 80px rgba(0,0,0,.35);
  --pc-container: min(1420px, calc(100vw - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 96px; }
body {
  margin: 0;
  color: var(--pc-text);
  background:
    radial-gradient(circle at 12% 0%, rgba(255,176,0,.12), transparent 28rem),
    var(--pc-bg);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.62;
  overflow-x: hidden;
}
body.admin-bar .site-header { top: 32px; }
img { max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
::selection { background: var(--pc-accent); color: #111; }

.screen-reader-text {
  position: absolute !important;
  width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}
.screen-reader-text:focus { width: auto; height: auto; padding: .7rem 1rem; margin: .5rem; clip: auto; background: #fff; color: #000; z-index: 99999; }

.pc-container { width: var(--pc-container); margin-inline: auto; }
.pc-section { position: relative; padding: clamp(5.5rem, 9vw, 10rem) 0; border-top: 1px solid var(--pc-line); }
.pc-section--tight { padding-block: clamp(3rem, 6vw, 6rem); }
.pc-section--accent { color: #111; background: linear-gradient(135deg, var(--pc-accent), var(--pc-accent-2)); }
.pc-section--light { color: #0c0c0d; background: #f0ede4; }
.pc-section--black { background: #000; }

.pc-eyebrow {
  display: inline-flex; align-items: center; gap: .7rem;
  margin: 0 0 1.4rem; color: var(--pc-accent);
  font-size: .78rem; font-weight: 850; letter-spacing: .17em; text-transform: uppercase;
}
.pc-eyebrow::before { content: ""; width: 2.7rem; height: 2px; background: currentColor; }
.pc-section--accent .pc-eyebrow, .pc-section--light .pc-eyebrow { color: #111; }
.pc-display, h1, h2, h3 {
  margin-top: 0;
  font-family: "Arial Narrow", "Helvetica Neue", Arial, sans-serif;
  font-stretch: condensed;
  letter-spacing: -.055em;
  line-height: .94;
}
h1 { font-size: clamp(4.2rem, 10.9vw, 11.5rem); text-transform: uppercase; }
h2 { font-size: clamp(3.2rem, 7.2vw, 7.6rem); text-transform: uppercase; }
h3 { font-size: clamp(1.65rem, 3.2vw, 3.1rem); }
p { margin-top: 0; }
.pc-lead { max-width: 880px; font-size: clamp(1.18rem, 2vw, 1.68rem); line-height: 1.45; color: var(--pc-muted); }
.pc-section--accent .pc-lead, .pc-section--light .pc-lead { color: rgba(0,0,0,.72); }
.pc-max { max-width: 820px; }
.pc-muted { color: var(--pc-muted); }
.pc-section--light .pc-muted, .pc-section--accent .pc-muted { color: rgba(0,0,0,.66); }

.pc-button {
  display: inline-flex; align-items: center; justify-content: center; gap: .75rem;
  min-height: 56px; padding: .95rem 1.35rem; border: 1px solid transparent;
  border-radius: 999px; background: var(--pc-accent); color: #111;
  font-weight: 850; letter-spacing: -.015em; cursor: pointer;
  transition: transform .25s ease, background .25s ease, border-color .25s ease;
}
.pc-button:hover, .pc-button:focus-visible { transform: translateY(-3px); background: #ffc43d; }
.pc-button--ghost { border-color: rgba(255,255,255,.3); background: rgba(255,255,255,.05); color: #fff; }
.pc-button--ghost:hover { background: rgba(255,255,255,.13); }
.pc-section--accent .pc-button { background: #111; color: #fff; }
.pc-button__arrow { font-size: 1.3rem; line-height: 1; }
.pc-actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 2rem; }
.pc-hero__brandnote { display: grid; grid-template-columns: 1fr auto; gap: .2rem 1rem; align-items: center; margin-top: 1.2rem; padding: .95rem 1rem; border: 1px solid rgba(255,176,0,.28); border-radius: 1rem; background: rgba(255,176,0,.055); }
.pc-hero__brandnote strong { color: var(--pc-accent); font-size: .88rem; text-transform: uppercase; letter-spacing: .07em; }
.pc-hero__brandnote span { color: var(--pc-muted); font-size: .82rem; }
.pc-hero__brandnote b { grid-column: 2; grid-row: 1 / 3; color: var(--pc-accent); font-size: 1.35rem; }

/* Header */
.site-header {
  position: fixed; inset: 0 0 auto; z-index: 1000;
  backdrop-filter: blur(18px);
  background: linear-gradient(to bottom, rgba(5,5,6,.9), rgba(5,5,6,.55));
  border-bottom: 1px solid transparent;
  transition: border-color .25s ease, background .25s ease;
}
.site-header.is-scrolled { border-color: var(--pc-line); background: rgba(6,6,7,.92); }
.site-header__inner {
  width: var(--pc-container); margin-inline: auto; min-height: 80px;
  display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 2rem;
}
.pc-brand { display: inline-flex; align-items: center; gap: .7rem; font-weight: 950; letter-spacing: -.04em; font-size: 1.3rem; }
.pc-brand__mark { width: 34px; aspect-ratio: 1; border: 2px solid var(--pc-accent); border-radius: 7px; position: relative; transform: rotate(8deg); }
.pc-brand__mark::before, .pc-brand__mark::after { content: ""; position: absolute; background: var(--pc-accent); }
.pc-brand__mark::before { width: 2px; height: 130%; left: 48%; top: -15%; }
.pc-brand__mark::after { height: 2px; width: 130%; top: 48%; left: -15%; }
.custom-logo-link { display: inline-flex; align-items: center; }
.custom-logo-link img { max-height: 46px; width: auto; display: block; }
.pc-nav { justify-self: center; }
.pc-nav ul { display: flex; align-items: center; gap: clamp(.7rem, 1.5vw, 1.7rem); list-style: none; margin: 0; padding: 0; }
.pc-nav a { color: rgba(255,255,255,.72); font-size: .85rem; font-weight: 750; }
.pc-nav a:hover, .pc-nav a.is-active { color: #fff; }
.pc-header-cta { justify-self: end; }
.pc-menu-toggle { display: none; border: 0; color: #fff; background: transparent; font-size: 1.7rem; }

/* Hero */
.pc-hero { min-height: 100svh; display: grid; align-items: end; padding: 130px 0 3rem; overflow: hidden; }
.pc-hero::before {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background-image: linear-gradient(var(--pc-line) 1px, transparent 1px), linear-gradient(90deg, var(--pc-line) 1px, transparent 1px);
  background-size: 80px 80px; mask-image: linear-gradient(to bottom, black, transparent 84%); opacity: .35;
}
.pc-hero__glow { position: absolute; width: 52vw; height: 52vw; right: -8vw; top: 4vw; border-radius: 50%; background: radial-gradient(circle, rgba(255,176,0,.27), transparent 66%); filter: blur(12px); }
.pc-hero__title { position: relative; z-index: 2; margin-bottom: 1rem; font-size: clamp(3.9rem, 8.7vw, 9.5rem); }
.pc-hero__title .outline { color: transparent; -webkit-text-stroke: 1.5px rgba(255,255,255,.65); }
.pc-hero__bottom { display: grid; grid-template-columns: minmax(0, .9fr) minmax(420px, 1.1fr); align-items: end; gap: clamp(2rem, 5vw, 6rem); }
.pc-hero__copy { padding-bottom: 2rem; }
.pc-hero__copy p { max-width: 650px; font-size: clamp(1.1rem, 1.7vw, 1.45rem); color: var(--pc-muted); }
.pc-hero__visual { transform: translateY(4.5rem); }
.pc-scroll-hint { display: inline-flex; align-items: center; gap: .8rem; margin-top: 3rem; color: var(--pc-muted); font-size: .8rem; text-transform: uppercase; letter-spacing: .14em; }
.pc-scroll-hint::before { content: ""; width: 45px; height: 1px; background: var(--pc-accent); }


/* Two explicit user worlds */
.pc-hero__routes { display: grid; grid-template-columns: 1fr 1fr; gap: .8rem; margin-top: 1.5rem; }
.pc-hero__routes a { display: grid; grid-template-columns: auto 1fr; column-gap: .8rem; padding: 1rem; border: 1px solid var(--pc-line); border-radius: 1rem; background: rgba(255,255,255,.035); transition: transform .25s ease, border-color .25s ease, background .25s ease; }
.pc-hero__routes a:hover { transform: translateY(-3px); border-color: var(--pc-accent); background: rgba(255,176,0,.08); }
.pc-hero__routes span { grid-row: 1 / 3; display: grid; place-items: center; width: 2.2rem; height: 2.2rem; border-radius: 50%; background: var(--pc-accent); color: #111; font-size: .72rem; font-weight: 950; }
.pc-hero__routes strong { font-size: .92rem; }
.pc-hero__routes small { color: var(--pc-muted); font-size: .72rem; line-height: 1.35; }

.pc-role-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.3rem; margin-top: 4rem; }
.pc-role-card { position: relative; overflow: hidden; min-height: 650px; padding: clamp(2rem, 4vw, 4rem); border-radius: calc(var(--pc-radius) * 1.2); display: flex; flex-direction: column; }
.pc-role-card::after { content: ""; position: absolute; width: 24rem; height: 24rem; right: -10rem; bottom: -12rem; border-radius: 50%; border: 1px solid currentColor; opacity: .15; }
.pc-role-card--central { background: #0b0b0c; color: #fff; }
.pc-role-card--employee { background: linear-gradient(145deg, var(--pc-accent), var(--pc-accent-2)); color: #111; }
.pc-role-card__meta { display: flex; align-items: center; gap: .8rem; margin-bottom: auto; text-transform: uppercase; letter-spacing: .11em; font-size: .75rem; font-weight: 900; }
.pc-role-card__meta span { display: grid; place-items: center; width: 2.6rem; height: 2.6rem; border: 1px solid currentColor; border-radius: 50%; }
.pc-role-card h3 { max-width: 720px; margin-top: 5rem; font-size: clamp(2.5rem, 5vw, 5.6rem); text-transform: uppercase; }
.pc-role-card p { max-width: 720px; font-size: 1.12rem; }
.pc-role-list { list-style: none; margin: 1.5rem 0 2rem; padding: 0; }
.pc-role-list li { padding: .75rem 0; border-top: 1px solid currentColor; border-color: rgba(127,127,127,.3); }
.pc-role-list li::before { content: "↗"; margin-right: .7rem; font-weight: 950; }
.pc-text-link { display: inline-flex; gap: .7rem; align-items: center; margin-top: auto; font-weight: 900; }
.pc-role-bridge { display: grid; grid-template-columns: minmax(0, .8fr) minmax(420px, 1.2fr); gap: clamp(2rem, 6vw, 6rem); align-items: center; margin-top: 1.3rem; padding: clamp(2rem, 4vw, 4rem); border: 1px solid rgba(0,0,0,.14); border-radius: var(--pc-radius); background: rgba(255,255,255,.52); }
.pc-role-bridge h3 { font-size: clamp(2rem, 4vw, 4rem); text-transform: uppercase; }
.pc-role-bridge__label { display: inline-flex; margin-bottom: 1.2rem; padding: .45rem .75rem; border-radius: 999px; background: #111; color: #fff; font-size: .72rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }

/* Excel campaign block */
.pc-excel-section { overflow: hidden; background: #070708; }
.pc-excel-section::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, transparent, rgba(255,176,0,.08), transparent); pointer-events: none; }
.pc-excel-question { position: relative; margin-bottom: clamp(3rem, 7vw, 7rem); }
.pc-excel-question p { margin: 0 0 1rem; color: var(--pc-accent); font-weight: 900; text-transform: uppercase; letter-spacing: .14em; }
.pc-excel-question h2 { max-width: 1200px; margin-bottom: 0; }
.pc-excel-question h2 em { color: var(--pc-accent); font-style: normal; }
.pc-excel-question__file { position: absolute; right: 0; top: -3rem; color: transparent; -webkit-text-stroke: 1px rgba(255,176,0,.35); font-size: clamp(7rem, 19vw, 20rem); font-weight: 950; letter-spacing: -.09em; line-height: 1; pointer-events: none; }
.pc-excel-grid { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) minmax(420px, .9fr); gap: clamp(3rem, 7vw, 7rem); align-items: center; }
.pc-excel-compare { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin-top: 2rem; }
.pc-excel-side { padding: 1.5rem; border: 1px solid var(--pc-line); border-radius: 1rem; }
.pc-excel-side--old { background: rgba(255,98,95,.06); }
.pc-excel-side--new { background: rgba(200,255,72,.06); border-color: rgba(200,255,72,.26); }
.pc-excel-side__label { display: inline-flex; padding: .35rem .6rem; margin-bottom: 1rem; border-radius: 999px; font-size: .72rem; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.pc-excel-side--old .pc-excel-side__label { background: var(--pc-danger); color: #111; }
.pc-excel-side--new .pc-excel-side__label { background: var(--pc-success); color: #111; }
.pc-excel-side ul { list-style: none; margin: 0; padding: 0; }
.pc-excel-side li { padding: .55rem 0; border-top: 1px solid var(--pc-line); color: var(--pc-muted); }
.pc-excel-side li::before { margin-right: .5rem; font-weight: 900; }
.pc-excel-side--old li::before { content: "×"; color: var(--pc-danger); }
.pc-excel-side--new li::before { content: "✓"; color: var(--pc-success); }

/* Function role markers */
.pc-function-legend { display: flex; flex-wrap: wrap; gap: 1rem; margin-top: 2rem; }
.pc-function-legend a { display: flex; align-items: center; gap: .8rem; padding: .75rem 1rem; border: 1px solid var(--pc-line); border-radius: 999px; }
.pc-function-legend small { color: var(--pc-muted); }
.pc-role-pill { display: inline-flex; width: fit-content; padding: .38rem .65rem; margin-bottom: .85rem; border-radius: 999px; font-size: .68rem; font-weight: 950; letter-spacing: .09em; line-height: 1; text-transform: uppercase; }
.pc-role-pill--central { background: #fff; color: #111; }
.pc-role-pill--employee { background: var(--pc-accent); color: #111; }
.pc-role-pill--shared { background: var(--pc-success); color: #111; }
.pc-feature__copy > .pc-role-pill + .pc-feature__index { display: block; }


/* Integrations and employee lifecycle */
.pc-integrations-section {
  overflow: hidden;
  background:
    radial-gradient(circle at 90% 8%, rgba(255,176,0,.13), transparent 32rem),
    radial-gradient(circle at 8% 72%, rgba(255,106,0,.08), transparent 28rem),
    #0a0a0b;
}
.pc-integration-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr);
  gap: clamp(3rem, 8vw, 8rem);
  align-items: end;
  margin-bottom: clamp(4rem, 8vw, 8rem);
}
.pc-integration-tags { display: flex; flex-wrap: wrap; gap: .55rem; margin-top: 1.5rem; }
.pc-integration-tags span {
  padding: .48rem .72rem;
  border: 1px solid var(--pc-line);
  border-radius: 999px;
  color: var(--pc-muted);
  background: rgba(255,255,255,.025);
  font-size: .74rem;
  font-weight: 850;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.pc-integration-hero {
  display: grid;
  grid-template-columns: minmax(420px, 1.2fr) minmax(0, .8fr);
  gap: clamp(2rem, 6vw, 6rem);
  align-items: center;
  padding-bottom: clamp(5rem, 10vw, 10rem);
}
.pc-integration-principles { display: grid; gap: 1rem; }
.pc-integration-principles article {
  display: grid;
  grid-template-columns: 3.2rem 1fr;
  gap: 1.1rem;
  padding: 1.45rem 0;
  border-top: 1px solid var(--pc-line);
}
.pc-integration-principles article:last-child { border-bottom: 1px solid var(--pc-line); }
.pc-integration-principles article > span {
  display: grid;
  place-items: center;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: var(--pc-accent);
  color: #111;
  font-size: .72rem;
  font-weight: 950;
}
.pc-integration-principles h3 { margin-bottom: .55rem; font-size: clamp(1.55rem, 2.4vw, 2.45rem); }
.pc-integration-principles p { margin: 0; color: var(--pc-muted); }

.pc-lifecycle {
  position: relative;
  margin-inline: calc((100vw - var(--pc-container)) / -2);
  padding: clamp(5rem, 9vw, 9rem) max(24px, calc((100vw - var(--pc-container)) / 2));
  color: #111;
  background: linear-gradient(130deg, var(--pc-accent), #ffd166 58%, #ff8a00);
}
.pc-lifecycle::after {
  content: "PERSONAL";
  position: absolute;
  right: 2vw;
  top: 1vw;
  color: transparent;
  -webkit-text-stroke: 1px rgba(0,0,0,.12);
  font-size: clamp(7rem, 18vw, 19rem);
  font-weight: 950;
  letter-spacing: -.09em;
  line-height: .8;
  pointer-events: none;
}
.pc-lifecycle__headline { position: relative; z-index: 2; max-width: 1160px; }
.pc-lifecycle__headline .pc-eyebrow { color: #111; }
.pc-lifecycle__headline h3 { max-width: 1120px; font-size: clamp(3rem, 6.5vw, 7rem); text-transform: uppercase; }
.pc-lifecycle__headline .pc-lead { color: rgba(0,0,0,.72); }
.pc-lifecycle__flow {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin-top: 4rem;
  overflow: hidden;
  border: 1px solid rgba(0,0,0,.18);
  border-radius: var(--pc-radius);
  background: rgba(0,0,0,.18);
}
.pc-lifecycle__flow article { min-height: 370px; padding: clamp(1.5rem, 2.8vw, 2.6rem); background: rgba(255,255,255,.72); }
.pc-flow-number { display: block; margin-bottom: 4.5rem; font-size: .76rem; font-weight: 950; letter-spacing: .12em; }
.pc-lifecycle__flow h4 { margin: 0 0 1rem; font-size: clamp(1.45rem, 2vw, 2.25rem); line-height: 1.05; }
.pc-lifecycle__flow p { margin: 0; color: rgba(0,0,0,.68); }
.pc-lifecycle__events {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1rem;
}
.pc-lifecycle__events article { padding: 1.3rem 1.5rem; border: 1px solid rgba(0,0,0,.19); border-radius: 1rem; background: rgba(0,0,0,.08); }
.pc-lifecycle__events strong { display: block; margin-bottom: .35rem; font-size: 1rem; text-transform: uppercase; letter-spacing: .06em; }
.pc-lifecycle__events span { color: rgba(0,0,0,.7); }

.pc-integration-catalog { padding-top: clamp(5rem, 10vw, 10rem); }
.pc-integration-catalog__heading { max-width: 1050px; margin-bottom: 3rem; }
.pc-integration-catalog__heading h3 { font-size: clamp(3rem, 6vw, 6.5rem); text-transform: uppercase; }
.pc-integration-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
.pc-integration-card {
  min-height: 470px;
  padding: clamp(1.5rem, 2.8vw, 2.6rem);
  border: 1px solid var(--pc-line);
  border-radius: var(--pc-radius);
  background: rgba(255,255,255,.035);
}
.pc-integration-card--featured { grid-column: span 2; background: linear-gradient(135deg, rgba(255,176,0,.17), rgba(255,106,0,.045)); }
.pc-integration-card--visual { grid-column: span 2; padding: 0; overflow: hidden; }
.pc-integration-card--visual .pc-visual { height: 100%; min-height: 470px; border: 0; border-radius: 0; box-shadow: none; }
.pc-integration-card__type {
  display: inline-flex;
  margin-bottom: clamp(3rem, 6vw, 6rem);
  padding: .42rem .65rem;
  border-radius: 999px;
  background: var(--pc-accent);
  color: #111;
  font-size: .68rem;
  font-weight: 950;
  letter-spacing: .09em;
  text-transform: uppercase;
}
.pc-integration-card h4 { margin: 0 0 1rem; font-size: clamp(1.8rem, 3vw, 3.1rem); line-height: .98; }
.pc-integration-card p { color: var(--pc-muted); }
.pc-integration-card ul { list-style: none; margin: 1.4rem 0 0; padding: 0; }
.pc-integration-card li { padding: .55rem 0; border-top: 1px solid var(--pc-line); color: var(--pc-muted); }
.pc-integration-card li::before { content: "↗"; margin-right: .55rem; color: var(--pc-accent); font-weight: 950; }
.pc-interface-note {
  display: grid;
  grid-template-columns: minmax(260px, .55fr) minmax(0, 1.2fr) auto;
  gap: 2rem;
  align-items: center;
  margin-top: 1rem;
  padding: clamp(1.6rem, 3vw, 2.8rem);
  border: 1px solid rgba(255,176,0,.35);
  border-radius: var(--pc-radius);
  background: rgba(255,176,0,.07);
}
.pc-interface-note strong { font-size: 1.25rem; line-height: 1.2; }
.pc-interface-note p { margin: 0; color: var(--pc-muted); }
.pc-interface-note .pc-text-link { margin: 0; white-space: nowrap; }

/* White-label presentation */
.pc-white-label { overflow: hidden; }
.pc-white-label::before {
  content: "YOUR BRAND";
  position: absolute;
  right: -1vw;
  top: 1vw;
  color: transparent;
  -webkit-text-stroke: 1px rgba(0,0,0,.09);
  font-size: clamp(6rem, 16vw, 17rem);
  font-weight: 950;
  letter-spacing: -.08em;
  line-height: .8;
  pointer-events: none;
}
.pc-brand-options { margin-top: 2.5rem; border-top: 1px solid rgba(0,0,0,.18); }
.pc-brand-options article { display: grid; grid-template-columns: 3.2rem 1fr; gap: 1.2rem; padding: 1.4rem 0; border-bottom: 1px solid rgba(0,0,0,.18); }
.pc-brand-options article > span { font-size: .75rem; font-weight: 950; letter-spacing: .12em; }
.pc-brand-options h3 { margin: 0 0 .45rem; font-size: clamp(1.6rem, 2.6vw, 2.7rem); text-transform: uppercase; }
.pc-brand-options p { margin: 0; color: rgba(0,0,0,.67); }
.pc-white-label__note { margin-top: 1.6rem; padding: 1.2rem 1.35rem; border-left: 4px solid #111; background: rgba(0,0,0,.055); font-weight: 720; }
.pc-white-label .pc-button { background: #111; color: #fff; }

/* Placeholder visuals */
.pc-visual { position: relative; overflow: hidden; border: 1px solid rgba(255,255,255,.16); border-radius: var(--pc-radius); background: #161617; box-shadow: var(--pc-shadow); }
.pc-visual img { display: block; width: 100%; }
.pc-visual::after { content: ""; position: absolute; inset: 0; pointer-events: none; box-shadow: inset 0 0 0 1px rgba(255,255,255,.05); border-radius: inherit; }
.pc-visual--portrait { aspect-ratio: 4/5; }
.pc-visual--wide { aspect-ratio: 16/9; }
.pc-visual--screen { aspect-ratio: 16/10; }
.pc-visual--square { aspect-ratio: 1; }
.pc-visual img { height: 100%; object-fit: cover; }
.pc-visual--tilt { transform: rotate(2deg); }
.pc-visual--tilt-left { transform: rotate(-2deg); }
.pc-visual-label { position: absolute; left: 1rem; bottom: 1rem; z-index: 4; padding: .55rem .75rem; border-radius: .65rem; background: rgba(0,0,0,.72); backdrop-filter: blur(8px); font-size: .72rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }

/* Layouts */
.pc-split { display: grid; grid-template-columns: minmax(0, 1fr) minmax(360px, .9fr); gap: clamp(3rem, 8vw, 8rem); align-items: center; }
.pc-split--reverse > :first-child { order: 2; }
.pc-grid-2 { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.3rem; }
.pc-grid-3 { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.3rem; }
.pc-grid-4 { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1.1rem; }
.pc-card { border: 1px solid var(--pc-line); border-radius: var(--pc-radius); padding: clamp(1.4rem, 2.8vw, 2.5rem); background: rgba(255,255,255,.035); }
.pc-card--solid { background: var(--pc-panel); }
.pc-card--accent { background: linear-gradient(140deg, rgba(255,176,0,.17), rgba(255,106,0,.05)); }
.pc-card__number { display: inline-flex; align-items: center; justify-content: center; width: 2.5rem; height: 2.5rem; margin-bottom: 2rem; border-radius: 50%; background: var(--pc-accent); color: #111; font-size: .8rem; font-weight: 900; }
.pc-card h3 { font-size: clamp(1.5rem, 2.5vw, 2.4rem); margin-bottom: 1rem; }
.pc-card p:last-child { margin-bottom: 0; }
.pc-list { list-style: none; padding: 0; margin: 1.4rem 0 0; }
.pc-list li { position: relative; padding: .75rem 0 .75rem 1.6rem; border-top: 1px solid var(--pc-line); }
.pc-list li::before { content: "+"; position: absolute; left: 0; color: var(--pc-accent); font-weight: 950; }
.pc-section--light .pc-card { border-color: rgba(0,0,0,.13); background: rgba(255,255,255,.5); }
.pc-section--light .pc-list li { border-color: rgba(0,0,0,.13); }

/* Marquee */
.pc-marquee { overflow: hidden; border-block: 1px solid var(--pc-line); background: #000; }
.pc-marquee__track { width: max-content; display: flex; gap: 2.5rem; padding: 1rem 0; animation: pc-marquee 28s linear infinite; }
.pc-marquee__item { display: flex; align-items: center; gap: 2.5rem; font-size: clamp(1.4rem, 3vw, 3.1rem); font-weight: 950; text-transform: uppercase; letter-spacing: -.04em; white-space: nowrap; }
.pc-marquee__dot { width: .55rem; height: .55rem; border-radius: 50%; background: var(--pc-accent); }
@keyframes pc-marquee { to { transform: translateX(-50%); } }

/* Stats */
.pc-stats { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border: 1px solid var(--pc-line); border-radius: var(--pc-radius); overflow: hidden; }
.pc-stat { padding: clamp(1.5rem, 3vw, 2.8rem); border-right: 1px solid var(--pc-line); }
.pc-stat:last-child { border-right: 0; }
.pc-stat__value { display: block; font-size: clamp(2.8rem, 6vw, 6.6rem); font-weight: 950; letter-spacing: -.07em; line-height: 1; color: var(--pc-accent); }
.pc-stat__label { display: block; margin-top: .7rem; color: var(--pc-muted); }

/* Workflow */
.pc-process { position: relative; margin-top: 4rem; }
.pc-process::before { content: ""; position: absolute; left: 1.25rem; top: 2rem; bottom: 2rem; width: 1px; background: linear-gradient(var(--pc-accent), rgba(255,255,255,.08)); }
.pc-step { position: relative; display: grid; grid-template-columns: 2.5rem minmax(0, .7fr) minmax(320px, 1.3fr); gap: clamp(1.5rem, 4vw, 5rem); padding: 2rem 0 4rem; }
.pc-step__dot { width: 2.5rem; height: 2.5rem; border-radius: 50%; display: grid; place-items: center; background: var(--pc-accent); color: #111; font-weight: 950; z-index: 2; }
.pc-step h3 { margin-bottom: .7rem; }
.pc-step__detail { color: var(--pc-muted); }

/* Feature chapters */
.pc-feature { display: grid; grid-template-columns: minmax(0, .85fr) minmax(400px, 1.15fr); gap: clamp(3rem, 8vw, 8rem); align-items: center; padding: clamp(4rem, 8vw, 8rem) 0; border-top: 1px solid var(--pc-line); }
.pc-feature:nth-child(even) .pc-feature__visual { order: -1; }
.pc-feature__index { color: var(--pc-accent); font-size: .85rem; font-weight: 900; letter-spacing: .12em; }
.pc-feature h3 { margin: .8rem 0 1.2rem; font-size: clamp(2.5rem, 5vw, 5.7rem); text-transform: uppercase; }
.pc-feature__facts { display: grid; gap: .65rem; margin-top: 1.7rem; }
.pc-feature__fact { display: grid; grid-template-columns: 1.1rem 1fr; gap: .7rem; align-items: start; color: var(--pc-muted); }
.pc-feature__fact::before { content: "↗"; color: var(--pc-accent); font-weight: 900; }

/* Industries */
.pc-industry { position: relative; min-height: 470px; display: flex; align-items: flex-end; overflow: hidden; border-radius: var(--pc-radius); border: 1px solid var(--pc-line); }
.pc-industry img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .6s cubic-bezier(.2,.7,.2,1); }
.pc-industry:hover img { transform: scale(1.035); }
.pc-industry::after { content: ""; position: absolute; inset: 0; background: linear-gradient(transparent 25%, rgba(0,0,0,.9)); }
.pc-industry__content { position: relative; z-index: 2; padding: 1.6rem; }
.pc-industry h3 { font-size: 2.1rem; margin-bottom: .4rem; }
.pc-industry p { color: rgba(255,255,255,.72); margin: 0; }

/* Accordion */
.pc-accordion { border-top: 1px solid var(--pc-line); }
.pc-accordion details { border-bottom: 1px solid var(--pc-line); }
.pc-accordion summary { list-style: none; display: grid; grid-template-columns: 1fr auto; gap: 1rem; align-items: center; padding: 1.5rem 0; cursor: pointer; font-size: clamp(1.25rem, 2vw, 1.65rem); font-weight: 800; }
.pc-accordion summary::-webkit-details-marker { display: none; }
.pc-accordion summary::after { content: "+"; width: 2.3rem; height: 2.3rem; display: grid; place-items: center; border: 1px solid var(--pc-line); border-radius: 50%; color: var(--pc-accent); }
.pc-accordion details[open] summary::after { content: "−"; }
.pc-accordion__content { max-width: 970px; padding: 0 3.5rem 1.8rem 0; color: var(--pc-muted); }

/* Integration map */
.pc-orbit { position: relative; aspect-ratio: 1; max-width: 650px; margin-inline: auto; border-radius: 50%; border: 1px solid var(--pc-line); display: grid; place-items: center; background: radial-gradient(circle, rgba(255,176,0,.14), transparent 62%); }
.pc-orbit::before, .pc-orbit::after { content: ""; position: absolute; border: 1px solid var(--pc-line); border-radius: 50%; }
.pc-orbit::before { inset: 14%; }
.pc-orbit::after { inset: 29%; }
.pc-orbit__core { position: relative; z-index: 3; width: 31%; aspect-ratio: 1; display: grid; place-items: center; border-radius: 50%; background: var(--pc-accent); color: #111; font-weight: 950; font-size: clamp(1.1rem, 2.5vw, 2rem); text-align: center; }
.pc-orbit__node { position: absolute; z-index: 4; padding: .55rem .8rem; border: 1px solid var(--pc-line); border-radius: 999px; background: rgba(15,15,16,.9); font-size: .76rem; font-weight: 850; }
.pc-orbit__node:nth-of-type(1) { top: 5%; left: 40%; }
.pc-orbit__node:nth-of-type(2) { top: 20%; right: 2%; }
.pc-orbit__node:nth-of-type(3) { bottom: 18%; right: 2%; }
.pc-orbit__node:nth-of-type(4) { bottom: 2%; left: 38%; }
.pc-orbit__node:nth-of-type(5) { bottom: 20%; left: 1%; }
.pc-orbit__node:nth-of-type(6) { top: 20%; left: 1%; }

/* Quote */
.pc-quote { display: grid; grid-template-columns: minmax(260px, .55fr) minmax(0, 1.45fr); gap: clamp(2rem, 6vw, 6rem); align-items: center; }
.pc-quote blockquote { margin: 0; font-size: clamp(2rem, 4.7vw, 5.2rem); line-height: 1.05; letter-spacing: -.055em; font-weight: 850; }
.pc-quote cite { display: block; margin-top: 1.8rem; color: var(--pc-muted); font-size: 1rem; font-style: normal; }

/* Form */
.pc-demo-wrap { display: grid; grid-template-columns: minmax(0, .85fr) minmax(420px, 1.15fr); gap: clamp(3rem, 8vw, 8rem); align-items: start; }
.pc-form { padding: clamp(1.6rem, 4vw, 3rem); border-radius: var(--pc-radius); background: #f7f4ed; color: #111; box-shadow: var(--pc-shadow); }
.pc-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.pc-field { margin-bottom: 1rem; }
.pc-field--full { grid-column: 1 / -1; }
.pc-field label { display: block; margin-bottom: .4rem; font-size: .82rem; font-weight: 850; }
.pc-field input, .pc-field select, .pc-field textarea { width: 100%; border: 1px solid rgba(0,0,0,.2); border-radius: .75rem; padding: .85rem .95rem; background: #fff; color: #111; }
.pc-field textarea { min-height: 140px; resize: vertical; }
.pc-field input:focus, .pc-field select:focus, .pc-field textarea:focus { outline: 3px solid rgba(255,176,0,.25); border-color: var(--pc-accent); }
.pc-consent { display: grid; grid-template-columns: auto 1fr; gap: .7rem; align-items: start; font-size: .82rem; }
.pc-consent input { margin-top: .25rem; }
.pc-honeypot { position: absolute; left: -9999px; }
.pc-form .pc-button { width: 100%; margin-top: .8rem; border: 0; }
.pc-form-message { padding: 1rem 1.2rem; margin-bottom: 1rem; border-radius: .75rem; font-weight: 750; }
.pc-form-message--success { background: #e5f8c2; color: #173000; }
.pc-form-message--error { background: #ffd9d7; color: #4b0704; }

/* Footer */
.site-footer { border-top: 1px solid var(--pc-line); padding: 3rem 0; background: #050506; }
.site-footer__grid { display: grid; grid-template-columns: 1fr auto; gap: 2rem; align-items: end; }
.site-footer__links { display: flex; flex-wrap: wrap; gap: 1rem; color: var(--pc-muted); font-size: .85rem; }
.site-footer__note { max-width: 650px; color: var(--pc-muted); font-size: .78rem; }

/* Reveal */
[data-reveal] { opacity: 0; transform: translateY(34px); transition: opacity .75s ease, transform .75s cubic-bezier(.2,.7,.2,1); }
[data-reveal].is-visible { opacity: 1; transform: none; }

@media (max-width: 1100px) {
  .pc-role-grid, .pc-role-bridge, .pc-excel-grid, .pc-integration-intro, .pc-integration-hero { grid-template-columns: 1fr; }
  .pc-role-card { min-height: 560px; }
  .pc-nav { display: none; position: absolute; top: 80px; left: 24px; right: 24px; padding: 1.2rem; border: 1px solid var(--pc-line); border-radius: 1rem; background: rgba(8,8,9,.98); }
  .pc-nav.is-open { display: block; }
  .pc-nav ul { align-items: stretch; flex-direction: column; gap: 0; }
  .pc-nav a { display: block; padding: .7rem; }
  .pc-menu-toggle { display: block; justify-self: end; }
  .pc-header-cta { display: none; }
  .site-header__inner { grid-template-columns: 1fr auto; }
  .pc-hero__bottom, .pc-split, .pc-feature, .pc-demo-wrap { grid-template-columns: 1fr; }
  .pc-hero__visual { max-width: 780px; transform: none; }
  .pc-feature:nth-child(even) .pc-feature__visual { order: 0; }
  .pc-split--reverse > :first-child { order: 0; }
  .pc-grid-4 { grid-template-columns: repeat(2, 1fr); }
  .pc-lifecycle__flow { grid-template-columns: repeat(2, 1fr); }
  .pc-integration-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .pc-integration-card--featured, .pc-integration-card--visual { grid-column: span 2; }
  .pc-interface-note { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  :root { --pc-container: min(100% - 28px, 1420px); }
  body.admin-bar .site-header { top: 46px; }
  .pc-section { padding-block: 5rem; }
  h1 { font-size: clamp(3.6rem, 20vw, 6.2rem); }
  h2 { font-size: clamp(2.8rem, 15vw, 5rem); }
  .pc-grid-2, .pc-grid-3, .pc-grid-4, .pc-form-grid, .pc-stats, .pc-quote, .pc-lifecycle__flow, .pc-lifecycle__events, .pc-integration-grid { grid-template-columns: 1fr; }
  .pc-hero__routes, .pc-excel-compare { grid-template-columns: 1fr; }
  .pc-role-card { min-height: auto; }
  .pc-role-card h3 { margin-top: 3rem; }
  .pc-excel-question__file { top: 0; opacity: .5; }
  .pc-stat { border-right: 0; border-bottom: 1px solid var(--pc-line); }
  .pc-stat:last-child { border-bottom: 0; }
  .pc-step { grid-template-columns: 2.5rem 1fr; gap: 1rem; }
  .pc-step__detail { grid-column: 2; }
  .pc-hero { min-height: auto; padding-top: 125px; }
  .pc-hero__title .outline { -webkit-text-stroke-width: 1px; }
  .pc-industry { min-height: 380px; }
  .site-footer__grid { grid-template-columns: 1fr; }
  .pc-orbit__node { font-size: .62rem; padding: .4rem .55rem; }
  .pc-integration-card--featured, .pc-integration-card--visual { grid-column: auto; }
  .pc-integration-card, .pc-integration-card--visual .pc-visual { min-height: auto; }
  .pc-lifecycle { margin-inline: -14px; padding-inline: 28px; }
  .pc-lifecycle__flow article { min-height: auto; }
  .pc-flow-number { margin-bottom: 2.5rem; }
  .pc-interface-note .pc-text-link { white-space: normal; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  [data-reveal] { opacity: 1; transform: none; }
}
