:root {
  --phos-ink: #0f172a;
  --phos-muted: #475569;
  --phos-soft: #64748b;
  --phos-border: rgba(15, 23, 42, 0.08);
  --phos-border-strong: rgba(13, 122, 85, 0.18);
  --phos-surface: rgba(255, 255, 255, 0.96);
  --phos-surface-soft: #f8fafc;
  --phos-green: #0d7a55;
  --phos-green-soft: #e7f7f0;
  --phos-blue: #0369a1;
  --phos-blue-soft: #eef7fd;
  --phos-purple: #7c3aed;
  --phos-purple-soft: #f5efff;
  --phos-warm: #d97706;
  --phos-shadow: 0 28px 70px rgba(15, 23, 42, 0.08);
  --phos-radius-xl: 28px;
  --phos-radius-lg: 22px;
  --phos-radius-md: 16px;
}

body {
  color: var(--phos-ink);
}

img {
  max-width: 100%;
}

.phos-home .section-header {
  max-width: 760px;
  margin-bottom: 40px;
}

.phos-home .section-header .sec-title {
  margin-bottom: 16px !important;
}

.phos-home .section-copy {
  max-width: 640px;
  font-size: 16px;
  line-height: 1.75;
  color: var(--phos-muted);
}

.phos-home #contact {
  padding-top: 112px;
}

.phos-home .pricing-mode-note {
  margin: 22px 0 28px;
  max-width: 760px;
  padding: 16px 18px;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(13, 122, 85, 0.08), rgba(3, 105, 161, 0.08));
  border: 1px solid rgba(13, 122, 85, 0.14);
  font-size: 14px;
  line-height: 1.72;
  color: var(--phos-muted);
}

.phos-home .pricing-mode-note strong {
  color: var(--phos-ink);
}

.phos-home .pricing-followup {
  margin-top: 22px;
  font-size: 14px;
  line-height: 1.72;
  color: var(--phos-muted);
}

.phos-home .pricing-followup a {
  color: var(--phos-blue);
  font-weight: 700;
  text-decoration: none;
}

.phos-home .pricing-shell {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #08161e 0%, #0f172a 52%, #0f2b29 100%);
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.phos-home .pricing-shell::before,
.phos-home .pricing-shell::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
  filter: blur(10px);
}

.phos-home .pricing-shell::before {
  width: 420px;
  height: 420px;
  top: -180px;
  left: -120px;
  background: radial-gradient(circle, rgba(56, 189, 248, 0.16), transparent 72%);
}

.phos-home .pricing-shell::after {
  width: 520px;
  height: 520px;
  right: -180px;
  bottom: -220px;
  background: radial-gradient(circle, rgba(74, 222, 128, 0.14), transparent 72%);
}

.phos-home #pricing.section {
  position: relative;
  z-index: 1;
  padding-top: 96px;
  padding-bottom: 96px;
}

.phos-home .pricing-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.84fr) minmax(0, 1.16fr);
  gap: clamp(28px, 4vw, 56px);
  align-items: start;
}

.phos-home .pricing-intro {
  position: sticky;
  top: 108px;
}

.phos-home .pricing-intro .sec-label {
  color: rgba(148, 163, 184, 0.92) !important;
}

.phos-home .pricing-intro .sec-title {
  margin-bottom: 18px !important;
  color: #f8fafc !important;
  text-wrap: balance;
}

.phos-home .pricing-intro .sec-desc {
  max-width: none;
  color: rgba(226, 232, 240, 0.82) !important;
}

.phos-home .pricing-mode-note {
  max-width: none;
  margin: 24px 0 26px;
  padding: 18px 20px;
  border-radius: 22px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.06), rgba(56, 189, 248, 0.05));
  border: 1px solid rgba(148, 163, 184, 0.18);
  color: rgba(226, 232, 240, 0.84);
}

.phos-home .pricing-mode-note strong {
  color: #ffffff;
}

.phos-home .pricing-proof-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.phos-home .pricing-proof-card {
  min-height: 100%;
  padding: 18px 18px 16px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(148, 163, 184, 0.14);
  box-shadow: 0 18px 36px rgba(2, 6, 23, 0.16);
}

