/* ==========================================================================
   WEBRAAN HOMEPAGE — Design System & Layout
   Visual source of truth: homepage reference screenshot
   ========================================================================== */

/* Layout tokens live in tokens.css. This file only consumes --wr-* variables. */

/* --------------------------------------------------------------------------
   Reset / Base — scoped to Webraan chrome so Elementor/WooCommerce stay intact
   -------------------------------------------------------------------------- */

html:has(body.webraan-body) {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body.webraan-body,
body.webraan-body *,
body.webraan-body *::before,
body.webraan-body *::after {
  box-sizing: border-box;
}

body.webraan-body {
  margin: 0;
  font-family: var(--wr-font);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.7;
  color: var(--wr-text);
  background: var(--wr-bg);
  direction: rtl;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

body.webraan-body :is(.wr-header, .wr-footer, .wr-announce-wrap, .wr-hero, .wr-trust, .wr-services, .wr-repair, .wr-apple, .wr-products, .wr-benefits, .wr-promo, .wr-reviews, .wr-blog, .wr-newsletter, .wr-page, .wr-archive, .wr-single, .wr-404, .wr-account, .wr-service-hero, .wr-related, .wr-drawer, .wr-tabbar) img {
  max-width: 100%;
  height: auto;
  display: block;
}

body.webraan-body :is(.wr-header, .wr-footer, .wr-announce-wrap, .wr-hero, .wr-trust, .wr-services, .wr-repair, .wr-apple, .wr-products, .wr-benefits, .wr-promo, .wr-reviews, .wr-blog, .wr-newsletter, .wr-page, .wr-archive, .wr-single, .wr-404, .wr-account, .wr-service-hero, .wr-related, .wr-drawer, .wr-tabbar) a {
  color: inherit;
  text-decoration: none;
  transition: color var(--wr-transition), opacity var(--wr-transition);
}

body.webraan-body :is(.wr-header, .wr-footer, .wr-announce-wrap, .wr-hero, .wr-trust, .wr-services, .wr-repair, .wr-apple, .wr-products, .wr-benefits, .wr-promo, .wr-reviews, .wr-blog, .wr-newsletter, .wr-page, .wr-archive, .wr-single, .wr-404, .wr-account, .wr-service-hero, .wr-related, .wr-drawer, .wr-tabbar) :is(button, input, textarea, select) {
  font-family: inherit;
}

body.webraan-body :is(.wr-nav, .wr-nav ul, .wr-drawer__list, .wr-repair__list, .wr-footer__links, .wr-account__list) {
  margin: 0;
  padding: 0;
  list-style: none;
}

body.webraan-body :is(.wr-header, .wr-footer, .wr-announce-wrap, .wr-hero, .wr-trust, .wr-services, .wr-repair, .wr-apple, .wr-products, .wr-benefits, .wr-promo, .wr-reviews, .wr-blog, .wr-newsletter, .wr-page, .wr-archive, .wr-single, .wr-404, .wr-account, .wr-service-hero, .wr-related, .wr-drawer, .wr-tabbar) :is(h1, h2, h3, h4, h5, h6) {
  margin: 0;
  font-family: var(--wr-display);
  font-weight: 700;
  line-height: 1.35;
  color: var(--wr-text);
}

body.webraan-body :is(.wr-header, .wr-footer, .wr-announce-wrap, .wr-hero, .wr-trust, .wr-services, .wr-repair, .wr-apple, .wr-products, .wr-benefits, .wr-promo, .wr-reviews, .wr-blog, .wr-newsletter, .wr-page, .wr-archive, .wr-single, .wr-404, .wr-account, .wr-service-hero, .wr-related, .wr-drawer, .wr-tabbar) p {
  margin: 0;
}

body.webraan-body :is(.wr-header, .wr-footer, .wr-announce-wrap, .wr-hero, .wr-trust, .wr-services, .wr-repair, .wr-apple, .wr-products, .wr-benefits, .wr-promo, .wr-reviews, .wr-blog, .wr-newsletter, .wr-page, .wr-archive, .wr-single, .wr-404, .wr-account, .wr-service-hero, .wr-related, .wr-drawer, .wr-tabbar) :focus-visible {
  outline: 2px solid var(--wr-blue);
  outline-offset: 3px;
}

.wr-skip-link {
  position: absolute;
  inset-inline-start: -9999px;
  top: 0;
  z-index: 9999;
  background: var(--wr-blue);
  color: #fff;
  padding: 10px 16px;
  border-radius: 0 0 8px 8px;
}

.wr-skip-link:focus {
  inset-inline-start: 16px;
}

.wr-container {
  width: min(100% - (var(--wr-gutter) * 2), var(--wr-container));
  margin-inline: auto;
}

.wr-section {
  padding-block: 44px;
  position: relative;
}

.wr-elementor-full {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

.wr-elementor-full > .elementor {
  max-width: none;
}

.wr-section--tight {
  padding-block: 40px;
}

.wr-decor {
  pointer-events: none;
  user-select: none;
}

@media (prefers-reduced-motion: reduce) {
  body.webraan-body,
  body.webraan-body *,
  body.webraan-body *::before,
  body.webraan-body *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

/* --------------------------------------------------------------------------
   Buttons / Badges / Shared UI
   -------------------------------------------------------------------------- */

.wr-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 48px;
  padding: 0 24px;
  border: 0;
  background: none;
  cursor: pointer;
  font-family: inherit;
  border-radius: var(--wr-radius-pill);
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  transition: transform var(--wr-transition), box-shadow var(--wr-transition),
    background var(--wr-transition), color var(--wr-transition), border-color var(--wr-transition);
  white-space: nowrap;
}

.wr-btn:hover {
  transform: translateY(-1px);
}

.wr-btn:active {
  transform: translateY(0);
}

.wr-btn--primary {
  background: linear-gradient(135deg, var(--wr-blue-electric), var(--wr-blue));
  color: #fff;
  box-shadow: 0 10px 28px rgba(10, 99, 247, 0.32);
}

.wr-btn--primary:hover {
  box-shadow: 0 14px 34px rgba(10, 99, 247, 0.4);
  color: #fff;
}

.wr-btn--ghost {
  background: rgba(255, 255, 255, 0.72);
  color: var(--wr-text);
  border: 1px solid rgba(220, 231, 246, 0.95);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 8px 20px rgba(7, 26, 75, 0.05);
}

.wr-btn--ghost:hover {
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 12px 26px rgba(7, 26, 75, 0.08);
}

.wr-btn--white {
  background: #fff;
  color: var(--wr-blue);
  box-shadow: var(--wr-shadow-sm);
}

.wr-btn--white:hover {
  box-shadow: var(--wr-shadow-md);
}

.wr-btn--sm {
  min-height: 40px;
  padding: 0 18px;
  font-size: 13px;
}

.wr-btn--icon {
  width: 36px;
  height: 36px;
  min-height: 36px;
  padding: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(220, 231, 246, 0.9);
  color: var(--wr-text);
  position: relative;
}

.wr-btn--icon:hover {
  background: #fff;
  box-shadow: var(--wr-shadow-xs);
}

.wr-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  border-radius: var(--wr-radius-pill);
  font-size: 12px;
  font-weight: 600;
  background: rgba(10, 99, 247, 0.08);
  color: var(--wr-blue);
}

.wr-badge--discount {
  position: absolute;
  top: 14px;
  inset-inline-end: 14px;
  z-index: 2;
  background: var(--wr-discount);
  color: #fff;
  padding: 6px 11px;
  border-radius: 12px;
  font-size: 12px;
  font-weight: 700;
  box-shadow: 0 8px 16px rgba(217, 74, 98, 0.28);
}

.wr-section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 16px;
}

.wr-section-head h2 {
  font-size: clamp(1.35rem, 2vw, 1.75rem);
  font-weight: 800;
}

.wr-section-head__link {
  color: var(--wr-blue);
  font-size: 13px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.wr-section-head__link:hover {
  opacity: 0.8;
}

.wr-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

.wr-icon--lg {
  width: 28px;
  height: 28px;
}

/* --------------------------------------------------------------------------
   Announcement Island
   -------------------------------------------------------------------------- */

.wr-announce-wrap {
  position: relative;
  z-index: 60;
  display: flex;
  justify-content: center;
  padding: 12px var(--wr-gutter) 0;
}

.wr-announce {
  width: max-content;
  max-width: min(var(--wr-announce-max), calc(100vw - 48px));
  margin-inline: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 38px;
  padding: 5px 6px 5px 14px;
  border-radius: var(--wr-radius-pill);
  background: #071a4b;
  color: #fff;
  box-shadow: 0 12px 28px rgba(7, 26, 75, 0.22);
  position: relative;
  overflow: visible;
}

.wr-announce__icon {
  position: relative;
  z-index: 1;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--wr-blue);
  color: #fff;
  flex-shrink: 0;
  box-shadow: 0 0 0 3px rgba(10, 99, 247, 0.28);
}

.wr-announce__icon .wr-icon {
  width: 14px;
  height: 14px;
}

.wr-announce::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: radial-gradient(circle at 20% 50%, rgba(23, 105, 255, 0.35), transparent 45%);
  pointer-events: none;
  animation: wr-announce-glow 4s ease-in-out infinite;
  overflow: hidden;
}

