
:root {
  --hack-red: #ec3750;
  --hack-blue: #338eda;
  --hack-green: #33d6a6;
  --hack-dark: #17171d;
  --hack-light: #f5f5f5;
  --hack-white: #ffffff;
  --hack-primary: var(--hack-red);
  --hack-secondary: var(--hack-blue);
  --shadow-sm: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  --shadow-md: 0 4px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
  --shadow-lg: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
  --transition: all 0.3s cubic-bezier(.25,.8,.25,1);
  --transition-slow: all 0.5s cubic-bezier(.25,.8,.25,1);
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes pulse {
  0% { transform: scale(1); }
  50% { transform: scale(1.05); }
  100% { transform: scale(1); }
}

@keyframes float {
  0% { transform: translateY(0px); }
  50% { transform: translateY(-10px); }
  100% { transform: translateY(0px); }
}

@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 gradient {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  height: 100%;
  width: 100%;
  scroll-behavior: smooth;
}

body {
  font-family: 'Space Grotesk', 'Phantom Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  line-height: 1.6;
  color: var(--hack-dark);
  background-color: var(--hack-white);
}

.container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 1rem;
}

h1 {
  font-size: 3.5rem;
}

h2 {
  font-size: 2.5rem;
  margin-bottom: 2rem;
  position: relative;
  display: inline-block;
}

h2:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 50%;
  height: 4px;
  background: var(--hack-primary);
}

h3 {
  font-size: 1.5rem;
}

p {
  margin-bottom: 1.5rem;
}

a {
  color: var(--hack-primary);
  text-decoration: none;
  transition: var(--transition);
}

a:hover {
  color: var(--hack-secondary);
}

.btn {
  display: inline-block;
  padding: 0.8rem 1.5rem;
  border-radius: 8px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-right: 1rem;
  margin-bottom: 1rem;
  transition: var(--transition);
  box-shadow: var(--shadow-sm);
  border: none;
  cursor: pointer;
  font-size: 1rem;
}

.btn:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
}

.btn.primary {
  background-color: var(--hack-primary);
  color: var(--hack-white);
}

.btn.secondary {
  background-color: var(--hack-secondary);
  color: var(--hack-white);
}

header {
  background: linear-gradient(135deg, var(--hack-dark) 0%, #252429 100%);
  color: var(--hack-white);
  position: relative;
  min-height: 80vh;
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
  padding-bottom: 0;
  height: 80vh;
}

nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem 5%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
}

.logo {
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--hack-white);
}

.nav-links {
  display: flex;
}

.nav-links a {
  color: var(--hack-white);
  margin-left: 2rem;
  position: relative;
}

.nav-links a:after {
  content: '';
  position: absolute;
  width: 0;
  height: 2px;
  bottom: -5px;
  left: 0;
  background-color: var(--hack-primary);
  transition: var(--transition);
}

.nav-links a:hover:after {
  width: 100%;
}

.hamburger {
  display: none;
  cursor: pointer;
}

.hamburger .line {
  width: 25px;
  height: 3px;
  background-color: var(--hack-white);
  margin: 5px 0;
  transition: var(--transition);
}

.hero {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 100%;
  padding: 8rem 5% 5rem;
  position: relative;
  overflow: hidden;
  background: var(--hack-dark);
}

.hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg width="60" height="60" viewBox="0 0 60 60" xmlns="http://www.w3.org/2000/svg"%3E%3Cg fill="none" fill-rule="evenodd"%3E%3Cg fill="%239C92AC" fill-opacity="0.08"%3E%3Cpath d="M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z"/%3E%3C/g%3E%3C/g%3E%3C/svg%3E');
  opacity: 0.4;
}

.hero::after {
  content: none;
  display: block;
}

.hero .floating-icons {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
}

.hero .floating-icon {
  position: absolute;
  font-size: 1.5rem;
  opacity: 0.1;
  color: var(--hack-white);
  animation: float 10s ease-in-out infinite;
}

.hero .floating-icon:nth-child(1) {
  top: 15%;
  left: 10%;
  animation-delay: 0s;
}

.hero .floating-icon:nth-child(2) {
  top: 25%;
  right: 15%;
  animation-delay: 1s;
}

.hero .floating-icon:nth-child(3) {
  top: 60%;
  left: 20%;
  animation-delay: 2s;
}

.hero .floating-icon:nth-child(4) {
  top: 75%;
  right: 25%;
  animation-delay: 3s;
}

.hero .floating-icon:nth-child(5) {
  top: 35%;
  left: 30%;
  animation-delay: 4s;
}

.hero .floating-icon:nth-child(6) {
  top: 50%;
  right: 10%;
  animation-delay: 5s;
}

.hero::after {
  content: none;
}

.hero h1 {
  font-size: 4.5rem;
  margin-bottom: 1rem;
  text-shadow: 0 2px 10px rgba(0,0,0,0.3);
  background: linear-gradient(45deg, var(--hack-red), var(--hack-blue));
  background-size: 200%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: gradient 5s ease infinite;
  position: relative;
  z-index: 2;
}

.subtitle {
  font-size: 1.5rem;
  margin-bottom: 2rem;
  opacity: 0.9;
  animation: fadeIn 1s ease-out 0.5s both;
  position: relative;
  z-index: 2;
}

.cta-buttons {
  margin-top: 1rem;
  animation: fadeIn 1s ease-out 1s both;
  position: relative;
  z-index: 2;
}

.hero-particles {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.mission {
  padding: 5rem 0;
  margin-top: -2px;
  position: relative;
  z-index: 1;
  background-color: var(--hack-light);
  background-image: 
    radial-gradient(circle at 20% 30%, rgba(236, 55, 80, 0.05) 0%, transparent 50%),
    radial-gradient(circle at 80% 70%, rgba(51, 142, 218, 0.05) 0%, transparent 50%),
    radial-gradient(circle at 50% 50%, rgba(51, 214, 166, 0.03) 0%, transparent 80%);
  position: relative;
  overflow: hidden;
  opacity: 0;
  transform: translateY(30px);
  transition: var(--transition-slow);
}

.mission.scrolled {
  opacity: 1;
  transform: translateY(0);
}

.mission::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 300px;
  height: 300px;
  background: var(--hack-red);
  opacity: 0.08;
  border-radius: 50%;
  transform: translate(50%, -50%);
}

.mission::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 400px;
  height: 400px;
  background: var(--hack-blue);
  opacity: 0.08;
  border-radius: 50%;
  transform: translate(-30%, 30%);
}

.mission::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: 
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100'%3E%3Cpath fill='%23ec3750' fill-opacity='0.05' d='M11 18v64h79V18H11zm67 0L40 82H11V48l38-38h29v8zM75 29v9H66v-9h9zm0 27v9h-9v-9h9zM48 29v9h-9v-9h9zm0 27v9h-9v-9h9zM21 29v9h-9v-9h9zm0 27v9h-9v-9h9z'/%3E%3C/svg%3E"),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='%23338eda' fill-opacity='0.04' d='M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z'/%3E%3C/svg%3E"),
    url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%2333d6a6' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-position: 0 0, 40px 40px, 80px 80px;
  opacity: 0.08;
  z-index: 0;
}

.mission::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: 
    linear-gradient(to right, rgba(236, 55, 80, 0.03) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(51, 142, 218, 0.03) 1px, transparent 1px);
  background-size: 30px 30px;
  z-index: 0;
}

.mission .floating-shape {
  position: absolute;
  width: 50px;
  height: 50px;
  background: var(--hack-green);
  opacity: 0.1;
  border-radius: 10px;
  animation: float 8s ease-in-out infinite;
  z-index: 1;
}

.mission .floating-shape:nth-child(1) {
  top: 20%;
  left: 10%;
  animation-delay: 0s;
  animation-duration: 7s;
  transform: rotate(45deg);
}

.mission .floating-shape:nth-child(2) {
  top: 60%;
  right: 10%;
  animation-delay: 2s;
  animation-duration: 9s;
  transform: rotate(20deg);
}

.mission .floating-shape:nth-child(3) {
  bottom: 15%;
  left: 50%;
  animation-delay: 4s;
  animation-duration: 8s;
  transform: rotate(10deg);
}

.mission .floating-shape:nth-child(4) {
  top: 40%;
  right: 15%;
  width: 30px;
  height: 30px;
  background: var(--hack-red);
  animation-delay: 1s;
  animation-duration: 10s;
  transform: rotate(25deg);
}

.mission .floating-shape:nth-child(5) {
  bottom: 25%;
  right: 25%;
  width: 25px;
  height: 25px;
  background: var(--hack-primary);
  animation-delay: 3s;
  animation-duration: 7s;
  transform: rotate(15deg);
}

.mission .tech-icons {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
}

.mission .tech-icons i {
  position: absolute;
  font-size: 2rem;
  opacity: 0.1;
  animation: float 10s ease-in-out infinite;
}

.mission .tech-icons i:nth-child(1) {
  top: 15%;
  left: 10%;
  color: var(--hack-blue);
  animation-delay: 0s;
}

.mission .tech-icons i:nth-child(2) {
  top: 75%;
  left: 15%;
  color: var(--hack-primary);
  animation-delay: 2s;
}

.mission .tech-icons i:nth-child(3) {
  top: 30%;
  right: 15%;
  color: var(--hack-green);
  animation-delay: 4s;
}

.mission .tech-icons i:nth-child(4) {
  top: 65%;
  right: 10%;
  color: var(--hack-primary);
  animation-delay: 1s;
}

.mission .tech-icons i:nth-child(5) {
  top: 45%;
  left: 25%;
  color: var(--hack-blue);
  animation-delay: 3s;
}

.mission .code-symbols {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
}

.mission .code-symbol {
  position: absolute;
  font-family: monospace;
  font-size: 1.2rem;
  font-weight: bold;
  opacity: 0.07;
  animation: float 10s ease-in-out infinite;
}

.mission .code-symbol:nth-child(1) {
  top: 10%;
  right: 30%;
  color: var(--hack-primary);
  animation-delay: 0s;
  font-size: 1.4rem;
}

.mission .code-symbol:nth-child(2) {
  bottom: 15%;
  left: 10%;
  color: var(--hack-blue);
  animation-delay: 1s;
  font-size: 1.6rem;
}

