﻿:root {
  --tw-ink: #111722;
  --tw-ink-soft: #354154;
  --tw-paper: #ffffff;
  --tw-canvas: #f3f6f8;
  --tw-line: #dbe2e8;
  --tw-red: #d7252d;
  --tw-red-dark: #ad1820;
  --tw-cyan: #0a91a8;
  --tw-cyan-soft: #e6f6f8;
  --tw-muted: #687588;
  --tw-shadow: 0 16px 40px rgba(17, 23, 34, 0.09);
}

.tw-sitemap-page {
  background:
    radial-gradient(circle at 10% 10%, rgba(10, 145, 168, 0.09), transparent 34%),
    linear-gradient(180deg, #f7fafc 0%, #eef4f7 100%);
  padding: 22px 0 58px;
}

.tw-sitemap-breadcrumb {
  margin-bottom: 18px;
}

.tw-sitemap-hero {
  align-items: stretch;
  background:
    linear-gradient(135deg, rgba(17, 23, 34, 0.94), rgba(43, 54, 69, 0.92)),
    url('../../../../../image/catalog/hero/turkwebdesign/corporate-hero.webp') center/cover;
  border-radius: 24px;
  box-shadow: 0 22px 58px rgba(17, 23, 34, 0.18);
  color: #fff;
  display: grid;
  gap: 26px;
  grid-template-columns: minmax(0, 1fr) 300px;
  margin-bottom: 24px;
  overflow: hidden;
  padding: clamp(28px, 5vw, 54px);
  position: relative;
}

.tw-sitemap-hero::after {
  background: linear-gradient(90deg, rgba(10, 145, 168, 0.3), rgba(215, 37, 45, 0.22));
  bottom: 0;
  content: "";
  height: 5px;
  left: 0;
  position: absolute;
  right: 0;
}

.tw-sitemap-hero .tw-eyebrow {
  color: #66d7e8;
}

.tw-sitemap-hero h1 {
  color: #fff;
  font-size: clamp(34px, 5vw, 62px);
  line-height: 1.02;
  margin: 0 0 16px;
  max-width: 780px;
}

.tw-sitemap-hero p:not(.tw-eyebrow) {
  color: rgba(255, 255, 255, 0.78);
  font-size: 17px;
  line-height: 1.8;
  margin: 0;
  max-width: 760px;
}

.tw-sitemap-hero__cta {
  align-self: end;
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 20px;
  color: #fff;
  display: grid;
  gap: 7px;
  padding: 22px;
  text-decoration: none;
}

.tw-sitemap-hero__cta:hover,
.tw-sitemap-hero__cta:focus {
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  transform: translateY(-2px);
}

.tw-sitemap-hero__cta i {
  align-items: center;
  background: #0a91a8;
  border-radius: 16px;
  display: inline-flex;
  height: 48px;
  justify-content: center;
  width: 48px;
}

.tw-sitemap-hero__cta span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
}

.tw-sitemap-hero__cta strong {
  font-size: 18px;
}

.tw-sitemap-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.tw-sitemap-card {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(159, 175, 190, 0.3);
  border-radius: 20px;
  box-shadow: 0 18px 48px rgba(17, 23, 34, 0.08);
  padding: clamp(20px, 3vw, 30px);
}

.tw-sitemap-card--wide {
  grid-column: 1 / -1;
}

.tw-sitemap-card__head {
  align-items: center;
  display: flex;
  gap: 14px;
  margin-bottom: 22px;
}

.tw-sitemap-card__head > span {
  align-items: center;
  background: #e6f6f8;
  border-radius: 16px;
  color: #0a91a8;
  display: inline-flex;
  flex: 0 0 50px;
  height: 50px;
  justify-content: center;
}

.tw-sitemap-card h2 {
  color: #111722;
  font-size: clamp(22px, 3vw, 30px);
  line-height: 1.16;
  margin: 0;
}

.tw-sitemap-link-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.tw-sitemap-link-group,
.tw-sitemap-list li {
  background: #f8fbfc;
  border: 1px solid #dbe8ee;
  border-radius: 16px;
}

.tw-sitemap-link-group {
  padding: 16px;
}

.tw-sitemap-link-main,
.tw-sitemap-list a {
  color: #111722;
  font-weight: 700;
}

.tw-sitemap-link-main {
  display: inline-flex;
  margin-bottom: 10px;
}

.tw-sitemap-link-group ul,
.tw-sitemap-list {
  display: grid;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.tw-sitemap-link-group li {
  list-style: none;
}

.tw-sitemap-link-group li a {
  color: #4d5d72;
  font-size: 13px;
  font-weight: 600;
}

.tw-sitemap-link-group a:hover,
.tw-sitemap-list a:hover {
  color: #d7252d;
}

.tw-sitemap-list li {
  padding: 13px 15px;
}

@media (max-width: 991px) {
  .tw-sitemap-hero,
  .tw-sitemap-grid,
  .tw-sitemap-link-grid {
    grid-template-columns: 1fr;
  }

  .tw-sitemap-hero__cta {
    align-self: stretch;
  }
}

@media (max-width: 575px) {
  .tw-sitemap-page {
    padding-top: 14px;
  }

  .tw-sitemap-hero {
    border-radius: 18px;
    padding: 24px 18px 28px;
  }

  .tw-sitemap-hero p:not(.tw-eyebrow) {
    font-size: 14px;
  }

  .tw-sitemap-card {
    border-radius: 16px;
    padding: 18px;
  }
}

.tw-customer-dashboard,
.tw-account-orders,
.tw-order-detail-page,
.tw-address-page,
.tw-account-form-page,
#account-edit,
#account-address {
  background:
    radial-gradient(circle at 8% 8%, rgba(10, 168, 210, 0.1), transparent 30%),
    linear-gradient(180deg, #f5fbff 0%, #ffffff 52%, #f4f9fc 100%);
  padding: 34px 0 76px;
}

.tw-account-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 28px;
  margin-bottom: 24px;
  padding: 34px;
  border: 1px solid rgba(9, 151, 208, 0.16);
  border-radius: 26px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(235, 249, 255, 0.94));
  box-shadow: 0 24px 70px rgba(18, 42, 66, 0.08);
}

.tw-account-hero--compact {
  margin-bottom: 22px;
  padding: 28px;
}

.tw-account-hero h1 {
  max-width: 830px;
  margin: 0;
  color: #101828;
  font-size: clamp(30px, 4vw, 50px);
  line-height: 1.04;
}

.tw-account-hero p:not(.tw-eyebrow) {
  max-width: 760px;
  margin: 14px 0 0;
  color: #5a6b85;
  font-size: 16px;
  line-height: 1.7;
}

.tw-account-layout {
  display: grid;
  grid-template-columns: minmax(250px, 0.32fr) minmax(0, 1fr);
  gap: 22px;
}

.tw-account-side,
.tw-account-main,
.tw-order-section,
.tw-account-form,
.tw-account-empty {
  border: 1px solid rgba(9, 151, 208, 0.14);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 22px 58px rgba(18, 42, 66, 0.07);
}

.tw-account-side {
  align-self: start;
  padding: 24px;
  color: #5b6b82;
}

.tw-account-avatar {
  display: inline-grid;
  width: 56px;
  height: 56px;
  place-items: center;
  margin-bottom: 18px;
  border-radius: 18px;
  background: linear-gradient(135deg, #0aa8d2, #0878c9);
  color: #fff;
  font-size: 23px;
  box-shadow: 0 16px 36px rgba(8, 120, 201, 0.26);
}

.tw-account-side h2 {
  margin: 0 0 10px;
  color: #0f2237;
  font-size: 20px;
}

.tw-account-side p {
  margin: 0 0 18px;
  line-height: 1.65;
}

.tw-account-side a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #0878c9;
  font-weight: 800;
  text-decoration: none;
}

.tw-account-main {
  padding: 22px;
}

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

.tw-account-card {
  display: grid;
  min-height: 184px;
  align-content: start;
  gap: 12px;
  padding: 20px;
  border: 1px solid rgba(9, 151, 208, 0.16);
  border-radius: 20px;
  background: linear-gradient(180deg, #ffffff, #f8fcff);
  color: #172033;
  text-decoration: none;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.tw-account-card:hover,
.tw-account-card:focus {
  border-color: rgba(10, 168, 210, 0.42);
  color: #172033;
  text-decoration: none;
  transform: translateY(-3px);
  box-shadow: 0 18px 44px rgba(18, 42, 66, 0.12);
}

.tw-account-card span {
  display: inline-grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: 14px;
  background: rgba(10, 168, 210, 0.1);
  color: #0878c9;
  font-size: 18px;
}

.tw-account-card--primary {
  background: linear-gradient(135deg, #0f2237, #0b6e9d);
  color: #fff;
}

.tw-account-card--primary:hover,
.tw-account-card--primary:focus {
  color: #fff;
}

.tw-account-card--primary span {
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
}

.tw-account-card strong {
  font-size: 18px;
}

.tw-account-card small {
  color: inherit;
  font-size: 13px;
  line-height: 1.55;
  opacity: 0.72;
}

.tw-order-list {
  display: grid;
  gap: 16px;
}

.tw-order-card {
  display: grid;
  gap: 18px;
  padding: 22px;
  border: 1px solid rgba(9, 151, 208, 0.15);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 18px 46px rgba(18, 42, 66, 0.07);
}

.tw-order-card__top,
.tw-order-section__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.tw-order-card__top span,
.tw-order-section__head span {
  color: #0878c9;
  font-weight: 900;
}

.tw-order-card__top strong {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(23, 179, 105, 0.12);
  color: #0b8f54;
  font-size: 12px;
  font-weight: 900;
}

.tw-order-card__body,
.tw-order-summary-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.tw-order-card__body div,
.tw-order-summary-grid div {
  min-width: 0;
  padding: 14px;
  border-radius: 16px;
  background: #f4f9fc;
}

.tw-order-card small,
.tw-order-summary-grid small,
.tw-order-product small {
  display: block;
  margin-bottom: 5px;
  color: #718096;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.tw-order-card b,
.tw-order-summary-grid strong,
.tw-order-product b {
  color: #101828;
  font-size: 14px;
  word-break: break-word;
}

.tw-account-pagination {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 22px;
  color: #5a6b85;
}

.tw-account-pagination p {
  margin: 0;
}

.tw-account-empty {
  display: grid;
  justify-items: center;
  gap: 12px;
  padding: 54px 24px;
  text-align: center;
}

.tw-account-empty > span {
  display: grid;
  width: 64px;
  height: 64px;
  place-items: center;
  border-radius: 22px;
  background: rgba(10, 168, 210, 0.1);
  color: #0878c9;
  font-size: 24px;
}

.tw-account-empty h2,
.tw-order-section h2,
.tw-order-address-grid h2 {
  margin: 0;
  color: #101828;
  font-size: 21px;
}

.tw-account-empty p {
  max-width: 560px;
  margin: 0 0 8px;
  color: #5a6b85;
  line-height: 1.65;
}

.tw-order-summary-grid {
  margin-bottom: 18px;
}

.tw-order-address-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 18px;
}

.tw-order-address-grid article {
  padding: 22px;
  border: 1px solid rgba(9, 151, 208, 0.14);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 16px 42px rgba(18, 42, 66, 0.06);
}

.tw-order-address-grid p,
.tw-order-note {
  margin: 12px 0 0;
  color: #53657f;
  line-height: 1.7;
}

.tw-order-section {
  margin-top: 18px;
  padding: 22px;
}

.tw-order-products {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

.tw-order-product {
  display: grid;
  grid-template-columns: minmax(220px, 1fr) repeat(3, minmax(95px, 0.32fr)) auto;
  align-items: center;
  gap: 12px;
  padding: 14px;
  border: 1px solid rgba(9, 151, 208, 0.12);
  border-radius: 16px;
  background: #f8fcff;
}

.tw-order-product strong {
  display: block;
  margin-bottom: 6px;
  color: #101828;
  font-size: 16px;
}

.tw-order-product__actions {
  display: inline-flex;
  gap: 8px;
}

.tw-order-product__actions a {
  display: inline-grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 12px;
  background: #fff;
  color: #0878c9;
  text-decoration: none;
  box-shadow: inset 0 0 0 1px rgba(9, 151, 208, 0.14);
}

.tw-order-totals {
  display: grid;
  max-width: 420px;
  gap: 8px;
  margin: 18px 0 0 auto;
}

.tw-order-totals div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 12px 14px;
  border-radius: 14px;
  background: #f4f9fc;
}

.tw-order-totals span {
  color: #5a6b85;
  font-weight: 800;
}

.tw-order-totals strong {
  color: #101828;
  font-size: 18px;
}

.tw-order-history {
  display: grid;
  gap: 10px;
  margin-top: 16px;
}

.tw-order-history article {
  display: grid;
  grid-template-columns: 140px 180px minmax(0, 1fr);
  gap: 14px;
  padding: 14px;
  border-radius: 16px;
  background: #f8fcff;
  color: #53657f;
}

.tw-order-history time,
.tw-order-history strong {
  color: #101828;
  font-weight: 900;
}

.tw-order-history p {
  margin: 0;
}

.tw-address-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.tw-address-card {
  display: grid;
  gap: 16px;
  padding: 22px;
  border: 1px solid rgba(9, 151, 208, 0.14);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 16px 42px rgba(18, 42, 66, 0.06);
}

.tw-address-card > div {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
}

.tw-address-card span {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border-radius: 15px;
  background: rgba(10, 168, 210, 0.1);
  color: #0878c9;
}

.tw-address-card p {
  margin: 0;
  color: #53657f;
  line-height: 1.7;
}

.tw-address-card footer,
.tw-account-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.tw-address-card footer a {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  padding: 8px 14px;
  border-radius: 12px;
  background: #f4f9fc;
  color: #0878c9;
  font-weight: 900;
  text-decoration: none;
}

.tw-address-card footer a:last-child {
  color: #c92b3a;
}

.tw-account-actions {
  justify-content: space-between;
  margin-top: 18px;
}

.tw-account-form {
  max-width: 760px;
  padding: 24px;
}

.tw-account-form fieldset,
#account-edit form fieldset,
#account-address form fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.tw-account-form legend,
#account-edit legend,
#account-address h2 {
  margin: 0 0 18px;
  border: 0;
  color: #101828;
  font-size: 22px;
  font-weight: 900;
}

.tw-account-form .tw-field {
  display: grid;
  gap: 8px;
  margin-bottom: 16px;
}

.tw-account-form label {
  color: #344054;
  font-weight: 900;
}

.tw-account-form input,
#account-edit .form-control,
#account-address .form-control {
  width: 100%;
  min-height: 48px;
  border: 1px solid rgba(9, 151, 208, 0.2);
  border-radius: 14px;
  background: #fff;
  box-shadow: none;
}

#account-edit > .container,
#account-address > .container {
  max-width: 1180px;
}

#account-edit #content,
#account-address #content {
  width: 100%;
  padding: 24px;
  border: 1px solid rgba(9, 151, 208, 0.14);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 22px 58px rgba(18, 42, 66, 0.07);
}

#account-edit .breadcrumb,
#account-address .breadcrumb,
#account-order .breadcrumb,
#account-account .breadcrumb,
#account-password .breadcrumb {
  display: none;
}

#account-edit .form-horizontal .form-group,
#account-address .form-horizontal .form-group {
  margin-right: 0;
  margin-left: 0;
}

#account-edit .form-horizontal .control-label,
#account-address .form-horizontal .control-label {
  padding-top: 13px;
  color: #344054;
  font-weight: 900;
  text-align: left;
}

#account-edit .buttons,
#account-address .buttons {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-top: 18px;
}

#account-edit .buttons::before,
#account-edit .buttons::after,
#account-address .buttons::before,
#account-address .buttons::after {
  display: none;
}

#account-edit .btn,
#account-address .btn {
  min-height: 44px;
  padding: 11px 18px;
  border-radius: 13px;
  font-weight: 900;
}

@media (max-width: 991px) {
  .tw-account-layout,
  .tw-order-address-grid,
  .tw-address-grid {
    grid-template-columns: 1fr;
  }

  .tw-account-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tw-order-card__body,
  .tw-order-summary-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tw-order-product {
    grid-template-columns: minmax(0, 1fr) repeat(3, minmax(78px, 0.32fr));
  }

  .tw-order-product__actions {
    grid-column: 1 / -1;
  }

  .tw-order-history article {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .tw-customer-dashboard,
  .tw-account-orders,
  .tw-order-detail-page,
  .tw-address-page,
  .tw-account-form-page,
  #account-edit,
  #account-address {
    padding-top: 22px;
  }

  .tw-account-hero {
    grid-template-columns: 1fr;
    padding: 23px 18px;
    border-radius: 20px;
  }

  .tw-account-hero h1 {
    font-size: 29px;
  }

  .tw-account-main,
  .tw-account-side,
  .tw-order-section,
  .tw-account-form,
  #account-edit #content,
  #account-address #content {
    padding: 18px;
    border-radius: 20px;
  }

  .tw-account-card-grid,
  .tw-order-card__body,
  .tw-order-summary-grid {
    grid-template-columns: 1fr;
  }

  .tw-account-card {
    min-height: 0;
  }

  .tw-order-card {
    padding: 18px;
  }

  .tw-order-card__top,
  .tw-order-section__head,
  .tw-account-pagination,
  .tw-account-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .tw-order-product {
    grid-template-columns: 1fr;
  }

  .tw-order-totals {
    max-width: none;
  }

  .tw-address-card > div {
    grid-template-columns: 1fr;
  }

  #account-edit .buttons,
  #account-address .buttons {
    flex-direction: column;
  }

  #account-edit .buttons .pull-left,
  #account-edit .buttons .pull-right,
  #account-address .buttons .pull-left,
  #account-address .buttons .pull-right {
    float: none !important;
  }

  #account-edit .buttons .btn,
  #account-address .buttons .btn,
  #account-edit .buttons input,
  #account-address .buttons input {
    width: 100%;
  }
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 104px;
}

body {
  min-width: 320px;
  margin: 0;
  overflow-x: hidden;
  color: var(--tw-ink-soft);
  background: var(--tw-canvas);
  font-family: "Poppins", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.65;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
}

body *,
body *::before,
body *::after {
  box-sizing: border-box;
  letter-spacing: 0;
}

body a {
  color: var(--tw-cyan);
}

body a:hover,
body a:focus {
  color: var(--tw-red-dark);
}

