@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 .girlygen-premium-content, .tc-wp-content-root .girlygen-premium-content *{
  box-sizing: border-box;
}.tc-wp-content-root .girlygen-premium-content{
  --gg-ink: #241824;
  --gg-muted: #6f5b68;
  --gg-soft: #fff5fa;
  --gg-line: rgba(181, 80, 139, 0.16);
  --gg-grad: linear-gradient(135deg, #ec5fa8 0%, #b96cff 52%, #ff9b75 100%);
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  color: var(--gg-ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}.tc-wp-content-root .girlygen-premium-content .girlygen-section{
  width: 100%;
  max-width: 100%;
  position: relative;
  overflow: hidden;
}.tc-wp-content-root .girlygen-premium-content .girlygen-section-white{
  background: #fff;
}.tc-wp-content-root .girlygen-premium-content .girlygen-section-warm{
  background:
    radial-gradient(circle at 12% 8%, rgba(255, 166, 203, 0.22), transparent 34%),
    radial-gradient(circle at 92% 16%, rgba(185, 108, 255, 0.16), transparent 32%),
    linear-gradient(180deg, #fff8fb 0%, #fff2f7 100%);
}.tc-wp-content-root .girlygen-premium-content .girlygen-container{
  width: min(1280px, calc(100% - 48px));
  max-width: 100%;
  margin: 0 auto;
}.tc-wp-content-root .girlygen-premium-content .girlygen-heading-wrap{
  max-width: 780px;
  margin: 0 auto 42px;
  text-align: center;
}.tc-wp-content-root .girlygen-premium-content .girlygen-heading-wrap h2{
  margin: 0;
  color: var(--gg-ink);
  font-size: clamp(1.2rem, 4vw, 2.2rem) !important;
  line-height: 1.16;
  font-weight: 850;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .girlygen-premium-content .girlygen-heading-wrap h2 span{
  display: inline;
  color: transparent;
  background: var(--gg-grad);
  -webkit-background-clip: text;
  background-clip: text;
}.tc-wp-content-root .girlygen-premium-content .girlygen-heading-wrap p{
  max-width: 700px;
  margin: 14px auto 0;
  color: var(--gg-muted);
  font-size: 1rem;
  line-height: 1.72;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .girlygen-premium-content .girlygen-grid{
  display: grid;
  width: 100%;
  max-width: 100%;
  gap: 22px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}.tc-wp-content-root .girlygen-premium-content .girlygen-card{
  --fg-mx: 50%;
  --fg-my: 50%;
  --fg-tilt-x: 0deg;
  --fg-tilt-y: 0deg;
  --gg-card-a: #ec5fa8;
  --gg-card-b: #ff9b75;
  --gg-card-bg: #fff;
  position: relative;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 255px;
  padding: 28px;
  border: 1px solid rgba(181, 80, 139, 0.14);
  border-radius: 24px;
  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.96), rgba(255, 248, 252, 0.92));
  box-shadow: 0 18px 45px rgba(91, 35, 67, 0.08);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(22px);
  opacity: 0;
  overflow: hidden;
  transition:
    transform 360ms ease,
    opacity 500ms ease,
    box-shadow 320ms ease,
    border-color 320ms ease,
    background 320ms ease;
  overflow-wrap: anywhere;
  word-break: break-word;
  will-change: transform;
}.tc-wp-content-root .girlygen-premium-content .girlygen-card::before{
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--gg-card-a) 11%, transparent), transparent 42%),
    radial-gradient(circle at 100% 0, color-mix(in srgb, var(--gg-card-b) 15%, transparent), transparent 36%);
  opacity: 0.72;
  pointer-events: none;
}.tc-wp-content-root .girlygen-premium-content .girlygen-card::after{
  content: "";
  position: absolute;
  inset: auto 22px 0;
  height: 3px;
  border-radius: 999px 999px 0 0;
  background: linear-gradient(90deg, var(--gg-card-a), var(--gg-card-b));
  opacity: 0.7;
  transform: scaleX(0.34);
  transform-origin: left;
  transition: transform 320ms ease, opacity 320ms ease;
}.tc-wp-content-root .girlygen-premium-content .girlygen-card.is-visible{
  opacity: 1;
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(0);
}.tc-wp-content-root .girlygen-premium-content .girlygen-card:hover{
  border-color: color-mix(in srgb, var(--gg-card-a) 44%, transparent);
  box-shadow: 0 26px 68px rgba(99, 40, 78, 0.15);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(-6px);
}.tc-wp-content-root .girlygen-premium-content .girlygen-card:hover::after{
  opacity: 1;
  transform: scaleX(1);
}.tc-wp-content-root .girlygen-premium-content .girlygen-icon, .tc-wp-content-root .girlygen-premium-content .girlygen-card h3, .tc-wp-content-root .girlygen-premium-content .girlygen-card p, .tc-wp-content-root .girlygen-premium-content .girlygen-cta, .tc-wp-content-root .girlygen-premium-content .girlygen-step-label{
  position: relative;
  z-index: 1;
}.tc-wp-content-root .girlygen-premium-content .girlygen-icon{
  display: grid;
  width: 54px;
  height: 54px;
  max-width: 100%;
  margin-bottom: 20px;
  place-items: center;
  border-radius: 18px;
  color: var(--gg-card-a);
  background: linear-gradient(145deg, #fff, color-mix(in srgb, var(--gg-card-a) 10%, #fff));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.72), 0 14px 24px color-mix(in srgb, var(--gg-card-a) 16%, transparent);
  transition: transform 320ms ease, color 320ms ease, background 320ms ease;
}.tc-wp-content-root .girlygen-premium-content .girlygen-icon i{
  font-size: 1.24rem;
  line-height: 1;
}.tc-wp-content-root .girlygen-premium-content .girlygen-card:hover .girlygen-icon{
  color: #fff;
  background: linear-gradient(135deg, var(--gg-card-a), var(--gg-card-b));
  transform: translateY(-3px) rotate(-4deg) scale(1.04);
}.tc-wp-content-root .girlygen-premium-content .girlygen-card h3{
  display: inline;
  margin: 0;
  color: #2b1c29;
  font-size: 1.08rem;
  line-height: 1.32;
  font-weight: 800;
  letter-spacing: 0;
  background-image: linear-gradient(90deg, var(--gg-card-a), var(--gg-card-b));
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 0 2px;
  transition: background-size 320ms ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .girlygen-premium-content .girlygen-card:hover h3{
  background-size: 100% 2px;
}.tc-wp-content-root .girlygen-premium-content .girlygen-card p{
  margin: 13px 0 0;
  color: var(--gg-muted);
  font-size: 0.95rem;
  line-height: 1.68;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .girlygen-premium-content .girlygen-cta{
  display: inline-block;
  max-width: 100%;
  margin-top: 18px;
  color: var(--gg-card-a);
  font-size: 0.88rem;
  font-weight: 800;
  opacity: 0.18;
  transform: translateY(8px);
  transition: opacity 320ms ease, transform 320ms ease, color 320ms ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .girlygen-premium-content .girlygen-card:hover .girlygen-cta{
  opacity: 1;
  transform: translateY(0);
  color: color-mix(in srgb, var(--gg-card-a) 75%, #4b2340);
}.tc-wp-content-root .girlygen-premium-content .girlygen-tilt-card{
  transform-style: preserve-3d;
}.tc-wp-content-root .girlygen-premium-content .girlygen-tilt-card .girlygen-icon, .tc-wp-content-root .girlygen-premium-content .girlygen-tilt-card h3, .tc-wp-content-root .girlygen-premium-content .girlygen-tilt-card p{
  transform: translateZ(18px);
}.tc-wp-content-root .girlygen-premium-content .girlygen-process-card{
  min-height: 278px;
}.tc-wp-content-root .girlygen-premium-content .girlygen-process-card::before{
  content: var(--step);
  position: absolute;
  right: 18px;
  top: 10px;
  color: color-mix(in srgb, var(--gg-card-a) 13%, transparent);
  font-size: 5.8rem;
  font-weight: 900;
  line-height: 1;
  transition: transform 320ms ease, color 320ms ease;
  pointer-events: none;
}.tc-wp-content-root .girlygen-premium-content .girlygen-process-card:hover::before{
  color: color-mix(in srgb, var(--gg-card-a) 20%, transparent);
  transform: translateY(-5px) scale(1.04);
}.tc-wp-content-root .girlygen-premium-content .girlygen-step-label{
  display: inline-block;
  margin-bottom: 14px;
  color: color-mix(in srgb, var(--gg-card-a) 78%, #442437);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}.tc-wp-content-root .girlygen-premium-content .girlygen-card:nth-child(1){ --gg-card-a: #ec5fa8; --gg-card-b: #ff9b75; }.tc-wp-content-root .girlygen-premium-content .girlygen-card:nth-child(2){ --gg-card-a: #b96cff; --gg-card-b: #ff7db3; }.tc-wp-content-root .girlygen-premium-content .girlygen-card:nth-child(3){ --gg-card-a: #ff7f96; --gg-card-b: #f3b45d; }.tc-wp-content-root .girlygen-premium-content .girlygen-card:nth-child(4){ --gg-card-a: #d15fd2; --gg-card-b: #ff8bbd; }.tc-wp-content-root .girlygen-premium-content .girlygen-card:nth-child(5){ --gg-card-a: #f06f88; --gg-card-b: #9f7cff; }.tc-wp-content-root .girlygen-premium-content .girlygen-card:nth-child(6){ --gg-card-a: #ff8a65; --gg-card-b: #e75fa3; }.tc-wp-content-root .girlygen-premium-content .girlygen-card:nth-child(7){ --gg-card-a: #c85ad8; --gg-card-b: #ffb15f; }.tc-wp-content-root .girlygen-premium-content .girlygen-card:nth-child(8){ --gg-card-a: #e95b8c; --gg-card-b: #8f84ff; }@media (min-width: 1200px) {.tc-wp-content-root .girlygen-premium-content .girlygen-section{
    padding: 92px 0;
  }.tc-wp-content-root .girlygen-premium-content .girlygen-grid{
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
  }}@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-content-root .girlygen-premium-content .girlygen-section{
    padding: 78px 0;
  }.tc-wp-content-root .girlygen-premium-content .girlygen-container{
    width: min(1080px, calc(100% - 40px));
  }.tc-wp-content-root .girlygen-premium-content .girlygen-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
  }.tc-wp-content-root .girlygen-premium-content .girlygen-card{
    padding: 25px;
  }.tc-wp-content-root .girlygen-premium-content .girlygen-heading-wrap p{
    font-size: 0.98rem;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .girlygen-premium-content .girlygen-section{
    padding: 66px 0;
  }.tc-wp-content-root .girlygen-premium-content .girlygen-container{
    width: min(920px, calc(100% - 34px));
  }.tc-wp-content-root .girlygen-premium-content .girlygen-heading-wrap{
    margin-bottom: 32px;
  }.tc-wp-content-root .girlygen-premium-content .girlygen-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }.tc-wp-content-root .girlygen-premium-content .girlygen-card{
    padding: 24px;
    min-height: 238px;
  }.tc-wp-content-root .girlygen-premium-content .girlygen-card h3{
    font-size: 1.02rem;
  }.tc-wp-content-root .girlygen-premium-content .girlygen-card p{
    font-size: 0.92rem;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .girlygen-premium-content .girlygen-section{
    padding: 54px 0;
  }.tc-wp-content-root .girlygen-premium-content .girlygen-container{
    width: min(100%, calc(100% - 28px));
  }.tc-wp-content-root .girlygen-premium-content .girlygen-heading-wrap{
    margin-bottom: 28px;
  }.tc-wp-content-root .girlygen-premium-content .girlygen-heading-wrap p{
    font-size: 0.94rem;
    line-height: 1.62;
  }.tc-wp-content-root .girlygen-premium-content .girlygen-grid{
    grid-template-columns: 1fr !important;
    gap: 16px;
  }.tc-wp-content-root .girlygen-premium-content .girlygen-card{
    min-width: 0;
    max-width: 100%;
    min-height: auto;
    padding: 23px;
  }.tc-wp-content-root .girlygen-premium-content .girlygen-cta{
    white-space: normal;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .girlygen-premium-content .girlygen-section{
    padding: 46px 0;
  }.tc-wp-content-root .girlygen-premium-content .girlygen-container{
    width: min(100%, calc(100% - 22px));
  }.tc-wp-content-root .girlygen-premium-content .girlygen-heading-wrap{
    margin-bottom: 24px;
  }.tc-wp-content-root .girlygen-premium-content .girlygen-heading-wrap p{
    font-size: 0.9rem;
    line-height: 1.58;
  }.tc-wp-content-root .girlygen-premium-content .girlygen-grid{
    grid-template-columns: 1fr !important;
    gap: 14px;
  }.tc-wp-content-root .girlygen-premium-content .girlygen-card{
    padding: 20px;
    border-radius: 20px;
    min-height: auto;
  }.tc-wp-content-root .girlygen-premium-content .girlygen-icon{
    width: 48px;
    height: 48px;
    border-radius: 16px;
    margin-bottom: 17px;
  }.tc-wp-content-root .girlygen-premium-content .girlygen-card h3{
    font-size: 0.98rem;
  }.tc-wp-content-root .girlygen-premium-content .girlygen-card p{
    font-size: 0.89rem;
  }.tc-wp-content-root .girlygen-premium-content .girlygen-process-card::before{
    font-size: 4.8rem;
  }}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .girlygen-premium-content .girlygen-section{
    padding: 40px 0;
  }.tc-wp-content-root .girlygen-premium-content .girlygen-container{
    width: min(100%, calc(100% - 18px));
  }.tc-wp-content-root .girlygen-premium-content .girlygen-heading-wrap{
    margin-bottom: 20px;
  }.tc-wp-content-root .girlygen-premium-content .girlygen-heading-wrap p{
    font-size: 0.86rem;
    line-height: 1.55;
  }.tc-wp-content-root .girlygen-premium-content .girlygen-grid{
    grid-template-columns: 1fr !important;
    gap: 12px;
  }.tc-wp-content-root .girlygen-premium-content .girlygen-card{
    padding: 18px;
    border-radius: 18px;
    min-height: auto;
  }.tc-wp-content-root .girlygen-premium-content .girlygen-icon{
    width: 44px;
    height: 44px;
    border-radius: 14px;
    margin-bottom: 15px;
  }.tc-wp-content-root .girlygen-premium-content .girlygen-icon i{
    font-size: 1.05rem;
  }.tc-wp-content-root .girlygen-premium-content .girlygen-card h3{
    font-size: 0.94rem;
  }.tc-wp-content-root .girlygen-premium-content .girlygen-card p, .tc-wp-content-root .girlygen-premium-content .girlygen-cta{
    font-size: 0.84rem;
  }.tc-wp-content-root .girlygen-premium-content .girlygen-process-card::before{
    right: 12px;
    top: 8px;
    font-size: 4.2rem;
  }}@media (prefers-reduced-motion: reduce) {.tc-wp-content-root .girlygen-premium-content .girlygen-card, .tc-wp-content-root .girlygen-premium-content .girlygen-card::after, .tc-wp-content-root .girlygen-premium-content .girlygen-icon, .tc-wp-content-root .girlygen-premium-content .girlygen-cta, .tc-wp-content-root .girlygen-premium-content .girlygen-process-card::before{
    transition: none !important;
  }.tc-wp-content-root .girlygen-premium-content .girlygen-card, .tc-wp-content-root .girlygen-premium-content .girlygen-card.is-visible, .tc-wp-content-root .girlygen-premium-content .girlygen-card:hover{
    transform: none !important;
  }}

.tc-wp-content-root .girlygen-process-grid {}
.tc-wp-content-root .girlygen-reveal {}
.tc-wp-content-root .girlygen-what-grid {}
.tc-wp-content-root .girlygen-why-grid {}