.mission .code-symbol:nth-child(3) {
  top: 35%;
  right: 8%;
  color: var(--hack-green);
  animation-delay: 2s;
  font-size: 1.2rem;
}

.mission .code-symbol:nth-child(4) {
  bottom: 40%;
  left: 25%;
  color: var(--hack-primary);
  animation-delay: 3s;
  font-size: 1.3rem;
}

.mission .code-symbol:nth-child(5) {
  top: 20%;
  left: 15%;
  color: var(--hack-blue);
  animation-delay: 4s;
  font-size: 1.5rem;
}

.mission .code-symbol:nth-child(6) {
  bottom: 25%;
  right: 20%;
  color: var(--hack-green);
  animation-delay: 5s;
  font-size: 1.3rem;
}

.mission .code-symbol:nth-child(7) {
  top: 50%;
  left: 5%;
  color: var(--hack-primary);
  animation-delay: 6s;
  font-size: 1.4rem;
}

.mission .code-symbol:nth-child(8) {
  top: 75%;
  right: 15%;
  color: var(--hack-secondary);
  animation-delay: 7s;
  font-size: 1.2rem;
}

.mission .binary-code {
  position: absolute;
  z-index: 0;
  font-family: monospace;
  font-size: 0.7rem;
  opacity: 0.04;
  pointer-events: none;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.mission .binary-line {
  position: absolute;
  white-space: nowrap;
}

.mission .binary-line:nth-child(1) {
  top: 15%;
  left: -5%;
  transform: rotate(-5deg);
}

.mission .binary-line:nth-child(2) {
  bottom: 20%;
  right: -10%;
  transform: rotate(5deg);
}

.mission .binary-line:nth-child(3) {
  top: 65%;
  left: 20%;
  transform: rotate(-2deg);
}

.mission-icon {
  font-size: 0.8em;
  color: var(--hack-primary);
  animation: pulse 2s infinite;
  margin-left: 10px;
  vertical-align: middle;
}

.mission-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4rem;
  position: relative;
  z-index: 2;
}

.mission-text {
  flex: 1;
  animation: slideInLeft 1s ease-out both;
  animation-play-state: paused;
}

.mission.scrolled .mission-text {
  animation-play-state: running;
}

.mission-text ul {
  margin-bottom: 2rem;
  list-style-type: none;
}

.mission-text li {
  margin-bottom: 1rem;
  padding-left: 2rem;
  position: relative;
  transition: var(--transition);
}

.mission-text li:hover {
  transform: translateX(5px);
}

.mission-text li i {
  position: absolute;
  left: 0;
  top: 5px;
  color: var(--hack-primary);
  transition: var(--transition);
}

.mission-text li:hover i {
  transform: scale(1.2);
}

.mission-text li:nth-child(1) i {
  color: var(--hack-primary);
  background: rgba(236, 55, 80, 0.1);
  border-radius: 50%;
  padding: 5px;
}

.mission-text li:nth-child(2) i {
  color: var(--hack-secondary);
  background: rgba(51, 142, 218, 0.1);
  border-radius: 50%;
  padding: 5px;
}

.mission-text li:nth-child(3) i {
  color: var(--hack-primary);
  background: rgba(236, 55, 80, 0.1);
  border-radius: 50%;
  padding: 5px;
}

.mission-text li:nth-child(4) i {
  color: var(--hack-green);
  background: rgba(51, 214, 166, 0.1);
  border-radius: 50%;
  padding: 5px;
}

.mission-text li:nth-child(5) i {
  color: var(--hack-blue);
  background: rgba(51, 142, 218, 0.1);
  border-radius: 50%;
  padding: 5px;
}

.mission-image {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  animation: slideInRight 1s ease-out both;
  animation-play-state: paused;
}

.mission.scrolled .mission-image {
  animation-play-state: running;
}

.image-placeholder {
  width: 300px;
  height: 300px;
  background: var(--hack-blue);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--hack-white);
  box-shadow: var(--shadow-lg);
  position: relative;
  overflow: hidden;
  animation: float 6s ease-in-out infinite;
}

.image-placeholder::after {
  content: "";
  position: absolute;
  width: 350px;
  height: 350px;
  border: 3px dashed rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  animation: rotate 20s linear infinite;
  z-index: -1;
}

.image-placeholder::before {
  content: "";
  position: absolute;
  width: 400px;
  height: 400px;
  border: 2px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  animation: rotate 30s linear infinite reverse;
  z-index: -2;
}

.mission-image::before {
  content: none;
}

@keyframes rotate {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.image-placeholder::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.3) 50%, rgba(255,255,255,0) 100%);
  transform: rotate(45deg);
  animation: shine 3s infinite;
}

@keyframes shine {
  0% { transform: translateX(-100%) rotate(45deg); }
  100% { transform: translateX(100%) rotate(45deg); }
}

.image-placeholder i {
  font-size: 6rem;
  text-shadow: 0 0 10px rgba(0,0,0,0.3);
  color: var(--hack-white);
}

.bonus {
  font-weight: bold;
  color: var(--hack-secondary);
  font-size: 1.2rem;
  animation: pulse 2s infinite;
}

.tagline {
  font-size: 1.5rem;
  font-weight: bold;
  color: var(--hack-primary);
  position: relative;
  display: inline-block;
}

.tagline::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 0;
  height: 2px;
  background-color: var(--hack-primary);
  transition: width 0.5s ease;
}

.tagline:hover::after {
  width: 100%;
}

.about {
  padding: 5rem 0;
  background-color: var(--hack-white);
  position: relative;
  opacity: 0;
  transform: translateY(30px);
  transition: var(--transition-slow);
}

.locations {
  padding: 5rem 0;
  background-color: var(--hack-light);
  position: relative;
  opacity: 0;
  transform: translateY(30px);
  transition: var(--transition-slow);
  overflow: hidden;
}

.locations.scrolled {
  opacity: 1;
  transform: translateY(0);
}

.locations::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: 
    radial-gradient(circle at 30% 20%, rgba(236, 55, 80, 0.05) 0%, transparent 50%),
    radial-gradient(circle at 70% 80%, rgba(51, 142, 218, 0.05) 0%, transparent 50%);
  z-index: 0;
}

.locations::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ec3750' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  z-index: 0;
}

.location-icon {
  color: var(--hack-primary);
  animation: pulse 2s infinite;
  margin-left: 10px;
  vertical-align: middle;
}

.locations-intro {
  text-align: center;
  font-size: 1.2rem;
  max-width: 800px;
  margin: 0 auto 3rem;
  position: relative;
  z-index: 2;
}

.location-cards {
  display: flex;
  justify-content: center;
  gap: 2rem;
  margin: 3rem 0;
  position: relative;
  z-index: 2;
  flex-wrap: wrap;
}

.location-card {
  flex: 1;
  min-width: 250px;
  max-width: 350px;
  background-color: var(--hack-white);
  border-radius: 15px;
  padding: 2rem;
  text-align: center;
  box-shadow: var(--shadow-sm);
  transition: var(--transition);
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(0,0,0,0.05);
  transform: translateY(50px);
  opacity: 0;
}

.locations.scrolled .location-card {
  transform: translateY(0);
  opacity: 1;
  transition: var(--transition);
}

.locations.scrolled .location-card:nth-child(1) {
  transition-delay: 0.1s;
}

.locations.scrolled .location-card:nth-child(2) {
  transition-delay: 0.3s;
}

.locations.scrolled .location-card:nth-child(3) {
  transition-delay: 0.5s;
}

.location-card.featured {
  border: 2px solid var(--hack-primary);
  transform: scale(1.05);
}

.location-card.featured::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(90deg, var(--hack-primary), var(--hack-secondary));
}

.location-card:hover {
  transform: translateY(-10px);
  box-shadow: var(--shadow-md);
}

.location-card.featured:hover {
  transform: translateY(-10px) scale(1.05);
}

.location-icon-wrapper {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, var(--hack-primary), var(--hack-secondary));
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 1.5rem;
  color: var(--hack-white);
  font-size: 1.8rem;
  box-shadow: var(--shadow-sm);
  transition: var(--transition);
}

.location-card:hover .location-icon-wrapper {
  transform: rotate(10deg) scale(1.1);
}

.location-subtitle {
  color: var(--hack-primary);
  font-weight: 600;
  margin-bottom: 1rem;
}

.location-card address {
  font-style: normal;
  margin-bottom: 1.5rem;
  line-height: 1.6;
}

.location-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--hack-secondary);
  font-weight: 500;
  transition: var(--transition);
  position: relative;
}

.location-link::after {
  content: '';
  position: absolute;
  width: 0;
  height: 2px;
  bottom: -5px;
  left: 0;
  background-color: var(--hack-secondary);
  transition: var(--transition);
}

.location-link:hover::after {
  width: 100%;
}

.location-link:hover i {
  transform: translateX(3px);
}

.more-locations {
  text-align: center;
  margin-top: 3rem;
  position: relative;
  z-index: 2;
}

.more-locations p {
  font-size: 1.2rem;
  margin-bottom: 1.5rem;
}

.locations-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1rem;
}

.locations-btn i {
  transition: var(--transition);
}

.locations-btn:hover i {
  transform: translateX(3px);
}

.map-pins {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
}

.map-pin {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50% 50% 50% 0;
  background: var(--hack-primary);
  transform: rotate(-45deg);
  opacity: 0.1;
  animation: float 10s ease-in-out infinite;
}

.map-pin::after {
  content: '';
  width: 10px;
  height: 10px;
  margin: 5px 0 0 5px;
  background: var(--hack-white);
  position: absolute;
  border-radius: 50%;
}

.map-pin:nth-child(1) {
  top: 20%;
  left: 15%;
  animation-delay: 0s;
}

.map-pin:nth-child(2) {
  top: 70%;
  left: 25%;
  animation-delay: 2s;
}

.map-pin:nth-child(3) {
  top: 30%;
  right: 20%;
  animation-delay: 4s;
}

.map-pin:nth-child(4) {
  top: 60%;
  right: 15%;
  animation-delay: 1s;
}

.map-pin:nth-child(5) {
  top: 45%;
  left: 50%;
  animation-delay: 3s;
}

