/* SKIP LINK (Accessibility) */
.skip-link {
  position: absolute;
  top: -100%;
  left: 16px;
  background: var(--accent);
  color: #000;
  padding: 8px 16px;
  border-radius: 0 0 6px 6px;
  font-weight: 700;
  font-size: 0.85rem;
  z-index: 2000;
  text-decoration: none;
  transition: top 0.2s;
}

.skip-link:focus {
  top: 0;
}

/* GLOBAL RESET */
html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Inter", sans-serif;
  background-color: var(--bg-color);
  background-image: radial-gradient(
    circle at 50% 0%,
    var(--accent-glow) 0%,
    transparent 40%
  );
  color: var(--text-main);
  line-height: 1.6;
  overflow-x: hidden;
  transition: background-color 0.3s, color 0.3s;
}

img {
  max-width: 100%;
  height: auto;
}

/* SCROLLBAR */
::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: var(--bg-color);
}

::-webkit-scrollbar-thumb {
  background: var(--separator);
  border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
  background: var(--accent);
}

/* FOCUS VISIBLE (Accessibility) */
:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 2px;
}

button:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 2px;
}

a:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 2px;
  border-radius: 4px;
}

/* ACCENT (used in experience descriptions) */
.accent {
  color: var(--accent);
}

/* UTILS */
.font-mono {
  font-family: "JetBrains Mono", monospace;
}

.text-xs {
  font-size: 0.75rem;
}

.uppercase {
  text-transform: uppercase;
}

.text-muted {
  color: var(--text-muted);
}

.hidden {
  display: none !important;
}

.animate-fade {
  animation: fadeIn 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(15px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* LIGHTBOX */
.lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.95);
  z-index: 2000;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: zoom-out;
  backdrop-filter: blur(5px);
}

.lightbox img {
  max-width: 90%;
  max-height: 90%;
  color: #fff;
  text-decoration: none;
}

/* BRAND ACCENT BAR */
nav::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: var(--brand-gradient);
  opacity: 0.6;
}

