/* Герой ВПН — herovpn24.mom
   Уникальный CSS: красный + золото на кремовом, Sora + Atkinson Hyperlegible
*/

:root {
  --primary: #991B1B;
  --primary-deep: #7F1D1D;
  --primary-bright: #DC2626;
  --accent: #EAB308;
  --accent-deep: #CA8A04;
  --accent-soft: #FDE68A;
  --bg: #FFFBEB;
  --bg-alt: #FEF3C7;
  --bg-warm: #FFF7E0;
  --text: #1A0A0A;
  --text-muted: #57534E;
  --card-bg: #FFFFFF;
  --border: #E7DCC2;
  --radius: 14px;
  --shadow-sm: 0 2px 6px rgba(122, 30, 30, 0.08);
  --shadow: 0 8px 24px rgba(122, 30, 30, 0.12);
  --shadow-lg: 0 20px 48px rgba(122, 30, 30, 0.18);
  --gradient-hero: linear-gradient(135deg, #991B1B 0%, #C2410C 45%, #EAB308 100%);
  --gradient-accent: linear-gradient(90deg, #991B1B 0%, #EAB308 100%);
  --container: 1200px;
}

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

html { scroll-behavior: smooth; }

body {
  font-family: 'Atkinson Hyperlegible', system-ui, sans-serif;
  font-size: 17px;
  line-height: 1.65;
  color: var(--text);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

h1, h2, h3, h4 {
  font-family: 'Sora', sans-serif;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.15;
  color: var(--text);
}

h1 { font-size: clamp(2.1rem, 5vw, 3.4rem); font-weight: 800; }
h2 { font-size: clamp(1.7rem, 3.6vw, 2.5rem); margin-bottom: 18px; }
h3 { font-size: 1.25rem; margin-bottom: 10px; }

p { color: var(--text); margin-bottom: 14px; }

a { color: var(--primary); text-decoration: none; transition: color .2s; }
a:hover { color: var(--primary-bright); }

img { max-width: 100%; height: auto; display: block; }

.container {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 24px;
}

/* HEADER — белый sticky с тенью */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: #fff;
  box-shadow: 0 2px 12px rgba(122, 30, 30, 0.08);
  border-bottom: 3px solid var(--accent);
}

.nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 76px;
}

.logo {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: 'Sora', sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
  color: var(--text);
}

.logo img { width: 36px; height: 36px; }

.nav-links {
  display: flex;
  align-items: center;
  gap: 28px;
  list-style: none;
}

.nav-links a {
  font-family: 'Sora', sans-serif;
  font-weight: 500;
  font-size: 0.96rem;
  color: var(--text);
  position: relative;
}

.nav-links a:not(.nav-cta):hover { color: var(--primary); }

.nav-links a.nav-cta {
  background: var(--accent);
  color: #000000 !important;
  font-weight: 800;
  padding: 11px 22px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: transform .2s, box-shadow .2s, background .2s;
  box-shadow: 0 4px 14px rgba(234, 179, 8, 0.4);
}

.nav-links a.nav-cta:hover {
  background: var(--accent-deep);
  color: #000000 !important;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(202, 138, 4, 0.5);
}

.burger {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 6px;
}

.burger span {
  width: 26px;
  height: 3px;
  background: var(--primary);
  border-radius: 2px;
  transition: .3s;
}

/* Mobile nav */
.mobile-nav {
  display: none;
  position: fixed;
  top: 76px;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 99;
  padding: 24px;
  box-shadow: 0 8px 24px rgba(122, 30, 30, 0.12);
  border-bottom: 3px solid var(--accent);
}

.mobile-nav.active { display: block; }

.mobile-nav ul { list-style: none; display: flex; flex-direction: column; gap: 18px; }

.mobile-nav a {
  font-family: 'Sora', sans-serif;
  font-weight: 600;
  font-size: 1.1rem;
  color: var(--text);
}

.mobile-nav a.nav-cta {
  background: var(--accent);
  color: #000;
  padding: 14px;
  text-align: center;
  border-radius: 12px;
  font-weight: 800;
}

/* HERO — градиент + белая форма-карточка */
.hero {
  position: relative;
  background: var(--gradient-hero);
  padding: 90px 0 110px;
  overflow: hidden;
}

.hero::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -20%;
  width: 700px;
  height: 700px;
  background: radial-gradient(circle, rgba(255, 251, 235, 0.18) 0%, transparent 60%);
  border-radius: 50%;
  pointer-events: none;
}