.phos-home .pricing-proof-card span {
  display: block;
  margin-bottom: 10px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 32px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.05em;
  color: #ffffff;
}

.phos-home .pricing-proof-card strong {
  display: block;
  margin-bottom: 6px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(148, 163, 184, 0.9);
}

.phos-home .pricing-proof-card p {
  margin: 0;
  font-size: 13px;
  line-height: 1.7;
  color: rgba(226, 232, 240, 0.78);
}

.phos-home .price-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 18px !important;
  margin-top: 0 !important;
}

.phos-home .price-card {
  position: relative;
  min-height: 100%;
  padding: 30px 28px 26px !important;
  border-radius: 28px !important;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.82), rgba(15, 23, 42, 0.94)) !important;
  border: 1px solid rgba(148, 163, 184, 0.16) !important;
  box-shadow: 0 28px 56px rgba(2, 6, 23, 0.26) !important;
}

.phos-home .price-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top right, rgba(56, 189, 248, 0.16), transparent 38%);
  pointer-events: none;
}

.phos-home .price-card.pop {
  border-color: rgba(74, 222, 128, 0.34) !important;
  box-shadow: 0 34px 72px rgba(2, 6, 23, 0.36), 0 0 0 1px rgba(74, 222, 128, 0.12) inset !important;
}

.phos-home .pop-badge {
  top: 16px;
  left: auto;
  right: 18px;
  transform: none;
  padding: 6px 12px;
  border-radius: 999px;
  background: linear-gradient(135deg, #4ade80, #38bdf8);
  color: #041116;
}

.phos-home .p-tier,
.phos-home .p-note,
.phos-home .p-feats li {
  position: relative;
  z-index: 1;
}

.phos-home .p-tier {
  color: rgba(148, 163, 184, 0.9) !important;
}

.phos-home .p-price {
  position: relative;
  z-index: 1;
  color: #ffffff !important;
}

.phos-home .p-price em,
.phos-home .p-note,
.phos-home .p-feats li {
  color: rgba(226, 232, 240, 0.78) !important;
}

.phos-home .p-note {
  border-bottom-color: rgba(148, 163, 184, 0.12);
}

.phos-home .p-btn {
  position: relative;
  z-index: 1;
  min-height: 52px;
  border-radius: 16px;
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.04);
  color: #ffffff;
}

