.elementor-169 .elementor-element.elementor-element-18da46f{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-f5d32a1 */.pts-home-pro {
  --navy: #071A2D;
  --navy2: #0B2545;
  --blue: #176BFF;
  --cyan: #2CCFFF;
  --light: #F5F8FC;
  --light2: #EAF2FF;
  --text: #111827;
  --muted: #64748B;
  --border: #E5E7EB;
  --white: #FFFFFF;
  --shadow: 0 24px 70px rgba(7, 26, 45, 0.12);
  --shadow2: 0 35px 100px rgba(0, 0, 0, 0.32);
  width: 100%;
  overflow-x: clip;
  color: var(--text);
  font-family: Inter, Manrope, Arial, sans-serif;
  background: #fff;
}

.pts-home-pro *,
.pts-home-pro *::before,
.pts-home-pro *::after {
  box-sizing: border-box;
}

.pts-home-pro a {
  text-decoration: none;
}

.pts-wrap {
  width: min(1200px, calc(100% - 48px));
  margin-inline: auto;
}

.pts-section {
  padding: 110px 0;
  position: relative;
}

.pts-white {
  background: #fff;
}

.pts-light {
  background:
    radial-gradient(circle at 10% 0%, rgba(23, 107, 255, 0.08), transparent 35%),
    radial-gradient(circle at 90% 12%, rgba(44, 207, 255, 0.06), transparent 30%),
    var(--light);
}

.pts-dark {
  background:
    radial-gradient(circle at 50% 0%, rgba(23, 107, 255, 0.24), transparent 42%),
    linear-gradient(135deg, #061426 0%, #071A2D 48%, #04101F 100%);
}

.pts-deep {
  background:
    radial-gradient(circle at 15% 15%, rgba(23, 107, 255, 0.20), transparent 35%),
    radial-gradient(circle at 85% 18%, rgba(44, 207, 255, 0.12), transparent 32%),
    linear-gradient(135deg, #061426 0%, #071A2D 100%);
}

/* HERO */
.pts-hero {
  min-height: 760px;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #061426;
}

.pts-hero-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(6, 20, 38, 0.98) 0%, rgba(6, 20, 38, 0.92) 34%, rgba(6, 20, 38, 0.50) 62%, rgba(6, 20, 38, 0.22) 100%),
    url("https://premiumts.com/wp-content/uploads/2026/06/01-home-hero-tech-workspace-desktop.webp") center right / cover no-repeat;
}

.pts-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 24%, rgba(23, 107, 255, 0.22), transparent 32%),
    radial-gradient(circle at 80% 70%, rgba(44, 207, 255, 0.14), transparent 34%);
  pointer-events: none;
}

.pts-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 190px;
  background: linear-gradient(0deg, rgba(6, 20, 38, 0.98), transparent);
  pointer-events: none;
}

.pts-hero-grid {
  position: relative;
  z-index: 2;
  padding: 110px 0 145px;
}

.pts-hero-content {
  width: min(640px, 100%);
}

.pts-eyebrow {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 8px;
  padding: 9px 16px;
  border-radius: 999px;
  border: 1px solid rgba(44, 207, 255, 0.28);
  background: rgba(44, 207, 255, 0.10);
  color: var(--cyan);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.pts-eyebrow.light {
  color: var(--blue);
  background: rgba(23, 107, 255, 0.08);
  border-color: rgba(23, 107, 255, 0.15);
}

.pts-hero h1 {
  margin: 22px 0;
  color: #fff;
  font-size: clamp(48px, 5.4vw, 78px);
  line-height: 0.98;
  letter-spacing: -0.065em;
  font-weight: 950;
}

.pts-hero p {
  max-width: 610px;
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 18px;
  line-height: 1.75;
}

.pts-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 32px;
}

.pts-btn {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  padding: 0 30px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--blue), var(--cyan));
  color: #fff !important;
  font-size: 15px;
  font-weight: 900;
  border: 1px solid rgba(44, 207, 255, 0.28);
  box-shadow: 0 18px 44px rgba(23, 107, 255, 0.32);
  transition: transform 0.25s ease, box-shadow 0.25s ease, filter 0.25s ease;
}

.pts-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 26px 60px rgba(23, 107, 255, 0.42);
  filter: saturate(1.08);
}

.pts-btn-ghost {
  background: rgba(255, 255, 255, 0.06);
  box-shadow: none;
  border-color: rgba(255, 255, 255, 0.26);
}

.pts-btn-light {
  background: transparent;
  color: var(--blue) !important;
  border-color: rgba(23, 107, 255, 0.35);
  box-shadow: none;
}

.pts-mini-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 22px;
  margin-top: 34px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  font-weight: 800;
}

.pts-mini-trust span {
  position: relative;
}

.pts-mini-trust span:not(:first-child)::before {
  content: "";
  position: absolute;
  left: -13px;
  top: 50%;
  width: 5px;
  height: 5px;
  background: var(--blue);
  border-radius: 50%;
  transform: translateY(-50%);
}

