*, ::before, ::after { box-sizing: border-box; margin: 0px; padding: 0px; }
body { font-family: Inter, sans-serif; background: rgb(13, 59, 62); }
#header { width: 100%; }
.pricing-hero { background: rgb(13, 59, 62); padding: 100px 20px 80px; text-align: center; position: relative; }
.pricing-hero__inner { max-width: 860px; margin: 0px auto; }
.pricing-hero__h1 { font-family: "Playfair Display", serif; font-size: clamp(2.2rem, 5vw, 3.6rem); font-weight: 800; color: rgb(255, 210, 90); line-height: 1.2; margin-bottom: 24px; background: linear-gradient(135deg, rgb(255, 210, 90), rgb(230, 178, 58)) text; -webkit-text-fill-color: transparent; }
.pricing-hero__sub { font-size: clamp(1rem, 2.5vw, 1.2rem); color: rgb(255, 242, 176); line-height: 1.7; margin-bottom: 20px; font-weight: 400; }
.pricing-hero__trust { font-size: 0.95rem; color: rgb(230, 178, 58); font-style: italic; opacity: 0.9; }
.pricing-context { background: rgb(26, 80, 85); padding: 60px 20px; }
.pricing-context__inner { max-width: 1100px; margin: 0px auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
.pricing-context__item { text-align: center; padding: 32px 24px; border-radius: 12px; background: rgba(255, 255, 255, 0.04); border: 1px solid rgba(255, 210, 90, 0.15); transition: transform 0.3s, background 0.3s; }
.pricing-context__item:hover { transform: translateY(-4px); background: rgba(255, 255, 255, 0.08); }
.pricing-context__icon { font-size: 2.4rem; margin-bottom: 14px; display: block; }
.pricing-context__title { font-size: 1.25rem; font-weight: 700; color: rgb(255, 242, 176); margin-bottom: 8px; }
.pricing-context__desc { font-size: 0.95rem; color: rgb(255, 255, 255); opacity: 0.85; line-height: 1.6; }
.pricing-tiers { background: rgb(13, 59, 62); padding: 80px 20px; }
.pricing-tiers__inner { max-width: 1150px; margin: 0px auto; }
.pricing-tiers__header { text-align: center; margin-bottom: 56px; }
.pricing-tiers__h2 { font-family: "Playfair Display", serif; font-size: clamp(1.8rem, 4vw, 2.8rem); font-weight: 700; color: rgb(255, 210, 90); margin-bottom: 16px; }
.pricing-tiers__sub { font-size: 1.05rem; color: rgb(255, 255, 255); opacity: 0.85; max-width: 640px; margin: 0px auto; line-height: 1.7; }
.pricing-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; align-items: start; }
.pricing-card { border-radius: 16px; padding: 40px 32px; position: relative; transition: transform 0.3s, box-shadow 0.3s; }
.pricing-card:hover { transform: translateY(-6px); box-shadow: rgba(0, 0, 0, 0.3) 0px 24px 60px; }
.pricing-card--starter { background: rgb(26, 80, 85); border: 1px solid rgba(255, 210, 90, 0.2); }
.pricing-card--growth { background: rgb(255, 210, 90); border-width: medium; border-style: none; border-color: currentcolor; border-image: initial; box-shadow: rgba(255, 210, 90, 0.3) 0px 12px 40px; }
.pricing-card--authority { background: rgb(26, 80, 85); border: 1px solid rgba(255, 210, 90, 0.2); }
.pricing-card__badge { position: absolute; top: -14px; right: 24px; background: rgb(13, 59, 62); color: rgb(255, 210, 90); font-size: 0.78rem; font-weight: 700; padding: 6px 14px; border-radius: 20px; letter-spacing: 0.5px; border: 1px solid rgb(255, 210, 90); }
.pricing-card__label { font-size: 1rem; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; margin-bottom: 6px; }
.pricing-card--starter .pricing-card__label, .pricing-card--authority .pricing-card__label { color: rgb(255, 242, 176); }
.pricing-card--growth .pricing-card__label { color: rgb(13, 59, 62); }
.pricing-card__tagline { font-size: 0.9rem; font-weight: 600; margin-bottom: 20px; }
.pricing-card--starter .pricing-card__tagline, .pricing-card--authority .pricing-card__tagline { color: rgb(230, 178, 58); }
.pricing-card--growth .pricing-card__tagline { color: rgb(183, 144, 42); }
.pricing-card__price { font-size: clamp(1.4rem, 3vw, 2rem); font-weight: 800; margin-bottom: 28px; line-height: 1.2; }
.pricing-card--starter .pricing-card__price, .pricing-card--authority .pricing-card__price { color: rgb(255, 210, 90); }
.pricing-card--growth .pricing-card__price { color: rgb(13, 59, 62); font-size: clamp(1.6rem, 3.5vw, 2.2rem); }
.pricing-card__features { list-style: none; margin-bottom: 36px; display: flex; flex-direction: column; gap: 12px; }
.pricing-card__features li { font-size: 0.92rem; line-height: 1.5; display: flex; align-items: flex-start; gap: 10px; }
.pricing-card--starter .pricing-card__features li, .pricing-card--authority .pricing-card__features li { color: rgb(255, 255, 255); }
.pricing-card--growth .pricing-card__features li { color: rgb(13, 59, 62); }
.pricing-card__check { flex-shrink: 0; font-style: normal; font-weight: 700; font-size: 1rem; }
.pricing-card--starter .pricing-card__check, .pricing-card--authority .pricing-card__check { color: rgb(255, 210, 90); }
.pricing-card--growth .pricing-card__check { color: rgb(13, 59, 62); }
.pricing-card__cta { display: inline-block; width: 100%; text-align: center; padding: 14px 28px; border-radius: 8px; font-size: 1rem; font-weight: 700; cursor: pointer; text-decoration: none; transition: transform 0.2s, box-shadow 0.2s, background 0.2s; letter-spacing: 0.3px; }
.pricing-card--starter .pricing-card__cta, .pricing-card--authority .pricing-card__cta { background: rgb(255, 210, 90); color: rgb(13, 59, 62); border: 2px solid rgb(255, 210, 90); }
.pricing-card--starter .pricing-card__cta:hover, .pricing-card--authority .pricing-card__cta:hover { background: rgb(230, 178, 58); border-color: rgb(230, 178, 58); transform: translateY(-2px); box-shadow: rgba(255, 210, 90, 0.4) 0px 8px 24px; }
.pricing-card--growth .pricing-card__cta { background: rgb(13, 59, 62); color: rgb(255, 210, 90); border: 2px solid rgb(13, 59, 62); }
.pricing-card--growth .pricing-card__cta:hover { background: rgb(26, 80, 85); border-color: rgb(26, 80, 85); transform: translateY(-2px); box-shadow: rgba(13, 59, 62, 0.4) 0px 8px 24px; }
.pricing-table-section { background: rgb(26, 80, 85); padding: 80px 20px; }
.pricing-table-section__inner { max-width: 1100px; margin: 0px auto; }
.pricing-table-section__h2 { font-family: "Playfair Display", serif; font-size: clamp(1.8rem, 4vw, 2.4rem); font-weight: 700; color: rgb(255, 210, 90); text-align: center; margin-bottom: 48px; }
.pricing-table-wrap { overflow-x: auto; border-radius: 12px; box-shadow: rgba(0, 0, 0, 0.25) 0px 8px 32px; }
.pricing-table { width: 100%; border-collapse: collapse; min-width: 600px; }
.pricing-table thead tr { background: rgb(13, 59, 62); }
.pricing-table thead th { padding: 18px 20px; color: rgb(255, 210, 90); font-size: 0.95rem; font-weight: 700; text-align: center; border: 1px solid rgba(255, 210, 90, 0.15); }
.pricing-table thead th:first-child { text-align: left; }
.pricing-table tbody tr:nth-child(2n+1) { background: rgb(26, 80, 85); }
.pricing-table tbody tr:nth-child(2n) { background: rgb(13, 59, 62); }
.pricing-table tbody td { padding: 15px 20px; color: rgb(255, 255, 255); font-size: 0.9rem; text-align: center; border: 1px solid rgba(255, 255, 255, 0.07); }
.pricing-table tbody td:first-child { text-align: left; font-weight: 500; }
.pricing-table__check { color: rgb(255, 210, 90); font-size: 1.1rem; font-weight: 700; }
.pricing-table__dash { color: rgba(255, 255, 255, 0.3); font-size: 1.1rem; }
.pricing-faq { background: rgb(13, 59, 62); padding: 80px 20px; }
.pricing-faq__inner { max-width: 800px; margin: 0px auto; }
.pricing-faq__h2 { font-family: "Playfair Display", serif; font-size: clamp(1.8rem, 4vw, 2.4rem); font-weight: 700; color: rgb(255, 210, 90); text-align: center; margin-bottom: 48px; }
.pricing-faq__item { border: 1px solid rgba(255, 210, 90, 0.2); border-radius: 10px; margin-bottom: 14px; overflow: hidden; background: rgb(26, 80, 85); transition: border-color 0.3s; }
.pricing-faq__item.active { border-color: rgba(255, 210, 90, 0.6); }
.pricing-faq__question { display: flex; align-items: center; justify-content: space-between; padding: 20px 24px; cursor: pointer; color: rgb(255, 242, 176); font-size: 1rem; font-weight: 600; line-height: 1.5; gap: 16px; }
.pricing-faq__icon { color: rgb(255, 210, 90); font-size: 1.4rem; font-weight: 300; flex-shrink: 0; transition: transform 0.3s; line-height: 1; }
.pricing-faq__item.active .pricing-faq__icon { transform: rotate(45deg); }
.pricing-faq__answer { max-height: 0px; overflow: hidden; transition: max-height 0.4s, padding 0.3s; }
.pricing-faq__answer-inner { padding: 0px 24px 20px; color: rgb(255, 255, 255); font-size: 0.95rem; line-height: 1.75; opacity: 0.9; }
.pricing-custom { background: linear-gradient(135deg, rgb(183, 144, 42), rgb(230, 178, 58)); padding: 80px 20px; text-align: center; }
.pricing-custom__inner { max-width: 700px; margin: 0px auto; }
.pricing-custom__h2 { font-family: "Playfair Display", serif; font-size: clamp(1.8rem, 4vw, 2.4rem); font-weight: 700; color: rgb(13, 59, 62); margin-bottom: 20px; }
.pricing-custom__body { font-size: 1.05rem; color: rgb(13, 59, 62); line-height: 1.7; margin-bottom: 36px; opacity: 0.9; }
.pricing-custom__cta { display: inline-block; padding: 16px 40px; background: rgb(13, 59, 62); color: rgb(255, 210, 90); font-size: 1rem; font-weight: 700; border-radius: 8px; text-decoration: none; border: 2px solid rgb(13, 59, 62); transition: background 0.2s, transform 0.2s, box-shadow 0.2s; }
.pricing-custom__cta:hover { background: rgb(26, 80, 85); border-color: rgb(26, 80, 85); transform: translateY(-2px); box-shadow: rgba(13, 59, 62, 0.35) 0px 8px 24px; }
.pricing-final { background: rgb(255, 210, 90); padding: 80px 20px; text-align: center; }
.pricing-final__inner { max-width: 700px; margin: 0px auto; }
.pricing-final__h2 { font-family: "Playfair Display", serif; font-size: clamp(1.8rem, 4vw, 2.6rem); font-weight: 800; color: rgb(13, 59, 62); margin-bottom: 18px; }
.pricing-final__sub { font-size: 1.05rem; color: rgb(13, 59, 62); line-height: 1.7; margin-bottom: 36px; opacity: 0.85; }
.pricing-final__cta { display: inline-block; padding: 16px 44px; background: rgb(13, 59, 62); color: rgb(255, 210, 90); font-size: 1rem; font-weight: 700; border-radius: 8px; text-decoration: none; border: 2px solid rgb(13, 59, 62); transition: background 0.2s, transform 0.2s, box-shadow 0.2s; }
.pricing-final__cta:hover { background: rgb(26, 80, 85); border-color: rgb(26, 80, 85); transform: translateY(-2px); box-shadow: rgba(13, 59, 62, 0.35) 0px 8px 24px; }
@media (max-width: 900px) {
  .pricing-cards { grid-template-columns: 1fr; max-width: 480px; margin: 0px auto; }
  .pricing-context__inner { grid-template-columns: 1fr; max-width: 480px; margin: 0px auto; }
  .pricing-card--growth { order: -1; }
}
@media (max-width: 600px) {
  .pricing-hero { padding: 70px 16px 60px; }
  .pricing-tiers { padding: 60px 16px; }
  .pricing-faq__question { font-size: 0.92rem; padding: 16px 18px; }
  .pricing-faq__answer-inner { padding: 0px 18px 16px; font-size: 0.9rem; }
  .pricing-card { padding: 32px 22px; }
}
[data-section-id="pricing-tiers-inner"] .pricing-card--enterprise { border: 2px solid rgb(201, 125, 46); background: linear-gradient(160deg, rgb(26, 26, 15) 0%, rgb(13, 27, 42) 100%); position: relative; }
[data-section-id="pricing-tiers-inner"] .pricing-card__badge--enterprise { background: linear-gradient(90deg, rgb(201, 125, 46), rgb(230, 168, 74)); color: rgb(13, 27, 42); font-weight: 700; font-size: 11px; letter-spacing: 0.06em; text-transform: uppercase; padding: 4px 14px; border-radius: 20px; display: inline-block; margin-bottom: 10px; }
[data-section-id="pricing-tiers-inner"] .pricing-card__cta--enterprise { background: linear-gradient(90deg, rgb(201, 125, 46), rgb(230, 168, 74)); color: rgb(13, 27, 42); font-weight: 700; }
[data-section-id="pricing-tiers-inner"] .pricing-card__cta--enterprise:hover { background: linear-gradient(90deg, rgb(230, 168, 74), rgb(201, 125, 46)); color: rgb(13, 27, 42); }
.editor-tool, [data-editor-tool] { outline: none !important; cursor: default !important; }
.dragging { opacity: 0.5 !important; }
.drag-over { border-top: 3px solid rgb(76, 175, 80) !important; }
.editor-tool, [data-editor-tool] { outline: none !important; cursor: default !important; }
.dragging { opacity: 0.5 !important; }
.drag-over { border-top: 3px solid rgb(76, 175, 80) !important; }
.editor-tool, [data-editor-tool] { outline: none !important; cursor: default !important; }
.dragging { opacity: 0.5 !important; }
.drag-over { border-top: 3px solid rgb(76, 175, 80) !important; }
[data-section-id="pricing-tiers-inner"] .pricing-card--enterprise { background: linear-gradient(145deg, rgb(26, 18, 0), rgb(43, 31, 0)); border: 2px solid rgb(201, 125, 46); border-radius: 16px; padding: 36px 28px; display: flex; flex-direction: column; position: relative; box-shadow: rgba(201, 125, 46, 0.25) 0px 8px 32px; }
[data-section-id="pricing-tiers-inner"] .pricing-card--enterprise .pricing-card__label { color: rgb(230, 168, 74); font-size: 22px; font-weight: 700; margin-bottom: 4px; }
[data-section-id="pricing-tiers-inner"] .pricing-card--enterprise .pricing-card__tagline { color: rgb(240, 192, 96); font-size: 14px; font-weight: 500; margin-bottom: 16px; text-transform: uppercase; letter-spacing: 1px; }
[data-section-id="pricing-tiers-inner"] .pricing-card--enterprise .pricing-card__price { color: rgb(255, 255, 255); font-size: 26px; font-weight: 700; margin-bottom: 24px; }
[data-section-id="pricing-tiers-inner"] .pricing-card--enterprise .pricing-card__features li { color: rgb(245, 223, 160); }
[data-section-id="pricing-tiers-inner"] .pricing-card--enterprise .pricing-card__check { color: rgb(230, 168, 74); }
[data-section-id="pricing-tiers-inner"] .pricing-card__badge--enterprise { background: linear-gradient(135deg, rgb(201, 125, 46), rgb(230, 168, 74)); color: rgb(26, 18, 0); font-weight: 700; font-size: 12px; padding: 4px 14px; border-radius: 20px; display: inline-block; margin-bottom: 12px; text-transform: uppercase; letter-spacing: 0.5px; }
[data-section-id="pricing-tiers-inner"] .pricing-card__cta--enterprise { background: linear-gradient(135deg, rgb(201, 125, 46), rgb(230, 168, 74)); color: rgb(26, 18, 0); font-weight: 700; border-width: medium; border-style: none; border-color: currentcolor; border-image: initial; margin-top: auto; padding: 14px 28px; border-radius: 8px; text-decoration: none; text-align: center; font-size: 15px; transition: opacity 0.2s; display: block; }
[data-section-id="pricing-tiers-inner"] .pricing-card__cta--enterprise:hover { opacity: 0.88; }
.editor-tool, [data-editor-tool] { outline: none !important; cursor: default !important; }
.dragging { opacity: 0.5 !important; }
.drag-over { border-top: 3px solid rgb(76, 175, 80) !important; }


    /* Editable elements styling - HIGHEST PRIORITY */
    .editable:hover:not(.editor-tool):not([data-editor-tool]) {
      outline: 2px dashed #ff9800 !important;
      outline-offset: 2px !important;
      cursor: pointer !important;
      z-index: 999999 !important;
    }
    .selected-editable:not(.editor-tool):not([data-editor-tool]) {
      outline: 3px solid #ff9800 !important;
      outline-offset: 2px !important;
      box-shadow: 0 0 8px 2px #ff980033 !important;
      z-index: 999999 !important;
    }
    /* Prevent editor tools from having editor styles */
    .editor-tool,
    [data-editor-tool] {
      outline: none !important;
      cursor: default !important;
    }
    /* Drag and drop styles */
    .dragging {
      opacity: 0.5 !important;
    }
    .drag-over {
      border-top: 3px solid #4CAF50 !important;
    }
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&family=Poppins:wght@600;700&display=swap');

