@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600;700&family=Inter:wght@400;500;600;700;800;900&display=swap");

#hero.rigel-hero-ready,
#hero.rigel-hero-mount {
  padding: 0 !important;
  margin: 0 !important;
  width: 100% !important;
  max-width: none !important;
  min-height: 100vh !important;
  height: auto !important;
  overflow: visible !important;
}

body.rigel-react-hero-active:not(.elementor-editor-active) #top-bar-wrap,
body.rigel-react-hero-active:not(.elementor-editor-active) #site-header,
body.rigel-react-hero-active:not(.elementor-editor-active) #site-header-sticky-wrapper,
body.rigel-react-hero-active:not(.elementor-editor-active) #site-navigation-wrap,
body.rigel-react-hero-active:not(.elementor-editor-active) #mobile-dropdown,
body.rigel-react-hero-active:not(.elementor-editor-active) .oceanwp-mobile-menu-icon,
body.rigel-react-hero-active:not(.elementor-editor-active) header.site-header,
body.rigel-react-hero-active:not(.elementor-editor-active) #page-header,
body.rigel-react-hero-active:not(.elementor-editor-active) .site-breadcrumbs {
  display: none !important;
}

#rigel-sl-header-account {
	display: none !important;
	visibility: hidden !important;
	pointer-events: none !important;
}

body.rigel-hero-login-open {
  overflow: hidden;
}

body.rigel-react-hero-active:not(.elementor-editor-active) #wrap,
body.rigel-react-hero-active:not(.elementor-editor-active) #main,
body.rigel-react-hero-active:not(.elementor-editor-active) #content-wrap {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

.rigel-hero-app {
  --rh-cream: #f7f5f1;
  --rh-cream-soft: #fbfaf7;
  --rh-forest: #2f3e33;
  --rh-forest-2: #4b5f51;
  --rh-gold: #c89a43;
  --rh-gold-hover: #ad8135;
  --rh-text: #1a1c1d;
  --rh-muted: #5c5f62;
  --rh-serif: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  --rh-sans: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  --rh-max: 1280px;
  --rh-nav-h: 76px;
  position: relative;
  min-height: 100vh;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  overflow-x: clip;
  overflow-y: visible;
  background: var(--rh-cream);
  display: grid;
  grid-template-rows: 40px var(--rh-nav-h) minmax(0, 1fr) minmax(96px, auto);
}

.rigel-hero-app *,
.rigel-hero-app *::before,
.rigel-hero-app *::after {
  box-sizing: border-box;
}

/* ── Top bar ── */
.rigel-hero-app__top {
  grid-row: 1;
  z-index: 6;
  background: var(--rh-forest);
  color: rgba(255, 255, 255, 0.9);
  font-family: var(--rh-sans);
  font-size: 13px;
}

.rigel-hero-app__top-inner,
.rigel-hero-app__nav-inner,
.rigel-hero-app__inner,
.rigel-hero-app__trust-inner {
  max-width: var(--rh-max);
  margin: 0 auto;
  width: 100%;
  padding-inline: clamp(20px, 3vw, 48px);
}

.rigel-hero-app__top-inner {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  white-space: nowrap;
}

.rigel-hero-app__top-tagline {
  font-weight: 500;
}

.rigel-hero-app__top-contact {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 500;
}

.rigel-hero-app__top-dot {
  opacity: 0.55;
}

.rigel-hero-app__top a {
  color: inherit;
  text-decoration: none;
}

.rigel-hero-app__top a:hover {
  color: #fff;
}

.rigel-hero-app__locale {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
}

.rigel-hero-app__flag {
  display: inline-grid;
  place-items: center;
  min-width: 28px;
  height: 22px;
  padding: 0 6px;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.12);
  font-size: 11px;
  letter-spacing: 0.04em;
}

.rigel-hero-app__flag--active {
  background: rgba(255, 255, 255, 0.22);
  color: #fff;
}

