@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Architects+Daughter");
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */ /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* Variables spécifiques à la page expérience */
/* ================================================================
   PAGE EXPÉRIENCE - DESIGN MODERNE AVEC TIMELINE ET GLASSMORPHISM
   ================================================================ */
.back-button {
  position: absolute;
  top: 2rem;
  left: 2rem;
  z-index: 10;
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.875rem 1.5rem;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50px;
  color: white;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}
.back-button svg {
  transition: transform 0.3s ease;
  flex-shrink: 0;
}
.back-button .back-text {
  display: inline-block;
  transition: opacity 0.3s ease;
}
.back-button:hover {
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.4);
  transform: translateX(-5px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}
.back-button:hover svg {
  transform: translateX(-3px);
}
.back-button:active {
  transform: translateX(-3px) scale(0.98);
}
@media (max-width: 768px) {
  .back-button {
    top: 1.5rem;
    left: 1.5rem;
    padding: 0.75rem 1.25rem;
    font-size: 0.95rem;
    gap: 0.5rem;
  }
  .back-button svg {
    width: 18px;
    height: 18px;
  }
}
@media (max-width: 480px) {
  .back-button {
    top: 1rem;
    left: 1rem;
    padding: 0.625rem 1rem;
    font-size: 0.9rem;
  }
  .back-button .back-text {
    display: none;
  }
  .back-button svg {
    width: 20px;
    height: 20px;
  }
  .back-button:hover {
    transform: translateX(-3px);
  }
}

/* ===========================
   HERO SECTION - EXPÉRIENCE
   =========================== */
.experience-hero {
  position: relative;
  padding: 8rem 0 6rem;
  background: linear-gradient(135deg, #0f0c29 0%, #302b63 50%, #24243e 100%);
  overflow: hidden;
}
.experience-hero .hero-content-experience {
  position: relative;
  z-index: 1;
  text-align: center;
  color: white;
}
.experience-hero .hero-title {
  font-size: 3.5rem;
  font-weight: 800;
  margin-bottom: 1.5rem;
  text-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
  animation: fadeInDown 0.8s ease-out;
}
.experience-hero .hero-description {
  font-size: 1.25rem;
  line-height: 1.8;
  max-width: 700px;
  margin: 0 auto 3rem;
  opacity: 0.95;
  animation: fadeInUp 0.8s ease-out 0.2s both;
}
@media (max-width: 768px) {
  .experience-hero {
    padding: 5rem 0 4rem;
  }
  .experience-hero .hero-title {
    font-size: 2.5rem;
  }
  .experience-hero .hero-description {
    font-size: 1.1rem;
  }
}
@media (max-width: 480px) {
  .experience-hero {
    padding: 4rem 0 3rem;
  }
  .experience-hero .hero-title {
    font-size: 2rem;
  }
  .experience-hero .hero-description {
    font-size: 1rem;
  }
}

/* Stats Section dans Hero */
.experience-stats {
  display: flex;
  justify-content: center;
  gap: 3rem;
  margin-top: 3rem;
  animation: fadeInUp 0.8s ease-out 0.4s both;
}
.experience-stats .stat-item {
  text-align: center;
  padding: 1.5rem 2rem;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.3s ease;
}
.experience-stats .stat-item:hover {
  transform: translateY(-5px);
  background: rgba(255, 255, 255, 0.15);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}
.experience-stats .stat-number {
  display: block;
  font-size: 2.5rem;
  font-weight: 800;
  margin-bottom: 0.5rem;
}
.experience-stats .stat-label {
  display: block;
  font-size: 0.9rem;
  opacity: 0.9;
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media (max-width: 768px) {
  .experience-stats {
    gap: 1.5rem;
  }
  .experience-stats .stat-item {
    padding: 1rem 1.5rem;
  }
  .experience-stats .stat-number {
    font-size: 2rem;
  }
  .experience-stats .stat-label {
    font-size: 0.8rem;
  }
}
@media (max-width: 480px) {
  .experience-stats {
    flex-direction: column;
    gap: 1rem;
  }
}

/* ===========================
   TIMELINE SECTION
   =========================== */
.timeline-section {
  padding: 6rem 0;
  background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 50%, #f8f9fa 100%);
  position: relative;
}

.timeline {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
  padding: 2rem 0;
  /* Ligne verticale de la timeline */
}
.timeline::before {
  content: "";
  position: absolute;
  left: 160px;
  top: 0;
  bottom: 0;
  width: 4px;
  background: linear-gradient(180deg, var(--primary-color), var(--secondary-color));
  border-radius: 2px;
  box-shadow: 0 0 20px rgba(102, 126, 234, 0.3);
  z-index: 1;
}
@media (max-width: 992px) {
  .timeline::before {
    left: 30px;
  }
}
@media (max-width: 480px) {
  .timeline::before {
    left: 20px;
  }
}

/* ===========================
   TIMELINE ITEM
   =========================== */
.timeline-item {
  position: relative;
  margin-bottom: 4rem;
  display: grid;
  grid-template-columns: 150px auto 1fr;
  gap: 1.5rem;
  align-items: start;
}
.timeline-item:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .timeline-item {
    display: flex;
    flex-direction: column;
    margin-left: 70px;
    gap: 1rem;
  }
}
@media (max-width: 480px) {
  .timeline-item {
    margin-left: 50px;
  }
}

/* Timeline Marker (dot + period) */
.timeline-marker {
  grid-column: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-start;
  position: relative;
  padding-right: 1rem;
}
.timeline-marker .marker-dot {
  position: absolute;
  right: -26px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 20px;
  height: 20px;
  background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
  border-radius: 50%;
  border: 4px solid white;
  box-shadow: 0 0 0 4px rgba(102, 126, 234, 0.2), 0 4px 12px rgba(0, 0, 0, 0.15);
  z-index: 2;
  animation: pulse-with-shadow 2s infinite;
}
.timeline-marker .timeline-period {
  display: inline-block;
  font-size: 1rem;
  font-weight: 700;
  color: var(--primary-color);
  background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-align: right;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .timeline-marker {
    flex-direction: row;
    align-items: center;
    gap: 0.75rem;
    padding-right: 0;
  }
  .timeline-marker .marker-dot {
    position: absolute;
    left: -52px;
    right: auto;
  }
  .timeline-marker .timeline-period {
    text-align: left;
  }
}
@media (max-width: 480px) {
  .timeline-marker .marker-dot {
    left: -42px;
  }
}

/* Timeline Content */
.timeline-content {
  grid-column: 3;
}
@media (max-width: 992px) {
  .timeline-content {
    grid-column: auto;
  }
}

/* ===========================
   COMPANY HEADER
   =========================== */
.company-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  border-bottom: 2px solid rgba(102, 126, 234, 0.1);
}
.company-header .company-name {
  font-size: 2rem;
  font-weight: 800;
  color: var(--text-dark);
  margin: 0;
  background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.company-header .duration {
  font-size: 1rem;
  font-weight: 600;
  color: var(--text-light);
  padding: 0.5rem 1rem;
  background: rgba(102, 126, 234, 0.1);
  border-radius: 20px;
}
@media (max-width: 768px) {
  .company-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
  .company-header .company-name {
    font-size: 1.5rem;
  }
}

/* ===========================
   POSITION CARD - GLASSMORPHISM
   =========================== */
.position-card {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  padding: 2rem;
  margin-bottom: 2rem;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
  position: relative;
  overflow: hidden;
}
.position-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, var(--primary-color), var(--secondary-color));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
}
.position-card:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(102, 126, 234, 0.3);
  box-shadow: 0 16px 48px rgba(102, 126, 234, 0.2);
}
.position-card:hover::before {
  transform: scaleX(1);
}
.position-card:last-child {
  margin-bottom: 0;
}
.position-card.compact {
  padding: 1.5rem;
  background: rgba(102, 126, 234, 0.05);
  border-left: 4px solid var(--primary-color);
}
.position-card.compact::before {
  display: none;
}
@media (max-width: 768px) {
  .position-card {
    padding: 1.5rem;
    border-radius: 16px;
  }
}

