/*
Theme Name: PhyPhyStudio
Theme URI: https://phyphystudio.com/
Author: PhyPhy Studio
Description: Dark glass WordPress theme for websites and ongoing care.
Version: 3.0.0
Text Domain: phyphystudio
*/
@font-face {
  font-family: Manrope;
  src: url("assets/fonts/manrope.woff2") format("woff2");
  font-weight: 200 800;
  font-display: swap;
}
@font-face {
  font-family: "Space Grotesk";
  src: url("assets/fonts/space-grotesk.woff2") format("woff2");
  font-weight: 300 700;
  font-display: swap;
}
@font-face {
  font-family: "Space Mono";
  src: url("assets/fonts/space-mono.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
}
:root {
  color-scheme: dark;
  --bg: #030303;
  --surface: #050509;
  --blue: #315ff4;
  --accent: #82a4ff;
  --muted: #a0a6b6;
  --line: rgba(255, 255, 255, 0.1);
  --display: "Space Grotesk", sans-serif;
  --mono: "Space Mono", monospace;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  scroll-padding-top: 110px;
}
body {
  margin: 0;
  background: var(--bg);
  color: #fff;
  font:
    400 16px/1.65 Manrope,
    sans-serif;
  -webkit-font-smoothing: antialiased;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
input,
select,
textarea {
  font: inherit;
}
button,
a {
  -webkit-tap-highlight-color: transparent;
}
button {
  color: inherit;
}
img,
svg {
  max-width: 100%;
}
h1,
h2,
h3,
p {
  margin: 0;
}
h1,
h2,
h3 {
  overflow-wrap: anywhere;
  hyphens: auto;
  font-family: var(--display);
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: -0.045em;
}
h2 {
  font-size: clamp(36px, 4.3vw, 60px);
}
h3 {
  font-size: 30px;
}
p {
  color: var(--accent);
}
p + p {
  margin-top: 1rem;
}
a:focus-visible,
button:focus-visible,
summary:focus-visible,
input:focus-visible,
textarea:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 6px;
}
[hidden] {
  display: none !important;
}
.container {
  width: min(1400px, calc(100% - 48px));
  margin-inline: auto;
}
.section {
  padding: 128px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}
.section-label,
.status-label {
  font: 400 10px/1.7 var(--mono);
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--accent);
}
.section-label {
  display: block;
  margin-bottom: 20px;
}
.accent {
  color: var(--blue);
}
.glass {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 16px 28px;
  border: 0;
  border-radius: 999px;
  background: var(--blue);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  transition:
    background 0.3s,
    transform 0.3s;
}
.button:hover {
  background: #527bff;
  transform: translateY(-2px);
}
.button-small {
  padding: 10px 24px;
  font-size: 11px;
}
.text-link {
  display: inline-flex;
  gap: 20px;
  align-items: center;
  font-size: 13px;
  color: var(--accent);
  padding: 12px 0;
}
.text-link:hover {
  color: #fff;
}
.skip-link {
  position: fixed;
  left: 24px;
  top: -100px;
  z-index: 1000;
  background: #fff;
  color: #030303;
  padding: 12px;
}
.skip-link:focus {
  top: 12px;
}
/* Reference: 1600px floating nav, 24px outside inset, pill on desktop. */
.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  padding: 24px;
}
.header-inner {
  max-width: 1600px;
  margin: auto;
  border-radius: 999px;
  padding: 12px 32px;
  display: flex;
  align-items: center;
  gap: 40px;
  justify-content: space-between;
  background: rgba(12, 12, 16, 0.65);
  backdrop-filter: blur(24px);
}
.wordmark {
  display: inline-flex;
  font: 600 20px var(--display);
  letter-spacing: -0.04em;
  white-space: nowrap;
}
.wordmark span {
  color: var(--accent);
  font-weight: 300;
}
.site-navigation,
.nav-links,
.header-actions {
  display: flex;
  align-items: center;
}
.site-navigation {
  flex: 1;
  justify-content: space-between;
  gap: 28px;
}
.nav-links {
  margin: auto;
  gap: 40px;
}
.header-actions {
  gap: 24px;
}
.nav-links a,
.login-link {
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent);
}
.nav-links a:hover,
.login-link:hover {
  color: #fff;
}
.menu-toggle {
  display: none;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: transparent;
  padding: 8px 16px;
  font-size: 12px;
}
.admin-bar .site-header {
  top: 32px;
}
/* Reference hero: 100dvh, 1400px center composition, mask headline, 896px lower bar. */
.aura-hero {
  position: relative;
  isolation: isolate;
  min-height: 100dvh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 120px 24px;
  overflow: hidden;
}
.aura-background {
  position: absolute;
  inset: 0;
  z-index: -3;
  pointer-events: none;
  filter: saturate(2);
  mask-image: linear-gradient(to bottom, #000 80%, transparent);
  -webkit-mask-image: linear-gradient(to bottom, #000 80%, transparent);
}
.aura-background > div {
  width: 100%;
  height: 100%;
}
#hero-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0.4;
  z-index: -2;
  pointer-events: none;
}
.hero-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, #030303, transparent 50%, #030303cc);
  z-index: -1;
  pointer-events: none;
}
.hero-content {
  width: 100%;
  max-width: 1400px;
  text-align: center;
}
.status-badge {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 8px 16px;
  border: 1px solid var(--line);
  background: #ffffff0d;
  backdrop-filter: blur(12px);
  border-radius: 999px;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #aec3ff;
  margin-bottom: 48px;
}
.status-badge i,
.status-label i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fff;
  display: inline-block;
  animation: pulse 3s infinite;
}
.aura-hero h1 {
  font-size: clamp(48px, 8vw, 112px);
  line-height: 0.95;
  letter-spacing: -0.055em;
  margin-bottom: 48px;
}
.mask-text {
  display: block;
  overflow: hidden;
  padding-bottom: 0.1em;
  margin-bottom: -0.1em;
}
.mask-text > span {
  display: block;
}
.hero-information {
  max-width: 896px;
  margin: 48px auto 0;
  padding-top: 32px;
  border-top: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
  text-align: left;
}
.hero-information > p {
  max-width: 320px;
  font-size: 14px;
}
.hero-facts {
  display: flex;
  gap: 48px;
}
.hero-facts strong {
  display: block;
  font: 700 24px var(--display);
}
.hero-facts span {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--accent);
}
.section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 64px;
}
.section-heading h2 {
  margin-bottom: 24px;
}
.section-heading p:not(.section-label) {
  max-width: 512px;
  font-size: 18px;
}
.status-label {
  display: flex;
  align-items: center;
  gap: 10px;
}
.project-showcase {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 24px;
}
.project-copy,
.project-browser {
  border: 1px solid var(--line);
  border-radius: 16px;
  overflow: hidden;
  background: #0a0a0a;
}
.project-copy {
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 560px;
  background:
    radial-gradient(ellipse at 50% 0%, #315ff412, transparent 60%), #0a0a0a;
  transition:
    border-color 0.5s,
    transform 0.5s;
}
.project-copy:hover {
  border-color: #315ff480;
  transform: translateY(-8px);
}
.project-copy h3 {
  font-size: clamp(25px, 2.6vw, 40px);
  margin-bottom: 24px;
}
.project-copy p {
  font-size: 14px;
  max-width: 280px;
}
.project-copy .text-link {
  border-top: 1px solid var(--line);
  margin-top: 32px;
}
.preview-chrome {
  height: 44px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  font: 10px var(--mono);
  color: var(--muted);
  border-bottom: 1px solid var(--line);
  gap: 12px;
}
.project-browser iframe {
  width: 100%;
  height: 640px;
  display: block;
  border: 0;
  background: #fff;
}
.project-fallback {
  min-height: 516px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 40px;
  gap: 24px;
}
.project-fallback strong {
  font: 500 36px/1.1 var(--display);
}
/* Reference services: 1280px, equal columns, 96px gap, top 128px sticky, 450px cards. */
.aura-services {
  position: relative;
  background: var(--surface);
  padding: 160px 24px 0;
  border-top: 1px solid #ffffff0d;
}
.services-container {
  max-width: 1280px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 96px;
}
.services-sticky {
  position: sticky;
  top: 128px;
  align-self: start;
  margin-bottom: 48px;
}
.services-sticky h2 {
  margin-bottom: 32px;
}
.services-sticky p {
  font-size: 18px;
  max-width: 448px;
  margin-bottom: 48px;
}
.services-sticky ul {
  list-style: none;
  margin: 0 0 32px;
  padding: 0;
  color: var(--accent);
}
.services-sticky li + li {
  margin-top: 16px;
}
.service-cards {
  display: flex;
  flex-direction: column;
  gap: 48px;
  padding-bottom: 64px;
  min-width: 0;
}
.card-3d-wrap {
  perspective: 1000px;
  display: block;
  min-height: 450px;
}
.card-3d-inner {
  position: relative;
  height: 100%;
  min-height: 450px;
  padding: 40px;
  border-radius: 16px;
  border-color: var(--line);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transform-style: preserve-3d;
  transition:
    transform 0.5s,
    border-color 0.5s;
  background-image: radial-gradient(#ffffff0d 1px, transparent 1px);
  background-size: 20px 20px;
  box-shadow: 0 25px 50px -12px #0008;
}
.card-3d-wrap:hover .card-3d-inner {
  border-color: #ffffff30;
}
.card-element {
  transform: translateZ(40px);
}
.schematic {
  position: relative;
  height: 240px;
  min-height: 192px;
  background: #0b0b0ce6;
  border: 1px solid var(--line);
  border-radius: 12px;
  margin-bottom: 24px;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.schematic > svg {
  width: 100%;
  height: 100%;
  position: relative;
}
.schematic-grid {
  position: absolute;
  inset: 0;
  opacity: 0.2;
  background-image:
    linear-gradient(#ffffff1a 1px, transparent 1px),
    linear-gradient(90deg, #ffffff1a 1px, transparent 1px);
  background-size: 24px 24px;
}
.diagram-label {
  font: 10px var(--mono);
  text-anchor: middle;
}
.diagram-caption {
  position: absolute;
  bottom: 10px;
  left: 14px;
  font: 8px var(--mono);
  letter-spacing: 0.1em;
  color: var(--muted);
  text-transform: uppercase;
}
.orbit {
  transform-origin: 220px 116px;
  animation: orbit 16s linear infinite;
}
.service-copy h3 {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  font-size: 30px;
  margin-bottom: 8px;
}
.service-copy h3 span {
  font-size: 18px;
  color: var(--accent);
}
.service-copy p {
  font-size: 15px;
  max-width: 384px;
}
.center-heading {
  text-align: center;
  margin-bottom: 80px;
}
.center-heading h2 {
  margin-bottom: 24px;
}
.benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
.benefit-card {
  position: relative;
  aspect-ratio: 9/16;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid var(--line);
  background: #0a0a0a;
  transition: transform 0.5s;
}
.benefit-card:nth-child(2) {
  margin-top: -48px;
  margin-bottom: 48px;
}
.benefit-card:hover {
  transform: translateY(-8px);
}
.benefit-copy {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 32px;
  background: linear-gradient(transparent, #0a0a0a 20%);
}
.benefit-copy h3 {
  font-size: clamp(24px, 2.4vw, 36px);
  margin-bottom: 18px;
}
.benefit-copy p {
  font-size: 14px;
}
.benefit-copy .section-label {
  padding-top: 20px;
  border-top: 1px solid var(--line);
}
.benefit-art {
  position: absolute;
  inset: 0 0 30%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: radial-gradient(ellipse at center, #315ff416, transparent 65%);
}
.benefit-art i {
  position: absolute;
  display: block;
  border: 1px solid #ffffff20;
  background: #ffffff03;
  box-shadow: 0 20px 60px #0008;
  transition: transform 0.7s;
}
.art-packages i {
  width: 50%;
  height: 35%;
  border-radius: 16px;
  transform: translateY(-40px) rotate(-8deg);
}
.art-packages i:nth-child(2) {
  transform: translateY(0) rotate(0);
}
.art-packages i:nth-child(3) {
  transform: translateY(40px) rotate(8deg);
  border-color: #315ff460;
}
.art-continuity i {
  width: 65%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: none;
}
.art-continuity i:nth-child(2) {
  width: 45%;
  border-color: #315ff460;
}
.art-continuity i:nth-child(3) {
  width: 25%;
}
.art-contact i {
  width: 35%;
  aspect-ratio: 1;
  border-radius: 24px;
  transform: translateX(-32%);
}
.art-contact i:nth-child(2) {
  transform: translateX(32%);
  border-color: #315ff480;
}
.benefit-card:hover .benefit-art {
  filter: brightness(1.4);
}
.aura-cta {
  text-align: center;
  background: radial-gradient(ellipse at 50% 100%, #315ff418, transparent 60%);
}
.aura-cta h2 {
  font-size: clamp(40px, 6vw, 88px);
  margin-bottom: 40px;
}
.site-footer {
  position: relative;
  overflow: hidden;
  background: #050509;
  padding: 96px 0 48px;
  border-top: 1px solid #ffffff0d;
}
.site-footer::before {
  content: "";
  position: absolute;
  left: 30%;
  right: 30%;
  height: 200px;
  top: -200px;
  box-shadow: 0 0 100px 40px #ffffff0d;
  border-radius: 50%;
  pointer-events: none;
}
.footer-sitemap {
  display: grid;
  grid-template-columns: 1.25fr 1fr 1fr 1.25fr;
  gap: 48px;
  margin-bottom: 80px;
}
.footer-brand p {
  font-size: 14px;
  margin-top: 24px;
}
.footer-group {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
  min-width: 0;
}
.footer-group h2 {
  font:
    700 11px Manrope,
    sans-serif;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.footer-group a {
  font-size: 13px;
  color: var(--accent);
  overflow-wrap: anywhere;
}
.footer-group a:hover {
  color: #fff;
}
.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-top: 32px;
  border-top: 1px solid var(--line);
  font: 10px var(--mono);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted);
}
.footer-bottom nav {
  display: flex;
  gap: 24px;
}
/* Secondary pages use the same type, spacing, surfaces and motion. */
.page-hero {
  padding: 200px 0 96px;
  background: radial-gradient(ellipse at 80% 0%, #315ff40d, transparent 60%);
}
.page-hero h1 {
  font-size: clamp(48px, 6.8vw, 96px);
  max-width: 1100px;
  margin-bottom: 32px;
}
.page-hero p:not(.section-label) {
  font-size: 18px;
  max-width: 620px;
}
.page-hero .button,
.page-hero .text-link {
  margin-top: 32px;
}
.content-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
.content-card {
  padding: 40px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #ffffff03;
}
.content-card h3 {
  margin-bottom: 20px;
}
.content-card p {
  font-size: 15px;
}
.content-card .section-label {
  margin-bottom: 40px;
}
.split-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 96px;
}
.split-content p {
  margin-top: 24px;
}
.service-directory {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 40px;
}
.service-directory a {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 10px 20px;
  font-size: 13px;
  color: var(--accent);
}
.contact-address {
  font-family: var(--display);
  font-size: clamp(22px, 3vw, 42px);
  overflow-wrap: anywhere;
}
.contact-panel {
  max-width: 960px;
  margin: auto;
  padding: 64px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: #ffffff03;
}
.contact-panel h2 {
  margin-bottom: 32px;
}
.contact-panel p {
  margin: 24px 0;
}
.legal-page,
.site-main {
  padding: 190px 24px 100px;
}
.legal-page-inner,
.site-main > article {
  max-width: 900px;
  margin: auto;
}
.legal-page h1,
.site-main h1 {
  font-size: clamp(40px, 6vw, 76px);
  overflow-wrap: anywhere;
  margin-bottom: 32px;
}
.legal-content {
  margin-top: 64px;
}
.legal-content article {
  padding: 32px 0;
  border-top: 1px solid var(--line);
}
.legal-content h2 {
  font-size: 26px;
  letter-spacing: -0.025em;
  margin-bottom: 20px;
}
.legal-content p,
.site-main p {
  color: #b8bdc9;
}
.legal-content a {
  text-decoration: underline;
  overflow-wrap: anywhere;
}
.site-main h2 {
  margin-top: 40px;
  font-size: 36px;
}
.site-main img {
  height: auto;
}
.site-main .wp-block-table {
  overflow: auto;
}
#cursor {
  position: fixed;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #ffffff80;
  border-radius: 50%;
  pointer-events: none;
  z-index: 99999;
  transform: translate(-50%, -50%);
  transition:
    width 0.3s,
    height 0.3s,
    background-color 0.3s;
  mix-blend-mode: difference;
  display: none;
}
.cursor-active,
.cursor-active a,
.cursor-active button {
  cursor: none;
}
.cursor-active #cursor {
  display: block;
}
#cursor.hovered {
  width: 50px;
  height: 50px;
  background: white;
  border-color: transparent;
}
#cursor.view-cursor {
  width: 80px;
  height: 80px;
  background: #ffffff1a;
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(2px);
}
#cursor.view-cursor::after {
  content: "ÖFFNEN";
  font: 10px var(--mono);
}
@keyframes pulse {
  50% {
    opacity: 0.4;
  }
}
@keyframes orbit {
  to {
    transform: rotate(360deg);
  }
}
@media (min-width: 1800px) {
  .aura-hero h1 {
    font-size: 112px;
  }
}
@media (max-width: 1100px) {
  .nav-links {
    gap: 20px;
  }
  .header-inner {
    gap: 24px;
    padding-inline: 24px;
  }
  .header-actions {
    gap: 16px;
  }
  .services-container {
    gap: 48px;
  }
  .card-3d-inner {
    padding: 24px;
  }
  .service-copy h3 {
    font-size: 26px;
  }
  .footer-sitemap {
    gap: 28px;
  }
}
@media (max-width: 1023px) {
  .site-header {
    padding: 16px;
  }
  .header-inner {
    border-radius: 24px;
    flex-wrap: wrap;
  }
  .js .menu-toggle {
    display: block;
  }
  .site-navigation {
    flex-basis: 100%;
    flex-direction: column;
    padding: 24px 0 12px;
    border-top: 1px solid var(--line);
  }
  .js .site-navigation:not(.is-open) {
    display: none;
  }
  .nav-links,
  .header-actions {
    flex-direction: column;
    gap: 20px;
  }
  .nav-links a,
  .login-link {
    padding: 8px;
  }
  .services-container {
    grid-template-columns: 1fr;
  }
  .services-sticky {
    position: relative;
    top: auto;
  }
  .service-cards {
    max-width: 700px;
    width: 100%;
    margin: auto;
  }
  .aura-services {
    padding-top: 80px;
  }
  .project-copy {
    padding: 28px;
  }
  .footer-sitemap {
    grid-template-columns: repeat(2, 1fr);
  }
  .split-content {
    gap: 40px;
  }
  .content-card {
    padding: 24px;
  }
}
@media (max-width: 767px) {
  .container {
    width: calc(100% - 32px);
  }
  .section {
    padding: 80px 0;
  }
  .aura-hero {
    padding: 144px 16px 64px;
  }
  .aura-hero h1 {
    font-size: clamp(38px, 8.6vw, 64px);
    margin-bottom: 32px;
  }
  .status-badge {
    font-size: 8px;
    letter-spacing: 0.12em;
    margin-bottom: 32px;
  }
  .hero-information {
    margin-top: 32px;
    flex-direction: column;
    gap: 32px;
    text-align: center;
  }
  .hero-facts {
    gap: 32px;
  }
  .hero-information > p {
    max-width: 300px;
  }
  .hero-facts strong {
    font-size: 22px;
  }
  .hero-facts span {
    font-size: 8px;
  }
  .section-heading {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }
  .section-heading p:not(.section-label) {
    font-size: 16px;
  }
  .project-showcase {
    grid-template-columns: 1fr;
  }
  .project-copy {
    min-height: 300px;
    padding: 28px;
  }
  .project-browser iframe {
    height: 520px;
  }
  .preview-chrome {
    font-size: 8px;
    padding: 0 12px;
  }
  .project-fallback {
    min-height: 420px;
    padding: 24px;
  }
  .aura-services {
    padding: 64px 16px 0;
  }
  .services-container {
    gap: 32px;
  }
  .services-sticky h2 {
    margin-bottom: 24px;
  }
  .services-sticky p {
    font-size: 16px;
    margin-bottom: 32px;
  }
  .service-cards {
    gap: 32px;
  }
  .card-3d-wrap,
  .card-3d-inner {
    min-height: 400px;
  }
  .card-3d-inner {
    padding: 16px;
  }
  .schematic {
    height: 230px;
  }
  .service-copy h3 {
    font-size: 24px;
  }
  .service-copy p {
    font-size: 14px;
  }
  .benefit-grid,
  .content-grid,
  .split-content {
    grid-template-columns: 1fr;
  }
  .benefit-card {
    aspect-ratio: 9/13;
    max-width: 460px;
    width: 100%;
    margin: auto;
  }
  .benefit-card:nth-child(2) {
    margin: 0 auto;
  }
  .benefit-copy {
    padding: 28px;
  }
  .benefit-copy h3 {
    font-size: 32px;
  }
  .center-heading {
    margin-bottom: 48px;
  }
  .page-hero {
    padding: 160px 0 64px;
  }
  .page-hero h1 {
    font-size: 48px;
  }
  .page-hero p:not(.section-label) {
    font-size: 16px;
  }
  .contact-panel {
    padding: 28px;
  }
  .site-footer {
    padding: 64px 0 32px;
  }
  .footer-sitemap {
    gap: 40px 24px;
    margin-bottom: 48px;
  }
  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    font-size: 9px;
  }
  .footer-bottom nav {
    gap: 20px;
    flex-wrap: wrap;
  }
  .legal-page,
  .site-main {
    padding: 160px 16px 80px;
  }
  .admin-bar .site-header {
    top: 46px;
  }
}
@media (max-width: 400px) {
  .footer-sitemap {
    grid-template-columns: 1fr;
  }
  .hero-facts {
    gap: 20px;
  }
  .preview-chrome > span:last-child {
    display: none;
  }
  .aura-hero h1 {
    font-size: 8.6vw;
  }
}
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
  .aura-background {
    display: none;
  }
  .card-3d-inner {
    transform: none !important;
  }
}
/* Fine grain from the reference export, independent of third-party media. */
.card-3d-inner::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)' opacity='0.05'/%3E%3C/svg%3E");
}
/* Restored service navigation in the existing floating Aura shell. */
.header-inner {
  position: relative;
}
.mega-trigger {
  padding: 8px 0;
  border: 0;
  background: transparent;
  color: var(--accent);
  font: inherit;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  cursor: pointer;
}
.mega-trigger:hover,
.mega-trigger[aria-expanded="true"] {
  color: white;
}
.mega-menu {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 12px);
  border-radius: 24px;
  background: rgba(10, 11, 17, 0.94);
  backdrop-filter: blur(28px);
  border-color: var(--line);
  box-shadow: 0 28px 70px #0008;
  max-height: calc(100dvh - 140px);
  overflow-y: auto;
}
.mega-inner {
  display: grid;
  grid-template-columns: 1.7fr 1fr;
  gap: 48px;
  padding: 32px;
}
.mega-groups {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}
.mega-groups summary {
  color: var(--muted);
  font: 11px var(--mono);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 16px;
  cursor: pointer;
}
.mega-groups ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.mega-groups a {
  display: block;
  padding: 8px 0;
  font-size: 14px;
  color: var(--accent);
}
.mega-groups a:hover {
  color: white;
}
.mega-cta {
  padding-left: 32px;
  border-left: 1px solid var(--line);
}
.mega-cta h2 {
  font-size: 28px;
}
.mega-cta p {
  font-size: 14px;
  margin-bottom: 20px;
}
/* The original form, with unchanged field names and no delivery backend. */
.contact-panel.inquiry-layout {
  max-width: 1280px;
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: 64px;
}
.inquiry-info {
  min-width: 0;
}
.inquiry-info .contact-address {
  font-size: clamp(20px, 2vw, 30px);
}
.inquiry-form-card {
  min-width: 0;
}
.inquiry-form-card h2 {
  font-size: 36px;
}
.inquiry-form {
  display: grid;
  gap: 24px;
}
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.form-field {
  min-width: 0;
  display: grid;
  gap: 10px;
}
.form-field label {
  font-size: 13px;
}
.form-field label span {
  color: var(--muted);
}
.form-field input,
.form-field select,
.form-field textarea {
  width: 100%;
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 16px 18px;
  color: white;
  background: #ffffff04;
  transition:
    border-color 0.2s,
    background 0.2s;
}
.form-field select option {
  color: white;
  background: #101118;
}
.form-field textarea {
  resize: vertical;
  min-height: 180px;
}
.form-field input:hover,
.form-field select:hover,
.form-field textarea:hover {
  border-color: #ffffff30;
}
.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  border-color: var(--accent);
  background: #315ff408;
  outline: 2px solid #315ff430;
  outline-offset: 2px;
}
.form-field textarea::placeholder {
  color: #9298a7;
}
.privacy-check {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 12px;
  color: #b8bdc9;
}
.privacy-check input {
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  margin: 3px 0 0;
  accent-color: var(--blue);
}
.privacy-check a {
  color: var(--accent);
  text-decoration: underline;
}
.inquiry-submit:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  transform: none;
}
.inquiry-form .form-notice {
  margin: 0;
  font-size: 12px;
  color: var(--muted);
}
/* Broad, feathered light zones: the reference's neutral glow, blue depth and grain. */
main {
  position: relative;
  isolation: isolate;
}
main::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(
      ellipse 60% 24% at 90% 38%,
      rgba(92, 103, 135, 0.065),
      transparent 80%
    ),
    radial-gradient(
      ellipse 45% 18% at 8% 72%,
      rgba(49, 95, 244, 0.045),
      transparent 85%
    ),
    radial-gradient(
      ellipse 55% 20% at 65% 88%,
      rgba(255, 255, 255, 0.025),
      transparent 85%
    );
}
.section:has(> .container > .split-content),
.section:has(> .split-content) {
  position: relative;
  isolation: isolate;
}
.section:has(> .split-content)::before {
  content: "";
  position: absolute;
  inset: -140px 0;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(
      ellipse 45% 55% at 76% 50%,
      rgba(104, 116, 148, 0.075),
      transparent 85%
    ),
    radial-gradient(
      ellipse 35% 65% at 18% 60%,
      rgba(49, 95, 244, 0.045),
      transparent 90%
    );
}
.section:has(> .split-content)::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: 0.3;
  mask-image: radial-gradient(ellipse, #000, transparent 75%);
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.05'/%3E%3C/svg%3E");
}
@media (max-width: 1023px) {
  .mega-menu {
    position: static;
    width: 100%;
    max-height: none;
    margin-top: 12px;
    border-radius: 16px;
  }
  .mega-inner {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 24px;
  }
  .mega-cta {
    padding: 24px 0 0;
    border-left: 0;
    border-top: 1px solid var(--line);
  }
  .site-navigation.is-open {
    max-height: calc(100dvh - 150px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
  .contact-panel.inquiry-layout {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
@media (max-width: 600px) {
  .form-grid,
  .mega-groups {
    grid-template-columns: 1fr;
  }
  .mega-inner {
    padding: 20px;
  }
}
/* Small detail layers for the existing three collaboration visuals. */
.benefit-art::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0;
  background: radial-gradient(
    ellipse at var(--light-x, 50%) var(--light-y, 50%),
    #82a4ff0d,
    transparent 55%
  );
  transition: opacity 0.6s;
}
.benefit-card:hover .benefit-art::after {
  opacity: 1;
}
.art-packages i::before {
  content: "";
  position: absolute;
  inset: 18%;
  border-top: 1px solid #ffffff18;
  border-bottom: 1px solid #ffffff08;
}
.art-packages i::after {
  content: "";
  position: absolute;
  inset: 35% 18%;
  border-top: 1px solid #82a4ff18;
}
.art-continuity i::before {
  content: "";
  position: absolute;
  inset: 9%;
  border: 1px dashed #ffffff0b;
  border-radius: 50%;
}
.art-continuity i::after {
  content: "";
  position: absolute;
  top: 12%;
  left: 12%;
  width: 5px;
  height: 5px;
  border: 1px solid #82a4ff70;
  border-radius: 50%;
  background: #11182a;
  box-shadow: 0 0 12px #315ff42b;
}
.art-contact::before {
  content: "";
  width: 68%;
  height: 1px;
  background: linear-gradient(90deg, transparent, #82a4ff35, transparent);
}
.art-contact i::after {
  content: "";
  position: absolute;
  inset: 28%;
  border: 1px solid #ffffff14;
  border-radius: 50%;
}
@media (hover: hover) and (prefers-reduced-motion: no-preference) {
  .benefit-card:hover .art-packages i:first-child {
    transform: translateY(-48px) rotate(-11deg);
  }
  .benefit-card:hover .art-packages i:nth-child(3) {
    transform: translateY(48px) rotate(11deg);
  }
  .benefit-card:hover .art-continuity i:nth-child(2) {
    transform: rotate(65deg);
    transition-duration: 2s;
  }
  .benefit-card:hover .art-contact i:first-child {
    transform: translateX(-38%);
  }
  .benefit-card:hover .art-contact i:nth-child(2) {
    transform: translateX(38%);
  }
}
/* Expanded, still spacious footer. */
.footer-intro {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 80px;
  padding-bottom: 56px;
  margin-bottom: 48px;
  border-bottom: 1px solid var(--line);
}
.footer-brand {
  max-width: 580px;
}
.footer-brand p + p {
  margin-top: 12px;
  color: var(--muted);
}
.footer-brand p a {
  color: var(--accent);
  text-decoration: underline;
  text-underline-offset: 4px;
}
.footer-contact {
  align-self: end;
  justify-self: end;
}
.footer-contact > a {
  display: flex;
  gap: 24px;
  font: 500 clamp(18px, 2.3vw, 30px) var(--display);
  overflow-wrap: anywhere;
}
.footer-contact > a span {
  color: var(--accent);
}
.site-footer .footer-bottom {
  padding-bottom: 48px;
}
/* Compact glass menu: grouped surfaces and a quiet featured service. */
.mega-menu {
  top: calc(100% - 1px);
  background: rgba(10, 11, 17, 0.96);
}
.mega-inner {
  gap: 24px 32px;
}
.mega-groups {
  gap: 24px;
}
.mega-groups details {
  padding: 20px;
  border: 1px solid #ffffff09;
  border-radius: 16px;
  background: #ffffff02;
}
.mega-groups a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 8px;
  border-radius: 8px;
  transition:
    background 0.2s,
    color 0.2s,
    transform 0.2s;
}
.mega-groups a::after {
  content: "↗";
  opacity: 0.35;
  font-size: 12px;
}
.mega-groups a:hover,
.mega-groups a:focus-visible {
  background: #ffffff05;
  transform: translateX(2px);
}
.mega-cta {
  border: 1px solid #82a4ff15;
  border-radius: 16px;
  padding: 24px;
  background:
    radial-gradient(ellipse at 100% 0%, #315ff410, transparent 75%), #ffffff02;
}
.mega-cta .section-label {
  font-size: 9px;
  margin-bottom: 16px;
}
.mega-cta h2 {
  font-size: clamp(23px, 2.3vw, 32px);
  margin-bottom: 18px;
}
.mega-all {
  margin: 0 20px;
  padding: 0;
  font-size: 12px;
}
/* Intentional coming-soon page within the existing Aura type and material system. */
.tools-hero {
  min-height: 85dvh;
  position: relative;
  isolation: isolate;
  display: grid;
  place-items: center;
  overflow: hidden;
  padding: 180px 0 112px;
}
.tools-content {
  position: relative;
  text-align: center;
}
.tools-content h1 {
  font-size: clamp(56px, 9vw, 128px);
  line-height: 1.05;
  margin-bottom: 40px;
}
.tools-note {
  border-radius: 16px;
  max-width: 500px;
  padding: 24px 32px;
  margin: auto;
}
.tools-note p + p {
  font-size: 13px;
  color: var(--muted);
  margin-top: 10px;
}
.tools-orbits {
  position: absolute;
  inset: 0;
  z-index: -1;
  display: grid;
  place-items: center;
  background: radial-gradient(ellipse at 60% 45%, #315ff40c, transparent 60%);
  pointer-events: none;
}
.tools-orbits i {
  position: absolute;
  width: min(76vw, 820px);
  aspect-ratio: 1;
  border: 1px solid #ffffff07;
  border-radius: 50%;
}
.tools-orbits i:nth-child(2) {
  width: min(60vw, 650px);
  border-color: #82a4ff0d;
}
.tools-orbits i:nth-child(3) {
  width: min(90vw, 990px);
  border-style: dashed;
  border-color: #ffffff05;
}
.tools-orbits span {
  width: 5px;
  height: 5px;
  background: #82a4ff50;
  border-radius: 50%;
  transform: translateY(-200px);
  box-shadow: 0 0 26px #315ff438;
}
/* Prepared cards never enter public markup until editorial configuration is complete. */
.package-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.package-card {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 40px;
  border-radius: 24px;
}
.package-card h3 {
  max-width: 440px;
}
.package-card p {
  font-size: 15px;
}
.package-card .package-price {
  font: 500 36px/1.3 var(--display);
  color: white;
  padding-block: 24px;
  border-block: 1px solid var(--line);
}
.package-card ul {
  margin: 0 0 16px;
  padding-left: 20px;
  color: var(--muted);
}
.package-card li + li {
  margin-top: 12px;
}
.package-card .button {
  align-self: flex-start;
  margin-top: auto;
}
/* Assistant uses a native modal for focus containment and keyboard behavior. */
.assistant-launcher {
  position: fixed;
  z-index: 45;
  right: 24px;
  bottom: 24px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 14px 20px;
  border-radius: 999px;
  background: #0d101ae8;
  border-color: #82a4ff30;
  color: #d8e2ff;
  font-size: 12px;
  box-shadow: 0 12px 40px #0005;
  transition:
    bottom 0.25s,
    border-color 0.25s,
    transform 0.25s;
}
.assistant-launcher:hover {
  border-color: #82a4ff70;
  transform: translateY(-3px);
}
.assistant-panel {
  position: fixed;
  inset: auto 24px 24px auto;
  margin: 0;
  width: min(420px, calc(100vw - 32px));
  max-width: none;
  max-height: calc(100dvh - 48px);
  padding: 0;
  border: 1px solid #82a4ff25;
  border-radius: 24px;
  background: rgba(10, 12, 19, 0.97);
  color: white;
  box-shadow: 0 24px 100px #0009;
  backdrop-filter: blur(28px);
  overflow: auto;
  overscroll-behavior: contain;
}
.assistant-panel::backdrop {
  background: #0005;
}
body.assistant-open {
  overflow: hidden;
}
body.assistant-open #cursor {
  display: none;
}
.assistant-panel,
.assistant-panel * {
  cursor: auto;
}
.assistant-panel button,
.assistant-panel a {
  cursor: pointer;
}
.assistant-header {
  position: sticky;
  top: 0;
  z-index: 1;
  background: rgba(10, 12, 19, 0.98);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 24px;
  border-bottom: 1px solid var(--line);
}
.assistant-header .section-label {
  margin: 0;
}
.assistant-close {
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: #ffffff03;
  font-size: 24px;
  line-height: 1;
}
.assistant-close:hover {
  border-color: var(--accent);
}
.assistant-body {
  padding: 24px;
}
.assistant-body h2 {
  font-size: 32px;
  margin-bottom: 20px;
}
.assistant-notice {
  color: var(--muted);
}
.assistant-suggestions {
  display: grid;
  gap: 8px;
  margin-bottom: 24px;
}
.assistant-suggestions button {
  padding: 12px 14px;
  text-align: left;
  color: var(--accent);
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #ffffff02;
  font-size: 12px;
  transition:
    background 0.2s,
    border-color 0.2s;
}
.assistant-suggestions button:hover {
  border-color: #82a4ff50;
  background: #315ff408;
}
.assistant-form {
  display: grid;
  gap: 12px;
}
.assistant-form label {
  font-size: 12px;
}
.assistant-form textarea {
  width: 100%;
  padding: 14px;
  min-height: 88px;
  max-height: 180px;
  resize: vertical;
  background: #03030380;
  border: 1px solid var(--line);
  border-radius: 12px;
  color: white;
  font-size: 14px;
}
.assistant-form textarea:focus {
  border-color: var(--accent);
}
.assistant-form .button {
  font-size: 10px;
  padding: 12px 20px;
  justify-self: end;
}
.assistant-submit:disabled {
  opacity: 0.5;
}
.assistant-status {
  font-size: 12px;
  margin-top: 16px;
}
.assistant-status:empty,
.assistant-messages:empty {
  display: none;
}
.assistant-messages {
  display: grid;
  gap: 12px;
  margin-bottom: 20px;
}
.assistant-messages p {
  font-size: 13px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 12px;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
}
.assistant-user-message {
  background: #ffffff04;
  color: #d2d5df;
}
.assistant-contact {
  margin-top: 12px;
  font-size: 12px;
}
@media (min-width: 1024px) and (max-width: 1200px) {
  .nav-links {
    gap: 20px;
  }
  .header-inner {
    gap: 20px;
    padding-inline: 24px;
  }
  .site-navigation {
    gap: 20px;
  }
  .header-actions {
    gap: 16px;
  }
  .button-small {
    padding-inline: 16px;
    font-size: 10px;
  }
}
@media (max-width: 1023px) {
  .mega-menu {
    margin-top: 12px;
  }
  .mega-inner {
    gap: 24px;
  }
  .footer-intro {
    gap: 40px;
  }
  body:has(.site-navigation.is-open) .assistant-launcher {
    visibility: hidden;
  }
}
@media (max-width: 767px) {
  .footer-intro {
    grid-template-columns: 1fr;
    gap: 32px;
    padding-bottom: 40px;
  }
  .footer-contact {
    justify-self: start;
  }
  .package-grid {
    grid-template-columns: 1fr;
  }
  .package-card {
    padding: 28px;
  }
  .tools-hero {
    min-height: 75dvh;
    padding: 160px 0 80px;
  }
  .tools-note {
    padding: 24px;
  }
  .assistant-launcher {
    right: 16px;
    bottom: max(16px, env(safe-area-inset-bottom));
    padding: 12px 16px;
    font-size: 11px;
  }
  .assistant-panel {
    right: 16px;
    bottom: max(16px, env(safe-area-inset-bottom));
    max-height: calc(100dvh - 100px);
  }
  .assistant-body {
    padding: 20px;
  }
  .assistant-body h2 {
    font-size: 28px;
  }
  .mega-groups details {
    padding: 16px;
  }
}
.assistant-launcher.yields-to-content {
  visibility: hidden;
}

/* Pricing extends the existing Aura surfaces and typography. */
.pricing-hero {
  padding-bottom: 56px;
}
.pricing-hero h1 {
  font-size: clamp(48px, 6.5vw, 88px);
}
.pricing-anchors {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 28px;
}
.pricing-combination {
  display: flex;
  align-items: center;
  gap: 32px;
  width: fit-content;
  padding: 20px 28px;
  border-radius: 16px;
}
.pricing-combination b {
  font: 12px var(--mono);
  color: var(--accent);
  margin-right: 12px;
}
.pricing-combination small {
  color: var(--muted);
  margin-left: 8px;
}
.pricing-section {
  padding-bottom: 48px;
}
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 24px;
  align-items: start;
}
.pricing-card {
  grid-column: span 2;
  min-width: 0;
  padding: 30px;
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  background:
    radial-gradient(
      ellipse at 100% 0%,
      rgba(255, 255, 255, 0.025),
      transparent 70%
    ),
    rgba(255, 255, 255, 0.025);
  transition:
    border-color 0.25s,
    background-color 0.25s;
}
#website-pakete .pricing-card:nth-child(n + 4) {
  grid-column: span 3;
}
.pricing-card:hover {
  border-color: rgba(255, 255, 255, 0.2);
  background-color: rgba(255, 255, 255, 0.04);
}
.pricing-card-featured {
  border-color: rgba(130, 164, 255, 0.4);
  background:
    radial-gradient(ellipse at 50% 0%, rgba(49, 95, 244, 0.1), transparent 65%),
    rgba(255, 255, 255, 0.025);
}
.pricing-card-featured:hover {
  border-color: rgba(130, 164, 255, 0.65);
}
.pricing-card-label {
  min-height: 42px;
  font: 11px/1.5 var(--mono);
  color: var(--accent);
  max-width: 260px;
}
.pricing-card h3 {
  font-size: 21px;
  letter-spacing: 0.02em;
}
.pricing-amount {
  margin-top: 20px;
  font: 500 clamp(34px, 3.4vw, 48px)/1.15 var(--display);
  letter-spacing: -0.045em;
  color: #fff;
}
.pricing-amount span {
  display: block;
  font:
    400 13px/1.5 Manrope,
    sans-serif;
  letter-spacing: 0;
  color: var(--muted);
  min-height: 20px;
  margin-top: 8px;
}
.pricing-description {
  color: var(--muted);
  margin-top: 22px;
  min-height: 84px;
  font-size: 14px;
}
.pricing-features {
  list-style: none;
  padding: 24px 0;
  margin: 24px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  min-height: 205px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.pricing-features li {
  font-size: 14px;
  color: #d0d4df;
  display: flex;
  gap: 12px;
  line-height: 1.5;
}
.pricing-features li::before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--accent);
  margin-top: 9px;
  flex-shrink: 0;
}
.pricing-cta {
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: none;
  width: 100%;
  justify-content: space-between;
  font-size: 14px;
}
.pricing-disclosure {
  border-top: 1px solid var(--line);
}
.pricing-card .pricing-disclosure {
  margin-top: 20px;
  border-top: 0;
}
.pricing-disclosure summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 48px;
  cursor: pointer;
  list-style: none;
  color: #c7cddc;
  font-size: 13px;
}
.pricing-disclosure summary::-webkit-details-marker {
  display: none;
}
.disclosure-icon {
  position: relative;
  width: 14px;
  height: 14px;
  flex-shrink: 0;
}
.disclosure-icon::before,
.disclosure-icon::after {
  content: "";
  position: absolute;
  background: currentColor;
  left: 1px;
  top: 6px;
  width: 12px;
  height: 1px;
}
.disclosure-icon::after {
  transform: rotate(90deg);
  transition: transform 0.25s;
}
.pricing-disclosure[open] > summary .disclosure-icon::after {
  transform: rotate(0deg);
}
.disclosure-content {
  overflow: hidden;
}
.disclosure-inner {
  padding: 16px 0 8px;
}
.disclosure-inner h4 {
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 14px;
}
.disclosure-inner ul {
  padding-left: 18px;
  margin: 0 0 28px;
}
.disclosure-inner li {
  color: var(--muted);
  font-size: 14px;
  margin-bottom: 10px;
}
.disclosure-inner p {
  color: var(--muted);
  font-size: 14px;
}
.pricing-notes {
  padding-top: 48px;
  padding-bottom: 0;
}
.pricing-notes-inner {
  border-radius: 24px;
  padding: 40px;
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 40px;
}
.pricing-notes h2 {
  font-size: 32px;
}
.pricing-notes ul {
  margin: 0;
  padding-left: 18px;
  columns: 2;
  column-gap: 40px;
  color: var(--muted);
}
.pricing-notes li {
  break-inside: avoid;
  margin-bottom: 16px;
  font-size: 14px;
}
.pricing-tax-note {
  grid-column: 1/-1;
  color: var(--muted);
  font-size: 14px;
}
.pricing-faq-list {
  max-width: 1000px;
  margin-left: auto;
}
.pricing-faq-list .pricing-disclosure:last-child {
  border-bottom: 1px solid var(--line);
}
.pricing-faq summary {
  padding: 24px 0;
}
.pricing-faq h3 {
  font-size: clamp(18px, 2vw, 23px);
  line-height: 1.4;
  letter-spacing: -0.02em;
}
.pricing-faq .disclosure-inner {
  padding: 0 40px 28px 0;
}
.pricing-faq .disclosure-inner p {
  font-size: 16px;
  max-width: 760px;
}
.pricing-teaser {
  padding: 56px;
  border-radius: 24px;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 40px;
  align-items: center;
  background:
    radial-gradient(
      ellipse at 100% 100%,
      rgba(49, 95, 244, 0.07),
      transparent 70%
    ),
    rgba(255, 255, 255, 0.025);
}
.pricing-teaser-offer p {
  font-size: 20px;
  color: var(--muted);
  margin-bottom: 12px;
}
.pricing-teaser-offer strong {
  color: #fff;
  font: 500 clamp(30px, 3vw, 42px) var(--display);
  white-space: nowrap;
}
.pricing-teaser-offer span {
  font-size: 14px;
  white-space: nowrap;
}
.pricing-teaser-offer .button {
  margin-top: 20px;
}
.selected-package {
  padding: 16px 20px;
  border: 1px solid rgba(130, 164, 255, 0.3);
  border-radius: 12px;
  color: var(--muted);
}
.selected-package strong {
  color: #fff;
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .header-inner {
    padding-left: 20px;
    padding-right: 20px;
  }
  .nav-links {
    gap: 18px;
  }
  .header-actions {
    gap: 16px;
  }
  .site-navigation {
    gap: 24px;
  }
  .header-actions .button {
    padding: 12px 16px;
  }
}
@media (max-width: 1100px) {
  .pricing-card {
    padding: 24px;
  }
  .pricing-grid {
    gap: 18px;
  }
  .pricing-notes-inner {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
@media (max-width: 900px) {
  .pricing-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .pricing-card,
  #website-pakete .pricing-card:nth-child(n + 4) {
    grid-column: auto;
  }
  .pricing-card:last-child {
    grid-column: 1/-1;
  }
  .pricing-teaser {
    padding: 36px;
    grid-template-columns: 1fr;
  }
}
@media (max-width: 600px) {
  .pricing-grid {
    grid-template-columns: 1fr;
  }
  .pricing-card {
    padding: 26px;
  }
  .pricing-card-label {
    min-height: 0;
  }
  .pricing-card-label:empty {
    display: none;
  }
  .pricing-card-label:not(:empty) {
    margin-bottom: 20px;
  }
  .pricing-description {
    min-height: 0;
  }
  .pricing-features {
    min-height: 0;
  }
  .pricing-combination {
    width: 100%;
    flex-wrap: wrap;
    gap: 12px 18px;
    padding: 20px;
  }
  .pricing-combination > span:last-child {
    flex-basis: 100%;
  }
  .pricing-notes-inner {
    padding: 26px;
  }
  .pricing-notes ul {
    columns: 1;
  }
  .pricing-teaser {
    padding: 26px;
  }
  .pricing-teaser h2 {
    font-size: clamp(30px, 8vw, 42px);
  }
  .pricing-teaser-offer p {
    font-size: 17px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .pricing-card,
  .disclosure-icon::after {
    transition: none;
  }
}

.pricing-cta:hover {
  background: rgba(130, 164, 255, 0.1);
  border-color: rgba(130, 164, 255, 0.4);
  box-shadow: none;
}
.pricing-card-featured .pricing-cta {
  background: rgba(49, 95, 244, 0.12);
  border-color: rgba(130, 164, 255, 0.3);
}

.assistant-suggestions button:disabled {
  opacity: 0.5;
  cursor: default;
}

/* Consent components use the existing Aura surfaces; site layout stays unchanged. */
.consent-banner[hidden] {
  display: none;
}
.consent-banner {
  position: fixed;
  z-index: 140;
  left: 24px;
  right: 24px;
  bottom: 24px;
  max-width: 1080px;
  margin: auto;
  padding: 26px 30px;
  border-radius: 24px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, 0.8fr);
  gap: 24px;
  background: rgba(10, 12, 19, 0.97);
  backdrop-filter: blur(24px);
  box-shadow: 0 20px 80px #0008;
}
.consent-banner .section-label {
  margin-bottom: 10px;
}
.consent-banner h2 {
  font-size: 26px;
  margin-bottom: 10px;
}
.consent-intro > p:not(.section-label) {
  font-size: 13px;
  color: var(--muted);
  max-width: 570px;
}
.consent-intro > a {
  font-size: 12px;
  display: inline-block;
  margin-top: 10px;
}
.consent-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  align-content: center;
}
.consent-actions > button:last-child {
  grid-column: 1/-1;
}
.consent-actions button,
.consent-dialog-actions button {
  min-height: 46px;
  padding: 12px 16px;
  border: 1px solid #82a4ff40;
  background: #ffffff05;
  border-radius: 12px;
  color: #fff;
  font-size: 13px;
  cursor: pointer;
}
.consent-actions button:hover,
.consent-dialog-actions button:hover {
  background: #315ff41a;
  border-color: #82a4ff80;
}
.consent-panel {
  position: fixed;
  inset: 0;
  margin: auto;
  width: min(620px, calc(100vw - 32px));
  max-width: none;
  max-height: calc(100dvh - 32px);
  padding: 0;
  border-radius: 24px;
  color: #fff;
  background: rgba(10, 12, 19, 0.98);
  overflow: auto;
  overscroll-behavior: contain;
}
.consent-panel::backdrop {
  background: #0008;
}
.consent-header {
  position: sticky;
  top: 0;
  z-index: 1;
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
  padding: 20px 24px;
  border-bottom: 1px solid var(--line);
  background: #0a0c13;
}
.consent-header h2 {
  font-size: 26px;
}
.consent-close {
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  border-radius: 50%;
  background: #ffffff05;
  border: 1px solid var(--line);
  color: white;
  font-size: 24px;
  cursor: pointer;
}
.consent-body {
  padding: 24px;
}
.consent-body > p,
.consent-category-note {
  color: var(--muted);
  font-size: 13px;
}
.consent-category {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  padding: 22px 0;
  border-bottom: 1px solid var(--line);
}
.consent-category > span {
  display: grid;
  gap: 8px;
}
.consent-category strong {
  font: 500 19px var(--display);
}
.consent-category span span {
  font-size: 13px;
  color: var(--muted);
}
.consent-category input {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  accent-color: var(--accent);
}
.consent-category-note {
  margin: 20px 0;
}
.consent-dialog-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 24px 0;
}
.consent-connections {
  margin: 24px 0;
  border-top: 1px solid var(--line);
}
.consent-connections summary {
  padding: 18px 0;
  font-size: 14px;
  cursor: pointer;
}
.consent-services article {
  padding: 20px 0;
  border-top: 1px solid var(--line);
}
.consent-services h3 {
  font-size: 20px;
  margin-bottom: 12px;
}
.consent-services p {
  font-size: 13px;
  color: var(--muted);
  margin-top: 10px;
  overflow-wrap: anywhere;
}
body.consent-dialog-open {
  overflow: hidden;
}
body.consent-dialog-open #cursor {
  display: none;
}
body.consent-dialog-open .assistant-launcher {
  visibility: hidden;
}
body.consent-banner-open .assistant-launcher {
  bottom: var(--assistant-consent-bottom);
  /* Follow growing banners immediately; animate the return after dismissal. */
  transition: border-color 0.25s, transform 0.25s;
}
body.consent-banner-open .assistant-panel {
  bottom: var(--assistant-consent-bottom);
  max-height: calc(100dvh - var(--assistant-consent-bottom) - 16px);
}
.consent-panel *,
.consent-banner * {
  cursor: auto;
}
.consent-panel button,
.consent-banner button,
.consent-panel a,
.consent-banner a,
.consent-panel summary {
  cursor: pointer;
}
.assistant-privacy {
  font-size: 12px;
  line-height: 1.4;
  margin: 0 0 16px;
}
.assistant-privacy .text-link {
  display: inline;
  padding: 0;
  font-size: inherit;
  white-space: nowrap;
  text-decoration: underline;
  text-underline-offset: 3px;
}
@media (max-width: 767px) {
  .consent-banner {
    left: 16px;
    right: 16px;
    bottom: 16px;
    padding: 20px;
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .consent-banner h2 {
    font-size: 23px;
  }
  .consent-actions {
    gap: 8px;
  }
  .consent-actions button {
    padding: 10px;
    font-size: 12px;
  }
  .consent-header {
    padding: 16px 20px;
  }
  .consent-header h2 {
    font-size: 23px;
  }
  .consent-body {
    padding: 20px;
  }
}
@media (max-height: 540px) {
  .consent-banner {
    max-height: calc(100dvh - 110px);
    overflow: auto;
  }
}
@media (prefers-reduced-motion: reduce) {
  .assistant-launcher,
  .consent-banner,
  .consent-panel {
    animation: none;
    transition: none;
  }
}
