html {
  scroll-behavior: auto;
  margin: 0;
  padding: 0
}

body {
  margin: 0;
  padding: 0;
  min-height: 100svh;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
  font-family: 'Roboto Mono', monospace
}

:focus-visible {
  outline: 2px solid #0F6877;
  outline-offset: 2px
}

:focus:not(:focus-visible) {
  outline: none
}

.brand-bar {
  background: linear-gradient(100deg, #0F6877 0%, #0a4f5c 60%, #0d5e6d 100%);
  padding: 16px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 2px solid #BDF6D0;
  box-shadow: 0 7px 20px 0 #0f687717
}

.brand-bar .logo-pod {
  display: flex;
  align-items: center;
  gap: 16px
}

.logo-frame {
  width: 88px;
  height: 88px;
  border: 1px solid #BDF6D0;
  border-radius: 13px 4px 13px 4px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 1px 4px 0 #d491fd0f inset 0 0 0 2px #bdf6d02e;
  flex-shrink: 0;
  padding: 8px
}

.logo-frame img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block
}

.brand-name-pod {
  display: flex;
  flex-direction: column;
  gap: 4px
}

.brand-name-pod .firm-name {
  font-family: 'Roboto Mono', monospace;
  font-size: 37px;
  font-weight: 700;
  line-height: 1.2;
  color: #BDF6D0;
  letter-spacing: 0
}

.brand-name-pod .firm-tag {
  font-family: 'Roboto Mono', monospace;
  font-size: 13px;
  font-weight: 400;
  font-style: italic;
  line-height: 1.45;
  color: #bdf6d0c7
}

.brand-bar .brand-aside {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 4px
}

.brand-bar .brand-aside .contact-line {
  font-family: 'Roboto Mono', monospace;
  font-size: 13px;
  color: #BDF6D0;
  line-height: 1.45;
  text-decoration: none;
  transition: color .18s ease-out
}

.brand-bar .brand-aside .contact-line:hover {
  color: #D491FD
}

.primary-nav {
  background: #fff;
  border-bottom: 1.5px solid #BDF6D0;
  box-shadow: 0 1px 4px 0 #0f68770f
}

.primary-nav .nav-deck {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 32px;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap
}

.primary-nav .nav-deck a {
  font-family: 'Roboto Mono', monospace;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.45;
  color: #0F6877;
  text-decoration: none;
  padding: 16px 32px;
  display: flex;
  align-items: center;
  border-right: 1px solid #0f687726;
  transition: background .14s ease-out, color .14s ease-out;
  min-height: 44px;
  white-space: nowrap
}

.primary-nav .nav-deck a:first-child {
  border-left: 1px solid #0f687726
}

.primary-nav .nav-deck a:hover {
  background: #BDF6D0;
  color: #0a4f5c
}

.primary-nav .nav-deck a[aria-current="page"] {
  background: linear-gradient(90deg, #d491fd1f 0%, #bdf6d02e 100%);
  color: #0F6877;
  border-bottom: 3px solid #D491FD
}

@media (max-width: 768px) {
  .brand-bar {
    padding: 16px;
    flex-wrap: wrap;
    gap: 16px
  }

  .brand-name-pod .firm-name {
    font-size: 27px
  }

  .brand-bar .brand-aside {
    width: 100%;
    align-items: flex-start
  }

  .primary-nav .nav-deck {
    padding: 0 8px
  }

  .primary-nav .nav-deck a {
    padding: 16px;
    font-size: 13px
  }
}

@media (max-width: 480px) {
  .logo-frame {
    width: 64px;
    height: 64px
  }

  .brand-name-pod .firm-name {
    font-size: 27px
  }

  .primary-nav .nav-deck a {
    padding: 16px 8px
  }
}

.site-footer {
  background: linear-gradient(135deg, #0F6877 0%, #0a3f4a 50%, #0d5e6d 100%);
  padding: 32px;
  box-shadow: 0 8px 60px 0 #0f68771f
}

.footer-deck {
  max-width: 1600px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  padding-bottom: 32px;
  border-bottom: 1px solid #bdf6d040
}

.footer-nav-cell {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.footer-nav-cell .foot-label {
  font-family: 'Roboto Mono', monospace;
  font-size: 13px;
  font-weight: 700;
  color: #BDF6D0;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0;
  border-left: 3px solid #D491FD;
  border-bottom: 1px solid #d491fd4d;
  padding: 4px 8px
}

.footer-nav-cell .foot-links {
  display: flex;
  flex-direction: column;
  gap: 8px
}

.footer-nav-cell .foot-links a {
  font-family: 'Roboto Mono', monospace;
  font-size: 16px;
  color: #bdf6d0d9;
  text-decoration: none;
  line-height: 1.45;
  padding: 4px 0;
  border-bottom: 1px solid transparent;
  transition: color .16s cubic-bezier(0.4, 0, 0.6, 1), border-color .16s cubic-bezier(0.4, 0, 0.6, 1);
  display: inline-block
}

.footer-nav-cell .foot-links a:hover {
  color: #D491FD;
  border-bottom-color: #d491fd66
}

.footer-contact-cell {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start
}

.footer-logo-frame {
  width: 72px;
  height: 72px;
  border: 1px solid #bdf6d080;
  border-radius: 4px 13px 4px 13px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  box-shadow: 0 1px 4px 0 #d491fd0f 0 0 0 2px #bdf6d01f;
  flex-shrink: 0
}

.footer-logo-frame img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block
}

.footer-contact-cell .addr-block {
  display: flex;
  flex-direction: column;
  gap: 8px
}

.footer-contact-cell .addr-block address {
  font-style: normal;
  font-family: 'Roboto Mono', monospace;
  font-size: 13px;
  color: #bdf6d0bf;
  line-height: 1.65
}

.footer-contact-cell .addr-block a {
  font-family: 'Roboto Mono', monospace;
  font-size: 13px;
  color: #BDF6D0;
  text-decoration: none;
  display: block;
  line-height: 1.45;
  transition: color .12s ease-out
}

.footer-contact-cell .addr-block a:hover {
  color: #D491FD
}

.footer-bottom {
  max-width: 1600px;
  margin: 0 auto;
  padding-top: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px
}

.footer-bottom .copy-line {
  font-family: 'Roboto Mono', monospace;
  font-size: 13px;
  color: #bdf6d08c;
  line-height: 1.45
}

@media (max-width: 768px) {
  .footer-deck {
    grid-template-columns: 1fr
  }

  .site-footer {
    padding: 32px 16px
  }

  .footer-bottom {
    flex-direction: column;
    align-items: flex-start
  }
}

.consent-popup {
  display: none;
  position: fixed;
  top: 16px;
  right: 16px;
  z-index: 4000;
  background: #fff;
  border: 1.5px solid #BDF6D0;
  border-radius: 13px;
  box-shadow: 0 8px 60px 0 #0f68771f 0 7px 20px 0 #0f687717;
  max-width: 340px;
  width: calc(100vw - 32px);
  font-family: 'Roboto Mono', monospace;
  overflow: hidden
}

.consent-popup .cpop-body {
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 16px
}

.cpop-desc {
  font-size: 13px;
  line-height: 1.65;
  color: #0a3f4a
}

.cpop-actions {
  display: flex;
  gap: 8px;
  flex-wrap: wrap
}

.cpop-actions button {
  font-family: 'Roboto Mono', monospace;
  font-size: 13px;
  font-weight: 700;
  padding: 8px 16px;
  border-radius: 7px;
  cursor: pointer;
  border: 1.5px solid #0F6877;
  background: transparent;
  color: #0F6877;
  min-height: 44px;
  transition: background .14s ease-out, color .14s ease-out;
  line-height: 1.2
}

.cpop-actions button:hover,
.cpop-actions button:focus-visible {
  background: #0F6877;
  color: #BDF6D0
}

.cpop-actions .accept-all {
  background: #0F6877;
  color: #BDF6D0
}

.cpop-actions .accept-all:hover,
.cpop-actions .accept-all:focus-visible {
  background: #0a4f5c;
  color: #BDF6D0
}

.cpop-expand-btn {
  font-family: 'Roboto Mono', monospace;
  font-size: 13px;
  color: #0F6877;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  text-decoration: underline;
  text-align: left;
  min-height: 44px;
  display: block
}

.cpop-expand-btn:hover {
  color: #D491FD
}

.cpop-panel {
  border-top: 1px solid #BDF6D0;
  padding: 16px;
  background: #bdf6d014;
  display: none
}

.cpop-panel.open {
  display: block
}

.cpop-toggle-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px
}

.cpop-toggle-row .toggle-label {
  font-size: 13px;
  color: #0a3f4a;
  line-height: 1.45
}

.cpop-toggle-row .always-on {
  font-size: 13px;
  color: #0f687799;
  font-style: italic
}

.analytics-row {
  margin-top: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px
}

.analytics-row .toggle-label {
  font-size: 13px;
  color: #0a3f4a;
  line-height: 1.45
}

.toggle-switch {
  position: relative;
  width: 40px;
  height: 22px;
  flex-shrink: 0
}

.toggle-switch input[type="checkbox"] {
  opacity: 0;
  width: 0;
  height: 0;
  position: absolute
}

.toggle-track {
  position: absolute;
  inset: 0;
  background: #0f687733;
  border-radius: 22px;
  cursor: pointer;
  transition: background .16s cubic-bezier(0.4, 0, 0.6, 1)
}

.toggle-switch input[type="checkbox"]:checked+.toggle-track {
  background: #0F6877
}

.toggle-track::after {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  background: #fff;
  border-radius: 50%;
  top: 3px;
  left: 3px;
  transition: transform .16s cubic-bezier(0.4, 0, 0.6, 1)
}

.toggle-switch input[type="checkbox"]:checked+.toggle-track::after {
  transform: translateX(18px)
}

.content-legal-cuff {
  max-width: 1600px;
  margin: 0 auto;
  padding: 32px;
  background: #fff;
  box-shadow: 0 1px 4px 0 #d491fd0f 0 7px 20px 0 #d491fd17;
  border-radius: 13px
}

.content-legal-cuff p {
  font-size: 16px;
  line-height: 1.65;
  margin-top: 0;
  margin-bottom: 16px;
  color: #1b1b2e
}

.content-legal-cuff ul,
.content-legal-cuff ol {
  font-size: 16px;
  line-height: 1.65;
  margin-bottom: 16px;
  padding-left: 32px
}

.content-legal-cuff li {
  margin-bottom: 8px;
  color: #1b1b2e
}

.content-legal-cuff li:last-child {
  margin-bottom: 0
}

.content-legal-cuff ul li {
  list-style-type: disc
}

.content-legal-cuff ol li {
  list-style-type: decimal
}

.content-legal-cuff strong,
.content-legal-cuff b {
  font-weight: 700;
  color: #0F6877
}

.content-legal-cuff em,
.content-legal-cuff i {
  font-style: italic;
  color: #2a2a3d
}

.content-legal-cuff a {
  color: #0F6877;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color .18s ease-out, text-decoration-color .14s cubic-bezier(0.4, 0, 0.6, 1)
}

.content-legal-cuff a:hover {
  color: #D491FD;
  text-decoration-color: #D491FD
}

.content-legal-cuff a:focus-visible {
  outline: 2px solid #0F6877;
  outline-offset: 2px;
  border-radius: 4px
}

.content-legal-cuff table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 32px;
  font-size: 16px;
  line-height: 1.45;
  border-radius: 7px;
  overflow: hidden;
  box-shadow: 0 1px 4px 0 #0f68770f
}

