/* RESET & NORMALIZE */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b,
u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption,
tbody, tfoot, thead, tr, th, td, article, aside,
canvas, details, embed, figure, figcaption, footer,
header, hgroup, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  background: #f8f4ef;
}
body {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #3d2a19;
  background: #f8f4ef;
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section { display: block; }
ol, ul { list-style: none; }
a { background: transparent; color: inherit; text-decoration: none; transition: color 0.18s; }
img { border-style: none; max-width: 100%; height: auto; display: inline-block; }
button { font-family: inherit; }

/* =========================================
  VARIABLES FOR VINTAGE RETRO THEME
========================================= */
:root {
  --ld-primary: #20335a;
  --ld-secondary: #4fa57d;
  --ld-accent: #e7edf2;
  --ld-bg: #f8f4ef;
  --ld-retro-yellow: #f7c873;
  --ld-retro-brown: #bd8865;
  --ld-retro-orange: #eb6d38;
  --ld-retro-red: #cc5b5b;
  --ld-retro-blue: #3b7fa0;
  --ld-text-dark: #3d2a19;
  --ld-text-light: #fff;
  --ld-retro-green: #7d9c37;
  --ld-shadow: 0 3px 12px 0 rgba(60,32,8,0.10);
  --ld-font-display: 'Montserrat', 'Arial Rounded MT Bold', 'Arial', sans-serif;
  --ld-font-body: 'Roboto', Arial, Helvetica, sans-serif;
}

/* VINTAGE RETRO PATTERNED BACKGROUNDS */
body {
  background: repeating-linear-gradient(120deg, #f8f4ef 0 44px, #ece1d0 45px 90px);
}

/* =========================================
  TYPOGRAPHY
========================================= */
h1, h2, h3, h4, h5 {
  font-family: var(--ld-font-display);
  letter-spacing: 0.5px;
  color: var(--ld-primary);
  font-weight: 700;
  margin-bottom: 18px;
  text-shadow: 0 2px 0 #e7edf2;
}
h1 { font-size: 2.4rem; margin-bottom: 24px; }
h2 { font-size: 2rem;  }
h3 { font-size: 1.4rem; }
h4, h5 { font-size: 1.1rem; }
p, ul li, ol li, table, th, td {
  font-family: var(--ld-font-body);
  color: var(--ld-text-dark);
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 16px;
}
ul, ol { margin-left: 22px; margin-bottom: 18px; }
b, strong { font-weight: 700; }

/* =========================================
  CONTAINERS & SECTION LAYOUTS
========================================= */
.container {
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 20px;
}
.section {
  margin-bottom: 60px;
  padding: 40px 20px;
  background: #fdfaf7;
  border-radius: 16px;
  box-shadow: var(--ld-shadow);
}
main > section {
  margin-bottom: 36px;
}
.content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

/* =========================================
  FLEXBOX LAYOUTS - MANDATORY FLEX ONLY
========================================= */
.feature-grid {
  display: flex; flex-wrap: wrap; gap: 32px;
  justify-content: flex-start;
}
.text-image-section,
.text-section,
.team-section,
.vision-section,
.case-study,
.contact-details {
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}
.card-container,
.card-grid,
.content-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: space-between;
}
.card {
  background: #fff;
  border-radius: 14px;
  box-shadow: var(--ld-shadow);
  padding: 24px 20px;
  margin-bottom: 20px;
  position: relative;
  flex: 1 1 270px;
  min-width: 220px;
}
.card-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}
.testimonial-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  background: var(--ld-retro-yellow);
  color: var(--ld-text-dark);
  border-radius: 16px;
  padding: 28px 24px;
  box-shadow: var(--ld-shadow);
  margin-bottom: 24px;
  border: 3px solid var(--ld-retro-brown);
  max-width: 430px;
}
.feature-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}
.process-diagram {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #fff5e1;
  border-radius: 12px;
  padding: 10px 18px;
  font-family: var(--ld-font-display);
  font-size: 1.05rem;
  margin-bottom: 18px;
}
.office-location,
.business-hours,
.social-links {
  margin-bottom: 20px;
}

