/* ================================================================
   IYANAT PRODUCTION — MOBILE RESPONSIVENESS FIX
   Audit & Fix: why-iyanat page
   Strategy: Preserve desktop exactly. Rebuild mobile as premium
   adaptation — same brand, smaller canvas.
   Breakpoints:
     xs  : ≤ 374px  (small phones: iPhone SE, Galaxy A05)
     sm  : ≤ 480px  (standard phones)
     md  : ≤ 767px  (large phones, was already partially there)
     lg  : ≤ 1023px (tablets, was already partially there)
   ================================================================ */

html, body {
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

section, .hero, .why-trust-strip, .countdown-promo:not(.countdown-promo--operational-scope),
.process-section, .cta-band, .case-study-xlink,
.section--standard, .section--testimonials {
  max-width: 100vw;
  overflow-x: hidden;
}

@media (max-width: 480px) {
  .hero-title {
    font-size: clamp(1.75rem, 9vw, 2.6rem);
    line-height: 1.08;
  }

  .hero-subtitle {
    font-size: 0.88rem;
    line-height: 1.7;
  }

  .hero-kicker {
    font-size: 0.58rem;
    letter-spacing: 0.22em;
  }

  .hero-trust-item {
    font-size: 10px;
    letter-spacing: 0.08em;
  }

  .hero-trust-sep {
    display: none;
  }

  .section-title {
    font-size: clamp(1.55rem, 7.5vw, 2.2rem);
    line-height: 1.12;
  }

  .intro-band-title {
    font-size: clamp(1.5rem, 7vw, 2rem);
    line-height: 1.14;
  }

  .cta-band-title {
    font-size: clamp(1.65rem, 8vw, 2.4rem);
  }

  .process-title {
    font-size: clamp(1.35rem, 7vw, 2rem);
  }

  .case-study-xlink-title {
    font-size: clamp(1.6rem, 8vw, 2.4rem);
    letter-spacing: -0.01em;
  }
}

@media (max-width: 767px) {
  /* Hero — match desktop: centered banner, full-width tap targets */
  body.hero-page .hero {
    min-height: auto !important;
    height: auto !important;
    padding-bottom: 0 !important;
    display: block;
  }

  .hero-bg {
    object-position: center 32%;
  }

  .hero-content {
    min-height: auto !important;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: calc(6.75rem + env(safe-area-inset-top, 0px)) 1.15rem 1.35rem;
    box-sizing: border-box;
  }

  .hero-inner {
    width: 100%;
    max-width: 100%;
    margin-top: 0 !important;
    text-align: center;
  }

  .hero-kicker {
    justify-content: center;
    text-align: center;
    flex-wrap: wrap;
    gap: 0.55rem;
    line-height: 1.45;
    padding: 0 0.25rem;
  }

  .hero-kicker::before,
  .hero-kicker::after {
    display: block;
    flex-shrink: 0;
  }

  .hero-title {
    font-size: clamp(2rem, 8.5vw, 2.85rem) !important;
    line-height: 1.06;
    margin-bottom: 1rem;
    padding: 0 0.15rem;
  }

  .hero-subtitle {
    max-width: 36ch;
    margin-left: auto;
    margin-right: auto;
    font-size: 0.9rem;
    line-height: 1.72;
    margin-bottom: 1.25rem;
  }

  .hero-inner .hero-meta {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 0.45rem 0.7rem;
    margin: 0 auto 1.35rem !important;
  }

  .hero-meta-item {
    font-size: 0.58rem;
    letter-spacing: 0.18em;
  }

  .hero-actions {
    justify-content: center;
    width: auto;
    max-width: none;
    margin: 0 auto !important;
  }

  .hero-actions .hero-cta-link {
    min-height: 36px;
    padding: 0.5rem 1rem;
    font-size: 0.56rem;
    letter-spacing: 0.12em;
  }
}

@media (max-width: 374px) {
  .hero-content {
    padding: 6.25rem 1rem 1.25rem;
  }

  .hero-title {
    font-size: clamp(1.6rem, 10vw, 2.2rem);
  }
}

@media (max-width: 480px) {
  .hero-subtitle {
    max-width: 32ch;
  }

  .hero-kicker {
    font-size: 0.52rem;
    letter-spacing: 0.2em;
  }

  .hero-kicker::before,
  .hero-kicker::after {
    width: 18px;
  }
}

@media (max-width: 640px) {
  .hero-trust-bar {
    margin-top: 0 !important;
    padding: 0.48rem 0.9rem !important;
  }

  .hero-trust-bar-inner {
    flex-direction: column !important;
    gap: 0 !important;
    padding: 0 !important;
    align-items: stretch !important;
  }

  .hero-trust-item {
    padding: 0.42rem 0.9rem;
    border-bottom: 1px solid rgba(212, 175, 55, 0.1);
    font-size: 0.5rem;
    letter-spacing: 0.1em;
    text-align: center;
    white-space: normal;
  }

  .hero-trust-item:last-child {
    border-bottom: none;
  }

  .hero-trust-sep {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .why-trust-strip {
    padding: 1.6rem 1.25rem 1.8rem;
  }

  .why-trust-actions {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
  }

  .why-trust-logos {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 0.6rem !important;
    align-items: center;
    justify-content: center;
    justify-items: center;
    width: 100%;
    max-width: 286px;
    margin-left: auto;
    margin-right: auto;
  }

  .why-trust-logos .smart-banner-logo {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 44px;
    padding: 0.45rem 0.78rem;
    border: 1px solid rgba(212, 175, 55, 0.18);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.36);
    opacity: 1;
  }

  .why-trust-logos .smart-banner-logo img {
    max-height: 25px !important;
    max-width: 86px !important;
    width: auto;
    object-fit: contain;
    filter: grayscale(1) brightness(0.78) contrast(1.06);
  }

  .why-trust-logos .smart-banner-logo.paystack img {
    max-height: 15px !important;
    max-width: 80px !important;
  }

  .why-trust-logos .smart-banner-logo.mavuyisi img,
  .why-trust-logos .smart-banner-logo.everest img {
    max-height: 30px !important;
    max-width: 70px !important;
  }

  .why-trust-cta {
    font-size: 0.68rem;
    padding: 0.75rem 1.1rem;
    width: 100%;
    max-width: 320px;
    justify-content: center;
  }

  .why-trust-logos .smart-banner-logo.thevu,
  .why-trust-logos .smart-banner-logo.everest {
    display: flex !important;
  }
}

@media (max-width: 374px) {
  .why-trust-logos {
    gap: 0.55rem !important;
    max-width: 270px;
  }

  .why-trust-logos .smart-banner-logo img {
    max-height: 23px !important;
    max-width: 78px !important;
  }

  .why-trust-logos .smart-banner-logo.paystack img {
    max-height: 14px !important;
    max-width: 76px !important;
  }
}

@media (max-width: 1023px) {
  .countdown-promo-inner {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .countdown-promo-copy {
    order: 1;
  }

  .why-portfolio-mosaic,
  .countdown-mock {
    order: 2;
  }
}

@media (max-width: 767px) {
  .countdown-promo.countdown-promo--peak {
    padding: 2.35rem 1.25rem 2.2rem;
  }

  .countdown-promo.countdown-promo--pair-follow {
    padding-top: 1.85rem;
  }

  .countdown-promo-inner {
    gap: 1.35rem;
  }

  .countdown-promo-kicker {
    font-size: 0.56rem;
    letter-spacing: 0.24em;
    margin-bottom: 0.75rem;
  }

  .countdown-promo-title {
    font-size: clamp(1.65rem, 7.5vw, 2.4rem);
    line-height: 1.07;
    margin-bottom: 0.85rem;
  }

  .countdown-promo-desc {
    font-size: 0.82rem;
    line-height: 1.66;
    margin-bottom: 1rem;
  }

  .countdown-promo-actions {
    flex-direction: column;
    gap: 0.7rem;
  }

  .countdown-promo-actions .btn-gold,
  .countdown-promo-actions .btn-outline-white,
  .countdown-promo-actions .btn-outline-dark {
    width: 100%;
    justify-content: center;
    min-height: 48px;
    font-size: 0.68rem;
    max-width: 320px;
  }

  .countdown-features {
    grid-template-columns: 1fr 1fr;
    gap: 0.6rem 1rem;
    margin-bottom: 1rem;
  }

  .intro-band-mosaic .why-portfolio-mosaic-grid {
    min-height: clamp(200px, 55vw, 320px);
    gap: 2px;
  }

  .countdown-mock {
    width: 100%;
    max-width: 380px;
    margin: 0 auto;
  }

  .countdown-mock-hero {
    padding: 1.2rem 1.2rem 1rem;
  }

  .countdown-mock-title {
    font-size: 1.1rem;
  }

  .countdown-mock-num {
    font-size: 1.25rem;
  }

  .countdown-mock-body {
    padding: 0.85rem 1.1rem;
    gap: 0.6rem;
    grid-template-columns: 1fr 1fr;
  }

  .countdown-mock-card {
    padding: 0.6rem 0.7rem;
  }

  .countdown-mock-card-value {
    font-size: 0.8rem;
  }

  .countdown-mock-rsvp {
    margin: 0 0.95rem 0.85rem;
    padding: 0.68rem 0.78rem;
  }

  .countdown-mock-rsvp-fields {
    grid-template-columns: 1fr 1fr;
    gap: 0.35rem;
    margin-bottom: 0.45rem;
  }

  .countdown-mock-field {
    min-height: 26px;
    padding: 0.3rem 0.45rem;
  }

  .countdown-mock-field-w {
    font-size: 0.56rem;
  }

  /* Standard Operational Scope — Service Standard · Execution */
  .countdown-promo--operational-scope .included-peak-badge {
    font-size: 0.5rem;
    letter-spacing: 0.12em;
    padding: 0.32rem 0.7rem;
    line-height: 1.45;
    max-width: 100%;
    text-align: center;
    white-space: normal;
  }

  .countdown-promo--operational-scope .countdown-promo-kicker {
    font-size: 0.52rem;
    letter-spacing: 0.2em;
    margin-bottom: 0.65rem;
  }

  .countdown-promo--operational-scope .operational-scope__title {
    font-size: clamp(1.55rem, 7vw, 2.1rem) !important;
    max-width: none !important;
    margin-bottom: 0.75rem;
  }

  .countdown-promo--operational-scope .operational-scope__desc {
    max-width: 85% !important;
    font-size: 0.74rem !important;
    line-height: 1.6 !important;
    margin-bottom: 1.35rem;
  }

  .countdown-promo--operational-scope .operational-scope__features {
    grid-template-columns: 1fr !important;
    gap: 1.5rem !important;
    margin-bottom: 0 !important;
  }

  .countdown-promo--operational-scope .operational-scope__col {
    gap: 0.85rem;
  }

  .countdown-promo--operational-scope .operational-scope__col-label {
    font-size: 0.54rem;
    margin-bottom: 0.35rem;
    padding-bottom: 0.4rem;
  }

  .countdown-promo--operational-scope .countdown-feature {
    display: flex !important;
    gap: 0.65rem;
    align-items: flex-start;
  }

  .countdown-promo--operational-scope .countdown-feature-icon {
    width: 22px;
    height: 22px;
    flex-shrink: 0;
  }

  .countdown-promo--operational-scope .countdown-feature-text {
    font-size: 0.8rem;
    line-height: 1.55;
  }

  .countdown-promo--operational-scope .countdown-feature-text strong {
    font-size: 0.72rem;
    letter-spacing: 0.06em;
    margin-bottom: 2px;
  }

  .countdown-promo--operational-scope .operational-scope__note {
    margin-top: 1.35rem;
    padding: 1.1rem 1rem;
    max-width: none;
  }

  .countdown-promo--operational-scope .operational-scope__note p {
    font-size: 0.78rem;
    line-height: 1.58;
  }

  .countdown-promo--operational-scope .operational-scope__note strong {
    font-size: 0.66rem;
    margin-bottom: 0.4rem;
  }

  .countdown-promo--operational-scope .included-booking-photo-mosaic {
    order: 2;
  }

  .countdown-promo--operational-scope .countdown-promo-copy {
    order: 1;
  }
}

@media (max-width: 480px) {
  .countdown-promo {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .countdown-promo-kicker::before,
  .countdown-promo-kicker::after {
    display: none;
  }

  #included-with-booking .countdown-promo-title {
    max-width: 12ch;
  }

  #included-with-booking .countdown-promo-desc {
    max-width: 85%;
  }

  .countdown-mock-rsvp-fields {
    grid-template-columns: 1fr;
  }

  .countdown-mock-body {
    display: grid;
    grid-template-columns: 1fr;
    padding: 0.7rem 0.9rem;
    gap: 0.45rem;
  }

  .countdown-features {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.55rem;
    margin-bottom: 0.85rem;
  }

  #included-with-booking .countdown-features .countdown-feature:nth-child(n+4) {
    display: none;
  }

  .countdown-mock {
    max-width: 340px;
    box-shadow: none;
  }

  .countdown-mock-title {
    font-size: 1rem;
  }

  .countdown-mock-company {
    font-size: 0.62rem;
  }

  .countdown-mock-tiles {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.38rem;
  }

  .countdown-mock-tile {
    padding: 0.5rem 0.35rem;
  }

  .countdown-mock-rsvp {
    display: block;
    margin: 0 0.9rem 0.8rem;
    padding: 0.62rem 0.72rem;
  }

  .countdown-mock-rsvp-label {
    font-size: 0.52rem;
    margin-bottom: 0.45rem;
  }

  .countdown-mock-field:nth-child(n+3) {
    display: none;
  }

  .countdown-mock-btn {
    min-height: 34px;
    font-size: 0.56rem;
  }

}