.phos-home .p-btn.filled {
  background: linear-gradient(135deg, #4ade80, #38bdf8) !important;
  color: #041116 !important;
}

.phos-home .p-btn:hover {
  transform: translateY(-2px);
}

.phos-home .pricing-followup {
  margin-top: 26px;
  padding-top: 18px;
  border-top: 1px solid rgba(148, 163, 184, 0.16);
  color: rgba(226, 232, 240, 0.82);
}

.phos-home .pricing-followup a {
  color: #ffffff;
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

.phos-home .solutions-shell {
  padding-top: 96px;
  padding-bottom: 96px;
}

.phos-home .solutions-head {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(300px, 0.92fr);
  gap: 28px;
  align-items: end;
}

.phos-home .solutions-shell .sec-title {
  margin-bottom: 16px !important;
  text-wrap: balance;
}

.phos-home .solutions-aside {
  padding: 24px 26px;
  border-radius: 28px;
  background: linear-gradient(145deg, #0f172a, #142033);
  box-shadow: 0 24px 48px rgba(15, 23, 42, 0.12);
}

.phos-home .solutions-aside span {
  display: inline-flex;
  margin-bottom: 12px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(148, 163, 184, 0.9);
}

.phos-home .solutions-aside p {
  margin: 0 0 12px;
  font-size: 14px;
  line-height: 1.72;
  color: rgba(226, 232, 240, 0.82);
}

.phos-home .solutions-aside a {
  color: #7dd3fc;
  font-weight: 700;
  text-decoration: none;
}

.phos-home .solutions-shell .grid-3 {
  margin-top: 34px !important;
}

.phos-home .svc-card {
  position: relative;
  overflow: hidden;
  border-radius: 26px !important;
  border: 1px solid rgba(15, 23, 42, 0.08) !important;
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%) !important;
  box-shadow: 0 22px 48px rgba(15, 23, 42, 0.06) !important;
}

.phos-home .svc-card::after {
  content: "";
  position: absolute;
  top: -40px;
  right: -20px;
  width: 150px;
  height: 150px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(13, 122, 85, 0.08), transparent 68%);
  pointer-events: none;
}

.phos-home .svc-card:hover {
  transform: translateY(-6px) !important;
  box-shadow: 0 30px 58px rgba(15, 23, 42, 0.1) !important;
}

.phos-home .svc-top-bar {
  height: 6px;
}

.phos-home .svc-card-inner {
  position: relative;
  z-index: 1;
  min-height: 244px;
  padding: 28px 28px 18px !important;
}

.phos-home .svc-name {
  font-size: 18px !important;
  letter-spacing: -0.03em !important;
}

.phos-home .svc-desc {
  font-size: 14px !important;
  line-height: 1.72 !important;
  color: #526072 !important;
}

.phos-home .svc-footer {
  padding: 16px 24px;
  background: linear-gradient(180deg, rgba(248, 250, 252, 0.6), rgba(241, 245, 249, 0.9));
}

.phos-home .svc-price {
  font-family: "Plus Jakarta Sans", sans-serif !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  letter-spacing: -0.02em !important;
  color: #0f172a !important;
}

.phos-home .svc-arrow {
  background: rgba(15, 23, 42, 0.05);
}

.phos-home .svc-card:hover .svc-arrow {
  background: rgba(13, 122, 85, 0.16);
}

.phos-home .solutions-footnote {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  justify-content: space-between;
  margin-top: 28px;
  padding-top: 18px;
  border-top: 1px solid rgba(15, 23, 42, 0.08);
}

.phos-home .solutions-footnote span {
  font-size: 13px;
  line-height: 1.7;
  color: var(--phos-muted);
}

.phos-home #svc-detail {
  margin-top: 32px !important;
  border-radius: 28px !important;
  box-shadow: 0 26px 56px rgba(15, 23, 42, 0.1) !important;
}

.phos-home .contact-card-grid {
  display: grid;
  gap: 16px;
}

.phos-home .p-btn,
.phos-home .pricing-followup a,
.phos-home .solutions-aside a,
.phos-home .contact-link-inline {
  touch-action: manipulation;
}

.phos-home .p-btn:focus-visible,
.phos-home .pricing-followup a:focus-visible,
.phos-home .solutions-aside a:focus-visible,
.phos-home .contact-link-inline:focus-visible {
  outline: 3px solid rgba(56, 189, 248, 0.55);
  outline-offset: 3px;
}

.phos-home .contact-grid {
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr) !important;
  gap: clamp(28px, 5vw, 60px) !important;
  align-items: start;
}

.phos-home .contact-form-card {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid var(--phos-border);
  border-radius: var(--phos-radius-xl);
  box-shadow: var(--phos-shadow);
  padding: clamp(26px, 4vw, 36px);
  backdrop-filter: blur(14px);
}

.phos-home .contact-form-card .form-field {
  margin-bottom: 18px;
}

.phos-home .contact-form-card .form-field label {
  font-size: 13px;
  font-weight: 600;
  color: var(--phos-ink);
  margin-bottom: 8px;
}

.phos-home .contact-form-card .form-field input,
.phos-home .contact-form-card .form-field textarea {
  border: 1px solid rgba(15, 23, 42, 0.12);
  border-radius: 14px;
  padding: 14px 16px;
  background: rgba(248, 250, 252, 0.92);
  font-size: 14px;
  line-height: 1.5;
}

.phos-home .contact-form-card .form-field textarea {
  min-height: 132px;
}

.phos-home .contact-form-card .btn-primary {
  width: 100%;
  min-height: 52px;
  border-radius: 16px;
  font-size: 15px;
  box-shadow: 0 20px 36px rgba(13, 122, 85, 0.18);
}

.phos-home .c-info.contact-rail {
  gap: 18px;
}

.phos-home .contact-rail-intro {
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(232, 248, 242, 0.82));
  border: 1px solid rgba(13, 122, 85, 0.12);
  border-radius: var(--phos-radius-xl);
  padding: 28px;
  box-shadow: var(--phos-shadow);
}

