/*
Theme Name: Hello Elementor Child - One Web v45
Template: hello-elementor
Text Domain: hello-elementor-child
Version: 66.0.0
*/

:root {
  --ow-red: #ff0000;
  --ow-red-deep: #d90c13;
  --ow-red-soft: rgba(255, 0, 0, 0.07);
  --ow-yellow: #fcee21;
  --ow-yellow-soft: rgba(252, 238, 33, 0.10);
  --ow-white: #ffffff;
  --ow-page: #fafbfc;
  --ow-surface: #ffffff;
  --ow-surface-soft: #fcfcfd;
  --ow-line: rgba(16, 24, 40, 0.08);
  --ow-line-strong: rgba(16, 24, 40, 0.12);
  --ow-text: #16181d;
  --ow-text-soft: #6f7683;
  --ow-text-faint: #98a0ad;
  --ow-shadow-xl: 0 28px 80px rgba(15, 23, 42, 0.08);
  --ow-shadow-lg: 0 18px 48px rgba(15, 23, 42, 0.06);
  --ow-shadow-md: 0 12px 30px rgba(15, 23, 42, 0.05);
  --ow-shadow-sm: 0 8px 18px rgba(15, 23, 42, 0.04);
  --ow-radius-xxl: 34px;
  --ow-radius-xl: 28px;
  --ow-radius-lg: 24px;
  --ow-radius-md: 20px;
  --ow-radius-sm: 16px;
  --ow-sidebar-width: 244px;
  --ow-gap: 28px;
  --ow-admin-bar-height: 0px;
}

body.admin-bar {
  --ow-admin-bar-height: 32px;
}

@media (max-width: 782px) {
  body.admin-bar {
    --ow-admin-bar-height: 46px;
  }
}

body.oneweb-template-home {
  background:
    radial-gradient(circle at 6% 8%, rgba(255, 0, 0, 0.035), transparent 18%),
    radial-gradient(circle at 98% 4%, rgba(252, 238, 33, 0.04), transparent 10%),
    linear-gradient(180deg, #ffffff 0%, #fafbfc 68%, #f8fafc 100%);
  color: var(--ow-text);
  overflow-x: clip;
}

body.oneweb-template-home::before {
  content: "";
  position: fixed;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.85), rgba(255,255,255,0.62)),
    repeating-linear-gradient(90deg, rgba(16,24,40,0.012) 0, rgba(16,24,40,0.012) 1px, transparent 1px, transparent 170px);
  pointer-events: none;
  z-index: -2;
}

body.oneweb-template-home .site-header,
body.oneweb-template-home .site-footer,
body.oneweb-template-home .elementor-location-header,
body.oneweb-template-home .elementor-location-footer,
body.oneweb-template-home header[data-elementor-type="header"],
body.oneweb-template-home footer[data-elementor-type="footer"] {
  display: none !important;
}

body.oneweb-template-home #content,
body.oneweb-template-home .site-main,
body.oneweb-template-home main,
body.oneweb-template-home #page {
  max-width: 100%;
  margin: 0;
  padding: 0;
}

.oneweb-home,
.oneweb-home * {
  box-sizing: border-box;
}

.oneweb-home {
  min-height: calc(100vh - var(--ow-admin-bar-height));
  padding: calc(var(--ow-admin-bar-height) + 18px) 18px 18px 0;
}

.oneweb-home__layout {
  display: block;
}

.oneweb-home__sidebar {
  position: fixed;
  top: calc(var(--ow-admin-bar-height) + 18px);
  left: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  width: var(--ow-sidebar-width);
  height: auto;
  min-height: 0;
  padding: 22px 16px 16px;
  border: 1px solid rgba(255,255,255,0.8);
  border-left: 0;
  border-bottom: 0;
  border-radius: 0 var(--ow-radius-xxl) 0 0;
  background: rgba(255,255,255,0.88);
  box-shadow: var(--ow-shadow-xl);
  backdrop-filter: blur(20px);
  overflow: hidden;
}

.oneweb-home__sidebar::before,
.oneweb-home__sidebar::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
}

.oneweb-home__sidebar::before {
  width: 220px;
  height: 220px;
  top: -110px;
  right: -100px;
  background: radial-gradient(circle, rgba(255, 0, 0, 0.055), transparent 70%);
}

.oneweb-home__sidebar::after {
  width: 170px;
  height: 170px;
  left: -80px;
  bottom: 110px;
  background: radial-gradient(circle, rgba(252, 238, 33, 0.07), transparent 72%);
}

.oneweb-sidebar__inner,
.oneweb-sidebar__foot {
  position: relative;
  z-index: 1;
}

.oneweb-sidebar__inner {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  min-height: 0;
}

.oneweb-sidebar__foot {
  flex: 0 0 auto;
  margin-top: 14px;
  padding-top: 12px;
  border-top: 1px solid rgba(16,24,40,0.06);
}

.oneweb-brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  margin-bottom: 26px;
  text-align: center;
}

.oneweb-brand__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.oneweb-brand__logo img {
  display: block;
  width: auto;
  max-width: 168px;
  max-height: 56px;
  margin-inline: auto;
}

.oneweb-brand__pill {
  display: block;
  width: 100%;
  margin-top: -2px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: var(--ow-text-soft);
  font-size: 10.5px;
  font-weight: 400 !important;
  letter-spacing: 0;
  text-transform: none;
  line-height: 1.35;
  text-align: center;
  white-space: nowrap;
  overflow: visible;
  text-overflow: clip;
}

.oneweb-nav__label {
  margin: 0 0 12px;
  padding-left: 8px;
  color: var(--ow-text-faint);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.oneweb-nav {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  min-height: 0;
}

.oneweb-nav__menu-wrap {
  flex: 1 1 auto;
  min-height: 0;
  max-height: none;
  overflow: auto;
  padding-right: 6px;
  scrollbar-width: thin;
  scrollbar-color: rgba(16,24,40,0.16) transparent;
}

.oneweb-nav__menu-wrap::-webkit-scrollbar {
  width: 6px;
}

.oneweb-nav__menu-wrap::-webkit-scrollbar-thumb {
  background: rgba(16,24,40,0.14);
  border-radius: 999px;
}

.oneweb-menu-section + .oneweb-menu-section {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid rgba(16,24,40,0.06);
}

.oneweb-menu-section__title {
  margin: 0 0 10px;
  padding-left: 8px;
  color: var(--ow-text-faint);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.oneweb-menu,
.oneweb-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.oneweb-menu {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.oneweb-menu li {
  margin: 0;
}

.oneweb-menu a {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  border-radius: 16px;
  text-decoration: none;
  color: var(--ow-text);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.45;
  transition: background .18s ease, transform .18s ease, box-shadow .18s ease, color .18s ease;
}

.oneweb-menu__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  color: #4f5562;
}

.oneweb-menu__icon svg {
  width: 22px;
  height: 22px;
  display: block;
  stroke: currentColor;
  stroke-width: 1.8;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.oneweb-menu__text {
  min-width: 0;
  flex: 1 1 auto;
}

.oneweb-menu a:hover,
.oneweb-menu .current-menu-item > a,
.oneweb-menu .current_page_item > a,
.oneweb-menu .current-menu-ancestor > a {
  background: linear-gradient(180deg, rgba(255,255,255,0.98), rgba(248,249,251,0.96));
  box-shadow: var(--ow-shadow-sm);
  transform: translateY(-1px);
}

.oneweb-menu a:hover .oneweb-menu__icon,
.oneweb-menu .current-menu-item > a .oneweb-menu__icon,
.oneweb-menu .current_page_item > a .oneweb-menu__icon,
.oneweb-menu .current-menu-ancestor > a .oneweb-menu__icon {
  color: var(--ow-red-deep);
}

.oneweb-menu .menu-item-has-children > ul,
.oneweb-menu .page_item_has_children > ul {
  margin-top: 6px;
  padding-left: 12px;
}

.oneweb-menu .menu-item-has-children > ul a,
.oneweb-menu .page_item_has_children > ul a {
  padding: 10px 12px;
  font-size: 14px;
  font-weight: 400;
}

.oneweb-sidebar__links {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding-top: 6px;
}

.oneweb-sidebar__link {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 8px;
  border-radius: 14px;
  color: var(--ow-text);
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.45;
  transition: background .18s ease, transform .18s ease, color .18s ease;
}

.oneweb-sidebar__link:hover {
  background: rgba(255,255,255,0.9);
  transform: translateY(-1px);
}

.oneweb-sidebar__link-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  color: #4f5562;
}

.oneweb-sidebar__link-icon svg {
  width: 22px;
  height: 22px;
  display: block;
  stroke: currentColor;
  stroke-width: 1.8;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.oneweb-sidebar__link--hotline .oneweb-sidebar__link-icon {
  color: var(--ow-red-deep);
}

.oneweb-sidebar__link-text {
  min-width: 0;
}

.oneweb-sidebar__link--hotline {
  gap: 10px;
}

.oneweb-sidebar__link--hotline .oneweb-sidebar__link-text {
  white-space: nowrap;
  font-size: 13.5px;
}


.oneweb-home__content {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-left: calc(var(--ow-sidebar-width) + 18px);
  min-width: 0;
}

.oneweb-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 2px 2px 0;
}

.oneweb-topbar__eyebrow {
  font-size: 12px;
  color: var(--ow-text-faint);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 800;
}

.oneweb-topbar__status {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 11px 15px;
  border-radius: 999px;
  background: rgba(255,255,255,0.9);
  border: 1px solid rgba(16,24,40,0.05);
  box-shadow: var(--ow-shadow-sm);
  font-size: 13px;
  font-weight: 700;
  color: var(--ow-text);
}

.oneweb-topbar__status::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--ow-yellow), var(--ow-red));
}

.oneweb-hero {
  position: relative;
  padding: 22px 0 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.oneweb-hero__inner {
  position: relative;
  max-width: 1120px;
  margin: 0 auto;
  text-align: center;
}

.oneweb-hero__title {
  margin: 0 0 14px;
  color: var(--ow-text);
  line-height: 1.05;
  letter-spacing: -0.05em;
}

.oneweb-hero__title--icon {
  display: inline-flex;
  align-items: center;
  gap: 14px;
}

.oneweb-hero__title--icon img {
  width: clamp(24px, 3.8vw, 34px);
  height: clamp(24px, 3.8vw, 34px);
  object-fit: contain;
}

.oneweb-hero__title--icon span {
  font-size: clamp(32px, 4.6vw, 56px);
}

.oneweb-hero__desc {
  max-width: 720px;
  margin: 0 auto;
  color: var(--ow-text-soft);
  font-size: 19px;
  line-height: 1.9;
}

.oneweb-search {
  position: relative;
  display: flex;
  align-items: center;
  max-width: 1080px;
  margin: 36px auto 0;
  padding: 12px 14px;
  border-radius: 30px;
  background: linear-gradient(180deg, rgba(255,255,255,0.96) 0%, rgba(252,252,253,0.98) 100%);
  border: 1px solid rgba(16,24,40,0.06);
  box-shadow: 0 20px 56px rgba(15, 23, 42, 0.07);
  backdrop-filter: blur(14px);
}

.oneweb-search::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.95);
}

.oneweb-search__input {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 84px;
  padding: 0 8px 0 30px;
  border-radius: 24px;
  background: #ffffff;
  border: 1px solid rgba(16,24,40,0.05);
  box-shadow: inset 0 1px 1px rgba(255,255,255,0.9);
}

.oneweb-search__field {
  flex: 1 1 auto;
  width: 100%;
  min-width: 0;
}

.oneweb-search input {
  width: 100%;
  height: 100%;
  min-height: 60px;
  margin: 0;
  padding: 0;
  border: 0 !important;
  outline: 0;
  background: transparent !important;
  box-shadow: none !important;
  appearance: none;
  -webkit-appearance: none;
  color: var(--ow-text);
  font-size: clamp(18px, 2vw, 22px);
  font-weight: 600;
  line-height: 1.5;
}

.oneweb-search input:focus,
.oneweb-search input:hover,
.oneweb-search input:active {
  border: 0 !important;
  outline: 0;
  box-shadow: none !important;
}

.oneweb-search input::placeholder {
  color: #9299a6;
  opacity: 1;
}

.oneweb-search__submit {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 58px;
  width: 58px;
  height: 58px;
  margin-left: 14px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  appearance: none;
  -webkit-appearance: none;
  background: radial-gradient(circle at 32% 28%, rgba(255,255,255,0.98) 0%, rgba(255,246,246,1) 58%, rgba(255,232,232,1) 100%);
  color: var(--ow-red);
  cursor: pointer;
  box-shadow: 0 10px 26px rgba(255, 0, 0, 0.10), inset 0 1px 0 rgba(255,255,255,0.98);
  transition: transform .18s ease, box-shadow .18s ease, color .18s ease, background .18s ease;
  isolation: isolate;
}

.oneweb-search__submit::before {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  border: 1px solid rgba(255, 0, 0, 0.08);
  pointer-events: none;
}

.oneweb-search__submit::after {
  content: "";
  position: absolute;
  inset: 7px;
  border-radius: inherit;
  background: linear-gradient(180deg, rgba(255,255,255,0.30), rgba(255,255,255,0));
  opacity: 0.9;
  pointer-events: none;
}

.oneweb-search__submit:hover {
  transform: translateY(-1px) scale(1.02);
  box-shadow: 0 14px 34px rgba(255, 0, 0, 0.14), inset 0 1px 0 rgba(255,255,255,1);
  color: var(--ow-red-deep);
  background: radial-gradient(circle at 32% 28%, rgba(255,255,255,1) 0%, rgba(255,243,243,1) 56%, rgba(255,224,224,1) 100%);
}