@media (max-width: 374px) {
  .countdown-mock-tiles {
    gap: 0.3rem;
  }

  .countdown-mock-num {
    font-size: 1.1rem;
  }

  .countdown-mock-unit {
    font-size: 0.38rem;
  }

  .countdown-mock-hero {
    padding: 1rem;
  }

  .countdown-mock-eyebrow {
    font-size: 0.5rem;
  }
}

@media (max-width: 1023px) {
  .inclusions-scannable {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .inclusions-scannable .inclusion-scan:last-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 767px) {
  .section--standard {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .inclusions-scannable {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.65rem;
    margin-top: 1.55rem;
  }

  .inclusion-scan {
    padding: 0.88rem 0.78rem;
  }

  .inclusion-scan-icon {
    width: 36px;
    height: 36px;
    margin-bottom: 0.65rem;
  }

  .inclusion-scan-icon svg {
    width: 18px;
    height: 18px;
  }

  .inclusion-scan-title {
    font-size: 0.72rem;
    margin-bottom: 0.28rem;
  }

  .inclusion-scan-benefit {
    font-size: 0.71rem;
    line-height: 1.42;
  }

  .standard-meta {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.55rem;
    text-align: center;
    padding: 0.7rem 0.8rem;
    margin-top: 1rem;
  }

  .standard-meta li {
    min-width: 0;
    padding: 0.4rem 0;
  }

  .standard-meta-val {
    font-size: clamp(1.35rem, 5.5vw, 1.8rem);
  }

  .standard-meta-label {
    font-size: 0.52rem;
    letter-spacing: 0.08em;
  }

  .standard-foot {
    margin-top: 1rem;
    font-size: 0.71rem;
    padding-top: 0.85rem;
    max-width: 31ch;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .standard-badge {
    font-size: 0.54rem;
    padding: 0.3rem 0.75rem;
    margin-bottom: 0.55rem;
  }
}

@media (max-width: 374px) {
  .inclusions-scannable {
    grid-template-columns: 1fr;
  }

  .standard-meta {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 767px) {
  .section--testimonials {
    padding: 2.2rem 1.25rem;
  }

  .testimonial-slider {
    min-height: 220px;
    max-width: 34rem;
  }

  .testimonial-item {
    padding: 1.55rem 1.25rem;
    box-shadow: none;
    background: rgba(255,255,255,0.92);
  }

  .testimonial-quote {
    font-size: 0.96rem;
    line-height: 1.55;
    max-width: 100%;
    margin-bottom: 1.1rem;
  }

  .testimonial-author {
    gap: 0.65rem;
    flex-wrap: nowrap;
  }

  .testimonial-author img {
    width: 40px !important;
    height: 40px !important;
    flex-shrink: 0;
  }

  .author-info h4 {
    font-size: 0.88rem;
  }

  .author-info p {
    font-size: 0.72rem;
    white-space: normal;
    word-break: break-word;
  }

  .testimonial-dots {
    margin-top: 1rem;
    gap: 0.6rem;
  }

  .section--testimonials .section-title {
    font-size: clamp(1.45rem, 6.5vw, 2rem);
    margin-bottom: 0.5rem;
  }
}

@media (max-width: 480px) {
  .testimonial-slider {
    min-height: 200px;
  }

  .testimonial-item {
    padding: 1.4rem 1.1rem;
  }

  .testimonial-quote {
    font-size: 0.9rem;
  }
}

@media (max-width: 900px) {
  .case-study-xlink-inner {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    width: calc(100% - 2.5rem);
  }

  .case-study-xlink-image {
    order: -1;
  }

  .case-study-xlink-image img {
    aspect-ratio: 16 / 9;
  }
}

@media (max-width: 767px) {
  .case-study-xlink {
    padding: 2.1rem 0 2.3rem;
  }

  .case-study-xlink-inner {
    gap: 1.25rem;
    width: calc(100% - 2rem);
  }

  .case-study-xlink-title {
    font-size: clamp(1.55rem, 7.5vw, 2.2rem);
    margin-bottom: 0.75rem;
  }

  .case-study-xlink-desc {
    font-size: 0.88rem;
    line-height: 1.65;
    margin-bottom: 1.25rem;
  }

  .case-study-xlink-kicker {
    font-size: 0.62rem;
    gap: 0.6rem;
    margin-bottom: 0.75rem;
  }

  .case-study-xlink-kicker::before {
    width: 32px;
  }

  .case-study-xlink-image img {
    aspect-ratio: 16 / 9;
  }

  .case-study-xlink-cta {
    font-size: 0.68rem;
    letter-spacing: 0.16em;
  }
}

@media (max-width: 767px) {
  .process-section {
    padding: 3rem 1.25rem;
  }

  .process-header {
    margin-bottom: 1.75rem;
  }

  .process-desc {
    font-size: 0.82rem;
    max-width: 100%;
  }

  .process-list {
    grid-template-columns: 1fr;
  }

  .process-item {
    padding: 1.25rem 1rem;
    border-right: none;
    border-bottom: 1px solid rgba(212,175,55,0.1);
  }

  .process-item:last-child {
    border-bottom: none;
  }

  .process-copy h3 {
    font-size: 0.6rem;
  }

  .process-copy p {
    font-size: 0.78rem;
  }
}

@media (max-width: 767px) {
  .cta-band {
    padding: 3rem 1.25rem 3.2rem;
  }

  .cta-band-actions {
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
  }

  .cta-band-actions .btn-gold,
  .cta-band-actions .btn-outline-dark {
    width: 100%;
    max-width: 320px;
    justify-content: center;
    min-height: 48px;
    font-size: 0.68rem;
  }

  .cta-band-desc {
    font-size: 0.82rem;
    max-width: 34ch;
    margin-bottom: 1.3rem;
  }

  .cta-band-watermark {
    display: none;
  }
}

@media (max-width: 767px) {
  .support-grid {
    grid-template-columns: 1fr;
    gap: 0.75rem;
    margin-top: 1.75rem;
  }

  .support-card,
  .support-card--pair-a,
  .support-card--pair-b {
    grid-column: auto;
  }

  .support-card {
    padding: 1rem 0.9rem;
  }

  .support-card h3 {
    font-size: 0.6rem;
  }

  .support-card p {
    font-size: 0.78rem;
  }
}

@media (max-width: 767px) {
  .approaches-grid {
    grid-template-columns: 1fr;
    gap: 0.75rem;
    margin-top: 1.75rem;
  }

  .approach-card {
    padding: 1.15rem 1.1rem;
  }

  .approach-card h3 {
    font-size: 0.6rem;
  }

  .approach-card p {
    font-size: 0.8rem;
    line-height: 1.6;
  }
}

@media (max-width: 767px) {
  .section {
    padding: 2.45rem 1.1rem;
  }

  .intro-band {
    padding: 2.1rem 1.1rem 1.95rem;
  }

  .section--testimonials {
    padding: 2.2rem 1.1rem;
  }
}

@media (max-width: 480px) {
  .section {
    padding: 2.5rem 1rem;
  }

  .intro-band {
    padding: 2.25rem 1rem;
  }
}

@media (max-width: 480px) {
  .kicker {
    font-size: 0.62rem;
    letter-spacing: 0.2em;
  }

  .kicker--light {
    font-size: 0.62rem;
  }

  .countdown-promo-kicker {
    font-size: 0.58rem;
  }
}

@media (max-width: 767px) {
  .editorial-proof-card {
    padding: 1.25rem 1.25rem;
    margin: 2rem auto 0;
  }

  .editorial-proof-quote {
    font-size: 1.2rem;
    line-height: 1.22;
  }

  .editorial-proof-desc {
    font-size: 0.8rem;
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .why-narrative::before {
    display: none;
  }
}

@media (max-width: 767px) {
  .fade-up {
    transition: opacity 0.5s ease, transform 0.5s ease;
  }

  .fade-up-delay-1 { transition-delay: 0.05s; }
  .fade-up-delay-2 { transition-delay: 0.1s; }
  .fade-up-delay-3 { transition-delay: 0.15s; }
  .fade-up-delay-4 { transition-delay: 0.2s; }
}

@media (prefers-reduced-motion: reduce) {
  .fade-up {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

@media (max-width: 767px) {
  .testimonial-dot {
    width: 14px;
    height: 14px;
  }

  .why-trust-cta {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
  }

  .case-study-xlink-cta {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
  }

  .editorial-proof-link {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
  }
}

@media (max-width: 767px) {
  .intro-band {
    overflow: hidden;
  }

  .intro-band-mosaic {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-top: 1.75rem;
  }

  .why-portfolio-mosaic-grid {
    border-radius: 4px;
  }
}

@media (max-width: 767px) {
  .approach-card {
    border-right: 1px solid rgba(212,175,55,0.55) !important;
    border-bottom: 1px solid rgba(212,175,55,0.22);
  }

  .approach-card:last-child {
    border-bottom: none;
  }
}

@media (max-width: 480px) {
  .countdown-promo--peak .included-peak-badge {
    font-size: 0.5rem;
    padding: 0.28rem 0.7rem;
  }
}

@media (max-width: 374px) {
  .container {
    padding: 0 0.9rem;
  }

  .section {
    padding: 2.25rem 0.9rem;
  }
}

.why-portfolio-mosaic-cell img,
.case-study-xlink-image img,
.hero-bg {
  max-width: 100%;
}

@media (max-width: 374px) {
  .section::before {
    width: 60px;
  }
}

@media (max-width: 374px) {
  .why-trust-cta-arrow {
    width: 28px;
  }
}
