diff --git a/css/style.css b/css/style.css
index 4cb5fa6..352bba3 100644
--- a/css/style.css
+++ b/css/style.css
@@ -162,3 +162,17 @@ html.lenis {
font-family: 'Inter', sans-serif;
font-weight: 500;
}
+
+/* ═══════════════════════════
+ CV DOWNLOAD MODAL
+═══════════════════════════ */
+#cv-modal.is-open {
+ opacity: 1;
+ pointer-events: auto;
+}
+#cv-modal.is-open #cv-modal-card {
+ transform: scale(1);
+}
+.cv-lang-btn:hover {
+ background: rgba(255, 255, 255, 0.03);
+}
diff --git a/index.html b/index.html
index ded8690..3bb5f3b 100644
--- a/index.html
+++ b/index.html
@@ -129,6 +129,9 @@
02 / Experience
Experience
& Journey
+
+ Download CV
+
@@ -286,6 +289,26 @@
+
+
+
+
+
+
Download CV
+
Choose your language
+
+
+
+