.hook-section {
  position: relative;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background-color: transparent;
}

.hook-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 90%;
  height: 90%;
  display: flex;
  align-items: center;
  justify-content: center;
  perspective: 1000px;
}

.hook-logo-wrapper {
  position: absolute;
  width: 100vw;
  max-width: 500px;
  min-width: 250px;
  height: 100vw;
  max-height: 500px;
  min-height: 240px;
  display: flex;
  align-items: center;
  justify-content: center;
  will-change: transform;
  z-index: 1;
}

.hook-logo {
  position: absolute;
  width: 60%;
  height: 60%;
  object-fit: contain;
  transform-origin: center center;
  will-change: transform, opacity;
}

.hook-logo-mono {
  filter: drop-shadow(0px 20px 40px rgba(0, 0, 0, 0.15));
  opacity: 0;
}

.dark .hook-logo-mono {
  filter: drop-shadow(0px 20px 40px rgba(255, 255, 255, 0.1)) invert(1) hue-rotate(180deg);
}

.hook-logo-color-icon {
  filter: drop-shadow(0px 20px 40px rgba(0, 0, 0, 0.15));
  opacity: 0;
}

.dark .hook-logo-color-icon {
  filter: drop-shadow(0px 20px 40px rgba(255, 255, 255, 0.1));
}

.hook-logo-full {
  opacity: 0;
  filter: drop-shadow(0px 20px 40px rgba(0, 0, 0, 0.15));
  width: 100%;
  height: 100%;
  object-fit: contain;
  margin-left: 330px;
}

.dark .hook-logo-full {
  filter: drop-shadow(0px 20px 40px rgba(255, 255, 255, 0.1));
}

.hook-texts-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  z-index: 10;
}

.hook-text-layer {
  position: absolute;
  opacity: 0;
  transform: translateY(30px);
  will-change: transform, opacity;
  color: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
}

.dark .hook-text-layer {
  color: #fff;
}

body:not(.dark) .hook-text-layer {
  color: #111;
}

.text-1 {
  align-items: center;
}

.text-1-small {
  font-size: clamp(24px, 4vw, 36px);
  font-weight: 500;
  line-height: 1;
  margin-bottom: -10px;

}

@media (min-width: 900px) {


  .text-2-line-2 {
    margin-left: 150px;
  }

  .text-2-2 {
    margin-left: 20px;
    margin-bottom: 5px;
  }

  .text-2-3 {
    margin-left: 20px;
  }

  .text-2-5 {
    margin-left: 20px;
    margin-top: 10px;
  }
}

.text-1-large {
  font-size: clamp(70px, 12vw, 130px);
  font-weight: 800;
  line-height: 1;
}

.text-2-line-1 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: clamp(20px, 3.5vw, 36px);
  font-weight: 500;
  line-height: 1;
}

.text-2-line-2 {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
}

.text-2-large {
  font-size: clamp(50px, 8vw, 90px);
  font-weight: 800;
}

.text-2-small {
  font-size: clamp(20px, 3.5vw, 36px);
  font-weight: 500;
}

.text-3-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.text-3-left {
  font-size: clamp(20px, 3.5vw, 36px);
  font-weight: 500;
  text-align: right;
  line-height: 1.2;
  margin-right: -140px;
  margin-bottom: 60px;
}

.text-3-large {
  font-size: clamp(60px, 10vw, 100px);
  font-weight: 800;
  line-height: 1;
}

.text-4-large {
  font-size: clamp(60px, 12vw, 130px);
  font-weight: 800;
  letter-spacing: -2px;
}

/* Split Section Layout */
.merged-section {
  display: flex;
  width: 100%;
  background: #ffffff;
}

.left-panel {
  width: 45%;
  height: 100vh;
  padding: 100px 5px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: sticky;
  top: 0;
  background: #ffffff;
  z-index: 10;
}

.dark .left-panel {
  box-shadow: 0 0 40px rgba(255, 255, 255, 0.02);
}

.left-panel-inner {
  max-width: 595px;
  margin-top: -10px;
}

.right-panel {
  width: 55%;
  position: relative;
  background: #ffffff;
}


.left-panel .feature-quote {
  font-family: "Inter", "Helvetica Neue", sans-serif;
  font-size: 22px;
  line-height: 1.5;
  font-weight: 400;
  color: #333;
  letter-spacing: -0.3px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  margin: 0;
  padding-left: 100px;
}

.left-panel .highlight {
  font-weight: 600;
  color: #000;
}

.dark .left-panel .feature-quote {
  color: rgba(255, 255, 255, 0.7);
}

.dark .left-panel .highlight {
  color: #fff;
}

@media (max-width: 1024px) {
  .left-panel {
    width: 45%;
  }

  .right-panel {
    width: 55%;
  }
}

@media (max-width: 768px) {
  .merged-section {
    flex-direction: column;
  }

  .left-panel {
    width: 100%;
    height: auto;
    position: relative;
    padding: 40px 24px;
  }

  .left-panel .feature-quote {
    font-size: 20px;
    line-height: 1.4;
  }

  .right-panel {
    width: 100%;
  }
}