.sbk-page .section-hero-v1 .content-wrap {
  z-index: 2;
}

.sbk-page .section-hero-v1 .bg-video {
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.86), rgba(3, 42, 14, 0.78)), url("../images/section/hero-studios-bk.jpg");
  background-position: center;
  background-size: cover;
}

.sbk-page .section-hero-v1 .desc {
  max-width: 560px;
}

.sbk-page h1,
.sbk-page h2,
.sbk-page h3,
.sbk-page h4,
.sbk-page p,
.sbk-page a,
.sbk-page label,
.sbk-page button {
  overflow-wrap: break-word;
}

.sbk-page .tf-header .container {
  max-width: 100%;
  padding-left: clamp(22px, 2.6vw, 42px);
  padding-right: clamp(22px, 2.6vw, 42px);
}

.sbk-page .tf-header {
  isolation: isolate;
}

.sbk-page .tf-header .row {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr) auto;
  align-items: flex-start;
  gap: clamp(16px, 2vw, 28px);
}

.sbk-page .tf-header .row > [class*="col-"] {
  width: auto;
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

.sbk-page .tf-header .row > [class*="col-"]:nth-child(1) {
  grid-column: 1;
}

.sbk-page .tf-header .row > [class*="col-"]:nth-child(2) {
  grid-column: 2;
}

.sbk-page .tf-header .row > [class*="col-"]:nth-child(3) {
  grid-column: 3;
  justify-self: end;
}

.sbk-page .tf-header .row > [class*="col-"]:nth-child(4) {
  display: none !important;
}

.sbk-page .sbk-logo-site {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  overflow: hidden;
}

.sbk-page .sbk-logo-site img {
  display: block;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  object-fit: cover;
}

.sbk-page .nav-menu-main {
  flex-wrap: nowrap;
  gap: clamp(12px, 1.2vw, 22px);
  justify-content: center;
}

.sbk-page .item-link {
  white-space: nowrap;
  overflow-wrap: normal;
  word-break: keep-all;
  line-height: 1.15;
  font-size: clamp(11px, .76vw, 14px);
}

.sbk-page .item-link span {
  flex: 0 0 auto;
}

.sbk-page .header-contact,
.sbk-page .sbk-lang-switch {
  white-space: nowrap;
  overflow-wrap: normal;
}

.sbk-page .header-contact {
  text-align: left;
}

.sbk-page .sbk-hero-title {
  margin-top: 26px;
  font-size: clamp(48px, 7vw, 112px);
  line-height: .9;
  max-width: 1100px;
}

.sbk-page .sbk-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.sbk-page .sbk-hero-actions .tf-btn.style-troke {
  background: transparent;
  color: var(--white);
  border-color: var(--white-32);
}

.sbk-section {
  padding: 110px 0;
}

.sbk-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.sbk-card {
  min-height: 320px;
  border: 1px solid var(--white-16);
  background: linear-gradient(180deg, var(--white-16), rgba(255,255,255,.04));
  padding: 28px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
}

.sbk-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 20% 0%, rgba(var(--primary-rgb), .18), transparent 42%);
  opacity: 0;
  transition: opacity .25s ease;
}

.sbk-card:hover::before {
  opacity: 1;
}

.sbk-card > * {
  position: relative;
}

.sbk-card .num {
  color: var(--primary);
}

.sbk-card p,
.sbk-ecosystem p,
.sbk-service-copy {
  color: var(--white-64);
}

.sbk-card-link {
  color: var(--primary);
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.25;
}

.sbk-ecosystem {
  border-block: 1px solid var(--white-16);
  background: radial-gradient(circle at 80% 20%, rgba(var(--primary-rgb), .16), transparent 32%), var(--black);
}

.sbk-ecosystem-list {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  margin-top: 34px;
}

.sbk-ecosystem-list a {
  border: 1px solid var(--white-16);
  padding: 20px;
  min-height: 120px;
  display: flex;
  align-items: flex-end;
  color: var(--white);
}

.sbk-ecosystem-link {
  border: 1px solid rgba(var(--primary-rgb), .36);
  padding: 32px;
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: space-between;
  background: linear-gradient(90deg, rgba(var(--primary-rgb), .12), rgba(255,255,255,.04));
}

.sbk-form .tf-field textarea.tf-input {
  min-height: 120px;
  resize: vertical;
}

.sbk-lead-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, .55fr);
  gap: 48px;
  align-items: start;
}

.sbk-copy-stack {
  display: grid;
  gap: 22px;
}