/* Position Header */
.position-header {
  margin-bottom: 1.5rem;
}
.position-header .position-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--text-dark);
  margin: 0 0 1rem 0;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.position-header .position-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  font-size: 0.95rem;
  color: var(--text-light);
}
.position-header .position-meta .period {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.4rem 1rem;
  background: rgba(102, 126, 234, 0.1);
  border-radius: 20px;
  font-weight: 600;
}
.position-header .position-meta .period::before {
  content: "📅";
}
.position-header .position-meta .team-size {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.4rem 1rem;
  background: rgba(254, 202, 87, 0.15);
  border-radius: 20px;
  font-weight: 600;
  color: var(--experience-orange);
}
@media (max-width: 768px) {
  .position-header .position-title {
    font-size: 1.25rem;
  }
  .position-header .position-meta {
    flex-direction: column;
    gap: 0.5rem;
  }
}

/* Tech Stack Tags */
.tech-stack {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid rgba(102, 126, 234, 0.1);
}

.tech-tag {
  display: inline-block;
  padding: 0.5rem 1rem;
  background: linear-gradient(135deg, rgba(102, 126, 234, 0.1), rgba(118, 75, 162, 0.1));
  border: 1px solid rgba(102, 126, 234, 0.2);
  border-radius: 20px;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--primary-color);
  transition: all 0.3s ease;
}
.tech-tag:hover {
  background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(102, 126, 234, 0.3);
}

/* Responsibilities Section */
.responsibilities h5 {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--text-dark);
  margin: 1.5rem 0 1rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.responsibilities p {
  color: var(--text-dark);
  line-height: 1.8;
  margin-bottom: 1rem;
}

/* Project List */
.project-list li,
.achievements-list li {
  position: relative;
  padding-left: 2rem;
  margin-bottom: 1rem;
  color: var(--text-dark);
  line-height: 1.8;
}
.project-list li::before,
.achievements-list li::before {
  content: "▸";
  position: absolute;
  left: 0.5rem;
  color: var(--primary-color);
  font-size: 1.2rem;
  font-weight: bold;
}
.project-list li strong,
.achievements-list li strong {
  color: var(--primary-color);
  font-weight: 700;
}
.project-list p,
.achievements-list p {
  color: var(--primary-color);
  font-weight: 700;
}

.achievements-list li:not(.no-check)::before {
  content: "✓";
  background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* ===========================
   FORMATION SECTION
   =========================== */
.education-section {
  padding: 6rem 0;
  background: white;
}
.education-section .section-title {
  margin-bottom: 4rem;
}

.education-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 2rem;
  max-width: 1100px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .education-grid {
    grid-template-columns: 1fr;
  }
}

.education-card {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  padding: 2rem;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
  position: relative;
  overflow: hidden;
}
.education-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, var(--primary-color), var(--secondary-color));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
}
.education-card:hover {
  transform: translateY(-8px);
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(102, 126, 234, 0.3);
  box-shadow: 0 16px 48px rgba(102, 126, 234, 0.2);
}
.education-card:hover::before {
  transform: scaleX(1);
}
.education-card .education-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 1rem;
}
.education-card .education-header .school-name {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--text-dark);
  margin: 0;
  flex: 1;
}
.education-card .education-header .period {
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--primary-color);
  padding: 0.4rem 0.8rem;
  background: rgba(102, 126, 234, 0.1);
  border-radius: 12px;
  white-space: nowrap;
  margin-left: 1rem;
}
.education-card .degree {
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--primary-color);
  margin: 0.5rem 0;
}
.education-card .field {
  font-size: 0.95rem;
  color: var(--text-light);
  margin: 0;
}

/* ===========================
   CTA SECTION
   =========================== */
.cta-content {
  position: relative;
  z-index: 1;
  text-align: center;
  color: white;
  padding-bottom: 2rem;
}
.cta-content .cta-title {
  font-size: 2.5rem;
  font-weight: 800;
  margin-bottom: 1rem;
  text-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}
