.static-contact-panel {
  margin: 0;
  padding: 24px;
  border: 1px solid #d6e4ee;
  border-radius: 18px;
  background: linear-gradient(180deg, #ffffff 0%, #f5fbff 100%);
  box-shadow: 0 18px 40px rgba(14, 48, 78, 0.08);
}

.static-contact-panel__eyebrow {
  display: inline-block;
  margin-bottom: 10px;
  color: #1b8bc2;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.static-contact-panel h3 {
  margin: 0 0 10px;
  color: #0e304e;
  font-size: 1.25rem;
  line-height: 1.3;
}

.static-contact-panel p {
  margin: 0 0 14px;
  color: #545863;
  font-size: 0.9rem;
  line-height: 1.7;
}

.static-contact-panel a:not(.button):not(.static-contact-panel__action) {
  color: #1b8bc2;
}

.static-contact-panel__details {
  display: grid;
  gap: 10px;
  margin: 0 0 18px;
  padding: 0;
  list-style: none;
}

.static-contact-panel__details strong {
  color: #0e304e;
}

.static-contact-panel__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.static-contact-panel__action,
.static-contact-panel__action:hover {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 18px;
  border-radius: 10px;
  font-size: 0.8rem;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background-color 0.15s ease, color 0.15s ease;
}

.static-contact-panel__action {
  background: #1b8bc2;
  border: 1px solid #1b8bc2;
  color: #ffffff;
  box-shadow: 0 10px 24px rgba(27, 139, 194, 0.18);
}

.static-contact-panel__action:hover {
  transform: translateY(-1px);
  color: #ffffff;
}

.static-contact-panel__action--secondary,
.static-contact-panel__action--secondary:hover {
  background: #ffffff;
  border: 1px solid #1b8bc2;
  color: #1b8bc2;
  box-shadow: none;
}

.static-contact-panel__action--secondary:hover {
  transform: translateY(-1px);
  background: #eef7fc;
}

.static-contact-wrapper {
  width: 100%;
}

.rgx-mailto-form {
  display: grid;
  gap: 14px;
  margin: 18px 0;
}

.rgx-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.static-contact-panel--newsletter .rgx-form-grid {
  grid-template-columns: 1fr;
}

.rgx-form-field {
  display: block;
}

.rgx-form-field--full {
  grid-column: 1 / -1;
}

.rgx-form-field span {
  display: block;
  margin-bottom: 6px;
  color: #0e304e;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.rgx-form-field input,
.rgx-form-field textarea,
.rgx-form-field select {
  width: 100%;
  min-height: 48px;
  padding: 13px 14px;
  border: 1px solid #c8d8e4;
  border-radius: 12px;
  background: #ffffff;
  color: #1f2937;
  font: inherit;
  line-height: 1.4;
  box-sizing: border-box;
}

.rgx-form-field textarea {
  min-height: 132px;
  resize: vertical;
}

.rgx-form-field input:focus,
.rgx-form-field textarea:focus,
.rgx-form-field select:focus {
  outline: 0;
  border-color: #1b8bc2;
  box-shadow: 0 0 0 4px rgba(27, 139, 194, 0.12);
}

.rgx-form-note {
  margin: 0;
  color: #6b7280;
  font-size: 0.76rem;
  line-height: 1.6;
}

.rgx-inline-form-note,
.rgx-form-error {
  margin: 10px 0 0;
  font-size: 0.72rem;
  line-height: 1.5;
}

.rgx-inline-form-note {
  color: #6b7280;
}

.rgx-form-error {
  color: #b91c1c;
}

.rgx-newsletter-widget {
  padding: 15px 0 0;
}

.rgx-original-form {
  position: relative;
}

.rgx-original-form .wpcf7-form-control-wrap {
  display: block;
}

.rgx-original-form--newsletter {
  padding-right: 58px;
}

.rgx-original-form__newsletter-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 8px;
}

.rgx-original-form__newsletter-row .wpcf7-quiz-label {
  margin: 0;
  white-space: nowrap;
}

.rgx-original-form__newsletter-row .wpcf7-form-control-wrap {
  flex: 1;
}

.rgx-original-form--newsletter input.wpcf7-form-control.wpcf7-quiz.cssstyle {
  width: 100%;
}

.rgx-original-form--quote textarea.wpcf7-form-control {
  min-height: 120px;
}

.rgx-original-form--quote .classrow_test11 .wpcf7-quiz-label {
  display: inline-block;
  margin-bottom: 8px;
}

.rgx-form-note--quote {
  margin-top: 12px;
}

.rgx-booking-hero,
.rgx-booking-card,
.rgx-booking-meta {
  margin: 22px 0 0;
  padding: 24px;
  border: 1px solid #d6e4ee;
  border-radius: 22px;
  background: linear-gradient(180deg, #ffffff 0%, #f6fbff 100%);
  box-shadow: 0 18px 40px rgba(14, 48, 78, 0.08);
}

.rgx-booking-hero__eyebrow,
.rgx-booking-card__eyebrow {
  display: inline-block;
  margin-bottom: 10px;
  color: #1b8bc2;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.rgx-booking-hero h2,
.rgx-booking-card h2 {
  margin: 0 0 10px;
  color: #0e304e;
  font-size: 1.6rem;
  line-height: 1.2;
}

.rgx-booking-hero p,
.rgx-booking-card p,
.rgx-booking-meta p {
  margin: 0 0 14px;
  color: #545863;
  line-height: 1.7;
}

.rgx-booking-hero__pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 18px 0;
}

.rgx-booking-hero__pill {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(27, 139, 194, 0.1);
  color: #0e304e;
  font-size: 0.78rem;
  font-weight: 600;
  line-height: 1.3;
}

.rgx-booking-card__price {
  margin: 4px 0 18px;
  color: #0e304e;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}

.rgx-booking-meta ul {
  margin: 0;
  padding-left: 18px;
  color: #545863;
}

.rgx-product-archive .products.columns-5,
.rgx-product-archive .products.columns-5 li.product {
  margin-top: 24px;
}

.rgx-product-archive .products.columns-5 {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  padding: 0;
}

.rgx-product-archive .products.columns-5 li.product {
  width: min(100%, 380px);
  margin: 0;
  overflow: hidden;
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 22px 48px rgba(61, 82, 96, 0.12);
}

.rgx-product-archive .products.columns-5 li.product .woocommerce-LoopProduct-link {
  display: block;
}

.rgx-product-archive .products.columns-5 li.product .woocommerce-LoopProduct-link img {
  width: 100%;
}

.rgx-product-archive .products.columns-5 li.product a.rgx-booking-link {
  position: static;
  display: block;
  width: auto;
  height: auto;
  margin: 0 20px 20px;
  padding: 14px 18px;
  opacity: 1;
  border-radius: 12px;
  line-height: 1.3;
  text-align: center;
  text-transform: none;
}

.single-product .woocommerce-product-gallery,
.single-product .woocommerce-product-gallery--with-images {
  opacity: 1 !important;
}

.rgx-product-archive .woocommerce-products-header {
  display: none;
}

@media (max-width: 767px) {
  .static-contact-panel {
    padding: 20px;
  }

  .static-contact-panel__actions {
    flex-direction: column;
  }

  .static-contact-panel__action,
  .static-contact-panel__action:hover {
    width: 100%;
  }

  .rgx-form-grid {
    grid-template-columns: 1fr;
  }

  .rgx-original-form__newsletter-row {
    align-items: stretch;
    flex-direction: column;
    gap: 8px;
  }

  .rgx-booking-hero,
  .rgx-booking-card,
  .rgx-booking-meta {
    padding: 20px;
  }

  .rgx-booking-hero h2,
  .rgx-booking-card h2 {
    font-size: 1.35rem;
  }
}

body.home {
  --rgx-home-ink: #10243a;
  --rgx-home-ink-soft: #516174;
  --rgx-home-brand: #0f7ca8;
  --rgx-home-brand-deep: #0b4f78;
  --rgx-home-accent: #f0b44c;
  --rgx-home-surface: #ffffff;
  --rgx-home-surface-soft: #f4f8fb;
  --rgx-home-shadow: 0 28px 60px rgba(13, 31, 52, 0.12);
  background:
    radial-gradient(circle at top left, rgba(15, 124, 168, 0.08), transparent 28%),
    radial-gradient(circle at top right, rgba(240, 180, 76, 0.1), transparent 24%),
    linear-gradient(180deg, #f3f7fb 0%, #eef4f8 100%);
  color: var(--rgx-home-ink);
}

body.home .site-content {
  overflow: hidden;
}

body.home h1,
body.home h2,
body.home h3,
body.home h4,
body.home h5,
body.home h6,
body.home .site-title {
  font-family: "Aptos Display", "Segoe UI", sans-serif;
  letter-spacing: -0.03em;
}

body.home p,
body.home li,
body.home input,
body.home textarea,
body.home button,
body.home a {
  font-family: "Aptos", "Segoe UI", sans-serif;
}

body.home #masthead {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 30;
  padding: 0 28px;
  background: transparent !important;
  box-shadow: none;
}

body.home .site-branding.col-md-3.col-sm-6.col-9 a {
  display: inline-flex;
  align-items: center;
  min-height: 70px;
  padding: 20px 18px;
  background: rgba(255, 255, 255, 0.98);
  border-radius: 0 0 18px 18px;
  box-shadow: 0 18px 45px rgba(10, 26, 43, 0.14);
}

body.home .site-branding .custom-logo {
  width: auto;
  max-height: 30px;
}

body.home .main-navigation > div > ul {
  display: flex;
  align-items: center;
  gap: 18px;
}

body.home .main-navigation a {
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #f8fbff !important;
  transition: color 0.2s ease, opacity 0.2s ease;
}

body.home .main-navigation a:hover,
body.home .main-navigation .current-menu-item > a {
  color: #ffffff !important;
  opacity: 0.92;
}

body.home .main-navigation ul ul {
  padding: 14px 0;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 18px;
  background: rgba(11, 29, 47, 0.92);
  box-shadow: 0 22px 45px rgba(7, 18, 30, 0.28);
  backdrop-filter: blur(16px);
}

body.home .main-navigation ul ul li a {
  padding: 10px 18px;
  font-size: 0.72rem;
  color: #e6eef7 !important;
}

body.home .sticky-wrapper.is-sticky #masthead {
  padding-top: 10px;
  padding-bottom: 10px;
  background: rgba(10, 24, 39, 0.9) !important;
  box-shadow: 0 18px 32px rgba(8, 20, 34, 0.18);
  backdrop-filter: blur(14px);
}

body.home .sticky-wrapper.is-sticky .site-branding.col-md-3.col-sm-6.col-9 a {
  min-height: 0;
  padding: 0;
  background: transparent;
  box-shadow: none;
}

body.home section[data-id="5cb8b6d"] {
  position: relative;
  min-height: 640px;
  padding: 180px 0 128px;
  overflow: hidden;
  background:
    linear-gradient(115deg, rgba(7, 19, 33, 0.86) 0%, rgba(10, 63, 96, 0.7) 48%, rgba(14, 124, 169, 0.46) 100%),
    url("/wp-content/uploads/2022/05/slider_1-1.jpg") center/cover no-repeat;
}

body.home section[data-id="5cb8b6d"] .elementor-background-overlay {
  opacity: 1;
  background:
    radial-gradient(circle at 85% 20%, rgba(240, 180, 76, 0.24), transparent 22%),
    linear-gradient(180deg, rgba(7, 19, 33, 0.16), rgba(7, 19, 33, 0.3));
}

body.home section[data-id="5cb8b6d"] .elementor-container {
  max-width: 1180px;
}

body.home .elementor-element-b907772.rgxcssstyle > .elementor-widget-wrap {
  max-width: 720px;
  padding: 44px 48px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 34px;
  background: rgba(5, 17, 30, 0.42);
  box-shadow: 0 28px 70px rgba(6, 17, 29, 0.18);
  backdrop-filter: blur(12px);
}

body.home .elementor-element-6f6e030 .elementor-heading-title {
  margin: 0;
  color: #ffffff;
  font-size: clamp(3.4rem, 8vw, 5.6rem);
  font-weight: 700;
  line-height: 0.95;
  text-shadow: 0 14px 34px rgba(4, 12, 20, 0.28);
}

body.home .elementor-element-b9bccaa .elementor-widget-container {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 24px;
  padding: 10px 16px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: #f5f9fd;
  font-size: 0.92rem;
  letter-spacing: 0.04em;
}

body.home section[data-id="114de12"] {
  position: relative;
  padding: 92px 0 88px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(243, 248, 252, 0.98)),
    linear-gradient(120deg, rgba(15, 124, 168, 0.06), rgba(240, 180, 76, 0.08));
}

body.home section[data-id="114de12"] .elementor-container,
body.home section[data-id="fbc8976"] .elementor-container,
body.home section[data-id="c85a931"] .elementor-container,
body.home section[data-id="329b4f5"] .elementor-container,
body.home section[data-id="b88a366"] .elementor-container,
body.home section[data-id="b6f3a2c"] .elementor-container,
body.home #sidebar-footer .container,
body.home #colophon .container {
  max-width: 1180px;
}