.content-legal-cuff thead {
  background: #0F6877
}

.content-legal-cuff thead th {
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  padding: 16px;
  text-align: left;
  letter-spacing: 0
}

.content-legal-cuff tbody tr {
  border-bottom: 1px solid #BDF6D0;
  transition: background .12s ease-out
}

.content-legal-cuff tbody tr:last-child {
  border-bottom: none
}

.content-legal-cuff tbody tr:nth-child(even) {
  background: #bdf6d02e
}

.content-legal-cuff tbody tr:hover {
  background: #d491fd14
}

.content-legal-cuff th,
.content-legal-cuff td {
  padding: 16px;
  text-align: left;
  color: #1b1b2e;
  vertical-align: top
}

.content-legal-cuff td {
  font-size: 16px;
  line-height: 1.65
}

.content-legal-cuff hr {
  border: none;
  border-top: 2px solid #BDF6D0;
  margin-top: 32px;
  margin-bottom: 32px;
  border-radius: 4px
}

@media (max-width: 768px) {
  .content-legal-cuff {
    padding: 16px;
    border-radius: 7px
  }

  .content-legal-cuff table {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
  }

  .content-legal-cuff ul,
  .content-legal-cuff ol {
    padding-left: 16px
  }
}

@media (max-width: 480px) {

  .content-legal-cuff p,
  .content-legal-cuff li,
  .content-legal-cuff td {
    font-size: 13px
  }

  .content-legal-cuff thead th {
    font-size: 13px;
    padding: 8px
  }

  .content-legal-cuff td {
    padding: 8px
  }
}

.pdcast {
  max-width: 1600px;
  margin: 0 auto;
  overflow-x: clip
}

.pdcast .ep-list-head {
  padding: 48px 32px 32px;
  background: #fff;
  position: relative
}

.pdcast .ep-list-head::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, #BDF6D0, #D491FD, #0F6877);
  border-radius: 4px
}

.pdcast .curved-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: hidden;
  z-index: 0
}

.pdcast .curved-bg svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.pdcast .ep-list-head .hd-text {
  position: relative;
  z-index: 1;
  max-width: 680px
}

.pdcast .ep-list-head .kicker {
  font-size: 13px;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #0F6877;
  font-weight: 700;
  margin-bottom: 8px;
  display: block
}

.pdcast .ep-list-head h1 {
  font-size: 52px;
  line-height: 1.2;
  font-weight: 300;
  text-transform: uppercase;
  color: #111;
  margin: 0 0 16px
}

.pdcast .ep-list-head h1 strong {
  font-weight: 800;
  color: #0F6877
}

.pdcast .ep-list-head .desc {
  font-size: 16px;
  line-height: 1.65;
  color: #333;
  margin: 0
}

