:root {
  --bg: #07111c;
  --bg-soft: #0d1725;
  --panel: rgba(11, 24, 39, 0.74);
  --panel-soft: rgba(255, 255, 255, 0.05);
  --panel-light: rgba(245, 250, 255, 0.92);
  --text: #e8f1fb;
  --text-soft: #99abc0;
  --text-dark: #0d1f31;
  --line: rgba(148, 197, 255, 0.14);
  --line-strong: rgba(92, 211, 230, 0.3);
  --primary: #2f8cff;
  --primary-deep: #0b4c9e;
  --cyan: #56e0d2;
  --green: #47c27a;
  --shadow: 0 28px 80px rgba(1, 10, 20, 0.45);
  --radius-xl: 34px;
  --radius-lg: 26px;
  --radius-md: 20px;
  --container: min(1180px, calc(100vw - 40px));
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Plus Jakarta Sans", "Segoe UI", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(47, 140, 255, 0.18), transparent 26%),
    radial-gradient(circle at 85% 12%, rgba(86, 224, 210, 0.14), transparent 20%),
    linear-gradient(180deg, #08121e 0%, #07111c 45%, #091523 100%);
}

::selection {
  background: rgba(86, 224, 210, 0.24);
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea {
  font: inherit;
}

.site-shell {
  position: relative;
  overflow: hidden;
}

.signal-canvas {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0.35;
  pointer-events: none;
  z-index: 0;
}

.site-shell::before,
.site-shell::after {
  content: "";
  position: fixed;
  border-radius: 999px;
  filter: blur(16px);
  opacity: 0.55;
  pointer-events: none;
  z-index: 0;
}

.site-shell::before {
  width: 280px;
  height: 280px;
  top: 4rem;
  right: -6rem;
  background: radial-gradient(circle, rgba(47, 140, 255, 0.3), transparent 65%);
}

.site-shell::after {
  width: 260px;
  height: 260px;
  bottom: 8rem;
  left: -5rem;
  background: radial-gradient(circle, rgba(86, 224, 210, 0.24), transparent 68%);
}

.section,
.topbar {
  position: relative;
  z-index: 1;
  width: var(--container);
  margin: 0 auto;
}

.topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 1.15rem 0;
  position: sticky;
  top: 0;
  z-index: 30;
  background: rgba(7, 17, 28, 0.64);
  backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(148, 197, 255, 0.08);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.9rem;
  min-width: 0;
}

.brand-mark {
  width: 46px;
  height: 46px;
  border-radius: 14px;
  position: relative;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.02)),
    linear-gradient(145deg, #0d2640 0%, #0f4fa0 55%, #56e0d2 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 18px 30px rgba(12, 49, 98, 0.38);
}

.brand-mark::before,
.brand-mark::after {
  content: "";
  position: absolute;
  border-radius: 10px;
}

.brand-mark::before {
  inset: 10px;
  border: 1px solid rgba(255, 255, 255, 0.28);
}

.brand-mark::after {
  inset: 14px 12px 12px;
  border-top: 3px solid rgba(86, 224, 210, 0.95);
  border-left: 1px solid rgba(255, 255, 255, 0.24);
  border-right: 1px solid rgba(255, 255, 255, 0.24);
  border-bottom: 1px solid rgba(255, 255, 255, 0.24);
}

.brand-text {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.brand-text strong,
h1,
h2,
h3,
.price-header strong,
.console-panel strong,
.shield-core strong {
  font-family: "Space Grotesk", "Plus Jakarta Sans", sans-serif;
}

.brand-text strong {
  font-size: 1rem;
  letter-spacing: -0.03em;
}

.brand-text small {
  font-size: 0.78rem;
  color: var(--text-soft);
}

.nav-toggle {
  display: none;
  width: 48px;
  height: 48px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.04);
  padding: 0;
  cursor: pointer;
}

.nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 0 auto;
  background: var(--text);
  transition: transform 0.25s ease;
}

.nav-toggle span + span {
  margin-top: 6px;
}