.location-shapes {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  pointer-events: none;
}

.location-shape {
  position: absolute;
  opacity: 0.1;
  animation: float 8s ease-in-out infinite;
}

.location-shape:nth-child(1) {
  top: 30%;
  left: 5%;
  width: 120px;
  height: 120px;
  border: 5px solid var(--hack-primary);
  border-radius: 50% 0 50% 50%;
  animation-delay: 0s;
}

.location-shape:nth-child(2) {
  bottom: 20%;
  right: 10%;
  width: 80px;
  height: 80px;
  border: 3px solid var(--hack-blue);
  border-radius: 50% 50% 0 50%;
  animation-delay: 2s;
}

.location-shape:nth-child(3) {
  top: 70%;
  left: 40%;
  width: 100px;
  height: 100px;
  border: 4px solid var(--hack-green);
  border-radius: 50%;
  animation-delay: 4s;
}

@media (max-width: 992px) {
  .location-cards {
    flex-direction: column;
    align-items: center;
  }
  
  .location-card {
    max-width: 500px;
    width: 100%;
  }
}

.about.scrolled, .ysws.scrolled {
  opacity: 1;
  transform: translateY(0);
}

.ysws {
  padding: 5rem 0;
  position: relative;
  background: linear-gradient(135deg, #17171d 0%, #2a2a36 100%);
  color: var(--hack-white);
  overflow: hidden;
  opacity: 0;
  transform: translateY(30px);
  transition: var(--transition-slow);
  z-index: 1;
}

.ysws::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: 
    url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ec3750' fill-opacity='0.07'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  opacity: 0.5;
  z-index: -1;
}

.ysws h2 {
  color: var(--hack-white);
  margin-bottom: 0.5rem;
}

.ysws h2:after {
  background: var(--hack-primary);
  width: 80px;
}

.ysws-icon {
  color: var(--hack-primary);
  animation: moveLeftRight 2s ease-in-out infinite;
  display: inline-block;
  margin-left: 10px;
}

@keyframes moveLeftRight {
  0%, 100% { transform: translateX(0); }
  50% { transform: translateX(10px); }
}

.ysws-tagline {
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 3rem;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 500;
  background: linear-gradient(90deg, var(--hack-primary), var(--hack-blue), var(--hack-primary));
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: gradient 5s ease infinite;
}

.ysws-content {
  position: relative;
  z-index: 2;
}

.ysws-intro {
  font-size: 1.2rem;
  text-align: center;
  margin-bottom: 2.5rem;
}

.ysws-steps {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  max-width: 800px;
  margin: 0 auto;
}

.ysws-step {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
  background: rgba(255, 255, 255, 0.05);
  padding: 1.5rem;
  border-radius: 12px;
  transition: var(--transition);
  position: relative;
  overflow: hidden;
}

.ysws-step:hover {
  transform: translateY(-5px);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 10px 20px rgba(0,0,0,0.2);
}

.ysws-step::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, transparent 25%, rgba(255,255,255,0.05) 50%, transparent 75%);
  background-size: 200% 200%;
  animation: shimmer 2s infinite;
  opacity: 0;
  transition: opacity 0.3s;
}

.ysws-step:hover::before {
  opacity: 1;
}

.ysws-step-number {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: var(--hack-primary);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  font-weight: bold;
  flex-shrink: 0;
  box-shadow: 0 5px 15px rgba(236, 55, 80, 0.5);
}

.ysws-step:nth-child(2) .ysws-step-number {
  background: var(--hack-blue);
  box-shadow: 0 5px 15px rgba(51, 142, 218, 0.5);
}

.ysws-step:nth-child(3) .ysws-step-number {
  background: var(--hack-green);
  box-shadow: 0 5px 15px rgba(51, 214, 166, 0.5);
}

.ysws-step-content {
  flex: 1;
}

.ysws-step-content h3 {
  margin-bottom: 0.5rem;
  font-size: 1.4rem;
}

.ysws-step:nth-child(1) .ysws-step-content h3 {
  color: var(--hack-primary);
}

.ysws-step:nth-child(2) .ysws-step-content h3 {
  color: var(--hack-blue);
}

.ysws-step:nth-child(3) .ysws-step-content h3 {
  color: var(--hack-green);
}

.ysws-shapes {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  pointer-events: none;
}

.ysws-shape {
  position: absolute;
  opacity: 0.2;
  animation: float 12s ease-in-out infinite;
}

.ysws-shape:nth-child(1) {
  top: 20%;
  left: 5%;
  width: 100px;
  height: 100px;
  border: 5px solid var(--hack-primary);
  border-radius: 30px;
  animation-delay: 0s;
  transform: rotate(20deg);
}

.ysws-shape:nth-child(2) {
  bottom: 15%;
  right: 8%;
  width: 70px;
  height: 70px;
  background: var(--hack-blue);
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  animation-delay: 2s;
}

.ysws-shape:nth-child(3) {
  top: 60%;
  left: 10%;
  width: 80px;
  height: 80px;
  background: var(--hack-green);
  border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
  animation-delay: 4s;
}

.ysws-shape:nth-child(4) {
  top: 15%;
  right: 15%;
  width: 120px;
  height: 60px;
  background: var(--hack-primary);
  border-radius: 30px;
  animation-delay: 3s;
  transform: rotate(-15deg);
  opacity: 0.15;
}

.rewards-container {
  margin-top: 4rem;
  position: relative;
  z-index: 2;
}

.rewards-title {
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 2rem;
  color: var(--hack-white);
  position: relative;
  display: inline-block;
  left: 50%;
  transform: translateX(-50%);
}

.rewards-title::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, var(--hack-primary), var(--hack-blue), var(--hack-green));
}

.rewards-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  justify-content: center;
}

.reward-card {
  flex: 1;
  min-width: 200px;
  max-width: 250px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  padding: 1.5rem;
  text-align: center;
  transition: var(--transition);
  position: relative;
  overflow: hidden;
  backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  transform: translateY(30px);
  opacity: 0;
}

.ysws.scrolled .reward-card {
  transform: translateY(0);
  opacity: 1;
  transition: transform 0.5s ease, opacity 0.5s ease;
}

.ysws.scrolled .reward-card:nth-child(1) {
  transition-delay: 0.1s;
}

.ysws.scrolled .reward-card:nth-child(2) {
  transition-delay: 0.2s;
}

.ysws.scrolled .reward-card:nth-child(3) {
  transition-delay: 0.3s;
}

.ysws.scrolled .reward-card:nth-child(4) {
  transition-delay: 0.4s;
}

.ysws.scrolled .reward-card:nth-child(5) {
  transition-delay: 0.5s;
}

.reward-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.2);
}

.reward-card::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.1) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  transform: rotate(45deg);
  animation: shine 6s infinite;
  opacity: 0;
  transition: opacity 0.3s;
}

.reward-card:hover::before {
  opacity: 1;
}

.reward-icon {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, var(--hack-primary), var(--hack-dark));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.2rem;
  font-size: 2rem;
  color: white;
  box-shadow: 0 5px 15px rgba(0,0,0,0.2);
  transition: var(--transition);
}

.reward-card:hover .reward-icon {
  transform: scale(1.1) rotate(5deg);
}

.reward-card:nth-child(2) .reward-icon {
  background: linear-gradient(135deg, var(--hack-blue), var(--hack-dark));
}