.cta-content .cta-description {
  font-size: 1.25rem;
  margin-bottom: 2.5rem;
  opacity: 0.95;
}
.cta-content .cta-actions {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cta-content {
    padding: 4rem 0;
  }
  .cta-content .cta-title {
    font-size: 2rem;
  }
  .cta-content .cta-description {
    font-size: 1.1rem;
  }
}
@media (max-width: 480px) {
  .cta-content .cta-actions {
    flex-direction: column;
    width: 100%;
  }
}

/* ===========================
   ANIMATIONS
   =========================== */
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes pulse-with-shadow {
  0%, 100% {
    box-shadow: 0 0 0 4px rgba(102, 126, 234, 0.2), 0 4px 12px rgba(0, 0, 0, 0.15);
  }
  50% {
    box-shadow: 0 0 0 8px rgba(102, 126, 234, 0.3), 0 4px 16px rgba(0, 0, 0, 0.2);
  }
}
:root {
  --primary-color: #667eea;
  --secondary-color: #764ba2;
  --accent-color: #2879d0;
  --experience-orange: #ff6b6b;
  --experience-gold: #feca57;
  --text-dark: #2c3e50;
  --text-light: #7f8c8d;
  --bg-light: #f8f9fa;
  --bg-white: #ffffff;
  --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.1);
  --shadow-md: 0 4px 12px rgba(0, 0, 0, 0.15);
  --shadow-lg: 0 10px 30px rgba(0, 0, 0, 0.3);
  --transition: all 0.3s ease;
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, serif;
}

.language-switcher {
  position: absolute;
  top: 2rem;
  right: 2rem;
  z-index: 9999;
  display: flex;
  gap: 0.5rem;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50px;
  padding: 0.5rem;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(255, 255, 255, 0.1) inset;
  animation: slideInDown 0.6s ease-out;
}
@media (max-width: 768px) {
  .language-switcher {
    top: 1.5rem;
    right: 1.5rem;
  }
}
@media (max-width: 480px) {
  .language-switcher {
    top: 1rem;
    right: 1rem;
    gap: 0.4rem;
    padding: 0.4rem;
  }
}

.lang-btn {
  position: relative;
  padding: 0.75rem 1.5rem;
  background: transparent;
  border: none;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.95rem;
  font-weight: 700;
  cursor: pointer;
  border-radius: 50px;
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  overflow: hidden;
  letter-spacing: 0.5px;
  font-family: "Architects Daughter", "Helvetica Neue", Helvetica, Arial, serif;
}
.lang-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s;
}
.lang-btn:hover:not(.active) {
  color: white;
  transform: scale(1.08);
  background: rgba(255, 255, 255, 0.15);
  box-shadow: 0 4px 20px rgba(255, 255, 255, 0.2), 0 0 0 1px rgba(255, 255, 255, 0.3) inset;
}
.lang-btn:hover:not(.active)::before {
  left: 100%;
}
.lang-btn:active {
  transform: scale(0.95);
}
.lang-btn.active {
  background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
  color: white;
  box-shadow: 0 4px 15px rgba(102, 126, 234, 0.4), 0 0 0 1px rgba(255, 255, 255, 0.2) inset;
  transform: scale(1);
}
.lang-btn.active:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 20px rgba(102, 126, 234, 0.6), 0 0 0 1px rgba(255, 255, 255, 0.3) inset;
}
.lang-btn.active:hover::before {
  left: 100%;
}
@media (max-width: 768px) {
  .lang-btn {
    padding: 0.6rem 1.2rem;
    font-size: 0.9rem;
  }
}
@media (max-width: 480px) {
  .lang-btn {
    padding: 0.5rem 1rem;
    font-size: 0.85rem;
  }
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Architects Daughter", "Helvetica Neue", Helvetica, Arial, serif;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#main-content {
  padding: 0;
  margin: 0;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
}
@media (max-width: 768px) {
  .container {
    padding: 0 1rem;
  }
}

section {
  padding: 2rem 0;
}
@media (max-width: 768px) {
  section {
    padding: 4rem 0;
  }
}
@media (max-width: 480px) {
  section {
    padding: 3rem 0;
  }
}

.section-title {
  font-size: 1.75rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 3rem;
  margin-top: 0;
  color: var(--text-dark);
  position: relative;
  padding-bottom: 1rem;
}
.section-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 30%;
  height: 4px;
  background: linear-gradient(90deg, var(--primary-color), var(--secondary-color));
  border-radius: 2px;
}
@media (max-width: 992px) {
  .section-title {
    font-size: 2rem;
  }
  .section-title::after {
    width: 40%;
  }
}
@media (max-width: 768px) {
  .section-title {
    font-size: 1.8rem;
    margin-bottom: 2rem;
  }
  .section-title::after {
    width: 50%;
    height: 3px;
  }
}
@media (max-width: 480px) {
  .section-title {
    font-size: 1.5rem;
  }
  .section-title::after {
    width: 60%;
  }
}

