/* ============================================================
   Binalkanlar Vinç Kiralama — ana stil dosyası
   ============================================================ */

:root {
  --orange: #ea6a12;
  --orange-dark: #c2540a;
  --orange-light: #ff8a3d;
  --navy: #172542;
  --navy-2: #22335c;
  --gray-50: #f7f7f9;
  --gray-100: #eef0f4;
  --gray-200: #e2e5eb;
  --gray-500: #7b8494;
  --gray-600: #5b6472;
  --text: #1c2333;
  --white: #ffffff;
  --radius: 14px;
  --radius-sm: 8px;
  --shadow: 0 10px 30px -12px rgba(23, 37, 66, 0.25);
  --shadow-sm: 0 4px 14px -6px rgba(23, 37, 66, 0.18);
  --maxw: 1220px;
  --header-h: 116px;
}

* { box-sizing: border-box; }
svg { width: 1em; height: 1em; flex: none; }
html { scroll-behavior: smooth; overflow-x: hidden; width: 100%; }
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  color: var(--text);
  background: var(--white);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul { margin: 0; padding: 0; list-style: none; }
h1, h2, h3, h4 { margin: 0 0 .5em; line-height: 1.25; font-weight: 800; color: var(--navy); }
p { margin: 0 0 1em; color: var(--gray-600); }
.container { max-width: var(--maxw); margin: 0 auto; padding: 0 20px; }
section { padding: 72px 0; }
@media (max-width: 720px) { section { padding: 48px 0; } }

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: .8rem;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--orange-dark);
  background: #fff1e6;
  padding: 6px 14px;
  border-radius: 999px;
  margin-bottom: 14px;
}
.section-head { max-width: 720px; margin: 0 0 40px; }
.section-head.center { margin-left: auto; margin-right: auto; text-align: center; }
.section-head h2 { font-size: clamp(1.6rem, 3vw, 2.3rem); }
.section-head p { font-size: 1.05rem; }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 26px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 1rem;
  border: 2px solid transparent;
  cursor: pointer;
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease, color .15s ease;
  white-space: nowrap;
}
.btn:hover { transform: translateY(-2px); }
.btn-orange { background: linear-gradient(135deg, var(--orange-light), var(--orange)); color: #fff; box-shadow: 0 10px 20px -8px rgba(234,106,18,.55); }
.btn-orange:hover { box-shadow: 0 14px 26px -8px rgba(234,106,18,.65); }
.btn-navy { background: var(--navy); color: #fff; }
.btn-whatsapp { background: #22b358; color: #fff; }
.btn-outline { background: transparent; border-color: rgba(255,255,255,.55); color: #fff; }
.btn-outline-navy { background: transparent; border-color: var(--navy); color: var(--navy); }
.btn-sm { padding: 10px 18px; font-size: .92rem; }
.btn svg { width: 19px; height: 19px; flex: none; }

/* ---------- Top info bar ---------- */
.topbar {
  background: var(--navy);
  color: #cfd7ea;
  font-size: .84rem;
}
.topbar .container { display: flex; align-items: center; justify-content: space-between; height: 38px; gap: 12px; }
.topbar a { color: #fff; font-weight: 600; }
.topbar .topbar-left { display: flex; gap: 20px; align-items: center; }
.topbar .topbar-left span, .topbar .topbar-left a { display: inline-flex; align-items: center; gap: 6px; white-space: nowrap; }
.topbar svg { width: 14px; height: 14px; }
@media (max-width: 720px) { .topbar .topbar-left span:nth-child(2) { display: none; } }

/* ---------- Header ---------- */
header.site-header {
  position: sticky; top: 0; z-index: 999;
  background: #000;
  border-bottom: 1px solid rgba(255,255,255,.1);
}
.nav-wrap { display: flex; align-items: center; justify-content: space-between; height: var(--header-h); gap: 18px; }
.brand { display: flex; align-items: center; gap: 12px; flex: 1 1 auto; min-width: 0; }
.brand img { height: 94px; width: auto; flex: none; }
.brand .brand-text { display: flex; flex-direction: column; line-height: 1.15; min-width: 0; overflow: hidden; }
.brand .brand-text strong { font-size: 1.08rem; color: #fff; font-weight: 800; letter-spacing: -.01em; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.brand .brand-text span { font-size: .74rem; color: var(--orange-light); font-weight: 700; text-transform: uppercase; letter-spacing: .04em; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.header-cta { flex: none; }
@media (max-width: 360px) {
  .brand img { height: 56px; }
  .brand .brand-text strong { font-size: .92rem; }
  .brand .brand-text span { font-size: .62rem; }
}

nav.main-nav { flex: 1; display: flex; justify-content: center; }
nav.main-nav > ul { display: flex; align-items: center; gap: 6px; }
nav.main-nav > ul > li { position: relative; }
nav.main-nav > ul > li > a {
  display: flex; align-items: center; gap: 5px;
  padding: 12px 14px; font-weight: 700; font-size: .95rem; color: #fff;
  border-radius: var(--radius-sm);
}
nav.main-nav > ul > li > a:hover { background: rgba(255,255,255,.1); color: var(--orange-light); }
nav.main-nav > ul > li > a svg { width: 13px; height: 13px; opacity: .7; }

.dropdown {
  position: absolute; top: 100%; left: 0;
  background: #fff; border-radius: var(--radius); box-shadow: var(--shadow);
  border: 1px solid var(--gray-200);
  padding: 10px; min-width: 260px;
  opacity: 0; visibility: hidden; transform: translateY(6px);
  transition: opacity .15s ease, transform .15s ease, visibility .15s;
  max-height: 60vh; overflow-y: auto;
}
.dropdown.wide { left: auto; right: 0; min-width: 420px; max-width: 90vw; column-count: 2; column-gap: 6px; }
nav.main-nav > ul > li:hover .dropdown,
nav.main-nav > ul > li:focus-within .dropdown { opacity: 1; visibility: visible; transform: translateY(0); }
.dropdown a { display: block; padding: 9px 12px; border-radius: var(--radius-sm); font-size: .92rem; color: var(--text); font-weight: 600; break-inside: avoid; }
.dropdown a:hover { background: #fff1e6; color: var(--orange-dark); }
.dropdown a.all-link { color: var(--orange-dark); border-top: 1px solid var(--gray-200); margin-top: 6px; padding-top: 10px; }

.header-cta { display: flex; align-items: center; gap: 10px; flex: none; }
.header-phone { display: flex; flex-direction: column; text-align: right; }
.header-phone small { color: #b9c3da; font-size: .72rem; font-weight: 600; }
.header-phone strong { color: #fff; font-size: 1.05rem; font-weight: 800; }

.nav-toggle { display: none; flex: none; background: rgba(255,255,255,.1); border: none; width: 44px; height: 44px; border-radius: 10px; align-items: center; justify-content: center; cursor: pointer; }
.nav-toggle svg { width: 22px; height: 22px; color: #fff; }

@media (max-width: 980px) {
  .header-phone { display: none; }
  nav.main-nav {
    position: fixed; inset: var(--header-h) 0 0 0; background: #fff; z-index: 1000;
    display: block; overflow-y: auto; padding: 10px 20px 40px;
    opacity: 0; visibility: hidden; pointer-events: none;
    transition: opacity .2s ease;
  }
  body.nav-open nav.main-nav { opacity: 1; visibility: visible; pointer-events: auto; }
  body.nav-open { overflow: hidden; }
  nav.main-nav > ul { flex-direction: column; align-items: stretch; gap: 2px; }
  nav.main-nav > ul > li > a { width: 100%; justify-content: space-between; padding: 15px 10px; border-bottom: 1px solid var(--gray-100); border-radius: 0; color: var(--navy); }
  nav.main-nav > ul > li > a:hover { background: var(--gray-100); }
  .dropdown, .dropdown.wide { position: static; box-shadow: none; border: none; opacity: 1; visibility: visible; transform: none; display: none; column-count: 1; padding: 0 0 0 12px; max-height: none; }
  li.dd-open .dropdown { display: block; }
  .nav-toggle { display: flex; }
}

/* ---------- Hero ---------- */
.hero {
  position: relative; color: #fff; overflow: hidden; background: var(--navy);
}
.hero-bg { position: absolute; inset: 0; z-index: 0; }
.hero-bg picture, .hero-bg img { width: 100%; height: 100%; object-fit: cover; display: block; }
.hero::before {
  content: ""; position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(120deg, rgba(10,16,30,.86) 0%, rgba(15,24,44,.78) 55%, rgba(20,30,54,.72) 100%);
}
.hero::after {
  content: ""; position: absolute; inset: 0; z-index: 1;
  background: radial-gradient(1100px 500px at 85% 15%, rgba(234,106,18,.30), transparent 60%);
  pointer-events: none;
}
.hero-content { position: relative; z-index: 2; max-width: 700px; padding: 120px 0 110px; }
.hero h1 { color: #fff; font-size: clamp(2rem, 4vw, 3rem); letter-spacing: -.01em; }
.hero h1 span { color: var(--orange-light); }
.hero p.lead { color: #cfd7ea; font-size: 1.12rem; max-width: 560px; }
.hero .hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 26px; }
.hero-badges { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 34px; }
.hero-badges div { display: flex; align-items: center; gap: 10px; color: #e7ecf7; font-weight: 700; font-size: .92rem; }
.hero-badges svg { width: 22px; height: 22px; color: var(--orange-light); flex: none; }
.hero-media { position: relative; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); aspect-ratio: 4/3; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; }
@media (max-width: 900px) { .hero-content { padding: 70px 0 56px; max-width: 100%; } }

/* breadcrumb / page header for inner pages */
.page-hero { background: linear-gradient(120deg, var(--navy), #24365f); color: #fff; padding: 46px 0 40px; }
.page-hero .crumbs { font-size: .85rem; color: #b9c3da; margin-bottom: 12px; }
.page-hero .crumbs a:hover { color: var(--orange-light); }
.page-hero h1 { color: #fff; font-size: clamp(1.6rem, 3.4vw, 2.5rem); margin-bottom: 10px; }
.page-hero p { color: #cfd7ea; max-width: 680px; font-size: 1.02rem; margin-bottom: 0;}

/* ---------- Trust strip ---------- */
.trust-strip { background: var(--gray-50); border-top: 1px solid var(--gray-200); border-bottom: 1px solid var(--gray-200); }
.trust-strip .container { display: flex; flex-wrap: wrap; gap: 28px; justify-content: space-between; padding: 22px 20px; }
.trust-strip .item { display: flex; align-items: center; gap: 10px; font-weight: 700; color: var(--navy); font-size: .92rem; }
.trust-strip svg { width: 22px; height: 22px; color: var(--orange); flex: none; }

/* ---------- Cards: services ---------- */
.grid { display: grid; gap: 24px; }
.grid.cols-4 { grid-template-columns: repeat(4, 1fr); }
.grid.cols-3 { grid-template-columns: repeat(3, 1fr); }
.grid.cols-2 { grid-template-columns: repeat(2, 1fr); }
@media (max-width: 980px) { .grid.cols-4 { grid-template-columns: repeat(2, 1fr); } .grid.cols-3 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px) { .grid.cols-4, .grid.cols-3, .grid.cols-2 { grid-template-columns: 1fr; } }

.card {
  background: #fff; border: 1px solid var(--gray-200); border-radius: var(--radius);
  padding: 28px 24px; box-shadow: var(--shadow-sm); transition: transform .15s ease, box-shadow .15s ease;
  display: flex; flex-direction: column; height: 100%;
}
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.card .icon { width: 54px; height: 54px; border-radius: 14px; background: #fff1e6; display: flex; align-items: center; justify-content: center; margin-bottom: 18px; }
.card .icon svg { width: 28px; height: 28px; color: var(--orange-dark); }
.card h3 { font-size: 1.12rem; margin-bottom: 8px; }
.card p { font-size: .95rem; margin-bottom: 14px; flex: 1; }
.card .more { font-weight: 700; color: var(--orange-dark); font-size: .9rem; display: inline-flex; align-items: center; gap: 6px; }
.card .more svg { width: 15px; height: 15px; }

.service-photo-card { border-radius: var(--radius); overflow: hidden; border: 1px solid var(--gray-200); box-shadow: var(--shadow-sm); background: #fff; }
.service-photo-card .ph { aspect-ratio: 4/3; overflow: hidden; }
.service-photo-card .ph img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s ease; }
.service-photo-card:hover .ph img { transform: scale(1.06); }
.service-photo-card .body { padding: 20px 20px 24px; }

/* ---------- About / split ---------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 52px; align-items: center; }
@media (max-width: 900px) { .split { grid-template-columns: 1fr; gap: 30px; } }
.split .media-block { position: relative; }
.media-collage { display: grid; grid-template-columns: 1.2fr .8fr; gap: 14px; }
.media-collage .tall { grid-row: span 2; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); aspect-ratio: 3/4; }
.media-collage .short { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm); aspect-ratio: 4/3; }
.media-collage img { width: 100%; height: 100%; object-fit: cover; }
.media-single { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); aspect-ratio: 4/5; }
.media-single img { width: 100%; height: 100%; object-fit: cover; }
@media (max-width: 900px) { .media-single { aspect-ratio: 16/11; } }
.check-list { display: grid; gap: 12px; margin: 22px 0; }
.check-list li { display: flex; align-items: flex-start; gap: 10px; font-weight: 600; color: var(--navy); font-size: .97rem; }
.check-list svg { width: 20px; height: 20px; color: var(--orange); flex: none; margin-top: 1px; }
.footer-grid .check-list li { color: var(--orange-light); font-weight: 700; }
.footer-grid .check-list svg { color: var(--orange-light); }

/* ---------- Stats ---------- */
.stats { background: var(--navy); color: #fff; }
.stats .grid { grid-template-columns: repeat(4, 1fr); text-align: center; }
.stats .num { font-size: clamp(1.8rem, 4vw, 2.6rem); font-weight: 900; color: var(--orange-light); }
.stats .lbl { color: #cfd7ea; font-weight: 600; font-size: .92rem; }
@media (max-width: 720px) { .stats .grid { grid-template-columns: repeat(2, 1fr); gap: 30px; } }

/* ---------- Gallery ---------- */
.gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.gallery-grid a { display: block; border-radius: var(--radius-sm); overflow: hidden; aspect-ratio: 1/1; box-shadow: var(--shadow-sm); }
.gallery-grid img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s ease; }
.gallery-grid a:hover img { transform: scale(1.08); }
@media (max-width: 900px) { .gallery-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 600px) { .gallery-grid { grid-template-columns: repeat(2, 1fr); } }

.video-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; margin-top: 20px; }
.video-grid video { width: 100%; border-radius: var(--radius); box-shadow: var(--shadow); background: #000; aspect-ratio: 9/16; object-fit: cover; max-height: 520px; }
@media (max-width: 720px) { .video-grid { grid-template-columns: 1fr; } }

/* ---------- Regions (Hizmet Bölgelerimiz) ---------- */
.region-pill-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.region-pill-grid a {
  display: flex; align-items: center; justify-content: space-between; gap: 8px;
  background: #fff; border: 1px solid var(--gray-200); border-radius: var(--radius-sm);
  padding: 14px 16px; font-weight: 700; color: var(--navy); font-size: .95rem;
  transition: all .15s ease;
}
.region-pill-grid a:hover { background: var(--orange); border-color: var(--orange); color: #fff; transform: translateY(-2px); }
.region-pill-grid a svg { width: 16px; height: 16px; opacity: .5; flex: none; }
.region-pill-grid a:hover svg { opacity: 1; }
@media (max-width: 900px) { .region-pill-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .region-pill-grid { grid-template-columns: 1fr; } }

/* ---------- Testimonials ---------- */
.testi-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
@media (max-width: 900px) { .testi-grid { grid-template-columns: 1fr; } }
.testi-card { background: #fff; border: 1px solid var(--gray-200); border-radius: var(--radius); padding: 26px; box-shadow: var(--shadow-sm); }
.testi-stars { color: var(--orange); display: flex; gap: 3px; margin-bottom: 12px; }
.testi-stars svg { width: 16px; height: 16px; }
.testi-card p.quote { color: var(--text); font-style: italic; font-size: .98rem; }
.testi-who { display: flex; align-items: center; gap: 10px; margin-top: 14px; }
.testi-avatar { width: 40px; height: 40px; border-radius: 50%; background: var(--navy); color: #fff; display: flex; align-items: center; justify-content: center; font-weight: 800; flex: none; }
.testi-who strong { display: block; font-size: .92rem; color: var(--navy); }
.testi-who span { font-size: .8rem; color: var(--gray-500); }
.testi-note { text-align: center; font-size: .82rem; color: var(--gray-500); margin-top: 10px; }

/* ---------- CTA band ---------- */
.cta-band { background: linear-gradient(120deg, var(--orange-dark), var(--orange) 60%, var(--orange-light)); color: #fff; }
.cta-band .container { display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.cta-band h2 { color: #fff; margin-bottom: 6px; font-size: clamp(1.4rem, 2.6vw, 1.9rem); }
.cta-band p { color: #fff2e6; margin: 0; }
.cta-band .actions { display: flex; gap: 12px; flex-wrap: wrap; }

/* ---------- FAQ ---------- */
.faq-item { border-bottom: 1px solid var(--gray-200); padding: 18px 0; }
.faq-item summary { cursor: pointer; font-weight: 700; color: var(--navy); font-size: 1.02rem; list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 12px; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary .plus { flex: none; width: 26px; height: 26px; border-radius: 50%; background: var(--gray-100); display: flex; align-items: center; justify-content: center; color: var(--navy); font-size: 1.2rem; transition: transform .2s ease; }
.faq-item[open] summary .plus { transform: rotate(45deg); background: var(--orange); color: #fff; }
.faq-item .a { padding-top: 12px; font-size: .95rem; }

/* ---------- Contact ---------- */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: stretch; }
@media (max-width: 900px) { .contact-grid { grid-template-columns: 1fr; } }
.contact-card { background: var(--gray-50); border: 1px solid var(--gray-200); border-radius: var(--radius); padding: 30px; }
.contact-row { display: flex; gap: 14px; align-items: flex-start; margin-bottom: 20px; }
.contact-row .ic { width: 44px; height: 44px; border-radius: 12px; background: #fff1e6; display: flex; align-items: center; justify-content: center; flex: none; }
.contact-row .ic svg { width: 22px; height: 22px; color: var(--orange-dark); }
.contact-row strong { display: block; color: var(--navy); font-size: .98rem; }
.contact-row span, .contact-row a { color: var(--gray-600); font-size: .95rem; }
.map-frame { border-radius: var(--radius); overflow: hidden; border: 1px solid var(--gray-200); box-shadow: var(--shadow-sm); min-height: 320px; }
.map-frame iframe { width: 100%; height: 100%; min-height: 320px; border: 0; display: block; }

.form-grid { display: grid; gap: 14px; }
.form-grid input, .form-grid textarea, .form-grid select {
  width: 100%; padding: 13px 15px; border-radius: var(--radius-sm); border: 1px solid var(--gray-200);
  font-family: inherit; font-size: .95rem; background: #fff;
}
.form-grid input:focus, .form-grid textarea:focus, .form-grid select:focus { outline: 2px solid var(--orange-light); border-color: var(--orange); }
.form-grid label { font-size: .85rem; font-weight: 700; color: var(--navy); margin-bottom: -6px; display: block; }

/* ---------- Footer ---------- */
footer.site-footer { background: var(--navy); color: #b9c3da; }
.footer-top { padding: 60px 0 30px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 32px; }
@media (max-width: 900px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .footer-grid { grid-template-columns: 1fr; } }
.footer-grid h4 { color: #fff; font-size: .98rem; margin-bottom: 16px; }
.footer-brand { display: flex; align-items: center; gap: 10px; margin-bottom: 14px; }
.footer-brand img { height: 58px; }
.footer-brand strong { color: #fff; font-size: 1.05rem; }
.footer-grid ul li { margin-bottom: 10px; }
.footer-grid ul a { font-size: .9rem; color: #b9c3da; }
.footer-grid ul a:hover { color: var(--orange-light); }
.footer-grid ul li a, .footer-grid ul li span { display: inline-flex; align-items: center; gap: 8px; }
.footer-grid ul li svg { width: 15px; height: 15px; color: var(--orange-light); }
.footer-grid ul li span { font-size: .9rem; }
.footer-grid p { color: #9aa6c0; font-size: .92rem; }
.footer-social { display: flex; gap: 10px; margin-top: 16px; }
.footer-social a { width: 38px; height: 38px; border-radius: 50%; background: rgba(255,255,255,.08); display: flex; align-items: center; justify-content: center; }
.footer-social a:hover { background: var(--orange); }
.footer-social svg { width: 18px; height: 18px; color: #fff; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.12); padding: 20px 0; font-size: .84rem; color: #8b96b3; }
.footer-bottom .container { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 10px; }
.footer-bottom a:hover { color: var(--orange-light); }

/* ---------- Sticky bottom call bar (sadece mobilde görünür) ---------- */
.mobile-cta-bar { display: none; }
@media (max-width: 980px) {
  body { padding-bottom: 60px; }
  .mobile-cta-bar {
    display: flex; position: fixed; left: 0; right: 0; bottom: 0; z-index: 997;
    background: #fff; border-top: 1px solid var(--gray-200); box-shadow: 0 -6px 18px rgba(0,0,0,.12);
  }
  .mobile-cta-bar a.call {
    flex: 1; display: flex; align-items: center; justify-content: center; gap: 9px;
    padding: 15px 10px; font-weight: 800; font-size: 1.05rem; letter-spacing: -.01em;
    background: linear-gradient(135deg, var(--orange-light), var(--orange)); color: #fff;
  }
  .mobile-cta-bar svg { width: 19px; height: 19px; }
}
@media (max-width: 560px) {
  .mobile-cta-bar a { font-size: .88rem; padding: 13px 6px; gap: 6px; }
  .mobile-cta-bar a .num-full { display: none; }
}
@media (min-width: 561px) {
  .mobile-cta-bar a .num-short { display: none; }
}

@keyframes pulse { 0% { box-shadow: 0 0 0 0 rgba(34,179,88,.55);} 70% { box-shadow: 0 0 0 14px rgba(34,179,88,0);} 100% { box-shadow: 0 0 0 0 rgba(34,179,88,0);} }

/* Skip link */
.skip-link { position: absolute; left: -999px; top: 0; background: var(--orange); color: #fff; padding: 10px 16px; border-radius: 0 0 8px 0; z-index: 1100; }
.skip-link:focus { left: 0; }

/* Utility */
.text-center { text-align: center; }
.mt-0 { margin-top: 0; }
.bg-gray { background: var(--gray-50); }
.small-note { font-size: .82rem; color: var(--gray-500); }
