@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');

/* 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 .atg-premium-editorial{
  --atg-ink: #241827;
  --atg-muted: #695f6d;
  --atg-line: rgba(128, 76, 94, 0.16);
  --atg-soft: #fff7f2;
  --atg-glow: rgba(255, 124, 88, 0.18);
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  box-sizing: border-box;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--atg-ink);
}.tc-wp-content-root .atg-premium-editorial *, .tc-wp-content-root .atg-premium-editorial *::before, .tc-wp-content-root .atg-premium-editorial *::after{
  box-sizing: border-box;
}.tc-wp-content-root .atg-premium-editorial .atg-section{
  width: 100%;
  max-width: 100%;
  padding: 92px 24px;
  overflow-x: hidden;
}.tc-wp-content-root .atg-premium-editorial .atg-section-white{
  background: #fff;
}.tc-wp-content-root .atg-premium-editorial .atg-section-warm{
  background:
    radial-gradient(circle at 14% 18%, rgba(255, 183, 77, 0.22), transparent 34%),
    radial-gradient(circle at 86% 12%, rgba(192, 99, 255, 0.16), transparent 32%),
    linear-gradient(135deg, #fff8f1 0%, #fff1ec 46%, #fbf1ff 100%);
}.tc-wp-content-root .atg-premium-editorial .atg-container{
  width: min(1320px, 100%);
  max-width: 100%;
  margin: 0 auto;
}.tc-wp-content-root .atg-premium-editorial .atg-header{
  max-width: 780px;
  margin: 0 auto 42px;
  text-align: center;
}.tc-wp-content-root .atg-premium-editorial .atg-header h2{
  margin: 0;
  color: var(--atg-ink);
  font-size: clamp(1.2rem, 4vw, 2.2rem) !important;
  line-height: 1.15;
  font-weight: 820;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .atg-premium-editorial .atg-header h2 span{
  background: linear-gradient(135deg, #ff8a3d 0%, #ff4f7b 48%, #8d5cff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}.tc-wp-content-root .atg-premium-editorial .atg-header p{
  margin: 14px auto 0;
  max-width: 680px;
  color: var(--atg-muted);
  font-size: 1.03rem;
  line-height: 1.72;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .atg-premium-editorial .atg-grid{
  display: grid;
  width: 100%;
  max-width: 100%;
  gap: 24px;
}.tc-wp-content-root .atg-premium-editorial .atg-grid-four{
  grid-template-columns: repeat(4, minmax(0, 1fr));
}.tc-wp-content-root .atg-premium-editorial .atg-grid-three{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}.tc-wp-content-root .atg-premium-editorial .atg-card{
  --fg-mx: 50%;
  --fg-my: 50%;
  --fg-tilt-x: 0deg;
  --fg-tilt-y: 0deg;
  --atg-accent: #ff7a45;
  --atg-accent-2: #ff4f88;
  position: relative;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 238px;
  padding: 28px;
  border: 1px solid var(--atg-line);
  border-radius: 22px;
  background:
    radial-gradient(circle at var(--fg-mx) var(--fg-my), color-mix(in srgb, var(--atg-accent) 20%, transparent), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(255, 250, 247, 0.82));
  box-shadow: 0 18px 44px rgba(81, 48, 38, 0.08);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(18px);
  opacity: 0;
  transition: opacity 0.7s ease, transform 0.7s ease, border-color 0.25s ease, box-shadow 0.25s ease;
  overflow: hidden;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .atg-premium-editorial .atg-card:nth-child(2n){
  --atg-accent: #ff4f7b;
  --atg-accent-2: #ffb347;
}.tc-wp-content-root .atg-premium-editorial .atg-card:nth-child(3n){
  --atg-accent: #9d6cff;
  --atg-accent-2: #ff7a45;
}.tc-wp-content-root .atg-premium-editorial .atg-card:nth-child(4n){
  --atg-accent: #f2a900;
  --atg-accent-2: #ff5e62;
}.tc-wp-content-root .atg-premium-editorial .atg-card:nth-child(5n){
  --atg-accent: #ec5fa8;
  --atg-accent-2: #ff9a3d;
}.tc-wp-content-root .atg-premium-editorial .atg-card::before{
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, color-mix(in srgb, var(--atg-accent) 10%, transparent), transparent 42%);
  opacity: 0;
  transition: opacity 0.25s ease;
  pointer-events: none;
}.tc-wp-content-root .atg-premium-editorial .atg-card.atg-visible{
  opacity: 1;
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(0);
}.tc-wp-content-root .atg-premium-editorial .atg-card:hover{
  border-color: color-mix(in srgb, var(--atg-accent) 42%, transparent);
  box-shadow: 0 24px 64px rgba(91, 48, 56, 0.15);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(-6px);
}.tc-wp-content-root .atg-premium-editorial .atg-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .atg-premium-editorial .atg-icon, .tc-wp-content-root .atg-premium-editorial .atg-badge{
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  max-width: 100%;
  margin-bottom: 22px;
  border-radius: 16px;
  background: linear-gradient(135deg, color-mix(in srgb, var(--atg-accent) 16%, #fff), #fff);
  color: var(--atg-accent);
  border: 1px solid color-mix(in srgb, var(--atg-accent) 22%, transparent);
  box-shadow: 0 12px 26px color-mix(in srgb, var(--atg-accent) 18%, transparent);
  font-size: 1.25rem;
  font-weight: 800;
  transition: transform 0.25s ease, background 0.25s ease, color 0.25s ease;
}.tc-wp-content-root .atg-premium-editorial .atg-card:hover .atg-icon, .tc-wp-content-root .atg-premium-editorial .atg-card:hover .atg-badge{
  transform: translateY(-3px) scale(1.04);
  background: linear-gradient(135deg, var(--atg-accent), var(--atg-accent-2));
  color: #fff;
}.tc-wp-content-root .atg-premium-editorial .atg-card h3{
  position: relative;
  z-index: 1;
  margin: 0;
  color: var(--atg-ink);
  font-size: 1.08rem;
  line-height: 1.32;
  font-weight: 780;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .atg-premium-editorial .atg-card h3::after{
  content: "";
  display: block;
  width: 34px;
  height: 3px;
  margin-top: 12px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--atg-accent), var(--atg-accent-2));
  transition: width 0.25s ease;
}.tc-wp-content-root .atg-premium-editorial .atg-card:hover h3::after{
  width: 78px;
}.tc-wp-content-root .atg-premium-editorial .atg-card p{
  position: relative;
  z-index: 1;
  margin: 14px 0 0;
  color: var(--atg-muted);
  font-size: 0.96rem;
  line-height: 1.68;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .atg-premium-editorial .atg-cta{
  position: relative;
  z-index: 1;
  display: inline-block;
  max-width: 100%;
  margin-top: 18px;
  color: var(--atg-accent);
  font-size: 0.88rem;
  font-weight: 760;
  line-height: 1.35;
  opacity: 0.38;
  transform: translateY(8px);
  transition: opacity 0.25s ease, transform 0.25s ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .atg-premium-editorial .atg-card:hover .atg-cta{
  opacity: 1;
  transform: translateY(0);
}.tc-wp-content-root .atg-premium-editorial .atg-tilt{
  transform-style: preserve-3d;
}.tc-wp-content-root .atg-premium-editorial .atg-process .atg-badge{
  font-size: 0.92rem;
  letter-spacing: 0;
}@media (max-width: 1199px) and (min-width: 1024px) {.tc-wp-content-root .atg-premium-editorial .atg-section{
    padding: 78px 22px;
  }.tc-wp-content-root .atg-premium-editorial .atg-container{
    width: min(1080px, 100%);
  }.tc-wp-content-root .atg-premium-editorial .atg-grid, .tc-wp-content-root .atg-premium-editorial .atg-grid-four, .tc-wp-content-root .atg-premium-editorial .atg-grid-three{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
  }.tc-wp-content-root .atg-premium-editorial .atg-card{
    padding: 25px;
  }.tc-wp-content-root .atg-premium-editorial .atg-header p{
    font-size: 0.99rem;
  }}@media (max-width: 1023px) and (min-width: 768px) {.tc-wp-content-root .atg-premium-editorial .atg-section{
    padding: 64px 20px;
  }.tc-wp-content-root .atg-premium-editorial .atg-header{
    margin-bottom: 34px;
  }.tc-wp-content-root .atg-premium-editorial .atg-grid, .tc-wp-content-root .atg-premium-editorial .atg-grid-four, .tc-wp-content-root .atg-premium-editorial .atg-grid-three{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }.tc-wp-content-root .atg-premium-editorial .atg-card{
    min-height: 220px;
    padding: 24px;
  }.tc-wp-content-root .atg-premium-editorial .atg-card h3{
    font-size: 1.02rem;
  }.tc-wp-content-root .atg-premium-editorial .atg-card p{
    font-size: 0.93rem;
  }}@media (max-width: 767px) and (min-width: 430px) {.tc-wp-content-root .atg-premium-editorial .atg-section{
    padding: 54px 16px;
  }.tc-wp-content-root .atg-premium-editorial .atg-header{
    margin-bottom: 28px;
  }.tc-wp-content-root .atg-premium-editorial .atg-header p{
    font-size: 0.94rem;
    line-height: 1.62;
  }.tc-wp-content-root .atg-premium-editorial .atg-grid, .tc-wp-content-root .atg-premium-editorial .atg-grid-four, .tc-wp-content-root .atg-premium-editorial .atg-grid-three{
    grid-template-columns: 1fr !important;
    gap: 18px;
  }.tc-wp-content-root .atg-premium-editorial .atg-card{
    min-height: auto;
    padding: 22px;
  }}@media (max-width: 429px) and (min-width: 375px) {.tc-wp-content-root .atg-premium-editorial .atg-section{
    padding: 46px 14px;
  }.tc-wp-content-root .atg-premium-editorial .atg-grid, .tc-wp-content-root .atg-premium-editorial .atg-grid-four, .tc-wp-content-root .atg-premium-editorial .atg-grid-three{
    grid-template-columns: 1fr !important;
    gap: 16px;
  }.tc-wp-content-root .atg-premium-editorial .atg-card{
    padding: 20px;
    border-radius: 18px;
  }.tc-wp-content-root .atg-premium-editorial .atg-icon, .tc-wp-content-root .atg-premium-editorial .atg-badge{
    width: 46px;
    height: 46px;
    border-radius: 14px;
    margin-bottom: 18px;
    font-size: 1.05rem;
  }.tc-wp-content-root .atg-premium-editorial .atg-header p, .tc-wp-content-root .atg-premium-editorial .atg-card p{
    font-size: 0.9rem;
  }.tc-wp-content-root .atg-premium-editorial .atg-card h3{
    font-size: 0.98rem;
  }}@media (max-width: 374px) {.tc-wp-content-root .atg-premium-editorial .atg-section{
    padding: 40px 12px;
  }.tc-wp-content-root .atg-premium-editorial .atg-header{
    margin-bottom: 22px;
  }.tc-wp-content-root .atg-premium-editorial .atg-header p{
    font-size: 0.86rem;
    line-height: 1.58;
  }.tc-wp-content-root .atg-premium-editorial .atg-grid, .tc-wp-content-root .atg-premium-editorial .atg-grid-four, .tc-wp-content-root .atg-premium-editorial .atg-grid-three{
    grid-template-columns: 1fr !important;
    gap: 14px;
  }.tc-wp-content-root .atg-premium-editorial .atg-card{
    padding: 18px;
    border-radius: 16px;
  }.tc-wp-content-root .atg-premium-editorial .atg-icon, .tc-wp-content-root .atg-premium-editorial .atg-badge{
    width: 42px;
    height: 42px;
    border-radius: 13px;
    margin-bottom: 16px;
    font-size: 0.98rem;
  }.tc-wp-content-root .atg-premium-editorial .atg-card h3{
    font-size: 0.94rem;
  }.tc-wp-content-root .atg-premium-editorial .atg-card p, .tc-wp-content-root .atg-premium-editorial .atg-cta{
    font-size: 0.84rem;
  }}@media (prefers-reduced-motion: reduce) {.tc-wp-content-root .atg-premium-editorial .atg-card, .tc-wp-content-root .atg-premium-editorial .atg-card::before, .tc-wp-content-root .atg-premium-editorial .atg-icon, .tc-wp-content-root .atg-premium-editorial .atg-badge, .tc-wp-content-root .atg-premium-editorial .atg-cta, .tc-wp-content-root .atg-premium-editorial .atg-card h3::after{
    transition: none !important;
  }.tc-wp-content-root .atg-premium-editorial .atg-card, .tc-wp-content-root .atg-premium-editorial .atg-card.atg-visible, .tc-wp-content-root .atg-premium-editorial .atg-card:hover{
    transform: none !important;
    opacity: 1;
  }}

.tc-wp-content-root .atg-reveal {}