/* NAV */
nav {
  position: sticky;
  top: 0;
  margin: 0;
  border-radius: 0;
  background: var(--nav-bg);
  padding: 12px 5%;
  border: none;
  border-bottom: 1px solid var(--card-border);
  z-index: 1000;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nav-brand {
  color: var(--heading-color);
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.95rem;
  letter-spacing: -0.5px;
}

.nav-icon {
  flex-shrink: 0;
  transition: transform 0.3s;
}

.nav-brand:hover .nav-icon {
  transform: scale(1.1);
}

.brand-prompt {
  color: var(--subtle-text);
  font-weight: 400;
}

.brand-name {
  color: var(--heading-color);
  font-weight: 700;
}

.brand-suffix {
  color: var(--accent);
  font-weight: 400;
}

@keyframes blink {
  50% {
    opacity: 0;
  }
}

.nav-controls {
  display: flex;
  align-items: center;
  gap: 20px;
}

.lang-switcher {
  display: flex;
  gap: 8px;
  align-items: center;
  border-right: 1px solid var(--card-border);
  padding-right: 20px;
}

.lang-btn {
  background: none;
  border: none;
  cursor: pointer;
  color: var(--subtle-text);
  font-size: 0.8rem;
  font-family: "JetBrains Mono";
  font-weight: 500;
  transition: 0.3s;
}

.lang-btn.active {
  color: var(--accent);
  font-weight: 700;
  text-shadow: 0 0 10px var(--accent-glow);
}

.lang-separator {
  color: var(--separator);
  font-size: 0.8rem;
}

.section-switcher {
  display: flex;
  background: var(--switcher-bg);
  padding: 4px;
  border-radius: 50px;
  border: 1px solid var(--card-border);
}

.sect-btn {
  background: transparent;
  border: none;
  color: var(--text-muted);
  padding: 8px 18px;
  font-size: 0.75rem;
  cursor: pointer;
  border-radius: 40px;
  transition: 0.3s ease;
  font-family: "JetBrains Mono";
  white-space: nowrap;
}

.sect-btn.active {
  background: var(--switcher-active-bg);
  color: var(--switcher-active-text);
  font-weight: 700;
}

.sect-btn:hover:not(.active) {
  color: var(--heading-color);
}

/* HERO */
header {
  padding: 40px 5% 28px;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}

.hero-layout {
  display: flex;
  align-items: center;
  gap: 28px;
}

.hero-text {
  flex: 1;
}

.hero-photo {
  flex-shrink: 0;
}

.hero-photo img {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center 20%;
  border: 3px solid var(--card-border);
  filter: grayscale(20%);
  transition: 0.5s;
}

.hero-photo img:hover {
  filter: grayscale(0%);
  border-color: var(--accent);
  box-shadow: 0 0 30px var(--accent-glow);
}

h1 {
  font-size: clamp(1.4rem, 2.4vw, 1.9rem);
  margin: 0;
  line-height: 1.15;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: var(--heading-color);
  margin-bottom: 8px;
}


.hero-credential {
  font-family: "JetBrains Mono";
  font-size: 0.72rem;
  color: var(--accent);
  display: block;
  letter-spacing: 0.05em;
}

.hero-credentials-line {
  font-family: "JetBrains Mono";
  font-size: 0.65rem;
  color: var(--subtle-text);
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-top: 4px;
  margin-bottom: 4px;
}

.hero-link {
  color: var(--accent);
  text-decoration: none;
  font-weight: 700;
  transition: all 0.3s;
}

.hero-link:hover {
  text-shadow: 0 0 12px var(--accent-glow);
  text-decoration: underline;
}

.hero-desc {
  font-size: 0.88rem;
  color: var(--text-muted);
  font-weight: 300;
  font-style: italic;
  line-height: 1.5;
  margin-top: 6px;
}

/* GRID & CARDS */
.content-wrapper {
  padding: 0 5% 60px;
  max-width: 1200px;
  margin: 0 auto;
}

.grid-layout {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.project-card {
  background: var(--card-bg);
  border: 1px solid var(--card-border);
  border-radius: 10px;
  padding: 20px;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  transition: 0.3s;
  position: relative;
  overflow: hidden;
}

.project-card:hover {
  transform: translateY(-5px);
  border-color: var(--card-hover-border);
  background: var(--card-hover-bg);
}

.card-img {
  width: 100%;
  aspect-ratio: 16/9;
  background: var(--card-img-bg);
  border-radius: 6px;
  margin-top: auto;
  padding-top: 12px;
  overflow: hidden;
  border: 1px solid var(--card-border);
  cursor: zoom-in;
  position: relative;
}

.card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.8;
  transition: 0.5s;
  filter: grayscale(20%);
}

.card-img:hover img {
  opacity: 1;
  transform: scale(1.05);
  filter: grayscale(0%);
}

.card-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
  align-items: flex-start;
}

.card-title {
  font-size: 1.25rem;
  color: var(--heading-color);
  margin: 0;
  font-weight: 600;
}

.card-badge {
  color: var(--text-muted);
  font-size: 0.7rem;
  border: 1px solid var(--card-border);
  padding: 3px 8px;
  border-radius: 4px;
}

.card-desc {
  color: var(--text-muted);
  font-size: 0.85rem;
  margin-bottom: 8px;
  line-height: 1.5;
  flex: 1;
}

.card-tools {
  font-size: 0.7rem;
  color: var(--subtle-text);
  letter-spacing: 0.05em;
}

/* FEATURED PROJECT CARD */
.project-card--featured {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto 1fr auto;
  gap: 0 24px;
  border-color: rgba(74, 222, 128, 0.25);
  background: rgba(74, 222, 128, 0.03);
}

.project-card--featured .card-header {
  grid-column: 1;
  grid-row: 1;
}

.project-card--featured .card-desc {
  grid-column: 1;
  grid-row: 2;
}

.project-card--featured .card-tools {
  grid-column: 1;
  grid-row: 3;
  align-self: end;
}

.project-card--featured .card-cta {
  grid-column: 1;
  grid-row: 4;
}

.project-card--featured .card-img {
  grid-column: 2;
  grid-row: 1 / -1;
  margin-top: 0;
  padding-top: 0;
  aspect-ratio: auto;
  height: 100%;
  min-height: 200px;
}