.reward-card:nth-child(3) .reward-icon {
  background: linear-gradient(135deg, #ffcc00, #ff9500);
}

.reward-card:nth-child(4) .reward-icon {
  background: linear-gradient(135deg, var(--hack-green), var(--hack-dark));
}

.reward-card:nth-child(5) .reward-icon {
  background: linear-gradient(135deg, #9c27b0, var(--hack-dark));
}

.reward-card h4 {
  margin-bottom: 0.8rem;
  font-size: 1.3rem;
  color: var(--hack-white);
}

.reward-card p {
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 0;
}

.featured-reward {
  transform: scale(1.05);
  background: linear-gradient(135deg, rgba(255, 204, 0, 0.15), rgba(255, 149, 0, 0.1));
  box-shadow: 0 10px 20px rgba(0,0,0,0.3);
  border: 1px solid rgba(255, 204, 0, 0.3);
}

.featured-reward:hover {
  transform: scale(1.05) translateY(-10px);
}

.featured-badge {
  position: absolute;
  top: 12px;
  right: 12px;
  background: linear-gradient(135deg, #ffcc00, #ff9500);
  color: var(--hack-dark);
  font-size: 0.7rem;
  font-weight: bold;
  padding: 4px 8px;
  border-radius: 20px;
  box-shadow: 0 3px 8px rgba(255, 204, 0, 0.4);
  transform: rotate(3deg);
  animation: pulse 2s infinite;
}

.ysws-cta {
  margin-top: 4rem;
  text-align: center;
  padding: 2rem;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.ysws-cta::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, transparent, rgba(255,255,255,0.05), transparent);
  animation: shine 3s infinite;
}

.ysws-cta-text {
  font-size: 1.4rem;
  margin-bottom: 1.5rem;
  color: var(--hack-white);
}

.ysws-btn {
  padding: 1rem 2rem;
  font-size: 1.1rem;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 5px 15px rgba(236, 55, 80, 0.4);
}

.ysws-btn i {
  transition: var(--transition);
}

.ysws-btn:hover i {
  transform: translateX(3px);
}

@media (max-width: 992px) {
  .ysws-steps {
    max-width: 600px;
  }
  
  .rewards-grid {
    gap: 1rem;
  }
  
  .reward-card {
    min-width: 180px;
  }
}

@media (max-width: 768px) {
  .ysws-tagline {
    font-size: 1.3rem;
  }
  
  .ysws-step {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  
  .ysws-step-number {
    margin-bottom: 1rem;
  }
  
  .rewards-grid {
    justify-content: center;
  }
  
  .reward-card {
    min-width: 200px;
    max-width: 300px;
  }
  
  .featured-reward {
    transform: scale(1);
  }
  
  .featured-reward:hover {
    transform: translateY(-10px);
  }
}

.about::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: 
    radial-gradient(var(--hack-light) 1px, transparent 1px),
    linear-gradient(45deg, transparent 96%, var(--hack-primary) 97%, transparent 98%),
    linear-gradient(135deg, transparent 96%, var(--hack-blue) 97%, transparent 98%);
  background-size: 20px 20px, 60px 60px, 60px 60px;
  opacity: 0.5;
}

.about::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 300px;
  height: 300px;
  background-image: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-9-21c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM60 91c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM35 41c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM12 60c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z' fill='%23338eda' fill-opacity='0.1' fill-rule='evenodd'/%3E%3C/svg%3E");
  background-size: 150px 150px;
  opacity: 0.5;
  z-index: 0;
}

.about .tech-icons {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
}

.about .tech-icon {
  position: absolute;
  font-size: 1.5rem;
  opacity: 0.1;
  animation: float 10s ease-in-out infinite;
}

.about .tech-icon:nth-child(1) {
  top: 20%;
  left: 5%;
  color: var(--hack-primary);
  animation-delay: 0s;
}

.about .tech-icon:nth-child(2) {
  top: 70%;
  left: 15%;
  color: var(--hack-blue);
  animation-delay: 1s;
}

.about .tech-icon:nth-child(3) {
  top: 25%;
  right: 5%;
  color: var(--hack-green);
  animation-delay: 2s;
}

.about .tech-icon:nth-child(4) {
  top: 60%;
  right: 10%;
  color: var(--hack-primary);
  animation-delay: 3s;
}

.about .tech-icon:nth-child(5) {
  top: 40%;
  left: 50%;
  color: var(--hack-green);
  animation-delay: 4s;
}

.card::after {
  content: "";
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 60px;
  height: 60px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='%23ec3750' fill-opacity='0.05' d='M9.4 16.6L4.8 12l4.6-4.6L8 6l-6 6 6 6 1.4-1.4zm5.2 0l4.6-4.6-4.6-4.6L16 6l6 6-6 6-1.4-1.4z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.3;
  z-index: 0;
}

.about .geometric-shape {
  position: absolute;
  animation: float 8s ease-in-out infinite;
  opacity: 0.15;
  z-index: 0;
}

.about .geometric-shape:nth-child(1) {
  width: 100px;
  height: 100px;
  border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
  background-color: var(--hack-blue);
  top: 10%;
  left: 10%;
  animation-delay: 0s;
}

.about .geometric-shape:nth-child(2) {
  width: 150px;
  height: 150px;
  border-radius: 53% 47% 34% 66% / 63% 46% 54% 37%;
  background-color: var(--hack-green);
  bottom: 10%;
  right: 10%;
  animation-delay: 3s;
}

.about-cards {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  margin-top: 3rem;
  position: relative;
  z-index: 2;
}

.card {
  background-color: var(--hack-white);
  border-radius: 15px;
  padding: 2rem;
  text-align: center;
  box-shadow: var(--shadow-md);
  transition: var(--transition);
  flex: 1;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(0,0,0,0.05);
  transform: translateY(50px);
  opacity: 0;
}

.about.scrolled .card {
  transform: translateY(0);
  opacity: 1;
  transition: var(--transition);
}

.about.scrolled .card:nth-child(1) {
  transition-delay: 0.1s;
}

.about.scrolled .card:nth-child(2) {
  transition-delay: 0.3s;
}

.about.scrolled .card:nth-child(3) {
  transition-delay: 0.5s;
}

.card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(90deg, var(--hack-primary), var(--hack-secondary));
}

.card:hover {
  transform: translateY(-10px);
  box-shadow: var(--shadow-lg);
}

.card i {
  font-size: 3rem;
  margin-bottom: 1.5rem;
  color: var(--hack-primary);
  transition: var(--transition);
}

.card:hover i {
  transform: scale(1.2) rotate(5deg);
}

.donate {
  padding: 5rem 0;
  background-color: var(--hack-light);
  text-align: center;
  position: relative;
  overflow: hidden;
  opacity: 0;
  transform: translateY(30px);
  transition: var(--transition-slow);
}

.donate.scrolled {
  opacity: 1;
  transform: translateY(0);
}

.donate::before {
  content: "";
  position: absolute;
  top: -100px;
  right: -100px;
  width: 400px;
  height: 400px;
  background: linear-gradient(135deg, var(--hack-green) 0%, var(--hack-blue) 100%);
  border-radius: 50%;
  opacity: 0.15;
}

.donate::after {
  content: "";
  position: absolute;
  bottom: -50px;
  left: -50px;
  width: 300px;
  height: 300px;
  background: var(--hack-primary);
  border-radius: 50%;
  opacity: 0.08;
}

.donate .wave-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='100' height='20' viewBox='0 0 100 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.184 20c.357-.13.72-.264.888-.14 1.652-1.1 2.782.14 3.68.14 1.074 0 2.14-.23 3.57-.92 1.424.69 2.486.92 3.56.92.897 0 2.03-1.24 3.68-.14.168-.12.53 0 .887.13 2.07.78 3.96 1.68 5.27.73.5-.18 1.58-.36 1.83.26.243.61.68.53 1.27.6 1.08.13 1.96.53 2.16 1.5.21.978-.48 1.88-1.6 2.3-1.23.46-2.7.27-4-.19-.87-.32-1.67.64-2.68.52-1.05-.13-1.54-.7-2.57-.52-1.03.18-1.38 1.04-2.44.86-1.06-.19-1.7-.75-2.74-.57-1.03.18-1.45.54-2.47.36-1.02-.18-1.9-.21-2.9-.03-1.2.22-1.9.84-3.13.62-1.22-.23-1.75-.87-2.97-.68-1.22.2-1.67.80-2.9.6-1.24-.2-2.1-.25-3.26-.03-1.16.2-1.95.63-3.1.43-1.16-.2-1.86-.6-3.03-.38-1.17.2-1.67.58-2.83.38-1.17-.2-1.7-.43-2.84-.23-1.13.2-1.7.74-2.9.55-1.22-.2-1.46-.45-2.67-.26-1.2.19-1.73.67-2.95.47-1.22-.2-1.43-.22-2.62-.03-1.2.2-1.6.43-2.8.23-1.2-.2-1.86-.42-3.04-.22-1.74.3-1.53 1.5-2.54 2.14-1.1.7-1.98.50-3.22 0-1.24-.5-1.5-1.34-2.82-.95-.65.20-1.33.97-1.3 1.8 0 .83.75 1.93 2.57 1.4 1.56-.45 2.54.34 3.80.86 1.3.53 2.7.4 4-.35 1.04-.6 1.7-.13 2.73.27 1.03.4 1.42 1.4 2.43 1.8 1.02.4 2.06-.17 3.1.22 1.03.4 1.03 1.38 2.05 1.78 1.02.4 2.28-.26 3.3.14 1.02.4 1.22 1.08 2.22 1.47 1.02.4 2.3-.12 3.34.28 1.03.4 1.32.9 2.36 1.3 1.04.4 2.3.03 3.32.42 1.03.4 1.22.9 2.26 1.3 1.04.4 2.4-.1 3.4.3 1.05.4 1.5 1.2 2.55 1.6 1.06.38 2.25.13 3.28.52 1.03.4 1.28 1.04 2.3 1.44 1.06.4 2.36-.04 3.42.36 1.06.4 1.45.83 2.5 1.23 1.05.4 2.18-.17 3.22.23 1.05.4 1.48 1.04 2.53 1.44 1.05.4 2.28-.2 3.3.2 1.03.4 1.43.94 2.48 1.34 1.03.4 2.03-.08 3.26.55.75.39 1.6 1.29 1.48 2.2-.14.92-.88 1.36-2.04 1.53-1.16.18-2.4.04-3.55-.4-1.1-.43-1.5.25-2.63-.15-1.1-.4-1.26-1.16-2.35-1.57-1.07-.4-2.14.17-3.2-.24-1.06-.4-1.23-1.14-2.27-1.55-1.06-.4-2.2-.03-3.28-.43-1.06-.4-1.24-1-2.3-1.42-1.04-.4-2.15.27-3.2-.14-1.07-.4-1.28-1.24-2.35-1.63-1.08-.4-2.15.23-3.2-.16-1.08-.4-1.3-1.25-2.37-1.65-1.07-.4-2.22.17-3.3-.22-1.07-.4-1.22-1.1-2.3-1.5-1.06-.38-2.24.04-3.3-.35-1.05-.4-1.28-1.1-2.33-1.5-1.05-.38-2.25.03-3.3-.36-1.05-.4-1.24-1.1-2.3-1.5-1.04-.4-2.24-.1-3.3-.5-1.04-.38-1.27-.94-2.3-1.35-1.03-.4-2.15-.07-3.15-.45-1.04-.4-1.28-1.17-2.33-1.57-1.04-.4-2.17-.02-3.15-.4-1.0-.38-1.13-.62-2.12-1-1.01-.4-2.23.15-3.3-.25-1.04-.4-1.1-.75-2.13-1.14-1.02-.4-2.24.12-3.25-.27-1.02-.4-1.1-.77-2.12-1.16-1.02-.4-2.26.1-3.3-.3-1.03-.38-1.18-.85-2.2-1.23-1.02-.4-2.15.1-3.2-.3-1.03-.4-1.4-1.42-2.5-1.8-1.04-.37-1.93.2-2.95-.13-.6-.2-1.45-.9-1.3-1.8.15-.88.87-1.62 1.4-1.8 1.63-.4 2.6.56 3.93 1.12z' fill='%23338eda' fill-opacity='0.1' fill-rule='evenodd'/%3E%3C/svg%3E");
  z-index: 0;
}

.donate .dollar-sign {
  position: absolute;
  font-size: 24px;
  color: var(--hack-primary);
  opacity: 0.15;
  animation: float 6s ease-in-out infinite;
  z-index: 1;
}

.donate .dollar-sign:nth-child(1) {
  top: 15%;
  left: 10%;
  animation-delay: 0s;
  font-size: 32px;
}

.donate .dollar-sign:nth-child(2) {
  top: 30%;
  right: 15%;
  animation-delay: 2s;
  font-size: 24px;
}

.donate .dollar-sign:nth-child(3) {
  bottom: 20%;
  left: 20%;
  animation-delay: 4s;
  font-size: 36px;
}