.oneweb-search__submit:active {
  transform: translateY(0) scale(0.98);
}

.oneweb-search__submit:focus-visible {
  outline: 2px solid rgba(255, 0, 0, 0.18);
  outline-offset: 4px;
}

.oneweb-search__submit svg {
  position: relative;
  z-index: 1;
  width: 24px;
  height: 24px;
}


.oneweb-insights {
  display: grid;
  gap: 18px;
  margin: 10px 0 12px;
}

.oneweb-insights__metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.oneweb-insight-card {
  position: relative;
  padding: 18px 20px;
  border: 1px solid rgba(16, 24, 40, 0.06);
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(255,255,255,0.92), rgba(255,255,255,0.82));
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.04);
}

.oneweb-insight-card::before {
  content: "";
  position: absolute;
  inset: auto auto 0 0;
  width: 86px;
  height: 86px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(252, 238, 33, 0.14), transparent 72%);
  pointer-events: none;
}

.oneweb-insight-card__label {
  position: relative;
  z-index: 1;
  display: block;
  margin-bottom: 8px;
  color: var(--ow-text-faint);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.oneweb-insight-card__value {
  position: relative;
  z-index: 1;
  display: block;
  color: var(--ow-text);
  font-size: 20px;
  font-weight: 800;
  line-height: 1.2;
}

.oneweb-service-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.oneweb-service-nav__item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 16px;
  border: 1px solid rgba(16, 24, 40, 0.08);
  border-radius: 999px;
  background: rgba(255,255,255,0.78);
  color: var(--ow-text);
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.03);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease, color .2s ease;
}

.oneweb-service-nav__item:hover {
  transform: translateY(-2px);
  color: var(--ow-red-deep);
  border-color: rgba(255,0,0,0.14);
  box-shadow: 0 14px 28px rgba(15, 23, 42, 0.06);
}

.oneweb-panel__desc {
  max-width: 700px;
  margin: 12px auto 0;
  color: var(--ow-text-soft);
  font-size: 15px;
  line-height: 1.7;
  text-align: center;
}

.oneweb-panel--exclusive .oneweb-panel__desc,
.oneweb-panel--onestack .oneweb-panel__desc,
.oneweb-news .oneweb-panel__desc,
.oneweb-wiki .oneweb-panel__desc {
  max-width: 760px;
}

.oneweb-shortcuts {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 16px;
}

.oneweb-shortcut {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  padding: 18px 12px;
  border-radius: 24px;
  text-decoration: none;
  color: var(--ow-text);
  background: rgba(255,255,255,0.84);
  border: 1px solid rgba(255,255,255,0.8);
  box-shadow: var(--ow-shadow-sm);
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}

.oneweb-shortcut:hover {
  transform: translateY(-2px);
  background: rgba(255,255,255,0.96);
  box-shadow: var(--ow-shadow-md);
}

.oneweb-shortcut__bubble {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border-radius: 20px;
  background: #ffffff;
  box-shadow: var(--ow-shadow-sm);
}

.oneweb-shortcut__bubble img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.oneweb-shortcut__bubble--svg svg {
  width: 26px;
  height: 26px;
  stroke: #ff2a1f;
  stroke-width: 1.85;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.oneweb-shortcut__label {
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  line-height: 1.45;
}

.oneweb-panel {
  padding: 8px 0 0;
}

.oneweb-panel__head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 22px;
}

.oneweb-panel__eyebrow {
  margin: 0 0 8px;
  color: var(--ow-text-faint);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.oneweb-panel__head h2 {
  margin: 0;
  font-size: clamp(24px, 3.1vw, 36px);
  line-height: 1.12;
}

.oneweb-panel__head p {
  max-width: 760px;
  margin: 0;
  color: var(--ow-text-soft);
  line-height: 1.85;
}

.oneweb-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.oneweb-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 12px;
  border-radius: 28px;
  background: rgba(255,255,255,0.86);
  border: 1px solid rgba(255,255,255,0.8);
  box-shadow: var(--ow-shadow-lg);
  text-decoration: none;
  color: inherit;
  overflow: hidden;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
  backdrop-filter: blur(10px);
}

.oneweb-card:hover {
  transform: translateY(-4px);
  background: rgba(255,255,255,0.96);
  box-shadow: 0 26px 54px rgba(15,23,42,0.10);
}

.oneweb-card__media {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1 / 1;
  border-radius: 22px;
  overflow: hidden;
  background: linear-gradient(180deg, #ffffff 0%, #f9fafb 100%);
}

.oneweb-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.oneweb-card__media--fallback::before,
.oneweb-card__media--fallback::after {
  content: "";
  position: absolute;
  border-radius: 999px;
}

.oneweb-card__media--fallback::before {
  width: 200px;
  height: 200px;
  top: -48px;
  right: -42px;
  background: radial-gradient(circle, rgba(255, 0, 0, 0.05), transparent 70%);
}

.oneweb-card__media--fallback::after {
  width: 160px;
  height: 160px;
  bottom: -34px;
  left: -30px;
  background: radial-gradient(circle, rgba(252, 238, 33, 0.07), transparent 72%);
}

.oneweb-card__icon {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 96px;
  height: 96px;
  border-radius: 30px;
  background: rgba(255,255,255,0.94);
  box-shadow: 0 18px 36px rgba(15,23,42,0.08);
}

.oneweb-card__icon img {
  width: 42px;
  height: 42px;
  object-fit: contain;
}

.oneweb-card__body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 10px;
  padding: 16px 8px 8px;
}

.oneweb-card__title {
  margin: 0;
  font-size: 22px;
  line-height: 1.25;
}

.oneweb-card__meta {
  color: var(--ow-text-faint);
  font-size: 14px;
  font-weight: 500;
}

.oneweb-card__excerpt {
  margin: 0;
  color: var(--ow-text-soft);
  line-height: 1.8;
  font-size: 14px;
}

.oneweb-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-top: auto;
  padding-top: 8px;
}

.oneweb-card__hint {
  color: var(--ow-text-faint);
  font-size: 13px;
}

.oneweb-card__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 76px;
  min-height: 40px;
  padding: 0 14px;
  border-radius: 999px;
  background: #f4f6f8;
  color: var(--ow-text);
  font-size: 13px;
  font-weight: 700;
}

.oneweb-editor {
  padding: 32px;
  border-radius: 34px;
  background: rgba(255,255,255,0.88);
  border: 1px solid rgba(255,255,255,0.8);
  box-shadow: var(--ow-shadow-lg);
  backdrop-filter: blur(12px);
}

.oneweb-editor__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
}

.oneweb-editor__head h2 {
  margin: 0;
  font-size: clamp(24px, 3vw, 34px);
}

.oneweb-editor__head p {
  margin: 0;
  color: var(--ow-text-soft);
  line-height: 1.8;
}

.oneweb-editor__note {
  padding: 11px 15px;
  border-radius: 999px;
  background: #ffffff;
  border: 1px solid rgba(16,24,40,0.06);
  color: var(--ow-text);
  font-size: 13px;
  font-weight: 700;
  box-shadow: var(--ow-shadow-sm);
}

.oneweb-entry {
  color: var(--ow-text);
  line-height: 1.88;
}

.oneweb-entry > *:first-child {
  margin-top: 0;
}

.oneweb-entry :where(h1,h2,h3,h4,h5,h6) {
  color: var(--ow-text);
  line-height: 1.24;
  margin-top: 1.4em;
  margin-bottom: .6em;
}

.oneweb-entry :where(p,ul,ol,blockquote,table) {
  margin-bottom: 1.1em;
}

.oneweb-entry a {
  color: var(--ow-red-deep);
}

.oneweb-entry img {
  max-width: 100%;
  height: auto;
  border-radius: 20px;
}

.oneweb-mobile-toggle {
  position: fixed;
  top: calc(var(--ow-admin-bar-height) + 14px);
  left: 14px;
  z-index: 120;
  display: none;
  width: 50px;
  height: 50px;
  padding: 0;
  border: 1px solid rgba(16,24,40,0.06);
  border-radius: 18px;
  background: rgba(255,255,255,0.94);
  box-shadow: var(--ow-shadow-md);
  cursor: pointer;
}

.oneweb-mobile-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  margin: 5px auto;
  border-radius: 999px;
  background: #1f2329;
  transition: transform .18s ease, opacity .18s ease;
}

.oneweb-mobile-overlay {
  position: fixed;
  inset: 0;
  z-index: 110;
  background: rgba(15, 23, 42, 0.12);
  backdrop-filter: blur(4px);
}

body.oneweb-menu-open .oneweb-mobile-toggle span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

body.oneweb-menu-open .oneweb-mobile-toggle span:nth-child(2) {
  opacity: 0;
}

body.oneweb-menu-open .oneweb-mobile-toggle span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

