:root {
  --es-bg: #06111f;
  --es-bg-raised: #0b1f33;
  --es-panel: #102a43;
  --es-panel-soft: #123552;
  --es-text: #f4f8fc;
  --es-muted: #a9bacb;
  --es-cyan: #22d3ee;
  --es-blue: #0ea5e9;
  --es-orange: #ff7a45;
  --es-orange-hover: #ff9568;
  --es-purple: #6366f1;
  --es-warning: #fbbf24;
  --es-danger: #fb7185;
  --es-success: #34d399;
  --es-border: rgba(125, 211, 252, 0.22);
  --es-shadow: 0 24px 80px rgba(0, 0, 0, 0.38);
  --es-radius-sm: 10px;
  --es-radius: 18px;
  --es-radius-lg: 28px;
  --es-shell: 1200px;
  --es-space: clamp(4rem, 8vw, 8rem);
  --global-palette1: #22d3ee;
  --global-palette2: #0ea5e9;
  --global-palette3: #f4f8fc;
  --global-palette4: #d5e1eb;
  --global-palette5: #a9bacb;
  --global-palette6: #647d91;
  --global-palette7: #102a43;
  --global-palette8: #0b1f33;
  --global-palette9: #06111f;
}

html {
  color-scheme: dark;
  scroll-behavior: smooth;
  overflow-x: clip;
}

