/* ===== TURBOFLOW NORMAL PAGE THEME ===== */

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  color: #111827;
  background: #f6f8fc;
  font-family: Arial, Helvetica, sans-serif;
}

* {
  box-sizing: border-box;
}

a {
  color: inherit;
}

.pg-tf-page {
  min-height: 100vh;
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 16%, rgba(37, 99, 235, 0.14), transparent 28%),
    radial-gradient(circle at 92% 12%, rgba(249, 115, 22, 0.16), transparent 28%),
    linear-gradient(135deg, #ffffff 0%, #f6f8fc 50%, #fff7ed 100%);
}

.pg-tf-container {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}

/* ===== NAVIGATION ===== */

.pg-tf-nav {
  position: sticky;
  top: 0;
  z-index: 999;
  width: 100%;
  padding: 14px 16px;
  background: rgba(246, 248, 252, 0.88);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.pg-tf-nav-wrap {
  width: 100%;
  max-width: 1240px;
  min-height: 68px;
  margin: 0 auto;
  padding: 10px 12px 10px 18px;
  border-radius: 26px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 18px;
  align-items: center;
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.1);
}

.pg-tf-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #111827;
  text-decoration: none;
  min-width: 0;
}

.pg-tf-brand-uploaded-logo {
  display: block;
  width: auto;
  max-width: 230px;
  max-height: 52px;
  object-fit: contain;
}

.pg-tf-brand-mark {
  width: 46px;
  height: 46px;
  flex: 0 0 46px;
  border-radius: 17px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background:
    radial-gradient(circle at 28% 22%, rgba(255, 255, 255, 0.38), transparent 30%),
    linear-gradient(135deg, #ff6a00, #2563eb);
  box-shadow: 0 14px 34px rgba(37, 99, 235, 0.25);
}

.pg-tf-brand-mark i {
  font-size: 23px;
}

.pg-tf-brand-name {
  color: #111827;
  font-size: 23px;
  line-height: 1;
  font-weight: 950;
  letter-spacing: -1px;
  white-space: nowrap;
}

.pg-tf-nav-center {
  justify-self: center;
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 6px;
  border-radius: 20px;
  background: #f1f5f9;
}

.pg-tf-nav-center a {
  min-height: 38px;
  padding: 0 12px;
  border-radius: 15px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #475569;
  font-size: 13px;
  font-weight: 850;
  text-decoration: none;
  transition: all 0.22s ease;
}

.pg-tf-nav-center a i {
  font-size: 16px;
}

.pg-tf-nav-center a:hover {
  color: #ffffff;
  background: #111827;
  transform: translateY(-2px);
}

.pg-tf-nav-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.pg-tf-action-btn {
  min-height: 44px;
  padding: 0 17px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #ffffff;
  background: linear-gradient(135deg, #ff6a00, #2563eb);
  box-shadow: 0 15px 32px rgba(37, 99, 235, 0.24);
  font-size: 13px;
  font-weight: 950;
  text-decoration: none;
  transition: all 0.22s ease;
}

.pg-tf-action-btn:hover {
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 20px 42px rgba(249, 115, 22, 0.3);
}

/* ===== MAIN ===== */

.pg-tf-main {
  position: relative;
  padding: 70px 0 92px;
}

.pg-tf-main::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(120deg, transparent 0 47%, rgba(37, 99, 235, 0.06) 47% 48%, transparent 48% 100%),
    linear-gradient(120deg, transparent 0 58%, rgba(249, 115, 22, 0.07) 58% 59%, transparent 59% 100%);
  background-size: 165px 165px;
  pointer-events: none;
}

.pg-tf-bg-shape {
  position: absolute;
  z-index: 0;
  border-radius: 999px;
  filter: blur(4px);
  pointer-events: none;
}

.pg-tf-bg-shape-one {
  width: 260px;
  height: 260px;
  left: -80px;
  top: 120px;
  background: rgba(37, 99, 235, 0.11);
}

.pg-tf-bg-shape-two {
  width: 300px;
  height: 300px;
  right: -110px;
  bottom: 40px;
  background: rgba(249, 115, 22, 0.12);
}

/* ===== HERO ===== */

.pg-tf-hero {
  position: relative;
  z-index: 2;
}

.pg-tf-hero-card {
  overflow: hidden;
  padding: 34px;
  border-radius: 34px;
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 36px 94px rgba(15, 23, 42, 0.14);
}

.pg-tf-breadcrumb {
  margin-bottom: 26px;
  padding: 12px 14px;
  border-radius: 18px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 9px;
  color: #64748b;
  background: #f8fafc;
  border: 1px solid rgba(15, 23, 42, 0.08);
  font-size: 13px;
  font-weight: 850;
}

.pg-tf-breadcrumb a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #2563eb;
  text-decoration: none;
  transition: all 0.22s ease;
}