.pdcast .ep-grid {
  padding: 32px 32px 48px;
  background: linear-gradient(135deg, #BDF6D0 0%, #D491FD 45%, #0F6877 100%);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px
}

.pdcast .ep-card {
  background: #fff;
  border-radius: 13px;
  padding: 32px;
  box-shadow: 0 7px 20px 0 #d491fd17;
  display: flex;
  flex-direction: column;
  gap: 16px;
  transition: box-shadow .18s ease-out, transform .15s cubic-bezier(0.4, 0, 0.6, 1);
  position: relative
}

.pdcast .ep-card:hover {
  box-shadow: 0 8px 60px 0 #d491fd1f;
  transform: translateY(-2px)
}

.pdcast .ep-card .ep-num {
  font-size: 13px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #0F6877;
  font-weight: 700
}

.pdcast .ep-card h4 {
  font-size: 16px;
  line-height: 1.45;
  font-weight: 700;
  color: #111;
  margin: 0;
  text-transform: uppercase
}

.pdcast .ep-card .ep-sum {
  font-size: 13px;
  line-height: 1.65;
  color: #444;
  margin: 0;
  flex: 1
}

.pdcast .ep-card .ep-meta {
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap
}

.pdcast .ep-card .ep-dur {
  font-size: 13px;
  color: #0F6877;
  background: #BDF6D0;
  border-radius: 4px;
  padding: 4px 8px;
  font-weight: 600
}

.pdcast .ep-card .ep-tag {
  font-size: 13px;
  color: #7a3fa8;
  background: #d491fd26;
  border-radius: 4px;
  padding: 4px 8px
}

.pdcast .ep-card .read-link {
  font-size: 13px;
  font-weight: 700;
  color: #0F6877;
  text-decoration: none;
  text-transform: uppercase;
  border-bottom: 2px solid #BDF6D0;
  padding-bottom: 2px;
  transition: border-color .18s ease-out, color .15s ease-out;
  align-self: flex-start
}

.pdcast .ep-card .read-link:hover {
  color: #D491FD;
  border-color: #D491FD
}

.pdcast .ep-card.featured {
  grid-column: span 2;
  background: linear-gradient(135deg, #BDF6D0 0%, #D491FD 60%, #0F6877 100%);
  color: #fff;
  box-shadow: 0 8px 60px 0 #0f68771f
}

.pdcast .ep-card.featured h4,
.pdcast .ep-card.featured .ep-sum,
.pdcast .ep-card.featured .ep-num {
  color: #111
}

.pdcast .ep-card.featured .read-link {
  color: #0F6877;
  border-color: #fff
}

.pdcast .ep-card.featured .read-link:hover {
  color: #fff;
  border-color: #0F6877
}

@keyframes border-glow-build {
  from {
    opacity: 0;
    box-shadow: 0 0 0 0 #d491fd00
  }

  to {
    opacity: 1;
    box-shadow: 0 1px 4px 0 #d491fd0f 0 0 18px 2px #d491fd38
  }
}

.pdcast .ep-card.featured {
  animation: border-glow-build .22s cubic-bezier(0.4, 0, 0.6, 1) both
}

.pdcast .res-section {
  padding: 48px 32px;
  background: #f5f3f8;
  position: relative
}

.pdcast .res-section::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, #D491FD, #BDF6D0, #0F6877);
  border-radius: 4px
}

.pdcast .res-head {
  text-align: center;
  margin-bottom: 32px
}

.pdcast .res-head h2 {
  font-size: 37px;
  line-height: 1.2;
  font-weight: 300;
  text-transform: uppercase;
  color: #111;
  margin: 0 0 8px
}

.pdcast .res-head h2 em {
  font-style: normal;
  color: #D491FD;
  font-weight: 800
}

.pdcast .res-head .sub {
  font-size: 16px;
  line-height: 1.65;
  color: #555;
  margin: 0
}

.pdcast .res-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px
}

.pdcast .res-card {
  background: #fff;
  border-radius: 13px;
  padding: 32px 16px 16px;
  box-shadow: 0 1px 4px 0 #0f68770f;
  display: flex;
  flex-direction: column;
  gap: 8px;
  text-align: center;
  transition: box-shadow .2s ease-out
}

.pdcast .res-card:hover {
  box-shadow: 0 7px 20px 0 #0f687717
}

.pdcast .res-card .rc-icon {
  width: 40px;
  height: 40px;
  margin: 0 auto 8px;
  border-radius: 7px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center
}

.pdcast .res-card .rc-icon svg {
  width: 22px;
  height: 22px
}

.pdcast .res-card h5 {
  font-size: 13px;
  line-height: 1.45;
  font-weight: 700;
  text-transform: uppercase;
  color: #111;
  margin: 0
}

.pdcast .res-card .rc-type {
  font-size: 13px;
  color: #0F6877;
  font-weight: 600
}

.pdcast .res-card .rc-size {
  font-size: 13px;
  color: #888
}

.pdcast .res-card .dl-btn {
  margin-top: 8px;
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  background: #0F6877;
  border-radius: 7px;
  padding: 8px 16px;
  text-decoration: none;
  text-transform: uppercase;
  transition: background .18s ease-out
}

.pdcast .res-card .dl-btn:hover {
  background: #D491FD;
  color: #111
}

.pdcast .team-block {
  padding: 48px 32px;
  background: #fff;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  align-items: center
}

.pdcast .team-img-wrap {
  border-radius: 22px;
  overflow: hidden;
  height: 420px;
  box-shadow: 0 8px 60px 0 #0f68771f;
  position: relative
}

.pdcast .team-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  filter: grayscale(100%);
  display: block
}

.pdcast .team-text {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.pdcast .team-text h2 {
  font-size: 37px;
  line-height: 1.2;
  font-weight: 300;
  text-transform: uppercase;
  color: #111;
  margin: 0
}

.pdcast .team-text h2 strong {
  font-weight: 800;
  background: linear-gradient(135deg, #BDF6D0 0%, #D491FD 50%, #0F6877 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text
}

.pdcast .team-text p {
  font-size: 16px;
  line-height: 1.65;
  color: #333;
  margin: 0
}

.pdcast .team-text .hosts {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 8px
}

.pdcast .team-text .host-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  background: #f5f3f8;
  border-radius: 7px
}

.pdcast .team-text .host-dot {
  width: 10px;
  height: 10px;
  border-radius: 4px;
  background: #D491FD;
  flex-shrink: 0
}

.pdcast .team-text .host-name {
  font-size: 13px;
  font-weight: 700;
  color: #111;
  text-transform: uppercase
}

.pdcast .team-text .host-role {
  font-size: 13px;
  color: #0F6877;
  margin-left: auto
}

@media (max-width: 1024px) {
  .pdcast .ep-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .pdcast .ep-card.featured {
    grid-column: span 2
  }

  .pdcast .res-cards {
    grid-template-columns: repeat(2, 1fr)
  }

  .pdcast .team-block {
    grid-template-columns: 1fr
  }

  .pdcast .team-img-wrap {
    height: 280px
  }

  .pdcast .ep-list-head h1 {
    font-size: 37px
  }
}

@media (max-width: 768px) {
  .pdcast .ep-grid {
    grid-template-columns: 1fr;
    padding: 16px
  }

  .pdcast .ep-card.featured {
    grid-column: span 1
  }

  .pdcast .res-cards {
    grid-template-columns: 1fr 1fr
  }

  .pdcast .ep-list-head {
    padding: 32px 16px 16px
  }

  .pdcast .ep-list-head h1 {
    font-size: 27px
  }

  .pdcast .team-block {
    padding: 32px 16px
  }

  .pdcast .res-section {
    padding: 32px 16px
  }

  .pdcast .res-head h2 {
    font-size: 27px
  }

  .pdcast .team-text h2 {
    font-size: 27px
  }
}

@media (max-width: 480px) {
  .pdcast .res-cards {
    grid-template-columns: 1fr
  }

  .pdcast .ep-card {
    padding: 16px
  }
}

.ptl {
  max-width: 1600px;
  margin: 0 auto;
  overflow-x: clip
}

.ptl .split-hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 480px
}