.rigel-hero-app__currency {
  display: none;
}

.rigel-hero-app--chrome {
  display: block;
  min-height: auto;
  width: 100%;
  margin: 0;
  background: #fff;
  grid-template-rows: none;
}

.rigel-site-chrome-mount {
  width: 100%;
  position: relative;
  z-index: 100;
}

/* ── Main navigation ── */
.rigel-hero-app__nav {
  grid-row: 2;
  z-index: 5;
  background: #fff;
  border-bottom: 1px solid rgba(31, 45, 36, 0.1);
  box-shadow: 0 4px 18px rgba(20, 28, 22, 0.04);
}

.rigel-hero-app__nav-inner {
  height: 76px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  column-gap: clamp(14px, 2vw, 28px);
}

.rigel-hero-app__logo {
  flex-shrink: 0;
  text-decoration: none;
  line-height: 0;
}

.rigel-hero-app__logo img {
  display: block;
  width: clamp(140px, 14vw, 168px);
  height: auto;
}

.rigel-hero-app__search {
  position: relative;
  width: 100%;
  max-width: 420px;
  min-width: 0;
  justify-self: center;
}

.rigel-hero-app__search-label {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.rigel-hero-app__search-icon {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  color: #8a9096;
  pointer-events: none;
  z-index: 1;
}

.rigel-hero-app__search-icon svg {
  display: block;
  width: 18px;
  height: 18px;
}

.rigel-hero-app__search-input {
  width: 100%;
  height: 42px;
  padding: 0 18px;
  border: 1px solid rgba(31, 45, 36, 0.16);
  border-radius: 999px;
  background: #fff;
  font-family: var(--rh-sans);
  font-size: 14px;
  color: var(--rh-text);
}

.rigel-hero-app__search-input:focus {
  outline: none;
  border-color: rgba(193, 154, 107, 0.65);
  box-shadow: 0 0 0 3px rgba(193, 154, 107, 0.15);
}

.rigel-hero-app__actions {
  display: flex;
  align-items: center;
  gap: clamp(8px, 1vw, 12px);
  justify-self: end;
  flex-shrink: 0;
  z-index: 2;
}

/* Account pill + dropdown */
.rigel-hero-app__account-wrap {
  position: relative;
}

.rigel-hero-app__account-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  padding: 0 14px;
  border: none;
  border-radius: 8px;
  background: rgba(193, 154, 107, 0.18);
  color: #1f2723;
  font-family: var(--rh-sans);
  font-size: 13px;
  cursor: pointer;
  transition: background 0.2s ease;
}

.rigel-hero-app__account-pill:hover,
.rigel-hero-app__account-pill--guest:hover {
  background: rgba(193, 154, 107, 0.28);
}

.rigel-hero-app__account-pill--guest {
  cursor: default;
  padding-right: 6px;
}

.rigel-hero-app__account-pill-action {
  border: none;
  padding: 0;
  background: none;
  font: inherit;
  font-weight: 600;
  color: var(--rh-gold-hover);
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.rigel-hero-app__account-pill-action:hover {
  color: #8a6528;
}

.rigel-hero-app__account-pill-link {
  font-weight: 600;
  color: #1f2723;
  text-decoration: none;
}

.rigel-hero-app__account-pill-link:hover {
  color: var(--rh-gold-hover);
  text-decoration: underline;
}

.rigel-hero-app__account-chevron-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  margin-left: 2px;
  border: none;
  border-radius: 6px;
  background: transparent;
  cursor: pointer;
}

.rigel-hero-app__account-chevron-btn:hover {
  background: rgba(193, 154, 107, 0.22);
}

.rigel-hero-app__account-pill-text {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
}

.rigel-hero-app__account-pill-text strong {
  font-weight: 700;
}

.rigel-hero-app__account-pill-sep {
  opacity: 0.45;
}