.hero::after {
  content: '';
  position: absolute;
  bottom: -200px;
  left: -100px;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(234, 179, 8, 0.22) 0%, transparent 65%);
  border-radius: 50%;
  pointer-events: none;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 64px;
  align-items: center;
  position: relative;
  z-index: 2;
}

.hero-text { color: #FFFBEB; }

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 251, 235, 0.18);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 251, 235, 0.35);
  color: #FFFBEB;
  padding: 8px 16px;
  border-radius: 999px;
  font-family: 'Sora', sans-serif;
  font-size: 0.85rem;
  font-weight: 600;
  margin-bottom: 22px;
}

.hero-badge .dot {
  width: 8px; height: 8px;
  background: var(--accent);
  border-radius: 50%;
  box-shadow: 0 0 12px var(--accent);
}

.hero h1 {
  color: #FFFBEB;
  font-size: clamp(2.3rem, 5.4vw, 3.8rem);
  margin-bottom: 22px;
}

.hero h1 .gold {
  background: linear-gradient(90deg, #FDE68A 0%, #FFFFFF 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-desc {
  color: rgba(255, 251, 235, 0.92);
  font-size: 1.12rem;
  margin-bottom: 32px;
  max-width: 540px;
}

.hero-cta-row {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 32px;
}

.hero-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 24px;
}

.hero-trust span {
  color: #FFFBEB;
  font-size: 0.92rem;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'Sora', sans-serif;
  font-weight: 500;
}

.hero-trust span::before {
  content: '★';
  color: var(--accent);
  font-size: 1rem;
}

/* Hero form-card */
.hero-card {
  background: #fff;
  padding: 36px 32px;
  border-radius: 22px;
  box-shadow: var(--shadow-lg);
  position: relative;
  border: 1px solid rgba(234, 179, 8, 0.3);
}

.hero-card::before {
  content: '';
  position: absolute;
  inset: -2px;
  background: var(--gradient-accent);
  border-radius: 24px;
  z-index: -1;
  opacity: 0.6;
  filter: blur(8px);
}

.hero-card h3 {
  font-size: 1.35rem;
  margin-bottom: 6px;
  color: var(--primary-deep);
}

.hero-card-sub {
  color: var(--text-muted);
  font-size: 0.95rem;
  margin-bottom: 22px;
}

.hero-card-list {
  list-style: none;
  margin-bottom: 26px;
}

.hero-card-list li {
  padding: 12px 0;
  border-bottom: 1px dashed var(--border);
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: 'Sora', sans-serif;
  font-size: 0.96rem;
  color: var(--text);
}

.hero-card-list li:last-child { border-bottom: none; }

.hero-card-list .val {
  color: var(--primary);
  font-weight: 700;
}

/* BUTTONS — стрелка справа */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 26px;
  font-family: 'Sora', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 12px;
  border: none;
  cursor: pointer;
  transition: transform .2s, box-shadow .2s, background .2s;
  text-decoration: none;
  white-space: nowrap;
}

.btn .arrow {
  display: inline-block;
  transition: transform .2s;
}

.btn:hover .arrow { transform: translateX(4px); }

.btn-primary {
  background: var(--accent);
  color: #000;
  box-shadow: 0 6px 18px rgba(234, 179, 8, 0.45);
}

.btn-primary:hover {
  background: var(--accent-deep);
  color: #000;
  transform: translateY(-2px);
  box-shadow: 0 10px 26px rgba(202, 138, 4, 0.55);
}

.btn-secondary {
  background: #fff;
  color: var(--primary-deep);
  border: 2px solid #fff;
}

