#footer {
  color: #fff;
  background-color: #343a40;
}

.text-icon-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px; /* Optional: space between buttons */
}

.text-icon-list-button {
  width: 40px;
  height: 40px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent; /* optional */
  border: none; /* optional */
}

section {
    padding: 60px 0;
}

.sticky-offset {
  z-index: 500;
  top: 1.5rem;
}

.dropdown-menu {
  position: absolute; /* ensure this is correct */
  z-index: 9999 !important;
}

section .section-title {
    text-align: center;
    color: #007b5e;
    margin-bottom: 50px;
    text-transform: uppercase;
}

#footer h5{
	padding-left: 10px;
    border-left: 3px solid #eeeeee;
    padding-bottom: 6px;
    margin-bottom: 20px;
    color:#ffffff;
}
#footer a {
    color: #ffffff;
    text-decoration: none !important;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
#footer ul.social li{
	padding: 3px 0;
}
#footer ul.social li a i {
    margin-right: 5px;
	font-size:25px;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	transition: .5s all ease;
}
#footer ul.social li:hover a i {
	font-size:30px;
	margin-top:-10px;
}
#footer ul.social li a,
#footer ul.quick-links li a{
	color:#ffffff;
}
#footer ul.social li a:hover{
	color:#eeeeee;
}
#footer ul.quick-links li{
	padding: 3px 0;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	transition: .5s all ease;
}
#footer ul.quick-links li:hover{
	padding: 3px 0;
	margin-left:5px;
	font-weight:700;
}
#footer ul.quick-links li a i{
	margin-right: 5px;
}
#footer ul.quick-links li:hover a i {
    font-weight: 700;
}

.account-nav {
	color: #FFFFFF;
}

.account-nav:hover {
	color: #FFFFFF;
	text-decoration: none;
}

@media (max-width:767px){
	#footer h5 {
    padding-left: 0;
    border-left: transparent;
    padding-bottom: 0px;
    margin-bottom: 10px;
}
}

.animated {
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animated.hinges {
    -webkit-animation-duration: 2s;
    -moz-animation-duration: 2s;
    -o-animation-duration: 2s;
    animation-duration: 2s;
}

.animated.slow {
    -webkit-animation-duration: 3s;
    -moz-animation-duration: 3s;
    -o-animation-duration: 3s;
    animation-duration: 3s;
}

.animated.snail {
    -webkit-animation-duration: 4s;
    -moz-animation-duration: 4s;
    -o-animation-duration: 4s;
    animation-duration: 4s;
}

@-webkit-keyframes shake {

    0%,
    100% {
        -webkit-transform: translateX(0);
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translateX(-10px);
    }

    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translateX(10px);
    }
}

@-moz-keyframes shake {

    0%,
    100% {
        -moz-transform: translateX(0);
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -moz-transform: translateX(-10px);
    }

    20%,
    40%,
    60%,
    80% {
        -moz-transform: translateX(10px);
    }
}

@-o-keyframes shake {

    0%,
    100% {
        -o-transform: translateX(0);
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -o-transform: translateX(-10px);
    }

    20%,
    40%,
    60%,
    80% {
        -o-transform: translateX(10px);
    }
}

@keyframes shake {

    0%,
    100% {
        transform: translateX(0);
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        transform: translateX(-10px);
    }

    20%,
    40%,
    60%,
    80% {
        transform: translateX(10px);
    }
}

.shake {
    -webkit-animation-name: shake;
    -moz-animation-name: shake;
    -o-animation-name: shake;
    animation-name: shake;
}

.login .modal-dialog {
    width: 350px;
}

.login .modal-footer {
    border-top: 0;
    margin-top: 0px;
    padding: 10px 20px 20px;
}

.login .modal-header {
    border: 0 none;
    padding: 15px 15px 15px;
    /*     padding: 11px 15px; */
}

.login .modal-body {
    /*     background-color: #eeeeee; */
}

.login .division {
    float: none;
    margin: 0 auto 18px;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 100%;
}

.login .division .line {
    border-top: 1px solid #DFDFDF;
    position: absolute;
    top: 10px;
    width: 34%;
}

.login .division .line.l {
    left: 0;
}

.login .division .line.r {
    right: 0;
}

.login .division span {
    color: #424242;
    font-size: 17px;
}

.login .box .social {
    float: none;
    margin: 0 auto 30px;
    text-align: center;
}

.login .social .circle {
    background-color: #EEEEEE;
    color: #FFFFFF;
    border-radius: 100px;
    display: inline-block;
    margin: 0 17px;
    padding: 15px;
}

.login .social .circle .fa {
    font-size: 16px;
}

.login .social .facebook {
    background-color: #455CA8;
    color: #FFFFFF;
}

.login .social .google {
    background-color: #F74933;
}

.login .social .github {
    background-color: #403A3A;
}

.login .facebook:hover {
    background-color: #6E83CD;
}

.login .google:hover {
    background-color: #FF7566;
}

.login .github:hover {
    background-color: #4D4D4d;
    ;
}

.login .forgot {
    color: #797979;
    margin-left: 0;
    overflow: hidden;
    text-align: center;
    width: 100%;
}

.login .btn-login,
.registerBox .btn-register {
    background-color: #00BBFF;
    border-color: #00BBFF;
    border-width: 0;
    color: #FFFFFF;
    display: block;
    margin: 0 auto;
    padding: 15px 50px;
    text-transform: uppercase;
    width: 100%;
}

.login .btn-login:hover,
.registerBox .btn-register:hover {
    background-color: #00A4E4;
    color: #FFFFFF;
}

.black-color {
    color: black !important;
}

.login .form-control {
    border-radius: 3px;
    background-color: rgba(0, 0, 0, 0.09);
    box-shadow: 0 1px 0px 0px rgba(0, 0, 0, 0.09) inset;
    color: #FFFFFF;
}

