body.stiqr-home {
  --stiqr-navy: var(--stiqr-color-navy, #12385b);
  --stiqr-orange: var(--stiqr-color-orange, #fe7b53);
  --stiqr-orange-soft: var(--stiqr-color-orange-soft, rgba(254, 123, 83, 0.14));
  --stiqr-green: var(--stiqr-color-green, #50e3ae);
  --stiqr-hero-bg: linear-gradient(135deg, #fffefc 0%, #fff8f0 42%, #f7fcfb 100%);
}

body.stiqr-home .bg-stiqr-navy {
  background: var(--stiqr-navy) !important;
  color: #fff !important;
}

body.stiqr-home .bg-stiqr-navy a {
  color: #fff !important;
}

body.stiqr-home .header-bg {
  background: var(--stiqr-hero-bg);
  box-shadow: inset 0 -1px 0 rgba(18, 56, 91, 0.04);
  isolation: isolate;
  overflow: hidden;
  position: relative;
}

body.stiqr-home .header-bg::before {
  background:
    radial-gradient(circle at 10% 16%, rgba(254, 123, 83, 0.16) 0, rgba(254, 123, 83, 0.09) 14%, transparent 34%),
    radial-gradient(circle at 84% 10%, rgba(80, 227, 174, 0.12) 0, rgba(80, 227, 174, 0.06) 14%, transparent 30%),
    radial-gradient(circle at 82% 78%, rgba(18, 56, 91, 0.08) 0, rgba(18, 56, 91, 0.035) 13%, transparent 32%),
    linear-gradient(115deg, rgba(255, 255, 255, 0.58) 8%, rgba(255, 255, 255, 0) 46%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: -2;
}

body.stiqr-home .header-bg::after {
  background:
    radial-gradient(circle at 22% 70%, rgba(18, 56, 91, 0.03) 0, rgba(18, 56, 91, 0.03) 8px, transparent 9px) 0 0 / 168px 168px,
    radial-gradient(circle at 74% 22%, rgba(254, 123, 83, 0.038) 0, rgba(254, 123, 83, 0.038) 7px, transparent 8px) 0 0 / 216px 216px,
    radial-gradient(circle at 12% 42%, rgba(255, 197, 132, 0.04) 0, rgba(255, 197, 132, 0.04) 6px, transparent 7px) 0 0 / 144px 144px;
  content: "";
  inset: 0;
  opacity: 0.7;
  pointer-events: none;
  position: absolute;
  z-index: -1;
}

body.stiqr-home .header-bg .hero-img {
  display: none !important;
}

body.stiqr-home [data-stiqr-hide="true"],
body.stiqr-home .stiqr-hide {
  display: none !important;
}

body.stiqr-home #logo-image img.stiqr-brand-logo {
  width: 118px;
  height: auto;
}

body.stiqr-home .footer-brand-logo {
  max-width: 172px;
  height: auto;
}

body.stiqr-home .stiqr-footer-shell {
  background: linear-gradient(180deg, rgba(12, 34, 58, 0.98) 0%, rgba(8, 24, 42, 1) 100%);
}

body.stiqr-home .stiqr-footer-cta {
  background: linear-gradient(135deg, rgba(254, 123, 83, 0.16) 0%, rgba(80, 227, 174, 0.1) 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 28px;
}

body.stiqr-home .stiqr-footer-eyebrow {
  color: var(--stiqr-orange) !important;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.stiqr-home .stiqr-footer-cta .btn-outline-light:hover,
body.stiqr-home .stiqr-footer-cta .btn-outline-light:focus {
  color: var(--stiqr-navy) !important;
}

body.stiqr-home .stiqr-footer-cta .btn-light {
  background-color: #fff !important;
  border-color: #fff !important;
  color: var(--stiqr-navy) !important;
}

body.stiqr-home .stiqr-footer-cta .btn-light:hover,
body.stiqr-home .stiqr-footer-cta .btn-light:focus {
  background-color: #fff3ed !important;
  border-color: #fff3ed !important;
  color: var(--stiqr-navy) !important;
}

body.stiqr-home .stiqr-footer-list a {
  color: rgba(255, 255, 255, 0.72);
  text-decoration: none;
}

body.stiqr-home .stiqr-footer-list a:hover,
body.stiqr-home .stiqr-footer-list a:focus {
  color: #fff;
}

body.stiqr-home .stiqr-footer-shell h1,
body.stiqr-home .stiqr-footer-shell h2,
body.stiqr-home .stiqr-footer-shell h3,
body.stiqr-home .stiqr-footer-shell .text-white {
  color: #fff !important;
}

body.stiqr-home .stiqr-footer-shell .text-gray,
body.stiqr-home .stiqr-footer-shell .text-info,
body.stiqr-home .privacy-footer .text-info {
  color: rgba(255, 255, 255, 0.82) !important;
}

body.stiqr-home .stiqr-footer-shell .text-reset,
body.stiqr-home .privacy-footer .text-reset {
  color: rgba(255, 255, 255, 0.92) !important;
}

body.stiqr-home .privacy-footer {
  background: rgba(8, 24, 42, 0.96) !important;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

body.stiqr-home h1,
body.stiqr-home h2,
body.stiqr-home .text-title,
body.stiqr-home .text-dark {
  color: var(--stiqr-navy) !important;
}

body.stiqr-home a {
  color: inherit;
}

body.stiqr-home .sticky-top,
body.stiqr-home #nav.navbar {
  background: #fff !important;
  border-bottom: 1px solid rgba(18, 56, 91, 0.06);
}

body.stiqr-home .sticky-top {
  z-index: 1050 !important;
}

body.stiqr-home .form-control:focus,
body.stiqr-home .form-select:focus,
body.stiqr-home .form-check-input:focus,
body.stiqr-home textarea:focus,
body.stiqr-home input:focus,
body.stiqr-home .accordion-button:focus,
body.stiqr-home .navbar-toggler:focus,
body.stiqr-home .btn:focus {
  border-color: rgba(18, 56, 91, 0.28) !important;
  box-shadow: 0 0 0 0.25rem rgba(254, 123, 83, 0.16) !important;
  outline: 0 !important;
}

body.stiqr-home #nav .nav-link,
body.stiqr-home #offcanvasNavbar .nav-link,
body.stiqr-home #nav .dropdown-item,
body.stiqr-home #offcanvasNavbar .dropdown-item {
  color: var(--stiqr-navy) !important;
}

body.stiqr-home #nav .dropdown-menu,
body.stiqr-home #offcanvasNavbar .dropdown-menu {
  border: 1px solid rgba(18, 56, 91, 0.08) !important;
  box-shadow: 0 18px 42px rgba(18, 56, 91, 0.12) !important;
}

body.stiqr-home .dropdown-item:hover,
body.stiqr-home .nav-link:hover {
  color: var(--stiqr-orange) !important;
}

body.stiqr-home .dropdown-item:hover .icon,
body.stiqr-home .nav-link:hover .icon {
  fill: var(--stiqr-orange) !important;
}

body.stiqr-home .text-primary,
body.stiqr-home .stiqr-partner-eyebrow {
  color: var(--stiqr-orange) !important;
}

body.stiqr-home .btn-primary,
body.stiqr-home .bg-primary,
body.stiqr-home .header-arrow,
body.stiqr-home .generator-dropdown .btn {
  background-color: var(--stiqr-orange) !important;
  border-color: var(--stiqr-orange) !important;
}

body.stiqr-home .btn-primary,
body.stiqr-home .generator-dropdown .btn,
body.stiqr-home .header-arrow {
  color: #fff !important;
}

body.stiqr-home .btn-primary:hover,
body.stiqr-home .btn-primary:focus,
body.stiqr-home .btn-primary:active {
  background-color: #f06a40 !important;
  border-color: #f06a40 !important;
  box-shadow: none !important;
}

body.stiqr-home .btn-secondary {
  background-color: var(--stiqr-navy) !important;
  border-color: var(--stiqr-navy) !important;
  color: #fff !important;
}

body.stiqr-home .btn-secondary:hover,
body.stiqr-home .btn-secondary:focus,
body.stiqr-home .btn-secondary:active {
  background-color: #0d2942 !important;
  border-color: #0d2942 !important;
  color: #fff !important;
  box-shadow: none !important;
}

body.stiqr-home .bg-primary.bg-opacity-10,
body.stiqr-home .text-primary.bg-primary.bg-opacity-10 {
  background-color: var(--stiqr-orange-soft) !important;
  color: var(--stiqr-orange) !important;
}

body.stiqr-home .btn-outline-primary,
body.stiqr-home .btn-check + .btn-outline-primary,
body.stiqr-home .border-primary {
  border-color: var(--stiqr-orange) !important;
  color: var(--stiqr-orange) !important;
}

body.stiqr-home .btn-outline-primary:hover,
body.stiqr-home .btn-outline-primary:focus {
  background-color: var(--stiqr-orange-soft) !important;
  border-color: var(--stiqr-orange) !important;
  color: var(--stiqr-orange) !important;
  box-shadow: none !important;
}

body.stiqr-home .btn-check:checked + .btn-outline-primary,
body.stiqr-home .btn-outline-primary.active,
body.stiqr-home .btn-outline-primary:active {
  background-color: var(--stiqr-orange) !important;
  border-color: var(--stiqr-orange) !important;
  color: #fff !important;
}

body.stiqr-home .accordion-button {
  background-color: #fff !important;
  box-shadow: none !important;
  color: var(--stiqr-navy) !important;
}

body.stiqr-home .accordion-button:not(.collapsed) {
  background-color: #fff !important;
  color: var(--stiqr-navy) !important;
}

body.stiqr-home .accordion-button::after {
  background-color: transparent !important;
  border-color: transparent !important;
  background-image: var(--bs-accordion-btn-icon) !important;
  background-size: 1.25rem !important;
}

body.stiqr-home .accordion-button:not(.collapsed)::after {
  background-color: transparent !important;
  border-color: transparent !important;
  background-image: var(--bs-accordion-btn-active-icon) !important;
}

body.stiqr-home .carousel-news-card a,
body.stiqr-home .py-lg-5.py-3.bg-white.rounded-2.text-center.border,
body.stiqr-home .py-lg-5.py-3.bg-white.rounded-2.text-center.border.h-100 {
  color: var(--stiqr-navy) !important;
}

body.stiqr-home .btn-green,
body.stiqr-home .border-green {
  background-color: var(--stiqr-green) !important;
  border-color: var(--stiqr-green) !important;
  color: var(--stiqr-navy) !important;
}

body.stiqr-home .text-green,
body.stiqr-home .btn-accent-outline {
  color: var(--stiqr-green) !important;
}

body.stiqr-home .btn-accent-outline {
  border-color: var(--stiqr-green) !important;
}

body.stiqr-home .btn-accent-outline:hover {
  background-color: rgba(80, 227, 174, 0.1) !important;
}

body.stiqr-home .header-item-new:hover,
body.stiqr-home .type-card-link:hover .type-card-insert,
body.stiqr-home .btn-main-templates:hover,
body.stiqr-home .btn-main-templates.active,
body.stiqr-home .dropdown-item.lang:hover {
  background-color: #fff4ed !important;
  border-color: rgba(254, 123, 83, 0.48) !important;
  box-shadow: 0 18px 36px rgba(18, 56, 91, 0.08) !important;
  color: var(--stiqr-orange) !important;
  outline-color: rgba(254, 123, 83, 0.48) !important;
}

body.stiqr-home .header-item-new:hover .header-arrow,
body.stiqr-home .btn-main-templates:hover .header-arrow {
  background: var(--stiqr-orange) !important;
}

body.stiqr-home .stiqr-feature-grid {
  align-items: stretch;
}

body.stiqr-home .stiqr-feature-card {
  background:
    radial-gradient(circle at 86% 12%, rgba(80, 227, 174, 0.14) 0, rgba(80, 227, 174, 0.08) 22%, transparent 46%),
    linear-gradient(145deg, #fff 0%, #fffaf7 100%);
  border: 1px solid rgba(18, 56, 91, 0.08);
  border-radius: 28px;
  box-shadow: 0 18px 44px rgba(18, 56, 91, 0.06);
  color: var(--stiqr-navy) !important;
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 250px;
  overflow: hidden;
  padding: 28px;
  position: relative;
  text-decoration: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

body.stiqr-home .stiqr-feature-card::after {
  background:
    linear-gradient(90deg, rgba(18, 56, 91, 0.05) 1px, transparent 1px),
    linear-gradient(180deg, rgba(18, 56, 91, 0.05) 1px, transparent 1px);
  background-size: 32px 32px;
  content: "";
  inset: 0;
  opacity: 0.18;
  pointer-events: none;
  position: absolute;
}

body.stiqr-home .stiqr-feature-card > * {
  position: relative;
  z-index: 1;
}

body.stiqr-home .stiqr-feature-card:hover,
body.stiqr-home .stiqr-feature-card:focus {
  border-color: rgba(254, 123, 83, 0.45);
  box-shadow: 0 24px 54px rgba(18, 56, 91, 0.1);
  color: var(--stiqr-navy) !important;
  transform: translateY(-4px);
}

body.stiqr-home .stiqr-feature-card--accent {
  background:
    radial-gradient(circle at 84% 14%, rgba(80, 227, 174, 0.2) 0, rgba(80, 227, 174, 0.1) 24%, transparent 48%),
    linear-gradient(145deg, #fff4ee 0%, #fff 62%, #f4fffb 100%);
}

body.stiqr-home .stiqr-feature-card--soft {
  background:
    radial-gradient(circle at 80% 18%, rgba(254, 123, 83, 0.18) 0, rgba(254, 123, 83, 0.08) 22%, transparent 48%),
    linear-gradient(145deg, #f7fffc 0%, #fff 100%);
}

body.stiqr-home .stiqr-feature-icon {
  align-items: center;
  background: rgba(254, 123, 83, 0.12);
  border: 1px solid rgba(254, 123, 83, 0.2);
  border-radius: 18px;
  color: var(--stiqr-orange);
  display: inline-flex;
  height: 58px;
  justify-content: center;
  margin-bottom: 22px;
  width: 58px;
}

body.stiqr-home .stiqr-feature-icon svg {
  display: block;
  fill: currentColor;
  height: 32px;
  width: 32px;
}

body.stiqr-home .stiqr-feature-card h3 {
  color: var(--stiqr-navy);
  font-size: 1.28rem;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 12px;
}

body.stiqr-home .stiqr-feature-card p {
  color: #5f6b7a;
  line-height: 1.65;
  margin-bottom: 22px;
}

body.stiqr-home .stiqr-feature-card__link {
  color: var(--stiqr-orange);
  font-weight: 800;
  margin-top: auto;
}

body.stiqr-home .stiqr-scenario-card {
  border: 1px solid rgba(18, 56, 91, 0.08);
  box-shadow: 0 16px 38px rgba(18, 56, 91, 0.05);
  height: 100%;
}

body.stiqr-home .stiqr-scenario-icon {
  align-items: center;
  background: linear-gradient(145deg, rgba(254, 123, 83, 0.14), rgba(80, 227, 174, 0.16));
  border-radius: 18px;
  color: var(--stiqr-navy);
  display: inline-flex;
  height: 58px;
  justify-content: center;
  width: 58px;
}

body.stiqr-home .stiqr-scenario-icon svg {
  display: block;
  fill: currentColor;
  height: 32px;
  width: 32px;
}

body.stiqr-home .stiqr-faq-visual {
  filter: drop-shadow(0 22px 36px rgba(18, 56, 91, 0.1));
}

body.stiqr-home .stiqr-header-create-wrap {
  margin-left: 0.75rem;
}

body.stiqr-home #createNewBtnHeader.stiqr-header-create {
  border-radius: 0.9rem !important;
  display: inline-flex !important;
  justify-content: center;
  line-height: 1.2;
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
  white-space: nowrap;
}

body.stiqr-home #nav a.btn-secondary.btn,
body.stiqr-home #offcanvasNavbar a.btn-secondary.btn {
  align-items: center;
  display: inline-flex !important;
  justify-content: center;
  line-height: 1.2;
  min-width: 158px;
  text-align: center;
  white-space: nowrap;
}

body.stiqr-home .stiqr-start-steps {
  align-items: stretch;
}

body.stiqr-home .stiqr-start-card {
  background:
    radial-gradient(circle at 18% 12%, rgba(254, 123, 83, 0.12), transparent 34%),
    radial-gradient(circle at 86% 18%, rgba(80, 227, 174, 0.1), transparent 32%),
    #fff !important;
  border-color: rgba(18, 56, 91, 0.1) !important;
  box-shadow: 0 20px 48px rgba(18, 56, 91, 0.08);
  min-height: 284px;
  padding: 40px 28px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

body.stiqr-home .stiqr-start-card:hover,
body.stiqr-home .stiqr-start-card:focus-within {
  border-color: rgba(254, 123, 83, 0.38) !important;
  box-shadow: 0 26px 58px rgba(18, 56, 91, 0.12);
  transform: translateY(-4px);
}

body.stiqr-home .stiqr-start-icon {
  align-items: center;
  background: linear-gradient(135deg, rgba(254, 123, 83, 0.13), rgba(18, 56, 91, 0.05));
  border: 1px solid rgba(254, 123, 83, 0.24);
  border-radius: 24px;
  color: var(--stiqr-navy);
  display: flex;
  height: 92px;
  justify-content: center;
  width: 92px;
}

body.stiqr-home .stiqr-start-icon svg {
  display: block;
  height: 54px;
  width: 54px;
}

body.stiqr-home .stiqr-start-copy {
  color: var(--stiqr-muted);
  font-size: 0.94rem;
  line-height: 1.65;
}

body.stiqr-home .stiqr-trusted-logo-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.stiqr-home .stiqr-trusted-logo-card {
  align-items: center;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(18, 56, 91, 0.08);
  border-radius: 20px;
  box-shadow: 0 14px 36px rgba(18, 56, 91, 0.08);
  display: flex;
  height: 128px;
  justify-content: center;
  padding: 18px;
}

body.stiqr-home .stiqr-trusted-logo-card--wide {
  grid-column: span 2;
}

body.stiqr-home .stiqr-trusted-logo {
  display: block;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
  width: auto;
}

body.stiqr-home .accordion-button.collapsed {
  background-color: #fff !important;
  color: var(--stiqr-navy) !important;
}

body.stiqr-home .btn-white.text-primary-dark {
  border: 1px solid rgba(18, 56, 91, 0.12) !important;
  color: var(--stiqr-navy) !important;
}

body.stiqr-home .btn-white.text-primary-dark:hover,
body.stiqr-home .btn-white.text-primary-dark:focus {
  background-color: rgba(18, 56, 91, 0.05) !important;
  border-color: rgba(18, 56, 91, 0.18) !important;
  color: var(--stiqr-navy) !important;
}

body.stiqr-home .footer .stiqr-footer-note {
  color: #8b929a;
  max-width: 520px;
}

body.stiqr-home .stiqr-partner-band {
  background:
    radial-gradient(circle at 18% 28%, rgba(254, 123, 83, 0.12) 0, rgba(254, 123, 83, 0.05) 20%, transparent 40%),
    radial-gradient(circle at 82% 18%, rgba(80, 227, 174, 0.12) 0, rgba(80, 227, 174, 0.05) 18%, transparent 34%),
    linear-gradient(252deg, #fff9f4 3%, #fffdfb 38%, #f3f9ff 97%) !important;
}

body.stiqr-home .stiqr-partner-band h2 em,
body.stiqr-home .stiqr-partner-band .text-gray {
  color: #5f6480 !important;
}

body.stiqr-home .stiqr-partner-band .btn.btn-primary {
  box-shadow: 0 14px 28px rgba(18, 56, 91, 0.08);
}

body.stiqr-home .stiqr-partner-visual {
  filter: drop-shadow(0 24px 38px rgba(18, 56, 91, 0.1));
  max-height: 618px;
  object-fit: contain;
  width: 100%;
}

body.stiqr-home .stiqr-cta-inline {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

body.stiqr-home .stiqr-soft-pill {
  background: var(--stiqr-orange-soft);
  border-radius: 999px;
  color: var(--stiqr-orange);
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.02em;
  padding: 6px 12px;
  text-transform: uppercase;
}

body.stiqr-home .stiqr-hero-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: minmax(0, 1.25fr) minmax(0, 1fr) minmax(0, 1fr);
}

body.stiqr-home .stiqr-hero-card {
  color: var(--stiqr-navy) !important;
  display: flex;
  flex-direction: column;
  min-height: 220px;
  padding: 22px 24px;
  position: relative;
}

body.stiqr-home .stiqr-hero-card--wide {
  grid-column: 1 / -1;
  min-height: 136px;
}

body.stiqr-home .stiqr-hero-card--wide .stiqr-hero-card__copy {
  max-width: none;
  width: 100%;
}

body.stiqr-home .stiqr-hero-card__head {
  align-items: center;
  display: flex;
  justify-content: space-between;
  gap: 12px;
}

body.stiqr-home .stiqr-hero-card__body {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 18px;
}

body.stiqr-home .stiqr-hero-card__copy {
  color: #6f6a87;
  font-size: 15px;
  line-height: 1.55;
  margin: 16px 0 0;
  max-width: 34rem;
}

body.stiqr-home .stiqr-hero-card__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: auto;
}

body.stiqr-home .stiqr-hero-chip {
  background: rgba(18, 56, 91, 0.06);
  border-radius: 999px;
  color: var(--stiqr-navy);
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  padding: 10px 12px;
}

body.stiqr-home .stiqr-hero-card__visual-wrap {
  align-items: flex-end;
  display: flex;
  flex: 1;
  justify-content: center;
  margin-top: 18px;
  overflow: hidden;
}

body.stiqr-home .stiqr-hero-card__visual-img {
  display: block;
  height: auto;
  margin-bottom: -20px;
  max-height: 210px;
  max-width: 82%;
  object-fit: contain;
}

body.stiqr-home .stiqr-hero-card--interactive {
  justify-content: space-between;
}

body.stiqr-home .stiqr-hero-card--interactive .stiqr-hero-card__copy {
  max-width: 18rem;
}

body.stiqr-home .stiqr-hero-card--interactive::after {
  background:
    radial-gradient(circle at center, rgba(254, 123, 83, 0.18) 0, rgba(254, 123, 83, 0.08) 34%, transparent 35%),
    radial-gradient(circle at center, rgba(18, 56, 91, 0.08) 0, rgba(18, 56, 91, 0.04) 52%, transparent 53%);
  border-radius: 999px;
  content: "";
  height: 180px;
  opacity: 0.95;
  position: absolute;
  right: -24px;
  top: 84px;
  width: 180px;
}

body.stiqr-home .stiqr-hero-card--interactive > * {
  position: relative;
  z-index: 1;
}

body.stiqr-home .stiqr-hero-quick-wrap {
  color: var(--stiqr-navy);
  grid-column: 1 / -1;
  padding: 22px 24px 24px;
}

body.stiqr-home .stiqr-hero-quick-head {
  align-items: flex-end;
  display: flex;
  gap: 12px;
  justify-content: space-between;
  margin-bottom: 18px;
}

body.stiqr-home .stiqr-hero-quick-title {
  color: var(--stiqr-navy);
  font-size: 1.05rem;
  font-weight: 700;
}

body.stiqr-home .stiqr-hero-quick-copy {
  color: #6f6a87;
  font-size: 0.95rem;
  line-height: 1.5;
}

body.stiqr-home .stiqr-hero-quick-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

body.stiqr-home .stiqr-quick-card {
  align-items: center;
  background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(249, 247, 255, 0.9) 100%);
  border: 1px solid rgba(18, 56, 91, 0.08);
  border-radius: 1rem;
  color: var(--stiqr-navy) !important;
  display: flex;
  gap: 10px;
  justify-content: center;
  min-height: 68px;
  padding: 14px 12px;
  text-align: center;
  transition:
    border-color 0.18s ease,
    box-shadow 0.18s ease,
    transform 0.18s ease;
}

body.stiqr-home .stiqr-quick-card span {
  font-size: 0.96rem;
  font-weight: 700;
  line-height: 1.2;
}

body.stiqr-home .stiqr-quick-card:hover,
body.stiqr-home .stiqr-quick-card:focus {
  border-color: rgba(254, 123, 83, 0.36);
  box-shadow: 0 16px 34px rgba(18, 56, 91, 0.08);
  transform: translateY(-2px);
}

body.stiqr-home .stiqr-hero-grid + .text-start.d-flex.justify-content-center.mt-4 {
  margin-top: 1.5rem !important;
}

@media (min-width: 768px) {
  body.stiqr-home #logo-image img.stiqr-brand-logo {
    width: 132px;
  }
}

@media (max-width: 991px) {
  body.stiqr-home .stiqr-hero-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.stiqr-home .stiqr-hero-card--wide {
    grid-column: 1 / -1;
  }

  body.stiqr-home .stiqr-hero-card {
    min-height: 210px;
  }

  body.stiqr-home .stiqr-hero-quick-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  body.stiqr-home .header-bg {
    padding-bottom: 88px;
  }

  body.stiqr-home .stiqr-hero-grid {
    grid-template-columns: 1fr;
  }

  body.stiqr-home .stiqr-hero-card,
  body.stiqr-home .stiqr-hero-card--wide {
    min-height: auto;
  }

  body.stiqr-home .stiqr-hero-card__copy {
    font-size: 14px;
    max-width: none;
  }

  body.stiqr-home .stiqr-hero-card__visual-img {
    margin-bottom: -12px;
    max-height: 180px;
  }

  body.stiqr-home .stiqr-hero-quick-wrap {
    padding: 18px;
  }

  body.stiqr-home .stiqr-hero-quick-head {
    margin-bottom: 14px;
  }

  body.stiqr-home .stiqr-hero-quick-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.stiqr-home .stiqr-quick-card {
    justify-content: flex-start;
    min-height: 60px;
  }

  body.stiqr-home .stiqr-hero-card--interactive::after {
    height: 140px;
    right: -32px;
    top: 96px;
    width: 140px;
  }
}

body.stiqr-home #nav a.btn.btn-secondary,
body.stiqr-home #nav button.btn.btn-secondary,
body.stiqr-home #offcanvasNavbar a.btn.btn-secondary,
body.stiqr-home #offcanvasNavbar button.btn.btn-secondary {
  background-color: var(--stiqr-navy) !important;
  background-image: none !important;
  border-color: var(--stiqr-navy) !important;
  box-shadow: none !important;
  color: #fff !important;
}

body.stiqr-home #nav a.btn.btn-secondary:hover,
body.stiqr-home #nav a.btn.btn-secondary:focus,
body.stiqr-home #nav button.btn.btn-secondary:hover,
body.stiqr-home #nav button.btn.btn-secondary:focus,
body.stiqr-home #offcanvasNavbar a.btn.btn-secondary:hover,
body.stiqr-home #offcanvasNavbar a.btn.btn-secondary:focus,
body.stiqr-home #offcanvasNavbar button.btn.btn-secondary:hover,
body.stiqr-home #offcanvasNavbar button.btn.btn-secondary:focus {
  background-color: #0d2942 !important;
  background-image: none !important;
  border-color: #0d2942 !important;
  box-shadow: none !important;
  color: #fff !important;
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  body.stiqr-home #offcanvasNavbar {
    min-width: 0;
  }

  body.stiqr-home #offcanvasNavbar .offcanvas-body,
  body.stiqr-home #offcanvasNavbar .navbar-nav {
    min-width: 0;
  }

  body.stiqr-home #offcanvasNavbar .navbar-nav {
    padding-right: 0.5rem !important;
  }

  body.stiqr-home #offcanvasNavbar .navbar-nav > .nav-item.me-xl-3 {
    margin-right: 0.5rem !important;
  }

  body.stiqr-home #createNewBtnHeader.stiqr-header-create,
  body.stiqr-home #nav a.btn-secondary.btn,
  body.stiqr-home #offcanvasNavbar a.btn-secondary.btn {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  body.stiqr-home #offcanvasNavbar a.btn-secondary.btn {
    min-width: 146px;
  }

  body.stiqr-home #createNewBtnHeader.stiqr-header-create {
    margin-right: 0.5rem !important;
  }

  body.stiqr-home #offcanvasNavbar .dropdown.ms-3 {
    margin-left: 0.5rem !important;
  }
}