.btn-secondary:hover {
  background: transparent;
  color: #fff;
  border-color: #fff;
  transform: translateY(-2px);
}

.btn-outline {
  background: transparent;
  color: var(--primary);
  border: 2px solid var(--primary);
}

.btn-outline:hover {
  background: var(--primary);
  color: #fff;
  transform: translateY(-2px);
}

.btn-block { width: 100%; justify-content: center; }

/* STATS BAR */
.stats {
  background: var(--bg-alt);
  padding: 38px 0;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  text-align: center;
}

.stat-num {
  font-family: 'Sora', sans-serif;
  font-size: 2.1rem;
  font-weight: 800;
  color: var(--primary);
  line-height: 1;
  margin-bottom: 6px;
}

.stat-label {
  color: var(--text-muted);
  font-size: 0.95rem;
  font-family: 'Sora', sans-serif;
}

/* SECTIONS — alternate cream/wheat */
.section { padding: 96px 0; }
.section-cream { background: var(--bg); }
.section-wheat { background: var(--bg-alt); }

.section-head {
  text-align: center;
  max-width: 740px;
  margin: 0 auto 60px;
}

.section-eyebrow {
  display: inline-block;
  font-family: 'Sora', sans-serif;
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--primary);
  background: rgba(153, 27, 27, 0.08);
  padding: 6px 14px;
  border-radius: 999px;
  margin-bottom: 18px;
}

.section-head p {
  color: var(--text-muted);
  font-size: 1.08rem;
  max-width: 620px;
  margin: 14px auto 0;
}

/* FEATURES — shadow + hover lift cards */
.features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.feature {
  background: var(--card-bg);
  padding: 34px 28px;
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
  transition: transform .25s, box-shadow .25s;
  border: 1px solid var(--border);
}

.feature:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-lg);
  border-color: var(--accent);
}

.feature-icon {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  background: var(--gradient-accent);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Sora', sans-serif;
  font-weight: 800;
  font-size: 1.4rem;
  color: #fff;
  margin-bottom: 22px;
  box-shadow: 0 6px 18px rgba(234, 179, 8, 0.3);
}

.feature h3 {
  color: var(--primary-deep);
  margin-bottom: 12px;
}

.feature p {
  color: var(--text-muted);
  font-size: 0.98rem;
  line-height: 1.65;
}

/* PLATFORMS */
.platforms-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.platform {
  background: #fff;
  padding: 30px 24px;
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
  text-align: center;
  transition: transform .25s, box-shadow .25s;
  border: 1px solid var(--border);
  text-decoration: none;
  color: var(--text);
  display: block;
}

.platform:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow);
  border-color: var(--primary);
  color: var(--text);
}

.platform-icon {
  width: 50px;
  height: 50px;
  margin: 0 auto 16px;
  background: var(--bg-alt);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Sora', sans-serif;
  font-weight: 700;
  font-size: 1.1rem;
  color: var(--primary);
  border: 2px solid var(--accent);
}

.platform h3 {
  font-size: 1.05rem;
  color: var(--text);
  margin-bottom: 4px;
}

.platform p {
  color: var(--text-muted);
  font-size: 0.86rem;
  margin: 0;
}

/* WHY-GEROY narrative */
.narrative {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 60px;
  align-items: center;
}

.narrative-text h2 { margin-bottom: 22px; }
.narrative-text p {
  color: var(--text-muted);
  font-size: 1.04rem;
  margin-bottom: 16px;
  line-height: 1.75;
}

.narrative-text strong {
  color: var(--primary);
  font-weight: 700;
}

.narrative-card {
  background: #fff;
  padding: 36px 30px;
  border-radius: 18px;
  box-shadow: var(--shadow);
  border-left: 6px solid var(--primary);
}

.narrative-card-title {
  font-family: 'Sora', sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  color: var(--primary-deep);
  margin-bottom: 14px;
}

.narrative-list {
  list-style: none;
}

.narrative-list li {
  padding: 12px 0 12px 30px;
  border-bottom: 1px solid var(--border);
  position: relative;
  font-size: 0.98rem;
}

