.elementor-3 .elementor-element.elementor-element-4b73752{--display:flex;--padding-top:40px;--padding-bottom:40px;--padding-left:20px;--padding-right:20px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-3 .elementor-element.elementor-element-b0dc411 .elementor-heading-title{font-weight:600;}.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 );}@media(max-width:767px){.elementor-3 .elementor-element.elementor-element-b0dc411 .elementor-heading-title{font-size:24px;}}/* Start custom CSS */.text-content {
  --ink: #745024;
  --ink-soft: #955100;
  --vault: #ba976e;
  --vault-tint: #bb986f2b;
  --paper: #FBFAF7;
  --line: #DDE4E9;
  --shield: #C89A3C;
}

.text-content .e-con-inner {
  margin-inline: auto;
  padding: clamp(24px, 5vw, 56px);
  background: var(--paper);
  color: var(--ink-soft);
  font-family: "Inter", "Noto Sans Armenian", system-ui, sans-serif;
  font-size: 1.02rem;
  line-height: 1.75;
  border-radius: 14px;
  box-shadow: 0 1px 2px rgba(14,30,43,.04), 0 18px 50px -30px rgba(14,30,43,.35);
}

/* --- Main heading --- */
.text-content .elementor-heading-title {
  font-family: "Fraunces", "Noto Serif Armenian", Georgia, serif;
  font-weight: 600;
  font-size: clamp(2rem, 5vw, 2.9rem);
  line-height: 1.1;
  letter-spacing: -.01em;
  color: var(--ink);
  margin: 0 0 .5em;
  padding-bottom: .4em;
  position: relative;
}
.text-content .elementor-heading-title::after {
  content: "";
  position: absolute;
  left: 0; bottom: 0;
  width: 64px; height: 4px;
  background: var(--vault);
  border-radius: 2px;
}

/* --- Body paragraphs --- */
.text-content .elementor-widget-text-editor p {
  margin: 0 0 1.15em;
}

/* --- Section titles: <p><strong>…</strong></p> --- */
.text-content .elementor-widget-text-editor p:has(strong) {
  margin-top: 2.2em;
  padding-top: 1.2em;
  border-top: 1px solid var(--line);
  font-size: 1.15rem;
}
.text-content .elementor-widget-text-editor p:has(strong) strong {
  font-family: "Fraunces", "Noto Serif Armenian", Georgia, serif;
  font-weight: 600;
  color: var(--ink);
}

/* --- Security callout: "we do NOT store" block (3rd paragraph) --- */
.text-content .elementor-widget-text-editor p:nth-of-type(3) {
  border-left: 3px solid var(--vault);
  border-top: 0;
  margin-top: 1.2em;
  padding: 14px 18px;
  background: var(--vault-tint);
  border-radius: 0 8px 8px 0;
  font-size: 1rem;
}
.text-content .elementor-widget-text-editor p:nth-of-type(3) strong {
  font-family: inherit;
  color: var(--ink);
}

/* --- Ordered lists as numbered clause rows --- */
.text-content .elementor-widget-text-editor ol {
  counter-reset: clause;
  list-style: none;
  margin: 0 0 1.6em;
  padding: 0;
}
.text-content .elementor-widget-text-editor ol li {
  counter-increment: clause;
  position: relative;
  padding: 12px 12px 12px 52px;
  border-bottom: 1px solid var(--line);
}
.text-content .elementor-widget-text-editor ol li:last-child {
  border-bottom: 0;
}
.text-content .elementor-widget-text-editor ol li::before {
  content: counter(clause, decimal-leading-zero);
  position: absolute;
  left: 0; top: 12px;
  width: 34px;
  font-family: "Fraunces", Georgia, serif;
  font-size: .8rem;
  font-weight: 600;
  letter-spacing: .02em;
  color: var(--vault);
}

/* --- Responsive --- */
@media (max-width: 560px) {
  .text-content .e-con-inner { border-radius: 0; box-shadow: none; }
  .text-content .elementor-widget-text-editor ol li { padding-left: 44px; }
}

@media (prefers-reduced-motion: no-preference) {
  .text-content .elementor-widget-text-editor ol li { transition: background .18s ease; }
}
.text-content .elementor-widget-text-editor ol li:hover {
  background: rgba(15,110,92,.03);
}


.text-content ul, .text-content ol{
        padding: 0;
    margin: 0;
    margin-left: 20px;
}/* End custom CSS */