html,
body {
  overflow-x: hidden;
  width: 100%;
  position: relative;
  background-color: #FFFFFF; }

body {
  color: #111111;
  font-family: "Noto Sans JP", sans-serif; }

.text-yellow {
  color: #F7C22C !important; }

#mainNav {
  transition: all 0.3s ease;
  background-color: #F7C22C !important; }
  #mainNav .navbar-brand img {
    filter: brightness(0); }
  #mainNav .nav-link {
    color: #111111 !important;
    font-weight: 800;
    font-size: 0.95rem;
    opacity: 1; }
    #mainNav .nav-link:hover {
      opacity: 0.7; }
  #mainNav .btn-yellow-sm {
    background-color: #111111 !important;
    color: #F7C22C !important;
    padding: 10px 24px;
    border-radius: 50px;
    font-weight: 900;
    font-size: 0.9rem;
    border: none;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease; }
    #mainNav .btn-yellow-sm:hover {
      transform: translateY(-2px) scale(1.05);
      background-color: #2b2b2b !important;
      box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2); }
  #mainNav .navbar-toggler {
    border: none !important;
    padding: 0.25rem; }
    #mainNav .navbar-toggler:focus {
      box-shadow: none !important;
      outline: none !important; }

.bg-deco {
  position: absolute;
  width: 600px;
  height: 400px;
  z-index: 1;
  pointer-events: none;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.15;
  transition: all 0.8s ease-out; }
  @media (max-width: 768px) {
    .bg-deco {
      width: 280px;
      height: 180px;
      opacity: 0.12; } }

.bg-deco-left-01 {
  background-image: url("../img/bg_left01.png");
  top: 10%;
  left: -80px; }

.bg-deco-right-01 {
  background-image: url("../img/bg_right01.png");
  top: 15%;
  right: -100px; }

.bg-deco-left-02 {
  background-image: url("../img/bg_left02.png");
  bottom: 5%;
  left: -40px; }

.bg-deco-right-02 {
  background-image: url("../img/bg_right02.png");
  top: 25%;
  right: -120px; }

.bg-deco-left-03 {
  background-image: url("../img/bg_left03.png");
  bottom: 10%;
  left: -100px; }

.bg-deco-right-03 {
  background-image: url("../img/bg_right03.png");
  bottom: 10%;
  right: -40px; }

.hero,
.section-padding,
.kpi-bar {
  position: relative;
  overflow: hidden; }

#hero-net-animation,
#footer-net-animation {
  z-index: 0;
  opacity: 0.5;
  pointer-events: none; }

