/* ===== גילעד כהן - חברת עורכי דין ===== */
:root {
  --navy: #0e2238;
  --navy-2: #16314e;
  --navy-3: #1e3d5f;
  --gold: #c9a227;
  --gold-light: #e3c565;
  --gold-dark: #9a7b1e;
  --ink: #22303e;
  --muted: #5d6b7a;
  --bg: #f7f8fa;
  --card: #ffffff;
  --line: #e3e8ee;
  --radius: 14px;
  --shadow: 0 10px 30px rgba(14, 34, 56, 0.08);
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  font-family: 'Assistant', 'Segoe UI', Arial, sans-serif;
  direction: rtl;
  color: var(--ink);
  background-color: #e9edf0;
  background-image:
    url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='180'%20height='180'%3E%3Cfilter%20id='n'%3E%3CfeTurbulence%20type='fractalNoise'%20baseFrequency='0.85'%20numOctaves='2'/%3E%3CfeColorMatrix%20type='saturate'%20values='0'/%3E%3CfeComponentTransfer%3E%3CfeFuncA%20type='linear'%20slope='0.05'/%3E%3C/feComponentTransfer%3E%3C/filter%3E%3Crect%20width='180'%20height='180'%20filter='url(%23n)'/%3E%3C/svg%3E"),
    radial-gradient(1200px 700px at 75% 0%, rgba(255, 255, 255, 0.55), transparent 60%),
    linear-gradient(160deg, #edf0f2 0%, #e6ebee 45%, #dfe5e9 100%);
  line-height: 1.75;
  font-size: 17px;
}

h1, h2, h3, h4, .serif {
  font-family: 'Frank Ruhl Libre', 'David', serif;
  color: var(--navy);
  line-height: 1.3;
}

a { color: var(--navy-3); text-decoration: none; }
a:hover { color: var(--gold-dark); }

.container { max-width: 1100px; margin-inline: auto; padding-inline: 22px; }

/* ===== Header ===== */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(14, 34, 56, 0.97);
  backdrop-filter: blur(6px);
  border-bottom: 2px solid var(--gold);
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-block: 10px;
}
.brand { display: flex; align-items: center; gap: 12px; }
.brand img, .brand svg { height: 52px; width: auto; }
.brand-text { display: flex; flex-direction: column; }
.brand-name {
  font-family: 'Frank Ruhl Libre', serif;
  font-weight: 700;
  font-size: 1.25rem;
  letter-spacing: 0.02em;
  background: linear-gradient(180deg, #8a6a16 0%, #e0bd52 30%, #fbf2cc 47%, #dcb24a 60%, #9a7a1c 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.brand-sub { font-size: 0.78rem; color: #d8b24c; letter-spacing: 0.12em; font-weight: 600; }
.main-nav { display: flex; gap: 26px; align-items: center; }
.main-nav a { color: #e8eef5; font-weight: 600; font-size: 0.98rem; }
.main-nav a:hover { color: var(--gold-light); }
.nav-cta {
  background: linear-gradient(135deg, var(--gold-light), var(--gold));
  color: var(--navy) !important;
  padding: 8px 20px;
  border-radius: 999px;
  font-weight: 700;
}
.nav-toggle { display: none; background: none; border: 0; color: var(--gold-light); font-size: 1.6rem; cursor: pointer; }

/* ===== Hero ===== */
.hero {
  background:
    radial-gradient(1100px 500px at 85% -10%, rgba(201, 162, 39, 0.18), transparent 60%),
    linear-gradient(160deg, var(--navy) 0%, var(--navy-2) 55%, var(--navy-3) 100%);
  color: #f2f5f9;
  padding: 68px 0 62px;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 50px;
  align-items: center;
}
/* Hero without photo — block centered on the page, text right-aligned (RTL) */
.hero-solo .hero-copy { max-width: 860px; margin-inline: auto; }

.hero-copy { text-align: right; }
.hero-eyebrow {
  display: inline-block;
  color: var(--gold-light);
  font-weight: 600;
  font-size: 0.95rem;
  letter-spacing: 0.03em;
  margin-bottom: 14px;
}
.hero h1 {
  color: #fff;
  font-size: clamp(1.8rem, 4vw, 3rem);
  font-weight: 700;
  margin-bottom: 12px;
}
.hero h1 .gold { color: var(--gold-light); }
.hero-rule {
  width: 90px; height: 3px; margin: 0 0 24px;
  background: linear-gradient(90deg, var(--gold), transparent);
}
.hero p.lead {
  max-width: 560px;
  margin: 0 0 30px;
  font-size: clamp(1rem, 2vw, 1.16rem);
  color: #d8e1ea;
}
.hero-actions { display: flex; gap: 14px; justify-content: flex-start; flex-wrap: wrap; }
.hero-trust {
  display: flex; gap: 24px; flex-wrap: wrap;
  margin-top: 28px; padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
  color: #c4d0dc; font-size: 0.9rem; font-weight: 600;
}
.hero-photo { position: relative; display: flex; justify-content: center; }
.hero-frame { position: relative; display: inline-block; line-height: 0; }
.hero-frame::before {
  content: "";
  position: absolute;
  inset: -10px -16px -16px -10px;
  border: 1.5px solid rgba(201, 162, 39, 0.55);
  border-radius: 22px;
  z-index: 0;
}
.hero-frame img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  max-width: 360px;
  border-radius: 16px;
  border: 1px solid rgba(201, 162, 39, 0.35);
  box-shadow: 0 28px 60px rgba(0, 0, 0, 0.5);
  display: block;
}
.btn {
  display: inline-block;
  padding: 13px 30px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 1rem;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-gold {
  background: linear-gradient(135deg, var(--gold-light), var(--gold));
  color: var(--navy);
  box-shadow: 0 6px 18px rgba(201, 162, 39, 0.35);
}
.btn-ghost { border: 1.5px solid rgba(255,255,255,0.55); color: #fff; }
.btn-ghost:hover { border-color: var(--gold-light); color: var(--gold-light); }

/* ===== Sections ===== */
section { padding: 72px 0; }
.section-title { text-align: center; font-size: clamp(1.5rem, 3vw, 2.1rem); margin-bottom: 10px; }
.section-sub { text-align: center; color: var(--muted); max-width: 640px; margin: 0 auto 44px; }
.title-rule { width: 64px; height: 3px; background: var(--gold); margin: 14px auto 18px; border-radius: 2px; }

/* About */
.about-grid { display: grid; grid-template-columns: 1.2fr 0.8fr; gap: 44px; align-items: center; }
.about-text p { margin-bottom: 16px; }
.about-card {
  background: linear-gradient(160deg, var(--navy), var(--navy-3));
  color: #e8eef5;
  border-radius: var(--radius);
  padding: 34px 30px;
  box-shadow: var(--shadow);
}
.about-side { display: flex; flex-direction: column; gap: 22px; }
.about-portrait { position: relative; line-height: 0; }
.about-portrait img {
  width: 75%; height: auto; display: block; margin-inline: auto;
  border-radius: var(--radius);
  border: 1px solid rgba(201, 162, 39, 0.45);
  box-shadow: 0 18px 40px rgba(14, 34, 56, 0.28);
}
.about-card ul { list-style: none; }
.about-card li { padding: 10px 0; border-bottom: 1px solid rgba(255,255,255,0.12); display: flex; gap: 10px; align-items: baseline; }
.about-card li:last-child { border-bottom: 0; }
.about-card li::before { content: "◆"; color: var(--gold-light); font-size: 0.7rem; }

/* Practice areas */
.areas { background: #fff; border-block: 1px solid var(--line); }
.cards-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.card {
  background: var(--card);
  border: 1px solid var(--line);
  border-top: 3px solid var(--gold);
  border-radius: var(--radius);
  padding: 28px 24px;
  box-shadow: var(--shadow);
  transition: transform 0.18s ease;
}
.card:hover { transform: translateY(-4px); }
a.card-link { display: block; }
a.card-link:hover { border-color: var(--gold); }
a.card-link .more { color: var(--gold-dark); font-weight: 700; font-size: 0.9rem; }
.card .icon { font-size: 1.9rem; margin-bottom: 12px; }
.card h3 { font-size: 1.12rem; margin-bottom: 10px; }
.card p { color: var(--muted); font-size: 0.95rem; }

/* Articles */
.article-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.article-item {
  display: block;
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 22px 24px;
  box-shadow: var(--shadow);
  transition: transform 0.15s ease;
}
.article-item:hover { transform: translateY(-3px); border-color: var(--gold); }
.article-item h3 { font-size: 1.05rem; margin-bottom: 6px; }
.article-item p { color: var(--muted); font-size: 0.92rem; }
.article-item .more { color: var(--gold-dark); font-weight: 700; font-size: 0.9rem; }

/* FAQ */
.faq-wrap { max-width: 820px; margin-inline: auto; }
details.faq {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 12px;
  margin-bottom: 12px;
  padding: 18px 22px;
  box-shadow: var(--shadow);
}
details.faq summary {
  cursor: pointer;
  font-weight: 700;
  color: var(--navy);
  font-size: 1.02rem;
  list-style: none;
  display: flex;
  justify-content: space-between;
  gap: 12px;
}
details.faq summary::after { content: "+"; color: var(--gold); font-size: 1.3rem; font-weight: 400; }
details.faq[open] summary::after { content: "–"; }
details.faq .faq-answer { margin-top: 12px; color: var(--ink); }

/* Contact */
.contact { background: linear-gradient(160deg, var(--navy), var(--navy-2)); color: #eef2f7; }
.contact .section-title, .contact h3 { color: #fff; }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; }
.contact-info ul { list-style: none; }
.contact-info li { padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,0.14); display: flex; gap: 12px; align-items: baseline; }
.contact-info li b { color: var(--gold-light); min-width: 64px; }
.contact-info a { color: #fff; }
.contact-info a:hover { color: var(--gold-light); }
.map-note { font-size: 0.88rem; color: #b9c6d4; margin-top: 14px; }
.contact-form { background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.15); border-radius: var(--radius); padding: 28px; }
.contact-form label { display: block; font-size: 0.9rem; margin-bottom: 5px; color: #d6dfe9; }
.contact-form input, .contact-form textarea {
  width: 100%;
  padding: 11px 14px;
  margin-bottom: 16px;
  border-radius: 9px;
  border: 1px solid rgba(255,255,255,0.25);
  background: rgba(255,255,255,0.92);
  font-family: inherit;
  font-size: 0.95rem;
}
.contact-form button { width: 100%; border: 0; cursor: pointer; }

/* Footer */
.site-footer {
  background: #0a1a2c;
  color: #9fb0c0;
  padding: 30px 0;
  font-size: 0.88rem;
  text-align: center;
  border-top: 2px solid var(--gold);
}
.site-footer a { color: #c9d4df; }
.footer-disclaimer { margin-top: 8px; font-size: 0.8rem; color: #7e8fa0; }

/* WhatsApp float */
.wa-float {
  position: fixed;
  bottom: 22px;
  left: 22px;
  z-index: 60;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #25d366;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.28);
  transition: transform 0.15s ease;
}
.wa-float:hover { transform: scale(1.08); }
@media (max-width: 560px) { .wa-float { width: 52px; height: 52px; bottom: 16px; left: 16px; } }

/* Testimonials */
.reviews { background: transparent; }
.reviews-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.review-card {
  background: #fff;
  border: 1px solid var(--line);
  border-top: 3px solid var(--gold);
  border-radius: var(--radius);
  padding: 26px 24px;
  box-shadow: var(--shadow);
  display: flex;
  flex-direction: column;
}
.review-card .stars { color: var(--gold); font-size: 1.05rem; letter-spacing: 3px; margin-bottom: 12px; }
.review-card blockquote { font-size: 0.98rem; color: var(--ink); line-height: 1.7; margin-bottom: 16px; flex: 1; }
.review-card blockquote::before { content: "“"; color: var(--gold); font-family: 'Frank Ruhl Libre', serif; font-size: 1.4rem; font-weight: 700; margin-inline-end: 2px; }
.review-card figcaption { font-weight: 700; color: var(--navy); font-size: 0.95rem; border-top: 1px solid var(--line); padding-top: 12px; }
.review-card figcaption span { font-weight: 400; color: var(--muted); font-size: 0.85rem; }
.reviews-cta { text-align: center; margin-top: 32px; }
.btn-outline { border: 1.5px solid var(--navy); color: var(--navy); }
.btn-outline:hover { background: var(--navy); color: #fff; }

/* ===== Article pages ===== */
.article-hero {
  background: linear-gradient(160deg, var(--navy), var(--navy-3));
  color: #fff;
  padding: 56px 0 44px;
}
.article-hero h1 { color: #fff; font-size: clamp(1.5rem, 3.4vw, 2.3rem); max-width: 860px; }
.breadcrumb { font-size: 0.85rem; color: #b9c6d4; margin-bottom: 16px; }
.breadcrumb a { color: var(--gold-light); }
.article-meta { color: #b9c6d4; font-size: 0.88rem; margin-top: 12px; }
.article-body { max-width: 820px; margin-inline: auto; padding: 52px 22px 30px; }
.article-body h2 { font-size: 1.45rem; margin: 36px 0 14px; padding-bottom: 8px; border-bottom: 2px solid var(--gold); display: inline-block; }
.article-body h3 { font-size: 1.15rem; margin: 26px 0 10px; }
.article-body p { margin-bottom: 16px; }
.article-body ul, .article-body ol { margin: 0 22px 18px 0; }
.article-body li { margin-bottom: 8px; }
.article-body table { width: 100%; border-collapse: collapse; margin: 18px 0; background: #fff; box-shadow: var(--shadow); border-radius: 10px; overflow: hidden; }
.article-body th { background: var(--navy); color: #fff; padding: 11px 14px; text-align: right; font-weight: 600; }
.article-body td { padding: 11px 14px; border-bottom: 1px solid var(--line); }
.key-box {
  background: #fdf8ec;
  border-right: 4px solid var(--gold);
  border-radius: 10px;
  padding: 18px 22px;
  margin: 22px 0;
}
.key-box b { color: var(--navy); }
.cta-box {
  background: linear-gradient(160deg, var(--navy), var(--navy-3));
  color: #eef2f7;
  border-radius: var(--radius);
  padding: 30px 28px;
  margin: 40px 0 10px;
  text-align: center;
}
.cta-box h3 { color: #fff; margin-bottom: 8px; }
.cta-box p { margin-bottom: 18px; color: #d3dde7; }
.article-disclaimer { font-size: 0.82rem; color: var(--muted); border-top: 1px solid var(--line); padding-top: 16px; margin-top: 30px; }

/* ===== Responsive ===== */
@media (max-width: 880px) {
  .cards-grid { grid-template-columns: repeat(2, 1fr); }
  .reviews-grid { grid-template-columns: repeat(2, 1fr); }
  .about-grid, .contact-grid, .article-list { grid-template-columns: 1fr; }
  .hero-grid { grid-template-columns: 1fr; gap: 30px; }
  .hero-copy { text-align: center; }
  .hero-rule { margin-inline: auto; }
  .hero p.lead { margin-inline: auto; }
  .hero-actions, .hero-trust { justify-content: center; }
  .hero-trust { border-top: none; }
  .hero-photo { order: -1; }
  .hero-frame::before { display: none; }
  .hero-frame img { max-width: 270px; }
  .main-nav {
    display: none;
    position: absolute;
    top: 100%; right: 0; left: 0;
    background: var(--navy);
    flex-direction: column;
    padding: 18px;
    gap: 16px;
    border-bottom: 2px solid var(--gold);
  }
  .main-nav.open { display: flex; }
  .nav-toggle { display: block; }
}
@media (max-width: 560px) {
  .cards-grid { grid-template-columns: 1fr; }
  .reviews-grid { grid-template-columns: 1fr; }
  .hero { padding: 56px 0 48px; }
  body { font-size: 16px; }
}

/* ===================== נגישות · WCAG 2.0 AA (ת"י 5568) ===================== */

/* דלג לתוכן */
.skip-link {
  position: absolute; top: -100px; right: 12px; z-index: 10000;
  background: var(--navy); color: #fff !important;
  padding: 12px 22px; border-radius: 0 0 10px 10px; font-weight: 700;
  box-shadow: 0 6px 18px rgba(0,0,0,.3); transition: top .18s ease;
}
.skip-link:focus { top: 0; outline: 3px solid var(--gold-light); outline-offset: 0; }

/* חיווי פוקוס למקלדת (2.4.7) */
a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible,
select:focus-visible, summary:focus-visible, [tabindex]:focus-visible {
  outline: 3px solid var(--gold-light); outline-offset: 2px; border-radius: 4px;
}
.site-header a:focus-visible, .hero a:focus-visible, .contact a:focus-visible,
.contact button:focus-visible, .site-footer a:focus-visible { outline-color: #fff; }
[tabindex="-1"]:focus { outline: none; }

/* תיקון ניגודיות: טקסט זהב על לבן (היה ~4:1 → כעת ~7:1) */
a.card-link .more, .article-item .more { color: #6d560f; }
details.faq summary::after { color: var(--gold-dark); }

/* צמצום תנועה (2.3.3) */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: .001ms !important; animation-iteration-count: 1 !important;
    transition-duration: .001ms !important; scroll-behavior: auto !important;
  }
}

/* ---------- כפתור ותפריט הנגישות ---------- */
.a11y-btn {
  position: fixed; right: 22px; bottom: 22px; z-index: 70;
  width: 56px; height: 56px; border-radius: 50%;
  border: 2px solid var(--gold-light); background: var(--navy); color: var(--gold-light);
  cursor: pointer; padding: 0; display: flex; align-items: center; justify-content: center;
  box-shadow: 0 6px 20px rgba(0,0,0,.28); transition: transform .15s ease;
}
.a11y-btn:hover { transform: scale(1.07); }
.a11y-btn svg { width: 32px; height: 32px; fill: currentColor; }
@media (max-width: 560px) { .a11y-btn { width: 50px; height: 50px; right: 16px; bottom: 16px; } }

.a11y-panel {
  position: fixed; right: 22px; bottom: 88px; z-index: 71;
  width: 304px; max-width: calc(100vw - 32px); max-height: calc(100vh - 130px); overflow: auto;
  background: #fff; color: var(--ink); border: 1px solid var(--line); border-radius: 14px;
  box-shadow: 0 18px 50px rgba(14,34,56,.28); padding: 16px; display: none;
  font-family: 'Assistant', Arial, sans-serif; direction: rtl;
}
.a11y-panel.open { display: block; }
@media (max-width: 560px) { .a11y-panel { right: 16px; bottom: 74px; } }
.a11y-panel h2 {
  font-family: inherit; color: var(--navy); font-size: 1.05rem; margin: 0 0 12px;
  display: flex; justify-content: space-between; align-items: center;
}
.a11y-close { background: none; border: 0; font-size: 1.5rem; line-height: 1; cursor: pointer; color: var(--muted); padding: 2px 6px; }
.a11y-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.a11y-opt {
  display: flex; flex-direction: column; align-items: center; gap: 6px; text-align: center;
  background: #f4f6f9; border: 1px solid var(--line); border-radius: 10px; padding: 11px 6px;
  font-size: .82rem; font-weight: 700; color: var(--navy); cursor: pointer;
}
.a11y-opt:hover { border-color: var(--gold); }
.a11y-opt[aria-pressed="true"] { background: var(--navy); color: #fff; border-color: var(--navy); }
.a11y-opt .ico { font-size: 1.35rem; line-height: 1; }
.a11y-font { grid-column: 1 / -1; display: flex; align-items: center; justify-content: space-between; gap: 10px; background: #f4f6f9; border: 1px solid var(--line); border-radius: 10px; padding: 8px 12px; }
.a11y-font button { width: 40px; height: 40px; border-radius: 8px; border: 1px solid var(--line); background: #fff; font-size: 1.15rem; font-weight: 700; cursor: pointer; color: var(--navy); }
.a11y-font button:hover { border-color: var(--gold); }
.a11y-font .a11y-fontlabel { font-weight: 700; color: var(--navy); font-size: .85rem; text-align: center; flex: 1; }
.a11y-reset { grid-column: 1 / -1; margin-top: 4px; background: var(--gold-light); border: 0; border-radius: 10px; padding: 11px; font-weight: 700; color: var(--navy); cursor: pointer; }
.a11y-reset:hover { background: var(--gold); }
.a11y-statement { grid-column: 1 / -1; text-align: center; margin-top: 6px; font-size: .85rem; }
.a11y-statement a { color: var(--navy-3); text-decoration: underline; font-weight: 700; }

/* ---------- אפקטים שמופעלים על <html> ---------- */
html.a11y-fontscale body { font-size: 1.0625rem; }
@media (max-width: 560px) { html.a11y-fontscale body { font-size: 1rem; } }

html.a11y-links a { text-decoration: underline !important; outline: 1px dotted currentColor; outline-offset: 1px; }
html.a11y-readable * { font-family: 'Assistant', Arial, 'Segoe UI', sans-serif !important; letter-spacing: .02em !important; }
html.a11y-spacing p, html.a11y-spacing li, html.a11y-spacing blockquote, html.a11y-spacing .lead {
  line-height: 2.1 !important; word-spacing: .14em !important; letter-spacing: .03em !important;
}
html.a11y-grayscale { filter: grayscale(100%); }
html.a11y-stopmotion *, html.a11y-stopmotion *::before, html.a11y-stopmotion *::after {
  animation: none !important; transition: none !important; scroll-behavior: auto !important;
}
html.a11y-bigcursor, html.a11y-bigcursor * {
  cursor: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='34'%20height='34'%20viewBox='0%200%2034%2034'%3E%3Cpath%20d='M5%202l0%2024%207-7%205%2010%205-2.5-5-10%2010%200z'%20fill='%23000'%20stroke='%23fff'%20stroke-width='1.6'/%3E%3C/svg%3E") 5 2, auto !important;
}

/* ניגודיות גבוהה (כהה) */
html.a11y-contrast, html.a11y-contrast body { background: #000 !important; background-image: none !important; }
html.a11y-contrast body *:not(.a11y-btn):not(.a11y-btn *):not(.a11y-panel):not(.a11y-panel *) {
  background-color: transparent !important; background-image: none !important;
  color: #fff !important; border-color: #ffff00 !important; box-shadow: none !important; text-shadow: none !important;
}
html.a11y-contrast a, html.a11y-contrast a * { color: #ffff00 !important; }
html.a11y-contrast .btn, html.a11y-contrast button:not(.a11y-opt):not(.a11y-close):not(.a11y-reset):not(.a11y-btn),
html.a11y-contrast input, html.a11y-contrast textarea {
  background: #000 !important; color: #fff !important; border: 1px solid #ffff00 !important;
}
html.a11y-contrast .a11y-btn { background: #000 !important; color: #ffff00 !important; border-color: #ffff00 !important; }