body.esurf-site {
  margin: 0;
  overflow-x: clip;
  background:
    radial-gradient(circle at 80% 0%, rgba(14, 165, 233, 0.14), transparent 34rem),
    radial-gradient(circle at 5% 30%, rgba(34, 211, 238, 0.08), transparent 30rem),
    var(--es-bg);
  color: var(--es-text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body.esurf-home {
  position: relative;
}

body.esurf-home #wrapper,
body.esurf-home .site,
body.esurf-home .site-main,
body.esurf-home main {
  background: transparent;
}

body.esurf-home main,
body.esurf-home .site-header,
body.esurf-home .site-footer,
body.esurf-home .esurf-global-compliance {
  position: relative;
  z-index: 1;
}

body.esurf-home .esurf-section {
  background-color: rgba(6, 17, 31, 0.3);
}

body.esurf-home .esurf-section--raised {
  background: linear-gradient(180deg, rgba(16, 42, 67, 0.82), rgba(6, 17, 31, 0.9));
}

.esurf-grainient-background {
  position: fixed;
  z-index: 0;
  inset: 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 16% 24%, rgba(6, 45, 70, 0.94), transparent 44%),
    radial-gradient(circle at 84% 28%, rgba(14, 165, 233, 0.48), transparent 46%),
    #06111f;
  background-position: 0% 20%, 100% 15%, center;
  background-size: 145% 145%, 140% 140%, 100% 100%;
  clip-path: inset(100% 0 0 0);
  opacity: 0.72;
  pointer-events: none;
  animation: esurf-grainient-fallback 18s ease-in-out infinite alternate;
}

.esurf-grainient-background canvas {
  display: block;
  width: 100%;
  height: 100%;
}

@keyframes esurf-grainient-fallback {
  from {
    background-position: 0% 20%, 100% 15%, center;
  }

  to {
    background-position: 18% 38%, 82% 34%, center;
  }
}

body.esurf-site * {
  box-sizing: border-box;
}

body.esurf-site a {
  color: var(--es-cyan);
  text-underline-offset: 0.2em;
}

body.esurf-site a:hover {
  color: #8be9f7;
}

body.esurf-site :focus-visible {
  outline: 3px solid var(--es-warning);
  outline-offset: 3px;
}

body.esurf-site .screen-reader-text {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  clip-path: inset(50%) !important;
  margin: -1px !important;
  padding: 0 !important;
  border: 0 !important;
  white-space: nowrap !important;
}

.esurf-shell,
.site-container,
.content-container {
  width: min(calc(100% - 2rem), var(--es-shell));
  margin-inline: auto;
}

.site-header,
.site-main-header-wrap,
.site-bottom-header-wrap {
  background: rgba(6, 17, 31, 0.9) !important;
  border-bottom: 1px solid var(--es-border);
  backdrop-filter: blur(18px);
}

.site-header a,
.site-header .site-title,
.site-header .menu-item > a {
  color: var(--es-text) !important;
}

.esurf-topbar {
  position: relative;
  z-index: 1001;
  min-height: 42px;
  border-bottom: 1px solid rgba(34, 211, 238, 0.22);
  background: #071827;
  color: var(--es-muted);
  font-size: 0.82rem;
}

.esurf-topbar__inner,
.esurf-topbar__controls {
  display: flex;
  align-items: center;
}

.esurf-topbar__inner {
  min-height: 42px;
  justify-content: space-between;
  gap: 1rem;
}

.esurf-topbar__controls {
	gap: 0.65rem;
}

.esurf-selector {
  position: relative;
  min-width: 0;
}

.esurf-selector details {
  position: relative;
}

.esurf-selector__summary {
  display: flex;
  min-width: 7.25rem;
  min-height: 44px;
  align-items: center;
  justify-content: space-between;
  gap: 0.85rem;
  padding: 0.55rem 0.8rem;
  border: 1px solid var(--es-border);
  border-radius: 9px;
  background: rgba(16, 42, 67, 0.9);
  color: var(--es-text);
  cursor: pointer;
  font-weight: 650;
  line-height: 1.2;
  list-style: none;
  user-select: none;
}

.esurf-selector--language .esurf-selector__summary {
  min-width: 11.5rem;
}

.esurf-selector__summary::-webkit-details-marker {
  display: none;
}

.esurf-selector__summary:hover,
.esurf-selector details[open] > .esurf-selector__summary {
  border-color: rgba(34, 211, 238, 0.62);
  background: rgba(18, 53, 82, 0.98);
}

.esurf-selector__current {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.esurf-selector__chevron {
  width: 0.55rem;
  height: 0.55rem;
  flex: 0 0 auto;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  color: var(--es-cyan);
  transform: translateY(-0.15rem) rotate(45deg);
  transition: transform 160ms ease;
}

.esurf-selector details[open] .esurf-selector__chevron {
  transform: translateY(0.15rem) rotate(225deg);
}

.esurf-selector__menu {
  position: absolute;
  z-index: 2100;
  top: calc(100% + 0.5rem);
  right: 0;
  width: max-content;
  min-width: 100%;
  max-width: min(18rem, calc(100vw - 1.25rem));
  max-height: min(24rem, calc(100vh - 7rem));
  overflow-x: hidden;
  overflow-y: auto;
  list-style: none;
  margin: 0;
  padding: 0.35rem;
  border: 1px solid rgba(148, 196, 255, 0.28);
  border-radius: 12px;
  background: #0b1f33;
  box-shadow: var(--es-shadow);
  scrollbar-color: rgba(168, 184, 206, 0.7) transparent;
  scrollbar-width: thin;
}

.esurf-selector__menu a,
.esurf-selector__menu span {
  display: flex;
  min-width: 8rem;
  min-height: 44px;
  align-items: center;
  padding: 0.55rem 0.7rem;
  border-radius: 8px;
  color: var(--es-muted);
  text-decoration: none;
  white-space: nowrap;
}

.esurf-selector__menu a:hover,
.esurf-selector__menu a:focus-visible {
  background: rgba(14, 165, 233, 0.14);
  color: var(--es-text);
}

.esurf-selector__menu a[aria-current="page"],
.esurf-selector__menu a[aria-current="true"] {
  background: rgba(34, 211, 238, 0.11);
  color: var(--es-text);
}

.esurf-selector__menu span[aria-disabled="true"] {
  cursor: not-allowed;
  opacity: 0.48;
}

.esurf-section {
  position: relative;
  padding-block: var(--es-space);
}

.esurf-section--compact {
  padding-block: clamp(2.5rem, 5vw, 4.5rem);
}

.esurf-section--raised {
  border-block: 1px solid var(--es-border);
  background: linear-gradient(180deg, rgba(16, 42, 67, 0.9), rgba(6, 17, 31, 0.94));
}

.esurf-eyebrow {
  margin: 0 0 0.8rem;
  color: var(--es-cyan);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.esurf-title,
.esurf-page h1,
.esurf-page h2,
.esurf-page h3 {
  color: var(--es-text);
  text-wrap: balance;
}

.esurf-title {
  max-width: 18ch;
  margin: 0;
  font-size: clamp(2.2rem, 5vw, 5.5rem);
  line-height: 0.98;
  letter-spacing: -0.045em;
}

.esurf-heading {
  max-width: 24ch;
  margin: 0 0 1.25rem;
  font-size: clamp(1.75rem, 3.5vw, 3.25rem);
  line-height: 1.08;
  letter-spacing: -0.03em;
}

.esurf-lead {
  max-width: 66ch;
  color: var(--es-muted);
  font-size: clamp(1.05rem, 1.7vw, 1.28rem);
  line-height: 1.75;
}

.esurf-grid {
  display: grid;
  gap: 1.25rem;
}

.esurf-grid--2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.esurf-grid--3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.esurf-grid--4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.esurf-card {
  min-width: 0;
  padding: clamp(1.25rem, 3vw, 2rem);
  border: 1px solid var(--es-border);
  border-radius: var(--es-radius);
  background: linear-gradient(145deg, rgba(16, 42, 67, 0.94), rgba(6, 17, 31, 0.96));
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.2);
}

.esurf-card h3 {
  margin-top: 0;
}

.esurf-card p:last-child {
  margin-bottom: 0;
}

.esurf-media-placeholder {
  display: grid;
  width: 100%;
  min-height: 260px;
  place-items: center;
  overflow: hidden;
  border: 1px dashed rgba(34, 211, 238, 0.55);
  border-radius: var(--es-radius);
  background:
    linear-gradient(135deg, transparent 35%, rgba(34, 211, 238, 0.07) 35%, rgba(34, 211, 238, 0.07) 65%, transparent 65%),
    linear-gradient(160deg, #0b2740, #06111f);
  color: var(--es-muted);
  text-align: center;
  aspect-ratio: 16 / 9;
}

.esurf-media-placeholder span {
  max-width: 28rem;
  padding: 1.25rem;
}

.esurf-button,
body.esurf-site .button,
body.esurf-site button,
body.esurf-site input[type="submit"] {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.8rem 1.2rem;
  border: 1px solid transparent;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--es-cyan), var(--es-blue));
  color: #03101d !important;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
  cursor: pointer;
}

.esurf-button--ghost {
  border-color: var(--es-border);
  background: rgba(11, 31, 51, 0.84);
  color: var(--es-text) !important;
}

body.esurf-site a.esurf-button[href*="#wholesale-inquiry"] {
  border-color: rgba(255, 149, 104, 0.55);
  background: linear-gradient(135deg, var(--es-orange-hover), var(--es-orange));
  box-shadow: 0 14px 42px rgba(255, 122, 69, 0.25);
  color: #2b1208 !important;
}

body.esurf-site a.esurf-button[href*="#wholesale-inquiry"]:hover,
body.esurf-site a.esurf-button[href*="#wholesale-inquiry"]:focus-visible {
  background: linear-gradient(135deg, #ffad87, #ff6b35);
  box-shadow: 0 18px 50px rgba(255, 122, 69, 0.34);
  color: #241005 !important;
  transform: translateY(-1px);
}

.esurf-hero {
  position: relative;
  isolation: isolate;
  min-height: 100svh;
  overflow: hidden;
  border-bottom: 1px solid var(--es-border);
  background: var(--es-bg);
}

.esurf-hero__video,
.esurf-hero__video-placeholder {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.esurf-hero__video {
  z-index: -3;
  object-fit: cover;
  object-position: center center;
}

.esurf-hero__video-placeholder {
  z-index: -3;
  display: grid;
  place-items: center;
  padding: 1rem;
  background:
    radial-gradient(circle at 70% 38%, rgba(34, 211, 238, 0.18), transparent 28rem),
    linear-gradient(135deg, #0b2740, #06111f 58%, #0b3655);
  color: var(--es-muted);
  text-align: center;
}

.esurf-hero__video-placeholder span {
  max-width: 32rem;
  padding: 1rem 1.25rem;
  border: 1px dashed rgba(34, 211, 238, 0.48);
  border-radius: var(--es-radius-sm);
  background: rgba(6, 17, 31, 0.78);
}

.esurf-hero::after {
  position: absolute;
  z-index: -2;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(3, 8, 15, 0.9) 0%, rgba(3, 8, 15, 0.62) 50%, rgba(3, 8, 15, 0.18) 100%),
    linear-gradient(0deg, rgba(3, 8, 15, 0.76) 0%, transparent 52%);
  content: "";
}

.esurf-hero__content {
  position: relative;
  display: flex;
  min-height: inherit;
  align-items: flex-end;
  padding-block: clamp(7rem, 18vh, 12rem) clamp(5rem, 12vh, 8rem);
}

.esurf-hero__copy {
  max-width: 48rem;
  text-shadow: 0 2px 28px rgba(0, 0, 0, 0.72);
}

.esurf-hero__copy p:not(.esurf-eyebrow) {
  max-width: 58ch;
  color: var(--es-muted);
  font-size: 1.12rem;
  line-height: 1.75;
}

.esurf-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1.75rem;
}

.esurf-hero__video-toggle {
  position: absolute;
  z-index: 2;
  right: max(1rem, calc((100vw - var(--es-shell)) / 2));
  bottom: 1.5rem;
  border: 1px solid var(--es-border);
  background: rgba(6, 17, 31, 0.86);
  color: var(--es-text) !important;
}

.esurf-product-carousel {
  --es-carousel-card-width: clamp(270px, 26vw, 352px);
  position: relative;
  z-index: 2;
  overflow: hidden;
  padding-block: clamp(4.25rem, 8vw, 7.5rem);
  border-bottom: 1px solid var(--es-border);
  background:
    radial-gradient(circle at 14% 8%, rgba(34, 211, 238, 0.1), transparent 34rem),
    radial-gradient(circle at 86% 28%, rgba(14, 165, 233, 0.14), transparent 38rem),
    linear-gradient(180deg, rgba(6, 17, 31, 0.9), rgba(11, 31, 51, 0.86));
  color: var(--es-text);
  color-scheme: dark;
}

.esurf-product-carousel__header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 2rem;
  align-items: end;
  margin-bottom: clamp(1.75rem, 4vw, 3.5rem);
}

.esurf-product-carousel__header > div:first-child {
  max-width: 51rem;
}

.esurf-product-carousel__eyebrow {
  margin: 0 0 0.7rem;
  color: var(--es-cyan);
  font-size: 0.74rem;
  font-weight: 820;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.esurf-product-carousel__header h2 {
  max-width: 20ch;
  margin: 0;
  color: var(--es-text);
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: 1.03;
  letter-spacing: -0.045em;
}

.esurf-product-carousel__header p:last-child {
  max-width: 62ch;
  margin: 1rem 0 0;
  color: var(--es-muted);
  line-height: 1.7;
}

.esurf-product-carousel__controls {
  display: flex;
  gap: 0.55rem;
}

body.esurf-site .esurf-product-carousel__controls button {
  width: 48px;
  min-width: 48px;
  min-height: 48px;
  padding: 0;
  border: 1px solid var(--es-border);
  border-radius: 50%;
  background: rgba(11, 31, 51, 0.92);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.28);
  color: var(--es-text) !important;
  font-size: 1.15rem;
}

body.esurf-site .esurf-product-carousel__controls button:hover {
  border-color: rgba(34, 211, 238, 0.72);
  background: rgba(20, 46, 70, 0.96);
  color: var(--es-cyan) !important;
  transform: translateY(-1px);
}

.esurf-product-carousel__viewport {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 1rem max(1rem, calc((100vw - var(--es-shell)) / 2));
  cursor: grab;
  overscroll-behavior-inline: contain;
  scrollbar-width: none;
  scroll-snap-type: x proximity;
  touch-action: pan-y pinch-zoom;
}

.esurf-product-carousel__viewport::-webkit-scrollbar {
  display: none;
}

.esurf-product-carousel__viewport.is-dragging {
  cursor: grabbing;
  scroll-snap-type: none;
  user-select: none;
}

.esurf-product-carousel__track {
  display: flex;
  width: max-content;
  gap: clamp(0.9rem, 2vw, 1.5rem);
  align-items: stretch;
}

.esurf-product-card {
  display: flex;
  width: var(--es-carousel-card-width);
  min-width: 0;
  flex: 0 0 var(--es-carousel-card-width);
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(148, 196, 255, 0.2);
  border-radius: 24px;
  background: linear-gradient(145deg, rgba(16, 42, 67, 0.97), rgba(6, 17, 31, 0.98));
  box-shadow:
    0 2px 5px rgba(0, 0, 0, 0.18),
    0 20px 54px rgba(0, 0, 0, 0.3);
  color: var(--es-text);
  scroll-snap-align: center;
  transition: border-color 220ms ease, box-shadow 220ms ease, transform 220ms ease;
}

.esurf-product-card:hover {
  border-color: rgba(34, 211, 238, 0.52);
  box-shadow:
    0 3px 7px rgba(0, 0, 0, 0.2),
    0 28px 72px rgba(0, 0, 0, 0.4),
    0 0 34px rgba(34, 211, 238, 0.08);
  transform: translateY(-5px);
}

.esurf-product-card__media {
  position: relative;
  display: grid;
  min-height: 0;
  place-items: center;
  overflow: hidden;
  border-bottom: 1px solid rgba(148, 196, 255, 0.16);
  background:
    radial-gradient(circle at 72% 28%, rgba(34, 211, 238, 0.14), transparent 48%),
    linear-gradient(150deg, rgba(16, 53, 82, 0.96), rgba(6, 17, 31, 0.99));
  color: var(--es-muted);
  aspect-ratio: 4 / 3;
  text-align: center;
}

.esurf-product-card__media::before,
.esurf-product-card__media::after {
  position: absolute;
  width: 46%;
  height: 1px;
  background: rgba(34, 211, 238, 0.18);
  content: "";
}

.esurf-product-card__media::before {
  transform: rotate(28deg);
}

.esurf-product-card__media::after {
  transform: rotate(-28deg);
}

.esurf-product-card__media img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.esurf-product-card__media span {
  position: relative;
  z-index: 1;
  max-width: 22ch;
  padding: 0.8rem 1rem;
  border: 1px solid rgba(34, 211, 238, 0.24);
  border-radius: 999px;
  background: rgba(6, 17, 31, 0.8);
  box-shadow: inset 0 0 24px rgba(34, 211, 238, 0.04);
  font-size: 0.72rem;
  line-height: 1.45;
}

.esurf-product-card__body {
  display: flex;
  min-height: 270px;
  flex: 1;
  flex-direction: column;
  padding: clamp(1.15rem, 2.4vw, 1.55rem);
}

.esurf-product-card__name {
  margin: 0 0 0.45rem;
  color: var(--es-cyan);
  font-size: 0.69rem;
  font-weight: 760;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.esurf-product-card h3 {
  margin: 0;
  color: var(--es-text);
  font-size: clamp(1.25rem, 2vw, 1.65rem);
  line-height: 1.15;
  letter-spacing: -0.025em;
}

.esurf-product-card__description {
  margin: 0.75rem 0 0;
  color: var(--es-muted);
  font-size: 0.86rem;
  line-height: 1.62;
}

.esurf-product-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin: 1rem 0 1.2rem;
  padding: 0;
  list-style: none;
}

.esurf-product-card__tags li {
  padding: 0.38rem 0.62rem;
  border: 1px solid rgba(148, 196, 255, 0.18);
  border-radius: 999px;
  background: rgba(11, 42, 67, 0.86);
  color: #d5e1eb;
  font-size: 0.69rem;
  font-weight: 650;
  line-height: 1.2;
}

body.esurf-site .esurf-product-card__link {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-top: auto;
  border-top: 1px solid rgba(148, 196, 255, 0.16);
  color: var(--es-text);
  font-size: 0.82rem;
  font-weight: 780;
  text-decoration: none;
}

body.esurf-site .esurf-product-card__link:hover {
  color: var(--es-cyan);
}

.esurf-product-card__link span {
  font-size: 1.1rem;
  transition: transform 180ms ease;
}

.esurf-product-card__link:hover span {
  transform: translateX(4px);
}

.esurf-specs {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.75rem;
  margin-block: 2rem;
}

.esurf-spec {
  min-width: 0;
  padding: 1.15rem;
  border: 1px solid var(--es-border);
  border-radius: var(--es-radius-sm);
  background: rgba(11, 31, 51, 0.86);
}

.esurf-spec dt {
  color: var(--es-muted);
  font-size: 0.8rem;
}

.esurf-spec dd {
  margin: 0.35rem 0 0;
  color: var(--es-text);
  font-size: 1.28rem;
  font-weight: 850;
}

.esurf-notice {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.9rem;
  align-items: start;
  margin-block: 1.25rem;
  padding: 1rem 1.1rem;
  border: 1px solid rgba(34, 211, 238, 0.34);
  border-radius: var(--es-radius-sm);
  background: rgba(8, 33, 49, 0.7);
  color: var(--es-text);
}

.esurf-notice::before {
  color: var(--es-cyan);
  content: "i";
  font-weight: 900;
}

.esurf-notice--warning {
  border-color: rgba(251, 191, 36, 0.55);
  background: rgba(74, 49, 4, 0.72);
}

.esurf-notice--warning::before {
  color: var(--es-warning);
  content: "!";
}

.esurf-notice--brazil {
  border-width: 2px;
  border-color: #facc15;
  background: #2f2400;
  color: #fff8d2;
}

.esurf-certificate-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.esurf-certificate {
  display: grid;
  min-height: 180px;
  place-content: center;
  padding: 1.5rem;
  border: 1px dashed rgba(168, 184, 206, 0.52);
  border-radius: var(--es-radius);
  color: var(--es-muted);
  text-align: center;
}

.esurf-certificate strong {
  display: block;
  margin-bottom: 0.45rem;
  color: var(--es-text);
  font-size: 1.6rem;
}

.esurf-wholesale-float {
  position: fixed;
  z-index: 800;
  right: 1.25rem;
  bottom: 1.25rem;
  width: auto;
}

body.esurf-site .esurf-support-chat__toggle {
  display: inline-grid;
  width: 64px;
  min-width: 64px;
  height: 64px;
  min-height: 64px;
  place-items: center;
  padding: 0;
  border: 1px solid rgba(165, 243, 252, 0.72);
  border-radius: 50%;
  background: linear-gradient(135deg, #22d3ee 0%, #0ea5e9 45%, #2563eb 100%);
  box-shadow: 0 18px 48px rgba(14, 165, 233, 0.34), 0 0 0 6px rgba(14, 165, 233, 0.1);
  color: #fff;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease;
}

body.esurf-site .esurf-support-chat__toggle:hover,
body.esurf-site .esurf-support-chat__toggle:focus-visible,
body.esurf-site .esurf-support-chat.is-open .esurf-support-chat__toggle {
  box-shadow: 0 22px 56px rgba(37, 99, 235, 0.44), 0 0 0 7px rgba(34, 211, 238, 0.15);
  filter: saturate(1.12);
  transform: translateY(-2px);
}

.esurf-support-chat__panel {
  position: absolute;
  right: 0;
  bottom: calc(100% + 0.9rem);
  width: min(360px, calc(100vw - 2rem));
  max-height: calc(100vh - 7.5rem);
  overflow: auto;
  padding: 1.1rem;
  border: 1px solid rgba(34, 211, 238, 0.28);
  border-radius: 20px;
  background: linear-gradient(145deg, rgba(16, 42, 67, 0.98), rgba(6, 17, 31, 0.99));
  box-shadow: 0 24px 72px rgba(1, 8, 18, 0.58);
  color: var(--es-text);
}

.esurf-support-chat__panel[hidden] {
  display: none;
}

.esurf-support-chat__panel header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.8rem;
}

.esurf-support-chat__panel header strong {
  color: #fff;
  font-size: 1.05rem;
}

body.esurf-site .esurf-support-chat__close {
  display: inline-grid;
  width: 44px;
  min-width: 44px;
  height: 44px;
  min-height: 44px;
  place-items: center;
  padding: 0;
  border: 1px solid var(--es-border);
  border-radius: 50%;
  background: rgba(7, 24, 39, 0.86);
  color: var(--es-text);
  cursor: pointer;
  font-size: 1.45rem;
  line-height: 1;
}

body.esurf-site .esurf-support-chat__close:hover,
body.esurf-site .esurf-support-chat__close:focus-visible {
  border-color: rgba(34, 211, 238, 0.62);
  color: var(--es-cyan);
}

.esurf-support-chat__welcome {
  margin: 0 0 1rem;
  color: var(--es-muted);
  line-height: 1.7;
}

.esurf-support-chat__contacts {
  display: grid;
  gap: 0.65rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.esurf-support-chat__contacts li {
  padding: 0.75rem 0.85rem;
  border: 1px solid var(--es-border);
  border-radius: 13px;
  background: rgba(7, 24, 39, 0.7);
}

.esurf-support-chat__contacts span {
  display: block;
  margin-bottom: 0.2rem;
  color: var(--es-muted);
  font-size: 0.76rem;
  font-weight: 750;
  letter-spacing: 0.04em;
}

.esurf-support-chat__contacts a {
  color: var(--es-cyan);
  font-weight: 760;
  overflow-wrap: anywhere;
  text-decoration: none;
}

.esurf-support-chat__contacts a:hover,
.esurf-support-chat__contacts a:focus-visible {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

body.esurf-site .esurf-whatsapp-invite a.esurf-button.esurf-contact-float__primary {
  border-color: rgba(133, 255, 180, 0.55);
  background: linear-gradient(135deg, #34e87b, #25d366);
  box-shadow: 0 14px 42px rgba(37, 211, 102, 0.28);
  color: #052512 !important;
}

body.esurf-site .esurf-whatsapp-invite a.esurf-button.esurf-contact-float__primary:hover,
body.esurf-site .esurf-whatsapp-invite a.esurf-button.esurf-contact-float__primary:focus-visible {
  background: linear-gradient(135deg, #5bf295, #20bd5a);
  box-shadow: 0 18px 50px rgba(37, 211, 102, 0.38);
  color: #031b0c !important;
  transform: translateY(-1px);
}

.esurf-whatsapp-invite {
  margin-top: 1rem;
  padding: 1rem;
  border: 1px solid rgba(37, 211, 102, 0.42);
  border-radius: var(--es-radius-sm);
  background: rgba(7, 54, 35, 0.62);
  color: var(--es-text);
}

.esurf-whatsapp-invite strong {
  display: block;
  margin-bottom: 0.35rem;
}

.esurf-whatsapp-invite p {
  margin: 0 0 0.85rem;
  color: var(--es-muted);
}

.esurf-global-compliance {
  position: relative;
  z-index: 2;
  padding: 1.25rem 1rem;
  border-top: 1px solid var(--es-border);
  background: #071827;
  color: var(--es-muted);
  font-size: 0.88rem;
}

.esurf-global-compliance__inner {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.esurf-page {
  min-width: 0;
}

.esurf-page > .esurf-section:first-child {
  padding-top: clamp(3.5rem, 7vw, 7rem);
}

.esurf-page ul,
.esurf-page ol {
  color: var(--es-muted);
  line-height: 1.75;
}

.esurf-page details {
  padding: 1rem 1.15rem;
  border-bottom: 1px solid var(--es-border);
  background: rgba(11, 31, 51, 0.58);
}

.esurf-page summary {
  min-height: 44px;
  color: var(--es-text);
  font-weight: 760;
  cursor: pointer;
}

.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message,
.woocommerce .woocommerce-error {
  border: 1px solid var(--es-border);
  border-radius: var(--es-radius-sm);
  background: var(--es-panel);
  color: var(--es-text);
}

.woocommerce table.shop_table,
.woocommerce form.checkout,
.woocommerce form.login,
.woocommerce .woocommerce-MyAccount-content,
.wpforms-container form {
  border-color: var(--es-border);
  color: var(--es-text);
}

body.esurf-site input:not([type="submit"]),
body.esurf-site select,
body.esurf-site textarea {
  min-height: 48px;
  border: 1px solid var(--es-border);
  border-radius: 10px;
  background: #0b1f33;
  color: var(--es-text);
}

body.esurf-site textarea {
  min-height: 130px;
}

.esurf-admin-draft-label {
  display: none;
}