/* TRUST */
.pts-trust-section {
  position: relative;
  z-index: 5;
  margin-top: -76px;
  padding-bottom: 78px;
}

.pts-trust-panel {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  padding: 24px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(229, 231, 235, 0.94);
  box-shadow: var(--shadow);
  backdrop-filter: blur(20px);
}

.pts-trust-item {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 14px;
  padding: 18px;
  border-radius: 20px;
  transition: 0.25s ease;
}

.pts-trust-item:hover {
  background: var(--light);
  transform: translateY(-5px);
}

.pts-icon,
.pts-card-icon,
.pts-glow-icon,
.pts-process-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.pts-icon {
  width: 50px;
  height: 50px;
  border-radius: 16px;
  background: var(--light2);
  color: var(--blue);
  font-size: 24px;
  font-weight: 950;
}

.pts-trust-item h3 {
  margin: 0 0 7px;
  color: var(--text);
  font-size: 16px;
  line-height: 1.2;
  font-weight: 950;
}

.pts-trust-item p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}

/* TYPOGRAPHY */
.pts-heading {
  width: min(850px, 100%);
  margin: 0 auto 56px;
  text-align: center;
}

.pts-heading h2,
.pts-content h2,
.pts-faq-intro h2,
.pts-final-content h2 {
  margin: 18px 0 18px;
  color: var(--text);
  font-size: clamp(34px, 4.2vw, 58px);
  line-height: 1.05;
  letter-spacing: -0.055em;
  font-weight: 950;
}

.pts-heading p,
.pts-content p,
.pts-faq-intro p {
  margin: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.75;
}

.pts-heading.dark h2,
.pts-heading.dark p {
  color: #fff;
}

.pts-heading.dark p {
  color: rgba(255, 255, 255, 0.72);
}

/* ABOUT */
.pts-about-grid {
  display: grid;
  grid-template-columns: 0.96fr 1.04fr;
  gap: 66px;
  align-items: center;
}

.pts-image-frame {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  border: 1px solid rgba(229, 231, 235, 0.95);
  background: #fff;
  box-shadow: var(--shadow);
}

.pts-image-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(23, 107, 255, 0.18), transparent 45%);
  pointer-events: none;
}

.pts-image-frame img {
  display: block;
  width: 100%;
  height: 560px;
  object-fit: cover;
}

.pts-content p + p {
  margin-top: 14px;
}

.pts-checks {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 28px 0 32px;
}

.pts-checks div {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 58px;
  padding: 15px 17px;
  border-radius: 17px;
  border: 1px solid var(--border);
  background: #fff;
  color: var(--text);
  font-size: 15px;
  font-weight: 850;
  box-shadow: 0 10px 26px rgba(7, 26, 45, 0.04);
}

.pts-checks span {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--blue);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 12px;
}

/* SERVICES */
.pts-service-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.pts-service-card {
  display: flex;
  flex-direction: column;
  min-height: 380px;
  padding: 34px 28px;
  border-radius: 26px;
  border: 1px solid rgba(229, 231, 235, 0.96);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 50px rgba(7, 26, 45, 0.07);
  transition: 0.25s ease;
}

.pts-service-card:hover {
  transform: translateY(-8px);
  border-color: rgba(23, 107, 255, 0.25);
  box-shadow: var(--shadow);
}

.pts-card-icon {
  width: 76px;
  height: 76px;
  margin-bottom: 24px;
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(23, 107, 255, 0.10), rgba(44, 207, 255, 0.14));
  color: var(--blue);
  font-size: 34px;
  font-weight: 950;
}

.pts-service-card h3,
.pts-package-card h3,
.pts-benefit-grid h3,
.pts-process-grid h3,
.pts-industry-grid h3 {
  margin: 0 0 14px;
  color: var(--text);
  font-size: 23px;
  line-height: 1.18;
  letter-spacing: -0.04em;
  font-weight: 950;
}

.pts-service-card p,
.pts-package-card p,
.pts-benefit-grid p,
.pts-process-grid p,
.pts-industry-grid p {
  margin: 0 0 22px;
  color: var(--muted);
  font-size: 15.5px;
  line-height: 1.72;
}

.pts-service-card a {
  margin-top: auto;
  color: var(--blue);
  font-weight: 950;
}

/* PACKAGES */
.pts-package-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 28px;
}

.pts-package-card {
  position: relative;
  grid-column: span 2;
  display: flex;
  flex-direction: column;
  min-height: 520px;
  padding: 34px;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.025));
  box-shadow: var(--shadow2);
  backdrop-filter: blur(18px);
  transition: 0.25s ease;
}

.pts-package-card:nth-child(4) {
  grid-column: 2 / span 2;
}

.pts-package-card:nth-child(5) {
  grid-column: 4 / span 2;
}

.pts-package-card:hover,
.pts-package-card.featured {
  transform: translateY(-9px);
  border-color: rgba(44, 207, 255, 0.72);
  box-shadow: 0 36px 110px rgba(23, 107, 255, 0.24);
}

.pts-package-card h3 {
  color: #fff;
  max-width: 95%;
}