body a:focus-visible,
body button:focus-visible,
body summary:focus-visible,
body input:focus-visible,
body textarea:focus-visible,
body select:focus-visible {
  outline: 3px solid rgba(10, 145, 168, 0.3);
  outline-offset: 3px;
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  color: var(--tw-ink);
  font-family: "Poppins", Arial, sans-serif;
}

#content {
  min-height: 520px;
  background: var(--tw-canvas);
}

.container {
  width: calc(100% - 40px) !important;
  max-width: 1180px !important;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0;
  padding-left: 0;
}

.tw-skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 10000;
  padding: 10px 14px;
  color: #fff;
  background: var(--tw-ink);
  transform: translateY(-150%);
}

.tw-skip-link:focus {
  color: #fff;
  transform: translateY(0);
}

/* Header */
.tw-site-header {
  position: sticky;
  top: 0;
  z-index: 1040;
  width: 100%;
  background: rgba(255, 255, 255, 0.98);
  transition: box-shadow 0.2s ease;
}

#myHeader.tw-site-header {
  top: 0 !important;
}

.tw-site-header.is-scrolled {
  box-shadow: 0 10px 30px rgba(17, 23, 34, 0.11);
}

.tw-utility-bar {
  min-height: 34px;
  color: #eaf0f4;
  background: var(--tw-ink);
  font-size: 11px;
}

.tw-utility-inner,
.tw-utility-links,
.tw-header-inner,
.tw-header-actions {
  display: flex;
  align-items: center;
}

.tw-utility-inner {
  min-height: 34px;
  justify-content: space-between;
  gap: 20px;
}

.tw-utility-inner > span .fa {
  margin-right: 8px;
  color: #53d1c1;
  font-size: 8px;
}

.tw-utility-links {
  gap: 18px;
}

.tw-utility-links a {
  color: #eaf0f4;
  white-space: nowrap;
}

.tw-utility-links a:hover {
  color: #fff;
}

.tw-utility-links .fa {
  margin-right: 7px;
  color: #53d1c1;
}

.tw-main-header {
  border-bottom: 1px solid rgba(17, 23, 34, 0.08);
  background: var(--tw-paper);
}

.tw-header-inner {
  position: relative;
  min-height: 82px;
  gap: 24px;
}

.tw-brand {
  flex: 0 0 auto;
}

#logo.tw-brand {
  display: block;
  float: none;
  max-width: none;
  margin: 0;
  padding: 0;
  text-align: left;
}

.tw-brand a {
  display: flex;
  align-items: center;
}

.tw-brand-logo {
  display: block;
  width: 108px;
  height: 64px;
  object-fit: contain;
}

#logo .tw-brand-logo {
  width: 108px;
  height: 64px;
  max-height: none;
}

.tw-brand-text {
  color: var(--tw-ink);
  font-size: 20px;
  font-weight: 700;
}

.header-menus {
  min-width: 0;
  margin-left: auto;
  padding: 0;
}

.common-home .header-menus {
  padding: 0;
}

#menu,
#menu .navbar-collapse,
#menu .navbar-nav {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
}

#menu .navbar-nav {
  display: flex;
  align-items: center;
  gap: 2px;
  float: none;
  position: static;
  top: auto !important;
}

#menu .navbar-nav > li {
  position: relative;
  float: none;
}

#menu .navbar-nav > li > a {
  min-height: auto;
  padding: 12px 10px;
  color: var(--tw-ink) !important;
  background: transparent !important;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.3;
  text-transform: none;
  white-space: nowrap;
}

#menu .navbar-nav > li > a::after {
  content: none !important;
}

#menu .navbar-nav > li > a:hover,
#menu .navbar-nav > li > a:focus,
#menu .navbar-nav > .open > a {
  color: var(--tw-red) !important;
}

#menu .dropdown-toggle > .fa {
  margin-left: 4px;
  font-size: 11px;
}

#menu .dropdown-menu {
  top: calc(100% + 10px);
  left: 0;
  min-width: 240px !important;
  padding: 8px !important;
  overflow: hidden;
  border: 1px solid var(--tw-line) !important;
  border-radius: 8px !important;
  background: #fff !important;
  box-shadow: var(--tw-shadow) !important;
}

#menu .dropdown-menu > li > a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 11px 12px;
  border-radius: 6px;
  color: var(--tw-ink-soft);
  font-size: 12px;
  font-weight: 500;
}

#menu .dropdown-menu > li > a:hover,
#menu .dropdown-menu > li > a:focus {
  color: var(--tw-ink);
  background: var(--tw-cyan-soft);
}

#menu .dropdown-menu .fa {
  width: 18px;
  color: var(--tw-cyan);
  text-align: center;
}

.tw-header-actions {
  flex: 0 0 auto;
  gap: 8px;
}

.tw-header-icon,
.tw-header-cart #cart > button {
  display: inline-flex !important;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
  border: 1px solid var(--tw-line) !important;
  border-radius: 6px !important;
  color: var(--tw-ink) !important;
  background: #fff !important;
  box-shadow: none !important;
}

.tw-header-icon:hover,
.tw-header-cart #cart > button:hover {
  color: var(--tw-red) !important;
  border-color: rgba(215, 37, 45, 0.4) !important;
}

.tw-header-icon .fa,
.tw-header-cart #cart > button .fa {
  margin: 0 !important;
  font-size: 16px;
}

.tw-header-cart #cart {
  position: relative !important;
  top: auto;
  margin: 0;
}

.tw-header-cart #cart-total {
  display: none;
}

.tw-header-cart #cart .dropdown-menu {
  top: calc(100% + 12px);
  right: 0;
  left: auto;
  width: 320px;
  min-width: 280px !important;
  max-width: calc(100vw - 24px);
  padding: 14px !important;
  border: 1px solid var(--tw-line) !important;
  border-radius: 8px !important;
  color: var(--tw-ink-soft) !important;
  background: #fff !important;
  box-shadow: var(--tw-shadow) !important;
}

.tw-header-cart #cart .dropdown-menu::before {
  content: none;
}

.tw-header-cart #cart .dropdown-menu p,
.tw-header-cart #cart .dropdown-menu td,
.tw-header-cart #cart .dropdown-menu span {
  color: var(--tw-ink-soft) !important;
}

.tw-header-quote,
.tw-button {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  font-weight: 700;
  text-align: center;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.tw-header-quote {
  padding: 0 16px;
  color: #fff !important;
  background: var(--tw-red);
  font-size: 12px;
}

.tw-header-quote:hover {
  color: #fff !important;
  background: var(--tw-red-dark);
}

/* Home hero */
.tw-home-hero {
  position: relative;
  display: flex;
  min-height: 520px;
  align-items: center;
  overflow: hidden;
  color: #fff;
  background: #0b1018;
}

.tw-home-hero__media,
.tw-home-hero__shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.tw-home-hero__media {
  object-fit: cover;
  object-position: center center;
}

.tw-home-hero__shade {
  background: rgba(7, 11, 18, 0.7);
}

.tw-home-hero__content {
  position: relative;
  z-index: 1;
  padding-top: 60px;
  padding-bottom: 60px;
}

.tw-eyebrow {
  margin: 0 0 14px;
  color: var(--tw-cyan);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.4;
  text-transform: uppercase;
}

.tw-home-hero .tw-eyebrow {
  color: #69d7e8;
}

.tw-home-hero h1 {
  max-width: 780px;
  margin: 0;
  color: #fff;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.14;
  text-shadow: 0 3px 18px rgba(0, 0, 0, 0.45);
}

.tw-home-hero__lead {
  max-width: 690px;
  margin: 20px 0 0;
  color: #e5ebef;
  font-size: 17px;
  line-height: 1.7;
}

.tw-home-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.tw-button {
  min-width: 180px;
  padding: 11px 18px;
  border: 1px solid transparent;
  font-size: 13px;
}

.tw-button:hover {
  transform: translateY(-2px);
}

.tw-button--primary {
  color: #fff !important;
  border-color: var(--tw-red);
  background: var(--tw-red);
}

.tw-button--primary:hover {
  color: #fff !important;
  border-color: var(--tw-red-dark);
  background: var(--tw-red-dark);
}

.tw-button--light {
  color: #fff !important;
  border-color: rgba(255, 255, 255, 0.55);
  background: rgba(255, 255, 255, 0.08);
}

.tw-button--light:hover {
  color: var(--tw-ink) !important;
  border-color: #fff;
  background: #fff;
}

.tw-home-hero__proof {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
  color: #f2f5f7;
  font-size: 12px;
  font-weight: 600;
}

.tw-home-hero__proof li {
  display: flex;
  align-items: center;
  gap: 8px;
}

.tw-home-hero__proof .fa {
  color: #69d7e8;
  font-size: 15px;
}

/* Sections */
.tw-service-section,
.tw-process-section,
.tw-trust-section,
.tw-faq-section,
.tw-contact-section {
  padding: 76px 0;
}

.tw-service-section,
.tw-faq-section {
  background: var(--tw-paper);
}

.tw-section-heading {
  max-width: 760px;
  margin: 0 auto 34px;
  text-align: center;
}

.tw-section-heading--left {
  margin: 0;
  text-align: left;
}

.tw-section-heading h2,
.tw-trust-copy h2,
.tw-contact-section h2 {
  margin: 0;
  color: var(--tw-ink);
  font-size: 34px;
  font-weight: 700;
  line-height: 1.25;
}

.tw-section-heading > p:last-child,
.tw-trust-copy > p,
.tw-contact-section p {
  margin: 14px 0 0;
  color: var(--tw-muted);
  font-size: 15px;
  line-height: 1.75;
}

.tw-service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.tw-service-card {
  display: flex;
  min-height: 246px;
  flex-direction: column;
  padding: 24px;
  border: 1px solid var(--tw-line);
  border-radius: 8px;
  background: #fff;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.tw-service-card:hover {
  border-color: rgba(10, 145, 168, 0.55);
  box-shadow: 0 14px 34px rgba(17, 23, 34, 0.08);
  transform: translateY(-3px);
}

.tw-service-card > .fa {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  border: 1px solid #cce8ec;
  border-radius: 7px;
  color: var(--tw-cyan);
  background: var(--tw-cyan-soft);
  font-size: 18px;
}

.tw-service-card h3 {
  margin: 0 0 9px;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.35;
}

.tw-service-card p {
  margin: 0 0 20px;
  color: var(--tw-muted);
  font-size: 13px;
  line-height: 1.7;
}

.tw-service-card a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  color: var(--tw-ink);
  font-size: 12px;
  font-weight: 700;
}

.tw-service-card a:hover {
  color: var(--tw-red);
}

.tw-signal-band {
  padding: 34px 0;
  color: #fff;
  background: var(--tw-ink);
}

.tw-signal-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.tw-signal-grid > div {
  min-width: 0;
  padding: 6px 24px;
  border-right: 1px solid rgba(255, 255, 255, 0.16);
}

.tw-signal-grid > div:first-child {
  padding-left: 0;
}

.tw-signal-grid > div:last-child {
  padding-right: 0;
  border-right: 0;
}

.tw-signal-grid strong,
.tw-signal-grid span {
  display: block;
}

.tw-signal-grid strong {
  color: #fff;
  font-size: 19px;
  font-weight: 700;
}

.tw-signal-grid span {
  margin-top: 3px;
  color: #aeb9c7;
  font-size: 11px;
  line-height: 1.5;
}

.tw-process-section {
  background: var(--tw-canvas);
}

.tw-process-layout,
.tw-trust-layout,
.tw-contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 70px;
  align-items: start;
}

.tw-text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 22px;
  color: var(--tw-ink);
  font-size: 13px;
  font-weight: 700;
}

.tw-process-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.tw-process-list li {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 18px;
  padding: 20px;
  border: 1px solid var(--tw-line);
  border-radius: 8px;
  background: #fff;
}

.tw-process-list li > span {
  display: flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
  color: #fff;
  background: var(--tw-cyan);
  font-size: 13px;
  font-weight: 700;
}

.tw-process-list h3 {
  margin: 1px 0 5px;
  font-size: 16px;
  font-weight: 700;
}

.tw-process-list p {
  margin: 0;
  color: var(--tw-muted);
  font-size: 12px;
  line-height: 1.65;
}

.tw-trust-section {
  color: #fff;
  background: #171f2b;
}

.tw-trust-layout {
  grid-template-columns: minmax(0, 1.15fr) minmax(340px, 0.85fr);
  align-items: center;
}

.tw-trust-copy h2,
.tw-trust-copy > p {
  color: #fff;
}

.tw-trust-copy > p {
  color: #bdc7d2;
}

.tw-trust-copy ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 20px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.tw-trust-copy li {
  display: flex;
  gap: 10px;
  color: #e5eaee;
  font-size: 12px;
}

.tw-trust-copy li .fa {
  margin-top: 5px;
  color: #53d1c1;
}

.tw-trust-panel {
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: #202a38;
}