.donate .dollar-sign:nth-child(4) {
  bottom: 40%;
  right: 25%;
  animation-delay: 1s;
  font-size: 28px;
}

.donate-intro {
  font-size: 1.2rem;
  max-width: 800px;
  margin: 0 auto 1.5rem;
  position: relative;
  z-index: 2;
}

.donate-personal-note {
  font-size: 1.1rem;
  max-width: 800px;
  margin: 0 auto 3rem;
  position: relative;
  z-index: 2;
  font-style: italic;
  background-color: rgba(236, 55, 80, 0.08);
  padding: 1rem;
  border-radius: 8px;
  border-left: 3px solid var(--hack-primary);
}

.donate-reasons {
  display: flex;
  justify-content: space-around;
  gap: 2rem;
  margin: 3rem 0;
  position: relative;
  z-index: 2;
}

.donate-reason {
  flex: 1;
  padding: 2.5rem 2rem;
  background-color: var(--hack-white);
  border-radius: 15px;
  box-shadow: var(--shadow-sm);
  transition: var(--transition);
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(0,0,0,0.05);
  opacity: 0;
  transform: translateY(30px);
}

.donate.scrolled .donate-reason {
  opacity: 1;
  transform: translateY(0);
}

.donate.scrolled .donate-reason:nth-child(1) {
  transition-delay: 0.1s;
}

.donate.scrolled .donate-reason:nth-child(2) {
  transition-delay: 0.3s;
}

.donate.scrolled .donate-reason:nth-child(3) {
  transition-delay: 0.5s;
}

.donate-reason::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, transparent 25%, rgba(255,255,255,0.1) 50%, transparent 75%);
  background-size: 200% 200%;
  animation: shimmer 2s infinite;
  opacity: 0;
  transition: opacity 0.3s;
}

.donate-reason:hover::before {
  opacity: 1;
}

@keyframes shimmer {
  0% { background-position: -200% 0; }
  100% { background-position: 200% 0; }
}

.donate-reason:hover {
  transform: translateY(-8px) scale(1.03);
  box-shadow: var(--shadow-md);
}

.donate-reason i {
  font-size: 2.5rem;
  margin-bottom: 1.5rem;
  color: var(--hack-primary);
  background-color: rgba(236, 55, 80, 0.1);
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 0 auto 1.5rem;
  transition: transform 0.3s;
}

.donate-reason:hover i {
  transform: scale(1.1) rotate(5deg);
}

.donate-message {
  font-size: 1.3rem;
  font-weight: bold;
  margin: 2rem 0;
  color: var(--hack-primary);
  position: relative;
  z-index: 2;
  animation: pulse 3s infinite;
}

.donate .floating-graphics {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
}

.donate .floating-graphic {
  position: absolute;
  opacity: 0.1;
  animation: float 10s ease-in-out infinite;
}

.donate .floating-graphic:nth-child(1) {
  top: 25%;
  left: 5%;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--hack-primary);
  animation-delay: 0s;
}

.donate .floating-graphic:nth-child(2) {
  top: 60%;
  right: 10%;
  width: 15px;
  height: 15px;
  background: var(--hack-blue);
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  animation-delay: 1s;
}

.donate .floating-graphic:nth-child(3) {
  top: 40%;
  left: 15%;
  width: 25px;
  height: 25px;
  background: var(--hack-green);
  clip-path: polygon(50% 0%, 100% 38%, 82% 100%, 18% 100%, 0% 38%);
  animation-delay: 2s;
}

.donate .floating-graphic:nth-child(4) {
  bottom: 30%;
  right: 20%;
  width: 18px;
  height: 18px;
  background: var(--hack-primary);
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  animation-delay: 3s;
}

.donate-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 2rem 0;
  position: relative;
  z-index: 2;
}

.donate-btn-main {
  min-width: 200px;
  position: relative;
  overflow: hidden;
  padding: 12px 24px;
  font-size: 1.2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: linear-gradient(45deg, var(--hack-primary), #ff6b8b);
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(236, 55, 80, 0.3);
}

.donate-btn-main:hover {
  transform: translateY(-5px) scale(1.05);
  box-shadow: 0 7px 20px rgba(236, 55, 80, 0.4);
}

.donate-btn-main i {
  font-size: 1.1em;
  transition: transform 0.3s ease;
}

.donate-btn-main:hover i {
  transform: scale(1.2);
  animation: pulse 1.5s infinite;
}

.donate-btn-main::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.3) 50%, rgba(255,255,255,0) 100%);
  transform: rotate(45deg);
  transition: 0.6s;
  opacity: 0;
}

.donate-btn-main:hover::before {
  left: 100%;
  opacity: 1;
}

.transparency-note {
  font-style: italic;
  margin-top: 2rem;
  position: relative;
  z-index: 2;
}

footer {
  background-color: var(--hack-dark);
  color: var(--hack-white);
  padding: 3rem 0 1rem;
  position: relative;
  overflow: hidden;
}

footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(90deg, var(--hack-red), var(--hack-blue), var(--hack-green), var(--hack-red));
  background-size: 300% 100%;
  animation: gradient 5s ease infinite;
}

footer::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23ffffff' fill-opacity='0.03' fill-rule='evenodd'%3E%3Ccircle cx='3' cy='3' r='3'/%3E%3Ccircle cx='13' cy='13' r='3'/%3E%3C/g%3E%3C/svg%3E");
  opacity: 0.5;
  z-index: 0;
}

.footer-symbols {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
}

.footer-symbol {
  position: absolute;
  font-size: 1.2rem;
  opacity: 0.08;
  color: var(--hack-white);
  animation: float 8s ease-in-out infinite;
}

.footer-symbol:nth-child(1) {
  top: 20%;
  left: 10%;
  animation-delay: 0s;
}

.footer-symbol:nth-child(2) {
  top: 50%;
  right: 15%;
  animation-delay: 1s;
}

.footer-symbol:nth-child(3) {
  bottom: 30%;
  left: 20%;
  animation-delay: 2s;
}

.footer-symbol:nth-child(4) {
  top: 70%;
  right: 25%;
  animation-delay: 3s;
}

.footer-content {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2rem;
  position: relative;
  z-index: 2;
}

.footer-info h3 {
  margin-bottom: 0.5rem;
  color: var(--hack-primary);
}

.footer-links {
  display: flex;
  flex-direction: column;
}

.footer-links a {
  margin-bottom: 0.8rem;
  color: var(--hack-white);
  position: relative;
  padding-left: 0;
  transition: all 0.3s;
}

.footer-links a:before {
  content: ">";
  position: absolute;
  left: -15px;
  opacity: 0;
  transition: all 0.3s;
}

.footer-links a:hover {
  padding-left: 15px;
}

.footer-links a:hover:before {
  opacity: 1;
  left: 0;
}

.footer-social {
  display: flex;
}

.social-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1);
  margin-left: 1rem;
  color: var(--hack-white);
  transition: var(--transition);
  position: relative;
  overflow: hidden;
}

.social-icon:hover {
  background-color: var(--hack-primary);
  transform: translateY(-3px) rotate(360deg);
}

.social-icon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle, rgba(255,255,255,0.3) 0%, rgba(255,255,255,0) 70%);
  opacity: 0;
  transition: opacity 0.3s;
}

.social-icon:hover::before {
  opacity: 1;
}

.footer-bottom {
  text-align: center;
  padding-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
  z-index: 2;
}

.fiscal-note {
  margin-top: 0.5rem;
  font-size: 0.9rem;
  opacity: 0.8;
}

@media (max-width: 992px) {
  h1 {
    font-size: 3rem;
  }
  
  h2 {
    font-size: 2rem;
  }
  
  .mission-content, 
  .about-cards, 
  .donate-reasons, 
  .footer-content {
    flex-direction: column;
    gap: 2rem;
  }
  
  .about-cards .card {
    max-width: 500px;
    margin: 0 auto;
  }
  
  .footer-info, .footer-links, .footer-social {
    text-align: center;
    margin-bottom: 1.5rem;
  }
  
  .footer-social {
    justify-content: center;
  }
  
  .social-icon {
    margin: 0 0.5rem;
  }
  
  .rewards-grid {
    gap: 1rem;
  }
  
  .reward-card {
    min-width: 180px;
  }
  
  .workflow-item {
    flex: 1 1 calc(50% - 1.5rem);
  }
  
  .step-content {
    flex-direction: column;
  }
  
  .step-image {
    margin-top: 1.5rem;
  }
}

@media (max-width: 768px) {
  h1 {
    font-size: 2.5rem;
  }
  
  h2 {
    font-size: 1.8rem;
  }
  
  .container {
    width: 95%;
    padding: 1.5rem 0;
  }
  
  .nav-links {
    position: fixed;
    top: 0;
    right: -100%;
    height: 100vh;
    width: 70%;
    background-color: var(--hack-dark);
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: var(--transition);
    z-index: 20;
  }
  
  .nav-links.active {
    right: 0;
  }
  
  .nav-links a {
    margin: 1rem 0;
    font-size: 1.2rem;
  }
  
  .hamburger {
    display: block;
    z-index: 30;
  }
  
  .hamburger.active .line:nth-child(1) {
    transform: rotate(45deg) translate(5px, 6px);
  }
  
  .hamburger.active .line:nth-child(2) {
    opacity: 0;
  }
  
  .hamburger.active .line:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -6px);
  }
  
  .image-placeholder {
    width: 200px;
    height: 200px;
  }
  
  .image-placeholder i {
    font-size: 4rem;
  }
  
  .hero h1 {
    font-size: 3rem;
  }
  
  .subtitle {
    font-size: 1.2rem;
  }
  
  .cta-buttons {
    flex-direction: column;
    align-items: center;
  }
  
  .cta-buttons .btn {
    margin-right: 0;
    margin-bottom: 1rem;
    width: 100%;
    max-width: 250px;
    text-align: center;
  }
  
  .mission-text ul {
    padding-left: 0;
  }
  
  .ysws-tagline {
    font-size: 1.3rem;
  }
  
  .ysws-step {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  
  .ysws-step-number {
    margin-bottom: 1rem;
  }
  
  .rewards-grid {
    justify-content: center;
  }
  
  .reward-card {
    min-width: 200px;
    max-width: 300px;
  }
  
  .featured-reward {
    transform: scale(1);
  }
  
  .featured-reward:hover {
    transform: translateY(-10px);
  }
  
  .location-cards, 
  .workflow-items, 
  .resources-grid, 
  .benefit-items {
    flex-direction: column;
    align-items: center;
  }
  
  .location-card {
    width: 100%;
  }
  
  .workflow-item, 
  .resource-card {
    flex: 1 1 100%;
    margin-bottom: 1rem;
  }
  
  .benefit-item {
    flex: 1 1 100%;
  }
  
  .github-sidebar {
    width: 250px;
  }
  
  .sidebar-link span {
    display: block;
  }
  
  .github-setup .container {
    padding-left: 280px;
  }
}