.pg-tf-breadcrumb a:hover {
  color: #ff6a00;
}

.pg-tf-breadcrumb-sep {
  color: #cbd5e1;
  font-weight: 950;
}

.pg-tf-eyebrow {
  width: fit-content;
  margin-bottom: 18px;
  padding: 10px 15px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #1d4ed8;
  background: #dbeafe;
  border: 1px solid rgba(37, 99, 235, 0.14);
  font-size: 13px;
  font-weight: 950;
}

.pg-tf-eyebrow i {
  color: #f97316;
  font-size: 18px;
}

.pg-tf-hero-card h1 {
  max-width: 920px;
  margin: 0 0 18px;
  color: #111827;
  font-size: clamp(38px, 5.5vw, 68px);
  line-height: 1.04;
  font-weight: 950;
  letter-spacing: -2.7px;
}

.pg-tf-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.pg-tf-meta span {
  width: fit-content;
  padding: 10px 13px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #475569;
  background: #f8fafc;
  border: 1px solid rgba(15, 23, 42, 0.08);
  font-size: 13px;
  font-weight: 900;
}

.pg-tf-meta i {
  color: #2563eb;
  font-size: 17px;
}

/* ===== CONTENT ===== */

.pg-tf-content-wrap {
  position: relative;
  z-index: 2;
  margin-top: 28px;
}

.pg-tf-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 28px;
  align-items: start;
}

.pg-tf-article-card {
  overflow: hidden;
  padding: 30px;
  border-radius: 34px;
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 36px 94px rgba(15, 23, 42, 0.12);
}

.pg-tf-article-body {
  color: #334155;
  font-size: 17px;
  line-height: 1.82;
  font-weight: 650;
}

.pg-tf-article-body > *:first-child {
  margin-top: 0;
}

.pg-tf-article-body > *:last-child {
  margin-bottom: 0;
}

.pg-tf-article-body p {
  margin: 0 0 20px;
}

.pg-tf-article-body h1,
.pg-tf-article-body h2,
.pg-tf-article-body h3,
.pg-tf-article-body h4,
.pg-tf-article-body h5,
.pg-tf-article-body h6 {
  margin: 32px 0 14px;
  color: #111827;
  line-height: 1.18;
  font-weight: 950;
  letter-spacing: -0.7px;
}

.pg-tf-article-body h1 {
  font-size: 40px;
}

.pg-tf-article-body h2 {
  font-size: 34px;
}

.pg-tf-article-body h3 {
  font-size: 28px;
}

.pg-tf-article-body h4 {
  font-size: 23px;
}

.pg-tf-article-body a {
  color: #2563eb;
  font-weight: 900;
  text-decoration: none;
  border-bottom: 1px solid rgba(37, 99, 235, 0.25);
}

.pg-tf-article-body a:hover {
  color: #ff6a00;
  border-bottom-color: rgba(249, 115, 22, 0.35);
}

.pg-tf-article-body ul,
.pg-tf-article-body ol {
  margin: 0 0 22px;
  padding-left: 24px;
}

.pg-tf-article-body li {
  margin-bottom: 9px;
}

.pg-tf-article-body blockquote {
  margin: 28px 0;
  padding: 22px 24px;
  border-left: 5px solid #2563eb;
  border-radius: 20px;
  color: #334155;
  background:
    radial-gradient(circle at 8% 0%, rgba(249, 115, 22, 0.12), transparent 28%),
    #f8fafc;
  font-size: 18px;
  line-height: 1.7;
  font-weight: 800;
}

.pg-tf-article-body code {
  padding: 3px 7px;
  border-radius: 8px;
  color: #1d4ed8;
  background: #dbeafe;
  font-size: 0.92em;
  font-weight: 850;
}

.pg-tf-article-body pre {
  overflow: auto;
  margin: 26px 0;
  padding: 20px;
  border-radius: 20px;
  color: #e5e7eb;
  background: #111827;
  border: 1px solid rgba(15, 23, 42, 0.12);
  line-height: 1.7;
}

.pg-tf-article-body pre code {
  padding: 0;
  color: inherit;
  background: transparent;
}

.pg-tf-article-body img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 26px auto;
  border-radius: 24px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 24px 68px rgba(15, 23, 42, 0.12);
}