.pts-package-card p {
  color: rgba(255, 255, 255, 0.73);
}

.pts-package-card ul {
  display: grid;
  gap: 10px;
  margin: 8px 0 24px;
  padding: 0;
  list-style: none;
}

.pts-package-card li {
  position: relative;
  padding-left: 22px;
  color: rgba(255, 255, 255, 0.83);
  font-size: 15px;
  line-height: 1.55;
}

.pts-package-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--blue);
  box-shadow: 0 0 16px rgba(44, 207, 255, 0.7);
}

.pts-package-card .pts-btn {
  width: 100%;
  margin-top: auto;
}

.pts-price {
  margin-top: auto;
  margin-bottom: 18px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  color: var(--cyan);
  font-size: 19px;
  font-weight: 950;
}

.dark-icon {
  background: rgba(23, 107, 255, 0.13);
  border: 1px solid rgba(44, 207, 255, 0.22);
  color: var(--cyan);
}

.pts-badge {
  position: absolute;
  top: -16px;
  right: 24px;
  padding: 9px 15px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--blue), var(--cyan));
  color: #fff;
  font-size: 12px;
  font-weight: 950;
  box-shadow: 0 14px 34px rgba(23, 107, 255, 0.34);
}

/* WHY */
.pts-benefit-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}

.pts-benefit-grid article {
  display: grid;
  grid-template-columns: 92px 1fr;
  gap: 24px;
  align-items: start;
  padding: 36px;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.025));
  box-shadow: var(--shadow2);
  transition: 0.25s ease;
}

.pts-benefit-grid article:hover {
  transform: translateY(-8px);
  border-color: rgba(44, 207, 255, 0.40);
}

.pts-glow-icon {
  width: 86px;
  height: 86px;
  border-radius: 26px;
  border: 1px solid rgba(44, 207, 255, 0.22);
  background: rgba(23, 107, 255, 0.11);
  color: var(--cyan);
  font-size: 34px;
  font-weight: 950;
  box-shadow: inset 0 0 38px rgba(23, 107, 255, 0.14);
}

.pts-benefit-grid h3,
.pts-benefit-grid p {
  color: #fff;
}

.pts-benefit-grid p {
  color: rgba(255, 255, 255, 0.72);
}

/* PROCESS */
.pts-process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.pts-process-grid article {
  min-height: 330px;
  padding: 32px;
  border-radius: 26px;
  border: 1px solid var(--border);
  background: #fff;
  box-shadow: 0 18px 50px rgba(7, 26, 45, 0.07);
  transition: 0.25s ease;
}

.pts-process-grid article:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow);
}

.pts-process-grid strong {
  width: 52px;
  height: 52px;
  margin-bottom: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--light2);
  color: var(--blue);
  font-weight: 950;
}

.pts-process-icon {
  justify-content: flex-start;
  color: var(--blue);
  font-size: 40px;
  margin-bottom: 20px;
}

/* INDUSTRIES */
.pts-industry-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}

.pts-industry-grid article {
  min-height: 340px;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
  background: var(--industry-bg) center / cover no-repeat;
  box-shadow: var(--shadow);
}

.pts-industry-grid article::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255,255,255,0.98) 0%, rgba(255,255,255,0.92) 40%, rgba(255,255,255,0.22) 66%, rgba(7,26,45,0.20) 100%);
}

.pts-industry-grid div {
  position: relative;
  z-index: 2;
  width: min(410px, 60%);
  padding: 36px;
}

.pts-industry-grid span {
  width: 58px;
  height: 58px;
  border-radius: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
  background: var(--light2);
  color: var(--blue);
  font-size: 26px;
  font-weight: 950;
}

.pts-industry-grid a {
  color: var(--blue);
  font-weight: 950;
}

/* FAQ */
.pts-faq-grid {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 64px;
  align-items: start;
}

.pts-faq-intro .pts-btn {
  margin-top: 30px;
}

.pts-faq-list {
  display: grid;
  gap: 16px;
}

.pts-faq {
  border-radius: 22px;
  border: 1px solid var(--border);
  background: #fff;
  overflow: hidden;
  box-shadow: 0 14px 36px rgba(7, 26, 45, 0.055);
}

.pts-faq button {
  width: 100%;
  border: 0;
  background: transparent;
  padding: 24px 26px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  text-align: left;
  color: var(--text);
  font-size: 18px;
  line-height: 1.35;
  font-weight: 950;
  cursor: pointer;
}

.pts-faq button span {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--blue);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: 0.25s ease;
}

.pts-faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 26px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.75;
  transition: max-height 0.28s ease, padding 0.28s ease;
}

.pts-faq.active {
  border-color: rgba(23, 107, 255, 0.38);
}

.pts-faq.active .pts-faq-answer {
  max-height: 260px;
  padding: 0 26px 26px;
}

.pts-faq.active button span {
  transform: rotate(45deg);
}

/* CTA */
.pts-final-cta {
  min-height: 520px;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #061426;
}

