/*
Theme Name: PR Boost
Theme URI: https://prboost.pl
Author: PR Boost
Author URI: https://prboost.pl
Description: Autorski, jasny motyw blokowy WordPress dla agencji marketingowej PR Boost. Motyw zawiera gotowe sekcje Gutenberg/FSE: hero, uslugi, portfolio, proces, przewagi, CTA, formularz i stopke.
Requires at least: 6.4
Tested up to: 6.6
Requires PHP: 8.4
Version: 1.0.3
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: prboost
*/

:root {
  --pr-white: #ffffff;
  --pr-ice: #f4faff;
  --pr-mist: #eaf6ff;
  --pr-blue-100: #bfe8ff;
  --pr-blue-200: #8ed8ff;
  --pr-blue-300: #66ccff;
  --pr-ink: #0b1020;
  --pr-muted: #5c677d;
  --pr-line: rgba(102, 204, 255, 0.28);
  --pr-shadow: 0 24px 80px rgba(30, 151, 221, 0.15);
  --pr-glow: 0 0 0 1px rgba(102, 204, 255, 0.34), 0 18px 58px rgba(102, 204, 255, 0.24);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  background:
    radial-gradient(circle at top left, rgba(142, 216, 255, 0.26), transparent 34rem),
    linear-gradient(180deg, #ffffff 0%, #f4faff 42%, #ffffff 100%);
  color: var(--pr-ink);
  font-family: Inter, Sora, Poppins, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  background:
    linear-gradient(rgba(102, 204, 255, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(102, 204, 255, 0.045) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: radial-gradient(circle at 50% 12%, #000 0%, rgba(0,0,0,0.78) 34%, transparent 78%);
  animation: prTechGrid 22s linear infinite;
}

a {
  text-decoration-thickness: 1px;
  text-underline-offset: 0.2em;
}

img,
svg {
  max-width: 100%;
  height: auto;
}

.wp-site-blocks {
  overflow: clip;
}

.pr-shell {
  width: min(1180px, calc(100vw - 40px));
  max-width: min(1180px, calc(100vw - 40px)) !important;
  margin-inline: auto;
}

.pr-section {
  position: relative;
  padding: clamp(70px, 9vw, 128px) 0;
}

.pr-section::after {
  content: "";
  position: absolute;
  inset: auto max(20px, 6vw) 0;
  height: 1px;
  pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(102, 204, 255, 0.42), transparent);
  opacity: 0.55;
}

.pr-section-tight {
  padding: clamp(48px, 7vw, 88px) 0;
}

.pr-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  width: fit-content;
  margin: 0 0 16px;
  padding: 9px 13px;
  border: 1px solid rgba(102, 204, 255, 0.42);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.68);
  box-shadow: 0 10px 32px rgba(102, 204, 255, 0.16);
  color: #1476a8;
  font-size: 0.79rem;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.pr-eyebrow::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--pr-blue-300);
  box-shadow: 0 0 16px rgba(102, 204, 255, 0.9);
}

.pr-lead {
  max-width: 760px;
  color: var(--pr-muted);
  font-size: clamp(1.04rem, 1.4vw, 1.2rem);
  line-height: 1.72;
}

.pr-gradient-text {
  background: linear-gradient(100deg, #0b1020 0%, #1476a8 54%, #66ccff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.pr-header {
  position: sticky;
  top: 12px;
  z-index: 30;
  padding: 0;
  border-bottom: 0;
  background: transparent;
}

.pr-header.is-scrolled .pr-shell {
  border-color: rgba(102, 204, 255, 0.52);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 18px 62px rgba(30, 151, 221, 0.18);
}

.pr-header .pr-shell {
  position: relative;
  display: grid !important;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 18px !important;
  align-items: center;
  padding: 10px 12px !important;
  border: 1px solid rgba(102, 204, 255, 0.34);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 18px 60px rgba(30, 151, 221, 0.13);
  backdrop-filter: blur(22px) saturate(150%);
}

.pr-header .pr-shell::after {
  content: "";
  position: absolute;
  inset: -1px;
  z-index: -1;
  border-radius: inherit;
  background: linear-gradient(90deg, transparent, rgba(102, 204, 255, 0.38), transparent);
  opacity: 0.75;
  animation: prHeaderGlow 7s linear infinite;
}

.pr-header .wp-block-navigation__responsive-container.is-menu-open {
  padding: 28px;
  background: #ffffff;
}

.pr-header-nav {
  justify-content: center;
}

.pr-header .wp-block-navigation-item__content {
  position: relative;
  padding: 9px 2px;
}

.pr-header .wp-block-navigation-item__content::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 3px;
  left: 0;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, #66ccff, #bfe8ff);
  opacity: 0;
  transform: scaleX(0.35);
  transition: opacity 180ms ease, transform 180ms ease;
}