.tw-trust-panel > span {
  color: #69d7e8;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

.tw-trust-panel h3 {
  margin: 12px 0 0;
  color: #fff;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.45;
}

.tw-trust-panel p {
  margin: 12px 0 24px;
  color: #bdc7d2;
  font-size: 13px;
}

.tw-faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.tw-faq-item {
  border: 1px solid var(--tw-line);
  border-radius: 8px;
  background: #fff;
}

.tw-faq-item[open] {
  border-color: rgba(10, 145, 168, 0.55);
}

.tw-faq-item summary {
  display: flex;
  min-height: 64px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 16px 18px;
  color: var(--tw-ink);
  cursor: pointer;
  font-size: 13px;
  font-weight: 700;
  list-style: none;
}

.tw-faq-item summary::-webkit-details-marker {
  display: none;
}

.tw-faq-item summary .fa {
  color: var(--tw-cyan);
  transition: transform 0.2s ease;
}

.tw-faq-item[open] summary .fa {
  transform: rotate(45deg);
}

.tw-faq-item p {
  margin: 0;
  padding: 0 18px 18px;
  color: var(--tw-muted);
  font-size: 12px;
  line-height: 1.75;
}

.tw-contact-section {
  color: #fff;
  background: var(--tw-cyan);
}

.tw-contact-layout {
  grid-template-columns: minmax(0, 1fr) minmax(420px, 0.8fr);
  align-items: center;
}

.tw-contact-section .tw-eyebrow,
.tw-contact-section h2,
.tw-contact-section p {
  color: #fff;
}

.tw-contact-actions {
  display: grid;
  gap: 8px;
}

.tw-contact-actions > a {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  min-width: 0;
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 7px;
  color: #fff;
  background: rgba(17, 23, 34, 0.13);
}

.tw-contact-actions > a:hover {
  color: #fff;
  background: rgba(17, 23, 34, 0.24);
}

.tw-contact-actions > a > .fa {
  font-size: 20px;
  text-align: center;
}

.tw-contact-actions span,
.tw-contact-actions small {
  display: block;
  min-width: 0;
  overflow-wrap: anywhere;
}

.tw-contact-actions span {
  font-size: 13px;
  font-weight: 600;
}

.tw-contact-actions small {
  margin-bottom: 2px;
  color: rgba(255, 255, 255, 0.75);
  font-size: 10px;
  font-weight: 500;
}

/* Corporate web design packages */
.kwd-hero {
  position: relative;
  display: flex;
  min-height: 440px;
  align-items: center;
  overflow: hidden;
  color: #fff;
  background: #0b1018;
}

.kwd-hero > img,
.kwd-hero__shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.kwd-hero > img {
  object-fit: cover;
  object-position: center;
}

.kwd-hero__shade {
  background: rgba(7, 11, 18, 0.72);
}

.kwd-hero__content {
  position: relative;
  z-index: 1;
  padding-top: 64px;
  padding-bottom: 64px;
}

.kwd-hero h1 {
  max-width: 760px;
  margin: 0;
  color: #fff;
  font-size: 46px;
  font-weight: 700;
  line-height: 1.16;
}

.kwd-hero__content > p:not(.tw-eyebrow) {
  max-width: 700px;
  margin: 18px 0 0;
  color: #dfe6eb;
  font-size: 16px;
  line-height: 1.75;
}

.kwd-hero .tw-eyebrow {
  color: #69d7e8;
}

.kwd-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.kwd-value-strip {
  color: #fff;
  background: var(--tw-ink);
}

.kwd-value-strip .container {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.kwd-value-strip .container > div {
  display: grid;
  min-width: 0;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  padding: 23px 20px;
  border-right: 1px solid rgba(255, 255, 255, 0.14);
}

.kwd-value-strip .container > div:first-child {
  padding-left: 0;
}

.kwd-value-strip .container > div:last-child {
  padding-right: 0;
  border-right: 0;
}

.kwd-value-strip .fa {
  color: #69d7e8;
  font-size: 21px;
  text-align: center;
}

.kwd-value-strip span,
.kwd-value-strip strong {
  display: block;
}

.kwd-value-strip strong {
  color: #fff;
  font-size: 12px;
}

.kwd-value-strip span {
  color: #aeb9c7;
  font-size: 10px;
  line-height: 1.45;
}

.kwd-capabilities,
.kwd-packages,
.kwd-purchase-flow,
.kwd-process,
.kwd-contact {
  padding: 76px 0;
}

.kwd-capabilities,
.kwd-process {
  background: #fff;
}

.kwd-packages,
.kwd-purchase-flow {
  background: var(--tw-canvas);
}

.kwd-capability-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.kwd-capability-grid article {
  min-height: 210px;
  padding: 25px;
  border: 1px solid var(--tw-line);
  border-radius: 8px;
  background: #fff;
}

.kwd-capability-grid article > .fa {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  border: 1px solid #cce8ec;
  border-radius: 7px;
  color: var(--tw-cyan);
  background: var(--tw-cyan-soft);
  font-size: 18px;
}

.kwd-capability-grid h3 {
  margin: 0 0 8px;
  font-size: 17px;
  font-weight: 700;
}

.kwd-capability-grid p {
  margin: 0;
  color: var(--tw-muted);
  font-size: 12px;
  line-height: 1.75;
}

.kwd-package-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  align-items: stretch;
}

.kwd-package-card {
  position: relative;
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: 25px;
  border: 1px solid var(--tw-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(17, 23, 34, 0.06);
}

.kwd-package-card.is-featured {
  border: 2px solid var(--tw-cyan);
  box-shadow: 0 18px 40px rgba(10, 145, 168, 0.14);
}

.kwd-package-card__popular {
  position: absolute;
  top: 14px;
  right: 14px;
  padding: 5px 8px;
  border-radius: 5px;
  color: #fff;
  background: var(--tw-cyan);
  font-size: 9px;
  font-weight: 700;
  text-transform: uppercase;
}

.kwd-package-card__badge {
  max-width: 72%;
  margin: 0 0 12px;
  color: var(--tw-cyan);
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.kwd-package-card h3 {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.35;
}

.kwd-package-card__subtitle {
  min-height: 40px;
  margin: 7px 0 0;
  color: var(--tw-muted);
  font-size: 12px;
}

.kwd-package-card__price {
  margin: 22px 0;
  padding: 18px 0;
  border-top: 1px solid var(--tw-line);
  border-bottom: 1px solid var(--tw-line);
}

.kwd-package-card__price strong,
.kwd-package-card__price span,
.kwd-package-card__price small {
  display: block;
}

.kwd-package-card__price strong {
  color: var(--tw-ink);
  font-size: 28px;
  font-weight: 700;
  line-height: 1.25;
}

.kwd-package-card__price span {
  margin-top: 2px;
  color: var(--tw-muted);
  font-size: 10px;
  text-transform: uppercase;
}

.kwd-package-card__price small {
  margin-top: 8px;
  color: var(--tw-cyan);
  font-size: 11px;
  font-weight: 600;
}

.kwd-package-card > ul {
  display: grid;
  gap: 15px;
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
}

.kwd-package-card > ul li {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  gap: 9px;
  color: var(--tw-muted);
  font-size: 11px;
  line-height: 1.6;
}

.kwd-package-card > ul .fa {
  margin-top: 4px;
  color: var(--tw-cyan);
}

.kwd-package-card > ul strong {
  display: block;
  color: var(--tw-ink);
  font-size: 12px;
}

.kwd-package-card__actions {
  display: grid;
  gap: 9px;
  margin-top: auto;
}

.kwd-buy-button {
  display: inline-flex;
  width: 100%;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 10px 16px;
  border: 1px solid var(--tw-red);
  border-radius: 6px;
  color: #fff;
  background: var(--tw-red);
  font-size: 12px;
  font-weight: 700;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}

.kwd-buy-button:hover,
.kwd-buy-button:focus {
  border-color: var(--tw-red-dark);
  background: var(--tw-red-dark);
}

.kwd-buy-button.is-loading {
  cursor: wait;
  opacity: 0.7;
}

.kwd-package-card__actions > a {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  color: var(--tw-ink);
  font-size: 11px;
  font-weight: 600;
}

.kwd-cart-status {
  min-height: 20px;
  margin: 15px 0 0;
  color: var(--tw-cyan);
  font-size: 12px;
  text-align: center;
}

.kwd-package-empty {
  padding: 22px;
  border: 1px solid var(--tw-line);
  border-radius: 8px;
  background: #fff;
  text-align: center;
}

.kwd-purchase-flow__layout {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: 64px;
  align-items: start;
}

.kwd-purchase-flow h2,
.kwd-contact h2 {
  margin: 0;
  color: var(--tw-ink);
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
}

.kwd-purchase-flow__layout > div > p:last-child,
.kwd-contact__layout > div > p:last-child {
  margin: 14px 0 0;
  color: var(--tw-muted);
  font-size: 13px;
  line-height: 1.8;
}

.kwd-purchase-flow ol {
  display: grid;
  gap: 11px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.kwd-purchase-flow li {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 14px;
  padding: 17px;
  border: 1px solid var(--tw-line);
  border-radius: 8px;
  background: #fff;
}

.kwd-purchase-flow li > span,
.kwd-process-grid > div > span {
  display: inline-flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
  color: #fff;
  background: var(--tw-cyan);
  font-size: 11px;
  font-weight: 700;
}

.kwd-purchase-flow li strong {
  display: block;
  margin-bottom: 3px;
  color: var(--tw-ink);
  font-size: 13px;
}

.kwd-purchase-flow li p {
  margin: 0;
  color: var(--tw-muted);
  font-size: 11px;
  line-height: 1.65;
}

.kwd-process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 15px;
}

.kwd-process-grid > div {
  min-width: 0;
  padding: 22px;
  border-left: 2px solid var(--tw-cyan);
  background: var(--tw-canvas);
}

.kwd-process-grid h3 {
  margin: 16px 0 6px;
  font-size: 15px;
  font-weight: 700;
}

.kwd-process-grid p {
  margin: 0;
  color: var(--tw-muted);
  font-size: 11px;
}

.kwd-contact {
  color: #fff;
  background: var(--tw-cyan);
}

.kwd-contact__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 46px;
  align-items: center;
}

.kwd-contact .tw-eyebrow,
.kwd-contact h2,
.kwd-contact__layout > div > p:last-child {
  color: #fff;
}

.kwd-contact__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  justify-content: flex-end;
}

.kwd-contact__actions a {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 11px 16px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 6px;
  color: #fff;
  background: rgba(17, 23, 34, 0.13);
  font-size: 12px;
  font-weight: 700;
}

.kwd-contact__actions a:hover {
  color: var(--tw-ink);
  background: #fff;
}

/* Product detail content shared by the package products. */
.kwd-product-description {
  max-width: 880px;
  padding: 10px 0;
}

.kwd-product-description h2 {
  margin: 0 0 12px;
  font-size: 25px;
  font-weight: 700;
}

.kwd-product-description h3 {
  margin: 28px 0 12px;
  font-size: 18px;
  font-weight: 700;
}

.kwd-product-description > p,
.kwd-product-note p {
  color: var(--tw-muted);
  font-size: 13px;
  line-height: 1.8;
}

.kwd-product-description ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.kwd-product-description li {
  position: relative;
  padding-left: 22px;
  color: var(--tw-ink-soft);
  font-size: 12px;
}

.kwd-product-description li::before {
  position: absolute;
  top: 0;
  left: 0;
  color: var(--tw-cyan);
  content: "\f00c";
  font-family: FontAwesome;
}

.kwd-product-note {
  margin-top: 26px;
  padding: 18px;
  border-left: 3px solid var(--tw-cyan);
  background: var(--tw-cyan-soft);
}

.kwd-product-note strong {
  display: block;
  color: var(--tw-ink);
  font-size: 13px;
}

.kwd-product-note p {
  margin: 5px 0 0;
}

.shopier-total-note {
  margin: 0 0 14px;
  padding: 12px 14px;
  border-left: 3px solid var(--tw-cyan);
  color: var(--tw-ink-soft);
  background: var(--tw-cyan-soft);
  font-size: 12px;
  line-height: 1.65;
}

/* Modern product detail pages */
.tw-product-page {
  padding: 30px 0 72px;
  background:
    radial-gradient(circle at top left, rgba(16, 185, 229, 0.12), transparent 34%),
    linear-gradient(180deg, #f7fbff 0%, #ffffff 42%, #eef7fb 100%);
}

.tw-product-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin: 0 0 18px;
  color: var(--tw-muted);
  font-size: 12px;
}

.tw-product-breadcrumb a {
  color: var(--tw-muted);
  font-weight: 600;
}

.tw-product-breadcrumb a:last-child,
.tw-product-breadcrumb a:hover {
  color: var(--tw-cyan);
}

.tw-product-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 24px;
}

.tw-product-main {
  min-width: 0;
}

.tw-product-hero {
  display: grid;
  grid-template-columns: minmax(280px, 0.82fr) minmax(320px, 1fr);
  gap: 26px;
  align-items: stretch;
  overflow: hidden;
  border: 1px solid rgba(14, 165, 233, 0.18);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 30px 80px rgba(15, 23, 42, 0.08);
}

.tw-product-media {
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-width: 0;
  padding: 28px;
  background:
    linear-gradient(135deg, rgba(17, 23, 34, 0.94), rgba(17, 23, 34, 0.84)),
    radial-gradient(circle at 20% 18%, rgba(20, 184, 166, 0.36), transparent 38%);
}

.tw-product-main-image {
  display: flex;
  min-height: 280px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.08);
}

.tw-product-main-image img {
  display: block;
  max-width: 100%;
  max-height: 320px;
  object-fit: contain;
}

.tw-product-main-image a {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}

.tw-product-main-image--empty i {
  color: rgba(255, 255, 255, 0.8);
  font-size: 56px;
}

.tw-product-thumbs {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding-bottom: 2px;
}

.tw-product-thumbs a {
  display: flex;
  width: 70px;
  height: 70px;
  flex: 0 0 70px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.09);
}

.tw-product-thumbs img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.tw-product-media-note {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  margin-top: auto;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  color: rgba(255, 255, 255, 0.82);
  background: rgba(255, 255, 255, 0.08);
  font-size: 12px;
  line-height: 1.6;
}

.tw-product-media-note i {
  display: inline-flex;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  color: #fff;
  background: var(--tw-cyan);
}

.tw-product-summary {
  min-width: 0;
  padding: 34px 34px 32px;
}

.tw-product-summary h1 {
  margin: 0;
  color: var(--tw-ink);
  font-size: clamp(31px, 4vw, 52px);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: 0;
}

.tw-product-intro {
  max-width: 680px;
  margin: 16px 0 22px;
  color: var(--tw-muted);
  font-size: 14px;
  line-height: 1.8;
}

.tw-product-pricebox {
  display: grid;
  gap: 5px;
  max-width: 380px;
  margin: 0 0 20px;
  padding: 17px 18px;
  border: 1px solid rgba(14, 165, 233, 0.24);
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(14, 165, 233, 0.12), rgba(255, 255, 255, 0.86));
}

.tw-product-pricebox span {
  color: var(--tw-cyan);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.tw-product-pricebox strong {
  color: var(--tw-ink);
  font-size: 32px;
  font-weight: 800;
  line-height: 1.05;
}

.tw-product-pricebox del,
.tw-product-pricebox small {
  color: var(--tw-muted);
  font-size: 12px;
  line-height: 1.5;
}

.tw-product-meta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
}

.tw-product-meta li {
  display: grid;
  gap: 4px;
  padding: 12px 14px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 12px;
  background: #fff;
}

.tw-product-meta span {
  color: var(--tw-muted);
  font-size: 11px;
  font-weight: 700;
}

.tw-product-meta strong,
.tw-product-meta a {
  min-width: 0;
  color: var(--tw-ink);
  font-size: 12px;
  font-weight: 800;
  overflow-wrap: anywhere;
}

.tw-product-discounts {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 18px;
}

.tw-product-discounts span {
  padding: 7px 10px;
  border-radius: 999px;
  color: var(--tw-ink-soft);
  background: var(--tw-cyan-soft);
  font-size: 11px;
  font-weight: 700;
}

.tw-product-purchase {
  display: grid;
  gap: 18px;
}

.tw-product-options {
  display: grid;
  gap: 14px;
}

.tw-product-options h2 {
  margin: 0;
  color: var(--tw-ink);
  font-size: 17px;
  font-weight: 800;
}

.tw-product-option {
  margin: 0;
}

.tw-product-option label.control-label {
  display: block;
  margin: 0 0 8px;
  color: var(--tw-ink);
  font-size: 12px;
  font-weight: 800;
}

.tw-product-option .form-control,
.tw-product-qty .form-control {
  height: 44px;
  border: 1px solid rgba(15, 23, 42, 0.14);
  border-radius: 10px;
  box-shadow: none;
  color: var(--tw-ink);
  font-size: 13px;
}

.tw-product-option textarea.form-control {
  min-height: 112px;
  resize: vertical;
}

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

.tw-product-choice {
  display: flex;
  min-height: 48px;
  align-items: center;
  gap: 10px;
  margin: 0;
  padding: 11px 12px;
  border: 1px solid rgba(14, 165, 233, 0.18);
  border-radius: 12px;
  background: #fff;
  cursor: pointer;
}

.tw-product-choice input {
  margin: 0;
}

.tw-product-choice img {
  width: 34px;
  height: 34px;
  object-fit: contain;
}

.tw-product-choice span {
  display: grid;
  gap: 2px;
  color: var(--tw-ink-soft);
  font-size: 12px;
  font-weight: 700;
}

.tw-product-choice small {
  color: var(--tw-cyan);
  font-weight: 800;
}

.tw-product-actions {
  display: grid;
  grid-template-columns: 92px minmax(180px, 1fr);
  gap: 10px;
  align-items: end;
}

.tw-product-qty {
  display: grid;
  gap: 6px;
  margin: 0;
}

.tw-product-qty span {
  color: var(--tw-muted);
  font-size: 11px;
  font-weight: 800;
}

.tw-product-cart {
  min-height: 46px;
  gap: 9px;
  border: 0;
  border-radius: 10px;
  font-weight: 800;
}

.tw-product-upload {
  min-height: 42px;
  border-radius: 10px;
}

.tw-product-minimum {
  margin: 0;
  border-radius: 10px;
}

.tw-product-detail-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 24px;
  margin-top: 24px;
}

.tw-product-description-card,
.tw-product-assurance,
.tw-product-tabs,
.tw-product-related {
  border: 1px solid rgba(14, 165, 233, 0.16);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 22px 60px rgba(15, 23, 42, 0.06);
}

.tw-product-description-card {
  min-width: 0;
  padding: 30px;
}

.tw-product-section-head {
  margin-bottom: 20px;
}

.tw-product-section-head--split {
  display: flex;
  gap: 24px;
  align-items: flex-end;
  justify-content: space-between;
}

.tw-product-section-head h2 {
  margin: 4px 0 0;
  color: var(--tw-ink);
  font-size: 28px;
  font-weight: 800;
}

.tw-product-richtext {
  color: var(--tw-ink-soft);
}

.tw-product-richtext img {
  max-width: 100%;
  height: auto;
}

.tw-product-richtext .kwd-product-description {
  max-width: none;
  padding: 0;
}

.tw-product-richtext .kwd-product-description h2:first-child {
  margin-top: 0;
}

.tw-product-assurance {
  align-self: start;
  padding: 24px;
}

.tw-product-assurance h2 {
  margin: 0 0 16px;
  color: var(--tw-ink);
  font-size: 21px;
  font-weight: 800;
}

.tw-product-assurance ol {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.tw-product-assurance li {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr);
  gap: 6px 12px;
  align-items: start;
  padding: 14px;
  border-radius: 13px;
  background: var(--tw-canvas);
}

.tw-product-assurance li span {
  display: inline-flex;
  width: 36px;
  height: 36px;
  align-items: center;
  justify-content: center;
  grid-row: span 2;
  border-radius: 10px;
  color: #fff;
  background: var(--tw-ink);
  font-size: 11px;
  font-weight: 800;
}

.tw-product-assurance strong {
  color: var(--tw-ink);
  font-size: 13px;
}

.tw-product-assurance p {
  margin: 0;
  color: var(--tw-muted);
  font-size: 12px;
  line-height: 1.65;
}

.tw-product-support {
  display: flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 16px;
  border-radius: 10px;
  color: #fff;
  background: var(--tw-cyan);
  font-size: 12px;
  font-weight: 800;
}

.tw-product-support:hover {
  color: #fff;
  background: var(--tw-ink);
}

.tw-product-service-kit,
.tw-product-conversion-panel {
  margin-top: 24px;
  border: 1px solid rgba(14, 165, 233, 0.16);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 22px 60px rgba(15, 23, 42, 0.06);
}

.tw-product-service-kit {
  padding: 30px;
}

.tw-product-inline-link {
  display: inline-flex;
  flex: 0 0 auto;
  gap: 8px;
  align-items: center;
  color: var(--tw-cyan);
  font-size: 12px;
  font-weight: 800;
}

.tw-product-inline-link:hover {
  color: var(--tw-ink);
}

.tw-product-service-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.tw-product-service-grid article {
  min-width: 0;
  padding: 19px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 15px;
  background:
    linear-gradient(180deg, #fff 0%, #f7fbfd 100%);
}

.tw-product-service-grid .fa {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  border-radius: 12px;
  color: #fff;
  background: var(--tw-cyan);
  box-shadow: 0 12px 28px rgba(10, 145, 168, 0.2);
}

.tw-product-service-grid article:nth-child(2) .fa,
.tw-product-service-grid article:nth-child(4) .fa {
  background: var(--tw-ink);
  box-shadow: 0 12px 28px rgba(17, 23, 34, 0.18);
}

.tw-product-service-grid h3 {
  margin: 0 0 8px;
  color: var(--tw-ink);
  font-size: 15px;
  font-weight: 800;
}

.tw-product-service-grid p {
  margin: 0;
  color: var(--tw-muted);
  font-size: 12px;
  line-height: 1.72;
}

.tw-product-conversion-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  padding: 28px 30px;
  background:
    linear-gradient(135deg, rgba(17, 23, 34, 0.96), rgba(17, 23, 34, 0.9)),
    radial-gradient(circle at 12% 20%, rgba(20, 184, 166, 0.26), transparent 36%);
}

.tw-product-conversion-panel h2 {
  margin: 4px 0 0;
  color: #fff;
  font-size: 26px;
  font-weight: 800;
  line-height: 1.25;
}

.tw-product-conversion-panel p:not(.tw-eyebrow) {
  max-width: 780px;
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  line-height: 1.75;
}

.tw-product-conversion-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.tw-product-conversion-actions .tw-button {
  min-height: 46px;
  white-space: nowrap;
}

.tw-product-conversion-actions .tw-button--ghost {
  border-color: rgba(255, 255, 255, 0.22);
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
}

.tw-product-conversion-actions .tw-button--ghost:hover {
  border-color: #fff;
  color: var(--tw-ink);
  background: #fff;
}

.tw-product-tabs,
.tw-product-related {
  margin-top: 24px;
  padding: 24px;
}

.tw-product-tabs .nav-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 18px;
  border: 0;
}

.tw-product-tabs .nav-tabs > li {
  margin: 0;
}

.tw-product-tabs .nav-tabs > li > a {
  margin: 0;
  border: 1px solid rgba(14, 165, 233, 0.18);
  border-radius: 999px;
  color: var(--tw-ink-soft);
  background: #fff;
  font-size: 12px;
  font-weight: 800;
}

.tw-product-tabs .nav-tabs > li.active > a,
.tw-product-tabs .nav-tabs > li.active > a:hover,
.tw-product-tabs .nav-tabs > li.active > a:focus {
  border-color: var(--tw-cyan);
  color: #fff;
  background: var(--tw-cyan);
}