.sbk-copy-stack p {
  color: var(--white-64);
  max-width: 760px;
}

.sbk-strategy .text-display-2 {
  font-size: clamp(34px, 4.4vw, 66px);
  line-height: 1.04;
  max-width: 940px;
}

.sbk-strategy .text-body-1,
.section-faq .accordion-content,
.process_desc {
  line-height: 1.7;
}

.sbk-strategy {
  border-bottom: 1px solid var(--white-16);
}

.sbk-strategy .sbk-copy-stack {
  max-width: 880px;
}

.sbk-side-panel {
  line-height: 1.55;
}

.sbk-side-panel .tf-btn {
  justify-content: center;
  text-align: center;
  white-space: normal;
}

.sbk-product-showcase .s-header {
  margin-bottom: 34px;
}

.sbk-product-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.sbk-product-card {
  border: 1px solid var(--white-16);
  background: linear-gradient(180deg, rgba(255,255,255,.07), rgba(255,255,255,.035));
  overflow: hidden;
  min-height: 100%;
}

.sbk-product-card figure,
.sbk-home-visual figure {
  margin: 0;
}

.sbk-product-card .media {
  aspect-ratio: 3 / 2;
  overflow: hidden;
  background: #030603;
}

.sbk-product-card .media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.sbk-product-card .content {
  padding: 24px;
}

.sbk-product-card h3 {
  margin-bottom: 10px;
}

.sbk-product-card p {
  color: var(--white-64);
}

.sbk-home-visual {
  padding-top: 0;
}

.sbk-home-visual .sbk-home-visual-wrap {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 22px;
  align-items: stretch;
}

.sbk-home-visual .sbk-home-main,
.sbk-home-visual .sbk-home-side {
  overflow: hidden;
  border: 1px solid var(--white-16);
  background: rgba(255,255,255,.04);
}

.sbk-home-visual img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.sbk-home-visual .sbk-home-main {
  aspect-ratio: 16 / 9;
}

.sbk-home-visual .sbk-home-side {
  display: grid;
  gap: 0;
}

.sbk-home-visual .sbk-home-side figure {
  min-height: 0;
  aspect-ratio: 16 / 10;
}

.section-process .process_name {
  line-height: 1.18;
}

.section-process .process_desc {
  max-width: 560px;
}

.section-cta .s-header h2 {
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
  font-size: clamp(34px, 5vw, 72px);
  line-height: 1.04;
  letter-spacing: 0 !important;
}

.section-cta .s-header {
  margin-bottom: 42px;
}

.section-cta .s-header .mini-title {
  margin-bottom: 14px;
}

.section-cta .sbk-form {
  border: 1px solid var(--white-16);
  background: rgba(8, 8, 8, .78);
  backdrop-filter: blur(10px);
  padding: clamp(24px, 3vw, 38px);
  max-width: 1040px;
  margin: 0 auto;
}

.section-cta .sbk-form,
.section-cta .sbk-form * {
  min-width: 0;
}

.sbk-form .form-content {
  display: grid;
  gap: 20px;
  margin-bottom: 26px;
}

.sbk-form .tf-grid-layout {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px 26px;
}

.sbk-form .tf-field {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 0;
  border: 0;
}

.sbk-form .tf-input,
.sbk-form .nice-select {
  width: 100%;
  max-width: 100%;
  min-height: 54px;
  border: 1px solid var(--white-16);
  border-radius: 0;
  background: rgba(255,255,255,.045);
  color: var(--white);
  padding: 0 16px;
  font-size: 16px;
  line-height: 1.35;
  letter-spacing: 0;
}

.sbk-form textarea.tf-input {
  min-height: 138px;
  padding: 15px 16px;
  line-height: 1.5;
  border-radius: 8px;
}

.sbk-form .tf-lable {
  position: static !important;
  order: -1;
  white-space: normal;
  line-height: 1.25;
  max-width: 100%;
  z-index: 1;
  transform: none !important;
  font-size: 13px !important;
  letter-spacing: .04em !important;
  text-transform: uppercase;
  color: var(--white-64);
}

.sbk-form .tf-input:focus,
.sbk-form .nice-select.open {
  border-color: rgba(var(--primary-rgb), .75);
}

.sbk-form .nice-select {
  height: auto;
  line-height: 1.35;
  display: flex;
  align-items: center;
  height: 58px !important;
  min-height: 58px !important;
  padding: 0 46px 0 16px;
}

.sbk-form .nice-select .current {
  display: block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: clip;
  white-space: normal;
  color: var(--white);
}

