/*
 * PrimoCRM site bundle — ALL page-pattern styles (landing, pricing, features,
 * integrations, legal), namespaced under .pc-home so nothing leaks into normal
 * WP content. Loaded only on pages that contain a PrimoCRM pattern (detected
 * from post content in inc/enqueue.php, which also sets body.pc-canvas).
 * Source of truth: website/assets/scss/*.scss → compiled css — REGENERATE,
 * don't hand-edit (see inc/enqueue.php header for the rebuild recipe).
 */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../fonts/InterVariable.woff2") format("woff2");
}
html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
}

.pc-home {
  font-family: "Inter", system-ui, sans-serif;
  color: #485653;
  background: #FAF9F6;
  line-height: 1.6;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
}
.pc-home ul, .pc-home ol {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}
.pc-home li {
  margin: 0 !important;
  padding: 0 !important;
}
.pc-home p {
  margin: 0;
}
.pc-home a {
  text-decoration: none;
}
.pc-home *,
.pc-home *::before,
.pc-home *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.pc-home ::selection {
  background: #0E9488;
  color: #FFFFFF;
}
.pc-home ::-moz-selection {
  background: #0E9488;
  color: #FFFFFF;
}
.pc-home img {
  max-width: 100%;
  display: block;
}
.pc-home a {
  text-decoration: none;
  color: inherit;
}
.pc-home ul {
  list-style: none;
}
.pc-home button {
  font-family: inherit;
  cursor: pointer;
}
.pc-home h1,
.pc-home h2,
.pc-home h3,
.pc-home h4 {
  color: #0E1A18;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.02em;
}
.pc-home .container {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
}
.pc-home .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 22px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 14.5px;
  transition: transform 0.15s ease, background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
  border: 1px solid transparent;
  white-space: nowrap;
}
.pc-home .btn--primary {
  background: #0E9488;
  color: #fff;
  box-shadow: 0 6px 18px -8px rgba(14, 148, 136, 0.55);
}
.pc-home .btn--primary:hover {
  background: #0A7567;
  transform: translateY(-1px);
}
.pc-home .btn--outline {
  background: transparent;
  color: #0E9488;
  border-color: #0E9488;
}
.pc-home .btn--outline:hover {
  background: #E9F7F3;
}
.pc-home .btn--outline-dark {
  background: transparent;
  color: #F2F8F6;
  border-color: rgba(255, 255, 255, 0.28);
}
.pc-home .btn--outline-dark:hover {
  background: rgba(255, 255, 255, 0.06);
}
.pc-home .btn--text {
  color: #0E1A18;
  padding: 10px 14px;
}
.pc-home .btn--text:hover {
  color: #0E9488;
}
.pc-home .btn--highlight {
  background: #4FD0B4;
  color: #06302B;
  padding: 14px 26px;
  font-size: 15.5px;
  font-weight: 700;
}
.pc-home .btn--highlight:hover {
  background: rgb(103.1506726457, 214.4493273543, 190.2914798206);
  transform: translateY(-1px);
}
.pc-home .btn--white {
  background: #fff;
  color: #06302B;
  padding: 14px 26px;
  font-size: 15.5px;
  font-weight: 700;
}
.pc-home .btn--white:hover {
  background: #f2f2f0;
}
.pc-home .btn--lg {
  padding: 15px 28px;
  font-size: 15.5px;
}
.pc-home .text-highlight {
  color: #4FD0B4;
}
.pc-home .text-highlight-teal {
  color: #0E9488;
}
.pc-home section {
  padding: 96px 0;
}
.pc-home .header {
  background: #FAF9F6;
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(14, 26, 24, 0.06);
  backdrop-filter: blur(8px);
}
.pc-home .header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 74px;
}
.pc-home .header-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}
.pc-home .logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.pc-home .logo-text {
  font-weight: 700;
  color: #0E1A18;
  font-size: 19px;
  letter-spacing: -0.02em;
}
.pc-home .nav-list {
  display: flex;
  align-items: center;
  gap: 4px;
}
.pc-home .nav-link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 8px 14px;
  font-size: 14.5px;
  color: #485653;
  border-radius: 8px;
}
.pc-home .nav-link:hover {
  color: #0E1A18;
  background: rgba(14, 26, 24, 0.04);
}
.pc-home .hero {
  position: relative;
  background: #06302B;
  color: #F2F8F6;
  padding: 80px 0 0;
  overflow: hidden;
  isolation: isolate;
}
.pc-home .hero-bg-pattern {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 60% 60% at 50% 10%, rgba(79, 208, 180, 0.18), transparent 60%), radial-gradient(ellipse 40% 40% at 90% 30%, rgba(79, 208, 180, 0.1), transparent 60%), linear-gradient(180deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px) 0 0/100% 56px, linear-gradient(90deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px) 0 0/56px 100%;
  z-index: -1;
  mask-image: linear-gradient(180deg, #000 55%, transparent 100%);
}
.pc-home .hero-container {
  text-align: center;
  position: relative;
}
.pc-home .hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 14px;
  background: rgba(79, 208, 180, 0.1);
  border: 1px solid rgba(79, 208, 180, 0.22);
  color: #4FD0B4;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.14em;
  border-radius: 100px;
  margin-bottom: 28px;
}
.pc-home .hero-badge-dot {
  width: 6px;
  height: 6px;
  background: #4FD0B4;
  border-radius: 50%;
  box-shadow: 0 0 0 3px rgba(79, 208, 180, 0.22);
}
.pc-home .hero-title {
  color: #F2F8F6;
  font-size: clamp(38px, 5.4vw, 68px);
  line-height: 1.05;
  letter-spacing: -0.035em;
  font-weight: 700;
  max-width: 900px;
  margin: 0 auto 24px;
}
.pc-home .hero-subtitle {
  color: #A7C6BF;
  font-size: 18px;
  line-height: 1.6;
  max-width: 640px;
  margin: 0 auto 36px;
}
.pc-home .hero-cta {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 28px;
}
.pc-home .hero-features {
  display: flex;
  gap: 26px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 14px;
}
.pc-home .hero-features li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #A7C6BF;
  font-size: 15px;
}
.pc-home .hero-image-wrapper {
  max-width: 1080px;
  margin: 0 auto;
  padding: 10px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.02));
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  box-shadow: 0 30px 80px -30px rgba(14, 148, 136, 0.45), 0 40px 80px -20px rgba(0, 0, 0, 0.5);
  transform: translateY(60px);
}
.pc-home .hero-image-wrapper img {
  border-radius: 12px;
  width: 100%;
}
.pc-home .integrations {
  padding: 120px 0 60px;
}
.pc-home .integrations-title {
  text-align: center;
  color: #6B7A77;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.02em;
  margin-bottom: 32px;
  text-transform: none;
}
.pc-home .integrations-logos {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 60px;
  flex-wrap: wrap;
}
.pc-home .integrations-logos img {
  max-height: 32px;
  width: auto;
  opacity: 0.55;
  filter: grayscale(1);
  transition: opacity 0.2s ease, filter 0.2s ease;
}
.pc-home .integrations-logos img:hover {
  opacity: 1;
  filter: none;
}
.pc-home .section-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  background: #E9F7F3;
  color: #0A7567;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.16em;
  border-radius: 100px;
  margin-bottom: 20px;
}
.pc-home .section-badge-dot {
  width: 6px;
  height: 6px;
  background: #0E9488;
  border-radius: 50%;
}
.pc-home .section-title, .pc-home .automation-title, .pc-home .everything-title {
  font-size: clamp(30px, 3.6vw, 46px);
  line-height: 1.1;
  letter-spacing: -0.03em;
  color: #0E1A18;
  margin-bottom: 16px;
}
.pc-home .section-sub, .pc-home .automation-subtitle, .pc-home .everything-subtitle {
  font-size: 17px;
  color: #485653;
  max-width: 620px;
  margin: 0 auto;
}
.pc-home .why {
  background: #E9F7F3;
  position: relative;
}
.pc-home .why-header {
  text-align: center;
  margin-bottom: 56px;
}
.pc-home .why-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  background: #E9F7F3;
  color: #0A7567;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.16em;
  border-radius: 100px;
  margin-bottom: 20px;
}
.pc-home .why-badge-dot {
  width: 6px;
  height: 6px;
  background: #0E9488;
  border-radius: 50%;
}
.pc-home .why-title {
  font-size: clamp(28px, 3.4vw, 44px);
  line-height: 1.12;
}
.pc-home .why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.pc-home .feature-card {
  background: #06302B;
  color: #F2F8F6;
  border-radius: 20px;
  padding: 24px 24px 28px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  overflow: hidden;
  box-shadow: 0 6px 18px -8px rgba(14, 26, 24, 0.12), 0 2px 6px rgba(14, 26, 24, 0.05);
}
.pc-home .feature-card-img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 12px;
  background: #0A423B;
}
.pc-home .feature-card-content {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.pc-home .feature-card-category {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #4FD0B4;
  font-size: 11.5px;
  letter-spacing: 0.16em;
  font-weight: 700;
}
.pc-home .feature-card-dot {
  width: 6px;
  height: 6px;
  background: #4FD0B4;
  border-radius: 50%;
}
.pc-home .feature-card-stat {
  color: #A7C6BF;
  font-size: 16px;
}
.pc-home .feature-card-stat-num {
  color: #4FD0B4;
  font-size: 34px;
  font-weight: 700;
  letter-spacing: -0.03em;
  margin-right: 4px;
}
.pc-home .feature-card-title {
  color: #F2F8F6;
  font-size: 22px;
  line-height: 1.2;
}
.pc-home .feature-card-text {
  color: #A7C6BF;
  font-size: 16px;
  line-height: 1.6;
}
.pc-home .everything {
  background: #FAF9F6;
}
.pc-home .everything-header {
  text-align: center;
  margin-bottom: 56px;
}
.pc-home .everything-subtitle {
  margin-top: 10px;
}
.pc-home .everything-grid-new {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.pc-home .ev-grid-top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.pc-home .ev-card-large {
  background: #FFFFFF;
  border: 1px solid #E7E4DD;
  border-radius: 20px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.pc-home .ev-card-large-content {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.pc-home .ev-card-large-title {
  font-size: 26px;
  line-height: 1.2;
  color: #0E1A18;
}
.pc-home .ev-card-large-text {
  color: #485653;
  font-size: 16px;
  max-width: 420px;
}
.pc-home .ev-card-large-image {
  background: #E9F7F3;
  border-radius: 12px;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 220px;
}
.pc-home .ev-card-large-image img {
  max-height: 240px;
  width: auto;
}
.pc-home .ev-badge-light {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 11px;
  background: #E9F7F3;
  color: #0A7567;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  border-radius: 100px;
  align-self: flex-start;
}
.pc-home .ev-badge-light svg {
  color: #0E9488;
}
.pc-home .ev-grid-middle {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.pc-home .ev-card-small {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 20px;
  background: #FFFFFF;
  border: 1px solid #E7E4DD;
  border-radius: 12px;
  transition: border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}
.pc-home .ev-card-small-icon {
  width: 40px;
  height: 40px;
  background: #E9F7F3;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.pc-home .ev-card-small-content {
  flex: 1;
}
.pc-home .ev-card-small-title {
  font-size: 19px;
  color: #0E1A18;
  margin-bottom: 8px;
  font-weight: 600;
}
.pc-home .ev-card-small-text {
  font-size: 16px;
  color: #6B7A77;
  line-height: 1.5;
}
.pc-home .ev-card-small-arrow {
  color: #6B7A77;
  transition: color 0.2s ease, transform 0.2s ease;
  padding-top: 8px;
}
.pc-home .ev-integration-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding: 22px 28px;
  background: #06302B;
  color: #F2F8F6;
  border-radius: 20px;
  margin-top: 8px;
  flex-wrap: wrap;
}
.pc-home .ev-integration-bar-left {
  font-weight: 600;
  font-size: 17px;
  color: #F2F8F6;
  line-height: 1.3;
}
.pc-home .ev-integration-bar-logos {
  display: flex;
  align-items: center;
  gap: 10px;
}
.pc-home .ev-integration-bar-more {
  color: #A7C6BF;
  font-size: 14px;
  line-height: 1.3;
  margin-left: 6px;
}
.pc-home .ev-integration-bar-link {
  color: #4FD0B4;
  font-weight: 600;
  font-size: 14.5px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.pc-home .ev-integration-bar-link:hover {
  color: rgb(103.1506726457, 214.4493273543, 190.2914798206);
}
.pc-home .logo-circle {
  width: 44px;
  height: 44px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pc-home .logo-circle img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}
.pc-home .logo-circle--plus {
  background: rgba(255, 255, 255, 0.08);
  color: #A7C6BF;
  border: 1px dashed rgba(255, 255, 255, 0.25);
}
.pc-home .advanced {
  background: #E9F7F3;
}
.pc-home .advanced-layout {
  display: grid;
  grid-template-columns: 340px 1fr;
  gap: 48px;
}
.pc-home .advanced-sticky {
  position: sticky;
  top: 100px;
}
.pc-home .advanced-title {
  font-size: clamp(28px, 3.2vw, 40px);
  line-height: 1.1;
  margin: 12px 0 16px;
}
.pc-home .advanced-text {
  color: #485653;
  font-size: 18px;
  margin-bottom: 24px;
}
.pc-home .advanced-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
.pc-home .adv-card {
  background: #FFFFFF;
  border: 1px solid #E7E4DD;
  border-radius: 12px;
  padding: 20px;
  display: flex;
  gap: 14px;
  align-items: flex-start;
  transition: border-color 0.2s ease, transform 0.2s ease;
}
.pc-home .adv-card-icon {
  width: 38px;
  height: 38px;
  background: #E9F7F3;
  color: #0E9488;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.pc-home .adv-card-title {
  font-size: 18.5px;
  color: #0E1A18;
  margin-bottom: 4px;
  font-weight: 600;
}
.pc-home .adv-card-text {
  font-size: 16px;
  color: #6B7A77;
  line-height: 1.5;
  margin-top: 8px;
}
.pc-home .adv-box {
  margin-top: 20px;
  padding: 20px 24px;
  background: #FFFFFF;
  border: 1px solid #E7E4DD;
  border-radius: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.pc-home .adv-box-text {
  color: #485653;
  font-size: 16px;
  flex: 1;
}
.pc-home .adv-box-btn {
  flex-shrink: 0;
}
.pc-home .global-cta {
  background: #06302B;
  color: #F2F8F6;
  position: relative;
  overflow: hidden;
  isolation: isolate;
}
.pc-home .global-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 20% 50%, rgba(79, 208, 180, 0.15), transparent 60%);
  z-index: -1;
}
.pc-home .global-cta-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}
.pc-home .global-cta-title {
  color: #F2F8F6;
  font-size: clamp(28px, 3.4vw, 42px);
  line-height: 1.15;
  margin-bottom: 20px;
}
.pc-home .global-cta-text {
  color: #A7C6BF;
  font-size: 17px;
  margin-bottom: 28px;
  max-width: 500px;
}
.pc-home .global-cta-actions {
  display: flex;
  gap: 12px;
  margin-bottom: 32px;
  flex-wrap: wrap;
}
.pc-home .global-cta-actions .btn--primary {
  background: #4FD0B4;
  color: #06302B;
  box-shadow: none;
}
.pc-home .global-cta-actions .btn--primary:hover {
  background: rgb(103.1506726457, 214.4493273543, 190.2914798206);
}
.pc-home .global-cta-actions .btn--outline {
  color: #F2F8F6;
  border-color: rgba(255, 255, 255, 0.28);
}
.pc-home .global-cta-actions .btn--outline:hover {
  background: rgba(255, 255, 255, 0.06);
}
.pc-home .global-cta-features {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.pc-home .global-cta-features li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #A7C6BF;
  font-size: 16px;
}
.pc-home .global-cta-image img {
  width: 100%;
  border-radius: 20px;
}
.pc-home .automation {
  background: #FAF9F6;
}
.pc-home .automation-header {
  text-align: center;
  margin-bottom: 48px;
}
.pc-home .automation-subtitle {
  margin-top: 12px;
}
.pc-home .dotted-bg {
  background-image: radial-gradient(rgba(14, 148, 136, 0.18) 1px, transparent 1px);
  background-size: 18px 18px;
  background-color: #E9F7F3;
}
.pc-home .auto-canvas {
  border-radius: 20px;
  padding: 40px;
  border: 1px solid #E7E4DD;
  background-color: #EAF6F1;
}
.pc-home .auto-canvas-footer {
  text-align: center;
  color: #6B7A77;
  font-size: 14.5px;
  margin-top: 20px;
}
.pc-home .auto-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 20px;
}
.pc-home .auto-grid-item {
  border-radius: 20px;
  padding: 28px;
  border: 1px solid #E7E4DD;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.pc-home .auto-grid-item h3 {
  font-size: 20px;
  color: #0E1A18;
  margin-bottom: 8px;
  font-weight: 600;
}
.pc-home .auto-grid-item p {
  color: #485653;
  font-size: 16px;
}
.pc-home .auto-grid-item img {
  border-radius: 12px;
  width: 100%;
}
.pc-home .auto-grid-item--full {
  grid-column: 1/-1;
}
.pc-home .auto-grid-item--warmup {
  background-color: #F6FFDF;
  border: 1px solid #DEE8C5;
}
.pc-home .auto-grid-item--onboarding {
  background-color: #E8FBFF;
  border: 1px solid #D8E9ED;
}
.pc-home .auto-grid-item--cart {
  background-color: #F8F4FF;
  border: 1px solid #EBE6F5;
}
.pc-home .cart-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 11px;
  color: rgb(255, 255, 255);
  font-size: 11px;
  align-self: flex-start;
  margin-bottom: 10px;
  border-radius: 24px;
  background: #873EFF;
}
.pc-home .integrations-section {
  background: #06302B;
  color: #F2F8F6;
  padding: 100px 0;
  position: relative;
  overflow: hidden;
  isolation: isolate;
}
.pc-home .integrations-section-bg {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.35;
  z-index: -1;
}
.pc-home .integrations-section-bg img {
  max-width: 1100px;
  width: 100%;
}
.pc-home .integrations-section-container {
  text-align: center;
  position: relative;
}
.pc-home .integrations-section-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  background: rgba(79, 208, 180, 0.1);
  border: 1px solid rgba(79, 208, 180, 0.22);
  color: #4FD0B4;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.16em;
  border-radius: 100px;
  margin-bottom: 20px;
}
.pc-home .integrations-section-title {
  color: #F2F8F6;
  font-size: clamp(30px, 3.8vw, 48px);
  line-height: 1.1;
  margin-bottom: 16px;
}
.pc-home .integrations-section-subtitle {
  color: #A7C6BF;
  font-size: 17px;
  margin-bottom: 28px;
}
.pc-home .integrations-section-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 26px;
  background: #4FD0B4;
  color: #06302B;
  border-radius: 8px;
  font-weight: 700;
}
.pc-home .integrations-section-btn:hover {
  background: rgb(103.1506726457, 214.4493273543, 190.2914798206);
}
.pc-home .faq-section {
  background: #E9F7F3;
}
.pc-home .faq-section-container {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 60px;
  align-items: start;
}
.pc-home .faq-section-left {
  position: sticky;
  top: 100px;
}
.pc-home .faq-section-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  background: rgba(14, 148, 136, 0.12);
  color: #0A7567;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.16em;
  border-radius: 100px;
  margin-bottom: 20px;
}
.pc-home .faq-section-title {
  font-size: clamp(28px, 3.4vw, 44px);
  line-height: 1.1;
  color: #0E1A18;
  margin-bottom: 16px;
}
.pc-home .faq-section-subtitle {
  color: #485653;
  font-size: 16px;
  margin-bottom: 32px;
}
.pc-home .faq-section-illustration {
  color: rgba(14, 148, 136, 0.35);
}
.pc-home .faq-accordion {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.pc-home .faq-item {
  background: #FFFFFF;
  border: 1px solid #E7E4DD;
  border-radius: 12px;
  overflow: hidden;
}
.pc-home .faq-item-header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 20px 22px;
  background: transparent;
  border: none;
  text-align: left;
  font-size: 16px;
  font-weight: 600;
  color: #0E1A18;
  cursor: pointer;
}
.pc-home .faq-item-header:focus, 
.pc-home .faq-item-header:active,
.pc-home .faq-item-header:hover {
  outline: none !important;
  box-shadow: none !important;
}
.pc-home .faq-item-header svg {
  color: #6B7A77;
  transition: transform 0.2s ease;
  flex-shrink: 0;
}
.pc-home .faq-item-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
}
.pc-home .faq-item-content p {
  color: #485653;
  font-size: 16px;
  padding: 0 22px 20px;
}
.pc-home .faq-item--expanded {
  border-color: #0E9488;
}
.pc-home .faq-item--expanded .faq-item-header svg {
  transform: rotate(180deg);
  color: #0E9488;
}
.pc-home .faq-item--expanded .faq-item-content {
  max-height: 300px;
}
.pc-home .final-cta {
  background: #FAF9F6;
  padding-bottom: 120px;
}
.pc-home .final-cta-box {
  background: radial-gradient(ellipse at top left, rgba(79, 208, 180, 0.2), transparent 60%), linear-gradient(180deg, #06302B, #0A423B);
  color: #F2F8F6;
  border-radius: 28px;
  padding: 80px 40px;
  text-align: center;
  box-shadow: 0 30px 60px -30px rgba(14, 26, 24, 0.25), 0 10px 30px -15px rgba(14, 26, 24, 0.1);
}
.pc-home .final-cta-title {
  color: #F2F8F6;
  font-size: clamp(30px, 3.6vw, 46px);
  line-height: 1.1;
  margin-bottom: 16px;
}
.pc-home .final-cta-subtitle {
  color: #A7C6BF;
  font-size: 17px;
  margin-bottom: 32px;
}
.pc-home .final-cta-actions {
  display: inline-flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
}
.pc-home .cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 26px;
  border-radius: 8px;
  font-weight: 700;
  font-size: 15px;
  transition: all 0.2s ease;
}
.pc-home .cta-btn--primary {
  background: #4FD0B4;
  color: #06302B;
}
.pc-home .cta-btn--primary:hover {
  background: rgb(103.1506726457, 214.4493273543, 190.2914798206);
  transform: translateY(-1px);
}
.pc-home .cta-btn--outline {
  background: transparent;
  color: #F2F8F6;
  border: 1px solid rgba(255, 255, 255, 0.28);
}
.pc-home .cta-btn--outline:hover {
  background: rgba(255, 255, 255, 0.06);
}
@media (max-width: 1024px) {
  .pc-home section {
    padding: 72px 0;
  }
  .pc-home .why-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .pc-home .ev-grid-middle {
    grid-template-columns: repeat(2, 1fr);
  }
  .pc-home .advanced-layout {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .pc-home .advanced-sticky {
    position: static;
  }
  .pc-home .advanced-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .pc-home .global-cta-layout {
    grid-template-columns: 1fr;
  }
  .pc-home .faq-section-container {
    grid-template-columns: 1fr;
  }
  .pc-home .faq-section-left {
    position: static;
  }
  .pc-home .ev-grid-top {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 720px) {
  .pc-home section {
    padding: 64px 0;
  }
  .pc-home .nav {
    display: none;
  }
  .pc-home .header-actions .btn--text {
    display: none;
  }
  .pc-home .why-grid {
    grid-template-columns: 1fr;
  }
  .pc-home .ev-grid-middle {
    grid-template-columns: 1fr;
  }
  .pc-home .advanced-grid {
    grid-template-columns: 1fr;
  }
  .pc-home .auto-grid {
    grid-template-columns: 1fr;
  }
  .pc-home .ev-integration-bar {
    flex-direction: column;
    align-items: flex-start;
  }
  .pc-home .adv-box {
    flex-direction: column;
    align-items: flex-start;
  }
  .pc-home .final-cta-box {
    padding: 56px 24px;
  }
  .pc-home .integrations-logos {
    gap: 32px;
  }
  .pc-home .integrations-logos img {
    max-height: 24px;
  }
}
.pc-home .pricing .pricing-guarantee {
  display: inline-flex;
}
.pc-home .pricing > .container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.pc-home .pricing .pricing-grid + .pricing-guarantee {
  align-self: center;
}

div.pc-home h1,
div.pc-home h2,
div.pc-home h3,
div.pc-home h4,
div.pc-home h5,
div.pc-home h6,
div.pc-home p {
  margin: 0;
}
.pc-home ul, .pc-home ol {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}
.pc-home li {
  margin: 0 !important;
  padding: 0 !important;
}
.pc-home p {
  margin: 0;
}
.pc-home a {
  text-decoration: none;
}
.pc-home .pricing-hero {
  position: relative;
  background: #FFFFFF;
  padding: 100px 0 80px;
  isolation: isolate;
}
.pc-home .pricing-hero-bg-pattern {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 60% 50% at 50% -10%, rgba(14, 148, 136, 0.06), transparent 70%);
  z-index: -1;
  background: #0e9488;
}
.pc-home .pricing-hero-container {
  text-align: center;
  position: relative;
}
.pc-home .pricing-hero-title {
  font-size: clamp(36px, 4.5vw, 56px);
  font-weight: 700;
  color: #FFFFFF;
  letter-spacing: -0.03em;
  line-height: 1.1;
  margin-bottom: 20px;
}
.pc-home .text-highlight-white {
  color: #ffffff;
}
.pc-home .pricing-hero-subtitle {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.6;
  max-width: 660px;
  margin: 0 auto 60px;
  text-align: center;
}
.pc-home .pricing-trust-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: #FFFFFF;
  border: 1px solid rgba(14, 26, 24, 0.05);
  box-shadow: 0 10px 40px -10px rgba(14, 26, 24, 0.04);
  border-radius: 20px;
  padding: 24px 32px;
  margin-bottom: -40px;
  position: relative;
  z-index: 2;
  gap: 24px;
}
.pc-home .trust-item {
  display: flex;
  align-items: center;
  gap: 16px;
  text-align: left;
}
.pc-home .trust-icon {
  width: 44px;
  height: 44px;
  background: #E9F7F3;
  color: #0E9488;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.pc-home .trust-icon svg {
  width: 20px;
  height: 20px;
}
.pc-home .trust-content {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.pc-home .trust-content strong {
  color: #0E1A18;
  font-size: 14.5px;
  font-weight: 700;
  line-height: 1.2;
}
.pc-home .trust-content span {
  color: #6B7A77;
  font-size: 13.5px;
  font-weight: 500;
}
.pc-home .pricing-section-title, .pc-home .pricing-title {
  font-size: clamp(32px, 4vw, 56px);
  line-height: 1.1;
  color: #0E1A18;
  margin-bottom: 16px;
  letter-spacing: -0.02em;
}
.pc-home .pricing-section-sub, .pc-home .pricing-subtitle {
  color: #485653;
  font-size: 18px;
  margin-bottom: 32px;
}
.pc-home .pricing {
  background: #FAF9F6;
}
.pc-home .pricing-header {
  text-align: center;
  margin-bottom: 48px;
}
.pc-home .pricing-subtitle {
  margin-top: 12px;
}
.pc-home .pricing-founding {
  display: inline-block;
  margin-top: 16px;
  padding: 6px 14px;
  background: #FBEFE6;
  color: rgb(230.7336956522, 106.847826087, 44.2663043478);
  border-radius: 100px;
  font-size: 13px;
  font-weight: 500;
}
.pc-home .pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  align-items: stretch;
}
.pc-home .pricing-guarantee-wrapper {
  text-align: center;
}
.pc-home .pricing-guarantee {
  margin-top: 64px;
  margin-bottom: 124px;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 12px;
}
@media (max-width: 991px) {
  .pc-home .pricing-guarantee {
    gap: 12px;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.pc-home .guarantee-seal-wrap {
  flex-shrink: 0;
}
.pc-home .guarantee-seal {
  width: 170px;
  height: 170px;
  background: #0E9488;
  border-radius: 50%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 24px rgba(17, 150, 136, 0.25);
}
.pc-home .guarantee-seal::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 8px dashed #0E9488;
  box-sizing: content-box;
  transform: translate(-8px, -8px);
}
.pc-home .guarantee-seal-inner {
  position: relative;
  z-index: 2;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  border: 1px dashed rgba(255, 255, 255, 0.6);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  padding: 10px;
}
.pc-home .guarantee-seal-inner .seal-top {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 2px;
}
.pc-home .guarantee-seal-inner .seal-mid {
  font-size: 19px;
  font-weight: 900;
  line-height: 1.1;
  margin-bottom: 4px;
  white-space: nowrap;
}
.pc-home .guarantee-seal-inner .seal-bot {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.08em;
  margin-bottom: 8px;
}
.pc-home .guarantee-seal-inner .seal-icon {
  opacity: 0.9;
}
.pc-home .guarantee-content {
  flex: 1;
}
.pc-home .guarantee-title {
  font-size: 28px;
  color: #0A7567;
  margin-bottom: 16px;
  letter-spacing: -0.01em;
}
.pc-home .guarantee-desc {
  font-size: 16px;
  color: #485653;
  line-height: 1.6;
  margin-bottom: 32px !important;
  max-width: 900px;
}
.pc-home .guarantee-desc strong {
  color: #0E1A18;
}
.pc-home .guarantee-features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
@media (max-width: 767px) {
  .pc-home .guarantee-features {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.pc-home .guarantee-feature {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
@media (max-width: 991px) {
  .pc-home .guarantee-feature {
    text-align: left;
  }
}
.pc-home .guarantee-icon {
  flex-shrink: 0;
  width: 38px;
  height: 38px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0E9488;
  background: transparent;
  border: 1px solid rgba(14, 148, 136, 0.3);
}
.pc-home .guarantee-icon svg {
  width: 18px;
  height: 18px;
  stroke-width: 2.2;
}
.pc-home .guarantee-feature-text h4 {
  font-size: 14.5px;
  color: #0A7567;
  margin-bottom: 6px;
}
.pc-home .guarantee-feature-text p {
  font-size: 14px;
  color: #485653;
  line-height: 1.5;
  margin: 0;
}
.pc-home .pricing-card {
  background: #FFFFFF;
  border: 1px solid rgba(14, 148, 136, 0.22);
  border-radius: 20px;
  padding: 32px 28px;
  display: flex;
  flex-direction: column;
  position: relative;
  margin-top: 47px;
}
.pc-home .pricing-card--popular {
  padding: 0;
  background: #0E9488;
  border: 2px solid #0E9488;
  box-shadow: none;
  transform: none;
  overflow: hidden;
  margin-top: 0;
}
.pc-home .pricing-card-popular-bar {
  position: static;
  transform: none;
  background: transparent;
  color: #fff;
  padding: 12px;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
}
.pc-home .pricing-card-inner {
  background: #FFFFFF;
  border-radius: 14px 14px 0 0;
  padding: 32px 28px;
  display: flex;
  flex-direction: column;
  flex: 1;
  margin: 0;
  position: relative;
}
.pc-home .pricing-card-header {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.pc-home .pricing-card-title {
  font-size: 24px;
  font-weight: 700;
  color: #0E1A18;
  letter-spacing: -0.02em;
  margin-bottom: 8px;
}
.pc-home .pricing-card-badge {
  position: absolute;
  top: 24px;
  right: 24px;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pc-home .pricing-card-badge-text {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  color: #0A7567;
  text-align: center;
  line-height: 1.15;
}
.pc-home .pricing-card-badge-text strong {
  font-size: 17px;
  font-weight: 800;
}
.pc-home .pricing-card-price-box {
  border-bottom: none;
  padding-bottom: 16px;
}
.pc-home .pricing-card-crossed {
  font-size: 18px;
  color: #6B7A77;
  font-weight: 600;
}
.pc-home .pricing-card-crossed span {
  position: relative;
  display: inline-block;
}
.pc-home .pricing-card-crossed span::after {
  content: "";
  position: absolute;
  left: -10%;
  bottom: 40%;
  width: 120%;
  height: 2px;
  background-color: #ef4444;
  transform: rotate(-15deg);
}
.pc-home .pricing-card-price-row {
  display: flex;
  align-items: baseline;
  gap: 6px;
  margin-top: 4px;
}
.pc-home .pricing-card-price {
  font-size: 56px;
  font-weight: 700;
  color: #0E1A18;
  letter-spacing: -0.03em;
}
.pc-home .pricing-card-period {
  color: #0E1A18;
  font-size: 20px;
  font-weight: 500;
}
.pc-home .pricing-card-billed {
  color: #6B7A77;
  font-size: 15px;
  font-weight: 500;
  margin-top: 6px;
}
.pc-home .pricing-card-btn {
  width: 100%;
  border-radius: 6px;
  padding: 12px;
  font-size: 15px;
  font-weight: 600;
}
.pc-home .pricing-card-features-title {
  font-size: 13px;
  color: #0E1A18;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-top: 8px;
  margin-bottom: 4px;
}
.pc-home .pricing-card-features-title--spaced {
  margin-top: 32px;
  margin-bottom: 16px;
}
.pc-home .pricing-card-features {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.pc-home .pricing-card-features li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: 16px;
  color: #485653;
  line-height: 1.5;
  font-weight: 500;
}
.pc-home .pricing-card-features li svg {
  flex-shrink: 0;
  margin-top: 2px;
}
.pc-home .pricing-comparison {
  margin-top: 170px;
  text-align: center;
}
.pc-home .pricing-comparison-badge {
  display: flex;
  width: fit-content;
  margin: 48px auto 0;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #485653;
  font-size: 15px;
}
.pc-home .pricing-comparison-badge svg {
  color: #0E9488;
}
.pc-home .pricing-comparison-badge strong {
  color: #0E1A18;
  font-weight: 700;
}
.pc-home .pricing-comparison-table-wrap {
  background: #FFFFFF;
  border-radius: 12px;
  border: 1px solid rgba(14, 26, 24, 0.08);
  box-shadow: 0 4px 24px rgba(14, 26, 24, 0.03);
  position: relative;
}
.pc-home .pricing-comparison-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  text-align: center;
  font-size: 15px;
  color: #485653;
}
.pc-home .pricing-comparison-table th,
.pc-home .pricing-comparison-table td {
  padding: 15px 20px;
  border-bottom: 1px solid rgba(14, 26, 24, 0.11);
  border-right: 1px solid rgba(14, 26, 24, 0.11);
  width: 25%;
}
.pc-home .pricing-comparison-table th:last-child,
.pc-home .pricing-comparison-table td:last-child {
  border-right: none;
}
.pc-home .pricing-comparison-table th {
  font-weight: 700;
  color: #fff;
  font-size: 17px;
  padding: 16px 20px;
  position: sticky;
  top: 0;
  background: #0E9488;
  z-index: 10;
  border-bottom: none;
}
.pc-home .pricing-comparison-table th:first-child {
  border-top-left-radius: 12px;
  position: sticky;
  left: 0;
  z-index: 12;
}
.pc-home .pricing-comparison-table td:first-child {
  position: sticky;
  left: 0;
  z-index: 5;
  background: #FFFFFF;
}
.pc-home .pricing-comparison-table th:last-child {
  border-top-right-radius: 12px;
}
.pc-home .pricing-comparison-table tr:last-child td {
  border-bottom: none;
}
.pc-home .pricing-comparison-table .text-left {
  text-align: left;
}
.pc-home .pricing-comparison-table .font-medium {
  font-weight: 600;
  color: #0E1A18;
}
.pc-home .pricing-comparison-table .header-title {
  color: #fff;
  font-size: 22px;
}
.pc-home .pricing-comparison-table .col-highlight {
  background: rgba(14, 148, 136, 0.03);
  position: relative;
}
.pc-home .pricing-comparison-table th.col-highlight {
  position: sticky;
  top: 0;
  z-index: 11;
  border-top: 1px solid transparent;
  background: #0E9488;
}
.pc-home .pricing-comparison-table .col-highlight-badge {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: #E9F7F3;
  color: #0A7567;
  font-size: 12px;
  font-weight: 700;
  padding: 5px 16px;
  border-radius: 100px;
  white-space: nowrap;
  box-shadow: 0 2px 10px rgba(14, 26, 24, 0.05);
}
.pc-home .icon-dash {
  color: #6B7A77;
  font-weight: 700;
}
.pc-home .money-back {
  padding: 80px 0 100px;
  background: #FAF9F6;
}
.pc-home .money-back-banner {
  display: flex;
  align-items: center;
  gap: 36px;
  background: linear-gradient(135deg, #0A7567 0%, #0E9488 100%);
  border-radius: 28px;
  padding: 48px 64px;
  position: relative;
  overflow: hidden;
}
.pc-home .money-back-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top right, rgba(255, 255, 255, 0.12), transparent 60%);
  pointer-events: none;
}
.pc-home .money-back-shield {
  flex-shrink: 0;
  width: 88px;
  height: 88px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pc-home .money-back-shield svg {
  width: 44px;
  height: 44px;
  color: #fff;
  flex-shrink: 0;
}
.pc-home .money-back-content {
  flex: 1;
  text-align: left;
}
.pc-home .money-back-title {
  color: #fff;
  font-size: clamp(24px, 3vw, 30px);
  margin-bottom: 10px;
  font-weight: 700;
  letter-spacing: -0.01em;
}
.pc-home .money-back-text {
  color: rgba(255, 255, 255, 0.85);
  font-size: 16px;
  line-height: 1.65;
  margin: 0;
}
@media (max-width: 991px) {
  .pc-home .pricing-trust-strip {
    grid-template-columns: repeat(2, 1fr);
    padding: 24px;
    margin-bottom: -32px;
  }
  .pc-home .money-back-banner {
    flex-direction: column;
    text-align: center;
    padding: 40px 28px;
    gap: 20px;
  }
  .pc-home .money-back-content {
    text-align: center;
  }
  .pc-home .pricing-grid {
    grid-template-columns: 1fr;
    max-width: 500px;
    margin: 0 auto;
  }
  .pc-home .pricing-card {
    margin-top: 0;
  }
  .pc-home .pricing-card--popular {
    transform: none;
  }
}
@media (max-width: 767px) {
  .pc-home .pricing-trust-strip {
    grid-template-columns: 1fr;
    padding: 24px 20px;
  }
  .pc-home .pricing-hero-title {
    font-size: clamp(32px, 8vw, 40px);
  }
  .pc-home .pricing-comparison-table-wrap {
    overflow-x: auto;
  }
  .pc-home .pricing-comparison-table {
    min-width: 600px;
  }
}

.pc-home .fx-section {
  padding: 80px 0;
  background: #FFFFFF;
}
.pc-home .fx-section .container {
  max-width: 1024px;
}

.pc-home .fx-section--alt {
  background: #F9F9F8;
}

.pc-home .fx-pill {
  display: inline-flex;
  align-items: center;
  padding: 6px 14px;
  background: #E9F7F3;
  color: #0E9488;
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: 0.04em;
  border-radius: 100px;
  margin-bottom: 16px;
}

.pc-home .fx-title {
  font-size: 38px;
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: #0E1A18;
  margin-bottom: 12px;
}
.pc-home .fx-title .text-highlight-teal {
  color: #0E9488;
}

.pc-home .fx-sub {
  font-size: 15.5px;
  color: #6B7A77;
  line-height: 1.65;
  max-width: 580px;
  margin: 0 0 40px;
}

.pc-home .fx-cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px 64px;
  align-items: start;
}
.pc-home .fx-cols li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: 15px;
  color: #485653;
  line-height: 1.55;
}
.pc-home .fx-cols li svg {
  flex-shrink: 0;
  margin-top: 3px;
}

@media (max-width: 720px) {
  .pc-home .fx-cols {
    grid-template-columns: 1fr;
  }
  .pc-home .fx-section {
    padding: 56px 0;
  }
  .pc-home .fx-title {
    font-size: 30px;
  }
}
.pc-home .ev-card-small-icon--logo {
  width: 50px;
  height: 50px;
  background: #FFFFFF;
  border: 1px solid #E7E4DD;
  padding: 6px;
}
.pc-home .ev-card-small-icon--logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.pc-home .page-hero {
  background: #0e9488;
  padding: 100px 0 80px;
  text-align: center;
  position: relative;
  isolation: isolate;
}
.pc-home .page-hero-container {
  max-width: 700px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.pc-home .page-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(255, 255, 255, 0.15);
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 5px 14px;
  border-radius: 9999px;
  text-transform: uppercase;
  margin-bottom: 24px;
}
.pc-home .page-hero-title {
  font-size: clamp(36px, 4.5vw, 56px);
  font-weight: 700;
  color: #ffffff;
  letter-spacing: -0.03em;
  line-height: 1.1;
  margin-bottom: 20px;
}
.pc-home .page-hero-subtitle {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.6;
  max-width: 660px;
  margin: 0 auto 40px;
  text-align: center;
}
.pc-home .hero-meta {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-top: 24px;
}
.pc-home .hero-meta-item {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 500;
}
.pc-home .hero-meta-item svg {
  color: #ffffff;
}
.pc-home .hero-meta-sep {
  color: rgba(255, 255, 255, 0.4);
  font-size: 14px;
}
.pc-home .policy-layout {
  padding: 64px 0 96px;
}
.pc-home .policy-container {
  max-width: 1160px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 256px 1fr;
  gap: 64px;
  align-items: start;
}
@media (max-width: 991px) {
  .pc-home .policy-container {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.pc-home .toc-sidebar {
  position: sticky;
  top: 88px;
}
@media (max-width: 991px) {
  .pc-home .toc-sidebar {
    display: none;
  }
}
.pc-home .toc-label {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #485653;
  opacity: 0.6;
  margin-bottom: 12px;
}
.pc-home .toc-list {
  display: flex;
  flex-direction: column;
  gap: 1px;
}
.pc-home .toc-list li a {
  display: block;
  padding: 7px 12px;
  font-size: 13px;
  font-weight: 500;
  color: #485653;
  border-radius: 7px;
  border-left: 2px solid transparent;
  transition: all 0.2s ease;
}
.pc-home .toc-list li a:hover {
  background: rgba(14, 148, 136, 0.05);
}
.pc-home .toc-list li a.active {
  color: #0E9488;
  background: #E9F7F3;
  border-left-color: #0E9488;
}
.pc-home .toc-meta-card {
  margin-top: 22px;
  background: #FFFFFF;
  border: 1px solid #E7E4DD;
  border-radius: 12px;
  padding: 16px 18px;
}
.pc-home .toc-meta-label {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #485653;
  opacity: 0.55;
  margin-bottom: 4px;
}
.pc-home .toc-meta-val {
  font-size: 13px;
  font-weight: 700;
  color: #0E1A18;
}
.pc-home .toc-contact-box {
  margin-top: 14px;
  background: #E9F7F3;
  border: 1px solid rgba(14, 148, 136, 0.18);
  border-radius: 12px;
  padding: 16px 18px;
}
.pc-home .toc-contact-box p {
  font-size: 13px;
  color: #485653;
  line-height: 1.6;
}
.pc-home .toc-contact-box a {
  color: #0E9488;
  font-weight: 700;
}
.pc-home .policy-content {
  min-width: 0;
}
.pc-home .policy-intro {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  background: #FFFFFF;
  border: 1px solid #E7E4DD;
  border-radius: 12px;
  padding: 28px 32px;
  margin-bottom: 48px;
  box-shadow: 0 1px 2px rgba(14, 26, 24, 0.04), 0 1px 1px rgba(14, 26, 24, 0.03);
}
@media (max-width: 767px) {
  .pc-home .policy-intro {
    flex-direction: column;
    padding: 24px;
    gap: 16px;
  }
}
.pc-home .policy-intro p {
  font-size: 15px;
  color: #485653;
  line-height: 1.8;
}
.pc-home .policy-intro-icon {
  width: 48px;
  height: 48px;
  background: #E9F7F3;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #0E9488;
}
.pc-home .policy-section {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #E7E4DD;
}
.pc-home .policy-section:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.pc-home .section-head {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 21px;
  font-weight: 800;
  color: #0E1A18;
  letter-spacing: -0.02em;
  margin-bottom: 18px;
  line-height: 1.3;
}
.pc-home .section-num {
  width: 26px;
  height: 26px;
  border-radius: 7px;
  background: #E9F7F3;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
  color: #0E9488;
  flex-shrink: 0;
}
.pc-home .policy-body {
  font-size: 15px;
  color: #485653;
  line-height: 1.8;
}
.pc-home .policy-body p {
  margin-bottom: 14px;
}
.pc-home .policy-body p:last-child {
  margin-bottom: 0;
}
.pc-home .policy-body a {
  color: #0E9488;
  text-decoration: underline;
  text-decoration-color: rgba(14, 148, 136, 0.3);
}
.pc-home .policy-body strong {
  color: #0E1A18;
  font-weight: 700;
}
.pc-home .callout {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  border-radius: 12px;
  padding: 18px 22px;
  margin: 18px 0;
}
.pc-home .callout-teal {
  background: #E9F7F3;
  border: 1.5px solid rgba(14, 148, 136, 0.2);
}
.pc-home .callout-teal .callout-icon {
  color: #0E9488;
}
.pc-home .callout-warm {
  background: #fef6ef;
  border: 1.5px solid rgba(236, 139, 90, 0.25);
}
.pc-home .callout-warm .callout-icon {
  color: #EC8B5A;
}
.pc-home .callout-neutral {
  background: #FAF9F6;
  border: 1.5px solid #E7E4DD;
}
.pc-home .callout-neutral .callout-icon {
  color: #485653;
}
.pc-home .callout-icon {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1px;
}
.pc-home .callout-text {
  font-size: 14px;
  color: #485653;
  line-height: 1.7;
}
.pc-home .callout-text strong {
  color: #0E1A18;
}
.pc-home .callout-text a {
  color: #0E9488;
}
.pc-home .step-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin: 16px 0;
}
.pc-home .step-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}
.pc-home .step-num-circle {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #0E9488;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 800;
  flex-shrink: 0;
  margin-top: 1px;
}
.pc-home .step-text {
  font-size: 14px;
  color: #485653;
  line-height: 1.7;
}
.pc-home .step-text strong {
  color: #0E1A18;
  font-weight: 700;
}
.pc-home .plan-cards-row {
  display: flex;
  gap: 12px;
  margin: 18px 0;
  flex-wrap: wrap;
}
.pc-home .plan-card {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 1;
  min-width: 160px;
  background: #FFFFFF;
  border: 1.5px solid #E7E4DD;
  border-radius: 12px;
  padding: 14px 18px;
  box-shadow: 0 1px 2px rgba(14, 26, 24, 0.04), 0 1px 1px rgba(14, 26, 24, 0.03);
}
.pc-home .plan-card-icon {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: #E9F7F3;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #0E9488;
}
.pc-home .plan-card-name {
  font-size: 13px;
  font-weight: 700;
  color: #0E1A18;
}
.pc-home .plan-card-sub {
  font-size: 12px;
  color: #485653;
  margin-top: 2px;
}
.pc-home .what-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin: 18px 0;
}
@media (max-width: 767px) {
  .pc-home .what-grid {
    grid-template-columns: 1fr;
  }
}
.pc-home .what-box {
  background: #FFFFFF;
  border: 1.5px solid #E7E4DD;
  border-radius: 12px;
  padding: 18px 20px;
}
.pc-home .what-box-head {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 6px;
}
.pc-home .what-box-head.stay {
  color: #0E9488;
}
.pc-home .what-box-head.change {
  color: #c2570a;
}
.pc-home .what-box ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.pc-home .what-box ul li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 13px;
  color: #485653;
  line-height: 1.55;
}
.pc-home .what-box ul li .check {
  color: #0E9488;
  margin-top: 2px;
}
.pc-home .what-box ul li .cross {
  color: #c2570a;
  margin-top: 2px;
}

/* ===== full-bleed override (Kadence content unboxing) =====
   Scoped to body.pc-canvas (set only on pattern pages) so ordinary
   pages/posts keep Kadence's boxed layout. */
body.pc-canvas .content-container.site-container { max-width: 100% !important; padding-left: 0 !important; padding-right: 0 !important; }
body.pc-canvas .content-wrap, body.pc-canvas .entry-content-wrap { padding: 0 !important; margin: 0 !important; }
body.pc-canvas .entry-content.single-content { max-width: 100% !important; }
body.pc-canvas article.content-bg { background: transparent !important; box-shadow: none !important; border: 0 !important; }

.pc-home .advanced-text {
  font-size: 16px;
}
