@import url("https://akovaepin.com/template/website/assets/css/pages/contracts.css");
@import url("https://akovaepin.com/template/website/assets/css/pages/basket.css");
@import url("https://akovaepin.com/template/website/assets/css/pages/contact.css");
:root {
    --bg: #07080a;
    --bg-elev: #0d0f13;
    --bg-card: #12151b;
    --line: #1e222b;
    --line-soft: #181b22;

    --lime: #b6ff3c;
    --lime-dark: #9ce019;
    --violet: #8b7cff;
    --amber: #ffb648;
    --sky: #4cc9f0;

    --text: #f2f4f6;
    --text-dim: #8f96a3;
    --text-dimmer: #565c68;
}
* {
    box-sizing: border-box;
}
body {
    background: var(--bg);
    color: var(--text);
    font-family: "Inter", system-ui, Arial, sans-serif;
    font-size: 14.5px;
    overflow-x: hidden;
}
a {
    text-decoration: none;
    color: inherit;
}
a:focus-visible,
button:focus-visible,
input:focus-visible {
    outline: 2px solid var(--lime);
    outline-offset: 2px;
    border-radius: 6px;
}
::selection {
    background: var(--lime);
    color: #07080a;
}
.mono {
    font-family: "JetBrains Mono", monospace;
}
.container {
    max-width: 1320px;
}

@media (prefers-reduced-motion: reduce) {
    * {
        animation: none !important;
        transition: none !important;
    }
}
/* ============ Footer ============ */

.footer {
    position: relative;
    padding: 64px 0 30px;
    background: radial-gradient(1000px 400px at 10% -10%, rgba(182, 255, 60, 0.05), transparent 60%),
        radial-gradient(900px 380px at 96% 0%, rgba(139, 124, 255, 0.06), transparent 60%);
}
.footer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(182, 255, 60, 0.5) 20%,
        rgba(139, 124, 255, 0.4) 55%,
        transparent 90%
    );
}

/* ============ Top grid ============ */
.footer-grid {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr 1fr 1fr;
    gap: 32px;
    margin-bottom: 54px;
}

/* Tablet */
@media (max-width: 991.98px) {
    .footer-grid {
        grid-template-columns: repeat(2, 1fr);
        row-gap: 40px;
    }

    .col-brand,
    .col-contact {
        grid-column: span 2;
    }
}

/* Mobil */
@media (max-width: 575.98px) {
    .footer-grid {
        grid-template-columns: 1fr;
        row-gap: 32px;
    }

    .col-brand,
    .col-contact {
        grid-column: span 1;
    }
}
.brand-desc {
    color: var(--text-dim);
    line-height: 1.65;
    max-width: 300px;
    margin: 18px 0 22px;
    font-size: 0.88rem;
}

.social-row {
    display: flex;
    gap: 10px;
    margin-bottom: 24px;
}
.social-row a {
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--bg-card);
    border: 1px solid var(--line);
    border-radius: 10px;
    color: var(--text-dim);
    font-size: 1rem;
    transition:
        transform 0.18s ease,
        color 0.18s ease,
        background 0.18s ease,
        border-color 0.18s ease;
}
.social-row a:hover {
    color: var(--bg);
    background: var(--lime);
    border-color: var(--lime);
    transform: translateY(-2px);
}

.ssl-box {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    background: var(--bg-card);
    border: 1px solid var(--line);
    border-radius: 14px;
    padding: 16px;
    max-width: 300px;
    transition: border-color 0.2s ease;
}
.ssl-box:hover {
    border-color: rgba(182, 255, 60, 0.35);
}
.ssl-box .icon-wrap {
    width: 38px;
    height: 38px;
    min-width: 38px;
    border-radius: 10px;
    background: rgba(182, 255, 60, 0.12);
    color: var(--lime);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
}
.ssl-box .title {
    font-weight: 700;
    font-size: 0.82rem;
    color: var(--text);
    letter-spacing: 0.2px;
}
.ssl-box .sub {
    color: var(--text-dimmer);
    font-size: 0.76rem;
    line-height: 1.45;
    margin-top: 3px;
}

/* Nav columns */
.col-title {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 700;
    letter-spacing: 0.5px;
    font-size: 0.85rem;
    color: var(--text);
    margin-bottom: 20px;
    text-transform: uppercase;
}
.col-title .tick {
    width: 3px;
    height: 16px;
    border-radius: 2px;
    background: var(--accent, var(--lime));
    display: inline-block;
}

.link-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.link-list li {
    margin-bottom: 15px;
}
.link-list a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 6px;
    color: var(--text-dim);
    font-size: 0.87rem;
    transition:
        color 0.15s ease,
        padding-left 0.15s ease;
}
.link-list a .label-wrap {
    display: flex;
    align-items: center;
    min-width: 0;
}
.link-list a i.leading {
    margin-right: 9px;
    font-size: 0.92rem;
    color: var(--text-dimmer);
    flex-shrink: 0;
    transition: color 0.15s ease;
}
.link-list a span.txt {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.link-list a i.chevron {
    font-size: 0.68rem;
    opacity: 0;
    transform: translateX(-4px);
    transition: 0.15s ease;
    color: var(--lime);
    flex-shrink: 0;
}
.link-list a:hover {
    color: var(--text);
    padding-left: 2px;
}
.link-list a:hover i.chevron {
    opacity: 1;
    transform: translateX(0);
}
.link-list a:hover i.leading {
    color: var(--lime);
}

/* Contact column */
.contact-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.contact-list li {
    display: flex;
    gap: 12px;
    margin-bottom: 18px;
    align-items: flex-start;
}
.contact-list .icon-wrap {
    width: 34px;
    height: 34px;
    min-width: 34px;
    border-radius: 9px;
    background: var(--bg-card);
    border: 1px solid var(--line);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--lime);
    font-size: 0.92rem;
}
.contact-list .main {
    color: var(--text);
    font-size: 0.85rem;
    line-height: 1.5;
}
.contact-list .sub-link {
    color: var(--lime);
    font-size: 0.8rem;
    font-weight: 600;
    margin-top: 2px;
}
.contact-list a.main-link {
    transition: color 0.15s ease;
}
.contact-list a.main-link:hover {
    color: var(--lime);
}
.bottom-bar {
    border-top: 1px solid var(--line);
    padding-top: 26px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    font-size: 0.8rem;
    color: var(--text-dimmer);
}

