/* İstanbul Boya Ustası — site UI v5 */
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700&family=Syne:wght@600;700;800&display=swap');

:root {
  --iba-paint: #d35400;
  --iba-paint-dark: #a04000;
  --iba-ink: #121820;
  --iba-muted: #5a6570;
  --iba-paper: #f7f8fa;
  --iba-mist: #e8edf2;
  --iba-line: rgba(18, 24, 32, 0.1);
  --iba-white: #ffffff;
  --iba-font: "Manrope", system-ui, sans-serif;
  --iba-display: "Syne", "Manrope", sans-serif;
  --iba-nav-h: 72px;
}

html { scroll-behavior: smooth; }
body {
  color: var(--iba-ink);
  font-family: var(--iba-font);
  background: var(--iba-white);
  overflow-x: hidden;
  padding-top: 108px;
}
@media (max-width: 991px) {
  body { padding-top: 72px; }
}
h1, h2, h3, h4, .iba-title, .iba-hero__brand, .iba-logo span, .iba-footer-brand {
  font-family: var(--iba-display);
  letter-spacing: -0.02em;
}

#loading { display: none !important; }

/* ========== HEADER — always solid & readable ========== */
.iba-site-header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 1000;
  background: #ffffff;
  border-bottom: 1px solid rgba(18, 24, 32, 0.12);
  box-shadow: 0 6px 24px rgba(18, 24, 32, 0.1);
}
.iba-site-header .header__area { margin: 0; }
.iba-site-header .header__top {
  padding: 7px 0 !important;
  background: #f3f5f7 !important;
  border-bottom: 1px solid var(--iba-line) !important;
}
.iba-site-header .header__bottom,
.iba-site-header #header-sticky {
  padding: 0 20px !important;
  min-height: var(--iba-nav-h);
  background: #ffffff !important;
  border: 0 !important;
  box-shadow: none !important;
  position: relative !important;
  animation: none !important;
}
.iba-site-header .pl-55,
.iba-site-header .pr-55,
.iba-site-header .header__padding {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.iba-site-header .header__info ul {
  display: flex; flex-wrap: wrap; gap: 4px 18px; margin: 0; padding: 0; list-style: none;
}
.iba-site-header .header__info li,
.iba-site-header .header__info a,
.iba-site-header .header__info span {
  font-size: 13px; font-weight: 500; color: var(--iba-muted) !important;
}
.iba-site-header .header__info i { color: var(--iba-paint); margin-right: 6px; }

.iba-logo {
  display: inline-flex; align-items: center; gap: 10px; text-decoration: none; max-width: 100%;
}
.iba-logo img {
  height: 46px;
  width: auto;
  max-width: min(220px, 58vw);
  flex-shrink: 0;
  display: block;
}
.iba-footer-logo {
  display: inline-block;
  text-decoration: none;
}
.iba-footer-logo img {
  height: 48px;
  width: auto;
  display: block;
}
.loading-logo {
  height: 52px !important;
  width: auto !important;
  max-width: 240px;
}

.iba-site-header .main-menu nav > ul {
  display: flex; flex-wrap: nowrap; align-items: center; justify-content: center;
  gap: 0; margin: 0; padding: 0; list-style: none;
}
.iba-site-header .main-menu nav > ul > li { margin: 0 !important; float: none !important; }
.iba-site-header .main-menu nav > ul > li > a {
  display: block; padding: 8px 11px !important; font-size: 13px !important;
  font-weight: 600 !important; white-space: nowrap; text-decoration: none;
  color: var(--iba-ink) !important;
  transition: color .2s;
}
.iba-site-header .main-menu nav > ul > li > a:hover {
  color: var(--iba-paint) !important;
}

.iba-lang a {
  display: inline-block; min-width: 36px; text-align: center;
  padding: 4px 8px; margin-left: 4px;
  border: 1px solid var(--iba-line); color: var(--iba-ink);
  text-decoration: none; font-size: 12px; font-weight: 700; border-radius: 2px;
  transition: .2s;
}
.iba-lang a.active {
  background: var(--iba-paint); border-color: var(--iba-paint); color: #fff;
}
/* Dark top bar: inactive TR/EN must stay readable */
.iba-site-header .header__top .iba-lang a {
  color: rgba(255, 255, 255, 0.85);
  border-color: rgba(255, 255, 255, 0.35);
}
.iba-site-header .header__top .iba-lang a:hover {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.7);
}
.iba-site-header .header__top .iba-lang a.active {
  background: var(--iba-paint);
  border-color: var(--iba-paint);
  color: #fff;
}