.login .form-control:hover {
    background-color: rgba(0, 0, 0, .16);
}

.login .form-control:focus {
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.04) inset;
    background-color: rgba(0, 0, 0, 0.23);
    color: #FFFFFF;
}

.login .box .form input[type="text"],
.login .box .form input[type="password"] {
    border-radius: 3px;
    border: none;
    color: #333333;
    font-size: 16px;
    height: 46px;
    margin-bottom: 5px;
    padding: 13px 12px;
    width: 100%;
}


@media (max-width:400px) {
    .login .modal-dialog {
        width: 100%;
    }
}

.big-login,
.big-register {
    background-color: #00bbff;
    color: #FFFFFF;
    border-radius: 7px;
    border-width: 2px;
    font-size: 14px;
    font-style: normal;
    font-weight: 200;
    padding: 16px 60px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}

.big-login:hover {
    background-color: #00A4E4;
    color: #FFFFFF;
}

.big-register {
    background-color: rgba(0, 0, 0, .0);
    color: #00bbff;
    border-color: #00bbff;
}

.big-register:hover {
    border-color: #00A4E4;
    color: #00A4E4;
}


.login-with-google-btn {
  transition: background-color 0.3s, box-shadow 0.3s;
  padding: 12px 16px 12px 42px;
  border: none;
  border-radius: 3px;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.04), 0 1px 1px rgba(0, 0, 0, 0.25);
  color: #757575;
  font-size: 14px;
  font-weight: 500;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJNMTcuNiA5LjJsLS4xLTEuOEg5djMuNGg0LjhDMTMuNiAxMiAxMyAxMyAxMiAxMy42djIuMmgzYTguOCA4LjggMCAwIDAgMi42LTYuNnoiIGZpbGw9IiM0Mjg1RjQiIGZpbGwtcnVsZT0ibm9uemVybyIvPjxwYXRoIGQ9Ik05IDE4YzIuNCAwIDQuNS0uOCA2LTIuMmwtMy0yLjJhNS40IDUuNCAwIDAgMS04LTIuOUgxVjEzYTkgOSAwIDAgMCA4IDV6IiBmaWxsPSIjMzRBODUzIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz48cGF0aCBkPSJNNCAxMC43YTUuNCA1LjQgMCAwIDEgMC0zLjRWNUgxYTkgOSAwIDAgMCAwIDhsMy0yLjN6IiBmaWxsPSIjRkJCQzA1IiBmaWxsLXJ1bGU9Im5vbnplcm8iLz48cGF0aCBkPSJNOSAzLjZjMS4zIDAgMi41LjQgMy40IDEuM0wxNSAyLjNBOSA5IDAgMCAwIDEgNWwzIDIuNGE1LjQgNS40IDAgMCAxIDUtMy43eiIgZmlsbD0iI0VBNDMzNSIgZmlsbC1ydWxlPSJub256ZXJvIi8+PHBhdGggZD0iTTAgMGgxOHYxOEgweiIvPjwvZz48L3N2Zz4=);
  background-color: white;
  background-repeat: no-repeat;
  background-position: 12px 11px;
}
.login-with-google-btn:hover {
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.04), 0 2px 4px rgba(0, 0, 0, 0.25);
}
.login-with-google-btn:active {
  background-color: #eeeeee;
}
.login-with-google-btn:focus {
  outline: none;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.04), 0 2px 4px rgba(0, 0, 0, 0.25), 0 0 0 3px #c8dafc;
}
.login-with-google-btn:disabled {
  filter: grayscale(100%);
  background-color: #ebebeb;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.04), 0 1px 1px rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}

body {
  text-align: center;
}

.hidden-element {
    display: none;
}

.mb-15px {
    margin-bottom: 15px;
}

.height-400px {
    height: 400px;
}

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

.favicon {
    margin-bottom: 0.3125rem;
}

.hint-text {
    color: #999999;
    font-size: 12px;
}

.hint-text-large {
    color: #999999;
    font-size: 15px;
}

.red-text {
    color: red;
}

.clickable-row {
  cursor: pointer;
}

.devapi-image-grid {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
}

.devapi-image-item {
    display: flex;
    align-items: center;
    gap: 5px;
}

.devapi-image-label {
    font-size: 14px;
    min-width: 25px;
    text-align: right;
}

.devapi-image-wrapper {
    border: 1px solid #ddd;
    padding: 5px;
    max-width: 80px;
    max-height: 80px;
    overflow: hidden;
}

.devapi-frame-text-icon-grid .devapi-image-wrapper {
    max-width: 40px;
    max-height: 40px;
}

.devapi-image-logo {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.jumbotron-bs5 {
  padding: 4rem 2rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}

.required-field::after {
  content: " *";
  color: var(--bs-danger);
}

@media (max-width: 767.98px) {
  .jumbotron-bs5 {
    padding: 1.5rem 1rem;
    margin-bottom: 1rem;
  }

  .index-content .row > [class*="col-"] {
    margin-bottom: 1rem;
  }

  #accordion .card-header .btn {
    min-height: 44px;
    text-align: left;
  }

  .navbar .btn {
    min-height: 44px;
  }
}

.bg-custom-dark {
  --bs-dark-rgb: 52, 58, 64; /* your custom RGB values */
  background-color: rgba(var(--bs-dark-rgb), 1) !important;
}

.brand-title {
  font-size: 1.5rem;
  color: #FFFFFF;
}

.brand-slogan {
    display: block;
    line-height: 1.2;
    font-size: 0.75rem;
    color: #FFFFFF;
}

.navbar-brand1 {
    padding-top: var(--bs-navbar-brand-padding-y);
    padding-bottom: 0;
    margin-right: var(--bs-navbar-brand-margin-end);
    color: var(--bs-navbar-brand-color);
    text-decoration: none;
}

input[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

input[type=range]::-webkit-slider-runnable-track {
  background: #adb5bd; /* Slightly darker than $gray-300 */
}

input[type=range]::-moz-range-track {
  background: #adb5bd;
}

input[type=range]::-ms-fill-lower {
  background: #adb5bd;
}

input[type=range]::-ms-fill-upper {
  background: #adb5bd;
}

/* Shared custom stylesheet: Smart QR configurator */
.smart-qr-configurator-page {
  background: #f7f8fa;
}

.smart-qr-configurator-page .page-shell {
  max-width: 1040px;
}

.smart-qr-configurator-page .page-shell > section {
  padding: 0;
}

.smart-qr-configurator-page .rule-card {
  border-left: 4px solid #007bff;
}

.smart-qr-configurator-page .fallback-card {
  border-left: 4px solid #6c757d;
}

.smart-qr-configurator-page .condition-row {
  background: #f8f9fa;
  border: 1px solid #e3e6e8;
  border-radius: .25rem;
  margin-bottom: .5rem;
  padding: .75rem;
}

.smart-qr-configurator-page .condition-label {
  color: #6c757d;
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.smart-qr-configurator-page .overview-step {
  border-left: 3px solid #007bff;
  padding: .2rem 0 .9rem 1rem;
}

.smart-qr-configurator-page .overview-step + .overview-step {
  margin-top: .5rem;
}

.smart-qr-configurator-page .overview-fallback {
  border-left-color: #6c757d;
}

.smart-qr-configurator-page .overview-conditions {
  margin-bottom: .45rem;
  margin-top: .45rem;
  padding-left: 1.25rem;
}

.smart-qr-configurator-page .overview-target {
  overflow-wrap: anywhere;
}

.smart-qr-configurator-page .empty-state {
  border: 2px dashed #d6d9dd;
  border-radius: .35rem;
  color: #6c757d;
  padding: 2.5rem 1rem;
  text-align: center;
}

.smart-qr-configurator-page .country-list {
  border: 1px solid #ced4da;
  border-radius: .25rem;
  max-height: 280px;
  overflow-y: auto;
  padding: .5rem;
}

.smart-qr-configurator-page .country-option {
  align-items: center;
  border-radius: .2rem;
  cursor: pointer;
  display: flex;
  gap: .5rem;
  margin: 0;
  padding: .4rem .5rem;
}

.smart-qr-configurator-page .country-option:hover,
.smart-qr-configurator-page .choice-tile:hover {
  background: #f1f3f5;
}

.smart-qr-configurator-page .choice-grid {
  display: grid;
  gap: .5rem;
  grid-template-columns: repeat(auto-fit, minmax(145px, 1fr));
}

.smart-qr-configurator-page #condition-day .choice-grid {
  padding-top: .5rem;
}

.smart-qr-configurator-page .example-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

.smart-qr-configurator-page .choice-tile {
  align-items: center;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  cursor: pointer;
  display: flex;
  gap: .5rem;
  margin: 0;
  padding: .65rem;
}

.smart-qr-configurator-page .password-protection-check {
  align-items: center;
  display: inline-flex;
  gap: .5rem;
  padding-left: 0;
}

.smart-qr-configurator-page .form-switch {
  align-items: center;
  display: inline-flex;
  gap: .5rem;
  padding-left: 0;
}

.smart-qr-configurator-page .form-switch .form-check-input {
  float: none;
  margin-left: 0;
}

.smart-qr-configurator-page .password-protection-check .form-check-input {
  float: none;
  margin: 0;
}

.smart-qr-configurator-page .json-preview {
  background: #20242a;
  border-radius: .25rem;
  color: #f8f9fa;
  font-size: .82rem;
  max-height: 420px;
  min-height: 180px;
  overflow: auto;
  padding: 1rem;
  white-space: pre-wrap;
}

.smart-qr-configurator-page .sticky-actions {
  background: rgba(247, 248, 250, .96);
  border-top: 1px solid #dee2e6;
  bottom: 0;
  padding: 1rem 0;
  position: sticky;
  z-index: 20;
}

.smart-qr-configurator-page .invalid-card {
  border-color: #dc3545;
  box-shadow: 0 0 0 .15rem rgba(220, 53, 69, .12);
}

/* Smart QR overview */
.smart-dynamic-view-page .smart-qr-preview {
  flex: 0 0 160px;
  height: 160px;
  width: 160px;
}

.smart-dynamic-view-page .smart-qr-preview svg {
  display: block;
  height: 160px !important;
  max-height: 160px !important;
  max-width: 160px !important;
  width: 160px !important;
}

.smart-dynamic-view-page .smart-rule-overview {
  background: #f8f9fa;
  border: 1px solid #dee2e6;
  border-radius: .375rem;
  overflow-wrap: anywhere;
  padding: .5rem .75rem;
  text-align: left;
}

.smart-dynamic-view-page .smart-rule-overview > div + div {
  margin-top: .35rem;
}

.dynamic-qr-list-jumbotron {
  padding-bottom: 0;
}

/* Smart QR scan values */
.smart-qr-values-page {
  background: #f7f8fa;
}

.smart-qr-values-page .page-shell {
  max-width: 760px;
}

.smart-qr-values-page .value-card {
  border-left: 4px solid #007bff;
}

.smart-qr-values-page .value {
  font-size: 1.35rem;
  font-weight: 600;
  overflow-wrap: anywhere;
}

.smart-qr-values-page code {
  overflow-wrap: anywhere;
}

@media (max-width: 575.98px) {
  .smart-qr-configurator-page .page-shell {
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .smart-qr-configurator-page .rule-toolbar {
    align-items: flex-start !important;
    flex-direction: column;
  }

  .smart-qr-configurator-page .rule-toolbar .btn-group {
    margin-left: 0 !important;
    margin-top: .75rem;
    width: 100%;
  }

  .smart-qr-configurator-page .rule-toolbar .btn,
  .smart-qr-configurator-page .rule-actions .btn {
    flex: 1;
  }

  .smart-qr-configurator-page .rule-header {
    align-items: flex-start !important;
    flex-direction: column;
  }

  .smart-qr-configurator-page .rule-actions {
    display: flex;
    margin-top: .65rem;
    width: 100%;
  }
}

.mcp-post {
    color: #253247;
    line-height: 1.75;
    text-align: center;
}

.mcp-post .mcp-hero {
    background: linear-gradient(135deg, #f2f8ff, #eefaf6);
    border-bottom: 1px solid #dbe8ed;
}

.mcp-post .mcp-hero h1 {
    max-width: 850px;
    line-height: 1.18;
    margin-inline: auto;
}

.mcp-post .mcp-prose {
    max-width: 790px;
    margin-inline: auto;
}

.mcp-post .mcp-prose p {
    margin-bottom: 1.15rem;
}

.mcp-post .mcp-prose h2 {
    margin-top: 3.5rem;
    margin-bottom: 1rem;
    line-height: 1.3;
}

.mcp-post .mcp-prose h3 {
    margin-top: 1.8rem;
    margin-bottom: .7rem;
    line-height: 1.35;
}

.mcp-post .mcp-summary,
.mcp-post .mcp-callout {
    border: 1px solid #dbe6ec;
    border-radius: 1rem;
    padding: 1.5rem;
    background: #f8fbfd;
}

.mcp-post .mcp-callout {
    border-top: 5px solid #198754;
}

.mcp-post .mcp-address {
    overflow-wrap: anywhere;
    user-select: all;
    display: block;
    padding: .9rem 1.1rem;
    border-radius: .65rem;
    background: #eef3f8;
    color: #19304c;
}

.mcp-post .mcp-example {
    border: 1px solid #e0e7ec;
    border-radius: .9rem;
    padding: 1.35rem;
    height: 100%;
    background: #fff;
}

.mcp-post .mcp-example h3 {
    margin-top: 0;
}

.mcp-post .mcp-prompt {
    border-top: 4px solid #0d6efd;
    background: #f5f9ff;
    padding: 1rem 1.25rem;
    border-radius: 0 0 .6rem .6rem;
}

.mcp-post .mcp-index {
    max-width: 900px;
    margin-inline: auto;
    padding: 1.75rem;
    border: 1px solid #dbe6ec;
    border-radius: 1rem;
    background: #f8fbfd;
}

.mcp-post .mcp-toc {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: .65rem;
    font-size: .95rem;
}

.mcp-post .mcp-toc a {
    display: block;
    color: #335370;
    text-decoration: none;
    padding: .4rem .8rem;
    border: 1px solid #d6e3eb;
    border-radius: 999px;
    background: #fff;
}

.mcp-post .mcp-toc a:hover {
    text-decoration: underline;
}

.mcp-post pre {
    white-space: pre-wrap;
    overflow-wrap: anywhere;
}

.mcp-post .mcp-steps {
    list-style-position: inside;
    padding-left: 0;
}

/* English homepage styling based on the supplied visual reference. */
.index-page {
  --index-space-text: 1rem;
  --index-space-group: 1.5rem;
  --index-space-section: 3.5rem;
  --index-space-band: 3.25rem;
  --index-space-action: 3rem;
  --index-space-content: 2rem;
  color: #101b30;
}
@media (max-width: 1199.98px) {
  .index-page { --index-space-section: 3rem; --index-space-band: 2.75rem; --index-space-action: 2.5rem; --index-space-content: 1.75rem; }
}
@media (max-width: 575.98px) {
  .index-page { --index-space-section: 2.5rem; --index-space-band: 2.25rem; --index-space-action: 2rem; --index-space-content: 1.5rem; }
}
.index-page > .index-content { padding-block: var(--index-space-content); }
.index-page > .jumbotron-bs5 { padding-block: var(--index-space-section); margin-block: 0; }
.index-page p { margin-block: 0 var(--index-space-text); }
.index-page .index-product-heading > p:last-child,
.index-page .index-static-band-copy > p:last-child,
.index-page > .jumbotron-bs5 > .container > p:last-child,
.index-page .index-content .row > div > p:last-child { margin-bottom: 0; }
.index-page .index-content .row { row-gap: var(--index-space-group); }
.index-page .index-content .row > [class*="col-"] { margin-bottom: 0; }
.index-page .index-content .row > div > h3:first-child { margin-top: 0; }
.index-page .index-landing-visual figure { margin-bottom: 0; }
.index-page p, .index-page ul { text-align: left; color: #4c5a74; line-height: 1.6; }
.index-page ul { padding-inline-start: 1.4rem; }
.index-page li { margin-bottom: .4rem; }
.index-page h2 { margin-bottom: var(--index-space-text); }
.index-page h3 { margin-top: var(--index-space-group); margin-bottom: .75rem; }
.index-page .index-product { position: relative; padding-block: var(--index-space-section); }
.index-page .index-product + .index-product { border-top: 1px solid #e9eff7; }
.index-page .index-product-heading { max-width: 1050px; margin: 0 auto var(--index-space-group); text-align: center; }
.index-page .index-product-heading .index-product-label { display: inline-block; color: #075bf2; background: #edf4ff; border-radius: 2rem; padding: .45rem 1.1rem; margin-bottom: 1rem; font-size: .85rem; font-weight: 700; letter-spacing: .035em; text-transform: uppercase; }
.index-page .index-product-heading .index-product-title { font-size: clamp(1.85rem, 3.4vw, 3.2rem); line-height: 1.15; letter-spacing: -.035em; font-weight: 750; margin: 0 0 1rem; }
.index-page .index-product-heading p { text-align: center; margin: 0 auto 1rem; max-width: 980px; }
.index-page .index-product-heading p:first-of-type { font-size: 1.15rem; }
.index-page .index-benefits { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1.5rem; margin: var(--index-space-group) auto; }
.index-page .index-benefit { display: flex; align-items: center; gap: 1rem; text-align: left; }
.index-page .index-benefit > i { display: grid; place-items: center; width: 64px; height: 64px; flex: 0 0 64px; border-radius: 50%; background: #e2f5ea; color: #008957; font-size: 1.65rem; }
.index-page .index-benefit:nth-child(2) > i { background: #eee8ff; color: #7e44d9; }
.index-page .index-benefit:nth-child(3) > i { background: #fce7ee; color: #e83e80; }
.index-page .index-benefit:nth-child(4) > i { background: #e3f2ff; color: #0780fa; }
.index-page .index-benefit h3 { display: block; font-size: 1rem; line-height: 1.3; }
.index-page .index-benefit p { margin: .2rem 0 0; font-size: .9rem; line-height: 1.4; }
.index-page .index-feature-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; align-items: stretch; }
.index-page .index-feature { min-width: 0; text-align: left; padding: 1.4rem; border: 1px solid #deebfb; border-radius: 1rem; background: linear-gradient(140deg, #f6faff, #fbfdff); }
.index-page .index-feature:nth-child(2) { background: linear-gradient(140deg, #f3fbf6, #fcfefc); border-color: #def0e5; }
.index-page .index-feature:nth-child(3) { background: linear-gradient(140deg, #fffaf2, #fffdf9); border-color: #faead3; }
.index-page .index-feature-heading { display: flex; align-items: flex-start; gap: 1rem; margin-bottom: 1rem; }
.index-page .index-feature-heading > i { display: grid; place-items: center; width: 52px; height: 52px; flex: 0 0 52px; border-radius: 1rem; color: #087ef6; background: #e3f2ff; font-size: 1.5rem; }
.index-page .index-feature:nth-child(2) .index-feature-heading > i { color: #008957; background: #e2f5ea; }
.index-page .index-feature:nth-child(3) .index-feature-heading > i { color: #f58b00; background: #fff0db; }
.index-page .index-feature-heading h3 { font-size: 1.3rem; line-height: 1.25; letter-spacing: -.02em; margin: .3rem 0 0; font-weight: 700; }
.index-page .index-feature p { font-size: .95rem; }
.index-page .index-feature > :last-child { margin-bottom: 0; }
.index-page .index-type-list { list-style: none; padding: 0; margin-bottom: 0; }
.index-page .index-type-list li { display: flex; align-items: baseline; gap: 1rem; margin: 0; padding-block: .35rem; color: #26344e; font-size: .95rem; }
.index-page .index-type-list li > i { width: 1.25rem; flex: 0 0 1.25rem; text-align: center; color: #4c5a74; }
.index-page .index-samples { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: .65rem; margin-block: 1.75rem 0; }
.index-page .index-sample { min-width: 0; width: 100%; margin: 0 auto; max-width: 200px; padding: .65rem .5rem; text-align: center; background: white; border: 1px solid #e8edf1; border-radius: .75rem; box-shadow: 0 2px 5px rgb(20 40 60 / 4%); }
.index-page .index-sample img { display: block; width: 100%; height: auto; aspect-ratio: 1; object-fit: contain; }
.index-page figcaption { margin-top: .6rem; font-size: .85rem; line-height: 1.4; color: #35435f; overflow-wrap: anywhere; }
.index-page .index-format-row { display: flex; align-items: center; gap: .85rem; margin-bottom: .6rem; padding: .85rem; border-radius: .8rem; background: #fff; box-shadow: 0 2px 7px rgb(20 40 60 / 4%); }
.index-page .index-format-row > i { display: grid; place-items: center; flex: 0 0 42px; width: 42px; height: 42px; font-size: 1.4rem; border-radius: 50%; background: #e3f2ff; color: #087ef6; }
.index-page .index-format-row:nth-of-type(2) > i { color: #7e44d9; background: #eee8ff; }
.index-page .index-format-row:nth-of-type(3) > i { color: #008957; background: #e2f5ea; }
.index-page .index-format-row strong { display: block; font-size: .95rem; }
.index-page .index-format-row span { display: block; color: #4c5a74; font-size: .85rem; }
.index-page .index-product-cta { text-align: center; margin-top: 2rem; }
.index-page .index-product-button { display: inline-flex; align-items: center; justify-content: center; gap: 1rem; min-height: 64px; max-width: 100%; padding: 1rem 2rem; border-radius: .75rem; font-size: 1.2rem; font-weight: 600; background: var(--bs-primary, #0d6efd); border-color: var(--bs-primary, #0d6efd); }
.index-page .index-product-button:hover { background: #0b5ed7; border-color: #0a58ca; }
.index-page .index-product-button:focus-visible { outline: 3px solid #072b69; outline-offset: 4px; }
.index-page .index-landing-layout { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr); align-items: center; gap: var(--index-space-group) 3rem; text-align: left; }
.index-page .index-landing-example { display: block; width: 100%; max-width: 420px; height: auto; margin-inline: auto; }
@media (max-width: 1199.98px) {
  .index-page .index-feature { padding: 1.1rem; }
  .index-page .index-feature-heading { gap: .65rem; }
  .index-page .index-feature-heading > i { width: 42px; height: 42px; flex-basis: 42px; }
  .index-page .index-benefit { gap: .65rem; }
  .index-page .index-benefit > i { width: 48px; height: 48px; flex-basis: 48px; }
}
@media (max-width: 991.98px) {
  .index-page .index-landing-layout { grid-template-columns: minmax(0, 1fr); gap: var(--index-space-group) 1.5rem; }
  .index-page .index-benefits { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .index-page .index-feature-grid { grid-template-columns: minmax(0, 1fr); }
  .index-page .index-feature { padding: 1.5rem; }
  .index-page .index-samples { max-width: 640px; margin-inline: auto; }
}
@media (max-width: 575.98px) {
  .index-page .index-benefits { gap: 1.2rem .7rem; }
  .index-page .index-benefit { align-items: flex-start; }
  .index-page .index-benefit > i { width: 36px; height: 36px; flex-basis: 36px; font-size: 1.1rem; }
  .index-page .index-benefit h3 { font-size: .9rem; }
  .index-page .index-benefit p { font-size: .8rem; }
  .index-page .index-feature { padding: 1rem; }
  .index-page .index-samples { gap: .4rem; }
  .index-page .index-sample { padding: .5rem .3rem; }
  .index-page .index-product-button { width: 100%; font-size: 1.1rem; padding-inline: 1rem; }
}

/* Spacious Static QR feature bands; other product layouts remain unchanged. */
.index-page .index-static { padding-bottom: 0; }
.index-page .index-static-intro { padding-bottom: var(--index-space-content); }
.index-page .index-static .index-product-heading { max-width: 1130px; margin-bottom: 0; }
.index-page .index-static .index-product-title { font-size: clamp(2rem, 3.65vw, 3.5rem); font-weight: 800; line-height: 1.12; letter-spacing: -.03em; }
.index-page .index-static .index-product-heading .index-product-title + p { font-size: 1.375rem; line-height: 1.5; }
.index-page .index-static .index-benefits { gap: 2rem; margin: var(--index-space-group) 0 0; }
.index-page .index-static .index-benefit > i { width: 64px; height: 64px; flex-basis: 64px; }
.index-page .index-static .index-benefit h3 { font-size: 1.1rem; }
.index-page .index-static .index-benefit p { font-size: 1rem; }
.index-page .index-static-band { padding-block: var(--index-space-band); text-align: left; }
.index-page .index-static-types { background: #f5f9ff; }
.index-page .index-static-formats { background: #fffcf7; }
.index-page .index-static-band-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); align-items: center; gap: var(--index-space-group) clamp(2rem, 5vw, 5rem); }
.index-page .index-static-band-copy { min-width: 0; }
.index-page .index-static .index-feature-heading { gap: 1rem; margin-bottom: 1.5rem; }
.index-page .index-static .index-feature-heading h3 { margin: 0 0 .75rem; font-size: clamp(1.65rem, 2.4vw, 2.15rem); line-height: 1.2; }
.index-page .index-static .index-feature-heading p { margin: 0; font-size: 1.0625rem; }
.index-page .index-static .index-feature-heading > i { width: 40px; height: 40px; flex-basis: 40px; font-size: 1.5rem; border-radius: 0; background: transparent; }
.index-page .index-static-customize .index-feature-heading > i { color: #008957; }
.index-page .index-static-formats .index-feature-heading > i { color: #cd7000; }
.index-page .index-static-types .index-type-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .3rem 1.5rem; }
.index-page .index-static-types .index-type-list li { font-size: 1rem; gap: .65rem; }
.index-page .index-static-type-visual { position: relative; isolation: isolate; display: grid; place-items: center; min-width: 0; padding: 1.5rem; }
.index-page .index-static-type-visual::before { content: ''; position: absolute; z-index: -1; inset: 0; border-radius: 45% 55% 52% 48%; background: #eaf2ff; }
.index-page .index-static-type-visual img { display: block; width: min(100%, 320px); height: auto; }
.index-page .index-static-customize .index-static-band-copy { grid-column: 2; grid-row: 1; }
.index-page .index-static-customize .index-samples { grid-column: 1; grid-row: 1; margin: 0; max-width: none; gap: .85rem; }
.index-page .index-static .index-sample { max-width: none; padding: .75rem .5rem; border-radius: .65rem; box-shadow: none; }
.index-page .index-static .index-sample figcaption { font-size: .95rem; }
.index-page .index-static .index-format-list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.25rem; align-items: start; }
.index-page .index-static .index-format-row { display: flex; flex-direction: column; align-items: flex-start; gap: 1rem; margin: 0; padding: 0; background: transparent; box-shadow: none; border-radius: 0; }
.index-page .index-static .index-format-row > i { background: transparent; border-radius: 0; width: auto; height: 36px; flex-basis: 36px; font-size: 1.75rem; }
.index-page .index-static .index-format-row strong { font-size: 1rem; margin-bottom: .5rem; }
.index-page .index-static .index-format-row span { font-size: .95rem; line-height: 1.6; }
.index-page .index-static-action { padding-block: var(--index-space-action); }
.index-page .index-static .index-product-cta { margin: 0; }
@media (max-width: 1199.98px) {
  .index-page .index-static .index-benefits { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .index-page .index-static-band-layout { grid-template-columns: minmax(0, 1fr); gap: var(--index-space-group) 2.5rem; }
  .index-page .index-static-type-visual { max-width: 480px; width: 100%; margin-inline: auto; }
  .index-page .index-static-customize .index-static-band-copy, .index-page .index-static-customize .index-samples { grid-column: auto; grid-row: auto; }
  .index-page .index-static-customize .index-samples { max-width: 720px; width: 100%; margin-inline: auto; }
}
@media (max-width: 575.98px) {
  .index-page .index-static .container { padding-inline: 20px; }
  .index-page .index-static .index-product-heading .index-product-title + p { font-size: 1.125rem; }
  .index-page .index-static .index-benefits { grid-template-columns: minmax(0, 1fr); gap: 1.25rem; }
  .index-page .index-static-types .index-type-list { grid-template-columns: minmax(0, 1fr); }
  .index-page .index-static-customize .index-samples { grid-template-columns: repeat(2, minmax(0, 1fr)); max-width: 380px; }
  .index-page .index-static .index-sample:last-child { grid-column: 1 / -1; width: calc((100% - .85rem) / 2); justify-self: center; }
  .index-page .index-static .index-format-list { grid-template-columns: minmax(0, 1fr); gap: 2rem; }
  .index-page .index-static .index-format-row { flex-direction: row; }
  .index-page .index-static .index-format-row > i { width: 36px; flex-basis: 36px; }
}
@media (max-width: 375px) {
  .index-page .index-static-customize .index-samples { grid-template-columns: minmax(0, 1fr); max-width: 240px; }
  .index-page .index-static .index-sample:last-child { grid-column: auto; width: 100%; }
}

/* Product comparison and developer integrations on the English homepage. */
.index-page .index-benefit h3 { margin: 0; font-weight: 700; }
.index-page .index-type-list .index-type-more { color: #68758b; font-size: .9rem; }
.index-page .index-comparison-wrap { overflow-x: auto; border: 1px solid #deebfb; border-radius: 1rem; margin-block: var(--index-space-group) 0; }
.index-page .index-comparison { width: 100%; min-width: 640px; border-collapse: collapse; text-align: left; line-height: 1.5; }
.index-page .index-comparison caption { padding: 1rem; color: #4c5a74; caption-side: top; }
.index-page .index-comparison th, .index-page .index-comparison td { padding: 1rem 1.2rem; border-bottom: 1px solid #e5edf6; vertical-align: top; }
.index-page .index-comparison thead th { background: #edf4ff; color: #173763; }
.index-page .index-comparison tbody th { width: 22%; font-weight: 600; }
.index-page .index-comparison td { width: 26%; color: #4c5a74; }
.index-page .index-comparison tbody tr:nth-child(even) { background: #f8fbff; }
.index-page .index-comparison tbody tr:last-child > * { border-bottom: 0; }
.index-page .index-comparison-wrap:focus-visible { outline: 3px solid #075bf2; outline-offset: 4px; }
.index-page .index-developers { margin-block: 0; padding-block: var(--index-space-section); background: #122039; color: #f5f8ff; text-align: left; }
.index-page .index-developers > .container > p { color: #c6d4e9; max-width: 850px; }
.index-page .index-developers h2 { font-weight: 750; }
.index-page .index-developer-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: var(--index-space-group) 1.5rem; margin-top: var(--index-space-group); }
.index-page .index-developer-card { min-width: 0; display: flex; flex-direction: column; padding: clamp(1.25rem, 3vw, 2rem); border: 1px solid #3b4c68; border-radius: 1rem; background: #1c2d49; }
.index-page .index-developer-card h3 { margin-top: 0; color: #fff; }
.index-page .index-developer-card p, .index-page .index-developer-card ul { color: #d5dfee; }
.index-page .index-developer-card ul { padding-left: 1.2rem; }
.index-page .index-developer-card pre { padding: 1.2rem; border: 1px solid #425575; border-radius: .75rem; background: #0c172b; color: #b8e5ff; white-space: pre-wrap; overflow-wrap: anywhere; font-size: .9rem; line-height: 1.65; }
.index-page .index-developer-card code { color: #b8e5ff; overflow-wrap: anywhere; user-select: text; }
.index-page .index-developer-card blockquote { padding: 1rem 1.2rem; margin-block: .5rem 1.5rem; border-left: 3px solid #83bfff; background: #243953; color: #f5f8ff; }
.index-page .index-developer-card a { color: #a7d3ff; text-underline-offset: .2em; }
.index-page .index-developer-card > a:last-child { margin-top: auto; padding-top: 1rem; font-weight: 700; }
.index-page .index-developer-card a:hover { color: #fff; }
.index-page .index-developer-card a:focus-visible { outline: 3px solid #a7d3ff; outline-offset: 5px; }
@media (max-width: 767.98px) {
  .index-page .index-developer-grid { grid-template-columns: minmax(0, 1fr); }
  .index-page .index-comparison th, .index-page .index-comparison td { padding: .85rem; }
}

/* English homepage introduction: scoped to leave the product sections intact. */
.index-page .index-hero { padding-block: var(--index-space-section) var(--index-space-group); }
.index-page .index-hero-main { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr); gap: clamp(2rem, 4vw, 4rem); align-items: center; }
.index-page .index-hero-copy { min-width: 0; text-align: left; }
.index-page .index-hero-eyebrow { display: inline-block; margin: 0 0 var(--index-space-text); padding: .45rem 1rem; border-radius: 999px; color: #075bf2; background: #edf4ff; font-size: .8rem; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.index-page .index-hero h1 { margin: 0 0 var(--index-space-text); font-size: clamp(2.25rem, 4.2vw, 3.5rem); font-weight: 800; line-height: 1.08; letter-spacing: -.035em; color: #101b30; }
.index-page .index-hero-copy > p:not(.index-hero-eyebrow) { font-size: 1.0625rem; line-height: 1.65; max-width: 38rem; margin-bottom: var(--index-space-text); }
.index-page .index-hero-cta { display: inline-flex; align-items: center; justify-content: center; gap: .9rem; min-height: 56px; padding: .85rem 1.75rem; margin-top: .5rem; border-radius: .75rem; font-size: 1.1rem; font-weight: 600; background: var(--bs-primary, #0d6efd); border-color: var(--bs-primary, #0d6efd); }
.index-page .index-hero-cta:hover { background: #0b5ed7; border-color: #0a58ca; }
.index-page .index-hero a:focus-visible { outline: 3px solid #072b69; outline-offset: 4px; }
.index-page .index-hero-visual { position: relative; isolation: isolate; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.25rem 1rem; align-items: center; min-width: 0; max-width: 560px; width: 100%; margin-inline: auto; }
.index-page .index-hero-visual::before { content: ''; position: absolute; z-index: -1; inset: 12% 3% 12%; border-radius: 48% 52% 42% 58%; background: #f2f7ff; transform: rotate(-8deg); }
.index-page .index-hero-callout { display: flex; align-items: center; gap: .65rem; padding: .8rem; border: 1px solid #e6edf4; border-radius: .9rem; background: #fff; box-shadow: 0 4px 16px rgb(20 40 60 / 5%); text-align: left; min-width: 0; }
.index-page .index-hero-callout > i { display: grid; place-items: center; width: 36px; height: 36px; flex: 0 0 36px; border-radius: 11px; color: #008957; background: #e2f5ea; font-size: 1.05rem; }
.index-page .index-hero-formats > i { color: #7940cb; background: #eee8ff; }
.index-page .index-hero-callout strong, .index-page .index-hero-callout span { display: block; font-size: .875rem; line-height: 1.4; }
.index-page .index-hero-callout span { color: #4c5a74; }
.index-page .index-hero-qr { grid-column: 1 / -1; width: min(100%, 290px); justify-self: center; border: 1px solid #e4edf8; border-radius: 1.5rem; padding: 1rem; background: #fff; box-shadow: 0 8px 24px rgb(20 40 60 / 5%); }
.index-page .index-hero-qr img { display: block; width: 100%; height: auto; }
.index-page .index-hero-caption { text-align: center; font-size: 1.2rem; font-style: italic; font-weight: 600; line-height: 1.3; margin: 0; color: #335b87; transform: rotate(-5deg); }
.index-page .index-hero-trust { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1.5rem; border-top: 1px solid #e4ebf3; margin-top: var(--index-space-content); padding-top: var(--index-space-group); }
.index-page .index-hero-trust-item { display: flex; gap: .8rem; text-align: left; align-items: flex-start; min-width: 0; }
.index-page .index-hero-trust-item > i { display: grid; place-items: center; flex: 0 0 48px; width: 48px; height: 48px; border-radius: 50%; font-size: 1.25rem; color: #008957; background: #e2f5ea; }
.index-page .index-hero-security > i, .index-page .index-hero-policy > i { color: #086fd6; background: #e3f2ff; }
.index-page .index-hero-ads > i { color: #c52d62; background: #fce7ee; }
.index-page .index-hero-trust h2 { font-size: 1rem; font-weight: 700; line-height: 1.35; margin: .1rem 0 .3rem; }
.index-page .index-hero-trust p { font-size: .875rem; line-height: 1.5; margin: 0; }
@media (max-width: 1199.98px) {
  .index-page .index-hero-main { gap: 2rem; }
  .index-page .index-hero-callout { gap: .5rem; padding: .65rem; }
  .index-page .index-hero-trust { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 991.98px) {
  .index-page .index-hero-main { grid-template-columns: minmax(0, 1fr); gap: var(--index-space-group) 2.5rem; }
  .index-page .index-hero-copy { max-width: 640px; }
  .index-page .index-hero h1 { max-width: 19ch; }
}
@media (max-width: 575.98px) {
  .index-page .index-hero > .container { padding-inline: 20px; }
  .index-page .index-hero h1 { font-size: clamp(2rem, 8.5vw, 2.75rem); }
  .index-page .index-hero-cta { width: 100%; }
  .index-page .index-hero-visual { gap: 1rem .6rem; }
  .index-page .index-hero-callout { flex-direction: column; align-items: flex-start; padding: .75rem; }
  .index-page .index-hero-qr { width: min(100%, 270px); }
  .index-page .index-hero-trust { grid-template-columns: minmax(0, 1fr); gap: 1.25rem; margin-top: var(--index-space-group); }
}

/* Homepage statistics: reuse the product heading, spacing and blue palette. */
.index-page .index-statistics { padding-block: var(--index-space-section); background: #f2f7ff; }
.index-page .index-statistics .index-stats-eyebrow { display: flex; align-items: center; justify-content: center; gap: .75rem; color: #075bf2; font-size: .85rem; font-weight: 700; letter-spacing: .075em; text-transform: uppercase; }
.index-page .index-stats-eyebrow::before, .index-page .index-stats-eyebrow::after { content: ''; flex: 0 0 2rem; height: 1px; background: currentColor; }
.index-page .index-statistics .index-stats-intro { max-width: 640px; }
.index-page .index-stats-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: var(--index-space-group); margin: 0; }
.index-page .index-stat-card { display: flex; flex-direction: column; align-items: center; min-width: 0; padding: var(--index-space-content); text-align: center; background: #fff; border: 1px solid #deebfb; border-radius: 1rem; box-shadow: 0 4px 16px rgb(20 40 60 / 5%); }
.index-page .index-stat-card i { display: grid; place-items: center; width: 64px; height: 64px; flex: 0 0 64px; margin: 0 auto var(--index-space-text); border-radius: 50%; background: #e3f2ff; color: #075bf2; font-size: 1.65rem; }
.index-page .index-stat-card dt { order: 2; margin-top: .5rem; color: #4c5a74; font-size: 1rem; font-weight: 500; overflow-wrap: anywhere; }
.index-page .index-stat-card dd { order: 1; max-width: 100%; margin: 0; color: #075bf2; font-size: clamp(1.5rem, 2.7vw, 2.65rem); font-weight: 750; line-height: 1.2; letter-spacing: -.035em; overflow-wrap: anywhere; }
@media (max-width: 575.98px) {
  .index-page .index-stats-grid { grid-template-columns: minmax(0, 1fr); }
  .index-page .index-stat-card dd { font-size: 2rem; }
}