@keyframes float {
  0%, 100% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-20px) rotate(5deg);
  }
}
@keyframes pulse {
  0%, 100% {
    opacity: 0.5;
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    opacity: 0.8;
    transform: translate(-50%, -50%) scale(1.1);
  }
}
@keyframes blink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.3;
  }
}
@keyframes gradientMove {
  0%, 100% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
}
@keyframes slideInLeft {
  from {
    opacity: 0;
    transform: translateX(-50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes slideInRight {
  from {
    opacity: 0;
    transform: translateX(50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes slideInDown {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: linear-gradient(135deg, #0f0c29 0%, #302b63 50%, #24243e 100%);
}
@media (max-width: 768px) {
  .hero {
    min-height: auto;
    padding: 5rem 0;
  }
}

.hero-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.hero-background .hero-pattern {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: radial-gradient(circle at 20% 50%, rgba(120, 119, 198, 0.3) 0%, transparent 50%), radial-gradient(circle at 80% 80%, rgba(102, 126, 234, 0.3) 0%, transparent 50%), radial-gradient(circle at 40% 20%, rgba(118, 75, 162, 0.2) 0%, transparent 50%);
  animation: float 20s ease-in-out infinite;
}

.hero-content {
  max-width: 1400px;
  margin: 0 auto;
  padding: 4rem 2rem;
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 4rem;
  align-items: center;
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .hero-content {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 3rem;
  }
}
@media (max-width: 768px) {
  .hero-content {
    padding: 2rem 1rem;
  }
}

.hero-image {
  display: flex;
  justify-content: center;
  align-items: center;
  order: 2;
}
@media (max-width: 992px) {
  .hero-image {
    order: initial;
  }
}

.image-wrapper {
  position: relative;
  width: 100%;
  height: auto;
  max-width: 350px;
}
.image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4), 0 0 100px rgba(102, 126, 234, 0.2);
  transition: var(--transition);
  position: relative;
  z-index: 2;
  animation: slideInRight 0.8s ease-out;
}
.image-wrapper img:hover {
  transform: scale(1.02);
  box-shadow: 0 25px 70px rgba(0, 0, 0, 0.5), 0 0 120px rgba(102, 126, 234, 0.3);
}

.image-glow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 120%;
  height: 120%;
  background: radial-gradient(circle, rgba(102, 126, 234, 0.4) 0%, transparent 70%);
  filter: blur(40px);
  z-index: 1;
  animation: pulse 4s ease-in-out infinite;
}

.hero-text {
  color: white;
  order: 1;
}
@media (max-width: 992px) {
  .hero-text {
    order: initial;
  }
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  background: rgba(102, 126, 234, 0.2);
  border: 1px solid rgba(102, 126, 234, 0.3);
  border-radius: 50px;
  font-size: 0.9rem;
  font-weight: 500;
  margin-bottom: 2rem;
  backdrop-filter: blur(10px);
  animation: slideInDown 0.6s ease-out;
}
.hero-badge .badge-dot {
  width: 8px;
  height: 8px;
  background: #4ade80;
  border-radius: 50%;
  animation: blink 2s ease-in-out infinite;
}

.hero-title {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  color: rgba(255, 255, 255, 0.9) !important;
  animation: slideInLeft 0.8s ease-out;
}
@media (max-width: 992px) {
  .hero-title {
    font-size: 2.5rem;
  }
}
@media (max-width: 768px) {
  .hero-title {
    font-size: 2rem;
  }
}
@media (max-width: 480px) {
  .hero-title {
    font-size: 1.5rem;
  }
}

.hero-name {
  display: block;
  font-size: 4rem;
  font-weight: 800;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 50%, #f093fb 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-top: 0.5rem;
  animation: gradientMove 3s ease infinite;
  background-size: 200% 200%;
}
@media (max-width: 992px) {
  .hero-name {
    font-size: 3rem;
  }
}
@media (max-width: 768px) {
  .hero-name {
    font-size: 2.5rem;
  }
}
@media (max-width: 480px) {
  .hero-name {
    font-size: 2rem;
  }
}

.hero-roles {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
  font-size: 1.2rem;
  animation: slideInLeft 1s ease-out;
}
@media (max-width: 992px) {
  .hero-roles {
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .hero-roles {
    font-size: 1rem;
    flex-direction: column;
    gap: 0.5rem;
  }
}
.hero-roles .role-item {
  color: rgba(255, 255, 255, 0.9);
  font-weight: 500;
  line-height: 1.2;
  display: flex;
  align-items: center;
}
.hero-roles .role-separator {
  color: rgba(255, 255, 255, 0.4);
  font-size: 1.2rem;
  line-height: 1;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .hero-roles .role-separator {
    display: none;
  }
}

.hero-description {
  font-size: 1.2rem;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 2rem;
  max-width: 600px;
  animation: slideInLeft 1.2s ease-out;
}
@media (max-width: 992px) {
  .hero-description {
    margin: auto;
  }
}
@media (max-width: 768px) {
  .hero-description {
    font-size: 1rem;
  }
}

.hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  margin-bottom: 2.5rem;
  animation: slideInLeft 1.4s ease-out;
}
@media (max-width: 992px) {
  .hero-meta {
    justify-content: center;
  }
}
.hero-meta .meta-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.hero-meta .meta-icon {
  font-size: 1.4rem;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-meta .meta-text {
  color: rgba(255, 255, 255, 0.85);
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  animation: slideInLeft 1.6s ease-out;
}
@media (max-width: 992px) {
  .hero-actions {
    justify-content: center;
  }
}
@media (max-width: 480px) {
  .hero-actions {
    flex-direction: column;
    width: 100%;
  }
}

.btn-primary,
.btn-secondary {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 1rem 2rem;
  border-radius: 50px;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.btn-primary svg,
.btn-secondary svg {
  width: 20px;
  height: 20px;
}
.btn-primary::before,
.btn-secondary::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s;
}
.btn-primary:hover::before,
.btn-secondary:hover::before {
  left: 100%;
}
@media (max-width: 768px) {
  .btn-primary,
  .btn-secondary {
    padding: 0.8rem 1.5rem;
    font-size: 0.9rem;
  }
}
@media (max-width: 480px) {
  .btn-primary,
  .btn-secondary {
    justify-content: center;
  }
}

.btn-primary {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white !important;
  box-shadow: 0 4px 15px rgba(102, 126, 234, 0.4);
}
.btn-primary::before {
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
}
.btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(102, 126, 234, 0.6);
}

.btn-exp {
  background: linear-gradient(135deg, var(--experience-orange) 0%, var(--experience-gold) 100%);
  color: white !important;
  box-shadow: 0 4px 15px rgba(255, 107, 107, 0.4);
  position: relative;
  overflow: hidden;
}
.btn-exp:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(255, 107, 107, 0.6);
}

.btn-secondary {
  background: rgba(255, 255, 255, 0.05);
  color: white !important;
  border: 2px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
}
.btn-secondary::before {
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
}
.btn-secondary:hover {
  background: rgba(102, 126, 234, 0.3);
  border-color: var(--primary-color);
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(102, 126, 234, 0.3);
}

.about-section {
  position: relative;
  overflow: hidden;
}
.about-section .about-text {
  position: relative;
  border-radius: 30px;
  padding: 4px;
  overflow: hidden;
}
.about-section .about-text::before {
  content: "";
  position: absolute;
  inset: -150%;
  background: conic-gradient(from 0deg, var(--primary-color), var(--secondary-color) 10deg, #f093fb 20deg, transparent 30deg, transparent 100%);
  animation: rotateBorder 4s linear infinite;
}
.about-section .about-text .about-text-inner {
  display: block;
  font-size: 1.3rem;
  line-height: 2;
  text-align: center;
  color: var(--text-dark);
  font-weight: 400;
  padding: 3rem;
  background: rgb(255, 255, 255);
  border-radius: 28px;
  box-shadow: 0 10px 40px rgba(102, 126, 234, 0.25), 0 0 80px rgba(118, 75, 162, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 -1px 0 rgba(102, 126, 234, 0.15);
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .about-section .about-text .about-text-inner {
    font-size: 1.2rem;
  }
}
@media (max-width: 768px) {
  .about-section .about-text .about-text-inner {
    font-size: 1.1rem;
    line-height: 1.8;
  }
}
@media (max-width: 480px) {
  .about-section .about-text .about-text-inner {
    font-size: 1rem;
  }
}

@keyframes rotateBorder {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.experience-cta-section {
  position: relative;
  padding: 8rem 0;
  background: linear-gradient(135deg, #0f0c29 0%, #302b63 50%, #24243e 100%);
  overflow: hidden;
}
@media (max-width: 768px) {
  .experience-cta-section {
    padding: 6rem 0;
  }
}
@media (max-width: 480px) {
  .experience-cta-section {
    padding: 4rem 0;
  }
}

.experience-cta-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 0;
}
.experience-cta-background .floating-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.3;
  animation: floatOrb 20s ease-in-out infinite;
}
.experience-cta-background .floating-orb.orb-1 {
  width: 400px;
  height: 400px;
  background: var(--experience-orange);
  top: -100px;
  left: -100px;
  animation-delay: 0s;
}
.experience-cta-background .floating-orb.orb-2 {
  width: 500px;
  height: 500px;
  background: var(--experience-gold);
  bottom: -150px;
  right: -150px;
  animation-delay: 5s;
  animation-duration: 25s;
}
.experience-cta-background .floating-orb.orb-3 {
  width: 350px;
  height: 350px;
  background: var(--primary-color);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation-delay: 10s;
  animation-duration: 30s;
}

@keyframes floatOrb {
  0%, 100% {
    transform: translate(0, 0) scale(1);
  }
  25% {
    transform: translate(30px, -30px) scale(1.1);
  }
  50% {
    transform: translate(-20px, 20px) scale(0.9);
  }
  75% {
    transform: translate(20px, 30px) scale(1.05);
  }
}
.experience-cta-content {
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
  animation: fadeInUp 1s ease-out;
}

.experience-cta-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 120px;
  margin: 0 auto 2rem;
  background: linear-gradient(135deg, var(--experience-orange), var(--experience-gold));
  border-radius: 30px;
  box-shadow: 0 20px 60px rgba(255, 107, 107, 0.4), 0 0 0 0 rgba(255, 107, 107, 0.7);
  animation: iconFloat 4s ease-in-out infinite;
  position: relative;
  transition: all 0.3s ease;
}
.experience-cta-icon::before {
  content: "";
  position: absolute;
  inset: -3px;
  background: linear-gradient(135deg, var(--experience-orange), var(--experience-gold), var(--experience-orange));
  border-radius: 32px;
  z-index: -1;
  opacity: 0.5;
  filter: blur(20px);
  animation: glowPulse 3s ease-in-out infinite;
}
.experience-cta-icon::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 30px;
  background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.1), transparent);
  animation: shimmer 3s ease-in-out infinite;
}
.experience-cta-icon svg {
  color: white;
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.2));
  position: relative;
  z-index: 1;
}
.experience-cta-icon:hover {
  transform: translateY(-5px) scale(1.05);
  box-shadow: 0 25px 70px rgba(255, 107, 107, 0.6), 0 0 0 8px rgba(255, 107, 107, 0.2);
}
@media (max-width: 768px) {
  .experience-cta-icon {
    width: 100px;
    height: 100px;
  }
  .experience-cta-icon svg {
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 480px) {
  .experience-cta-icon {
    width: 80px;
    height: 80px;
    border-radius: 20px;
  }
  .experience-cta-icon svg {
    width: 50px;
    height: 50px;
  }
}

@keyframes iconFloat {
  0%, 100% {
    transform: translateY(0) rotate(0deg);
  }
  25% {
    transform: translateY(-10px) rotate(2deg);
  }
  50% {
    transform: translateY(-15px) rotate(0deg);
  }
  75% {
    transform: translateY(-10px) rotate(-2deg);
  }
}
@keyframes glowPulse {
  0%, 100% {
    opacity: 0.3;
    filter: blur(20px);
  }
  50% {
    opacity: 0.7;
    filter: blur(30px);
  }
}
@keyframes shimmer {
  0% {
    background-position: -100% 0;
  }
  100% {
    background-position: 200% 0;
  }
}
.experience-cta-title {
  font-size: 3rem;
  font-weight: 800;
  color: white;
  margin-bottom: 1.5rem;
  line-height: 1.2;
  animation: slideInDown 0.8s ease-out;
}
.experience-cta-title .title-highlight {
  display: inline-block;
  background: linear-gradient(135deg, var(--experience-orange), var(--experience-gold));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: 900;
  position: relative;
}
.experience-cta-title .title-highlight::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--experience-orange), var(--experience-gold));
  border-radius: 2px;
}
@media (max-width: 992px) {
  .experience-cta-title {
    font-size: 2.5rem;
  }
}
@media (max-width: 768px) {
  .experience-cta-title {
    font-size: 2rem;
  }
}
@media (max-width: 480px) {
  .experience-cta-title {
    font-size: 1.5rem;
  }
}