body.home section[data-id="114de12"] h2,
body.home section[data-id="c85a931"] h2,
body.home section[data-id="329b4f5"] h2,
body.home section[data-id="b88a366"] h2,
body.home section[data-id="b6f3a2c"] h2 {
  color: var(--rgx-home-ink);
  font-size: clamp(2rem, 4vw, 3.35rem);
  font-weight: 700;
  line-height: 1.05;
}

body.home section[data-id="114de12"] .elementor-widget-heading .elementor-widget-container,
body.home section[data-id="c85a931"] .elementor-widget-heading .elementor-widget-container,
body.home section[data-id="b88a366"] .elementor-widget-heading .elementor-widget-container,
body.home section[data-id="b6f3a2c"] .elementor-widget-heading .elementor-widget-container {
  text-align: center;
}

body.home section[data-id="114de12"] .cssbox_image .elementor-widget-container {
  height: 100%;
}

body.home section[data-id="114de12"] .elementor-image-box-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 16px;
  border: 1px solid rgba(15, 63, 98, 0.08);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 40px rgba(21, 39, 61, 0.1);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

body.home section[data-id="114de12"] .elementor-image-box-wrapper:hover {
  transform: translateY(-8px);
  border-color: rgba(15, 124, 168, 0.2);
  box-shadow: 0 28px 60px rgba(18, 37, 59, 0.15);
}

