.u-section-1 .u-sheet-1 {
  min-height: 1971px;
}

.u-section-1 .u-custom-html-1 {
  margin-top: 20px;
  margin-bottom: 0;
  height: auto;
  min-height: 20px;
}

.u-section-1 .u-custom-html-2 {
  margin-bottom: 0;
  height: auto;
  min-height: 1932px;
  margin-top: 0;
}.u-section-2 .u-sheet-1 {
  min-height: 195px;
}

.u-section-2 .u-icon-1 {
  width: 64px;
  height: 64px;
  margin: 43px auto 0;
}

.u-section-2 .u-text-1 {
  margin: 16px auto 43px;
}

.u-section-2 .u-btn-1 {
  background-image: none;
  padding: 0;
} body {
    background-color: #0a0a0a;
    color: #f1f1f1;
    font-family: 'Helvetica Neue', Arial, sans-serif;
    margin: 0;
    padding: 0;
    line-height: 1.7;
  }
  a { color: #00ffcc; text-decoration: none; }
  a:hover { text-decoration: underline; }
  .container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 40px 20px;
  }
  header {
    text-align: center;
    margin-bottom: 40px;
  }
  header img.logo {
    max-width: 180px;
    border-radius: 50%;
    box-shadow: 0 0 20px rgba(255,0,150,0.5);
  }
  header h1 {
    font-size: 2.4em;
    margin: 20px 0 10px;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 1px;
  }
  header p {
    color: #aaa;
    font-size: 1em;
  }
  .main {
    display: grid;
    grid-template-columns: 3fr 1fr;
    gap: 40px;
  }
  @media (max-width: 800px) {
    .main { grid-template-columns: 1fr; }
  }
  article img.feature {
    width: 100%;
    border-radius: 16px;
    margin: 20px 0;
    box-shadow: 0 0 25px rgba(255,0,200,0.2);
  }
  article h2 {
    color: #ff00cc;
    font-size: 1.4em;
    margin-top: 30px;
  }
  article p {
    margin-bottom: 16px;
  }
  blockquote {
    font-style: italic;
    border-left: 4px solid hotpink;
    padding-left: 16px;
    margin: 25px 0;
    color: #858E99;
  }
  aside {
    background-color: #111;
    border-radius: 16px;
    padding: 20px;
    box-shadow: 0 0 15px rgba(0,255,200,0.15);
    position: relative;
  }
  aside h3 {
    color: #00ffcc;
    text-transform: uppercase;
    font-size: 1em;
    letter-spacing: 1px;
    margin-bottom: 10px;
  }
  aside p {
    font-size: 0.95em;
    color: #ccc;
  }
  footer {
    text-align: center;
    font-size: 0.9em;
    margin-top: 60px;
    color: #777;
  }
  footer a { color: #ff00cc; } 