@keyframes wr-announce-glow {
  0%,
  100% {
    opacity: 0.55;
  }
  50% {
    opacity: 1;
  }
}

.wr-announce__text {
  position: relative;
  z-index: 1;
  font-size: 13px;
  font-weight: 500;
  text-align: start;
  line-height: 1.5;
  white-space: nowrap;
}

.wr-announce__cta {
  position: relative;
  z-index: 1;
  flex-shrink: 0;
  min-height: 28px;
  padding: 0 12px;
  border-radius: var(--wr-radius-pill);
  background: #fff;
  border: 0;
  color: var(--wr-navy);
  font-size: 12px;
  font-weight: 700;
}

.wr-announce__cta:hover {
  background: var(--wr-blue-ice);
  color: var(--wr-navy);
}

/* --------------------------------------------------------------------------
   Glass Header
   -------------------------------------------------------------------------- */

.wr-header {
  position: sticky;
  top: 0;
  z-index: 50;
  padding: 10px var(--wr-gutter) 0;
  transition: padding var(--wr-transition);
}

.wr-header.is-scrolled {
  padding-top: 6px;
}

.wr-header__inner {
  max-width: var(--wr-container);
  margin-inline: auto;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 16px;
  min-height: var(--wr-header-h);
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.58);
  border: 1px solid rgba(220, 231, 246, 0.72);
  backdrop-filter: blur(22px) saturate(1.25);
  -webkit-backdrop-filter: blur(22px) saturate(1.25);
  box-shadow: 0 10px 30px rgba(7, 26, 75, 0.06);
  transition: box-shadow var(--wr-transition), background var(--wr-transition);
}

.wr-header.is-scrolled .wr-header__inner {
  background: rgba(255, 255, 255, 0.9);
  box-shadow: var(--wr-shadow-md);
}

.wr-logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--wr-display);
  font-weight: 800;
  font-size: 1.15rem;
  color: var(--wr-navy);
  letter-spacing: 0.02em;
}

.wr-logo img,
.wr-logo svg {
  width: 40px;
  height: 40px;
}

.wr-logo__text {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}

.wr-logo__text small {
  font-size: 10px;
  font-weight: 500;
  color: var(--wr-text-muted);
  letter-spacing: 0;
}

.wr-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.wr-nav a {
  padding: 10px 14px;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 500;
  color: var(--wr-text-muted);
}

.wr-nav a:hover,
.wr-nav a.is-active,
.wr-nav .current-menu-item > a,
.wr-nav .current_page_item > a {
  color: var(--wr-text);
  background: rgba(10, 99, 247, 0.06);
}

.wr-header__actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

.wr-search {
  display: flex;
  align-items: center;
  gap: 6px;
  width: 168px;
  height: 36px;
  padding: 0 12px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid rgba(220, 231, 246, 0.9);
  box-shadow: 0 4px 14px rgba(10, 99, 247, 0.08);
}

.wr-search input {
  flex: 1;
  border: 0;
  background: transparent;
  outline: none;
  font-size: 13px;
  color: var(--wr-text);
  min-width: 0;
}

.wr-search input::placeholder {
  color: #9aa8bd;
}

.wr-cart-count {
  position: absolute;
  top: -4px;
  inset-inline-end: -4px;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  border-radius: 999px;
  background: var(--wr-blue);
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.wr-cart-count.is-zero {
  display: none;
}

.wr-header__start {
  display: none;
  align-items: center;
  gap: 4px;
}

.wr-header__search-btn {
  display: none;
}

.wr-header__icon {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--wr-text);
  background: transparent;
}

.wr-menu-toggle {
  display: none;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  border: 0;
  background: transparent;
  cursor: pointer;
  font-family: inherit;
  align-items: center;
  justify-content: center;
  color: var(--wr-text);
}

.wr-drawer {
  position: fixed;
  inset: 0;
  z-index: 80;
  pointer-events: none;
  visibility: hidden;
}

.wr-drawer.is-open {
  pointer-events: auto;
  visibility: visible;
}

.wr-drawer__overlay {
  position: absolute;
  inset: 0;
  border: 0;
  padding: 0;
  background: rgba(7, 26, 75, 0.48);
  opacity: 0;
  transition: opacity 0.22s var(--wr-ease);
}