.pr-header .wp-block-navigation-item__content:hover::after {
  opacity: 1;
  transform: scaleX(1);
}

.pr-header-actions {
  flex-wrap: nowrap !important;
}

.pr-header-button .wp-block-button__link {
  min-height: 40px;
  padding: 11px 16px;
  font-size: 0.86rem;
}

.pr-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 900;
}

.wp-block-site-title.pr-brand {
  margin: 0;
  line-height: 1;
}

.wp-block-site-title.pr-brand a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--pr-ink);
  text-decoration: none;
}

.wp-block-site-title.pr-brand a::before {
  content: "PR";
  display: inline-grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid rgba(102, 204, 255, 0.55);
  border-radius: 13px;
  background: linear-gradient(145deg, #ffffff, #dff3ff 52%, #8ed8ff);
  box-shadow: var(--pr-glow);
  color: #0b1020;
  font-size: 0.86rem;
  font-weight: 900;
  animation: prLogoPulse 4.8s ease-in-out infinite;
}

.pr-brand-mark {
  display: inline-grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid rgba(102, 204, 255, 0.55);
  border-radius: 13px;
  background: linear-gradient(145deg, #ffffff, #dff3ff 52%, #8ed8ff);
  box-shadow: var(--pr-glow);
  color: #0b1020;
  font-size: 0.86rem;
  font-weight: 900;
}

.pr-button,
.wp-block-button .wp-block-button__link {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.52rem;
  min-height: 48px;
  padding: 14px 21px;
  border: 1px solid rgba(102, 204, 255, 0.55);
  border-radius: 999px;
  background: linear-gradient(135deg, #ffffff 0%, #bfe8ff 38%, #66ccff 100%);
  box-shadow: 0 16px 38px rgba(102, 204, 255, 0.24);
  color: #071120;
  font-weight: 850;
  line-height: 1;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.wp-block-button.is-style-outline .wp-block-button__link,
.pr-button-secondary {
  background: rgba(255, 255, 255, 0.74);
  box-shadow: 0 12px 34px rgba(11, 16, 32, 0.07);
  color: var(--pr-ink);
}

.pr-button::after,
.wp-block-button .wp-block-button__link::after {
  content: "->";
  font-weight: 900;
}

.pr-button:hover,
.wp-block-button .wp-block-button__link:hover {
  border-color: rgba(102, 204, 255, 0.85);
  box-shadow: 0 20px 48px rgba(102, 204, 255, 0.32);
  transform: translateY(-2px);
}

.pr-button:focus-visible,
.wp-block-button .wp-block-button__link:focus-visible {
  outline: 3px solid rgba(102, 204, 255, 0.55);
  outline-offset: 3px;
}

.pr-hero {
  padding-top: clamp(58px, 8vw, 112px);
}

.pr-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(420px, 0.97fr);
  gap: clamp(32px, 6vw, 78px);
  align-items: start;
}

.pr-hero h1 {
  max-width: 780px;
  margin: 0;
  font-size: clamp(2.7rem, 4.8vw, 5rem);
  line-height: 1;
  text-wrap: balance;
}

.pr-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.pr-hero-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 13px;
  margin-top: 36px;
}

.pr-mini-card {
  min-height: 92px;
  padding: 18px;
  border: 1px solid rgba(102, 204, 255, 0.28);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 18px 46px rgba(30, 151, 221, 0.11);
  backdrop-filter: blur(16px);
  color: #243049;
  font-size: 0.94rem;
  font-weight: 780;
}

.pr-mini-card::before {
  content: "";
  display: block;
  width: 34px;
  height: 4px;
  margin-bottom: 13px;
  border-radius: 999px;
  background: linear-gradient(90deg, #66ccff, #ffffff);
  box-shadow: 0 0 18px rgba(102, 204, 255, 0.75);
}

.pr-visual {
  position: relative;
  min-height: 540px;
  padding-top: 18px;
  transform: translate3d(var(--pr-parallax-x, 0), var(--pr-parallax-y, 0), 0);
  transition: transform 140ms ease-out;
}

.pr-visual::before,
.pr-visual::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  filter: blur(4px);
  pointer-events: none;
}

.pr-visual::before {
  inset: 7% 2% auto auto;
  width: 260px;
  height: 260px;
  background: radial-gradient(circle, rgba(102, 204, 255, 0.38), transparent 68%);
}

.pr-visual::after {
  inset: auto auto 4% 2%;
  width: 190px;
  height: 190px;
  background: radial-gradient(circle, rgba(191, 232, 255, 0.56), transparent 70%);
}

.pr-dashboard {
  position: relative;
  z-index: 1;
  overflow: hidden;
  min-height: 480px;
  padding: 24px;
  border: 1px solid rgba(102, 204, 255, 0.42);
  border-radius: 34px;
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.94), rgba(234, 246, 255, 0.78)),
    radial-gradient(circle at top right, rgba(102, 204, 255, 0.2), transparent 34%);
  box-shadow: var(--pr-shadow);
  animation: prFloat 7s ease-in-out infinite;
}