.pg-tf-article-body iframe {
  display: block;
  width: 100%;
  max-width: 100%;
  min-height: 360px;
  margin: 26px 0;
  border: 0;
  border-radius: 24px;
  box-shadow: 0 24px 68px rgba(15, 23, 42, 0.12);
}

.pg-tf-article-body hr {
  margin: 32px 0;
  border: 0;
  border-top: 1px solid rgba(15, 23, 42, 0.1);
}

/* ===== SIDEBAR ===== */

.pg-tf-sidebar {
  display: grid;
  gap: 18px;
  position: sticky;
  top: 116px;
}

.pg-tf-sidebar-card {
  overflow: hidden;
  padding: 22px;
  border-radius: 28px;
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 24px 68px rgba(15, 23, 42, 0.08);
}

.pg-tf-sidebar-card-head {
  display: flex;
  gap: 13px;
  align-items: flex-start;
  margin-bottom: 18px;
}

.pg-tf-sidebar-icon {
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  border-radius: 17px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: linear-gradient(135deg, #ff6a00, #2563eb);
  box-shadow: 0 16px 34px rgba(37, 99, 235, 0.22);
}

.pg-tf-sidebar-icon i {
  font-size: 23px;
}

.pg-tf-sidebar-card-head h3 {
  margin: 0 0 7px;
  color: #111827;
  font-size: 22px;
  line-height: 1.1;
  font-weight: 950;
  letter-spacing: -0.5px;
}

.pg-tf-sidebar-card-head p {
  margin: 0;
  color: #64748b;
  font-size: 14px;
  line-height: 1.6;
  font-weight: 750;
}

.pg-tf-sidebar-link {
  min-height: 52px;
  padding: 0 18px;
  border-radius: 17px;
  display: inline-flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 9px;
  color: #ffffff;
  background: linear-gradient(135deg, #ff6a00, #2563eb);
  box-shadow: 0 18px 42px rgba(37, 99, 235, 0.22);
  font-size: 14px;
  font-weight: 950;
  text-decoration: none;
  transition: all 0.23s ease;
}

.pg-tf-sidebar-link:hover {
  transform: translateY(-3px);
  box-shadow: 0 24px 52px rgba(249, 115, 22, 0.28);
}

.pg-tf-sidebar-ad {
  padding: 16px;
}

.pg-tf-sidebar-ad-label {
  margin-bottom: 12px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #64748b;
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: 0.4px;
}

.pg-tf-sidebar-ad-label i {
  color: #2563eb;
  font-size: 16px;
}

.pg-tf-rectangle-ad {
  width: 300px;
  max-width: 100%;
  min-height: 250px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 18px;
  line-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f8fafc;
}

.pg-tf-rectangle-ad a,
.pg-tf-rectangle-ad img,
.pg-tf-rectangle-ad iframe,
.pg-tf-rectangle-ad object,
.pg-tf-rectangle-ad embed {
  display: block;
  width: 300px;
  max-width: 100%;
  height: 250px;
  max-height: 250px;
  margin: 0;
  padding: 0;
  border: 0;
}

.pg-tf-rectangle-ad img {
  object-fit: fill;
}

/* ===== FOOTER ===== */

.pg-tf-footer {
  position: relative;
  z-index: 3;
  padding: 0 0 28px;
}

.pg-tf-footer-wrap {
  padding: 20px;
  border-radius: 28px;
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 22px;
  align-items: center;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 22px 58px rgba(15, 23, 42, 0.08);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.pg-tf-footer-brand {
  min-width: 0;
}

.pg-tf-footer-logo {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #111827;
  font-size: 17px;
  font-weight: 950;
  letter-spacing: -0.4px;
  text-decoration: none;
}

.pg-tf-footer-uploaded-logo {
  display: block;
  width: auto;
  max-width: 220px;
  max-height: 44px;
  object-fit: contain;
}

.pg-tf-footer-mark {
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background:
    radial-gradient(circle at 28% 22%, rgba(255, 255, 255, 0.38), transparent 30%),
    linear-gradient(135deg, #ff6a00, #2563eb);
  box-shadow: 0 12px 26px rgba(37, 99, 235, 0.2);
}

.pg-tf-footer-mark i {
  font-size: 20px;
}

.pg-tf-footer-links {
  display: flex;
  align-items: center;
  gap: 10px;
}

.pg-tf-footer-links a {
  min-height: 38px;
  padding: 0 13px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  color: #475569;
  background: #f8fafc;
  border: 1px solid rgba(15, 23, 42, 0.08);
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
  white-space: nowrap;
  transition: all 0.22s ease;
}

.pg-tf-footer-links a:hover {
  color: #ffffff;
  background: #111827;
  transform: translateY(-2px);
}

.pg-tf-footer-powered {
  min-height: 42px;
  padding: 0 15px;
  border-radius: 15px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #64748b;
  background: #f1f5f9;
  font-size: 13px;
  font-weight: 850;
  white-space: nowrap;
}

.pg-tf-footer-powered a {
  color: #2563eb;
  font-weight: 950;
  text-decoration: none;
}

.pg-tf-footer-powered a:hover {
  color: #ff6a00;
}

/* ===== RESPONSIVE ===== */

@media (max-width: 1120px) {
  .pg-tf-layout {
    grid-template-columns: 1fr;
  }

  .pg-tf-sidebar {
    position: static;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: stretch;
  }

  .pg-tf-sidebar-card {
    height: 100%;
  }

  .pg-tf-sidebar-card-head {
    display: grid;
    justify-items: center;
    text-align: center;
  }
}

@media (max-width: 1040px) {
  .pg-tf-nav-wrap {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .pg-tf-brand {
    justify-content: center;
  }

  .pg-tf-nav-actions {
    display: none;
  }

  .pg-tf-footer-wrap {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .pg-tf-footer-logo {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 900px) {
  .pg-tf-sidebar {
    grid-template-columns: 1fr;
  }

  .pg-tf-sidebar-card {
    max-width: 520px;
    width: 100%;
    margin: 0 auto;
  }
}

@media (max-width: 760px) {
  .pg-tf-nav {
    padding: 10px;
  }

  .pg-tf-nav-wrap {
    padding: 14px;
    border-radius: 22px;
  }

  .pg-tf-brand-uploaded-logo {
    max-width: 210px;
    max-height: 46px;
  }

  .pg-tf-brand-name {
    font-size: 20px;
  }

  .pg-tf-nav-center {
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
  }

  .pg-tf-nav-center a {
    flex: 1 1 auto;
    justify-content: center;
    min-width: 92px;
  }

  .pg-tf-main {
    padding: 48px 0 64px;
  }

  .pg-tf-hero-card,
  .pg-tf-article-card {
    padding: 24px;
    border-radius: 28px;
  }

  .pg-tf-breadcrumb,
  .pg-tf-meta {
    justify-content: center;
    text-align: center;
  }

  .pg-tf-eyebrow {
    margin-left: auto;
    margin-right: auto;
  }

  .pg-tf-hero-card {
    text-align: center;
  }

  .pg-tf-hero-card h1 {
    font-size: clamp(32px, 11vw, 52px);
    letter-spacing: -1.9px;
  }

  .pg-tf-article-body {
    font-size: 16px;
  }

  .pg-tf-article-body h1 {
    font-size: 32px;
  }

  .pg-tf-article-body h2 {
    font-size: 29px;
  }

  .pg-tf-article-body h3 {
    font-size: 24px;
  }

  .pg-tf-article-body iframe {
    min-height: 240px;
  }

  .pg-tf-footer-links {
    flex-wrap: wrap;
    justify-content: center;
  }
}

@media (max-width: 430px) {
  .pg-tf-container {
    padding: 0 14px;
  }

  .pg-tf-brand {
    width: 100%;
    justify-content: center;
  }

  .pg-tf-brand-uploaded-logo {
    max-width: 190px;
    max-height: 44px;
  }

  .pg-tf-brand-name {
    white-space: normal;
  }

  .pg-tf-nav-center a {
    min-width: calc(50% - 6px);
  }

  .pg-tf-hero-card,
  .pg-tf-article-card {
    padding: 20px;
    border-radius: 24px;
  }

  .pg-tf-article-body blockquote {
    padding: 18px;
    border-radius: 18px;
  }

  .pg-tf-sidebar-card {
    padding: 18px;
    border-radius: 24px;
  }

  .pg-tf-sidebar-ad {
    padding: 14px;
    min-height: 270px;
  }

  .pg-tf-rectangle-ad {
    transform: scale(0.86);
    transform-origin: center;
  }

  .pg-tf-footer-wrap {
    padding: 18px;
    border-radius: 24px;
  }

  .pg-tf-footer-uploaded-logo {
    max-width: 190px;
    max-height: 42px;
  }

  .pg-tf-footer-links {
    display: grid;
    width: 100%;
  }

  .pg-tf-footer-links a,
  .pg-tf-footer-powered {
    width: 100%;
    justify-content: center;
  }
}