@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 .jug-premium-editorial, .tc-wp-content-root .jug-premium-editorial *{
  box-sizing: border-box;
}.tc-wp-content-root .jug-premium-editorial{
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  color: #251f2b;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  background: #fff;
}.tc-wp-content-root .jug-premium-editorial .jug-section{
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  padding: 92px 24px;
  position: relative;
}.tc-wp-content-root .jug-premium-editorial .jug-section--intro, .tc-wp-content-root .jug-premium-editorial .jug-section--process{
  background: #fff;
}.tc-wp-content-root .jug-premium-editorial .jug-section--benefits{
  background:
    radial-gradient(circle at 12% 8%, rgba(245, 115, 95, 0.13), transparent 34%),
    radial-gradient(circle at 88% 18%, rgba(150, 93, 255, 0.12), transparent 32%),
    linear-gradient(180deg, #fff8f2 0%, #fff2ea 100%);
}.tc-wp-content-root .jug-premium-editorial .jug-container{
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
}.tc-wp-content-root .jug-premium-editorial .jug-heading-wrap{
  max-width: 780px;
  margin: 0 auto 42px;
  text-align: center;
}.tc-wp-content-root .jug-premium-editorial h2{
  margin: 0;
  color: #22182a;
  font-size: clamp(1.2rem, 4vw, 2.2rem) !important;
  line-height: 1.16;
  letter-spacing: 0;
  font-weight: 850;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .jug-premium-editorial h2 span{
  display: inline;
  color: transparent;
  background: linear-gradient(120deg, #e84d6a 0%, #f28c38 42%, #8d5cf6 100%);
  -webkit-background-clip: text;
  background-clip: text;
}.tc-wp-content-root .jug-premium-editorial .jug-heading-wrap p{
  margin: 14px auto 0;
  max-width: 680px;
  color: #665a6f;
  font-size: 1.02rem;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .jug-premium-editorial .jug-card-grid{
  width: 100%;
  max-width: 100%;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}.tc-wp-content-root .jug-premium-editorial .jug-card{
  --fg-mx: 50%;
  --fg-my: 50%;
  --fg-tilt-x: 0deg;
  --fg-tilt-y: 0deg;
  --jug-accent: #e84d6a;
  --jug-accent-2: #f28c38;
  --jug-soft: rgba(232, 77, 106, 0.1);
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 260px;
  position: relative;
  isolation: isolate;
  padding: 28px;
  border: 1px solid rgba(69, 45, 78, 0.1);
  border-radius: 22px;
  background:
    radial-gradient(circle at var(--fg-mx) var(--fg-my), rgba(255, 255, 255, 0.92), transparent 0 112px),
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(255, 248, 244, 0.9));
  box-shadow: 0 16px 42px rgba(71, 42, 60, 0.08);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(18px);
  opacity: 0;
  transition:
    opacity 620ms ease,
    transform 620ms ease,
    border-color 240ms ease,
    box-shadow 240ms ease,
    background 240ms ease;
  overflow: hidden;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .jug-premium-editorial .jug-card::before{
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(135deg, var(--jug-soft), transparent 42%),
    radial-gradient(circle at 90% 12%, color-mix(in srgb, var(--jug-accent) 16%, transparent), transparent 34%);
  opacity: 0.92;
  pointer-events: none;
}.tc-wp-content-root .jug-premium-editorial .jug-card::after{
  content: "";
  position: absolute;
  inset: auto 18px 0;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--jug-accent), var(--jug-accent-2));
  transform: scaleX(0.22);
  transform-origin: left;
  opacity: 0.55;
  transition: transform 260ms ease, opacity 260ms ease;
}.tc-wp-content-root .jug-premium-editorial .jug-card:nth-child(2){ --jug-accent: #8d5cf6; --jug-accent-2: #ed5f88; --jug-soft: rgba(141, 92, 246, 0.1); }.tc-wp-content-root .jug-premium-editorial .jug-card:nth-child(3){ --jug-accent: #0ea5a4; --jug-accent-2: #72b85f; --jug-soft: rgba(14, 165, 164, 0.1); }.tc-wp-content-root .jug-premium-editorial .jug-card:nth-child(4){ --jug-accent: #f28c38; --jug-accent-2: #e84d6a; --jug-soft: rgba(242, 140, 56, 0.12); }.tc-wp-content-root .jug-premium-editorial .jug-card:nth-child(5){ --jug-accent: #d946ef; --jug-accent-2: #8d5cf6; --jug-soft: rgba(217, 70, 239, 0.1); }.tc-wp-content-root .jug-premium-editorial .jug-card:nth-child(6){ --jug-accent: #2563eb; --jug-accent-2: #0ea5a4; --jug-soft: rgba(37, 99, 235, 0.1); }.tc-wp-content-root .jug-premium-editorial .jug-card:nth-child(7){ --jug-accent: #dc5a3f; --jug-accent-2: #f2b441; --jug-soft: rgba(220, 90, 63, 0.11); }.tc-wp-content-root .jug-premium-editorial .jug-card:nth-child(8){ --jug-accent: #7c3aed; --jug-accent-2: #f28c38; --jug-soft: rgba(124, 58, 237, 0.1); }.tc-wp-content-root .jug-premium-editorial .jug-card.jug-visible{
  opacity: 1;
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(0);
}.tc-wp-content-root .jug-premium-editorial .jug-card:hover{
  border-color: color-mix(in srgb, var(--jug-accent) 42%, rgba(69, 45, 78, 0.16));
  box-shadow: 0 24px 60px rgba(71, 42, 60, 0.15);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(-7px);
}.tc-wp-content-root .jug-premium-editorial .jug-card:hover::after{
  transform: scaleX(1);
  opacity: 1;
}.tc-wp-content-root .jug-premium-editorial .jug-icon{
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  margin-bottom: 20px;
  border-radius: 18px;
  color: var(--jug-accent);
  background: linear-gradient(145deg, #fff, var(--jug-soft));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.72), 0 12px 28px color-mix(in srgb, var(--jug-accent) 15%, transparent);
  transition: transform 240ms ease, color 240ms ease, background 240ms ease;
}.tc-wp-content-root .jug-premium-editorial .jug-icon i{
  font-size: 1.32rem;
  line-height: 1;
}.tc-wp-content-root .jug-premium-editorial .jug-card:hover .jug-icon{
  color: #fff;
  background: linear-gradient(135deg, var(--jug-accent), var(--jug-accent-2));
  transform: translateY(-3px) rotate(-3deg) scale(1.04);
}.tc-wp-content-root .jug-premium-editorial h3{
  position: relative;
  margin: 0 0 12px;
  color: #241a2b;
  font-size: 1.08rem;
  line-height: 1.25;
  letter-spacing: 0;
  font-weight: 800;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .jug-premium-editorial h3::after{
  content: "";
  display: block;
  width: 34px;
  height: 2px;
  margin-top: 10px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--jug-accent), var(--jug-accent-2));
  transform: scaleX(0.55);
  transform-origin: left;
  transition: transform 240ms ease;
}.tc-wp-content-root .jug-premium-editorial .jug-card:hover h3::after{
  transform: scaleX(1.35);
}.tc-wp-content-root .jug-premium-editorial .jug-card p{
  margin: 0;
  color: #665a6f;
  font-size: 0.95rem;
  line-height: 1.62;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .jug-premium-editorial .jug-cta{
  display: inline-block;
  max-width: 100%;
  margin-top: 18px;
  color: var(--jug-accent);
  font-size: 0.9rem;
  font-weight: 780;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 240ms ease, transform 240ms ease, color 240ms ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .jug-premium-editorial .jug-card:hover .jug-cta{
  opacity: 1;
  transform: translateY(0);
}.tc-wp-content-root .jug-premium-editorial .jug-card--benefit{
  background:
    radial-gradient(circle at var(--fg-mx) var(--fg-my), rgba(255, 255, 255, 0.9), transparent 0 118px),
    linear-gradient(145deg, rgba(255, 255, 255, 0.82), rgba(255, 245, 238, 0.86));
  transform-style: preserve-3d;
}.tc-wp-content-root .jug-premium-editorial .jug-card--benefit .jug-icon, .tc-wp-content-root .jug-premium-editorial .jug-card--benefit h3, .tc-wp-content-root .jug-premium-editorial .jug-card--benefit p{
  transform: translateZ(18px);
}.tc-wp-content-root .jug-premium-editorial .jug-card--step{
  min-height: 282px;
  padding-top: 34px;
}.tc-wp-content-root .jug-premium-editorial .jug-step{
  position: absolute;
  right: 20px;
  top: 10px;
  color: color-mix(in srgb, var(--jug-accent) 18%, transparent);
  font-size: 4.4rem;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0;
  pointer-events: none;
  transition: transform 260ms ease, color 260ms ease;
}.tc-wp-content-root .jug-premium-editorial .jug-card--step:hover .jug-step{
  color: color-mix(in srgb, var(--jug-accent) 28%, transparent);
  transform: translateY(-4px) scale(1.04);
}@media (min-width: 1200px) {.tc-wp-content-root .jug-premium-editorial .jug-section{
    padding: 96px 28px;
  }.tc-wp-content-root .jug-premium-editorial .jug-container{
    max-width: 1240px;
  }.tc-wp-content-root .jug-premium-editorial .jug-card-grid{
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
  }}@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-content-root .jug-premium-editorial .jug-section{
    padding: 82px 22px;
  }.tc-wp-content-root .jug-premium-editorial .jug-container{
    max-width: 1040px;
  }.tc-wp-content-root .jug-premium-editorial .jug-heading-wrap p{
    font-size: 0.98rem;
  }.tc-wp-content-root .jug-premium-editorial .jug-card-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
  }.tc-wp-content-root .jug-premium-editorial .jug-card{
    padding: 25px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .jug-premium-editorial .jug-section{
    padding: 70px 20px;
  }.tc-wp-content-root .jug-premium-editorial .jug-heading-wrap{
    margin-bottom: 34px;
  }.tc-wp-content-root .jug-premium-editorial .jug-heading-wrap p{
    font-size: 0.96rem;
  }.tc-wp-content-root .jug-premium-editorial .jug-card-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }.tc-wp-content-root .jug-premium-editorial .jug-card{
    padding: 24px;
    min-height: 240px;
  }.tc-wp-content-root .jug-premium-editorial h3{
    font-size: 1.03rem;
  }.tc-wp-content-root .jug-premium-editorial .jug-card p{
    font-size: 0.93rem;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .jug-premium-editorial .jug-section{
    padding: 58px 16px;
  }.tc-wp-content-root .jug-premium-editorial .jug-heading-wrap{
    margin-bottom: 28px;
  }.tc-wp-content-root .jug-premium-editorial .jug-heading-wrap p{
    font-size: 0.94rem;
  }.tc-wp-content-root .jug-premium-editorial .jug-card-grid{
    grid-template-columns: 1fr !important;
    gap: 16px;
  }.tc-wp-content-root .jug-premium-editorial .jug-card{
    width: 100%;
    max-width: 100%;
    min-width: 0;
    min-height: auto;
    padding: 22px;
  }.tc-wp-content-root .jug-premium-editorial .jug-cta{
    opacity: 1;
    transform: none;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .jug-premium-editorial .jug-section{
    padding: 50px 14px;
  }.tc-wp-content-root .jug-premium-editorial .jug-heading-wrap{
    margin-bottom: 24px;
  }.tc-wp-content-root .jug-premium-editorial .jug-heading-wrap p{
    font-size: 0.91rem;
  }.tc-wp-content-root .jug-premium-editorial .jug-card-grid{
    grid-template-columns: 1fr !important;
    gap: 14px;
  }.tc-wp-content-root .jug-premium-editorial .jug-card{
    padding: 20px;
    min-height: auto;
    border-radius: 18px;
  }.tc-wp-content-root .jug-premium-editorial .jug-icon{
    width: 48px;
    height: 48px;
    border-radius: 16px;
  }.tc-wp-content-root .jug-premium-editorial .jug-icon i{
    font-size: 1.16rem;
  }.tc-wp-content-root .jug-premium-editorial .jug-step{
    font-size: 3.5rem;
  }.tc-wp-content-root .jug-premium-editorial .jug-cta{
    opacity: 1;
    transform: none;
  }}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .jug-premium-editorial .jug-section{
    padding: 44px 12px;
  }.tc-wp-content-root .jug-premium-editorial .jug-heading-wrap{
    margin-bottom: 22px;
  }.tc-wp-content-root .jug-premium-editorial .jug-heading-wrap p{
    font-size: 0.88rem;
  }.tc-wp-content-root .jug-premium-editorial .jug-card-grid{
    grid-template-columns: 1fr !important;
    gap: 12px;
  }.tc-wp-content-root .jug-premium-editorial .jug-card{
    padding: 18px;
    min-height: auto;
    border-radius: 16px;
  }.tc-wp-content-root .jug-premium-editorial .jug-icon{
    width: 44px;
    height: 44px;
    margin-bottom: 16px;
    border-radius: 14px;
  }.tc-wp-content-root .jug-premium-editorial .jug-icon i{
    font-size: 1.05rem;
  }.tc-wp-content-root .jug-premium-editorial h3{
    font-size: 0.98rem;
  }.tc-wp-content-root .jug-premium-editorial .jug-card p, .tc-wp-content-root .jug-premium-editorial .jug-cta{
    font-size: 0.88rem;
  }.tc-wp-content-root .jug-premium-editorial .jug-step{
    right: 14px;
    top: 10px;
    font-size: 3rem;
  }.tc-wp-content-root .jug-premium-editorial .jug-cta{
    opacity: 1;
    transform: none;
  }}@media (max-width: 319px) {.tc-wp-content-root .jug-premium-editorial .jug-section{
    padding: 38px 10px;
  }.tc-wp-content-root .jug-premium-editorial .jug-card-grid{
    grid-template-columns: 1fr !important;
    gap: 10px;
  }.tc-wp-content-root .jug-premium-editorial .jug-card{
    padding: 16px;
    min-width: 0;
  }}@media (prefers-reduced-motion: reduce) {.tc-wp-content-root .jug-premium-editorial .jug-card, .tc-wp-content-root .jug-premium-editorial .jug-card *, .tc-wp-content-root .jug-premium-editorial .jug-card::after{
    transition: none !important;
    animation: none !important;
  }.tc-wp-content-root .jug-premium-editorial .jug-card{
    opacity: 1;
    transform: none !important;
  }}

.tc-wp-content-root .jug-card-grid--process {}
.tc-wp-content-root .jug-card-grid--tilt {}
.tc-wp-content-root .jug-reveal {}