.tw-review-rating {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.tw-product-related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.tw-product-related-card {
  display: grid;
  gap: 12px;
  min-width: 0;
  padding: 16px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 14px;
  background: #fff;
}

.tw-product-related-image {
  display: flex;
  min-height: 130px;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: var(--tw-canvas);
}

.tw-product-related-image img {
  max-width: 100%;
  max-height: 140px;
  object-fit: contain;
}

.tw-product-related-card h3 {
  margin: 0;
  font-size: 15px;
  font-weight: 800;
}

.tw-product-related-card h3 a {
  color: var(--tw-ink);
}

.tw-product-related-card p {
  margin: 0;
  color: var(--tw-cyan);
  font-size: 15px;
  font-weight: 800;
}

.tw-product-related-cart {
  min-height: 40px;
  border: 0;
  border-radius: 9px;
  color: #fff;
  background: var(--tw-ink);
  font-size: 12px;
  font-weight: 800;
}

.tw-product-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.tw-product-tags span,
.tw-product-tags a {
  padding: 7px 10px;
  border-radius: 999px;
  background: #fff;
  font-size: 11px;
  font-weight: 800;
}

.tw-product-tags span {
  color: var(--tw-muted);
}

.tw-product-tags a {
  color: var(--tw-cyan);
}

@media (max-width: 991px) {
  .kwd-value-strip .container,
  .kwd-process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .kwd-value-strip .container > div:nth-child(2) {
    border-right: 0;
  }

  .kwd-capability-grid,
  .kwd-package-grid {
    grid-template-columns: 1fr;
  }

  .kwd-package-card {
    max-width: 680px;
    margin: 0 auto;
  }

  .kwd-purchase-flow__layout,
  .kwd-contact__layout {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .kwd-contact__actions {
    justify-content: flex-start;
  }

  .tw-product-hero,
  .tw-product-detail-grid {
    grid-template-columns: 1fr;
  }

  .tw-product-service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tw-product-conversion-panel {
    grid-template-columns: 1fr;
  }

  .tw-product-conversion-actions {
    justify-content: flex-start;
  }

  .tw-product-media {
    order: 2;
  }

  .tw-product-summary {
    order: 1;
  }

  .tw-product-related-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .kwd-hero {
    min-height: 410px;
  }

  .kwd-hero__content {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .kwd-hero h1 {
    font-size: 32px;
  }

  .kwd-hero__content > p:not(.tw-eyebrow) {
    font-size: 14px;
  }

  .kwd-capabilities,
  .kwd-packages,
  .kwd-purchase-flow,
  .kwd-process,
  .kwd-contact {
    padding: 54px 0;
  }

  .kwd-capability-grid article,
  .kwd-package-card {
    padding: 20px;
  }

  .kwd-purchase-flow h2,
  .kwd-contact h2 {
    font-size: 26px;
  }

  .kwd-product-description ul {
    grid-template-columns: 1fr;
  }

  .tw-product-page {
    padding: 18px 0 52px;
  }

  .tw-product-hero,
  .tw-product-description-card,
  .tw-product-assurance,
  .tw-product-service-kit,
  .tw-product-conversion-panel,
  .tw-product-tabs,
  .tw-product-related {
    border-radius: 14px;
  }

  .tw-product-summary,
  .tw-product-media,
  .tw-product-description-card,
  .tw-product-assurance,
  .tw-product-service-kit,
  .tw-product-conversion-panel,
  .tw-product-tabs,
  .tw-product-related {
    padding: 20px;
  }

  .tw-product-summary h1 {
    font-size: 32px;
  }

  .tw-product-main-image {
    min-height: 210px;
  }

  .tw-product-pricebox strong {
    font-size: 27px;
  }

  .tw-product-meta,
  .tw-product-choice-grid,
  .tw-product-service-grid,
  .tw-product-related-grid {
    grid-template-columns: 1fr;
  }

  .tw-product-actions {
    grid-template-columns: 1fr;
  }

  .tw-product-section-head--split {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

  .tw-product-section-head h2 {
    font-size: 24px;
  }

  .tw-product-conversion-panel h2 {
    font-size: 23px;
  }

  .tw-product-conversion-actions,
  .tw-product-conversion-actions .tw-button {
    width: 100%;
  }
}

@media (max-width: 520px) {
  .kwd-hero__actions,
  .kwd-contact__actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .kwd-hero__actions .tw-button,
  .kwd-contact__actions a {
    width: 100%;
  }

  .kwd-value-strip .container {
    grid-template-columns: 1fr;
  }

  .kwd-value-strip .container > div {
    padding: 16px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  }

  .kwd-value-strip .container > div:last-child {
    border-bottom: 0;
  }

  .kwd-process-grid {
    grid-template-columns: 1fr;
  }

  .kwd-package-card__price strong {
    font-size: 24px;
  }
}

/* Footer */
.tw-footer {
  padding: 62px 0 0;
  border-top: 0;
  color: #aeb9c7;
  background: #0b1018;
  text-align: left;
}

.tw-footer-grid {
  display: grid;
  grid-template-columns: 1.45fr 1fr 1fr 1.1fr;
  gap: 42px;
}

.tw-footer-brand > a {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}

.tw-footer-brand p {
  max-width: 340px;
  margin: 14px 0 20px;
  color: #9da9b8;
  font-size: 12px;
  line-height: 1.8;
}

.tw-footer-social {
  display: flex;
  gap: 8px;
}

.tw-footer-social a {
  display: inline-flex;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 6px;
  color: #fff;
}

.tw-footer-social a:hover {
  color: #fff;
  border-color: var(--tw-cyan);
  background: var(--tw-cyan);
}

.tw-footer-column h2 {
  margin: 0 0 18px;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.tw-footer-column ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.tw-footer-column li {
  margin: 0 0 9px;
}

.tw-footer-column a {
  color: #aeb9c7;
  font-size: 12px;
}

.tw-footer-column a:hover {
  color: #fff;
}

.tw-footer-contact > a,
.tw-footer-contact > p {
  display: flex;
  gap: 10px;
  margin: 0 0 11px;
  color: #aeb9c7;
  font-size: 12px;
  overflow-wrap: anywhere;
}

.tw-footer-contact .fa {
  width: 16px;
  margin-top: 4px;
  color: #53d1c1;
  text-align: center;
}

.tw-footer-account {
  margin-top: 18px !important;
  font-weight: 600;
}

.tw-footer-bottom {
  display: flex;
  min-height: 76px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 50px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.tw-footer-bottom p {
  margin: 0;
  font-size: 11px;
}

.tw-footer-bottom > div {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.tw-footer-bottom a {
  color: #aeb9c7;
  font-size: 11px;
}

.tw-scrolltop {
  position: fixed;
  right: 18px;
  bottom: calc(18px + env(safe-area-inset-bottom));
  z-index: 1020;
  display: inline-flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 7px;
  color: #fff;
  background: var(--tw-red);
  box-shadow: 0 10px 28px rgba(17, 23, 34, 0.24);
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.tw-scrolltop.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.tw-mobile-leadbar {
  display: none;
}

/* OpenCart shared surfaces */
.breadcrumb,
.kroniqscrumb {
  margin: 0;
  padding: 12px 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

#content > .container {
  padding-top: 28px;
  padding-bottom: 48px;
}

.btn,
.form-control,
.panel,
.well,
.product-thumb {
  border-radius: 6px;
}

.btn-primary {
  border-color: var(--tw-red);
  background-color: var(--tw-red);
  background-image: none;
}

.btn-primary:hover,
.btn-primary:focus {
  border-color: var(--tw-red-dark);
  background-color: var(--tw-red-dark);
}

.form-control {
  min-height: 42px;
  border-color: var(--tw-line);
  box-shadow: none;
}

.form-control:focus {
  border-color: var(--tw-cyan);
  box-shadow: 0 0 0 3px rgba(10, 145, 168, 0.12);
}

.tw-reveal {
  opacity: 0;
  transform: translateY(12px);
}

.tw-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.45s ease, transform 0.45s ease;
}

@media (max-width: 1100px) {
  .tw-header-inner {
    gap: 14px;
  }

  #menu .navbar-nav > li > a {
    padding-right: 7px;
    padding-left: 7px;
    font-size: 11px;
  }

  .tw-header-quote {
    display: none;
  }
}

@media (max-width: 991px) {
  html {
    scroll-padding-top: 76px;
  }

  .tw-utility-bar {
    display: none;
  }

  .tw-header-inner {
    min-height: 72px;
    gap: 8px;
  }

  .tw-brand {
    margin-right: auto;
  }

  .tw-brand-logo {
    width: 82px;
    height: 54px;
  }

  #logo .tw-brand-logo {
    width: 82px;
    height: 54px;
  }

  .header-menus,
  #menu {
    position: static;
  }

  .header-menus {
    order: 3;
    margin-left: 0;
  }

  .tw-header-actions {
    order: 2;
  }

  #menu .navbar-header {
    display: flex;
    align-items: center;
  }

  #menu .navbar-toggle {
    display: inline-flex !important;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    float: none;
    margin: 0;
    padding: 0;
    border: 1px solid var(--tw-line);
    border-radius: 6px;
    color: var(--tw-ink);
    background: #fff;
  }

  #menu .navbar-toggle .fa {
    font-size: 18px;
  }

  .tw-mobile-menu-label {
    display: none !important;
  }

  #menu .navbar-collapse.collapse {
    position: absolute !important;
    top: 100% !important;
    right: 0 !important;
    left: 0 !important;
    display: none !important;
    width: 100% !important;
    max-height: calc(100vh - 72px);
    margin: 0 !important;
    padding: 10px 20px 18px !important;
    overflow-y: auto !important;
    border-top: 1px solid var(--tw-line) !important;
    border-bottom: 1px solid var(--tw-line) !important;
    background: #fff !important;
    box-shadow: 0 18px 28px rgba(17, 23, 34, 0.12) !important;
  }

  #menu .navbar-collapse.collapse.in {
    display: block !important;
  }

  #menu .navbar-nav {
    display: block;
    width: 100%;
  }

  #menu .navbar-nav > li > a {
    display: flex;
    min-height: 46px;
    align-items: center;
    justify-content: space-between;
    padding: 12px 4px !important;
    border-bottom: 1px solid #edf1f4;
    color: var(--tw-ink) !important;
    font-size: 13px !important;
    text-align: left;
  }

  #menu .dropdown-menu {
    position: static !important;
    float: none !important;
    width: 100% !important;
    min-width: 0 !important;
    margin: 4px 0 8px !important;
    padding: 5px !important;
    border: 1px solid var(--tw-line) !important;
    box-shadow: none !important;
  }

  #menu .dropdown-menu > li > a {
    padding: 10px;
  }

  .tw-home-hero {
    min-height: 470px;
  }

  .tw-home-hero h1 {
    max-width: 650px;
    font-size: 40px;
  }

  .tw-service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tw-signal-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px 0;
  }

  .tw-signal-grid > div:nth-child(2) {
    border-right: 0;
  }

  .tw-process-layout,
  .tw-trust-layout,
  .tw-contact-layout {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .tw-contact-layout {
    align-items: start;
  }

  .tw-footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .container {
    width: calc(100% - 28px) !important;
  }

  .tw-header-icon,
  .tw-header-cart #cart > button,
  #menu .navbar-toggle {
    width: 38px;
    height: 38px;
  }

  .tw-home-hero {
    min-height: 430px;
  }

  .tw-home-hero__media {
    object-position: 43% center;
  }

  .tw-home-hero__shade {
    background: rgba(7, 11, 18, 0.76);
  }

  .tw-home-hero__content {
    padding-top: 44px;
    padding-bottom: 44px;
  }

  .tw-home-hero h1 {
    font-size: 32px;
    line-height: 1.2;
  }

  .tw-home-hero__lead {
    margin-top: 15px;
    font-size: 14px;
  }

  .tw-home-hero__actions {
    margin-top: 22px;
  }

  .tw-button {
    min-width: 0;
  }

  .tw-home-hero__proof {
    gap: 10px 14px;
    margin-top: 22px;
    font-size: 10px;
  }

  .tw-service-section,
  .tw-process-section,
  .tw-trust-section,
  .tw-faq-section,
  .tw-contact-section {
    padding: 54px 0;
  }

  .tw-section-heading {
    margin-bottom: 26px;
  }

  .tw-section-heading h2,
  .tw-trust-copy h2,
  .tw-contact-section h2 {
    font-size: 27px;
  }

  .tw-section-heading > p:last-child,
  .tw-trust-copy > p,
  .tw-contact-section p {
    font-size: 13px;
  }

  .tw-service-grid,
  .tw-faq-grid {
    grid-template-columns: 1fr;
  }

  .tw-service-card {
    min-height: 0;
    padding: 20px;
  }

  .tw-signal-grid > div {
    padding: 4px 14px;
  }

  .tw-signal-grid > div:nth-child(odd) {
    padding-left: 0;
  }

  .tw-signal-grid > div:nth-child(even) {
    padding-right: 0;
    border-right: 0;
  }

  .tw-signal-grid strong {
    font-size: 16px;
  }

  .tw-process-list li {
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 13px;
    padding: 16px;
  }

  .tw-process-list li > span {
    width: 42px;
    height: 42px;
  }

  .tw-trust-copy ul {
    grid-template-columns: 1fr;
  }

  .tw-trust-panel {
    padding: 22px;
  }

  .tw-contact-actions > a {
    padding: 11px 10px;
  }

  .tw-footer {
    padding-top: 48px;
  }

  .tw-footer-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .tw-footer ul li {
    margin-bottom: 9px;
  }

  .tw-footer ul li a {
    display: inline;
    min-width: 0;
    padding: 0;
    line-height: inherit;
  }

  .tw-footer-bottom {
    min-height: 0;
    flex-direction: column;
    align-items: flex-start;
    padding: 24px 0;
  }

  .tw-footer-bottom > div {
    gap: 10px 16px;
  }
}

@media (max-width: 430px) {
  .tw-brand-logo {
    width: 70px;
  }

  #logo .tw-brand-logo {
    width: 70px;
  }

  .tw-header-actions {
    gap: 5px;
  }

  .tw-home-hero__actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .tw-home-hero__actions .tw-button {
    width: 100%;
  }

  .tw-home-hero__proof {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

  .tw-reveal {
    opacity: 1;
    transform: none;
  }
}

/* Unified service and contact pages */
.tw-service-hero {
  position: relative;
  display: flex;
  min-height: 500px;
  align-items: center;
  overflow: hidden;
  color: #fff;
  background: #0b1018;
}

.tw-service-hero > img,
.tw-service-hero__shade,
.tw-contact-hero > img,
.tw-contact-hero__shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.tw-service-hero > img,
.tw-contact-hero > img {
  object-fit: cover;
  object-position: center;
}

.tw-service-hero--security > img {
  object-position: 66% center;
}

.tw-service-hero--software > img {
  object-position: 52% center;
}

.tw-service-hero__shade {
  background: linear-gradient(90deg, rgba(7, 11, 18, 0.96) 0%, rgba(7, 11, 18, 0.86) 48%, rgba(7, 11, 18, 0.42) 100%);
}

.tw-service-hero__content {
  position: relative;
  z-index: 1;
  padding-top: 72px;
  padding-bottom: 72px;
}

.tw-service-hero .tw-eyebrow,
.tw-contact-hero .tw-eyebrow {
  color: #69d7e8;
}

.tw-service-hero h1 {
  max-width: 800px;
  margin: 0;
  color: #fff;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.12;
}

.tw-service-hero__lead {
  max-width: 720px;
  margin: 20px 0 0;
  color: #dfe6eb;
  font-size: 17px;
  line-height: 1.8;
}

.tw-service-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.tw-service-hero__proof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 24px;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}

.tw-service-hero__proof li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #eef4f7;
  font-size: 12px;
  font-weight: 600;
}

.tw-service-hero__proof .fa {
  color: #69d7e8;
  font-size: 15px;
}

.tw-service-signal {
  color: #fff;
  background: var(--tw-ink);
}

.tw-service-signal .container {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.tw-service-signal .container > div {
  min-width: 0;
  padding: 24px 22px;
  border-right: 1px solid rgba(255, 255, 255, 0.13);
}

.tw-service-signal .container > div:first-child {
  padding-left: 0;
}

.tw-service-signal .container > div:last-child {
  padding-right: 0;
  border-right: 0;
}

.tw-service-signal strong,
.tw-service-signal span {
  display: block;
}

.tw-service-signal strong {
  color: #fff;
  font-size: 13px;
  font-weight: 600;
}

.tw-service-signal span {
  margin-top: 4px;
  color: #aeb9c7;
  font-size: 10px;
  line-height: 1.5;
}

.tw-service-section-page,
.tw-service-process,
.tw-service-faq,
.tw-contact-page,
.tw-contact-route {
  padding: 80px 0;
}

.tw-service-section-page,
.tw-service-faq,
.tw-contact-page {
  background: #fff;
}

.tw-capability-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 40px;
}

.tw-capability-grid article {
  min-width: 0;
  padding: 26px;
  border: 1px solid var(--tw-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 32px rgba(17, 23, 34, 0.05);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.tw-capability-grid article:hover {
  border-color: rgba(10, 145, 168, 0.45);
  box-shadow: var(--tw-shadow);
  transform: translateY(-3px);
}

.tw-capability-grid article > .fa {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: 8px;
  color: #fff;
  background: var(--tw-cyan);
  font-size: 18px;
}

.tw-capability-grid article:nth-child(3n + 2) > .fa {
  background: var(--tw-red);
}

.tw-capability-grid article:nth-child(3n) > .fa {
  background: var(--tw-ink);
}

.tw-capability-grid h3 {
  margin: 20px 0 8px;
  font-size: 18px;
  font-weight: 600;
}

.tw-capability-grid p {
  margin: 0;
  color: var(--tw-muted);
  font-size: 13px;
  line-height: 1.75;
}

.tw-service-highlight {
  padding: 80px 0;
  color: #dfe6eb;
  background: var(--tw-ink);
}

.tw-service-highlight__layout {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: 76px;
  align-items: start;
}

.tw-service-highlight .tw-eyebrow,
.tw-service-cta .tw-eyebrow {
  color: #69d7e8;
}

.tw-service-highlight h2,
.tw-service-cta h2 {
  margin: 0;
  color: #fff;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.25;
}

.tw-service-highlight__layout > div:first-child > p:not(.tw-eyebrow),
.tw-service-cta__layout > div > p:last-child {
  margin: 18px 0 0;
  color: #b9c4d0;
  line-height: 1.8;
}

.tw-service-highlight .tw-text-link {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  margin-top: 24px;
  color: #fff;
  font-weight: 600;
}

.tw-service-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 28px;
}

.tw-service-list > div {
  display: grid;
  min-width: 0;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  padding: 18px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
}

.tw-service-list > div:nth-child(-n + 2) {
  border-top: 0;
  padding-top: 0;
}

.tw-service-list .fa {
  color: #69d7e8;
  font-size: 19px;
  line-height: 1.4;
  text-align: center;
}

.tw-service-list span,
.tw-service-list strong {
  display: block;
}

.tw-service-list strong {
  margin-bottom: 3px;
  color: #fff;
  font-size: 13px;
}

.tw-service-list span {
  color: #aeb9c7;
  font-size: 11px;
  line-height: 1.6;
}

.tw-service-process {
  background: var(--tw-canvas);
}

.tw-service-process__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin: 40px 0 0;
  padding: 0;
  list-style: none;
}