.wr-drawer.is-open .wr-drawer__overlay {
  opacity: 1;
}

.wr-drawer__panel {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: min(86vw, 340px);
  display: flex;
  flex-direction: column;
  background: #fff;
  border-start-end-radius: 28px;
  border-end-end-radius: 28px;
  box-shadow: -18px 0 50px rgba(7, 26, 75, 0.18);
  transform: translateX(105%);
  transition: transform 0.28s var(--wr-ease);
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.wr-drawer.is-open .wr-drawer__panel {
  transform: translateX(0);
}

.wr-drawer__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 18px 16px 12px;
  border-bottom: 1px solid var(--wr-border);
}

.wr-drawer__close {
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 12px;
  background: var(--wr-blue-ice);
  color: var(--wr-navy);
  display: grid;
  place-items: center;
  cursor: pointer;
}

.wr-drawer__list {
  list-style: none;
  margin: 0;
  padding: 10px 12px;
}

.wr-drawer__list a {
  display: grid;
  grid-template-columns: 40px 1fr auto;
  align-items: center;
  gap: 8px;
  min-height: 48px;
  padding: 6px 8px;
  border-radius: 14px;
  color: var(--wr-text);
  font-weight: 600;
  font-size: 14px;
}

.wr-drawer__list a:hover,
.wr-drawer__list a:focus-visible {
  background: var(--wr-blue-ice);
}

.wr-drawer__icon {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  color: var(--wr-blue);
  background: var(--wr-blue-ice);
}

.wr-drawer__chevron {
  color: var(--wr-text-muted);
}

.wr-drawer__tools {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin: auto 12px 12px;
  padding-top: 8px;
  border-top: 1px solid var(--wr-border);
}

.wr-drawer__tools a {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  padding: 12px 6px;
  border-radius: 16px;
  background: var(--wr-bg);
  color: var(--wr-navy);
  font-size: 11px;
  font-weight: 700;
}

.wr-drawer__support {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 12px 18px;
  padding: 12px 14px;
  border-radius: 18px;
  background: var(--wr-blue-ice);
  color: var(--wr-navy);
}

.wr-drawer__support-icon {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: #fff;
  color: var(--wr-blue);
}

.wr-drawer__support small {
  display: block;
  font-size: 11px;
  color: var(--wr-text-muted);
}

.wr-drawer__support strong {
  display: block;
  font-size: 14px;
}

.wr-drawer__support .wr-icon:last-child {
  margin-inline-start: auto;
  color: var(--wr-blue);
}

.wr-tabbar {
  display: none;
}

.wr-footer__col summary {
  list-style: none;
  cursor: default;
}

.wr-footer__col summary::-webkit-details-marker {
  display: none;
}

body.wr-drawer-open {
  overflow: hidden;
}

/* --------------------------------------------------------------------------
   Hero
   -------------------------------------------------------------------------- */

.wr-hero {
  position: relative;
  padding: 18px 0 8px;
  overflow: hidden;
}

.wr-hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(ellipse 58% 62% at 18% 52%, rgba(23, 105, 255, 0.38), transparent 64%),
    radial-gradient(ellipse 42% 38% at 78% 22%, rgba(10, 99, 247, 0.12), transparent 58%),
    radial-gradient(ellipse 36% 28% at 50% -4%, #ffffff 0%, transparent 72%),
    linear-gradient(180deg, #e8f1ff 0%, #f7faff 48%, #ffffff 100%);
}

.wr-hero__bg::before {
  content: "";
  position: absolute;
  inset-inline-start: -10%;
  top: 10%;
  width: 55%;
  height: 80%;
  background:
    radial-gradient(circle at 40% 50%, rgba(255, 255, 255, 0.9), transparent 55%),
    radial-gradient(circle at 60% 40%, rgba(221, 235, 255, 0.8), transparent 50%);
  filter: blur(4px);
}

.wr-hero__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(115deg, transparent 0%, rgba(255, 255, 255, 0.35) 45%, transparent 55%),
    repeating-linear-gradient(
      -28deg,
      transparent,
      transparent 18px,
      rgba(23, 105, 255, 0.03) 18px,
      rgba(23, 105, 255, 0.03) 19px
    );
  opacity: 0.7;
}

.wr-hero__waves {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.wr-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 28px;
  align-items: center;
  min-height: 520px;
}

.wr-hero__content {
  padding-block: 32px;
  max-width: 560px;
}

.wr-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
  padding: 6px 12px;
  border-radius: var(--wr-radius-pill);
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(220, 231, 246, 0.9);
  color: var(--wr-blue);
  font-size: 12px;
  font-weight: 700;
}

.wr-hero__title {
  font-size: clamp(2rem, 3.5vw, 2.9rem);
  font-weight: 800;
  line-height: 1.45;
  margin-bottom: 16px;
  color: var(--wr-navy);
}

.wr-hero__text {
  color: var(--wr-text-muted);
  font-size: 15px;
  line-height: 1.9;
  margin-bottom: 28px;
  max-width: 46ch;
}

.wr-hero__ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.wr-hero__visual {
  position: relative;
  min-height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  isolation: isolate;
}

.wr-hero__visual::before,
.wr-hero__visual::after {
  content: "";
  position: absolute;
  inset-inline-start: 2%;
  width: 96%;
  height: 48%;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.72);
  transform: rotate(-10deg);
  z-index: 0;
  pointer-events: none;
}

.wr-hero__visual::before {
  bottom: 10%;
  box-shadow:
    0 0 50px rgba(23, 105, 255, 0.24),
    inset 0 0 44px rgba(255, 255, 255, 0.62);
}

.wr-hero__visual::after {
  bottom: 17%;
  transform: rotate(8deg) scale(0.82);
  opacity: 0.65;
}

.wr-hero__glow {
  position: absolute;
  width: 78%;
  height: 78%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(23, 105, 255, 0.45) 0%, rgba(10, 99, 247, 0.12) 42%, transparent 70%);
  filter: blur(18px);
  animation: wr-float-soft 7s ease-in-out infinite;
}

.wr-hero__devices {
  position: relative;
  width: min(118%, 640px);
  z-index: 2;
  border-radius: 0;
  mask-image: none;
  -webkit-mask-image: none;
  filter: saturate(1.05) drop-shadow(0 28px 48px rgba(7, 26, 75, 0.18));
  animation: wr-float 6s ease-in-out infinite;
}

.wr-hero__float-card {
  position: absolute;
  z-index: 4;
  display: grid;
  grid-template-columns: 34px auto;
  gap: 1px 9px;
  align-items: center;
  min-width: 146px;
  padding: 10px 12px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.66);
  box-shadow: 0 16px 36px rgba(7, 26, 75, 0.12);
  backdrop-filter: blur(16px) saturate(1.25);
}