.nav {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  padding: 0.8rem 1.15rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(148, 197, 255, 0.1);
}

.nav a {
  color: var(--text-soft);
  font-size: 0.96rem;
  padding-bottom: 0.12rem;
  border-bottom: 1px solid transparent;
  transition: color 0.2s ease, border-color 0.2s ease;
}

.nav a:hover,
.nav a:focus-visible,
.nav a.is-current {
  color: var(--text);
}

.nav a.is-current {
  border-bottom-color: rgba(86, 224, 210, 0.5);
}

.section {
  padding: 5rem 0;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(36px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

.hero {
  min-height: calc(100vh - 86px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.95fr);
  align-items: center;
  gap: 2.8rem;
  padding-top: 3rem;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  padding: 0.48rem 0.82rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(86, 224, 210, 0.18);
  color: #8ceee4;
  font-size: 0.84rem;
  font-weight: 600;
}

.hero h1 {
  margin: 1rem 0 1.2rem;
  font-size: clamp(2.9rem, 5vw, 5.4rem);
  line-height: 0.96;
  letter-spacing: -0.05em;
  max-width: 12ch;
}

.hero-text,
.split-copy p,
.service-card p,
.faq-answer p,
.about-layout p,
.footer p,
.price-summary,
.section-heading p,
.trust-line span {
  color: var(--text-soft);
  line-height: 1.78;
  font-size: 1.02rem;
}

.hero-text {
  max-width: 56ch;
}

.hero-offer {
  display: grid;
  gap: 0.45rem;
  margin-top: 1.35rem;
  padding: 1rem 1.1rem;
  max-width: 420px;
  border-radius: 22px;
  border: 1px solid rgba(86, 224, 210, 0.16);
  background: rgba(255, 255, 255, 0.04);
}

.hero-offer p {
  margin: 0;
  color: var(--text-soft);
  line-height: 1.6;
  font-size: 0.95rem;
}

.hero-price {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
}

.hero-price span {
  color: #b7fff7;
  font-size: 0.9rem;
  font-weight: 600;
}

.hero-price strong {
  font-family: "Space Grotesk", "Plus Jakarta Sans", sans-serif;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: -0.05em;
}

.hero-price strong span {
  color: var(--text-soft);
  font-size: 0.92rem;
  font-weight: 500;
  letter-spacing: 0;
}

.hero-actions,
.cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-top: 2rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 1.35rem;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 700;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-1px);
}

.button-primary {
  color: #ffffff;
  background: linear-gradient(135deg, var(--primary) 0%, var(--primary-deep) 100%);
  box-shadow: 0 20px 34px rgba(23, 95, 190, 0.32);
}

.button-secondary {
  color: var(--text);
  background: rgba(255, 255, 255, 0.92);
  border-color: rgba(13, 31, 49, 0.1);
}

.button-compact {
  min-height: 44px;
  white-space: nowrap;
}

.hero-points,
.service-card ul,
.price-card ul,
.contact-list,
.console-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.hero-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.8rem;
  margin-top: 2.3rem;
}

.hero-points li,
.service-card li,
.price-card li,
.contact-list li {
  position: relative;
  padding-left: 1.2rem;
  color: var(--text-soft);
  line-height: 1.6;
}

.hero-points li::before,
.service-card li::before,
.price-card li::before,
.contact-list li::before,
.console-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7rem;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--cyan), var(--green));
}

.hero-stack {
  display: grid;
  gap: 1.2rem;
}

.panel-card,
.service-card,
.price-card,
.feature-panel,
.dark-band,
.footer,
.intro-block,
.about-section,
.faq-item,
.cta-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(148, 197, 255, 0.12);
  background: var(--panel);
  backdrop-filter: blur(18px);
  box-shadow: var(--shadow);
}

.panel-card::before,
.service-card::before,
.price-card::before,
.feature-panel::before,
.cta-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.04), transparent 36%);
  pointer-events: none;
}