@media (max-width: 1279px) {
  .oneweb-shortcuts {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .oneweb-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 1100px) {
  .oneweb-mobile-toggle {
    display: inline-block;
  }

  .oneweb-home {
    padding: calc(var(--ow-admin-bar-height) + 78px) 12px 12px;
  }

  .oneweb-home__layout {
    display: grid;
    grid-template-columns: 1fr;
  }

  .oneweb-home__sidebar {
    position: fixed;
    top: calc(var(--ow-admin-bar-height) + 12px);
    left: 12px;
    bottom: 12px;
    width: min(88vw, 320px);
    height: auto;
    min-height: auto;
    border-left: 1px solid rgba(255,255,255,0.8);
    border-bottom: 1px solid rgba(255,255,255,0.8);
    border-radius: var(--ow-radius-xxl);
    z-index: 115;
    transform: translateX(calc(-100% - 20px));
    transition: transform .24s ease;
  }

  body.oneweb-menu-open .oneweb-home__sidebar {
    transform: translateX(0);
  }

  .oneweb-home__content {
    margin-left: 0;
  }

  .oneweb-topbar {
    padding-left: 62px;
  }
}

@media (max-width: 899px) {
  .oneweb-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .oneweb-search {
    padding: 12px;
    border-radius: 26px;
  }

  .oneweb-search__input {
    min-height: 74px;
    padding-left: 22px;
  }

  .oneweb-topbar,
  .oneweb-panel__head,
  .oneweb-editor__head {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 640px) {
  .oneweb-home {
    padding-inline: 10px;
    padding-bottom: 10px;
  }

  .oneweb-topbar {
    padding-left: 58px;
  }

  .oneweb-shortcuts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .oneweb-grid {
    grid-template-columns: 1fr;
  }

  .oneweb-editor {
    padding: 22px;
    border-radius: 24px;
  }

  .oneweb-hero {
    padding-top: 16px;
  }

  .oneweb-hero__title--icon span {
    font-size: 34px;
  }

  .oneweb-hero__desc {
    font-size: 16px;
  }

  .oneweb-search__input {
    min-height: 68px;
    padding-left: 18px;
    padding-right: 6px;
  }

  .oneweb-search input {
    min-height: 52px;
    font-size: 16px;
  }

  .oneweb-search__submit {
    flex-basis: 52px;
    width: 52px;
    height: 52px;
    margin-left: 8px;
    border-radius: 16px;
  }
}

@media (min-width: 1101px) {
  .oneweb-mobile-toggle {
    display: none !important;
  }

  .oneweb-home {
    padding-left: 0 !important;
  }

  .oneweb-home__content {
    margin-left: calc(var(--ow-sidebar-width) + 18px) !important;
  }
}




/* v12 hard overrides */
.oneweb-home__layout {
  grid-template-columns: var(--ow-sidebar-width) minmax(0, 1fr) !important;
}

.oneweb-home__sidebar {
  width: var(--ow-sidebar-width);
  display: flex !important;
  flex-direction: column !important;
  left: 0 !important;
  bottom: 0 !important;
  height: auto !important;
  min-height: 0 !important;
  border-left: 0 !important;
  border-bottom: 0 !important;
  border-radius: 0 var(--ow-radius-xxl) 0 0 !important;
}

.oneweb-home .oneweb-brand {
  gap: 16px !important;
}

.oneweb-home .oneweb-brand__logo,
.oneweb-home .oneweb-brand__logo img {
  justify-content: center !important;
  margin-inline: auto !important;
}

.oneweb-home .oneweb-brand__pill {
  display: block !important;
  width: 100% !important;
  min-height: 0 !important;
  padding: 0 !important;
  border-radius: 0 !important;
  font-size: 12px !important;
  line-height: 1.45 !important;
  font-weight: 400 !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
  white-space: nowrap !important;
  overflow: visible !important;
  text-overflow: clip !important;
}

.oneweb-home .oneweb-search {
  padding: 10px !important;
  border-radius: 30px !important;
  background: rgba(255,255,255,0.96) !important;
  border: 1px solid rgba(16,24,40,0.05) !important;
  box-shadow: 0 20px 56px rgba(15, 23, 42, 0.07) !important;
}

.oneweb-home .oneweb-search::before {
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.92) !important;
}

.oneweb-home .oneweb-search .oneweb-search__input {
  gap: 14px !important;
  min-height: 78px !important;
  padding: 0 14px 0 28px !important;
  border-radius: 24px !important;
  border: 1px solid rgba(16,24,40,0.05) !important;
  background: #ffffff !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.92) !important;
}

.oneweb-home .oneweb-search .oneweb-search__field {
  display: flex !important;
  align-items: center !important;
  min-width: 0 !important;
}

.oneweb-home .oneweb-search input,
.oneweb-home .oneweb-search input[type="search"] {
  min-height: 58px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  outline: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  font-size: clamp(18px, 2vw, 21px) !important;
  font-weight: 600 !important;
}

.oneweb-home .oneweb-search input::placeholder {
  color: #9aa1ad !important;
}

.oneweb-home .oneweb-search .oneweb-search__submit,
.oneweb-home .oneweb-search button.oneweb-search__submit,
.oneweb-home .oneweb-search button[type="submit"].oneweb-search__submit {
  all: unset;
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex: 0 0 48px !important;
  width: 48px !important;
  height: 48px !important;
  min-width: 48px !important;
  min-height: 48px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  outline: none !important;
  border-radius: 999px !important;
  background: linear-gradient(180deg, #fff8f8 0%, #ffecec 100%) !important;
  color: #e31b23 !important;
  box-shadow: 0 10px 22px rgba(227, 27, 35, 0.10), inset 0 1px 0 rgba(255,255,255,0.96) !important;
  -webkit-appearance: none !important;
  appearance: none !important;
  cursor: pointer !important;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease, color .18s ease !important;
}

.oneweb-home .oneweb-search .oneweb-search__submit::before,
.oneweb-home .oneweb-search .oneweb-search__submit::after {
  content: none !important;
}

.oneweb-home .oneweb-search .oneweb-search__submit:hover,
.oneweb-home .oneweb-search button.oneweb-search__submit:hover,
.oneweb-home .oneweb-search button[type="submit"].oneweb-search__submit:hover {
  transform: translateY(-1px) scale(1.03) !important;
  background: linear-gradient(180deg, #fffdfd 0%, #ffe7e7 100%) !important;
  color: #cc161f !important;
  box-shadow: 0 14px 28px rgba(227, 27, 35, 0.14), inset 0 1px 0 rgba(255,255,255,1) !important;
}

.oneweb-home .oneweb-search .oneweb-search__submit:focus,
.oneweb-home .oneweb-search .oneweb-search__submit:active,
.oneweb-home .oneweb-search .oneweb-search__submit:focus-visible {
  border: none !important;
  outline: none !important;
  transform: scale(0.98) !important;
}

.oneweb-home .oneweb-search .oneweb-search__submit svg {
  width: 22px !important;
  height: 22px !important;
  display: block !important;
  position: static !important;
}

@media (max-width: 1100px) {
  .oneweb-home__sidebar {
    width: min(86vw, 320px) !important;
    left: 12px !important;
    bottom: 12px !important;
    border-left: 1px solid rgba(255,255,255,0.8) !important;
    border-bottom: 1px solid rgba(255,255,255,0.8) !important;
    border-radius: var(--ow-radius-xxl) !important;
  }
}

@media (max-width: 640px) {
  .oneweb-home .oneweb-brand__pill {
    font-size: 9.2px !important;
  }

  .oneweb-home .oneweb-search .oneweb-search__input {
    min-height: 66px !important;
    padding-left: 18px !important;
    padding-right: 10px !important;
  }

  .oneweb-home .oneweb-search .oneweb-search__submit,
  .oneweb-home .oneweb-search button.oneweb-search__submit,
  .oneweb-home .oneweb-search button[type="submit"].oneweb-search__submit {
    flex-basis: 44px !important;
    width: 44px !important;
    height: 44px !important;
    min-width: 44px !important;
    min-height: 44px !important;
  }
}


/* v13 sidebar navigation overrides */
.oneweb-home .oneweb-brand__pill {
  font-size: 12px !important;
  font-weight: 400 !important;
  white-space: nowrap !important;
  text-transform: none !important;
}

.oneweb-home .oneweb-nav,
.oneweb-home .oneweb-sidebar__inner {
  min-height: 0 !important;
}

.oneweb-home .oneweb-nav {
  display: flex !important;
  flex-direction: column !important;
  flex: 1 1 auto !important;
}

.oneweb-home .oneweb-nav__menu-wrap {
  flex: 1 1 auto !important;
  min-height: 0 !important;
  max-height: none !important;
  overflow: auto !important;
}

.oneweb-home .oneweb-menu a {
  font-weight: 400 !important;
}

.oneweb-home .oneweb-menu a::before {
  content: none !important;
}

.oneweb-home .oneweb-menu__icon,
.oneweb-home .oneweb-menu__icon svg {
  display: inline-flex !important;
}

@media (max-width: 640px) {
  .oneweb-home .oneweb-brand__pill {
    font-size: 10.5px !important;
  }

  .oneweb-home .oneweb-sidebar__link--hotline .oneweb-sidebar__link-text {
    font-size: 13px !important;
  }
}

.oneweb-home .oneweb-sidebar__foot {
  margin-top: auto !important;
  flex: 0 0 auto !important;
}

.oneweb-home .oneweb-sidebar__link--hotline .oneweb-sidebar__link-text {
  white-space: nowrap !important;
  font-size: 13.5px !important;
}



.oneweb-panel--website {
  padding-top: 2px;
}

.oneweb-panel__head--website {
  justify-content: center;
  margin-bottom: 28px;
  text-align: center;
}

.oneweb-panel__intro {
  width: 100%;
}

.oneweb-panel__title--website {
  position: relative;
  display: inline-flex;
  justify-content: center;
  margin: 0 auto 20px;
  font-size: clamp(22px, 2.4vw, 30px) !important;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}

.oneweb-panel__title--website span {
  position: relative;
  display: inline-block;
  padding: 0 10px 14px;
}

.oneweb-panel__title--website span::before,
.oneweb-panel__title--website span::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
}

.oneweb-panel__title--website span::before {
  bottom: 0;
  width: 126px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(255,0,0,0.05) 0%, rgba(255,0,0,0.9) 50%, rgba(252,238,33,0.85) 100%);
}

.oneweb-panel__title--website span::after {
  bottom: -6px;
  width: 84px;
  height: 10px;
  border-radius: 999px;
  background: radial-gradient(circle at center, rgba(252,238,33,0.34) 0%, rgba(252,238,33,0.10) 45%, rgba(252,238,33,0) 72%);
}

.oneweb-platforms {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  max-width: 980px;
  margin: 30px auto 0;
}

.oneweb-platform {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 999px;
  background: rgba(255,255,255,0.92);
  border: 1px solid rgba(16,24,40,0.06);
  box-shadow: var(--ow-shadow-sm);
  color: var(--ow-text);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.01em;
}

.oneweb-grid--website {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.oneweb-card--website {
  padding: 14px;
}

.oneweb-card__media--website {
  aspect-ratio: 1 / 0.92;
  background: linear-gradient(180deg, #fff9f9 0%, #ffffff 100%);
}

.oneweb-card__icon--website {
  width: 104px;
  height: 104px;
  border-radius: 30px;
  background: rgba(255,255,255,0.98);
}

.oneweb-card__icon--website svg {
  width: 38px;
  height: 38px;
  stroke: var(--ow-red);
  stroke-width: 1.9;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.oneweb-card__body--website {
  gap: 0;
  padding: 18px 8px 10px;
}

.oneweb-card__title--website {
  margin: 0;
  font-size: 21px;
  line-height: 1.35;
  text-align: center;
}

.oneweb-card__title--website a {
  color: inherit;
  text-decoration: none;
}

.oneweb-card__title--website a:hover {
  color: var(--ow-red-deep);
}

@media (max-width: 1279px) {
  .oneweb-grid--website {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 899px) {
  .oneweb-platforms {
    gap: 10px;
  }

  .oneweb-platform {
    min-height: 38px;
    padding-inline: 14px;
    font-size: 13px;
  }

  .oneweb-grid--website {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .oneweb-card__title--website {
    font-size: 18px;
  }
}

@media (max-width: 640px) {
  .oneweb-platforms {
    justify-content: flex-start;
  }

  .oneweb-panel__head--website {
    align-items: flex-start;
    text-align: left;
  }

  .oneweb-panel__title--website {
    margin-inline: 0;
    text-align: left;
  }

  .oneweb-panel__title--website span {
    padding-left: 0;
    padding-right: 0;
  }

  .oneweb-panel__title--website span::before,
  .oneweb-panel__title--website span::after {
    left: 0;
    transform: none;
  }
}


.oneweb-panel__title--website a {
  color: inherit;
  text-decoration: none;
}

.oneweb-panel__title--website a:hover {
  color: var(--ow-red-deep);
}

.oneweb-panel__actions--website {
  display: flex;
  justify-content: center;
  margin-top: 40px;
  margin-bottom: 40px;
}

.oneweb-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 22px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease, background 0.22s ease, color 0.22s ease;
}

.oneweb-button--ghost {
  color: var(--ow-text);
  background: rgba(255,255,255,0.96);
  border: 1px solid rgba(16,24,40,0.08);
  box-shadow: 0 12px 28px rgba(15,23,42,0.06);
}

.oneweb-button--ghost:hover {
  transform: translateY(-1px);
  border-color: rgba(255,0,0,0.18);
  box-shadow: 0 18px 34px rgba(15,23,42,0.08);
  color: var(--ow-red-deep);
}

.oneweb-platform {
  font-weight: 500;
}

.oneweb-grid--website {
  margin-top: 22px;
}

.oneweb-card--website {
  padding: 12px;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.oneweb-card--website:hover {
  transform: translateY(-3px);
  box-shadow: 0 22px 42px rgba(15,23,42,0.08);
}

.oneweb-card--website:hover .oneweb-card__icon--website {
  transform: translateY(-2px) scale(1.03);
  box-shadow:
    0 22px 42px rgba(15,23,42,0.10),
    inset 0 1px 0 rgba(255,255,255,0.98);
}

.oneweb-card--website:hover .oneweb-card__icon--website::before {
  opacity: 1;
  background: linear-gradient(135deg, rgba(255, 0, 0, 0.18) 0%, rgba(252, 238, 33, 0.28) 100%);
}

.oneweb-card__media--website {
  aspect-ratio: 1 / 0.88;
  background:
    radial-gradient(circle at 18% 82%, rgba(252,238,33,0.10), transparent 34%),
    radial-gradient(circle at 82% 16%, rgba(255,0,0,0.045), transparent 28%),
    linear-gradient(180deg, #fffdfd 0%, #ffffff 100%);
}

.oneweb-card__icon--website {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  width: 88px;
  height: 88px;
  border-radius: 26px;
  border: 1px solid rgba(255,255,255,0.92);
  background: linear-gradient(180deg, rgba(255,255,255,0.99) 0%, rgba(255,255,255,0.94) 100%);
  box-shadow:
    0 18px 36px rgba(15,23,42,0.07),
    inset 0 1px 0 rgba(255,255,255,0.96);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.oneweb-card__icon--website::before,
.oneweb-card__icon--website::after {
  content: "";
  position: absolute;
  inset: auto;
  pointer-events: none;
}

.oneweb-card__icon--website::before {
  width: 52px;
  height: 52px;
  left: 18px;
  top: 16px;
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(255, 0, 0, 0.14) 0%, rgba(252, 238, 33, 0.22) 100%);
  filter: blur(0.2px);
  opacity: 0.9;
}

.oneweb-card__icon--website::after {
  width: 62px;
  height: 62px;
  left: 13px;
  top: 11px;
  border-radius: 22px;
  background: radial-gradient(circle at 50% 50%, rgba(255,255,255,0.9) 0%, rgba(255,255,255,0.2) 58%, rgba(255,255,255,0) 72%);
  z-index: 0;
}

.oneweb-card__icon--website svg {
  position: relative;
  z-index: 1;
  width: 36px;
  height: 36px;
  stroke: var(--ow-red-deep);
  stroke-width: 2.15;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: drop-shadow(0 4px 10px rgba(255, 0, 0, 0.14));
}

.oneweb-card__title--website {
  font-size: 17px;
  line-height: 1.42;
  font-weight: 600;
}

.oneweb-card__title--website a {
  transition: color 0.22s ease;
}

@media (max-width: 899px) {
  .oneweb-card__title--website {
    font-size: 16px;
  }
}

@media (max-width: 640px) {
  .oneweb-panel__actions--website {
    justify-content: flex-start;
  }
}


/* v28 website sector cards: Google-inspired compact layout */
.oneweb-google-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.oneweb-google-card {
  display: flex;
  align-items: center;
  gap: 16px;
  min-height: 102px;
  padding: 18px 20px;
  border-radius: 24px;
  background: rgba(255,255,255,0.92);
  border: 1px solid rgba(16,24,40,0.09);
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.035);
  text-decoration: none;
  color: var(--ow-text);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease, background-color 0.22s ease;
}

.oneweb-google-card:hover {
  transform: translateY(-3px);
  border-color: rgba(255,0,0,0.16);
  box-shadow: 0 16px 34px rgba(15, 23, 42, 0.06);
  background: rgba(255,255,255,0.98);
}

.oneweb-google-card__icon {
  position: relative;
  flex: 0 0 56px;
  width: 56px;
  height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background:
    radial-gradient(circle at 28% 22%, rgba(255, 0, 0, 0.12), transparent 62%),
    linear-gradient(135deg, rgba(255,255,255,1) 0%, rgba(255,248,238,1) 100%);
  border: 1px solid rgba(16,24,40,0.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.9), 0 8px 18px rgba(15, 23, 42, 0.05);
}

.oneweb-google-card__icon::after {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(255,0,0,0.08), rgba(252,238,33,0.1));
  opacity: 0;
  transition: opacity 0.22s ease;
  z-index: 0;
}

.oneweb-google-card:hover .oneweb-google-card__icon::after {
  opacity: 1;
}

.oneweb-google-card__icon svg {
  position: relative;
  z-index: 1;
  width: 28px;
  height: 28px;
  stroke: var(--ow-red-deep);
  stroke-width: 1.9;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.oneweb-google-card__title {
  flex: 1 1 auto;
  min-width: 0;
  color: var(--ow-text);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: -0.01em;
}

.oneweb-google-card__arrow {
  flex: 0 0 36px;
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  color: var(--ow-text-faint);
  border: 1px solid rgba(16,24,40,0.08);
  background: rgba(255,255,255,0.96);
  transition: color 0.22s ease, border-color 0.22s ease, transform 0.22s ease, box-shadow 0.22s ease;
}

.oneweb-google-card__arrow svg {
  width: 18px;
  height: 18px;
  stroke: currentColor;
  stroke-width: 2;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.oneweb-google-card:hover .oneweb-google-card__arrow {
  color: var(--ow-red-deep);
  border-color: rgba(255,0,0,0.14);
  box-shadow: 0 8px 18px rgba(255,0,0,0.08);
  transform: translateX(2px);
}

@media (max-width: 1279px) {
  .oneweb-google-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .oneweb-google-grid {
    grid-template-columns: 1fr;
  }

  .oneweb-google-card {
    min-height: 88px;
    padding: 16px 16px;
    gap: 14px;
    border-radius: 20px;
  }

  .oneweb-google-card__icon {
    width: 50px;
    height: 50px;
    flex-basis: 50px;
    border-radius: 16px;
  }

  .oneweb-google-card__icon svg {
    width: 25px;
    height: 25px;
  }

  .oneweb-google-card__title {
    font-size: 16px;
  }
}


/* v30 website sectors: 3-up compact cards with custom image icons */
.oneweb-google-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.oneweb-google-card {
  min-height: 88px;
  padding: 14px 16px;
  gap: 14px;
  border-radius: 22px;
}

.oneweb-google-card__icon {
  flex: 0 0 50px;
  width: 50px;
  height: 50px;
  border-radius: 14px;
  background: rgba(255,255,255,0.98);
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.04);
}

.oneweb-google-card__icon::after {
  display: none;
}

.oneweb-google-card__icon img {
  display: block;
  width: 30px;
  height: 30px;
  object-fit: contain;
  position: relative;
  z-index: 1;
}

.oneweb-google-card__title {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.3;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.oneweb-google-card__arrow {
  flex: 0 0 32px;
  width: 32px;
  height: 32px;
  border-radius: 10px;
}

.oneweb-google-card__arrow svg {
  width: 16px;
  height: 16px;
}

@media (max-width: 1279px) {
  .oneweb-google-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 980px) {
  .oneweb-google-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .oneweb-google-card__title {
    font-size: 14px;
  }
}

@media (max-width: 640px) {
  .oneweb-google-grid {
    grid-template-columns: 1fr;
  }

  .oneweb-google-card__title {
    white-space: normal;
    overflow: visible;
    text-overflow: clip;
  }
}


/* v31 landing panel */
.oneweb-panel--landing {
  margin-top: 8px;
}


/* v38 exclusive themes section */
.oneweb-panel--exclusive {
  margin-top: 22px;
}

.oneweb-panel--exclusive .oneweb-panel__head--website {
  margin-bottom: 22px;
}

.oneweb-exclusive-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  align-items: stretch;
}

.oneweb-exclusive-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(240px, 0.95fr);
  min-height: 280px;
  overflow: hidden;
  border-radius: 30px;
  border: 1px solid rgba(16, 24, 40, 0.08);
  background: linear-gradient(180deg, rgba(255,255,255,0.98) 0%, rgba(255,255,255,0.94) 100%);
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.06);
  color: var(--ow-text);
  text-decoration: none;
  transition: transform 0.26s ease, box-shadow 0.26s ease, border-color 0.26s ease;
}

.oneweb-exclusive-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 12% 84%, rgba(252, 238, 33, 0.12), transparent 30%),
    radial-gradient(circle at 82% 10%, rgba(255, 0, 0, 0.07), transparent 26%);
  pointer-events: none;
}

.oneweb-exclusive-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 0, 0, 0.12);
  box-shadow: 0 24px 54px rgba(15, 23, 42, 0.09);
}

