:root {
  --rg-blue: #0b8de3;
  --rg-blue-dark: #06111f;
  --rg-blue-mid: #081c2f;
  --rg-blue-soft: #eaf5ff;
  --rg-red: #e42119;
  --rg-ink: #101828;
  --rg-muted: #667085;
  --rg-line: #e5eaf0;
  --rg-white: #ffffff;
  --rg-card: #f7fbff;
  --rg-radius: 28px;
  --rg-shadow: 0 24px 70px rgba(8, 28, 47, .12);
  --rg-font: Inter, Manrope, Poppins, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: var(--rg-font); color: var(--rg-ink); background: #fff; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; display: block; }
.rg-main { overflow: hidden; }
.rg-shell { width: min(1240px, calc(100% - 40px)); margin: 0 auto; max-width: 1240px; }
.rg-section { padding: 96px 0; }
.rg-section--soft { background: linear-gradient(180deg, #fff 0%, #eef7ff 100%); }
.rg-section--dark { color: #fff; background: radial-gradient(circle at 12% 8%, rgba(11, 141, 227, .4), transparent 28%), linear-gradient(135deg, #06111f, #0a2744 80%); }
.rg-eyebrow { display: inline-flex; align-items: center; gap: 10px; margin: 0 0 16px; color: var(--rg-blue); font-weight: 800; letter-spacing: .08em; text-transform: uppercase; font-size: 12px; line-height: 1.2; }
.rg-eyebrow::before { content: ""; width: 34px; height: 3px; border-radius: 999px; background: var(--rg-red); }
.rg-title { margin: 0; font-size: clamp(34px, 5vw, 68px); line-height: 1.12; letter-spacing: -.035em; font-weight: 850; }
.rg-title--medium { font-size: clamp(30px, 4vw, 52px); }
.rg-text { color: var(--rg-muted); font-size: 18px; line-height: 1.68; margin: 18px 0 0; max-width: 720px; }
.rg-section--dark .rg-text, .rg-section--dark .rg-card p { color: rgba(255,255,255,.72); }
.rg-center { text-align: center; }
.rg-center .rg-text, .rg-center .rg-eyebrow { margin-left: auto; margin-right: auto; }
.rg-actions { display: flex; gap: 14px; flex-wrap: wrap; align-items: center; margin-top: 32px; }
.rg-btn { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 14px 24px; border-radius: 999px; font-weight: 800; border: 1px solid transparent; transition: .2s ease; cursor: pointer; }
.rg-btn--primary { background: var(--rg-blue); color: #fff; box-shadow: 0 12px 32px rgba(11, 141, 227, .3); }
.rg-btn--primary:hover { transform: translateY(-2px); background: #0577c4; }
.rg-btn--ghost { background: rgba(255,255,255,.82); color: var(--rg-ink); border-color: var(--rg-line); }
.rg-section--dark .rg-btn--ghost { background: rgba(255,255,255,.1); color: #fff; border-color: rgba(255,255,255,.18); }
.rg-btn--ghost:hover { transform: translateY(-2px); border-color: var(--rg-blue); }
.rg-card { background: #fff; border: 1px solid var(--rg-line); border-radius: var(--rg-radius); box-shadow: 0 14px 46px rgba(8, 28, 47, .08); padding: 28px; }
.rg-card h3 { margin: 0 0 10px; font-size: 22px; letter-spacing: -.02em; line-height: 1.25; }
.rg-card p { margin: 0; color: var(--rg-muted); line-height: 1.65; }
.rg-grid { display: grid; gap: 22px; }
.rg-grid--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.rg-grid--4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.rg-grid--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.rg-header { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,.9); backdrop-filter: blur(16px); border-bottom: 1px solid rgba(229,234,240,.82); }
.rg-header__inner { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 26px; flex-wrap: nowrap; }
.rg-logo { width: 214px; display: flex; align-items: center; flex: 0 0 214px; }
.rg-logo img { width: 214px; height: auto; object-fit: contain; }
.rg-nav { flex: 1 1 auto; display: flex; justify-content: center; min-width: 0; }
.rg-nav__list, .rg-nav ul { display: flex; gap: 30px; align-items: center; list-style: none; padding: 0; margin: 0; flex-wrap: nowrap; }
.rg-nav li { white-space: nowrap; }
.rg-nav a { font-size: 15px; font-weight: 800; color: #243041; transition: .2s ease; }
.rg-nav a:hover { color: var(--rg-blue); }
.rg-header__cta { padding: 12px 18px; background: var(--rg-blue); color: #fff; border-radius: 999px; font-weight: 850; white-space: nowrap; flex: 0 0 auto; }
.rg-menu-toggle { display: none; border: 0; background: transparent; padding: 10px; }
.rg-menu-toggle span { display: block; width: 24px; height: 2px; background: var(--rg-ink); margin: 5px 0; border-radius: 999px; transition: .2s ease; }
.rg-hero { position: relative; min-height: 780px; display: flex; align-items: center; padding: 78px 0 88px; background: radial-gradient(circle at 78% 42%, rgba(11,141,227,.2), transparent 34%), linear-gradient(180deg, #f7fbff 0%, #ffffff 100%); }
.rg-hero::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(11,141,227,.06) 1px, transparent 1px), linear-gradient(90deg, rgba(11,141,227,.06) 1px, transparent 1px); background-size: 72px 72px; mask-image: radial-gradient(circle at 72% 40%, #000, transparent 58%); pointer-events: none; }
.rg-hero__inner { position: relative; display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 52px; }
.rg-hero__title { font-size: clamp(42px, 6.8vw, 88px); line-height: 1.06; letter-spacing: -.05em; margin: 0; max-width: 760px; }
.rg-hero__title span { color: var(--rg-blue); }
.rg-hero__visual { position: relative; min-height: 440px; display: grid; place-items: center; }
.rg-hero__glow { position: absolute; width: 84%; aspect-ratio: 1/1; border-radius: 50%; background: radial-gradient(circle, rgba(11,141,227,.28), transparent 64%); filter: blur(8px); }
.rg-hero__device { position: relative; width: min(680px, 100%); filter: drop-shadow(0 32px 46px rgba(6,17,31,.24)); }
.rg-tags { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 26px; }
.rg-tag { display: inline-flex; align-items: center; gap: 8px; padding: 9px 13px; border-radius: 999px; background: #fff; border: 1px solid var(--rg-line); color: #334155; font-size: 13px; font-weight: 850; box-shadow: 0 8px 22px rgba(8,28,47,.05); }
.rg-tag::before { content: ""; width: 8px; height: 8px; border-radius: 999px; background: var(--rg-red); }
.rg-anchor { position: sticky; top: 78px; z-index: 80; background: rgba(255,255,255,.88); backdrop-filter: blur(14px); border-top: 1px solid rgba(229,234,240,.9); border-bottom: 1px solid rgba(229,234,240,.9); }
.rg-anchor__list { display: flex; justify-content: center; gap: 18px; overflow-x: auto; padding: 14px 0; white-space: nowrap; }
.rg-anchor__list a { padding: 10px 14px; border-radius: 999px; color: #415164; font-size: 14px; font-weight: 850; }
.rg-anchor__list a:hover { background: var(--rg-blue-soft); color: var(--rg-blue); }
.rg-product-card { padding: 0; overflow: hidden; display: flex; flex-direction: column; min-height: 100%; }
.rg-product-card__media { background: linear-gradient(180deg, #eef7ff, #fff); min-height: 210px; display: grid; place-items: center; padding: 28px; }
.rg-product-card__media img { max-height: 190px; object-fit: contain; }
.rg-product-card__body { padding: 26px; display: flex; flex-direction: column; flex: 1; }
.rg-product-card__body p { min-height: 78px; }
.rg-card-tags { display: flex; gap: 8px; flex-wrap: wrap; margin: 20px 0 24px; }
.rg-mini-tag { padding: 7px 10px; border-radius: 999px; background: var(--rg-blue-soft); color: #0b67ab; font-size: 12px; font-weight: 850; }
.rg-learn { margin-top: auto; color: var(--rg-blue); font-weight: 900; }
.rg-experience { position: relative; overflow: hidden; }
.rg-experience::after { content: ""; position: absolute; width: 520px; height: 520px; right: -220px; bottom: -260px; background: radial-gradient(circle, rgba(11,141,227,.22), transparent 68%); pointer-events: none; }
.rg-feature-icon { width: 52px; height: 52px; border-radius: 16px; display: grid; place-items: center; background: linear-gradient(135deg, var(--rg-blue), #42b9ff); color: #fff; font-weight: 900; margin-bottom: 18px; }
.rg-section--dark .rg-card { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.14); box-shadow: none; backdrop-filter: blur(14px); }
.rg-section--dark .rg-mini-tag { background: rgba(255,255,255,.13); color: #fff; }
.rg-split { display: grid; grid-template-columns: .9fr 1.1fr; gap: 54px; align-items: center; }
.rg-split--reverse { grid-template-columns: 1.1fr .9fr; }
.rg-visual-card { position: relative; background: linear-gradient(160deg, #06111f, #103e69); border-radius: 36px; min-height: 480px; padding: 48px; overflow: hidden; box-shadow: var(--rg-shadow); }
.rg-visual-card::before { content: ""; position: absolute; width: 520px; height: 520px; right: -170px; top: -190px; border-radius: 50%; background: radial-gradient(circle, rgba(11,141,227,.55), transparent 66%); }
.rg-visual-card img { position: relative; width: 100%; max-height: 380px; object-fit: contain; filter: drop-shadow(0 30px 34px rgba(0,0,0,.34)); }
.rg-list { padding: 0; margin: 28px 0 0; list-style: none; display: grid; gap: 14px; }
.rg-list li { display: flex; gap: 12px; color: #324152; line-height: 1.55; }
.rg-list li::before { content: ""; width: 10px; height: 10px; border-radius: 50%; background: var(--rg-blue); flex: 0 0 auto; margin-top: 8px; box-shadow: 0 0 0 5px rgba(11,141,227,.12); }
.rg-section--dark .rg-list li { color: rgba(255,255,255,.78); }
.rg-stat-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; margin-top: 34px; }
.rg-stat { padding: 28px; border-radius: 26px; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.16); }
.rg-stat strong { display: block; font-size: clamp(32px, 4vw, 50px); letter-spacing: -.04em; line-height: 1; color: #fff; }
.rg-stat span { display: block; margin-top: 10px; color: rgba(255,255,255,.72); font-weight: 700; }
.rg-process { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 12px; margin-top: 30px; }
.rg-process__step { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); border-radius: 18px; padding: 18px 14px; text-align: center; color: rgba(255,255,255,.82); font-weight: 800; font-size: 14px; line-height: 1.4; }
.rg-cta { padding: 78px 0; }
.rg-cta__box { display: grid; grid-template-columns: 1fr auto; gap: 30px; align-items: center; padding: 48px; border-radius: 36px; color: #fff; background: radial-gradient(circle at 76% 50%, rgba(11,141,227,.42), transparent 34%), linear-gradient(135deg, #06111f, #0b3156); box-shadow: var(--rg-shadow); }
.rg-cta h2 { margin: 0; font-size: clamp(28px, 4vw, 48px); line-height: 1.12; letter-spacing: -.035em; }
.rg-cta p { margin: 12px 0 0; color: rgba(255,255,255,.72); line-height: 1.65; max-width: 760px; }
.rg-page-hero { padding: 110px 0 76px; background: linear-gradient(180deg, #f7fbff, #fff); }
.rg-tabs { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; margin-top: 34px; }
.rg-tabs a { padding: 12px 18px; border: 1px solid var(--rg-line); border-radius: 999px; font-weight: 850; color: #314154; background: #fff; }
.rg-tabs a:hover { color: var(--rg-blue); background: var(--rg-blue-soft); }
.rg-contact-grid { display: grid; grid-template-columns: .86fr 1.14fr; gap: 28px; align-items: start; }
.rg-contact-list { display: grid; gap: 16px; margin-top: 26px; }
.rg-contact-item { padding: 18px; border-radius: 18px; background: #fff; border: 1px solid var(--rg-line); }
.rg-contact-item span { display: block; color: var(--rg-muted); font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; margin-bottom: 6px; }
.rg-form { display: grid; gap: 14px; }
.rg-form label { font-weight: 850; color: #253449; font-size: 14px; }
.rg-form input, .rg-form textarea, .rg-form select { width: 100%; margin-top: 8px; border: 1px solid var(--rg-line); border-radius: 14px; padding: 14px 15px; font: inherit; outline: none; background: #fff; }
.rg-form textarea { min-height: 138px; resize: vertical; }
.rg-form input:focus, .rg-form textarea:focus, .rg-form select:focus { border-color: var(--rg-blue); box-shadow: 0 0 0 4px rgba(11,141,227,.12); }
.rg-footer { background: #06111f; color: #fff; padding: 68px 0 26px; }
.rg-footer__grid { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 46px; }
.rg-footer__brand img { width: 230px; filter: drop-shadow(0 8px 18px rgba(0,0,0,.28)); margin-bottom: 20px; }
.rg-footer p { color: rgba(255,255,255,.66); line-height: 1.7; margin: 0; }
.rg-footer__col { display: grid; align-content: start; gap: 12px; }
.rg-footer__col h3 { margin: 0 0 10px; color: #67c6ff; font-size: 13px; text-transform: uppercase; letter-spacing: .12em; }
.rg-footer__col a, .rg-footer__bottom a { color: rgba(255,255,255,.74); }
.rg-footer__col a:hover, .rg-footer__bottom a:hover { color: #fff; }
.rg-footer__bottom { display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.12); margin-top: 48px; padding-top: 22px; font-size: 14px; }
/* Elementor adaptations and high-priority layout guards */
body .elementor-widget-heading .elementor-heading-title { font-family: var(--rg-font); }
body .elementor-widget-text-editor, body .elementor-widget-text-editor p { font-family: var(--rg-font); }
body .rg-header, body .rg-section, body .rg-hero, body .rg-page-hero, body .rg-cta, body .rg-footer { width: 100% !important; max-width: none !important; }
body .rg-header > .e-con-inner, body .rg-hero > .e-con-inner, body .rg-section > .e-con-inner, body .rg-page-hero > .e-con-inner, body .rg-cta > .e-con-inner, body .rg-footer > .e-con-inner { max-width: none !important; width: 100% !important; }
body .rg-shell, body .rg-shell.e-con, body .rg-shell > .e-con-inner { width: min(1240px, calc(100% - 40px)) !important; max-width: 1240px !important; margin-left: auto !important; margin-right: auto !important; align-self: center !important; }
body .rg-header__inner, body .rg-header__inner.e-con, body .rg-header__inner > .e-con-inner { --display: flex !important; display: flex !important; flex-direction: row !important; align-items: center !important; justify-content: space-between !important; gap: 26px !important; flex-wrap: nowrap !important; min-height: 78px !important; width: min(1240px, calc(100% - 40px)) !important; max-width: 1240px !important; margin-left: auto !important; margin-right: auto !important; }
body .rg-header__inner > .elementor-element, body .rg-header__inner > .e-con-inner > .elementor-element { width: auto !important; max-width: none !important; flex: 0 0 auto !important; min-width: 0 !important; }
body .rg-header__inner .rg-logo { flex: 0 0 214px !important; width: 214px !important; }
body .rg-logo img, body .rg-logo .elementor-widget-container img { width: 214px !important; max-width: 214px !important; height: auto !important; object-fit: contain !important; }
body .rg-header__inner .rg-nav { flex: 1 1 auto !important; width: auto !important; min-width: 0 !important; }
body .rg-nav .elementor-widget-container, body .rg-nav nav, body .rg-nav ul { display: flex !important; align-items: center !important; justify-content: center !important; gap: 30px !important; flex-wrap: nowrap !important; list-style: none !important; margin: 0 !important; padding: 0 !important; }
body .rg-nav li { margin: 0 !important; padding: 0 !important; white-space: nowrap !important; }
body .rg-header__cta, body .rg-header__cta.elementor-widget-button { flex: 0 0 auto !important; white-space: nowrap !important; width: auto !important; }
body .rg-header__cta .elementor-button { padding: 12px 18px !important; background: var(--rg-blue) !important; color: #fff !important; border-radius: 999px !important; font-weight: 850 !important; white-space: nowrap !important; box-shadow: none !important; }
body .rg-hero__inner, body .rg-hero__inner.e-con, body .rg-hero__inner > .e-con-inner { --display: grid !important; display: grid !important; grid-template-columns: .92fr 1.08fr !important; align-items: center !important; gap: 52px !important; width: min(1240px, calc(100% - 40px)) !important; max-width: 1240px !important; margin-left: auto !important; margin-right: auto !important; }
body .rg-split, body .rg-split.e-con, body .rg-split > .e-con-inner { --display: grid !important; display: grid !important; grid-template-columns: .9fr 1.1fr !important; align-items: center !important; gap: 54px !important; }
body .rg-split--reverse, body .rg-split--reverse.e-con, body .rg-split--reverse > .e-con-inner { --display: grid !important; display: grid !important; grid-template-columns: 1.1fr .9fr !important; align-items: center !important; gap: 54px !important; }
body .rg-grid, body .rg-grid.e-con, body .rg-grid > .e-con-inner, body .rg-stat-grid, body .rg-stat-grid.e-con, body .rg-stat-grid > .e-con-inner, body .rg-process, body .rg-process.e-con, body .rg-process > .e-con-inner, body .rg-footer__grid, body .rg-footer__grid.e-con, body .rg-footer__grid > .e-con-inner, body .rg-contact-grid, body .rg-contact-grid.e-con, body .rg-contact-grid > .e-con-inner, body .rg-cta__box, body .rg-cta__box.e-con, body .rg-cta__box > .e-con-inner { --display: grid !important; display: grid !important; align-items: stretch !important; width: min(1240px, calc(100% - 40px)) !important; max-width: 1240px !important; margin-left: auto !important; margin-right: auto !important; min-width: 0 !important; }
body .rg-grid, body .rg-grid > .e-con-inner { gap: 22px !important; }
body .rg-grid--2, body .rg-grid--2 > .e-con-inner { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
body .rg-grid--3, body .rg-grid--3 > .e-con-inner { grid-template-columns: repeat(3, minmax(0, 1fr)) !important; }
body .rg-grid--4, body .rg-grid--4 > .e-con-inner { grid-template-columns: repeat(4, minmax(0, 1fr)) !important; }
body .rg-stat-grid, body .rg-stat-grid > .e-con-inner { grid-template-columns: repeat(4, minmax(0, 1fr)) !important; gap: 18px !important; }
body .rg-process, body .rg-process > .e-con-inner { grid-template-columns: repeat(6, minmax(0, 1fr)) !important; gap: 12px !important; }
body .rg-footer__grid, body .rg-footer__grid > .e-con-inner { grid-template-columns: 1.5fr repeat(3, minmax(0, 1fr)) !important; gap: 46px !important; }
body .rg-contact-grid, body .rg-contact-grid > .e-con-inner { grid-template-columns: .86fr 1.14fr !important; gap: 28px !important; align-items: start !important; }
body .rg-cta__box, body .rg-cta__box > .e-con-inner { grid-template-columns: 1fr auto !important; gap: 30px !important; align-items: center !important; }
body .rg-grid > .elementor-element, body .rg-grid > .e-con-inner > .elementor-element, body .rg-stat-grid > .elementor-element, body .rg-stat-grid > .e-con-inner > .elementor-element, body .rg-footer__grid > .elementor-element, body .rg-footer__grid > .e-con-inner > .elementor-element, body .rg-process > .elementor-element, body .rg-process > .e-con-inner > .elementor-element, body .rg-contact-grid > .elementor-element, body .rg-contact-grid > .e-con-inner > .elementor-element { width: auto !important; min-width: 0 !important; max-width: none !important; flex: initial !important; }
body .rg-actions, body .rg-actions.e-con, body .rg-actions > .e-con-inner { --display: flex !important; display: flex !important; flex-direction: row !important; align-items: center !important; justify-content: flex-start !important; gap: 14px !important; flex-wrap: wrap !important; }
body .rg-card, body .rg-product-card, body .rg-product-card__body, body .rg-product-card__media, body .rg-visual-card, body .rg-footer__col, body .rg-footer__brand { min-width: 0 !important; }
body .rg-product-card { height: 100% !important; display: flex !important; flex-direction: column !important; }
body .rg-product-card__media, body .rg-product-card__media.e-con, body .rg-product-card__media > .e-con-inner { --display: grid !important; display: grid !important; place-items: center !important; }
body .rg-product-card__body, body .rg-product-card__body.e-con, body .rg-product-card__body > .e-con-inner { --display: flex !important; display: flex !important; flex-direction: column !important; flex: 1 1 auto !important; }
body .rg-card-tags, body .rg-card-tags.e-con, body .rg-card-tags > .e-con-inner, body .rg-tags, body .rg-tags.e-con, body .rg-tags > .e-con-inner, body .rg-tabs, body .rg-tabs.e-con, body .rg-tabs > .e-con-inner, body .rg-anchor__list, body .rg-anchor__list.e-con, body .rg-anchor__list > .e-con-inner { --display: flex !important; display: flex !important; flex-wrap: wrap !important; gap: 10px !important; align-items: center !important; }
body .rg-anchor__list, body .rg-anchor__list > .e-con-inner { justify-content: center !important; overflow-x: auto !important; white-space: nowrap !important; flex-wrap: nowrap !important; }
body .rg-btn .elementor-button, body .rg-btn.elementor-widget-button .elementor-button { display:inline-flex !important; align-items:center !important; justify-content:center !important; min-height:48px !important; padding:14px 24px !important; border-radius:999px !important; font-weight:800 !important; border:1px solid transparent !important; transition:.2s ease !important; }
body .rg-btn--primary .elementor-button { background: var(--rg-blue) !important; color:#fff !important; box-shadow: 0 12px 32px rgba(11,141,227,.3) !important; }
body .rg-btn--ghost .elementor-button { background: rgba(255,255,255,.82) !important; color: var(--rg-ink) !important; border-color: var(--rg-line) !important; }
body .rg-section--dark .rg-btn--ghost .elementor-button { background: rgba(255,255,255,.1) !important; color:#fff !important; border-color: rgba(255,255,255,.18) !important; }
body .rg-eyebrow .elementor-heading-title, body .rg-eyebrow { font-size:12px!important; line-height:1.2!important; }
body .rg-hero__title .elementor-heading-title, body .rg-hero__title h1 { line-height:1.06!important; letter-spacing:-.05em!important; margin:0!important; }
body .rg-title .elementor-heading-title, body .rg-title h1, body .rg-title h2 { line-height:1.12!important; letter-spacing:-.035em!important; margin:0!important; }
body .rg-title--medium .elementor-heading-title { font-size:clamp(30px,4vw,52px)!important; }
body .rg-text, body .rg-text .elementor-widget-container, body .rg-text p, body .rg-card .elementor-widget-text-editor, body .rg-card .elementor-widget-text-editor p { line-height:1.68!important; letter-spacing:0!important; word-spacing:normal!important; margin-top:0!important; }
body .rg-card .elementor-widget-heading h3, body .rg-card h3, body .rg-card .elementor-heading-title { line-height:1.25!important; margin:0 0 10px!important; }
body .elementor-widget:not(:last-child) { margin-block-end: 0 !important; }
body .rg-product-card .elementor-widget-image img { max-height:190px !important; object-fit:contain !important; }
body .rg-visual-card .elementor-widget-image img { position:relative !important; width:100% !important; max-height:380px !important; object-fit:contain !important; filter:drop-shadow(0 30px 34px rgba(0,0,0,.34)) !important; }
body .rg-feature-icon .elementor-heading-title, body .rg-feature-icon { font-size:16px!important; color:#fff!important; }
body .rg-list .elementor-widget-container ul { padding:0!important; margin:28px 0 0!important; list-style:none!important; display:grid!important; gap:14px!important; }
body .rg-list .elementor-widget-container li { display:flex!important; gap:12px!important; color:#324152!important; line-height:1.55!important; }
body .rg-list .elementor-widget-container li:before { content:""; width:10px; height:10px; border-radius:50%; background:var(--rg-blue); flex:0 0 auto; margin-top:8px; box-shadow:0 0 0 5px rgba(11,141,227,.12); }
body .rg-stat strong, body .rg-stat .elementor-heading-title { display:block!important; font-size:clamp(32px,4vw,50px)!important; letter-spacing:-.04em!important; line-height:1!important; color:#fff!important; }
body .rg-footer__brand .elementor-widget-image img { width:230px!important; max-width:230px!important; filter: drop-shadow(0 8px 18px rgba(0,0,0,.28)) !important; margin-bottom:20px!important; }
body .rg-footer__col .elementor-widget-heading .elementor-heading-title { margin:0 0 10px!important; color:#67c6ff!important; font-size:13px!important; text-transform:uppercase!important; letter-spacing:.12em!important; }
body .rg-footer__col .elementor-widget-html a { display:block!important; color:rgba(255,255,255,.74)!important; margin:0 0 12px!important; }
body .rg-footer__bottom .elementor-widget-container { display:flex!important; justify-content:space-between!important; gap:20px!important; width:100%!important; }
@media (max-width: 1024px) {
  body .rg-grid--4, body .rg-grid--4 > .e-con-inner, body .rg-grid--3, body .rg-grid--3 > .e-con-inner { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
  body .rg-hero__inner, body .rg-hero__inner > .e-con-inner, body .rg-split, body .rg-split > .e-con-inner, body .rg-split--reverse, body .rg-split--reverse > .e-con-inner, body .rg-contact-grid, body .rg-contact-grid > .e-con-inner, body .rg-cta__box, body .rg-cta__box > .e-con-inner { grid-template-columns: 1fr !important; }
  body .rg-hero { min-height: auto !important; padding-top: 56px !important; }
  body .rg-hero__visual { min-height: 340px !important; order: -1 !important; }
  body .rg-stat-grid, body .rg-stat-grid > .e-con-inner { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
  body .rg-process, body .rg-process > .e-con-inner { grid-template-columns: repeat(3, minmax(0, 1fr)) !important; }
  body .rg-footer__grid, body .rg-footer__grid > .e-con-inner { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
}
@media (max-width: 860px) {
  .rg-shell { width: min(100% - 28px, 1240px); }
  body .rg-header__inner, body .rg-header__inner > .e-con-inner { min-height:68px !important; }
  body .rg-logo, body .rg-logo img, body .rg-logo .elementor-widget-container img { width:180px !important; max-width:180px !important; flex-basis:180px !important; }
  body .rg-nav { display:none!important; }
  body .rg-header__cta { display:none!important; }
  .rg-anchor { top: 68px; }
  .rg-anchor__list { justify-content: flex-start; }
  .rg-section { padding: 72px 0; }
  .rg-hero__title { font-size: clamp(40px, 12vw, 66px); }
  .rg-hero__device { width: min(560px, 100%); }
  .rg-visual-card { min-height: 360px; padding: 28px; border-radius: 28px; }
  body .rg-process, body .rg-process > .e-con-inner { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
  body .rg-footer__bottom .elementor-widget-container, .rg-footer__bottom { flex-direction: column !important; }
}
@media (max-width: 620px) {
  body .rg-grid--4, body .rg-grid--4 > .e-con-inner, body .rg-grid--3, body .rg-grid--3 > .e-con-inner, body .rg-grid--2, body .rg-grid--2 > .e-con-inner, body .rg-stat-grid, body .rg-stat-grid > .e-con-inner, body .rg-footer__grid, body .rg-footer__grid > .e-con-inner, body .rg-process, body .rg-process > .e-con-inner { grid-template-columns: 1fr !important; }
  body .rg-actions, body .rg-actions > .e-con-inner { display:grid!important; grid-template-columns:1fr!important; width:100%!important; }
  body .rg-btn .elementor-button, body .rg-btn.elementor-widget-button .elementor-button { width:100%!important; }
  .rg-card { border-radius: 22px; padding: 22px; }
  .rg-product-card__media { min-height: 180px; }
  .rg-title { font-size: clamp(32px, 11vw, 48px); }
  .rg-text { font-size: 16px; }
  .rg-page-hero { padding: 70px 0 54px; }
}