.phos-home .contact-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 14px;
  border-radius: 999px;
  background: rgba(13, 122, 85, 0.08);
  color: var(--phos-green);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.phos-home .contact-rail-intro h3 {
  margin: 18px 0 10px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: clamp(24px, 3vw, 32px);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.12;
  color: var(--phos-ink);
}

.phos-home .contact-rail-intro p {
  font-size: 14px;
  line-height: 1.75;
  color: var(--phos-muted);
}

.phos-home .contact-card {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  gap: 16px;
  padding: 20px;
  background: var(--phos-surface);
  border: 1px solid var(--phos-border);
  border-radius: var(--phos-radius-lg);
  box-shadow: 0 16px 36px rgba(15, 23, 42, 0.05);
}

.phos-home .contact-card .c-icon {
  width: 56px;
  height: 56px;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(13, 122, 85, 0.16), rgba(3, 105, 161, 0.1));
  border: 1px solid rgba(13, 122, 85, 0.1);
}

.phos-home .contact-card .c-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.phos-home .contact-card-kicker {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--phos-soft);
}

.phos-home .contact-card h4 {
  margin: 0;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--phos-ink);
}

.phos-home .contact-card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.72;
  color: var(--phos-muted);
}

.phos-home .contact-card p strong {
  color: var(--phos-ink);
}

.phos-home .contact-link-inline {
  color: var(--phos-blue);
  font-weight: 700;
}

.phos-home .contact-pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 6px;
}

.phos-home .contact-pill {
  flex: 1 1 180px;
  min-width: 180px;
  padding: 14px 16px;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(15, 23, 42, 0.96), rgba(30, 41, 59, 0.92));
  color: #f8fafc;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.phos-home .contact-pill strong {
  display: block;
  margin-bottom: 4px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.72);
}

.phos-home .contact-pill span,
.phos-home .contact-pill a {
  font-size: 14px;
  line-height: 1.6;
  color: #ffffff;
  text-decoration: none;
}

.phos-home .trust-shell {
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  border-top: 1px solid rgba(15, 23, 42, 0.06);
}

.phos-home .trust-shell .section {
  padding-top: 96px;
  padding-bottom: 96px;
}

.phos-home .trust-head {
  max-width: 720px;
  margin: 0 auto 44px;
  text-align: center;
}

.phos-home .trust-head .sec-label {
  margin-bottom: 18px;
}

.phos-home .trust-head .sec-title {
  margin-bottom: 14px !important;
}

.phos-home .trust-copy {
  max-width: 520px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.75;
  color: var(--phos-muted);
}

.phos-home .trust-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 34px;
}

.phos-home .trust-card {
  background: var(--phos-surface);
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 24px;
  padding: 26px;
  box-shadow: 0 18px 48px rgba(15, 23, 42, 0.06);
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.phos-home .trust-card[data-tone="green"] {
  --trust-accent: #0d7a55;
  --trust-bg: linear-gradient(135deg, rgba(13, 122, 85, 0.14), rgba(3, 105, 161, 0.1));
}

.phos-home .trust-card[data-tone="blue"] {
  --trust-accent: #0369a1;
  --trust-bg: linear-gradient(135deg, rgba(3, 105, 161, 0.14), rgba(124, 58, 237, 0.1));
}

.phos-home .trust-card[data-tone="purple"] {
  --trust-accent: #7c3aed;
  --trust-bg: linear-gradient(135deg, rgba(124, 58, 237, 0.12), rgba(13, 122, 85, 0.08));
}

.phos-home .trust-card[data-tone="amber"] {
  --trust-accent: #d97706;
  --trust-bg: linear-gradient(135deg, rgba(217, 119, 6, 0.14), rgba(220, 38, 38, 0.08));
}

.phos-home .trust-card[data-tone="emerald"] {
  --trust-accent: #059669;
  --trust-bg: linear-gradient(135deg, rgba(5, 150, 105, 0.14), rgba(3, 105, 161, 0.08));
}

.phos-home .trust-card[data-tone="red"] {
  --trust-accent: #dc2626;
  --trust-bg: linear-gradient(135deg, rgba(220, 38, 38, 0.1), rgba(217, 119, 6, 0.08));
}

.phos-home .trust-card-icon {
  width: 50px;
  height: 50px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--trust-bg);
  border: 1px solid rgba(15, 23, 42, 0.06);
}