.wr-hero__float-card > span {
  grid-row: 1 / 3;
  width: 34px;
  height: 34px;
  border-radius: 11px;
  display: grid;
  place-items: center;
  color: var(--wr-blue);
  background: var(--wr-blue-ice);
}

.wr-hero__float-card strong {
  font-size: 11px;
  line-height: 1.25;
}

.wr-hero__float-card small {
  color: var(--wr-text-muted);
  font-size: 9px;
}

.wr-hero__float-card--secure {
  top: 13%;
  inset-inline-start: -2%;
  animation: wr-float 5s ease-in-out infinite reverse;
}

.wr-hero__float-card--support {
  bottom: 11%;
  inset-inline-end: -2%;
  animation: wr-float 6.5s ease-in-out infinite;
}

.wr-hero__orb {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.7);
  background: rgba(255, 255, 255, 0.42);
  backdrop-filter: blur(12px);
  box-shadow: 0 8px 20px rgba(10, 99, 247, 0.12);
  z-index: 3;
  display: grid;
  place-items: center;
  color: var(--wr-blue);
}

.wr-hero__orb .wr-icon {
  width: 18px;
  height: 18px;
}

.wr-hero__orb--1 {
  width: 54px;
  height: 54px;
  top: 12%;
  inset-inline-end: 8%;
  animation: wr-float 5s ease-in-out infinite;
}

.wr-hero__orb--2 {
  width: 38px;
  height: 38px;
  bottom: 18%;
  inset-inline-start: 6%;
  animation: wr-float 6.5s ease-in-out infinite reverse;
}

.wr-hero__orb--3 {
  width: 28px;
  height: 28px;
  top: 42%;
  inset-inline-start: 2%;
  background: rgba(10, 99, 247, 0.15);
}

@keyframes wr-float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

@keyframes wr-float-soft {
  0%,
  100% {
    transform: scale(1);
    opacity: 0.85;
  }
  50% {
    transform: scale(1.06);
    opacity: 1;
  }
}

.wr-hero .wr-trust {
  position: relative;
  z-index: 2;
  margin: 4px 0 0;
  padding-bottom: 8px;
}

.wr-trust__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  padding: 14px 18px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(220, 231, 246, 0.92);
  backdrop-filter: blur(14px);
  box-shadow: 0 10px 28px rgba(7, 26, 75, 0.05);
}

.wr-trust__item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 4px 6px;
}

.wr-trust__icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: transparent;
  color: var(--wr-blue);
  flex-shrink: 0;
}

.wr-trust__item strong {
  display: block;
  font-size: 13px;
  font-weight: 700;
  color: var(--wr-text);
}

.wr-trust__item span {
  display: block;
  font-size: 11px;
  color: var(--wr-text-muted);
  margin-top: 2px;
}

/* --------------------------------------------------------------------------
   Services / Categories
   -------------------------------------------------------------------------- */

.wr-services {
  padding-block: 28px 36px;
}

.wr-services__grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
}

.wr-service-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 10px;
  padding: 18px 10px 16px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid var(--wr-border);
  box-shadow: var(--wr-shadow-xs);
  transition: transform var(--wr-transition), box-shadow var(--wr-transition), border-color var(--wr-transition);
  min-height: 142px;
}

.wr-service-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--wr-shadow-md);
  border-color: rgba(10, 99, 247, 0.25);
}

.wr-service-card.is-featured {
  background: linear-gradient(180deg, #f3f8ff 0%, #ffffff 100%);
  border-color: rgba(10, 99, 247, 0.28);
  box-shadow: 0 12px 30px rgba(10, 99, 247, 0.1);
}

.wr-service-card__icon {
  width: 60px;
  height: 60px;
  border-radius: 20px;
  display: grid;
  place-items: center;
  background: linear-gradient(160deg, #eef6ff, #ddebff);
  color: var(--wr-blue);
}

.wr-service-card.is-featured .wr-service-card__icon {
  background: linear-gradient(160deg, #eef6ff, #ddebff);
  color: var(--wr-blue);
  box-shadow: none;
}

.wr-service-card strong {
  font-size: 13px;
  font-weight: 700;
}

.wr-service-card span {
  font-size: 11px;
  color: var(--wr-text-muted);
  line-height: 1.5;
}

/* --------------------------------------------------------------------------
   Repair Feature
   -------------------------------------------------------------------------- */

.wr-repair {
  padding-block: 34px;
}

.wr-repair__panel {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 24px;
  align-items: center;
  min-height: 430px;
  padding: 46px 48px;
  border-radius: var(--wr-radius-xl);
  background:
    radial-gradient(ellipse 60% 80% at 85% 50%, rgba(23, 105, 255, 0.45), transparent 55%),
    linear-gradient(120deg, #041033 0%, #071a4b 38%, #0a2f8a 72%, #1769ff 100%);
  color: #fff;
  box-shadow: var(--wr-shadow-lg);
}

.wr-repair__panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.08), transparent 25%),
    repeating-linear-gradient(
      90deg,
      transparent,
      transparent 40px,
      rgba(255, 255, 255, 0.02) 40px,
      rgba(255, 255, 255, 0.02) 41px
    );
  pointer-events: none;
}

.wr-repair__content {
  position: relative;
  z-index: 1;
}

.wr-repair__eyebrow {
  display: inline-flex;
  margin-bottom: 14px;
  padding: 6px 12px;
  border-radius: var(--wr-radius-pill);
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.14);
  font-size: 12px;
  font-weight: 600;
}

.wr-repair__content h2 {
  color: #fff;
  font-size: clamp(1.6rem, 2.8vw, 2.2rem);
  margin-bottom: 12px;
}

.wr-repair__content > p {
  color: rgba(255, 255, 255, 0.78);
  margin-bottom: 20px;
  max-width: 42ch;
  line-height: 1.9;
}

.wr-repair__list {
  display: grid;
  gap: 10px;
  margin-bottom: 26px;
}

.wr-repair__list li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.92);
}

.wr-repair__check {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.14);
  color: var(--wr-success-soft);
  flex-shrink: 0;
}

.wr-repair__visual {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wr-repair__visual img {
  width: min(118%, 560px);
  max-height: 380px;
  object-fit: contain;
  border-radius: 0;
  border: 0;
  transform: none;
  filter: saturate(1.05) drop-shadow(0 28px 46px rgba(0, 0, 0, 0.4));
}

.wr-repair__ring {
  position: absolute;
  width: 70%;
  height: 70%;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: 0 0 80px rgba(23, 105, 255, 0.35);
}

.wr-repair__badge {
  position: absolute;
  z-index: 3;
  inset-inline-start: -10px;
  bottom: 22px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 16px;
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(14px);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.22);
}