.pr-dashboard::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(115deg, transparent 0%, rgba(255,255,255,0.52) 45%, transparent 62%);
  opacity: 0;
  transform: translateX(-60%);
  animation: prGlassSweep 8s ease-in-out infinite;
}

.pr-dashboard-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 22px;
}

.pr-window-dots {
  display: flex;
  gap: 8px;
}

.pr-window-dots span {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #8ed8ff;
  box-shadow: 0 0 16px rgba(102, 204, 255, 0.8);
}

.pr-live-pill {
  padding: 9px 12px;
  border-radius: 999px;
  background: rgba(11, 16, 32, 0.88);
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 850;
}

.pr-dashboard-main {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 16px;
}

.pr-panel {
  border: 1px solid rgba(102, 204, 255, 0.26);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 14px 42px rgba(30, 151, 221, 0.1);
}

.pr-growth {
  padding: 22px;
}

.pr-growth strong {
  display: block;
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1;
}

.pr-growth span {
  color: #1476a8;
  font-weight: 800;
}

.pr-chart {
  display: flex;
  align-items: end;
  gap: 10px;
  height: 170px;
  margin-top: 20px;
  padding-top: 30px;
}

.pr-chart i {
  flex: 1;
  border-radius: 999px 999px 10px 10px;
  background: linear-gradient(180deg, #66ccff, #eaf6ff);
  box-shadow: 0 0 20px rgba(102, 204, 255, 0.42);
}

.pr-chart i:nth-child(1) { height: 38%; }
.pr-chart i:nth-child(2) { height: 54%; }
.pr-chart i:nth-child(3) { height: 46%; }
.pr-chart i:nth-child(4) { height: 72%; }
.pr-chart i:nth-child(5) { height: 86%; }

.pr-side-stack {
  display: grid;
  gap: 16px;
}

.pr-reel-card,
.pr-ad-card {
  padding: 18px;
}

.pr-reel-frame {
  display: grid;
  min-height: 158px;
  place-items: center;
  border-radius: 20px;
  background:
    linear-gradient(135deg, rgba(11, 16, 32, 0.92), rgba(20, 118, 168, 0.78)),
    radial-gradient(circle, rgba(102, 204, 255, 0.5), transparent 70%);
  color: #ffffff;
}

.pr-play {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.35), 0 0 30px rgba(102, 204, 255, 0.75);
  font-weight: 900;
}

.pr-ad-card {
  display: grid;
  gap: 11px;
}

