.elementor-18931 .elementor-element.elementor-element-35580838{--display:flex;}/* Start custom CSS for html, class: .elementor-element-07d08d7 */.wn-wireframe {
  --wn-primary: #ef3a4f;
  --wn-primary-dark: #c6283b;
  --wn-blue: #1976d2;
  --wn-green: #2e7d32;
  --wn-orange: #ef6c00;
  --wn-purple: #7b1fa2;
  --wn-text: #292b2f;
  --wn-muted: #666b73;
  --wn-border: #e7e8eb;
  --wn-surface: #f7f8fa;
  --wn-soft-red: #fef2f3;
  --wn-soft-blue: #eef6ff;
  --wn-soft-green: #edf8f0;
  --wn-soft-orange: #fff6e8;
  direction: rtl;
  color: var(--wn-text);
  font-size: 16px;
  line-height: 2;
}

.wn-wireframe * {
  box-sizing: border-box;
}

.wn-wireframe section {
  margin: 52px 0;
  scroll-margin-top: 100px;
}

.wn-wireframe h2 {
  margin: 0 0 22px;
  padding-right: 16px;
  border-right: 5px solid var(--wn-primary);
  color: #24262a;
  font-size: clamp(24px, 3vw, 32px);
  line-height: 1.55;
}

.wn-wireframe h3 {
  margin: 32px 0 14px;
  color: #303238;
  font-size: clamp(19px, 2vw, 23px);
  line-height: 1.65;
}

.wn-wireframe p {
  margin: 0 0 16px;
}

.wn-wireframe strong {
  color: #1f2024;
  font-weight: 800;
}

.wn-wireframe a {
  color: var(--wn-primary-dark);
  font-weight: 700;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.wn-wireframe a:hover {
  color: var(--wn-primary);
}

.wn-wireframe ul,
.wn-wireframe ol {
  margin: 14px 0 22px;
  padding-right: 24px;
}

.wn-wireframe li {
  margin-bottom: 9px;
}

.wn-lead {
  font-size: 18px;
  line-height: 2.05;
  color: #3b3e44;
}

.wn-kicker {
  display: inline-block;
  margin-bottom: 12px;
  color: var(--wn-primary-dark);
  font-size: 14px;
  font-weight: 800;
}

.wn-summary {
  padding: 26px;
  border: 1px solid #f4c8ce;
  border-right: 6px solid var(--wn-primary);
  border-radius: 12px;
  background: linear-gradient(135deg, #fff 0%, var(--wn-soft-red) 100%);
}

.wn-summary-title {
  display: block;
  margin-bottom: 10px;
  font-size: 20px;
}

.wn-toc {
  padding: 24px;
  border: 1px solid var(--wn-border);
  border-radius: 12px;
  background: var(--wn-surface);
}

.wn-toc-title {
  display: block;
  margin-bottom: 14px;
  font-size: 18px;
}

.wn-toc-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 20px;
}

.wn-toc a {
  display: block;
  padding: 8px 0;
  color: #33363b;
  text-decoration: none;
}

.wn-toc a::before {
  content: "←";
  margin-left: 8px;
  color: var(--wn-primary);
  font-weight: 900;
}

.wn-grid {
  display: grid;
  gap: 18px;
  margin: 22px 0;
}

.wn-grid-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.wn-grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.wn-card {
  padding: 22px;
  border: 1px solid var(--wn-border);
  border-radius: 12px;
  background: #fff;
}

.wn-card h3,
.wn-card h4 {
  margin: 0 0 10px;
  line-height: 1.6;
}

.wn-card p:last-child,
.wn-card ul:last-child {
  margin-bottom: 0;
}

.wn-card-number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 14px;
  border-radius: 10px;
  background: var(--wn-soft-red);
  color: var(--wn-primary-dark);
  font-weight: 900;
  font-size: 19px;
}

.wn-card-blue {
  border-top: 4px solid var(--wn-blue);
}

.wn-card-green {
  border-top: 4px solid var(--wn-green);
}

.wn-card-orange {
  border-top: 4px solid var(--wn-orange);
}

.wn-card-purple {
  border-top: 4px solid var(--wn-purple);
}

.wn-callout {
  margin: 24px 0;
  padding: 20px 22px;
  border-radius: 10px;
}

.wn-callout-title {
  display: block;
  margin-bottom: 7px;
  font-size: 17px;
}

.wn-callout-blue {
  border-right: 5px solid var(--wn-blue);
  background: var(--wn-soft-blue);
}

.wn-callout-green {
  border-right: 5px solid var(--wn-green);
  background: var(--wn-soft-green);
}

.wn-callout-orange {
  border-right: 5px solid var(--wn-orange);
  background: var(--wn-soft-orange);
}

.wn-callout-red {
  border-right: 5px solid var(--wn-primary);
  background: var(--wn-soft-red);
}