.wr-repair__badge strong {
  font-size: 16px;
}

.wr-repair__badge span {
  font-size: 10px;
  color: rgba(255, 255, 255, 0.75);
}

/* --------------------------------------------------------------------------
   Apple ID Feature
   -------------------------------------------------------------------------- */

.wr-apple {
  padding-block: 34px;
}

.wr-apple__panel {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  align-items: center;
  min-height: 410px;
  padding: 42px 48px;
  border-radius: var(--wr-radius-xl);
  background:
    radial-gradient(ellipse 50% 60% at 80% 40%, rgba(221, 235, 255, 0.9), transparent 60%),
    linear-gradient(135deg, #eef6ff 0%, #ffffff 48%, #e4efff 100%);
  border: 1px solid rgba(220, 231, 246, 0.9);
  box-shadow: var(--wr-shadow-sm);
}

.wr-apple__content h2 {
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  margin: 12px 0 14px;
}

.wr-apple__content > p {
  color: var(--wr-text-muted);
  margin-bottom: 24px;
  max-width: 42ch;
  line-height: 1.9;
}

.wr-apple__ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 22px;
}

.wr-apple__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.wr-apple__meta span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  color: var(--wr-text-muted);
  font-weight: 600;
}

.wr-apple__visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wr-apple__visual img {
  width: min(118%, 560px);
  border-radius: 0;
  mask-image: none;
  -webkit-mask-image: none;
  filter: saturate(1.04) drop-shadow(0 24px 44px rgba(10, 99, 247, 0.18));
}

/* --------------------------------------------------------------------------
   Products
   -------------------------------------------------------------------------- */

.wr-products__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 28px 20px;
}

.wr-product-card {
  position: relative;
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid var(--wr-border);
  border-radius: 24px;
  overflow: hidden;
  box-shadow: var(--wr-shadow-xs);
  transition: transform var(--wr-transition), box-shadow var(--wr-transition), border-color var(--wr-transition);
}

.wr-product-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--wr-shadow-md);
  border-color: rgba(10, 99, 247, 0.22);
}

.wr-product-card__media {
  position: relative;
  aspect-ratio: 1 / 1;
  background: linear-gradient(180deg, #f7faff, #eef6ff);
  display: grid;
  place-items: center;
  padding: 18px;
  overflow: hidden;
}

.wr-product-card__media img {
  width: 82%;
  height: 82%;
  object-fit: contain;
  transition: transform 0.4s var(--wr-ease);
}

.wr-product-card:hover .wr-product-card__media img {
  transform: scale(1.05);
}

.wr-product-card__body {
  padding: 14px 16px 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
}

.wr-product-card__title {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5;
  min-height: 2.8em;
}

.wr-product-card__meta {
  font-size: 11px;
  color: var(--wr-text-muted);
}

.wr-product-card__footer {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 10px;
  margin-top: auto;
  padding-top: 6px;
}

.wr-price {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.wr-price__old {
  font-size: 11px;
  color: #98a4b8;
  text-decoration: line-through;
}

.wr-price__current {
  font-size: 14px;
  font-weight: 800;
  color: var(--wr-navy);
}

.wr-cart-btn {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: linear-gradient(145deg, var(--wr-blue-electric), var(--wr-blue));
  color: #fff;
  box-shadow: 0 8px 18px rgba(10, 99, 247, 0.28);
  transition: transform var(--wr-transition), box-shadow var(--wr-transition);
}

.wr-cart-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 22px rgba(10, 99, 247, 0.36);
}

/* Apple-style cards — homepage popular products only */
.wr-products .wr-product-card {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  background: transparent;
  overflow: visible;
  text-align: center;
}

.wr-products .wr-product-card:hover {
  transform: none;
  box-shadow: none;
  border-color: transparent;
}

.wr-products .wr-product-card__media {
  aspect-ratio: 1 / 1;
  padding: 0;
  border-radius: 28px;
  background: #f5f5f7;
  overflow: hidden;
}

.wr-products .wr-product-card__media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.wr-products .wr-product-card:hover .wr-product-card__media img {
  transform: none;
}

.wr-products .wr-product-card__body {
  padding: 18px 8px 0;
  align-items: center;
  gap: 10px;
}

.wr-products .wr-product-card__title {
  font-size: 1.15rem;
  font-weight: 700;
  line-height: 1.35;
  min-height: 0;
  color: #1d1d1f;
}

.wr-products .wr-product-card__title a {
  color: inherit;
}

.wr-products .wr-product-card__meta {
  font-size: 0.82rem;
  line-height: 1.5;
  color: #6e6e73;
}

.wr-products .wr-product-card__footer {
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 14px;
  width: 100%;
  padding-top: 4px;
}

.wr-products .wr-price {
  align-items: center;
}

.wr-products .wr-price__current {
  font-size: 0.95rem;
  font-weight: 600;
  color: #1d1d1f;
}

.wr-products .wr-product-card__buy {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: center;
  width: auto;
  min-width: 96px;
  padding: 8px 22px;
  border-radius: 980px;
  background: #0071e3;
  color: #fff;
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0;
  box-shadow: none;
  transition: background 0.2s ease, transform 0.2s ease;
}

.wr-products .wr-product-card__buy:hover,
.wr-products .wr-product-card__buy:focus-visible {
  background: #0077ed;
  color: #fff;
  transform: none;
}

/* --------------------------------------------------------------------------
   Benefits / Why Webraan
   -------------------------------------------------------------------------- */

.wr-benefits__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.wr-benefit-card {
  text-align: center;
  padding: 28px 16px 24px;
  border-radius: 24px;
  background: #fff;
  border: 1px solid var(--wr-border);
  box-shadow: var(--wr-shadow-xs);
  transition: transform var(--wr-transition), box-shadow var(--wr-transition);
}

.wr-benefit-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--wr-shadow-sm);
}

.wr-benefit-card__icon {
  width: 52px;
  height: 52px;
  margin-inline: auto 0;
  margin-bottom: 14px;
  display: grid;
  place-items: center;
  margin-left: auto;
  margin-right: auto;
  color: var(--wr-blue);
}

.wr-benefit-card strong {
  display: block;
  font-size: 14px;
  margin-bottom: 6px;
}

.wr-benefit-card span {
  font-size: 12px;
  color: var(--wr-text-muted);
  line-height: 1.6;
}

.wr-benefits .wr-section-head {
  justify-content: center;
  text-align: center;
}

/* --------------------------------------------------------------------------
   Promo Banner
   -------------------------------------------------------------------------- */