.iba-site-header .header__toggle a {
  color: var(--iba-ink) !important; font-size: 22px; line-height: 1;
}

/* Neutralize Roxce .sticky jump (header already fixed) */
.iba-site-header #header-sticky.sticky {
  position: relative !important;
  top: auto !important;
  box-shadow: none !important;
  background: #ffffff !important;
  animation: none !important;
}

.s-btn, .header__btn .s-btn__white, a.s-btn {
  display: inline-flex !important; align-items: center; justify-content: center;
  background: var(--iba-paint) !important; border: 2px solid var(--iba-paint) !important;
  color: #fff !important; font-family: var(--iba-font) !important;
  font-weight: 700 !important; font-size: 14px !important;
  padding: 12px 22px !important; border-radius: 2px !important;
  text-decoration: none !important; transition: background .2s, transform .2s;
  line-height: 1.2 !important;
}
.s-btn:hover {
  background: var(--iba-paint-dark) !important;
  border-color: var(--iba-paint-dark) !important;
  color: #fff !important;
  transform: translateY(-1px);
}
.header__btn .s-btn {
  padding: 10px 16px !important; font-size: 13px !important; white-space: nowrap;
}

/* Kill Roxce meanmenu hamburger (we use own drawer) */
.mean-container,
.mean-bar,
a.meanmenu-reveal {
  display: none !important;
}

/* ========== MOBILE DRAWER ========== */
.side-info {
  position: fixed !important;
  top: 0; right: -100%;
  width: min(320px, 86vw);
  height: 100%;
  background: #fff;
  z-index: 10050;
  transition: right .3s ease;
  box-shadow: -12px 0 40px rgba(0,0,0,.18);
  overflow-y: auto;
  padding: 28px 22px;
}
.side-info.info-open { right: 0 !important; }
.side-info .iba-drawer-close {
  position: absolute; top: 16px; right: 16px;
  border: 0; background: transparent; font-size: 22px; cursor: pointer; color: var(--iba-ink);
}
.side-info .iba-drawer-nav { list-style: none; padding: 0; margin: 24px 0 0; }
.side-info .iba-drawer-nav a {
  display: block; padding: 12px 0; border-bottom: 1px solid var(--iba-line);
  color: var(--iba-ink); font-weight: 600; text-decoration: none; font-size: 15px;
}
.side-info .iba-drawer-nav a:hover { color: var(--iba-paint); }
.side-info .iba-drawer-cta { margin-top: 20px; width: 100%; }
.body-overlay {
  position: fixed; inset: 0; background: rgba(8,12,18,.5);
  opacity: 0; visibility: hidden; z-index: 10040; transition: .3s;
}
.body-overlay.opened { opacity: 1; visibility: visible; }