.ptl .split-left {
  background: #0F6877;
  padding: 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative
}

.ptl .split-right {
  background: #D491FD;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center
}

.ptl .split-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: brightness(0.82) saturate(1.1)
}

.ptl .vignette-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden
}

.ptl .vignette-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 30% 60%, transparent 40%, #0f687761 100%);
  pointer-events: none
}

.ptl .dot-path {
  position: absolute;
  top: 16px;
  right: 16px;
  display: grid;
  grid-template-columns: repeat(5, 8px);
  gap: 8px;
  pointer-events: none
}

.ptl .dot-path span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #bdf6d073;
  display: block
}

.ptl .dot-path span:nth-child(even) {
  background: #bdf6d038
}

.ptl .manifesto {
  color: #BDF6D0;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-bottom: 16px;
  font-weight: 600
}

.ptl .split-left h1 {
  font-size: 37px;
  line-height: 1.2;
  color: #fff;
  margin-bottom: 16px;
  font-weight: 300;
  text-transform: uppercase
}

.ptl .split-left p {
  font-size: 16px;
  line-height: 1.65;
  color: #bdf6d0eb;
  max-width: 480px
}

.ptl .fit-band {
  height: 6px;
  background: linear-gradient(135deg, #BDF6D0, #D491FD, #0F6877, transparent)
}

.ptl .who-grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 32px;
  padding: 32px;
  background: #fff
}

.ptl .who-text h2 {
  font-size: 27px;
  line-height: 1.2;
  font-weight: 300;
  text-transform: uppercase;
  color: #0F6877;
  margin-bottom: 16px
}

.ptl .who-text p {
  font-size: 16px;
  line-height: 1.65;
  margin-bottom: 16px;
  color: #1b2a2e
}

.ptl .who-checks {
  display: flex;
  flex-direction: column;
  gap: 8px
}

.ptl .check-item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 8px;
  font-size: 16px;
  line-height: 1.45;
  color: #1b2a2e;
  padding: 8px;
  border-radius: 7px;
  background: #bdf6d02e;
  transition: background .18s ease-out
}

.ptl .check-item:hover {
  background: #bdf6d06b
}

.ptl .check-svg {
  flex-shrink: 0;
  margin-top: 2px
}

.ptl .cross-item {
  background: #d491fd1a
}

.ptl .cross-item:hover {
  background: #d491fd38
}

.ptl .who-img-col {
  display: flex;
  align-items: center
}

.ptl .who-img-col img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  border-radius: 13px;
  box-shadow: 0 7px 20px 0 #d491fd17
}

.ptl .divider-fade {
  height: 32px;
  background: linear-gradient(180deg, #BDF6D0 0%, transparent 100%)
}

.ptl .value-strip {
  background: #BDF6D0;
  padding: 32px;
  display: flex;
  flex-direction: column;
  align-items: center
}

.ptl .value-strip h2 {
  font-size: 27px;
  line-height: 1.2;
  font-weight: 300;
  text-transform: uppercase;
  color: #0F6877;
  margin-bottom: 8px;
  text-align: center
}

.ptl .value-strip .sub-label {
  font-size: 13px;
  color: #0F6877;
  text-align: center;
  margin-bottom: 32px;
  font-weight: 600;
  text-transform: uppercase
}

.ptl .value-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  width: 100%
}

.ptl .vcard {
  background: #fff;
  border-radius: 13px;
  padding: 32px 16px;
  text-align: center;
  box-shadow: 0 1px 4px 0 #0f68770f;
  transition: box-shadow .16s ease-out, transform .16s ease-out;
  cursor: default;
  overflow: hidden;
  position: relative
}

.ptl .vcard::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(135deg, #BDF6D0, #D491FD, #0F6877);
  border-radius: 13px 13px 0 0
}

.ptl .vcard:hover {
  box-shadow: 0 8px 60px 0 #d491fd1f;
  transform: scale(1.03)
}

.ptl .vcard h4 {
  font-size: 16px;
  font-weight: 700;
  color: #0F6877;
  margin-bottom: 8px;
  text-transform: uppercase
}

.ptl .vcard p {
  font-size: 13px;
  line-height: 1.65;
  color: #1b2a2e
}

.ptl .hesitation-wrap {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 0;
  background: #0F6877
}

.ptl .hesitation-img {
  position: relative;
  overflow: hidden
}

.ptl .hesitation-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: brightness(0.75) saturate(0.9)
}

.ptl .hesitation-img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent 60%, #0F6877 100%);
  pointer-events: none
}

.ptl .hesitation-body {
  padding: 32px;
  display: flex;
  flex-direction: column;
  justify-content: center
}

.ptl .hesitation-body h2 {
  font-size: 27px;
  line-height: 1.2;
  font-weight: 300;
  text-transform: uppercase;
  color: #BDF6D0;
  margin-bottom: 16px
}

.ptl .hesitation-body p {
  font-size: 16px;
  line-height: 1.65;
  color: #bdf6d0e0;
  margin-bottom: 16px
}

.ptl .honest-note {
  border-radius: 7px;
  background: #bdf6d01f;
  padding: 16px;
  font-size: 13px;
  line-height: 1.65;
  color: #BDF6D0;
  box-shadow: inset 0 2px 8px 0 #bdf6d014
}

.ptl .divider-accent {
  height: 8px;
  background: linear-gradient(135deg, #D491FD, #BDF6D0, transparent)
}

.ptl .conditions-sec {
  padding: 32px;
  background: #d491fd12;
  display: flex;
  flex-direction: column;
  align-items: center
}

.ptl .conditions-sec h2 {
  font-size: 27px;
  line-height: 1.2;
  font-weight: 300;
  text-transform: uppercase;
  color: #0F6877;
  margin-bottom: 8px;
  text-align: center
}

.ptl .conditions-sec .context-para {
  font-size: 16px;
  line-height: 1.65;
  color: #1b2a2e;
  text-align: center;
  max-width: 640px;
  margin-bottom: 32px
}

.ptl .cond-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  width: 100%;
  max-width: 900px
}

.ptl .cond-item {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: flex-start;
  padding: 16px;
  border-radius: 13px;
  background: #fff;
  box-shadow: 0 1px 4px 0 #0f68770f;
  transition: box-shadow .14s cubic-bezier(0.4, 0, 0.6, 1)
}

.ptl .cond-item:hover {
  box-shadow: 0 7px 20px 0 #0f687717
}

.ptl .cond-num {
  font-size: 37px;
  line-height: 1.2;
  font-weight: 700;
  color: #d491fd59;
  flex-shrink: 0;
  width: 40px;
  text-align: center
}

.ptl .cond-text h5 {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  color: #0F6877;
  margin-bottom: 4px
}

.ptl .cond-text p {
  font-size: 13px;
  line-height: 1.65;
  color: #1b2a2e
}