.rigel-hero-app__account-chevron {
  font-size: 11px;
  opacity: 0.65;
}

.rigel-hero-app__account-dropdown {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  min-width: 190px;
  margin: 0;
  padding: 8px 0;
  list-style: none;
  background: #fff;
  border-radius: 10px;
  border: 1px solid rgba(31, 45, 36, 0.1);
  box-shadow: 0 16px 40px rgba(20, 28, 22, 0.14);
  z-index: 20;
}

.rigel-hero-app__account-dropdown a {
  display: block;
  padding: 11px 18px;
  font-size: 14px;
  font-weight: 600;
  color: #1f2723;
  text-decoration: none;
}

.rigel-hero-app__account-dropdown a:hover {
  background: rgba(193, 154, 107, 0.12);
  color: var(--rh-gold-hover);
}

.rigel-hero-app__account-dropdown-action {
  display: block;
  width: 100%;
  padding: 11px 18px;
  border: none;
  background: none;
  font-family: var(--rh-sans);
  font-size: 14px;
  font-weight: 600;
  color: #1f2723;
  text-align: left;
  cursor: pointer;
}

.rigel-hero-app__account-dropdown-action:hover {
  background: rgba(193, 154, 107, 0.12);
  color: var(--rh-gold-hover);
}

.rigel-hero-app__cart {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  text-decoration: none;
  color: #1f2723;
}

.rigel-hero-app__cart:hover {
  color: var(--rh-gold-hover);
}

.rigel-hero-app__cart-icon {
  position: relative;
  display: flex;
  color: var(--rh-forest);
}

.rigel-hero-app__cart-icon svg {
  width: 26px;
  height: 26px;
}

.rigel-hero-app__cart-badge {
  position: absolute;
  top: -5px;
  right: -7px;
  min-width: 18px;
  height: 18px;
  padding: 0 4px;
  border-radius: 999px;
  background: #c0392b;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  line-height: 18px;
  text-align: center;
}

/* ── Login modal ── */
.rigel-hero-app__login-modal {
  --rh-cream: #f7f5f1;
  --rh-cream-soft: #fbfaf7;
  --rh-forest: #2f3e33;
  --rh-forest-2: #4b5f51;
  --rh-gold: #c89a43;
  --rh-gold-hover: #ad8135;
  --rh-text: #1a1c1d;
  --rh-muted: #5c5f62;
  --rh-serif: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  --rh-sans: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  position: fixed;
  inset: 0;
  z-index: 100100;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.28s ease, visibility 0.28s ease;
}

.rigel-hero-app__login-modal.is-open {
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
}

.rigel-hero-app__login-backdrop {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(47, 62, 51, 0.58) 0%, rgba(26, 28, 29, 0.42) 100%);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.rigel-hero-app__login-dialog {
  position: relative;
  width: min(440px, 100%);
  max-height: min(90vh, 720px);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  border-radius: 18px;
  background: var(--rh-cream-soft);
  border: 1px solid rgba(47, 62, 51, 0.12);
  box-shadow: 0 24px 60px rgba(20, 28, 22, 0.24);
  transform: translateY(10px) scale(0.98);
  opacity: 0;
  transition:
    transform 0.42s cubic-bezier(0.16, 1, 0.3, 1),
    opacity 0.3s ease;
}

.rigel-hero-app__login-modal.is-open .rigel-hero-app__login-dialog {
  transform: translateY(0) scale(1);
  opacity: 1;
}

.rigel-hero-app__login-dialog-head {
  position: relative;
  flex-shrink: 0;
  padding: 22px 24px 18px;
  background: linear-gradient(135deg, var(--rh-forest) 0%, #3a4d40 62%, rgba(200, 154, 67, 0.18) 100%);
  border-bottom: 1px solid rgba(200, 154, 67, 0.28);
}

.rigel-hero-app__login-close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.1);
  font-size: 24px;
  line-height: 1;
  color: #fff;
  cursor: pointer;
  transition: background 0.22s ease, border-color 0.22s ease, transform 0.22s ease;
}

