.elementor-1243 .elementor-element.elementor-element-be9a34d{--display:flex;}.elementor-1243 .elementor-element.elementor-element-5f5fd00{--display:flex;--justify-content:space-evenly;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );}.elementor-1243 .elementor-element.elementor-element-2bc18b2{--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-1243 .elementor-element.elementor-element-2bc18b2:not(.elementor-motion-effects-element-type-background), .elementor-1243 .elementor-element.elementor-element-2bc18b2 > .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-1243 .elementor-element.elementor-element-ce51bbc{--spacer-size:50px;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-1243 .elementor-element.elementor-element-2bc18b2{--padding-top:10px;--padding-bottom:10px;--padding-left:10px;--padding-right:10px;}}@media(min-width:768px){.elementor-1243 .elementor-element.elementor-element-5f5fd00{--content-width:80%;}.elementor-1243 .elementor-element.elementor-element-2bc18b2{--content-width:100%;}}/* Start custom CSS for text-editor, class: .elementor-element-01abc4e */<style>
/* ===============================
   Mega Archon – Terms & Conditions
   =============================== */

.ma-terms {
  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-terms header {
  border-bottom: 1px solid rgba(16, 63, 61, 0.1);
  padding-bottom: 20px;
  margin-bottom: 30px;
}

.ma-terms h1 {
  font-size: 1.8rem;
  font-weight: 700;
  color: #0b3a38;
  display: flex;
  align-items: center;
  gap: 10px;
}

.ma-terms h1::before {
  content: "📜";
  font-size: 1.6rem;
}

/* Lead text */
.ma-terms .lead {
  margin-top: 12px;
  font-size: 1.05rem;
  line-height: 1.7;
  color: #305e5b;
}

/* Section headings */
.ma-terms h2 {
  font-size: 1.15rem;
  font-weight: 600;
  color: #0b3a38;
  margin: 30px 0 12px;
  padding-left: 14px;
  position: relative;
}

.ma-terms h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 4px;
  height: 70%;
  background: #f5c04a;
  border-radius: 2px;
}

/* Body text */
.ma-terms p {
  font-size: 1rem;
  line-height: 1.75;
  color: #355f5d;
  margin-bottom: 12px;
}

/* Lists */
.ma-terms ul {
  margin: 6px 0 14px 20px;
  padding: 0;
}

.ma-terms li {
  margin-bottom: 8px;
  font-size: 1rem;
  color: #355f5d;
}

/* Contact box */
.ma-terms .contact {
  margin-top: 40px;
  padding: 26px 28px;
  background: #0f4a45;
  border-radius: 16px;
  color: #eaf7f2;
}

.ma-terms .contact h2 {
  margin-top: 0;
  color: #ffffff;
}

.ma-terms .contact h2::before {
  display: none;
}

.ma-terms .contact a {
  display: block;
  margin-top: 8px;
  color: #f5c04a;
  font-weight: 600;
  text-decoration: none;
}

.ma-terms .contact a:hover {
  text-decoration: underline;
}

/* Responsive */
@media (max-width: 768px) {
  .ma-terms {
    padding: 28px 22px;
    margin: 28px 14px 48px;
    border-radius: 14px;
  }

  .ma-terms h1 {
    font-size: 1.45rem;
  }

  .ma-terms .lead,
  .ma-terms p,
  .ma-terms li {
    font-size: 0.95rem;
  }
}

/* Print */
@media print {
  .ma-terms {
    box-shadow: none;
    border: none;
    background: #fff;
    color: #000;
  }
}

/* ===== Terms & Conditions – Contact Card Fix ===== */

.ma-terms .contact {
  background: linear-gradient(180deg, #0f4a45 0%, #0c3f3b 100%);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.06);
}

/* Brand name */
.ma-terms .contact strong {
  color: #ffffff;
  font-size: 1.05rem;
  display: block;
  margin-bottom: 6px;
}

/* Legal line (visibility fix) */
.ma-terms .contact p {
  color: #b9ddd3; /* light mint */
  font-size: 0.9rem;
  margin-bottom: 12px;
}

/* Email & phone */
.ma-terms .contact a {
  color: #f5c04a;
  font-weight: 600;
  margin-top: 10px;
  display: block;
}

/* Location */
.ma-terms .contact span {
  color: #d6efe7;
  font-size: 0.95rem;
  margin-top: 10px;
  display: block;
}

</style>/* End custom CSS */