.oneweb-exclusive-card__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 34px 30px 34px 34px;
}

.oneweb-exclusive-card__label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  padding: 9px 14px;
  border-radius: 999px;
  border: 1px solid rgba(16, 24, 40, 0.06);
  background: rgba(255, 255, 255, 0.9);
  color: var(--ow-text-faint);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.04);
}

.oneweb-exclusive-card__label::before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--ow-red) 0%, #ff8a00 72%, var(--ow-yellow) 100%);
  box-shadow: 0 0 0 5px rgba(255, 0, 0, 0.06);
}

.oneweb-exclusive-card__title {
  margin: 18px 0 12px;
  font-size: clamp(28px, 2.2vw, 36px);
  line-height: 1.12;
  font-weight: 760;
  letter-spacing: -0.03em;
  color: var(--ow-text);
}

.oneweb-exclusive-card__desc {
  margin: 0;
  max-width: 33ch;
  color: var(--ow-text-soft);
  font-size: 16px;
  line-height: 1.72;
}

.oneweb-exclusive-card__cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 22px;
  width: fit-content;
  padding: 12px 18px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 0, 0, 0.98) 0%, #ff7a00 72%, rgba(252, 238, 33, 0.98) 100%);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.01em;
  box-shadow: 0 16px 30px rgba(255, 0, 0, 0.18);
}

.oneweb-exclusive-card__cta::after {
  content: '↗';
  font-size: 15px;
  line-height: 1;
}

.oneweb-exclusive-card__visual {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 22px 22px 22px 0;
}

.oneweb-exclusive-card__visual::before {
  content: '';
  position: absolute;
  inset: 20px 20px 20px 32px;
  border-radius: 26px;
  background: linear-gradient(180deg, rgba(255,255,255,0.82) 0%, rgba(255,255,255,0.5) 100%);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.88);
}

.oneweb-exclusive-card__visual img {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 400px;
  height: 100%;
  max-height: 236px;
  object-fit: cover;
  object-position: center;
  border-radius: 22px;
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.12);
}

@media (max-width: 1279px) {
  .oneweb-exclusive-grid {
    grid-template-columns: 1fr;
  }

  .oneweb-exclusive-card {
    grid-template-columns: minmax(0, 1.05fr) minmax(250px, 0.95fr);
  }
}

@media (max-width: 920px) {
  .oneweb-exclusive-card {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .oneweb-exclusive-card__content {
    padding: 24px 24px 10px;
  }

  .oneweb-exclusive-card__title {
    font-size: 28px;
  }

  .oneweb-exclusive-card__desc {
    max-width: none;
    font-size: 15px;
  }

  .oneweb-exclusive-card__visual {
    padding: 0 20px 20px;
  }

  .oneweb-exclusive-card__visual::before {
    inset: 0 20px 20px;
  }

  .oneweb-exclusive-card__visual img {
    max-width: none;
    max-height: 240px;
  }
}

@media (max-width: 640px) {
  .oneweb-panel--exclusive {
    margin-top: 18px;
  }

  .oneweb-exclusive-grid {
    gap: 18px;
  }

  .oneweb-exclusive-card {
    border-radius: 24px;
  }

  .oneweb-exclusive-card__content {
    padding: 20px 20px 8px;
  }

  .oneweb-exclusive-card__label {
    font-size: 10px;
    letter-spacing: 0.12em;
  }

  .oneweb-exclusive-card__title {
    margin-top: 14px;
    font-size: 24px;
  }

  .oneweb-exclusive-card__cta {
    margin-top: 18px;
    padding: 11px 16px;
    font-size: 13px;
  }

  .oneweb-exclusive-card__visual {
    padding: 0 14px 14px;
  }

  .oneweb-exclusive-card__visual::before {
    inset: 0 14px 14px;
    border-radius: 22px;
  }

  .oneweb-exclusive-card__visual img {
    max-height: 190px;
    border-radius: 18px;
  }
}


/* v39 exclusive themes refined */
.oneweb-panel--exclusive {
  margin-top: 28px;
}

.oneweb-exclusive-grid {
  gap: 26px;
}

.oneweb-exclusive-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  border-radius: 32px;
  border: 1px solid rgba(15, 23, 42, 0.06);
  background: linear-gradient(180deg, rgba(255,255,255,0.98) 0%, rgba(255,255,255,0.95) 100%);
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.06);
  overflow: hidden;
}

.oneweb-exclusive-card::before {
  background:
    radial-gradient(circle at 88% 10%, rgba(255, 0, 0, 0.045), transparent 24%),
    radial-gradient(circle at 10% 90%, rgba(252, 238, 33, 0.07), transparent 26%);
}

.oneweb-exclusive-card:hover {
  transform: translateY(-5px);
  border-color: rgba(255, 0, 0, 0.09);
  box-shadow: 0 24px 56px rgba(15, 23, 42, 0.09);
}

.oneweb-exclusive-card__visual {
  order: -1;
  display: block;
  padding: 18px 18px 0;
}

.oneweb-exclusive-card__visual::before {
  display: none;
}

.oneweb-exclusive-card__visual img {
  width: 100%;
  max-width: none;
  height: auto;
  max-height: none;
  aspect-ratio: 16 / 9.5;
  object-fit: cover;
  object-position: center;
  border-radius: 24px;
  box-shadow: 0 16px 34px rgba(15, 23, 42, 0.10);
}

.oneweb-exclusive-card__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 22px 24px 24px;
}

.oneweb-exclusive-card__label {
  padding: 8px 13px;
  border-radius: 999px;
  background: rgba(255,255,255,0.92);
  border: 1px solid rgba(15, 23, 42, 0.05);
  color: #8f99ab;
  font-size: 11px;
  letter-spacing: 0.14em;
  box-shadow: none;
}

.oneweb-exclusive-card__label::before {
  width: 7px;
  height: 7px;
  box-shadow: 0 0 0 4px rgba(255, 82, 31, 0.08);
}

.oneweb-exclusive-card__title {
  margin: 16px 0 10px;
  font-size: clamp(28px, 2vw, 34px);
  line-height: 1.14;
  letter-spacing: -0.035em;
}

.oneweb-exclusive-card__desc {
  max-width: 42ch;
  margin: 0;
  font-size: 15px;
  line-height: 1.8;
  color: #6f7b8f;
}

.oneweb-exclusive-card__cta {
  margin-top: 18px;
  padding: 11px 18px;
  border-radius: 999px;
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  color: #1d2433;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.05);
  font-size: 14px;
  font-weight: 650;
  letter-spacing: -0.01em;
  transition: color .2s ease, border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

.oneweb-exclusive-card__cta::after {
  content: none !important;
  display: none !important;
}

.oneweb-exclusive-card:hover .oneweb-exclusive-card__cta {
  color: var(--ow-red-deep);
  border-color: rgba(255, 82, 31, 0.18);
  background: rgba(255,255,255,0.98);
  box-shadow: 0 14px 28px rgba(255, 82, 31, 0.08);
}

@media (max-width: 920px) {
  .oneweb-exclusive-card__visual {
    padding: 16px 16px 0;
  }

  .oneweb-exclusive-card__visual img {
    border-radius: 22px;
    aspect-ratio: 16 / 10;
  }

  .oneweb-exclusive-card__content {
    padding: 20px 20px 22px;
  }

  .oneweb-exclusive-card__title {
    font-size: 26px;
  }
}

@media (max-width: 640px) {
  .oneweb-exclusive-grid {
    gap: 18px;
  }

  .oneweb-exclusive-card {
    border-radius: 24px;
  }

  .oneweb-exclusive-card__visual {
    padding: 14px 14px 0;
  }

  .oneweb-exclusive-card__visual img {
    border-radius: 18px;
  }

  .oneweb-exclusive-card__content {
    padding: 18px 18px 20px;
  }

  .oneweb-exclusive-card__title {
    font-size: 24px;
  }

  .oneweb-exclusive-card__desc {
    font-size: 14px;
    line-height: 1.72;
  }
}


/* v40 exclusive themes premium refinement */
.oneweb-panel--exclusive {
  margin-top: 40px;
}

.oneweb-exclusive-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}

.oneweb-exclusive-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: center;
  gap: 26px;
  padding: 28px;
  min-height: 100%;
  border-radius: 30px;
  border: 1px solid rgba(15, 23, 42, 0.07);
  background: linear-gradient(180deg, rgba(255,255,255,0.98) 0%, rgba(255,255,255,0.95) 100%);
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.06);
  overflow: hidden;
}

.oneweb-exclusive-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 95% 8%, rgba(255, 0, 0, 0.04), transparent 23%),
    radial-gradient(circle at 7% 92%, rgba(252, 238, 33, 0.06), transparent 24%);
}

.oneweb-exclusive-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 82, 31, 0.12);
  box-shadow: 0 22px 52px rgba(15, 23, 42, 0.08);
}

.oneweb-exclusive-card__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 0;
  width: 100%;
  min-width: 0;
  padding: 0;
}

.oneweb-exclusive-card__label {
  display: none !important;
}

.oneweb-exclusive-card__title {
  margin: 0 0 12px;
  font-size: clamp(22px, 1.8vw, 28px);
  line-height: 1.18;
  letter-spacing: -0.03em;
}

.oneweb-exclusive-card__desc {
  max-width: 32ch;
  margin: 0;
  font-size: 15px;
  line-height: 1.8;
  color: #6f7b8f;
}

.oneweb-exclusive-card__cta {
  margin-top: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 999px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: rgba(255,255,255,0.9);
  color: #1d2433;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.04);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.01em;
}

.oneweb-exclusive-card:hover .oneweb-exclusive-card__cta {
  color: var(--ow-red-deep);
  border-color: rgba(255, 82, 31, 0.14);
  background: #ffffff;
  box-shadow: 0 14px 28px rgba(255, 82, 31, 0.07);
}

.oneweb-exclusive-card__cta::after {
  content: none !important;
  display: none !important;
}

.oneweb-exclusive-card__visual {
  display: block;
  width: 100%;
  padding: 0;
}

.oneweb-exclusive-card__visual::before {
  display: none !important;
}

