@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Rubik:ital@1&display=swap');

* {
    font-family: "DM Sans", sans-serif;
}

*,
::after,
::before {
    box-sizing: border-box;
    border-width: 0;
    border-style: solid;
    border-color: #e5e7eb;
}

.bg-color {
    background-color: #0f0f0f;
    color: #fff;
}

body {
    background-color: #0f0f0f;
}

.nav {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 50;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    z-index: 999;
}

.div-1 {
    margin-left: auto;
    margin-right: auto;
    max-width: 80rem;
}

.div-2 {
    position: relative;
    background-color: rgb(0 0 0 / 0.3);
    backdrop-filter: blur(24px);
    border-color: rgb(255 255 255 / 0.05);
    border-width: 1px;
    padding: 1rem;
    border-radius: 1rem;
}

.flex-1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.text-gradient {
    background: linear-gradient(to right, #ff6b6b, #ffd93d);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 700;
}

.ping-div {
    position: absolute;
    top: -0.05rem;
    right: -0.65rem;
    width: 0.5rem;
    height: 0.5rem;
    --tw-bg-opacity: 1;
    background-color: rgb(255 107 107 / var(--tw-bg-opacity, 1));
    border-radius: 9999px;
    animation: ping 1.2s cubic-bezier(0, 0, 0.2, 1) infinite;
}

@keyframes ping {

    75%,
    100% {
        transform: scale(2);
        opacity: 0;
    }
}

.burger {
    display: block;
    background: none;
    border: none;
    color: white;
    cursor: pointer;
    outline: none;
}

.burger:focus {
    outline-style: none;
}

@media (min-width: 1200px) {
    .burger {
        display: none;
    }
}

.div-3 {
    display: none;
}

@media (min-width: 1200px) {
    .div-3 {
        display: flex;
        align-items: center;
        gap: 2rem;
    }
}

.nav-options {
    font-size: 0.875rem;
    line-height: 1.25rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: inherit;
    text-decoration: none;
}

.group:hover .child {
    width: 100%;
}

.child {
    display: block;
    width: 0;
    height: 0.125rem;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
    transition-duration: 500ms;
    --tw-bg-opacity: 1;
    background-color: rgb(255 107 107 / var(--tw-bg-opacity, 1));
}

.btn {
    position: relative;
    overflow: hidden;
    background: linear-gradient(to right, #ff6b6b, #ffd93d);
    border-radius: 0.5rem;
    color: black;
    font-weight: 500;
    border: none;
    outline: none;
}

.btn-span {
    position: relative;
    font-weight: 500;
    padding: 0.5rem 1.5rem;
    color: #000000;
}

.mobile-menu {
    transform: translateX(100%);
    transition: transform 0.3s ease-in-out;
    position: fixed;
    top: 0;
    right: 0;
    width: 80%;
    height: 100vh;
    background-color: rgb(0 0 0 / 0.95);
    padding: 2rem;
}

@media (min-width: 1200px) {
    .mobile-menu {
        display: none;
    }

    .grid-div:hover {
        transform: translateY(-5px);
    }
}

.presentation {
    padding-left: 2rem;
}

.personnal-media {
    display: flex;
    gap: 1rem;
    margin-top: 3.5rem;
}

.personnal-media-img-1,
.personnal-media-img-2 {
    width: 3rem;
    filter: brightness(100%) grayscale(100%) sepia(100%) contrast(100%) invert(100%);
}

.personnal-media-img-1:hover {
    filter: invert(69%) sepia(71%) saturate(4672%) hue-rotate(323deg) brightness(109%) contrast(100%);
}

.personnal-media-img-2:hover {
    filter: invert(88%) sepia(90%) saturate(5633%) hue-rotate(323deg) brightness(104%) contrast(101%);
}

.personnal-media button {
    margin-left: auto;
}

.mobile-menu.active {
    transform: translateX(0);
    backdrop-filter: blur(24px);
}

.flex-justify {
    display: flex;
    justify-content: flex-end;
}

.nav-options-mobile {
    display: flex;
    margin-top: 2rem;
    margin-top: 2rem;
    flex-direction: column;
}

.nav-options-mobile a {
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 700;
}

a {
    color: inherit;
    text-decoration: inherit;
}

.home {
    overflow: hidden;
    position: relative;
    padding-bottom: 5rem;
    padding-top: 8rem;
    min-height: 100vh;
}

.div-1-home {
    padding-left: 1rem;
    padding-right: 1rem;
    margin-left: auto;
    margin-right: auto;
    max-width: 80rem;
}

.div-2-home {
    display: grid;
    gap: 3rem;
}

@media (min-width: 768px) {
    .div-2-home {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.status-indicator {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 9999px;
    padding: 0.5rem 1rem;
}

.status-dot {
    width: 0.5rem;
    height: 0.5rem;
    background-color: #ff6b6b;
    border-radius: 50%;
}

.status-text {
    font-size: 0.875rem;
}

.main-heading {
    font-size: 3rem;
    font-weight: bold;
    line-height: 1.25;
    margin-bottom: 0px;
}

@media (min-width: 768px) {
    .main-heading {
        font-size: 4rem;
    }
}

.highlighted-text {
    background: linear-gradient(to right, #ff6b6b, #ffd93d);
    -webkit-background-clip: text;
    color: transparent;
    font-size: 1.5rem;
}

.description {
    font-size: 1.125rem;
    color: #a1a1aa;
    text-align: justify;
}

.grid {
    display: grid;
    padding: 2rem;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
    transition: gap 0.3s ease;
}

.grid-div {
    aspect-ratio: 1 / 1;
    background: linear-gradient(to bottom right, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.1));
    border-radius: 0.5rem;
    transform: translateY(0);
    transition: transform 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 150;
    cursor: pointer;
}

.grid-svg-1,
.grid-svg-2,
.grid-img {
    position: absolute;
    backface-visibility: hidden;
    transition: transform 0.6s ease, opacity 0.3s ease;
}

.grid-svg-1,
.grid-svg-2 {
    transform: rotateY(0deg);
}

.grid-img {
    transform: rotateY(180deg);
    opacity: 0;
}

.grid-div.flipped .grid-svg-1,
.grid-div.flipped .grid-svg-2 {
    transform: rotateY(-180deg);
    opacity: 0;
}

.grid-div.flipped .grid-img {
    transform: rotateY(0deg);
    opacity: 1;
}

.grid-img {
    width: 100%;
    height: 100%;
    z-index: 150;
    opacity: 0;
}

.grid-svg-1 {
    width: 2rem;
    height: 2rem;
    z-index: 150;
    color: #ff6b6b;
    cursor: pointer;
}

.grid-svg-2 {
    width: 2rem;
    height: 2rem;
    z-index: 150;
    color: #ffd93d;
    cursor: pointer;
}

.circle-red {
    position: absolute;
    top: 2.5rem;
    right: 2.5rem;
    width: 5rem;
    height: 5rem;
    background-color: rgba(255, 107, 107, 0.2);
    border-radius: 50%;
    filter: blur(2rem);
    z-index: 50;
}

.circle-yellow {
    position: absolute;
    bottom: 2.5rem;
    left: 2.5rem;
    width: 8rem;
    height: 8rem;
    background-color: rgba(255, 217, 61, 0.2);
    border-radius: 50%;
    filter: blur(2rem);
    z-index: 50;
}

abbr {
    text-decoration: underline dotted #fff;
    cursor: help;
}

.parcours-section {
    background-color: #000;
    color: white;
    padding: 50px 20px;
    position: relative;
    overflow: hidden;
    z-index: 150;
}

.parcours-title {
    font-size: 2.5rem;
    margin-bottom: 40px;
    margin-top: 0;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    opacity: 0;
    transform: translateY(-50px);
    transition: opacity 0.8s, transform 0.8s;
}

.timeline-container {
    position: relative;
    width: 80%;
    margin: 0 auto;
}

.timeline-item {
    position: relative;
    margin: 20px 0;
    width: 55%;
    padding: 20px;
    background: linear-gradient(to bottom right, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.1));
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    opacity: 0;
    transform: translateY(100px);
    transition: opacity 0.8s, transform 0.8s;
}

.timeline-item.left {
    align-self: flex-start;
    transform-origin: left center;
}

.timeline-item.right {
    align-self: flex-end;
    transform-origin: right center;
}

@media (max-width: 728px) {
    .timeline-item {
        width: 80%;
    }

    .parcours-section {
        padding: 0;
    }

    .timeline-item:not(:last-child) {
        margin-bottom: 4rem;
    }
}

.timeline-item:nth-child(even) {
    margin-left: auto;
}

.timeline-item:nth-child(odd) {
    margin-right: auto;
}

.timeline-content {
    text-align: left;
}

.timeline-year {
    font-size: 1.2rem;
    color: #ffd93d;
    font-weight: bold;
}

.timeline-title {
    font-size: 1.5rem;
    margin-bottom: 6px;
    margin-top: 2px;
    color: #ffffff;
}

.timeline-description {
    margin-top: 0;
    margin-bottom: 3px;
    font-size: 1.1rem;
    line-height: 1.5;
    color: #d3d3d3;
}

.timeline-place {
    font-size: 1rem;
    font-style: italic;
}

.visible {
    opacity: 1;
    transform: translateY(0);
}

.circle-red-parcours,
.circle-yellow-parcours {
    position: absolute;
    border-radius: 50%;
    filter: blur(2rem);
    z-index: -1;
}

.circle-red-parcours {
    top: 50%;
    right: -2rem;
    width: 8rem;
    height: 8rem;
    background-color: rgba(255, 107, 107, 0.2);
    transform: translateY(-50%);
}

.circle-yellow-parcours {
    top: 50%;
    left: -2rem;
    width: 8rem;
    height: 8rem;
    background-color: rgba(255, 217, 61, 0.2);
    transform: translateY(-50%);
}

.skillq-section {
    padding-top: 1rem;
    padding-bottom: 8rem;
    position: relative;
    z-index: 10;
}

.diagonal-box {
    background-color: rgba(255, 107, 107, 0.05);
    padding-top: 8rem;
    padding-bottom: 8rem;
    transform: skewY(-5deg);
    overflow: hidden;
}

.diagonal-content {
    max-width: 80rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem;
    transform: skewY(5deg);
}

.competences-section {
    color: white;
    padding: 50px 20px;
    position: relative;
    overflow: hidden;
    background-color: #121212;
}

.competences-title {
    font-size: 2.5rem;
    margin-bottom: 40px;
    margin-top: 0px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.icon {
    width: 70%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.icon:hover {
    transform: rotate(3deg);
}

.competence-content {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 5vh;
    justify-content: center;
    align-items: center;
}

.flip-card {
    background-color: transparent;
    width: 150px;
    height: 150px;
    perspective: 1000px;
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

.flip-card-front {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    display: flex;
    align-items: center;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    display: flex;
    align-items: center;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.flip-card-back {
    background-color: #212529;
    color: #fff;
    transform: rotateY(180deg);
    font-size: 1rem;
    padding: 10px;
    border: 4px solid transparent;
    background-image: linear-gradient(#1B1313, #1B1313),
        linear-gradient(to right, #ff6b6b, #ffd93d);
    background-origin: border-box;
    background-clip: padding-box, border-box;
}

.timeline-section {
    background: black;
    color: white;
    padding: 50px 20px;
    font-family: Arial, sans-serif;
    position: relative;
    overflow: hidden;
}

.timeline-section::before,
.timeline-section::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100px;
    background: #0F0F0F;
    z-index: 1;
}

.timeline-section::before {
    top: 0;
    left: 0;
    background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 120" preserveAspectRatio="none"><path fill="%231B1313" d="M0,120L60,106.7C120,93,240,67,360,48C480,29,600,19,720,29.3C840,40,960,72,1080,85.3C1200,99,1320,93,1380,90.7L1440,88L1440,0L1380,0C1320,0,1200,0,1080,0C960,0,840,0,720,0C600,0,480,0,360,0C240,0,120,0,60,0L0,0Z"></path></svg>') no-repeat center;
    background-size: cover;
}

.timeline-section::after {
    bottom: 0;
    left: 0;
    background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 120" preserveAspectRatio="none"><path fill="%230F0F0F" d="M0,0L60,13.3C120,27,240,53,360,72C480,91,600,101,720,90.7C840,80,960,48,1080,34.7C1200,21,1320,27,1380,30.7L1440,34L1440,120L1380,120C1320,120,1200,120,1080,120C960,120,840,120,720,120C600,120,480,120,360,120C240,120,120,120,60,120L0,120Z"></path></svg>') no-repeat center;
    background-size: cover;
}

.timeline-title-stage {
    font-size: 2.5rem;
    margin-bottom: 2.9rem;
    margin-top: 2.5rem;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
    z-index: 2;
}

.timeline {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
    z-index: 2;
    margin-bottom: 4.5rem;
}

.stage-item {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.stage-item.visible {
    opacity: 1;
    transform: translateY(0);
}

.stage-item .circle {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-right: 20px;
    flex-shrink: 0;
    position: relative;
    z-index: 200;
    border: 3px solid transparent;
    transition: all 0.3s ease;
    background-color: #fff;
}

.stage-item .content {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    width: 100%;
}

.stage-item .content h2 {
    margin: 0;
    font-size: 1.5rem;
}

.stage-item .content p {
    margin: 5px 0;
}

.timeline:before {
    content: '';
    position: absolute;
    top: 0;
    left: 9px;
    height: 100%;
    width: 4px;
    background: linear-gradient(to bottom, #ffd93d, #ff6b6b);
    z-index: -1;
}

.stage-item .circle:hover {
    transform: scale(1.2);
    border-color: #ffffff;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.8);
}

.projects-section {
    padding: 50px 20px;
    background: #0f0f0f;
    color: white;
    text-align: center;
}

.projects-title {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 40px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.projects-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    padding: 0 20px;
}

.projects-grid > * {
    flex: 0 1 330px;
}

.project-card {
    position: relative;
    background: linear-gradient(to bottom right, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.1));
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
}

.project-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.6);
}

.img-container-card {
    display: flex;
    align-items: center;
    height: 200px;
}

.project-image {
    width: 100%;
    object-fit: cover;
}

.project-card:nth-child(odd) .img-container-card {
    border-bottom: 3px solid #ff6b6b;
}

.project-card:nth-child(even) .img-container-card {
    border-bottom: 3px solid #ffd93d;
}

.card-content {
    padding: 20px;
    text-align: left;
}

.project-title {
    font-size: 1.5rem;
    margin-bottom: 10px;
    color: #ff6b6b;
}

.project-card:nth-child(odd) .project-title {
    color: #fff;
}

.project-card:nth-child(even) .project-title {
    color: #fff;
}

.project-description {
    font-size: 1rem;
    color: #a1a1aa;
    margin-bottom: 20px;
    padding: 0px 10px;
}

.view-more {
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 25px;
    cursor: pointer;
    font-weight: bold;
    text-transform: uppercase;
    transition: background-color 0.3s ease;
    margin-bottom: 1rem;
}

.project-card:nth-child(odd) .view-more {
    background-color: #ff6b6bb6;
}

.project-card:nth-child(even) .view-more {
    background-color: #ffd83dad;
}

.project-card:nth-child(odd) .view-more:hover {
    background-color: #ff6b6be1;
}

.project-card:nth-child(even) .view-more:hover {
    background-color: #ffd83de0;
}

.project-info {
    display: flex;
    justify-content: space-between;
    padding: 5px 10px;
    margin-top: 10px;
}

.project-type,
.project-status {
    padding: 5px 10px;
    font-size: 0.9rem;
    border-radius: 10px;
    backdrop-filter: blur(5px);
    background: rgba(255, 255, 255, 0.2);
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    white-space: nowrap;
}

.project-type {
    background: rgba(255, 107, 107, 0.2);
}

.project-status {
    background: rgba(255, 217, 61, 0.2);
}

/* Section Veille */

.veille-ia {
    padding-top: 8rem;

}

.veille-section {
    margin-top: 50px;
}

.text-center {
    text-align: center;
}

.veille-title {
    font-size: 2.5rem;
    margin-bottom: 2.9rem;
    margin-top: 2.5rem;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
    z-index: 2;
}

.veille-container {
    height: 90%;
    width: 100%;
    padding: 100px;
  }

  @media (max-width: 1000px) {
    .veille-container {
        height: 90%;
        width: 100%;
        padding: 0;
      }
    }
  
  
  .image-link {
    display: flex;
    justify-content: center;
  }
  
  .image-link img {
    width: 50%;
    height: auto;
    display: block;
  }

  .container-box {
    width: 100%;
    margin-top: 50px;
    display: flex;
    gap: 5vw;
    justify-content: center;
  }
  
  .box-outils {
    width: 100px;
    height: 120px;
    display: flex;
    flex-direction: column;
  }
  
  .box-outils div img {
    max-width: 100%;
    max-height: 100%;
    display: block;
  }
  
  .p-box-veille {
    text-align: center;
    color: white;
    font-size: 1.4rem;
  }
  
  .article-main {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 185px;
  }

  .article-card {
    width: 300px;
    border-radius: 8px;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    cursor: pointer;
    position: relative;
  }

  .card-veille-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 3vw;
    margin-top: 25px;
    width: 70%;
  }
  
  .article-card:hover {
    transform: translateY(-5px);
  }
  
  .article-card .image {
    height: 180px;
    background-size: cover;
    background-position: center;
  }
  
  .image-1 {
    background-image: url('../images/seized.png');
  }
  
  .image-2 {
    background-image: url('../images/Free-leak-hack-drussellx-595x240.webp');
  }
  
  .image-3 {
    background-image: url('../images/orange.png');
  }
  
  .image-4 {
    background-image: url('../images/retour.png');
  }
  
  .image-5 {
    background-image: url('../images/ia-image.png');
  }
  
  .image-6 {
    background-image: url('../images/iafree.png');
  }
  
  .image-7 {
    background-image: url('../images/iamya.png');
  }
  
  .image-8 {
    background-image: url('../images/iatrich.png');
  }
  
  .image-9 {
    background-image: url('../images/amen.png');
  }
  
  .image-10 {
    background-image: url('../images/breachforum.jpg');
  }

  .image-11 {
    background-image: url('../images//Chat-souris-fbi-breachforums.jpg');
  }

  .image-12 {
    background-image: url('../images//skt.webp');
  }
  .image-13 {
    background-image: url('../images//bouyges.jpg');
  }
  
  .article-card .content {
    padding: 1rem;
  }
  
  .article-card .date {
    font-size: 0.8rem;
    color: #888;
  }
  
  .article-card .title {
    font-size: 1rem;
    margin: 0.6rem 0;
    color: #333;
  }
  
  .article-card .description {
    font-size: .6rem;
    color: #555;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.5s ease, opacity 0.5s ease;
  }
  
  /* Voici la règle essentielle qui affiche le texte seulement au survol de la bonne carte */
  .article-card:hover .description {
    max-height: 200px;
    opacity: 1;
  }
  

/* Section Contact */
#contact {
    padding: 80px 0;
}

.contact-container {
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 16px;
}

.contact-box {
    background: rgba(24, 24, 27, 0.5);
    border-radius: 24px;
    padding: 48px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.contact-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 64px;
}

@media (min-width: 768px) {
    .contact-grid {
        grid-template-columns: 1fr 1fr;
    }
}

.contact-title {
    color: #ff6b6b;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1.5px;
}

.contact-heading {
    font-size: 32px;
    font-weight: bold;
    margin-top: 8px;
    margin-bottom: 32px;
}

.contact-text {
    color: #a1a1aa;
    margin-bottom: 32px;
}

.contact-info {
    display: flex;
    align-items: center;
    gap: 16px;
}

.contact-icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: rgba(255, 107, 107, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-icon svg {
    width: 24px;
    height: 24px;
    color: #ff6b6b;
}

.contact-email {
    color: #a1a1aa;
    transition: color 0.3s;
    text-decoration: none;
}

.contact-email:hover {
    color: white;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    padding: 12px 16px;
    transition: border-color 0.3s;
    color: white;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.contact-form input:focus,
.contact-form textarea:focus {
    outline: none;
    border-color: #ff6b6b;
}

.contact-form button {
    width: 100%;
    background: linear-gradient(to right, #ff6b6b, #ffd93d);
    color: black;
    font-weight: 500;
    padding: 12px;
    border-radius: 8px;
    cursor: pointer;
    transition: opacity 0.3s;
    border: none;
}

.contact-form button:hover {
    opacity: 0.9;
}

footer {
    padding: 48px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.footer-container {
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

@media (min-width: 768px) {
    .footer-container {
        flex-direction: row;
        justify-content: space-between;
    }
}

.footer-title {
    font-size: 24px;
    font-weight: bold;
}

.footer-links {
    display: flex;
    gap: 24px;
    margin-top: 16px;
}

.footer-links a {
    color: #a1a1aa;
    text-decoration: none;
    transition: color 0.3s;
}

.footer-links a:hover {
    color: white;
}

.footer-text {
    font-size: 14px;
    color: #a1a1aa;
}