.narrative-list li:last-child { border-bottom: none; }

.narrative-list li::before {
  content: '✦';
  position: absolute;
  left: 0;
  color: var(--accent);
  font-size: 1.1rem;
  font-weight: bold;
}

/* USE-CASES */
.usecases-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}

.usecase {
  background: #fff;
  padding: 28px;
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--border);
  transition: transform .2s, box-shadow .2s;
}

.usecase:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow);
}

.usecase-num {
  font-family: 'Sora', sans-serif;
  font-weight: 800;
  font-size: 0.85rem;
  color: var(--accent-deep);
  letter-spacing: 0.15em;
  margin-bottom: 8px;
}

.usecase h3 {
  color: var(--primary-deep);
  font-size: 1.15rem;
  margin-bottom: 10px;
}

.usecase p {
  color: var(--text-muted);
  font-size: 0.96rem;
  margin: 0;
}

/* PRICING — three columns */
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
  align-items: stretch;
}

.price-card {
  background: #fff;
  padding: 36px 28px;
  border-radius: 18px;
  border: 2px solid var(--border);
  text-align: center;
  position: relative;
  transition: transform .25s, box-shadow .25s, border-color .25s;
  display: flex;
  flex-direction: column;
}

.price-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow);
  border-color: var(--primary);
}

.price-card.featured {
  background: linear-gradient(180deg, #fff 0%, var(--bg-warm) 100%);
  border: 2px solid var(--accent);
  box-shadow: var(--shadow);
}

.price-card.featured::before {
  content: 'Лучший выбор';
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--primary);
  color: #fff;
  font-family: 'Sora', sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding: 6px 16px;
  border-radius: 999px;
  text-transform: uppercase;
}

.price-tier {
  font-family: 'Sora', sans-serif;
  font-weight: 700;
  font-size: 1.1rem;
  color: var(--primary-deep);
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.price-headline {
  font-family: 'Sora', sans-serif;
  font-weight: 800;
  font-size: 1.7rem;
  color: var(--text);
  margin-bottom: 6px;
}

.price-sub {
  color: var(--text-muted);
  font-size: 0.92rem;
  margin-bottom: 22px;
}

.price-features {
  list-style: none;
  text-align: left;
  margin-bottom: 26px;
  flex-grow: 1;
}

.price-features li {
  padding: 9px 0 9px 26px;
  border-bottom: 1px dashed var(--border);
  font-size: 0.94rem;
  position: relative;
}

.price-features li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: var(--accent-deep);
  font-weight: bold;
}

/* CTA banner */
.cta-banner {
  background: var(--gradient-hero);
  padding: 70px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.cta-banner::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 800px;
  height: 800px;
  background: radial-gradient(circle, rgba(234, 179, 8, 0.18) 0%, transparent 60%);
  pointer-events: none;
}

.cta-banner h2 {
  color: #FFFBEB;
  margin-bottom: 16px;
  position: relative;
}

.cta-banner p {
  color: rgba(255, 251, 235, 0.9);
  font-size: 1.1rem;
  margin-bottom: 28px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.cta-banner .btn { position: relative; }

/* FAQ — two-column open grid */
.faq-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
}

.faq-item {
  background: #fff;
  padding: 28px;
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
  border-top: 4px solid var(--primary);
  transition: transform .2s, box-shadow .2s;
}

.faq-item:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
}

.faq-item h3 {
  color: var(--primary-deep);
  font-size: 1.1rem;
  margin-bottom: 12px;
  font-family: 'Sora', sans-serif;
}

.faq-item p {
  color: var(--text-muted);
  font-size: 0.97rem;
  line-height: 1.7;
  margin: 0;
}

/* FOOTER — двухуровневый */
.site-footer {
  background: #1A0A0A;
  color: rgba(255, 251, 235, 0.85);
  padding: 70px 0 0;
}

.footer-top {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 40px;
  padding-bottom: 50px;
  border-bottom: 1px solid rgba(234, 179, 8, 0.2);
}

.footer-brand .logo {
  color: #fff;
  margin-bottom: 14px;
}