.rigel-hero-app__login-close:hover {
  background: rgba(200, 154, 67, 0.22);
  border-color: rgba(200, 154, 67, 0.45);
  color: #fff;
}

.rigel-hero-app__login-title {
  margin: 0;
  padding-right: 42px;
  font-family: var(--rh-serif);
  font-size: 30px;
  font-weight: 600;
  line-height: 1.05;
  color: #fff;
}

.rigel-hero-app__login-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.42rem;
  margin: 0.5rem 0 0;
  font-family: var(--rh-sans);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.78);
}

.rigel-hero-app__login-tag-star {
  color: var(--rh-gold);
  font-size: 0.78rem;
}

.rigel-hero-app__login-body {
  flex: 1;
  overflow: auto;
  padding: 22px 22px 24px;
}

.rigel-hero-app__login-body .rigel-sl {
  margin: 0 0 16px;
  padding: 14px;
  border: 1px solid rgba(47, 62, 51, 0.1);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.72);
}

.rigel-hero-app__login-body .rigel-sl__label {
  margin: 0 0 10px;
  font-family: var(--rh-sans);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--rh-muted);
}

.rigel-hero-app__login-body .rigel-sl__buttons {
  flex-direction: column;
  gap: 10px;
}

.rigel-hero-app__login-body .rigel-sl__btn {
  width: 100%;
  min-height: 48px;
  padding: 0 18px;
  border-radius: 10px;
  font-family: var(--rh-sans);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.01em;
  transform: none;
}

.rigel-hero-app__login-body .rigel-sl__btn--google,
.rigel-hero-app__login-body .rigel-sl__btn--microsoft {
  background: #fff !important;
  color: var(--rh-text) !important;
  border: 1px solid rgba(47, 62, 51, 0.18) !important;
  box-shadow: 0 4px 14px rgba(47, 62, 51, 0.08);
  filter: none;
}

.rigel-hero-app__login-body .rigel-sl__btn--google:hover,
.rigel-hero-app__login-body .rigel-sl__btn--microsoft:hover {
  background: #fff !important;
  border-color: rgba(200, 154, 67, 0.55) !important;
  color: var(--rh-forest) !important;
  box-shadow: 0 8px 20px rgba(200, 154, 67, 0.16);
  transform: translateY(-1px);
}

.rigel-hero-app__login-body .rigel-sl__btn-icon {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #fff;
  box-shadow: inset 0 0 0 1px rgba(47, 62, 51, 0.14);
}

.rigel-hero-app__login-body .rigel-sl__btn-icon svg path:first-child {
  fill: var(--rh-forest) !important;
}

.rigel-hero-app__login-body .rigel-sl__or {
  margin: 16px 0 14px;
}

.rigel-hero-app__login-body .rigel-sl__or span {
  background: var(--rh-cream-soft);
  color: var(--rh-muted);
  font-family: var(--rh-sans);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.rigel-hero-app__login-body .rigel-sl__or::before {
  border-top-color: rgba(47, 62, 51, 0.14);
}

.rigel-hero-app__login-body .woocommerce-form-login {
  margin: 0;
}

.rigel-hero-app__login-body .woocommerce-form-login > h2 {
  display: none;
}

.rigel-hero-app__login-body .woocommerce-form-login .form-row {
  margin-bottom: 14px;
}

.rigel-hero-app__login-body .woocommerce-form-login label {
  display: block;
  margin-bottom: 6px;
  font-family: var(--rh-sans);
  font-size: 13px;
  font-weight: 600;
  color: var(--rh-text);
}

.rigel-hero-app__login-body .woocommerce-form-login input.input-text {
  width: 100%;
  min-height: 46px;
  padding: 0 14px;
  border-radius: 10px;
  border: 1px solid rgba(47, 62, 51, 0.16);
  background: #fff;
  font-family: var(--rh-sans);
  font-size: 15px;
  color: var(--rh-text);
}

.rigel-hero-app__login-body .woocommerce-form-login input.input-text:focus {
  outline: none;
  border-color: rgba(200, 154, 67, 0.65);
  box-shadow: 0 0 0 3px rgba(200, 154, 67, 0.15);
}

.rigel-hero-app__login-body .woocommerce-form-login .woocommerce-form__label-for-checkbox,
.rigel-hero-app__login-body .woocommerce-form-login .woocommerce-form-login__rememberme {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--rh-sans);
  font-size: 14px;
  font-weight: 500;
  color: var(--rh-muted);
}

