  .overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(51,51,51,0.7);
    z-index: 10;
  }
html {
  scroll-behavior: smooth;
}

#goup {
  height: 1px;
  background-color: transparent;
}

#info {
  height: 1px;
  background-color: transparent;
}
.pull-right a:hover {
    text-decoration: none;
}
.navbar-brand {
  position: absolute;
  left: 11%;
}



body {background-color: #000;}
.splash {margin: 0; background-color: #000; font-family: 'Segoe UI', sans-serif; color: #fff; text-align: center;}
    .language-switcher { position: absolute; top: 10px; right: 10px; }
    .language-switcher a { margin-left: 0px; padding: 6px 10px; background: #05142b; color: #fff; border-radius: 5px; text-decoration: none; }
    .language-switcher a:hover { background: #123456; }
    .ribbon-container { margin-top: 80px; display: flex; flex-direction: column; align-items: center; }
    .ribbon1 {
        width: 320px;
        padding: 20px;
        font-size: 1.3em;
        font-weight: bold;
        background: 
            linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.4)),
            linear-gradient(90deg, red, orange, yellow, green, blue, indigo);
        margin: -5px 0;
        transform-origin: center;
        transform-style: preserve-3d;
        border-radius: 3px;
        color: white;
    }
    .ribbon2 {
        width: 320px;
        padding: 20px;
        font-size: 1.3em;
        font-weight: bold;
        background: 
            linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.4)),
            linear-gradient(90deg, orange, orange, yellow, yellow, green, blue, indigo, violet);
        margin: -5px 0;
        transform-origin: center;
        transform-style: preserve-3d;
        border-radius: 3px;
        color: white;
    }
    .ribbon3 {
        width: 320px;
        padding: 20px;
        font-size: 1.3em;
        font-weight: bold;
        background: 
            linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.4)),
            linear-gradient(90deg, red, orange, yellow, green, blue, indigo);
        margin: -5px 0;
        transform-origin: center;
        transform-style: preserve-3d;
        border-radius: 3px;
        color: white;
    }
    .ribbon4 {
        width: 320px;
        padding: 20px;
        font-size: 1.3em;
        font-weight: bold;
        background: 
            linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.4)),
            linear-gradient(90deg, orange, orange, yellow, yellow, green, blue, indigo, violet);
        margin: -5px 0;
        transform-origin: center;
        transform-style: preserve-3d;
        border-radius: 3px;
        color: white;
    }
    .ribbon1 { transform: perspective(300px) rotateY(20deg); }
    .ribbon3 { transform: perspective(300px) rotateY(20deg); }
    .ribbon2 { transform: perspective(300px) rotateY(-20deg); }
    .ribbon4 { transform: perspective(300px) rotateY(-20deg); }
.columns {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
    margin: 40px 0;
}

.column-wrapper {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    flex: 1;
    min-width: 250px;
    max-width: 400px;
}
.column-box, .highlight-box {
    border-radius: 0 0 6px 6px;
}
    .column-box, .highlight-box {
        flex: 1;
        min-width: 200px;
        padding: 30px 20px;
        border-radius: 8px;
        text-align: left;
        color: #fff;
        box-shadow: 0 0 10px rgba(255,255,255,0.1);
        height: 100%; 
        box-sizing: border-box; 
    }
    .column-box { background: #252539; }
    .highlight-box { 
        background: #2f2f4f; 
        position: relative;
        box-shadow: 0 0 10px rgba(255,255,255,0.15);
    }
    ul { padding-left: 20px; margin: 0; }
    li { list-style-type: disc; margin-bottom: 8px; }
    .buy-button { 
        background: #c80000; 
        color: white; 
        font-weight: bold; 
        padding: 14px; 
        font-size: 1.2em; 
        border: none; 
        border-radius: 6px; 
        cursor: pointer; 
        width: calc(100% - 10px); 
        position: absolute; 
        left: 5px; 
        right: 5px; 
    }
    .buy-button:hover { background: #ff0000; }
    .section { 
        background: #2a2a3d; 
        margin: 20px auto; 
        padding: 30px; 
        width: 90%; 
        max-width: 1000px; 
        border-radius: 8px; 
        box-shadow: 0 0 10px rgba(255,255,255,0.05); 
    }
	a { 
        color: #ccc458; 
		text-decoration: none;
		 font-weight: bold;
		 font-size: 15px; 
    }
	  .highlight {
    animation: zoomHighlight 1s ease-out;
    transform-origin: center;
  }

  @keyframes zoomHighlight {
    0% { transform: scale(1); }
    50% { transform: scale(1.05); }
    100% { transform: scale(1); }
  }
  .column-box h3, .highlight-box h3 {
    font-size: 1.4em;
    margin-bottom: 10px;
    color: #ffcc66;
    text-transform: uppercase;
}

.column-title-box {
    background: #111122;
    padding: 12px 20px;
    margin-bottom: -5px;
    border-radius: 6px 6px 0 0;
    font-size: 1.1em;
    font-weight: bold;
    color: #ffcc66;
    text-align: center;
}
.steps-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin: 60px auto;
  max-width: 1000px;
}

.step-box {
  background: #1f1f2e;
  color: #fff;
  border-radius: 12px;
  padding: 30px 20px;
  text-align: center;
  width: 280px;
  box-shadow: 0 0 15px rgba(255,255,255,0.05);
  transition: transform 0.3s ease;
}

.step-box:hover {
  transform: scale(1.03);
}

.step-number {
  background: #ffc107;
  color: #000;
  font-size: 1.8em;
  font-weight: bold;
  width: 60px;
  height: 60px;
  line-height: 60px;
  margin: 0 auto 20px auto;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(255,193,7,0.5);
}

.step-title {
  font-size: 1.2em;
  margin-bottom: 10px;
  color: #ffcc66;
}

.step-desc {
  font-size: 0.95em;
  line-height: 1.5em;
  color: #ccc;
}


    footer { 
        background: #111; 
        margin-top: 60px; 
        padding: 20px 10px; 
        display: flex; 
        flex-wrap: wrap; 
        justify-content: space-around; 
        color: #aaa; 
        font-size: 0.9em; 
        border-top: 1px solid #333; 
    }
	
    footer div { margin: 10px; min-width: 120px; }
