.elementor-3 .elementor-element.elementor-element-1b048b85{--display:flex;}.elementor-3 .elementor-element.elementor-element-e179e89{--display:flex;--justify-content:space-evenly;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );}.elementor-3 .elementor-element.elementor-element-87889d6{--display:flex;--justify-content:space-evenly;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--border-radius:20px 20px 20px 20px;box-shadow:5px 7px 20px 0px rgba(0,0,0,0.5);--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:60px;--padding-bottom:60px;--padding-left:60px;--padding-right:60px;}.elementor-3 .elementor-element.elementor-element-87889d6:not(.elementor-motion-effects-element-type-background), .elementor-3 .elementor-element.elementor-element-87889d6 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.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 );}.elementor-3 .elementor-element.elementor-element-c849c3a{--spacer-size:50px;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-3 .elementor-element.elementor-element-e179e89{--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-3 .elementor-element.elementor-element-87889d6{--padding-top:20px;--padding-bottom:20px;--padding-left:20px;--padding-right:20px;}}@media(min-width:768px){.elementor-3 .elementor-element.elementor-element-e179e89{--content-width:80%;}.elementor-3 .elementor-element.elementor-element-87889d6{--content-width:100%;}}/* Start custom CSS for text-editor, class: .elementor-element-1c357708 */<style>
/* ===============================
   Mega Archon – Privacy Policy
   =============================== */

.ma-privacy {
  box-sizing: border-box;
  max-width: 880px;
  margin: 48px auto 64px;
  padding: 40px 42px;
  font-family: "Poppins", "Inter", system-ui, -apple-system, "Segoe UI",
               Roboto, "Helvetica Neue", Arial, sans-serif;

  background: linear-gradient(180deg, #ffffff 0%, #f8fbfa 100%);
  color: #123f3d;

  border-radius: 18px;
  border: 1px solid rgba(16, 63, 61, 0.08);

  box-shadow:
    0 12px 36px rgba(0, 0, 0, 0.06),
    0 3px 10px rgba(0, 0, 0, 0.04);
}

/* Header */
.ma-privacy header {
  border-bottom: 1px solid rgba(16, 63, 61, 0.1);
  padding-bottom: 20px;
  margin-bottom: 30px;
}

.ma-privacy h1 {
  font-size: 1.8rem;
  font-weight: 700;
  color: #0b3a38;
  display: flex;
  align-items: center;
  gap: 10px;
}

.ma-privacy h1::before {
  content: "🔒";
  font-size: 1.6rem;
}

/* Lead text */
.ma-privacy .lead {
  margin-top: 12px;
  font-size: 1.05rem;
  line-height: 1.7;
  color: #305e5b;
}

/* Section headings */
.ma-privacy h2 {
  font-size: 1.15rem;
  font-weight: 600;
  color: #0b3a38;
  margin: 30px 0 12px;
  padding-left: 14px;
  position: relative;
}

.ma-privacy h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 4px;
  height: 70%;
  background: #f5c04a;
  border-radius: 2px;
}

/* Body text */
.ma-privacy p {
  font-size: 1rem;
  line-height: 1.75;
  color: #355f5d;
  margin-bottom: 12px;
}

/* Lists */
.ma-privacy ul {
  margin: 6px 0 14px 20px;
  padding: 0;
}

.ma-privacy li {
  margin-bottom: 8px;
  font-size: 1rem;
  color: #355f5d;
}

/* Contact box */
.ma-privacy .contact {
  margin-top: 40px;
  padding: 26px 28px;
  background: #0f4a45;
  border-radius: 16px;
  color: #eaf7f2;
}

.ma-privacy .contact h2 {
  margin-top: 0;
  color: #ffffff;
}

.ma-privacy .contact h2::before {
  display: none;
}

.ma-privacy .contact a {
  display: block;
  margin-top: 8px;
  color: #f5c04a;
  font-weight: 600;
  text-decoration: none;
}

.ma-privacy .contact a:hover {
  text-decoration: underline;
}

/* Responsive */
@media (max-width: 768px) {
  .ma-privacy {
    padding: 28px 22px;
    margin: 28px 14px 48px;
    border-radius: 14px;
  }

  .ma-privacy h1 {
    font-size: 1.45rem;
  }

  .ma-privacy .lead,
  .ma-privacy p,
  .ma-privacy li {
    font-size: 0.95rem;
  }
}

/* Print */
@media print {
  .ma-privacy {
    box-shadow: none;
    border: none;
    background: #fff;
    color: #000;
  }
}

/* ===== Privacy Policy – Contact Card Fix ===== */

.ma-privacy .contact {
  background: linear-gradient(180deg, #0f4a45 0%, #0c3f3b 100%);
}

/* Brand name */
.ma-privacy .contact strong {
  color: #ffffff;
  font-size: 1.05rem;
  display: block;
  margin-bottom: 6px;
}

/* Legal line (this was the problem) */
.ma-privacy .contact p {
  color: #b9ddd3; /* light mint */
  font-size: 0.9rem;
  margin-bottom: 12px;
}

/* Links (email & phone) */
.ma-privacy .contact a {
  color: #f5c04a;
  font-weight: 600;
  margin-top: 10px;
}

/* Location text */
.ma-privacy .contact span {
  color: #d6efe7;
  font-size: 0.95rem;
  margin-top: 10px;
  display: block;
}

</style>/* End custom CSS */