.tw-service-process__grid li {
  min-width: 0;
  padding: 24px;
  border-top: 3px solid var(--tw-cyan);
  border-radius: 0 0 8px 8px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(17, 23, 34, 0.05);
}

.tw-service-process__grid li:nth-child(even) {
  border-top-color: var(--tw-red);
}

.tw-service-process__grid li > span {
  display: block;
  margin-bottom: 22px;
  color: var(--tw-cyan);
  font-size: 12px;
  font-weight: 700;
}

.tw-service-process__grid li:nth-child(even) > span {
  color: var(--tw-red);
}

.tw-service-process__grid h3 {
  margin: 0 0 8px;
  font-size: 17px;
}

.tw-service-process__grid p {
  margin: 0;
  color: var(--tw-muted);
  font-size: 12px;
  line-height: 1.7;
}

.tw-service-faq__layout {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
  gap: 70px;
  align-items: start;
}

.tw-service-faq h2 {
  margin: 0;
  font-size: 34px;
  line-height: 1.25;
}

.tw-service-faq__layout > div:first-child > p:last-child {
  margin: 16px 0 0;
  color: var(--tw-muted);
  line-height: 1.8;
}

.tw-service-faq details {
  border-top: 1px solid var(--tw-line);
}

.tw-service-faq details:last-child {
  border-bottom: 1px solid var(--tw-line);
}

.tw-service-faq summary {
  display: flex;
  min-height: 64px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  color: var(--tw-ink);
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  list-style: none;
}

.tw-service-faq summary::-webkit-details-marker {
  display: none;
}

.tw-service-faq summary .fa {
  color: var(--tw-cyan);
  transition: transform 0.2s ease;
}

.tw-service-faq details[open] summary .fa {
  transform: rotate(45deg);
}

.tw-service-faq details p {
  margin: -2px 0 20px;
  padding-right: 34px;
  color: var(--tw-muted);
  font-size: 12px;
  line-height: 1.75;
}

.tw-service-cta {
  padding: 62px 0;
  color: #fff;
  background: #182233;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.tw-service-cta__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 48px;
  align-items: center;
}

.tw-service-cta h2 {
  max-width: 780px;
  font-size: 31px;
}

.tw-service-cta__layout > .tw-button {
  white-space: nowrap;
}

.tw-service-cta__layout > .tw-button .fa {
  margin-right: 8px;
}

/* SEO landing pages */
.tw-seo-hero.tw-service-hero {
  min-height: 520px;
}

.tw-seo-hero .tw-service-hero__shade {
  background: linear-gradient(90deg, rgba(7, 11, 18, 0.96) 0%, rgba(7, 11, 18, 0.84) 48%, rgba(7, 11, 18, 0.42) 100%);
}

.tw-seo-overview .tw-section-heading {
  max-width: 860px;
}

.tw-seo-investment {
  padding: 80px 0;
  background:
    linear-gradient(180deg, #f6f9fb 0%, #eef4f7 100%);
}

.tw-seo-investment .tw-section-heading {
  max-width: 780px;
  margin-bottom: 34px;
}

.tw-seo-package-grid,
.tw-seo-investment-grid,
.tw-seo-related-grid {
  display: grid;
  gap: 16px;
}

.tw-seo-package-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.tw-seo-package-card,
.tw-seo-investment-grid article {
  min-width: 0;
  padding: 25px;
  border: 1px solid var(--tw-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(17, 23, 34, 0.05);
}

.tw-seo-package-card > span,
.tw-seo-investment-grid article > span {
  display: inline-flex;
  min-height: 26px;
  align-items: center;
  padding: 0 9px;
  border-radius: 5px;
  color: var(--tw-cyan);
  background: var(--tw-cyan-soft);
  font-size: 9px;
  font-weight: 700;
  text-transform: uppercase;
}

.tw-seo-package-card:nth-child(2) > span,
.tw-seo-investment-grid article:nth-child(2) > span {
  color: #fff;
  background: var(--tw-red);
}

.tw-seo-package-card h3,
.tw-seo-investment-grid h3 {
  margin: 16px 0 8px;
  color: var(--tw-ink);
  font-size: 19px;
  font-weight: 700;
}

.tw-seo-package-card p,
.tw-seo-investment-grid p {
  margin: 0;
  color: var(--tw-muted);
  font-size: 12px;
  line-height: 1.75;
}

.tw-seo-package-features {
  display: grid;
  gap: 8px;
  margin: 17px 0 0;
  padding: 0;
  list-style: none;
}

.tw-seo-package-features li {
  display: grid;
  grid-template-columns: 16px minmax(0, 1fr);
  gap: 8px;
  color: var(--tw-ink-soft);
  font-size: 10px;
  line-height: 1.55;
}

.tw-seo-package-features .fa {
  margin-top: 3px;
  color: var(--tw-cyan);
  font-size: 10px;
}

.tw-seo-package-card > div {
  margin: 22px 0 18px;
  padding: 17px 0;
  border-top: 1px solid var(--tw-line);
  border-bottom: 1px solid var(--tw-line);
}

.tw-seo-package-card strong,
.tw-seo-package-card small,
.tw-seo-package-card em {
  display: block;
}

.tw-seo-package-card strong {
  color: var(--tw-ink);
  font-size: 27px;
  line-height: 1.2;
}

.tw-seo-package-card small {
  margin-top: 3px;
  color: var(--tw-muted);
  font-size: 10px;
  font-style: normal;
  text-transform: uppercase;
}

.tw-seo-package-card em {
  margin-top: 8px;
  color: var(--tw-cyan);
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
}

.tw-seo-package-card a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--tw-ink);
  font-size: 12px;
  font-weight: 700;
}

.tw-seo-package-card a:hover {
  color: var(--tw-red);
}

.tw-seo-investment-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.tw-seo-related {
  padding: 74px 0;
  background: #fff;
}

.tw-seo-related .tw-section-heading {
  margin-bottom: 30px;
}

.tw-seo-related-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.tw-seo-related-grid a {
  position: relative;
  display: grid;
  min-width: 0;
  min-height: 170px;
  align-content: start;
  padding: 23px;
  border: 1px solid var(--tw-line);
  border-radius: 8px;
  color: var(--tw-ink);
  background: #fff;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.tw-seo-related-grid a:hover {
  color: var(--tw-ink);
  border-color: rgba(10, 145, 168, 0.5);
  box-shadow: var(--tw-shadow);
  transform: translateY(-2px);
}

.tw-seo-related-grid span {
  color: var(--tw-cyan);
  font-size: 10px;
  font-weight: 700;
}

.tw-seo-related-grid strong {
  margin-top: 18px;
  color: var(--tw-ink);
  font-size: 17px;
  line-height: 1.35;
}

.tw-seo-related-grid small {
  margin-top: 8px;
  color: var(--tw-muted);
  font-size: 12px;
  font-weight: 400;
  line-height: 1.65;
}

.tw-seo-related-grid .fa {
  position: absolute;
  right: 22px;
  bottom: 22px;
  color: var(--tw-red);
  font-size: 12px;
}

.tw-seo-highlight .tw-text-link {
  color: #fff;
}

.tw-seo-trust-proof {
  padding: 82px 0;
  background: #fff;
}

.tw-seo-trust-proof__head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 42px;
  align-items: end;
  margin-bottom: 28px;
}

.tw-seo-trust-proof__head > div {
  max-width: 800px;
}

.tw-seo-trust-proof__head h2 {
  margin: 0;
  color: var(--tw-ink);
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.08;
}

.tw-seo-trust-proof__head p:not(.tw-eyebrow) {
  margin: 16px 0 0;
  color: var(--tw-muted);
  font-size: 15px;
  line-height: 1.75;
}

.tw-seo-trust-proof__head .tw-button {
  white-space: nowrap;
}

.tw-seo-trust-proof__head .tw-button .fa {
  margin-right: 8px;
}

.tw-seo-trust-proof__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.tw-seo-trust-proof__grid article {
  min-width: 0;
  padding: 24px;
  border: 1px solid var(--tw-line);
  border-radius: 8px;
  background: linear-gradient(180deg, #ffffff 0%, #f7fbfd 100%);
  box-shadow: 0 12px 28px rgba(17, 23, 34, 0.045);
}

.tw-seo-trust-proof__grid .fa {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  color: #fff;
  background: var(--tw-ink);
  font-size: 17px;
}

.tw-seo-trust-proof__grid article:nth-child(even) .fa {
  background: var(--tw-cyan);
}

.tw-seo-trust-proof__grid h3 {
  margin: 18px 0 9px;
  color: var(--tw-ink);
  font-size: 17px;
  line-height: 1.3;
}

.tw-seo-trust-proof__grid p {
  margin: 0;
  color: var(--tw-muted);
  font-size: 12px;
  line-height: 1.7;
}

.tw-seo-trust-proof__stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 18px;
  border: 1px solid rgba(10, 145, 168, 0.24);
  border-radius: 8px;
  background: #f4fbfd;
}

.tw-seo-trust-proof__stats > div {
  min-width: 0;
  padding: 19px 22px;
  border-right: 1px solid rgba(10, 145, 168, 0.18);
}

.tw-seo-trust-proof__stats > div:last-child {
  border-right: 0;
}

.tw-seo-trust-proof__stats strong,
.tw-seo-trust-proof__stats span {
  display: block;
}

.tw-seo-trust-proof__stats strong {
  color: var(--tw-ink);
  font-size: 24px;
  line-height: 1.1;
}

.tw-seo-trust-proof__stats span {
  margin-top: 5px;
  color: var(--tw-muted);
  font-size: 11px;
  line-height: 1.45;
}

.tw-seo-signal .container::before,
.tw-seo-signal .container::after,
.tw-seo-package-grid::before,
.tw-seo-package-grid::after,
.tw-seo-investment-grid::before,
.tw-seo-investment-grid::after,
.tw-seo-related-grid::before,
.tw-seo-related-grid::after {
  display: none;
  content: none;
}

/* Contact page */
.tw-contact-hero {
  position: relative;
  display: flex;
  min-height: 400px;
  align-items: center;
  overflow: hidden;
  color: #fff;
  background: #0b1018;
}

.tw-contact-hero > img {
  object-position: 62% center;
}

.tw-contact-hero__shade {
  background: linear-gradient(90deg, rgba(7, 11, 18, 0.97) 0%, rgba(7, 11, 18, 0.84) 52%, rgba(7, 11, 18, 0.46) 100%);
}

.tw-contact-hero__content {
  position: relative;
  z-index: 1;
  padding-top: 60px;
  padding-bottom: 60px;
}

.tw-contact-hero h1 {
  max-width: 780px;
  margin: 0;
  color: #fff;
  font-size: 45px;
  line-height: 1.18;
}

.tw-contact-hero__content > p:not(.tw-eyebrow) {
  max-width: 720px;
  margin: 18px 0 0;
  color: #dfe6eb;
  font-size: 16px;
  line-height: 1.75;
}

.tw-contact-hero ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.tw-contact-hero li {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  color: #eef4f7;
  font-size: 11px;
  font-weight: 600;
}

.tw-contact-hero li .fa {
  color: #69d7e8;
}

.tw-contact-page__layout {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
  gap: 70px;
  align-items: start;
}

.tw-contact-page__info,
.tw-contact-form-card {
  min-width: 0;
}

.tw-contact-page__info h2,
.tw-contact-form-card h2,
.tw-contact-route h2 {
  margin: 0;
  font-size: 31px;
  line-height: 1.3;
}

.tw-contact-page__info > p:not(.tw-eyebrow),
.tw-contact-form-card > p:not(.tw-eyebrow),
.tw-contact-route p {
  margin: 14px 0 0;
  color: var(--tw-muted);
  line-height: 1.75;
}

.tw-contact-channels {
  margin-top: 28px;
  border-top: 1px solid var(--tw-line);
}

.tw-contact-channels > a {
  display: grid;
  min-width: 0;
  grid-template-columns: 42px minmax(0, 1fr) 18px;
  gap: 12px;
  align-items: center;
  padding: 18px 0;
  border-bottom: 1px solid var(--tw-line);
  color: var(--tw-ink);
}

.tw-contact-channels > a:hover {
  color: var(--tw-cyan);
  text-decoration: none;
}

.tw-contact-channels > a > .fa:first-child {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 8px;
  color: #fff;
  background: var(--tw-cyan);
  font-size: 17px;
}

.tw-contact-channels > a:nth-child(2) > .fa:first-child {
  background: var(--tw-red);
}

.tw-contact-channels > a:nth-child(3) > .fa:first-child {
  background: var(--tw-ink);
}

.tw-contact-channels span,
.tw-contact-channels small,
.tw-contact-channels strong {
  display: block;
  min-width: 0;
}

.tw-contact-channels small {
  color: var(--tw-muted);
  font-size: 10px;
  font-weight: 500;
}

.tw-contact-channels strong {
  overflow-wrap: anywhere;
  font-size: 12px;
  font-weight: 600;
}

.tw-contact-channels > a > .fa:last-child {
  color: #9aa6b4;
  font-size: 11px;
}

.tw-contact-expectation {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 12px;
  margin-top: 26px;
  padding: 20px;
  border-left: 3px solid var(--tw-cyan);
  background: var(--tw-cyan-soft);
}

.tw-contact-expectation > .fa {
  color: var(--tw-cyan);
  font-size: 22px;
  line-height: 1.3;
  text-align: center;
}

.tw-contact-expectation strong {
  color: var(--tw-ink);
  font-size: 12px;
}

.tw-contact-expectation p {
  margin: 4px 0 0;
  color: var(--tw-muted);
  font-size: 11px;
  line-height: 1.65;
}

.tw-contact-business {
  margin-top: 26px;
}

.tw-contact-business > div {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  gap: 10px;
  margin-top: 14px;
  color: var(--tw-ink-soft);
  font-size: 11px;
}

.tw-contact-business > div > .fa {
  color: var(--tw-cyan);
  line-height: 1.7;
  text-align: center;
}

.tw-contact-business span,
.tw-contact-business small {
  display: block;
}

.tw-contact-business small {
  margin-bottom: 3px;
  color: var(--tw-muted);
  font-size: 9px;
  font-weight: 600;
  text-transform: uppercase;
}

.tw-contact-business > p {
  margin: 14px 0 0;
  color: var(--tw-muted);
  font-size: 11px;
}

.tw-contact-form-card {
  padding: 34px;
  border: 1px solid var(--tw-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--tw-shadow);
}

.tw-contact-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin-top: 28px;
}

.tw-contact-form__field {
  min-width: 0;
}

.tw-contact-form__field--full,
.tw-contact-form__captcha,
.tw-contact-form__submit {
  grid-column: 1 / -1;
}

.tw-contact-form label {
  display: block;
  margin-bottom: 7px;
  color: var(--tw-ink);
  font-size: 11px;
  font-weight: 600;
}

.tw-contact-form input,
.tw-contact-form select,
.tw-contact-form textarea {
  width: 100%;
  border: 1px solid #cfd8e0;
  border-radius: 6px;
  color: var(--tw-ink);
  background: #fbfcfd;
  box-shadow: none;
  font-family: inherit;
  font-size: 13px;
}

.tw-contact-form input,
.tw-contact-form select {
  height: 48px;
  padding: 0 14px;
}

.tw-contact-form select {
  padding-right: 40px;
  appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, #596878 50%),
    linear-gradient(135deg, #596878 50%, transparent 50%);
  background-position:
    calc(100% - 18px) 20px,
    calc(100% - 12px) 20px;
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
}

.tw-contact-form textarea {
  min-height: 170px;
  padding: 13px 14px;
  line-height: 1.65;
  resize: vertical;
}

.tw-contact-form input:focus,
.tw-contact-form select:focus,
.tw-contact-form textarea:focus {
  border-color: var(--tw-cyan);
  background: #fff;
}

.tw-contact-form__field.has-error input,
.tw-contact-form__field.has-error select,
.tw-contact-form__field.has-error textarea {
  border-color: var(--tw-red);
}

.tw-field-error {
  margin-top: 6px;
  color: var(--tw-red-dark);
  font-size: 10px;
  font-weight: 600;
}

.tw-contact-form__hint {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-top: 6px;
  color: #8793a2;
  font-size: 9px;
}

.tw-contact-form__captcha .form-group {
  margin-right: 0;
  margin-left: 0;
}

.tw-contact-form__captcha fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.tw-contact-form__captcha legend {
  margin-bottom: 10px;
  border: 0;
  color: var(--tw-ink);
  font-size: 12px;
  font-weight: 700;
}

.tw-contact-form__captcha .form-group,
.tw-contact-form__captcha .col-sm-2,
.tw-contact-form__captcha .col-sm-10 {
  width: 100%;
  min-width: 0;
  margin: 0;
  padding: 0;
  float: none;
}

.tw-contact-form__captcha .control-label {
  margin-bottom: 10px;
  text-align: left;
}

.tw-contact-form__captcha .g-recaptcha {
  max-width: 304px;
  transform-origin: left top;
}

.tw-contact-form__submit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding-top: 4px;
}

.tw-contact-form__submit p {
  max-width: 360px;
  margin: 0;
  color: var(--tw-muted);
  font-size: 10px;
  line-height: 1.55;
}

.tw-contact-form__submit p .fa {
  margin-right: 6px;
  color: var(--tw-cyan);
}

.tw-contact-form__submit .tw-button {
  border: 0;
}

.tw-contact-form__submit .tw-button .fa {
  margin-right: 8px;
}

.tw-contact-route {
  background: var(--tw-canvas);
}

.tw-contact-route .container {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 48px;
  align-items: center;
}

.tw-contact-route h2 {
  max-width: 800px;
}

.tw-contact-route p {
  max-width: 760px;
}

.tw-contact-route .tw-text-link {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  white-space: nowrap;
  font-weight: 600;
}