.wr-promo__panel {
  position: relative;
  overflow: hidden;
  direction: ltr;
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr) 130px;
  align-items: center;
  gap: 16px;
  min-height: 148px;
  padding: 22px 36px;
  border-radius: var(--wr-radius-xl);
  background:
    radial-gradient(ellipse 36% 80% at 88% 50%, rgba(255, 255, 255, 0.9), transparent 62%),
    linear-gradient(115deg, #ddebff 0%, #eef6ff 48%, #ffffff 100%);
  border: 1px solid rgba(220, 231, 246, 0.95);
  box-shadow: var(--wr-shadow-sm);
}

.wr-promo__content {
  direction: rtl;
  text-align: start;
}

.wr-promo__gift-card {
  position: relative;
  z-index: 2;
  width: 96px;
  height: 96px;
  justify-self: center;
  object-fit: contain;
  filter: drop-shadow(0 16px 24px rgba(7, 26, 75, 0.16));
}

.wr-promo__percent {
  width: 88px;
  height: 88px;
  margin-inline: auto;
  border-radius: 22px;
  display: grid;
  place-items: center;
  font-family: var(--wr-display);
  font-size: 42px;
  font-weight: 800;
  color: #fff;
  background: linear-gradient(145deg, var(--wr-warning), #d49212);
  box-shadow: 0 16px 32px rgba(229, 165, 30, 0.35);
  transform: rotate(8deg);
}

.wr-promo__content h2 {
  font-size: clamp(1.4rem, 2.4vw, 1.9rem);
  margin-bottom: 10px;
}

.wr-promo__content p {
  color: var(--wr-text-muted);
  margin-bottom: 16px;
  max-width: 40ch;
}

.wr-promo__visual {
  position: relative;
  min-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* --------------------------------------------------------------------------
   Reviews
   -------------------------------------------------------------------------- */

.wr-reviews__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.wr-review-card {
  padding: 26px;
  border-radius: 24px;
  background: #fff;
  border: 1px solid var(--wr-border);
  box-shadow: var(--wr-shadow-xs);
  display: flex;
  flex-direction: column;
  gap: 14px;
  min-height: 220px;
  transition: transform var(--wr-transition), box-shadow var(--wr-transition);
}

.wr-review-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--wr-shadow-sm);
}

.wr-stars {
  display: flex;
  gap: 3px;
  color: var(--wr-warning);
}

.wr-review-card__quote {
  color: var(--wr-text);
  font-size: 14px;
  line-height: 1.9;
  flex: 1;
}

.wr-review-card__user {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-top: 8px;
  border-top: 1px solid rgba(220, 231, 246, 0.8);
}

.wr-review-card__avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
  background: linear-gradient(145deg, #ddebff, #0a63f7);
  color: #fff;
  display: grid;
  place-items: center;
  font-weight: 700;
  font-size: 14px;
  overflow: hidden;
}

.wr-review-card__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wr-review-card__user strong {
  display: block;
  font-size: 13px;
}

.wr-review-card__user span {
  font-size: 11px;
  color: var(--wr-text-muted);
}

.wr-verified {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: var(--wr-success);
  font-size: 11px;
  font-weight: 600;
  margin-top: 2px;
}

/* --------------------------------------------------------------------------
   Blog
   -------------------------------------------------------------------------- */

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

.wr-blog-card {
  display: flex;
  flex-direction: column;
  border-radius: 24px;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--wr-border);
  box-shadow: var(--wr-shadow-xs);
  transition: transform var(--wr-transition), box-shadow var(--wr-transition);
}

.wr-blog-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--wr-shadow-md);
}

.wr-blog-card__media {
  position: relative;
  aspect-ratio: 16 / 11;
  overflow: hidden;
  background: var(--wr-blue-ice);
}

.wr-blog-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s var(--wr-ease);
}

.wr-blog-card:hover .wr-blog-card__media img {
  transform: scale(1.05);
}

.wr-blog-card__cat {
  position: absolute;
  top: 12px;
  inset-inline-start: 12px;
  padding: 5px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--wr-blue);
  font-size: 11px;
  font-weight: 700;
}

.wr-blog-card__body {
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
}

.wr-blog-card__body h3 {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.65;
}

.wr-blog-card__meta {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 11px;
  color: var(--wr-text-muted);
  margin-top: auto;
}

/* --------------------------------------------------------------------------
   Newsletter
   -------------------------------------------------------------------------- */

.wr-newsletter {
  padding-block: 24px 40px;
}

.wr-newsletter__panel {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 24px;
  align-items: center;
  min-height: 220px;
  padding: 36px 40px;
  border-radius: var(--wr-radius-xl);
  background:
    radial-gradient(ellipse 45% 80% at 90% 40%, rgba(255, 255, 255, 0.18), transparent 55%),
    linear-gradient(115deg, #1769ff 0%, #0a63f7 42%, #071a4b 100%);
  color: #fff;
  box-shadow: var(--wr-shadow-lg);
}

.wr-newsletter__panel::before {
  content: "";
  position: absolute;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  inset-inline-end: -60px;
  top: -80px;
  filter: blur(10px);
}

.wr-newsletter__content {
  position: relative;
  z-index: 1;
}

.wr-newsletter__content h2 {
  color: #fff;
  font-size: clamp(1.4rem, 2.4vw, 1.9rem);
  margin-bottom: 10px;
}

.wr-newsletter__content p {
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 22px;
}

.wr-newsletter__form {
  display: flex;
  gap: 10px;
  max-width: 460px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--wr-radius-pill);
  padding: 6px;
  backdrop-filter: blur(8px);
}

.wr-newsletter__form input {
  flex: 1;
  border: 0;
  background: transparent;
  color: #fff;
  outline: none;
  padding: 0 16px;
  min-width: 0;
  font-size: 14px;
}

.wr-newsletter__form input::placeholder {
  color: rgba(255, 255, 255, 0.65);
}

.wr-newsletter__visual {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
}

.wr-newsletter__envelope {
  width: 168px;
  height: 168px;
  border-radius: 40px;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.28), transparent 55%),
    rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.22);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.22), 0 0 40px rgba(255, 255, 255, 0.12);
  animation: wr-float 5.5s ease-in-out infinite;
  color: #fff;
}

.wr-newsletter__envelope .wr-icon {
  width: 56px;
  height: 56px;
}

/* --------------------------------------------------------------------------
   Footer
   -------------------------------------------------------------------------- */

.wr-footer {
  position: relative;
  margin-top: 36px;
  padding: 48px 0 28px;
  overflow: hidden;
  border-radius: 56px 56px 0 0;
  background:
    radial-gradient(ellipse 50% 40% at 10% 0%, rgba(23, 105, 255, 0.25), transparent 55%),
    linear-gradient(180deg, #071a4b 0%, #041033 100%);
  color: rgba(255, 255, 255, 0.82);
  direction: rtl;
  text-align: start;
}

.wr-footer__hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-bottom: 36px;
}