body.home section[data-id="114de12"] figure.elementor-image-box-img {
  margin: 0;
  overflow: hidden;
  border-radius: 22px;
}

body.home section[data-id="114de12"] figure.elementor-image-box-img img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  transition: transform 0.3s ease;
}

body.home section[data-id="114de12"] .elementor-image-box-wrapper:hover img {
  transform: scale(1.04);
}

body.home section[data-id="114de12"] .elementor-image-box-content {
  display: flex;
  flex: 1;
  align-items: flex-end;
  padding-top: 18px;
}

body.home section[data-id="114de12"] .elementor-image-box-content h5,
body.home section[data-id="114de12"] .elementor-image-box-content h5 a {
  margin: 0;
  color: var(--rgx-home-ink);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.25;
  text-transform: none;
}

body.home section[data-id="114de12"] .elementor-image-box-title a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0 14px;
  border: 1px solid rgba(15, 124, 168, 0.2);
  border-radius: 999px;
  background: linear-gradient(180deg, #ffffff 0%, #f5fbff 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

body.home section[data-id="fbc8976"] {
  position: relative;
  z-index: 3;
  margin-top: -26px;
  padding: 0 0 32px;
}

body.home section[data-id="fbc8976"] .elementor-widget-container {
  max-width: 940px;
  margin: 0 auto;
  padding: 28px 34px;
  border: 1px solid rgba(15, 63, 98, 0.08);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 22px 55px rgba(16, 36, 58, 0.08);
  text-align: center;
}

body.home section[data-id="fbc8976"] p {
  margin: 0;
  color: var(--rgx-home-ink-soft);
  font-size: 1.04rem;
  line-height: 1.8;
}

body.home section[data-id="c85a931"] {
  position: relative;
  padding: 84px 0 30px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(247, 250, 252, 0.92)),
    url("/wp-content/uploads/2022/05/back_faq.jpg") center/cover no-repeat;
}

body.home section[data-id="c85a931"] .elementor-background-overlay {
  opacity: 1;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.78), rgba(241, 246, 250, 0.92));
}

body.home section[data-id="7915355"] .swiper-slide-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 128px;
  padding: 18px 22px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 40px rgba(17, 36, 58, 0.08);
}

body.home section[data-id="7915355"] .swiper-slide-image {
  max-height: 64px;
  object-fit: contain;
}

body.home section[data-id="329b4f5"] {
  position: relative;
  padding: 28px 0 96px;
  background:
    linear-gradient(120deg, rgba(6, 20, 35, 0.9), rgba(10, 72, 110, 0.82)),
    url("/wp-content/uploads/2022/05/warehousing-in-toronto.jpg") center/cover no-repeat;
}

body.home section[data-id="329b4f5"] .elementor-background-overlay {
  opacity: 1;
  background:
    linear-gradient(120deg, rgba(6, 20, 35, 0.3), rgba(6, 20, 35, 0.2));
}

body.home section[data-id="d062dd6"] {
  padding: 44px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 34px;
  background: rgba(8, 24, 41, 0.52);
  box-shadow: 0 30px 70px rgba(6, 18, 30, 0.24);
  backdrop-filter: blur(10px);
}