.pr-ad-line {
  height: 11px;
  border-radius: 999px;
  background: linear-gradient(90deg, #d7f1ff, #ffffff);
}

.pr-ad-line:nth-child(2) {
  width: 72%;
}

.pr-ad-line:nth-child(3) {
  width: 52%;
}

.pr-floating-card {
  position: absolute;
  z-index: 3;
  max-width: 205px;
  padding: 16px;
  border: 1px solid rgba(102, 204, 255, 0.42);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: var(--pr-glow);
  backdrop-filter: blur(18px);
  color: #243049;
  font-size: 0.88rem;
  font-weight: 780;
}

.pr-floating-card strong {
  display: block;
  margin-bottom: 6px;
  color: var(--pr-ink);
  font-size: 1.18rem;
}

.pr-floating-card.one {
  right: -18px;
  top: 94px;
}

.pr-floating-card.two {
  left: -18px;
  bottom: 78px;
}

.pr-section-heading {
  display: grid;
  gap: 12px;
  max-width: 780px;
  margin-bottom: clamp(28px, 5vw, 54px);
}

.pr-section-heading.center {
  margin-inline: auto;
  text-align: center;
}

.pr-section-heading.center .pr-eyebrow {
  margin-inline: auto;
}

.pr-service-list {
  display: grid;
  gap: 28px;
}

.pr-service-list > .wp-block-group {
  margin-block-start: 0;
}

.pr-service-card {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(330px, 0.8fr);
  gap: clamp(24px, 5vw, 68px);
  align-items: center;
  padding: clamp(26px, 5vw, 58px);
  border: 1px solid rgba(102, 204, 255, 0.24);
  border-radius: 34px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.92), rgba(234, 246, 255, 0.7)),
    radial-gradient(circle at top right, rgba(102, 204, 255, 0.16), transparent 35%);
  box-shadow: 0 22px 70px rgba(30, 151, 221, 0.12);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
  transform-style: preserve-3d;
  transform: perspective(900px) rotateX(var(--tilt-x, 0deg)) rotateY(var(--tilt-y, 0deg)) translateY(calc(var(--reveal-y, 0px) + var(--card-lift, 0px)));
}

.pr-card-tilt {
  --glare-x: 50%;
  --glare-y: 50%;
}

.pr-card-tilt::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  border-radius: inherit;
  background: radial-gradient(circle at var(--glare-x) var(--glare-y), rgba(255,255,255,0.62), transparent 28%);
  opacity: 0;
  transition: opacity 180ms ease;
}

.pr-card-tilt:hover::before {
  opacity: 1;
}

.pr-card-tilt:hover {
  --card-lift: -5px;
}

.pr-card-tilt > * {
  position: relative;
  z-index: 1;
}

.pr-service-card:hover,
.pr-portfolio-card:hover,
.pr-step:hover,
.pr-why-card:hover {
  border-color: rgba(102, 204, 255, 0.5);
  box-shadow: 0 26px 78px rgba(30, 151, 221, 0.17);
}

.pr-service-card.reverse {
  grid-template-columns: minmax(330px, 0.8fr) minmax(0, 0.95fr);
}

.pr-service-card.reverse .pr-service-copy {
  order: 2;
}

.pr-service-card.reverse .pr-service-art {
  order: 1;
}

.pr-service-copy h3 {
  max-width: 720px;
  margin-top: 0;
}

.pr-price {
  display: inline-flex;
  width: fit-content;
  margin: 12px 0 24px;
  padding: 11px 15px;
  border: 1px solid rgba(102, 204, 255, 0.36);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 10px 32px rgba(102, 204, 255, 0.16);
  color: #1476a8;
  font-weight: 900;
}

.pr-service-art,
.pr-portfolio-thumb {
  position: relative;
  overflow: hidden;
  min-height: 300px;
  border: 1px solid rgba(102, 204, 255, 0.32);
  border-radius: 28px;
  background: linear-gradient(145deg, #ffffff, #eaf6ff);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.72), 0 18px 56px rgba(30, 151, 221, 0.14);
}

.pr-service-art {
  animation: prSoftFloat 8s ease-in-out infinite;
}

.pr-service-art::before,
.pr-portfolio-thumb::before {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(102, 204, 255, 0.24);
  border-radius: 22px;
  background:
    linear-gradient(90deg, rgba(255,255,255,0.92) 0 18%, transparent 18% 100%),
    repeating-linear-gradient(0deg, rgba(102, 204, 255, 0.1) 0 1px, transparent 1px 34px);
}

.pr-service-art::after,
.pr-portfolio-thumb::after {
  content: "";
  position: absolute;
  right: 32px;
  bottom: 32px;
  width: 58%;
  height: 46%;
  border-radius: 22px;
  background:
    linear-gradient(135deg, rgba(102, 204, 255, 0.86), rgba(255, 255, 255, 0.92)),
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.75), transparent 44%);
  box-shadow: 0 0 44px rgba(102, 204, 255, 0.35);
}