@media (max-width: 576px) {
  body {
    font-size: 0.95rem;
  }
  
  h1 {
    font-size: 2.2rem;
  }
  
  h2 {
    font-size: 1.6rem;
  }
  
  h3 {
    font-size: 1.3rem;
  }
  
  .logo {
    font-size: 1.5rem;
  }
  
  .hero h1 {
    font-size: 2.5rem;
  }
  
  .subtitle {
    font-size: 1.1rem;
  }
  
  .cta-buttons .btn {
    padding: 0.7rem 1.2rem;
    font-size: 0.9rem;
  }
  
  .mission-content, 
  .hacking-content, 
  .github-content {
    padding: 1rem;
  }
  
  .card, 
  .donate-reason, 
  .reward-card,
  .ysws-step,
  .location-card,
  .github-step {
    padding: 1.2rem;
  }
  
  .card i, 
  .donate-reason i {
    font-size: 2.5rem;
  }
  
  .reward-icon, 
  .location-icon-wrapper {
    width: 60px;
    height: 60px;
    font-size: 1.5rem;
  }
  
  .ysws-step-number {
    width: 50px;
    height: 50px;
    font-size: 1.5rem;
  }
  
  .donate-btn-main {
    min-width: auto;
    width: 100%;
  }
  
  .github-sidebar {
    position: relative;
    top: auto;
    width: 100%;
    height: auto;
    max-height: none;
    border-radius: 0;
    box-shadow: 0 4px 15px rgba(0,0,0,0.15);
    margin-bottom: 20px;
  }
  
  .sidebar-navigation {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0.5rem;
  }
  
  .sidebar-header {
    width: 100%;
    justify-content: center;
    padding: 0.8rem 0;
  }
  
  .sidebar-link {
    padding: 0.7rem 1rem;
    margin: 0.2rem 0.5rem;
  }
  
  .sidebar-link.active::before {
    left: 0;
    top: 0;
    transform: none;
    height: 4px;
    width: 70%;
    border-radius: 0 0 4px 0;
  }
  
  .github-setup .container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  
  .image-placeholder {
    width: 150px;
    height: 150px;
  }
  
  .image-placeholder i {
    font-size: 3rem;
  }
  
  .benefits-grid {
    flex-direction: column;
  }
  
  .ysws-cta-text {
    font-size: 1.2rem;
  }
  
  .ysws-btn {
    width: 100%;
    padding: 0.8rem 1.5rem;
  }
  
  .ysws-text {
    text-align: center;
  }
  
  .footer {
    padding: 2rem 0 1rem;
  }
  
  .footer-content {
    gap: 1.5rem;
  }
  
  .footer-bottom {
    font-size: 0.85rem;
  }
  
  .fiscal-note {
    font-size: 0.8rem;
  }
}

@media (max-width: 380px) {
  .hero h1 {
    font-size: 2rem;
  }
  
  .subtitle {
    font-size: 1rem;
  }
  
  .card, 
  .donate-reason, 
  .reward-card,
  .ysws-step,
  .location-card {
    padding: 1rem;
  }
  
  .image-placeholder {
    width: 120px;
    height: 120px;
  }
  
  .reward-icon, 
  .location-icon-wrapper {
    width: 50px;
    height: 50px;
    font-size: 1.3rem;
    margin-bottom: 1rem;
  }
  
  h2 {
    font-size: 1.4rem;
  }
  
  h3 {
    font-size: 1.2rem;
  }
}

.what-is-hacking {
  padding: 5rem 0;
  position: relative;
  background-color: var(--hack-white);
  overflow: hidden;
  background-image: 
    radial-gradient(circle at 20% 30%, rgba(236, 55, 80, 0.05) 0%, transparent 50%),
    radial-gradient(circle at 80% 70%, rgba(51, 142, 218, 0.05) 0%, transparent 50%),
    radial-gradient(circle at 50% 50%, rgba(51, 214, 166, 0.03) 0%, transparent 80%);
}

.what-is-hacking::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 250px;
  height: 250px;
  background: var(--hack-green);
  opacity: 0.05;
  border-radius: 50%;
  transform: translate(30%, -30%);
}

.what-is-hacking::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: 
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='%23338eda' fill-opacity='0.04' d='M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z'/%3E%3C/svg%3E"),
    url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%2333d6a6' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-position: 0 0, 40px 40px;
  opacity: 0.08;
  z-index: 0;
}

.hacking-icon {
  color: var(--hack-blue);
  animation: pulse 2s infinite;
  margin-left: 10px;
  vertical-align: middle;
}

.hacking-content {
  position: relative;
  z-index: 2;
  max-width: 800px;
  margin: 0 auto;
}

.what-is-hacking .floating-shape {
  position: absolute;
  width: 50px;
  height: 50px;
  background: var(--hack-green);
  opacity: 0.1;
  border-radius: 10px;
  animation: float 8s ease-in-out infinite;
  z-index: 1;
}

.what-is-hacking .floating-shape:nth-child(1) {
  top: 20%;
  left: 10%;
  animation-delay: 0s;
  animation-duration: 7s;
  transform: rotate(45deg);
}

.what-is-hacking .floating-shape:nth-child(2) {
  top: 60%;
  right: 10%;
  animation-delay: 2s;
  animation-duration: 9s;
  transform: rotate(20deg);
}

.what-is-hacking .floating-shape:nth-child(3) {
  bottom: 15%;
  left: 30%;
  animation-delay: 4s;
  animation-duration: 8s;
  transform: rotate(10deg);
}

.what-is-hacking .floating-shape:nth-child(4) {
  top: 40%;
  right: 15%;
  width: 30px;
  height: 30px;
  background: var(--hack-red);
  animation-delay: 1s;
  animation-duration: 10s;
  transform: rotate(25deg);
}

.what-is-hacking .tech-icons {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
}

.what-is-hacking .tech-icons i {
  position: absolute;
  font-size: 2rem;
  opacity: 0.1;
  animation: float 10s ease-in-out infinite;
}

.what-is-hacking .tech-icons i:nth-child(1) {
  top: 15%;
  left: 15%;
  color: var(--hack-blue);
  animation-delay: 0s;
}

.what-is-hacking .tech-icons i:nth-child(2) {
  top: 75%;
  left: 15%;
  color: var(--hack-primary);
  animation-delay: 2s;
}

.what-is-hacking .tech-icons i:nth-child(3) {
  top: 30%;
  right: 15%;
  color: var(--hack-green);
  animation-delay: 4s;
}

.what-is-hacking .tech-icons i:nth-child(4) {
  top: 65%;
  right: 10%;
  color: var(--hack-primary);
  animation-delay: 1s;
}

.what-is-hacking .tech-icons i:nth-child(5) {
  top: 45%;
  left: 35%;
  color: var(--hack-blue);
  animation-delay: 3s;
}

.what-is-hacking .code-symbols {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
}

.what-is-hacking .code-symbol {
  position: absolute;
  font-family: monospace;
  font-size: 1.2rem;
  font-weight: bold;
  opacity: 0.07;
  animation: float 10s ease-in-out infinite;
}

.what-is-hacking .code-symbol:nth-child(1) {
  top: 10%;
  right: 30%;
  color: var(--hack-primary);
  animation-delay: 0s;
  font-size: 1.4rem;
}

.what-is-hacking .code-symbol:nth-child(2) {
  bottom: 15%;
  left: 10%;
  color: var(--hack-blue);
  animation-delay: 1s;
  font-size: 1.6rem;
}

.what-is-hacking .code-symbol:nth-child(3) {
  top: 35%;
  right: 8%;
  color: var(--hack-green);
  animation-delay: 2s;
  font-size: 1.2rem;
}

.what-is-hacking .code-symbol:nth-child(4) {
  bottom: 40%;
  left: 25%;
  color: var(--hack-primary);
  animation-delay: 3s;
  font-size: 1.3rem;
}

.what-is-hacking .code-symbol:nth-child(5) {
  top: 20%;
  left: 15%;
  color: var(--hack-blue);
  animation-delay: 4s;
  font-size: 1.5rem;
}

.what-is-hacking .code-symbol:nth-child(6) {
  bottom: 25%;
  right: 20%;
  color: var(--hack-green);
  animation-delay: 5s;
  font-size: 1.3rem;
}

.what-is-hacking .code-symbol:nth-child(7) {
  top: 50%;
  left: 5%;
  color: var(--hack-primary);
  animation-delay: 6s;
  font-size: 1.4rem;
}

.what-is-hacking .code-symbol:nth-child(8) {
  top: 75%;
  right: 15%;
  color: var(--hack-secondary);
  animation-delay: 7s;
  font-size: 1.2rem;
}