body.home section[data-id="d062dd6"] h2 {
  color: #ffffff;
}

body.home section[data-id="d062dd6"] p {
  color: rgba(230, 238, 247, 0.82);
  font-size: 1rem;
  line-height: 1.8;
}

body.home section[data-id="d062dd6"] .rgx-original-form--quote {
  margin: 0;
}

body.home section[data-id="d062dd6"] .rgx-original-form--quote .wpcf7-form-control,
body.home section[data-id="d062dd6"] .rgx-original-form--quote textarea.wpcf7-form-control {
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  min-height: 52px;
  box-shadow: none;
}

body.home section[data-id="d062dd6"] .rgx-original-form--quote .wpcf7-form-control::placeholder {
  color: rgba(236, 242, 248, 0.72);
}

body.home section[data-id="d062dd6"] .rgx-original-form--quote .wpcf7-form-control:focus {
  outline: none;
  border-color: rgba(240, 180, 76, 0.7);
  box-shadow: 0 0 0 4px rgba(240, 180, 76, 0.16);
}

body.home section[data-id="d062dd6"] .rgx-original-form--quote .wpcf7-quiz-label,
body.home section[data-id="d062dd6"] .rgx-form-note--quote,
body.home section[data-id="d062dd6"] .rgx-form-error {
  color: rgba(236, 242, 248, 0.82);
}

body.home section[data-id="d062dd6"] .classrow_test3 input.wpcf7-submit {
  min-width: 180px;
  min-height: 52px;
  padding: 0 22px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--rgx-home-accent), #f7cb78);
  border-color: transparent;
  color: #12253a;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: 0 16px 34px rgba(240, 180, 76, 0.26);
}

body.home section[data-id="d062dd6"] .classrow_test3 input.wpcf7-submit:hover {
  transform: translateY(-1px);
  background: linear-gradient(135deg, #f7cb78, var(--rgx-home-accent));
  color: #0d2235;
}

body.home section[data-id="b88a366"] {
  padding: 92px 0;
  background:
    linear-gradient(180deg, rgba(248, 251, 253, 0.96), rgba(239, 245, 249, 1)),
    url("/wp-content/uploads/2022/05/back_faq.jpg") center/cover no-repeat;
}

body.home section[data-id="b88a366"] .elementor-background-overlay {
  opacity: 1;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(245, 249, 252, 0.92));
}

body.home section[data-id="b88a366"] .elementor-widget-wrap {
  padding: 54px 58px;
  border: 1px solid rgba(15, 63, 98, 0.08);
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: var(--rgx-home-shadow);
}

body.home section[data-id="b88a366"] .elementor-element-d7105c7 .elementor-widget-container {
  column-count: 2;
  column-gap: 42px;
  color: var(--rgx-home-ink-soft);
}

body.home section[data-id="b88a366"] .elementor-element-d7105c7 p {
  margin-bottom: 18px;
  font-size: 1rem;
  line-height: 1.82;
  break-inside: avoid;
}

body.home section[data-id="b6f3a2c"] {
  padding: 90px 0 36px;
  background:
    radial-gradient(circle at 20% 0%, rgba(15, 124, 168, 0.08), transparent 24%),
    linear-gradient(180deg, #f8fbfd 0%, #eef4f8 100%);
}

body.home section[data-id="b6f3a2c"] .athemes-blog .row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

body.home section[data-id="b6f3a2c"] .athemes-blog .row > [class*="col-"] {
  width: auto;
  max-width: none;
  padding: 0;
}

body.home section[data-id="b6f3a2c"] .post-item {
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(15, 63, 98, 0.08);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 20px 44px rgba(16, 36, 58, 0.08);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

body.home section[data-id="b6f3a2c"] .post-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 28px 54px rgba(16, 36, 58, 0.14);
}

body.home section[data-id="b6f3a2c"] .post-item > img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

body.home section[data-id="b6f3a2c"] .post-content {
  padding: 24px 24px 26px;
  background: transparent;
}

body.home section[data-id="b6f3a2c"] .post-content h3.entry-title {
  margin-bottom: 12px;
  font-size: 1.18rem;
  line-height: 1.35;
}

body.home section[data-id="b6f3a2c"] .post-content p {
  color: var(--rgx-home-ink-soft);
  font-size: 0.94rem;
  line-height: 1.7;
}

body.home section[data-id="b6f3a2c"] .read-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--rgx-home-brand), #29a8d5);
  box-shadow: 0 16px 30px rgba(15, 124, 168, 0.2);
}

body.home section[data-id="b29872e"] {
  padding-top: 8px;
}

body.home section[data-id="b29872e"] .elementor-button {
  min-height: 52px;
  padding: 14px 24px;
  border-radius: 999px;
  border: 0;
  background: linear-gradient(135deg, var(--rgx-home-brand), #29a8d5);
  color: #ffffff;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  box-shadow: 0 16px 32px rgba(15, 124, 168, 0.2);
}

body.home #sidebar-footer.footer-widgets {
  padding-top: 72px;
  padding-bottom: 28px;
  border-top: 0;
  background:
    linear-gradient(180deg, #0c1520 0%, #09111a 100%);
}

body.home #sidebar-footer .sidebar-column .widget-title,
body.home #sidebar-footer .wp-block-heading {
  margin-bottom: 18px;
  color: #f4f8fb;
  font-size: 1.25rem;
}

body.home #sidebar-footer .widget,
body.home #sidebar-footer .widget a,
body.home #sidebar-footer .textwidget,
body.home #sidebar-footer .textwidget p {
  color: rgba(222, 231, 239, 0.72);
  line-height: 1.9;
  letter-spacing: 0;
}

body.home #sidebar-footer .widget a:hover {
  color: #ffffff;
}

body.home #sidebar-footer .rgx-original-form--newsletter input.wpcf7-form-control {
  border-color: rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
}

