@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 .ahg-premium-editorial, .tc-wp-content-root .ahg-premium-editorial *{
  box-sizing: border-box;
}.tc-wp-content-root .ahg-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: #211a18;
  background: #fff;
}.tc-wp-content-root .ahg-premium-editorial section, .tc-wp-content-root .ahg-premium-editorial div, .tc-wp-content-root .ahg-premium-editorial article{
  max-width: 100%;
}.tc-wp-content-root .ahg-premium-section{
  width: 100%;
  max-width: 100%;
  padding: 92px 24px;
  overflow: hidden;
}.tc-wp-content-root .ahg-premium-section-light{
  background: #fff;
}.tc-wp-content-root .ahg-premium-section-warm{
  background:
    radial-gradient(circle at 14% 12%, rgba(255, 183, 88, 0.24), transparent 30%),
    radial-gradient(circle at 88% 8%, rgba(185, 104, 255, 0.18), transparent 28%),
    linear-gradient(135deg, #fff8ef 0%, #fff1ec 44%, #f8efff 100%);
}.tc-wp-content-root .ahg-premium-container{
  width: min(1320px, 100%);
  margin: 0 auto;
}.tc-wp-content-root .ahg-premium-header{
  width: min(820px, 100%);
  margin: 0 auto 42px;
  text-align: center;
}.tc-wp-content-root .ahg-premium-header h2{
  margin: 0;
  font-size: clamp(1.2rem, 4vw, 2.2rem) !important;
  line-height: 1.16;
  letter-spacing: 0;
  font-weight: 850;
  color: #211a18;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .ahg-premium-gradient-keyword{
  background: linear-gradient(115deg, #ff8a3d 0%, #ff4f7b 46%, #8b5cf6 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}.tc-wp-content-root .ahg-premium-header p{
  margin: 16px auto 0;
  color: #675955;
  font-size: 1.04rem;
  line-height: 1.7;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .ahg-premium-grid{
  width: 100%;
  max-width: 100%;
  display: grid;
  gap: 24px;
}.tc-wp-content-root .ahg-premium-grid-four{
  grid-template-columns: repeat(4, minmax(0, 1fr));
}.tc-wp-content-root .ahg-premium-grid-three{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}.tc-wp-content-root .ahg-premium-card{
  --fg-mx: 50%;
  --fg-my: 0%;
  --fg-tilt-x: 0deg;
  --fg-tilt-y: 0deg;
  --ahg-hue: 18;
  --ahg-accent: hsl(var(--ahg-hue), 92%, 58%);
  --ahg-accent-soft: hsl(var(--ahg-hue), 95%, 94%);
  --ahg-accent-border: hsla(var(--ahg-hue), 86%, 58%, 0.25);

  position: relative;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 100%;
  padding: 28px;
  border: 1px solid rgba(60, 44, 38, 0.1);
  border-radius: 22px;
  background:
    radial-gradient(circle at var(--fg-mx) var(--fg-my), rgba(255, 255, 255, 0.92), transparent 26%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(255, 249, 244, 0.9));
  box-shadow: 0 18px 48px rgba(88, 55, 35, 0.09);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(18px);
  opacity: 0;
  transition:
    opacity 650ms ease,
    transform 650ms ease,
    border-color 260ms ease,
    box-shadow 260ms ease,
    background 260ms ease;
  overflow: hidden;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .ahg-premium-card:nth-child(2){ --ahg-hue: 342; }.tc-wp-content-root .ahg-premium-card:nth-child(3){ --ahg-hue: 39; }.tc-wp-content-root .ahg-premium-card:nth-child(4){ --ahg-hue: 276; }.tc-wp-content-root .ahg-premium-card:nth-child(5){ --ahg-hue: 12; }.tc-wp-content-root .ahg-premium-card:nth-child(6){ --ahg-hue: 325; }.tc-wp-content-root .ahg-premium-card:nth-child(7){ --ahg-hue: 28; }.tc-wp-content-root .ahg-premium-card:nth-child(8){ --ahg-hue: 258; }.tc-wp-content-root .ahg-premium-card::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.72), transparent 38%),
    radial-gradient(circle at var(--fg-mx) var(--fg-my), hsla(var(--ahg-hue), 90%, 66%, 0.2), transparent 34%);
  opacity: 0;
  transition: opacity 260ms ease;
}.tc-wp-content-root .ahg-premium-card.ahg-premium-visible{
  opacity: 1;
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(0);
}.tc-wp-content-root .ahg-premium-card:hover{
  border-color: var(--ahg-accent-border);
  box-shadow: 0 24px 70px rgba(90, 51, 31, 0.15);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(-6px);
}.tc-wp-content-root .ahg-premium-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .ahg-premium-icon, .tc-wp-content-root .ahg-premium-badge{
  position: relative;
  z-index: 1;
  flex: 0 0 auto;
}.tc-wp-content-root .ahg-premium-icon{
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  margin-bottom: 20px;
  border-radius: 18px;
  color: var(--ahg-accent);
  background: linear-gradient(145deg, #fff, var(--ahg-accent-soft));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.84), 0 12px 26px hsla(var(--ahg-hue), 70%, 48%, 0.13);
  transition: transform 260ms ease, color 260ms ease, background 260ms ease;
}.tc-wp-content-root .ahg-premium-icon i{
  font-size: 1.22rem;
  line-height: 1;
}.tc-wp-content-root .ahg-premium-card:hover .ahg-premium-icon{
  color: #fff;
  background: linear-gradient(135deg, var(--ahg-accent), #8b5cf6);
  transform: translateY(-3px) scale(1.04) rotate(-2deg);
}.tc-wp-content-root .ahg-premium-card h3{
  position: relative;
  z-index: 1;
  margin: 0 0 13px;
  color: #241b18;
  font-size: 1.08rem;
  line-height: 1.28;
  letter-spacing: 0;
  font-weight: 800;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .ahg-premium-card h3::after{
  content: "";
  display: block;
  width: 34px;
  height: 3px;
  margin-top: 12px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--ahg-accent), rgba(139, 92, 246, 0.72));
  transition: width 260ms ease;
}.tc-wp-content-root .ahg-premium-card:hover h3::after{
  width: 72px;
}.tc-wp-content-root .ahg-premium-card p{
  position: relative;
  z-index: 1;
  margin: 0;
  color: #6a5b56;
  font-size: 0.96rem;
  line-height: 1.66;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .ahg-premium-cta{
  position: relative;
  z-index: 1;
  display: inline-flex;
  max-width: 100%;
  margin-top: 18px;
  color: var(--ahg-accent);
  font-size: 0.9rem;
  line-height: 1.3;
  font-weight: 800;
  opacity: 0.46;
  transform: translateY(8px);
  transition: opacity 260ms ease, transform 260ms ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .ahg-premium-card:hover .ahg-premium-cta{
  opacity: 1;
  transform: translateY(0);
}.tc-wp-content-root .ahg-premium-tilt{
  transform-style: preserve-3d;
}.tc-wp-content-root .ahg-premium-tilt .ahg-premium-icon, .tc-wp-content-root .ahg-premium-tilt h3, .tc-wp-content-root .ahg-premium-tilt p{
  transform: translateZ(18px);
}.tc-wp-content-root .ahg-premium-process{
  padding-top: 72px;
}.tc-wp-content-root .ahg-premium-badge{
  position: absolute;
  top: 24px;
  left: 24px;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  color: #fff;
  background: linear-gradient(135deg, var(--ahg-accent), #ff4f7b 52%, #8b5cf6);
  box-shadow: 0 14px 28px hsla(var(--ahg-hue), 76%, 46%, 0.2);
  font-size: 0.86rem;
  line-height: 1;
  font-weight: 900;
  transition: transform 260ms ease, box-shadow 260ms ease;
}.tc-wp-content-root .ahg-premium-process:hover .ahg-premium-badge{
  transform: translateY(-3px) rotate(-4deg) scale(1.06);
  box-shadow: 0 18px 34px hsla(var(--ahg-hue), 76%, 46%, 0.28);
}@media (min-width: 1200px) {.tc-wp-content-root .ahg-premium-grid-four{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }.tc-wp-content-root .ahg-premium-grid-three{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }}@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-content-root .ahg-premium-section{
    padding: 78px 22px;
  }.tc-wp-content-root .ahg-premium-container{
    width: min(1080px, 100%);
  }.tc-wp-content-root .ahg-premium-grid, .tc-wp-content-root .ahg-premium-grid-four, .tc-wp-content-root .ahg-premium-grid-three{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
  }.tc-wp-content-root .ahg-premium-header{
    margin-bottom: 36px;
  }.tc-wp-content-root .ahg-premium-header p{
    font-size: 1rem;
  }.tc-wp-content-root .ahg-premium-card{
    padding: 25px;
  }.tc-wp-content-root .ahg-premium-process{
    padding-top: 68px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .ahg-premium-section{
    padding: 66px 20px;
  }.tc-wp-content-root .ahg-premium-grid, .tc-wp-content-root .ahg-premium-grid-four, .tc-wp-content-root .ahg-premium-grid-three{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }.tc-wp-content-root .ahg-premium-header{
    margin-bottom: 32px;
  }.tc-wp-content-root .ahg-premium-header p{
    font-size: 0.98rem;
  }.tc-wp-content-root .ahg-premium-card{
    padding: 24px;
  }.tc-wp-content-root .ahg-premium-card h3{
    font-size: 1.03rem;
  }.tc-wp-content-root .ahg-premium-card p{
    font-size: 0.94rem;
  }.tc-wp-content-root .ahg-premium-process{
    padding-top: 66px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .ahg-premium-section{
    padding: 54px 16px;
  }.tc-wp-content-root .ahg-premium-grid, .tc-wp-content-root .ahg-premium-grid-four, .tc-wp-content-root .ahg-premium-grid-three{
    grid-template-columns: 1fr !important;
    gap: 16px;
  }.tc-wp-content-root .ahg-premium-header{
    margin-bottom: 26px;
  }.tc-wp-content-root .ahg-premium-header p{
    font-size: 0.94rem;
    line-height: 1.62;
  }.tc-wp-content-root .ahg-premium-card{
    padding: 22px;
    border-radius: 19px;
  }.tc-wp-content-root .ahg-premium-icon{
    width: 50px;
    height: 50px;
    margin-bottom: 17px;
    border-radius: 16px;
  }.tc-wp-content-root .ahg-premium-process{
    padding-top: 62px;
  }.tc-wp-content-root .ahg-premium-badge{
    top: 20px;
    left: 20px;
    width: 39px;
    height: 39px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .ahg-premium-section{
    padding: 46px 14px;
  }.tc-wp-content-root .ahg-premium-grid, .tc-wp-content-root .ahg-premium-grid-four, .tc-wp-content-root .ahg-premium-grid-three{
    grid-template-columns: 1fr !important;
    gap: 14px;
  }.tc-wp-content-root .ahg-premium-header{
    margin-bottom: 24px;
  }.tc-wp-content-root .ahg-premium-header p{
    font-size: 0.9rem;
    line-height: 1.58;
  }.tc-wp-content-root .ahg-premium-card{
    padding: 19px;
    border-radius: 18px;
  }.tc-wp-content-root .ahg-premium-icon{
    width: 46px;
    height: 46px;
    margin-bottom: 15px;
    border-radius: 15px;
  }.tc-wp-content-root .ahg-premium-icon i{
    font-size: 1.05rem;
  }.tc-wp-content-root .ahg-premium-card h3{
    font-size: 0.98rem;
  }.tc-wp-content-root .ahg-premium-card p, .tc-wp-content-root .ahg-premium-cta{
    font-size: 0.88rem;
  }.tc-wp-content-root .ahg-premium-process{
    padding-top: 58px;
  }.tc-wp-content-root .ahg-premium-badge{
    top: 18px;
    left: 18px;
    width: 37px;
    height: 37px;
    border-radius: 13px;
    font-size: 0.8rem;
  }}@media (max-width: 374px) {.tc-wp-content-root .ahg-premium-section{
    padding: 40px 12px;
  }.tc-wp-content-root .ahg-premium-grid, .tc-wp-content-root .ahg-premium-grid-four, .tc-wp-content-root .ahg-premium-grid-three{
    grid-template-columns: 1fr !important;
    gap: 12px;
  }.tc-wp-content-root .ahg-premium-header{
    margin-bottom: 22px;
  }.tc-wp-content-root .ahg-premium-header p{
    font-size: 0.86rem;
    line-height: 1.55;
  }.tc-wp-content-root .ahg-premium-card{
    padding: 17px;
    border-radius: 16px;
  }.tc-wp-content-root .ahg-premium-icon{
    width: 42px;
    height: 42px;
    margin-bottom: 14px;
    border-radius: 14px;
  }.tc-wp-content-root .ahg-premium-icon i{
    font-size: 1rem;
  }.tc-wp-content-root .ahg-premium-card h3{
    font-size: 0.94rem;
    line-height: 1.24;
  }.tc-wp-content-root .ahg-premium-card p, .tc-wp-content-root .ahg-premium-cta{
    font-size: 0.84rem;
    line-height: 1.52;
  }.tc-wp-content-root .ahg-premium-process{
    padding-top: 54px;
  }.tc-wp-content-root .ahg-premium-badge{
    top: 16px;
    left: 16px;
    width: 34px;
    height: 34px;
    border-radius: 12px;
    font-size: 0.76rem;
  }}@media (prefers-reduced-motion: reduce) {.tc-wp-content-root .ahg-premium-editorial *, .tc-wp-content-root .ahg-premium-editorial *::before, .tc-wp-content-root .ahg-premium-editorial *::after{
    transition-duration: 1ms !important;
    animation-duration: 1ms !important;
    scroll-behavior: auto !important;
  }.tc-wp-content-root .ahg-premium-card, .tc-wp-content-root .ahg-premium-card.ahg-premium-visible, .tc-wp-content-root .ahg-premium-card:hover{
    transform: none !important;
    opacity: 1;
  }}

.tc-wp-content-root .ahg-premium-reveal {}