.ptl .support-sec {
  display: grid;
  grid-template-columns: 3fr 2fr;
  gap: 0;
  background: #fff
}

.ptl .support-body {
  padding: 32px;
  display: flex;
  flex-direction: column;
  justify-content: center
}

.ptl .support-body h2 {
  font-size: 27px;
  line-height: 1.2;
  font-weight: 300;
  text-transform: uppercase;
  color: #0F6877;
  margin-bottom: 16px
}

.ptl .support-body p {
  font-size: 16px;
  line-height: 1.65;
  color: #1b2a2e;
  margin-bottom: 16px
}

.ptl .support-items {
  display: flex;
  flex-direction: column;
  gap: 8px
}

.ptl .sup-row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 8px;
  padding: 8px;
  border-radius: 7px;
  background: #bdf6d026;
  font-size: 16px;
  line-height: 1.45;
  color: #1b2a2e;
  transition: background .2s ease-out
}

.ptl .sup-row:hover {
  background: #bdf6d059
}

.ptl .support-img-col {
  position: relative;
  overflow: hidden;
  border-radius: 0 0 0 22px
}

.ptl .support-img-col img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  min-height: 360px;
  filter: saturate(0.9) brightness(0.9);
  transition: transform .22s ease-out
}

.ptl .support-img-col:hover img {
  transform: scale(1.04)
}

.ptl .support-img-col::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #d491fd2e 0%, transparent 60%);
  pointer-events: none
}

.ptl .corner-border {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none
}

.ptl .corner-border::before,
.ptl .corner-border::after {
  content: "";
  position: absolute;
  width: 28px;
  height: 28px;
  border-color: #d491fd8c;
  border-style: solid
}

.ptl .corner-border::before {
  top: 8px;
  left: 8px;
  border-width: 2px 0 0 2px
}

.ptl .corner-border::after {
  bottom: 8px;
  right: 8px;
  border-width: 0 2px 2px 0
}

@media (max-width: 1024px) {
  .ptl .split-hero {
    grid-template-columns: 1fr
  }

  .ptl .split-right {
    height: 260px
  }

  .ptl .who-grid {
    grid-template-columns: 1fr
  }

  .ptl .who-img-col {
    display: none
  }

  .ptl .value-cards {
    grid-template-columns: 1fr 1fr
  }

  .ptl .hesitation-wrap {
    grid-template-columns: 1fr
  }

  .ptl .hesitation-img {
    height: 220px
  }

  .ptl .support-sec {
    grid-template-columns: 1fr
  }

  .ptl .support-img-col {
    border-radius: 0;
    height: 240px
  }

  .ptl .support-img-col img {
    min-height: 240px
  }
}

@media (max-width: 768px) {
  .ptl .split-left h1 {
    font-size: 27px
  }

  .ptl .value-cards {
    grid-template-columns: 1fr
  }

  .ptl .cond-grid {
    grid-template-columns: 1fr
  }

  .ptl .split-left {
    padding: 32px 16px
  }

  .ptl .who-grid,
  .ptl .value-strip,
  .ptl .conditions-sec,
  .ptl .hesitation-body,
  .ptl .support-body {
    padding: 32px 16px
  }
}

@media (max-width: 480px) {
  .ptl .split-left h1 {
    font-size: 27px
  }

  .ptl .who-text h2,
  .ptl .value-strip h2,
  .ptl .hesitation-body h2,
  .ptl .conditions-sec h2,
  .ptl .support-body h2 {
    font-size: 27px
  }
}

.cont-pg {
  max-width: 1600px;
  margin: 0 auto;
  background: #fff;
  overflow: hidden
}

.cont-pg .reach-band {
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 0;
  min-height: 520px;
  background: #0F6877;
  position: relative
}

.cont-pg .reach-band::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 6px;
  height: 100%;
  background: #D491FD
}

.cont-pg .reach-left {
  padding: 64px 48px 64px 64px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative
}

.cont-pg .reach-left::after {
  content: '';
  position: absolute;
  right: 0;
  top: 32px;
  bottom: 32px;
  width: 1px;
  background: #bdf6d038
}

.cont-pg .reach-eyebrow {
  display: inline-block;
  font-size: 13px;
  line-height: 1.2;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-variant: small-caps;
  color: #BDF6D0;
  margin-bottom: 16px;
  padding: 4px 8px;
  border: 1px dashed #bdf6d066;
  border-radius: 4px;
  width: fit-content
}

.cont-pg .reach-h1 {
  font-size: 52px;
  line-height: 1.2;
  color: #fff;
  font-weight: 300;
  text-transform: uppercase;
  margin: 0 0 16px
}

.cont-pg .reach-h1 span {
  color: #D491FD;
  font-weight: 700
}

.cont-pg .reach-desc {
  font-size: 16px;
  line-height: 1.65;
  color: #fffc;
  max-width: 480px;
  margin: 0 0 32px
}

.cont-pg .info-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px
}

.cont-pg .info-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 16px;
  background: #ffffff0f;
  border-radius: 13px;
  border: 1px solid #bdf6d026;
  box-shadow: inset 0 1px 4px 0 #0f68771f;
  transition: background .18s ease-out
}

.cont-pg .info-item:hover {
  background: #ffffff1a
}

.cont-pg .info-label {
  font-size: 13px;
  line-height: 1.2;
  color: #BDF6D0;
  text-transform: uppercase;
  font-variant: small-caps;
  letter-spacing: .06em
}

.cont-pg .info-val {
  font-size: 13px;
  line-height: 1.45;
  color: #fff
}

.cont-pg .info-val a {
  color: #D491FD;
  text-decoration: none;
  transition: color .15s ease-out
}

.cont-pg .info-val a:hover {
  color: #BDF6D0
}

.cont-pg .info-item.full {
  grid-column: 1 / -1
}

.cont-pg .reach-right {
  background: #fff;
  display: flex;
  align-items: stretch
}

.cont-pg .img-wrap {
  width: 100%;
  position: relative;
  overflow: hidden
}

.cont-pg .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: saturate(0.85) brightness(0.92)
}

.cont-pg .img-wrap::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #d491fd47 0%, #0f687761 100%)
}

.cont-pg .geo-tag {
  position: absolute;
  bottom: 16px;
  left: 16px;
  z-index: 2;
  background: #0F6877;
  color: #BDF6D0;
  font-size: 13px;
  line-height: 1.2;
  padding: 8px 16px;
  border-radius: 7px;
  box-shadow: 0 7px 20px 0 #0f687717
}

.cont-pg .geo-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 36px;
  background: #D491FD;
  margin-right: 8px;
  vertical-align: middle
}

.cont-pg .form-band {
  padding: 64px;
  background: #fff;
  position: relative
}

.cont-pg .form-band::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 6px;
  height: 100%;
  background: linear-gradient(180deg, #BDF6D0 0%, #D491FD 50%, #0F6877 100%)
}

.cont-pg .form-inner {
  max-width: 860px;
  margin: 0 auto
}

.cont-pg .form-top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  align-items: start;
  margin-bottom: 32px
}

