:root {
    --navy: #07172b;
    --panel: #0c213c;
    --blue: #2786e6;
    --text: #f5f8fc;
    --muted: #a9b8ca;
    --line: rgba(255, 255, 255, 0.12);
  }
  
  * {
    box-sizing: border-box;
  }
  
  body {
    margin: 0;
    color: #172033;
    background: #f4f6f8;
    font: 16px/1.5 system-ui, -apple-system, "Segoe UI", sans-serif;
  }
  
  .demo {
    min-height: 22vh;
    padding: 32px 20px;
    text-align: center;
  }
  
  .ocw-footer {
    position: relative;
    overflow: hidden;
    color: var(--text);
    background: var(--navy);
  }
  
  .ocw-footer::before {
    position: absolute;
    top: -190px;
    right: -160px;
    width: 320px;
    height: 320px;
    pointer-events: none;
    content: "";
    background: #187bd0;
    border-radius: 50%;
    opacity: 0.25;
    filter: blur(100px);
  }
  
  .ocw-shell {
    position: relative;
    width: min(100%, 1180px);
    padding: 40px 20px 18px;
    margin: auto;
  }
  
  .ocw-grid {
    display: grid;
    gap: 0;
  }
  
  .ocw-brand {
    padding-bottom: 25px;
  }
  
  .ocw-logo {
    display: inline-flex;
    gap: 11px;
    align-items: center;
    color: #fff;
    text-decoration: none;
  }
  
  .ocw-logo > b {
    display: grid;
    width: 48px;
    height: 48px;
    font-size: 29px;
    background: linear-gradient(145deg, #2d98ff, #1261bb);
    border-radius: 14px;
    place-items: center;
  }
  
  .ocw-logo span {
    display: flex;
    flex-direction: column;
    line-height: 1;
  }
  
  .ocw-logo strong {
    font-size: 23px;
  }
  
  .ocw-logo small {
    margin-top: 5px;
    font-size: 9px;
    color: #a9c9e8;
    text-transform: uppercase;
    letter-spacing: 0.17em;
  }
  
  .ocw-brand p {
    max-width: 460px;
    margin: 18px 0;
    color: var(--muted);
  }
  
  .ocw-trust {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
  }
  
  .ocw-trust span {
    padding: 7px 10px;
    font-size: 13px;
    border: 1px solid var(--line);
    border-radius: 999px;
  }
  
  address {
    display: grid;
    gap: 9px;
    margin-top: 18px;
    font-style: normal;
  }
  
  address a,
  .ocw-links a {
    color: #c8d5e4;
    text-decoration: none;
  }
  
  address a:hover,
  .ocw-links a:hover {
    color: #fff;
  }
  
  .ocw-section {
    border-top: 1px solid var(--line);
  }
  
  .ocw-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 17px 0;
    font: 700 16px inherit;
    color: #fff;
    text-align: left;
    cursor: pointer;
    background: none;
    border: 0;
  }
  
  .ocw-head span {
    transition: transform 0.2s;
  }
  
  .ocw-section.open .ocw-head span {
    transform: rotate(180deg);
  }
  
  .ocw-panel {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.25s ease;
  }
  
  .ocw-section.open .ocw-panel {
    grid-template-rows: 1fr;
  }
  
  .ocw-panel > div {
    overflow: hidden;
  }
  
  .ocw-links {
    display: grid;
    gap: 11px;
    padding: 0 0 19px;
  }
  
  .ocw-hours dl {
    margin: 0 0 19px;
  }
  
  .ocw-hours dl div {
    display: flex;
    gap: 15px;
    justify-content: space-between;
    padding: 5px 0;
  }
  
  .ocw-hours dt {
    color: #cad5e2;
  }
  
  .ocw-hours dd {
    margin: 0;
    color: var(--muted);
    text-align: right;
  }
  
  .ocw-status {
    display: inline-flex;
    gap: 8px;
    align-items: center;
    padding: 6px 10px;
    margin: 0 0 10px;
    font-size: 13px;
    color: #7ee3a4;
    background: rgba(64, 193, 112, 0.13);
    border-radius: 999px;
  }
  
  .ocw-status i {
    width: 8px;
    height: 8px;
    background: #4bd17d;
    border-radius: 50%;
  }
  
  .ocw-service {
    display: grid;
    gap: 12px;
    padding: 20px 0;
    margin-top: 25px;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
  }
  
  .ocw-service > div {
    display: flex;
    gap: 10px;
  }
  
  .ocw-service span {
    color: var(--muted);
  }
  
  .ocw-service b {
    display: block;
    color: #fff;
  }
  
  .ocw-payment {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    padding: 22px 0 8px;
  }
  
  .ocw-payment-method {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
    min-height: 76px;
    padding: 14px;
    background: rgba(255, 255, 255, 0.97);
    border: 1px solid var(--line);
    border-radius: 15px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.14);
  }
  
  .ocw-payment-method img {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    object-fit: contain;
  }
  
  .ocw-payment-method--wero img {
    max-height: 38px;
  }
  
  .ocw-payment-method--transfer img {
    max-height: 44px;
  }
  
  .ocw-bottom {
    display: grid;
    gap: 8px;
    padding-top: 18px;
    overflow-wrap: anywhere;
    font-size: 12px;
    color: #8394a9;
    text-align: center;
  }
  
  .ocw-bottom a {
    color: #9caabd;
  }
  
  .ocw-top {
    position: relative;
    display: block;
    width: 42px;
    height: 42px;
    margin: 18px 16px 16px auto;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
    background: var(--panel);
    border: 1px solid var(--line);
    border-radius: 50%;
  }
  
  @media (min-width: 760px) and (max-width: 1099px) {
    .ocw-shell {
      padding-top: 55px;
    }
  
    .ocw-grid {
      grid-template-columns: repeat(3, minmax(0, 1fr));
      column-gap: 32px;
    }
  
    .ocw-brand,
    .ocw-hours {
      grid-column: 1 / -1;
    }
  
    .ocw-hours .ocw-panel > div {
      width: min(100%, 560px);
    }
  
    .ocw-section {
      border-top: 0;
    }
  
    .ocw-head {
      padding: 4px 0 17px;
      pointer-events: none;
    }
  
    .ocw-head span {
      display: none;
    }
  
    .ocw-panel,
    .ocw-section .ocw-panel {
      grid-template-rows: 1fr;
    }
  
    .ocw-service {
      grid-template-columns: repeat(3, 1fr);
    }
  
    .ocw-bottom {
      grid-template-columns: 1fr 1fr;
      text-align: left;
    }
  
    .ocw-bottom > div:last-child {
      text-align: right;
    }
  
    .ocw-top {
      position: relative;
      right: auto;
      bottom: auto;
      margin: 18px 16px 16px auto;
    }
  }
  
  @media (min-width: 1100px) {
    .ocw-shell {
      padding-top: 55px;
    }
  
    .ocw-grid {
      grid-template-columns: 1.4fr repeat(3, 1fr) 1.25fr;
      gap: 32px;
    }
  
    .ocw-section {
      border-top: 0;
    }
  
    .ocw-head {
      padding: 4px 0 17px;
      pointer-events: none;
    }
  
    .ocw-head span {
      display: none;
    }
  
    .ocw-panel,
    .ocw-section .ocw-panel {
      grid-template-rows: 1fr;
    }
  
    .ocw-service {
      grid-template-columns: repeat(3, 1fr);
    }
  
    .ocw-bottom {
      grid-template-columns: 1fr 1fr;
      text-align: left;
    }
  
    .ocw-bottom > div:last-child {
      text-align: right;
    }
  
    .ocw-top {
      position: absolute;
      right: 16px;
      bottom: 16px;
      margin: 0;
    }
  }
  