.experience-cta-description {
  font-size: 1.3rem;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 3rem;
  line-height: 1.8;
  animation: slideInDown 1s ease-out;
}
@media (max-width: 768px) {
  .experience-cta-description {
    font-size: 1.1rem;
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 480px) {
  .experience-cta-description {
    font-size: 1rem;
    margin-bottom: 2rem;
  }
}

.experience-cta-stats {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3rem;
  margin-bottom: 3rem;
  animation: fadeInUp 1.2s ease-out;
}
@media (max-width: 768px) {
  .experience-cta-stats {
    gap: 2rem;
  }
}
@media (max-width: 480px) {
  .experience-cta-stats {
    gap: 1.5rem;
  }
}

.cta-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}
.cta-stat .stat-number {
  font-size: 3rem;
  font-weight: 900;
  background: linear-gradient(135deg, var(--experience-orange), var(--experience-gold));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1;
}
@media (max-width: 768px) {
  .cta-stat .stat-number {
    font-size: 2.5rem;
  }
}
@media (max-width: 480px) {
  .cta-stat .stat-number {
    font-size: 2rem;
  }
}
.cta-stat .stat-label {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media (max-width: 480px) {
  .cta-stat .stat-label {
    font-size: 0.85rem;
  }
}

.cta-stat-divider {
  width: 2px;
  height: 60px;
  background: linear-gradient(180deg, transparent, rgba(255, 255, 255, 0.3), transparent);
}
@media (max-width: 768px) {
  .cta-stat-divider {
    height: 50px;
  }
}
@media (max-width: 480px) {
  .cta-stat-divider {
    height: 40px;
  }
}

.experience-cta-button {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  padding: 1.5rem 3rem;
  background: linear-gradient(135deg, var(--experience-orange), var(--experience-gold));
  color: white !important;
  text-decoration: none;
  font-size: 1.2rem;
  font-weight: 700;
  border-radius: 60px;
  box-shadow: 0 10px 40px rgba(255, 107, 107, 0.5);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  position: relative;
  overflow: hidden;
  animation: fadeInUp 1.4s ease-out;
}
.experience-cta-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transition: left 0.6s;
}
.experience-cta-button .button-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.experience-cta-button .button-arrow svg {
  width: 24px;
  height: 24px;
}
.experience-cta-button:hover {
  transform: translateY(-5px) scale(1.05);
  box-shadow: 0 15px 50px rgba(255, 107, 107, 0.7);
}
.experience-cta-button:hover::before {
  left: 100%;
}
.experience-cta-button:hover .button-arrow {
  transform: translateX(5px);
}
.experience-cta-button:active {
  transform: translateY(-3px) scale(1.02);
}
@media (max-width: 768px) {
  .experience-cta-button {
    padding: 1.2rem 2.5rem;
    font-size: 1.1rem;
  }
}
@media (max-width: 480px) {
  .experience-cta-button {
    padding: 1rem 2rem;
    font-size: 1rem;
    gap: 0.75rem;
  }
  .experience-cta-button .button-arrow svg {
    width: 20px;
    height: 20px;
  }
}