[data-section-id="footer-360webx"] {
  width: 100%;
  background: linear-gradient(135deg, #0a0f1e 0%, #0d1b2a 60%, #0f2336 100%);
  color: #e0e6f0;
  font-family: 'Inter', sans-serif;
  padding: 70px 0 0 0;
  box-sizing: border-box;
}

[data-section-id="footer-360webx"] * {
  box-sizing: border-box;
}

[data-section-id="footer-360webx"] .footer-360webx__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

[data-section-id="footer-360webx"] .footer-360webx__top {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 48px;
  padding-bottom: 56px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

[data-section-id="footer-360webx"] .footer-360webx__brand {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

[data-section-id="footer-360webx"] .footer-360webx__logo-link {
  font-family: 'Poppins', sans-serif;
  font-size: 26px;
  font-weight: 700;
  color: #ffffff;
  text-decoration: none;
  background: linear-gradient(90deg, #38bdf8, #818cf8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  transition: opacity 0.3s ease;
  display: inline-block;
}

[data-section-id="footer-360webx"] .footer-360webx__logo-link:hover {
  opacity: 0.85;
}

[data-section-id="footer-360webx"] .footer-360webx__tagline {
  font-size: 14px;
  line-height: 1.75;
  color: #94a3b8;
  margin: 0;
  max-width: 280px;
}

[data-section-id="footer-360webx"] .footer-360webx__nav-group {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

[data-section-id="footer-360webx"] .footer-360webx__nav-title {
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  margin: 0 0 4px 0;
  padding-bottom: 8px;
  border-bottom: 2px solid #38bdf8;
  display: inline-block;
}

[data-section-id="footer-360webx"] .footer-360webx__nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

[data-section-id="footer-360webx"] .footer-360webx__nav-link {
  font-size: 14px;
  color: #94a3b8;
  text-decoration: none;
  transition: color 0.25s ease, padding-left 0.25s ease;
  display: inline-block;
}

[data-section-id="footer-360webx"] .footer-360webx__nav-link:hover {
  color: #38bdf8;
  padding-left: 5px;
}

[data-section-id="footer-360webx"] .footer-360webx__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
  padding: 24px 0;
  background: rgba(0, 0, 0, 0.25);
  margin: 0 -24px;
  padding-left: 24px;
  padding-right: 24px;
}

[data-section-id="footer-360webx"] .footer-360webx__copy {
  font-size: 13px;
  color: #64748b;
  margin: 0;
}

[data-section-id="footer-360webx"] .footer-360webx__copy-link {
  color: #38bdf8;
  text-decoration: none;
  transition: color 0.25s ease;
}

[data-section-id="footer-360webx"] .footer-360webx__copy-link:hover {
  color: #7dd3fc;
  text-decoration: underline;
}

[data-section-id="footer-360webx"] .footer-360webx__bottom-links {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

[data-section-id="footer-360webx"] .footer-360webx__bottom-link {
  font-size: 13px;
  color: #64748b;
  text-decoration: none;
  transition: color 0.25s ease;
}

[data-section-id="footer-360webx"] .footer-360webx__bottom-link:hover {
  color: #38bdf8;
  text-decoration: underline;
}

[data-section-id="footer-360webx"] .footer-360webx__divider {
  color: #334155;
  font-size: 13px;
  user-select: none;
}

@media (max-width: 900px) {
  [data-section-id="footer-360webx"] .footer-360webx__top {
    grid-template-columns: 1fr 1fr;
    gap: 36px;
  }
  [data-section-id="footer-360webx"] .footer-360webx__brand {
    grid-column: 1 / -1;
  }
  [data-section-id="footer-360webx"] .footer-360webx__tagline {
    max-width: 100%;
  }
}

@media (max-width: 560px) {
  [data-section-id="footer-360webx"] .footer-360webx__top {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  [data-section-id="footer-360webx"] .footer-360webx__bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
  [data-section-id="footer-360webx"] .footer-360webx__inner {
    padding: 0 16px;
  }
  [data-section-id="footer-360webx"] .footer-360webx__bottom {
    margin: 0 -16px;
    padding-left: 16px;
    padding-right: 16px;
  }
}


    /* Editable elements styling - HIGHEST PRIORITY */
    .editable:hover:not(.editor-tool):not([data-editor-tool]) {
      outline: 2px dashed #ff9800 !important;
      outline-offset: 2px !important;
      cursor: pointer !important;
      z-index: 999999 !important;
    }
    .selected-editable:not(.editor-tool):not([data-editor-tool]) {
      outline: 3px solid #ff9800 !important;
      outline-offset: 2px !important;
      box-shadow: 0 0 8px 2px #ff980033 !important;
      z-index: 999999 !important;
    }
    /* Prevent editor tools from having editor styles */
    .editor-tool,
    [data-editor-tool] {
      outline: none !important;
      cursor: default !important;
    }
    /* Drag and drop styles */
    .dragging {
      opacity: 0.5 !important;
    }
    .drag-over {
      border-top: 3px solid #4CAF50 !important;
    }


    /* Editable elements styling - HIGHEST PRIORITY */
    .editable:hover:not(.editor-tool):not([data-editor-tool]) {
      outline: 2px dashed #ff9800 !important;
      outline-offset: 2px !important;
      cursor: pointer !important;
      z-index: 999999 !important;
    }
    .selected-editable:not(.editor-tool):not([data-editor-tool]) {
      outline: 3px solid #ff9800 !important;
      outline-offset: 2px !important;
      box-shadow: 0 0 8px 2px #ff980033 !important;
      z-index: 999999 !important;
    }
    /* Prevent editor tools from having editor styles */
    .editor-tool,
    [data-editor-tool] {
      outline: none !important;
      cursor: default !important;
    }
    /* Drag and drop styles */
    .dragging {
      opacity: 0.5 !important;
    }
    .drag-over {
      border-top: 3px solid #4CAF50 !important;
    }


    /* Editable elements styling - HIGHEST PRIORITY */
    .editable:hover:not(.editor-tool):not([data-editor-tool]) {
      outline: 2px dashed #ff9800 !important;
      outline-offset: 2px !important;
      cursor: pointer !important;
      z-index: 999999 !important;
    }
    .selected-editable:not(.editor-tool):not([data-editor-tool]) {
      outline: 3px solid #ff9800 !important;
      outline-offset: 2px !important;
      box-shadow: 0 0 8px 2px #ff980033 !important;
      z-index: 999999 !important;
    }
    /* Prevent editor tools from having editor styles */
    .editor-tool,
    [data-editor-tool] {
      outline: none !important;
      cursor: default !important;
    }
    /* Drag and drop styles */
    .dragging {
      opacity: 0.5 !important;
    }
    .drag-over {
      border-top: 3px solid #4CAF50 !important;
    }


    /* Editable elements styling - HIGHEST PRIORITY */
    .editable:hover:not(.editor-tool):not([data-editor-tool]) {
      outline: 2px dashed #ff9800 !important;
      outline-offset: 2px !important;
      cursor: pointer !important;
      z-index: 999999 !important;
    }
    .selected-editable:not(.editor-tool):not([data-editor-tool]) {
      outline: 3px solid #ff9800 !important;
      outline-offset: 2px !important;
      box-shadow: 0 0 8px 2px #ff980033 !important;
      z-index: 999999 !important;
    }
    /* Prevent editor tools from having editor styles */
    .editor-tool,
    [data-editor-tool] {
      outline: none !important;
      cursor: default !important;
    }
    /* Drag and drop styles */
    .dragging {
      opacity: 0.5 !important;
    }
    .drag-over {
      border-top: 3px solid #4CAF50 !important;
    }
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Poppins:wght@600;700;800&display=swap'); [data-section-id="msn-featured-platform"] { width: 100%; background: linear-gradient(135deg, #0a0f2c 0%, #0d2055 50%, #0a1a3a 100%); padding: 80px 20px; box-sizing: border-box; font-family: 'Inter', sans-serif; position: relative; overflow: hidden; } [data-section-id="msn-featured-platform"]::before { content: ''; position: absolute; top: -100px; right: -100px; width: 500px; height: 500px; background: radial-gradient(circle, rgba(0, 120, 255, 0.15) 0%, transparent 70%); border-radius: 50%; pointer-events: none; } [data-section-id="msn-featured-platform"]::after { content: ''; position: absolute; bottom: -80px; left: -80px; width: 400px; height: 400px; background: radial-gradient(circle, rgba(0, 180, 255, 0.1) 0%, transparent 70%); border-radius: 50%; pointer-events: none; } [data-section-id="msn-featured-platform"] .msn-inner { max-width: 860px; margin: 0 auto; text-align: center; position: relative; z-index: 1; display: flex; flex-direction: column; align-items: center; gap: 24px; } [data-section-id="msn-featured-platform"] .msn-badge { display: inline-block; background: linear-gradient(90deg, #00c6ff, #0072ff); color: #ffffff; font-family: 'Inter', sans-serif; font-size: 12px; font-weight: 600; letter-spacing: 2.5px; text-transform: uppercase; padding: 8px 20px; border-radius: 50px; } [data-section-id="msn-featured-platform"] .msn-heading { font-family: 'Poppins', sans-serif; font-size: clamp(28px, 5vw, 48px); font-weight: 800; color: #ffffff; line-height: 1.2; margin: 0; text-shadow: 0 2px 20px rgba(0,100,255,0.3); } [data-section-id="msn-featured-platform"] .msn-subheading { font-family: 'Inter', sans-serif; font-size: clamp(16px, 2.5vw, 22px); color: #a8d4ff; font-weight: 500; margin: 0; } [data-section-id="msn-featured-platform"] .msn-subheading strong { color: #00c6ff; font-weight: 700; } [data-section-id="msn-featured-platform"] .msn-perks { display: flex; flex-wrap: wrap; justify-content: center; gap: 16px; } [data-section-id="msn-featured-platform"] .msn-perk { font-family: 'Inter', sans-serif; font-size: 14px; font-weight: 600; color: #b0f0c0; background: rgba(0, 200, 100, 0.12); border: 1px solid rgba(0, 200, 100, 0.25); padding: 7px 18px; border-radius: 50px; } [data-section-id="msn-featured-platform"] .msn-body { font-family: 'Inter', sans-serif; font-size: clamp(15px, 2vw, 17px); color: #c8dcf5; line-height: 1.8; max-width: 720px; margin: 0; } [data-section-id="msn-featured-platform"] .msn-logos { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin-top: 4px; } [data-section-id="msn-featured-platform"] .msn-logo-item { font-family: 'Poppins', sans-serif; font-size: 13px; font-weight: 600; color: #ffffff; background: rgba(255, 255, 255, 0.07); border: 1px solid rgba(255, 255, 255, 0.15); padding: 8px 20px; border-radius: 8px; backdrop-filter: blur(4px); transition: background 0.3s ease, transform 0.2s ease; } [data-section-id="msn-featured-platform"] .msn-logo-item:hover { background: rgba(0, 120, 255, 0.25); transform: translateY(-2px); } [data-section-id="msn-featured-platform"] .msn-cta-wrap { margin-top: 10px; } [data-section-id="msn-featured-platform"] .msn-cta-btn { display: inline-block; font-family: 'Poppins', sans-serif; font-size: 16px; font-weight: 700; letter-spacing: 1px; color: #ffffff; background: linear-gradient(90deg, #0072ff, #00c6ff); padding: 16px 48px; border-radius: 50px; text-decoration: none; box-shadow: 0 6px 30px rgba(0, 114, 255, 0.5); transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease; cursor: pointer; } [data-section-id="msn-featured-platform"] .msn-cta-btn:hover { background: linear-gradient(90deg, #005fdd, #00a8e0); transform: translateY(-3px) scale(1.03); box-shadow: 0 10px 40px rgba(0, 114, 255, 0.65); } [data-section-id="msn-featured-platform"] .msn-cta-btn:active { transform: translateY(0) scale(0.99); box-shadow: 0 4px 16px rgba(0, 114, 255, 0.4); } @media (max-width: 600px) { [data-section-id="msn-featured-platform"] { padding: 60px 16px; } [data-section-id="msn-featured-platform"] .msn-perks { flex-direction: column; align-items: center; } [data-section-id="msn-featured-platform"] .msn-logos { gap: 8px; } }


    /* Editable elements styling - HIGHEST PRIORITY */
    .editable:hover:not(.editor-tool):not([data-editor-tool]) {
      outline: 2px dashed #ff9800 !important;
      outline-offset: 2px !important;
      cursor: pointer !important;
      z-index: 999999 !important;
    }
    .selected-editable:not(.editor-tool):not([data-editor-tool]) {
      outline: 3px solid #ff9800 !important;
      outline-offset: 2px !important;
      box-shadow: 0 0 8px 2px #ff980033 !important;
      z-index: 999999 !important;
    }
    /* Prevent editor tools from having editor styles */
    .editor-tool,
    [data-editor-tool] {
      outline: none !important;
      cursor: default !important;
    }
    /* Drag and drop styles */
    .dragging {
      opacity: 0.5 !important;
    }
    .drag-over {
      border-top: 3px solid #4CAF50 !important;
    }