@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{
  --aug-ink: #17131f;
  --aug-muted: #645f70;
  --aug-soft: #fff7f0;
  --aug-line: rgba(128, 84, 48, 0.16);
  --aug-grad-a: #b45a2b;
  --aug-grad-b: #cf6f8d;
  --aug-grad-c: #7057d6;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  color: var(--aug-ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}.tc-wp-content-root .aug-premium-editorial .aug-section{
  width: 100%;
  max-width: 100%;
  position: relative;
  overflow: hidden;
}.tc-wp-content-root .aug-premium-editorial .aug-section-white{
  background: #fff;
}.tc-wp-content-root .aug-premium-editorial .aug-section-warm{
  background:
    radial-gradient(circle at 12% 12%, rgba(255, 198, 153, 0.28), transparent 28%),
    radial-gradient(circle at 88% 24%, rgba(203, 111, 141, 0.16), transparent 30%),
    linear-gradient(180deg, #fff8f1 0%, #fff2e8 100%);
}.tc-wp-content-root .aug-premium-editorial .aug-container{
  width: min(1320px, 100%);
  max-width: 100%;
  margin: 0 auto;
  padding: 0 32px;
}.tc-wp-content-root .aug-premium-editorial .aug-heading-wrap{
  width: min(820px, 100%);
  max-width: 100%;
  margin: 0 auto 38px;
  text-align: center;
}.tc-wp-content-root .aug-premium-editorial h2{
  margin: 0;
  color: var(--aug-ink);
  font-size: clamp(1.2rem, 4vw, 2.2rem) !important;
  line-height: 1.16;
  font-weight: 820;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .aug-premium-editorial h2 span{
  display: inline;
  color: transparent;
  background: linear-gradient(120deg, var(--aug-grad-a), var(--aug-grad-b), var(--aug-grad-c));
  -webkit-background-clip: text;
  background-clip: text;
}.tc-wp-content-root .aug-premium-editorial .aug-heading-wrap p{
  margin: 14px auto 0;
  max-width: 760px;
  color: var(--aug-muted);
  font-size: 1.03rem;
  line-height: 1.75;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .aug-premium-editorial .aug-card-grid{
  display: grid;
  width: 100%;
  max-width: 100%;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}.tc-wp-content-root .aug-premium-editorial .aug-card{
  --fg-mx: 50%;
  --fg-my: 50%;
  --fg-tilt-x: 0deg;
  --fg-tilt-y: 0deg;
  --aug-card-a: #b45a2b;
  --aug-card-b: #cf6f8d;
  position: relative;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 252px;
  padding: 26px;
  border: 1px solid rgba(128, 84, 48, 0.14);
  border-radius: 22px;
  background:
    radial-gradient(circle at var(--fg-mx) var(--fg-my), color-mix(in srgb, var(--aug-card-a) 18%, transparent), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(255, 250, 246, 0.82));
  box-shadow: 0 16px 42px rgba(46, 28, 16, 0.08);
  opacity: 0;
  transform: translateY(24px) perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y));
  transition:
    opacity 0.6s ease,
    transform 0.28s ease,
    border-color 0.28s ease,
    box-shadow 0.28s ease,
    background 0.28s ease;
  overflow: hidden;
  isolation: isolate;
}.tc-wp-content-root .aug-premium-editorial .aug-card::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(135deg, color-mix(in srgb, var(--aug-card-a) 13%, transparent), transparent 48%, color-mix(in srgb, var(--aug-card-b) 11%, transparent));
  opacity: 0.68;
  pointer-events: none;
  z-index: -1;
}.tc-wp-content-root .aug-premium-editorial .aug-card::after{
  content: "";
  position: absolute;
  left: 26px;
  bottom: 0;
  width: 52px;
  height: 3px;
  border-radius: 99px 99px 0 0;
  background: linear-gradient(90deg, var(--aug-card-a), var(--aug-card-b));
  transform: scaleX(0.42);
  transform-origin: left center;
  transition: transform 0.28s ease;
}.tc-wp-content-root .aug-premium-editorial .aug-card.aug-is-visible{
  opacity: 1;
  transform: translateY(0) perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y));
}.tc-wp-content-root .aug-premium-editorial .aug-card:hover{
  border-color: color-mix(in srgb, var(--aug-card-a) 42%, rgba(255, 255, 255, 0.2));
  box-shadow: 0 24px 58px rgba(46, 28, 16, 0.14);
  transform: translateY(-7px) perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y));
}.tc-wp-content-root .aug-premium-editorial .aug-card:hover::after{
  transform: scaleX(1);
}.tc-wp-content-root .aug-premium-editorial .aug-icon{
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  max-width: 100%;
  margin-bottom: 20px;
  border-radius: 18px;
  color: var(--aug-card-a);
  background: linear-gradient(145deg, color-mix(in srgb, var(--aug-card-a) 13%, white), rgba(255, 255, 255, 0.92));
  box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--aug-card-a) 14%, transparent), 0 12px 24px rgba(36, 20, 12, 0.08);
  transition: transform 0.28s ease, color 0.28s ease, background 0.28s ease;
}.tc-wp-content-root .aug-premium-editorial .aug-icon i{
  font-size: 1.28rem;
  line-height: 1;
}.tc-wp-content-root .aug-premium-editorial .aug-card:hover .aug-icon{
  color: #fff;
  background: linear-gradient(135deg, var(--aug-card-a), var(--aug-card-b));
  transform: translateY(-3px) rotate(-4deg) scale(1.04);
}.tc-wp-content-root .aug-premium-editorial h3{
  margin: 0 0 11px;
  color: var(--aug-ink);
  font-size: 1.08rem;
  line-height: 1.28;
  font-weight: 780;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .aug-premium-editorial .aug-card p{
  margin: 0;
  color: var(--aug-muted);
  font-size: 0.95rem;
  line-height: 1.68;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .aug-premium-editorial .aug-cta-text{
  display: inline-flex;
  max-width: 100%;
  margin-top: 18px;
  color: var(--aug-card-a);
  font-size: 0.9rem;
  font-weight: 760;
  line-height: 1.3;
  opacity: 0.18;
  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-text{
  opacity: 1;
  transform: translateY(0);
  color: var(--aug-card-b);
}.tc-wp-content-root .aug-premium-editorial .aug-tilt-card{
  transform-style: preserve-3d;
}.tc-wp-content-root .aug-premium-editorial .aug-tilt-card h3, .tc-wp-content-root .aug-premium-editorial .aug-tilt-card p, .tc-wp-content-root .aug-premium-editorial .aug-tilt-card .aug-icon{
  transform: translateZ(10px);
}.tc-wp-content-root .aug-premium-editorial .aug-process-card{
  padding-top: 24px;
}.tc-wp-content-root .aug-premium-editorial .aug-process-card::before{
  content: attr(data-step);
  position: absolute;
  right: 18px;
  top: 8px;
  color: color-mix(in srgb, var(--aug-card-a) 14%, transparent);
  font-size: 4.6rem;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0;
  transition: transform 0.28s ease, color 0.28s ease;
  z-index: -1;
}.tc-wp-content-root .aug-premium-editorial .aug-process-card:hover::before{
  color: color-mix(in srgb, var(--aug-card-a) 22%, transparent);
  transform: translateY(-4px) scale(1.05);
}.tc-wp-content-root .aug-premium-editorial .aug-step-label{
  display: inline-block;
  max-width: 100%;
  margin-bottom: 16px;
  color: var(--aug-card-a);
  font-size: 0.78rem;
  font-weight: 820;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: uppercase;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .aug-premium-editorial .aug-card:nth-child(1){ --aug-card-a: #b45a2b; --aug-card-b: #cf6f8d; }.tc-wp-content-root .aug-premium-editorial .aug-card:nth-child(2){ --aug-card-a: #9f6b1f; --aug-card-b: #d1903f; }.tc-wp-content-root .aug-premium-editorial .aug-card:nth-child(3){ --aug-card-a: #8b5ed8; --aug-card-b: #cf6f8d; }.tc-wp-content-root .aug-premium-editorial .aug-card:nth-child(4){ --aug-card-a: #1f8a7a; --aug-card-b: #79b88d; }.tc-wp-content-root .aug-premium-editorial .aug-card:nth-child(5){ --aug-card-a: #be4d62; --aug-card-b: #e3977f; }.tc-wp-content-root .aug-premium-editorial .aug-card:nth-child(6){ --aug-card-a: #5571c8; --aug-card-b: #8b5ed8; }.tc-wp-content-root .aug-premium-editorial .aug-card:nth-child(7){ --aug-card-a: #a2573f; --aug-card-b: #d37c43; }.tc-wp-content-root .aug-premium-editorial .aug-card:nth-child(8){ --aug-card-a: #2e8273; --aug-card-b: #c06b87; }@media (min-width: 1200px) {.tc-wp-content-root .aug-premium-editorial .aug-section{
    padding: 92px 0;
  }.tc-wp-content-root .aug-premium-editorial .aug-container{
    width: min(1320px, 100%);
    padding: 0 32px;
  }.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: 78px 0;
  }.tc-wp-content-root .aug-premium-editorial .aug-container{
    width: min(1080px, 100%);
    padding: 0 28px;
  }.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: 24px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .aug-premium-editorial .aug-section{
    padding: 66px 0;
  }.tc-wp-content-root .aug-premium-editorial .aug-container{
    padding: 0 24px;
  }.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;
    line-height: 1.65;
  }.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: 232px;
    padding: 22px;
  }.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.92rem;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .aug-premium-editorial .aug-section{
    padding: 54px 0;
  }.tc-wp-content-root .aug-premium-editorial .aug-container{
    padding: 0 18px;
  }.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.92rem;
    line-height: 1.6;
  }.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: 0;
    padding: 21px;
    border-radius: 20px;
  }.tc-wp-content-root .aug-premium-editorial .aug-icon{
    width: 50px;
    height: 50px;
    border-radius: 16px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .aug-premium-editorial .aug-section{
    padding: 46px 0;
  }.tc-wp-content-root .aug-premium-editorial .aug-container{
    padding: 0 15px;
  }.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.9rem;
    line-height: 1.56;
  }.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: 0;
    padding: 19px;
    border-radius: 18px;
  }.tc-wp-content-root .aug-premium-editorial .aug-icon{
    width: 46px;
    height: 46px;
    margin-bottom: 16px;
    border-radius: 15px;
  }.tc-wp-content-root .aug-premium-editorial .aug-icon i{
    font-size: 1.12rem;
  }.tc-wp-content-root .aug-premium-editorial h3{
    font-size: 0.98rem;
  }.tc-wp-content-root .aug-premium-editorial .aug-card p{
    font-size: 0.89rem;
  }.tc-wp-content-root .aug-premium-editorial .aug-process-card::before{
    font-size: 3.7rem;
  }}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .aug-premium-editorial .aug-section{
    padding: 40px 0;
  }.tc-wp-content-root .aug-premium-editorial .aug-container{
    padding: 0 12px;
  }.tc-wp-content-root .aug-premium-editorial .aug-heading-wrap{
    margin-bottom: 20px;
  }.tc-wp-content-root .aug-premium-editorial .aug-heading-wrap p{
    font-size: 0.86rem;
    line-height: 1.52;
  }.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: 0;
    padding: 17px;
    border-radius: 17px;
  }.tc-wp-content-root .aug-premium-editorial .aug-icon{
    width: 42px;
    height: 42px;
    margin-bottom: 14px;
    border-radius: 14px;
  }.tc-wp-content-root .aug-premium-editorial .aug-icon i{
    font-size: 1.02rem;
  }.tc-wp-content-root .aug-premium-editorial h3{
    font-size: 0.94rem;
  }.tc-wp-content-root .aug-premium-editorial .aug-card p, .tc-wp-content-root .aug-premium-editorial .aug-cta-text{
    font-size: 0.86rem;
  }.tc-wp-content-root .aug-premium-editorial .aug-process-card::before{
    right: 12px;
    font-size: 3.2rem;
  }}@media (max-width: 319px) {.tc-wp-content-root .aug-premium-editorial .aug-container{
    padding: 0 10px;
  }.tc-wp-content-root .aug-premium-editorial .aug-card-grid{
    grid-template-columns: 1fr !important;
  }}@media (prefers-reduced-motion: reduce) {.tc-wp-content-root .aug-premium-editorial .aug-card, .tc-wp-content-root .aug-premium-editorial .aug-icon, .tc-wp-content-root .aug-premium-editorial .aug-cta-text, .tc-wp-content-root .aug-premium-editorial .aug-card::after, .tc-wp-content-root .aug-premium-editorial .aug-process-card::before{
    transition: none !important;
    animation: none !important;
  }.tc-wp-content-root .aug-premium-editorial .aug-card{
    opacity: 1;
    transform: none !important;
  }}

.tc-wp-content-root .aug-card-cta {}
.tc-wp-content-root .aug-card-grid-how {}
.tc-wp-content-root .aug-card-grid-what {}
.tc-wp-content-root .aug-card-grid-why {}
.tc-wp-content-root .aug-reveal-zone {}