.wn-table-wrap {
  max-width: 100%;
  margin: 24px 0;
  overflow-x: auto;
  border: 1px solid var(--wn-border);
  border-radius: 12px;
}

.wn-table {
  width: 100%;
  min-width: 680px;
  border-collapse: collapse;
  font-size: 15px;
}

.wn-table caption {
  padding: 16px;
  background: var(--wn-surface);
  color: #25272c;
  font-size: 17px;
  font-weight: 800;
  text-align: right;
}

.wn-table th {
  padding: 14px;
  border-bottom: 1px solid var(--wn-border);
  background: #303238;
  color: #fff;
  text-align: right;
  white-space: nowrap;
}

.wn-table td {
  padding: 14px;
  border-bottom: 1px solid var(--wn-border);
  vertical-align: top;
}

.wn-table tbody tr:nth-child(even) {
  background: #fafafa;
}

.wn-table tbody tr:last-child td {
  border-bottom: 0;
}

.wn-flow {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 10px;
  margin: 24px 0;
}

.wn-flow-item {
  position: relative;
  flex: 1 1 145px;
  min-width: 135px;
  padding: 18px 14px;
  border: 1px solid var(--wn-border);
  border-radius: 10px;
  background: #fff;
  text-align: center;
}

.wn-flow-number {
  display: block;
  margin-bottom: 7px;
  color: var(--wn-primary);
  font-size: 14px;
  font-weight: 900;
}

.wn-flow-title {
  display: block;
  line-height: 1.65;
  font-weight: 800;
}

.wn-flow-arrow {
  display: flex;
  align-items: center;
  color: var(--wn-primary);
  font-size: 22px;
  font-weight: 900;
}

.wn-checklist {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 22px 0;
  padding: 0;
  list-style: none;
}

.wn-checklist li {
  position: relative;
  margin: 0;
  padding: 14px 46px 14px 14px;
  border: 1px solid var(--wn-border);
  border-radius: 9px;
  background: #fff;
}

.wn-checklist li::before {
  content: "✓";
  position: absolute;
  top: 14px;
  right: 15px;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  background: var(--wn-soft-green);
  color: var(--wn-green);
  line-height: 23px;
  text-align: center;
  font-weight: 900;
}

.wn-do-dont {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin: 22px 0;
}

.wn-do,
.wn-dont {
  padding: 22px;
  border-radius: 12px;
}

.wn-do {
  border: 1px solid #bcdcc5;
  background: var(--wn-soft-green);
}

.wn-dont {
  border: 1px solid #f2c4ca;
  background: var(--wn-soft-red);
}

.wn-do h3,
.wn-dont h3 {
  margin-top: 0;
}

.wn-quote {
  margin: 25px 0;
  padding: 22px 25px;
  border: 0;
  border-right: 5px solid var(--wn-blue);
  border-radius: 10px;
  background: var(--wn-soft-blue);
  color: #30343a;
  font-size: 17px;
  font-weight: 700;
}

.wn-figure {
  margin: 34px 0;
}

.wn-figure img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 12px;
}

.wn-figure figcaption {
  padding: 10px 4px 0;
  color: var(--wn-muted);
  font-size: 14px;
  text-align: center;
}

.wn-faq details {
  margin-bottom: 12px;
  border: 1px solid var(--wn-border);
  border-radius: 10px;
  background: #fff;
}

.wn-faq summary {
  padding: 17px 20px;
  cursor: pointer;
  font-weight: 800;
  line-height: 1.8;
}

.wn-faq details p {
  margin: 0;
  padding: 0 20px 20px;
  color: #4c5058;
}

.wn-cta {
  margin-top: 38px;
  padding: 34px 24px;
  border-radius: 14px;
  background: linear-gradient(135deg, #ef3a4f 0%, #bd2234 100%);
  color: #fff;
  text-align: center;
}

.wn-cta h3 {
  margin: 0 0 10px;
  color: #fff;
}

.wn-cta p {
  margin-bottom: 20px;
}

.wn-cta a {
  display: inline-block;
  padding: 13px 25px;
  border-radius: 8px;
  background: #fff;
  color: var(--wn-primary-dark);
  text-decoration: none;
}

@media (max-width: 800px) {
  .wn-toc-grid,
  .wn-grid-2,
  .wn-grid-3,
  .wn-checklist,
  .wn-do-dont {
    grid-template-columns: 1fr;
  }

  .wn-flow {
    display: grid;
    grid-template-columns: 1fr;
  }

  .wn-flow-arrow {
    justify-content: center;
    height: 20px;
    transform: rotate(90deg);
  }

  .wn-wireframe section {
    margin: 40px 0;
  }

  .wn-summary,
  .wn-card,
  .wn-toc {
    padding: 19px;
  }
}/* End custom CSS */