.oneweb-exclusive-card__visual img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: center;
  border-radius: 24px;
  box-shadow: 0 18px 34px rgba(15, 23, 42, 0.08);
}

@media (max-width: 1180px) {
  .oneweb-exclusive-card {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 24px;
  }

  .oneweb-exclusive-card__content,
  .oneweb-exclusive-card__visual {
    width: 100%;
  }

  .oneweb-exclusive-card__desc {
    max-width: none;
  }
}

@media (max-width: 767px) {
  .oneweb-exclusive-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .oneweb-exclusive-card {
    padding: 18px;
    border-radius: 24px;
  }

  .oneweb-exclusive-card__title {
    font-size: 22px;
  }

  .oneweb-exclusive-card__visual img {
    border-radius: 18px;
  }
}


/* v41 - OneStack products */
.oneweb-panel--onestack {
  margin-top: 56px;
}


.oneweb-onestack-filters {
  margin: 30px auto 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  max-width: 980px;
}

.oneweb-home .oneweb-onestack-filter,
.oneweb-home button.oneweb-onestack-filter,
.oneweb-home .oneweb-onestack-filters button {
  appearance: none !important;
  -webkit-appearance: none !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 0 !important;
  min-height: 42px !important;
  height: 42px !important;
  padding: 0 16px !important;
  border-radius: 999px !important;
  border: 1px solid rgba(16,24,40,0.06) !important;
  background: rgba(255,255,255,0.92) !important;
  box-shadow: var(--ow-shadow-sm) !important;
  color: var(--ow-text) !important;
  font-family: inherit !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  letter-spacing: 0.01em !important;
  line-height: 1 !important;
  text-transform: none !important;
  text-decoration: none !important;
  white-space: nowrap !important;
  cursor: pointer !important;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, color 0.2s ease, background 0.2s ease !important;
}

.oneweb-home .oneweb-onestack-filter:hover,
.oneweb-home button.oneweb-onestack-filter:hover,
.oneweb-home .oneweb-onestack-filters button:hover {
  transform: translateY(-1px) !important;
  border-color: rgba(255,0,0,0.12) !important;
  background: #ffffff !important;
  color: var(--ow-text) !important;
  box-shadow: 0 12px 24px rgba(15,23,42,0.06) !important;
}