/* ========== HERO ========== */
.iba-hero {
  position: relative;
  min-height: calc(100vh - 108px);
  min-height: calc(100svh - 108px);
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: center 35%;
  color: #fff;
  overflow: hidden;
  margin-top: 0 !important;
}
.iba-hero--slider {
  display: block;
  padding: 0;
  background: #0c1016;
}
.iba-hero--slider .iba-hero-swiper,
.iba-hero--slider .swiper {
  height: 100%;
  min-height: calc(100vh - 108px);
  min-height: calc(100svh - 108px);
}
.iba-hero--slider .swiper-slide {
  position: relative;
  min-height: calc(100vh - 108px);
  min-height: calc(100svh - 108px);
  display: flex;
  align-items: center;
}
.iba-hero__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center 35%;
  z-index: 0;
}
.iba-hero__bg::after,
.iba-hero::before {
  content: ""; position: absolute; inset: 0;
  background:
    linear-gradient(105deg, rgba(8,12,18,.78) 0%, rgba(8,12,18,.48) 48%, rgba(8,12,18,.3) 100%),
    linear-gradient(180deg, rgba(8,12,18,.2) 0%, transparent 40%, rgba(8,12,18,.5) 100%);
  z-index: 0;
}
.iba-hero--slider::before { display: none; }
.iba-hero__inner {
  position: relative; z-index: 1;
  width: 100%;
  padding: 56px 0 72px;
  animation: ibaRise .9s ease both;
}
.iba-hero-pagination {
  position: absolute !important;
  bottom: 22px !important;
  left: 0 !important;
  right: 0 !important;
  z-index: 3;
  text-align: center;
}
.iba-hero-pagination .swiper-pagination-bullet {
  width: 9px; height: 9px;
  background: rgba(255,255,255,.45);
  opacity: 1;
  margin: 0 5px !important;
}
.iba-hero-pagination .swiper-pagination-bullet-active {
  background: var(--iba-paint, #c45c26);
  transform: scale(1.15);
}
.iba-hero-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255,255,255,.35);
  background: rgba(0,0,0,.28);
  color: #fff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  cursor: pointer;
  transition: background .2s, border-color .2s;
}
.iba-hero-nav:hover {
  background: var(--iba-paint, #c45c26);
  border-color: transparent;
}
.iba-hero-nav--prev { left: 16px; }
.iba-hero-nav--next { right: 16px; }
@media (max-width: 767px) {
  .iba-hero-nav { display: none; }
}
.iba-hero__kicker {
  display: inline-block; margin: 0 0 18px;
  font-size: 12px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase;
  color: #ffc48a !important; border-left: 3px solid var(--iba-paint); padding-left: 12px;
}
.iba-hero h1.iba-hero__brand,
.iba-hero__brand {
  font-size: clamp(2.8rem, 7.5vw, 5rem) !important; font-weight: 800 !important;
  margin: 0 0 18px !important; line-height: .96 !important;
  color: #ffffff !important; opacity: 1 !important;
  max-width: 11ch;
  text-shadow: 0 6px 32px rgba(0,0,0,.45);
}
.iba-hero__lead {
  font-size: clamp(1.08rem, 2vw, 1.3rem) !important; font-weight: 500 !important;
  max-width: 28rem; margin: 0 0 34px !important;
  color: rgba(255,255,255,.92) !important; line-height: 1.5 !important;
  opacity: 1 !important;
}
.iba-hero__actions { display: flex; flex-wrap: wrap; gap: 12px; }
.iba-hero__actions .s-btn {
  padding: 16px 28px !important; font-size: 15px !important;
  box-shadow: 0 12px 32px rgba(211,84,0,.35);
}
.iba-hero__actions .s-btn--ghost {
  background: transparent !important; border: 2px solid rgba(255,255,255,.85) !important;
  color: #fff !important; box-shadow: none !important;
}
.iba-hero__actions .s-btn--ghost:hover {
  background: #fff !important; color: var(--iba-ink) !important; border-color: #fff !important;
}

@keyframes ibaRise {
  from { opacity: 0; transform: translateY(28px); }
  to { opacity: 1; transform: translateY(0); }
}

/* ========== SECTIONS ========== */
.iba-section { padding: 88px 0; }
.iba-section--paper { background: var(--iba-paper); }
.iba-section--mist { background: var(--iba-mist); }
.iba-section--ink { background: var(--iba-ink); color: #fff; }
.iba-section--ink .iba-kicker { color: #ffd2a8; }
.iba-section--ink .iba-title { color: #fff; }
.iba-section--ink p { color: rgba(255,255,255,.78); }

.iba-kicker {
  color: var(--iba-paint); font-weight: 700; text-transform: uppercase;
  letter-spacing: .12em; font-size: 12px; margin: 0;
}
.iba-title {
  font-size: clamp(1.85rem, 3.2vw, 2.6rem); font-weight: 750;
  margin: 10px 0 16px; color: var(--iba-ink); line-height: 1.15;
}
.iba-lead { color: var(--iba-muted); font-size: 1.05rem; max-width: 36rem; line-height: 1.65; }

.iba-media {
  width: 100%; height: 100%; min-height: 320px; object-fit: cover; display: block;
}
.iba-media-frame {
  overflow: hidden; position: relative;
  box-shadow: 0 24px 60px rgba(18,24,32,.12);
}
.iba-media-frame::after {
  content: ""; position: absolute; left: 0; bottom: 0; width: 100%; height: 6px;
  background: var(--iba-paint);
}

.iba-service {
  background: #fff; padding: 0; height: 100%;
  border: 1px solid var(--iba-line);
  transition: transform .3s ease, box-shadow .3s ease;
  overflow: hidden; display: flex; flex-direction: column;
}
.iba-service:hover { transform: translateY(-6px); box-shadow: 0 20px 48px rgba(18,24,32,.1); }
.iba-service__img { height: 180px; object-fit: cover; width: 100%; }
.iba-service__body { padding: 22px 22px 26px; flex: 1; display: flex; flex-direction: column; }
.iba-service h3 { font-size: 1.2rem; font-weight: 700; margin: 0 0 8px; color: var(--iba-ink); }
.iba-service p { color: var(--iba-muted); font-size: .95rem; flex: 1; }
.iba-service a { color: var(--iba-paint); font-weight: 700; text-decoration: none; font-size: 14px; }

.iba-district-grid {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(140px, 1fr)); gap: 8px;
}
.iba-district-grid a {
  display: block; padding: 14px 10px; background: #fff; border: 1px solid var(--iba-line);
  text-align: center; text-decoration: none; color: var(--iba-ink);
  font-weight: 600; font-size: 13px; transition: .2s;
}
.iba-district-grid a:hover {
  background: var(--iba-ink); color: #fff; border-color: var(--iba-ink);
}

.iba-calc { background: #fff; border: 1px solid var(--iba-line); padding: 28px; }
.iba-calc__total {
  background: linear-gradient(160deg, #121820 0%, #2a3540 100%);
  color: #fff; padding: 28px; position: sticky; top: 90px;
}
.iba-calc__total .amount {
  font-family: var(--iba-display); font-size: 2.4rem; font-weight: 800; color: #ffc48a;
}
.iba-pkg, .iba-addon {
  border: 1px solid var(--iba-line); padding: 14px 16px; cursor: pointer; margin-bottom: 8px;
  transition: border-color .2s, background .2s;
}
.iba-pkg.is-selected, .iba-addon.is-selected {
  border-color: var(--iba-paint); background: #fff6ef;
}
.iba-pkg input, .iba-addon input { margin-right: 8px; }

.iba-page-title {
  background:
    linear-gradient(120deg, rgba(18,24,32,.92), rgba(18,24,32,.75)),
    url('../img/iba/hero.jpg') center/cover;
  color: #fff;
  padding: 56px 0 48px;
}
.iba-page-title h1 {
  font-family: var(--iba-display); font-size: clamp(1.9rem, 4vw, 2.9rem);
  font-weight: 800; margin: 0; color: #fff !important;
}
.iba-breadcrumb {
  display: flex; flex-wrap: wrap; align-items: center; gap: 8px;
  font-size: 13px; margin-bottom: 14px; color: rgba(255,255,255,.72);
}
.iba-breadcrumb a { color: #ffc48a; text-decoration: none; }
.iba-breadcrumb a:hover { color: #fff; }
.iba-breadcrumb span { opacity: .85; }

.iba-price-strip {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(140px, 1fr)); gap: 12px;
  margin: 28px 0;
}
.iba-price-strip div {
  background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12);
  padding: 16px; text-align: center;
}
.iba-price-strip strong {
  display: block; font-family: var(--iba-display); font-size: 1.35rem; color: #ffc48a;
}
.iba-price-strip span { font-size: 13px; color: rgba(255,255,255,.7); }

.iba-hero--about {
  min-height: calc(72vh - 108px);
  min-height: calc(72svh - 108px);
  background-position: center 40%;
}
.iba-media-frame--tall .iba-media { min-height: 420px; }

.iba-about-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}
.iba-about-facts > div {
  padding: 14px 12px 16px;
  border-top: 3px solid var(--iba-paint);
  background: var(--iba-paper);
}
.iba-about-facts strong {
  display: block;
  font-family: var(--iba-display);
  font-size: 1.45rem;
  font-weight: 800;
  color: var(--iba-ink);
  line-height: 1.1;
  margin-bottom: 4px;
}
.iba-about-facts span {
  font-size: 12px;
  color: var(--iba-muted);
  font-weight: 600;
  line-height: 1.35;
}

.iba-steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0;
  counter-reset: none;
}
.iba-steps li {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 18px;
  align-items: start;
  padding: 22px 0;
  border-bottom: 1px solid var(--iba-line);
  animation: ibaRise .7s ease both;
}
.iba-steps li:nth-child(1) { animation-delay: .05s; }
.iba-steps li:nth-child(2) { animation-delay: .12s; }
.iba-steps li:nth-child(3) { animation-delay: .19s; }
.iba-steps li:nth-child(4) { animation-delay: .26s; }
.iba-steps li:last-child { border-bottom: 0; }
.iba-steps__num {
  font-family: var(--iba-display);
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--iba-paint);
  line-height: 1;
  padding-top: 4px;
}
.iba-steps h3 {
  font-family: var(--iba-display);
  font-size: 1.2rem;
  font-weight: 700;
  margin: 0 0 6px;
  color: var(--iba-ink);
}
.iba-steps p {
  margin: 0;
  color: var(--iba-muted);
  font-size: .98rem;
  line-height: 1.6;
  max-width: 40rem;
}

.iba-scope-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.iba-scope-list li {
  position: relative;
  padding: 14px 0 14px 28px;
  border-bottom: 1px solid var(--iba-line);
  color: var(--iba-ink);
  font-weight: 600;
  font-size: .98rem;
}
.iba-scope-list li:last-child { border-bottom: 0; }
.iba-scope-list li::before {
  content: "";
  position: absolute;
  left: 0; top: 1.15em;
  width: 10px; height: 10px;
  background: var(--iba-paint);
}
.iba-scope-list--out li::before {
  background: transparent;
  border: 2px solid var(--iba-muted);
  box-sizing: border-box;
}

@media (max-width: 767px) {
  .iba-about-facts { grid-template-columns: 1fr; }
  .iba-steps li { grid-template-columns: 52px 1fr; gap: 12px; }
  .iba-media-frame--tall .iba-media { min-height: 280px; }
  .iba-hero--about {
    min-height: calc(62vh - 72px);
    min-height: calc(62svh - 72px);
  }
}

/* Portfolio multi-photo gallery */
.iba-gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 14px;
  margin-top: 18px;
}
.iba-gallery-item {
  margin: 0;
  background: var(--iba-paper);
  border: 1px solid var(--iba-line);
  overflow: hidden;
}
.iba-gallery-item img {
  display: block;
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  transition: transform .35s ease;
}
.iba-gallery-item a:hover img { transform: scale(1.04); }
.iba-gallery-item figcaption {
  padding: 10px 12px;
  font-size: 13px;
  font-weight: 600;
  color: var(--iba-muted);
}


.footer__area { background: var(--iba-paper) !important; }
.iba-footer-brand { font-weight: 800; margin-bottom: 12px; font-size: 1.25rem; }
.iba-footer-links, .iba-footer-contact { list-style: none; padding: 0; margin: 0; }
.iba-footer-links li, .iba-footer-contact li { margin-bottom: 8px; }
.iba-footer-links a, .iba-footer-contact a {
  color: var(--iba-ink); text-decoration: none; font-weight: 500;
}
.iba-footer-links a:hover { color: var(--iba-paint); }
.iba-copy {
  border-top: 1px solid var(--iba-line); margin-top: 10px;
  color: var(--iba-muted); font-size: 13px;
}

.iba-brand-text { color: var(--iba-paint); font-family: var(--iba-display); font-size: 20px; }
.iba-prose { color: var(--iba-ink); }
.iba-prose img { max-width: 100%; height: auto; }
.iba-prose h2 { margin-top: 1.4em; font-family: var(--iba-display); color: var(--iba-ink); }

/* Forms on light bg */
.form-control {
  border-radius: 2px; border-color: var(--iba-line);
  min-height: 44px; font-size: 15px;
}
.form-control:focus {
  border-color: var(--iba-paint);
  box-shadow: 0 0 0 3px rgba(211, 84, 0, .15);
}

/* Back to top contrast — above WhatsApp bubble */
.progress-wrap {
  z-index: 900;
  right: 24px !important;
  bottom: 96px !important;
}

/* Floating WhatsApp */
.iba-wa-float {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 980;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #25d366;
  color: #fff !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  line-height: 1;
  box-shadow: 0 10px 28px rgba(37, 211, 102, 0.42);
  text-decoration: none !important;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  animation: iba-wa-in 0.45s ease both;
}
.iba-wa-float:hover,
.iba-wa-float:focus {
  color: #fff !important;
  transform: scale(1.07);
  box-shadow: 0 12px 32px rgba(37, 211, 102, 0.55);
}
.iba-wa-float::after {
  content: "";
  position: absolute;
  inset: -4px;
  border-radius: 50%;
  border: 2px solid rgba(37, 211, 102, 0.45);
  animation: iba-wa-pulse 2.2s ease-out infinite;
  pointer-events: none;
}
@keyframes iba-wa-in {
  from { opacity: 0; transform: translateY(12px) scale(0.9); }
  to { opacity: 1; transform: none; }
}
@keyframes iba-wa-pulse {
  0% { transform: scale(1); opacity: 0.7; }
  70% { transform: scale(1.25); opacity: 0; }
  100% { opacity: 0; }
}

@media (max-width: 575px) {
  .iba-wa-float {
    right: 16px;
    bottom: 16px;
    width: 54px;
    height: 54px;
    font-size: 28px;
  }
  .progress-wrap {
    right: 18px !important;
    bottom: 86px !important;
  }
}

@media (max-width: 1199px) {
  .iba-logo img { height: 40px; }
}

@media (max-width: 991px) {
  .iba-hero {
    min-height: calc(100svh - 72px);
  }
  .iba-hero__inner { padding: 40px 0 48px; }
  .iba-section { padding: 64px 0; }
  .iba-page-title { padding: 40px 0 36px; }
  .iba-nb-grid:not(.is-open) {
    display: none;
  }
  .iba-nb-grid.is-open {
    display: grid;
  }
}

/* Honeypot — visually hidden from humans */
.iba-hp {
  position: absolute !important;
  left: -9999px !important;
  width: 1px; height: 1px;
  overflow: hidden;
}

/* Cookie notice */
.iba-cookie {
  position: fixed; left: 16px; right: 16px; bottom: 16px; z-index: 1200;
  max-width: 560px; margin: 0 auto;
  background: #121820; color: #fff; padding: 16px 18px;
  display: flex; gap: 14px; align-items: center; justify-content: space-between;
  box-shadow: 0 12px 40px rgba(0,0,0,.25);
  font-size: 13px; line-height: 1.45;
}
.iba-cookie[hidden] { display: none !important; }
.iba-cookie a { color: #ffc48a; }
.iba-cookie .s-btn { flex-shrink: 0; padding: 10px 16px !important; font-size: 13px !important; }

/* Header top bar contrast */
.header__top.grey-bg { background: #1a222c !important; }
.header__info ul li,
.header__info ul li span,
.header__info ul li a { color: rgba(255,255,255,.88) !important; }
.header__info ul li a:hover { color: #ffc48a !important; }
.header__info i { color: #ffc48a !important; }