.project-card--featured:hover {
  border-color: var(--accent);
  box-shadow: 0 0 30px rgba(74, 222, 128, 0.08);
}

.card-title-link {
  color: var(--heading-color);
  text-decoration: none;
  transition: color 0.2s;
}

.card-title-link:hover {
  color: var(--accent);
}

.card-cta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 12px;
  margin-bottom: 12px;
  padding: 8px 16px;
  background: var(--accent);
  color: #000;
  text-decoration: none;
  border-radius: 6px;
  font-size: 0.75rem;
  font-weight: 700;
  transition: all 0.3s;
  width: fit-content;
}

.card-cta:hover {
  background: #fff;
  box-shadow: 0 0 20px var(--accent-glow);
}

.card-links {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 10px;
}

.card-link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 5px 12px;
  border: 1px solid var(--card-border);
  color: var(--text-muted);
  text-decoration: none;
  border-radius: 4px;
  font-size: 0.7rem;
  transition: all 0.3s;
  width: fit-content;
}

.card-link:hover {
  border-color: var(--accent);
  color: var(--accent);
}

/* SERVICES */
.services-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  align-items: stretch;
}

.service-item {
  background: var(--card-bg);
  border: 1px solid var(--card-border);
  padding: 24px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  transition: 0.3s;
  height: auto;
}

.service-item:hover {
  border-color: var(--accent);
  transform: translateY(-3px);
}

.service-title {
  font-size: 1.15rem;
  color: var(--heading-color);
  margin: 0 0 8px 0;
  line-height: 1.3;
}

.tag {
  background: var(--accent-glow);
  color: var(--accent);
  padding: 4px 10px;
  border-radius: 4px;
  font-size: 0.7rem;
  display: inline-block;
  margin-right: 5px;
}

.service-item--featured {
  border-color: rgba(74, 222, 128, 0.25);
  background: rgba(74, 222, 128, 0.03);
}

.service-item--featured:hover {
  border-color: var(--accent);
  box-shadow: 0 0 30px rgba(74, 222, 128, 0.08);
}

.service-outcome {
  color: var(--accent);
  font-size: 0.78rem;
  margin: 0 0 10px 0;
  font-style: italic;
  opacity: 0.85;
  line-height: 1.4;
}

.service-cta-mini {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-top: auto;
  padding-top: 12px;
  color: var(--text-muted);
  text-decoration: none;
  font-size: 0.75rem;
  font-family: 'JetBrains Mono', monospace;
  transition: color 0.3s;
}

.service-cta-mini:hover {
  color: var(--accent);
}

/* TECH PILLARS */
.tech-pillars {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 32px;
  border: 1px solid var(--card-border);
  border-radius: 10px;
  padding: 24px;
  background: var(--switcher-bg);
}

.tp-item {
  text-align: center;
  max-width: 200px;
}

.tp-icon {
  font-size: 1.5rem;
  color: var(--accent);
  margin-bottom: 8px;
  display: block;
}

.tp-title {
  color: var(--heading-color);
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 5px;
}

.tp-desc {
  color: var(--text-muted);
  font-size: 0.75rem;
  line-height: 1.4;
}

/* CV LAYOUT */
.cv-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

.cv-section-title {
  font-size: 0.75rem;
  color: var(--accent);
  margin-bottom: 20px;
  display: block;
  letter-spacing: 0.1em;
  font-weight: 700;
  text-transform: uppercase;
}

.cv-item {
  padding-left: 20px;
  border-left: 1px solid var(--timeline-line);
  position: relative;
  padding-bottom: 24px;
}

.cv-item:last-child {
  border-left: 1px solid transparent;
}

.cv-item::before {
  content: "";
  position: absolute;
  left: -4px;
  top: 5px;
  width: 7px;
  height: 7px;
  background: var(--timeline-dot-bg);
  border: 2px solid var(--timeline-dot-border);
  border-radius: 50%;
}

.cv-date {
  font-family: "JetBrains Mono";
  font-size: 0.75rem;
  color: var(--subtle-text);
  margin-bottom: 5px;
  display: block;
}

.cv-role {
  font-size: 1rem;
  color: var(--heading-color);
  font-weight: 600;
  margin: 0 0 4px 0;
}