.sbk-form .nice-select::before {
  right: 18px;
}

.sbk-form .nice-select .list {
  width: 100%;
  max-height: 260px;
  overflow-y: auto;
}

.sbk-form .nice-select .option {
  min-height: auto;
  line-height: 1.35;
  padding: 12px 18px;
  white-space: normal;
}

.sbk-form .form-action {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 18px;
}

.sbk-form .form-action .tf-btn {
  flex: 0 0 auto;
  justify-content: center;
  text-align: center;
}

.sbk-form .form-action p {
  margin: 0;
  line-height: 1.5;
  text-align: right;
  min-width: 0;
}

.sbk-lang-switch {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 12px;
  font-size: 12px;
  letter-spacing: .08em;
}

.sbk-lang-switch a,
.sbk-lang-switch span {
  color: var(--white);
  opacity: .68;
}

.sbk-lang-switch a:hover,
.sbk-lang-switch .is-active {
  opacity: 1;
  color: var(--primary);
}

.sbk-points {
  display: grid;
  gap: 14px;
  margin-top: 28px;
}

.sbk-point {
  border-top: 1px solid var(--white-16);
  padding-top: 18px;
}

.sbk-point h3,
.sbk-point h4 {
  margin-bottom: 8px;
}

.sbk-point p {
  color: var(--white-64);
  margin-bottom: 0;
}

.sbk-side-panel {
  position: sticky;
  top: 110px;
  border: 1px solid var(--white-16);
  background: rgba(255,255,255,.045);
  padding: 28px;
}

.sbk-side-panel ul {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 22px 0;
  list-style: none;
}

.sbk-side-panel li {
  color: var(--white-64);
  border-bottom: 1px solid rgba(255,255,255,.1);
  padding-bottom: 10px;
}

.sbk-benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.sbk-benefit {
  min-height: 190px;
}

.sbk-route {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  margin-top: 30px;
}

.sbk-route a {
  border: 1px solid var(--white-16);
  padding: 18px;
  color: var(--white);
  background: rgba(255,255,255,.04);
}

.sbk-route span {
  display: block;
  color: var(--primary);
  margin-bottom: 8px;
}

.sbk-mini-cta {
  margin-top: 36px;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}

.sbk-trust-band {
  background: rgba(255,255,255,.035);
  border-top: 1px solid rgba(255,255,255,.09);
  border-bottom: 1px solid rgba(255,255,255,.09);
}

.sbk-form select.tf-input {
  color: var(--white);
  appearance: auto;
}

.sbk-form select.tf-input option {
  color: #111;
}

.sbk-floating-whatsapp {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 30;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #25d366;
  color: #031607;
  display: grid;
  place-items: center;
  font-weight: 900;
}

.sbk-mobile-quote {
  display: none;
  position: fixed;
  left: 14px;
  right: 14px;
  bottom: 12px;
  z-index: 29;
}

@media (max-width: 1199px) {
  .sbk-page .tf-header {
    padding-top: 18px;
    padding-bottom: 18px;
    margin-bottom: -86px;
  }

  .sbk-page .tf-header .row {
    grid-template-columns: 64px minmax(0, 1fr) auto;
    align-items: flex-start;
  }

  .sbk-page .tf-header .row > [class*="col-"]:nth-child(2) {
    display: none !important;
  }

  .sbk-page .tf-header .row > [class*="col-"]:nth-child(3) {
    grid-column: 2;
    justify-self: end;
  }

  .sbk-page .tf-header .row > [class*="col-"]:nth-child(4) {
    grid-column: 3;
    display: flex !important;
    justify-content: flex-end !important;
    align-items: flex-start !important;
  }

  .sbk-page .btn-mobile-menu {
    white-space: nowrap;
    overflow-wrap: normal;
  }
}