.what-is-hacking .binary-code {
  position: absolute;
  z-index: 0;
  font-family: monospace;
  font-size: 0.7rem;
  opacity: 0.04;
  pointer-events: none;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.what-is-hacking .binary-line {
  position: absolute;
  white-space: nowrap;
}

.what-is-hacking .binary-line:nth-child(1) {
  top: 25%;
  left: -5%;
  transform: rotate(-5deg);
}

.what-is-hacking .binary-line:nth-child(2) {
  bottom: 30%;
  right: -10%;
  transform: rotate(5deg);
}

.what-is-hacking .binary-line:nth-child(3) {
  top: 65%;
  left: 20%;
  transform: rotate(-2deg);
}

.hacking-text {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 2rem;
  border-radius: 10px;
  box-shadow: var(--shadow-md);
  border-left: 5px solid var(--hack-primary);
  opacity: 0;
  transform: translateY(30px);
  transition: var(--transition-slow);
}

.what-is-hacking.scrolled .hacking-text {
  opacity: 1;
  transform: translateY(0);
}

.hacking-intro {
  font-size: 1.2rem;
  font-style: italic;
  margin-bottom: 1rem;
  color: var(--hack-dark);
}

.hacking-explanation {
  margin: 2rem 0;
  background-color: rgba(51, 142, 218, 0.05);
  padding: 1.5rem;
  border-radius: 8px;
}

.hacking-explanation h3 {
  margin-bottom: 1rem;
  color: var(--hack-blue);
}

.hacking-explanation ul {
  list-style-type: none;
}

.hacking-explanation li {
  margin-bottom: 1rem;
  padding-left: 2rem;
  position: relative;
  transition: var(--transition);
}

.hacking-explanation li i {
  position: absolute;
  left: 0;
  top: 5px;
  color: var(--hack-primary);
  background: rgba(236, 55, 80, 0.1);
  border-radius: 50%;
  padding: 5px;
  transition: var(--transition);
}

.hacking-explanation li:nth-child(1) i { color: var(--hack-primary); background: rgba(236, 55, 80, 0.1); }
.hacking-explanation li:nth-child(2) i { color: var(--hack-secondary); background: rgba(51, 142, 218, 0.1); }
.hacking-explanation li:nth-child(3) i { color: var(--hack-green); background: rgba(51, 214, 166, 0.1); }
.hacking-explanation li:nth-child(4) i { color: var(--hack-primary); background: rgba(236, 55, 80, 0.1); }
.hacking-explanation li:nth-child(5) i { color: var(--hack-blue); background: rgba(51, 142, 218, 0.1); }

.hacking-explanation li:hover {
  transform: translateX(5px);
}

.hacking-explanation li:hover i {
  transform: scale(1.2);
}

.hacking-quote {
  font-size: 1.3rem;
  font-weight: 600;
  text-align: center;
  margin: 2rem 0;
  color: var(--hack-primary);
  padding: 1rem;
  border-top: 1px solid rgba(236, 55, 80, 0.2);
  border-bottom: 1px solid rgba(236, 55, 80, 0.2);
}

.back-link {
  margin-top: 2rem;
  text-align: center;
}

#what-is-hacking {
  min-height: 70vh;
  padding-top: 2rem;
}

.subpage-header {
  background: linear-gradient(135deg, var(--hack-dark) 0%, #252429 100%);
  color: var(--hack-white);
  position: relative;
  height: auto;
  min-height: auto;
  padding: 0.5rem 0;
  box-shadow: 0 2px 10px rgba(0,0,0,0.2);
}

.subpage-header nav {
  position: relative;
  padding: 1rem 5%;
}

.github-sidebar {
  position: fixed;
  top: 100px;
  left: 0;
  width: 280px;
  z-index: 100;
  height: calc(100vh - 100px);
  background: var(--hack-dark);
  box-shadow: 4px 0 15px rgba(0,0,0,0.15);
  overflow-y: auto;
  border-radius: 0 15px 15px 0;
}

.sidebar-navigation {
  display: flex;
  flex-direction: column;
  padding: 1rem 0;
}

.sidebar-header {
  display: flex;
  align-items: center;
  padding: 0.8rem 1.5rem 1.2rem;
  margin-bottom: 1rem;
  color: var(--hack-white);
  font-weight: 600;
  font-size: 1.1rem;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

.sidebar-header i {
  margin-right: 12px;
  color: var(--hack-secondary);
  font-size: 1.3rem;
}

.sidebar-link {
  padding: 0.9rem 1.5rem;
  color: var(--hack-white);
  font-weight: 500;
  transition: all 0.3s;
  position: relative;
  display: flex;
  align-items: center;
  margin: 0.3rem 0.8rem;
  border-radius: 8px;
  border-left: none;
}

.sidebar-link i {
  margin-right: 12px;
  width: 20px;
  text-align: center;
  font-size: 1rem;
  opacity: 0.8;
  transition: var(--transition);
}

.sidebar-link:hover {
  background: rgba(255,255,255,0.15);
  color: var(--hack-white);
  transform: translateX(3px);
}

.sidebar-link:hover i {
  opacity: 1;
  transform: scale(1.1);
}

.sidebar-link.active {
  background: rgba(51, 142, 218, 0.3);
  color: var(--hack-white);
  box-shadow: 0 3px 8px rgba(0,0,0,0.2);
}

.sidebar-link.active::before {
  content: "";
  position: absolute;
  left: -8px;
  top: 50%;
  transform: translateY(-50%);
  height: 70%;
  width: 4px;
  background: var(--hack-secondary);
  border-radius: 0 4px 4px 0;
}

.sidebar-link.active i {
  color: var(--hack-secondary);
  opacity: 1;
}

/* Adjust main content when sidebar is present */
.github-setup .container {
  padding-left: 320px;
  max-width: 1470px;
}

/* Mobile responsive adjustments */
@media (max-width: 992px) {
  .github-sidebar {
    width: 260px;
  }
  
  .github-setup .container {
    padding-left: 300px;
  }
}

@media (max-width: 768px) {
  .github-sidebar {
    width: 250px;
  }
  
  .sidebar-link span {
    display: block;
  }
  
  .github-setup .container {
    padding-left: 280px;
  }
}

@media (max-width: 576px) {
  .github-sidebar {
    position: relative;
    top: auto;
    width: 100%;
    height: auto;
    max-height: none;
    border-radius: 0;
    box-shadow: 0 4px 15px rgba(0,0,0,0.15);
    margin-bottom: 20px;
  }
  
  .sidebar-navigation {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0.5rem;
  }
  
  .sidebar-header {
    width: 100%;
    justify-content: center;
    padding: 0.8rem 0;
  }
  
  .sidebar-link {
    padding: 0.7rem 1rem;
    margin: 0.2rem 0.5rem;
  }
  
  .sidebar-link.active::before {
    left: 0;
    top: 0;
    transform: none;
    height: 4px;
    width: 70%;
    border-radius: 0 0 4px 0;
  }
  
  .github-setup .container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.github-setup {
  padding: 5rem 0;
  position: relative;
  background-color: var(--hack-white);
  overflow: hidden;
  background-image: 
    radial-gradient(circle at 20% 30%, rgba(51, 142, 218, 0.08) 0%, transparent 50%),
    radial-gradient(circle at 80% 70%, rgba(51, 214, 166, 0.08) 0%, transparent 50%),
    radial-gradient(circle at 50% 50%, rgba(236, 55, 80, 0.05) 0%, transparent 80%);
}

.step-1-5 {
  --i: 1.5;
}

.github-education {
  background: linear-gradient(135deg, var(--hack-secondary), #4361ee);
}

.benefits-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1.5rem;
}

.benefit-item {
  flex: 1 1 calc(50% - 1rem);
  display: flex;
  align-items: center;
  gap: 0.8rem;
  padding: 0.8rem;
  background: rgba(51, 142, 218, 0.08);
  border-radius: 8px;
  transition: var(--transition);
}

.benefit-item:hover {
  transform: translateY(-3px);
  background: rgba(51, 142, 218, 0.12);
}

.benefit-item i {
  font-size: 1.2rem;
  color: var(--hack-secondary);
  background: rgba(51, 142, 218, 0.15);
  padding: 0.6rem;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.github-setup::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 350px;
  height: 350px;
  background: var(--hack-blue);
  opacity: 0.08;
  border-radius: 50%;
  transform: translate(30%, -30%);
  animation: pulse 15s infinite alternate;
}

.github-setup::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: 
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='%23333333' fill-opacity='0.04' d='M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z'/%3E%3C/svg%3E"),
    url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23222222' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-position: 0 0, 40px 40px;
  opacity: 0.08;
  z-index: 0;
}

.github-icon {
  color: var(--hack-secondary);
  animation: pulse 2s infinite;
  margin-left: 10px;
  vertical-align: middle;
}

.github-content {
  position: relative;
  z-index: 2;
  max-width: 900px;
  margin: 0 auto;
}

.github-setup .floating-shape {
  position: absolute;
  width: 50px;
  height: 50px;
  background: var(--hack-secondary);
  opacity: 0.1;
  border-radius: 10px;
  animation: float 8s ease-in-out infinite;
  z-index: 1;
}

.github-setup .floating-shape:nth-child(1) {
  top: 20%;
  left: 10%;
  animation-delay: 0s;
  animation-duration: 7s;
  transform: rotate(45deg);
}

.github-setup .floating-shape:nth-child(2) {
  top: 60%;
  right: 10%;
  animation-delay: 2s;
  animation-duration: 9s;
  transform: rotate(20deg);
}

.github-setup .floating-shape:nth-child(3) {
  bottom: 15%;
  left: 30%;
  animation-delay: 4s;
  animation-duration: 8s;
  transform: rotate(10deg);
}

.github-setup .floating-shape:nth-child(4) {
  top: 40%;
  right: 15%;
  width: 30px;
  height: 30px;
  background: var(--hack-primary);
  animation-delay: 1s;
  animation-duration: 10s;
  transform: rotate(25deg);
}

.github-setup .floating-shape:nth-child(5) {
  top: 30%;
  left: 25%;
  width: 40px;
  height: 40px;
  background: var(--hack-green);
  animation-delay: 3s;
  animation-duration: 11s;
  transform: rotate(15deg);
}

.github-setup .floating-shape:nth-child(6) {
  bottom: 30%;
  right: 25%;
  width: 25px;
  height: 25px;
  background: var(--hack-blue);
  animation-delay: 5s;
  animation-duration: 9s;
  transform: rotate(35deg);
}

.github-setup .floating-shape:nth-child(7) {
  top: 70%;
  left: 15%;
  width: 35px;
  height: 35px;
  background: var(--hack-primary);
  animation-delay: 2.5s;
  animation-duration: 12s;
  transform: rotate(40deg);
}

.github-setup .floating-shape:nth-child(8) {
  top: 50%;
  right: 30%;
  width: 45px;
  height: 45px;
  background: var(--hack-secondary);
  animation-delay: 4.5s;
  animation-duration: 10.5s;
  transform: rotate(30deg);
}

.github-setup .tech-icons {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
}

.github-setup .tech-icons i {
  position: absolute;
  font-size: 2rem;
  opacity: 0.1;
  animation: float 10s ease-in-out infinite;
}

.github-setup .tech-icons i:nth-child(1) {
  top: 15%;
  left: 15%;
  color: var(--hack-dark);
  animation-delay: 0s;
}

.github-setup .tech-icons i:nth-child(2) {
  top: 75%;
  left: 15%;
  color: var(--hack-primary);
  animation-delay: 2s;
}

.github-setup .tech-icons i:nth-child(3) {
  top: 30%;
  right: 15%;
  color: var(--hack-green);
  animation-delay: 4s;
}

.github-setup .tech-icons i:nth-child(4) {
  top: 65%;
  right: 10%;
  color: var(--hack-secondary);
  animation-delay: 1s;
}

.github-setup .tech-icons i:nth-child(5) {
  top: 45%;
  left: 35%;
  color: var(--hack-primary);
  animation-delay: 3s;
}

.github-setup .code-symbols {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
}

.github-setup .code-symbol {
  position: absolute;
  font-family: monospace;
  font-size: 1.2rem;
  font-weight: bold;
  opacity: 0.07;
  animation: float 10s ease-in-out infinite;
}

.github-setup .code-symbol:nth-child(7) {
  top: 40%;
  left: 5%;
  color: var(--hack-secondary);
  animation-delay: 6s;
  font-size: 1.8rem;
}

.github-setup .binary-code {
  position: absolute;
  z-index: 0;
  font-family: monospace;
  font-size: 0.7rem;
  opacity: 0.04;
  pointer-events: none;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.github-setup .binary-line {
  position: absolute;
  white-space: nowrap;
}

.github-setup .binary-line:nth-child(1) {
  top: 25%;
  left: -5%;
  transform: rotate(-5deg);
}

.github-setup .binary-line:nth-child(2) {
  bottom: 30%;
  right: -10%;
  transform: rotate(5deg);
}

.github-setup .binary-line:nth-child(3) {
  top: 65%;
  left: 20%;
  transform: rotate(-2deg);
}

.github-setup .binary-line:nth-child(4) {
  top: 45%;
  right: 15%;
  transform: rotate(3deg);
}

.github-setup .binary-line:nth-child(5) {
  bottom: 10%;
  left: 25%;
  transform: rotate(-4deg);
}

.github-bubbles {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  pointer-events: none;
}

.github-bubble {
  position: absolute;
  border-radius: 50%;
  background: linear-gradient(145deg, rgba(51, 142, 218, 0.05), rgba(255, 255, 255, 0.03));
  box-shadow: inset 0 0 15px rgba(255, 255, 255, 0.1);
  animation: float 15s ease-in-out infinite;
}

.github-bubble:nth-child(1) {
  width: 150px;
  height: 150px;
  top: 10%;
  left: 5%;
  animation-delay: 0s;
  animation-duration: 20s;
}

.github-bubble:nth-child(2) {
  width: 100px;
  height: 100px;
  top: 20%;
  right: 10%;
  animation-delay: 1s;
  animation-duration: 15s;
}

.github-bubble:nth-child(3) {
  width: 120px;
  height: 120px;
  bottom: 15%;
  left: 10%;
  animation-delay: 2s;
  animation-duration: 18s;
}

.github-bubble:nth-child(4) {
  width: 80px;
  height: 80px;
  bottom: 25%;
  right: 15%;
  animation-delay: 3s;
  animation-duration: 16s;
}

.github-bubble:nth-child(5) {
  width: 70px;
  height: 70px;
  top: 40%;
  left: 25%;
  animation-delay: 4s;
  animation-duration: 22s;
}

.github-bubble:nth-child(6) {
  width: 90px;
  height: 90px;
  top: 60%;
  right: 25%;
  animation-delay: 5s;
  animation-duration: 19s;
}

.github-bubble:nth-child(7) {
  width: 60px;
  height: 60px;
  bottom: 50%;
  left: 45%;
  animation-delay: 6s;
  animation-duration: 17s;
}

.github-bubble:nth-child(8) {
  width: 110px;
  height: 110px;
  bottom: 60%;
  right: 40%;
  animation-delay: 7s;
  animation-duration: 21s;
}

.git-commands {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  pointer-events: none;
}

.git-command {
  position: absolute;
  font-family: monospace;
  color: var(--hack-secondary);
  opacity: 0.07;
  font-weight: 600;
  animation: float 12s ease-in-out infinite;
}

.git-command:nth-child(1) {
  top: 15%;
  left: 30%;
  font-size: 1.4rem;
  animation-delay: 0s;
}

.git-command:nth-child(2) {
  top: 75%;
  left: 20%;
  font-size: 1.6rem;
  animation-delay: 1s;
}

.git-command:nth-child(3) {
  top: 25%;
  right: 15%;
  font-size: 1.3rem;
  animation-delay: 2s;
}

.git-command:nth-child(4) {
  top: 65%;
  right: 25%;
  font-size: 1.5rem;
  animation-delay: 3s;
}

.git-command:nth-child(5) {
  top: 45%;
  left: 18%;
  font-size: 1.8rem;
  animation-delay: 4s;
}

.git-command:nth-child(6) {
  top: 55%;
  right: 18%;
  font-size: 1.7rem;
  animation-delay: 5s;
}

.git-command:nth-child(7) {
  top: 35%;
  left: 50%;
  font-size: 1.5rem;
  animation-delay: 6s;
}

.git-command:nth-child(8) {
  top: 85%;
  right: 40%;
  font-size: 1.4rem;
  animation-delay: 7s;
}

.github-text {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 2rem;
  border-radius: 10px;
  box-shadow: var(--shadow-md);
  border-left: 5px solid var(--hack-secondary);
  opacity: 1;
  transform: translateY(0);
  transition: var(--transition-slow);
  position: relative;
  z-index: 5;
}

.github-setup.scrolled .github-text {
  opacity: 1;
  transform: translateY(0);
}

.github-step {
  margin: 3rem 0;
  padding: 1.5rem;
  border-radius: 10px;
  background-color: var(--hack-white);
  box-shadow: var(--shadow-md);
  position: relative;
  overflow: hidden;
  transition: var(--transition);
  border: 1px solid rgba(0,0,0,0.1);
  opacity: 1;
  transform: translateY(0);
  animation: fadeIn 0.8s ease-out forwards;
  animation-delay: calc(var(--i, 0) * 0.2s);
  z-index: 5;
}

.github-step::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 5px;
  width: 100%;
  background: linear-gradient(90deg, var(--hack-secondary), var(--hack-blue));
}

.github-step h3 {
  color: var(--hack-secondary);
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
}

.github-step h3 i {
  margin-right: 10px;
  padding: 8px;
  background-color: rgba(51, 142, 218, 0.1);
  border-radius: 50%;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: var(--transition);
}

.github-step:hover h3 i {
  transform: scale(1.2) rotate(5deg);
}

.github-step:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-md);
}