.pts-final-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(6,20,38,0.98) 0%, rgba(6,20,38,0.84) 46%, rgba(6,20,38,0.38) 100%),
    url("https://premiumts.com/wp-content/uploads/2026/06/08-final-cta-cloud-technology-background.webp") center right / cover no-repeat;
}

.pts-final-content {
  position: relative;
  z-index: 2;
  padding: 105px 0;
}

.pts-final-content h2 {
  max-width: 750px;
  color: #fff;
}

.pts-final-content p {
  max-width: 720px;
  margin: 0;
  color: rgba(255,255,255,0.76);
  font-size: 18px;
  line-height: 1.75;
}

/* ANIMATIONS */
.pts-service-card,
.pts-package-card,
.pts-benefit-grid article,
.pts-process-grid article,
.pts-industry-grid article,
.pts-image-frame {
  will-change: transform;
}

.pts-home-pro .pts-section,
.pts-trust-panel,
.pts-hero-content,
.pts-final-content {
  animation: ptsFadeUp 0.75s ease both;
}

@keyframes ptsFadeUp {
  from {
    opacity: 0;
    transform: translateY(22px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 1024px) {
  .pts-wrap {
    width: min(1200px, calc(100% - 44px));
  }

  .pts-section {
    padding: 82px 0;
  }

  .pts-hero {
    min-height: 700px;
  }

  .pts-hero h1 {
    font-size: 54px;
  }

  .pts-trust-panel,
  .pts-service-grid,
  .pts-process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pts-about-grid,
  .pts-faq-grid {
    grid-template-columns: 1fr;
  }

  .pts-package-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pts-package-card,
  .pts-package-card:nth-child(4),
  .pts-package-card:nth-child(5) {
    grid-column: auto;
  }

  .pts-benefit-grid,
  .pts-industry-grid {
    grid-template-columns: 1fr;
  }

  .pts-image-frame img {
    height: 440px;
  }
}

@media (max-width: 767px) {
  .pts-wrap {
    width: min(1200px, calc(100% - 36px));
  }

  .pts-section {
    padding: 68px 0;
  }

  .pts-hero {
    min-height: 850px;
    align-items: flex-start;
  }

  .pts-hero-bg {
    background:
      linear-gradient(180deg, rgba(6,20,38,0.98) 0%, rgba(6,20,38,0.96) 34%, rgba(6,20,38,0.42) 68%, rgba(6,20,38,0.16) 100%),
      url("https://premiumts.com/wp-content/uploads/2026/06/01-home-hero-tech-workspace-mobile.webp") center bottom / cover no-repeat;
  }

  .pts-hero-grid {
    padding: 70px 0 340px;
  }

  .pts-hero h1 {
    font-size: 40px;
    line-height: 1.04;
  }

  .pts-hero p,
  .pts-final-content p {
    font-size: 16px;
  }

  .pts-actions {
    flex-direction: column;
  }

  .pts-btn {
    width: 100%;
    min-height: 54px;
  }

  .pts-mini-trust {
    display: grid;
    gap: 10px;
  }

  .pts-mini-trust span::before {
    display: none !important;
  }

  .pts-trust-section {
    margin-top: -54px;
    padding-bottom: 54px;
  }

  .pts-trust-panel,
  .pts-service-grid,
  .pts-package-grid,
  .pts-benefit-grid,
  .pts-process-grid,
  .pts-industry-grid,
  .pts-checks {
    grid-template-columns: 1fr;
  }

  .pts-trust-panel {
    padding: 16px;
  }

  .pts-trust-item {
    grid-template-columns: 50px 1fr;
  }

  .pts-heading {
    margin-bottom: 36px;
  }

  .pts-heading h2,
  .pts-content h2,
  .pts-faq-intro h2,
  .pts-final-content h2 {
    font-size: 34px;
  }

  .pts-image-frame img {
    height: 320px;
  }

  .pts-service-card,
  .pts-package-card,
  .pts-benefit-grid article,
  .pts-process-grid article {
    padding: 26px;
  }

  .pts-package-card {
    min-height: auto;
  }

  .pts-benefit-grid article {
    grid-template-columns: 1fr;
  }

  .pts-industry-grid article {
    min-height: 430px;
  }

  .pts-industry-grid article::before {
    background: linear-gradient(180deg, rgba(255,255,255,0.98) 0%, rgba(255,255,255,0.92) 54%, rgba(255,255,255,0.12) 100%);
  }

  .pts-industry-grid div {
    width: 100%;
    padding: 28px;
  }

  .pts-faq button {
    font-size: 16px;
    padding: 20px;
  }

  .pts-faq-answer {
    padding: 0 20px;
  }

  .pts-faq.active .pts-faq-answer {
    padding: 0 20px 20px;
  }

  .pts-final-cta {
    min-height: auto;
  }

  .pts-final-bg {
    background:
      linear-gradient(180deg, rgba(6,20,38,0.98) 0%, rgba(6,20,38,0.9) 60%, rgba(6,20,38,0.62) 100%),
      url("https://premiumts.com/wp-content/uploads/2026/06/08-final-cta-cloud-technology-background.webp") center / cover no-repeat;
  }

  .pts-final-content {
    padding: 76px 0;
  }
}.pts-home-pro {
  --navy: #071A2D;
  --navy2: #0B2545;
  --blue: #176BFF;
  --cyan: #2CCFFF;
  --light: #F5F8FC;
  --light2: #EAF2FF;
  --text: #111827;
  --muted: #64748B;
  --border: #E5E7EB;
  --white: #FFFFFF;
  --shadow: 0 24px 70px rgba(7, 26, 45, 0.12);
  --shadow2: 0 35px 100px rgba(0, 0, 0, 0.32);
  width: 100%;
  overflow-x: clip;
  color: var(--text);
  font-family: Inter, Manrope, Arial, sans-serif;
  background: #fff;
}

.pts-home-pro *,
.pts-home-pro *::before,
.pts-home-pro *::after {
  box-sizing: border-box;
}

.pts-home-pro a {
  text-decoration: none;
}

.pts-wrap {
  width: min(1200px, calc(100% - 48px));
  margin-inline: auto;
}

.pts-section {
  padding: 110px 0;
  position: relative;
}

.pts-white {
  background: #fff;
}

.pts-light {
  background:
    radial-gradient(circle at 10% 0%, rgba(23, 107, 255, 0.08), transparent 35%),
    radial-gradient(circle at 90% 12%, rgba(44, 207, 255, 0.06), transparent 30%),
    var(--light);
}

.pts-dark {
  background:
    radial-gradient(circle at 50% 0%, rgba(23, 107, 255, 0.24), transparent 42%),
    linear-gradient(135deg, #061426 0%, #071A2D 48%, #04101F 100%);
}

.pts-deep {
  background:
    radial-gradient(circle at 15% 15%, rgba(23, 107, 255, 0.20), transparent 35%),
    radial-gradient(circle at 85% 18%, rgba(44, 207, 255, 0.12), transparent 32%),
    linear-gradient(135deg, #061426 0%, #071A2D 100%);
}

/* HERO */
.pts-hero {
  min-height: 760px;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #061426;
}

.pts-hero-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(6, 20, 38, 0.98) 0%, rgba(6, 20, 38, 0.92) 34%, rgba(6, 20, 38, 0.50) 62%, rgba(6, 20, 38, 0.22) 100%),
    url("https://premiumts.com/wp-content/uploads/2026/06/01-home-hero-tech-workspace-desktop.webp") center right / cover no-repeat;
}

.pts-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 24%, rgba(23, 107, 255, 0.22), transparent 32%),
    radial-gradient(circle at 80% 70%, rgba(44, 207, 255, 0.14), transparent 34%);
  pointer-events: none;
}