@media (max-width: 991.98px) {
  body.stiqr-home .stiqr-trusted-logo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.stiqr-home .stiqr-trusted-logo-card--wide {
    grid-column: span 1;
  }
}

@media (max-width: 575.98px) {
  body.stiqr-home .stiqr-start-card {
    min-height: 0;
    padding: 30px 22px;
  }

  body.stiqr-home .stiqr-start-icon {
    border-radius: 20px;
    height: 82px;
    width: 82px;
  }

  body.stiqr-home .stiqr-start-icon svg {
    height: 48px;
    width: 48px;
  }

  body.stiqr-home .stiqr-trusted-logo-grid {
    gap: 12px;
  }

  body.stiqr-home .stiqr-trusted-logo-card {
    height: 100px;
    padding: 14px;
  }
}

body.stiqr-home #LogoQrSection a.btn.btn-white.text-primary-dark,
body.stiqr-home #LogoQrSection button.btn.btn-white.text-primary-dark {
  background-color: #fff !important;
  background-image: none !important;
  border: 1px solid rgba(18, 56, 91, 0.14) !important;
  box-shadow: none !important;
  color: var(--stiqr-navy) !important;
}

body.stiqr-home #LogoQrSection a.btn.btn-white.text-primary-dark:hover,
body.stiqr-home #LogoQrSection a.btn.btn-white.text-primary-dark:focus,
body.stiqr-home #LogoQrSection button.btn.btn-white.text-primary-dark:hover,
body.stiqr-home #LogoQrSection button.btn.btn-white.text-primary-dark:focus {
  background-color: rgba(18, 56, 91, 0.05) !important;
  background-image: none !important;
  border-color: rgba(18, 56, 91, 0.18) !important;
  box-shadow: none !important;
  color: var(--stiqr-navy) !important;
}