body.home #sidebar-footer .rgx-original-form--newsletter input.wpcf7-form-control::placeholder {
  color: rgba(229, 237, 243, 0.65);
}

body.home #sidebar-footer .rgx-inline-form-note,
body.home #sidebar-footer .wpcf7-quiz-label {
  color: rgba(229, 237, 243, 0.72);
}

body.home #sidebar-footer .rgx-original-form--newsletter input.wpcf7-submit {
  background: linear-gradient(135deg, var(--rgx-home-brand), #29a8d5);
  border-color: transparent;
  color: #ffffff;
}

body.home #colophon.site-footer {
  padding: 18px 0;
  background: #070d14;
}

body.home #colophon p,
body.home #colophon a {
  color: rgba(222, 231, 239, 0.68);
}

body.home #site-notice {
  border-top: 0;
  background: linear-gradient(90deg, #0b5f89 0%, #118ab8 100%);
  box-shadow: 0 -14px 28px rgba(8, 20, 34, 0.18);
}

body.home #site-notice p,
body.home #site-notice a,
body.home #site-notice button {
  color: #ffffff;
}

body.home #site-notice button {
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
}

@media (max-width: 1199px) {
  body.home #masthead {
    padding: 0 18px;
  }

  body.home .main-navigation > div > ul {
    gap: 12px;
  }

  body.home .main-navigation a {
    font-size: 0.7rem;
  }

  body.home section[data-id="5cb8b6d"] {
    min-height: 560px;
    padding-top: 152px;
  }

  body.home .elementor-element-b907772.rgxcssstyle > .elementor-widget-wrap,
  body.home section[data-id="b88a366"] .elementor-widget-wrap,
  body.home section[data-id="d062dd6"] {
    padding: 36px;
  }

  body.home section[data-id="b6f3a2c"] .athemes-blog .row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  body.home #masthead {
    padding: 0 14px;
  }

  body.home .site-branding.col-md-3.col-sm-6.col-9 a {
    min-height: 62px;
    padding: 16px 15px;
  }

  body.home .header-mobile-menu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }

  body.home .mobile-menu-toggle {
    width: 52px;
    height: 52px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    background: rgba(7, 19, 33, 0.5);
    box-shadow: 0 16px 32px rgba(7, 19, 33, 0.18);
    backdrop-filter: blur(12px);
  }

  body.home #site-navigation {
    position: fixed;
    top: 86px;
    left: 14px;
    right: 14px;
    z-index: 40;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-12px);
    transition: opacity 0.2s ease, transform 0.2s ease;
  }

  body.home .mobile-menu-active #site-navigation {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  body.home #site-navigation .menu-menu-container {
    padding: 18px 20px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 24px;
    background: rgba(8, 21, 36, 0.96);
    box-shadow: 0 28px 60px rgba(5, 16, 28, 0.24);
    backdrop-filter: blur(16px);
  }

  body.home #site-navigation ul.menu {
    display: grid;
    gap: 6px;
  }

  body.home #site-navigation ul.menu > li > a {
    display: block;
    padding: 10px 0;
    color: #ffffff !important;
  }

  body.home #site-navigation ul.sub-menu {
    position: static;
    display: block;
    margin-top: 8px;
    padding: 10px 0 4px 14px;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
    opacity: 1;
    visibility: visible;
  }

  body.home section[data-id="5cb8b6d"] {
    min-height: 520px;
    padding: 136px 0 96px;
  }

  body.home section[data-id="d062dd6"] .elementor-container,
  body.home section[data-id="d062dd6"] .row {
    row-gap: 14px;
  }

  body.home section[data-id="b88a366"] .elementor-element-d7105c7 .elementor-widget-container {
    column-count: 1;
  }
}

@media (max-width: 767px) {
  body.home #masthead {
    padding: 0 12px;
  }

  body.home .site-branding.col-md-3.col-sm-6.col-9 a {
    padding: 14px 12px;
    border-radius: 0 0 14px 14px;
  }

  body.home section[data-id="5cb8b6d"] {
    min-height: 480px;
    padding: 120px 0 72px;
  }

  body.home .elementor-element-b907772.rgxcssstyle > .elementor-widget-wrap,
  body.home section[data-id="fbc8976"] .elementor-widget-container,
  body.home section[data-id="d062dd6"],
  body.home section[data-id="b88a366"] .elementor-widget-wrap {
    padding: 26px 22px;
    border-radius: 26px;
  }

  body.home .elementor-element-6f6e030 .elementor-heading-title {
    font-size: 2.85rem;
  }

  body.home section[data-id="114de12"] {
    padding-top: 72px;
  }

  body.home section[data-id="114de12"] .elementor-image-box-wrapper {
    padding: 14px;
    border-radius: 22px;
  }

  body.home section[data-id="114de12"] figure.elementor-image-box-img {
    border-radius: 18px;
  }

  body.home section[data-id="329b4f5"] {
    padding-bottom: 78px;
  }

  body.home section[data-id="b6f3a2c"] .athemes-blog .row {
    grid-template-columns: 1fr;
  }

  body.home #sidebar-footer.footer-widgets {
    padding-top: 58px;
  }
}

.rgx-mobile-dock,
.rgx-mobile-nav-backdrop,
.rgx-mobile-hero-stats {
  display: none;
}