.hero {
  min-height: 100vh;
  display: flex;
  align-items: center; }
  .hero .badge-tech {
    font-size: 1.15rem;
    font-weight: 700; }
  .hero .btn-yellow-mega {
    background: #F7C22C;
    color: #111111;
    padding: 1.1rem 2.5rem;
    border-radius: 100px;
    font-weight: 900;
    font-size: 1.15rem;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border: none;
    box-shadow: 0 10px 20px rgba(247, 194, 44, 0.3); }
    .hero .btn-yellow-mega:hover {
      transform: translateY(-6px) scale(1.03);
      box-shadow: 0 20px 40px rgba(247, 194, 44, 0.4);
      background: #f6bb13; }
  .hero .btn-glass-dark {
    background: rgba(17, 17, 17, 0.85);
    color: #FFFFFF;
    padding: 1.1rem 2.5rem;
    border-radius: 100px;
    backdrop-filter: blur(12px);
    font-weight: 700;
    font-size: 1.1rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease; }
    .hero .btn-glass-dark:hover {
      background: #111111;
      transform: translateY(-3px); }

.hero-logo-wrapper .hero-main-logo {
  display: block;
  width: 100%;
  max-width: 580px;
  height: auto;
  margin: 0 auto;
  filter: drop-shadow(0 15px 30px rgba(0, 0, 0, 0.08)); }
  @media (min-width: 992px) {
    .hero-logo-wrapper .hero-main-logo {
      margin: 0; } }

.floating-cards-container {
  position: relative;
  height: 480px; }
  .floating-cards-container .float-card {
    position: absolute;
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(10px);
    padding: 1.4rem;
    border-radius: 24px;
    border: 1px solid rgba(247, 194, 44, 0.25);
    display: flex;
    align-items: center;
    gap: 1.2rem;
    width: 250px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
    z-index: 5; }
    .floating-cards-container .float-card .card-icon {
      font-size: 2.4rem;
      color: #F7C22C; }
    .floating-cards-container .float-card .label {
      font-size: 10px;
      font-weight: 900;
      color: #aaa;
      letter-spacing: 0.1em; }
    .floating-cards-container .float-card .val {
      font-family: "Bebas Neue", sans-serif;
      font-size: 2.4rem;
      color: #111111;
      display: block;
      line-height: 0.9; }
    .floating-cards-container .float-card.card-1 {
      top: 10%;
      right: 10%;
      animation: floatY 5.5s infinite ease-in-out; }
    .floating-cards-container .float-card.card-2 {
      top: 42%;
      right: 35%;
      animation: floatY 6.5s infinite ease-in-out 1s; }
    .floating-cards-container .float-card.card-3 {
      top: 75%;
      right: 15%;
      animation: floatY 7.5s infinite ease-in-out 0.5s; }

@keyframes floatY {
  0%, 100% {
    transform: translateY(0) rotate(0deg); }
  50% {
    transform: translateY(-28px) rotate(1deg); } }
.kpi-bar {
  background: #fdfdfd; }
  .kpi-bar .kpi-num {
    font-family: "Bebas Neue", sans-serif;
    font-size: 3.8rem;
    font-weight: 900;
    color: #111111;
    line-height: 0.8;
    margin-bottom: 8px; }
  .kpi-bar .kpi-lbl {
    font-family: "Bebas Neue", sans-serif;
    font-size: 0.75rem;
    letter-spacing: 0.15em;
    color: #F7C22C;
    margin-bottom: 2px; }

.section-padding {
  padding: 120px 0; }
  @media (max-width: 768px) {
    .section-padding {
      padding: 80px 0; } }

.section-tag {
  font-family: "Bebas Neue", sans-serif;
  letter-spacing: 0.2em;
  font-size: 14px;
  font-weight: 700;
  color: #F7C22C;
  margin-bottom: 1rem; }

.section-h2 {
  font-weight: 900;
  font-size: clamp(2rem, 4.5vw, 3.2rem);
  line-height: 1.15; }

.reveal {
  opacity: 0;
  transform: translateY(40px);
  transition: 1.2s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .reveal.on {
    opacity: 1;
    transform: translateY(0); }

.iceberg-box .progress {
  background-color: #eee;
  border-radius: 100px;
  height: 10px; }
.iceberg-box .progress-bar.bg-dark {
  background-color: #212529 !important; }
.iceberg-box .progress-bar.bg-yellow {
  background-color: #F7C22C !important; }

.icon_cl_yw {
  color: #F7C22C; }

.text-light-gray {
  color: #ccc; }

.ts_1-0 {
  font-size: 1rem;
  font-weight: 500; }

#cta.bg-yellow {
  background-color: #F7C22C !important; }
#cta .cta-pattern {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(0, 0, 0, 0.07) 1.5px, transparent 1.5px);
  background-size: 32px 32px;
  pointer-events: none; }
#cta .btn-xl {
  padding: 18px 45px;
  font-size: 1.1rem;
  border-radius: 8px;
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275); }
  #cta .btn-xl:hover {
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2) !important; }

.footer-links li {
  margin-bottom: 10px; }
  .footer-links li a {
    color: #ccc;
    text-decoration: none;
    font-size: 0.9rem;
    transition: all 0.3s ease; }
    .footer-links li a:hover {
      color: #F7C22C;
      padding-left: 5px; }

.footer-onza-logo {
  transition: all 0.3s ease;
  opacity: 0.8; }
  .footer-onza-logo:hover {
    opacity: 1;
    transform: translateY(-2px); }

.small-cap {
  font-size: 0.8rem;
  letter-spacing: 0.1em;
  text-transform: uppercase; }

.how-row {
  position: relative; }

.how-box {
  position: relative; }
  .how-box:nth-child(1) {
    z-index: 10; }
  .how-box:nth-child(2) {
    z-index: 9; }
  .how-box:nth-child(3) {
    z-index: 8; }
  .how-box:nth-child(4) {
    z-index: 7; }
  .how-box .how-icon {
    font-size: 2.5rem;
    line-height: 1; }
  .how-box:not(:last-child)::after {
    content: "";
    position: absolute;
    z-index: 100;
    width: 0;
    height: 0;
    border-style: solid; }
  @media (min-width: 768px) {
    .how-box:not(:last-child)::after {
      top: 50%;
      right: -12px;
      transform: translateY(-50%);
      border-width: 12px 0 12px 18px;
      border-color: transparent transparent transparent #F7C22C; } }
  @media (max-width: 767.98px) {
    .how-box:not(:last-child)::after {
      bottom: -15px;
      left: 50%;
      transform: translateX(-50%);
      border-width: 18px 12px 0 12px;
      border-color: #F7C22C transparent transparent transparent; } }

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #111111;
  position: relative;
  overflow-x: hidden; }

.fw-black {
  font-weight: 900; }

.text-yellow {
  color: #F7C22C !important; }

.bg-yellow {
  background-color: #F7C22C !important; }

.small-cap {
  font-size: 0.8rem;
  letter-spacing: 0.1em;
  text-transform: uppercase; }

#hero-net-animation,
#footer-net-animation {
  z-index: 0;
  opacity: 0.5;
  pointer-events: none; }
  #hero-net-animation svg,
  #footer-net-animation svg {
    width: 100%;
    height: 100%; }

.form-control, .form-select {
  background-color: #ffffff !important;
  border: 2px solid #adb5bd;
  border-radius: 8px;
  z-index: 5;
  position: relative;
  transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out; }
  .form-control:focus, .form-select:focus {
    background-color: #ffffff !important;
    border-color: #F7C22C;
    border-width: 2px;
    box-shadow: 0 0 0 0.25rem rgba(247, 194, 44, 0.2); }

.btn-yellow {
  background-color: #F7C22C !important;
  color: #111111 !important;
  border: none !important;
  box-shadow: 0 4px 0 #cf9b08;
  transition: all 0.2s ease-in-out;
  position: relative;
  top: 0; }
  .btn-yellow:hover {
    background-color: #f8c945 !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 0 #cf9b08; }
  .btn-yellow:active {
    top: 2px;
    box-shadow: 0 2px 0 #cf9b08;
    transform: translateY(0); }

.btn-fancy-submit {
  background: linear-gradient(135deg, #F7C22C 0%, #f39c12 100%);
  color: #111111 !important;
  border: none;
  border-radius: 50px;
  font-size: 1.25rem;
  letter-spacing: 0.05em;
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  position: relative;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(243, 156, 18, 0.4); }
  .btn-fancy-submit:hover {
    transform: translateY(-4px) scale(1.02);
    box-shadow: 0 12px 30px rgba(243, 156, 18, 0.5);
    background: linear-gradient(135deg, #f8c945 0%, #F7C22C 100%); }
  .btn-fancy-submit:active {
    transform: translateY(2px);
    box-shadow: 0 4px 15px rgba(243, 156, 18, 0.4); }

.leadtime-ui-box {
  background-color: #ffffff !important;
  border: 1px solid rgba(0, 0, 0, 0.1); }

.custom-range {
  height: 14px;
  background-color: #dee2e6;
  border-radius: 10px;
  appearance: none;
  outline: none; }
  .custom-range::-webkit-slider-runnable-track {
    height: 14px;
    background: #dee2e6;
    border-radius: 10px; }
  .custom-range::-webkit-slider-thumb {
    appearance: none;
    width: 28px;
    height: 28px;
    background: #111111;
    border: 4px solid #F7C22C;
    border-radius: 50%;
    margin-top: -7px;
    cursor: pointer;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2); }

.stepper-section {
  background: #FFFFFF; }

.step-item {
  width: 100px;
  z-index: 2;
  position: relative; }
  .step-item .step-circle {
    width: 44px;
    height: 44px;
    background: #FFFFFF;
    border: 2px solid #ddd;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    font-family: 'JetBrains Mono', monospace;
    transition: all 0.3s;
    color: #ccc; }
  .step-item.active .step-circle {
    background: #111111;
    border-color: #111111;
    color: #F7C22C;
    transform: scale(1.1); }
  .step-item.done .step-circle {
    background: #F7C22C;
    border-color: #F7C22C;
    color: #111111; }

.stepper-line {
  top: 22px;
  left: 10%;
  right: 10%;
  height: 2px;
  background: #eee;
  z-index: 1; }

.lt-display-num {
  font-family: "Bebas Neue", sans-serif;
  font-size: 3rem;
  line-height: 1;
  color: #111111; }

.radio-card-light {
  border: 1px solid #ddd;
  transition: all 0.2s;
  background-color: #fff; }
  .radio-card-light:hover {
    background: #F8F9FA;
    border-color: #111111; }

.btn-check:checked + .radio-card-light {
  background: #111111 !important;
  border-color: #111111 !important;
  color: #F7C22C !important; }

.section-tag {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 900;
  font-size: 11px;
  letter-spacing: 0.2em;
  color: #F7C22C;
  margin-bottom: 15px; }
  .section-tag::before {
    content: '';
    width: 25px;
    height: 2px;
    background: #F7C22C; }

.h-px-12 {
  height: 12px;
  border-radius: 6px;
  overflow: hidden;
  background: #eee; }

.score-row {
  margin-bottom: 1rem; }
  .score-row .score-label {
    font-size: 0.85rem;
    font-weight: 700;
    width: 80px; }
  .score-row .score-bar-bg {
    flex: 1;
    height: 8px;
    background: #eee;
    border-radius: 4px;
    overflow: hidden; }
  .score-row .score-bar-fill {
    height: 100%;
    border-radius: 4px;
    transition: width 1s ease-out; }
  .score-row .score-num {
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.8rem;
    width: 30px;
    text-align: right; }

.priority-item {
  display: flex;
  gap: 15px;
  margin-bottom: 1.2rem; }
  .priority-item .p-num {
    font-family: "Bebas Neue", sans-serif;
    font-size: 1.5rem;
    color: #F7C22C;
    line-height: 1; }
  .priority-item .p-title {
    font-size: 0.95rem;
    font-weight: 700;
    margin-bottom: 2px; }
  .priority-item .p-desc {
    font-size: 0.8rem;
    color: #6c757d;
    line-height: 1.5; }

.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: 1s ease-out; }
  .reveal.on {
    opacity: 1 !important;
    transform: translateY(0) !important; }

.step-panel {
  display: none; }
  .step-panel.active {
    display: block;
    animation: fadeInUp 0.4s ease-out; }

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px); }
  to {
    opacity: 1;
    transform: translateY(0); } }
html,
body {
  overflow-x: hidden;
  width: 100%;
  position: relative;
  background-color: #FFFFFF; }

body {
  color: #111111;
  font-family: "Noto Sans JP", sans-serif; }

.text-yellow {
  color: #F7C22C !important; }

#mainNav {
  transition: all 0.3s ease;
  background-color: #F7C22C !important; }
  #mainNav .navbar-brand img {
    filter: brightness(0); }
  #mainNav .nav-link {
    color: #111111 !important;
    font-weight: 800;
    font-size: 0.95rem;
    opacity: 1; }
    #mainNav .nav-link:hover {
      opacity: 0.7; }
  #mainNav .btn-yellow-sm {
    background-color: #111111 !important;
    color: #F7C22C !important;
    padding: 10px 24px;
    border-radius: 50px;
    font-weight: 900;
    font-size: 0.9rem;
    border: none;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease; }
    #mainNav .btn-yellow-sm:hover {
      transform: translateY(-2px) scale(1.05);
      background-color: #2b2b2b !important;
      box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2); }
  #mainNav .navbar-toggler {
    border: none !important;
    padding: 0.25rem; }
    #mainNav .navbar-toggler:focus {
      box-shadow: none !important;
      outline: none !important; }

.bg-deco {
  position: absolute;
  width: 600px;
  height: 400px;
  z-index: 1;
  pointer-events: none;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.15;
  transition: all 0.8s ease-out; }
  @media (max-width: 768px) {
    .bg-deco {
      width: 280px;
      height: 180px;
      opacity: 0.12; } }

.bg-deco-left-01 {
  background-image: url("../img/bg_left01.png");
  top: 10%;
  left: -80px; }

.bg-deco-right-01 {
  background-image: url("../img/bg_right01.png");
  top: 15%;
  right: -100px; }

.bg-deco-left-02 {
  background-image: url("../img/bg_left02.png");
  bottom: 5%;
  left: -40px; }

.bg-deco-right-02 {
  background-image: url("../img/bg_right02.png");
  top: 25%;
  right: -120px; }

.bg-deco-left-03 {
  background-image: url("../img/bg_left03.png");
  bottom: 10%;
  left: -100px; }

.bg-deco-right-03 {
  background-image: url("../img/bg_right03.png");
  bottom: 10%;
  right: -40px; }

.hero,
.section-padding,
.kpi-bar {
  position: relative;
  overflow: hidden; }

#hero-net-animation,
#footer-net-animation {
  z-index: 0;
  opacity: 0.5;
  pointer-events: none; }

.hero {
  min-height: 100vh;
  display: flex;
  align-items: center; }
  .hero .badge-tech {
    font-size: 1.15rem;
    font-weight: 700; }
  .hero .btn-yellow-mega {
    background: #F7C22C;
    color: #111111;
    padding: 1.1rem 2.5rem;
    border-radius: 100px;
    font-weight: 900;
    font-size: 1.15rem;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border: none;
    box-shadow: 0 10px 20px rgba(247, 194, 44, 0.3); }
    .hero .btn-yellow-mega:hover {
      transform: translateY(-6px) scale(1.03);
      box-shadow: 0 20px 40px rgba(247, 194, 44, 0.4);
      background: #f6bb13; }
  .hero .btn-glass-dark {
    background: rgba(17, 17, 17, 0.85);
    color: #FFFFFF;
    padding: 1.1rem 2.5rem;
    border-radius: 100px;
    backdrop-filter: blur(12px);
    font-weight: 700;
    font-size: 1.1rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease; }
    .hero .btn-glass-dark:hover {
      background: #111111;
      transform: translateY(-3px); }

.hero-logo-wrapper .hero-main-logo {
  display: block;
  width: 100%;
  max-width: 580px;
  height: auto;
  margin: 0 auto;
  filter: drop-shadow(0 15px 30px rgba(0, 0, 0, 0.08)); }
  @media (min-width: 992px) {
    .hero-logo-wrapper .hero-main-logo {
      margin: 0; } }

.floating-cards-container {
  position: relative;
  height: 480px; }
  .floating-cards-container .float-card {
    position: absolute;
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(10px);
    padding: 1.4rem;
    border-radius: 24px;
    border: 1px solid rgba(247, 194, 44, 0.25);
    display: flex;
    align-items: center;
    gap: 1.2rem;
    width: 250px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
    z-index: 5; }
    .floating-cards-container .float-card .card-icon {
      font-size: 2.4rem;
      color: #F7C22C; }
    .floating-cards-container .float-card .label {
      font-size: 10px;
      font-weight: 900;
      color: #aaa;
      letter-spacing: 0.1em; }
    .floating-cards-container .float-card .val {
      font-family: "Bebas Neue", sans-serif;
      font-size: 2.4rem;
      color: #111111;
      display: block;
      line-height: 0.9; }
    .floating-cards-container .float-card.card-1 {
      top: 10%;
      right: 10%;
      animation: floatY 5.5s infinite ease-in-out; }
    .floating-cards-container .float-card.card-2 {
      top: 42%;
      right: 35%;
      animation: floatY 6.5s infinite ease-in-out 1s; }
    .floating-cards-container .float-card.card-3 {
      top: 75%;
      right: 15%;
      animation: floatY 7.5s infinite ease-in-out 0.5s; }

@keyframes floatY {
  0%, 100% {
    transform: translateY(0) rotate(0deg); }
  50% {
    transform: translateY(-28px) rotate(1deg); } }
.kpi-bar {
  background: #fdfdfd; }
  .kpi-bar .kpi-num {
    font-family: "Bebas Neue", sans-serif;
    font-size: 3.8rem;
    font-weight: 900;
    color: #111111;
    line-height: 0.8;
    margin-bottom: 8px; }
  .kpi-bar .kpi-lbl {
    font-family: "Bebas Neue", sans-serif;
    font-size: 0.75rem;
    letter-spacing: 0.15em;
    color: #F7C22C;
    margin-bottom: 2px; }

.section-padding {
  padding: 120px 0; }
  @media (max-width: 768px) {
    .section-padding {
      padding: 80px 0; } }

.section-tag {
  font-family: "Bebas Neue", sans-serif;
  letter-spacing: 0.2em;
  font-size: 14px;
  font-weight: 700;
  color: #F7C22C;
  margin-bottom: 1rem; }

.section-h2 {
  font-weight: 900;
  font-size: clamp(2rem, 4.5vw, 3.2rem);
  line-height: 1.15; }

.reveal {
  opacity: 0;
  transform: translateY(40px);
  transition: 1.2s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .reveal.on {
    opacity: 1;
    transform: translateY(0); }

.iceberg-box .progress {
  background-color: #eee;
  border-radius: 100px;
  height: 10px; }
.iceberg-box .progress-bar.bg-dark {
  background-color: #212529 !important; }
.iceberg-box .progress-bar.bg-yellow {
  background-color: #F7C22C !important; }

.icon_cl_yw {
  color: #F7C22C; }

.text-light-gray {
  color: #ccc; }

.ts_1-0 {
  font-size: 1rem;
  font-weight: 500; }

#cta.bg-yellow {
  background-color: #F7C22C !important; }
#cta .cta-pattern {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(0, 0, 0, 0.07) 1.5px, transparent 1.5px);
  background-size: 32px 32px;
  pointer-events: none; }
#cta .btn-xl {
  padding: 18px 45px;
  font-size: 1.1rem;
  border-radius: 8px;
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275); }
  #cta .btn-xl:hover {
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2) !important; }

.footer-links li {
  margin-bottom: 10px; }
  .footer-links li a {
    color: #ccc;
    text-decoration: none;
    font-size: 0.9rem;
    transition: all 0.3s ease; }
    .footer-links li a:hover {
      color: #F7C22C;
      padding-left: 5px; }

.footer-onza-logo {
  transition: all 0.3s ease;
  opacity: 0.8; }
  .footer-onza-logo:hover {
    opacity: 1;
    transform: translateY(-2px); }

.small-cap {
  font-size: 0.8rem;
  letter-spacing: 0.1em;
  text-transform: uppercase; }

.how-row {
  position: relative; }

.how-box {
  position: relative; }
  .how-box:nth-child(1) {
    z-index: 10; }
  .how-box:nth-child(2) {
    z-index: 9; }
  .how-box:nth-child(3) {
    z-index: 8; }
  .how-box:nth-child(4) {
    z-index: 7; }
  .how-box .how-icon {
    font-size: 2.5rem;
    line-height: 1; }
  .how-box:not(:last-child)::after {
    content: "";
    position: absolute;
    z-index: 100;
    width: 0;
    height: 0;
    border-style: solid; }
  @media (min-width: 768px) {
    .how-box:not(:last-child)::after {
      top: 50%;
      right: -12px;
      transform: translateY(-50%);
      border-width: 12px 0 12px 18px;
      border-color: transparent transparent transparent #F7C22C; } }
  @media (max-width: 767.98px) {
    .how-box:not(:last-child)::after {
      bottom: -15px;
      left: 50%;
      transform: translateX(-50%);
      border-width: 18px 12px 0 12px;
      border-color: #F7C22C transparent transparent transparent; } }

.hero-h1-large {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(52px, 6vw, 88px);
  line-height: 1.0;
  letter-spacing: 0.02em; }
  .hero-h1-large em {
    font-style: normal; }

.letter-spacing-05 {
  letter-spacing: 0.05em; }

.letter-spacing-1 {
  letter-spacing: 0.1em; }

.smaller {
  font-size: 0.75rem; }

.hero-pills .pill {
  background: rgba(17, 17, 17, 0.05);
  border: 1px solid rgba(17, 17, 17, 0.1);
  padding: 8px 16px;
  border-radius: 50px;
  font-size: 0.85rem;
  font-weight: 700;
  color: #111111;
  display: inline-flex;
  align-items: center;
  transition: all 0.3s ease; }
  .hero-pills .pill i {
    font-size: 1.1rem;
    color: #F7C22C; }
  .hero-pills .pill:hover {
    background: #F7C22C;
    border-color: #F7C22C; }
    .hero-pills .pill:hover i {
      color: #111111; }

.roadmap-list-horizontal {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 40px; }

.rm-item-row {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 12px;
  padding: 24px 32px;
  display: flex;
  align-items: center;
  gap: 40px;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1); }
  .rm-item-row:hover {
    transform: translateX(10px);
    border-color: #F7C22C;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04); }
    .rm-item-row:hover .rm-label {
      background: #F7C22C;
      color: #111111; }
  .rm-item-row .rm-phase-col {
    min-width: 120px;
    flex-shrink: 0;
    text-align: center; }
    .rm-item-row .rm-phase-col .rm-label {
      display: block;
      font-family: 'JetBrains Mono', monospace;
      font-size: 11px;
      font-weight: 800;
      background: #eee;
      color: #666;
      padding: 4px 0;
      border-radius: 4px;
      margin-bottom: 8px;
      transition: all 0.3s; }
      .rm-item-row .rm-phase-col .rm-label.next {
        background: #f0fdfa;
        color: #2dd4bf; }
      .rm-item-row .rm-phase-col .rm-label.future {
        background: rgba(96, 165, 250, 0.1);
        color: #60A5FA; }
    .rm-item-row .rm-phase-col .rm-status {
      font-size: 12px;
      font-weight: 700;
      font-family: 'JetBrains Mono', monospace; }
      .rm-item-row .rm-phase-col .rm-status.live {
        color: #4ADE80; }
      .rm-item-row .rm-phase-col .rm-status.dev {
        color: #F7C22C; }
        .rm-item-row .rm-phase-col .rm-status.dev i {
          animation: spin 3s linear infinite;
          display: inline-block; }
      .rm-item-row .rm-phase-col .rm-status.plan {
        color: #60A5FA; }
  .rm-item-row .rm-content-col {
    flex-grow: 1; }
    .rm-item-row .rm-content-col .rm-item-title {
      font-size: 1.15rem;
      font-weight: 800;
      margin-bottom: 6px;
      color: #111111;
      letter-spacing: -0.01em; }
    .rm-item-row .rm-content-col .rm-item-desc {
      font-size: 14px;
      color: #666;
      line-height: 1.6;
      margin-bottom: 0; }
  @media (max-width: 991px) {
    .rm-item-row {
      flex-direction: column;
      align-items: flex-start;
      gap: 16px;
      padding: 24px; }
      .rm-item-row .rm-phase-col {
        display: flex;
        align-items: center;
        gap: 12px;
        min-width: auto; }
        .rm-item-row .rm-phase-col .rm-label {
          margin-bottom: 0;
          width: 80px; } }

@keyframes spin {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }
.algo-feature-item-modern .af-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  flex-shrink: 0; }

.algo-tags {
  display: flex;
  gap: 6px;
  flex-wrap: wrap; }
  .algo-tags .algo-tag {
    font-family: 'JetBrains Mono', monospace;
    font-size: 10px;
    font-weight: 700;
    padding: 3px 10px;
    border-radius: 4px;
    background: #f8f9fa;
    color: #777;
    border: 1px solid #eee; }
    .algo-tags .algo-tag.accent {
      background: #fff9e6;
      color: #cf9b08;
      border-color: #f7c22c; }

.bin-sim-container-light {
  overflow: hidden; }
  .bin-sim-container-light .bg-yellow-soft {
    background-color: #fff9e6; }
  .bin-sim-container-light .border-yellow-dim {
    border: 1px solid rgba(247, 194, 44, 0.3); }

.bin-blocks-row {
  display: flex;
  flex-wrap: wrap;
  gap: 4px; }
  .bin-blocks-row .b-block {
    width: 26px;
    height: 26px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 900;
    color: rgba(0, 0, 0, 0.6);
    font-family: 'JetBrains Mono', monospace;
    opacity: 0;
    transform: scale(0.5); }

.reveal.on .b-block {
  animation: blockAppear 0.5s ease forwards; }
  .reveal.on .b-block:nth-child(1) {
    animation-delay: 0.05s; }
  .reveal.on .b-block:nth-child(2) {
    animation-delay: 0.1s; }
  .reveal.on .b-block:nth-child(3) {
    animation-delay: 0.15s; }
  .reveal.on .b-block:nth-child(4) {
    animation-delay: 0.2s; }
  .reveal.on .b-block:nth-child(5) {
    animation-delay: 0.25s; }
  .reveal.on .b-block:nth-child(6) {
    animation-delay: 0.3s; }
  .reveal.on .b-block:nth-child(7) {
    animation-delay: 0.35s; }
  .reveal.on .b-block:nth-child(8) {
    animation-delay: 0.4s; }
  .reveal.on .b-block:nth-child(9) {
    animation-delay: 0.45s; }
  .reveal.on .b-block:nth-child(10) {
    animation-delay: 0.5s; }
  .reveal.on .b-block:nth-child(11) {
    animation-delay: 0.55s; }
  .reveal.on .b-block:nth-child(12) {
    animation-delay: 0.6s; }
  .reveal.on .b-block:nth-child(13) {
    animation-delay: 0.65s; }
  .reveal.on .b-block:nth-child(14) {
    animation-delay: 0.7s; }
  .reveal.on .b-block:nth-child(15) {
    animation-delay: 0.75s; }
  .reveal.on .b-block:nth-child(16) {
    animation-delay: 0.8s; }
  .reveal.on .b-block:nth-child(17) {
    animation-delay: 0.85s; }
  .reveal.on .b-block:nth-child(18) {
    animation-delay: 0.9s; }
  .reveal.on .b-block:nth-child(19) {
    animation-delay: 0.95s; }
  .reveal.on .b-block:nth-child(20) {
    animation-delay: 1s; }
  .reveal.on .b-block:nth-child(21) {
    animation-delay: 1.05s; }
  .reveal.on .b-block:nth-child(22) {
    animation-delay: 1.1s; }
  .reveal.on .b-block:nth-child(23) {
    animation-delay: 1.15s; }
  .reveal.on .b-block:nth-child(24) {
    animation-delay: 1.2s; }
  .reveal.on .b-block:nth-child(25) {
    animation-delay: 1.25s; }

@keyframes blockAppear {
  from {
    opacity: 0;
    transform: scale(0.5); }
  to {
    opacity: 1;
    transform: scale(1); } }
.sl-card-modern {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 12px;
  padding: 32px 24px;
  text-align: center;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  position: relative;
  overflow: hidden; }
  .sl-card-modern::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    transform: scaleX(0);
    transition: transform 0.4s ease; }
  .sl-card-modern:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    border-color: transparent; }
    .sl-card-modern:hover::after {
      transform: scaleX(1); }
    .sl-card-modern:hover .sl-icon-wrap i {
      transform: scale(1.1) rotate(5deg); }
  .sl-card-modern.border-teal::after {
    background: #2dd4bf; }
  .sl-card-modern.border-yellow::after {
    background: #F7C22C; }
  .sl-card-modern.border-orange::after {
    background: #FB923C; }
  .sl-card-modern.border-blue::after {
    background: #60A5FA; }
  .sl-card-modern .sl-icon-wrap {
    font-size: 42px;
    margin-bottom: 20px; }
    .sl-card-modern .sl-icon-wrap i {
      display: inline-block;
      transition: transform 0.3s ease; }
  .sl-card-modern .sl-metric-badge {
    display: inline-block;
    padding: 6px 14px;
    border-radius: 6px;
    font-family: 'JetBrains Mono', monospace;
    font-size: 13px;
    font-weight: 700; }

#cta.bg-yellow {
  background-color: #F7C22C !important; }
#cta .cta-pattern {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(0, 0, 0, 0.07) 1.5px, transparent 1.5px);
  background-size: 32px 32px;
  pointer-events: none; }
#cta .btn-xl {
  padding: 18px 45px;
  font-size: 1.1rem;
  border-radius: 8px;
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275); }
  #cta .btn-xl:hover {
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2) !important; }
  #cta .btn-xl:active {
    transform: translateY(0) scale(0.98); }

.footer-onza-logo {
  transition: opacity 0.3s ease; }
  .footer-onza-logo:hover {
    opacity: 0.7; }

#footer-net-animation {
  z-index: 0;
  opacity: 0.5;
  pointer-events: none; }

.bg-orange-soft {
  background-color: rgba(251, 146, 60, 0.1); }

.bg-blue-soft {
  background-color: rgba(96, 165, 250, 0.1); }

.text-orange {
  color: #FB923C; }

.text-blue {
  color: #60A5FA; }

.custom-range-dual {
  height: 10px;
  background: linear-gradient(90deg, #2dd4bf, #F7C22C);
  border-radius: 5px;
  outline: none;
  border: none; }
  .custom-range-dual::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 28px;
    height: 28px;
    background: #fff;
    border: 4px solid #111111;
    box-shadow: 0 0 0 2px #F7C22C;
    border-radius: 50%;
    cursor: pointer;
    transition: transform 0.2s; }

.progress-bar {
  transition: width 0.5s ease; }

.future-ai-badge {
  background: rgba(247, 194, 44, 0.05);
  border: 1px solid rgba(247, 194, 44, 0.2);
  padding: 24px;
  border-radius: 12px;
  border-left: 5px solid #F7C22C; }

.h-px-4 {
  height: 4px !important; }

.bg-teal-ultra-soft {
  background-color: #f0fdfa; }

.bg-yellow-ultra-soft {
  background-color: #fffdf5; }

.border-teal-dim {
  border: 1px solid rgba(45, 212, 191, 0.3); }

.border-yellow-dim {
  border: 1px solid rgba(247, 194, 44, 0.3); }

.text-teal {
  color: #2dd4bf !important; }

.text-yellow-dark {
  color: #cf9b08; }