/* Bootstrap's clearfix pseudo-elements otherwise become extra grid items. */
.tw-service-signal .container::before,
.tw-service-signal .container::after,
.tw-service-highlight__layout::before,
.tw-service-highlight__layout::after,
.tw-service-process__grid::before,
.tw-service-process__grid::after,
.tw-service-faq__layout::before,
.tw-service-faq__layout::after,
.tw-service-cta__layout::before,
.tw-service-cta__layout::after,
.tw-contact-page__layout::before,
.tw-contact-page__layout::after,
.tw-contact-route .container::before,
.tw-contact-route .container::after,
.kwd-value-strip .container::before,
.kwd-value-strip .container::after {
  display: none;
  content: none;
}

@media (max-width: 991px) {
  .tw-service-signal .container,
  .tw-service-process__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tw-service-signal .container > div:nth-child(2) {
    border-right: 0;
  }

  .tw-capability-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tw-seo-package-grid,
  .tw-seo-investment-grid,
  .tw-seo-related-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tw-seo-trust-proof__head {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .tw-seo-trust-proof__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tw-service-highlight__layout,
  .tw-service-faq__layout,
  .tw-contact-page__layout {
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .tw-contact-page__info {
    max-width: 720px;
  }
}

@media (max-width: 767px) {
  .tw-service-hero {
    min-height: 470px;
  }

  .tw-service-hero > img,
  .tw-contact-hero > img {
    object-position: 68% center;
  }

  .tw-service-hero__shade,
  .tw-contact-hero__shade {
    background: rgba(7, 11, 18, 0.82);
  }

  .tw-service-hero__content {
    padding-top: 52px;
    padding-bottom: 52px;
  }

  .tw-service-hero h1 {
    font-size: 34px;
  }

  .tw-service-hero__lead {
    font-size: 14px;
  }

  .tw-service-section-page,
  .tw-service-highlight,
  .tw-service-process,
  .tw-service-faq,
  .tw-seo-trust-proof,
  .tw-seo-investment,
  .tw-seo-related,
  .tw-contact-page,
  .tw-contact-route {
    padding: 56px 0;
  }

  .tw-capability-grid {
    grid-template-columns: 1fr;
  }

  .tw-seo-package-grid,
  .tw-seo-investment-grid,
  .tw-seo-related-grid,
  .tw-seo-trust-proof__grid {
    grid-template-columns: 1fr;
  }

  .tw-seo-trust-proof__head {
    gap: 22px;
  }

  .tw-seo-trust-proof__head h2 {
    font-size: 27px;
  }

  .tw-seo-trust-proof__head .tw-button {
    width: 100%;
    justify-content: center;
    white-space: normal;
  }

  .tw-seo-trust-proof__stats {
    grid-template-columns: 1fr;
  }

  .tw-seo-trust-proof__stats > div {
    border-right: 0;
    border-bottom: 1px solid rgba(10, 145, 168, 0.18);
  }

  .tw-seo-trust-proof__stats > div:last-child {
    border-bottom: 0;
  }

  .tw-capability-grid article {
    padding: 22px;
  }

  .tw-service-list {
    grid-template-columns: 1fr;
  }

  .tw-service-list > div:nth-child(2) {
    padding-top: 18px;
    border-top: 1px solid rgba(255, 255, 255, 0.13);
  }

  .tw-service-highlight h2,
  .tw-service-faq h2,
  .tw-service-cta h2 {
    font-size: 27px;
  }

  .tw-service-cta__layout,
  .tw-contact-route .container {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .tw-service-cta__layout > .tw-button {
    width: max-content;
    max-width: 100%;
    white-space: normal;
  }

  .tw-contact-hero {
    min-height: 390px;
  }

  .tw-contact-hero__content {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .tw-contact-hero h1 {
    font-size: 33px;
  }

  .tw-contact-hero__content > p:not(.tw-eyebrow) {
    font-size: 14px;
  }

  .tw-contact-hero ul {
    display: grid;
    grid-template-columns: 1fr;
  }

  .tw-contact-form-card {
    padding: 24px;
  }

  .tw-contact-form {
    grid-template-columns: minmax(0, 1fr);
  }

  .tw-contact-form__field--full,
  .tw-contact-form__captcha,
  .tw-contact-form__submit {
    grid-column: auto;
  }

  .tw-contact-form__submit {
    align-items: stretch;
    flex-direction: column;
  }

  .tw-contact-form__submit .tw-button {
    width: 100%;
  }

  .tw-contact-form__captcha .g-recaptcha {
    height: 78px;
  }

  .tw-contact-route .tw-text-link {
    white-space: normal;
  }
}

@media (max-width: 360px) {
  .tw-contact-form__captcha {
    overflow: hidden;
  }

  .tw-contact-form__captcha .g-recaptcha {
    width: 304px;
    height: 64px;
    transform: scale(0.82);
  }
}

@media (max-width: 520px) {
  .tw-service-hero__actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .tw-service-hero__actions .tw-button {
    width: 100%;
  }

  .tw-service-hero__proof {
    display: grid;
    grid-template-columns: 1fr;
  }

  .tw-seo-package-card,
  .tw-seo-investment-grid article,
  .tw-seo-related-grid a {
    padding: 20px;
  }

  .tw-service-signal .container {
    grid-template-columns: 1fr;
  }

  .tw-service-signal .container > div {
    padding: 16px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.13);
  }

  .tw-service-signal .container > div:last-child {
    border-bottom: 0;
  }

  .tw-service-process__grid {
    grid-template-columns: 1fr;
  }

  .tw-contact-page__info h2,
  .tw-contact-form-card h2,
  .tw-contact-route h2 {
    font-size: 26px;
  }

  .tw-contact-form-card {
    padding: 20px;
  }

  .tw-contact-channels > a {
    grid-template-columns: 40px minmax(0, 1fr);
  }

  .tw-contact-channels > a > .fa:last-child {
    display: none;
  }
}

/* Homepage signature layout */
.tw-home-hero--signature {
  min-height: 540px;
  background: #090d13;
}

.tw-home-hero--signature .tw-home-hero__media {
  object-position: center center;
}

.tw-home-hero--signature .tw-home-hero__shade {
  background: rgba(5, 8, 13, 0.46);
}

.tw-home-hero--signature .tw-home-hero__content {
  padding-top: 70px;
  padding-bottom: 70px;
}

.tw-home-hero--signature h1 {
  max-width: 660px;
  font-size: 54px;
  line-height: 1.08;
  text-shadow: 0 4px 24px rgba(0, 0, 0, 0.58);
}

.tw-home-hero--signature .tw-home-hero__lead {
  max-width: 610px;
  color: #edf2f5;
  font-size: 16px;
}

.tw-home-hero--signature .tw-eyebrow {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  align-items: center;
}

.tw-home-hero__status {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #53d1c1;
  box-shadow: 0 0 0 5px rgba(83, 209, 193, 0.13);
}

.tw-home-proofbar {
  color: var(--tw-ink);
  background: #fff;
  border-bottom: 1px solid var(--tw-line);
}

.tw-home-proofbar__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.tw-home-proofbar__grid > div {
  display: grid;
  min-width: 0;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  padding: 22px 20px;
  border-right: 1px solid var(--tw-line);
}

.tw-home-proofbar__grid > div:first-child {
  padding-left: 0;
}

.tw-home-proofbar__grid > div:last-child {
  padding-right: 0;
  border-right: 0;
}

.tw-home-proofbar__grid .fa {
  color: var(--tw-cyan);
  font-size: 20px;
  text-align: center;
}

.tw-home-proofbar__grid > div:nth-child(even) .fa {
  color: var(--tw-red);
}

.tw-home-proofbar__grid span,
.tw-home-proofbar__grid strong,
.tw-home-proofbar__grid small {
  display: block;
  min-width: 0;
}

.tw-home-proofbar__grid strong {
  color: var(--tw-ink);
  font-size: 12px;
}

.tw-home-proofbar__grid small {
  margin-top: 2px;
  color: var(--tw-muted);
  font-size: 9px;
  line-height: 1.45;
}

.tw-home-intro {
  padding: 74px 0;
  background: #fff;
}

.tw-home-intro__layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 90px;
  align-items: end;
}

.tw-home-intro h2 {
  max-width: 560px;
  margin: 0;
  color: var(--tw-ink);
  font-size: 38px;
  font-weight: 700;
  line-height: 1.2;
}

.tw-home-intro__layout > div:last-child > p {
  margin: 0;
  color: var(--tw-muted);
  font-size: 15px;
  line-height: 1.8;
}

.tw-home-intro .tw-text-link {
  margin-top: 18px;
}

.tw-service-section {
  padding-top: 84px;
  padding-bottom: 84px;
  background: var(--tw-canvas);
}

.tw-service-section__heading {
  max-width: 720px;
  margin-bottom: 36px;
}

.tw-service-grid--signature {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 18px;
}

.tw-service-grid--signature .tw-service-card {
  position: relative;
  overflow: hidden;
}

.tw-service-card--featured {
  min-height: 318px;
  grid-column: span 3;
  padding: 30px;
  border-color: #253245;
  color: #fff;
  background: #151e2b;
}

.tw-service-card--featured:hover {
  border-color: rgba(105, 215, 232, 0.7);
  box-shadow: 0 18px 42px rgba(17, 23, 34, 0.18);
}

.tw-service-card--featured::after {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 3px;
  background: var(--tw-cyan);
  content: "";
}

.tw-service-card--software::after {
  background: var(--tw-red);
}

.tw-service-card--featured > .fa {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(10, 145, 168, 0.34);
}

.tw-service-card--software > .fa {
  background: rgba(215, 37, 45, 0.34);
}

.tw-service-card--featured h3 {
  color: #fff;
  font-size: 22px;
}

.tw-service-card--featured p {
  max-width: 510px;
  color: #bdc8d3;
}

.tw-service-card--featured ul {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 4px 0 24px;
  padding: 0;
  list-style: none;
}

.tw-service-card--featured li {
  padding-top: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
  color: #e7edf1;
  font-size: 9px;
  line-height: 1.5;
}

.tw-service-card--featured a {
  color: #fff;
}

.tw-service-card--featured a:hover {
  color: #69d7e8;
}

.tw-service-card--support {
  min-height: 252px;
  grid-column: span 2;
}

.tw-service-card__index {
  position: absolute;
  top: 24px;
  right: 24px;
  color: #8e9bab;
  font-size: 9px;
  font-weight: 700;
  text-transform: uppercase;
}

.tw-service-card--featured .tw-service-card__index {
  top: 28px;
  right: 30px;
  color: #8fa0b3;
}

.tw-process-layout,
.tw-trust-layout,
.tw-contact-layout {
  align-items: center;
}

.tw-trust-layout {
  gap: 64px;
}

.tw-contact-layout {
  gap: 64px;
}

/* Bootstrap clearfix nodes must not become invisible grid columns. */
.tw-home-proofbar__grid::before,
.tw-home-proofbar__grid::after,
.tw-home-intro__layout::before,
.tw-home-intro__layout::after,
.tw-utility-inner::before,
.tw-utility-inner::after,
.tw-header-inner::before,
.tw-header-inner::after,
.tw-process-layout::before,
.tw-process-layout::after,
.tw-trust-layout::before,
.tw-trust-layout::after,
.tw-contact-layout::before,
.tw-contact-layout::after {
  display: none;
  content: none;
}

@media (max-width: 991px) {
  .tw-header-inner {
    transform: translateZ(0);
    backface-visibility: hidden;
  }

  .tw-header-actions,
  .header-menus {
    visibility: visible;
    opacity: 1;
    backface-visibility: hidden;
  }

  .tw-header-actions {
    display: flex !important;
  }

  .tw-home-hero--signature h1 {
    max-width: 600px;
    font-size: 46px;
  }

  .tw-home-proofbar__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tw-home-proofbar__grid > div:nth-child(2) {
    border-right: 0;
  }

  .tw-home-proofbar__grid > div:nth-child(-n + 2) {
    border-bottom: 1px solid var(--tw-line);
  }

  .tw-home-intro__layout {
    grid-template-columns: 1fr;
    gap: 24px;
    align-items: start;
  }

  .tw-service-grid--signature {
    grid-template-columns: 1fr;
  }

  .tw-service-card--featured,
  .tw-service-card--support {
    grid-column: auto;
  }

  .tw-service-card--featured,
  .tw-service-card--support {
    min-height: 0;
  }
}

@media (max-width: 767px) {
  .tw-home-hero--signature {
    min-height: 500px;
  }

  .tw-home-hero--signature .tw-home-hero__media {
    object-position: 66% center;
  }

  .tw-home-hero--signature .tw-home-hero__shade {
    background: rgba(5, 8, 13, 0.68);
  }

  .tw-home-hero--signature .tw-home-hero__content {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .tw-home-hero--signature h1 {
    max-width: 100%;
    font-size: 35px;
    line-height: 1.12;
  }

  .tw-home-hero--signature .tw-home-hero__lead {
    max-width: 100%;
    font-size: 14px;
    line-height: 1.7;
  }

  .tw-home-intro,
  .tw-service-section {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .tw-home-intro h2 {
    font-size: 29px;
  }

  .tw-service-card--featured,
  .tw-service-card--support {
    padding: 22px;
  }

  .tw-service-card--featured ul {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .tw-service-card--featured li {
    padding-top: 7px;
  }

  .tw-service-card--featured .tw-service-card__index,
  .tw-service-card__index {
    top: 20px;
    right: 20px;
  }
}

@media (max-width: 430px) {
  .tw-home-proofbar__grid > div {
    grid-template-columns: 30px minmax(0, 1fr);
    gap: 8px;
    padding: 15px 10px;
  }

  .tw-home-proofbar__grid > div:nth-child(odd) {
    padding-left: 0;
  }

  .tw-home-proofbar__grid > div:nth-child(even) {
    padding-right: 0;
  }

  .tw-home-proofbar__grid .fa {
    font-size: 16px;
  }

  .tw-home-proofbar__grid strong {
    font-size: 10px;
  }

  .tw-home-proofbar__grid small {
    font-size: 8px;
  }

  .tw-home-hero--signature .tw-home-hero__actions {
    grid-template-columns: 1fr;
  }
}

/* Homepage lower-section refinement */
.tw-home-process {
  position: relative;
  border-top: 1px solid var(--tw-line);
}

.tw-home-process .tw-section-heading {
  position: relative;
  padding-left: 24px;
}

.tw-home-process .tw-section-heading::before {
  position: absolute;
  top: 4px;
  bottom: 4px;
  left: 0;
  width: 3px;
  background: var(--tw-cyan);
  content: "";
}

.tw-home-process .tw-process-list {
  gap: 10px;
}

.tw-home-process .tw-process-list li {
  position: relative;
  box-shadow: 0 10px 28px rgba(17, 23, 34, 0.04);
}

.tw-home-process .tw-process-list li:nth-child(even) > span {
  background: var(--tw-red);
}

.tw-home-trust {
  position: relative;
  border-top: 3px solid var(--tw-cyan);
}

.tw-home-trust::after {
  position: absolute;
  top: -3px;
  right: 0;
  width: 34%;
  height: 3px;
  background: var(--tw-red);
  content: "";
}

.tw-home-trust .tw-trust-panel {
  border-left: 3px solid var(--tw-red);
  box-shadow: 0 24px 56px rgba(4, 8, 13, 0.22);
}

.tw-home-faq .container {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
  gap: 64px;
  align-items: start;
}

.tw-home-faq .container::before,
.tw-home-faq .container::after {
  display: none;
  content: none;
}

.tw-home-faq .tw-home-faq__heading {
  max-width: 430px;
  margin: 0;
}

.tw-home-faq .tw-faq-grid {
  grid-template-columns: 1fr;
  gap: 10px;
}

.tw-home-contact {
  position: relative;
  overflow: hidden;
  background: #111722;
  border-top: 1px solid #2b3544;
}

.tw-home-contact::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 3px;
  background: var(--tw-red);
  content: "";
}

.tw-home-contact .tw-eyebrow {
  color: #69d7e8;
}

.tw-home-contact h2 {
  max-width: 650px;
}

.tw-home-contact p {
  max-width: 680px;
  color: #bdc7d2;
}

.tw-home-contact .tw-contact-actions > a {
  border-color: #344154;
  background: #1a2331;
  transition: transform 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
}

.tw-home-contact .tw-contact-actions > a:hover {
  border-color: rgba(105, 215, 232, 0.72);
  background: #202c3c;
  transform: translateY(-2px);
}

.tw-home-contact .tw-contact-actions > a:nth-child(1) > .fa {
  color: #53d1c1;
}

.tw-home-contact .tw-contact-actions > a:nth-child(2) > .fa {
  color: #ef5660;
}

.tw-home-contact .tw-contact-actions > a:nth-child(3) > .fa {
  color: #69d7e8;
}

@media (max-width: 991px) {
  .tw-home-faq .container {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .tw-home-faq .tw-home-faq__heading {
    max-width: 680px;
  }
}

@media (max-width: 767px) {
  .tw-home-process .tw-section-heading {
    padding-left: 18px;
  }

  .tw-home-faq .container {
    gap: 22px;
  }
}

/* Corporate package flow and decision area */
.kwd-purchase-flow {
  position: relative;
  overflow: hidden;
  border-top: 1px solid var(--tw-line);
  border-bottom: 1px solid var(--tw-line);
  background: #f4f7f9;
}

.kwd-purchase-flow::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 4px;
  background: var(--tw-cyan);
  content: "";
}

.kwd-purchase-flow__layout {
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
  gap: 72px;
  align-items: center;
}

.kwd-purchase-flow__layout::before,
.kwd-purchase-flow__layout::after,
.kwd-contact__layout::before,
.kwd-contact__layout::after {
  display: none;
  content: none;
}

.kwd-purchase-flow__copy {
  position: relative;
  padding-left: 24px;
}

.kwd-purchase-flow__copy::before {
  position: absolute;
  top: 3px;
  bottom: 3px;
  left: 0;
  width: 3px;
  background: var(--tw-red);
  content: "";
}

.kwd-purchase-flow h2 {
  font-size: 35px;
  line-height: 1.24;
}

.kwd-purchase-flow__steps {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0 !important;
  border-top: 1px solid #ccd6df;
  border-bottom: 1px solid #ccd6df;
}

.kwd-purchase-flow__steps li {
  display: block;
  min-width: 0;
  min-height: 230px;
  padding: 28px 24px 24px;
  border: 0;
  border-left: 1px solid #ccd6df;
  border-radius: 0;
  background: transparent;
}

.kwd-purchase-flow__steps li:first-child {
  border-left: 0;
}

.kwd-purchase-flow__steps li > span {
  width: 46px;
  height: 46px;
  border-radius: 8px;
  box-shadow: 0 8px 22px rgba(10, 145, 168, 0.18);
}

.kwd-purchase-flow__steps li:nth-child(2) > span {
  background: var(--tw-red);
  box-shadow: 0 8px 22px rgba(215, 37, 45, 0.16);
}

.kwd-purchase-flow__steps li strong {
  margin: 22px 0 7px;
  font-size: 14px;
}

.kwd-purchase-flow__steps li p {
  font-size: 11px;
  line-height: 1.75;
}

.kwd-contact {
  position: relative;
  overflow: hidden;
  color: #fff;
  background: #111722;
  border-top: 1px solid #2b3544;
}

.kwd-contact::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 3px;
  background: var(--tw-red);
  content: "";
}

.kwd-contact__layout {
  grid-template-columns: minmax(0, 1fr) minmax(420px, 0.82fr);
  gap: 70px;
}

.kwd-contact h2 {
  max-width: 680px;
  color: #fff;
  font-size: 35px;
  line-height: 1.24;
}

.kwd-contact__layout > div > p:last-child {
  max-width: 680px;
  color: #bdc7d2;
}

.kwd-contact .tw-eyebrow {
  color: #69d7e8;
}

.kwd-contact__actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.kwd-contact__actions a {
  display: grid;
  min-width: 0;
  min-height: 82px;
  grid-template-columns: 38px minmax(0, 1fr) 14px;
  gap: 12px;
  justify-content: initial;
  padding: 16px;
  border-color: #344154;
  border-radius: 8px;
  color: #fff;
  background: #1a2331;
  transition: transform 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
}

.kwd-contact__actions a:hover {
  color: #fff;
  border-color: rgba(105, 215, 232, 0.72);
  background: #202c3c;
  transform: translateY(-2px);
}

.kwd-contact__actions a > .fa:first-child {
  display: flex;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 7px;
  color: #53d1c1;
  background: rgba(83, 209, 193, 0.08);
  font-size: 18px;
}

.kwd-contact__actions a:nth-child(2) > .fa:first-child {
  color: #69d7e8;
  background: rgba(105, 215, 232, 0.08);
}

.kwd-contact__actions span,
.kwd-contact__actions small,
.kwd-contact__actions strong {
  display: block;
  min-width: 0;
}

.kwd-contact__actions small {
  margin-bottom: 3px;
  color: #97a6b8;
  font-size: 9px;
  font-weight: 600;
}

.kwd-contact__actions strong {
  color: #fff;
  font-size: 12px;
  line-height: 1.35;
}

.kwd-contact__actions .fa-arrow-right {
  color: #7f8b9a;
  font-size: 11px;
}

@media (max-width: 991px) {
  .kwd-purchase-flow__layout,
  .kwd-contact__layout {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .kwd-contact__actions {
    max-width: 720px;
  }
}

@media (max-width: 767px) {
  .kwd-purchase-flow__copy {
    padding-left: 18px;
  }

  .kwd-purchase-flow h2,
  .kwd-contact h2 {
    font-size: 28px;
  }

  .kwd-purchase-flow__steps {
    grid-template-columns: 1fr;
  }

  .kwd-purchase-flow__steps li {
    display: grid;
    min-height: 0;
    grid-template-columns: 50px minmax(0, 1fr);
    gap: 14px;
    padding: 20px 0;
    border-top: 1px solid #ccd6df;
    border-left: 0;
  }

  .kwd-purchase-flow__steps li:first-child {
    border-top: 0;
  }

  .kwd-purchase-flow__steps li strong {
    margin: 1px 0 5px;
  }

  .kwd-contact__actions {
    grid-template-columns: 1fr;
  }
}

/* Header action isolation and logo sizing */
.tw-header-inner {
  min-height: 88px;
}

.tw-brand,
#logo.tw-brand {
  flex: 0 0 140px;
  width: 140px;
}

.tw-brand a {
  width: 140px;
  height: 72px;
  justify-content: flex-start;
}

.tw-brand-logo,
#logo .tw-brand-logo {
  width: 140px;
  height: 72px;
  object-fit: contain;
  object-position: left center;
}

.tw-header-actions,
.tw-header-cart,
.tw-header-cart #cart,
.tw-header-cart #cart > button,
.tw-header-icon,
.tw-header-quote {
  flex-shrink: 0;
}

.tw-header-cart,
.tw-header-cart #cart {
  display: block;
  width: 40px;
  height: 40px;
}

.tw-header-cart #cart {
  top: auto !important;
  right: auto !important;
  left: auto !important;
}

