@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css");

/* tc-scoped:tc-wp-content-root */

.tc-wp-content-root {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
  display: flow-root;
  isolation: isolate;
  position: relative;
}
.tc-wp-content-root img,
.tc-wp-content-root video,
.tc-wp-content-root svg,
.tc-wp-content-root iframe {
  max-width: 100%;
  height: auto;
}

.tc-wp-content-root .aug-premium-editorial, .tc-wp-content-root .aug-premium-editorial *{
  box-sizing: border-box;
}.tc-wp-content-root .aug-premium-editorial{
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #241b22;
  background: #fff;
}.tc-wp-content-root .aug-premium-editorial .aug-section{
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  position: relative;
}.tc-wp-content-root .aug-premium-editorial .aug-section-intro, .tc-wp-content-root .aug-premium-editorial .aug-section-process{
  background: #fff;
}.tc-wp-content-root .aug-premium-editorial .aug-section-benefits{
  background:
    radial-gradient(circle at 12% 10%, rgba(255, 205, 173, 0.3), transparent 34%),
    radial-gradient(circle at 86% 22%, rgba(205, 170, 255, 0.22), transparent 36%),
    linear-gradient(180deg, #fff7f1 0%, #fffdf9 54%, #fff6fb 100%);
}.tc-wp-content-root .aug-premium-editorial .aug-container{
  width: min(100%, 1240px);
  max-width: 100%;
  margin: 0 auto;
}.tc-wp-content-root .aug-premium-editorial .aug-heading-wrap{
  max-width: 780px;
  margin: 0 auto 42px;
  text-align: center;
}.tc-wp-content-root .aug-premium-editorial h2{
  margin: 0;
  color: #21161e;
  font-size: clamp(1.2rem, 4vw, 2.2rem) !important;
  line-height: 1.15;
  letter-spacing: 0;
  font-weight: 850;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .aug-premium-editorial h2 span{
  display: inline;
  color: transparent;
  background: linear-gradient(120deg, #c45a7c 0%, #d88a48 46%, #7b61ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
}.tc-wp-content-root .aug-premium-editorial .aug-heading-wrap p{
  margin: 14px auto 0;
  color: #6d5e68;
  font-size: 1.03rem;
  line-height: 1.7;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .aug-premium-editorial .aug-card-grid{
  width: 100%;
  max-width: 100%;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}.tc-wp-content-root .aug-premium-editorial .aug-card{
  --aug-accent: #c45a7c;
  --aug-accent-2: #f2a66f;
  --fg-mx: 50%;
  --fg-my: 50%;
  --fg-tilt-x: 0deg;
  --fg-tilt-y: 0deg;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 260px;
  padding: 28px;
  border: 1px solid rgba(108, 83, 94, 0.14);
  border-radius: 22px;
  background:
    radial-gradient(circle at var(--fg-mx) var(--fg-my), color-mix(in srgb, var(--aug-accent) 18%, transparent), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.97), rgba(255, 248, 244, 0.88));
  box-shadow: 0 16px 42px rgba(66, 45, 56, 0.08);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(18px);
  opacity: 0;
  transition:
    opacity 0.65s ease,
    transform 0.65s ease,
    border-color 0.28s ease,
    box-shadow 0.28s ease,
    background 0.28s ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .aug-premium-editorial .aug-card:nth-child(8n + 1){ --aug-accent: #c45a7c; --aug-accent-2: #f5a66c; }.tc-wp-content-root .aug-premium-editorial .aug-card:nth-child(8n + 2){ --aug-accent: #8f65ff; --aug-accent-2: #f189b5; }.tc-wp-content-root .aug-premium-editorial .aug-card:nth-child(8n + 3){ --aug-accent: #d0773f; --aug-accent-2: #ffd166; }.tc-wp-content-root .aug-premium-editorial .aug-card:nth-child(8n + 4){ --aug-accent: #2f9e9b; --aug-accent-2: #a0e7d7; }.tc-wp-content-root .aug-premium-editorial .aug-card:nth-child(8n + 5){ --aug-accent: #b24c7a; --aug-accent-2: #ffb0a2; }.tc-wp-content-root .aug-premium-editorial .aug-card:nth-child(8n + 6){ --aug-accent: #536dfe; --aug-accent-2: #95c5ff; }.tc-wp-content-root .aug-premium-editorial .aug-card:nth-child(8n + 7){ --aug-accent: #b87917; --aug-accent-2: #ffd36e; }.tc-wp-content-root .aug-premium-editorial .aug-card:nth-child(8n + 8){ --aug-accent: #6f5bd6; --aug-accent-2: #e18fff; }.tc-wp-content-root .aug-premium-editorial .aug-card.aug-visible{
  opacity: 1;
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(0);
}.tc-wp-content-root .aug-premium-editorial .aug-card::before{
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--aug-accent) 12%, transparent), transparent 38%),
    linear-gradient(315deg, color-mix(in srgb, var(--aug-accent-2) 14%, transparent), transparent 44%);
  opacity: 0.64;
  transition: opacity 0.28s ease;
}.tc-wp-content-root .aug-premium-editorial .aug-card::after{
  content: "";
  position: absolute;
  left: 28px;
  right: 28px;
  top: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--aug-accent), var(--aug-accent-2));
  transform: scaleX(0.36);
  transform-origin: left;
  opacity: 0.82;
  transition: transform 0.3s ease;
}.tc-wp-content-root .aug-premium-editorial .aug-card:hover{
  border-color: color-mix(in srgb, var(--aug-accent) 46%, rgba(108, 83, 94, 0.14));
  box-shadow: 0 24px 58px rgba(66, 45, 56, 0.14);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(-6px);
}.tc-wp-content-root .aug-premium-editorial .aug-card:hover::before{
  opacity: 0.95;
}.tc-wp-content-root .aug-premium-editorial .aug-card:hover::after{
  transform: scaleX(1);
}.tc-wp-content-root .aug-premium-editorial .aug-icon{
  width: 54px;
  height: 54px;
  max-width: 100%;
  display: grid;
  place-items: center;
  margin-bottom: 22px;
  border-radius: 18px;
  color: var(--aug-accent);
  background: color-mix(in srgb, var(--aug-accent) 12%, #fff);
  box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--aug-accent) 20%, transparent);
  transition: transform 0.28s ease, color 0.28s ease, background 0.28s ease, box-shadow 0.28s ease;
}.tc-wp-content-root .aug-premium-editorial .aug-icon i{
  font-size: 1.22rem;
  line-height: 1;
}.tc-wp-content-root .aug-premium-editorial .aug-card:hover .aug-icon{
  color: #fff;
  background: linear-gradient(135deg, var(--aug-accent), var(--aug-accent-2));
  transform: translateY(-3px) rotate(-4deg) scale(1.04);
  box-shadow: 0 14px 28px color-mix(in srgb, var(--aug-accent) 25%, transparent);
}.tc-wp-content-root .aug-premium-editorial h3{
  display: inline;
  position: relative;
  margin: 0;
  color: #241b22;
  font-size: 1.08rem;
  line-height: 1.35;
  letter-spacing: 0;
  font-weight: 820;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .aug-premium-editorial h3::after{
  content: "";
  position: absolute;
  left: 0;
  bottom: -7px;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, var(--aug-accent), var(--aug-accent-2));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.28s ease;
}.tc-wp-content-root .aug-premium-editorial .aug-card:hover h3::after{
  transform: scaleX(1);
}.tc-wp-content-root .aug-premium-editorial .aug-card p{
  margin: 18px 0 0;
  color: #665864;
  font-size: 0.96rem;
  line-height: 1.68;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .aug-premium-editorial .aug-cta{
  display: inline-block;
  max-width: 100%;
  margin-top: 20px;
  color: var(--aug-accent);
  font-size: 0.9rem;
  font-weight: 760;
  line-height: 1.35;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.28s ease, transform 0.28s ease, color 0.28s ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .aug-premium-editorial .aug-card:hover .aug-cta{
  opacity: 1;
  transform: translateY(0);
}.tc-wp-content-root .aug-premium-editorial .aug-tilt-grid .aug-card:hover{
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(-7px);
}.tc-wp-content-root .aug-premium-editorial .aug-process-card{
  min-height: 278px;
}.tc-wp-content-root .aug-premium-editorial .aug-step-number{
  position: absolute;
  right: 22px;
  top: 16px;
  color: color-mix(in srgb, var(--aug-accent) 13%, transparent);
  font-size: 4.6rem;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0;
  pointer-events: none;
  transition: transform 0.32s ease, color 0.32s ease;
}.tc-wp-content-root .aug-premium-editorial .aug-process-card:hover .aug-step-number{
  color: color-mix(in srgb, var(--aug-accent) 22%, transparent);
  transform: translateY(-4px) scale(1.04);
}@media (min-width: 1200px) {.tc-wp-content-root .aug-premium-editorial .aug-section{
    padding: 86px 28px;
  }.tc-wp-content-root .aug-premium-editorial .aug-card-grid{
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
  }}@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-content-root .aug-premium-editorial .aug-section{
    padding: 76px 24px;
  }.tc-wp-content-root .aug-premium-editorial .aug-container{
    width: min(100%, 1060px);
  }.tc-wp-content-root .aug-premium-editorial .aug-heading-wrap{
    margin-bottom: 36px;
  }.tc-wp-content-root .aug-premium-editorial .aug-heading-wrap p{
    font-size: 0.99rem;
  }.tc-wp-content-root .aug-premium-editorial .aug-card-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
  }.tc-wp-content-root .aug-premium-editorial .aug-card{
    padding: 25px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .aug-premium-editorial .aug-section{
    padding: 64px 20px;
  }.tc-wp-content-root .aug-premium-editorial .aug-heading-wrap{
    margin-bottom: 30px;
  }.tc-wp-content-root .aug-premium-editorial .aug-heading-wrap p{
    font-size: 0.96rem;
  }.tc-wp-content-root .aug-premium-editorial .aug-card-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }.tc-wp-content-root .aug-premium-editorial .aug-card{
    min-height: 240px;
    padding: 24px;
  }.tc-wp-content-root .aug-premium-editorial h3{
    font-size: 1.02rem;
  }.tc-wp-content-root .aug-premium-editorial .aug-card p{
    font-size: 0.93rem;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .aug-premium-editorial .aug-section{
    padding: 54px 16px;
  }.tc-wp-content-root .aug-premium-editorial .aug-heading-wrap{
    margin-bottom: 26px;
  }.tc-wp-content-root .aug-premium-editorial .aug-heading-wrap p{
    font-size: 0.93rem;
    line-height: 1.62;
  }.tc-wp-content-root .aug-premium-editorial .aug-card-grid{
    grid-template-columns: 1fr !important;
    gap: 16px;
  }.tc-wp-content-root .aug-premium-editorial .aug-card{
    min-height: auto;
    padding: 22px;
    border-radius: 20px;
  }.tc-wp-content-root .aug-premium-editorial .aug-cta{
    opacity: 1;
    transform: none;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .aug-premium-editorial .aug-section{
    padding: 48px 14px;
  }.tc-wp-content-root .aug-premium-editorial .aug-heading-wrap{
    margin-bottom: 24px;
  }.tc-wp-content-root .aug-premium-editorial .aug-heading-wrap p{
    font-size: 0.9rem;
    line-height: 1.58;
  }.tc-wp-content-root .aug-premium-editorial .aug-card-grid{
    grid-template-columns: 1fr !important;
    gap: 14px;
  }.tc-wp-content-root .aug-premium-editorial .aug-card{
    min-height: auto;
    padding: 20px;
    border-radius: 18px;
  }.tc-wp-content-root .aug-premium-editorial .aug-icon{
    width: 48px;
    height: 48px;
    border-radius: 16px;
    margin-bottom: 18px;
  }.tc-wp-content-root .aug-premium-editorial .aug-icon i{
    font-size: 1.08rem;
  }.tc-wp-content-root .aug-premium-editorial h3{
    font-size: 0.99rem;
  }.tc-wp-content-root .aug-premium-editorial .aug-card p{
    font-size: 0.9rem;
  }.tc-wp-content-root .aug-premium-editorial .aug-step-number{
    right: 16px;
    top: 14px;
    font-size: 3.7rem;
  }.tc-wp-content-root .aug-premium-editorial .aug-cta{
    opacity: 1;
    transform: none;
  }}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .aug-premium-editorial .aug-section{
    padding: 42px 12px;
  }.tc-wp-content-root .aug-premium-editorial .aug-heading-wrap{
    margin-bottom: 22px;
  }.tc-wp-content-root .aug-premium-editorial .aug-heading-wrap p{
    font-size: 0.86rem;
    line-height: 1.55;
  }.tc-wp-content-root .aug-premium-editorial .aug-card-grid{
    grid-template-columns: 1fr !important;
    gap: 12px;
  }.tc-wp-content-root .aug-premium-editorial .aug-card{
    min-height: auto;
    padding: 18px;
    border-radius: 16px;
  }.tc-wp-content-root .aug-premium-editorial .aug-icon{
    width: 44px;
    height: 44px;
    border-radius: 14px;
    margin-bottom: 16px;
  }.tc-wp-content-root .aug-premium-editorial .aug-icon i{
    font-size: 1rem;
  }.tc-wp-content-root .aug-premium-editorial h3{
    font-size: 0.95rem;
  }.tc-wp-content-root .aug-premium-editorial .aug-card p{
    font-size: 0.86rem;
    line-height: 1.56;
  }.tc-wp-content-root .aug-premium-editorial .aug-step-number{
    right: 14px;
    top: 12px;
    font-size: 3.1rem;
  }.tc-wp-content-root .aug-premium-editorial .aug-cta{
    opacity: 1;
    transform: none;
    font-size: 0.84rem;
  }}@media (prefers-reduced-motion: reduce) {.tc-wp-content-root .aug-premium-editorial .aug-card, .tc-wp-content-root .aug-premium-editorial .aug-card::before, .tc-wp-content-root .aug-premium-editorial .aug-card::after, .tc-wp-content-root .aug-premium-editorial .aug-icon, .tc-wp-content-root .aug-premium-editorial h3::after, .tc-wp-content-root .aug-premium-editorial .aug-cta, .tc-wp-content-root .aug-premium-editorial .aug-step-number{
    transition: none !important;
    animation: none !important;
  }.tc-wp-content-root .aug-premium-editorial .aug-card, .tc-wp-content-root .aug-premium-editorial .aug-card.aug-visible, .tc-wp-content-root .aug-premium-editorial .aug-card:hover{
    transform: none !important;
    opacity: 1;
  }}

.tc-wp-content-root .aug-process-grid {}
.tc-wp-content-root .aug-reveal {}