.tech-stack-section {
  background: linear-gradient(180deg, var(--bg-light) 0%, #e8eaf6 100%);
  padding: 6rem 0;
  position: relative;
}
@media (max-width: 768px) {
  .tech-stack-section {
    padding: 4rem 0;
  }
}
@media (max-width: 480px) {
  .tech-stack-section {
    padding: 3rem 0;
  }
}

.bento-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 1.5rem;
  max-width: 1400px;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .bento-grid {
    grid-template-columns: repeat(6, 1fr);
    gap: 1.2rem;
  }
}
@media (max-width: 768px) {
  .bento-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}

.bento-card {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(20px);
  border-radius: 24px;
  padding: 2rem;
  border: 1px solid rgba(102, 126, 234, 0.15);
  box-shadow: 0 8px 32px rgba(102, 126, 234, 0.1);
  position: relative;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  animation: fadeInUp 0.8s ease-out backwards;
}
.bento-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--primary-color), var(--secondary-color));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
}
.bento-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 16px 48px rgba(102, 126, 234, 0.25);
}
.bento-card:hover::before {
  transform: scaleX(1);
}
.bento-card.span-8 {
  grid-column: span 8;
}
@media (max-width: 992px) {
  .bento-card.span-8 {
    grid-column: span 6;
  }
}
@media (max-width: 768px) {
  .bento-card.span-8 {
    grid-column: span 1;
  }
}
.bento-card.span-7 {
  grid-column: span 7;
}
@media (max-width: 992px) {
  .bento-card.span-7 {
    grid-column: span 6;
  }
}
@media (max-width: 768px) {
  .bento-card.span-7 {
    grid-column: span 1;
  }
}
.bento-card.span-5 {
  grid-column: span 5;
}
@media (max-width: 992px) {
  .bento-card.span-5 {
    grid-column: span 3;
  }
}
@media (max-width: 768px) {
  .bento-card.span-5 {
    grid-column: span 1;
  }
}
.bento-card.span-4 {
  grid-column: span 4;
}
@media (max-width: 992px) {
  .bento-card.span-4 {
    grid-column: span 3;
  }
}
@media (max-width: 768px) {
  .bento-card.span-4 {
    grid-column: span 1;
  }
}
.bento-card.span-3 {
  grid-column: span 3;
}
@media (max-width: 992px) {
  .bento-card.span-3 {
    grid-column: span 3;
  }
}
@media (max-width: 768px) {
  .bento-card.span-3 {
    grid-column: span 1;
  }
}
.bento-card:nth-child(1) {
  animation-delay: 0s;
}
.bento-card:nth-child(2) {
  animation-delay: 0.1s;
}
.bento-card:nth-child(3) {
  animation-delay: 0.2s;
}
.bento-card:nth-child(4) {
  animation-delay: 0.3s;
}
.bento-card:nth-child(5) {
  animation-delay: 0.4s;
}
.bento-card:nth-child(6) {
  animation-delay: 0.5s;
}
.bento-card:nth-child(7) {
  animation-delay: 0.6s;
}
.bento-card:nth-child(8) {
  animation-delay: 0.7s;
}
@media (max-width: 768px) {
  .bento-card {
    padding: 1.5rem;
  }
}
@media (max-width: 480px) {
  .bento-card {
    padding: 1.2rem;
    border-radius: 20px;
  }
}