.pts-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 190px;
  background: linear-gradient(0deg, rgba(6, 20, 38, 0.98), transparent);
  pointer-events: none;
}

.pts-hero-grid {
  position: relative;
  z-index: 2;
  padding: 110px 0 145px;
}

.pts-hero-content {
  width: min(640px, 100%);
}

.pts-eyebrow {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 8px;
  padding: 9px 16px;
  border-radius: 999px;
  border: 1px solid rgba(44, 207, 255, 0.28);
  background: rgba(44, 207, 255, 0.10);
  color: var(--cyan);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.pts-eyebrow.light {
  color: var(--blue);
  background: rgba(23, 107, 255, 0.08);
  border-color: rgba(23, 107, 255, 0.15);
}

.pts-hero h1 {
  margin: 22px 0;
  color: #fff;
  font-size: clamp(48px, 5.4vw, 78px);
  line-height: 0.98;
  letter-spacing: -0.065em;
  font-weight: 950;
}

.pts-hero p {
  max-width: 610px;
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 18px;
  line-height: 1.75;
}

.pts-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 32px;
}

.pts-btn {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  padding: 0 30px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--blue), var(--cyan));
  color: #fff !important;
  font-size: 15px;
  font-weight: 900;
  border: 1px solid rgba(44, 207, 255, 0.28);
  box-shadow: 0 18px 44px rgba(23, 107, 255, 0.32);
  transition: transform 0.25s ease, box-shadow 0.25s ease, filter 0.25s ease;
}

.pts-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 26px 60px rgba(23, 107, 255, 0.42);
  filter: saturate(1.08);
}

.pts-btn-ghost {
  background: rgba(255, 255, 255, 0.06);
  box-shadow: none;
  border-color: rgba(255, 255, 255, 0.26);
}

.pts-btn-light {
  background: transparent;
  color: var(--blue) !important;
  border-color: rgba(23, 107, 255, 0.35);
  box-shadow: none;
}

.pts-mini-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 22px;
  margin-top: 34px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  font-weight: 800;
}

.pts-mini-trust span {
  position: relative;
}

.pts-mini-trust span:not(:first-child)::before {
  content: "";
  position: absolute;
  left: -13px;
  top: 50%;
  width: 5px;
  height: 5px;
  background: var(--blue);
  border-radius: 50%;
  transform: translateY(-50%);
}

/* TRUST */
.pts-trust-section {
  position: relative;
  z-index: 5;
  margin-top: -76px;
  padding-bottom: 78px;
}