.phos-home .trust-card-title {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--phos-ink);
}

.phos-home .trust-card-copy {
  flex: 1;
  font-size: 14px;
  line-height: 1.72;
  color: var(--phos-muted);
}

.phos-home .trust-card-link {
  font-size: 13px;
  font-weight: 700;
  color: var(--trust-accent);
  text-decoration: none;
}

.phos-home .trust-cta {
  background: linear-gradient(135deg, #0f172a, #1e293b);
  border-radius: 26px;
  padding: 30px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  box-shadow: 0 20px 60px rgba(15, 23, 42, 0.22);
}

.phos-home .trust-cta h3 {
  margin: 0 0 6px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 24px;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #ffffff;
}

.phos-home .trust-cta p {
  margin: 0;
  max-width: 620px;
  font-size: 14px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.72);
}

.phos-home .trust-cta a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 22px;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--phos-green), var(--phos-blue));
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}

.phos-home .cta-band {
  max-width: 1200px;
  margin: 40px auto 0;
  border: 1px solid rgba(13, 122, 85, 0.16);
  border-radius: 32px;
  padding: 84px 40px;
  box-shadow: var(--phos-shadow);
}

.phos-home .cta-band h2 {
  max-width: 760px;
  margin: 0 auto 16px;
  font-size: clamp(34px, 4.5vw, 54px);
  letter-spacing: -0.04em;
}

.phos-home .cta-band p {
  max-width: 640px;
  margin: 0 auto 28px;
  font-size: 16px;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.82);
}

.phos-home footer {
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  padding: 56px 40px 42px;
}

.phos-home .ft-links {
  gap: 18px 20px;
  max-width: 760px;
  margin: 0 auto 28px;
}

.phos-home .ft-links a {
  font-size: 13px;
  font-weight: 600;
}

.phos-home .ft-copy {
  font-size: 12px;
  color: #64748b;
}

.phos-training {
  background:
    radial-gradient(circle at top, rgba(13, 122, 85, 0.14), transparent 30%),
    linear-gradient(180deg, #08111f 0%, #0f172a 30%, #071320 100%);
}

.phos-training .nav {
  background: rgba(7, 14, 25, 0.82);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.18);
}

.phos-training .hero {
  max-width: 1100px;
  padding: 96px 40px 40px;
}

.phos-training .hero h1 {
  font-size: clamp(2.8rem, 5.4vw, 4.6rem);
  letter-spacing: -0.04em;
  margin-bottom: 18px;
}

.phos-training .hero p {
  max-width: 720px;
  font-size: 1.05rem;
}

.phos-training .hero-stats {
  gap: 18px;
}

.phos-training .hero-stat {
  min-width: 150px;
  padding: 18px 20px;
  border-radius: 18px;
  border: 1px solid rgba(148, 163, 184, 0.15);
  background: rgba(15, 23, 42, 0.55);
  backdrop-filter: blur(10px);
}

.phos-training .hero-actions {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

.phos-training .hero-link-button,
.phos-training .hero-link-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 22px;
  border-radius: 14px;
  font-size: 0.92rem;
  font-weight: 600;
  text-decoration: none;
}

.phos-training .hero-link-button {
  background: linear-gradient(135deg, #0d7a55, #0369a1);
  color: #ffffff;
  box-shadow: 0 18px 40px rgba(13, 122, 85, 0.22);
}

.phos-training .hero-link-ghost {
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #ffffff;
  background: rgba(15, 23, 42, 0.4);
}

.phos-training .training-pricing {
  max-width: 1200px;
  margin: 0 auto 24px;
  padding: 0 32px 24px;
}

.phos-training .training-pricing-shell {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(148, 163, 184, 0.16);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.18);
  border-radius: 30px;
  padding: 32px;
  backdrop-filter: blur(18px);
}

.phos-training .training-pricing-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 24px;
}

.phos-training .training-pricing-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 14px;
  border-radius: 999px;
  background: rgba(13, 122, 85, 0.15);
  border: 1px solid rgba(13, 122, 85, 0.26);
  color: #34d399;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.phos-training .training-pricing-title {
  font-family: "Sora", sans-serif;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
  line-height: 1.08;
  color: #ffffff;
  letter-spacing: -0.04em;
}

