/* ==========================================================================
   Vega Hair Center — 2026 Tema
   Eski style.css sonrasinda yuklenir. Yeni bilesenler "vg-" onekini kullanir.
   ========================================================================== */

:root {
  /* Marka paleti — 2026 logo: siyah + altin (#C8961C / #E8B800), fildisi zemin */
  --vg-navy: #17150f;      /* ana koyu (logo siyahi, hafif sicak) */
  --vg-navy-2: #2b271f;
  --vg-navy-3: #9a6f0d;    /* serif vurgu metni: koyu altin (AA 4.5:1) */
  --vg-teal: #c8961c;      /* altin vurgu */
  --vg-teal-2: #8a6410;    /* altin metin / eyebrow (AA 5.4:1) */
  --vg-teal-soft: #f7eed8;
  --vg-gold-light: #e3c26b; /* koyu zeminde altin */
  --vg-sand: #f8f5ef;
  --vg-sand-2: #ede5d6;
  --vg-ink: #17150f;
  --vg-text: #3a362e;
  --vg-muted: #6b6457;
  --vg-line: #e8e2d6;
  --vg-white: #ffffff;
  --vg-wa: #1fae5b;
  --vg-gold-grad: linear-gradient(135deg, #e8b800 0%, #c8961c 55%, #a97a12 100%);

  --vg-font: "Plus Jakarta Sans", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  --vg-serif: "Instrument Serif", "Times New Roman", Georgia, serif;

  --vg-r-sm: 12px;
  --vg-r: 20px;
  --vg-r-lg: 30px;
  --vg-shadow-sm: 0 1px 2px rgba(23, 21, 15, .06), 0 2px 8px rgba(23, 21, 15, .04);
  --vg-shadow: 0 10px 30px -12px rgba(23, 21, 15, .20), 0 4px 12px -6px rgba(23, 21, 15, .10);
  --vg-shadow-lg: 0 30px 60px -24px rgba(23, 21, 15, .32);

  --vg-header-h: 76px;
  --vg-gutter: clamp(16px, 4vw, 32px);
  --vg-section: clamp(64px, 9vw, 120px);
  --vg-ease: cubic-bezier(.2, .7, .2, 1);
}

/* ---------- Temel ---------- */
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

body.vg-body {
  font-family: var(--vg-font) !important;
  font-size: 16px;
  line-height: 1.65;
  color: var(--vg-text);
  background: var(--vg-white);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
.vg-body h1, .vg-body h2, .vg-body h3, .vg-body h4, .vg-body h5, .vg-body h6,
.vg-body p, .vg-body a, .vg-body button, .vg-body input, .vg-body select, .vg-body textarea, .vg-body li, .vg-body label {
  font-family: var(--vg-font);
}
.vg-body img { max-width: 100%; height: auto; }
.vg-i { width: 1.25em; height: 1.25em; flex: 0 0 auto; }

.vg-skip {
  position: absolute; left: 16px; top: -60px; z-index: 2000;
  background: var(--vg-navy); color: #fff; padding: 10px 16px; border-radius: 10px; font-weight: 600;
}
.vg-skip:focus { top: 12px; color: #fff; }

:where(.vg-body) a:focus-visible, :where(.vg-body) button:focus-visible, :where(.vg-body) summary:focus-visible {
  outline: 3px solid rgba(200, 150, 28, .55); outline-offset: 3px; border-radius: 8px;
}

.vg-container { width: 100%; max-width: 1400px; margin: 0 auto; padding-left: var(--vg-gutter); padding-right: var(--vg-gutter); }
.vg-section { padding: var(--vg-section) 0; position: relative; }
.vg-section--sand { background: var(--vg-sand); }
.vg-section--navy { background: var(--vg-navy); color: #e9e3d7; }

.vg-eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 13px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase;
  color: var(--vg-teal-2); margin: 0 0 16px;
}
.vg-eyebrow::before { content: ""; width: 26px; height: 2px; border-radius: 2px; background: currentColor; }
.vg-section--navy .vg-eyebrow { color: var(--vg-gold-light); }

.vg-h1, .vg-h2, .vg-h3 { color: var(--vg-ink); letter-spacing: -.02em; margin: 0; }
.vg-h1 { font-size: clamp(34px, 4.6vw, 58px); line-height: 1.04; font-weight: 800; }
.vg-h2 { font-size: clamp(28px, 3.6vw, 44px); line-height: 1.12; font-weight: 800; }
.vg-h3 { font-size: 20px; line-height: 1.3; font-weight: 700; }
.vg-section--navy .vg-h2 { color: #fff; }
.vg-serif { font-family: var(--vg-serif) !important; font-weight: 400; font-style: italic; letter-spacing: -.01em; color: var(--vg-navy-3); }
.vg-lead { font-size: clamp(16px, 1.4vw, 19px); color: var(--vg-muted); line-height: 1.7; margin: 18px 0 0; max-width: 60ch; }

.vg-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px 48px; flex-wrap: wrap; margin-bottom: clamp(32px, 4vw, 56px); }
.vg-head > div { max-width: 760px; }
.vg-head--center { flex-direction: column; align-items: center; text-align: center; }
.vg-head--center .vg-lead { margin-left: auto; margin-right: auto; }

/* ---------- Butonlar ---------- */
.vg-btn {
  --b-bg: var(--vg-navy); --b-fg: #fff; --b-bd: transparent;
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 52px; padding: 12px 24px; border-radius: 999px;
  background: var(--b-bg); color: var(--b-fg) !important; border: 1.5px solid var(--b-bd);
  font-size: 15.5px; font-weight: 700; line-height: 1.2; text-decoration: none !important; white-space: nowrap;
  transition: transform .25s var(--vg-ease), box-shadow .25s var(--vg-ease), background .25s, color .25s, border-color .25s;
  cursor: pointer;
}
.vg-btn:hover { transform: translateY(-2px); box-shadow: var(--vg-shadow); }
.vg-btn .vg-i { width: 18px; height: 18px; transition: transform .25s var(--vg-ease); }
.vg-btn:hover .vg-i--arrow { transform: translateX(3px); }
.vg-btn--teal { --b-bg: var(--vg-teal); --b-fg: var(--vg-ink); }
.vg-btn--teal:hover { --b-bg: #e0ae2c; }
.vg-btn--ghost { --b-bg: transparent; --b-fg: var(--vg-navy); --b-bd: rgba(23, 21, 15, .16); }
.vg-btn--ghost:hover { --b-bg: #fff; --b-bd: rgba(23, 21, 15, .3); }
.vg-btn--wa { --b-bg: var(--vg-wa); }
.vg-btn--wa:hover { --b-bg: #17964d; }
.vg-btn--white { --b-bg: #fff; --b-fg: var(--vg-navy); }
.vg-btn--sm { min-height: 42px; padding: 8px 18px; font-size: 14.5px; }

.vg-link {
  display: inline-flex; align-items: center; gap: 8px; font-weight: 700; color: var(--vg-navy) !important;
  text-decoration: none !important; border-bottom: 1.5px solid rgba(23, 21, 15, .2); padding-bottom: 2px;
  transition: border-color .2s, gap .2s;
}
.vg-link:hover { border-color: var(--vg-teal); gap: 12px; }
.vg-link .vg-i { width: 16px; height: 16px; }

/* ==========================================================================
   HEADER
   ========================================================================== */
.vg-header {
  position: sticky; top: 0; z-index: 1000;
  background: rgba(255, 255, 255, .86);
  -webkit-backdrop-filter: saturate(180%) blur(14px); backdrop-filter: saturate(180%) blur(14px);
  border-bottom: 1px solid transparent;
  transition: border-color .3s, box-shadow .3s, background .3s;
}
.vg-header.is-scrolled { border-color: var(--vg-line); box-shadow: 0 6px 24px -18px rgba(23, 21, 15, .35); background: rgba(255, 255, 255, .94); }
.vg-header__bar { display: flex; align-items: center; gap: 24px; height: var(--vg-header-h); }
.vg-logo { display: inline-flex; align-items: center; flex: 0 0 auto; }
.vg-logo img { height: 46px; width: auto; display: block; }

.vg-nav { margin-left: auto; }
.vg-nav__list { display: flex; align-items: center; gap: 4px; list-style: none; margin: 0; padding: 0; }
.vg-nav__item { position: relative; }
.vg-nav__link {
  display: inline-flex; align-items: center; gap: 6px; padding: 10px 14px; border-radius: 999px;
  font-size: 15px; font-weight: 600; color: var(--vg-ink) !important; text-decoration: none !important;
  white-space: nowrap; transition: background .2s, color .2s;
}
.vg-nav__link:hover, .vg-nav__item:focus-within > .vg-nav__link, .vg-nav__link[aria-current="page"] { background: var(--vg-sand); color: var(--vg-navy) !important; }
.vg-nav__link .vg-i { width: 16px; height: 16px; transition: transform .25s; }
.vg-nav__item--mega:hover > .vg-nav__link .vg-i, .vg-nav__item--mega:focus-within > .vg-nav__link .vg-i { transform: rotate(180deg); }

.vg-mega {
  position: absolute; left: 50%; top: calc(100% + 10px); transform: translate(-50%, 8px);
  width: min(960px, 92vw); padding: 22px; border-radius: var(--vg-r);
  background: #fff; border: 1px solid var(--vg-line); box-shadow: var(--vg-shadow-lg);
  opacity: 0; visibility: hidden; transition: opacity .22s, transform .22s var(--vg-ease), visibility .22s;
}
.vg-mega::before { content: ""; position: absolute; left: 0; right: 0; top: -14px; height: 14px; }
.vg-nav__item--mega:hover .vg-mega, .vg-nav__item--mega:focus-within .vg-mega { opacity: 1; visibility: visible; transform: translate(-50%, 0); }
.vg-mega__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 6px 18px; }
.vg-mega__group { padding: 10px; border-radius: 14px; transition: background .2s; }
.vg-mega__group:hover { background: var(--vg-sand); }
.vg-mega__title { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 15px; color: var(--vg-navy) !important; text-decoration: none !important; }
.vg-mega__title img { width: 38px; height: 38px; border-radius: 10px; object-fit: cover; }
.vg-mega__sub { list-style: none; margin: 8px 0 0 48px; padding: 0; }
.vg-mega__sub a { display: block; padding: 3px 0; font-size: 14px; color: var(--vg-muted) !important; text-decoration: none !important; }
.vg-mega__sub a:hover { color: var(--vg-teal-2) !important; }
.vg-mega__foot { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-top: 16px; padding-top: 16px; border-top: 1px solid var(--vg-line); font-size: 14px; color: var(--vg-muted); }

.vg-header__actions { display: flex; align-items: center; gap: 10px; }
.vg-lang { position: relative; }
.vg-lang > summary {
  list-style: none; display: inline-flex; align-items: center; gap: 8px; cursor: pointer;
  height: 42px; padding: 0 12px; border-radius: 999px; border: 1px solid var(--vg-line);
  font-size: 14px; font-weight: 700; color: var(--vg-ink); text-transform: uppercase; background: #fff;
}
.vg-lang > summary::-webkit-details-marker { display: none; }
.vg-lang > summary img { width: 20px; height: 20px; border-radius: 50%; object-fit: cover; }
.vg-lang__menu {
  position: absolute; right: 0; top: calc(100% + 8px); min-width: 200px; padding: 8px; margin: 0; list-style: none;
  background: #fff; border: 1px solid var(--vg-line); border-radius: 16px; box-shadow: var(--vg-shadow-lg); z-index: 10;
}
.vg-lang__menu a { display: flex; align-items: center; gap: 10px; padding: 9px 10px; border-radius: 10px; font-size: 14.5px; font-weight: 500; color: var(--vg-ink) !important; text-decoration: none !important; }
.vg-lang__menu a:hover { background: var(--vg-sand); }
.vg-lang__menu img { width: 20px; height: 20px; border-radius: 50%; object-fit: cover; }
.vg-lang__menu hr { margin: 6px 4px; border: 0; border-top: 1px solid var(--vg-line); }

.vg-phone-btn {
  display: inline-flex; align-items: center; gap: 10px; color: var(--vg-ink) !important; text-decoration: none !important;
  font-weight: 700; font-size: 15px; white-space: nowrap;
}
.vg-phone-btn span.vg-ico { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; background: var(--vg-teal-soft); color: var(--vg-teal-2); }
.vg-phone-btn .vg-i { width: 18px; height: 18px; }

.vg-burger { display: none; width: 46px; height: 46px; border-radius: 50%; border: 1px solid var(--vg-line); background: #fff; color: var(--vg-ink); align-items: center; justify-content: center; cursor: pointer; padding: 0; }
.vg-burger .vg-i { width: 22px; height: 22px; }

/* Mobil cekmece */
.vg-drawer { position: fixed; inset: 0; z-index: 1500; visibility: hidden; }
.vg-drawer.is-open { visibility: visible; }
.vg-drawer__backdrop { position: absolute; inset: 0; background: rgba(16, 14, 10, .5); opacity: 0; transition: opacity .3s; }
.vg-drawer.is-open .vg-drawer__backdrop { opacity: 1; }
.vg-drawer__panel {
  position: absolute; top: 0; right: 0; bottom: 0; width: min(420px, 90vw); background: #fff;
  transform: translateX(100%); transition: transform .35s var(--vg-ease);
  display: flex; flex-direction: column; overflow-y: auto; -webkit-overflow-scrolling: touch;
}
.vg-drawer.is-open .vg-drawer__panel { transform: none; }
.vg-drawer__head { display: flex; align-items: center; justify-content: space-between; padding: 14px 18px; border-bottom: 1px solid var(--vg-line); }
.vg-drawer__head img { height: 40px; width: auto; }
.vg-drawer__nav { padding: 10px 18px; list-style: none; margin: 0; }
.vg-drawer__nav > li { border-bottom: 1px solid var(--vg-line); }
.vg-drawer__nav a, .vg-drawer__nav summary { display: flex; align-items: center; justify-content: space-between; padding: 15px 2px; font-size: 17px; font-weight: 700; color: var(--vg-ink) !important; text-decoration: none !important; cursor: pointer; list-style: none; }
.vg-drawer__nav summary::-webkit-details-marker { display: none; }
.vg-drawer__nav details[open] > summary .vg-i { transform: rotate(180deg); }
.vg-drawer__nav summary .vg-i { transition: transform .25s; width: 18px; height: 18px; }
.vg-drawer__sub { list-style: none; margin: 0 0 12px; padding: 0 0 0 12px; border-left: 2px solid var(--vg-teal-soft); }
.vg-drawer__sub a { padding: 9px 2px; font-size: 15px; font-weight: 500; color: var(--vg-text) !important; }
.vg-drawer__foot { margin-top: auto; padding: 18px; display: grid; gap: 10px; background: var(--vg-sand); }
.vg-drawer__langs { display: flex; flex-wrap: wrap; gap: 8px; padding: 16px 18px; }
.vg-drawer__langs a { display: inline-flex; align-items: center; gap: 8px; padding: 7px 12px; border-radius: 999px; border: 1px solid var(--vg-line); font-size: 14px; font-weight: 600; color: var(--vg-ink) !important; text-decoration: none !important; }
.vg-drawer__langs a.is-active { border-color: var(--vg-navy); background: var(--vg-navy); color: #fff !important; }
.vg-drawer__langs img { width: 18px; height: 18px; border-radius: 50%; }
body.vg-lock { overflow: hidden; }

@media (max-width: 1379px) { .vg-phone-btn__txt { display: none; } }
@media (max-width: 1199px) {
  .vg-nav__link { padding: 10px 11px; font-size: 14.5px; }
}
@media (max-width: 991px) {
  :root { --vg-header-h: 66px; }
  .vg-nav, .vg-header__actions .vg-lang, .vg-header__cta { display: none !important; }
  .vg-burger { display: inline-flex; }
  .vg-header__actions { margin-left: auto; }
  .vg-logo img { height: 40px; }
}

/* ==========================================================================
   HERO
   ========================================================================== */
.vg-hero { position: relative; padding: clamp(28px, 4vw, 56px) 0 clamp(56px, 7vw, 96px); background:
  radial-gradient(1200px 600px at 85% -10%, rgba(200, 150, 28, .12), transparent 60%),
  radial-gradient(900px 500px at -10% 110%, rgba(23, 21, 15, .05), transparent 60%),
  linear-gradient(180deg, #fff 0%, var(--vg-sand) 100%); overflow: hidden; }
.vg-hero__grid { display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(0, .88fr); align-items: center; gap: clamp(32px, 5vw, 72px); }
.vg-hero__chip {
  display: inline-flex; align-items: center; gap: 10px; padding: 7px 14px 7px 8px; border-radius: 999px;
  background: #fff; border: 1px solid var(--vg-line); box-shadow: var(--vg-shadow-sm);
  font-size: 14px; font-weight: 600; color: var(--vg-navy); margin-bottom: 22px;
}
.vg-hero__chip b { display: inline-grid; place-items: center; width: 26px; height: 26px; border-radius: 50%; background: var(--vg-teal); color: #fff; }
.vg-hero__chip .vg-i { width: 14px; height: 14px; }
.vg-hero .vg-h1 .vg-serif { display: inline; font-size: 1.08em; }
.vg-hero__cta { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.vg-hero__facts { display: flex; flex-wrap: wrap; gap: 10px 22px; list-style: none; padding: 0; margin: 32px 0 0; }
.vg-hero__facts li { display: inline-flex; align-items: center; gap: 8px; font-size: 14.5px; font-weight: 600; color: var(--vg-ink); }
.vg-hero__facts .vg-i { width: 20px; height: 20px; padding: 3px; border-radius: 50%; background: var(--vg-teal-soft); color: var(--vg-teal-2); stroke-width: 2.6; }

.vg-hero__media { position: relative; }
.vg-hero__frame {
  position: relative; aspect-ratio: 4 / 4.6; border-radius: 120px 34px 34px 34px; overflow: hidden;
  background: var(--vg-sand-2); box-shadow: var(--vg-shadow-lg); isolation: isolate;
}
.vg-hero__slide { position: absolute; inset: 0; opacity: 0; transition: opacity 1.1s ease; }
.vg-hero__slide.is-active { opacity: 1; }
.vg-hero__slide img { width: 100%; height: 100%; object-fit: cover; object-position: 74% 30%; transform: scale(1.04); transition: transform 7s linear; }
.vg-hero__slide.is-active img { transform: scale(1.12); }
@media (prefers-reduced-motion: reduce) { .vg-hero__slide img, .vg-hero__slide.is-active img { transform: none; transition: none; } }
.vg-hero__frame::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(16, 14, 10, .55)); z-index: 1; pointer-events: none; }
.vg-hero__tag {
  position: absolute; left: 22px; bottom: 22px; right: 22px; z-index: 2; display: flex; align-items: center; justify-content: space-between; gap: 12px;
  color: #fff !important; text-decoration: none !important;
}
.vg-hero__tag strong { font-size: 20px; font-weight: 700; line-height: 1.25; text-shadow: 0 2px 12px rgba(0, 0, 0, .25); }
.vg-hero__tag span.vg-ico { display: grid; place-items: center; width: 46px; height: 46px; border-radius: 50%; background: rgba(255, 255, 255, .18); border: 1px solid rgba(255, 255, 255, .35); -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px); flex: 0 0 auto; }
.vg-hero__dots { position: absolute; top: 18px; right: 18px; z-index: 2; display: flex; gap: 6px; }
.vg-hero__dots button { width: 9px; height: 9px; border-radius: 99px; border: 0; padding: 0; background: rgba(255, 255, 255, .55); cursor: pointer; transition: width .3s, background .3s; }
.vg-hero__dots button.is-active { width: 26px; background: #fff; }

.vg-hero__card {
  position: absolute; left: -38px; top: 14%; z-index: 3; width: min(290px, 70%);
  padding: 18px; border-radius: 20px; background: rgba(255, 255, 255, .92);
  -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, .7); box-shadow: var(--vg-shadow-lg);
  animation: vgFloat 7s ease-in-out infinite;
}
.vg-hero__card h2 { font-size: 16px; font-weight: 800; color: var(--vg-ink); margin: 0 0 6px; display: flex; align-items: center; gap: 8px; }
.vg-hero__card h2 .vg-i { color: var(--vg-teal-2); }
.vg-hero__card p { font-size: 13.5px; line-height: 1.55; color: var(--vg-muted); margin: 0 0 12px; }
.vg-hero__badge {
  position: absolute; right: -14px; bottom: 16%; z-index: 3; display: flex; align-items: center; gap: 10px;
  padding: 12px 16px; border-radius: 16px; background: var(--vg-navy); color: #fff; box-shadow: var(--vg-shadow-lg);
  font-size: 14px; font-weight: 700; animation: vgFloat 8s ease-in-out -2s infinite;
}
.vg-hero__badge small { display: block; font-size: 12px; font-weight: 500; opacity: .75; }
.vg-hero__badge .vg-i { width: 34px; height: 34px; padding: 7px; border-radius: 10px; background: rgba(255, 255, 255, .12); color: var(--vg-gold-light); }
@keyframes vgFloat { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }
@media (prefers-reduced-motion: reduce) { .vg-hero__card, .vg-hero__badge { animation: none; } }

@media (max-width: 991px) {
  .vg-hero__grid { grid-template-columns: 1fr; }
  .vg-hero__media { max-width: 560px; width: 100%; margin: 0 auto; }
  .vg-hero__card { left: 12px; top: auto; bottom: 96px; }
  .vg-hero__badge { right: 12px; bottom: auto; top: 18px; }
  .vg-hero__dots { top: auto; bottom: 88px; right: 22px; }
}
@media (max-width: 575px) {
  .vg-hero__frame { aspect-ratio: 4 / 4.4; border-radius: 80px 26px 26px 26px; }
  .vg-hero__card { display: none; }
  .vg-hero__cta .vg-btn { flex: 1 1 100%; }
  .vg-hero__facts { gap: 10px 16px; }
}

/* ==========================================================================
   HIZMETLER (bento)
   ========================================================================== */
.vg-services { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 18px; }
.vg-svc {
  position: relative; grid-column: span 4; min-height: 300px; border-radius: var(--vg-r-lg); overflow: hidden;
  display: flex; flex-direction: column; justify-content: flex-end; padding: 26px; isolation: isolate;
  color: #fff !important; text-decoration: none !important; background: var(--vg-navy);
  box-shadow: var(--vg-shadow-sm); transition: transform .4s var(--vg-ease), box-shadow .4s var(--vg-ease);
}
.vg-svc:nth-child(1) { grid-column: span 7; min-height: 380px; }
.vg-svc:nth-child(2) { grid-column: span 5; min-height: 380px; }
/* Son satir eksik kaldiginda kartlar satiri doldurur */
.vg-svc:nth-child(n+3):nth-child(3n):nth-last-child(2),
.vg-svc:nth-child(n+4):nth-child(3n+1):last-child { grid-column: span 6; }
.vg-svc:nth-child(n+3):nth-child(3n):last-child { grid-column: span 12; }
.vg-svc img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2; transition: transform .8s var(--vg-ease); }
.vg-svc::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(16, 14, 10, 0) 30%, rgba(16, 14, 10, .82) 100%); }
.vg-svc:hover { transform: translateY(-4px); box-shadow: var(--vg-shadow-lg); }
.vg-svc:hover img { transform: scale(1.06); }
.vg-svc__num { position: absolute; top: 22px; left: 24px; font-size: 13px; font-weight: 700; letter-spacing: .1em; padding: 6px 10px; border-radius: 999px; background: rgba(255, 255, 255, .16); border: 1px solid rgba(255, 255, 255, .28); -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px); }
.vg-svc :is(h2, h3) { color: #fff; font-size: clamp(22px, 2.2vw, 28px); font-weight: 800; letter-spacing: -.01em; margin: 0 0 8px; }
.vg-svc p { color: rgba(255, 255, 255, .82); font-size: 14.5px; line-height: 1.55; margin: 0 0 14px; max-width: 46ch; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.vg-svc__tags { display: flex; flex-wrap: wrap; gap: 6px; margin: 0 0 16px; padding: 0; list-style: none; }
.vg-svc__tags li { font-size: 12.5px; font-weight: 600; padding: 4px 10px; border-radius: 999px; background: rgba(255, 255, 255, .14); border: 1px solid rgba(255, 255, 255, .22); }
.vg-svc__go { display: inline-flex; align-items: center; gap: 8px; font-weight: 700; font-size: 15px; }
.vg-svc__go .vg-i { width: 34px; height: 34px; padding: 8px; border-radius: 50%; background: #fff; color: var(--vg-navy); transition: transform .3s var(--vg-ease); }
.vg-svc:hover .vg-svc__go .vg-i { transform: translateX(4px); }
@media (max-width: 991px) {
  .vg-svc, .vg-svc:nth-child(1), .vg-svc:nth-child(2), .vg-svc:nth-child(n+3) { grid-column: span 6 !important; min-height: 300px; }
  .vg-svc:last-child:nth-child(odd) { grid-column: span 12 !important; }
}
@media (max-width: 575px) {
  .vg-services { gap: 14px; }
  .vg-svc, .vg-svc:nth-child(1), .vg-svc:nth-child(2), .vg-svc:nth-child(n+3) { grid-column: span 12 !important; min-height: 260px; }
}

/* ==========================================================================
   HAKKIMIZDA + HIZLI BILGILER
   ========================================================================== */
.vg-about { display: grid; grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr); gap: clamp(32px, 6vw, 88px); align-items: center; }
.vg-about__media { position: relative; }
.vg-about__media img { width: 100%; aspect-ratio: 5 / 5.6; object-fit: cover; border-radius: var(--vg-r-lg); box-shadow: var(--vg-shadow-lg); display: block; }
.vg-about__media::before { content: ""; position: absolute; inset: auto -18px -18px auto; width: 58%; height: 58%; border-radius: var(--vg-r-lg); background: var(--vg-teal-soft); z-index: -1; }
.vg-about__text p { color: var(--vg-text); margin: 18px 0 0; }
.vg-facts { margin: 30px 0 30px; padding: 22px; border-radius: var(--vg-r); background: var(--vg-sand); border: 1px solid var(--vg-sand-2); }
.vg-facts h3 { font-size: 15px; font-weight: 800; color: var(--vg-navy); margin: 0 0 12px; letter-spacing: 0; }
.vg-facts dl { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px 22px; margin: 0; }
.vg-facts dt { font-size: 12.5px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: var(--vg-muted); }
.vg-facts dd { margin: 2px 0 0; font-size: 15.5px; font-weight: 700; color: var(--vg-ink); }
@media (max-width: 991px) { .vg-about { grid-template-columns: 1fr; } .vg-about__media { max-width: 560px; } }
@media (max-width: 420px) { .vg-facts dl { grid-template-columns: 1fr; } }

/* ==========================================================================
   NEDEN BIZ (ozellik kartlari)
   ========================================================================== */
.vg-features { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.vg-feature {
  position: relative; padding: 28px 24px; border-radius: var(--vg-r); background: #fff; border: 1px solid var(--vg-line);
  transition: transform .35s var(--vg-ease), box-shadow .35s var(--vg-ease), border-color .35s;
}
.vg-feature:hover { transform: translateY(-4px); box-shadow: var(--vg-shadow); border-color: transparent; }
.vg-feature__ico { display: grid; place-items: center; width: 56px; height: 56px; border-radius: 16px; background: linear-gradient(135deg, var(--vg-teal-soft), #fff); color: var(--vg-teal-2); border: 1px solid #eadcb4; margin-bottom: 22px; }
.vg-feature__ico .vg-i { width: 26px; height: 26px; }
.vg-feature h3 { font-size: 18px; font-weight: 800; color: var(--vg-ink); margin: 0 0 8px; }
.vg-feature p { font-size: 15px; color: var(--vg-muted); margin: 0; line-height: 1.6; }
.vg-feature__n { position: absolute; top: 24px; right: 24px; font-family: var(--vg-serif); font-style: italic; font-size: 28px; color: #dccfae; line-height: 1; }
@media (max-width: 991px) { .vg-features { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 575px) { .vg-features { grid-template-columns: 1fr; } }

/* ==========================================================================
   SUREC
   ========================================================================== */
.vg-steps { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; counter-reset: vgstep; list-style: none; padding: 0; margin: 0; position: relative; }
.vg-steps::before { content: ""; position: absolute; left: 6%; right: 6%; top: 27px; height: 2px; background: repeating-linear-gradient(90deg, rgba(227, 194, 107, .55) 0 8px, transparent 8px 16px); }
.vg-step { position: relative; padding-top: 76px; }
.vg-step::before {
  counter-increment: vgstep; content: "0" counter(vgstep);
  position: absolute; top: 0; left: 0; width: 56px; height: 56px; border-radius: 50%; display: grid; place-items: center;
  background: var(--vg-navy-2); border: 1px solid rgba(255, 255, 255, .16); color: #fff; font-weight: 800; font-size: 16px;
  box-shadow: 0 0 0 8px var(--vg-navy);
}
.vg-step h3 { color: #fff; font-size: 19px; font-weight: 800; margin: 0 0 8px; }
.vg-step p { color: #c3b9a6; font-size: 15px; margin: 0; }
.vg-process__cta { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 48px; }
@media (max-width: 991px) {
  .vg-steps { grid-template-columns: 1fr 1fr; gap: 36px 24px; }
  .vg-steps::before { display: none; }
}
@media (max-width: 575px) {
  .vg-steps { grid-template-columns: 1fr; gap: 26px; }
  .vg-step { padding: 0 0 0 76px; min-height: 56px; }
}

/* ==========================================================================
   DANISMA BOLUMU (ucretsiz-danisma.php)
   ========================================================================== */
.vg-consult { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(32px, 6vw, 80px); align-items: start; }
.vg-consult__points { list-style: none; padding: 0; margin: 28px 0 0; display: grid; gap: 14px; }
.vg-consult__points li { display: flex; align-items: flex-start; gap: 12px; font-weight: 600; color: var(--vg-ink); }
.vg-consult__points .vg-i { width: 24px; height: 24px; padding: 4px; border-radius: 50%; background: var(--vg-teal); color: #fff; stroke-width: 2.8; margin-top: 1px; }
.vg-consult__contact { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.vg-consult__card { padding: clamp(22px, 3vw, 36px); border-radius: var(--vg-r-lg); background: #fff; box-shadow: var(--vg-shadow-lg); border: 1px solid var(--vg-line); }
@media (max-width: 991px) { .vg-consult { grid-template-columns: 1fr; } }

/* Mevcut danisma formu (appointment-form) yeni gorunum */
.vg-form .appointment-item, .vg-consult__card .appointment-item { box-shadow: none !important; padding: 0 !important; margin: 0 !important; background: transparent !important; border: 0 !important; }
.vg-form .appointment-form, .vg-consult__card .appointment-form { padding: 0 !important; background: transparent !important; box-shadow: none !important; }
.vg-consult__card .appointment-form .form-group { position: relative; margin-bottom: 16px; padding-left: 0 !important; }
.vg-consult__card .appointment-form .form-group > i { display: none !important; }
.vg-consult__card .appointment-form label { position: static !important; display: block; font-size: 13.5px !important; font-weight: 700 !important; color: var(--vg-ink) !important; margin: 0 0 6px !important; }
.vg-consult__card .appointment-form .form-control,
.vg-consult__card .appointment-form input[type="tel"],
.vg-consult__card .appointment-form select {
  width: 100%; height: 52px !important; padding: 0 16px !important; border-radius: 14px !important;
  border: 1.5px solid var(--vg-line) !important; background: #fdfcf9 !important; box-shadow: none !important;
  font-size: 15.5px !important; color: var(--vg-ink) !important; transition: border-color .2s, background .2s;
}
.vg-consult__card .appointment-form .form-control:focus,
.vg-consult__card .appointment-form input[type="tel"]:focus,
.vg-consult__card .appointment-form select:focus { border-color: var(--vg-teal) !important; background: #fff !important; outline: 0; }
.vg-consult__card .iti { width: 100%; }
.vg-consult__card .iti--separate-dial-code input[type="tel"] { padding-left: 92px !important; }
.vg-consult__card .appointment-btn {
  width: 100%; min-height: 54px; border-radius: 999px !important; border: 0 !important; margin-top: 8px;
  background: var(--vg-navy) !important; color: #fff !important; font-weight: 700 !important; font-size: 16px !important;
  transition: background .25s, transform .25s;
}
.vg-consult__card .appointment-btn:hover { background: var(--vg-navy-2) !important; transform: translateY(-1px); }
.vg-consult__card .text-center { text-align: left !important; }
.vg-consult__card .captcha-satir { align-items: center !important; }
.vg-consult__card .captcha-grup .captcha-input { height: 52px !important; }
.vg-consult__card .captcha-grup > i { display: none !important; }

/* ==========================================================================
   GALERI (yatay kaydirma)
   ========================================================================== */
.vg-rail-wrap { position: relative; }
.vg-rail {
  display: grid; grid-auto-flow: column; grid-auto-columns: clamp(240px, 26vw, 330px); gap: 16px;
  overflow-x: auto; scroll-snap-type: x mandatory; scroll-padding-left: var(--vg-gutter);
  padding: 4px var(--vg-gutter) 18px; margin: 0; list-style: none;
  scrollbar-width: thin; scrollbar-color: #d9d1c1 transparent;
}
.vg-rail::-webkit-scrollbar { height: 6px; }
.vg-rail::-webkit-scrollbar-thumb { background: #d9d1c1; border-radius: 9px; }
.vg-rail > li { scroll-snap-align: start; }
.vg-media {
  position: relative; display: block; aspect-ratio: 4 / 5; border-radius: var(--vg-r); overflow: hidden; background: var(--vg-sand-2);
  color: #fff !important; text-decoration: none !important;
}
.vg-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s var(--vg-ease); }
.vg-media:hover img { transform: scale(1.06); }
.vg-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 50%, rgba(16, 14, 10, .7)); }
.vg-media__tag { position: absolute; top: 14px; left: 14px; z-index: 1; font-size: 12.5px; font-weight: 700; padding: 5px 10px; border-radius: 999px; background: rgba(255, 255, 255, .9); color: var(--vg-navy); }
.vg-media__cap { position: absolute; left: 16px; right: 16px; bottom: 14px; z-index: 1; font-size: 15px; font-weight: 700; line-height: 1.35; }
.vg-media__play { position: absolute; top: 50%; left: 50%; z-index: 1; transform: translate(-50%, -50%); width: 64px; height: 64px; border-radius: 50%; display: grid; place-items: center; background: rgba(255, 255, 255, .92); color: var(--vg-navy); box-shadow: 0 10px 30px rgba(0, 0, 0, .25); transition: transform .3s var(--vg-ease); }
.vg-media__play .vg-i { width: 22px; height: 22px; margin-left: 3px; }
.vg-media:hover .vg-media__play { transform: translate(-50%, -50%) scale(1.08); }
.vg-rail-nav { display: flex; gap: 10px; }
.vg-rail-btn { width: 50px; height: 50px; border-radius: 50%; border: 1px solid var(--vg-line); background: #fff; color: var(--vg-ink); display: grid; place-items: center; cursor: pointer; transition: background .2s, color .2s, border-color .2s; }
.vg-rail-btn:hover { background: var(--vg-navy); color: #fff; border-color: var(--vg-navy); }
.vg-rail-btn .vg-i { width: 20px; height: 20px; }
.vg-note { font-size: 13.5px; color: var(--vg-muted); margin: 14px 0 0; display: flex; gap: 8px; align-items: center; }
.vg-note .vg-i { width: 16px; height: 16px; }
@media (min-width: 1400px) { .vg-rail { padding-left: calc((100vw - 1400px) / 2 + var(--vg-gutter)); scroll-padding-left: calc((100vw - 1400px) / 2 + var(--vg-gutter)); } }

/* ==========================================================================
   YORUMLAR (yalnizca TR disi diller)
   ========================================================================== */
.vg-quotes { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.vg-quote { padding: 26px; border-radius: var(--vg-r); background: #fff; border: 1px solid var(--vg-line); display: flex; flex-direction: column; }
.vg-quote .vg-i { width: 34px; height: 34px; color: var(--vg-teal); }
.vg-quote p { font-size: 15.5px; color: var(--vg-text); margin: 14px 0 20px; display: -webkit-box; -webkit-line-clamp: 7; -webkit-box-orient: vertical; overflow: hidden; }
.vg-quote footer { margin-top: auto; font-size: 14px; color: var(--vg-muted); }
.vg-quote footer strong { display: block; color: var(--vg-ink); font-size: 15px; }
@media (max-width: 991px) { .vg-quotes { grid-template-columns: 1fr 1fr; } }
@media (max-width: 575px) { .vg-quotes { grid-template-columns: 1fr; } }

/* ==========================================================================
   SSS
   ========================================================================== */
.vg-faq-wrap { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: clamp(32px, 6vw, 80px); align-items: start; }
.vg-faq-wrap .vg-head { position: sticky; top: calc(var(--vg-header-h) + 24px); flex-direction: column; align-items: flex-start; }
.vg-faq { display: grid; gap: 12px; }
.vg-faq details { border-radius: 18px; background: #fff; border: 1px solid var(--vg-line); transition: box-shadow .3s, border-color .3s; }
.vg-faq details[open] { box-shadow: var(--vg-shadow); border-color: transparent; }
.vg-faq summary { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 20px 22px; cursor: pointer; list-style: none; font-size: 16.5px; font-weight: 700; color: var(--vg-ink); }
.vg-faq summary::-webkit-details-marker { display: none; }
.vg-faq summary span.vg-ico { flex: 0 0 auto; width: 34px; height: 34px; border-radius: 50%; display: grid; place-items: center; background: var(--vg-sand); color: var(--vg-navy); transition: transform .3s, background .3s, color .3s; }
.vg-faq summary .vg-i { width: 18px; height: 18px; }
.vg-faq details[open] summary span.vg-ico { transform: rotate(180deg); background: var(--vg-navy); color: #fff; }
.vg-faq__body { padding: 0 22px 20px; color: var(--vg-text); font-size: 15.5px; }
.vg-faq__body p { margin: 0 0 10px; }
@media (max-width: 991px) { .vg-faq-wrap { grid-template-columns: 1fr; } .vg-faq-wrap .vg-head { position: static; } }

/* ==========================================================================
   BLOG
   ========================================================================== */
.vg-posts { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.vg-post { display: flex; flex-direction: column; border-radius: var(--vg-r); background: #fff; overflow: hidden; border: 1px solid var(--vg-line); transition: transform .35s var(--vg-ease), box-shadow .35s var(--vg-ease); }
.vg-post:hover { transform: translateY(-4px); box-shadow: var(--vg-shadow); }
.vg-post__img { display: block; aspect-ratio: 16 / 10; overflow: hidden; background: var(--vg-sand-2); }
.vg-post__img img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s var(--vg-ease); }
.vg-post:hover .vg-post__img img { transform: scale(1.05); }
.vg-post__body { padding: 22px; display: flex; flex-direction: column; flex: 1; }
.vg-post time { font-size: 13px; font-weight: 600; color: var(--vg-muted); display: inline-flex; gap: 6px; align-items: center; }
.vg-post time .vg-i { width: 15px; height: 15px; }
.vg-post h3 { font-size: 19px; font-weight: 800; line-height: 1.35; margin: 10px 0 10px; }
.vg-post h3 a { color: var(--vg-ink) !important; text-decoration: none !important; }
.vg-post h3 a:hover { color: var(--vg-navy-3) !important; }
.vg-post p { font-size: 15px; color: var(--vg-muted); margin: 0 0 18px; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.vg-post .vg-link { margin-top: auto; align-self: flex-start; }
@media (max-width: 991px) { .vg-posts { grid-template-columns: 1fr 1fr; } }
@media (max-width: 575px) { .vg-posts { grid-template-columns: 1fr; } }

/* ==========================================================================
   FOOTER
   ========================================================================== */
.vg-footer { background: #121110; color: #b9ad97; position: relative; margin-top: 120px; text-align: left !important; padding: 0 !important; }
.vg-footer * { text-align: inherit; }
.vg-footer a { color: #e9e3d7 !important; text-decoration: none !important; transition: color .2s; }
.vg-footer a:hover { color: var(--vg-gold-light) !important; }
.vg-callback {
  position: relative; top: -80px; margin-bottom: -80px; padding: clamp(24px, 3.5vw, 44px); border-radius: var(--vg-r-lg);
  background: linear-gradient(120deg, var(--vg-navy-2) 0%, var(--vg-navy) 60%); color: #fff; box-shadow: var(--vg-shadow-lg);
  display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: 28px 40px; align-items: center; overflow: hidden;
}
.vg-callback::after { content: ""; position: absolute; right: -80px; top: -120px; width: 320px; height: 320px; border-radius: 50%; background: radial-gradient(circle, rgba(200, 150, 28, .30), transparent 70%); pointer-events: none; }
.vg-callback h2 { color: #fff; font-size: clamp(24px, 2.6vw, 32px); font-weight: 800; margin: 0 0 8px; }
.vg-callback p { color: #cfc6b4; margin: 0; }
.vg-callback form { position: relative; z-index: 1; }
.vg-callback__row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.vg-callback__row + .vg-callback__row { margin-top: 12px; grid-template-columns: minmax(0, 1fr) auto; }
.vg-callback input.bs-form-control {
  width: 100%; height: 54px !important; border-radius: 14px !important; border: 1px solid rgba(255, 255, 255, .22) !important;
  background: rgba(255, 255, 255, .08) !important; color: #fff !important; padding: 0 16px !important; font-size: 15.5px !important; font-weight: 500 !important;
}
.vg-callback input.bs-form-control::placeholder { color: rgba(255, 255, 255, .6) !important; }
.vg-callback input.bs-form-control:focus { border-color: var(--vg-gold-light) !important; background: rgba(255, 255, 255, .12) !important; }
.vg-callback .BsCaptcha { float: none !important; width: auto !important; padding: 0 !important; clear: none !important; }
.vg-callback .captcha-satir { gap: 10px; }
.vg-callback .captcha-img { border-color: rgba(255, 255, 255, .25) !important; }
.vg-callback .vg-btn { min-height: 54px; }
.vg-callback .BsFormSonuc { display: none; }

.vg-footer__main { display: grid; grid-template-columns: minmax(0, 1.3fr) repeat(3, minmax(0, 1fr)); gap: 40px; padding: 72px 0 44px; }
.vg-footer__brand img { height: 50px; width: auto; margin-bottom: 18px; }
.vg-footer__brand p { font-size: 15px; line-height: 1.7; margin: 0 0 20px; max-width: 36ch; }
.vg-footer h3 { color: #fff; font-size: 15px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; margin: 0 0 18px; }
.vg-footer ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.vg-footer li { font-size: 15px; }
.vg-footer__contact li { display: flex; gap: 10px; align-items: flex-start; }
.vg-footer__contact .vg-i { width: 18px; height: 18px; color: var(--vg-gold-light); margin-top: 3px; }
.vg-social { display: flex; gap: 8px; flex-wrap: wrap; }
.vg-social a { width: 42px; height: 42px; border-radius: 50%; display: grid; place-items: center; background: rgba(255, 255, 255, .07); border: 1px solid rgba(255, 255, 255, .12); }
.vg-social a:hover { background: var(--vg-teal); border-color: var(--vg-teal); color: #fff !important; }
.vg-social .vg-i { width: 18px; height: 18px; }

.vg-legal { border-top: 1px solid rgba(255, 255, 255, .1); padding: 24px 0; font-size: 13.5px; line-height: 1.7; color: #a0967f; }
.vg-legal__grid { display: flex; flex-wrap: wrap; gap: 6px 26px; margin-bottom: 10px; }
.vg-legal__grid span b { color: #e3dccd; font-weight: 700; }
.vg-legal__disc { margin: 0; max-width: 100ch; }
.vg-legal__ht { display: flex; align-items: center; gap: 14px; margin-top: 14px; }
.vg-legal__ht img { height: 44px; width: auto; background: #fff; border-radius: 8px; padding: 4px 8px; }
.vg-footer__bottom { border-top: 1px solid rgba(255, 255, 255, .1); padding: 20px 0 28px; display: flex; flex-wrap: wrap; justify-content: space-between; gap: 10px 24px; font-size: 13.5px; color: #8f8672; }
.vg-footer__bottom a { color: #b9ad97 !important; }

@media (max-width: 991px) {
  .vg-callback { grid-template-columns: 1fr; }
  .vg-footer__main { grid-template-columns: 1fr 1fr; }
  .vg-footer__brand { grid-column: 1 / -1; }
}
@media (max-width: 575px) {
  .vg-callback__row, .vg-callback__row + .vg-callback__row { grid-template-columns: 1fr; }
  .vg-footer__main { grid-template-columns: 1fr; gap: 32px; padding-top: 56px; }
  .vg-footer { padding-bottom: 76px; }
}

/* Mobil alt aksiyon cubugu */
.vg-mbar { display: none; }
@media (max-width: 991px) {
  .vg-mbar {
    position: fixed; left: 10px; right: 10px; bottom: calc(10px + env(safe-area-inset-bottom)); z-index: 900;
    display: grid; grid-template-columns: 1fr 1fr 1.3fr; gap: 6px; padding: 6px; border-radius: 20px;
    background: rgba(255, 255, 255, .94); -webkit-backdrop-filter: blur(14px); backdrop-filter: blur(14px);
    box-shadow: 0 12px 34px -10px rgba(16, 14, 10, .35); border: 1px solid var(--vg-line);
  }
  .vg-mbar a { display: flex; align-items: center; justify-content: center; gap: 7px; min-height: 48px; border-radius: 14px; font-weight: 700; font-size: 14px; text-decoration: none !important; color: var(--vg-ink) !important; }
  .vg-mbar a .vg-i { width: 19px; height: 19px; }
  .vg-mbar a.is-wa { color: var(--vg-wa) !important; }
  .vg-mbar a.is-primary { background: var(--vg-navy); color: #fff !important; }
  .sk-tool-box { display: none !important; }
  body.vg-body { padding-bottom: 76px; }
}
@media (min-width: 992px) {
  .sk-tool-box { display: none !important; }
  .vg-float { position: fixed; right: 22px; bottom: 22px; z-index: 900; display: flex; flex-direction: column; gap: 10px; }
  .vg-float a { display: inline-flex; align-items: center; gap: 10px; height: 54px; padding: 0 20px 0 16px; border-radius: 999px; font-weight: 700; font-size: 15px; color: #fff !important; text-decoration: none !important; box-shadow: var(--vg-shadow-lg); transition: transform .25s var(--vg-ease); }
  .vg-float a:hover { transform: translateY(-2px); }
  .vg-float a .vg-i { width: 22px; height: 22px; }
  .vg-float .is-wa { background: var(--vg-wa); }
  .vg-float .is-primary { background: var(--vg-navy); }
}
@media (max-width: 991px) { .vg-float { display: none; } }

/* Cerez bildirimi */
.vg-cookie {
  position: fixed; left: 16px; bottom: 16px; z-index: 1600; width: min(440px, calc(100vw - 32px));
  padding: 20px; border-radius: 20px; background: #fff; border: 1px solid var(--vg-line); box-shadow: var(--vg-shadow-lg);
  font-size: 14px; color: var(--vg-text); transform: translateY(20px); opacity: 0; visibility: hidden;
  transition: transform .35s var(--vg-ease), opacity .35s, visibility .35s;
}
.vg-cookie.is-visible { transform: none; opacity: 1; visibility: visible; }
.vg-cookie p { margin: 0 0 14px; line-height: 1.6; }
.vg-cookie a { color: var(--vg-navy) !important; font-weight: 700; text-decoration: underline !important; }
.vg-cookie__btns { display: flex; gap: 8px; flex-wrap: wrap; }
.vg-cookie__btns .vg-btn { flex: 1 1 auto; min-height: 44px; }
@media (max-width: 991px) { .vg-cookie { bottom: calc(90px + env(safe-area-inset-bottom)); } }

/* Gorunur olunca beliren animasyon */
.vg-reveal { opacity: 0; transform: translateY(22px); transition: opacity .8s var(--vg-ease), transform .8s var(--vg-ease); }
.vg-reveal.is-in { opacity: 1; transform: none; }
.vg-no-js .vg-reveal { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .vg-reveal { opacity: 1; transform: none; transition: none; } }

/* 404 */
.vg-404 { text-align: center; padding: clamp(80px, 12vw, 160px) 0; }
.vg-404 .vg-code { font-family: var(--vg-serif); font-style: italic; font-size: clamp(90px, 16vw, 180px); line-height: 1; color: var(--vg-navy-3); }
.vg-404 .vg-hero__cta { justify-content: center; }

/* Eski ic sayfalar icin gecis uyumu (asama 2'de yenilenecek) */
.vg-body .page-title-area { margin-top: 0 !important; }
.vg-body .header-sk { display: none !important; }

/* ==========================================================================
   Hafif sayfalar (vg-lean): Bootstrap yuklenmeden gereken yardimcilar
   ========================================================================== */
:where(.vg-lean) *, :where(.vg-lean) *::before, :where(.vg-lean) *::after { box-sizing: border-box; }
body.vg-lean { margin: 0; }
:where(.vg-lean) :where(h1, h2, h3, h4, p) { margin-top: 0; }
:where(.vg-lean) a { color: var(--vg-navy); }
:where(.vg-lean) :where(img, svg) { vertical-align: middle; }
:where(.vg-lean) :where(button, input, select, textarea) { font: inherit; color: inherit; }
.vg-lean .row { display: flex; flex-wrap: wrap; margin: 0 -8px; }
.vg-lean .row > [class*="col-"] { width: 100%; padding: 0 8px; }
.vg-lean .sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.vg-lean .text-center { text-align: center; }
.vg-lean .form-group { margin-bottom: 16px; }
.vg-lean .has-error .form-control, .vg-lean .has-error input[type="tel"], .vg-lean .has-error select { border-color: #e0525f !important; }
.vg-lean .help-block { font-size: 13px; color: #c43d4a; margin-top: 4px; }
.vg-lean .help-block:empty { display: none; }
.vg-lean button.disabled, .vg-lean .btn.disabled { opacity: .65; }
.vg-lean .appointment-form select.form-control { appearance: none; -webkit-appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' fill='none' stroke='%23637085' stroke-width='1.8'%3E%3Cpath d='M1 1.5l5 5 5-5'/%3E%3C/svg%3E") !important; background-repeat: no-repeat !important; background-position: right 16px center !important; }
.vg-lean .fancybox-slide--iframe .fancybox-content { width: 680px; height: 92vh; max-width: 100%; border-radius: 20px; overflow: hidden; }
/* Hafif sayfalarda sweetalert butonlari */
.vg-lean .swal2-styled.swal2-confirm { background-color: var(--vg-navy) !important; border-radius: 999px !important; }

/* <picture> kapsayicisi yerlesimi etkilemesin */
.vg-hero__slide picture, .vg-svc picture, .vg-media picture, .vg-post__img picture, .vg-about__media picture { display: contents; }

/* Guvenlik kodu yenile ikonu (SVG) */
.captcha-yenile svg { width: 13px; height: 13px; display: block; margin: auto; }

/* ---------- Guvenlik kodu (captcha) + honeypot — tema icinde (hafif sayfalar style.css yuklemez) ---------- */
.hp-alan { position: absolute !important; left: -10000px !important; top: auto !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.captcha-satir { display: flex; align-items: center; gap: 10px; }
.captcha-gorsel { position: relative; flex: 0 0 150px; height: 46px; margin: 0 !important; padding: 0 !important; display: block !important; }
.captcha-img, .drop-img .captcha-img { display: block !important; width: 150px; height: 46px; border-radius: 10px; border: 1px solid rgba(23,21,15,.14); background: #f6f1e6; user-select: none; }
.captcha-yenile { position: absolute; right: -7px; top: -7px; width: 24px; height: 24px; padding: 0; border: 0; border-radius: 50%; background: var(--vg-navy); color: #fff; cursor: pointer; box-shadow: 0 2px 6px rgba(0,0,0,.2); display: grid; place-items: center; transition: background .3s, transform .3s; }
.captcha-yenile:hover { background: var(--vg-teal); transform: rotate(90deg); }
.captcha-satir .captcha-input { flex: 1 1 auto; min-width: 0; text-transform: uppercase; letter-spacing: 3px; }
.captcha-satir .captcha-input::placeholder { text-transform: none; letter-spacing: normal; }

/* ==========================================================================
   IC SAYFALAR
   ========================================================================== */
/* Sayfa ust bolumu */
.vg-phero {
  position: relative; padding: clamp(28px, 4vw, 56px) 0 clamp(36px, 5vw, 64px); overflow: hidden;
  background: radial-gradient(900px 420px at 90% -20%, rgba(200, 150, 28, .12), transparent 60%), linear-gradient(180deg, #fff 0%, var(--vg-sand) 100%);
  border-bottom: 1px solid var(--vg-sand-2);
}
.vg-phero__grid { display: grid; grid-template-columns: minmax(0, 1fr); gap: 32px 64px; align-items: center; }
.vg-phero--img .vg-phero__grid { grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr); }
.vg-phero__title { font-size: clamp(32px, 4.4vw, 54px); }
.vg-phero .vg-lead { margin-top: 16px; }
.vg-phero__media img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; border-radius: 28px 28px 28px 90px; box-shadow: var(--vg-shadow-lg); display: block; }
.vg-phero__media picture { display: contents; }
.vg-phero__meta { display: flex; flex-wrap: wrap; gap: 8px 18px; margin-top: 18px; font-size: 14px; font-weight: 600; color: var(--vg-muted); }
.vg-phero__meta span { display: inline-flex; align-items: center; gap: 6px; }
.vg-phero__meta .vg-i { width: 16px; height: 16px; color: var(--vg-teal-2); }
.vg-phero__cta { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 26px; }
@media (max-width: 991px) { .vg-phero--img .vg-phero__grid { grid-template-columns: 1fr; } .vg-phero__media { max-width: 620px; } }

.vg-crumbs ol { display: flex; flex-wrap: wrap; align-items: center; gap: 4px; list-style: none; margin: 0 0 18px; padding: 0; font-size: 13.5px; font-weight: 600; color: var(--vg-muted); }
.vg-crumbs li { display: inline-flex; align-items: center; gap: 4px; }
.vg-crumbs li + li::before { content: ""; width: 6px; height: 6px; border-right: 1.6px solid #b7ad9b; border-top: 1.6px solid #b7ad9b; transform: rotate(45deg); margin: 0 8px 0 2px; }
.vg-crumbs a { color: var(--vg-navy) !important; text-decoration: none !important; }
.vg-crumbs a:hover { color: var(--vg-teal-2) !important; }
.vg-crumbs [aria-current] { color: var(--vg-muted); max-width: 40ch; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

/* Icerik + yan panel duzeni */
.vg-layout { display: grid; grid-template-columns: minmax(0, 1fr) 360px; gap: clamp(32px, 5vw, 72px); align-items: start; }
.vg-aside { position: sticky; top: calc(var(--vg-header-h) + 24px); display: grid; gap: 18px; }
.vg-aside__card { padding: 24px; border-radius: var(--vg-r); background: #fff; border: 1px solid var(--vg-line); }
.vg-aside__card h2, .vg-aside__card h3 { font-size: 18px; font-weight: 800; color: var(--vg-ink); margin: 0 0 12px; }
.vg-aside__card--cta { background: linear-gradient(150deg, var(--vg-navy-2), var(--vg-navy)); border: 0; color: #d9d1c1; display: grid; gap: 10px; box-shadow: var(--vg-shadow-lg); }
.vg-aside__card--cta h2 { color: #fff; font-size: 22px; margin: 0; }
.vg-aside__card--cta p { margin: 0 0 6px; font-size: 15px; }
.vg-aside__card--cta .vg-eyebrow { margin: 0; color: var(--vg-gold-light); }
.vg-aside__card--cta .vg-btn { width: 100%; }
.vg-aside__tel { display: inline-flex; align-items: center; justify-content: center; gap: 8px; color: #fff !important; font-weight: 700; text-decoration: none !important; padding-top: 4px; }
.vg-aside__tel .vg-i { width: 18px; height: 18px; }
.vg-aside__list { list-style: none; margin: 0; padding: 0; display: grid; gap: 2px; }
.vg-aside__list a { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 10px 12px; border-radius: 12px; font-size: 15px; font-weight: 600; color: var(--vg-ink) !important; text-decoration: none !important; transition: background .2s, color .2s; }
.vg-aside__list a:hover, .vg-aside__list a[aria-current] { background: var(--vg-sand); color: var(--vg-navy) !important; }
.vg-aside__list a[aria-current] { box-shadow: inset 3px 0 0 var(--vg-teal); }
.vg-aside__list .vg-i { width: 16px; height: 16px; color: var(--vg-muted); flex: 0 0 auto; }
.vg-aside__posts { list-style: none; margin: 0; padding: 0; display: grid; gap: 14px; }
.vg-aside__posts a { display: grid; grid-template-columns: 72px 1fr; gap: 12px; align-items: center; text-decoration: none !important; }
.vg-aside__posts img { width: 72px; height: 72px; border-radius: 12px; object-fit: cover; }
.vg-aside__posts picture { display: contents; }
.vg-aside__posts strong { display: block; font-size: 14.5px; line-height: 1.35; color: var(--vg-ink); }
.vg-aside__posts small { font-size: 12.5px; color: var(--vg-muted); }
@media (max-width: 1099px) { .vg-layout { grid-template-columns: 1fr; } .vg-aside { position: static; } }

/* Zengin metin (admin panelinden gelen icerik) */
.vg-prose { font-size: 17px; line-height: 1.8; color: var(--vg-text); max-width: 76ch; overflow-wrap: anywhere; }
.vg-prose--wide { max-width: none; }
.vg-prose :is(p, span, font, li, td, th, div, b, strong, em, i, u, a) { font-family: inherit !important; font-size: inherit !important; line-height: inherit !important; background-color: transparent !important; }
.vg-prose :is(p, span, font, li, td, div) { color: inherit !important; }
.vg-prose :is(h2, h3, h4, h5, h6) { color: var(--vg-ink) !important; font-family: var(--vg-font) !important; font-weight: 800 !important; letter-spacing: -.015em; line-height: 1.25 !important; margin: 1.8em 0 .6em !important; }
.vg-prose :is(h2, h3, h4, h5, h6) * { color: inherit !important; font-size: inherit !important; font-weight: inherit !important; }
.vg-prose h2 { font-size: clamp(24px, 2.4vw, 30px) !important; }
.vg-prose h3 { font-size: clamp(20px, 2vw, 24px) !important; }
.vg-prose :is(h4, h5, h6) { font-size: 19px !important; }
.vg-prose > :first-child, .vg-prose > :first-child :first-child { margin-top: 0 !important; }
.vg-prose p { margin: 0 0 1.1em !important; }
.vg-prose :is(b, strong) { color: var(--vg-ink) !important; font-weight: 700 !important; }
.vg-prose a { color: var(--vg-navy-3) !important; text-decoration: underline !important; text-underline-offset: 3px; text-decoration-thickness: 1px; }
.vg-prose :is(ul, ol) { margin: 0 0 1.3em; padding-left: 1.3em; }
.vg-prose li { margin: .35em 0; padding-left: .2em; }
.vg-prose ul li::marker { color: var(--vg-teal); }
.vg-prose img { max-width: 100% !important; height: auto !important; border-radius: 18px; margin: 1.2em 0; display: block; }
.vg-prose iframe { max-width: 100%; border: 0; border-radius: 18px; }
.vg-prose iframe[src*="youtube"] { width: 100% !important; height: auto !important; aspect-ratio: 16 / 9; }
.vg-prose blockquote { margin: 1.5em 0; padding: 18px 22px; border-left: 4px solid var(--vg-teal); background: var(--vg-sand); border-radius: 0 16px 16px 0; }
.vg-prose br + br { display: none; }
.vg-table { overflow-x: auto; margin: 1.4em 0; border: 1px solid var(--vg-line); border-radius: 14px; }
.vg-table table { width: 100%; border-collapse: collapse; font-size: 15px; }
.vg-table :is(td, th) { padding: 12px 14px; border-bottom: 1px solid var(--vg-line); text-align: left; }
.vg-table tr:last-child td { border-bottom: 0; }
.vg-prose__img { margin: 0 0 32px; }
.vg-prose__img img { width: 100%; border-radius: var(--vg-r-lg); aspect-ratio: 16 / 9; object-fit: cover; display: block; }
.vg-prose__img picture { display: contents; }
.vg-disclaimer { display: flex; gap: 12px; margin-top: 36px; padding: 18px 20px; border-radius: 16px; background: var(--vg-sand); border: 1px solid var(--vg-sand-2); font-size: 14px; color: var(--vg-muted); line-height: 1.6; }
.vg-disclaimer .vg-i { width: 22px; height: 22px; color: var(--vg-teal-2); flex: 0 0 auto; margin-top: 1px; }

/* Alt hizmet kartlari */
.vg-cards { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 20px; }
.vg-card { display: flex; flex-direction: column; border-radius: var(--vg-r); overflow: hidden; background: #fff; border: 1px solid var(--vg-line); text-decoration: none !important; transition: transform .35s var(--vg-ease), box-shadow .35s var(--vg-ease); }
.vg-card:hover { transform: translateY(-4px); box-shadow: var(--vg-shadow); }
.vg-card__img { aspect-ratio: 4 / 3; overflow: hidden; background: var(--vg-sand-2); }
.vg-card__img img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s var(--vg-ease); }
.vg-card__img picture { display: contents; }
.vg-card:hover .vg-card__img img { transform: scale(1.05); }
.vg-card__body { padding: 20px 22px 22px; display: flex; flex-direction: column; gap: 8px; flex: 1; }
.vg-card__body h3 { font-size: 19px; font-weight: 800; color: var(--vg-ink); margin: 0; }
.vg-card__body p { font-size: 14.5px; color: var(--vg-muted); margin: 0; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.vg-card__go { margin-top: auto; padding-top: 8px; display: inline-flex; align-items: center; gap: 8px; font-weight: 700; font-size: 14.5px; color: var(--vg-navy); }
.vg-card__go .vg-i { width: 16px; height: 16px; transition: transform .3s; }
.vg-card:hover .vg-card__go .vg-i { transform: translateX(4px); }

/* Blog one cikan yazi */
.vg-feature-post { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr); gap: 0; border-radius: var(--vg-r-lg); overflow: hidden; background: #fff; border: 1px solid var(--vg-line); margin-bottom: 28px; text-decoration: none !important; transition: box-shadow .35s; }
.vg-feature-post:hover { box-shadow: var(--vg-shadow); }
.vg-feature-post__img { min-height: 320px; background: var(--vg-sand-2); }
.vg-feature-post__img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.vg-feature-post__img picture { display: contents; }
.vg-feature-post__body { padding: clamp(24px, 3.5vw, 44px); display: flex; flex-direction: column; justify-content: center; gap: 14px; }
.vg-feature-post__body h2 { font-size: clamp(24px, 2.6vw, 32px); font-weight: 800; color: var(--vg-ink); margin: 0; letter-spacing: -.015em; }
.vg-feature-post__body p { color: var(--vg-muted); margin: 0; }
.vg-feature-post time { font-size: 13.5px; font-weight: 600; color: var(--vg-muted); }
@media (max-width: 767px) { .vg-feature-post { grid-template-columns: 1fr; } .vg-feature-post__img { min-height: 0; aspect-ratio: 16 / 10; } }

/* Galeri izgarasi */
.vg-filter { display: inline-flex; gap: 6px; padding: 5px; border-radius: 999px; background: var(--vg-sand); border: 1px solid var(--vg-sand-2); margin-bottom: 28px; }
.vg-filter button { border: 0; background: transparent; padding: 9px 18px; border-radius: 999px; font-weight: 700; font-size: 14.5px; color: var(--vg-muted); cursor: pointer; transition: background .2s, color .2s; }
.vg-filter button.is-active { background: var(--vg-navy); color: #fff; }
.vg-grid-media { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 16px; list-style: none; margin: 0; padding: 0; }
.vg-grid-media > li[hidden] { display: none; }

/* SSS arama */
.vg-search { position: relative; margin-bottom: 20px; }
.vg-search input { width: 100%; height: 56px; padding: 0 20px 0 50px; border-radius: 999px; border: 1.5px solid var(--vg-line); background: #fff; font-size: 16px; color: var(--vg-ink); transition: border-color .2s, box-shadow .2s; }
.vg-search input:focus { outline: 0; border-color: var(--vg-teal); box-shadow: 0 0 0 4px rgba(200, 150, 28, .12); }
.vg-search .vg-i { position: absolute; left: 18px; top: 50%; transform: translateY(-50%); width: 20px; height: 20px; color: var(--vg-muted); }
.vg-empty { padding: 24px; text-align: center; color: var(--vg-muted); border: 1px dashed var(--vg-line); border-radius: 16px; }

/* Iletisim */
.vg-contact-cards { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; margin-bottom: clamp(40px, 5vw, 64px); }
.vg-ccard { display: flex; flex-direction: column; gap: 6px; padding: 22px; border-radius: var(--vg-r); background: #fff; border: 1px solid var(--vg-line); text-decoration: none !important; color: var(--vg-text) !important; transition: transform .3s var(--vg-ease), box-shadow .3s; }
a.vg-ccard:hover { transform: translateY(-3px); box-shadow: var(--vg-shadow); }
.vg-ccard .vg-ico { display: grid; place-items: center; width: 46px; height: 46px; border-radius: 14px; background: var(--vg-teal-soft); color: var(--vg-teal-2); margin-bottom: 8px; }
.vg-ccard .vg-ico .vg-i { width: 22px; height: 22px; }
.vg-ccard small { font-size: 12.5px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--vg-muted); }
.vg-ccard strong { font-size: 16px; color: var(--vg-ink); line-height: 1.45; }
.vg-ccard--wa .vg-ico { background: #e3f6ea; color: var(--vg-wa); }
@media (max-width: 991px) { .vg-contact-cards { grid-template-columns: 1fr 1fr; } }
@media (max-width: 480px) { .vg-contact-cards { grid-template-columns: 1fr; } }
.vg-map { border-radius: var(--vg-r-lg); overflow: hidden; border: 1px solid var(--vg-line); min-height: 380px; background: var(--vg-sand); }
.vg-map iframe { width: 100% !important; height: 100% !important; min-height: 380px; border: 0; display: block; }
.vg-cform { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.vg-cform .vg-full { grid-column: 1 / -1; }
.vg-field label { display: block; font-size: 13.5px; font-weight: 700; color: var(--vg-ink); margin: 0 0 6px; }
.vg-field :is(input, textarea, select) { width: 100%; min-height: 52px; padding: 12px 16px; border-radius: 14px; border: 1.5px solid var(--vg-line); background: #fdfcf9; font-size: 15.5px; color: var(--vg-ink); transition: border-color .2s, background .2s; }
.vg-field textarea { min-height: 140px; resize: vertical; }
.vg-field :is(input, textarea, select):focus { outline: 0; border-color: var(--vg-teal); background: #fff; }
.vg-field .iti { width: 100%; }
.vg-field .iti--separate-dial-code input[type="tel"] { padding-left: 92px; }
.vg-cform .captcha-grup { margin: 0; }
.vg-cform .captcha-grup .captcha-input { min-height: 52px; height: 52px; padding: 0 16px; border-radius: 14px; border: 1.5px solid var(--vg-line); background: #fdfcf9; font-size: 15.5px; }
.vg-cform .vg-btn { width: 100%; }
.vg-cform .has-error :is(input, textarea) { border-color: #e0525f; }
@media (max-width: 575px) { .vg-cform { grid-template-columns: 1fr; } }
.vg-contact-grid { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr); gap: clamp(28px, 4vw, 48px); align-items: stretch; }
@media (max-width: 991px) { .vg-contact-grid { grid-template-columns: 1fr; } }

/* Kucuk bolum araligi */
.vg-section--tight { padding: clamp(48px, 6vw, 80px) 0; }

.vg-about--top { align-items: start; }
.vg-about--top .vg-about__media { position: sticky; top: calc(var(--vg-header-h) + 24px); }
@media (max-width: 991px) { .vg-about--top .vg-about__media { position: relative; top: 0; } }

/* ---------- 2026 logo paleti ince ayarlar ---------- */
.vg-logo img { height: 40px; }
@media (max-width: 991px) { .vg-logo img { height: 34px; } }
.vg-drawer__head img { height: 32px; }
.vg-footer__brand img { height: 42px; }
.vg-hero__chip b, .vg-consult__points .vg-i { background: var(--vg-gold-grad); color: #fff; }
.vg-hero__facts .vg-i { color: var(--vg-teal-2); }
.vg-eyebrow::before { background: var(--vg-gold-grad); height: 2px; }
.vg-hero__badge .vg-i { color: var(--vg-gold-light); }
.vg-step::before { background: #2b271f; border-color: rgba(227, 194, 107, .35); color: var(--vg-gold-light); }
.vg-aside__card--cta { background: linear-gradient(150deg, #2b271f, #121110); }
.vg-callback { background: linear-gradient(120deg, #2b271f 0%, #121110 65%); }
.vg-feature__ico { background: linear-gradient(135deg, var(--vg-teal-soft), #fff); color: var(--vg-teal-2); }
.vg-faq details[open] summary span.vg-ico { background: var(--vg-ink); }
.vg-link:hover { border-color: var(--vg-teal); }
.vg-lean .swal2-styled.swal2-confirm { background-color: var(--vg-ink) !important; }
.vg-crumbs a:hover { color: var(--vg-teal-2) !important; }
.vg-logo img { height: 46px; }
@media (max-width: 991px) { .vg-logo img { height: 38px; } }
.vg-float .is-primary, .vg-mbar a.is-primary { box-shadow: inset 0 0 0 1px rgba(227, 194, 107, .55), var(--vg-shadow-lg); }