@media (max-width: 575px) {
  .sbk-page .tf-header .container {
    padding-left: 18px;
    padding-right: 18px;
  }

  .sbk-page .tf-header .row {
    grid-template-columns: 56px auto;
    gap: 14px;
    align-items: center;
  }

  .sbk-page .sbk-logo-site,
  .sbk-page .sbk-logo-site img {
    width: 52px;
    height: 52px;
  }

  .sbk-page .tf-header .row > [class*="col-"]:nth-child(3) {
    display: none !important;
  }

  .sbk-page .tf-header .row > [class*="col-"]:nth-child(4) {
    grid-column: 2;
  }
}
@media (max-width: 991px) {
  .sbk-card-grid,
  .sbk-ecosystem-list {
    grid-template-columns: 1fr 1fr;
  }

  .sbk-lead-grid {
    grid-template-columns: 1fr;
  }

  .sbk-side-panel {
    position: static;
  }

  .sbk-benefit-grid,
  .sbk-route {
    grid-template-columns: 1fr 1fr;
  }

  .sbk-product-grid,
  .sbk-home-visual .sbk-home-visual-wrap {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 575px) {
  .sbk-card-grid,
  .sbk-ecosystem-list {
    grid-template-columns: 1fr;
  }

  .sbk-section {
    padding: 70px 0;
  }

  .sbk-page .sbk-hero-title {
    font-size: clamp(36px, 11vw, 54px);
    line-height: .96;
  }

  .sbk-strategy .text-display-2 {
    font-size: clamp(28px, 9vw, 40px);
    line-height: 1.08;
  }

  .sbk-page .text-display-1,
  .sbk-page .text-display-2,
  .sbk-page .text-display-3 {
    letter-spacing: 0;
  }

  .sbk-page .tf-btn {
    min-height: 48px;
    white-space: normal;
    text-align: center;
  }

  .section-cta .s-header {
    margin-bottom: 28px;
  }

  .section-cta .s-header h2 {
    font-size: clamp(28px, 8.5vw, 38px);
    line-height: 1.1;
  }

  .section-cta .sbk-form {
    padding: 18px;
  }

  .sbk-form .form-content,
  .sbk-form .tf-grid-layout {
    gap: 16px;
  }

  .sbk-form .tf-grid-layout {
    grid-template-columns: 1fr;
  }

  .sbk-form .tf-input,
  .sbk-form .nice-select {
    min-height: 54px;
    padding: 14px 14px;
  }

  .sbk-form textarea.tf-input {
    padding-top: 14px;
  }

  .sbk-form .tf-lable {
    position: static;
    max-width: 100%;
  }

  .sbk-form .form-action {
    display: grid;
    justify-items: stretch;
  }

  .sbk-form .form-action .tf-btn {
    width: 100%;
    justify-content: center;
  }

  .sbk-form .form-action p {
    text-align: left;
    font-size: 15px;
  }

  .offcanvas-menu .mb-menu-link {
    font-size: clamp(34px, 10vw, 52px);
    line-height: 1.05;
  }

  .sbk-ecosystem-link {
    display: grid;
  }

  .sbk-benefit-grid,
  .sbk-route {
    grid-template-columns: 1fr;
  }

  .sbk-product-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .sbk-product-card .media,
  .sbk-home-visual .sbk-home-main,
  .sbk-home-visual .sbk-home-side figure {
    aspect-ratio: 4 / 3;
  }

  .sbk-product-card .content {
    padding: 18px;
  }

  .sbk-mobile-quote {
    display: inline-flex;
  }

  .sbk-floating-whatsapp {
    bottom: 78px;
  }
}
/* Keep native and enhanced service selects visually centered. */
.sbk-form select.tf-input,
.sbk-form .nice-select {
  display: flex !important;
  align-items: center !important;
  height: 68px !important;
  min-height: 68px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  line-height: 68px !important;
}

.sbk-form select.tf-input {
  text-indent: 10px;
}

.sbk-form .nice-select .current {
  display: flex !important;
  align-items: center !important;
  min-height: 100%;
  line-height: 1.25 !important;
}

.sbk-form .nice-select::after {
  top: 50% !important;
  transform: translateY(-50%) rotate(45deg) !important;
  margin-top: 0 !important;
}

.sbk-page .footer-bottom {
  padding-bottom: 44px;
}

.sbk-page .footer-bottom .sbk-footer-art {
  width: 100vw;
  height: auto !important;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-bottom: 34px;
  display: block;
  overflow: hidden;
  background: #000;
}

.sbk-page .footer-bottom .sbk-footer-art picture,
.sbk-page .footer-bottom .sbk-footer-art img {
  display: block;
  width: 100%;
}

.sbk-page .footer-bottom .sbk-footer-art img {
  height: auto;
  object-fit: contain;
}

@media (max-width: 575px) {
  .sbk-page .footer-bottom {
    padding-bottom: 94px;
  }

  .sbk-page .footer-bottom .sbk-footer-art {
    width: calc(100vw - 24px);
    margin-left: calc(50% - 50vw + 12px);
    margin-right: calc(50% - 50vw + 12px);
    margin-bottom: 26px;
  }

  .sbk-page .footer-bottom .bottom {
    align-items: center;
    justify-content: center;
    text-align: center;
  }
}