@media (max-width: 767px) {
  body.rgx-mobile-app-ready {
    background:
      radial-gradient(circle at top, rgba(33, 144, 198, 0.24) 0%, rgba(33, 144, 198, 0) 36%),
      linear-gradient(180deg, #dbe7f2 0%, #edf4f9 24%, #f8fbfd 100%);
    color: #13283a;
    padding-bottom: calc(104px + env(safe-area-inset-bottom));
  }

  body.rgx-mobile-app-ready #page {
    min-height: 100vh;
    background: transparent;
    overflow: clip;
  }

  body.rgx-mobile-app-ready #content,
  body.rgx-mobile-app-ready .site-content {
    padding-top: 90px;
  }

  body.rgx-mobile-app-ready #masthead {
    position: fixed;
    top: 12px;
    left: 12px;
    right: 12px;
    z-index: 130;
    padding: 0 !important;
  }

  body.rgx-mobile-app-ready .site-header {
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 28px;
    background: rgba(8, 20, 34, 0.9);
    box-shadow: 0 26px 54px rgba(7, 19, 33, 0.22);
    backdrop-filter: blur(18px);
  }

  body.rgx-mobile-app-ready .site-branding.col-md-3.col-sm-6.col-9 a {
    min-height: 64px;
    padding: 16px 18px !important;
    border-radius: 28px;
    background: transparent !important;
    box-shadow: none !important;
  }

  body.rgx-mobile-app-ready .site-branding .custom-logo {
    max-height: 30px;
    width: auto;
  }

  body.rgx-mobile-app-ready .header-mobile-menu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }

  body.rgx-mobile-app-ready .mobile-menu-toggle {
    width: 50px;
    height: 50px;
    border: 0;
    border-radius: 18px;
    background: linear-gradient(135deg, #1694cc 0%, #0b6797 100%);
    box-shadow: 0 16px 30px rgba(11, 103, 151, 0.34);
  }

  body.rgx-mobile-app-ready .mobile-menu-toggle_lines,
  body.rgx-mobile-app-ready .mobile-menu-toggle_lines::before,
  body.rgx-mobile-app-ready .mobile-menu-toggle_lines::after {
    background: #ffffff !important;
  }

  body.rgx-mobile-app-ready .rgx-mobile-nav-backdrop {
    display: block;
    position: fixed;
    inset: 0;
    z-index: 120;
    border: 0;
    background: rgba(7, 19, 33, 0.42);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.22s ease;
  }

  body.rgx-mobile-app-ready.mobile-menu-active .rgx-mobile-nav-backdrop {
    opacity: 1;
    pointer-events: auto;
  }

  body.rgx-mobile-app-ready #site-navigation {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: auto;
    z-index: 131;
    padding: 0 12px calc(92px + env(safe-area-inset-bottom));
    opacity: 0;
    pointer-events: none;
    transform: translateY(28px);
    transition: opacity 0.22s ease, transform 0.22s ease;
  }

  body.rgx-mobile-app-ready.mobile-menu-active #site-navigation {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  body.rgx-mobile-app-ready #site-navigation .menu-menu-container {
    max-height: calc(100vh - 180px);
    overflow: auto;
    padding: 18px 18px 14px;
    border: 1px solid rgba(12, 34, 54, 0.08);
    border-radius: 32px 32px 24px 24px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 32px 70px rgba(7, 19, 33, 0.26);
    backdrop-filter: blur(18px);
  }

  body.rgx-mobile-app-ready #site-navigation ul.menu {
    display: grid;
    gap: 8px;
  }

  body.rgx-mobile-app-ready #site-navigation ul.menu > li > a {
    display: block;
    padding: 14px 16px;
    border-radius: 18px;
    background: #f3f8fc;
    color: #102236 !important;
    font-size: 0.86rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
  }

  body.rgx-mobile-app-ready #site-navigation ul.menu > li.current-menu-item > a,
  body.rgx-mobile-app-ready #site-navigation ul.menu > li > a:hover {
    background: linear-gradient(135deg, #1694cc 0%, #0f7ca8 100%);
    color: #ffffff !important;
  }

  body.rgx-mobile-app-ready #site-navigation ul.sub-menu {
    display: grid;
    gap: 8px;
    margin-top: 10px;
    padding: 0 0 4px 10px;
  }

  body.rgx-mobile-app-ready #site-navigation ul.sub-menu li a {
    display: block;
    padding: 10px 14px;
    border-radius: 16px;
    background: rgba(15, 124, 168, 0.08);
    color: #284255 !important;
    font-size: 0.74rem;
  }

  body.rgx-mobile-app-ready .rgx-mobile-dock {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
    position: fixed;
    left: 12px;
    right: 12px;
    bottom: calc(12px + env(safe-area-inset-bottom));
    z-index: 140;
    padding: 10px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 28px;
    background: rgba(8, 20, 34, 0.94);
    box-shadow: 0 24px 50px rgba(7, 19, 33, 0.28);
    backdrop-filter: blur(18px);
  }

  body.rgx-mobile-app-ready .rgx-mobile-dock__action {
    min-height: 66px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 8px 6px;
    border: 0;
    border-radius: 20px;
    background: transparent;
    color: rgba(231, 238, 244, 0.8);
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    text-decoration: none;
  }

  body.rgx-mobile-app-ready .rgx-mobile-dock__action svg {
    width: 20px;
    height: 20px;
  }

  body.rgx-mobile-app-ready .rgx-mobile-dock__action--primary,
  body.rgx-mobile-app-ready .rgx-mobile-dock__action--current,
  body.rgx-mobile-app-ready .rgx-mobile-dock__action[aria-expanded="true"] {
    background: linear-gradient(135deg, #1694cc 0%, #0f7ca8 100%);
    color: #ffffff;
    box-shadow: 0 16px 30px rgba(11, 103, 151, 0.28);
  }

  body.rgx-mobile-app-ready .rgx-mobile-dock__action:hover {
    color: #ffffff;
  }

  body.rgx-mobile-app-ready #site-notice {
    left: 12px;
    right: 12px;
    bottom: calc(98px + env(safe-area-inset-bottom));
    border-radius: 22px;
    padding: 10px 14px;
  }

  body.rgx-mobile-app-ready #site-notice p {
    margin: 0;
    font-size: 0.72rem;
    line-height: 1.45;
  }

  body.rgx-mobile-app-ready #site-notice button {
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  body.rgx-mobile-app-ready #sidebar-footer.footer-widgets {
    margin: 0 12px;
    padding: 10px 0 0;
    background: transparent;
  }

  body.rgx-mobile-app-ready #sidebar-footer .container,
  body.rgx-mobile-app-ready #colophon .container {
    width: auto;
    max-width: none;
    padding: 0;
  }

  body.rgx-mobile-app-ready #sidebar-footer .row {
    display: grid;
    gap: 14px;
  }

  body.rgx-mobile-app-ready #sidebar-footer .sidebar-column {
    padding: 22px 20px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 28px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.94) 0%, rgba(243, 248, 252, 0.96) 100%);
    box-shadow: 0 20px 44px rgba(24, 56, 78, 0.12);
  }

  body.rgx-mobile-app-ready #sidebar-footer .sidebar-column .widget-title,
  body.rgx-mobile-app-ready #sidebar-footer .wp-block-heading {
    color: #102236;
  }

  body.rgx-mobile-app-ready #sidebar-footer .widget,
  body.rgx-mobile-app-ready #sidebar-footer .widget a,
  body.rgx-mobile-app-ready #sidebar-footer .textwidget,
  body.rgx-mobile-app-ready #sidebar-footer .textwidget p {
    color: #42596b;
  }

  body.rgx-mobile-app-ready #colophon.site-footer {
    padding: 14px 12px calc(112px + env(safe-area-inset-bottom));
    background: transparent;
  }

  body.rgx-mobile-app-ready #colophon .row {
    margin: 0;
    padding: 16px 18px;
    border-radius: 22px;
    background: #0b1622;
  }

  body.rgx-mobile-app-ready #colophon p,
  body.rgx-mobile-app-ready #colophon a {
    color: rgba(231, 238, 244, 0.75);
    font-size: 0.66rem;
    line-height: 1.6;
  }

  body.rgx-mobile-app-ready:not(.home) #content {
    padding-left: 12px;
    padding-right: 12px;
  }

  body.rgx-mobile-app-ready:not(.home) .site-main > article,
  body.rgx-mobile-app-ready:not(.home) .content-area > article,
  body.rgx-mobile-app-ready:not(.home) .page-wrap,
  body.rgx-mobile-app-ready:not(.home) .hentry {
    padding: 22px 18px;
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 20px 46px rgba(24, 56, 78, 0.12);
  }

  body.rgx-mobile-app-ready:not(.home) .entry-title,
  body.rgx-mobile-app-ready:not(.home) .page-title {
    font-size: 1.9rem;
    line-height: 1.08;
    letter-spacing: -0.03em;
  }

  body.home.rgx-mobile-app-ready section[data-id="5cb8b6d"] {
    min-height: 560px;
    padding: 116px 12px 72px;
  }

  body.home.rgx-mobile-app-ready .elementor-element-b907772.rgxcssstyle > .elementor-widget-wrap {
    padding: 28px 22px 24px;
    border-radius: 30px;
    background:
      linear-gradient(180deg, rgba(11, 23, 37, 0.46) 0%, rgba(11, 23, 37, 0.72) 100%);
    box-shadow: 0 28px 58px rgba(7, 19, 33, 0.24);
  }

  body.home.rgx-mobile-app-ready .elementor-element-6f6e030 .elementor-heading-title {
    font-size: 3rem;
    line-height: 0.94;
    letter-spacing: -0.05em;
  }

  body.home.rgx-mobile-app-ready .rgx-mobile-hero-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin-top: 20px;
  }

  body.home.rgx-mobile-app-ready .rgx-mobile-hero-stat {
    padding: 14px 10px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.12);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
    color: #ffffff;
    text-decoration: none;
  }

  body.home.rgx-mobile-app-ready .rgx-mobile-hero-stat strong {
    display: block;
    margin-bottom: 4px;
    font-size: 0.96rem;
    font-weight: 800;
    letter-spacing: -0.03em;
  }

  body.home.rgx-mobile-app-ready .rgx-mobile-hero-stat span {
    display: block;
    color: rgba(235, 241, 245, 0.8);
    font-size: 0.56rem;
    line-height: 1.35;
  }

  body.home.rgx-mobile-app-ready section[data-id="114de12"],
  body.home.rgx-mobile-app-ready section[data-id="fbc8976"],
  body.home.rgx-mobile-app-ready section[data-id="c85a931"],
  body.home.rgx-mobile-app-ready section[data-id="329b4f5"],
  body.home.rgx-mobile-app-ready section[data-id="b88a366"],
  body.home.rgx-mobile-app-ready section[data-id="b6f3a2c"],
  body.home.rgx-mobile-app-ready section[data-id="b29872e"] {
    padding-left: 12px;
    padding-right: 12px;
  }

  body.home.rgx-mobile-app-ready section[data-id="114de12"] .elementor-image-box-wrapper,
  body.home.rgx-mobile-app-ready section[data-id="b6f3a2c"] .post-item {
    border-radius: 26px;
    box-shadow: 0 18px 40px rgba(24, 56, 78, 0.12);
  }

  body.home.rgx-mobile-app-ready section[data-id="fbc8976"] .elementor-widget-container,
  body.home.rgx-mobile-app-ready section[data-id="d062dd6"],
  body.home.rgx-mobile-app-ready section[data-id="b88a366"] .elementor-widget-wrap {
    padding: 26px 22px;
    border-radius: 28px;
    box-shadow: 0 18px 40px rgba(24, 56, 78, 0.12);
  }

  body.home.rgx-mobile-app-ready section[data-id="d062dd6"] .classrow_test3 input.wpcf7-submit {
    min-height: 56px;
    border-radius: 18px;
  }
}