.interactive-surface,
.tilt-card {
  --mx: 50%;
  --my: 50%;
  --rx: 0deg;
  --ry: 0deg;
  transform: perspective(1100px) rotateX(var(--rx)) rotateY(var(--ry));
  transform-style: preserve-3d;
  transition: transform 0.2s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.interactive-surface::after,
.tilt-card::after {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  background: radial-gradient(circle at var(--mx) var(--my), rgba(86, 224, 210, 0.16), transparent 34%);
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.25s ease;
}

.interactive-surface:hover::after,
.interactive-surface:focus-within::after,
.tilt-card:hover::after,
.tilt-card:focus-within::after {
  opacity: 1;
}

.hero-shield,
.hero-console,
.hero-metrics,
.intro-block,
.about-section,
.footer,
.cta-card {
  border-radius: var(--radius-xl);
}

.hero-shield {
  min-height: 210px;
  display: grid;
  place-items: center;
  padding: 2rem;
  background:
    radial-gradient(circle at center, rgba(86, 224, 210, 0.12), transparent 48%),
    linear-gradient(145deg, rgba(16, 37, 60, 0.98), rgba(9, 23, 39, 0.94));
}

.shield-ring {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(86, 224, 210, 0.16);
}

.shield-ring-a {
  width: 240px;
  height: 240px;
  animation: spin 18s linear infinite;
}

.shield-ring-b {
  width: 170px;
  height: 170px;
  border-color: rgba(47, 140, 255, 0.22);
  animation: spinReverse 14s linear infinite;
}

.shield-core {
  position: relative;
  z-index: 1;
  max-width: 24ch;
  text-align: center;
}

.shield-label {
  display: inline-flex;
  margin-bottom: 0.8rem;
  padding: 0.3rem 0.6rem;
  border-radius: 999px;
  background: rgba(86, 224, 210, 0.12);
  color: #8ceee4;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.shield-core strong {
  display: block;
  font-size: 1.35rem;
  line-height: 1.25;
}

.panel-console {
  padding: 1.5rem;
  background:
    linear-gradient(180deg, rgba(9, 22, 37, 0.98), rgba(13, 31, 49, 0.95)),
    linear-gradient(135deg, rgba(47, 140, 255, 0.08), rgba(86, 224, 210, 0.05));
}

.console-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}

.console-kicker,
.plan-tag,
.featured-badge {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 700;
}

.console-kicker,
.plan-tag {
  color: #8ceee4;
}

.console-chip {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 0.8rem;
  border-radius: 999px;
  background: rgba(86, 224, 210, 0.12);
  color: #b7fff7;
  font-size: 0.76rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.console-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-bottom: 1.1rem;
}

.console-tab {
  min-height: 40px;
  padding: 0 0.95rem;
  border-radius: 999px;
  border: 1px solid rgba(148, 197, 255, 0.14);
  background: rgba(255, 255, 255, 0.04);
  color: rgba(232, 241, 251, 0.76);
  cursor: pointer;
}

.console-tab.is-active {
  background: rgba(86, 224, 210, 0.16);
  border-color: rgba(86, 224, 210, 0.32);
  color: #ffffff;
}

.console-panel strong {
  display: block;
  margin-bottom: 0.75rem;
  font-size: 1.12rem;
}

.console-panel p {
  margin: 0 0 0.95rem;
  color: rgba(232, 241, 251, 0.72);
  line-height: 1.74;
}

.console-list {
  display: grid;
  gap: 0.58rem;
}

.console-list li {
  position: relative;
  padding-left: 1.15rem;
  color: rgba(232, 241, 251, 0.84);
}

.hero-metrics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  padding: 1.25rem;
}

.hero-metrics article,
.feature-panel article {
  padding: 1rem;
  border-radius: 18px;
  border: 1px solid rgba(148, 197, 255, 0.1);
  background: rgba(255, 255, 255, 0.04);
}

.hero-metrics strong,
.feature-panel strong,
.difference-grid h3,
.service-card h3,
.footer h3,
.cta-card h2 {
  display: block;
  margin-bottom: 0.45rem;
}

.hero-metrics span,
.feature-panel span {
  color: var(--text-soft);
  line-height: 1.55;
  font-size: 0.95rem;
}