.cont-pg .form-intro-col {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.cont-pg .form-eyebrow {
  font-size: 13px;
  line-height: 1.2;
  text-transform: uppercase;
  font-variant: small-caps;
  color: #0F6877;
  letter-spacing: .07em
}

.cont-pg .form-h2 {
  font-size: 37px;
  line-height: 1.2;
  font-weight: 700;
  color: #0F6877;
  margin: 0
}

.cont-pg .form-sub {
  font-size: 16px;
  line-height: 1.65;
  color: #333;
  margin: 0
}

.cont-pg .divider-diamond {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 32px
}

.cont-pg .divider-diamond .d-line {
  flex: 1;
  height: 1px;
  background: #0f687733
}

.cont-pg .divider-diamond .d-sq {
  width: 10px;
  height: 10px;
  background: #D491FD;
  border-radius: 4px;
  transform: rotate(45deg);
  flex-shrink: 0
}

.cont-pg .contact-form {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.cont-pg .field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px
}

.cont-pg .field-group {
  display: flex;
  flex-direction: column;
  gap: 4px
}

.cont-pg .field-group label {
  font-size: 13px;
  line-height: 1.2;
  color: #0F6877;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .05em
}

.cont-pg .field-group input[type="text"],
.cont-pg .field-group input[type="email"],
.cont-pg .field-group input[type="tel"] {
  width: 100%;
  padding: 12px 16px;
  font-size: 16px;
  line-height: 1.45;
  border: 1.5px solid #0f687740;
  border-radius: 7px;
  background: #fff;
  color: #111;
  box-shadow: inset 0 1px 4px 0 #0f68770f;
  transition: border-color .18s ease-out, box-shadow .18s ease-out;
  box-sizing: border-box
}

.cont-pg .field-group input[type="text"]:focus,
.cont-pg .field-group input[type="email"]:focus,
.cont-pg .field-group input[type="tel"]:focus {
  outline: none;
  border-color: #D491FD;
  box-shadow: inset 0 1px 4px 0 #d491fd1a 0 0 0 3px #d491fd26
}

.cont-pg .field-group input::placeholder {
  color: #0f687773
}

.cont-pg .budget-group {
  display: flex;
  flex-direction: column;
  gap: 8px
}

.cont-pg .budget-group legend {
  font-size: 13px;
  line-height: 1.2;
  color: #0F6877;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .05em;
  margin-bottom: 8px;
  display: block
}

.cont-pg .budget-opts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px
}

.cont-pg .budget-opt {
  position: relative
}

.cont-pg .budget-opt input[type="radio"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0
}

.cont-pg .budget-opt label {
  display: block;
  padding: 8px;
  border: 1.5px solid #0f687738;
  border-radius: 7px;
  font-size: 13px;
  line-height: 1.45;
  color: #0F6877;
  text-align: center;
  cursor: pointer;
  background: #fff;
  transition: background .15s ease-out, border-color .15s ease-out, color .15s ease-out;
  font-weight: 400
}

.cont-pg .budget-opt label:hover {
  background: #d491fd1a;
  border-color: #D491FD
}

.cont-pg .budget-opt input[type="radio"]:checked+label {
  background: #0F6877;
  border-color: #0F6877;
  color: #BDF6D0;
  font-weight: 600
}

.cont-pg .budget-opt input[type="radio"]:focus-visible+label {
  outline: 2px solid #D491FD;
  outline-offset: 2px
}

.cont-pg .privacy-row {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  padding: 16px;
  background: #bdf6d01f;
  border-radius: 13px;
  border: 1px dashed #0f687733
}

.cont-pg .privacy-row input[type="checkbox"] {
  margin-top: 3px;
  accent-color: #0F6877;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  cursor: pointer
}

.cont-pg .privacy-text {
  font-size: 13px;
  line-height: 1.65;
  color: #444
}

.cont-pg .privacy-text a {
  color: #0F6877;
  text-decoration: underline;
  transition: color .15s ease-out
}

.cont-pg .privacy-text a:hover {
  color: #D491FD
}

.cont-pg .submit-row {
  display: flex;
  align-items: center;
  gap: 16px
}

.cont-pg .btn-submit {
  padding: 16px 48px;
  background: #0F6877;
  color: #BDF6D0;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 700;
  border: none;
  border-radius: 13px;
  cursor: pointer;
  box-shadow: 0 7px 20px 0 #0f687717;
  transition: background .18s ease-out, box-shadow .2s cubic-bezier(0.4, 0, 0.6, 1), transform .12s ease-out;
  text-transform: uppercase;
  letter-spacing: .06em
}

.cont-pg .btn-submit:hover {
  background: #D491FD;
  color: #fff;
  box-shadow: 0 8px 60px 0 #d491fd1f;
  transform: translateY(-2px)
}

.cont-pg .btn-submit:active {
  transform: translateY(0);
  box-shadow: 0 1px 4px 0 #0f68770f
}

.cont-pg .btn-submit:focus-visible {
  outline: 2px solid #D491FD;
  outline-offset: 3px
}

.cont-pg .submit-note {
  font-size: 13px;
  line-height: 1.45;
  color: #888
}

.cont-pg .form-intro-col .stat-items {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 8px
}

.cont-pg .stat-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  line-height: 1.45;
  color: #444;
  transition: color .15s ease-out
}

.cont-pg .stat-item:hover {
  color: #0F6877
}

.cont-pg .stat-dot {
  width: 8px;
  height: 8px;
  border-radius: 36px;
  flex-shrink: 0
}

.cont-pg .stat-dot.purple {
  background: #D491FD
}

.cont-pg .stat-dot.teal {
  background: #0F6877
}

.cont-pg .stat-dot.green {
  background: #BDF6D0;
  border: 1px solid #0F6877
}

@keyframes gradShift {
  0% {
    background-position: 0 50%
  }

  50% {
    background-position: 100% 50%
  }

  100% {
    background-position: 0 50%
  }
}