/* =========================================
  HEADER & NAVIGATION
========================================= */
header {
  width: 100%;
  background: var(--ld-retro-brown);
  box-shadow: 0 2px 12px 0 rgba(61,42,25,0.12);
  position: sticky;
  top: 0;
  z-index: 1002;
}
header .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  min-height: 68px;
  gap: 18px;
  position: relative;
}
.logo img {
  height: 44px;
  width: auto;
  margin-right: 18px;
  filter: contrast(1.05) sepia(0.18) saturate(1.35);
}
.main-nav {
  display: flex;
  gap: 26px;
  align-items: center;
}
.main-nav a {
  font-family: var(--ld-font-display);
  font-size: 1.08rem;
  color: var(--ld-text-light);
  letter-spacing: 1.5px;
  position: relative;
  padding: 2px 6px;
  border-radius: 5px;
  transition: color 0.18s, background 0.24s;
}
.main-nav a:hover, .main-nav a.active {
  background-color: var(--ld-retro-orange);
  color: #fff;
}
.btn-primary {
  display: inline-flex;
  align-items: center;
  padding: 12px 28px;
  border-radius: 28px;
  font-family: var(--ld-font-display);
  font-size: 1.04rem;
  font-weight: 700;
  color: var(--ld-text-light);
  background: var(--ld-retro-brown);
  margin-left: 18px;
  border: 2px solid var(--ld-retro-orange);
  letter-spacing: 1.5px;
  cursor: pointer;
  box-shadow: 0 1px 6px 0 rgba(61,42,25,0.10);
  text-shadow: 0px 1px #ebdfce;
  transition: background 0.15s, color 0.15s, box-shadow 0.18s;
}
.btn-primary:hover, .btn-primary:focus {
  background: var(--ld-retro-orange);
  color: #fffbe8;
  box-shadow: 0 3px 24px 0 rgba(235,109,56,0.13);
}
.btn-secondary {
  display: inline-flex;
  align-items: center;
  padding: 11px 24px;
  border-radius: 22px;
  font-family: var(--ld-font-display);
  font-size: 1rem;
  font-weight: 600;
  color: var(--ld-retro-brown);
  background: var(--ld-retro-yellow);
  border: 2px solid var(--ld-retro-brown);
  margin-top: 12px;
  cursor: pointer;
  box-shadow: 0 1px 5px 0 rgba(235,109,56,0.09);
  letter-spacing: 1px;
  text-shadow: 0 1px #fffbe8;
  transition: background 0.16s, color 0.16s, box-shadow 0.19s;
}
.btn-secondary:hover, .btn-secondary:focus {
  background: var(--ld-retro-brown);
  color: #fff;
  border-color: var(--ld-retro-orange);
}