.trust-strip {
  padding-top: 0;
}

.trust-line {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0.8rem;
  padding: 1rem 1.2rem;
  border-top: 1px solid rgba(148, 197, 255, 0.08);
  border-bottom: 1px solid rgba(148, 197, 255, 0.08);
}

.trust-line span {
  text-align: center;
  font-size: 0.92rem;
}

.intro-block,
.about-section,
.footer {
  padding: 2rem;
}

.section-heading {
  display: grid;
  gap: 0.8rem;
  margin-bottom: 2.25rem;
}

.section-heading h2,
.split-copy h2,
.cta-card h2 {
  margin: 0;
  font-size: clamp(2rem, 3vw, 3.25rem);
  line-height: 1.06;
  letter-spacing: -0.04em;
  max-width: 18ch;
}

.section-heading.narrow {
  max-width: 840px;
}

.service-grid,
.difference-grid,
.pricing-grid,
.footer-grid {
  display: grid;
  gap: 1.3rem;
}

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

.service-card {
  border-radius: var(--radius-lg);
  padding: 1.6rem;
}

.card-accent {
  width: 52px;
  height: 4px;
  border-radius: 999px;
  margin-bottom: 1.2rem;
  background: linear-gradient(90deg, var(--cyan), var(--primary));
}

.service-card h3 {
  margin: 0 0 0.75rem;
  font-size: 1.22rem;
  line-height: 1.24;
}

.service-card ul,
.price-card ul {
  display: grid;
  gap: 0.55rem;
  margin-top: 1rem;
}

.split-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.95fr);
  gap: 1.8rem;
  align-items: center;
}

.split-section.reverse {
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1fr);
}

.split-copy {
  padding-right: 1rem;
}

.feature-panel {
  border-radius: 30px;
  padding: 1.4rem;
  display: grid;
  gap: 1rem;
}

.restore-panel {
  background:
    linear-gradient(180deg, rgba(11, 24, 39, 0.94), rgba(9, 19, 32, 0.95)),
    linear-gradient(135deg, rgba(86, 224, 210, 0.05), rgba(71, 194, 122, 0.05));
}

.dark-band {
  border-radius: 42px;
  padding: 2rem;
  background:
    radial-gradient(circle at top right, rgba(86, 224, 210, 0.08), transparent 24%),
    linear-gradient(135deg, #091522 0%, #0c1a2b 55%, #122338 100%);
  border-color: rgba(86, 224, 210, 0.18);
}

.dark-band .eyebrow {
  background: rgba(86, 224, 210, 0.08);
  border-color: rgba(86, 224, 210, 0.18);
}

.difference-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 2rem;
}

.difference-grid article {
  padding: 1.25rem 1rem 0;
  border-top: 1px solid rgba(86, 224, 210, 0.16);
}

.difference-grid h3 {
  margin: 0 0 0.65rem;
  font-size: 1.08rem;
}

.difference-grid p {
  margin: 0;
  line-height: 1.72;
  color: var(--text-soft);
}

.pricing-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
}

.price-card {
  border-radius: 30px;
  padding: 1.8rem;
}

.price-card.featured {
  background:
    linear-gradient(180deg, rgba(15, 33, 55, 0.98), rgba(14, 44, 74, 0.96)),
    linear-gradient(135deg, rgba(47, 140, 255, 0.08), rgba(86, 224, 210, 0.06));
  border-color: rgba(86, 224, 210, 0.22);
  transform: translateY(-12px);
}

.price-card.featured .price-summary,
.price-card.featured li {
  color: rgba(232, 241, 251, 0.8);
}

.featured-badge {
  position: absolute;
  top: 1rem;
  right: 1rem;
  padding: 0.4rem 0.7rem;
  border-radius: 999px;
  background: rgba(86, 224, 210, 0.16);
  color: #c7fff9;
}

.price-header {
  display: grid;
  gap: 0.55rem;
  margin-bottom: 1rem;
}

.price-header strong {
  font-size: 3rem;
  letter-spacing: -0.05em;
  line-height: 0.95;
}