.wr-footer__logo {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  color: #fff;
  font-family: var(--wr-display);
  font-weight: 800;
  font-size: 1.55rem;
  text-align: center;
}

.wr-footer__logo > span {
  display: flex;
  flex-direction: column;
  line-height: 1.15;
}

.wr-footer__logo small {
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.62);
  font-family: var(--wr-font);
  font-size: 12px;
  font-weight: 500;
}

.wr-footer__logo img,
.wr-footer__logo svg {
  width: 72px;
  height: 72px;
  object-fit: contain;
  border-radius: 20px;
}

.wr-footer .custom-logo-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.wr-footer .custom-logo {
  width: auto;
  height: 64px;
  max-width: min(280px, 80vw);
  object-fit: contain;
  border-radius: 0;
}

.wr-footer__logo--custom {
  display: flex;
  justify-content: center;
}

.wr-footer__logo--custom a {
  display: inline-flex;
}

.wr-footer__lead {
  margin: 18px 0 0;
  color: #fff;
  font-family: var(--wr-display);
  font-size: 1.35rem;
  font-weight: 800;
  line-height: 1.5;
}

.wr-footer__sub {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  line-height: 1.8;
}

.wr-footer__subscribe {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  width: min(100%, 520px);
  margin-top: 22px;
  padding: 6px 6px 6px 8px;
  border-radius: 999px;
  background: rgba(4, 16, 51, 0.45);
  border: 1px solid rgba(255, 255, 255, 0.16);
}

.wr-footer__subscribe input {
  flex: 1;
  min-width: 0;
  height: 42px;
  padding: 0 16px;
  border: 0;
  background: transparent;
  color: #fff;
  font-family: inherit;
  font-size: 14px;
  text-align: start;
}

.wr-footer__subscribe input::placeholder {
  color: rgba(255, 255, 255, 0.48);
}

.wr-footer__subscribe .wr-btn {
  flex: 0 0 auto;
}

.wr-footer__nl-status {
  margin-top: 10px;
  font-size: 13px;
  color: #fff;
}

.wr-footer__about {
  max-width: 720px;
  margin: 0 auto 36px;
  text-align: start;
}

.wr-footer__about h3 {
  margin: 0 0 10px;
  color: #fff;
  font-size: 15px;
  font-weight: 800;
}

.wr-footer__about p {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 13px;
  line-height: 2;
}

.wr-footer__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px;
  padding-bottom: 36px;
}

.wr-social {
  display: flex;
  gap: 10px;
}

.wr-social a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.92);
  border: 0;
  color: var(--wr-navy);
  transition: background var(--wr-transition), transform var(--wr-transition), color var(--wr-transition);
}

.wr-social a:hover {
  background: var(--wr-blue);
  color: #fff;
  transform: translateY(-2px);
}

.wr-footer__col h4 {
  color: #fff;
  font-size: 15px;
  margin-bottom: 16px;
}

.wr-footer__links {
  margin: 0;
  padding: 0;
  list-style: none;
}

.wr-footer__col a {
  display: block;
  padding: 6px 0;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.65);
}

.wr-footer__col a:hover {
  color: #fff;
}

.wr-footer__bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 18px 0 8px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.55);
}