.tw-header-cart #cart > button.dropdown-toggle::after {
  display: none !important;
  margin: 0 !important;
  content: none !important;
}

.tw-header-quote {
  margin-left: 2px;
  white-space: nowrap;
}

@media (max-width: 1100px) {
  .tw-header-quote {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .tw-header-inner {
    min-height: 78px;
    gap: 7px;
  }

  .tw-brand,
  #logo.tw-brand {
    flex-basis: 108px;
    width: 108px;
    margin-right: auto;
  }

  .tw-brand a,
  .tw-brand-logo,
  #logo .tw-brand-logo {
    width: 108px;
    height: 60px;
  }

  .tw-header-actions {
    gap: 6px;
  }

  .header-menus {
    flex: 0 0 auto;
  }
}

@media (max-width: 430px) {
  .tw-header-inner {
    min-height: 74px;
    gap: 5px;
  }

  .tw-brand,
  #logo.tw-brand {
    flex-basis: 94px;
    width: 94px;
  }

  .tw-brand a,
  .tw-brand-logo,
  #logo .tw-brand-logo {
    width: 94px;
    height: 56px;
  }

  .tw-header-actions {
    gap: 5px;
  }
}

@media (max-width: 360px) {
  .tw-brand,
  #logo.tw-brand {
    flex-basis: 86px;
    width: 86px;
  }

  .tw-brand a,
  .tw-brand-logo,
  #logo .tw-brand-logo {
    width: 86px;
    height: 52px;
  }

  .tw-header-icon,
  .tw-header-cart,
  .tw-header-cart #cart,
  .tw-header-cart #cart > button,
  #menu .navbar-toggle {
    width: 36px;
    height: 36px;
  }
}

/* Keep the mobile menu palette stable during Bootstrap's collapse animation. */
@media (max-width: 991px) {
  #menu .navbar-collapse,
  #menu .navbar-collapse.collapsing,
  #menu .navbar-collapse.collapse,
  #menu .navbar-collapse.collapse.in {
    position: absolute !important;
    top: 100% !important;
    right: 0 !important;
    left: 0 !important;
    width: 100% !important;
    max-height: calc(100vh - 78px);
    margin: 0 !important;
    padding: 10px 20px 18px !important;
    overflow-x: hidden !important;
    border-top: 1px solid var(--tw-line) !important;
    border-bottom: 1px solid var(--tw-line) !important;
    color: var(--tw-ink) !important;
    background: #fff !important;
    box-shadow: 0 18px 28px rgba(17, 23, 34, 0.12) !important;
  }

  #menu .navbar-collapse.collapsing {
    display: block !important;
    overflow-y: hidden !important;
    transition: height 0.22s ease !important;
  }

  #menu .navbar-collapse.collapsing .navbar-nav,
  #menu .navbar-collapse.collapse.in .navbar-nav {
    color: var(--tw-ink) !important;
    background: transparent !important;
  }

  #menu .navbar-collapse.collapsing .navbar-nav > li > a,
  #menu .navbar-collapse.collapse.in .navbar-nav > li > a {
    color: var(--tw-ink) !important;
    background: transparent !important;
  }
}

/* Customer access, cart and footer v2 */
.tw-account-page,
.tw-cart-page {
  min-height: 620px;
  padding: 0 0 84px;
  color: var(--tw-ink);
  background: #f4f7f9;
}

.tw-page-breadcrumb {
  padding: 18px 0;
}

.tw-page-breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.tw-page-breadcrumb li {
  display: inline-flex;
  align-items: center;
  color: var(--tw-muted);
  font-size: 10px;
}

.tw-page-breadcrumb li + li::before {
  margin-right: 7px;
  color: #a7b3c0;
  content: "/";
}

.tw-page-breadcrumb a {
  color: var(--tw-muted);
}

.tw-page-breadcrumb a:hover {
  color: var(--tw-cyan);
}

.tw-notice {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  margin: 0 0 18px;
  padding: 13px 15px;
  border: 1px solid var(--tw-line);
  border-radius: 7px;
  color: var(--tw-ink-soft);
  background: #fff;
  font-size: 12px;
  line-height: 1.6;
}

.tw-notice > .fa {
  font-size: 16px;
  text-align: center;
}

.tw-notice button {
  display: inline-flex;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  color: var(--tw-muted);
  background: transparent;
}

.tw-notice--success {
  border-color: rgba(32, 153, 114, 0.3);
  background: #f1fbf7;
}

.tw-notice--success > .fa {
  color: #209972;
}

.tw-notice--error {
  border-color: rgba(215, 37, 45, 0.3);
  background: #fff5f5;
}

.tw-notice--error > .fa {
  color: var(--tw-red);
}

.tw-notice--info {
  border-color: rgba(10, 145, 168, 0.3);
  background: #f1fafc;
}

.tw-notice--info > .fa {
  color: var(--tw-cyan);
}

.tw-auth-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(440px, 1.08fr);
  gap: 84px;
  align-items: center;
  padding: 44px 0 18px;
}

.tw-auth-intro {
  max-width: 550px;
}

.tw-auth-intro h2 {
  margin: 0;
  color: var(--tw-ink);
  font-size: 38px;
  font-weight: 700;
  line-height: 1.2;
}

.tw-auth-intro > p:not(.tw-eyebrow) {
  margin: 18px 0 0;
  color: var(--tw-muted);
  font-size: 14px;
  line-height: 1.8;
}

.tw-auth-intro > ul {
  display: grid;
  gap: 13px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.tw-auth-intro > ul li {
  display: flex;
  gap: 11px;
  align-items: flex-start;
  color: var(--tw-ink-soft);
  font-size: 12px;
  line-height: 1.6;
}

.tw-auth-intro > ul .fa {
  display: inline-flex;
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  align-items: center;
  justify-content: center;
  margin-top: 1px;
  border-radius: 50%;
  color: #fff;
  background: var(--tw-cyan);
  font-size: 9px;
}

.tw-auth-register {
  display: flex;
  flex-wrap: wrap;
  gap: 9px 18px;
  align-items: center;
  margin-top: 34px;
  padding-top: 22px;
  border-top: 1px solid var(--tw-line);
  color: var(--tw-muted);
  font-size: 12px;
}

.tw-auth-register a {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  color: var(--tw-ink);
  font-weight: 700;
}

.tw-auth-panel {
  width: 100%;
  padding: 34px;
  border: 1px solid var(--tw-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 22px 54px rgba(17, 23, 34, 0.08);
}

.tw-auth-panel__head {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
}

.tw-auth-panel__icon {
  display: inline-flex;
  width: 54px;
  height: 54px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(10, 145, 168, 0.2);
  border-radius: 8px;
  color: var(--tw-cyan);
  background: var(--tw-cyan-soft);
  font-size: 20px;
}

.tw-auth-panel__head .tw-eyebrow {
  margin-bottom: 5px;
}

.tw-auth-panel h1 {
  margin: 0;
  color: var(--tw-ink);
  font-size: 27px;
  font-weight: 700;
  line-height: 1.25;
}

.tw-auth-panel__lead {
  margin: 20px 0 0;
  color: var(--tw-muted);
  font-size: 12px;
  line-height: 1.75;
}

.tw-auth-form {
  display: grid;
  gap: 18px;
  margin-top: 25px;
}

.tw-field label {
  margin: 0;
  color: var(--tw-ink);
  font-size: 11px;
  font-weight: 700;
}

.tw-field__label-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 8px;
}

.tw-field__label-row a {
  color: var(--tw-cyan);
  font-size: 10px;
  font-weight: 600;
}

.tw-field > label {
  display: block;
  margin-bottom: 8px;
}

.tw-field__control {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  min-height: 48px;
  border: 1px solid #cfd8e1;
  border-radius: 7px;
  background: #fff;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.tw-field__control:focus-within {
  border-color: var(--tw-cyan);
  box-shadow: 0 0 0 3px rgba(10, 145, 168, 0.11);
}

.tw-field__control .fa {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #8a98a8;
  font-size: 14px;
}

.tw-field__control input {
  width: 100%;
  min-width: 0;
  padding: 11px 13px 11px 0;
  border: 0;
  outline: 0;
  color: var(--tw-ink);
  background: transparent;
  font-size: 12px;
}

.tw-auth-submit {
  width: 100%;
  min-height: 48px;
  gap: 9px;
  border: 0;
}

.tw-auth-back {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  justify-self: center;
  color: var(--tw-ink-soft);
  font-size: 11px;
  font-weight: 600;
}

.tw-auth-security {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  margin: 22px 0 0;
  padding-top: 18px;
  border-top: 1px solid var(--tw-line);
  color: var(--tw-muted);
  font-size: 10px;
  line-height: 1.6;
}

.tw-auth-security .fa {
  margin-top: 3px;
  color: #209972;
}

.tw-recovery-steps {
  display: grid;
  gap: 15px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.tw-recovery-steps li {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
}

.tw-recovery-steps li > span {
  display: inline-flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
  color: #fff;
  background: var(--tw-cyan);
  font-size: 10px;
  font-weight: 700;
}

.tw-recovery-steps li:nth-child(2) > span {
  background: var(--tw-red);
}

.tw-recovery-steps strong,
.tw-recovery-steps small {
  display: block;
}

.tw-recovery-steps strong {
  margin: 1px 0 4px;
  color: var(--tw-ink);
  font-size: 12px;
}

.tw-recovery-steps small {
  color: var(--tw-muted);
  font-size: 10px;
  line-height: 1.55;
}

.tw-cart-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 28px;
  padding: 38px 0 30px;
}

.tw-cart-head h1 {
  margin: 0;
  color: var(--tw-ink);
  font-size: 38px;
  font-weight: 700;
  line-height: 1.2;
}

.tw-cart-head > div > p:last-child {
  max-width: 650px;
  margin: 13px 0 0;
  color: var(--tw-muted);
  font-size: 13px;
  line-height: 1.7;
}

.tw-cart-weight {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  flex: 0 0 auto;
  padding: 9px 12px;
  border: 1px solid var(--tw-line);
  border-radius: 6px;
  color: var(--tw-muted);
  background: #fff;
  font-size: 10px;
}

.tw-cart-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 350px;
  gap: 26px;
  align-items: start;
}

.tw-cart-items {
  display: grid;
  gap: 12px;
}

.tw-cart-item {
  display: grid;
  grid-template-columns: 104px minmax(0, 1fr);
  gap: 20px;
  min-width: 0;
  padding: 20px;
  border: 1px solid var(--tw-line);
  border-radius: 8px;
  background: #fff;
}

.tw-cart-item__media {
  display: flex;
  width: 104px;
  height: 104px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 1px solid #e2e8ee;
  border-radius: 7px;
  background: #f7f9fb;
}

.tw-cart-item__media a,
.tw-cart-item__media span {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}

.tw-cart-item__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tw-cart-item__media .fa {
  color: var(--tw-cyan);
  font-size: 27px;
}

.tw-cart-item__body {
  min-width: 0;
}

.tw-cart-item__title {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
}

.tw-cart-item__title a,
.tw-cart-item__title strong {
  color: var(--tw-ink);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
}

.tw-cart-item__title > small {
  flex: 0 0 auto;
  color: var(--tw-muted);
  font-size: 9px;
}

.tw-cart-stock {
  display: block;
  margin-top: 5px;
  color: var(--tw-red);
  font-size: 9px;
  font-weight: 600;
}

.tw-cart-options {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 12px;
  margin: 13px 0 0;
  padding: 0;
  list-style: none;
}

.tw-cart-options li {
  display: inline-flex;
  gap: 5px;
  color: var(--tw-muted);
  font-size: 9px;
}

.tw-cart-options strong {
  color: var(--tw-ink-soft);
}

.tw-cart-note {
  margin: 10px 0 0;
  color: var(--tw-muted);
  font-size: 9px;
}

.tw-cart-note .fa {
  margin-right: 6px;
  color: var(--tw-cyan);
}

.tw-cart-item__controls {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 12px;
  align-items: end;
  margin-top: 18px;
  padding-top: 15px;
  border-top: 1px solid var(--tw-line);
}

.tw-cart-item__controls > label {
  align-self: center;
  margin: 0;
  color: var(--tw-muted);
  font-size: 9px;
}

.tw-cart-quantity {
  display: inline-grid;
  grid-template-columns: 48px 36px 36px;
  justify-self: start;
  overflow: hidden;
  border: 1px solid #d4dce4;
  border-radius: 6px;
}

.tw-cart-quantity input,
.tw-cart-quantity button {
  width: 100%;
  height: 36px;
  padding: 0;
  border: 0;
  border-right: 1px solid #d4dce4;
  color: var(--tw-ink);
  background: #fff;
  text-align: center;
}

.tw-cart-quantity button:last-child {
  border-right: 0;
}

.tw-cart-quantity button:hover {
  color: var(--tw-cyan);
  background: #f2f8fa;
}

.tw-cart-quantity .tw-cart-remove:hover {
  color: var(--tw-red);
  background: #fff5f5;
}

.tw-cart-item__prices {
  display: flex;
  gap: 24px;
  align-items: flex-end;
  justify-content: flex-end;
}

.tw-cart-item__prices span,
.tw-cart-item__prices strong,
.tw-cart-item__prices small {
  display: block;
}

.tw-cart-item__prices span,
.tw-cart-item__prices strong {
  color: var(--tw-ink);
  font-size: 13px;
  text-align: right;
}

.tw-cart-item__prices strong {
  font-size: 15px;
}

.tw-cart-item__prices small {
  margin-bottom: 4px;
  color: var(--tw-muted);
  font-size: 8px;
  font-weight: 500;
  text-transform: uppercase;
}

.tw-cart-voucher-quantity {
  align-self: center;
  color: var(--tw-muted);
  font-size: 10px;
}

.tw-cart-remove--standalone {
  display: inline-flex;
  width: 36px;
  height: 36px;
  align-items: center;
  justify-content: center;
  justify-self: end;
  border: 1px solid rgba(215, 37, 45, 0.2);
  border-radius: 6px;
  color: var(--tw-red);
  background: #fff5f5;
}

.tw-cart-summary {
  position: sticky;
  top: 112px;
  padding: 26px;
  border: 1px solid #253245;
  border-radius: 8px;
  color: #fff;
  background: #151e2b;
  box-shadow: 0 20px 48px rgba(17, 23, 34, 0.12);
}