.cv-place {
  font-size: 0.85rem;
  color: var(--text-muted);
  font-style: italic;
  margin-bottom: 8px;
}

.cv-place a {
  color: var(--accent);
  text-decoration: none;
  font-style: normal;
  font-weight: 600;
  transition: opacity 0.2s;
}

.cv-place a:hover {
  opacity: 0.8;
  text-decoration: underline;
}

.cv-details {
  font-size: 0.82rem;
  color: var(--text-muted);
  line-height: 1.45;
}

.cv-details ul {
  margin: 0;
  padding-left: 16px;
}

.cv-details li {
  margin-bottom: 3px;
}

.cv-details a {
  color: var(--accent);
  text-decoration: none;
  transition: opacity 0.2s;
}

.cv-details a:hover {
  opacity: 0.8;
  text-decoration: underline;
}

/* DISTINCIONES */
.award-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.award-item {
  margin-bottom: 16px;
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

.award-icon {
  font-size: 1.2rem;
  line-height: 1.2;
}

.award-content {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.award-title {
  color: var(--heading-color);
  font-weight: 600;
  font-size: 0.9rem;
}

.award-desc {
  color: var(--text-muted);
  font-size: 0.8rem;
  line-height: 1.4;
}

/* STACK & BOTON */
.tech-stack {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 8px;
}

.tech-badge {
  font-family: "JetBrains Mono";
  font-size: 0.68rem;
  background: var(--switcher-bg);
  color: var(--text-muted);
  border: 1px solid var(--card-border);
  padding: 4px 10px;
  border-radius: 4px;
}

.btn-download {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  background: #ffffff;
  color: #000000;
  padding: 14px 28px;
  width: fit-content;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 700;
  font-size: 0.85rem;
  transition: all 0.3s;
  margin-top: 32px;
  font-family: "JetBrains Mono";
}

.btn-download:hover {
  background: var(--accent);
  box-shadow: 0 0 20px var(--accent-glow);
}

/* FOOTER */
footer {
  margin-top: 60px;
  background: var(--footer-bg);
  border-top: 1px solid var(--card-border);
}

.compliance-bar {
  background: var(--compliance-bg);
  border-bottom: 1px solid var(--card-border);
  padding: 20px 5%;
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

.comp-badge {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-decoration: none;
  border: 1px solid var(--card-border);
  padding: 12px 16px;
  border-radius: 8px;
  transition: 0.3s;
  width: 220px;
  background: var(--switcher-bg);
}

.comp-badge:hover {
  border-color: var(--accent);
  background: rgba(74, 222, 128, 0.05);
  transform: translateY(-2px);
}

.comp-title {
  font-family: "JetBrains Mono";
  font-size: 0.8rem;
  color: var(--heading-color);
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}

.comp-dot {
  width: 8px;
  height: 8px;
  background: var(--accent);
  border-radius: 50%;
  box-shadow: 0 0 8px var(--accent);
}

.comp-desc {
  font-size: 0.75rem;
  color: var(--subtle-text);
  line-height: 1.4;
}

.footer-content {
  padding: 32px 5%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 32px;
}

.footer-col {
  flex: 1;
  min-width: 200px;
}

.footer-link {
  display: block;
  color: var(--subtle-text);
  text-decoration: none;
  margin-bottom: 8px;
  font-size: 0.9rem;
  transition: 0.2s;
}

.footer-link:hover {
  color: var(--accent);
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 1rem;
  margin-bottom: 8px;
  letter-spacing: -0.5px;
}

.whatsapp-float {
  position: fixed;
  bottom: 30px;
  right: 30px;
  background-color: var(--whatsapp);
  color: #fff;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  z-index: 100;
  transition: 0.3s;
}

.whatsapp-float:hover {
  transform: scale(1.1);
}

.whatsapp-icon {
  width: 30px;
  height: 30px;
  fill: white;
}

/* THEME TOGGLE */
.theme-btn {
  background: none;
  border: 1px solid var(--card-border);
  border-radius: 50%;
  width: 32px;
  height: 32px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-muted);
  transition: 0.3s;
  font-size: 16px;
  flex-shrink: 0;
}

.theme-btn:hover {
  border-color: var(--accent);
  color: var(--accent);
}

/* SERVICE PRICE BADGE */
.service-price {
  display: block;
  color: var(--accent);
  font-size: 0.78rem;
  font-weight: 600;
  margin-top: 8px;
  font-family: 'JetBrains Mono', monospace;
  letter-spacing: -0.01em;
}

/* CONTACT FORM */
.contact-form {
  display: grid;
  gap: 10px;
  max-width: 420px;
  width: 100%;
  margin: 0 auto;
  text-align: left;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  padding: 10px 14px;
  background: var(--input-bg);
  border: 1px solid var(--input-border);
  border-radius: 6px;
  color: var(--text-main);
  font-family: 'Inter', sans-serif;
  font-size: 0.85rem;
  transition: border-color 0.3s;
  box-sizing: border-box;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: var(--text-muted);
  opacity: 0.6;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  outline: none;
  border-color: var(--accent);
}

.contact-form select {
  appearance: none;
  cursor: pointer;
}

.contact-form select option {
  background: var(--bg-color);
  color: var(--text-main);
}

.contact-form button[type="submit"] {
  width: 100%;
  cursor: pointer;
  border: none;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

/* BLOG / NOTAS */
.blog-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.blog-empty {
  grid-column: 1 / -1;
  text-align: center;
  padding: 60px 20px;
}

.post-card {
  background: var(--card-bg);
  border: 1px solid var(--card-border);
  border-radius: 10px;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  transition: 0.3s;
  overflow: hidden;
}

.post-card:hover {
  transform: translateY(-5px);
  border-color: var(--card-hover-border);
  background: var(--card-hover-bg);
}

.post-card-img {
  width: 100%;
  aspect-ratio: 16/9;
  background: var(--card-img-bg);
  overflow: hidden;
}

.post-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.8;
  transition: 0.5s;
  filter: grayscale(20%);
}

.post-card:hover .post-card-img img {
  opacity: 1;
  transform: scale(1.05);
  filter: grayscale(0%);
}

.post-card-body {
  padding: 20px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.post-card-meta {
  font-size: 0.7rem;
  color: var(--subtle-text);
  letter-spacing: 0.05em;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
}

.post-separator {
  color: var(--separator);
}

.post-card-title {
  font-size: 1.15rem;
  color: var(--heading-color);
  margin: 0 0 8px 0;
  font-weight: 600;
  line-height: 1.3;
}

.post-card-excerpt {
  color: var(--text-muted);
  font-size: 0.85rem;
  line-height: 1.5;
  margin-bottom: 12px;
  flex: 1;
}

.post-card-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
  padding-top: 12px;
  border-top: 1px solid var(--card-border);
}

.post-card-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}

.post-card-tags .tag {
  font-size: 0.6rem;
  padding: 2px 8px;
}

.post-card-cta {
  color: var(--text-muted);
  font-size: 0.75rem;
  transition: color 0.3s;
  white-space: nowrap;
}

.post-card:hover .post-card-cta {
  color: var(--accent);
}

/* LIGHT THEME OVERRIDES */
html[data-theme="light"] .hero-photo img {
  filter: grayscale(10%);
}

html[data-theme="light"] .lightbox {
  background: rgba(0, 0, 0, 0.85);
}

html[data-theme="light"] nav {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
}

html[data-theme="light"] .card-cta {
  color: #fff;
}

html[data-theme="light"] .whatsapp-float {
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}

html[data-theme="light"] .service-item,
html[data-theme="light"] .project-card {
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
}

html[data-theme="light"] .service-item:hover,
html[data-theme="light"] .project-card:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

html[data-theme="light"] .tag {
  background: rgba(21, 128, 61, 0.1);
  color: #15803d;
}

html[data-theme="light"] .tech-pillars {
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
}

html[data-theme="light"] .comp-badge:hover {
  background: rgba(21, 128, 61, 0.04);
}

html[data-theme="light"] .cv-section-title {
  color: #09090b;
}

html[data-theme="light"] .btn-download {
  background: #09090b;
  color: #fafafa;
}

html[data-theme="light"] .btn-download:hover {
  background: #15803d;
}

html[data-theme="light"] .post-card {
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
}

html[data-theme="light"] .post-card:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}