.wr-footer__contacts {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.wr-footer__trust {
  display: flex;
  gap: 10px;
  align-items: center;
}

.wr-footer__trust-badge {
  min-width: 76px;
  min-height: 64px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 9px;
  font-weight: 700;
  text-align: center;
  padding: 8px;
}

.wr-footer__trust-badge .wr-icon {
  width: 22px;
  height: 22px;
  color: var(--wr-blue-highlight);
}

/* --------------------------------------------------------------------------
   Responsive
   -------------------------------------------------------------------------- */

@media (max-width: 1100px) {
  .wr-services__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

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

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

  .wr-footer__grid {
    grid-template-columns: 1fr 1fr;
  }

  .wr-header {
    padding: 8px var(--wr-gutter) 0;
  }

  .wr-header__inner {
    grid-template-columns: auto 1fr auto;
    gap: 8px;
    min-height: 56px;
    padding: 6px 8px;
    border-radius: 22px;
  }

  .wr-header__start {
    display: inline-flex;
  }

  .wr-menu-toggle,
  .wr-header__search-btn {
    display: inline-flex;
  }

  .wr-header__nav,
  .wr-search,
  .wr-header__account,
  .wr-header__cta {
    display: none;
  }

  .wr-logo {
    justify-self: center;
    gap: 8px;
    font-size: 1.02rem;
  }

  .wr-logo img,
  .wr-logo svg,
  .wr-logo .custom-logo {
    width: 34px;
    height: 34px;
  }

  .wr-header__actions {
    gap: 2px;
  }

  .wr-cart-count.is-zero {
    display: inline-flex;
  }

  .wr-tabbar {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    position: fixed;
    inset-inline: 0;
    bottom: 0;
    z-index: 45;
    background: rgba(255, 255, 255, 0.94);
    border-top: 1px solid var(--wr-border);
    backdrop-filter: blur(16px);
    padding: 6px 8px calc(6px + env(safe-area-inset-bottom));
  }

  .wr-tabbar a {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
    color: var(--wr-text-muted);
    font-size: 10px;
    font-weight: 700;
    padding: 6px 0;
  }

  .wr-tabbar a.is-active,
  .wr-tabbar a:hover {
    color: var(--wr-blue);
  }

  body.webraan-body {
    padding-bottom: 62px;
  }
}

@media (max-width: 900px) {
  .wr-hero__grid,
  .wr-repair__panel,
  .wr-apple__panel,
  .wr-promo__panel,
  .wr-newsletter__panel {
    grid-template-columns: 1fr;
  }

  .wr-hero__grid {
    min-height: 0;
  }

  .wr-hero__visual {
    min-height: 390px;
    order: -1;
  }

  .wr-hero__float-card {
    display: none;
  }

  .wr-hero__devices {
    width: min(100%, 590px);
  }

  .wr-hero__content {
    max-width: none;
    text-align: center;
    margin-inline: auto;
  }

  .wr-hero__text {
    max-width: none;
    margin-inline: auto;
  }

  .wr-hero__ctas {
    justify-content: center;
  }

  .wr-trust__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .wr-repair__panel,
  .wr-apple__panel,
  .wr-promo__panel,
  .wr-newsletter__panel {
    padding: 20px 18px;
  }

  .wr-promo__panel {
    grid-template-columns: 1fr;
    text-align: center;
    min-height: 0;
  }

  .wr-promo__percent {
    transform: none;
  }

  .wr-repair__visual img {
    width: 100%;
    transform: none;
  }

  .wr-apple__visual img {
    width: min(100%, 560px);
  }

  .wr-reviews__grid {
    grid-template-columns: 1fr;
  }

  .wr-footer__grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 640px) {
  :root {
    --wr-gutter: 16px;
  }

  .wr-announce-wrap {
    padding-top: 8px;
  }

  .wr-announce {
    width: max-content;
    max-width: min(86vw, 360px);
    flex-wrap: nowrap;
    border-radius: var(--wr-radius-pill);
    padding: 5px 8px 5px 8px;
    text-align: start;
  }

  .wr-announce__cta {
    display: none;
  }

  .wr-announce__text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: min(68vw, 260px);
    font-size: 12px;
  }

  .wr-header {
    padding-top: 6px;
  }

  .wr-header__inner {
    min-height: 52px;
  }

  .wr-logo__text small {
    display: none;
  }

  .wr-hero {
    padding: 8px 0 4px;
    overflow: visible;
  }

  .wr-hero__visual {
    min-height: 248px;
  }

  .wr-hero__devices {
    width: 108%;
    max-width: 400px;
  }

  .wr-hero__title {
    font-size: 1.5rem;
    margin-bottom: 8px;
  }

  .wr-hero__text {
    font-size: 13px;
    margin-bottom: 12px;
    line-height: 1.65;
  }

  .wr-hero__content {
    padding-block: 8px;
  }

  .wr-hero__float-card {
    display: none;
  }

  .wr-hero .wr-trust {
    margin-top: 0;
    padding-bottom: 4px;
  }

  .wr-trust__grid {
    padding: 10px 8px;
    gap: 6px;
    border-radius: 20px;
  }

  .wr-trust__item {
    padding: 4px;
    gap: 8px;
  }

  .wr-trust__item strong {
    font-size: 12px;
  }

  .wr-trust__item span {
    font-size: 10px;
  }

  .wr-repair__badge {
    inset-inline-start: 8px;
    bottom: 10px;
  }

  .wr-promo__gift-card {
    width: 72px;
    height: 72px;
  }

  .wr-promo__panel {
    grid-template-columns: 72px 1fr auto;
    padding: 14px 16px;
    min-height: 0;
    text-align: start;
    direction: ltr;
  }

  .wr-promo__percent {
    width: 56px;
    height: 56px;
    font-size: 28px;
    transform: rotate(8deg);
  }

  .wr-services__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .wr-service-card {
    min-height: 112px;
    padding: 12px 8px 10px;
    gap: 8px;
  }

  .wr-service-card__icon {
    width: 48px;
    height: 48px;
    border-radius: 16px;
  }

  .wr-benefit-card {
    padding: 16px 10px 14px;
  }

  .wr-benefit-card__icon {
    margin-bottom: 8px;
  }

  .wr-review-card {
    padding: 16px;
  }

  .wr-repair,
  .wr-apple {
    padding-block: 16px;
  }

  .wr-repair__panel,
  .wr-apple__panel {
    min-height: 0;
    padding: 18px 16px;
    gap: 14px;
  }

  .wr-repair__content > p,
  .wr-apple__content > p {
    margin-bottom: 12px;
  }

  .wr-repair__list {
    margin-bottom: 16px;
    gap: 8px;
  }

  .wr-newsletter {
    padding-block: 12px 20px;
  }

  .wr-newsletter__panel {
    grid-template-columns: 1fr;
    min-height: 0;
    padding: 16px 16px;
  }

  .wr-newsletter__content h2 {
    margin-bottom: 6px;
  }

  .wr-newsletter__content p {
    margin-bottom: 12px;
  }

  .wr-newsletter__envelope {
    width: 72px;
    height: 72px;
    border-radius: 20px;
  }

  .wr-footer {
    margin-top: 20px;
    padding-top: 32px;
    border-radius: 32px 32px 0 0;
  }

  .wr-footer__hero {
    padding-bottom: 24px;
  }

  .wr-footer__logo img,
  .wr-footer__logo svg {
    width: 56px;
    height: 56px;
  }

  .wr-footer .custom-logo {
    height: 48px;
  }

  .wr-footer__lead {
    font-size: 1.15rem;
  }

  .wr-footer__subscribe {
    width: 100%;
  }

  .wr-footer__about {
    margin-bottom: 20px;
  }

  .wr-footer__grid {
    grid-template-columns: 1fr;
    gap: 4px;
    padding-bottom: 16px;
  }

  .wr-footer__col summary {
    padding: 8px 0;
  }

  .wr-footer__bottom {
    padding: 12px 0 16px;
  }

  .wr-section {
    padding-block: 16px;
  }

  .wr-section-head {
    margin-bottom: 8px;
  }

  .wr-section-head h2 {
    font-size: 1.2rem;
  }

  .wr-products__grid {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 12px;
    padding-bottom: 8px;
    -webkit-overflow-scrolling: touch;
  }

  .wr-product-card {
    flex: 0 0 min(78%, 280px);
    scroll-snap-align: start;
  }

  .wr-benefits__grid {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .wr-blog__grid {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .wr-blog-card {
    display: grid;
    grid-template-columns: 92px 1fr;
    direction: ltr;
    min-height: 0;
    border-radius: 18px;
  }

  .wr-blog-card__media {
    min-height: 92px;
  }

  .wr-blog-card__body {
    direction: rtl;
    text-align: start;
    padding: 8px 10px;
  }

  .wr-newsletter__form {
    flex-direction: row;
    border-radius: 999px;
    padding: 6px;
  }

  .wr-newsletter__form .wr-btn {
    width: auto;
    min-width: 44px;
  }

  .wr-footer__col summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
  }

  .wr-footer__col summary h4 {
    margin: 0;
  }

  .wr-footer__col summary::after {
    content: "";
    width: 10px;
    height: 10px;
    border-inline-end: 2px solid rgba(255, 255, 255, 0.55);
    border-bottom: 2px solid rgba(255, 255, 255, 0.55);
    transform: rotate(45deg);
    margin-inline-start: 8px;
  }

  .wr-footer__col[open] summary::after {
    transform: rotate(-135deg);
  }

  .wr-footer__bottom {
    flex-direction: column;
    text-align: center;
  }

  .wr-footer__contacts,
  .wr-footer__trust {
    justify-content: center;
  }
}

/* --------------------------------------------------------------------------
   Elementor widgets — no extra chrome around Webraan sections
   -------------------------------------------------------------------------- */

.elementor-widget[class*="elementor-widget-webraan-"] > .elementor-widget-container {
  padding: 0;
}

.elementor-widget[class*="elementor-widget-webraan-"] .wr-section,
.elementor-widget[class*="elementor-widget-webraan-"] .wr-hero,
.elementor-widget[class*="elementor-widget-webraan-"] .wr-trust,
.elementor-widget[class*="elementor-widget-webraan-"] .wr-newsletter {
  margin: 0;
}