.tw-cart-summary .tw-eyebrow {
  color: #69d7e8;
}

.tw-cart-summary h2 {
  margin: 0;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
}

.tw-cart-totals {
  display: grid;
  gap: 12px;
  margin: 22px 0;
  padding: 18px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.tw-cart-totals > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  color: #b8c4d1;
  font-size: 11px;
}

.tw-cart-totals > div:last-child {
  color: #fff;
  font-size: 13px;
}

.tw-cart-totals strong {
  color: #fff;
  white-space: nowrap;
}

.tw-cart-checkout {
  width: 100%;
  min-height: 48px;
  gap: 8px;
}

.tw-cart-continue {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 12px;
  color: #d1d9e2;
  font-size: 10px;
  font-weight: 600;
}

.tw-cart-assurance {
  display: grid;
  gap: 9px;
  margin: 22px 0 0;
  padding: 19px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  list-style: none;
}

.tw-cart-assurance li {
  display: flex;
  gap: 8px;
  color: #aebac8;
  font-size: 9px;
  line-height: 1.5;
}

.tw-cart-assurance .fa {
  margin-top: 2px;
  color: #53d1c1;
}

.tw-cart-extras {
  margin-top: 20px;
  padding: 22px;
  border: 1px solid var(--tw-line);
  border-radius: 8px;
  background: #fff;
}

.tw-cart-extras h2 {
  margin: 0;
  color: var(--tw-ink);
  font-size: 17px;
}

.tw-cart-extras > p {
  margin: 8px 0 18px;
  color: var(--tw-muted);
  font-size: 11px;
}

.tw-cart-empty {
  max-width: 680px;
  margin: 34px auto 0;
  padding: 58px 30px;
  border: 1px solid var(--tw-line);
  border-radius: 8px;
  background: #fff;
  text-align: center;
}

.tw-cart-empty > span {
  display: inline-flex;
  width: 68px;
  height: 68px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--tw-cyan);
  background: var(--tw-cyan-soft);
  font-size: 24px;
}

.tw-cart-empty h2 {
  margin: 20px 0 0;
  color: var(--tw-ink);
  font-size: 26px;
}

.tw-cart-empty p {
  margin: 10px 0 24px;
  color: var(--tw-muted);
  font-size: 12px;
}

.tw-footer--v2 {
  padding: 0;
  color: #aeb9c7;
  background: #0b1018;
}

.tw-footer-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 46px;
  align-items: center;
  padding: 50px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.11);
}

.tw-footer-cta .tw-eyebrow {
  color: #69d7e8;
}

.tw-footer-cta h2 {
  max-width: 760px;
  margin: 0;
  color: #fff;
  font-size: 29px;
  font-weight: 700;
  line-height: 1.3;
}

.tw-footer-cta__actions {
  display: flex;
  gap: 10px;
  align-items: stretch;
}

.tw-footer-cta__actions .tw-button {
  gap: 9px;
  padding: 0 18px;
}

.tw-footer-cta__whatsapp {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  min-width: 150px;
  padding: 9px 13px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 6px;
  color: #fff;
}

.tw-footer-cta__whatsapp:hover {
  color: #fff;
  border-color: #53d1c1;
  background: rgba(83, 209, 193, 0.08);
}

.tw-footer-cta__whatsapp > .fa {
  color: #53d1c1;
  font-size: 22px;
  text-align: center;
}

.tw-footer-cta__whatsapp span,
.tw-footer-cta__whatsapp small {
  display: block;
}

.tw-footer-cta__whatsapp span {
  font-size: 11px;
  font-weight: 700;
}

.tw-footer-cta__whatsapp small {
  margin-bottom: 1px;
  color: #91a0b0;
  font-size: 8px;
  font-weight: 500;
}

.tw-footer-grid--v2 {
  grid-template-columns: 1.34fr 0.82fr 0.98fr 0.86fr 1.08fr;
  gap: 34px;
  padding: 50px 0 46px;
}

.tw-footer-since {
  display: flex;
  gap: 8px;
  align-items: center;
  margin-top: 11px;
  color: #69d7e8;
  font-size: 9px;
  font-weight: 600;
  text-transform: uppercase;
}

.tw-footer-since .fa {
  color: #53d1c1;
  font-size: 6px;
}

.tw-footer-grid--v2 .tw-footer-brand p {
  margin-top: 17px;
}

.tw-footer-grid--v2 .tw-footer-column h2 {
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 11px;
  letter-spacing: 0;
}

.tw-footer-grid--v2 .tw-footer-column li {
  margin-bottom: 10px;
}

.tw-footer-grid--v2 .tw-footer-column a {
  line-height: 1.55;
}

.tw-footer-grid--v2 .tw-footer-contact > a,
.tw-footer-grid--v2 .tw-footer-contact > p {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  margin-bottom: 13px;
}

.tw-footer-grid--v2 .tw-footer-contact .fa {
  display: inline-flex;
  width: 28px;
  height: 28px;
  align-items: center;
  justify-content: center;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 6px;
  font-size: 11px;
}

.tw-footer-grid--v2 .tw-footer-contact span,
.tw-footer-grid--v2 .tw-footer-contact small {
  display: block;
  min-width: 0;
}

.tw-footer-grid--v2 .tw-footer-contact span {
  overflow-wrap: anywhere;
}

.tw-footer-grid--v2 .tw-footer-contact small {
  margin-bottom: 2px;
  color: #748295;
  font-size: 8px;
}

.tw-footer-bottom--v2 {
  min-height: 68px;
  margin: 0;
}

.tw-footer-bottom--v2 nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  justify-content: flex-end;
}

.tw-footer-bottom--v2 nav a {
  color: #8e9aaa;
  font-size: 9px;
}

.tw-footer-bottom--v2 nav a:hover {
  color: #fff;
}

/* Corporate information pages */
.tw-info-page {
  padding: 20px 0 76px;
  background:
    radial-gradient(circle at top right, rgba(10, 145, 168, 0.14), transparent 34%),
    linear-gradient(180deg, #f7fafc 0%, #eef4f7 100%);
}

.tw-info-breadcrumb {
  margin-bottom: 16px;
}

.tw-info-breadcrumb ol {
  justify-content: flex-start;
  min-width: 0;
}

.tw-info-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 32px;
  align-items: end;
  margin-bottom: 24px;
  padding: 46px;
  border: 1px solid rgba(10, 145, 168, 0.16);
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(232, 247, 250, 0.92)),
    #fff;
  box-shadow: 0 22px 54px rgba(17, 23, 34, 0.08);
}

.tw-info-hero__copy {
  max-width: 820px;
}

.tw-info-hero h1 {
  margin: 0;
  color: var(--tw-ink);
  font-size: clamp(34px, 4vw, 58px);
  font-weight: 700;
  line-height: 1.08;
}

.tw-info-hero__copy > p:not(.tw-eyebrow) {
  max-width: 710px;
  margin: 17px 0 0;
  color: var(--tw-muted);
  font-size: 14px;
  line-height: 1.85;
}

.tw-info-hero__badge {
  display: grid;
  gap: 9px;
  justify-items: center;
  min-width: 112px;
  padding: 20px 18px;
  border: 1px solid rgba(10, 145, 168, 0.18);
  border-radius: 14px;
  color: var(--tw-cyan);
  background: rgba(255, 255, 255, 0.72);
}

.tw-info-hero__badge .fa {
  font-size: 31px;
}

.tw-info-hero__badge span {
  color: var(--tw-ink-soft);
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.tw-info-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 24px;
}

.tw-info-content {
  width: 100%;
  max-width: 980px;
  min-height: auto !important;
  margin: 0 auto;
  padding: 42px 46px;
  border: 1px solid rgba(219, 226, 232, 0.95);
  border-radius: 18px;
  background: #fff !important;
  box-shadow: 0 18px 44px rgba(17, 23, 34, 0.07);
}

.tw-info-content--side {
  max-width: 900px;
}

.tw-info-content--narrow {
  max-width: 760px;
}

.tw-info-content__head {
  display: grid;
  grid-template-columns: 50px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  margin-bottom: 27px;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--tw-line);
}

.tw-info-content__icon {
  display: inline-flex;
  width: 50px;
  height: 50px;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  color: #fff;
  background: linear-gradient(135deg, var(--tw-cyan), #53d1c1);
  box-shadow: 0 14px 25px rgba(10, 145, 168, 0.18);
}

.tw-info-content__head h2 {
  margin: 2px 0 0;
  color: var(--tw-ink);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
}

.tw-info-richtext {
  max-width: 860px;
  color: #3f4d5f;
  font-size: 14px;
  line-height: 1.9;
}

.tw-info-richtext > *:first-child {
  margin-top: 0;
}

.tw-info-richtext > *:last-child {
  margin-bottom: 0;
}

.tw-info-richtext p {
  margin: 0 0 17px;
}

.tw-info-richtext h1,
.tw-info-richtext h2,
.tw-info-richtext h3,
.tw-info-richtext h4 {
  margin: 30px 0 12px;
  color: var(--tw-ink);
  font-weight: 700;
  line-height: 1.3;
}

.tw-info-richtext h1 {
  font-size: 28px;
}

.tw-info-richtext h2 {
  font-size: 24px;
}

.tw-info-richtext h3 {
  font-size: 20px;
}

.tw-info-richtext h4 {
  font-size: 17px;
}

.tw-info-richtext ul,
.tw-info-richtext ol {
  display: grid;
  gap: 10px;
  margin: 18px 0 22px;
  padding: 0;
  list-style: none;
}

.tw-info-richtext li {
  position: relative;
  padding: 13px 16px 13px 42px;
  border: 1px solid rgba(219, 226, 232, 0.95);
  border-radius: 12px;
  background: #f8fbfc;
}

.tw-info-richtext li::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 18px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--tw-cyan);
  box-shadow: 0 0 0 5px rgba(10, 145, 168, 0.1);
}

.tw-info-richtext a {
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.tw-info-richtext table {
  width: 100%;
  margin: 22px 0;
  overflow: hidden;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid var(--tw-line);
  border-radius: 14px;
}

.tw-info-richtext th,
.tw-info-richtext td {
  padding: 13px 15px;
  border-bottom: 1px solid var(--tw-line);
  vertical-align: top;
}

.tw-info-richtext tr:last-child th,
.tw-info-richtext tr:last-child td {
  border-bottom: 0;
}

.tw-info-richtext th {
  color: var(--tw-ink);
  background: var(--tw-cyan-soft);
}

.tw-info-richtext blockquote {
  margin: 22px 0;
  padding: 18px 20px;
  border-left: 4px solid var(--tw-cyan);
  border-radius: 0 12px 12px 0;
  color: var(--tw-ink-soft);
  background: #f8fbfc;
}

@media (max-width: 1100px) {
  .tw-auth-layout {
    gap: 48px;
  }

  .tw-cart-layout {
    grid-template-columns: minmax(0, 1fr) 320px;
  }

  .tw-footer-cta {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .tw-footer-cta__actions {
    justify-content: flex-start;
  }

  .tw-footer-grid--v2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 38px 60px;
  }

  .tw-info-hero {
    padding: 38px;
  }
}

@media (max-width: 991px) {
  .tw-auth-layout {
    grid-template-columns: 1fr;
    gap: 38px;
    padding-top: 24px;
  }

  .tw-auth-panel {
    order: 1;
    max-width: 680px;
  }

  .tw-auth-intro {
    order: 2;
    max-width: 680px;
  }

  .tw-cart-layout {
    grid-template-columns: 1fr;
  }

  .tw-cart-summary {
    position: static;
  }

  .tw-info-hero {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .tw-info-hero__badge {
    grid-template-columns: auto auto;
    justify-content: start;
    min-width: 0;
  }
}

@media (max-width: 767px) {
  .tw-account-page,
  .tw-cart-page {
    padding-bottom: 56px;
  }

  .tw-page-breadcrumb {
    padding: 13px 0;
  }

  .tw-info-page {
    padding: 10px 0 54px;
  }

  .tw-info-breadcrumb ol {
    overflow-x: auto;
    flex-wrap: nowrap;
    padding-bottom: 2px;
    scrollbar-width: none;
  }

  .tw-info-breadcrumb ol::-webkit-scrollbar {
    display: none;
  }

  .tw-info-breadcrumb li {
    flex: 0 0 auto;
  }

  .tw-info-hero {
    gap: 20px;
    margin-bottom: 18px;
    padding: 28px 22px;
    border-radius: 14px;
  }

  .tw-info-hero h1 {
    font-size: 31px;
  }

  .tw-info-hero__copy > p:not(.tw-eyebrow) {
    font-size: 13px;
    line-height: 1.75;
  }

  .tw-info-content {
    padding: 27px 20px;
    border-radius: 14px;
  }

  .tw-info-content__head {
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 12px;
    margin-bottom: 22px;
    padding-bottom: 18px;
  }

  .tw-info-content__icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
  }

  .tw-info-content__head h2 {
    font-size: 21px;
  }

  .tw-info-richtext {
    font-size: 13px;
    line-height: 1.82;
  }

  .tw-info-richtext h1 {
    font-size: 24px;
  }

  .tw-info-richtext h2 {
    font-size: 21px;
  }

  .tw-info-richtext h3 {
    font-size: 18px;
  }

  .tw-info-richtext table {
    display: block;
    overflow-x: auto;
    border-radius: 12px;
  }

  .tw-auth-layout {
    gap: 32px;
  }

  .tw-auth-panel {
    padding: 24px 20px;
  }

  .tw-auth-panel__head {
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 12px;
  }

  .tw-auth-panel__icon {
    width: 46px;
    height: 46px;
  }

  .tw-auth-panel h1 {
    font-size: 23px;
  }

  .tw-auth-intro h2 {
    font-size: 29px;
  }

  .tw-cart-head {
    align-items: flex-start;
    flex-direction: column;
    padding: 25px 0 22px;
  }

  .tw-cart-head h1 {
    font-size: 30px;
  }

  .tw-cart-item {
    grid-template-columns: 76px minmax(0, 1fr);
    gap: 14px;
    padding: 16px;
  }

  .tw-cart-item__media {
    width: 76px;
    height: 76px;
  }

  .tw-cart-item__title {
    flex-direction: column;
    gap: 5px;
  }

  .tw-cart-item__title a,
  .tw-cart-item__title strong {
    font-size: 13px;
  }

  .tw-cart-item__controls {
    grid-template-columns: 1fr auto;
    align-items: center;
  }

  .tw-cart-item__controls > label {
    display: none;
  }

  .tw-cart-item__prices {
    gap: 14px;
  }

  .tw-cart-summary,
  .tw-cart-extras {
    padding: 21px;
  }

  .tw-cart-empty {
    margin-top: 20px;
    padding: 42px 20px;
  }

  .tw-footer-cta {
    padding: 38px 0;
  }

  .tw-footer-cta h2 {
    font-size: 24px;
  }

  .tw-footer-cta__actions {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .tw-footer-cta__actions .tw-button,
  .tw-footer-cta__whatsapp {
    width: 100%;
  }

  .tw-footer-grid--v2 {
    grid-template-columns: 1fr;
    gap: 31px;
    padding: 40px 0 34px;
  }

  .tw-footer-grid--v2 .tw-footer-column h2 {
    margin-bottom: 14px;
  }

  .tw-footer-bottom--v2 {
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
    padding: 22px 0;
  }

  .tw-footer-bottom--v2 nav {
    justify-content: flex-start;
  }

  body {
    padding-bottom: calc(82px + env(safe-area-inset-bottom));
  }

  .tw-mobile-leadbar {
    position: fixed;
    right: 12px;
    bottom: calc(10px + env(safe-area-inset-bottom));
    left: 12px;
    z-index: 1035;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 9px;
    padding: 9px;
    border: 1px solid rgba(9, 151, 208, 0.22);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 18px 46px rgba(17, 23, 34, 0.2);
    backdrop-filter: blur(14px);
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.22s ease, transform 0.22s ease;
    will-change: transform, opacity;
  }

  .tw-mobile-leadbar.is-hidden {
    opacity: 0;
    pointer-events: none;
    transform: translateY(calc(100% + 18px));
  }

  .tw-mobile-leadbar__item {
    display: inline-flex;
    min-width: 0;
    min-height: 50px;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 9px 11px;
    border-radius: 13px;
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.1;
    text-decoration: none;
    box-shadow: 0 10px 24px rgba(17, 23, 34, 0.16);
  }

  .tw-mobile-leadbar__item:hover,
  .tw-mobile-leadbar__item:focus {
    color: #fff;
    text-decoration: none;
    transform: translateY(-1px);
  }

  .tw-mobile-leadbar__item .fa {
    flex: 0 0 auto;
    font-size: 18px;
  }

  .tw-mobile-leadbar__item span,
  .tw-mobile-leadbar__item small {
    display: block;
    min-width: 0;
  }

  .tw-mobile-leadbar__item small {
    margin-bottom: 2px;
    color: rgba(255, 255, 255, 0.76);
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
  }

  .tw-mobile-leadbar__item--whatsapp {
    background: linear-gradient(135deg, #18b36b 0%, #0b9356 100%);
  }

  .tw-mobile-leadbar__item--quote {
    background: linear-gradient(135deg, #0aa8d2 0%, #0878c9 100%);
  }

  .tw-scrolltop {
    right: 16px;
    bottom: calc(92px + env(safe-area-inset-bottom));
  }
}

@media (max-width: 430px) {
  .tw-notice {
    grid-template-columns: 20px minmax(0, 1fr) auto;
    padding: 11px 12px;
  }

  .tw-auth-panel__head {
    align-items: start;
  }

  .tw-cart-item {
    grid-template-columns: 62px minmax(0, 1fr);
    gap: 12px;
    padding: 14px;
  }

  .tw-cart-item__media {
    width: 62px;
    height: 62px;
  }

  .tw-cart-item__controls {
    grid-template-columns: 1fr;
  }

  .tw-cart-item__prices {
    justify-content: space-between;
  }

  .tw-cart-item__prices span,
  .tw-cart-item__prices strong {
    text-align: left;
  }

  .tw-cart-quantity {
    justify-self: stretch;
    grid-template-columns: minmax(48px, 1fr) 40px 40px;
  }

  .tw-cart-remove--standalone {
    justify-self: start;
  }

  .tw-info-hero {
    padding: 24px 18px;
  }

  .tw-info-hero h1 {
    font-size: 27px;
  }

  .tw-info-content {
    padding: 23px 16px;
  }

  .tw-info-richtext li {
    padding: 12px 13px 12px 36px;
  }

  .tw-info-richtext li::before {
    left: 16px;
  }
}