.phos-training .training-pricing-copy {
  max-width: 620px;
  font-size: 0.96rem;
  line-height: 1.75;
  color: #cbd5e1;
}

.phos-training .training-pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.phos-training .training-price-card {
  background: rgba(15, 23, 42, 0.58);
  border: 1px solid rgba(148, 163, 184, 0.14);
  border-radius: 22px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.phos-training .training-price-card[data-tone="featured"] {
  background: linear-gradient(180deg, rgba(7, 33, 24, 0.86), rgba(8, 46, 63, 0.9));
  border-color: rgba(52, 211, 153, 0.36);
  box-shadow: 0 18px 48px rgba(13, 122, 85, 0.24);
}

.phos-training .training-price-card[data-tone="support"] {
  background: linear-gradient(180deg, rgba(12, 25, 43, 0.82), rgba(34, 19, 76, 0.78));
}

.phos-training .training-price-kicker {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #34d399;
}

.phos-training .training-price-title {
  font-family: "Sora", sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  color: #ffffff;
}

.phos-training .training-price-amount {
  font-family: "Sora", sans-serif;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1;
  color: #ffffff;
  letter-spacing: -0.05em;
}

.phos-training .training-price-amount span {
  font-size: 0.95rem;
  color: #94a3b8;
}

.phos-training .training-price-note {
  font-size: 0.92rem;
  line-height: 1.65;
  color: #cbd5e1;
}

.phos-training .training-price-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.phos-training .training-price-list li {
  position: relative;
  padding-left: 18px;
  font-size: 0.86rem;
  line-height: 1.65;
  color: #e2e8f0;
}

.phos-training .training-price-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: linear-gradient(135deg, #34d399, #38bdf8);
}

.phos-training .training-price-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  margin-top: auto;
  border-radius: 14px;
  background: linear-gradient(135deg, #0d7a55, #0369a1);
  color: #ffffff;
  font-size: 0.88rem;
  font-weight: 700;
  text-decoration: none;
}

.phos-training .training-pricing-footnote {
  margin-top: 18px;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  font-size: 0.82rem;
  line-height: 1.6;
  color: #94a3b8;
}

.phos-training .filter-bar {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 32px 32px;
}

.phos-training .filter-btn {
  border-radius: 999px;
  padding: 10px 18px;
  font-weight: 600;
}

.phos-training .grid-wrap {
  max-width: 1200px;
  padding: 0 32px 88px;
}

.phos-training .mod-card {
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(30, 41, 59, 0.96), rgba(15, 23, 42, 0.96));
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.24);
}

.phos-training .detail-panel {
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(16, 26, 41, 0.97), rgba(11, 20, 33, 0.97));
  box-shadow: 0 28px 64px rgba(0, 0, 0, 0.28);
}

.phos-training .cta-band {
  margin: 0 32px 40px;
  border: 1px solid rgba(52, 211, 153, 0.16);
  border-radius: 28px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.22);
}

.phos-training .cta-band p {
  max-width: 620px;
  margin: 0 auto 28px;
  line-height: 1.7;
}

.phos-whitepaper {
  background: linear-gradient(180deg, #eef6fb 0%, #ffffff 18%, #f8fafc 100%);
}

.phos-whitepaper .nav {
  background: rgba(15, 23, 42, 0.9);
  backdrop-filter: blur(18px);
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.18);
}

.phos-whitepaper .wp-hero {
  position: relative;
  overflow: hidden;
  padding: 88px 48px 72px;
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.06);
}

.phos-whitepaper .wp-hero::after {
  content: "";
  position: absolute;
  right: -80px;
  bottom: -180px;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(56, 189, 248, 0.22), transparent 70%);
  pointer-events: none;
}

.phos-whitepaper .abstract-box {
  border-left: 0;
  border: 1px solid rgba(3, 105, 161, 0.16);
  border-radius: 22px;
  box-shadow: var(--phos-shadow);
}

.phos-whitepaper .wp-body {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 32px;
  padding: 56px 56px 64px;
  margin: 48px auto 0;
  box-shadow: var(--phos-shadow);
}