/* =========================================
  MOBILE NAVIGATION
========================================= */
.mobile-menu-toggle {
  display: none;
  font-size: 2rem;
  background: var(--ld-retro-yellow);
  color: var(--ld-primary);
  border: none;
  border-radius: 50%;
  padding: 4px 14px;
  margin-left: auto;
  cursor: pointer;
  box-shadow: 0 2px 10px 0 rgba(61,42,25,0.13);
  transition: background 0.13s, color 0.13s;
  z-index: 1021;
}
.mobile-menu-toggle:focus, .mobile-menu-toggle:hover {
  background: var(--ld-retro-orange);
  color: #fff;
}
.mobile-menu {
  position: fixed;
  top: 0; left: 0;
  width: 100vw; height: 100vh;
  background: rgba(40,30,13,0.94);
  z-index: 2000;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  transform: translateX(-105%);
  opacity: 0;
  transition: transform 0.34s cubic-bezier(.65,.05,.36,1), opacity 0.3s;
  pointer-events: none;
}
.mobile-menu.open {
  transform: translateX(0);
  opacity: 1;
  pointer-events: all;
}
.mobile-menu-close {
  font-size: 2.1rem;
  color: var(--ld-retro-yellow);
  background: none;
  border: none;
  margin: 18px 0 14px 16px;
  cursor: pointer;
  align-self: flex-start;
  transition: color 0.15s;
}
.mobile-menu-close:hover, .mobile-menu-close:focus {
  color: var(--ld-retro-orange);
}
.mobile-nav {
  display: flex;
  flex-direction: column;
  gap: 28px;
  margin-left: 32px;
  margin-top: 30px;
}
.mobile-nav a {
  font-family: var(--ld-font-display);
  color: var(--ld-retro-yellow);
  font-size: 1.28rem;
  font-weight: 700;
  letter-spacing: 2px;
  padding: 8px 4px;
  border-radius: 4px;
  transition: background 0.15s, color 0.15s;
}
.mobile-nav a:hover, .mobile-nav a.active {
  background-color: var(--ld-retro-orange);
  color: #fff;
}

/* Show/hide navigation for mobile/desktop */
@media (max-width: 1000px) {
  .main-nav { display: none; }
  .mobile-menu-toggle { display: block; }
}
@media (min-width: 1001px) {
  .mobile-menu { display: none !important; }
}

/* =========================================
  HERO & FEATURE STYLES
========================================= */
.hero {
  background: repeating-linear-gradient(-45deg, var(--ld-retro-orange) 0 60px, var(--ld-retro-yellow) 61px 120px);
  padding: 64px 0 58px 0;
  margin-bottom: 60px;
  border-bottom: 8px double var(--ld-retro-brown);
}
.hero .container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 36px;
}
.hero h1 {
  font-size: 2.9rem;
  font-weight: 900;
  color: var(--ld-retro-brown);
  letter-spacing: 2px;
  text-shadow: 2px 2px 0 #fdf3ea, 0px 4px #fffbe8;
}
.hero p {
  font-size: 1.16rem;
  color: #4e2b10;
  margin-bottom: 22px;
  text-shadow: 0 1px #fffbe8;
}
.hero .btn-primary {
  font-size: 1.12rem;
  padding: 14px 36px;
  border-width: 3px;
}

/* =========================================
  COMPONENTS (CARDS, TESTIMONIALS, TABLES)
========================================= */
.feature-grid > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1 1 230px;
  min-width: 170px;
  background: #fffaf1;
  border-radius: 13px;
  box-shadow: 0 2px 14px 0 rgba(255,180,60,0.08);
  border: 2px solid var(--ld-retro-yellow);
  padding: 20px 16px;
  position: relative;
  transition: box-shadow 0.18s, border-color 0.17s;
}
.feature-grid > div:hover {
  box-shadow: 0 6px 26px rgba(61,42,25,0.12);
  border-color: var(--ld-retro-orange);
}
.feature-grid img {
  width: 42px;
  margin-bottom: 12px;
}
.testimonial-card p {
  font-size: 1.14rem;
  font-family: var(--ld-font-body);
  font-style: italic;
  color: #1e1610;
  text-align: center;
}
.testimonial-card span {
  margin-top: 9px;
  color: var(--ld-primary);
  font-family: var(--ld-font-display);
  font-size: 1.02rem;
  font-weight: 600;
  letter-spacing: .5px;
}
.testimonial-card div {
  display: flex; gap: 3px; margin-top: 14px;
}
.testimonial-card img {
  height: 22px;
}
.case-study {
  background: #ffffff;
  border-left: 8px solid var(--ld-retro-brown);
  border-radius: 10px;
  padding: 18px 22px;
  box-shadow: 0 2px 6px #e7edf2;
  margin-bottom: 24px;
}
table {
  border-collapse: collapse;
  margin: 20px 0;
  width: 100%;
  background: #fffef8;
  font-family: var(--ld-font-body);
  border-radius: 9px;
  overflow: hidden;
  box-shadow: 0 1.5px 8px #ead3a0;
}
thead {
  background: var(--ld-retro-yellow);
  color: var(--ld-retro-brown);
  font-family: var(--ld-font-display);
  font-size: 1.07rem;
}
th, td {
  padding: 13px 16px;
  text-align: left;
  border-bottom: 1px solid #eddabb;
}
th {
  font-weight: 700;
  background: var(--ld-retro-yellow);
}
tr:last-child td { border-bottom: none; }
caption {
  margin-bottom: 12px;
  font-family: var(--ld-font-display);
  color: var(--ld-retro-orange);
  font-weight: 700;
  font-size: 1.1rem;
}