.step-1 { --i: 1; }
.step-2 { --i: 2; }
.step-3 { --i: 3; }
.step-4 { --i: 4; }
.step-5 { --i: 5; }

.step-content {
  display: flex;
  gap: 2rem;
  align-items: center;
}

.step-instructions {
  flex: 3;
}

.step-image {
  flex: 2;
  display: flex;
  justify-content: center;
}

.step-instructions ol, .step-instructions ul {
  margin-left: 1.5rem;
  margin-bottom: 1rem;
}

.step-instructions li {
  margin-bottom: 0.8rem;
  position: relative;
}

.github-signup, .github-repo, .github-collab {
  width: 180px;
  height: 180px;
  background: linear-gradient(135deg, var(--hack-dark), #444);
  color: white;
  font-size: 4rem;
  animation: float 6s ease-in-out infinite;
}

.github-signup::after {
  animation-delay: 1s;
}

.github-repo::after {
  animation-delay: 2s;
}

.github-collab::after {
  animation-delay: 3s;
}

.workflow-items {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin-top: 2rem;
}

.workflow-item {
  flex: 1 1 calc(33.333% - 1.5rem);
  min-width: 200px;
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 8px;
  box-shadow: var(--shadow-sm);
  transition: var(--transition);
}

.workflow-item:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-md);
}

.workflow-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: var(--hack-secondary);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1.3rem;
  flex-shrink: 0;
}

.workflow-text h4 {
  margin-bottom: 0.3rem;
  color: var(--hack-dark);
}

.workflow-text p {
  font-size: 0.9rem;
  margin-bottom: 0;
}

.github-tip {
  margin: 3rem 0;
  padding: 1.5rem;
  background-color: rgba(51, 214, 166, 0.1);
  border-radius: 10px;
  border-left: 5px solid var(--hack-green);
}

.github-tip h3 {
  color: var(--hack-green);
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}

.github-tip h3 i {
  margin-right: 10px;
}

.github-tip ul {
  margin-left: 1.5rem;
}

.github-tip li {
  margin-bottom: 0.8rem;
}

.resources-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin-top: 1.5rem;
}

.resource-card {
  flex: 1 1 calc(50% - 1.5rem);
  min-width: 200px;
  padding: 1.5rem;
  background-color: var(--hack-white);
  border-radius: 10px;
  box-shadow: var(--shadow-sm);
  text-align: center;
  transition: var(--transition);
  border: 1px solid rgba(0,0,0,0.05);
}

.resource-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-md);
}

.resource-card i {
  font-size: 2.5rem;
  margin-bottom: 1rem;
  color: var(--hack-secondary);
}

.resource-card h4 {
  margin-bottom: 0.5rem;
}

.resource-card p {
  font-size: 0.9rem;
  margin-bottom: 0;
}

@media (max-width: 992px) {
  .step-content {
    flex-direction: column;
  }
  
  .step-image {
    margin-top: 1.5rem;
  }
  
  .workflow-item {
    flex: 1 1 calc(50% - 1.5rem);
  }
}

@media (max-width: 768px) {
  .workflow-item, .resource-card {
    flex: 1 1 100%;
  }
}