.phos-whitepaper .toc {
  border-radius: 22px;
  background: linear-gradient(135deg, #f8fafc, #eff6ff);
}

.phos-whitepaper .callout {
  border-radius: 18px;
}

.phos-whitepaper .wp-footer {
  background: transparent;
  border-top: none;
  padding: 48px 32px 56px;
}

.phos-legal {
  background: linear-gradient(180deg, #eef6ff 0%, #f8fafc 22%, #ffffff 100%);
}

.phos-legal nav {
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(18px);
  box-shadow: 0 8px 28px rgba(15, 23, 42, 0.08);
}

.phos-legal .container {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 32px;
  padding: 56px 56px 96px;
  margin-top: 32px;
  margin-bottom: 28px;
  box-shadow: var(--phos-shadow);
}

.phos-legal .doc-meta {
  border-bottom-color: rgba(15, 23, 42, 0.08);
}

.phos-legal footer {
  background: transparent;
  border-top: none;
  padding: 0 40px 40px;
}

.phos-legal .callout {
  border-radius: 18px;
}

@media (max-width: 960px) {
  .phos-home .pricing-layout,
  .phos-home .solutions-head,
  .phos-home .trust-grid,
  .phos-training .training-pricing-grid {
    grid-template-columns: 1fr 1fr;
  }

  .phos-home .pricing-layout,
  .phos-home .solutions-head {
    grid-template-columns: 1fr;
  }

  .phos-home .pricing-intro {
    position: static;
  }

  .phos-home .trust-cta,
  .phos-training .training-pricing-head {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 900px) {
  .phos-home .contact-grid {
    grid-template-columns: 1fr !important;
  }

  .phos-home .price-grid {
    grid-template-columns: 1fr 1fr !important;
  }

  .phos-home .cta-band {
    margin: 32px 20px 0;
    padding: 64px 24px;
  }

  .phos-training .hero {
    padding: 88px 20px 32px;
  }

  .phos-training .training-pricing,
  .phos-training .filter-bar,
  .phos-training .grid-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .phos-training .cta-band {
    margin-left: 20px;
    margin-right: 20px;
  }

  .phos-whitepaper .wp-body,
  .phos-legal .container {
    margin-left: 20px;
    margin-right: 20px;
  }
}

@media (max-width: 720px) {
  .phos-home .pricing-proof-grid,
  .phos-home .price-grid,
  .phos-home .trust-grid,
  .phos-training .training-pricing-grid {
    grid-template-columns: 1fr !important;
  }

  .phos-home #pricing.section,
  .phos-home .trust-shell .section {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .phos-home .solutions-footnote,
  .phos-home .trust-cta,
  .phos-home .contact-pill-row {
    flex-direction: column;
  }

  .phos-home .contact-card {
    grid-template-columns: 52px minmax(0, 1fr);
  }

  .phos-home .contact-rail-intro,
  .phos-home .contact-card,
  .phos-home .trust-card {
    padding: 22px;
  }

  .phos-home .solutions-aside {
    padding: 22px;
  }

  .phos-training .hero-stats {
    gap: 12px;
  }

  .phos-training .hero-stat {
    width: calc(50% - 6px);
    min-width: 0;
  }

  .phos-training .training-pricing-shell {
    padding: 24px;
    border-radius: 24px;
  }

  .phos-whitepaper .wp-body,
  .phos-legal .container {
    border-radius: 24px;
    padding: 34px 24px 48px;
    margin-top: 24px;
  }
}

@media (max-width: 560px) {
  .phos-home .cta-band h2,
  .phos-home .pricing-intro .sec-title,
  .phos-home .solutions-shell .sec-title,
  .phos-home .trust-head .sec-title,
  .phos-training .training-pricing-title {
    line-height: 1.12;
  }

  .phos-home .pricing-proof-card span {
    font-size: 28px;
  }

  .phos-training .hero-stat {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .phos-home .price-card,
  .phos-home .svc-card,
  .phos-home .p-btn,
  .phos-home .pricing-shell::before,
  .phos-home .pricing-shell::after {
    transition: none !important;
    animation: none !important;
    transform: none !important;
  }
}
