:root {
    --primary: #ff9933;
}

body {
    font-family: 'Inter', sans-serif;
    color: #222;
}

a {
    color: var(--primary);
}

footer a {
    color: #666;
    text-decoration: none;
}

footer a:hover {
    color: var(--primary);
}

.navbar-brand {
    font-size: 1.25rem;
}

.navbar-nav {
    flex-direction: row;
    gap: 0.75rem;
}

@media (max-width: 576px) {
    .navbar-nav {
        font-size: 0.85rem;
    }
}

.language-switch .lang-link {
    padding: 0;
    text-decoration: none;
    color: #777;
    font-weight: 400;
}

.language-switch .lang-link.active {
    color: var(--primary);
    font-weight: 600;
}

.lang-divider {
    display: inline-block;
    width: 1px;
    height: 0.9em;          /* shorter than main vr */
    background-color: #ccc;
    margin: 0 0.4rem;
    align-self: center;
}

.content-container {
    max-width: 960px;
}

.hero-image {
    max-width: 60%;
}

.home-content {
    line-height: 1.7;
}

.email-box {
    display: inline-block;
    padding: 0.75rem 1.25rem;
    border: 1px solid #eee;
    border-radius: 8px;
    background: #fafafa;
}

.services-wrapper {
}

.service-box {
    padding: 1.5rem;
    border-radius: 12px;
    background: #fffaf3;
    border: 1px solid #eee;
    height: 100%;
}

.service-box h5 {
    margin-bottom: 0.5rem;
}

.stack-list {
    list-style: none;
    padding-left: 0;
}

.stack-list li {
    margin-bottom: 0.5rem;
}

.cv-item {
}

.about-hero {
    padding: 3rem 2rem;
    border-radius: 20px;
    background: #fafafa;
}

.about-hero:first-of-type {
    padding: 2rem;
    border-left: 4px solid var(--primary);
    background: #fffaf3;
    border-radius: 12px;
}

.about-intro p {
    font-size: 1.05rem;
    line-height: 1.7;
}

.about-section {
}

.about-section ul,
.about-section p {
  margin-bottom: 0.5rem;
}

.cv-timeline {
  position: relative;
  margin-left: 1rem;
}

.cv-item {
  position: relative;
  padding-left: 2rem;
  margin-top: 2rem;
}

.cv-marker {
  position: absolute;
  left: 0;
  top: 0.4rem;
  width: 10px;
  height: 10px;
  background: var(--primary);
  border-radius: 50%;
}

.cv-content p {
  margin-bottom: 0;
}