.pr-service-art span,
.pr-portfolio-thumb span {
  display: none;
}

.pr-service-art .scan,
.pr-portfolio-thumb .scan {
  display: none;
}

.pr-service-art::before,
.pr-portfolio-thumb::before {
  animation: prScan 5.5s linear infinite;
}

.pr-art-web::after {
  clip-path: polygon(0 18%, 100% 0, 100% 100%, 0 82%);
}

.pr-art-shop::after {
  width: 50%;
  height: 58%;
  border-radius: 28px 28px 12px 12px;
}

.pr-art-ads::after {
  width: 48%;
  height: 48%;
  border-radius: 999px;
}

.pr-art-graphics::after {
  inset: auto 30px 30px auto;
  width: 64%;
  height: 52%;
  transform: rotate(-4deg);
}

.pr-art-reels::after {
  width: 38%;
  height: 70%;
  border-radius: 26px;
}

.pr-art-video::after {
  width: 62%;
  height: 40%;
  border-radius: 28px;
}

.pr-art-crm::after {
  width: 62%;
  height: 56%;
  border-radius: 18px;
}

.pr-portfolio-grid,
.pr-why-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.pr-portfolio-grid > .wp-block-group,
.pr-why-grid > .wp-block-group,
.pr-process > .wp-block-group {
  margin-block-start: 0;
}

.pr-portfolio-card,
.pr-why-card,
.pr-step {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(102, 204, 255, 0.24);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.74);
  box-shadow: 0 18px 54px rgba(30, 151, 221, 0.1);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
  transform-style: preserve-3d;
}

.pr-portfolio-card {
  display: flex;
  min-height: 100%;
  flex-direction: column;
}

.pr-portfolio-copy {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 10px;
  padding: 22px;
}

.pr-portfolio-copy h3 {
  margin: 0;
}

.pr-portfolio-copy p {
  margin: 0 0 8px;
  color: var(--pr-muted);
}

.pr-text-link {
  margin-top: auto;
  color: #1476a8;
  font-weight: 900;
  text-decoration: none;
}

.pr-text-link a {
  color: #1476a8;
  text-decoration: none;
}

.pr-text-link a:hover {
  text-decoration: underline;
}

.pr-portfolio-thumb {
  min-height: 210px;
  border-width: 0 0 1px;
  border-radius: 28px 28px 0 0;
}

.pr-process {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.pr-step {
  min-height: 240px;
  padding: 26px;
}

.pr-step h3 {
  max-width: 100%;
  font-size: clamp(1.45rem, 2vw, 1.9rem);
  line-height: 1.08;
  overflow-wrap: break-word;
  hyphens: auto;
}

.pr-step::after,
.pr-why-card::after {
  content: "";
  position: absolute;
  inset: auto -40px -55px auto;
  width: 140px;
  height: 140px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(102, 204, 255, 0.23), transparent 68%);
}

