@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 .hsug-editorial-block{
  --hsug-ink: #211724;
  --hsug-muted: #685d6d;
  --hsug-line: rgba(122, 70, 116, 0.16);
  --hsug-main: #a84f7a;
  --hsug-main-2: #db8a5d;
  --hsug-soft: #fff6f0;
  --hsug-card-bg: rgba(255, 255, 255, 0.86);
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  box-sizing: border-box;
  color: var(--hsug-ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}.tc-wp-content-root .hsug-editorial-block *, .tc-wp-content-root .hsug-editorial-block *::before, .tc-wp-content-root .hsug-editorial-block *::after{
  box-sizing: border-box;
}.tc-wp-content-root .hsug-editorial-block .hsug-section, .tc-wp-content-root .hsug-editorial-block .hsug-container, .tc-wp-content-root .hsug-editorial-block .hsug-grid, .tc-wp-content-root .hsug-editorial-block .hsug-card{
  max-width: 100%;
}.tc-wp-content-root .hsug-editorial-block .hsug-section{
  position: relative;
  overflow: hidden;
}.tc-wp-content-root .hsug-editorial-block .hsug-section-white{
  background: #fff;
}.tc-wp-content-root .hsug-editorial-block .hsug-section-warm{
  background:
    radial-gradient(circle at 12% 18%, rgba(219, 138, 93, 0.15), transparent 30%),
    radial-gradient(circle at 86% 8%, rgba(168, 79, 122, 0.13), transparent 32%),
    linear-gradient(180deg, #fff8f1 0%, #fff2ea 100%);
}.tc-wp-content-root .hsug-editorial-block .hsug-container{
  width: min(1280px, calc(100% - 48px));
  margin: 0 auto;
}.tc-wp-content-root .hsug-editorial-block .hsug-section-head{
  max-width: 780px;
  margin: 0 auto 38px;
  text-align: center;
}.tc-wp-content-root .hsug-editorial-block h2{
  margin: 0;
  color: var(--hsug-ink);
  font-size: clamp(1.2rem, 4vw, 2.2rem) !important;
  line-height: 1.14;
  font-weight: 850;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .hsug-editorial-block h2 span{
  background: linear-gradient(110deg, #a84f7a 0%, #d66b68 44%, #db8a5d 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}.tc-wp-content-root .hsug-editorial-block .hsug-section-head p{
  margin: 14px auto 0;
  color: var(--hsug-muted);
  font-size: 1.03rem;
  line-height: 1.7;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .hsug-editorial-block .hsug-grid{
  display: grid;
  width: 100%;
  gap: 22px;
}.tc-wp-content-root .hsug-editorial-block .hsug-card{
  --fg-mx: 50%;
  --fg-my: 50%;
  --fg-tilt-x: 0deg;
  --fg-tilt-y: 0deg;
  --hsug-accent: #a84f7a;
  --hsug-accent-2: #db8a5d;
  position: relative;
  isolation: isolate;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  min-height: 260px;
  padding: 26px;
  border: 1px solid var(--hsug-line);
  border-radius: 22px;
  background:
    radial-gradient(circle at var(--fg-mx) var(--fg-my), color-mix(in srgb, var(--hsug-accent) 18%, transparent), transparent 36%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(255, 249, 245, 0.82));
  box-shadow: 0 18px 48px rgba(58, 34, 44, 0.08);
  opacity: 0;
  transform: translateY(24px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y));
  transform-style: preserve-3d;
  transition:
    opacity 650ms ease,
    transform 650ms cubic-bezier(.2,.8,.2,1),
    border-color 260ms ease,
    box-shadow 260ms ease,
    background 260ms ease;
  overflow: hidden;
}.tc-wp-content-root .hsug-editorial-block .hsug-card::before{
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--hsug-accent) 13%, transparent), transparent 42%),
    radial-gradient(circle at 100% 0%, color-mix(in srgb, var(--hsug-accent-2) 16%, transparent), transparent 34%);
  opacity: 0.76;
  pointer-events: none;
}.tc-wp-content-root .hsug-editorial-block .hsug-card::after{
  content: "";
  position: absolute;
  inset: auto 18px 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, color-mix(in srgb, var(--hsug-accent) 46%, transparent), transparent);
  opacity: 0;
  transition: opacity 260ms ease;
}.tc-wp-content-root .hsug-editorial-block .hsug-card.hsug-visible{
  opacity: 1;
  transform: translateY(0) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y));
}.tc-wp-content-root .hsug-editorial-block .hsug-card:hover{
  border-color: color-mix(in srgb, var(--hsug-accent) 42%, transparent);
  box-shadow: 0 26px 70px rgba(58, 34, 44, 0.14);
  transform: translateY(-7px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y));
}.tc-wp-content-root .hsug-editorial-block .hsug-card:hover::after{
  opacity: 1;
}.tc-wp-content-root .hsug-editorial-block .hsug-icon{
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  max-width: 100%;
  border-radius: 18px;
  background: color-mix(in srgb, var(--hsug-accent) 13%, #fff);
  color: var(--hsug-accent);
  font-size: 1.28rem;
  box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--hsug-accent) 16%, transparent);
  transition: transform 260ms ease, background 260ms ease, color 260ms ease, box-shadow 260ms ease;
}.tc-wp-content-root .hsug-editorial-block .hsug-card:hover .hsug-icon{
  transform: translateY(-3px) scale(1.05) rotate(-3deg);
  background: linear-gradient(135deg, var(--hsug-accent), var(--hsug-accent-2));
  color: #fff;
  box-shadow: 0 14px 32px color-mix(in srgb, var(--hsug-accent) 24%, transparent);
}.tc-wp-content-root .hsug-editorial-block h3{
  position: relative;
  margin: 22px 0 0;
  color: var(--hsug-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 .hsug-editorial-block h3::after{
  content: "";
  display: block;
  width: 34px;
  height: 2px;
  margin-top: 10px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--hsug-accent), var(--hsug-accent-2));
  transition: width 260ms ease;
}.tc-wp-content-root .hsug-editorial-block .hsug-card:hover h3::after{
  width: 76px;
}.tc-wp-content-root .hsug-editorial-block .hsug-card p{
  margin: 14px 0 0;
  color: var(--hsug-muted);
  font-size: 0.96rem;
  line-height: 1.68;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .hsug-editorial-block .hsug-cta{
  display: inline-flex;
  max-width: 100%;
  margin-top: 18px;
  color: var(--hsug-accent);
  font-size: 0.9rem;
  font-weight: 760;
  line-height: 1.35;
  opacity: 0.18;
  transform: translateY(8px);
  transition: opacity 260ms ease, transform 260ms ease, color 260ms ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .hsug-editorial-block .hsug-card:hover .hsug-cta{
  opacity: 1;
  transform: translateY(0);
  color: color-mix(in srgb, var(--hsug-accent) 86%, #6b2c51);
}.tc-wp-content-root .hsug-editorial-block .hsug-tilt{
  perspective: 900px;
}.tc-wp-content-root .hsug-editorial-block .hsug-process{
  min-height: 282px;
}.tc-wp-content-root .hsug-editorial-block .hsug-process::before{
  content: var(--hsug-step);
  position: absolute;
  right: 18px;
  top: 10px;
  z-index: -1;
  color: color-mix(in srgb, var(--hsug-accent) 13%, transparent);
  font-size: clamp(3.6rem, 8vw, 5.8rem);
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
  transition: transform 260ms ease, color 260ms ease;
  pointer-events: none;
}.tc-wp-content-root .hsug-editorial-block .hsug-process:hover::before{
  color: color-mix(in srgb, var(--hsug-accent) 20%, transparent);
  transform: translateY(-4px) scale(1.04);
}.tc-wp-content-root .hsug-editorial-block .hsug-step-text{
  display: inline-block;
  margin-bottom: 16px;
  color: var(--hsug-accent);
  font-size: 0.82rem;
  font-weight: 820;
  letter-spacing: 0;
  line-height: 1.2;
  overflow-wrap: anywhere;
  word-break: break-word;
  transition: transform 260ms ease, color 260ms ease;
}.tc-wp-content-root .hsug-editorial-block .hsug-process:hover .hsug-step-text{
  transform: translateX(3px);
  color: var(--hsug-accent-2);
}.tc-wp-content-root .hsug-editorial-block .hsug-card:nth-child(1){ --hsug-accent: #a84f7a; --hsug-accent-2: #db8a5d; }.tc-wp-content-root .hsug-editorial-block .hsug-card:nth-child(2){ --hsug-accent: #7d63c8; --hsug-accent-2: #d36a8c; }.tc-wp-content-root .hsug-editorial-block .hsug-card:nth-child(3){ --hsug-accent: #c05c5c; --hsug-accent-2: #e0a14f; }.tc-wp-content-root .hsug-editorial-block .hsug-card:nth-child(4){ --hsug-accent: #3f8f8a; --hsug-accent-2: #8e66c9; }.tc-wp-content-root .hsug-editorial-block .hsug-card:nth-child(5){ --hsug-accent: #b06292; --hsug-accent-2: #6f9d78; }.tc-wp-content-root .hsug-editorial-block .hsug-card:nth-child(6){ --hsug-accent: #d07945; --hsug-accent-2: #aa5f9f; }.tc-wp-content-root .hsug-editorial-block .hsug-card:nth-child(7){ --hsug-accent: #5777bd; --hsug-accent-2: #d98269; }.tc-wp-content-root .hsug-editorial-block .hsug-card:nth-child(8){ --hsug-accent: #8b6a3f; --hsug-accent-2: #bd5f87; }@media (min-width: 1200px) {.tc-wp-content-root .hsug-editorial-block .hsug-section{
    padding: 92px 0;
  }.tc-wp-content-root .hsug-editorial-block .hsug-grid{
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
  }.tc-wp-content-root .hsug-editorial-block .hsug-container{
    width: min(1280px, calc(100% - 64px));
  }}@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-content-root .hsug-editorial-block .hsug-section{
    padding: 78px 0;
  }.tc-wp-content-root .hsug-editorial-block .hsug-container{
    width: min(1080px, calc(100% - 52px));
  }.tc-wp-content-root .hsug-editorial-block .hsug-section-head{
    margin-bottom: 32px;
  }.tc-wp-content-root .hsug-editorial-block .hsug-section-head p{
    font-size: 0.99rem;
  }.tc-wp-content-root .hsug-editorial-block .hsug-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
  }.tc-wp-content-root .hsug-editorial-block .hsug-card{
    padding: 24px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .hsug-editorial-block .hsug-section{
    padding: 68px 0;
  }.tc-wp-content-root .hsug-editorial-block .hsug-container{
    width: min(920px, calc(100% - 40px));
  }.tc-wp-content-root .hsug-editorial-block .hsug-section-head{
    margin-bottom: 28px;
  }.tc-wp-content-root .hsug-editorial-block .hsug-section-head p{
    font-size: 0.96rem;
  }.tc-wp-content-root .hsug-editorial-block .hsug-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }.tc-wp-content-root .hsug-editorial-block .hsug-card{
    padding: 22px;
    min-height: 240px;
  }.tc-wp-content-root .hsug-editorial-block h3{
    font-size: 1.02rem;
  }.tc-wp-content-root .hsug-editorial-block .hsug-card p{
    font-size: 0.93rem;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .hsug-editorial-block .hsug-section{
    padding: 56px 0;
  }.tc-wp-content-root .hsug-editorial-block .hsug-container{
    width: min(100%, calc(100% - 28px));
  }.tc-wp-content-root .hsug-editorial-block .hsug-section-head{
    margin-bottom: 24px;
  }.tc-wp-content-root .hsug-editorial-block .hsug-section-head p{
    font-size: 0.94rem;
    line-height: 1.62;
  }.tc-wp-content-root .hsug-editorial-block .hsug-grid{
    grid-template-columns: 1fr !important;
    gap: 16px;
  }.tc-wp-content-root .hsug-editorial-block .hsug-card{
    padding: 21px;
    min-height: auto;
  }.tc-wp-content-root .hsug-editorial-block .hsug-cta{
    opacity: 0.82;
    transform: none;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .hsug-editorial-block .hsug-section{
    padding: 48px 0;
  }.tc-wp-content-root .hsug-editorial-block .hsug-container{
    width: min(100%, calc(100% - 24px));
  }.tc-wp-content-root .hsug-editorial-block .hsug-section-head{
    margin-bottom: 22px;
  }.tc-wp-content-root .hsug-editorial-block .hsug-section-head p{
    font-size: 0.9rem;
    line-height: 1.58;
  }.tc-wp-content-root .hsug-editorial-block .hsug-grid{
    grid-template-columns: 1fr !important;
    gap: 14px;
  }.tc-wp-content-root .hsug-editorial-block .hsug-card{
    padding: 19px;
    border-radius: 18px;
    min-height: auto;
  }.tc-wp-content-root .hsug-editorial-block .hsug-icon{
    width: 48px;
    height: 48px;
    border-radius: 16px;
    font-size: 1.1rem;
  }.tc-wp-content-root .hsug-editorial-block h3{
    margin-top: 18px;
    font-size: 0.99rem;
  }.tc-wp-content-root .hsug-editorial-block .hsug-card p{
    font-size: 0.9rem;
  }.tc-wp-content-root .hsug-editorial-block .hsug-cta{
    opacity: 0.82;
    transform: none;
  }}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .hsug-editorial-block .hsug-section{
    padding: 42px 0;
  }.tc-wp-content-root .hsug-editorial-block .hsug-container{
    width: min(100%, calc(100% - 18px));
  }.tc-wp-content-root .hsug-editorial-block .hsug-section-head{
    margin-bottom: 20px;
  }.tc-wp-content-root .hsug-editorial-block .hsug-section-head p{
    font-size: 0.86rem;
    line-height: 1.55;
  }.tc-wp-content-root .hsug-editorial-block .hsug-grid{
    grid-template-columns: 1fr !important;
    gap: 12px;
  }.tc-wp-content-root .hsug-editorial-block .hsug-card{
    padding: 16px;
    border-radius: 16px;
    min-height: auto;
  }.tc-wp-content-root .hsug-editorial-block .hsug-icon{
    width: 44px;
    height: 44px;
    border-radius: 14px;
    font-size: 1rem;
  }.tc-wp-content-root .hsug-editorial-block h3{
    margin-top: 16px;
    font-size: 0.95rem;
  }.tc-wp-content-root .hsug-editorial-block .hsug-card p{
    font-size: 0.86rem;
    line-height: 1.55;
  }.tc-wp-content-root .hsug-editorial-block .hsug-cta{
    opacity: 0.82;
    transform: none;
    font-size: 0.84rem;
  }.tc-wp-content-root .hsug-editorial-block .hsug-process::before{
    right: 12px;
    top: 8px;
  }}@media (max-width: 319px) {.tc-wp-content-root .hsug-editorial-block .hsug-container{
    width: min(100%, calc(100% - 16px));
  }.tc-wp-content-root .hsug-editorial-block .hsug-grid{
    grid-template-columns: 1fr !important;
  }}@media (prefers-reduced-motion: reduce) {.tc-wp-content-root .hsug-editorial-block .hsug-card, .tc-wp-content-root .hsug-editorial-block .hsug-card *, .tc-wp-content-root .hsug-editorial-block .hsug-card::before, .tc-wp-content-root .hsug-editorial-block .hsug-card::after{
    transition: none !important;
    animation: none !important;
  }.tc-wp-content-root .hsug-editorial-block .hsug-card{
    opacity: 1;
    transform: none !important;
  }.tc-wp-content-root .hsug-editorial-block .hsug-card:hover{
    transform: none !important;
  }}

.tc-wp-content-root .hsug-grid-how {}
.tc-wp-content-root .hsug-grid-what {}
.tc-wp-content-root .hsug-grid-why {}