:root {
  --pr-ink: #071426;
  --pr-ink-soft: #10243d;
  --pr-navy: #07182d;
  --pr-blue: #3155d9;
  --pr-blue-deep: #173ab5;
  --pr-cyan: #22c7e8;
  --pr-mint: #63e6c5;
  --pr-sky: #edf8ff;
  --pr-white: #ffffff;
  --pr-muted: #617087;
  --pr-line: #dce7f1;
  --pr-surface: #f5f9fd;
  --pr-radius-sm: 12px;
  --pr-radius: 20px;
  --pr-radius-lg: 30px;
  --pr-shadow: 0 24px 70px rgba(2, 24, 54, 0.13);
  --pr-container: 1200px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.phpradius-modern {
  margin: 0;
  color: var(--pr-ink);
  background: var(--pr-white);
  font-family: Inter, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body.pr-nav-open { overflow: hidden; }
.phpradius-modern img { display: block; max-width: 100%; height: auto; }
:where(.phpradius-modern) a { color: inherit; text-decoration: none; }
.phpradius-modern button, .phpradius-modern input, .phpradius-modern textarea { font: inherit; }
.phpradius-modern :focus-visible { outline: 3px solid var(--pr-cyan); outline-offset: 3px; }
.pr-site-shell { min-height: 100vh; overflow: hidden; }
.pr-container { width: min(calc(100% - 40px), var(--pr-container)); margin-inline: auto; }
.pr-sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.pr-skip-link { position: fixed; z-index: 9999; left: 16px; top: 12px; transform: translateY(-160%); padding: 10px 16px; border-radius: 8px; color: var(--pr-white); background: var(--pr-blue); }
.pr-skip-link:focus { transform: translateY(0); }

.pr-site-header { position: fixed; z-index: 1000; inset: 0 0 auto; height: 84px; color: var(--pr-white); transition: background .25s ease, box-shadow .25s ease, height .25s ease; }
.pr-site-header.is-scrolled { height: 72px; background: rgba(5, 20, 40, .92); box-shadow: 0 14px 40px rgba(0, 0, 0, .2); backdrop-filter: blur(16px); }
.admin-bar .pr-site-header { top: 32px; }
.pr-header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.pr-brand { display: inline-flex; align-items: center; gap: 11px; min-width: max-content; min-height: 44px; color: inherit; }
.pr-brand img { width: 38px; height: 38px; object-fit: contain; }
.pr-brand-name { font-size: 1.17rem; font-weight: 560; letter-spacing: -.03em; }
.pr-brand-name strong { font-weight: 800; }
.pr-primary-nav { display: flex; align-items: center; gap: 30px; margin-left: auto; }
.pr-nav-list { display: flex; align-items: center; gap: 28px; margin: 0; padding: 0; list-style: none; }
.pr-nav-list a, .pr-text-link { position: relative; display: inline-flex; align-items: center; min-height: 44px; padding-inline: 2px; font-size: .92rem; font-weight: 600; color: rgba(255,255,255,.78); transition: color .2s ease; }
.pr-nav-list a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 2px; background: var(--pr-cyan); transition: right .2s ease; }
.pr-nav-list a:hover, .pr-nav-list a:focus, .pr-nav-list .current-menu-item > a, .pr-text-link:hover { color: var(--pr-white); }
.pr-nav-list a:hover::after, .pr-nav-list a:focus::after, .pr-nav-list .current-menu-item > a::after { right: 0; }
.pr-nav-actions { display: flex; align-items: center; gap: 18px; }
.pr-nav-toggle { display: none; width: 44px; height: 44px; border: 1px solid rgba(255,255,255,.2); border-radius: 12px; background: rgba(255,255,255,.06); padding: 10px; color: var(--pr-white); }
.pr-nav-toggle span:not(.pr-sr-only) { display: block; width: 100%; height: 2px; margin: 4px 0; border-radius: 4px; background: currentColor; transition: transform .2s ease, opacity .2s ease; }
.pr-nav-toggle[aria-expanded="true"] span:nth-child(2) { transform: translateY(6px) rotate(45deg); }
.pr-nav-toggle[aria-expanded="true"] span:nth-child(3) { opacity: 0; }
.pr-nav-toggle[aria-expanded="true"] span:nth-child(4) { transform: translateY(-6px) rotate(-45deg); }

.pr-button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 52px; padding: 13px 22px; border: 1px solid transparent; border-radius: 12px; color: var(--pr-white); background: linear-gradient(135deg, var(--pr-blue) 0%, #4168f4 100%); box-shadow: 0 12px 32px rgba(49,85,217,.3); font-size: .96rem; font-weight: 750; line-height: 1.2; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.pr-button:hover, .pr-button:focus { color: var(--pr-white); transform: translateY(-2px); box-shadow: 0 17px 38px rgba(49,85,217,.4); }
.pr-button-small { min-height: 44px; padding: 10px 17px; border-radius: 10px; font-size: .88rem; }
.pr-button-ghost { border-color: rgba(255,255,255,.23); color: var(--pr-white); background: rgba(255,255,255,.06); box-shadow: none; }
.pr-button-ghost:hover { background: rgba(255,255,255,.11); box-shadow: none; }
.pr-button-row { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 31px; }

.pr-hero { position: relative; min-height: 830px; padding: 158px 0 100px; color: var(--pr-white); background: radial-gradient(circle at 73% 25%, rgba(34,199,232,.16), transparent 31%), radial-gradient(circle at 24% 10%, rgba(66,96,232,.23), transparent 30%), linear-gradient(140deg, #04101f 0%, #071b35 55%, #061426 100%); }
.pr-hero::after { content: ""; position: absolute; inset: auto 0 0; height: 180px; background: linear-gradient(to top, rgba(9,27,51,.75), transparent); pointer-events: none; }
.pr-hero-grid { position: absolute; inset: 0; opacity: .22; background-image: linear-gradient(rgba(125,190,255,.09) 1px, transparent 1px), linear-gradient(90deg, rgba(125,190,255,.09) 1px, transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(to bottom, #000, transparent 88%); }
.pr-hero-layout { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, .83fr) minmax(520px, 1.17fr); align-items: center; gap: 64px; }
.pr-eyebrow, .pr-kicker { margin: 0 0 20px; color: #8cecff; font-size: .78rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.pr-eyebrow { display: flex; align-items: center; gap: 10px; }
.pr-eyebrow span { width: 7px; height: 7px; border-radius: 50%; background: var(--pr-mint); box-shadow: 0 0 0 6px rgba(99,230,197,.12); }
.pr-hero h1 { max-width: 750px; margin: 0; font-size: clamp(3.15rem, 5.5vw, 5.35rem); line-height: .99; letter-spacing: -.065em; font-weight: 790; text-wrap: balance; }
.pr-hero-lead { max-width: 640px; margin: 27px 0 0; color: #b9c9dc; font-size: 1.11rem; line-height: 1.7; }
.pr-hero-points { display: flex; flex-wrap: wrap; gap: 10px 22px; margin: 25px 0 0; padding: 0; color: #93a8bf; list-style: none; font-size: .86rem; font-weight: 650; }
.pr-hero-points li::before { content: "✓"; margin-right: 7px; color: var(--pr-mint); }
.pr-product-stage { position: relative; padding: 54px 0 52px; }
.pr-stage-glow { position: absolute; inset: 13% 5% 7%; border-radius: 50%; background: rgba(36,190,226,.24); filter: blur(75px); }
.pr-dashboard-frame { position: relative; z-index: 2; overflow: hidden; border: 1px solid rgba(180,220,255,.2); border-radius: 20px; background: #fff; box-shadow: 0 34px 90px rgba(0,0,0,.43), 0 0 0 7px rgba(255,255,255,.035); transform: perspective(1400px) rotateY(-4deg) rotateX(1deg); }
.pr-frame-bar { display: flex; align-items: center; height: 36px; padding: 0 13px; gap: 6px; color: #53677d; background: #edf2f8; font-size: .75rem; }
.pr-frame-bar span { width: 7px; height: 7px; border-radius: 50%; background: #c3cfda; }
.pr-frame-bar span:first-child { background: #ff7c72; }
.pr-frame-bar span:nth-child(2) { background: #ffc857; }
.pr-frame-bar span:nth-child(3) { background: #55cf93; }
.pr-frame-bar em { margin-left: auto; font-style: normal; }
.pr-dashboard-frame img { width: 100%; }
.pr-float-card { position: absolute; z-index: 4; display: flex; align-items: center; gap: 11px; padding: 13px 16px; border: 1px solid rgba(255,255,255,.16); border-radius: 14px; color: var(--pr-white); background: rgba(8,26,49,.86); box-shadow: 0 18px 45px rgba(0,0,0,.28); backdrop-filter: blur(14px); }
.pr-float-card strong, .pr-float-card small { display: block; line-height: 1.35; }
.pr-float-card strong { font-size: .78rem; }
.pr-float-card small { margin-top: 3px; color: #b0c3d6; font-size: .75rem; }
.pr-float-card-ai { top: 4px; right: -20px; }
.pr-float-card-network { left: -27px; bottom: 4px; }
.pr-float-icon { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 10px; color: #061526; background: linear-gradient(135deg, var(--pr-mint), var(--pr-cyan)); font-size: .75rem; font-weight: 900; }
.pr-pulse { width: 12px; height: 12px; margin: 0 9px; border-radius: 50%; background: var(--pr-mint); box-shadow: 0 0 0 8px rgba(99,230,197,.12); }

.pr-proof { position: relative; z-index: 5; margin-top: -1px; color: var(--pr-white); background: #091b33; border-top: 1px solid rgba(255,255,255,.08); }
.pr-proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.pr-proof-grid > div { padding: 34px 26px; border-right: 1px solid rgba(255,255,255,.09); }
.pr-proof-grid > div:first-child { padding-left: 0; }
.pr-proof-grid > div:last-child { border-right: 0; }
.pr-proof strong { display: block; color: #f8fbff; font-size: clamp(1.7rem, 3vw, 2.35rem); line-height: 1; letter-spacing: -.05em; }
.pr-proof span { display: block; margin-top: 9px; color: #8399b1; font-size: .78rem; font-weight: 650; text-transform: uppercase; letter-spacing: .06em; }

.pr-section { padding: 110px 0; }
.pr-home-intro { background: var(--pr-white); }
.pr-section-heading { max-width: 830px; text-align: center; }
.pr-kicker { color: var(--pr-blue); }
.pr-section-heading h2 { margin: 0; color: var(--pr-ink); font-size: clamp(2.4rem, 4.8vw, 4.25rem); line-height: 1.05; letter-spacing: -.055em; text-wrap: balance; }
.pr-section-heading > p:last-child { max-width: 680px; margin: 22px auto 0; color: var(--pr-muted); font-size: 1.06rem; }
.pr-section-heading-left { max-width: 780px; margin: 0; text-align: left; }
.pr-section-heading-left > p:last-child { margin-left: 0; }
.pr-kicker-light { color: #75e6fa; }
.pr-inline-link { display: inline-flex; align-items: center; gap: 9px; margin-top: 27px; color: #83eaff; font-weight: 750; }
.pr-inline-link:hover { color: var(--pr-white); }
.pr-inline-link-dark { color: var(--pr-blue); }
.pr-inline-link-dark:hover { color: var(--pr-blue-deep); }
.pr-button-dark { color: var(--pr-white); background: var(--pr-ink); box-shadow: 0 12px 30px rgba(7,20,38,.2); }
.pr-button-dark:hover { box-shadow: 0 17px 36px rgba(7,20,38,.28); }
.phpradius-modern .pr-button-light { color: var(--pr-ink); background: var(--pr-white); box-shadow: 0 15px 34px rgba(0,0,0,.16); }
.phpradius-modern .pr-button-light:hover, .phpradius-modern .pr-button-light:focus { color: var(--pr-ink); background: #effaff; box-shadow: 0 18px 40px rgba(0,0,0,.2); }

.pr-pillar-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 58px; }
.pr-pillar-card { position: relative; min-height: 350px; padding: 34px; overflow: hidden; border: 1px solid var(--pr-line); border-radius: var(--pr-radius); background: var(--pr-surface); transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease; }
.pr-pillar-card::after { content: ""; position: absolute; width: 170px; height: 170px; right: -80px; top: -90px; border: 1px solid #bfd9eb; border-radius: 50%; box-shadow: 0 0 0 28px rgba(212,234,247,.45), 0 0 0 58px rgba(224,241,251,.35); }
.pr-pillar-card:hover { transform: translateY(-6px); border-color: #b5d1e5; box-shadow: 0 24px 50px rgba(18,54,85,.1); }
.pr-pillar-card.pr-pillar-featured { color: var(--pr-white); border-color: #254ecd; background: linear-gradient(145deg, #254ed0, #162f9a); box-shadow: 0 24px 55px rgba(38,74,198,.22); }
.pr-card-index { position: relative; z-index: 2; display: inline-flex; align-items: center; justify-content: center; width: 43px; height: 43px; border: 1px solid #cbdce9; border-radius: 50%; color: var(--pr-blue); font-size: .75rem; font-weight: 800; }
.pr-pillar-featured .pr-card-index { color: var(--pr-white); border-color: rgba(255,255,255,.28); }
.pr-pillar-card h3 { position: relative; z-index: 2; margin: 64px 0 14px; font-size: 1.55rem; line-height: 1.17; letter-spacing: -.035em; }
.pr-pillar-card p { position: relative; z-index: 2; margin: 0; color: var(--pr-muted); }
.pr-pillar-featured p { color: #c5d1fb; }
.pr-pillar-card a { position: absolute; z-index: 2; left: 34px; bottom: 20px; display: inline-flex; align-items: center; min-height: 44px; color: var(--pr-blue); font-size: .86rem; font-weight: 800; }
.pr-pillar-featured a { color: #a6f0ff; }

.pr-operations-section { color: var(--pr-white); background: linear-gradient(140deg, #07172b, #0c2441); }
.pr-split-layout { display: grid; grid-template-columns: .88fr 1.12fr; align-items: center; gap: 88px; }
.pr-split-copy h2, .pr-pai-copy h2, .pr-integration-layout h2, .pr-editorial-split h2 { margin: 0; font-size: clamp(2.3rem, 4.6vw, 4rem); line-height: 1.06; letter-spacing: -.055em; text-wrap: balance; }
.pr-split-copy > p:not(.pr-kicker) { margin: 22px 0 0; color: #a8bbcf; font-size: 1.04rem; }
.pr-check-list { margin: 32px 0 0; padding: 0; list-style: none; }
.pr-check-list li { position: relative; padding: 17px 0 17px 34px; border-top: 1px solid rgba(255,255,255,.1); }
.pr-check-list li:last-child { border-bottom: 1px solid rgba(255,255,255,.1); }
.pr-check-list li::before { content: "✓"; position: absolute; left: 0; top: 18px; display: grid; place-items: center; width: 20px; height: 20px; border-radius: 6px; color: #032337; background: var(--pr-mint); font-size: .7rem; font-weight: 900; }
.pr-check-list strong, .pr-check-list span { display: block; }
.pr-check-list strong { font-size: .95rem; }
.pr-check-list span { margin-top: 3px; color: #8fa5bd; font-size: .84rem; }
.pr-ops-panel { overflow: hidden; border: 1px solid rgba(255,255,255,.12); border-radius: var(--pr-radius-lg); background: rgba(255,255,255,.045); box-shadow: 0 35px 85px rgba(0,0,0,.24); }
.pr-ops-header { display: flex; justify-content: space-between; align-items: center; padding: 21px 24px; border-bottom: 1px solid rgba(255,255,255,.1); }
.pr-ops-header span { font-weight: 800; }
.pr-ops-header small { color: #a8bed2; }
.pr-ops-metrics { display: grid; grid-template-columns: 1fr 1fr; }
.pr-ops-metrics div { min-height: 155px; padding: 26px; border-right: 1px solid rgba(255,255,255,.09); border-bottom: 1px solid rgba(255,255,255,.09); }
.pr-ops-metrics div:nth-child(2n) { border-right: 0; }
.pr-ops-metrics div:nth-last-child(-n+2) { border-bottom: 0; }
.pr-ops-metrics small, .pr-ops-metrics strong, .pr-ops-metrics span { display: block; }
.pr-ops-metrics small { color: #a8bed2; font-size: .75rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.pr-ops-metrics strong { margin-top: 18px; font-size: 1.13rem; }
.pr-ops-metrics span { margin-top: 4px; color: #8ea4ba; font-size: .82rem; }
.pr-ops-flow { display: flex; align-items: center; padding: 22px 25px; border-top: 1px solid rgba(255,255,255,.09); color: #a9bed2; font-size: .7rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.pr-ops-flow i { flex: 1; height: 1px; margin: 0 12px; background: linear-gradient(90deg, #3155d9, #22c7e8); }

.pr-pai-section { overflow: hidden; background: linear-gradient(180deg, #f4faff, #fff); }
.pr-pai-layout { display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: 76px; }
.pr-pai-visual { position: relative; min-height: 490px; display: flex; align-items: center; }
.pr-pai-visual::before { content: ""; position: absolute; inset: 12% 9%; border-radius: 50%; background: radial-gradient(circle, rgba(34,199,232,.2), rgba(49,85,217,.08) 55%, transparent 70%); filter: blur(24px); }
.pr-pai-visual img { position: relative; z-index: 2; filter: drop-shadow(0 28px 38px rgba(17,52,87,.16)); }
.pr-orbit { position: absolute; z-index: 1; border: 1px solid rgba(49,85,217,.12); border-radius: 50%; }
.pr-orbit-one { width: 430px; height: 430px; left: 8%; top: 3%; }
.pr-orbit-two { width: 310px; height: 310px; left: 18%; top: 15%; border-color: rgba(34,199,232,.2); }
.pr-pai-copy > p:not(.pr-kicker) { margin: 21px 0 0; color: var(--pr-muted); }
.pr-mini-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; margin: 31px 0; overflow: hidden; border: 1px solid var(--pr-line); border-radius: 16px; background: var(--pr-line); }
.pr-mini-grid div { min-height: 112px; padding: 20px; background: var(--pr-white); }
.pr-mini-grid strong, .pr-mini-grid span { display: block; }
.pr-mini-grid strong { font-size: .88rem; }
.pr-mini-grid span { margin-top: 5px; color: var(--pr-muted); font-size: .76rem; line-height: 1.45; }

.pr-workflow-section { background: var(--pr-white); }
.pr-workflow-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 58px; border-top: 1px solid var(--pr-line); border-bottom: 1px solid var(--pr-line); }
.pr-workflow-grid article { min-height: 310px; padding: 30px 28px; border-right: 1px solid var(--pr-line); }
.pr-workflow-grid article:last-child { border-right: 0; }
.pr-workflow-grid span { color: var(--pr-blue); font-size: .75rem; font-weight: 900; letter-spacing: .1em; }
.pr-workflow-grid h3 { margin: 98px 0 13px; font-size: 1.28rem; line-height: 1.2; letter-spacing: -.025em; }
.pr-workflow-grid p { margin: 0; color: var(--pr-muted); font-size: .9rem; }

.pr-integration-section { background: #edf6fc; }
.pr-integration-layout { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 90px; }
.pr-integration-layout > div:first-child > p:last-child { margin-top: 20px; color: var(--pr-muted); }
.pr-chip-cloud { display: flex; flex-wrap: wrap; gap: 11px; align-content: center; }
.pr-chip-cloud span { padding: 12px 17px; border: 1px solid #ccdfec; border-radius: 100px; color: #29415a; background: rgba(255,255,255,.7); font-size: .82rem; font-weight: 750; box-shadow: 0 6px 15px rgba(12,50,83,.04); }
.pr-chip-cloud span:nth-child(3n+1) { color: #1b3eb9; border-color: #bfd0fa; background: #eef2ff; }

.pr-faq-preview { background: var(--pr-white); }
.pr-faq-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 85px; }
.pr-faq-layout h2 { margin: 0; font-size: clamp(2.35rem, 4.4vw, 3.9rem); line-height: 1.06; letter-spacing: -.052em; text-wrap: balance; }
.pr-faq-layout > div:first-child > p:last-child { margin: 21px 0 0; color: var(--pr-muted); }
.pr-accordion { border-top: 1px solid var(--pr-line); }
.pr-accordion details { border-bottom: 1px solid var(--pr-line); }
.pr-accordion summary { position: relative; padding: 23px 48px 23px 0; cursor: pointer; list-style: none; font-size: 1.02rem; font-weight: 760; }
.pr-accordion summary::-webkit-details-marker { display: none; }
.pr-accordion summary span::before, .pr-accordion summary span::after { content: ""; position: absolute; right: 4px; top: 50%; width: 15px; height: 2px; background: var(--pr-blue); transition: transform .2s ease; }
.pr-accordion summary span::after { transform: rotate(90deg); }
.pr-accordion details[open] summary span::after { transform: rotate(0); }
.pr-accordion details p { margin: -7px 48px 22px 0; color: var(--pr-muted); }

.pr-cta-section { padding: 0 0 100px; background: var(--pr-white); }
.pr-cta-card { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 44px; min-height: 310px; padding: 58px 62px; overflow: hidden; border-radius: var(--pr-radius-lg); color: var(--pr-white); background: radial-gradient(circle at 83% 14%, rgba(69,224,238,.28), transparent 27%), linear-gradient(135deg, #173bb7, #071d65); box-shadow: 0 30px 70px rgba(24,55,160,.22); }
.pr-cta-card::after { content: ""; position: absolute; width: 370px; height: 370px; right: -170px; bottom: -255px; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; box-shadow: 0 0 0 42px rgba(255,255,255,.035), 0 0 0 86px rgba(255,255,255,.025); }
.pr-cta-card > * { position: relative; z-index: 2; }
.pr-cta-card h2 { max-width: 650px; margin: 0; font-size: clamp(2.2rem, 4.4vw, 3.8rem); line-height: 1.05; letter-spacing: -.055em; text-wrap: balance; }
.pr-cta-card .pr-button-row { min-width: max-content; }

.pr-page-hero { position: relative; min-height: 670px; display: flex; align-items: center; padding: 148px 0 90px; color: var(--pr-white); background: radial-gradient(circle at 77% 28%, rgba(34,199,232,.15), transparent 28%), linear-gradient(140deg, #04101f, #0a2240); }
.pr-page-grid { position: absolute; inset: 0; opacity: .2; background-image: linear-gradient(rgba(125,190,255,.1) 1px, transparent 1px), linear-gradient(90deg, rgba(125,190,255,.1) 1px, transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(to bottom, #000, transparent); }
.pr-page-hero-layout { position: relative; z-index: 2; display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: 75px; }
.pr-page-hero h1 { max-width: 880px; margin: 0; font-size: clamp(3.2rem, 6vw, 5.65rem); line-height: .98; letter-spacing: -.066em; text-wrap: balance; }
.pr-page-hero p:not(.pr-eyebrow) { max-width: 680px; margin: 25px 0 0; color: #aec1d4; font-size: 1.08rem; }
.pr-page-stat-stack { border-top: 1px solid rgba(255,255,255,.13); }
.pr-page-stat-stack div { display: flex; gap: 20px; align-items: center; padding: 21px 5px; border-bottom: 1px solid rgba(255,255,255,.13); }
.pr-page-stat-stack span { color: #6ce5f7; font-size: .7rem; font-weight: 900; }
.pr-page-stat-stack strong { font-size: 1rem; }
.pr-page-hero-compact { min-height: 500px; }
.pr-page-hero-compact > .pr-container { position: relative; z-index: 2; }
.pr-page-hero-compact h1 { max-width: 920px; }

.pr-breadcrumb { margin-bottom: 30px; }
.pr-breadcrumb ol { display: flex; flex-wrap: wrap; gap: 8px; margin: 0; padding: 0; color: #8ea8c2; list-style: none; font-size: .78rem; font-weight: 700; }
.pr-breadcrumb li { display: inline-flex; align-items: center; }
.pr-breadcrumb li:not(:last-child)::after { content: "/"; margin-left: 8px; color: #53718f; }
.pr-breadcrumb a { min-height: 32px; display: inline-flex; align-items: center; }
.pr-breadcrumb a:hover { color: var(--pr-cyan); }
.pr-breadcrumb [aria-current="page"] { color: #c5d7e7; }
.pr-solution-hero { min-height: 730px; }
.pr-solution-hero .pr-page-hero-layout { grid-template-columns: minmax(0, 1.18fr) minmax(330px, .82fr); }
.pr-solution-hero h1 { font-size: clamp(3rem, 5.4vw, 5.1rem); }
.pr-solution-summary { padding: 34px; border: 1px solid rgba(255,255,255,.14); border-radius: 24px; background: rgba(255,255,255,.055); box-shadow: 0 30px 70px rgba(0,0,0,.22); backdrop-filter: blur(14px); }
.pr-solution-summary .pr-kicker { margin-bottom: 9px; }
.pr-solution-summary h2 { margin: 0; color: var(--pr-white); font-size: clamp(1.65rem, 3vw, 2.35rem); line-height: 1.12; letter-spacing: -.04em; }
.pr-solution-summary ul { margin: 27px 0 0; padding: 0; list-style: none; }
.pr-solution-summary li { position: relative; padding: 17px 0 17px 31px; border-top: 1px solid rgba(255,255,255,.1); color: #c0d1e1; font-size: .92rem; }
.pr-solution-summary li:last-child { border-bottom: 1px solid rgba(255,255,255,.1); }
.pr-solution-summary li::before { content: "✓"; position: absolute; left: 0; top: 17px; color: var(--pr-mint); font-weight: 900; }

.pr-solution-directory, .pr-solution-capabilities, .pr-related-solutions { background: #f4f9fc; }
.pr-solution-link-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 50px; }
.pr-solution-link-grid > a { display: flex; flex-direction: column; min-height: 260px; padding: 29px; border: 1px solid var(--pr-line); border-radius: 18px; background: var(--pr-white); transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.pr-solution-link-grid > a:hover, .pr-solution-link-grid > a:focus { transform: translateY(-5px); border-color: #b8cee0; box-shadow: 0 23px 48px rgba(12,49,82,.09); }
.pr-solution-link-grid h3 { margin: 0; font-size: 1.3rem; line-height: 1.2; letter-spacing: -.03em; }
.pr-solution-link-grid p { margin: 14px 0 24px; color: var(--pr-muted); font-size: .9rem; }
.pr-solution-link-grid > a > span { margin-top: auto; color: var(--pr-blue); font-size: .84rem; font-weight: 800; }
.pr-solution-capability-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 52px; }
.pr-solution-capability-grid article { min-height: 300px; padding: 28px; border: 1px solid var(--pr-line); border-radius: 18px; background: var(--pr-white); }
.pr-solution-capability-grid article > span { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 11px; color: var(--pr-blue); background: #edf1ff; font-size: .75rem; font-weight: 900; }
.pr-solution-capability-grid h3 { margin: 61px 0 12px; font-size: 1.25rem; line-height: 1.2; letter-spacing: -.025em; }
.pr-solution-capability-grid p { margin: 0; color: var(--pr-muted); font-size: .9rem; }
.pr-solution-workflow { color: var(--pr-white); background: linear-gradient(140deg, #07172b, #0c2441); }
.pr-solution-workflow .pr-section-heading h2 { color: var(--pr-white); }
.pr-solution-workflow .pr-section-heading > p:last-child { color: #a8bbcf; }
.pr-solution-steps { display: grid; grid-template-columns: repeat(4, 1fr); margin: 56px 0 0; padding: 0; border-top: 1px solid rgba(255,255,255,.12); border-bottom: 1px solid rgba(255,255,255,.12); list-style: none; }
.pr-solution-steps li { min-height: 315px; padding: 29px 25px; border-right: 1px solid rgba(255,255,255,.12); }
.pr-solution-steps li:last-child { border-right: 0; }
.pr-solution-steps li > span { color: var(--pr-cyan); font-size: .75rem; font-weight: 900; letter-spacing: .1em; }
.pr-solution-steps h3 { margin: 92px 0 13px; color: var(--pr-white); font-size: 1.24rem; line-height: 1.2; letter-spacing: -.025em; }
.pr-solution-steps p { margin: 0; color: #9fb4c9; font-size: .88rem; }
.pr-solution-fit { background: var(--pr-white); }
.pr-solution-fit .pr-section-heading { margin-inline: auto; }
.pr-solution-outcomes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 52px; }
.pr-solution-outcomes article { min-height: 245px; padding: 31px; border: 1px solid var(--pr-line); border-radius: 18px; background: linear-gradient(145deg, #fff, #f7fbfe); }
.pr-solution-outcomes h3 { margin: 0 0 16px; font-size: 1.25rem; letter-spacing: -.025em; }
.pr-solution-outcomes p { margin: 0; color: var(--pr-muted); }
.pr-related-solutions { padding-top: 95px; }
.pr-cta-copy { max-width: 660px; margin: 18px 0 0; color: #c4d3ec; }

.pr-resource-hub-hero, .pr-resource-hero { min-height: 720px; }
.pr-resource-hub-hero .pr-page-hero-layout, .pr-resource-hero .pr-page-hero-layout { grid-template-columns: minmax(0, 1.18fr) minmax(330px, .82fr); }
.pr-resource-hub-hero h1, .pr-resource-hero h1 { font-size: clamp(3rem, 5.4vw, 5.1rem); }
.pr-resource-library, .pr-related-resources { background: #f4f9fc; }
.pr-resource-card-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; margin-top: 52px; }
.pr-resource-card-grid > a, .pr-resource-related-grid > a { display: flex; flex-direction: column; min-height: 300px; padding: 32px; border: 1px solid var(--pr-line); border-radius: 20px; background: var(--pr-white); transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.pr-resource-card-grid > a:hover, .pr-resource-card-grid > a:focus, .pr-resource-related-grid > a:hover, .pr-resource-related-grid > a:focus { transform: translateY(-5px); border-color: #b8cee0; box-shadow: 0 23px 48px rgba(12,49,82,.09); }
.pr-resource-card-grid > a > span, .pr-resource-related-grid > a > span { color: var(--pr-blue); font-size: .74rem; font-weight: 850; letter-spacing: .11em; text-transform: uppercase; }
.pr-resource-card-grid h2, .pr-resource-related-grid h3 { margin: 54px 0 14px; font-size: 1.45rem; line-height: 1.18; letter-spacing: -.035em; }
.pr-resource-card-grid p, .pr-resource-related-grid p { margin: 0 0 24px; color: var(--pr-muted); font-size: .92rem; }
.pr-resource-card-grid strong, .pr-resource-related-grid strong { margin-top: auto; color: var(--pr-blue); font-size: .85rem; }
.pr-resource-solution-band { color: var(--pr-white); background: linear-gradient(140deg, #07172b, #0c2441); }
.pr-resource-solution-band .pr-section-heading h2 { color: var(--pr-white); }
.pr-resource-solution-band .pr-section-heading > p:last-child { color: #a8bbcf; }
.pr-resource-solution-links { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 44px; }
.pr-resource-solution-links a { display: inline-flex; align-items: center; gap: 11px; min-height: 48px; padding: 10px 17px; border: 1px solid rgba(255,255,255,.14); border-radius: 100px; color: #d5e3f0; background: rgba(255,255,255,.045); font-size: .86rem; font-weight: 750; }
.pr-resource-solution-links a:hover, .pr-resource-solution-links a:focus { border-color: rgba(99,230,197,.5); color: var(--pr-white); background: rgba(255,255,255,.08); }
.pr-resource-layout { display: grid; grid-template-columns: 250px minmax(0, 820px); justify-content: space-between; gap: 80px; padding-top: 100px; padding-bottom: 110px; }
.pr-resource-toc { align-self: start; position: sticky; top: 102px; }
.pr-resource-toc > p { margin: 0 0 16px; color: var(--pr-ink); font-size: .76rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.pr-resource-toc nav { display: grid; border-top: 1px solid var(--pr-line); }
.pr-resource-toc a { padding: 11px 0; border-bottom: 1px solid var(--pr-line); color: var(--pr-muted); font-size: .8rem; font-weight: 680; line-height: 1.45; }
.pr-resource-toc a:hover, .pr-resource-toc a:focus { color: var(--pr-blue); }
.pr-resource-article section { padding: 0 0 74px; scroll-margin-top: 100px; }
.pr-resource-article section + section { padding-top: 74px; border-top: 1px solid var(--pr-line); }
.pr-resource-article p { margin: 0 0 20px; color: #40546b; font-size: 1.02rem; line-height: 1.82; }
.pr-resource-article .pr-resource-intro { color: #263d56; font-size: 1.13rem; line-height: 1.78; }
.pr-resource-index { display: grid; place-items: center; width: 42px; height: 42px; margin-bottom: 28px; border-radius: 11px; color: var(--pr-blue); background: #edf1ff; font-size: .76rem; font-weight: 900; }
.pr-resource-article h2 { margin: 0 0 25px; color: var(--pr-ink); font-size: clamp(2rem, 4vw, 3.1rem); line-height: 1.08; letter-spacing: -.05em; text-wrap: balance; }
.pr-resource-points { margin: 30px 0 0; padding: 0; border-top: 1px solid var(--pr-line); list-style: none; }
.pr-resource-points li { position: relative; padding: 15px 0 15px 31px; border-bottom: 1px solid var(--pr-line); color: #30465e; font-size: .94rem; }
.pr-resource-points li::before { content: "✓"; position: absolute; left: 2px; color: var(--pr-blue); font-weight: 900; }
.pr-resource-references ul { display: grid; gap: 10px; margin: 30px 0 0; padding: 0; list-style: none; }
.pr-resource-references a { display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 56px; padding: 13px 16px; border: 1px solid var(--pr-line); border-radius: 12px; color: var(--pr-blue); background: #f7fbfe; font-size: .9rem; font-weight: 750; }
.pr-resource-references a:hover, .pr-resource-references a:focus { border-color: #b8cee0; background: #edf6fc; }
.pr-resource-article .pr-resource-checklist { padding: 48px; border: 0; border-radius: 24px; color: var(--pr-white); background: radial-gradient(circle at 88% 12%, rgba(34,199,232,.2), transparent 32%), linear-gradient(140deg, #0b2442, #071426); }
.pr-resource-checklist .pr-kicker { margin-bottom: 12px; }
.pr-resource-checklist h2 { color: var(--pr-white); }
.pr-resource-checklist ol { margin: 30px 0 0; padding: 0; list-style: none; counter-reset: resource-checklist; }
.pr-resource-checklist li { position: relative; min-height: 46px; padding: 11px 0 11px 54px; border-top: 1px solid rgba(255,255,255,.11); color: #c2d2e2; counter-increment: resource-checklist; }
.pr-resource-checklist li:last-child { border-bottom: 1px solid rgba(255,255,255,.11); }
.pr-resource-checklist li::before { content: counter(resource-checklist); position: absolute; left: 4px; top: 10px; display: grid; place-items: center; width: 29px; height: 29px; border-radius: 9px; color: #061426; background: var(--pr-mint); font-size: .72rem; font-weight: 900; }
.pr-resource-related-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 52px; }
.pr-resource-related-grid > a { min-height: 285px; padding: 27px; }
.pr-resource-related-grid h3 { margin-top: 42px; font-size: 1.28rem; }
.pr-solution-guides { background: var(--pr-white); }

.pr-capability-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 58px; }
.pr-capability-grid article { min-height: 310px; padding: 28px; border: 1px solid var(--pr-line); border-radius: 18px; background: var(--pr-white); transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.pr-capability-grid article:hover { transform: translateY(-5px); border-color: #b8cee0; box-shadow: 0 23px 48px rgba(12,49,82,.09); }
.pr-capability-top { display: flex; align-items: center; justify-content: space-between; }
.pr-capability-top span { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 11px; color: var(--pr-blue); background: #edf1ff; font-size: .75rem; font-weight: 900; }
.pr-capability-top small { color: #617388; font-size: .75rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.pr-capability-grid h3 { margin: 67px 0 12px; font-size: 1.25rem; line-height: 1.2; letter-spacing: -.025em; }
.pr-capability-grid p { margin: 0; color: var(--pr-muted); font-size: .88rem; }
.pr-feature-bands { color: var(--pr-white); background: #07172b; }
.pr-feature-band { display: grid; grid-template-columns: .48fr 1.1fr 1fr; gap: 40px; padding: 58px 0; border-bottom: 1px solid rgba(255,255,255,.12); scroll-margin-top: 100px; }
.pr-feature-band:first-child { border-top: 1px solid rgba(255,255,255,.12); }
.pr-feature-band > span { color: #69e4fa; font-size: .75rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.pr-feature-band h2 { margin: 0; font-size: clamp(1.8rem, 3.5vw, 3rem); line-height: 1.07; letter-spacing: -.045em; }
.pr-feature-band p { margin: 0; color: #a2b6ca; }
.pr-feature-band ul { grid-column: 2 / -1; display: grid; grid-template-columns: 1fr 1fr; gap: 8px 40px; margin: -5px 0 0; padding: 0; list-style: none; color: #dce8f3; font-size: .86rem; }
.pr-feature-band li::before { content: "✓"; margin-right: 9px; color: var(--pr-mint); }

.pr-pai-hero { min-height: 760px; }
.pr-pai-hero-layout { position: relative; z-index: 2; display: grid; grid-template-columns: .86fr 1.14fr; align-items: center; gap: 55px; }
.pr-pai-hero-visual { padding: 40px 0; }
.pr-pai-hero-visual img { filter: drop-shadow(0 32px 55px rgba(0,0,0,.35)); }
.pr-editorial-split { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; }
.pr-editorial-split > div:last-child { padding-top: 44px; color: var(--pr-muted); font-size: 1.05rem; }
.pr-editorial-split > div:last-child p { margin: 0 0 20px; }
.pr-intelligence-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; margin-top: 70px; border: 1px solid var(--pr-line); background: var(--pr-line); }
.pr-intelligence-grid article { min-height: 270px; padding: 28px; background: var(--pr-white); }
.pr-intelligence-grid span, .pr-values-grid > article > span { color: var(--pr-blue); font-size: .7rem; font-weight: 900; }
.pr-intelligence-grid h3 { margin: 70px 0 12px; font-size: 1.12rem; line-height: 1.2; }
.pr-intelligence-grid p { margin: 0; color: var(--pr-muted); font-size: .85rem; }
.pr-pai-process { color: var(--pr-white); background: radial-gradient(circle at 50% 0, rgba(34,199,232,.12), transparent 31%), #07172b; }
.pr-pai-process .pr-section-heading h2 { color: var(--pr-white); }
.pr-process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-top: 60px; }
.pr-process-grid > div { padding: 28px; border: 1px solid rgba(255,255,255,.11); border-radius: 16px; background: rgba(255,255,255,.04); }
.pr-process-grid span { color: #6fe7fb; font-size: .7rem; font-weight: 900; }
.pr-process-grid h3 { margin: 68px 0 11px; font-size: 1.16rem; }
.pr-process-grid p { margin: 0; color: #91a8be; font-size: .85rem; }

.pr-about-statement { padding: 40px; border: 1px solid rgba(255,255,255,.14); border-radius: var(--pr-radius); background: rgba(255,255,255,.045); }
.pr-about-statement > span { color: #69e3f7; font-size: .7rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.pr-about-statement blockquote { margin: 55px 0 0; font-size: clamp(1.6rem, 3vw, 2.3rem); line-height: 1.25; letter-spacing: -.035em; font-weight: 720; }
.pr-values-section { background: #edf6fc; }
.pr-values-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.pr-values-grid article { min-height: 325px; padding: 36px; border: 1px solid #ccdeeb; border-radius: var(--pr-radius); background: rgba(255,255,255,.72); }
.pr-values-grid h2 { margin: 105px 0 13px; font-size: 1.45rem; line-height: 1.15; letter-spacing: -.035em; }
.pr-values-grid p { margin: 0; color: var(--pr-muted); }
.pr-presence-section { background: var(--pr-white); }
.pr-location-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 55px; }
.pr-location-grid article { min-height: 250px; padding: 30px; border: 1px solid var(--pr-line); border-radius: 18px; background: var(--pr-surface); }
.pr-location-grid small { color: var(--pr-blue); font-size: .75rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.pr-location-grid h3 { margin: 62px 0 12px; font-size: 1.25rem; }
.pr-location-grid p { margin: 0; color: var(--pr-muted); font-size: .87rem; }

.pr-faq-page { background: var(--pr-white); }
.pr-faq-page-layout { display: grid; grid-template-columns: 270px 1fr; gap: 90px; align-items: start; }
.pr-faq-page-layout aside { position: sticky; top: 105px; }
.pr-faq-page-layout aside nav { display: grid; border-top: 1px solid var(--pr-line); }
.pr-faq-page-layout aside nav a { padding: 13px 0; border-bottom: 1px solid var(--pr-line); color: var(--pr-muted); font-size: .87rem; font-weight: 700; }
.pr-faq-page-layout aside nav a:hover { color: var(--pr-blue); }
.pr-help-card { margin-top: 28px; padding: 22px; border-radius: 14px; color: var(--pr-white); background: var(--pr-ink); }
.pr-help-card strong { font-size: .9rem; }
.pr-help-card p { margin: 8px 0 16px; color: #9bb0c5; font-size: .8rem; }
.pr-help-card a { display: inline-flex; align-items: center; min-height: 36px; color: #77e8fb; font-size: .8rem; font-weight: 800; }
.pr-faq-group { margin-bottom: 66px; scroll-margin-top: 100px; }
.pr-faq-group h2 { margin: 0 0 16px; font-size: 1.7rem; letter-spacing: -.035em; }

.pr-contact-hero { min-height: 780px; padding-bottom: 110px; }
.pr-contact-hero-layout { position: relative; z-index: 2; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 75px; }
.pr-contact-direct { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 38px; }
.pr-contact-direct a { min-width: 210px; padding: 15px 17px; border: 1px solid rgba(255,255,255,.14); border-radius: 12px; background: rgba(255,255,255,.04); }
.pr-contact-direct small, .pr-contact-direct strong { display: block; }
.pr-contact-direct small { color: #acc0d4; font-size: .75rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.pr-contact-direct strong { margin-top: 3px; font-size: .84rem; }
.pr-contact-direct strong { overflow-wrap: anywhere; }
.pr-contact-form-card { padding: 38px; border-radius: 24px; color: var(--pr-ink); background: var(--pr-white); box-shadow: 0 35px 75px rgba(0,0,0,.3); }
.pr-contact-form-card h2 { margin: 0 0 23px; font-size: 1.75rem; letter-spacing: -.035em; }
.pr-contact-form-card .pr-kicker { margin-bottom: 8px; }
.pr-contact-form-card form { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.pr-contact-form-card form > p { display: contents; }
.pr-contact-form-card label { color: #53657a; font-size: .75rem; font-weight: 800; letter-spacing: .04em; }
.pr-contact-form-card label:nth-of-type(5) { grid-column: 1 / -1; }
.pr-contact-form-card input:not([type="submit"]), .pr-contact-form-card textarea { width: 100%; margin-top: 6px; padding: 12px 13px; border: 1px solid #cedce8; border-radius: 9px; color: var(--pr-ink); background: #f8fbfd; outline: none; }
.pr-contact-form-card input:focus, .pr-contact-form-card textarea:focus { border-color: var(--pr-blue); box-shadow: 0 0 0 3px rgba(49,85,217,.12); }
.pr-contact-form-card input[type="submit"] { grid-column: 1 / -1; width: 100%; min-height: 50px; border: 0; border-radius: 10px; color: var(--pr-white); background: var(--pr-blue); cursor: pointer; font-weight: 800; }
.pr-contact-form-card .wpcf7-spinner { position: absolute; }
.pr-contact-form-card .wpcf7-response-output { grid-column: 1 / -1; margin: 5px 0 0 !important; border-radius: 8px; font-size: .8rem; }
.pr-office-section { background: #f4f9fc; }

.pr-generic-page { background: var(--pr-white); }
.pr-article { max-width: 900px; padding-top: 80px; padding-bottom: 100px; }
.pr-entry-content { color: #3e5065; }
.pr-entry-content h2, .pr-entry-content h3 { color: var(--pr-ink); line-height: 1.2; letter-spacing: -.03em; }
.pr-entry-content h2 { margin: 2em 0 .7em; font-size: 2rem; }
.pr-entry-content h3 { margin: 1.7em 0 .6em; font-size: 1.35rem; }
.pr-entry-content p, .pr-entry-content li { font-size: 1rem; line-height: 1.8; }
.pr-entry-content a { color: var(--pr-blue); text-decoration: underline; text-underline-offset: 3px; }
.pr-entry-content img { border-radius: 16px; }
.pr-entry-content .elementor-invisible { visibility: visible !important; }

.pr-not-found { position: relative; min-height: 760px; display: flex; align-items: center; padding: 145px 0 100px; overflow: hidden; color: var(--pr-white); background: radial-gradient(circle at 78% 25%, rgba(34,199,232,.16), transparent 30%), linear-gradient(140deg, #04101f, #0a2240); }
.pr-not-found .pr-page-grid { opacity: .18; }
.pr-not-found-inner { position: relative; z-index: 2; text-align: center; }
.pr-not-found h1 { max-width: 820px; margin: 0 auto; font-size: clamp(3.1rem, 7vw, 6rem); line-height: .98; letter-spacing: -.066em; text-wrap: balance; }
.pr-not-found-inner > p:not(.pr-kicker) { max-width: 600px; margin: 25px auto 0; color: #aec1d4; font-size: 1.08rem; }
.pr-not-found .pr-button-row { justify-content: center; }

.pr-site-footer { padding: 74px 0 26px; color: #9fb0c3; background: #061426; }
.pr-footer-main { display: grid; grid-template-columns: 1.5fr 1.15fr repeat(3, 1fr); gap: 38px; padding-bottom: 52px; }
.pr-brand-footer { color: var(--pr-white); }
.pr-footer-brand p { max-width: 340px; margin: 19px 0 0; }
.pr-footer-heading { margin: 4px 0 18px; color: var(--pr-white); font-size: .8rem; letter-spacing: .12em; text-transform: uppercase; }
.pr-site-footer ul { margin: 0; padding: 0; list-style: none; }
.pr-site-footer li { display: flex; align-items: center; min-height: 36px; margin: 0; }
.pr-site-footer a { display: inline-flex; align-items: center; min-height: 36px; transition: color .2s ease; }
.pr-site-footer a:hover { color: var(--pr-cyan); }
.pr-footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.09); font-size: .8rem; }
.pr-footer-bottom p { margin: 0; }
.pr-footer-bottom div { display: flex; gap: 22px; }

.pr-has-js [data-reveal] { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
.pr-has-js [data-reveal].is-visible { opacity: 1; transform: none; }

@media (max-width: 1080px) {
  .pr-site-header { height: 72px; background: rgba(5,20,40,.96); box-shadow: 0 10px 30px rgba(0,0,0,.16); }
  .pr-hero-layout { grid-template-columns: 1fr; gap: 34px; }
  .pr-hero-copy { max-width: 820px; text-align: center; margin-inline: auto; }
  .pr-eyebrow, .pr-button-row, .pr-hero-points { justify-content: center; }
  .pr-product-stage { width: min(850px, 100%); margin-inline: auto; }
  .pr-nav-toggle { display: block; }
  .pr-primary-nav { position: fixed; inset: 72px 16px auto; display: block; visibility: hidden; max-height: calc(100vh - 96px); overflow-y: auto; padding: 24px; border: 1px solid rgba(255,255,255,.12); border-radius: 18px; background: rgba(5,20,40,.98); box-shadow: 0 30px 70px rgba(0,0,0,.38); opacity: 0; transform: translateY(-10px); transition: opacity .2s ease, transform .2s ease, visibility .2s; }
  .pr-primary-nav.is-open { visibility: visible; opacity: 1; transform: none; }
  .pr-nav-list { display: block; }
  .pr-nav-list li { border-bottom: 1px solid rgba(255,255,255,.08); }
  .pr-nav-list a { display: block; padding: 14px 4px; font-size: 1rem; }
  .pr-nav-list a::after { display: none; }
  .pr-nav-actions { justify-content: space-between; padding-top: 20px; }
  .pr-split-layout, .pr-pai-layout, .pr-page-hero-layout, .pr-pai-hero-layout, .pr-contact-hero-layout, .pr-solution-hero .pr-page-hero-layout { grid-template-columns: 1fr; }
  .pr-split-layout, .pr-pai-layout { gap: 55px; }
  .pr-page-hero-layout, .pr-pai-hero-layout { gap: 45px; }
  .pr-page-stat-stack { max-width: 680px; }
  .pr-pai-hero-visual { width: min(850px, 100%); }
  .pr-capability-grid { grid-template-columns: 1fr 1fr; }
  .pr-workflow-grid, .pr-intelligence-grid, .pr-process-grid { grid-template-columns: repeat(2, 1fr); }
	.pr-solution-link-grid, .pr-solution-capability-grid, .pr-solution-outcomes, .pr-resource-related-grid { grid-template-columns: repeat(2, 1fr); }
	.pr-solution-steps { grid-template-columns: repeat(2, 1fr); }
	.pr-resource-hub-hero .pr-page-hero-layout, .pr-resource-hero .pr-page-hero-layout { grid-template-columns: 1fr; }
	.pr-resource-layout { grid-template-columns: 220px minmax(0, 1fr); gap: 55px; }
	.pr-solution-steps li:nth-child(2) { border-right: 0; }
	.pr-solution-steps li:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.12); }
	.pr-footer-main { grid-template-columns: 1.4fr repeat(2, 1fr); }
  .pr-workflow-grid article:nth-child(2) { border-right: 0; }
  .pr-workflow-grid article:nth-child(-n+2) { border-bottom: 1px solid var(--pr-line); }
  .admin-bar .pr-primary-nav { top: 104px; }
  html:not(.pr-has-js) .pr-site-header { position: absolute; height: auto; }
  html:not(.pr-has-js) .pr-header-inner { flex-wrap: wrap; min-height: 72px; padding-block: 12px; }
  html:not(.pr-has-js) .pr-nav-toggle { display: none; }
  html:not(.pr-has-js) .pr-primary-nav { position: static; visibility: visible; width: 100%; max-height: none; padding: 14px 0 4px; border: 0; border-top: 1px solid rgba(255,255,255,.12); border-radius: 0; box-shadow: none; opacity: 1; transform: none; }
}

@media (max-width: 760px) {
  .pr-container { width: min(calc(100% - 28px), var(--pr-container)); }
  .pr-site-header { height: 72px; }
  .pr-hero { min-height: 0; padding: 126px 0 70px; }
  .pr-hero h1 { font-size: clamp(2.75rem, 13vw, 4rem); }
  .pr-hero-lead { font-size: 1rem; }
  .pr-button-row .pr-button { width: 100%; }
  .pr-dashboard-frame { transform: none; border-radius: 14px; }
  .pr-frame-bar { display: none; }
  .pr-product-stage { padding: 43px 0 58px; }
  .pr-float-card-ai { right: -6px; top: 0; }
  .pr-float-card-network { left: -5px; bottom: 5px; }
  .pr-proof-grid { grid-template-columns: repeat(2, 1fr); }
  .pr-proof-grid > div { padding: 25px 12px; border-bottom: 1px solid rgba(255,255,255,.09); }
  .pr-proof-grid > div:first-child { padding-left: 12px; }
  .pr-proof-grid > div:nth-child(2) { border-right: 0; }
  .pr-proof-grid > div:nth-last-child(-n+2) { border-bottom: 0; }
  .pr-section { padding: 78px 0; }
  .pr-pillar-grid, .pr-values-grid, .pr-location-grid, .pr-capability-grid { grid-template-columns: 1fr; }
	.pr-solution-link-grid, .pr-solution-capability-grid, .pr-solution-outcomes, .pr-solution-steps, .pr-resource-card-grid, .pr-resource-related-grid, .pr-resource-layout { grid-template-columns: 1fr; }
	.pr-resource-hub-hero, .pr-resource-hero { min-height: 0; }
	.pr-resource-layout { gap: 48px; padding-top: 72px; padding-bottom: 80px; }
	.pr-resource-toc { position: static; }
	.pr-resource-toc nav { grid-template-columns: 1fr 1fr; column-gap: 20px; }
	.pr-resource-card-grid > a, .pr-resource-related-grid > a { min-height: 260px; padding: 27px; }
	.pr-resource-article .pr-resource-checklist { padding: 36px 27px; }
	.pr-solution-summary { padding: 28px; }
	.pr-solution-steps li { min-height: 245px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.12); }
	.pr-solution-steps li:nth-child(2) { border-right: 0; }
	.pr-solution-steps li:last-child { border-bottom: 0; }
	.pr-solution-steps h3 { margin-top: 55px; }
  .pr-pillar-card { min-height: 310px; }
  .pr-split-layout, .pr-pai-layout, .pr-integration-layout, .pr-faq-layout, .pr-editorial-split, .pr-faq-page-layout, .pr-contact-hero-layout { grid-template-columns: 1fr; gap: 48px; }
  .pr-pai-visual { min-height: 360px; }
  .pr-integration-layout h2, .pr-split-copy h2, .pr-pai-copy h2, .pr-editorial-split h2 { font-size: 2.5rem; }
  .pr-workflow-grid, .pr-intelligence-grid, .pr-process-grid { grid-template-columns: 1fr; }
  .pr-workflow-grid article { min-height: 250px; border-right: 0; border-bottom: 1px solid var(--pr-line); }
  .pr-workflow-grid article:last-child { border-bottom: 0; }
  .pr-workflow-grid h3 { margin-top: 65px; }
  .pr-integration-layout { gap: 34px; }
  .pr-cta-card { align-items: flex-start; flex-direction: column; min-height: 0; padding: 42px 28px; }
  .pr-cta-card .pr-button-row { min-width: 0; width: 100%; }
  .pr-page-hero { min-height: 590px; padding: 125px 0 75px; }
  .pr-page-hero h1 { font-size: clamp(2.8rem, 13vw, 4.4rem); }
  .pr-page-hero-compact { min-height: 470px; }
  .pr-not-found { min-height: 700px; padding: 120px 0 80px; }
  .pr-not-found h1 { font-size: clamp(2.8rem, 13vw, 4.4rem); }
  .pr-feature-band { grid-template-columns: 1fr; gap: 18px; }
  .pr-feature-band ul { grid-column: auto; grid-template-columns: 1fr; margin-top: 8px; }
  .pr-editorial-split > div:last-child { padding-top: 0; }
  .pr-intelligence-grid { border: 0; gap: 1px; }
  .pr-intelligence-grid article { min-height: 230px; border: 1px solid var(--pr-line); }
  .pr-intelligence-grid h3 { margin-top: 48px; }
  .pr-process-grid > div { min-height: 230px; }
  .pr-values-grid article { min-height: 275px; }
  .pr-values-grid h2 { margin-top: 70px; }
  .pr-faq-page-layout aside { position: static; }
  .pr-contact-form-card { padding: 26px; }
  .pr-contact-form-card form { grid-template-columns: 1fr; }
  .pr-contact-form-card label:nth-of-type(5), .pr-contact-form-card input[type="submit"], .pr-contact-form-card .wpcf7-response-output { grid-column: auto; }
  .pr-article { padding-top: 55px; padding-bottom: 75px; }
  .pr-footer-main { grid-template-columns: 1fr 1fr; gap: 38px 24px; }
  .pr-site-footer li, .pr-site-footer a, .pr-help-card a { min-height: 44px; }
  .pr-footer-brand { grid-column: 1 / -1; }
  .pr-footer-bottom { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 782px) {
  .admin-bar .pr-site-header { top: 46px; }
  .admin-bar .pr-primary-nav { top: 118px; }
}

@media (max-width: 460px) {
	.pr-resource-toc nav { grid-template-columns: 1fr; }
	.pr-hero-points { display: grid; justify-content: start; text-align: left; }
  .pr-product-stage { padding-top: 56px; }
  .pr-float-card { padding: 10px 12px; }
  .pr-float-card-ai { top: 4px; }
  .pr-float-card-network { bottom: 7px; }
  .pr-footer-main { grid-template-columns: 1fr; }
  .pr-footer-brand { grid-column: auto; }
  .pr-mini-grid, .pr-ops-metrics { grid-template-columns: 1fr; }
  .pr-mini-grid div { min-height: 95px; }
  .pr-ops-metrics div { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.09) !important; }
  .pr-ops-metrics div:last-child { border-bottom: 0 !important; }
  .pr-ops-flow { flex-wrap: wrap; gap: 8px; }
  .pr-ops-flow i { min-width: 18px; margin: 0 4px; }
  .pr-chip-cloud span { padding: 10px 13px; }
}

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