.bento-card-title {
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--text-dark);
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.bento-card-title::before {
  content: "";
  width: 5px;
  height: 28px;
  background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
  border-radius: 3px;
}
@media (max-width: 768px) {
  .bento-card-title {
    font-size: 1.25rem;
    margin-bottom: 1.25rem;
  }
  .bento-card-title::before {
    height: 24px;
  }
}
@media (max-width: 480px) {
  .bento-card-title {
    font-size: 1.1rem;
    margin-bottom: 1rem;
  }
  .bento-card-title::before {
    width: 4px;
    height: 20px;
  }
}

.tech-icons {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: flex-start;
}
@media (max-width: 768px) {
  .tech-icons {
    gap: 0.8rem;
  }
}
@media (max-width: 480px) {
  .tech-icons {
    gap: 0.6rem;
    justify-content: center;
  }
}
.tech-icons .tech-icon-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 1rem;
  padding: 0.5rem;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.4));
  border-radius: 16px;
  border: 2px solid transparent;
  position: relative;
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  backdrop-filter: blur(20px);
  overflow: hidden;
}
.tech-icons .tech-icon-wrapper .tech-name {
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: 0.8px;
  color: var(--primary-color);
  text-align: center;
  position: relative;
  z-index: 2;
  font-family: "Architects Daughter", "Helvetica Neue", Helvetica, Arial, serif;
}
.tech-icons .tech-icon-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s;
}
.tech-icons .tech-icon-wrapper:hover {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.3));
  border-color: var(--primary-color);
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(102, 126, 234, 0.3);
}
.tech-icons .tech-icon-wrapper:hover::before {
  left: 100%;
}
.tech-icons .tech-icon-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: contain;
}

#additional-skills-section {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);
  padding: 6rem 0;
  position: relative;
  overflow: hidden;
}
#additional-skills-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: repeating-linear-gradient(45deg, transparent, transparent 35px, rgba(255, 255, 255, 0.05) 35px, rgba(255, 255, 255, 0.05) 70px);
  opacity: 0.5;
}
#additional-skills-section h2,
#additional-skills-section .section-title {
  color: white;
  position: relative;
  z-index: 1;
  font-size: 2.5rem;
  margin-bottom: 3rem;
  text-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}
#additional-skills-section h2::after,
#additional-skills-section .section-title::after {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.3));
}
#additional-skills-section .section-subtitle {
  text-align: center;
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.1rem;
  margin-bottom: 4rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  #additional-skills-section {
    padding: 4rem 0;
  }
  #additional-skills-section h2,
  #additional-skills-section .section-title {
    font-size: 2rem;
  }
}
@media (max-width: 480px) {
  #additional-skills-section {
    padding: 3rem 0;
  }
  #additional-skills-section h2,
  #additional-skills-section .section-title {
    font-size: 1.75rem;
  }
  #additional-skills-section .section-subtitle {
    font-size: 1rem;
    margin-bottom: 2.5rem;
  }
}

.skills-floating-container {
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  gap: 1.5rem;
  padding: 0 2rem;
  gap: 1.5rem;
  padding: 0 2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.skill-badge-card {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  width: 165px;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.3s ease;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.25);
  animation: fadeInUp 0.6s ease-out backwards;
  cursor: pointer;
}
.skill-badge-card img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-position: center;
  display: block;
  transition: all 0.3s ease;
  opacity: 0.95;
}
.skill-badge-card:hover {
  transform: translateY(-4px);
  background: rgba(255, 255, 255, 0.25);
  border-color: rgba(255, 255, 255, 0.4);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}
.skill-badge-card:hover img {
  opacity: 1;
  transform: scale(1.05);
}
.skill-badge-card:nth-child(1) {
  animation-delay: 0.05s;
}
.skill-badge-card:nth-child(2) {
  animation-delay: 0.1s;
}
.skill-badge-card:nth-child(3) {
  animation-delay: 0.15s;
}
.skill-badge-card:nth-child(4) {
  animation-delay: 0.2s;
}
.skill-badge-card:nth-child(5) {
  animation-delay: 0.25s;
}
.skill-badge-card:nth-child(6) {
  animation-delay: 0.3s;
}
.skill-badge-card:nth-child(7) {
  animation-delay: 0.35s;
}
.skill-badge-card:nth-child(8) {
  animation-delay: 0.4s;
}
.skill-badge-card:nth-child(9) {
  animation-delay: 0.45s;
}
.skill-badge-card:nth-child(10) {
  animation-delay: 0.5s;
}
.skill-badge-card:nth-child(11) {
  animation-delay: 0.55s;
}
.skill-badge-card:nth-child(12) {
  animation-delay: 0.6s;
}
.skill-badge-card:nth-child(13) {
  animation-delay: 0.65s;
}
.skill-badge-card:nth-child(14) {
  animation-delay: 0.7s;
}
.skill-badge-card:nth-child(15) {
  animation-delay: 0.75s;
}
.skill-badge-card:nth-child(16) {
  animation-delay: 0.8s;
}
.skill-badge-card:nth-child(17) {
  animation-delay: 0.85s;
}
.skill-badge-card:nth-child(18) {
  animation-delay: 0.9s;
}
.skill-badge-card:nth-child(19) {
  animation-delay: 0.95s;
}
.skill-badge-card:nth-child(20) {
  animation-delay: 1s;
}
.skill-badge-card:nth-child(21) {
  animation-delay: 1.05s;
}
.skill-badge-card:nth-child(22) {
  animation-delay: 1.1s;
}
.skill-badge-card:nth-child(23) {
  animation-delay: 1.15s;
}
.skill-badge-card:nth-child(24) {
  animation-delay: 1.2s;
}
.skill-badge-card:nth-child(25) {
  animation-delay: 1.25s;
}
.skill-badge-card:nth-child(26) {
  animation-delay: 1.3s;
}
.skill-badge-card:nth-child(27) {
  animation-delay: 1.35s;
}
.skill-badge-card:nth-child(28) {
  animation-delay: 1.4s;
}
.skill-badge-card:nth-child(29) {
  animation-delay: 1.45s;
}
.skill-badge-card:nth-child(30) {
  animation-delay: 1.5s;
}
@media (max-width: 768px) {
  .skill-badge-card {
    height: 50px;
    width: 130px;
    border-radius: 14px;
  }
  .skill-badge-card:hover {
    transform: translateY(-3px);
  }
}
@media (max-width: 480px) {
  .skill-badge-card {
    height: 40px;
    width: 110px;
    border-radius: 12px;
  }
}