.pts-trust-panel {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  padding: 24px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(229, 231, 235, 0.94);
  box-shadow: var(--shadow);
  backdrop-filter: blur(20px);
}

.pts-trust-item {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 14px;
  padding: 18px;
  border-radius: 20px;
  transition: 0.25s ease;
}

.pts-trust-item:hover {
  background: var(--light);
  transform: translateY(-5px);
}

.pts-icon,
.pts-card-icon,
.pts-glow-icon,
.pts-process-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.pts-icon {
  width: 50px;
  height: 50px;
  border-radius: 16px;
  background: var(--light2);
  color: var(--blue);
  font-size: 24px;
  font-weight: 950;
}

.pts-trust-item h3 {
  margin: 0 0 7px;
  color: var(--text);
  font-size: 16px;
  line-height: 1.2;
  font-weight: 950;
}

.pts-trust-item p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}

/* TYPOGRAPHY */
.pts-heading {
  width: min(850px, 100%);
  margin: 0 auto 56px;
  text-align: center;
}

.pts-heading h2,
.pts-content h2,
.pts-faq-intro h2,
.pts-final-content h2 {
  margin: 18px 0 18px;
  color: var(--text);
  font-size: clamp(34px, 4.2vw, 58px);
  line-height: 1.05;
  letter-spacing: -0.055em;
  font-weight: 950;
}

.pts-heading p,
.pts-content p,
.pts-faq-intro p {
  margin: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.75;
}

.pts-heading.dark h2,
.pts-heading.dark p {
  color: #fff;
}

.pts-heading.dark p {
  color: rgba(255, 255, 255, 0.72);
}

/* ABOUT */
.pts-about-grid {
  display: grid;
  grid-template-columns: 0.96fr 1.04fr;
  gap: 66px;
  align-items: center;
}

.pts-image-frame {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  border: 1px solid rgba(229, 231, 235, 0.95);
  background: #fff;
  box-shadow: var(--shadow);
}

.pts-image-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(23, 107, 255, 0.18), transparent 45%);
  pointer-events: none;
}

.pts-image-frame img {
  display: block;
  width: 100%;
  height: 560px;
  object-fit: cover;
}

.pts-content p + p {
  margin-top: 14px;
}

.pts-checks {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 28px 0 32px;
}

.pts-checks div {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 58px;
  padding: 15px 17px;
  border-radius: 17px;
  border: 1px solid var(--border);
  background: #fff;
  color: var(--text);
  font-size: 15px;
  font-weight: 850;
  box-shadow: 0 10px 26px rgba(7, 26, 45, 0.04);
}

.pts-checks span {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--blue);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 12px;
}

/* SERVICES */
.pts-service-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.pts-service-card {
  display: flex;
  flex-direction: column;
  min-height: 380px;
  padding: 34px 28px;
  border-radius: 26px;
  border: 1px solid rgba(229, 231, 235, 0.96);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 50px rgba(7, 26, 45, 0.07);
  transition: 0.25s ease;
}

.pts-service-card:hover {
  transform: translateY(-8px);
  border-color: rgba(23, 107, 255, 0.25);
  box-shadow: var(--shadow);
}

.pts-card-icon {
  width: 76px;
  height: 76px;
  margin-bottom: 24px;
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(23, 107, 255, 0.10), rgba(44, 207, 255, 0.14));
  color: var(--blue);
  font-size: 34px;
  font-weight: 950;
}

.pts-service-card h3,
.pts-package-card h3,
.pts-benefit-grid h3,
.pts-process-grid h3,
.pts-industry-grid h3 {
  margin: 0 0 14px;
  color: var(--text);
  font-size: 23px;
  line-height: 1.18;
  letter-spacing: -0.04em;
  font-weight: 950;
}

.pts-service-card p,
.pts-package-card p,
.pts-benefit-grid p,
.pts-process-grid p,
.pts-industry-grid p {
  margin: 0 0 22px;
  color: var(--muted);
  font-size: 15.5px;
  line-height: 1.72;
}

.pts-service-card a {
  margin-top: auto;
  color: var(--blue);
  font-weight: 950;
}

/* PACKAGES */
.pts-package-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 28px;
}

.pts-package-card {
  position: relative;
  grid-column: span 2;
  display: flex;
  flex-direction: column;
  min-height: 520px;
  padding: 34px;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.025));
  box-shadow: var(--shadow2);
  backdrop-filter: blur(18px);
  transition: 0.25s ease;
}

.pts-package-card:nth-child(4) {
  grid-column: 2 / span 2;
}

.pts-package-card:nth-child(5) {
  grid-column: 4 / span 2;
}

.pts-package-card:hover,
.pts-package-card.featured {
  transform: translateY(-9px);
  border-color: rgba(44, 207, 255, 0.72);
  box-shadow: 0 36px 110px rgba(23, 107, 255, 0.24);
}

.pts-package-card h3 {
  color: #fff;
  max-width: 95%;
}

.pts-package-card p {
  color: rgba(255, 255, 255, 0.73);
}