@media (max-width: 767.98px) {
    .footer {
        padding: 48px 0 26px;
    }
    .bottom-bar {
        justify-content: center;
        text-align: center;
    }
}




  :root {
      --bg-dark: #0d0d0d;
      --bg-darker: #000;
      --panel-dark: #141414;
      --green: #4caf1f;
      --green-bright: #6ec81f;
      --gold: #c9a227;
      --border-color: #2a2a2a;
      --text-muted: #9a9a9a;
      --text-light: #e8e8e8;
  }

  * {
      box-sizing: border-box;
  }

  html,
  body {
      max-width: 100%;
      overflow-x: hidden;
  }

  body {
      background-color: var(--bg-dark);
      color: var(--text-light);
      font-family: Arial, Helvetica, sans-serif;
      font-size: 14px;
  }

  a {
      text-decoration: none;
  }

  /* ===== SITE HEADER WRAP ===== */

  .site-header {
      position: relative;
      isolation: isolate;
  }

  .top-bar-wrap {
      background-color: var(--bg-darker);
      border-bottom: 1px solid var(--border-color);
  }

  .top-bar {
      font-size: 12px;
      padding: 10px 0;
  }

  .top-bar .top-link {
      color: #ccc;
      margin-right: 24px;
      font-weight: bold;
      letter-spacing: .3px;
      white-space: nowrap;
  }

  .top-bar .top-link:hover {
      color: var(--green-bright);
  }

  .top-bar .top-right-link {
      color: #ccc;
      margin-left: 24px;
      font-weight: bold;
      white-space: nowrap;
  }

  /* Tagline in the middle, flanked by short diagonal accent lines */

  .tagline {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 14px;
      color: var(--green-bright);
      font-weight: bold;
      white-space: nowrap;
      flex: 1 1 auto;
      min-width: 0;
  }

  .tagline .accent-line {
      width: 20px;
      height: 2px;
      background-color: var(--green-bright);
      flex-shrink: 0;
  }

  .tagline .accent-line.left {
      transform: rotate(50deg);
  }

  .tagline .accent-line.right {
      transform: rotate(-50deg);
  }

  @media (max-width: 991.98px) {
      .tagline {
          font-size: 11px;
          white-space: normal;
      }
      .tagline .accent-line {
          display: none;
      }
  }

  /* ===== MAIN HEADER / NAVBAR ===== */

  .main-header {
      background-color: var(--bg-dark);
      border-bottom: 1px solid var(--border-color);
      padding: 14px 0;
  }

  .main-header .container {
      position: relative;
      display: flex;
      align-items: center;
      justify-content: space-between;
      flex-wrap: wrap;
  }

  /* Logo placeholder - simple text box, no attempt at icon recreation */



  /* Center the logo absolutely so it sits in the middle regardless of
     how wide the nav links / icons groups are, matching the reference layout */

  .navbar-brand.logo-center {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      margin: 0;
  }

  .nav-menu {
      order: 1;
  }

  .nav-menu .nav-link {
      color: #fff;
      font-weight: bold;
      font-size: 14px;
      padding: 8px 12px;
  }

  .nav-menu .nav-link:hover {
      color: var(--green-bright);
  }

  .nav-menu .fa-bars {
      color: var(--green-bright);
      margin-right: 6px;
  }

  .header-icons {
      order: 2;
  }

  .header-icons .icon-item {
      color: #fff;
      display: flex;
      align-items: center;
      margin-left: 22px;
      position: relative;
  }

  .header-icons .icon-item:first-child {
      margin-left: 0;
  }

  .header-icons .icon-item i {
      color: var(--green-bright);
  }

  .header-icons .badge-count {
      position: absolute;
      top: -6px;
      right: -8px;
      background-color: var(--green);
      color: #fff;
      font-size: 10px;
      border-radius: 50%;
      width: 16px;
      height: 16px;
      display: flex;
      align-items: center;
      justify-content: center;
  }

  .header-icons .label-lines {
      font-size: 11px;
      line-height: 1.2;
      color: #ccc;
  }

  .header-icons .label-lines strong {
      color: #fff;
      display: block;
      font-size: 12px;
      font-weight: bold;
  }

  .navbar-toggler {
      border-color: var(--border-color);
      order: 0;
  }

  .navbar-toggler:focus {
      box-shadow: none;
  }

  @media (max-width: 991.98px) {
      .main-header .container {
          justify-content: space-between;
      }
      .navbar-brand.logo-center {
          position: static;
          transform: none;
          order: 1;
      }
      .navbar-toggler {
          order: 2;
      }
      .navbar-collapse {
          order: 3;
          flex-basis: 100%;
      }
      .header-icons {
          order: 4;
          flex-direction: column;
          align-items: flex-start;
          margin-top: 14px;
          gap: 12px;
          flex-basis: 100%;
      }
      .header-icons .icon-item {
          margin-left: 0;
      }
      .nav-menu {
          margin-top: 10px;
          order: 1;
      }
      .nav-menu .nav-link {
          padding: 8px 0;
      }
  }