.pr-step-number {
  display: inline-grid;
  width: 54px;
  height: 54px;
  margin-bottom: 34px;
  place-items: center;
  border: 1px solid rgba(102, 204, 255, 0.48);
  border-radius: 18px;
  background: linear-gradient(145deg, #ffffff, #cdecff);
  box-shadow: 0 0 28px rgba(102, 204, 255, 0.24);
  color: #1476a8;
  font-weight: 950;
}

.pr-why-card {
  min-height: 210px;
  padding: 26px;
}

.pr-why-card h3,
.pr-portfolio-copy h3 {
  overflow-wrap: break-word;
  hyphens: auto;
}

.pr-icon {
  display: inline-grid;
  width: 48px;
  height: 48px;
  margin-bottom: 22px;
  place-items: center;
  border: 1px solid rgba(102, 204, 255, 0.45);
  border-radius: 17px;
  background: linear-gradient(145deg, #ffffff, #dff3ff);
  box-shadow: 0 0 24px rgba(102, 204, 255, 0.22);
  color: #1476a8;
  font-size: 1.2rem;
  font-weight: 950;
}

.pr-cta {
  overflow: hidden;
  border: 1px solid rgba(102, 204, 255, 0.32);
  border-radius: 38px;
  background:
    radial-gradient(circle at 78% 20%, rgba(102, 204, 255, 0.28), transparent 28rem),
    linear-gradient(135deg, #ffffff 0%, #eaf6ff 58%, #bfe8ff 100%);
  box-shadow: var(--pr-shadow);
}

.pr-cta-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 34px;
  align-items: center;
  padding: clamp(30px, 6vw, 70px);
}

.pr-contact-wrap {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(360px, 1fr);
  gap: clamp(28px, 5vw, 68px);
  align-items: start;
}

.pr-contact-note {
  padding: 28px;
  border: 1px solid rgba(102, 204, 255, 0.24);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 18px 54px rgba(30, 151, 221, 0.1);
}

.pr-form {
  display: grid;
  gap: 14px;
  padding: clamp(22px, 4vw, 34px);
  border: 1px solid rgba(102, 204, 255, 0.32);
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: var(--pr-glow);
}

.pr-form.is-submitting {
  opacity: 0.76;
  pointer-events: none;
}

.pr-form.is-submitting .pr-button::before {
  content: "";
  width: 14px;
  height: 14px;
  border: 2px solid rgba(11, 16, 32, 0.25);
  border-top-color: #0b1020;
  border-radius: 999px;
  animation: prSpin 700ms linear infinite;
}

.pr-hp {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.pr-form-message {
  margin-bottom: 14px;
  padding: 14px 16px;
  border-radius: 18px;
  font-weight: 800;
}

.pr-form-message.success {
  border: 1px solid rgba(35, 170, 95, 0.3);
  background: rgba(35, 170, 95, 0.1);
  color: #12663a;
}

.pr-form-message.error {
  border: 1px solid rgba(220, 60, 60, 0.28);
  background: rgba(220, 60, 60, 0.1);
  color: #8b1e1e;
}

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

.pr-field label,
.pr-check {
  color: #243049;
  font-size: 0.92rem;
  font-weight: 780;
}

.pr-field input,
.pr-field select,
.pr-field textarea {
  width: 100%;
  min-height: 52px;
  padding: 14px 16px;
  border: 1px solid rgba(102, 204, 255, 0.34);
  border-radius: 17px;
  background: #ffffff;
  color: var(--pr-ink);
  font: inherit;
  outline: none;
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

.pr-field textarea {
  min-height: 150px;
  resize: vertical;
}

.pr-field input:focus,
.pr-field select:focus,
.pr-field textarea:focus {
  border-color: rgba(102, 204, 255, 0.92);
  box-shadow: 0 0 0 4px rgba(102, 204, 255, 0.16);
}

.pr-check {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  color: var(--pr-muted);
  font-size: 0.82rem;
  line-height: 1.55;
}

.pr-footer {
  padding: 42px 0;
  border-top: 1px solid rgba(102, 204, 255, 0.2);
  background: rgba(255, 255, 255, 0.78);
}

.pr-footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(240px, 0.9fr);
  gap: 28px;
  align-items: start;
}

.pr-footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px 20px;
}

.pr-footer-links a {
  color: #243049;
  font-weight: 780;
  text-decoration: none;
}

.pr-footer-links a:hover {
  color: #1476a8;
}

.pr-page {
  min-height: 62vh;
}

.pr-legal-content {
  max-width: min(860px, calc(100vw - 40px)) !important;
  padding: clamp(26px, 5vw, 56px);
  border: 1px solid rgba(102, 204, 255, 0.22);
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 22px 70px rgba(30, 151, 221, 0.1);
}

.pr-legal-content h1 {
  margin-top: 0;
  font-size: clamp(2.5rem, 6vw, 5.4rem);
  line-height: 1;
}

.pr-legal-content h2 {
  margin-top: 42px;
  font-size: clamp(1.45rem, 3vw, 2.2rem);
}

.pr-legal-content p,
.pr-legal-content li {
  color: #344059;
  line-height: 1.75;
}

.pr-js-ready .pr-reveal {
  --reveal-y: 26px;
  opacity: 0;
  transform: translateY(var(--reveal-y));
  transition: opacity 580ms ease, transform 580ms cubic-bezier(.2,.8,.2,1);
  transition-delay: var(--reveal-delay, 0ms);
}

.pr-js-ready .pr-reveal.pr-in-view {
  --reveal-y: 0px;
  opacity: 1;
  transform: translateY(var(--reveal-y));
}

.pr-js-ready .pr-service-card.pr-reveal,
.pr-js-ready .pr-portfolio-card.pr-reveal,
.pr-js-ready .pr-step.pr-reveal,
.pr-js-ready .pr-why-card.pr-reveal {
  transform: perspective(900px) rotateX(var(--tilt-x, 0deg)) rotateY(var(--tilt-y, 0deg)) translateY(calc(var(--reveal-y, 0px) + var(--card-lift, 0px)));
}

.pr-hero .pr-reveal {
  transition-duration: 720ms;
}

@keyframes prHeaderGlow {
  0% {
    transform: translateX(-30%);
  }
  100% {
    transform: translateX(30%);
  }
}

@keyframes prTechGrid {
  0% {
    background-position: 0 0, 0 0;
  }
  100% {
    background-position: 72px 72px, 72px 72px;
  }
}

@keyframes prGlassSweep {
  0%, 48%, 100% {
    opacity: 0;
    transform: translateX(-65%);
  }
  58% {
    opacity: 0.65;
  }
  72% {
    opacity: 0;
    transform: translateX(65%);
  }
}

@keyframes prSpin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes prLogoPulse {
  0%, 100% {
    box-shadow: var(--pr-glow);
  }
  50% {
    box-shadow: 0 0 0 1px rgba(102, 204, 255, 0.5), 0 0 34px rgba(102, 204, 255, 0.45);
  }
}

@keyframes prFloat {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

@keyframes prSoftFloat {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-6px);
  }
}

@keyframes prScan {
  0% {
    background-position: 0 0, 0 0;
  }
  100% {
    background-position: 0 0, 0 68px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
  }
}

@media (max-width: 980px) {
  .pr-header .pr-shell {
    grid-template-columns: auto 1fr;
    border-radius: 26px;
  }

  .pr-header-actions {
    display: none !important;
  }

  .pr-hero-grid,
  .pr-service-card,
  .pr-service-card.reverse,
  .pr-contact-wrap,
  .pr-cta-inner,
  .pr-footer-grid {
    grid-template-columns: 1fr;
  }

  .pr-service-card.reverse .pr-service-copy,
  .pr-service-card.reverse .pr-service-art {
    order: initial;
  }

  .pr-portfolio-grid,
  .pr-why-grid,
  .pr-process {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pr-visual {
    min-height: 520px;
  }

  .pr-footer-links {
    justify-content: flex-start;
  }
}

@media (max-width: 680px) {
  .pr-shell {
    width: min(100% - 28px, 1180px);
  }

  .pr-section {
    padding: 58px 0;
  }

  .pr-hero h1 {
    font-size: clamp(2.55rem, 17vw, 4.6rem);
  }

  .pr-hero-grid,
  .pr-hero-actions {
    gap: 18px;
  }

  .pr-hero-stats,
  .pr-dashboard-main,
  .pr-portfolio-grid,
  .pr-why-grid,
  .pr-process {
    grid-template-columns: 1fr;
  }

  .pr-dashboard {
    min-height: auto;
    padding: 16px;
    border-radius: 26px;
  }

  .pr-visual {
    min-height: auto;
  }

  .pr-floating-card {
    position: relative;
    inset: auto;
    max-width: none;
    margin-top: 14px;
  }

  .pr-service-card {
    padding: 22px;
    border-radius: 28px;
  }

  .pr-service-art {
    min-height: 240px;
  }

  .pr-cta {
    border-radius: 30px;
  }
}
