.elementor-679 .elementor-element.elementor-element-cc91f0c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-679 .elementor-element.elementor-element-cc91f0c.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-679 .elementor-element.elementor-element-b577ace{--display:flex;}@media(min-width:768px){.elementor-679 .elementor-element.elementor-element-cc91f0c{--width:100%;}}/* Start custom CSS for html, class: .elementor-element-4ec6bc9 *//* ==========================================================================
   Al Safawi Accounting & Book Keeping LLC — Legal Pages (Privacy / Terms)
   Paste into Elementor Pro > Page Settings > Custom CSS (or Site Settings
   > Custom CSS if you want it available sitewide).
   Scoped under .rw-legal so it cannot leak into / clash with other pages.
   Assumes Montserrat (600/700/900) and Inter Tight (300) are already
   enqueued site-wide, same as the rest of the site. If this page is built
   stand-alone and the fonts aren't loading, re-use the same @font-face /
   enqueue method used on the homepage.
   ========================================================================== */

.rw-legal {
  --rw-navy: #0D1B3D;
  --rw-navy-soft: #16244f;
  --rw-emerald: #00966E;
  --rw-emerald-dark: #007457;
  --rw-ink: #2B3245;
  --rw-muted: #667085;
  --rw-line: rgba(13, 27, 61, 0.10);
  --rw-bg-soft: #F6F7FA;
  --rw-font-head: 'Montserrat', Arial, sans-serif;
  --rw-font-body: 'Inter Tight', Arial, sans-serif;
  --rw-radius: 16px;
  --rw-radius-pill: 999px;

  font-family: var(--rw-font-body);
  font-weight: 300;
  color: var(--rw-ink);
  background: #fff;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

.rw-legal * { box-sizing: border-box; }

.rw-legal a { color: var(--rw-emerald); text-decoration: none; }
.rw-legal a:hover { color: var(--rw-emerald-dark); text-decoration: underline; }

/* ---------- Hero / page title band ---------- */

.rw-legal__hero {
  position: relative;
  overflow: hidden;
  background: var(--rw-navy);
  padding: 88px 24px 96px;
  isolation: isolate;
}

.rw-legal__hero::before {
  /* asymmetric accent shape, echoes the homepage hero's off-grid feel */
  content: "";
  position: absolute;
  top: -30%;
  right: -12%;
  width: 46%;
  height: 160%;
  background: linear-gradient(160deg, var(--rw-emerald) 0%, transparent 68%);
  opacity: 0.16;
  transform: rotate(-12deg);
  z-index: 0;
  pointer-events: none;
}

.rw-legal__hero::after {
  content: "";
  position: absolute;
  bottom: -40%;
  left: -8%;
  width: 30%;
  height: 120%;
  background: var(--rw-emerald);
  opacity: 0.08;
  border-radius: 50%;
  z-index: 0;
  pointer-events: none;
}

.rw-legal__hero-inner {
  position: relative;
  z-index: 1;
  max-width: 1140px;
  margin: 0 auto;
}

.rw-legal__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--rw-font-head);
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--rw-emerald);
  background: rgba(0, 150, 110, 0.12);
  border: 1px solid rgba(0, 150, 110, 0.35);
  border-radius: var(--rw-radius-pill);
  padding: 7px 16px;
  margin-bottom: 22px;
}

.rw-legal__hero h1 {
  font-family: var(--rw-font-head);
  font-weight: 900;
  font-size: clamp(32px, 4.4vw, 48px);
  line-height: 1.15;
  color: #fff;
  margin: 0 0 14px;
}

.rw-legal__hero p {
  font-family: var(--rw-font-body);
  font-weight: 300;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.72);
  margin: 0;
  max-width: 620px;
}

.rw-legal__meta {
  margin-top: 28px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 24px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.55);
}

.rw-legal__meta strong { color: rgba(255, 255, 255, 0.85); font-weight: 600; }

/* ---------- Layout: sticky TOC + content ---------- */

.rw-legal__layout {
  max-width: 1120px;
  margin: 0 auto;
  padding: 64px 24px 40px;
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 56px;
  align-items: start;
}

.rw-legal__toc {
  position: sticky;
  top: 32px;
  background: var(--rw-bg-soft);
  border: 1px solid var(--rw-line);
  border-radius: var(--rw-radius);
  padding: 22px 20px;
}

.rw-legal__toc-title {
  font-family: var(--rw-font-head);
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--rw-navy);
  margin: 0 0 14px;
}

.rw-legal__toc ol {
  list-style: none;
  margin: 0;
  padding: 0;
  counter-reset: rw-toc;
}

.rw-legal__toc li { counter-increment: rw-toc; margin: 0 0 4px; }

