/* Arvin's Digital — icon & layout polish */

@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap');

.material-symbols-outlined {
  font-family: 'Material Symbols Outlined';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  direction: ltr;
  font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
  -webkit-font-smoothing: antialiased;
  user-select: none;
}

body {
  font-family: 'Lato', system-ui, sans-serif;
}

.brand .material-symbols-outlined {
  font-size: 1.75rem;
  color: var(--site-primary);
}

#menu-toggle .material-symbols-outlined {
  font-size: 1.75rem;
}

.cta-btn.mobile-cta {
  display: inline-block;
  text-align: center;
  margin-top: 8px;
}

.visually-hidden-heading {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

#cookie-consent {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--site-surface);
  border-top: 1px solid var(--site-border);
  padding: 16px 24px;
  display: none;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  z-index: 1000;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
}

#cookie-consent p {
  margin: 0;
  padding-right: 24px;
  color: var(--site-text);
  flex: 1 1 300px;
}

#accept-cookies {
  background: var(--site-primary);
  color: var(--site-on-primary);
  border: none;
  padding: 10px 24px;
  border-radius: 12px;
  font-weight: 700;
  cursor: pointer;
  white-space: nowrap;
}