.rigel-hero-app__login-body .woocommerce-form-login input[type="checkbox"] {
  accent-color: var(--rh-gold);
}

.rigel-hero-app__login-body .woocommerce-form-login .woocommerce-button {
  width: 100%;
  min-height: 48px;
  margin-top: 4px;
  border: 1px solid var(--rh-gold) !important;
  border-radius: 10px;
  background: var(--rh-gold) !important;
  color: #fff !important;
  font-family: var(--rh-sans);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: none;
  box-shadow: 0 8px 22px rgba(200, 154, 67, 0.28);
}

.rigel-hero-app__login-body .woocommerce-form-login .woocommerce-button:hover {
  background: var(--rh-gold-hover) !important;
  border-color: var(--rh-gold-hover) !important;
}

.rigel-hero-app__login-body .woocommerce-form-login .lost_password {
  margin: 12px 0 0;
}

.rigel-hero-app__login-body .woocommerce-form-login .lost_password a {
  font-family: var(--rh-sans);
  font-size: 14px;
  font-weight: 600;
  color: var(--rh-forest);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.rigel-hero-app__login-body .woocommerce-form-login .lost_password a:hover {
  color: var(--rh-gold-hover);
}

/* ── Hero main (original layout — slika ispod nav trake) ── */
.rigel-hero-app__main {
  grid-row: 3;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: var(--rh-cream);
  min-height: 0;
  margin-top: calc(-1 * var(--rh-nav-h));
  padding-top: var(--rh-nav-h);
}

.rigel-hero-app__visual-img {
  display: none;
}

.rigel-hero-app__visual {
  position: absolute;
  top: calc(-1 * var(--rh-nav-h));
  right: 0;
  bottom: 0;
  left: 15%;
  z-index: 0;
  pointer-events: none;
  background-image: var(--rh-hero-image);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: cover;
}

.rigel-hero-app__gradient {
  display: none;
}

.rigel-hero-app__inner {
  position: relative;
  z-index: 2;
  max-width: var(--rh-max);
  width: 100%;
  margin: 0 auto;
  min-height: 100%;
  padding-top: clamp(16px, 2.5vw, 32px);
  padding-bottom: clamp(18px, 2.5vw, 34px);
  padding-left: clamp(8px, 1vw, 16px);
  padding-right: clamp(20px, 3vw, 40px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.rigel-hero-app__content {
  width: 100%;
}

.rigel-hero-app__content-foot {
  width: 100%;
}

.rigel-hero-app__nav-quote,
.rigel-hero-app__mobile-nav {
  display: none;
}

.rigel-hero-app__content {
  max-width: min(520px, 100%);
  width: 100%;
  flex-shrink: 0;
  margin-right: auto;
}

.rigel-hero-app__badge {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.58rem 1.08rem;
  margin-bottom: 1.25rem;
  border: 1px solid rgba(197, 157, 95, 0.55);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.55);
  font-family: var(--rh-sans);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  color: var(--rh-muted);
  text-transform: uppercase;
}

.rigel-hero-app__badge-star {
  color: var(--rh-gold);
  font-size: 0.85rem;
}

.rigel-hero-app__title-line {
  display: inline;
}

.rigel-hero-app__title-line:not(:last-child)::after {
  content: ' ';
}

.rigel-hero-app__title {
  margin: 0;
  font-family: var(--rh-serif);
  font-size: clamp(48px, 4.5vw, 70px);
  font-weight: 500;
  line-height: 0.95;
  letter-spacing: -0.045em;
  color: var(--rh-text);
  max-width: 560px;
}

.rigel-hero-app__title em {
  font-style: normal;
  color: var(--rh-gold);
}

.rigel-hero-app__lead {
  margin: 1rem 0 0;
  font-family: var(--rh-sans);
  font-size: clamp(16px, 1.1vw, 18px);
  line-height: 1.55;
  color: var(--rh-muted);
  max-width: 500px;
}

.rigel-hero-app__features {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.85rem 1.15rem;
  list-style: none;
  margin: 1.25rem 0 0;
  padding: 0;
  width: 100%;
  max-width: min(520px, 100%);
}

.rigel-hero-app__feature {
  display: grid;
  justify-items: center;
  gap: 0.45rem;
  text-align: center;
}

.rigel-hero-app__feature-icon {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: rgba(197, 157, 95, 0.12);
  color: var(--rh-gold);
}

.rigel-hero-app__feature-icon svg {
  display: block;
  width: 18px;
  height: 18px;
}

.rigel-hero-app__feature-text {
  display: flex;
  flex-direction: column;
  font-family: var(--rh-sans);
  font-size: 12px;
  line-height: 1.35;
  color: var(--rh-muted);
}

.rigel-hero-app__feature-text strong {
  font-size: 13px;
  font-weight: 800;
  color: var(--rh-text);
}

.rigel-hero-app__ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem 1.25rem;
  margin-top: 1.25rem;
}

.rigel-hero-app__btn {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  min-height: 44px;
  min-width: 124px;
  padding: 0 1.75rem;
  border-radius: 5px;
  font-family: var(--rh-sans);
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.rigel-hero-app__btn--solid {
  background: var(--rh-gold);
  color: #fff;
  border: 1px solid var(--rh-gold);
  box-shadow: 0 8px 24px rgba(197, 157, 95, 0.35);
}

.rigel-hero-app__btn--solid:hover {
  background: var(--rh-gold-hover);
  border-color: var(--rh-gold-hover);
  color: #fff;
  transform: translateY(-1px);
}

.rigel-hero-app__btn--ghost {
  background: #fff;
  color: var(--rh-gold);
  border: 1.5px solid var(--rh-gold);
}

.rigel-hero-app__btn--ghost:hover {
  background: rgba(197, 157, 95, 0.08);
  color: var(--rh-gold-hover);
  border-color: var(--rh-gold-hover);
}

.rigel-hero-app__social {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  margin-top: 1.2rem;
}

.rigel-hero-app__avatars {
  display: flex;
  padding-left: 0.35rem;
}

.rigel-hero-app__avatars span {
  width: 30px;
  height: 30px;
  margin-left: -0.55rem;
  border-radius: 50%;
  border: 2px solid var(--rh-cream);
  background: linear-gradient(145deg, #d4c4a8, #8a9a8e);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.rigel-hero-app__avatars span:nth-child(2) {
  background: linear-gradient(145deg, #c5b896, #6d7d72);
}

.rigel-hero-app__avatars span:nth-child(3) {
  background: linear-gradient(145deg, #e0d0b0, #5a6b60);
}

.rigel-hero-app__avatars span:nth-child(4) {
  background: linear-gradient(145deg, #b8a888, #4a5d50);
}

.rigel-hero-app__social-copy {
  display: flex;
  flex-direction: column;
  font-family: var(--rh-sans);
  font-size: 12px;
  line-height: 1.4;
  color: var(--rh-muted);
}

.rigel-hero-app__social-copy strong {
  font-size: 14px;
  font-weight: 600;
  color: var(--rh-text);
}

.rigel-hero-app__float {
  position: absolute;
  right: clamp(5.2%, 7.5vw, 9.5%);
  bottom: clamp(8%, 9vw, 14%);
  z-index: 4;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: clamp(106px, 10vw, 128px);
  height: clamp(106px, 10vw, 128px);
  padding: 1rem;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 18px 48px rgba(27, 38, 30, 0.14);
  text-align: center;
  pointer-events: none;
}

.rigel-hero-app__float-star {
  color: var(--rh-gold);
  font-size: 0.85rem;
  margin-bottom: 0.25rem;
}

.rigel-hero-app__float-text {
  font-family: var(--rh-sans);
  font-size: clamp(11px, 0.8vw, 13px);
  font-weight: 800;
  line-height: 1.35;
  color: var(--rh-text);
}

/* ── Trust bar (original) ── */
.rigel-hero-app__trust {
  grid-row: 4;
  position: relative;
  z-index: 5;
  flex-shrink: 0;
  background: linear-gradient(90deg, #4b5f51 0%, #566859 52%, #4b5f51 100%);
  color: #fff;
}

.rigel-hero-app__trust-inner {
  min-height: 96px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 34px;
  align-items: center;
  padding: 18px clamp(20px, 3vw, 48px);
}

.rigel-hero-app__trust-label {
  display: block;
  margin-bottom: 15px;
  font-family: var(--rh-sans);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  color: rgba(255, 255, 255, 0.38);
}

.rigel-hero-app__partner-row-wrap {
  position: relative;
  min-height: 1.75em;
  height: 1.75em;
  overflow: hidden;
}

.rigel-hero-app__partner-track {
  position: relative;
  height: 1.75em;
}

.rigel-hero-app__partner-row {
  display: flex;
  flex-wrap: nowrap;
  gap: clamp(14px, 2.4vw, 28px);
  align-items: center;
  white-space: nowrap;
  transition: opacity 0.85s ease, transform 0.85s ease;
}

.rigel-hero-app__partner-row:not(.is-active) {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  transform: translateY(8px);
  pointer-events: none;
}

.rigel-hero-app__partner-row.is-active {
  opacity: 1;
  transform: translateY(0);
}

.rigel-hero-app__partner {
  font-family: var(--rh-sans);
  font-size: clamp(16px, 1.85vw, 23px);
  font-weight: 900;
  letter-spacing: -0.04em;
  color: rgba(255, 255, 255, 0.33);
  filter: grayscale(1);
  white-space: nowrap;
  flex-shrink: 0;
}

.rigel-hero-app__partner--more {
  display: none;
}

.rigel-hero-app__stats {
  display: flex;
  align-items: center;
  gap: clamp(24px, 4vw, 54px);
}

.rigel-hero-app__stat {
  display: grid;
  grid-template-columns: 44px auto;
  gap: 12px;
  align-items: center;
  min-width: 112px;
}

.rigel-hero-app__stat-icon {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(193, 154, 107, 0.12);
  color: var(--rh-gold);
  font-size: 22px;
  box-shadow: inset 0 0 0 1px rgba(193, 154, 107, 0.18);
}

.rigel-hero-app__stat-copy {
  display: flex;
  flex-direction: column;
  font-family: var(--rh-sans);
  color: rgba(255, 255, 255, 0.74);
  font-size: 12px;
  line-height: 1.2;
}

.rigel-hero-app__stat-copy strong {
  font-size: 24px;
  line-height: 1;
  color: #fff;
  font-weight: 900;
}

@media (max-width: 1100px) {
  .rigel-hero-app__search {
    max-width: 100%;
    justify-self: stretch;
  }

  .rigel-hero-app__content {
    max-width: min(480px, 92%);
  }

  .rigel-hero-app__visual {
    left: 12%;
  }
}

/* Mobilni layout: assets/rigel-hero/hero-app-mobile.css */