.pts-package-card ul {
  display: grid;
  gap: 10px;
  margin: 8px 0 24px;
  padding: 0;
  list-style: none;
}

.pts-package-card li {
  position: relative;
  padding-left: 22px;
  color: rgba(255, 255, 255, 0.83);
  font-size: 15px;
  line-height: 1.55;
}

.pts-package-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--blue);
  box-shadow: 0 0 16px rgba(44, 207, 255, 0.7);
}

.pts-package-card .pts-btn {
  width: 100%;
  margin-top: auto;
}

.pts-price {
  margin-top: auto;
  margin-bottom: 18px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  color: var(--cyan);
  font-size: 19px;
  font-weight: 950;
}

.dark-icon {
  background: rgba(23, 107, 255, 0.13);
  border: 1px solid rgba(44, 207, 255, 0.22);
  color: var(--cyan);
}

.pts-badge {
  position: absolute;
  top: -16px;
  right: 24px;
  padding: 9px 15px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--blue), var(--cyan));
  color: #fff;
  font-size: 12px;
  font-weight: 950;
  box-shadow: 0 14px 34px rgba(23, 107, 255, 0.34);
}

/* WHY */
.pts-benefit-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}

.pts-benefit-grid article {
  display: grid;
  grid-template-columns: 92px 1fr;
  gap: 24px;
  align-items: start;
  padding: 36px;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.025));
  box-shadow: var(--shadow2);
  transition: 0.25s ease;
}

.pts-benefit-grid article:hover {
  transform: translateY(-8px);
  border-color: rgba(44, 207, 255, 0.40);
}

.pts-glow-icon {
  width: 86px;
  height: 86px;
  border-radius: 26px;
  border: 1px solid rgba(44, 207, 255, 0.22);
  background: rgba(23, 107, 255, 0.11);
  color: var(--cyan);
  font-size: 34px;
  font-weight: 950;
  box-shadow: inset 0 0 38px rgba(23, 107, 255, 0.14);
}

.pts-benefit-grid h3,
.pts-benefit-grid p {
  color: #fff;
}

.pts-benefit-grid p {
  color: rgba(255, 255, 255, 0.72);
}

/* PROCESS */
.pts-process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.pts-process-grid article {
  min-height: 330px;
  padding: 32px;
  border-radius: 26px;
  border: 1px solid var(--border);
  background: #fff;
  box-shadow: 0 18px 50px rgba(7, 26, 45, 0.07);
  transition: 0.25s ease;
}

.pts-process-grid article:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow);
}

.pts-process-grid strong {
  width: 52px;
  height: 52px;
  margin-bottom: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--light2);
  color: var(--blue);
  font-weight: 950;
}

.pts-process-icon {
  justify-content: flex-start;
  color: var(--blue);
  font-size: 40px;
  margin-bottom: 20px;
}

/* INDUSTRIES */
.pts-industry-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}

.pts-industry-grid article {
  min-height: 340px;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
  background: var(--industry-bg) center / cover no-repeat;
  box-shadow: var(--shadow);
}

.pts-industry-grid article::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255,255,255,0.98) 0%, rgba(255,255,255,0.92) 40%, rgba(255,255,255,0.22) 66%, rgba(7,26,45,0.20) 100%);
}

.pts-industry-grid div {
  position: relative;
  z-index: 2;
  width: min(410px, 60%);
  padding: 36px;
}

.pts-industry-grid span {
  width: 58px;
  height: 58px;
  border-radius: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
  background: var(--light2);
  color: var(--blue);
  font-size: 26px;
  font-weight: 950;
}

.pts-industry-grid a {
  color: var(--blue);
  font-weight: 950;
}

/* FAQ */
.pts-faq-grid {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 64px;
  align-items: start;
}

.pts-faq-intro .pts-btn {
  margin-top: 30px;
}

.pts-faq-list {
  display: grid;
  gap: 16px;
}

.pts-faq {
  border-radius: 22px;
  border: 1px solid var(--border);
  background: #fff;
  overflow: hidden;
  box-shadow: 0 14px 36px rgba(7, 26, 45, 0.055);
}

.pts-faq button {
  width: 100%;
  border: 0;
  background: transparent;
  padding: 24px 26px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  text-align: left;
  color: var(--text);
  font-size: 18px;
  line-height: 1.35;
  font-weight: 950;
  cursor: pointer;
}

.pts-faq button span {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--blue);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: 0.25s ease;
}

.pts-faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 26px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.75;
  transition: max-height 0.28s ease, padding 0.28s ease;
}

.pts-faq.active {
  border-color: rgba(23, 107, 255, 0.38);
}

.pts-faq.active .pts-faq-answer {
  max-height: 260px;
  padding: 0 26px 26px;
}

.pts-faq.active button span {
  transform: rotate(45deg);
}

/* CTA */
.pts-final-cta {
  min-height: 520px;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #061426;
}

.pts-final-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(6,20,38,0.98) 0%, rgba(6,20,38,0.84) 46%, rgba(6,20,38,0.38) 100%),
    url("https://premiumts.com/wp-content/uploads/2026/06/08-final-cta-cloud-technology-background.webp") center right / cover no-repeat;
}