.rw-legal__toc a {
  display: flex;
  align-items: baseline;
  gap: 10px;
  padding: 7px 8px;
  border-radius: 8px;
  font-size: 13.5px;
  font-weight: 400;
  color: var(--rw-ink);
  text-decoration: none;
  line-height: 1.4;
}

.rw-legal__toc a::before {
  content: counter(rw-toc);
  font-family: var(--rw-font-head);
  font-weight: 700;
  font-size: 11px;
  color: var(--rw-emerald);
  min-width: 16px;
}

.rw-legal__toc a:hover,
.rw-legal__toc a:focus-visible {
  background: #fff;
  color: var(--rw-navy);
  box-shadow: inset 0 0 0 1px var(--rw-line);
}

/* ---------- Content body ---------- */

.rw-legal__content { min-width: 0; }

.rw-legal__content section {
  padding-top: 8px;
  margin-bottom: 44px;
  scroll-margin-top: 28px;
}

.rw-legal__content section:last-child { margin-bottom: 0; }

.rw-legal__section-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--rw-navy);
  color: var(--rw-emerald);
  font-family: var(--rw-font-head);
  font-weight: 700;
  font-size: 13px;
  margin-right: 12px;
  flex: none;
}

.rw-legal__content h2 {
  display: flex;
  align-items: center;
  font-family: var(--rw-font-head);
  font-weight: 700;
  font-size: 20px;
  color: var(--rw-navy);
  margin: 0 0 16px;
}

.rw-legal__content h3 {
  font-family: var(--rw-font-head);
  font-weight: 600;
  font-size: 15px;
  color: var(--rw-navy);
  margin: 22px 0 8px;
}

.rw-legal__content p {
  font-size: 15.5px;
  color: var(--rw-ink);
  margin: 0 0 14px;
}

.rw-legal__content ul {
  margin: 0 0 14px;
  padding-left: 20px;
}

.rw-legal__content li {
  font-size: 15.5px;
  margin-bottom: 8px;
  padding-left: 4px;
}

.rw-legal__content strong { font-weight: 600; color: var(--rw-navy); }

.rw-legal__content a { font-weight: 400; }

/* Contact / address block */
.rw-legal__card {
  background: var(--rw-bg-soft);
  border: 1px solid var(--rw-line);
  border-radius: var(--rw-radius);
  padding: 22px 24px;
  margin-top: 8px;
}

.rw-legal__card p { margin: 0 0 6px; font-size: 14.5px; }
.rw-legal__card p:last-child { margin-bottom: 0; }

/* Disclaimer / review note */
.rw-legal__note {
  display: flex;
  gap: 12px;
  background: rgba(0, 150, 110, 0.06);
  border: 1px dashed rgba(0, 150, 110, 0.4);
  border-radius: var(--rw-radius);
  padding: 16px 18px;
  margin-top: 28px;
  font-size: 13px;
  color: var(--rw-muted);
  font-style: italic;
}

/* ---------- Bottom CTA band ---------- */

.rw-legal__cta {
  background: var(--rw-navy);
  border-radius: var(--rw-radius);
  max-width: 1120px;
  margin: 24px auto 80px;
  padding: 40px 36px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.rw-legal__cta-text h3 {
  font-family: var(--rw-font-head);
  font-weight: 700;
  font-size: 19px;
  color: #fff;
  margin: 0 0 6px;
}

.rw-legal__cta-text p {
  font-family: var(--rw-font-body);
  font-weight: 300;
  font-size: 14.5px;
  color: rgba(255, 255, 255, 0.65);
  margin: 0;
}

.rw-legal__cta-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.rw-legal__btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--rw-font-head);
  font-weight: 600;
  font-size: 14px;
  padding: 13px 26px;
  border-radius: var(--rw-radius-pill);
  white-space: nowrap;
  transition: transform 0.15s ease, background 0.15s ease;
}

.rw-legal__btn--solid {
  background: var(--rw-emerald);
  color: #fff !important;
  text-decoration: none !important;
}

.rw-legal__btn--solid:hover {
  background: #00b880;
  transform: translateY(-1px);
}

.rw-legal__btn--ghost {
  background: transparent;
  color: #fff !important;
  border: 1px solid rgba(255, 255, 255, 0.35);
  text-decoration: none !important;
}

.rw-legal__btn--ghost:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.6);
}

/* ---------- Responsive ---------- */

@media (max-width: 900px) {
  .rw-legal__layout { grid-template-columns: 1fr; gap: 32px; padding-top: 40px; }
  .rw-legal__toc { position: static; }
  .rw-legal__hero { padding: 64px 20px 72px; }
}

@media (max-width: 520px) {
  .rw-legal__cta { flex-direction: column; align-items: flex-start; padding: 32px 24px; }
  .rw-legal__content h2 { font-size: 18px; }
}/* End custom CSS */