  :root {

    --color-primary-50: #f6f7f9;
    --color-primary-100: #eceef2;
    --color-primary-200: #d4d8e3;
    --color-primary-300: #afb7ca;
    --color-primary-400: #8491ac;
    --color-primary-500: #647393;
    --color-primary-600: #4f5b78;
    --color-primary-700: #414b63;
    --color-primary-800: #394053;
    --color-primary-900: #333947;
    --color-primary-950: #22252f;

  }


  /* wp-img-auto-sizes-contain-inline-css */
  img:is([sizes="auto"i], [sizes^="auto,"i]) {
    contain-intrinsic-size: 3000px 1500px;
  }

  /*# sourceURL=wp-img-auto-sizes-contain-inline-css */

  /* wp-emoji-styles-inline-css */
  img.wp-smiley,
  img.emoji {
    display: inline !important;
    border: none !important;
    box-shadow: none !important;
    height: 1em !important;
    width: 1em !important;
    margin: 0 0.07em !important;
    vertical-align: -0.1em !important;
    background: none !important;
    padding: 0 !important;
  }

  /*# sourceURL=wp-emoji-styles-inline-css */

  /* e-con lazyload */
  .e-con.e-parent:nth-of-type(n + 4):not(.e-lazyloaded):not(.e-no-lazyload),
  .e-con.e-parent:nth-of-type(n + 4):not(.e-lazyloaded):not(.e-no-lazyload) * {
    background-image: none !important;
  }

  @media screen and (max-height: 1024px) {

    .e-con.e-parent:nth-of-type(n + 3):not(.e-lazyloaded):not(.e-no-lazyload),
    .e-con.e-parent:nth-of-type(n + 3):not(.e-lazyloaded):not(.e-no-lazyload) * {
      background-image: none !important;
    }
  }

  @media screen and (max-height: 640px) {

    .e-con.e-parent:nth-of-type(n + 2):not(.e-lazyloaded):not(.e-no-lazyload),
    .e-con.e-parent:nth-of-type(n + 2):not(.e-lazyloaded):not(.e-no-lazyload) * {
      background-image: none !important;
    }
  }

  /* global-styles-inline-css */
  :root {
    --wp--preset--aspect-ratio--square: 1;
    --wp--preset--aspect-ratio--4-3: 4/3;
    --wp--preset--aspect-ratio--3-4: 3/4;
    --wp--preset--aspect-ratio--3-2: 3/2;
    --wp--preset--aspect-ratio--2-3: 2/3;
    --wp--preset--aspect-ratio--16-9: 16/9;
    --wp--preset--aspect-ratio--9-16: 9/16;
    --wp--preset--color--black: #000000;
    --wp--preset--color--cyan-bluish-gray: #abb8c3;
    --wp--preset--color--white: #ffffff;
    --wp--preset--color--pale-pink: #f78da7;
    --wp--preset--color--vivid-red: #cf2e2e;
    --wp--preset--color--luminous-vivid-orange: #ff6900;
    --wp--preset--color--luminous-vivid-amber: #fcb900;
    --wp--preset--color--light-green-cyan: #7bdcb5;
    --wp--preset--color--vivid-green-cyan: #00d084;
    --wp--preset--color--pale-cyan-blue: #8ed1fc;
    --wp--preset--color--vivid-cyan-blue: #0693e3;
    --wp--preset--color--vivid-purple: #9b51e0;
    --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,
        rgb(6, 147, 227) 0%,
        rgb(155, 81, 224) 100%);
    --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,
        rgb(122, 220, 180) 0%,
        rgb(0, 208, 130) 100%);
    --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,
        rgb(252, 185, 0) 0%,
        rgb(255, 105, 0) 100%);
    --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,
        rgb(255, 105, 0) 0%,
        rgb(207, 46, 46) 100%);
    --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,
        rgb(238, 238, 238) 0%,
        rgb(169, 184, 195) 100%);
    --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,
        rgb(74, 234, 220) 0%,
        rgb(151, 120, 209) 20%,
        rgb(207, 42, 186) 40%,
        rgb(238, 44, 130) 60%,
        rgb(251, 105, 98) 80%,
        rgb(254, 248, 76) 100%);
    --wp--preset--gradient--blush-light-purple: linear-gradient(135deg,
        rgb(255, 206, 236) 0%,
        rgb(152, 150, 240) 100%);
    --wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,
        rgb(254, 205, 165) 0%,
        rgb(254, 45, 45) 50%,
        rgb(107, 0, 62) 100%);
    --wp--preset--gradient--luminous-dusk: linear-gradient(135deg,
        rgb(255, 203, 112) 0%,
        rgb(199, 81, 192) 50%,
        rgb(65, 88, 208) 100%);
    --wp--preset--gradient--pale-ocean: linear-gradient(135deg,
        rgb(255, 245, 203) 0%,
        rgb(182, 227, 212) 50%,
        rgb(51, 167, 181) 100%);
    --wp--preset--gradient--electric-grass: linear-gradient(135deg,
        rgb(202, 248, 128) 0%,
        rgb(113, 206, 126) 100%);
    --wp--preset--gradient--midnight: linear-gradient(135deg,
        rgb(2, 3, 129) 0%,
        rgb(40, 116, 252) 100%);
    --wp--preset--font-size--small: 13px;
    --wp--preset--font-size--medium: 20px;
    --wp--preset--font-size--large: 36px;
    --wp--preset--font-size--x-large: 42px;
    --wp--preset--spacing--20: 0.44rem;
    --wp--preset--spacing--30: 0.67rem;
    --wp--preset--spacing--40: 1rem;
    --wp--preset--spacing--50: 1.5rem;
    --wp--preset--spacing--60: 2.25rem;
    --wp--preset--spacing--70: 3.38rem;
    --wp--preset--spacing--80: 5.06rem;
    --wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);
    --wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);
    --wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);
    --wp--preset--shadow--outlined:
      6px 6px 0px -3px rgb(255, 255, 255), 6px 6px rgb(0, 0, 0);
    --wp--preset--shadow--crisp: 6px 6px 0px rgb(0, 0, 0);
  }

  :root {
    --wp--style--global--content-size: 800px;
    --wp--style--global--wide-size: 1200px;
  }

  :root {
    --primary-50: #f6f7f9;
    --primary-100: #ebecf3;
    --primary-200: #d3d7e4;
    --primary-300: #adb5cc;
    --primary-400: #818eaf;
    --primary-500: #5e6c91;
    --primary-600: #4d597c;
    --primary-700: #3f4865;
    --primary-800: #373e55;
    --primary-900: #313649;
    --primary-950: #212430;

    --secondary-50: #fdf3f3;
    --secondary-100: #fde3e3;
    --secondary-200: #fccccc;
    --secondary-300: #f9b4b4;
    --secondary-400: #f27777;
    --secondary-500: #e74c4c;
    --secondary-600: #d42e2e;
    --secondary-700: #b22323;
    --secondary-800: #932121;
    --secondary-900: #7b2121;
    --secondary-950: #420d0d;
  }

  :where(body) {
    margin: 0;
  }

  .wp-site-blocks>.alignleft {
    float: left;
    margin-right: 2em;
  }

  .wp-site-blocks>.alignright {
    float: right;
    margin-left: 2em;
  }

  .wp-site-blocks>.aligncenter {
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }

  :where(.wp-site-blocks)>* {
    margin-block-start: 24px;
    margin-block-end: 0;
  }

  :where(.wp-site-blocks)> :first-child {
    margin-block-start: 0;
  }

  :where(.wp-site-blocks)> :last-child {
    margin-block-end: 0;
  }

  :root {
    --wp--style--block-gap: 24px;
  }

  :root :where(.is-layout-flow)> :first-child {
    margin-block-start: 0;
  }

  :root :where(.is-layout-flow)> :last-child {
    margin-block-end: 0;
  }

  :root :where(.is-layout-flow)>* {
    margin-block-start: 24px;
    margin-block-end: 0;
  }

  :root :where(.is-layout-constrained)> :first-child {
    margin-block-start: 0;
  }

  :root :where(.is-layout-constrained)> :last-child {
    margin-block-end: 0;
  }

  :root :where(.is-layout-constrained)>* {
    margin-block-start: 24px;
    margin-block-end: 0;
  }

  :root :where(.is-layout-flex) {
    gap: 24px;
  }

  :root :where(.is-layout-grid) {
    gap: 24px;
  }

  .is-layout-flow>.alignleft {
    float: left;
    margin-inline-start: 0;
    margin-inline-end: 2em;
  }

  .is-layout-flow>.alignright {
    float: right;
    margin-inline-start: 2em;
    margin-inline-end: 0;
  }

  .is-layout-flow>.aligncenter {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .is-layout-constrained>.alignleft {
    float: left;
    margin-inline-start: 0;
    margin-inline-end: 2em;
  }

  .is-layout-constrained>.alignright {
    float: right;
    margin-inline-start: 2em;
    margin-inline-end: 0;
  }

  .is-layout-constrained>.aligncenter {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .is-layout-constrained> :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
    max-width: var(--wp--style--global--content-size);
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .is-layout-constrained>.alignwide {
    max-width: var(--wp--style--global--wide-size);
  }

  body .is-layout-flex {
    display: flex;
  }

  .is-layout-flex {
    flex-wrap: wrap;
    align-items: center;
  }

  .is-layout-flex> :is(*, div) {
    margin: 0;
  }

  body .is-layout-grid {
    display: grid;
  }

  .is-layout-grid> :is(*, div) {
    margin: 0;
  }

  body {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  a:where(:not(.wp-element-button)) {
    text-decoration: underline;
  }

  :root :where(.wp-element-button, .wp-block-button__link) {
    background-color: #32373c;
    border-width: 0;
    color: #fff;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    padding-top: calc(0.667em + 2px);
    padding-right: calc(1.333em + 2px);
    padding-bottom: calc(0.667em + 2px);
    padding-left: calc(1.333em + 2px);
    text-decoration: none;
    text-transform: inherit;
  }

  .has-black-color {
    color: var(--wp--preset--color--black) !important;
  }

  .has-cyan-bluish-gray-color {
    color: var(--wp--preset--color--cyan-bluish-gray) !important;
  }

  .has-white-color {
    color: var(--wp--preset--color--white) !important;
  }

  .has-pale-pink-color {
    color: var(--wp--preset--color--pale-pink) !important;
  }

  .has-vivid-red-color {
    color: var(--wp--preset--color--vivid-red) !important;
  }

  .has-luminous-vivid-orange-color {
    color: var(--wp--preset--color--luminous-vivid-orange) !important;
  }

  .has-luminous-vivid-amber-color {
    color: var(--wp--preset--color--luminous-vivid-amber) !important;
  }

  .has-light-green-cyan-color {
    color: var(--wp--preset--color--light-green-cyan) !important;
  }

  .has-vivid-green-cyan-color {
    color: var(--wp--preset--color--vivid-green-cyan) !important;
  }

  .has-pale-cyan-blue-color {
    color: var(--wp--preset--color--pale-cyan-blue) !important;
  }

  .has-vivid-cyan-blue-color {
    color: var(--wp--preset--color--vivid-cyan-blue) !important;
  }

  .has-vivid-purple-color {
    color: var(--wp--preset--color--vivid-purple) !important;
  }

  .has-black-background-color {
    background-color: var(--wp--preset--color--black) !important;
  }

  .has-cyan-bluish-gray-background-color {
    background-color: var(--wp--preset--color--cyan-bluish-gray) !important;
  }

  .has-white-background-color {
    background-color: var(--wp--preset--color--white) !important;
  }

  .has-pale-pink-background-color {
    background-color: var(--wp--preset--color--pale-pink) !important;
  }

  .has-vivid-red-background-color {
    background-color: var(--wp--preset--color--vivid-red) !important;
  }

  .has-luminous-vivid-orange-background-color {
    background-color: var(--wp--preset--color--luminous-vivid-orange) !important;
  }

  .has-luminous-vivid-amber-background-color {
    background-color: var(--wp--preset--color--luminous-vivid-amber) !important;
  }

  .has-light-green-cyan-background-color {
    background-color: var(--wp--preset--color--light-green-cyan) !important;
  }

  .has-vivid-green-cyan-background-color {
    background-color: var(--wp--preset--color--vivid-green-cyan) !important;
  }

  .has-pale-cyan-blue-background-color {
    background-color: var(--wp--preset--color--pale-cyan-blue) !important;
  }

  .has-vivid-cyan-blue-background-color {
    background-color: var(--wp--preset--color--vivid-cyan-blue) !important;
  }

  .has-vivid-purple-background-color {
    background-color: var(--wp--preset--color--vivid-purple) !important;
  }

  .has-black-border-color {
    border-color: var(--wp--preset--color--black) !important;
  }

  .has-cyan-bluish-gray-border-color {
    border-color: var(--wp--preset--color--cyan-bluish-gray) !important;
  }

  .has-white-border-color {
    border-color: var(--wp--preset--color--white) !important;
  }

  .has-pale-pink-border-color {
    border-color: var(--wp--preset--color--pale-pink) !important;
  }

  .has-vivid-red-border-color {
    border-color: var(--wp--preset--color--vivid-red) !important;
  }

  .has-luminous-vivid-orange-border-color {
    border-color: var(--wp--preset--color--luminous-vivid-orange) !important;
  }

  .has-luminous-vivid-amber-border-color {
    border-color: var(--wp--preset--color--luminous-vivid-amber) !important;
  }

  .has-light-green-cyan-border-color {
    border-color: var(--wp--preset--color--light-green-cyan) !important;
  }

  .has-vivid-green-cyan-border-color {
    border-color: var(--wp--preset--color--vivid-green-cyan) !important;
  }

  .has-pale-cyan-blue-border-color {
    border-color: var(--wp--preset--color--pale-cyan-blue) !important;
  }

  .has-vivid-cyan-blue-border-color {
    border-color: var(--wp--preset--color--vivid-cyan-blue) !important;
  }

  .has-vivid-purple-border-color {
    border-color: var(--wp--preset--color--vivid-purple) !important;
  }

  .has-vivid-cyan-blue-to-vivid-purple-gradient-background {
    background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;
  }

  .has-light-green-cyan-to-vivid-green-cyan-gradient-background {
    background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;
  }

  .has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
    background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;
  }

  .has-luminous-vivid-orange-to-vivid-red-gradient-background {
    background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;
  }

  .has-very-light-gray-to-cyan-bluish-gray-gradient-background {
    background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;
  }

  .has-cool-to-warm-spectrum-gradient-background {
    background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;
  }

  .has-blush-light-purple-gradient-background {
    background: var(--wp--preset--gradient--blush-light-purple) !important;
  }

  .has-blush-bordeaux-gradient-background {
    background: var(--wp--preset--gradient--blush-bordeaux) !important;
  }

  .has-luminous-dusk-gradient-background {
    background: var(--wp--preset--gradient--luminous-dusk) !important;
  }

  .has-pale-ocean-gradient-background {
    background: var(--wp--preset--gradient--pale-ocean) !important;
  }

  .has-electric-grass-gradient-background {
    background: var(--wp--preset--gradient--electric-grass) !important;
  }

  .has-midnight-gradient-background {
    background: var(--wp--preset--gradient--midnight) !important;
  }

  .has-small-font-size {
    font-size: var(--wp--preset--font-size--small) !important;
  }

  .has-medium-font-size {
    font-size: var(--wp--preset--font-size--medium) !important;
  }

  .has-large-font-size {
    font-size: var(--wp--preset--font-size--large) !important;
  }

  .has-x-large-font-size {
    font-size: var(--wp--preset--font-size--x-large) !important;
  }

  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }

  body {
    font-family:
      "Inter",
      -apple-system,
      BlinkMacSystemFont,
      sans-serif;
    background-color: #f8f8f8;
    color: #1a202c;
    line-height: 1.5;
  }

  .container {
    max-width: 767px;
    margin: 0 auto;
    padding: 0 16px;
  }

  /* Header */
  .header {
    position: relative;
    padding: 10px 0;
    text-align: center;
  }

  .header img {
    height: auto;
    width: 160px;
  }

  .back-btn {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    cursor: pointer;
    font-size: 24px;
    transition: transform 0.2s;
  }

  .back-btn:hover {
    transform: translateY(-50%) scale(1.1);
  }

  /* Progress Bar */
  .progress-container {
    padding: 0 16px 8px;
  }

  .progress-bar {
    height: 12px;
    width: 100%;
    background-color: #d7d7d7;
    border-radius: 9999px;
    overflow: hidden;
  }

  .progress-fill {
    height: 100%;
    background: linear-gradient(to right, var(--primary-400), var(--primary-700));
    border-radius: 9999px;
    transition: width 0.5s ease;
  }

  .progress-info {
    display: flex;
    justify-content: space-between;
    margin-top: 4px;
    font-size: 12px;
    color: #65676b;
  }

  /* Steps */
  .step {
    display: none;
    padding: 20px 0;
    animation: fadeIn 0.5s ease;
  }

  .step.active {
    display: block;
  }

  @keyframes fadeIn {
    from {
      opacity: 0;
      transform: translateY(16px);
    }

    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  .step-title {
    font-size: 22px;
    font-weight: 400;
    text-align: center;
    padding-bottom: 20px;
    padding-top: 40px;
    line-height: 1.3;
  }

  .step-subtitle {
    text-align: center;
    font-size: 16px;
    color: #1a202c;
    padding-bottom: 20px;
  }

  /* Buttons */
  .btn-primary {
    display: block;
    width: 100%;
    padding: 20px 32px;
    margin-bottom: 12px;
    background: linear-gradient(to right, var(--primary-500), var(--primary-700));
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    text-align: center;
  }

  .btn-primary:hover {
    transform: scale(1.02);
    background: linear-gradient(to right, var(--primary-700), var(--primary-900));
  }

  .btn-primary:active {
    transform: scale(0.98);
  }

  .btn-secondary {
    display: block;
    width: 100%;
    padding: 20px 32px;
    margin-bottom: 12px;
    background: var(--primary-600);
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
  }

  .btn-secondary:hover {
    background: var(--primary-800);
    transform: scale(1.02);
  }

  .btn-gray {
    display: block;
    width: 100%;
    padding: 20px 32px;
    margin-bottom: 12px;
    background: #d7d7d7;
    color: #1a202c;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
  }

  .btn-gray:hover {
    background: #c4c4c4;
  }

  /* Gender Cards */
  .gender-container {
    display: flex;
    gap: 10px;
    padding: 0 20px;
  }

  .gender-card {
    flex: 1;
    background: linear-gradient(to bottom,
        var(--primary-600),
        var(--primary-500));
    border-radius: 8px;
    padding: 12px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
  }

  .gender-card:hover {
    transform: scale(1.02);
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.2);
  }

  .gender-card:active {
    transform: scale(0.98);
  }

  .gender-card h3 {
    color: white;
    font-size: 16px;
    margin-bottom: 8px;
  }

  .gender-card img {
    max-width: 141px;
    width: 100%;
  }

  /* Body Type Cards */
  .bodytype-container {
    display: flex;
    gap: 8px;
  }

  .bodytype-card {
    flex: 1;
    background: linear-gradient(to bottom, #4aa614, #3d8a11);
    border-radius: 8px;
    padding: 12px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
  }

  .bodytype-card:hover {
    transform: scale(1.02);
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.2);
  }

  .bodytype-card h3 {
    color: white;
    font-size: 20px;
    margin-bottom: 24px;
  }

  .bodytype-card img {
    height: 150px;
    width: 100%;
    object-fit: contain;
  }

  /* Form Inputs */
  .form-group {
    margin-bottom: 20px;
  }

  .form-label {
    display: block;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 8px;
  }

  .input-row {
    display: flex;
    gap: 12px;
  }

  .input-row--two .input-group {
    flex: 1;
  }

  .input-group {
    display: flex;
  }

  .form-input {
    flex: 1;
    height: 48px;
    padding: 0 16px;
    font-size: 18px;
    border: none;
    border-radius: 8px 0 0 8px;
    box-shadow: 0 0 0 2px #848484;
    outline: none;
    transition: box-shadow 0.2s;
  }

  .form-input:focus {
    box-shadow: 0 0 0 2px var(--primary-600);
  }

  .form-input.error {
    box-shadow: 0 0 0 2px #e53e3e;
  }

  .input-unit {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    padding: 0 16px;
    background: #e5e4e0;
    border-radius: 0 8px 8px 0;
    font-size: 16px;
  }

  .error-text {
    color: #e53e3e;
    font-size: 14px;
    margin-top: 8px;
  }

  /* Banner */
  .banner {
    overflow: hidden;
    border-radius: 8px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1);
  }

  .banner-header {
    background: linear-gradient(to right, var(--primary-400), var(--primary-700));
    padding: 10px 8px;
    text-align: center;
    color: white;
    font-size: 14px;
  }

  .banner-content {
    padding: 12px;
    text-align: center;
  }

  .banner-content p {
    font-weight: 700;
  }

  .banner-content img {
    width: 100%;
    margin-top: 12px;
  }

  .banner-footer {
    padding: 8px;
    text-align: center;
    font-size: 16px;
    line-height: 1.4;
  }

  /* Info Step */
  .info-image {
    width: 100%;
    border-radius: 8px;
  }

  .info-text {
    margin-top: 16px;
    font-size: 16px;
  }

  .text-red {
    color: #e53e3e;
    font-weight: 700;
  }

  .text-green {
    color: #4aa614;
    font-weight: 700;
  }

  /* Trust Badges */
  .trust-badges {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-top: 24px;
    font-size: 12px;
    color: #65676b;
  }

  .trust-badge {
    display: flex;
    align-items: center;
    gap: 4px;
  }

  .trust-badge svg {
    width: 16px;
    height: 16px;
    color: var(--primary-600);
    fill: currentColor;
  }

  /* Loading */
  .loading {
    text-align: center;
    padding-top: 40px;
  }

  .spinner {
    width: 64px;
    height: 64px;
    margin: 0 auto 16px;
    border: 4px solid var(--primary-600);
    border-top-color: transparent;
    border-radius: 50%;
    animation: spin 1s linear infinite;
  }

  @keyframes spin {
    to {
      transform: rotate(360deg);
    }
  }

  .loading-steps {
    margin-top: 24px;
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .loading-step {
    display: flex;
    align-items: center;
    gap: 12px;
    background: white;
    padding: 12px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    animation: pulse 2s infinite;
  }

  .loading-step-icon {
    width: 20px;
    height: 20px;
    background: var(--primary-600);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .loading-step-icon svg {
    width: 12px;
    height: 12px;
    fill: white;
  }

  @keyframes pulse {

    0%,
    100% {
      opacity: 1;
    }

    50% {
      opacity: 0.7;
    }
  }

  /* Final Step */
  .viewer-counter {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: #fef3c7;
    padding: 6px 12px;
    border-radius: 9999px;
    font-size: 14px;
    margin-bottom: 16px;
  }

  .viewer-dot {
    position: relative;
    width: 8px;
    height: 8px;
  }

  .viewer-dot::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #f59e0b;
    border-radius: 50%;
    animation: ping 1s infinite;
  }

  .viewer-dot::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #f59e0b;
    border-radius: 50%;
  }

  @keyframes ping {
    0% {
      transform: scale(1);
      opacity: 1;
    }

    75%,
    100% {
      transform: scale(2);
      opacity: 0;
    }
  }

  .viewer-counter span {
    color: #92400e;
  }

  .viewer-counter strong {
    font-weight: 600;
  }

  /* Urgency Banner */
  .urgency-banner {
    background: linear-gradient(to right, #e53e3e, #c53030);
    padding: 12px;
    border-radius: 8px;
    text-align: center;
    color: white;
    margin-bottom: 16px;
  }

  .urgency-timer {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    font-size: 18px;
    font-weight: 700;
    color: white;
  }

  .urgency-timer svg {
    width: 20px;
    height: 20px;
    fill: white;
  }

  .urgency-stock {
    font-size: 12px;
    margin-top: 4px;
  }

  /* Projection Card */
  .projection-card {
    background: linear-gradient(to bottom right, #f0fff4, #dcfce7);
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    margin-top: 24px;
  }

  .projection-title {
    font-size: 18px;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
  }

  .projection-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin-bottom: 16px;
  }

  .projection-item {
    background: white;
    padding: 12px;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  }

  .projection-item-label {
    font-size: 12px;
    color: #65676b;
  }

  .projection-item-value {
    font-size: 20px;
    font-weight: 700;
    color: #4aa614;
  }

  .projection-item-change {
    font-size: 12px;
    color: #65676b;
  }

  .projection-stats {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .projection-stat {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: rgba(255, 255, 255, 0.6);
    padding: 8px 12px;
    border-radius: 8px;
    font-size: 14px;
  }

  .projection-stat-label {
    color: #65676b;
  }

  .projection-stat-value {
    font-weight: 600;
    color: #4aa614;
  }

  /* Chart */
  .chart-container {
    position: relative;
    margin-top: 24px;
  }

  .chart-container svg {
    width: 100%;
    height: auto;
  }

  .chart-target {
    position: absolute;
    bottom: 29px;
    right: 67px;
    width: 20px;
    height: 20px;
    background: #eb731a;
    border: 3px solid white;
    border-radius: 50%;
    animation: pulse 2s infinite;
  }

  .chart-target-label {
    position: absolute;
    bottom: 25px;
    left: -18px;
    background: #eb731a;
    color: white;
    padding: 10px;
    border-radius: 6px;
    font-weight: 700;
    font-size: 16px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  }

  /* Weight Summary */
  .weight-summary {
    display: flex;
    margin-top: 20px;
    border-radius: 8px;
    border: 1px solid #e0e3eb;
    background: white;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  }

  .weight-col {
    flex: 1;
    text-align: center;
  }

  .weight-col:last-child {
    border-left: 1px solid #e0e3eb;
  }

  .weight-col h4 {
    padding: 12px 12px 0;
    font-size: 18px;
  }

  .weight-col img {
    height: 150px;
    width: 100%;
    object-fit: contain;
    margin: 12px auto;
  }

  .weight-col p {
    padding: 0 12px 12px;
    font-size: 16px;
  }

  .weight-status {
    padding: 4px 4px 16px;
  }

  .weight-status.before {
    background: #fed7d7;
  }

  .weight-status.after {
    background: #c6f6d5;
  }

  .weight-badge {
    display: inline-block;
    margin-top: 8px;
    padding: 2px 8px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 700;
  }

  .weight-badge.before {
    background: #feb2b2;
    color: #742a2a;
  }

  .weight-badge.after {
    background: #9ae6b4;
    color: #22543d;
  }

  /* Expert Quote */
  .expert-card {
    background: linear-gradient(to bottom right, #f0f9ff, #e0f2fe);
    padding: 20px;
    border-radius: 12px;
    margin-top: 24px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  }

  .expert-header {
    display: flex;
    gap: 16px;
  }

  .expert-avatar {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    border: 2px solid white;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    object-fit: cover;
  }

  .expert-name {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 700;
  }

  .expert-name svg {
    width: 20px;
    height: 20px;
    fill: #1877f2;
  }

  .expert-title {
    font-size: 14px;
    color: #65676b;
  }

  .expert-quote {
    margin-top: 16px;
    padding-left: 16px;
    border-left: 4px solid #4aa614;
    font-style: italic;
  }

  .expert-verified {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 12px;
    font-size: 12px;
    color: #65676b;
  }

  .expert-verified svg {
    width: 16px;
    height: 16px;
    fill: currentColor;
  }

  /* University Info */
  .uni-section {
    background: #e6e6e6;
    padding: 20px;
    border-radius: 8px;
    margin-top: 24px;
  }

  .uni-item {
    display: flex;
    align-items: center;
    gap: 16px;
  }

  .uni-item+.uni-item {
    margin-top: 16px;
  }

  .uni-item img {
    width: 84px;
    height: auto;
    flex-shrink: 0;
  }

  .uni-item p {
    flex: 1;
    font-size: 16px;
    line-height: 1.5;
  }

  /* Product Card */
  .product-title {
    text-align: center;
    font-size: 36px;
    padding-top: 40px;
  }

  .product-card {
    background: linear-gradient(to bottom, #ffffff, var(--secondary-50));
    padding: 20px;
    border-radius: 12px;
    text-align: center;
    margin-top: 20px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  }

  .product-logo {
    max-width: 153px;
    margin: 0 auto;
  }

  .product-badges {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 12px;
    flex-wrap: wrap;
  }

  .product-badge {
    background: rgba(255, 255, 255, 0.8);
    padding: 4px 12px;
    border-radius: 9999px;
    font-size: 12px;
    font-weight: 600;
    color: #4aa614;
  }

  .product-guarantee {
    font-size: 30px;
    font-weight: 700;
    margin-top: 12px;
  }

  .product-guarantee-sub {
    font-size: 14px;
    opacity: 0.8;
    margin-bottom: 10px;
  }

  .product-image {
    max-width: 312px;
    width: 100%;
    margin: 12px auto;
  }

  .product-bestseller {
    font-size: 20px;
    font-weight: 700;
    margin-top: 16px;
  }

  .product-desc {
    font-size: 16px;
  }

  .product-price {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 12px;
    flex-wrap: wrap;
  }

  .product-price-old {
    font-size: 18px;
    color: #65676b;
    text-decoration: line-through;
  }

  .product-price-new {
    font-size: 36px;
    font-weight: 700;
    color: #e53e3e;
  }

  .product-price-info {
    font-size: 14px;
  }

  .product-delivery {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 16px;
    font-size: 14px;
    flex-wrap: wrap;
  }

  .product-delivery svg {
    width: 20px;
    height: 20px;
    stroke: #4aa614;
    fill: none;
  }

  /* CTA Button */
  .cta-button {
    display: block;
    max-width: 320px;
    width: 100%;
    margin: 20px auto;
    padding: 20px 16px;
    background: linear-gradient(to right, #eb731a, #f5922a);
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    box-shadow: 0 10px 25px rgba(235, 115, 26, 0.3);
    cursor: pointer;
    transition: all 0.3s ease;
    animation: pulse-cta 2s infinite;
  }

  .cta-button:hover {
    transform: scale(1.02);
    box-shadow: 0 15px 35px rgba(235, 115, 26, 0.4);
  }

  .cta-button small {
    display: block;
    font-size: 14px;
    font-weight: 400;
    margin-top: 4px;
  }

  @keyframes pulse-cta {

    0%,
    100% {
      box-shadow: 0 10px 25px rgba(235, 115, 26, 0.3);
    }

    50% {
      box-shadow: 0 10px 35px rgba(235, 115, 26, 0.5);
    }
  }

  /* Security Badges */
  .security-badges {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-top: 16px;
    font-size: 12px;
    color: #65676b;
    flex-wrap: wrap;
  }

  .security-badge {
    display: flex;
    align-items: center;
    gap: 4px;
  }

  .security-badge svg {
    width: 16px;
    height: 16px;
    fill: #4aa614;
  }

  /* Reviews */
  .reviews-title {
    text-align: center;
    font-size: 20px;
    padding-top: 40px;
  }

  .reviews-rating {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 8px;
    flex-wrap: wrap;
  }

  .reviews-score {
    font-size: 48px;
    font-weight: 700;
  }

  .reviews-stars {
    display: flex;
    gap: 2px;
    color: #ffb800;
  }

  .reviews-stars svg {
    width: 20px;
    height: 20px;
    fill: currentColor;
  }

  .reviews-count {
    font-size: 12px;
    color: #65676b;
  }

  /* Facebook Comments */
  .fb-comments {
    background: white;
    border: 1px solid #dddfe2;
    border-radius: 8px;
    padding: 16px;
    margin-top: 24px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  }

  .fb-comments-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 12px;
    border-bottom: 1px solid #e4e6eb;
    flex-wrap: wrap;
    gap: 8px;
  }

  .fb-comments-filter {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 15px;
    font-weight: 600;
    color: #050505;
  }

  .fb-comments-filter svg {
    width: 12px;
    height: 12px;
    fill: #65676b;
  }

  .fb-comments-count {
    font-size: 13px;
    color: #65676b;
  }

  .fb-comment-input {
    display: flex;
    gap: 8px;
    padding: 12px 0;
    border-bottom: 1px solid #e4e6eb;
  }

  .fb-avatar-placeholder {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: linear-gradient(to bottom right, #9ca3af, #6b7280);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 600;
    color: white;
    flex-shrink: 0;
  }

  .fb-input {
    flex: 1;
    min-width: 0;
    background: #f0f2f5;
    border: none;
    border-radius: 9999px;
    padding: 8px 12px;
    font-size: 15px;
    outline: none;
  }

  .fb-input::placeholder {
    color: #65676b;
  }

  .fb-comments-list {
    /* Alle Kommentare direkt anzeigen - kein Scrollen */
  }

  .fb-comment {
    display: flex;
    gap: 8px;
    padding: 12px 0;
    border-bottom: 1px solid #e4e6eb;
  }

  .fb-comment:last-child {
    border-bottom: none;
  }

  .fb-comment.reply {
    margin-left: 48px;
    padding: 8px 0;
    border-bottom: none;
  }

  .fb-comment-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
  }

  .fb-comment.reply .fb-comment-avatar {
    width: 32px;
    height: 32px;
  }

  .fb-comment-content {
    flex: 1;
    min-width: 0;
  }

  .fb-comment-bubble {
    background: #f0f2f5;
    border-radius: 18px;
    padding: 12px 16px;
    display: inline-block;
  }

  .fb-comment-name {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 13px;
    font-weight: 600;
    color: #050505;
    flex-wrap: wrap;
  }

  .fb-comment-verified {
    width: 16px;
    height: 16px;
    fill: #1877f2;
    flex-shrink: 0;
  }

  .fb-comment-text {
    font-size: 15px;
    color: #050505;
    line-height: 1.4;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  .fb-comment-actions {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 4px;
    margin-left: 12px;
    font-size: 12px;
    flex-wrap: wrap;
  }

  .fb-comment-action {
    font-weight: 600;
    color: #65676b;
    cursor: pointer;
    background: none;
    border: none;
    padding: 0;
  }

  .fb-comment-action:hover {
    text-decoration: underline;
  }

  .fb-comment-action.liked {
    color: #1877f2;
  }

  .fb-comment-time {
    color: #65676b;
  }

  .fb-comment-likes {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-left: auto;
  }

  .fb-like-icon {
    width: 18px;
    height: 18px;
    background: #1877f2;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }

  .fb-like-icon svg {
    width: 12px;
    height: 12px;
    fill: white;
  }

  .fb-more-comments {
    display: block;
    width: 100%;
    padding: 8px;
    margin-top: 16px;
    background: none;
    border: none;
    font-size: 15px;
    font-weight: 600;
    color: #1877f2;
    cursor: pointer;
    text-align: center;
  }

  .fb-more-comments:hover {
    text-decoration: underline;
  }

  /* Comment Images - Full width in bubble */
  .fb-comment-image-container {
    margin-top: 10px;
    border-radius: 12px;
    overflow: hidden;
  }

  .fb-comment-image {
    width: 100%;
    max-width: 280px;
    height: auto;
    border-radius: 12px;
    display: block;
  }

  @media (max-width: 480px) {
    .fb-comment-image {
      max-width: 200px;
    }
  }

  /* Final Trust */
  .final-trust {
    text-align: center;
    margin: 40px 0;
    font-size: 14px;
    color: #65676b;
  }

  .final-trust p+p {
    margin-top: 4px;
  }

  /* Notification */
  .notification {
    position: fixed;
    bottom: 16px;
    left: 16px;
    right: 16px;
    max-width: 300px;
    z-index: 50;
    display: flex;
    align-items: center;
    gap: 12px;
    background: white;
    padding: 12px;
    border-radius: 8px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    transform: translateX(-120%);
    opacity: 0;
    transition: all 0.5s ease;
  }

  .notification.show {
    transform: translateX(0);
    opacity: 1;
  }

  .notification-icon {
    width: 40px;
    height: 40px;
    background: #4aa614;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }

  .notification-icon svg {
    width: 20px;
    height: 20px;
    stroke: white;
    fill: none;
  }

  .notification-text {
    font-size: 14px;
    font-weight: 600;
  }

  .notification-subtext {
    font-size: 12px;
    color: #65676b;
  }

  /* Exit Popup */
  .exit-popup-overlay {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 100;
    background: rgba(0, 0, 0, 0.6);
    align-items: center;
    justify-content: center;
    padding: 16px;
  }

  .exit-popup-overlay.show {
    display: flex;
  }

  .exit-popup {
    position: relative;
    max-width: 400px;
    width: 100%;
    background: white;
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.25);
    text-align: center;
    animation: scaleIn 0.3s ease;
  }

  @keyframes scaleIn {
    from {
      transform: scale(0.9);
      opacity: 0;
    }

    to {
      transform: scale(1);
      opacity: 1;
    }
  }

  .exit-popup-close {
    position: absolute;
    top: 12px;
    right: 12px;
    background: none;
    border: none;
    color: #65676b;
    cursor: pointer;
    padding: 4px;
  }

  .exit-popup-close:hover {
    color: #1a202c;
  }

  .exit-popup-close svg {
    width: 24px;
    height: 24px;
    stroke: currentColor;
    fill: none;
  }

  .exit-popup-emoji {
    width: 64px;
    height: 64px;
    margin: 0 auto 16px;
    background: #fee2e2;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
  }

  .exit-popup h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 8px;
  }

  .exit-popup p {
    color: #65676b;
    margin-bottom: 16px;
  }

  .exit-popup-code {
    background: linear-gradient(to right, #4aa614, #5bc41a);
    color: white;
    padding: 16px;
    border-radius: 8px;
    margin-bottom: 16px;
  }

  .exit-popup-code-label {
    font-size: 14px;
  }

  .exit-popup-code-value {
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 2px;
    margin: 8px 0;
  }

  .exit-popup-code-info {
    font-size: 14px;
  }

  .exit-popup-cta {
    display: block;
    width: 100%;
    padding: 16px;
    background: linear-gradient(to right, #eb731a, #f5922a);
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
    transition: transform 0.2s;
    margin-bottom: 12px;
  }

  .exit-popup-cta:hover {
    transform: scale(1.02);
  }

  .exit-popup-dismiss {
    background: none;
    border: none;
    color: #65676b;
    font-size: 14px;
    cursor: pointer;
  }

  .exit-popup-dismiss:hover {
    text-decoration: underline;
  }

  /* Responsive */
  @media (max-width: 480px) {
    .step-title {
      font-size: 20px;
    }

    .projection-grid {
      grid-template-columns: repeat(3, 1fr);
      gap: 8px;
    }

    .projection-item {
      padding: 8px;
    }

    .projection-item-value {
      font-size: 16px;
    }

    .product-title {
      font-size: 28px;
    }

    .product-guarantee {
      font-size: 24px;
    }

    .product-price-new {
      font-size: 28px;
    }

    .reviews-score {
      font-size: 36px;
    }

    .security-badges {
      flex-wrap: wrap;
      gap: 8px;
    }

    .fb-comment.reply {
      margin-left: 20px;
    }

    .fb-comment-actions {
      gap: 8px;
    }

    .uni-item {
      flex-direction: column;
      text-align: center;
    }

    .uni-item img {
      width: 60px;
    }
  }

  /* Hidden by default */
  .hidden {
    display: none !important;
  }

  /* ===== Inline styles moved from index.html ===== */

  /* Exit popup - urgency variant (red) */
  .exit-popup-code--urgency {
    background: linear-gradient(to right, #e53e3e, #c53030);
  }

  .exit-popup-code--urgency .exit-popup-code-value {
    font-size: 20px;
  }

  /* Progress bar - initial width (JS overrides at runtime) */
  #progressFill {
    width: 0;
  }

  /* Step 1 goal - no top padding on title */
  #step-goal .step-title {
    padding-top: 0;
  }

  /* Step banner - button spacing */
  #step-banner .btn-primary {
    margin-top: 20px;
  }

  /* Step subtitles - muted color */
  .step-subtitle--muted {
    color: #65676b;
  }

  /* Step info - title and h3 */
  #step-info .step-title {
    text-align: left;
    font-weight: 700;
    font-size: 20px;
  }

  #step-info h3 {
    font-size: 18px;
    padding-bottom: 20px;
  }

  #step-info .btn-primary {
    margin-top: 20px;
  }

  /* Loading step */
  .loading-intro {
    font-size: 18px;
    font-weight: 600;
  }

  .loading-sub {
    font-size: 14px;
    color: #65676b;
  }

  .loading-step span {
    font-size: 14px;
  }

  .loading-step--delay-1 {
    animation-delay: 200ms;
  }

  .loading-step--delay-2 {
    animation-delay: 400ms;
  }

  /* Final step - viewer counter wrapper */
  .viewer-counter-wrapper {
    display: flex;
    justify-content: center;
  }

  /* Urgency banner row */
  .urgency-banner-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
  }

  .urgency-banner-row span {
    font-size: 14px;
    font-weight: 700;
  }

  /* Final intro paragraph */
  .final-intro {
    text-align: center;
    padding-top: 16px;
  }

  /* Final step title */
  #step-final .step-title {
    padding-top: 0;
    padding-bottom: 20px;
  }

  /* Uni item logo (Dads.png / Toronto) */
  .uni-item__logo {
    width: 100%;
    max-width: 100px;
    height: 30px;
    object-fit: contain;
  }

  /* CTA without animation (secondary CTA) */
  .cta-button--no-animation {
    animation: none;
  }