.cont-pg .animated-bar {
  height: 4px;
  background: linear-gradient(90deg, #BDF6D0, #D491FD, #0F6877, #D491FD, #BDF6D0);
  background-size: 300% 100%;
  animation: gradShift 4s linear infinite;
  border-radius: 0;
  margin: 0
}

@media (max-width: 1024px) {
  .cont-pg .reach-band {
    grid-template-columns: 1fr
  }

  .cont-pg .reach-right {
    height: 280px
  }

  .cont-pg .reach-left {
    padding: 48px 32px
  }

  .cont-pg .form-band {
    padding: 48px 32px
  }

  .cont-pg .form-top {
    grid-template-columns: 1fr;
    gap: 16px
  }
}

@media (max-width: 768px) {
  .cont-pg .reach-h1 {
    font-size: 37px
  }

  .cont-pg .info-grid {
    grid-template-columns: 1fr
  }

  .cont-pg .info-item.full {
    grid-column: 1
  }

  .cont-pg .field-row {
    grid-template-columns: 1fr
  }

  .cont-pg .budget-opts {
    grid-template-columns: 1fr 1fr
  }

  .cont-pg .submit-row {
    flex-direction: column;
    align-items: flex-start
  }

  .cont-pg .btn-submit {
    width: 100%;
    text-align: center
  }

  .cont-pg .form-band {
    padding: 32px 16px
  }

  .cont-pg .reach-left {
    padding: 32px 16px
  }
}

@media (max-width: 480px) {
  .cont-pg .reach-h1 {
    font-size: 27px
  }

  .cont-pg .form-h2 {
    font-size: 27px
  }

  .cont-pg .budget-opts {
    grid-template-columns: 1fr
  }
}

.abt-us {
  max-width: 1600px;
  margin: 0 auto;
  overflow-x: clip;
  background: #fff
}

.abt-us .pg-title {
  background: #0F6877;
  padding: 64px 32px 48px;
  position: relative
}

.abt-us .pg-title-grid {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 32px;
  max-width: 1100px;
  margin: 0 auto
}

.abt-us .pg-title-text {
  flex: 1 1 0;
  min-width: 0
}

.abt-us .pg-title-label {
  display: inline-block;
  font-size: 13px;
  line-height: 1.2;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #BDF6D0;
  margin-bottom: 16px;
  font-variant: small-caps
}

.abt-us .pg-title-label::before {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #D491FD;
  border-radius: 4px;
  margin-right: 8px;
  vertical-align: middle
}

.abt-us .pg-title h1 {
  font-size: 52px;
  line-height: 1.2;
  color: #fff;
  margin: 0 0 16px;
  font-weight: 300
}

.abt-us .pg-title h1 .grad-word {
  background: linear-gradient(135deg, #BDF6D0, #D491FD, #0F6877);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700
}

.abt-us .pg-title-desc {
  font-size: 16px;
  line-height: 1.65;
  color: #BDF6D0;
  max-width: 520px;
  margin: 0
}

.abt-us .pg-title-img-wrap {
  flex: 0 0 320px;
  width: 320px;
  height: 220px;
  border-radius: 13px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 7px 20px 0 #d491fd17
}

.abt-us .pg-title-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block
}

.abt-us .pg-title-img-wrap::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 60%;
  height: 60%;
  background: radial-gradient(ellipse at 0% 0%, #d491fd61 0%, transparent 70%);
  pointer-events: none
}

.abt-us .read-flow-arrow {
  position: absolute;
  bottom: -18px;
  left: 50%;
  transform: translateX(-50%);
  width: 36px;
  height: 36px;
  background: #BDF6D0;
  border-radius: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  box-shadow: 0 1px 4px 0 #0f68770f
}

.abt-us .read-flow-arrow svg {
  display: block
}

.abt-us .orbit-block {
  padding: 64px 32px;
  background: #fff;
  margin-left: 48px;
  position: relative
}

.abt-us .orbit-block::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%230F6877' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  pointer-events: none
}

.abt-us .orbit-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  position: relative
}

.abt-us .orbit-title {
  text-align: center
}

.abt-us .orbit-title h2 {
  font-size: 37px;
  line-height: 1.2;
  font-weight: 300;
  color: #0F6877;
  text-transform: uppercase;
  margin: 0 0 8px
}

.abt-us .orbit-title h2 strong {
  font-weight: 700
}

.abt-us .orbit-title p {
  font-size: 16px;
  line-height: 1.65;
  color: #333;
  max-width: 560px;
  margin: 0 auto
}

.abt-us .orbit-system {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 32px;
  width: 100%
}

.abt-us .orbit-center {
  flex: 0 0 240px;
  width: 240px;
  height: 240px;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 8px 60px 0 #d491fd1f;
  position: relative
}

.abt-us .orbit-center img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block
}

.abt-us .orbit-satellites {
  flex: 1 1 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px
}

.abt-us .sat-card {
  background: #fff;
  border: 1.5px solid #BDF6D0;
  border-radius: 13px;
  padding: 16px;
  text-align: center;
  box-shadow: 0 1px 4px 0 #0f68770f;
  transition: border-color .18s ease-out, box-shadow .18s ease-out
}

.abt-us .sat-card:hover {
  border-color: #D491FD;
  box-shadow: 0 7px 20px 0 #d491fd17
}