.stats-section {
  background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
  padding: 6rem 0;
  position: relative;
}
.stats-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 200px;
  background: linear-gradient(180deg, rgba(102, 126, 234, 0.05) 0%, transparent 100%);
}
@media (max-width: 480px) {
  .stats-section {
    padding: 4rem 0;
  }
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
  gap: 3rem;
  margin-bottom: 4rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .stats-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  .stats-grid {
    gap: 2rem;
  }
}

.stat-card {
  background: white;
  padding: 2.5rem;
  border-radius: 25px;
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(102, 126, 234, 0.1);
}
.stat-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--primary-color), var(--secondary-color));
}
.stat-card::after {
  content: "";
  position: absolute;
  top: -50%;
  right: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(102, 126, 234, 0.05) 0%, transparent 70%);
  opacity: 0;
  transition: opacity 0.4s;
}
.stat-card:hover {
  transform: translateY(-10px) scale(1.02);
  box-shadow: 0 25px 70px rgba(102, 126, 234, 0.2);
}
.stat-card:hover::after {
  opacity: 1;
}
.stat-card:hover img {
  transform: scale(1.02);
}
.stat-card img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  position: relative;
  z-index: 1;
  transition: var(--transition);
}
@media (max-width: 768px) {
  .stat-card {
    padding: 1.5rem;
  }
}
@media (max-width: 480px) {
  .stat-card {
    padding: 1rem;
  }
}

@media (prefers-reduced-motion: no-preference) {
  .stat-card {
    animation: fadeInUp 0.8s ease-out both;
  }
  .stat-card:nth-child(1) {
    animation-delay: 0.2s;
  }
  .stat-card:nth-child(2) {
    animation-delay: 0.4s;
  }
}
.contribution-graph {
  background: white;
  padding: 3rem;
  border-radius: 30px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
  text-align: center;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(102, 126, 234, 0.1);
  animation: fadeInUp 1.2s ease-out;
}
.contribution-graph::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
  background: linear-gradient(90deg, var(--primary-color), var(--secondary-color), #f093fb);
}
.contribution-graph img {
  max-width: 100%;
  height: auto;
  border-radius: 15px;
  transition: var(--transition);
}
.contribution-graph:hover img {
  transform: scale(1.01);
}
@media (max-width: 768px) {
  .contribution-graph {
    padding: 1.5rem;
  }
}
@media (max-width: 480px) {
  .contribution-graph {
    padding: 1rem;
  }
}

.footer {
  background: linear-gradient(135deg, #0f0c29 0%, #302b63 50%, #24243e 100%);
  color: white;
  padding: 4rem 0 2rem;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 8px;
  background: linear-gradient(90deg, transparent, var(--primary-color), var(--secondary-color), #f093fb, transparent);
  box-shadow: 0 0 20px rgba(102, 126, 234, 0.5);
}
.footer::after {
  content: "";
  position: absolute;
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
  width: 150%;
  height: 200px;
  background: radial-gradient(ellipse at center, rgba(102, 126, 234, 0.15) 0%, transparent 70%);
}
.footer .container {
  position: relative;
  z-index: 1;
}
@media (max-width: 480px) {
  .footer {
    padding: 3rem 0 1.5rem;
  }
}

.footer-text {
  font-size: 1.4rem;
  margin-bottom: 2rem;
  font-weight: 500;
  background: linear-gradient(135deg, #ffffff 0%, #a8b8ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: fadeInUp 0.8s ease-out;
}
@media (max-width: 768px) {
  .footer-text {
    font-size: 1.2rem;
  }
}
@media (max-width: 480px) {
  .footer-text {
    font-size: 1.1rem;
  }
}

.footer-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
  margin: 2.5rem 0;
  flex-wrap: wrap;
  animation: fadeInUp 1s ease-out;
}
.footer-links a {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  font-weight: 600;
  font-size: 1.1rem;
  padding: 0.8rem 1.5rem;
  background: rgba(255, 255, 255, 0.05);
  border: 2px solid rgba(255, 255, 255, 0.1);
  border-radius: 50px;
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  backdrop-filter: blur(10px);
  position: relative;
  overflow: hidden;
}
.footer-links a::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
  transition: left 0.5s;
}
.footer-links a:hover {
  color: white;
  background: rgba(102, 126, 234, 0.3);
  border-color: var(--primary-color);
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(102, 126, 234, 0.3);
}
.footer-links a:hover::before {
  left: 100%;
}
@media (max-width: 768px) {
  .footer-links a {
    font-size: 1rem;
    padding: 0.6rem 1.2rem;
  }
}
@media (max-width: 480px) {
  .footer-links a {
    width: 100%;
    max-width: 300px;
  }
}
.footer-links span {
  color: rgba(255, 255, 255, 0.3);
  font-size: 1.5rem;
}
@media (max-width: 480px) {
  .footer-links span {
    display: none;
  }
}
@media (max-width: 480px) {
  .footer-links {
    flex-direction: column;
    gap: 1rem;
  }
}

.footer-copyright {
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.95rem;
  animation: fadeInUp 1.2s ease-out;
}
.footer-copyright::before {
  content: "✨";
  margin-right: 0.5rem;
}
.footer-copyright::after {
  content: "✨";
  margin-left: 0.5rem;
}
@media (max-width: 480px) {
  .footer-copyright {
    font-size: 0.85rem;
  }
}

/*# sourceMappingURL=style.css.map */