.pts-final-content {
  position: relative;
  z-index: 2;
  padding: 105px 0;
}

.pts-final-content h2 {
  max-width: 750px;
  color: #fff;
}

.pts-final-content p {
  max-width: 720px;
  margin: 0;
  color: rgba(255,255,255,0.76);
  font-size: 18px;
  line-height: 1.75;
}

/* ANIMATIONS */
.pts-service-card,
.pts-package-card,
.pts-benefit-grid article,
.pts-process-grid article,
.pts-industry-grid article,
.pts-image-frame {
  will-change: transform;
}

.pts-home-pro .pts-section,
.pts-trust-panel,
.pts-hero-content,
.pts-final-content {
  animation: ptsFadeUp 0.75s ease both;
}

@keyframes ptsFadeUp {
  from {
    opacity: 0;
    transform: translateY(22px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 1024px) {
  .pts-wrap {
    width: min(1200px, calc(100% - 44px));
  }

  .pts-section {
    padding: 82px 0;
  }

  .pts-hero {
    min-height: 700px;
  }

  .pts-hero h1 {
    font-size: 54px;
  }

  .pts-trust-panel,
  .pts-service-grid,
  .pts-process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pts-about-grid,
  .pts-faq-grid {
    grid-template-columns: 1fr;
  }

  .pts-package-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pts-package-card,
  .pts-package-card:nth-child(4),
  .pts-package-card:nth-child(5) {
    grid-column: auto;
  }

  .pts-benefit-grid,
  .pts-industry-grid {
    grid-template-columns: 1fr;
  }

  .pts-image-frame img {
    height: 440px;
  }
}

@media (max-width: 767px) {
  .pts-wrap {
    width: min(1200px, calc(100% - 36px));
  }

  .pts-section {
    padding: 68px 0;
  }

  .pts-hero {
    min-height: 850px;
    align-items: flex-start;
  }

  .pts-hero-bg {
    background:
      linear-gradient(180deg, rgba(6,20,38,0.98) 0%, rgba(6,20,38,0.96) 34%, rgba(6,20,38,0.42) 68%, rgba(6,20,38,0.16) 100%),
      url("https://premiumts.com/wp-content/uploads/2026/06/01-home-hero-tech-workspace-mobile.webp") center bottom / cover no-repeat;
  }

  .pts-hero-grid {
    padding: 70px 0 340px;
  }

  .pts-hero h1 {
    font-size: 40px;
    line-height: 1.04;
  }

  .pts-hero p,
  .pts-final-content p {
    font-size: 16px;
  }

  .pts-actions {
    flex-direction: column;
  }

  .pts-btn {
    width: 100%;
    min-height: 54px;
  }

  .pts-mini-trust {
    display: grid;
    gap: 10px;
  }

  .pts-mini-trust span::before {
    display: none !important;
  }

  .pts-trust-section {
    margin-top: -54px;
    padding-bottom: 54px;
  }

  .pts-trust-panel,
  .pts-service-grid,
  .pts-package-grid,
  .pts-benefit-grid,
  .pts-process-grid,
  .pts-industry-grid,
  .pts-checks {
    grid-template-columns: 1fr;
  }

  .pts-trust-panel {
    padding: 16px;
  }

  .pts-trust-item {
    grid-template-columns: 50px 1fr;
  }

  .pts-heading {
    margin-bottom: 36px;
  }

  .pts-heading h2,
  .pts-content h2,
  .pts-faq-intro h2,
  .pts-final-content h2 {
    font-size: 34px;
  }

  .pts-image-frame img {
    height: 320px;
  }

  .pts-service-card,
  .pts-package-card,
  .pts-benefit-grid article,
  .pts-process-grid article {
    padding: 26px;
  }

  .pts-package-card {
    min-height: auto;
  }

  .pts-benefit-grid article {
    grid-template-columns: 1fr;
  }

  .pts-industry-grid article {
    min-height: 430px;
  }

  .pts-industry-grid article::before {
    background: linear-gradient(180deg, rgba(255,255,255,0.98) 0%, rgba(255,255,255,0.92) 54%, rgba(255,255,255,0.12) 100%);
  }

  .pts-industry-grid div {
    width: 100%;
    padding: 28px;
  }

  .pts-faq button {
    font-size: 16px;
    padding: 20px;
  }

  .pts-faq-answer {
    padding: 0 20px;
  }

  .pts-faq.active .pts-faq-answer {
    padding: 0 20px 20px;
  }

  .pts-final-cta {
    min-height: auto;
  }

  .pts-final-bg {
    background:
      linear-gradient(180deg, rgba(6,20,38,0.98) 0%, rgba(6,20,38,0.9) 60%, rgba(6,20,38,0.62) 100%),
      url("https://premiumts.com/wp-content/uploads/2026/06/08-final-cta-cloud-technology-background.webp") center / cover no-repeat;
  }

  .pts-final-content {
    padding: 76px 0;
  }
}/* End custom CSS */