.abt-us .sat-card .sat-icon {
  width: 36px;
  height: 36px;
  border-radius: 7px;
  background: linear-gradient(135deg, #BDF6D0, #D491FD, #0F6877);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 8px
}

.abt-us .sat-card .sat-icon svg {
  display: block
}

.abt-us .sat-card h4 {
  font-size: 13px;
  line-height: 1.2;
  font-weight: 700;
  color: #0F6877;
  text-transform: uppercase;
  margin: 0 0 4px
}

.abt-us .sat-card p {
  font-size: 13px;
  line-height: 1.45;
  color: #444;
  margin: 0
}

.abt-us .orbit-text-col {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  gap: 16px
}

.abt-us .orbit-text-col p {
  font-size: 16px;
  line-height: 1.65;
  color: #333;
  margin: 0
}

.abt-us .team-block {
  padding: 64px 32px;
  background: linear-gradient(135deg, #BDF6D0, #D491FD 60%, #0F6877);
  margin-right: 48px;
  border-radius: 22px 0 0 22px;
  position: relative
}

.abt-us .team-block-inner {
  max-width: 1100px;
  margin: 0 auto
}

.abt-us .team-block-top {
  display: flex;
  flex-direction: row;
  gap: 32px;
  align-items: flex-start;
  margin-bottom: 32px
}

.abt-us .team-quote-col {
  flex: 1 1 0;
  position: relative;
  padding-left: 32px
}

.abt-us .team-quote-mark {
  position: absolute;
  top: -8px;
  left: 0;
  font-size: 52px;
  line-height: 1;
  color: #ffffff59;
  font-weight: 900;
  pointer-events: none;
  user-select: none
}

.abt-us .team-quote-col blockquote {
  margin: 0;
  font-size: 27px;
  line-height: 1.45;
  color: #fff;
  font-weight: 300;
  font-style: italic
}

.abt-us .team-img-col {
  flex: 0 0 280px;
  width: 280px;
  height: 200px;
  border-radius: 13px;
  overflow: hidden;
  box-shadow: 0 8px 60px 0 #0f68771f
}

.abt-us .team-img-col img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block
}

.abt-us .team-cards {
  display: flex;
  flex-direction: row;
  gap: 16px
}

.abt-us .team-person {
  flex: 1 1 0;
  background: #ffffff2e;
  border-radius: 13px;
  padding: 16px;
  box-shadow: inset 0 1px 4px 0 #d491fd1a;
  border: 1px solid #ffffff4d;
  text-align: center;
  transition: background .2s ease-out
}

.abt-us .team-person:hover {
  background: #ffffff47
}

.abt-us .team-person .tp-avatar {
  width: 52px;
  height: 52px;
  border-radius: 36px;
  background: linear-gradient(135deg, #BDF6D0, #0F6877);
  margin: 0 auto 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
  color: #0F6877
}

.abt-us .team-person h5 {
  font-size: 13px;
  line-height: 1.2;
  font-weight: 700;
  color: #fff;
  margin: 0 0 4px
}

.abt-us .team-person .tp-role {
  font-size: 13px;
  line-height: 1.2;
  color: #BDF6D0;
  text-transform: uppercase;
  font-variant: small-caps;
  display: block;
  margin-bottom: 8px
}

.abt-us .team-person p {
  font-size: 13px;
  line-height: 1.45;
  color: #ffffffe0;
  margin: 0
}

.abt-us .pricing-block {
  padding: 64px 32px;
  background: #fff;
  margin-left: 32px
}

.abt-us .pricing-inner {
  max-width: 1100px;
  margin: 0 auto
}

.abt-us .pricing-head {
  text-align: center;
  margin-bottom: 32px
}

.abt-us .pricing-head h2 {
  font-size: 37px;
  line-height: 1.2;
  font-weight: 300;
  color: #0F6877;
  text-transform: uppercase;
  margin: 0 0 8px
}

.abt-us .pricing-head p {
  font-size: 16px;
  line-height: 1.65;
  color: #444;
  max-width: 500px;
  margin: 0 auto
}

.abt-us .pricing-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 13px;
  overflow: hidden;
  box-shadow: 0 7px 20px 0 #0f687717
}

.abt-us .pricing-table thead tr {
  background: #0F6877
}

.abt-us .pricing-table thead th {
  padding: 16px;
  font-size: 13px;
  line-height: 1.2;
  color: #BDF6D0;
  text-transform: uppercase;
  font-variant: small-caps;
  text-align: center;
  font-weight: 700
}

.abt-us .pricing-table thead th:first-child {
  text-align: left;
  color: #fff
}

.abt-us .pricing-table tbody tr:nth-child(odd) {
  background: #f5fffe
}

.abt-us .pricing-table tbody tr:nth-child(even) {
  background: #fff
}

.abt-us .pricing-table tbody td {
  padding: 16px;
  font-size: 13px;
  line-height: 1.45;
  color: #333;
  text-align: center;
  border-bottom: 1px solid #BDF6D0
}

.abt-us .pricing-table tbody td:first-child {
  text-align: left;
  font-weight: 700;
  color: #0F6877
}

.abt-us .pricing-table tfoot tr {
  background: linear-gradient(135deg, #BDF6D0, #D491FD 60%, #0F6877)
}

.abt-us .pricing-table tfoot td {
  padding: 16px;
  font-size: 16px;
  line-height: 1.2;
  color: #fff;
  text-align: center;
  font-weight: 700
}

.abt-us .pricing-table tfoot td:first-child {
  text-align: left;
  font-size: 13px;
  font-variant: small-caps
}

.abt-us .check-yes {
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 4px;
  background: #0F6877;
  position: relative
}

.abt-us .check-yes::after {
  content: '';
  position: absolute;
  left: 4px;
  top: 2px;
  width: 5px;
  height: 8px;
  border: 2px solid #BDF6D0;
  border-top: none;
  border-left: none;
  transform: rotate(45deg)
}

.abt-us .check-no {
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 4px;
  background: #eee;
  position: relative
}

.abt-us .check-no::before,
.abt-us .check-no::after {
  content: '';
  position: absolute;
  left: 7px;
  top: 3px;
  width: 2px;
  height: 10px;
  background: #aaa;
  border-radius: 4px
}

.abt-us .check-no::before {
  transform: rotate(45deg)
}

.abt-us .check-no::after {
  transform: rotate(-45deg)
}

.abt-us .anim-bg {
  position: absolute;
  border-radius: 36px;
  pointer-events: none;
  z-index: 0
}

@keyframes driftA {
  0% {
    transform: translate(0, 0) scale(1);
    opacity: .07
  }

  50% {
    transform: translate(24px, 16px) scale(1.06);
    opacity: .11
  }

  100% {
    transform: translate(0, 0) scale(1);
    opacity: .07
  }
}

@keyframes driftB {
  0% {
    transform: translate(0, 0) scale(1);
    opacity: .05
  }

  50% {
    transform: translate(-16px, 20px) scale(1.04);
    opacity: .09
  }

  100% {
    transform: translate(0, 0) scale(1);
    opacity: .05
  }
}

.abt-us .drift-a {
  width: 180px;
  height: 180px;
  background: #D491FD;
  top: 16px;
  right: 32px;
  animation: driftA 8s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  filter: blur(32px)
}

.abt-us .drift-b {
  width: 120px;
  height: 120px;
  background: #0F6877;
  bottom: 32px;
  left: 48px;
  animation: driftB 11s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  filter: blur(24px)
}

@media (max-width: 1024px) {
  .abt-us .orbit-block {
    margin-left: 24px
  }

  .abt-us .team-block {
    margin-right: 24px
  }

  .abt-us .pricing-block {
    margin-left: 16px
  }

  .abt-us .orbit-system {
    flex-direction: column;
    align-items: stretch
  }

  .abt-us .orbit-center {
    width: 100%;
    height: 180px;
    flex: none
  }

  .abt-us .team-block-top {
    flex-direction: column
  }

  .abt-us .team-img-col {
    width: 100%;
    flex: none;
    height: 160px
  }
}

@media (max-width: 768px) {
  .abt-us .pg-title h1 {
    font-size: 37px
  }

  .abt-us .pg-title-grid {
    flex-direction: column
  }

  .abt-us .pg-title-img-wrap {
    width: 100%;
    flex: none
  }

  .abt-us .orbit-satellites {
    grid-template-columns: 1fr
  }

  .abt-us .team-cards {
    flex-direction: column
  }

  .abt-us .orbit-block {
    margin-left: 0
  }

  .abt-us .team-block {
    margin-right: 0;
    border-radius: 0
  }

  .abt-us .pricing-block {
    margin-left: 0
  }

  .abt-us .pricing-table thead th,
  .abt-us .pricing-table tbody td {
    padding: 8px;
    font-size: 13px
  }
}

@media (max-width: 480px) {
  .abt-us .pg-title {
    padding: 32px 16px 48px
  }

  .abt-us .orbit-block,
  .abt-us .team-block,
  .abt-us .pricing-block {
    padding: 32px 16px
  }

  .abt-us .pg-title h1 {
    font-size: 27px
  }
}

.success-page {
  min-height: 80vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 32px 16px;
  background: #fff
}

.success-page .success-card {
  max-width: 560px;
  width: 100%;
  background: #f4fef8;
  border: 1.5px solid #BDF6D0;
  border-radius: 22px;
  padding: 32px;
  text-align: center;
  box-shadow: 0 7px 20px 0 #0d687717
}

.success-page .icon-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  margin: 0 auto 32px;
  background: #BDF6D0;
  border-radius: 36px;
  box-shadow: inset 0 2px 8px 0 #d491fd21
}

.success-page .icon-wrap svg {
  display: block
}

.success-page .success-heading {
  font-size: 37px;
  line-height: 1.2;
  font-weight: 700;
  color: #0F6877;
  margin: 0 0 16px;
  letter-spacing: 0;
  text-transform: uppercase
}

.success-page .success-msg {
  font-size: 16px;
  line-height: 1.65;
  color: #1b3a3f;
  margin: 0 0 32px
}

.success-page .success-detail {
  font-size: 13px;
  line-height: 1.45;
  color: #0F6877;
  background: #fff;
  border: 1px solid #BDF6D0;
  border-radius: 13px;
  padding: 16px;
  margin: 0 0 32px
}

.success-page .back-link {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  background: #0F6877;
  border-radius: 7px;
  padding: 16px 32px;
  text-decoration: none;
  transition: background .18s ease-out, box-shadow .14s ease-out;
  box-shadow: 0 1px 4px 0 #0d68770f
}

.success-page .back-link:hover,
.success-page .back-link:focus {
  background: #D491FD;
  box-shadow: 0 7px 20px 0 #d491fd17;
  outline: none
}

.success-page .back-link:active {
  background: #0F6877
}

@media (max-width: 480px) {
  .success-page .success-card {
    padding: 16px;
    border-radius: 13px
  }

  .success-page .success-heading {
    font-size: 27px
  }

  .success-page .back-link {
    width: 100%;
    text-align: center;
    padding: 16px
  }
}