.oneweb-home .oneweb-onestack-filter.is-active,
.oneweb-home button.oneweb-onestack-filter.is-active,
.oneweb-home .oneweb-onestack-filters button.is-active {
  transform: translateY(-1px) !important;
  border-color: rgba(255,0,0,0.12) !important;
  background: linear-gradient(180deg, #ffffff 0%, #fff8f8 100%) !important;
  color: var(--ow-text) !important;
  box-shadow: 0 14px 28px rgba(15,23,42,0.06), inset 0 1px 0 rgba(255,255,255,0.9) !important;
}

.oneweb-home .oneweb-onestack-filter:focus-visible,
.oneweb-home button.oneweb-onestack-filter:focus-visible,
.oneweb-home .oneweb-onestack-filters button:focus-visible {
  outline: 0 !important;
  border-color: rgba(255,0,0,0.18) !important;
  box-shadow: 0 0 0 4px rgba(255,0,0,0.08), var(--ow-shadow-sm) !important;
  color: var(--ow-text) !important;
}

.oneweb-onestack-grid {

  margin-top: 42px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.oneweb-onestack-card {
  display: flex;
  align-items: center;
  gap: 18px;
  min-height: 126px;
  padding: 18px 20px;
  border-radius: 32px;
  border: 1px solid rgba(17, 24, 39, 0.08);
  background: #ffffff;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.04);
  text-decoration: none;
  color: #111827;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.oneweb-onestack-card:hover {
  transform: translateY(-3px);
  border-color: rgba(255, 0, 0, 0.10);
  box-shadow: 0 24px 50px rgba(15, 23, 42, 0.07);
}

.oneweb-onestack-card[hidden] {
  display: none !important;
}

.oneweb-onestack-card__icon {
  width: 74px;
  height: 74px;
  min-width: 74px;
  border-radius: 22px;
  border: 1px solid rgba(17, 24, 39, 0.06);
  background: linear-gradient(180deg, #ffffff 0%, #fff8f8 100%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.8);
}

.oneweb-onestack-card__icon img {
  width: 42px;
  height: 42px;
  object-fit: contain;
  display: block;
}

.oneweb-onestack-card__icon svg {
  width: 28px;
  height: 28px;
  stroke: #ef4444;
  stroke-width: 1.8;
  fill: none;
}

.oneweb-onestack-card__body {
  min-width: 0;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.oneweb-onestack-card__title {
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 700;
  color: #111827;
  display: block;
}

.oneweb-onestack-card__meta {
  font-size: 1rem;
  line-height: 1.5;
  color: #6b7280;
  display: block;
}

.oneweb-onestack-card__arrow {
  width: 52px;
  height: 52px;
  min-width: 52px;
  border-radius: 18px;
  border: 1px solid rgba(17, 24, 39, 0.08);
  background: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #9ca3af;
  transition: color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.oneweb-onestack-card__arrow svg {
  width: 18px;
  height: 18px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.oneweb-onestack-card:hover .oneweb-onestack-card__arrow {
  color: #ef4444;
  border-color: rgba(255, 0, 0, 0.12);
  transform: translateY(-1px);
}

.oneweb-onestack-empty {
  margin-top: 34px;
  padding: 24px 28px;
  border-radius: 28px;
  border: 1px dashed rgba(17, 24, 39, 0.10);
  background: #ffffff;
  color: #6b7280;
  text-align: center;
}

@media (max-width: 1300px) {
  .oneweb-onestack-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .oneweb-onestack-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .oneweb-onestack-card {
    min-height: 108px;
    padding: 16px;
    border-radius: 26px;
  }

  .oneweb-onestack-card__icon {
    width: 62px;
    height: 62px;
    min-width: 62px;
    border-radius: 18px;
  }

  .oneweb-onestack-card__icon img {
    width: 36px;
    height: 36px;
  }

  .oneweb-onestack-card__title {
    font-size: 1.06rem;
  }

  .oneweb-onestack-card__meta {
    font-size: 0.94rem;
  }

  .oneweb-onestack-card__arrow {
    width: 46px;
    height: 46px;
    min-width: 46px;
    border-radius: 16px;
  }
}


.oneweb-news {
  margin-top: 44px;
}

.oneweb-news .oneweb-panel__title--website {
  margin-bottom: 16px;
}

.oneweb-news-filters {
  margin: 28px auto 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  max-width: 980px;
}

.oneweb-home .oneweb-news-filter,
.oneweb-home button.oneweb-news-filter {
  appearance: none !important;
  -webkit-appearance: none !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 42px !important;
  padding: 0 16px !important;
  border-radius: 999px !important;
  border: 1px solid rgba(16,24,40,0.06) !important;
  background: rgba(255,255,255,0.92) !important;
  box-shadow: var(--ow-shadow-sm) !important;
  color: var(--ow-text) !important;
  font-family: inherit !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  letter-spacing: 0.01em !important;
  line-height: 1 !important;
  white-space: nowrap !important;
  cursor: pointer !important;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, color 0.2s ease, background 0.2s ease !important;
}

.oneweb-home .oneweb-news-filter:hover,
.oneweb-home button.oneweb-news-filter:hover {
  transform: translateY(-1px) !important;
  border-color: rgba(255,0,0,0.12) !important;
  background: #ffffff !important;
  color: var(--ow-text) !important;
  box-shadow: 0 12px 24px rgba(15,23,42,0.06) !important;
}

.oneweb-home .oneweb-news-filter.is-active,
.oneweb-home button.oneweb-news-filter.is-active {
  transform: translateY(-1px) !important;
  border-color: rgba(255,0,0,0.12) !important;
  background: linear-gradient(180deg, #ffffff 0%, #fff8f8 100%) !important;
  color: var(--ow-text) !important;
  box-shadow: 0 14px 28px rgba(15,23,42,0.06), inset 0 1px 0 rgba(255,255,255,0.9) !important;
}

.oneweb-home .oneweb-news-filter:focus-visible,
.oneweb-home button.oneweb-news-filter:focus-visible {
  outline: 0 !important;
  border-color: rgba(255,0,0,0.18) !important;
  box-shadow: 0 0 0 4px rgba(255,0,0,0.08), var(--ow-shadow-sm) !important;
  color: var(--ow-text) !important;
}

.oneweb-news-grid {
  margin-top: 36px;
}

.oneweb-news-grid .oneweb-onestack-card {
  min-height: 118px;
}

.oneweb-news-grid .oneweb-onestack-card__icon {
  overflow: hidden;
}

.oneweb-news-grid .oneweb-onestack-card__icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.oneweb-news-grid .oneweb-onestack-card__title {
  font-size: 1.1rem;
}

.oneweb-news-grid .oneweb-onestack-card__meta {
  font-size: 0.96rem;
  line-height: 1.5;
}

.oneweb-news-actions {
  margin-top: 28px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
}

.oneweb-news-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 999px;
  border: 1px solid rgba(16,24,40,0.08);
  background: rgba(255,255,255,0.96);
  box-shadow: var(--ow-shadow-sm);
  color: var(--ow-text);
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.oneweb-news-more:hover {
  transform: translateY(-1px);
  color: var(--ow-red-deep);
  border-color: rgba(255,0,0,0.12);
  box-shadow: 0 12px 24px rgba(15,23,42,0.06);
}

.oneweb-news-more[hidden] {
  display: none !important;
}

@media (max-width: 760px) {
  .oneweb-news-grid {
    margin-top: 26px;
  }

  .oneweb-news-actions {
    justify-content: stretch;
  }

  .oneweb-news-more {
    width: 100%;
  }
}


.oneweb-wiki {
  margin-top: 8px;
}

.oneweb-wiki-actions {
  justify-content: center;
}


/* v49 footer refinement */
.oneweb-footer {
	margin-top: 52px;
}

.oneweb-footer__shell {
	position: relative;
	overflow: hidden;
	padding: 38px 38px 22px;
	border-radius: 38px;
	border: 1px solid rgba(18, 26, 41, 0.08);
	background:
		radial-gradient(circle at top right, rgba(255, 0, 0, 0.045), transparent 24%),
		radial-gradient(circle at bottom left, rgba(252, 238, 33, 0.065), transparent 26%),
		linear-gradient(180deg, rgba(255,255,255,0.99), rgba(250,251,252,0.98));
	box-shadow: 0 24px 70px rgba(17, 24, 39, 0.055);
}

.oneweb-footer__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.18fr) minmax(0, 1fr) minmax(0, 0.92fr) minmax(0, 0.92fr);
	gap: 34px;
	align-items: start;
}

.oneweb-footer__logo {
	display: inline-flex;
	align-items: center;
	max-width: 240px;
	margin-bottom: 18px;
}

.oneweb-footer__logo img {
	display: block;
	width: 100%;
	height: auto;
}

.oneweb-footer__company {
	margin: 0 0 12px;
	font-size: clamp(1.85rem, 2vw, 2.2rem);
	font-weight: 800;
	line-height: 1.12;
	letter-spacing: -0.03em;
	color: #111827;
}

.oneweb-footer__tagline {
	margin: 0;
	max-width: 390px;
	font-size: 1rem;
	line-height: 1.8;
	color: #667085;
}

.oneweb-footer__heading {
	margin: 10px 0 18px;
	font-size: 0.95rem;
	font-weight: 800;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #111827;
}

.oneweb-footer__list,
.oneweb-footer__menu {
	list-style: none;
	padding: 0;
	margin: 0;
}

.oneweb-footer__list--contact {
	display: grid;
	gap: 18px;
}

.oneweb-footer__list--contact li {
	display: grid;
	gap: 6px;
}

.oneweb-footer__list--contact span {
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #98a2b3;
}

.oneweb-footer__contact-value,
.oneweb-footer__menu a {
	margin: 0;
	font-size: 1rem;
	line-height: 1.72;
	color: #475467;
	text-decoration: none;
	transition: color 0.2s ease, transform 0.2s ease;
}

.oneweb-footer__contact-value--address {
	font-weight: 500;
	color: #475467;
}

.oneweb-footer__contact-value--hotline {
	font-weight: 800;
	font-size: 1.1rem;
	color: #111827;
}

.oneweb-footer__contact-value:hover,
.oneweb-footer__menu a:hover {
	color: #111827;
	transform: translateX(2px);
}

.oneweb-footer__menu {
	display: grid;
	gap: 12px;
}

.oneweb-footer__bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin-top: 30px;
	padding-top: 18px;
	border-top: 1px solid rgba(18, 26, 41, 0.08);
}

.oneweb-footer__bottom p {
	margin: 0;
	font-size: 0.95rem;
	color: #98a2b3;
}

.oneweb-footer__locale {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 10px 16px;
	border: 1px solid rgba(18,26,41,0.08);
	border-radius: 999px;
	background: rgba(255,255,255,0.78);
	box-shadow: 0 10px 24px rgba(17,24,39,0.04);
	font-size: 0.94rem;
	font-weight: 700;
	color: #667085;
}

.oneweb-footer__locale .is-active {
	color: #111827;
}

.oneweb-footer__locale-sep {
	color: #c3c8d0;
}

@media (max-width: 1200px) {
	.oneweb-footer__grid {
		grid-template-columns: 1fr 1fr;
	}
}

@media (max-width: 767px) {
	.oneweb-footer {
		margin-top: 34px;
	}

	.oneweb-footer__shell {
		padding: 24px 20px 18px;
		border-radius: 28px;
	}

	.oneweb-footer__grid {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.oneweb-footer__company {
		font-size: 1.7rem;
	}

	.oneweb-footer__tagline,
	.oneweb-footer__contact-value,
	.oneweb-footer__menu a {
		font-size: 0.96rem;
	}

	.oneweb-footer__bottom {
		flex-direction: column;
		align-items: flex-start;
	}
}

/* v48 footer socials + remove editor block */
.oneweb-editor { display:none !important; }

.oneweb-footer__socials {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-top: 18px;
}

.oneweb-footer__social {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	border-radius: 14px;
	border: 1px solid rgba(18, 26, 41, 0.08);
	background: linear-gradient(180deg, rgba(255,255,255,0.98), rgba(249,250,252,0.98));
	box-shadow: 0 10px 24px rgba(17,24,39,0.05);
	color: #475467;
	text-decoration: none;
	transition: transform 0.2s ease, box-shadow 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.oneweb-footer__social svg {
	width: 20px;
	height: 20px;
	display: block;
	fill: currentColor;
}

.oneweb-footer__social:hover {
	transform: translateY(-2px);
	box-shadow: 0 14px 28px rgba(17,24,39,0.08);
	color: #111827;
	border-color: rgba(255, 0, 0, 0.18);
}

@media (max-width: 767px) {
	.oneweb-footer__socials {
		margin-top: 16px;
		gap: 10px;
	}

	.oneweb-footer__social {
		width: 42px;
		height: 42px;
		border-radius: 12px;
	}
}


/* v50 footer refresh */
.oneweb-footer {
  margin-top: 64px;
}

.oneweb-footer__shell {
  padding: 42px 42px 22px;
  border-radius: 40px;
  border: 1px solid rgba(15, 23, 42, 0.07);
  background:
    radial-gradient(circle at top right, rgba(255, 0, 0, 0.035), transparent 26%),
    radial-gradient(circle at bottom left, rgba(252, 238, 33, 0.06), transparent 30%),
    linear-gradient(180deg, rgba(255,255,255,0.98) 0%, rgba(250,251,252,0.98) 100%);
  box-shadow: 0 18px 55px rgba(15, 23, 42, 0.055);
}

.oneweb-footer__grid {
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.95fr) minmax(0, 0.9fr) minmax(0, 0.9fr);
  gap: 42px;
}

.oneweb-footer__logo {
  max-width: 255px;
  margin-bottom: 16px;
}

.oneweb-footer__company {
  margin: 0 0 10px;
  font-size: clamp(1.65rem, 1.7vw, 2rem);
  line-height: 1.14;
  letter-spacing: -0.03em;
}

.oneweb-footer__tagline {
  max-width: 360px;
  font-size: 0.98rem;
  line-height: 1.82;
  color: #667085;
}

.oneweb-footer__heading {
  margin: 6px 0 18px;
  font-size: 0.88rem;
  letter-spacing: 0.12em;
  color: #111827;
}

.oneweb-footer__list--contact {
  gap: 20px;
}

.oneweb-footer__list--contact li {
  gap: 8px;
}

.oneweb-footer__list--contact span {
  font-size: 0.76rem;
  letter-spacing: 0.09em;
}

.oneweb-footer__contact-value,
.oneweb-footer__menu a {
  font-size: 1rem;
  line-height: 1.8;
}

.oneweb-footer__contact-value--address {
  font-weight: 400 !important;
  color: #667085;
}

.oneweb-footer__contact-value--hotline {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 1.18rem;
  font-weight: 800 !important;
  letter-spacing: -0.01em;
  color: #111827;
}

.oneweb-footer__contact-value--hotline::before {
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(135deg, #ff0000, #f59e0b);
  box-shadow: 0 0 0 6px rgba(255,0,0,0.08);
}

.oneweb-footer__menu {
  gap: 13px;
}

.oneweb-footer__menu a {
  color: #475467;
}

.oneweb-footer__menu a:hover,
.oneweb-footer__contact-value:hover {
  color: #111827;
  transform: translateX(3px);
}

.oneweb-footer__socials {
  gap: 10px;
  margin-top: 22px;
}

.oneweb-footer__social {
  width: 46px;
  height: 46px;
  border-radius: 16px;
  background: rgba(255,255,255,0.92);
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
}

.oneweb-footer__social:hover {
  color: #d90c13;
  border-color: rgba(255, 0, 0, 0.14);
}

.oneweb-footer__bottom {
  margin-top: 34px;
  padding-top: 20px;
}

.oneweb-footer__bottom p {
  font-size: 0.94rem;
  color: #98a2b3;
}

.oneweb-footer__locale {
  gap: 12px;
  padding: 11px 18px;
  border-color: rgba(15, 23, 42, 0.08);
  background: #ffffff;
  color: #667085;
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.045);
}

.oneweb-footer__locale .is-active {
  color: #111827;
  font-weight: 800;
}

@media (max-width: 1200px) {
  .oneweb-footer__grid {
    grid-template-columns: 1fr 1fr;
    gap: 32px;
  }
}

@media (max-width: 767px) {
  .oneweb-footer__shell {
    padding: 28px 20px 18px;
    border-radius: 28px;
  }

  .oneweb-footer__grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .oneweb-footer__company {
    font-size: 1.8rem;
  }

  .oneweb-footer__bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}


/* v51 footer simplification */
.oneweb-footer__grid {
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr) minmax(0, 1fr) !important;
  gap: 34px !important;
}
.oneweb-footer__company {
  font-size: clamp(1.15rem, 1.8vw, 1.65rem) !important;
  line-height: 1.3 !important;
  font-weight: 700 !important;
  letter-spacing: -0.015em !important;
  margin: 0 0 14px !important;
}
.oneweb-footer__tagline {
  max-width: 31ch !important;
}
.oneweb-footer__heading {
  font-size: 1.1rem !important;
  line-height: 1.35 !important;
  margin-bottom: 18px !important;
}
.oneweb-footer__list--contact li {
  gap: 8px !important;
  margin-bottom: 18px !important;
}
.oneweb-footer__list--contact span {
  font-size: .92rem !important;
  font-weight: 700 !important;
  letter-spacing: .08em !important;
  text-transform: uppercase !important;
  color: var(--ow-text-faint) !important;
}
.oneweb-footer__contact-value--address {
  font-weight: 400 !important;
  color: var(--ow-text-soft) !important;
  max-width: 33ch !important;
}
.oneweb-footer__contact-value--hotline {
  font-size: 1.4rem !important;
  font-weight: 800 !important;
  color: var(--ow-text) !important;
}
.oneweb-footer__contact-value--hotline::before {
  display:none !important;
}
.oneweb-footer__menu {
  gap: 14px !important;
}
.oneweb-footer__menu a {
  font-size: 1.02rem !important;
}
@media (max-width: 1200px) {
  .oneweb-footer__grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
  }
}
@media (max-width: 767px) {
  .oneweb-footer__grid {
    grid-template-columns: 1fr !important;
  }
  .oneweb-footer__company {
    font-size: 1.12rem !important;
  }
  .oneweb-footer__contact-value--hotline {
    font-size: 1.2rem !important;
  }
}


/* v52 premium footer refresh */
.oneweb-footer {
  margin-top: 72px !important;
}

.oneweb-footer__shell {
  padding: 48px 52px 22px !important;
  border-radius: 34px !important;
  border: 1px solid rgba(16, 24, 40, 0.06) !important;
  background: linear-gradient(180deg, #ffffff 0%, #fbfcfe 100%) !important;
  box-shadow: 0 18px 50px rgba(15, 23, 42, 0.045) !important;
}

.oneweb-footer__grid {
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr) minmax(0, 0.9fr) !important;
  gap: 48px !important;
  align-items: start !important;
}

.oneweb-footer__brand {
  max-width: 360px;
}

.oneweb-footer__logo {
  max-width: 280px !important;
  margin-bottom: 14px !important;
}

.oneweb-footer__company {
  margin: 0 0 14px !important;
  font-size: clamp(1.18rem, 1.5vw, 1.45rem) !important;
  line-height: 1.28 !important;
  font-weight: 600 !important;
  letter-spacing: -0.02em !important;
  color: #101828 !important;
}

.oneweb-footer__tagline {
  max-width: 30ch !important;
  margin: 0 !important;
  font-size: 1rem !important;
  line-height: 1.82 !important;
  color: #667085 !important;
}

.oneweb-footer__heading {
  margin: 8px 0 18px !important;
  font-size: 0.92rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
  color: #111827 !important;
}

.oneweb-footer__list--contact {
  gap: 22px !important;
}

.oneweb-footer__list--contact li {
  gap: 8px !important;
  margin: 0 !important;
}

.oneweb-footer__list--contact span {
  font-size: 0.74rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase !important;
  color: #98a2b3 !important;
}

.oneweb-footer__contact-value,
.oneweb-footer__menu a {
  font-size: 1rem !important;
  line-height: 1.8 !important;
}

.oneweb-footer__contact-value--address {
  max-width: 30ch !important;
  font-weight: 400 !important;
  color: #667085 !important;
}

.oneweb-footer__contact-value--hotline {
  display: inline-flex !important;
  align-items: center !important;
  gap: 10px !important;
  font-size: 1.5rem !important;
  font-weight: 700 !important;
  letter-spacing: -0.02em !important;
  color: #111827 !important;
}

.oneweb-footer__contact-value--hotline::before {
  display: none !important;
}

.oneweb-footer__menu {
  gap: 12px !important;
}

.oneweb-footer__menu a {
  color: #475467 !important;
  font-size: 1rem !important;
  font-weight: 400 !important;
}

.oneweb-footer__menu a:hover,
.oneweb-footer__contact-value:hover {
  color: #111827 !important;
  transform: translateX(2px);
}

.oneweb-footer__socials {
  gap: 12px !important;
  margin-top: 24px !important;
}

.oneweb-footer__social {
  width: 50px !important;
  height: 50px !important;
  border-radius: 16px !important;
  border: 1px solid rgba(16, 24, 40, 0.06) !important;
  background: #ffffff !important;
  color: #475467 !important;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.04) !important;
}

.oneweb-footer__social:hover {
  color: #d90c13 !important;
  border-color: rgba(255, 0, 0, 0.12) !important;
  box-shadow: 0 14px 28px rgba(15, 23, 42, 0.06) !important;
  transform: translateY(-2px);
}

.oneweb-footer__bottom {
  margin-top: 34px !important;
  padding-top: 20px !important;
  border-top: 1px solid rgba(16, 24, 40, 0.06) !important;
  align-items: center !important;
}

.oneweb-footer__bottom p {
  margin: 0 !important;
  font-size: 0.95rem !important;
  color: #98a2b3 !important;
}

.oneweb-footer__locale {
  display: inline-flex !important;
  align-items: center !important;
  gap: 12px !important;
  padding: 11px 18px !important;
  border-radius: 999px !important;
  border: 1px solid rgba(16, 24, 40, 0.08) !important;
  background: #ffffff !important;
  color: #667085 !important;
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.04) !important;
}

.oneweb-footer__locale .is-active {
  color: #111827 !important;
  font-weight: 700 !important;
}

@media (max-width: 1200px) {
  .oneweb-footer__shell {
    padding: 38px 32px 20px !important;
  }

  .oneweb-footer__grid {
    grid-template-columns: 1fr 1fr !important;
    gap: 34px !important;
  }
}

@media (max-width: 767px) {
  .oneweb-footer__shell {
    padding: 28px 20px 18px !important;
    border-radius: 26px !important;
  }

  .oneweb-footer__grid {
    grid-template-columns: 1fr !important;
    gap: 24px !important;
  }

  .oneweb-footer__company {
    font-size: 1.2rem !important;
  }

  .oneweb-footer__contact-value--hotline {
    font-size: 1.26rem !important;
  }

  .oneweb-footer__bottom {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 14px !important;
  }
}


/* v53 footer polish + global Roboto */
body.oneweb-template-home,
body.oneweb-template-home .oneweb-home,
body.oneweb-template-home .oneweb-home *,
body.oneweb-template-home input,
body.oneweb-template-home button,
body.oneweb-template-home select,
body.oneweb-template-home textarea {
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
}

.oneweb-footer__shell {
  border-radius: 34px 34px 0 0 !important;
}

.oneweb-footer__logo {
  max-width: 230px !important;
  margin-bottom: 12px !important;
}

.oneweb-footer__company {
  font-size: clamp(1.08rem, 1.35vw, 1.32rem) !important;
  font-weight: 500 !important;
  letter-spacing: -0.015em !important;
  margin: 0 0 12px !important;
}

.oneweb-footer__contact-value--hotline {
  font-size: 1.26rem !important;
  font-weight: 700 !important;
}

.oneweb-footer__bottom {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

@media (max-width: 767px) {
  .oneweb-footer__shell {
    border-radius: 24px 24px 0 0 !important;
  }

  .oneweb-footer__logo {
    max-width: 190px !important;
  }

  .oneweb-footer__contact-value--hotline {
    font-size: 1.14rem !important;
  }
}


/* v54 footer redesign */
.oneweb-footer {
  margin-top: 84px !important;
}

.oneweb-footer__shell {
  position: relative !important;
  overflow: hidden !important;
  padding: 56px 58px 24px !important;
  border-radius: 32px 32px 0 0 !important;
  border: 1px solid #eaecf0 !important;
  background: #ffffff !important;
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.035) !important;
}

.oneweb-footer__shell::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(255,0,0,0), rgba(255,0,0,0.18), rgba(252,238,33,0.35), rgba(255,0,0,0));
  pointer-events: none;
}

.oneweb-footer__grid {
  grid-template-columns: minmax(0, 1.04fr) minmax(0, 0.92fr) minmax(0, 0.9fr) !important;
  gap: 56px !important;
  align-items: start !important;
}

.oneweb-footer__brand {
  max-width: 400px !important;
}

.oneweb-footer__logo {
  max-width: 205px !important;
  margin-bottom: 14px !important;
}