/* =========================================
  FOOTER & CONTACT
========================================= */
footer {
  background: var(--ld-primary);
  color: #fffbe8;
  padding: 32px 0 8px 0;
}
footer .container {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: flex-start;
  justify-content: space-between;
}
.footer-navigation {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.footer-navigation a {
  color: #fffbd0;
  font-family: var(--ld-font-display);
  font-size: 1rem;
  letter-spacing: 1px;
  border-radius: 2px;
  padding: 2px 0;
  transition: color 0.16s;
}
.footer-navigation a:hover {
  color: var(--ld-retro-yellow);
}
.footer-contact {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 0.99rem;
}
.footer-contact img {
  width: 19px;
  margin-right: 7px;
  filter: sepia(0.3) brightness(0.80) contrast(1.2);
  vertical-align: middle;
}
.footer-logo img {
  width: 60px;
  filter: contrast(1.08) sepia(0.18) saturate(1.15);
}

/* =========================================
  COOKIE CONSENT BANNER & MODAL
========================================= */
#cookie-banner {
  position: fixed;
  left: 0; right: 0; bottom: 0;
  z-index: 4000;
  background: var(--ld-retro-yellow);
  color: #4e2b10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 14px 20px 30px;
  box-shadow: 0 -4px 26px 0 rgba(61,42,25,0.11);
  gap: 13px;
  font-size: 1.04rem;
  font-family: var(--ld-font-body);
  border-radius: 14px 14px 0 0;
  opacity: 1;
  transition: opacity 0.3s;
  animation: slideinCookie 0.65s cubic-bezier(.34,1.56,.64,1) both;
}
@keyframes slideinCookie {
  from { transform: translateY(120%); opacity: 0; }
  to { transform: translateY(0); opacity: 1; }
}
#cookie-banner__buttons {
  display: flex;
  gap: 18px;
  flex-shrink: 0;
}
#cookie-banner button,
#cookie-banner .cookie-btn {
  padding: 9px 22px;
  border-radius: 22px;
  font-family: var(--ld-font-display);
  font-size: 1.01rem;
  font-weight: 600;
  border: none;
  cursor: pointer;
  transition: background 0.18s, color 0.18s;
}
#cookie-banner .accept-all {
  background: var(--ld-retro-orange);
  color: #fffbe8;
}
#cookie-banner .accept-all:hover, #cookie-banner .accept-all:focus {
  background: var(--ld-retro-brown);
  color: #fff;
}
#cookie-banner .reject-all {
  background: #fff;
  color: var(--ld-retro-brown);
  border: 1.4px solid var(--ld-retro-brown);
}
#cookie-banner .reject-all:hover, #cookie-banner .reject-all:focus {
  background: #fff9e7;
  color: var(--ld-retro-orange);
  border-color: var(--ld-retro-orange);
}
#cookie-banner .cookie-settings {
  background: var(--ld-retro-yellow);
  color: var(--ld-retro-brown);
  border: 1.4px solid var(--ld-retro-brown);
}
#cookie-banner .cookie-settings:hover, #cookie-banner .cookie-settings:focus {
  background: var(--ld-retro-orange);
  color: #fff;
  border-color: var(--ld-retro-orange);
}
/* Modal overlay */
#cookie-modal {
  display: none;
  position: fixed;
  z-index: 4100;
  left: 0; top: 0; right: 0; bottom: 0;
  width: 100vw; height: 100vh;
  background: rgba(40,30,13,0.83);
  align-items: center;
  justify-content: center;
  animation: fadeInModal 0.35s ease-out;
}
#cookie-modal.open { display: flex; }
@keyframes fadeInModal { from { opacity: 0; } to { opacity: 1; } }
#cookie-modal-content {
  background: #fffdf5;
  padding: 46px 40px 32px 40px;
  border-radius: 18px;
  box-shadow: var(--ld-shadow), 0 6px 68px 0 rgba(61,42,25,0.19);
  min-width: 330px;
  max-width: 410px;
  font-family: var(--ld-font-body);
  color: var(--ld-primary);
  display: flex;
  flex-direction: column;
  gap: 18px;
  position: relative;
}
#cookie-modal-content h2 { font-size: 1.42rem; }
#cookie-modal-close {
  position: absolute;
  right: 22px;
  top: 16px;
  font-size: 2.1rem;
  background: none;
  border: none;
  color: var(--ld-retro-orange);
  cursor: pointer;
  z-index: 2;
  transition: color 0.135s;
}
#cookie-modal-close:hover, #cookie-modal-close:focus {
  color: var(--ld-retro-brown);
}
.cookie-pref-category {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 18px;
}
.cookie-pref-category input[type=checkbox] {
  width: 20px; height: 20px;
  accent-color: var(--ld-retro-orange);
  cursor: pointer;
}
.cookie-pref-category label {
  font-family: var(--ld-font-display);
  font-size: 1.08rem;
  font-weight: 600;
}
.cookie-pref-locked {
  color: #bbb;
  font-style: italic;
  font-size: 0.98rem;
}
.cookie-modal-actions {
  display: flex;
  gap: 16px;
  margin-top: 6px;
  justify-content: flex-end;
}
.cookie-modal-actions button {
  padding: 9px 24px;
  border-radius: 21px;
  font-family: var(--ld-font-display);
  font-weight: 700;
  font-size: 1rem;
}
.cookie-modal-actions .accept-all {
  background: var(--ld-retro-orange);
  color: #fff;
  border: none;
}
.cookie-modal-actions .reject-all {
  background: #fff;
  color: var(--ld-retro-brown);
  border: 1.2px solid var(--ld-retro-brown);
}
.cookie-modal-actions .save-prefs {
  background: var(--ld-retro-yellow);
  color: var(--ld-retro-brown);
  border: 1.2px solid var(--ld-retro-brown);
}
.cookie-modal-actions button:hover, .cookie-modal-actions button:focus {
  box-shadow: 0 0 0 2px var(--ld-retro-orange, #eb6d38);
}

/* =========================================
  RESPONSIVE - MOBILE FIRST
========================================= */
@media (max-width: 900px) {
  .container { max-width: 100%; padding: 0 13px; }
  .footer-contact, .footer-navigation { font-size: 0.93rem; }
  .content-wrapper { gap: 14px; }
}
@media (max-width: 768px) {
  header .container { gap: 9px; min-height: 58px; }
  .logo img { height: 36px; }
  .container { padding: 0 8px; }
  main > section { margin-bottom: 24px; }
  .section { padding: 20px 5px; margin-bottom: 28px; }
  .hero {
    padding: 36px 0 34px 0;
    margin-bottom: 32px;
  }
  .hero h1 { font-size: 1.75rem; }
  .hero .container {
    flex-direction: column;
    gap: 14px;
  }
  .feature-grid,
  .content-grid,
  .card-container {
    flex-direction: column;
    gap: 14px;
  }
  .testimonial-card {
    max-width: 100%;
    padding: 18px 10px;
    font-size: 0.97rem;
  }
  .text-image-section,
  .contact-details,
  .team-section,
  .vision-section {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  .footer-contact, .footer-navigation {
    font-size: 0.92rem;
    gap: 6px;
  }
  footer .container {
    flex-direction: column;
    gap: 18px;
    align-items: flex-start;
  }
  .cookie-modal-actions {
    flex-direction: column;
    gap: 10px;
    align-items: stretch;
  }
}
@media (max-width: 490px) {
  h1, h2, h3 { font-size: 1.05rem; }
  .section { padding: 11px 0; }
  .feature-grid, .content-grid { gap: 7px; }
  .footer-logo img { width: 42px; }
  #cookie-banner { flex-direction: column; gap: 6px; padding: 8px 5px 8px 11px; font-size: 0.97rem; }
  #cookie-modal-content { padding: 19px 5px 19px 18px; min-width: 95vw;-box-shadow: none; }
}

/* =========================================
  GENERAL MICRO-INTERACTIONS / EFFECTS
========================================= */
.btn-primary, .btn-secondary, button, a.btn-primary, a.btn-secondary {
  transition: background 0.17s, color 0.17s, box-shadow 0.17s, border 0.21s;
  outline: none !important;
}
.card, .feature-grid > div, .testimonial-card, .case-study {
  transition: box-shadow 0.18s, border-color 0.19s, transform 0.14s;
}
.card:hover, .feature-grid > div:hover, .testimonial-card:hover, .case-study:hover {
  box-shadow: 0 9px 38px 0 rgba(61,42,25,0.15);
  transform: translateY(-3px) scale(1.015);
  border-color: var(--ld-retro-orange) !important;
}
a, button, .btn-primary, .btn-secondary {
  outline: none;
}
a:focus, a:active, button:focus, button:active, .btn-primary:focus, .btn-secondary:focus {
  box-shadow: 0 0 0 3px var(--ld-retro-yellow), 0 1px 19px 0 rgba(235,109,56,0.06);
}

/* =========================================
  VINTAGE/RETRO ACCENTS
========================================= */
.section {
  border: 2px dotted var(--ld-retro-yellow);
  background: repeating-linear-gradient(90deg, #fdfaf8 0 33px, #f7ecd8 34px 66px);
}
.card, .testimonial-card {
  border-radius: 14px 28px 14px 28px/20px 24px 22px 24px;
  border-style: solid;
  border-width: 3.2px;
}
.card {
  border-color: var(--ld-retro-blue);
}
.card:hover {
  border-color: var(--ld-retro-orange);
}

/* =========================================
  MISC & UTILS
========================================= */
.text-section ul, .vision-section ul, .team-section ul, .contact-details ul {
  margin-bottom: 0.65em;
}
blockquote {
  font-style: italic;
  border-left: 6px solid var(--ld-retro-brown);
  background: #fff5e0;
  padding: 19px 24px;
  margin: 14px 0;
  border-radius: 10px;
  color: var(--ld-primary);
  font-family: var(--ld-font-display);
}
a {
  color: var(--ld-retro-brown);
  text-decoration: underline;
}
a:hover, a:focus { color: var(--ld-retro-orange); }

/* Hide outline for mouse users but show it for keyboard navigation */
:focus:not(:focus-visible) {
  outline: none;
  box-shadow: none;
}
:focus-visible {
  outline: 2.2px solid var(--ld-retro-orange) !important;
}

/* =========================================
  PRINT STYLES
========================================= */
@media print {
  body { background: #fff; color: #111; }
  .hero, .main-nav, .mobile-menu, #cookie-banner, #cookie-modal { display: none !important; }
  .section, .card, .testimonial-card { box-shadow: none !important; background: #fff !important; }
  a:after { content: " (" attr(href) ")"; }
}