.footer-about {
  color: rgba(255, 251, 235, 0.7);
  font-size: 0.94rem;
  line-height: 1.7;
}

.footer-col h4 {
  font-family: 'Sora', sans-serif;
  font-size: 0.92rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--accent);
  margin-bottom: 18px;
}

.footer-col ul { list-style: none; }
.footer-col li { margin-bottom: 10px; }
.footer-col a {
  color: rgba(255, 251, 235, 0.75);
  font-size: 0.95rem;
}

.footer-col a:hover { color: var(--accent); }

.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: space-between;
  align-items: center;
  padding: 24px 0;
  font-size: 0.88rem;
  color: rgba(255, 251, 235, 0.55);
}

.footer-eng {
  font-family: 'Sora', sans-serif;
  letter-spacing: 0.04em;
}

.footer-eng .dot-sep {
  color: var(--accent);
  margin: 0 6px;
}

/* INSTRUKTSIYA */
.steps-wrap {
  display: flex;
  flex-direction: column;
  gap: 40px;
  max-width: 920px;
  margin: 0 auto;
}

.step {
  background: #fff;
  border-radius: 20px;
  padding: 44px 40px;
  box-shadow: var(--shadow);
  border-left: 8px solid var(--primary);
  position: relative;
}

.step-num {
  position: absolute;
  top: -22px;
  left: 32px;
  background: var(--gradient-accent);
  color: #fff;
  font-family: 'Sora', sans-serif;
  font-weight: 800;
  width: 52px;
  height: 52px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  box-shadow: 0 6px 18px rgba(234, 179, 8, 0.4);
}

.step h2 {
  margin-top: 18px;
  margin-bottom: 14px;
  color: var(--primary-deep);
}

.step p {
  color: var(--text-muted);
  font-size: 1.02rem;
  line-height: 1.75;
  margin-bottom: 14px;
}

.step ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 18px;
}

.step ul li {
  padding: 8px 0 8px 28px;
  position: relative;
  color: var(--text);
}

.step ul li::before {
  content: '★';
  position: absolute;
  left: 0;
  color: var(--accent);
  font-weight: bold;
}

.after-pay {
  background: var(--bg-alt);
  border-radius: 20px;
  padding: 50px 44px;
  margin-top: 40px;
  border: 2px dashed var(--accent);
}

.after-pay h2 { color: var(--primary-deep); margin-bottom: 18px; }
.after-pay > p { color: var(--text); font-size: 1.02rem; margin-bottom: 26px; }

.after-platforms {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 22px;
}

.after-platforms .platform { padding: 22px 16px; }

.instr-cta {
  text-align: center;
  padding: 70px 0;
  background: var(--bg);
}

.instr-cta h2 { margin-bottom: 14px; }
.instr-cta p { color: var(--text-muted); margin-bottom: 26px; }

/* Animations */
.fade-up {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .7s ease, transform .7s ease;
}

.fade-up.visible {
  opacity: 1;
  transform: translateY(0);
}

/* RESPONSIVE */
@media (max-width: 980px) {
  .hero-grid { grid-template-columns: 1fr; gap: 40px; }
  .features-grid, .platforms-grid, .usecases-grid, .pricing-grid { grid-template-columns: repeat(2, 1fr); }
  .narrative { grid-template-columns: 1fr; gap: 36px; }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 32px; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); gap: 32px; }
}

@media (max-width: 720px) {
  .nav-links { display: none; }
  .burger { display: flex; }
  .section { padding: 70px 0; }
  .hero { padding: 64px 0 80px; }
  .hero-card { padding: 28px 22px; }
  .features-grid, .platforms-grid, .usecases-grid, .pricing-grid, .faq-grid { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr; gap: 28px; }
  .stats-grid { grid-template-columns: 1fr 1fr; }
  .step { padding: 32px 22px; }
  .after-pay { padding: 32px 22px; }
  .after-platforms { grid-template-columns: 1fr 1fr; }
  .footer-bottom { flex-direction: column; text-align: center; }
}