body.stiqr-home .new-pricing-bg {
  background:
    radial-gradient(circle at 14% 18%, rgba(254, 123, 83, 0.12) 0, rgba(254, 123, 83, 0.06) 20%, transparent 42%),
    radial-gradient(circle at 84% 14%, rgba(80, 227, 174, 0.12) 0, rgba(80, 227, 174, 0.06) 18%, transparent 36%),
    linear-gradient(180deg, #fffdfb 0%, #fff7f1 58%, #f6fbff 100%) !important;
}

body.stiqr-home .new-pricing-bg .bg-white.rounded-4.border {
  border-color: rgba(18, 56, 91, 0.08) !important;
  box-shadow: 0 18px 42px rgba(18, 56, 91, 0.06);
}

body.stiqr-home .new-pricing-bg .text-gray {
  color: #6f6a87 !important;
}

body.stiqr-home .carousel-news-card img,
body.stiqr-home .d-flex.flex-nowrap.overflow-auto.d-lg-none > a img {
  aspect-ratio: 368 / 253;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

body.stiqr-home .bg-light-magenta,
body.stiqr-home .bg-pink-light,
body.stiqr-home .border-light-magenta,
body.stiqr-home .bg-pink {
  border-color: rgba(254, 123, 83, 0.22) !important;
}

body.stiqr-home .bg-light-magenta,
body.stiqr-home .bg-pink-light {
  background: rgba(254, 123, 83, 0.14) !important;
}

body.stiqr-home .bg-pink {
  background: linear-gradient(135deg, rgba(254, 123, 83, 0.12) 0%, rgba(80, 227, 174, 0.08) 100%) !important;
}

body.stiqr-home input.form-control:focus,
body.stiqr-home textarea.form-control:focus,
body.stiqr-home select.form-select:focus,
body.stiqr-home .form-floating > .form-control:focus,
body.stiqr-home .form-floating > .form-select:focus {
  background-color: #fff !important;
  border-color: rgba(18, 56, 91, 0.28) !important;
  box-shadow: 0 0 0 0.25rem rgba(254, 123, 83, 0.16) !important;
  color: var(--stiqr-navy) !important;
  outline: 0 !important;
}