#request-quote,
#rgx-lead-form {
  scroll-margin-top: 120px;
}

.rgx-growth-hero {
  display: grid;
  gap: 18px;
  margin-top: 22px;
}

.rgx-growth-hero__copy {
  max-width: 640px;
  margin: 0;
  color: rgba(236, 242, 246, 0.9);
  font-size: 1rem;
  line-height: 1.7;
}

.rgx-growth-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.rgx-growth-button,
.rgx-growth-button:hover,
.rgx-inline-lead-banner__action,
.rgx-inline-lead-banner__action:hover,
.rgx-conversion-rail__action,
.rgx-conversion-rail__action:hover {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 12px 20px;
  border-radius: 16px;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-decoration: none;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease, color 0.18s ease;
}

.rgx-growth-button:hover,
.rgx-inline-lead-banner__action:hover,
.rgx-conversion-rail__action:hover {
  transform: translateY(-1px);
}

.rgx-growth-button--primary,
.rgx-growth-button--primary:hover,
.rgx-inline-lead-banner__action--primary,
.rgx-inline-lead-banner__action--primary:hover,
.rgx-conversion-rail__action--primary,
.rgx-conversion-rail__action--primary:hover {
  background: linear-gradient(135deg, #1da0da 0%, #0a6c9d 100%);
  border: 1px solid #1694cc;
  box-shadow: 0 18px 34px rgba(10, 108, 157, 0.24);
  color: #ffffff;
}

.rgx-growth-button--secondary,
.rgx-growth-button--secondary:hover,
.rgx-inline-lead-banner__action,
.rgx-inline-lead-banner__action:hover,
.rgx-conversion-rail__action,
.rgx-conversion-rail__action:hover {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #ffffff;
}

.rgx-growth-button--ghost,
.rgx-growth-button--ghost:hover,
.rgx-inline-lead-banner__action--ghost,
.rgx-inline-lead-banner__action--ghost:hover,
.rgx-conversion-rail__action--ghost,
.rgx-conversion-rail__action--ghost:hover {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: rgba(240, 246, 250, 0.92);
}

.rgx-growth-hero__proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.rgx-growth-hero__proof span {
  padding: 16px 18px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
  color: rgba(236, 242, 246, 0.92);
  font-size: 0.76rem;
  line-height: 1.55;
}

.rgx-growth-hero__proof strong {
  display: block;
  margin-bottom: 4px;
  color: #ffffff;
  font-size: 1rem;
  letter-spacing: -0.02em;
}

.rgx-growth-hero__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.rgx-growth-hero__chips a {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: rgba(6, 20, 32, 0.22);
  color: rgba(240, 246, 250, 0.92);
  font-size: 0.72rem;
  font-weight: 600;
  text-decoration: none;
}

.rgx-growth-hero__chips a:hover {
  background: rgba(29, 160, 218, 0.18);
  color: #ffffff;
}

.rgx-inline-lead-banner {
  margin: 22px 0 0;
  padding: 24px 26px;
  border: 1px solid #d7e4ed;
  border-radius: 24px;
  background: linear-gradient(180deg, #ffffff 0%, #f3f9fd 100%);
  box-shadow: 0 20px 46px rgba(24, 56, 78, 0.09);
}

.rgx-inline-lead-banner__eyebrow,
.rgx-conversion-rail__eyebrow {
  margin: 0 0 10px;
  color: #1b8bc2;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.rgx-inline-lead-banner__title,
.rgx-conversion-rail__title {
  display: block;
  margin-bottom: 10px;
  color: #0e304e;
  font-size: 1.35rem;
  line-height: 1.18;
}

.rgx-inline-lead-banner__copy {
  margin: 0;
  color: #526272;
  font-size: 0.95rem;
  line-height: 1.7;
}

.rgx-inline-lead-banner__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}

.rgx-inline-lead-banner__action,
.rgx-inline-lead-banner__action:hover {
  min-width: 168px;
  border: 1px solid #d7e4ed;
  color: #0e304e;
}

.rgx-inline-lead-banner__action--ghost,
.rgx-inline-lead-banner__action--ghost:hover {
  background: #ffffff;
}

.rgx-conversion-rail {
  display: none;
}

@media (min-width: 768px) {
  .rgx-conversion-rail {
    display: block;
    position: fixed;
    right: 24px;
    bottom: 24px;
    z-index: 180;
    width: min(420px, calc(100vw - 48px));
    padding: 22px 22px 20px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 28px;
    background: rgba(8, 20, 34, 0.96);
    box-shadow: 0 30px 70px rgba(7, 19, 33, 0.34);
    backdrop-filter: blur(18px);
  }

  .rgx-conversion-rail[hidden] {
    display: none;
  }

  .rgx-conversion-rail__close {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 36px;
    height: 36px;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.1);
    color: rgba(236, 242, 246, 0.9);
    font-size: 1rem;
    line-height: 1;
  }

  .rgx-conversion-rail__title {
    padding-right: 38px;
    color: #ffffff;
  }

  .rgx-conversion-rail__copy {
    margin: 0;
    color: rgba(226, 234, 240, 0.82);
    font-size: 0.92rem;
    line-height: 1.65;
  }

  .rgx-conversion-rail__actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 18px;
  }

  .rgx-conversion-rail__action,
  .rgx-conversion-rail__action:hover {
    min-height: 48px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .rgx-conversion-rail__action--primary,
  .rgx-conversion-rail__action--primary:hover {
    grid-column: 1 / -1;
  }
}

@media (max-width: 767px) {
  .rgx-conversion-rail {
    display: none !important;
  }

  .rgx-growth-hero__actions,
  .rgx-inline-lead-banner__actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .rgx-growth-button,
  .rgx-inline-lead-banner__action {
    width: 100%;
  }

  .rgx-growth-hero__proof {
    grid-template-columns: 1fr;
  }

  .rgx-growth-hero__chips {
    gap: 8px;
  }

  .rgx-growth-hero__chips a {
    min-height: 36px;
    font-size: 0.68rem;
  }

  .rgx-inline-lead-banner {
    padding: 22px 20px;
    border-radius: 22px;
  }

  body.home.rgx-mobile-app-ready .rgx-growth-hero__copy {
    font-size: 0.84rem;
    line-height: 1.65;
  }

  body.home.rgx-mobile-app-ready .rgx-growth-hero__proof span {
    padding: 14px 14px;
  }
}