.oneweb-footer__company {
  margin: 0 0 14px !important;
  font-size: clamp(1.28rem, 1.8vw, 1.58rem) !important;
  line-height: 1.22 !important;
  font-weight: 600 !important;
  letter-spacing: -0.025em !important;
  color: #111827 !important;
}

.oneweb-footer__tagline {
  max-width: 31ch !important;
  margin: 0 !important;
  font-size: 1rem !important;
  line-height: 1.86 !important;
  color: #667085 !important;
}

.oneweb-footer__heading {
  margin: 10px 0 22px !important;
  font-size: 0.88rem !important;
  line-height: 1.4 !important;
  font-weight: 800 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
  color: #111827 !important;
}

.oneweb-footer__list--contact {
  gap: 22px !important;
}

.oneweb-footer__list--contact li {
  gap: 8px !important;
}

.oneweb-footer__list--contact span {
  font-size: 0.76rem !important;
  line-height: 1.3 !important;
  font-weight: 700 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
  color: #98a2b3 !important;
}

.oneweb-footer__contact-value,
.oneweb-footer__menu a {
  font-size: 1rem !important;
  line-height: 1.8 !important;
  color: #475467 !important;
}

.oneweb-footer__contact-value--address {
  max-width: 30ch !important;
  font-weight: 400 !important;
  color: #667085 !important;
}

.oneweb-footer__contact-value--hotline {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  font-size: 1.16rem !important;
  line-height: 1.3 !important;
  font-weight: 700 !important;
  letter-spacing: -0.02em !important;
  color: #111827 !important;
}

.oneweb-footer__contact-value--hotline::before {
  display: none !important;
}

.oneweb-footer__menu {
  gap: 14px !important;
}

.oneweb-footer__menu a {
  font-size: 1rem !important;
  font-weight: 400 !important;
  color: #475467 !important;
}

.oneweb-footer__menu a:hover,
.oneweb-footer__contact-value:hover {
  color: #111827 !important;
  transform: translateX(2px);
}

.oneweb-footer__socials {
  gap: 12px !important;
  margin-top: 26px !important;
}

.oneweb-footer__social {
  width: 48px !important;
  height: 48px !important;
  border-radius: 14px !important;
  border: 1px solid #eaecf0 !important;
  background: #ffffff !important;
  color: #475467 !important;
  box-shadow: none !important;
}

.oneweb-footer__social:hover {
  color: #d90c13 !important;
  border-color: rgba(217, 12, 19, 0.16) !important;
  background: #fff9fa !important;
  transform: translateY(-1px);
}

.oneweb-footer__bottom {
  margin-top: 36px !important;
  padding-top: 20px !important;
  border-top: 1px solid #eaecf0 !important;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  align-items: center !important;
}

.oneweb-footer__bottom p {
  margin: 0 !important;
  font-size: 0.94rem !important;
  line-height: 1.7 !important;
  color: #98a2b3 !important;
}

.oneweb-footer__locale {
  display: inline-flex !important;
  align-items: center !important;
  gap: 12px !important;
  padding: 10px 18px !important;
  border-radius: 999px !important;
  border: 1px solid #eaecf0 !important;
  background: #ffffff !important;
  color: #667085 !important;
  box-shadow: none !important;
}

.oneweb-footer__locale .is-active {
  color: #111827 !important;
  font-weight: 700 !important;
}

.oneweb-footer__locale-sep {
  color: #cbd5e1 !important;
}

@media (max-width: 1200px) {
  .oneweb-footer__shell {
    padding: 42px 34px 22px !important;
  }

  .oneweb-footer__grid {
    grid-template-columns: 1fr 1fr !important;
    gap: 36px !important;
  }
}

@media (max-width: 767px) {
  .oneweb-footer__shell {
    padding: 30px 20px 18px !important;
    border-radius: 24px 24px 0 0 !important;
  }

  .oneweb-footer__grid {
    grid-template-columns: 1fr !important;
    gap: 26px !important;
  }

  .oneweb-footer__logo {
    max-width: 176px !important;
  }

  .oneweb-footer__company {
    font-size: 1.34rem !important;
  }

  .oneweb-footer__contact-value--hotline {
    font-size: 1.08rem !important;
  }

  .oneweb-footer__bottom {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 14px !important;
  }
}


/* Shared shell across the whole public website */
body.oneweb-global-shell {
  background:
    radial-gradient(circle at 6% 8%, rgba(255, 0, 0, 0.03), transparent 18%),
    radial-gradient(circle at 98% 4%, rgba(252, 238, 33, 0.04), transparent 10%),
    linear-gradient(180deg, #ffffff 0%, #fafbfc 68%, #f8fafc 100%);
  color: var(--ow-text);
  overflow-x: clip;
}

body.oneweb-global-shell .site-footer,
body.oneweb-global-shell .elementor-location-header,
body.oneweb-global-shell .elementor-location-footer,
body.oneweb-global-shell header[data-elementor-type="header"],
body.oneweb-global-shell footer[data-elementor-type="footer"],
body.oneweb-global-shell .site-header,
body.oneweb-global-shell .site-branding,
body.oneweb-global-shell .page-header {
  display: none !important;
}

body.oneweb-global-shell #content,
body.oneweb-global-shell .site-main,
body.oneweb-global-shell main,
body.oneweb-global-shell #page {
  max-width: 100%;
  margin: 0;
  padding: 0;
}

body.oneweb-global-shell .oneweb-home__sidebar {
  position: fixed;
  top: calc(var(--ow-admin-bar-height) + 18px);
  left: 0;
  bottom: 0;
  width: var(--ow-sidebar-width);
  display: flex;
  flex-direction: column;
  min-height: 0;
  border-left: 0;
  border-bottom: 0;
  border-radius: 0 var(--ow-radius-xxl) 0 0;
  z-index: 50;
}

body.oneweb-global-shell .oneweb-sidebar__inner {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  min-height: 0;
}

body.oneweb-global-shell .oneweb-nav {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  min-height: 0;
}

body.oneweb-global-shell .oneweb-nav__menu-wrap {
  flex: 1 1 auto;
  min-height: 0;
  overflow: auto;
}

body.oneweb-global-shell .oneweb-sidebar__foot {
  margin-top: 14px;
  flex: 0 0 auto;
}

body.oneweb-global-shell .oneweb-global__content {
  margin-left: calc(var(--ow-sidebar-width) + 18px);
  padding: calc(var(--ow-admin-bar-height) + 18px) 18px 18px 0;
  min-width: 0;
}

body.oneweb-global-shell .site-main,
body.oneweb-global-shell .entry-content,
body.oneweb-global-shell .page-content {
  min-width: 0;
}

body.oneweb-global-shell .hentry,
body.oneweb-global-shell article,
body.oneweb-global-shell .site-main > * {
  background: transparent;
}

body.oneweb-global-shell .oneweb-footer--shared {
  margin-top: 28px;
}

@media (max-width: 1100px) {
  body.oneweb-global-shell .oneweb-home__sidebar {
    transform: translateX(calc(-100% - 20px));
  }

  body.oneweb-global-shell.oneweb-menu-open .oneweb-home__sidebar {
    transform: translateX(0);
  }

  body.oneweb-global-shell .oneweb-global__content {
    margin-left: 0;
    padding-left: 0;
  }
}


.oneweb-panel--landing,
.oneweb-panel--software,
.oneweb-news,
.oneweb-wiki {
  background: linear-gradient(180deg, rgba(255,255,255,0.98), rgba(250,251,252,0.96));
}

.oneweb-panel--app,
.oneweb-panel--graphic,
.oneweb-panel--exclusive,
.oneweb-panel--onestack {
  background: linear-gradient(180deg, rgba(255,255,255,0.98), rgba(255,255,255,0.92));
}



@media (max-width: 1024px) {
  .oneweb-insights__metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .oneweb-insights {
    margin-top: 0;
  }

  .oneweb-insights__metrics {
    grid-template-columns: 1fr;
  }

  .oneweb-insight-card {
    padding: 16px 18px;
  }

  .oneweb-insight-card__value {
    font-size: 18px;
  }

  .oneweb-panel__desc {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.65;
  }
}


/* v60 - cooler luminous surface, centered rhythm, hover light sweep */
body.oneweb-template-home {
  background:
    radial-gradient(circle at 14% 8%, rgba(255, 255, 255, 0.58), transparent 16%),
    radial-gradient(circle at 92% 6%, rgba(255, 255, 255, 0.42), transparent 12%),
    linear-gradient(180deg, #f3f5f8 0%, #edf1f4 54%, #eef2f6 100%);
}

body.oneweb-template-home::before {
  background:
    linear-gradient(180deg, rgba(255,255,255,0.48), rgba(255,255,255,0.22)),
    repeating-linear-gradient(90deg, rgba(15,23,42,0.018) 0, rgba(15,23,42,0.018) 1px, transparent 1px, transparent 160px);
}

.oneweb-home__sidebar {
  background: rgba(255,255,255,0.94);
  border-color: rgba(255,255,255,0.92);
  box-shadow: 0 22px 64px rgba(15, 23, 42, 0.08);
}

.oneweb-topbar,
.oneweb-hero,
.oneweb-shortcuts,
.oneweb-insights,
.oneweb-panel,
.oneweb-footer {
  width: 100%;
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
}

.oneweb-shortcuts,
.oneweb-insights {
  position: relative;
}

.oneweb-insights {
  margin-top: 14px;
  margin-bottom: 16px;
}

.oneweb-insights__metrics,
.oneweb-shortcuts {
  align-items: stretch;
}

.oneweb-service-nav {
  justify-content: center;
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}

.oneweb-insight-card,
.oneweb-shortcut,
.oneweb-service-nav__item,
.oneweb-home .oneweb-onestack-filter,
.oneweb-home .oneweb-news-filter,
.oneweb-onestack-card,
.oneweb-news-more,
.oneweb-exclusive-card {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.oneweb-insight-card,
.oneweb-shortcut,
.oneweb-service-nav__item,
.oneweb-home .oneweb-onestack-filter,
.oneweb-home .oneweb-news-filter,
.oneweb-platform,
.oneweb-news-more,
.oneweb-onestack-card,
.oneweb-exclusive-card {
  background: linear-gradient(180deg, rgba(255,255,255,0.98) 0%, rgba(255,255,255,0.94) 100%) !important;
  border-color: rgba(15, 23, 42, 0.08) !important;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.045), inset 0 1px 0 rgba(255,255,255,0.88) !important;
}

.oneweb-insight-card::before,
.oneweb-exclusive-card::before {
  background: radial-gradient(circle, rgba(255,255,255,0.7) 0%, rgba(255,255,255,0.04) 72%) !important;
}

.oneweb-onestack-card__icon,
.oneweb-shortcut__bubble,
.oneweb-platform,
.oneweb-home .oneweb-onestack-filter,
.oneweb-home .oneweb-news-filter,
.oneweb-service-nav__item,
.oneweb-news-more {
  background: linear-gradient(180deg, rgba(255,255,255,0.98) 0%, rgba(248,250,252,0.96) 100%) !important;
}

.oneweb-insight-card::after,
.oneweb-shortcut::after,
.oneweb-service-nav__item::after,
.oneweb-home .oneweb-onestack-filter::after,
.oneweb-home .oneweb-news-filter::after,
.oneweb-onestack-card::after,
.oneweb-news-more::after,
.oneweb-exclusive-card::after {
  content: "";
  position: absolute;
  top: -1px;
  left: -42%;
  width: 34%;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.22) 18%, rgba(255,255,255,0.98) 50%, rgba(255,255,255,0.22) 82%, rgba(255,255,255,0) 100%);
  opacity: 0;
  transform: translateX(0);
  transition: transform .72s ease, opacity .28s ease;
  pointer-events: none;
}

.oneweb-insight-card:hover::after,
.oneweb-shortcut:hover::after,
.oneweb-service-nav__item:hover::after,
.oneweb-home .oneweb-onestack-filter:hover::after,
.oneweb-home .oneweb-news-filter:hover::after,
.oneweb-onestack-card:hover::after,
.oneweb-news-more:hover::after,
.oneweb-exclusive-card:hover::after,
.oneweb-home .oneweb-onestack-filter.is-active::after,
.oneweb-home .oneweb-news-filter.is-active::after {
  opacity: 1;
  transform: translateX(440%);
}

.oneweb-insight-card:hover,
.oneweb-shortcut:hover,
.oneweb-service-nav__item:hover,
.oneweb-home .oneweb-onestack-filter:hover,
.oneweb-home .oneweb-news-filter:hover,
.oneweb-onestack-card:hover,
.oneweb-news-more:hover,
.oneweb-exclusive-card:hover {
  border-color: rgba(255, 0, 0, 0.10) !important;
  box-shadow: 0 18px 38px rgba(15, 23, 42, 0.07), inset 0 1px 0 rgba(255,255,255,0.92) !important;
}

.oneweb-insight-card__label,
.oneweb-topbar__eyebrow,
.oneweb-panel__eyebrow,
.oneweb-footer__title,
.oneweb-footer__contact li span {
  color: #97a1b1 !important;
}

.oneweb-panel__desc {
  max-width: 760px;
  margin: 14px auto 0;
  text-align: center;
}

.oneweb-shortcut {
  min-height: 114px;
}

.oneweb-shortcut__label {
  font-weight: 700;
}

.oneweb-insight-card {
  min-height: 128px;
  padding: 20px 22px;
}

.oneweb-insight-card__value {
  font-size: 19px;
}

.oneweb-service-nav__item,
.oneweb-home .oneweb-onestack-filter,
.oneweb-home .oneweb-news-filter,
.oneweb-platform,
.oneweb-news-more {
  min-height: 44px !important;
  height: auto !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  font-weight: 600 !important;
}