.price-header strong span {
  font-size: 1rem;
  letter-spacing: normal;
  color: var(--text-soft);
}

.pricing-note {
  margin-top: 1.3rem;
  color: var(--text-soft);
}

.faq-list {
  display: grid;
  gap: 1rem;
}

.faq-item {
  border-radius: 24px;
}

.faq-trigger {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.2rem 1.3rem;
  border: 0;
  background: transparent;
  color: var(--text);
  text-align: left;
  font-weight: 700;
  cursor: pointer;
}

.faq-icon {
  position: relative;
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
}

.faq-icon::before,
.faq-icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 14px;
  height: 2px;
  background: var(--cyan);
  transform: translate(-50%, -50%);
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.faq-icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.faq-item.is-open .faq-icon::after {
  opacity: 0;
  transform: translate(-50%, -50%) rotate(90deg) scaleX(0.2);
}

.faq-answer {
  padding: 0 1.3rem 1.25rem;
}

.faq-answer p {
  margin: 0;
}

.about-layout {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2rem;
}

.cta-section {
  padding-top: 2rem;
}

.cta-card {
  border-radius: 36px;
  padding: 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  background:
    linear-gradient(135deg, rgba(13, 31, 49, 0.96), rgba(9, 19, 31, 0.96)),
    linear-gradient(90deg, rgba(47, 140, 255, 0.06), rgba(86, 224, 210, 0.06));
}

.footer-grid {
  grid-template-columns: 1.25fr 0.85fr 0.85fr;
  align-items: start;
}

.brand-footer {
  margin-bottom: 1rem;
}

.contact-list {
  display: grid;
  gap: 0.7rem;
}

.contact-list a:hover,
.contact-list a:focus-visible {
  color: var(--cyan);
}

@keyframes spin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

@keyframes spinReverse {
  from { transform: rotate(360deg); }
  to { transform: rotate(0deg); }
}

@media (max-width: 1080px) {
  .hero,
  .split-section,
  .split-section.reverse,
  .about-layout,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .nav {
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
    order: 3;
  }

  .hero {
    min-height: auto;
    padding-top: 2rem;
  }

  .hero h1,
  .section-heading h2,
  .split-copy h2,
  .cta-card h2 {
    max-width: none;
  }

  .hero-points,
  .service-grid,
  .difference-grid,
  .pricing-grid,
  .trust-line {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-price {
    align-items: flex-start;
    flex-direction: column;
  }

  .cta-card {
    flex-direction: column;
    align-items: flex-start;
  }

  .price-card.featured {
    transform: none;
  }
}

@media (max-width: 760px) {
  .topbar {
    flex-wrap: wrap;
    padding: 1rem 0;
  }

  .nav-toggle {
    display: grid;
    place-items: center;
    margin-left: auto;
  }

  .button-compact {
    width: 100%;
    order: 4;
  }

  .nav {
    display: none;
    gap: 0.8rem 1rem;
    padding: 0.9rem 1rem;
    border-radius: 22px;
    justify-content: flex-start;
  }

  .nav-open .nav {
    display: flex;
  }

  .nav-open .nav-toggle span:first-child {
    transform: translateY(4px) rotate(45deg);
  }

  .nav-open .nav-toggle span:last-child {
    transform: translateY(-4px) rotate(-45deg);
  }

  .section {
    padding: 3.6rem 0;
  }

  .hero-points,
  .service-grid,
  .difference-grid,
  .pricing-grid,
  .hero-metrics,
  .trust-line {
    grid-template-columns: 1fr;
  }

  .intro-block,
  .about-section,
  .footer,
  .dark-band,
  .cta-card,
  .hero-shield,
  .hero-console,
  .hero-metrics {
    padding: 1.35rem;
    border-radius: 24px;
  }

  .hero h1 {
    font-size: clamp(2.35rem, 12vw, 3.8rem);
  }

  .price-header strong {
    font-size: 2.4rem;
  }

  .console-head {
    flex-direction: column;
    align-items: flex-start;
  }
}
