.elementor-5134 .elementor-element.elementor-element-43e156f{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}:root{--page-title-display:none;}@media(min-width:768px){.elementor-5134 .elementor-element.elementor-element-43e156f{--content-width:1400px;}}/* Start custom CSS for container, class: .elementor-element-43e156f */.hoye-mall-page,
  .hoye-mall-page * {
    box-sizing: border-box;
  }

  .hoye-mall-page {
    --hm-ink: #17212b;
    --hm-muted: #5f6872;
    --hm-navy: #071827;
    --hm-navy-soft: #102b42;
    --hm-red: #a51c30;
    --hm-red-dark: #741221;
    --hm-gold: #d6b36b;
    --hm-cream: #f7f3ea;
    --hm-soft: #f5f7f9;
    --hm-line: #dde3e8;
    --hm-white: #ffffff;
    color: var(--hm-ink);
    background: var(--hm-white);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 17px;
    line-height: 1.72;
  }

  .hoye-mall-page a {
    color: var(--hm-red);
    text-decoration: underline;
    text-underline-offset: 3px;
  }

  .hoye-mall-page a:hover {
    color: var(--hm-red-dark);
  }

  .hm-wrap {
    width: min(1400px, calc(100% - 40px));
    margin: 0 auto;
  }

  .hm-narrow {
    width: min(900px, 100%);
    margin: 0 auto;
  }

  .hm-hero {
    position: relative;
    overflow: hidden;
    padding: clamp(72px, 9vw, 126px) 0;
    color: var(--hm-white);
    background:
      radial-gradient(circle at 86% 18%, rgba(214, 179, 107, 0.25), transparent 27%),
      radial-gradient(circle at 8% 92%, rgba(165, 28, 48, 0.34), transparent 31%),
      linear-gradient(125deg, #06131f 0%, #0b2236 56%, #17384d 100%);
  }

  .hm-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0.1;
    background-image: linear-gradient(90deg, transparent 49.5%, rgba(255,255,255,0.23) 50%, transparent 50.5%);
    background-size: 66px 66px;
    pointer-events: none;
  }

  .hm-hero-inner {
    position: relative;
    z-index: 1;
    max-width: 930px;
  }

  .hm-eyebrow,
  .hm-kicker {
    margin: 0 0 12px;
    color: var(--hm-red);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
  }

  .hm-hero .hm-eyebrow {
    color: var(--hm-gold);
  }

  .hoye-mall-page h1 {
    max-width: 920px;
    margin: 0;
    color: var(--hm-white);
    font-size: clamp(38px, 5.6vw, 66px);
    line-height: 1.08;
    letter-spacing: -0.035em;
  }

  .hm-hero-subtitle {
    max-width: 810px;
    margin: 24px 0 0;
    color: #dce6ed;
    font-size: clamp(19px, 2.1vw, 24px);
    line-height: 1.55;
  }

  .hm-section {
    padding: clamp(62px, 8vw, 100px) 0;
  }

  .hm-section-soft {
    background: var(--hm-soft);
  }

  .hm-section-cream {
    background: var(--hm-cream);
  }

  .hm-section-dark {
    color: #e7edf2;
    background: var(--hm-navy);
  }

  .hoye-mall-page h2 {
    max-width: 900px;
    margin: 0 0 22px;
    color: var(--hm-navy);
    font-size: clamp(30px, 4vw, 46px);
    line-height: 1.18;
    letter-spacing: -0.025em;
  }

  .hoye-mall-page h3 {
    margin: 0 0 10px;
    color: var(--hm-navy-soft);
    font-size: 22px;
    line-height: 1.28;
  }

  .hm-section-dark h2,
  .hm-section-dark h3 {
    color: var(--hm-white);
  }

  .hm-section p:last-child,
  .hm-card p:last-child,
  .hm-callout p:last-child {
    margin-bottom: 0;
  }

  .hm-lead {
    color: #384653;
    font-size: 20px;
    line-height: 1.66;
  }

  .hm-section-dark .hm-lead {
    color: #cfdbe4;
  }

  .hm-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 30px;
  }

  .hm-btn,
  .hoye-mall-page a.hm-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 13px 24px;
    border: 1px solid transparent;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.25;
    text-align: center;
    text-decoration: none;
    transition: transform .2s ease, background-color .2s ease, border-color .2s ease;
  }

  .hm-btn:hover {
    transform: translateY(-1px);
  }

  .hm-btn-primary,
  .hoye-mall-page a.hm-btn-primary {
    color: var(--hm-white);
    background: var(--hm-red);
  }

  .hm-btn-primary:hover,
  .hoye-mall-page a.hm-btn-primary:hover {
    color: var(--hm-white);
    background: var(--hm-red-dark);
  }

  .hm-btn-outline,
  .hoye-mall-page a.hm-btn-outline {
    color: var(--hm-white);
    border-color: rgba(255,255,255,.58);
    background: rgba(255,255,255,.05);
  }

  .hm-btn-outline:hover,
  .hoye-mall-page a.hm-btn-outline:hover {
    color: var(--hm-white);
    border-color: var(--hm-white);
    background: rgba(255,255,255,.12);
  }

  .hm-proof-strip {
    color: var(--hm-white);
    background: var(--hm-red-dark);
  }

  .hm-proof-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }

  .hm-proof-item {
    padding: 20px 18px;
    border-right: 1px solid rgba(255,255,255,.16);
    text-align: center;
  }

  .hm-proof-item:last-child {
    border-right: 0;
  }

  .hm-proof-item strong {
    display: block;
    color: var(--hm-gold);
    font-size: 17px;
  }

  .hm-proof-item span {
    display: block;
    margin-top: 2px;
    color: #f5e9eb;
    font-size: 13px;
    line-height: 1.45;
  }

  .hm-card-grid,
  .hm-zone-grid,
  .hm-theme-grid,
  .hm-why-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
    margin-top: 34px;
  }

  .hm-card,
  .hm-zone-card,
  .hm-theme-card,
  .hm-why-card {
    height: 100%;
    padding: 28px;
    border: 1px solid var(--hm-line);
    border-radius: 8px;
    background: var(--hm-white);
    box-shadow: 0 12px 32px rgba(7,24,39,.05);
  }

  .hm-zone-card {
    border-top: 4px solid var(--hm-red);
  }

  .hm-card-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    margin-bottom: 17px;
    border-radius: 50%;
    color: var(--hm-white);
    background: var(--hm-red);
    font-size: 13px;
    font-weight: 700;
  }

  .hm-callout {
    margin-top: 34px;
    padding: 30px;
    border-left: 5px solid var(--hm-gold);
    border-radius: 5px;
    background: #fffaf0;
  }

  .hm-callout-dark {
    border-left-color: var(--hm-gold);
    background: #102b42;
  }

  .hm-callout-dark p {
    color: #d6e0e8;
  }

  .hm-split {
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    gap: clamp(34px, 6vw, 78px);
    align-items: start;
  }

  .hm-list {
    margin: 22px 0 0;
    padding: 0;
    list-style: none;
  }

  .hm-list li {
    position: relative;
    margin: 0 0 13px;
    padding-left: 29px;
  }

  .hm-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    color: var(--hm-red);
    font-weight: 700;
  }

  .hm-section-dark .hm-list li::before {
    color: var(--hm-gold);
  }

  .hm-system {
    display: grid;
    grid-template-columns: 130px 1fr;
    gap: 28px;
    padding: 34px 0;
    border-top: 1px solid var(--hm-line);
  }

  .hm-system:last-child {
    border-bottom: 1px solid var(--hm-line);
  }

  .hm-system-label {
    color: var(--hm-red);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
  }

  .hm-text-link {
    display: inline-block;
    margin-top: 6px;
    font-weight: 700;
  }

  .hm-table-wrap {
    overflow-x: auto;
    margin-top: 30px;
    border: 1px solid var(--hm-line);
    border-radius: 7px;
    background: var(--hm-white);
  }

  .hm-table {
    width: 100%;
    min-width: 760px;
    border-collapse: collapse;
  }

  .hm-table th,
  .hm-table td {
    padding: 17px 19px;
    border-bottom: 1px solid var(--hm-line);
    text-align: left;
    vertical-align: top;
  }

  .hm-table th {
    color: var(--hm-white);
    background: var(--hm-navy-soft);
    font-size: 15px;
  }

  .hm-table tr:last-child td {
    border-bottom: 0;
  }

  .hm-process {
    margin: 36px 0 0;
    padding: 0;
    list-style: none;
    counter-reset: hm-step;
  }

  .hm-process li {
    position: relative;
    min-height: 62px;
    margin: 0 0 25px;
    padding-left: 86px;
    counter-increment: hm-step;
  }

  .hm-process li::before {
    content: counter(hm-step, decimal-leading-zero);
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border: 1px solid rgba(255,255,255,.22);
    border-radius: 50%;
    color: var(--hm-gold);
    font-weight: 700;
  }

  .hm-process strong {
    display: block;
    margin-bottom: 3px;
    color: var(--hm-white);
    font-size: 19px;
  }

  .hm-section-soft .hm-process li::before {
    color: var(--hm-red);
    border-color: #cbd3da;
    background: var(--hm-white);
  }

  .hm-faq {
    margin-top: 30px;
  }

  .hm-faq details {
    margin-bottom: 12px;
    border: 1px solid var(--hm-line);
    border-radius: 6px;
    background: var(--hm-white);
  }

  .hm-faq summary {
    position: relative;
    padding: 19px 54px 19px 21px;
    color: var(--hm-navy);
    font-weight: 700;
    line-height: 1.45;
    cursor: pointer;
  }

  .hm-faq summary::after {
    content: "+";
    position: absolute;
    right: 21px;
    top: 16px;
    color: var(--hm-red);
    font-size: 24px;
  }

  .hm-faq details[open] summary::after {
    content: "−";
  }

  .hm-faq-answer {
    padding: 0 21px 19px;
    color: var(--hm-muted);
  }

  .hm-final-cta {
    padding: clamp(64px, 8vw, 96px) 0;
    color: var(--hm-white);
    background:
      radial-gradient(circle at 88% 22%, rgba(214,179,107,.23), transparent 27%),
      linear-gradient(120deg, var(--hm-red-dark), var(--hm-navy));
  }

  .hm-final-cta h2 {
    color: var(--hm-white);
  }

  .hm-final-cta p {
    max-width: 820px;
    color: #e2e9ee;
  }

  .hm-note {
    color: var(--hm-muted);
    font-size: 14px;
  }

  .hm-media {
    width: 100%;
    margin: 28px 0 4px;
    overflow: hidden;
    border: 1px solid var(--hm-line);
    border-radius: 8px;
    background: var(--hm-soft);
    box-shadow: 0 14px 38px rgba(7,24,39,.08);
  }

  .hm-media-hero {
    width: min(1400px, calc(100% - 40px));
    margin: 34px auto;
  }

  .hm-media img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    object-fit: cover;
  }

  @media (max-width: 900px) {
    .hm-card-grid,
    .hm-zone-grid,
    .hm-theme-grid,
    .hm-why-grid {
      grid-template-columns: repeat(2, 1fr);
    }

    .hm-split {
      grid-template-columns: 1fr;
    }
  }

  @media (max-width: 620px) {
    .hm-media-hero {
      width: min(100% - 28px, 1400px);
      margin: 22px auto;
    }

    .hm-wrap {
      width: min(100% - 28px, 1400px);
    }

    .hm-proof-grid,
    .hm-card-grid,
    .hm-zone-grid,
    .hm-theme-grid,
    .hm-why-grid {
      grid-template-columns: 1fr;
    }

    .hm-proof-item {
      border-right: 0;
      border-bottom: 1px solid rgba(255,255,255,.16);
    }

    .hm-proof-item:last-child {
      border-bottom: 0;
    }

    .hm-actions {
      flex-direction: column;
    }

    .hm-btn {
      width: 100%;
    }

    .hm-system {
      grid-template-columns: 1fr;
      gap: 10px;
    }

    .hm-process li {
      padding-left: 72px;
    }
  }/* End custom CSS */