.oneweb-home .oneweb-onestack-filter.is-active,
.oneweb-home .oneweb-news-filter.is-active {
  background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(247,249,252,0.98) 100%) !important;
  color: var(--ow-text) !important;
}

.oneweb-home .oneweb-onestack-filter.is-active,
.oneweb-home .oneweb-news-filter.is-active,
.oneweb-home .oneweb-onestack-filter:hover,
.oneweb-home .oneweb-news-filter:hover {
  transform: translateY(-1px) !important;
}

.oneweb-panel__head--website,
.oneweb-panel--exclusive .oneweb-panel__head--website,
.oneweb-panel--onestack .oneweb-panel__head--website,
.oneweb-news .oneweb-panel__head--website,
.oneweb-wiki .oneweb-panel__head--website {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.oneweb-panel__intro,
.oneweb-theme-grid,
.oneweb-onestack-grid,
.oneweb-news-grid,
.oneweb-footer__grid {
  margin-left: auto;
  margin-right: auto;
}

.oneweb-panel--exclusive .oneweb-panel__desc,
.oneweb-panel--onestack .oneweb-panel__desc,
.oneweb-news .oneweb-panel__desc,
.oneweb-wiki .oneweb-panel__desc {
  max-width: 820px;
}

@media (max-width: 1200px) {
  .oneweb-topbar,
  .oneweb-hero,
  .oneweb-shortcuts,
  .oneweb-insights,
  .oneweb-panel,
  .oneweb-footer {
    max-width: 100%;
  }
}


/* v61 refine surfaces and alignment */
body.oneweb-template-home {
  background:
    radial-gradient(circle at 10% 4%, rgba(255, 255, 255, 0.95), transparent 18%),
    radial-gradient(circle at 92% 0%, rgba(255, 255, 255, 0.88), transparent 12%),
    linear-gradient(180deg, #f1f4f8 0%, #edf1f5 48%, #e9eef4 100%) !important;
}

body.oneweb-template-home::before {
  background:
    linear-gradient(180deg, rgba(255,255,255,0.58), rgba(255,255,255,0.26)),
    repeating-linear-gradient(90deg, rgba(15,23,42,0.02) 0, rgba(15,23,42,0.02) 1px, transparent 1px, transparent 180px) !important;
}

.oneweb-panel,
.oneweb-panel--landing,
.oneweb-panel--app,
.oneweb-panel--software,
.oneweb-panel--graphic,
.oneweb-panel--exclusive,
.oneweb-panel--onestack,
.oneweb-news,
.oneweb-wiki {
  background: transparent !important;
  box-shadow: none !important;
  border: 0 !important;
  border-radius: 0 !important;
}

.oneweb-topbar,
.oneweb-hero,
.oneweb-shortcuts,
.oneweb-insights,
.oneweb-panel,
.oneweb-footer {
  max-width: 1220px !important;
}

.oneweb-panel__head--website,
.oneweb-panel__head,
.oneweb-panel__intro,
.oneweb-panel__desc,
.oneweb-theme-grid,
.oneweb-onestack-grid,
.oneweb-news-grid,
.oneweb-wiki-grid,
.oneweb-exclusive-grid,
.oneweb-footer__grid {
  margin-left: auto !important;
  margin-right: auto !important;
}

.oneweb-panel__head--website,
.oneweb-panel__intro {
  text-align: center !important;
}

.oneweb-panel__desc,
.oneweb-panel--exclusive .oneweb-panel__desc,
.oneweb-panel--onestack .oneweb-panel__desc,
.oneweb-news .oneweb-panel__desc,
.oneweb-wiki .oneweb-panel__desc {
  max-width: 760px !important;
  margin: 12px auto 0 !important;
  text-align: center !important;
}

.oneweb-insights {
  margin-top: 18px !important;
  margin-bottom: 18px !important;
}

.oneweb-insights__metrics {
  gap: 20px !important;
}

.oneweb-insight-card,
.oneweb-shortcut,
.oneweb-service-nav__item,
.oneweb-home .oneweb-onestack-filter,
.oneweb-home .oneweb-news-filter,
.oneweb-platform,
.oneweb-news-more,
.oneweb-onestack-card,
.oneweb-exclusive-card,
.oneweb-google-card,
.oneweb-footer {
  background: linear-gradient(180deg, rgba(255,255,255,0.98) 0%, rgba(255,255,255,0.94) 100%) !important;
  border-color: rgba(15, 23, 42, 0.06) !important;
  box-shadow: 0 16px 38px rgba(15, 23, 42, 0.06), inset 0 1px 0 rgba(255,255,255,0.94) !important;
}

.oneweb-insight-card::before,
.oneweb-exclusive-card::before,
.oneweb-google-card::before {
  background: radial-gradient(circle at 50% 0%, rgba(255,255,255,0.75) 0%, rgba(255,255,255,0.04) 72%) !important;
}

.oneweb-insight-card::after,
.oneweb-shortcut::after,
.oneweb-service-nav__item::after,
.oneweb-home .oneweb-onestack-filter::after,
.oneweb-home .oneweb-news-filter::after,
.oneweb-onestack-card::after,
.oneweb-news-more::after,
.oneweb-exclusive-card::after,
.oneweb-google-card::after {
  background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.28) 14%, rgba(255,255,255,1) 50%, rgba(255,255,255,0.28) 86%, rgba(255,255,255,0) 100%) !important;
}

.oneweb-insight-card:hover,
.oneweb-shortcut:hover,
.oneweb-service-nav__item:hover,
.oneweb-home .oneweb-onestack-filter:hover,
.oneweb-home .oneweb-news-filter:hover,
.oneweb-onestack-card:hover,
.oneweb-news-more:hover,
.oneweb-exclusive-card:hover,
.oneweb-google-card:hover {
  transform: translateY(-3px) !important;
  border-color: rgba(255, 45, 85, 0.12) !important;
  box-shadow: 0 22px 44px rgba(15, 23, 42, 0.09), inset 0 1px 0 rgba(255,255,255,0.96) !important;
}

.oneweb-service-nav {
  gap: 14px !important;
  max-width: 980px !important;
}

.oneweb-home .oneweb-onestack-filters,
.oneweb-news-filters {
  margin-top: 22px !important;
  margin-bottom: 10px !important;
}

.oneweb-service-nav__item,
.oneweb-home .oneweb-onestack-filter,
.oneweb-home .oneweb-news-filter,
.oneweb-platform,
.oneweb-news-more {
  background: linear-gradient(180deg, rgba(255,255,255,0.98) 0%, rgba(248,250,252,0.94) 100%) !important;
}

.oneweb-home .oneweb-onestack-filter.is-active,
.oneweb-home .oneweb-news-filter.is-active,
.oneweb-service-nav__item.is-active {
  color: #151821 !important;
  background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(244,247,251,0.98) 100%) !important;
  border-color: rgba(255, 67, 67, 0.10) !important;
}

.oneweb-google-grid,
.oneweb-theme-grid,
.oneweb-onestack-grid,
.oneweb-news-grid,
.oneweb-wiki-grid {
  align-items: stretch !important;
}

.oneweb-google-card,
.oneweb-onestack-card,
.oneweb-news-card {
  min-height: 112px !important;
}

.oneweb-news,
.oneweb-wiki,
.oneweb-panel--exclusive,
.oneweb-panel--onestack,
.oneweb-panel--graphic,
.oneweb-panel--software,
.oneweb-panel--app,
.oneweb-panel--landing,
.oneweb-panel--website {
  margin-top: 54px !important;
}

.oneweb-footer {
  margin-top: 60px !important;
}


/* v62 refinements */
.oneweb-hero__title {
  font-size: clamp(34px, 4.2vw, 60px) !important;
  line-height: 1.04 !important;
}

.oneweb-hero__title--icon img {
  width: clamp(34px, 3vw, 46px) !important;
  height: clamp(34px, 3vw, 46px) !important;
}

.oneweb-hero__desc {
  font-size: clamp(15px, 1.5vw, 18px) !important;
  line-height: 1.55 !important;
  letter-spacing: -0.01em !important;
}

.oneweb-search input,
.oneweb-search input[type="search"],
.oneweb-home .oneweb-search input,
.oneweb-home .oneweb-search input[type="search"] {
  font-weight: 400 !important;
}

.oneweb-search input::placeholder,
.oneweb-search input[type="search"]::placeholder,
.oneweb-home .oneweb-search input::placeholder,
.oneweb-home .oneweb-search input[type="search"]::placeholder {
  font-weight: 400 !important;
  color: #98a1af !important;
}

.oneweb-shortcut__bubble--giai-phap svg {
  width: 32px !important;
  height: 28px !important;
  transform: scaleX(1.16);
  transform-origin: center;
}

.oneweb-panel__title--website span::before {
  width: 132px !important;
  height: 3px !important;
  background: linear-gradient(90deg, rgba(255,0,0,0.16) 0%, rgba(255,0,0,0.82) 52%, rgba(255,80,80,0.16) 100%) !important;
}

.oneweb-panel__title--website span::after {
  content: none !important;
  display: none !important;
}

@media (max-width: 1100px) {
  .oneweb-hero__title {
    font-size: clamp(30px, 6vw, 46px) !important;
  }

  .oneweb-hero__desc {
    font-size: 15px !important;
  }
}

@media (max-width: 640px) {
  .oneweb-hero__title {
    font-size: clamp(26px, 8vw, 36px) !important;
  }

  .oneweb-hero__desc {
    font-size: 14px !important;
  }
}


/* v64 hero + footer corrections */
.oneweb-hero__title--icon span {
  font-size: clamp(28px, 3.8vw, 48px) !important;
}

.oneweb-hero__desc {
  font-size: clamp(14px, 1.35vw, 17px) !important;
}

.oneweb-footer__shell {
  border-radius: 0 !important;
}

@media (max-width: 767px) {
  .oneweb-footer__shell {
    border-radius: 0 !important;
  }
}


/* v65 premium insight cards */
.oneweb-insights {
  gap: 22px;
  margin: 18px 0 22px;
}

.oneweb-insights__metrics {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.oneweb-insight-card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 208px;
  padding: 22px 24px 22px !important;
  border-radius: 28px !important;
  background: linear-gradient(180deg, rgba(255,255,255,0.98) 0%, rgba(248,250,252,0.96) 100%) !important;
  border: 1px solid rgba(148, 163, 184, 0.16) !important;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.05), inset 0 1px 0 rgba(255,255,255,0.95) !important;
}

.oneweb-insight-card::before {
  content: "";
  position: absolute;
  inset: auto -18px -20px auto;
  width: 140px;
  height: 140px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(255,255,255,0.88) 0%, rgba(226,232,240,0.16) 44%, rgba(226,232,240,0) 72%) !important;
  pointer-events: none;
}

.oneweb-insight-card__number {
  position: absolute;
  top: 18px;
  right: 20px;
  color: rgba(15, 23, 42, 0.28);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.18em;
}

.oneweb-insight-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  margin-bottom: 16px;
  border-radius: 18px;
  color: #ff2e1f;
  background: linear-gradient(180deg, rgba(255,255,255,0.98) 0%, rgba(248,250,252,0.98) 100%);
  box-shadow: 0 16px 28px rgba(15, 23, 42, 0.07), inset 0 1px 0 rgba(255,255,255,0.95);
}

.oneweb-insight-card__icon svg {
  width: 25px;
  height: 25px;
  display: block;
}

.oneweb-insight-card__label {
  margin-bottom: 8px;
  color: #98a2b3 !important;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.oneweb-insight-card__value {
  margin-bottom: 10px;
  font-size: 20px !important;
  font-weight: 800;
  line-height: 1.18;
  letter-spacing: -0.02em;
}

.oneweb-insight-card__desc {
  margin: 0;
  max-width: 28ch;
  color: #667085;
  font-size: 14px;
  line-height: 1.7;
}

.oneweb-insight-card--response .oneweb-insight-card__icon {
  color: #ff3b30;
}
.oneweb-insight-card--solution .oneweb-insight-card__icon {
  color: #2563eb;
}
.oneweb-insight-card--delivery .oneweb-insight-card__icon {
  color: #f97316;
}
.oneweb-insight-card--support .oneweb-insight-card__icon {
  color: #ef4444;
}

.oneweb-insight-card--response::before {
  background: radial-gradient(circle, rgba(255,255,255,0.84) 0%, rgba(255,59,48,0.08) 44%, rgba(255,59,48,0) 74%) !important;
}
.oneweb-insight-card--solution::before {
  background: radial-gradient(circle, rgba(255,255,255,0.84) 0%, rgba(37,99,235,0.08) 44%, rgba(37,99,235,0) 74%) !important;
}
.oneweb-insight-card--delivery::before {
  background: radial-gradient(circle, rgba(255,255,255,0.84) 0%, rgba(249,115,22,0.08) 44%, rgba(249,115,22,0) 74%) !important;
}
.oneweb-insight-card--support::before {
  background: radial-gradient(circle, rgba(255,255,255,0.84) 0%, rgba(239,68,68,0.08) 44%, rgba(239,68,68,0) 74%) !important;
}

.oneweb-insight-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 48px rgba(15, 23, 42, 0.08), inset 0 1px 0 rgba(255,255,255,0.96) !important;
}

.oneweb-insight-card:hover .oneweb-insight-card__icon {
  transform: translateY(-2px);
  box-shadow: 0 20px 36px rgba(15, 23, 42, 0.1), inset 0 1px 0 rgba(255,255,255,0.98);
}

@media (max-width: 1100px) {
  .oneweb-insights__metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .oneweb-insights__metrics {
    grid-template-columns: 1fr;
  }
  .oneweb-insight-card {
    min-height: auto;
  }
}
