.language-switcher {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.28);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
}

.language-switcher a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 34px;
  min-height: 30px;
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 11px;
  font-weight: 500;
}

.language-switcher a.is-active {
  color: #111;
  background: #fff;
}

.hero-content h1 {
  display: grid;
  gap: clamp(8px, 1.2vw, 14px);
}

.hero-content h1 em {
  color: rgba(255, 255, 255, 0.82);
  font-family: "Ubuntu", sans-serif;
  font-size: clamp(26px, 3.4vw, 54px);
  font-style: italic;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
}

.hero-bottom-stats {
  display: none !important;
}

.google-review-summary {
  width: min(960px, calc(100% - 44px));
  margin: 0 auto 24px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  font-weight: 700;
}

.google-review-summary a {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  color: #111;
  background: #fff;
}

.google-native-embed {
  width: 100%;
  max-width: 980px;
  margin: 18px auto 0;
  overflow: hidden;
  border: 1px solid rgba(17, 17, 17, 0.12);
  border-radius: 8px;
  background: #fff;
}

.google-native-open {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 16px;
  border-bottom: 1px solid rgba(17, 17, 17, 0.1);
  color: #111;
  font-weight: 600;
}

.google-native-embed iframe {
  display: block;
  width: 100%;
  min-height: 360px;
  height: min(54vw, 430px);
  border: 0;
}

.service-card[role="link"] {
  cursor: pointer;
}

.service-card[role="link"]:focus-visible {
  outline: 3px solid rgba(189, 168, 132, 0.8);
  outline-offset: 4px;
}

.floating-contact {
  position: fixed;
  right: 0;
  bottom: 18px;
  left: 0;
  z-index: 120;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 18px;
  pointer-events: none;
}

.float-btn {
  display: inline-grid;
  place-items: center;
  flex: 0 0 58px;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  color: #fff;
  background: #111;
  box-shadow:
    0 14px 34px rgba(0, 0, 0, 0.22),
    0 0 0 1px rgba(255, 255, 255, 0.22);
  pointer-events: auto;
  transition:
    transform 160ms ease,
    box-shadow 160ms ease;
}

.float-btn:hover {
  transform: translateY(-3px);
  box-shadow:
    0 18px 42px rgba(0, 0, 0, 0.28),
    0 0 0 1px rgba(255, 255, 255, 0.3);
}

.float-btn:active {
  transform: scale(0.95);
}

.float-btn:focus-visible {
  outline: 3px solid rgba(183, 154, 98, 0.82);
  outline-offset: 4px;
}

.float-btn svg {
  display: block;
  width: 28px;
  height: 28px;
  color: #fff;
  fill: currentColor;
}

.float-btn svg path {
  fill: currentColor;
}

.float-whatsapp {
  background: #25d366;
}

@supports (bottom: env(safe-area-inset-bottom)) {
  .floating-contact {
    bottom: calc(18px + env(safe-area-inset-bottom));
    padding-right: calc(18px + env(safe-area-inset-right));
    padding-left: calc(18px + env(safe-area-inset-left));
  }
}

.footer {
  align-items: flex-start;
  padding: 36px var(--page-gutter);
  line-height: 1.55;
}

.footer-rich {
  display: grid !important;
  grid-template-columns: minmax(260px, 1.4fr) repeat(3, minmax(120px, 0.72fr));
  gap: 26px;
  background: #111 !important;
  color: rgba(255, 255, 255, 0.72) !important;
  font-weight: 400 !important;
}

.footer-rich strong {
  display: block;
  margin-bottom: 10px;
  color: #fff;
  font-family: "Ubuntu", sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.footer-rich span,
.footer-rich a {
  display: block;
  margin-top: 7px;
}

.footer a {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.ez-site {
  --ink: #111;
  --muted: #68635d;
  --line: rgba(17, 17, 17, 0.12);
  --paper: #fbfaf7;
  --panel: #fff;
  --deep: #141312;
  --gold: #b79a62;
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Ubuntu", sans-serif;
  letter-spacing: 0;
  max-width: 100%;
  overflow-x: hidden;
  overflow-x: clip;
}

.ez-site * {
  box-sizing: border-box;
}

.ez-site a {
  color: inherit;
  text-decoration: none;
}

.ez-site img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ez-wrap {
  width: min(1180px, calc(100% - 44px));
  max-width: 100%;
  margin: 0 auto;
}

.ez-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 22px 0;
  border-bottom: 1px solid var(--line);
}

.ez-brand {
  font-family: "Ubuntu", sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.ez-menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: #111;
  background: #fff;
  cursor: pointer;
}

.ez-menu-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  border-radius: 999px;
  background: currentColor;
}

.ez-nav-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 500;
}

.ez-lang {
  display: inline-flex;
  gap: 4px;
  padding: 4px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
}

.ez-lang a {
  min-width: 34px;
  min-height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-weight: 500;
}

.ez-lang .is-active {
  color: #fff;
  background: var(--deep);
  font-weight: 600;
}

.ez-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(320px, 0.54fr);
  gap: clamp(30px, 5vw, 74px);
  align-items: center;
  padding: clamp(52px, 8vw, 98px) 0 54px;
}

.ez-subpage-intro {
  display: grid;
  justify-items: center;
  gap: 16px;
  max-width: 860px;
  margin: 0 auto;
  padding: clamp(34px, 5vw, 58px) 0 28px;
  text-align: center;
}

.ez-hero h1,
.ez-subpage-intro h1,
.ez-article h1,
.ez-service h1 {
  margin: 0;
  font-family: "Ubuntu", sans-serif;
  font-size: clamp(40px, 6vw, 78px);
  line-height: 0.98;
  font-weight: 800;
}

.ez-subpage-intro h1 {
  max-width: 900px;
  font-size: clamp(34px, 4.6vw, 58px);
  line-height: 1.04;
}

.ez-lead {
  margin: 22px auto 0;
  max-width: 760px;
  color: #3d3a36;
  font-size: clamp(17px, 2vw, 21px);
  line-height: 1.68;
}

.ez-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 28px;
}

.ez-proof-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-top: 18px;
}

.ez-proof-row span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: #4f4941;
  background: #fff;
  font-size: 12px;
  font-weight: 500;
}

.ez-service-media {
  display: grid;
  grid-template-columns: minmax(260px, 0.75fr) minmax(0, 1.25fr);
  gap: clamp(18px, 4vw, 40px);
  align-items: center;
  margin: 10px 0 26px;
  padding: clamp(18px, 4vw, 34px);
  overflow: hidden;
  border-radius: 8px;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(17, 17, 17, 0.96), rgba(45, 38, 29, 0.88)),
    #141312;
}

.ez-video-wall {
  display: block;
}

.ez-video-wall .ez-proof-videos {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ez-service-video-card {
  display: grid;
  align-content: start;
  gap: 0;
  min-width: 0;
  padding: 8px 8px 14px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
}

.ez-video-wall .ez-service-video {
  min-height: 260px;
}

.ez-video-wall .ez-service-video figcaption {
  display: none;
}

.ez-service-video-card .video-product {
  position: relative;
  display: grid;
  justify-items: center;
  gap: 7px;
  min-width: 0;
  margin-top: 10px;
  padding: 14px 4px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  color: #fff;
  text-align: center;
}

.ez-service-video-card .video-product p {
  margin: 0;
}

.ez-service-video-card .product-spec {
  max-width: 100%;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(10px, 0.86vw, 13px);
  line-height: 1.22;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-wrap: balance;
}

.ez-service-video-card .product-name {
  color: rgba(255, 255, 255, 0.68);
  font-size: clamp(11px, 0.86vw, 13px);
  line-height: 1.25;
  font-weight: 400;
  text-wrap: balance;
}

.ez-service-video-card .product-note {
  color: rgba(255, 255, 255, 0.7);
  font-size: clamp(10px, 0.82vw, 12px);
  line-height: 1.25;
  font-weight: 500;
}

.ez-service-video-card .product-price {
  margin-top: 2px;
  color: #fff;
  font-size: clamp(16px, 1.35vw, 22px);
  line-height: 1;
  font-weight: 500;
  font-variant-numeric: tabular-nums;
}

.ez-media-copy {
  display: grid;
  gap: 14px;
}

.ez-media-copy .ez-meta {
  color: var(--gold);
}

.ez-media-copy h2 {
  margin: 0;
  font-family: "Ubuntu", sans-serif;
  font-size: clamp(28px, 3.6vw, 48px);
  line-height: 1.02;
}

.ez-media-copy p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.7;
}

.ez-proof-videos {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  min-width: 0;
}

.ez-service-video {
  position: relative;
  margin: 0;
  overflow: hidden;
  aspect-ratio: 9 / 16;
  min-height: 330px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: #050505;
  cursor: pointer;
}

.ez-service-video img,
.ez-service-video video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ez-service-video img {
  z-index: 2;
  transition:
    opacity 220ms ease,
    visibility 220ms ease;
}

.ez-service-video::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 3;
  width: 52px;
  height: 52px;
  border-radius: 999px;
  background: rgba(17, 17, 17, 0.72);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.24);
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.ez-service-video::before {
  content: "";
  position: absolute;
  left: calc(50% + 3px);
  top: 50%;
  z-index: 4;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-left: 17px solid #fff;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.ez-service-video.is-playing img,
.ez-service-video.is-playing::before,
.ez-service-video.is-playing::after {
  opacity: 0;
  visibility: hidden;
}

.ez-service-video figcaption {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 10px;
  z-index: 5;
  padding: 9px 10px;
  border-radius: 8px;
  color: #fff;
  background: linear-gradient(rgba(17, 17, 17, 0.78), rgba(17, 17, 17, 0.78));
  font-size: 12px;
  font-weight: 800;
  line-height: 1.25;
}

.ez-service-video.is-playing figcaption {
  opacity: 0;
}

.ez-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border: 1px solid #111;
  border-radius: 7px;
  color: #fff;
  background: #111;
  font-size: 13px;
  font-weight: 800;
  white-space: nowrap;
  color: #fff !important;
}

.ez-btn.secondary {
  color: #111 !important;
  background: transparent;
}

.ez-media {
  overflow: hidden;
  aspect-ratio: 4 / 5;
  border-radius: 8px;
  background: #151515;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.13);
}

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

.ez-card,
.ez-side-card,
.ez-note {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
  box-shadow: 0 18px 44px rgba(18, 16, 13, 0.06);
}

.ez-card {
  overflow: hidden;
}

.ez-card-media {
  height: 220px;
  background: #111;
}

.ez-card-body {
  display: grid;
  gap: 12px;
  padding: 22px;
}

.ez-card h2,
.ez-card h3,
.ez-side-card h2,
.ez-side-card h3,
.ez-article h2,
.ez-service h2 {
  margin: 0;
  font-family: "Ubuntu", sans-serif;
  line-height: 1.12;
}

.ez-card p,
.ez-side-card p,
.ez-article p,
.ez-service p,
.ez-service li,
.ez-article li {
  color: var(--muted);
  line-height: 1.72;
}

.ez-meta {
  color: var(--gold);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ez-page-layout {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr) 260px;
  gap: 24px;
  align-items: start;
  padding: 24px 0 80px;
}

.ez-sidebar {
  position: sticky;
  top: 18px;
  display: grid;
  gap: 14px;
}

.ez-side-card {
  display: grid;
  gap: 12px;
  padding: 18px;
}

.ez-side-card a {
  color: #111;
  font-weight: 800;
}

.ez-article-stack {
  display: grid;
  gap: 26px;
}

.ez-blog-heading {
  padding: clamp(46px, 6vw, 76px) 0 clamp(36px, 4.4vw, 56px);
  border-top: 1px solid var(--line);
}

.ez-blog-heading h1 {
  margin: 0;
  font-family: "Ubuntu", sans-serif;
  font-size: clamp(42px, 5.4vw, 68px);
  line-height: 0.98;
  font-weight: 800;
}

.ez-blog-archive {
  padding: 0 0 clamp(78px, 8vw, 112px);
}

.ez-blog-archive-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(42px, 5vw, 64px) clamp(26px, 4vw, 46px);
}

.ez-blog-card {
  display: grid;
  align-content: start;
  gap: 0;
  min-width: 0;
  color: inherit;
  text-decoration: none;
}

.ez-blog-card:focus-visible {
  outline: 3px solid rgba(183, 154, 98, 0.45);
  outline-offset: 5px;
}

.ez-blog-card-media {
  aspect-ratio: 1.58 / 1;
  overflow: hidden;
  background: #e9e5dc;
}

.ez-blog-card-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition:
    filter 220ms ease,
    transform 260ms ease;
}

.ez-blog-card:hover .ez-blog-card-media img {
  filter: saturate(1.04) contrast(1.03);
  transform: scale(1.045);
}

.ez-blog-card-body {
  display: grid;
  gap: 14px;
  min-width: 0;
  padding: 24px 0 0;
}

.ez-blog-card .ez-meta {
  margin: 0;
  color: var(--gold);
  font-size: 12px;
  line-height: 1.2;
}

.ez-blog-card h2 {
  margin: 0;
  color: var(--ink);
  font-family: "Ubuntu", sans-serif;
  font-size: clamp(25px, 2.35vw, 33px);
  line-height: 1.16;
  font-weight: 800;
  overflow-wrap: anywhere;
}

.ez-blog-card-body > p:not(.ez-meta) {
  margin: 0;
  color: #59544d;
  font-size: 16px;
  line-height: 1.72;
  overflow-wrap: anywhere;
}

.ez-blog-card .ez-read-more {
  display: none;
}

.ez-side-card a[aria-current="page"] {
  color: var(--gold);
}

.ez-blog-detail .ez-sidebar .ez-meta {
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
}

.ez-blog-detail .ez-side-card a,
.ez-blog-detail .ez-side-card p {
  font-weight: 400;
}

.ez-blog-detail .ez-side-card a[aria-current="page"] {
  font-weight: 400;
}

.ez-article,
.ez-service {
  scroll-margin-top: 20px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 22px 70px rgba(18, 16, 13, 0.08);
}

.ez-article-media {
  height: clamp(260px, 35vw, 430px);
  background: #111;
}

.ez-article-body,
.ez-service-body {
  display: grid;
  gap: 28px;
  padding: clamp(24px, 4vw, 46px);
}

.ez-article h2,
.ez-service h2 {
  font-size: clamp(26px, 3.5vw, 46px);
}

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

.ez-note {
  padding: 18px;
  background: #f7f1e5;
}

.ez-landing-block {
  display: grid;
  gap: 26px;
  padding: 24px 0 74px;
}

.ez-panel {
  padding: clamp(22px, 4vw, 38px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 54px rgba(18, 16, 13, 0.06);
}

.ez-panel h2,
.ez-panel h3,
.ez-cta-panel h2 {
  margin: 0;
  font-family: "Ubuntu", sans-serif;
  line-height: 1.05;
}

.ez-panel h2 {
  font-size: clamp(28px, 3.7vw, 46px);
}

.ez-panel h2 + .ez-split,
.ez-panel h2 + .ez-grid,
.ez-panel h2 + .ez-faq,
.ez-service h2 + p,
.ez-service h2 + .ez-table {
  margin-top: 20px;
}

.ez-panel h3 {
  font-size: clamp(19px, 2vw, 24px);
}

.ez-panel p {
  color: #56514b;
  line-height: 1.72;
}

.ez-split {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.ez-check-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ez-check-list li {
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fbfaf7;
  color: #4c4741;
  line-height: 1.55;
}

.ez-check-list strong {
  display: block;
  margin-bottom: 4px;
  color: #111;
}

.ez-faq {
  display: grid;
  gap: 10px;
}

.ez-faq details {
  padding: 16px 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.ez-faq summary {
  cursor: pointer;
  font-weight: 800;
}

.ez-faq p {
  margin: 12px 0 0;
}

.ez-cta-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(18px, 4vw, 44px);
  margin: 0 0 28px;
  padding: clamp(24px, 4vw, 42px);
  overflow: hidden;
  border: 1px solid #e5dfd4;
  border-radius: 8px;
  color: #111;
  background:
    linear-gradient(135deg, rgba(250, 247, 241, 0.96), rgba(255, 255, 255, 0.98)),
    #fff;
  box-shadow: 0 20px 62px rgba(18, 16, 13, 0.08);
  text-align: left;
}

.ez-cta-panel h2 {
  max-width: 680px;
  font-size: clamp(26px, 3vw, 38px);
  line-height: 1.08;
}

.ez-cta-panel p {
  max-width: 720px;
  margin: 0;
  color: #5d574f;
  line-height: 1.62;
}

.ez-cta-panel .ez-actions {
  justify-content: flex-end;
  margin-top: 0;
}

.ez-cta-panel .ez-btn {
  min-height: 48px;
  padding: 0 22px;
  border-radius: 999px;
  font-weight: 700;
}

.ez-cta-panel .ez-btn.secondary {
  border-color: #d5cec2;
  color: #111 !important;
  background: #fff;
}

.ez-table {
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  font-size: 14px;
}

.ez-table th,
.ez-table td {
  padding: 14px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}

.ez-table th {
  background: #f4eee3;
  font-weight: 900;
}

.ez-review-panel {
  display: grid;
  gap: 14px;
  margin: 0 0 18px;
  padding: 18px;
  overflow: hidden;
  border-radius: 8px;
  color: #fff;
  background: #171615;
}

@keyframes ezReviewsMarquee {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(calc(-50% - 7px));
  }
}

.ez-site .review-track {
  display: flex;
  gap: 14px;
  width: max-content;
  padding: 2px 0 10px;
  animation: ezReviewsMarquee 72s linear infinite;
}

.ez-site .review-track:hover {
  animation-play-state: paused;
}

.review-track.is-paused {
  animation-play-state: paused !important;
}

@media (prefers-reduced-motion: reduce) {
  .review-track {
    width: auto !important;
    overflow-x: auto;
    animation: none !important;
    scroll-snap-type: x mandatory;
  }

  .review-track .review {
    scroll-snap-align: start;
  }
}

.ez-site .review-track:empty {
  display: none;
}

.ez-site .review {
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  gap: 12px;
  flex: 0 0 292px;
  min-width: 0;
  height: 342px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  color: inherit;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.08);
  cursor: pointer;
}

.ez-site .review:focus-visible {
  outline: 3px solid rgba(255, 255, 255, 0.6);
  outline-offset: 3px;
}

.ez-site .review-header {
  display: flex;
  align-items: center;
  gap: 10px;
}

.ez-site .review-avatar {
  display: grid;
  place-items: center;
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  color: #111;
  background: #fff;
  font-size: 12px;
  font-weight: 900;
}

.ez-site .review-avatar.purple {
  color: #fff;
  background: #8e24aa;
}

.ez-site .review-avatar.slate {
  color: #fff;
  background: #78909c;
}

.ez-site .review-avatar.red {
  color: #fff;
  background: #c7350c;
}

.ez-site .review-avatar.green {
  color: #fff;
  background: #00695c;
}

.ez-site .review-avatar.orange {
  color: #fff;
  background: #f4511e;
}

.ez-site .review-author {
  display: grid;
  gap: 2px;
}

.ez-site .review-author strong,
.ez-site .review-stars {
  color: #fff;
}

.ez-site .review-author span,
.ez-site .review-body p,
.ez-site .review-actions {
  color: rgba(255, 255, 255, 0.68);
}

.ez-site .review-body {
  min-height: 0;
}

.ez-site .review-body p {
  display: -webkit-box;
  overflow: hidden;
  margin: 0;
  line-height: 1.55;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
}

.ez-site .review-actions {
  align-self: end;
  font-size: 12px;
}

.ez-site .google-badge {
  margin-left: auto;
  color: #fff;
  font-weight: 900;
}

.ez-review-panel .google-review-summary {
  width: 100%;
  min-width: 0;
  margin: 0;
  justify-content: flex-start;
}

.ez-review-panel .google-review-summary a {
  display: none;
}

.ez-review-panel .google-review-summary span {
  display: block;
  flex: 1 1 100%;
  min-width: 0;
  max-width: 100%;
  overflow-wrap: anywhere;
  line-height: 1.45;
}

.ez-footer {
  padding: 42px 0;
  border-top: 1px solid var(--line);
  background: #111;
  color: rgba(255, 255, 255, 0.78);
  font-weight: 400;
}

.ez-footer-grid {
  display: grid;
  grid-template-columns: 1.3fr repeat(3, 1fr);
  gap: 24px;
}

.ez-footer h2,
.ez-footer h3 {
  margin: 0 0 14px;
  color: #fff;
  font-family: "Ubuntu", sans-serif;
  font-weight: 400;
}

.ez-footer a,
.ez-footer p {
  display: block;
  margin: 0 0 9px;
  color: rgba(255, 255, 255, 0.72);
  font-weight: 400;
  line-height: 1.6;
}

.ez-footer-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
  margin-top: 30px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 12px;
}

@media (max-width: 980px) {
  .ez-hero,
  .ez-service-media,
  .ez-page-layout {
    grid-template-columns: 1fr;
  }

  .ez-sidebar {
    position: static;
  }

  .ez-grid,
  .ez-site .review-track,
  .ez-footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .ez-blog-archive-grid {
    grid-template-columns: 1fr 1fr;
  }

  .ez-blog-card-media {
    aspect-ratio: 1.5 / 1;
  }
}

@media (max-width: 720px) {
  html,
  body {
    width: 100%;
    max-width: 100vw;
    overflow-x: hidden;
  }

  .page-shell,
  .hero,
  .section,
  .contact-band,
  .footer-rich,
  .ez-site,
  .ez-wrap,
  .ez-hero,
  .ez-page-layout {
    max-width: 100vw !important;
    overflow-x: hidden;
  }

  .nav-actions {
    gap: 8px;
  }

  .footer-rich {
    grid-template-columns: 1fr !important;
    justify-items: center;
    text-align: center;
  }

  .footer-rich > *,
  .footer-rich strong,
  .footer-rich span,
  .footer-rich a,
  .ez-footer,
  .ez-footer-grid,
  .ez-footer-grid > *,
  .ez-footer h2,
  .ez-footer h3,
  .ez-footer p,
  .ez-footer a {
    text-align: center;
  }

  .language-switcher {
    padding: 3px;
  }

  .language-switcher a {
    min-width: 30px;
    min-height: 28px;
  }

  .hero-content h1 em {
    font-size: clamp(24px, 8vw, 34px);
  }

  .hero-title-block {
    width: calc(100vw - 44px) !important;
    max-width: calc(100vw - 44px) !important;
  }

  .hero-content h1 {
    max-width: 100% !important;
    font-size: clamp(34px, 10.5vw, 42px) !important;
    line-height: 1 !important;
  }

  .hero-content h1 span {
    display: block;
    overflow-wrap: anywhere;
  }

  .hero-kicker {
    width: min(100%, 320px);
    max-width: 100%;
    font-size: clamp(16px, 4.6vw, 19px) !important;
    line-height: 1.28 !important;
    text-wrap: balance;
  }

  .hero-bottom-stats {
    left: 14px !important;
    right: 14px !important;
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px !important;
    font-size: 11px !important;
  }

  .hero-bottom-stats span {
    display: grid !important;
    justify-items: center;
    gap: 5px !important;
    white-space: normal !important;
    text-align: center;
  }

  .hero-bottom-stats strong {
    font-size: 22px !important;
  }

  .section-title {
    width: calc(100vw - 44px);
    max-width: calc(100vw - 44px) !important;
  }

  .section-title h2 {
    font-size: clamp(28px, 8vw, 34px) !important;
    overflow-wrap: anywhere;
  }

  .ez-wrap {
    width: auto !important;
    max-width: none !important;
    margin-left: 14px !important;
    margin-right: 14px !important;
  }

  .ez-nav {
    align-items: flex-start;
    flex-direction: column;
  }

  .ez-footer-bottom {
    align-items: center;
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }

  .ez-nav-links {
    width: 100%;
    justify-content: flex-start;
    gap: 12px;
  }

  .ez-nav {
    position: relative;
    z-index: 80;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    gap: 10px;
    padding: 14px 0;
  }

  .ez-brand {
    position: relative;
    z-index: 120;
    display: inline-grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border: 1px solid var(--line);
    border-radius: 999px;
    color: #fff;
    background: #111;
    font-size: 0;
  }

  body.ez-site .ez-brand {
    color: #fff;
  }

  .ez-brand::before {
    content: "E";
    display: block;
    color: #fff;
    font-family: "Ubuntu", sans-serif;
    font-size: 27px;
    font-style: normal;
    font-weight: 800;
    line-height: 1;
    transform: translateY(-1px);
  }

  .ez-menu-toggle {
    position: relative;
    z-index: 120;
    display: block;
    border-color: #111;
  }

  .ez-nav-links {
    position: fixed;
    top: 72px;
    right: 14px;
    bottom: auto;
    left: auto;
    z-index: 100;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 4px;
    width: min(calc(100vw - 28px), 300px);
    max-height: calc(100dvh - 92px);
    margin-top: 0;
    padding: 16px 18px;
    overflow-y: auto;
    border: 1px solid var(--line);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 24px 62px rgba(18, 16, 13, 0.16);
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    transform: translateX(calc(100% + 20px)) scale(0.98);
    transform-origin: top right;
    transition:
      opacity 180ms ease,
      transform 240ms ease,
      visibility 180ms ease;
  }

  .ez-nav.is-open .ez-nav-links {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
    transform: translateX(0);
  }

  .ez-nav-links > a {
    padding: 12px 2px;
  }

  .ez-lang {
    align-self: flex-start;
    margin-top: 8px;
  }

  .ez-hero h1,
  .ez-subpage-intro h1,
  .ez-article h1,
  .ez-service h1 {
    width: min(100%, 340px);
    max-width: calc(100vw - 28px);
    font-size: clamp(28px, 7.8vw, 32px);
    line-height: 1.03;
    overflow-wrap: anywhere;
    word-break: normal;
  }

  .ez-lead {
    width: min(100%, 340px);
  }

  .ez-actions {
    display: grid;
    grid-template-columns: 1fr;
    justify-self: center;
    width: min(100%, 340px);
  }

  .ez-cta-panel {
    grid-template-columns: 1fr;
    justify-items: stretch;
    padding: 22px;
    text-align: left;
  }

  .ez-cta-panel h2 {
    font-size: clamp(24px, 7vw, 30px);
  }

  .ez-cta-panel .ez-actions {
    justify-self: stretch;
    width: 100%;
    margin-top: 2px;
  }

  .ez-btn {
    width: 100%;
    min-width: 0;
    padding-right: 14px;
    padding-left: 14px;
    white-space: normal;
    text-align: center;
  }

  .ez-grid,
  .ez-columns,
  .ez-split,
  .ez-site .review-track,
  .ez-blog-archive-grid,
  .ez-footer-grid {
    grid-template-columns: 1fr;
  }

  .ez-footer-grid {
    justify-items: center;
  }

  .ez-blog-heading {
    padding-top: 38px;
    padding-bottom: 26px;
  }

  .ez-blog-heading h1 {
    max-width: min(100%, 330px);
    font-size: clamp(34px, 10.4vw, 40px);
    line-height: 1.04;
  }

  .ez-blog-archive {
    padding-bottom: 58px;
  }

  .ez-blog-card-body {
    padding-top: 18px;
    padding-right: 10px;
  }

  .ez-blog-card h2 {
    max-width: min(100%, 315px);
    font-size: clamp(23px, 6.2vw, 26px);
    line-height: 1.16;
  }

  .ez-blog-card-body > p:not(.ez-meta) {
    max-width: min(100%, 315px);
  }

  .ez-service,
  .ez-article,
  .ez-card,
  .ez-side-card {
    width: 100%;
    max-width: 100%;
  }

  .ez-table {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .ez-table th,
  .ez-table td {
    min-width: 180px;
  }

  .ez-service-body,
  .ez-article-body,
  .ez-card-body {
    padding: 22px;
  }

  .ez-service p,
  .ez-article p,
  .ez-card p,
  .ez-service li,
  .ez-article li {
    overflow-wrap: anywhere;
  }

  .ez-hero {
    padding-top: 40px;
  }

  .ez-service-media {
    padding: 18px;
  }

  .ez-proof-videos {
    display: flex;
    gap: 12px;
    margin-right: -18px;
    padding-right: 18px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .ez-service-video {
    flex: 0 0 min(72vw, 246px);
    min-height: 330px;
    scroll-snap-align: start;
  }

  .ez-video-wall .ez-proof-videos {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-right: 0;
    padding-right: 0;
    overflow: visible;
    scroll-snap-type: none;
  }

  .ez-video-wall .ez-service-video {
    flex: none;
    min-height: 0;
    scroll-snap-align: none;
  }

  body.ez-site > main.ez-wrap {
    width: calc(100vw - 28px) !important;
    min-width: 0 !important;
    max-width: calc(100vw - 28px) !important;
    margin: 0 14px !important;
    overflow: hidden !important;
  }

  body.ez-site .ez-subpage-intro,
  body.ez-site .ez-service,
  body.ez-site .ez-grid,
  body.ez-site .ez-review-panel {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
  }

  body.ez-site .ez-actions {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
  }

  body.ez-site .ez-subpage-intro h1,
  body.ez-site .ez-subpage-intro .ez-lead,
  body.ez-site .ez-subpage-intro .ez-actions,
  body.ez-site .ez-service-body > *,
  body.ez-site .ez-service-body h2,
  body.ez-site .ez-service-body h3,
  body.ez-site .ez-service-body p,
  body.ez-site .ez-service-body li {
    max-width: calc(100vw - 70px) !important;
  }
}

@media (max-width: 900px) {
  body.ez-site .ez-subpage-intro h1,
  body.ez-site .ez-subpage-intro .ez-lead,
  body.ez-site .ez-service-body h2,
  body.ez-site .ez-service-body h3,
  body.ez-site .ez-service-body p,
  body.ez-site .ez-service-body li {
    width: 100% !important;
    max-width: 100% !important;
  }

  body.ez-site .ez-subpage-intro .ez-actions {
    max-width: min(100%, 340px) !important;
  }
}

@media (max-width: 720px) {
  body.ez-site .ez-subpage-intro {
    justify-items: center;
  }

  body.ez-site .ez-subpage-intro h1 {
    width: min(100%, 420px) !important;
    max-width: min(100%, 420px) !important;
    font-size: clamp(28px, 7.6vw, 38px) !important;
    line-height: 1.08 !important;
    text-align: center;
    overflow-wrap: anywhere;
  }

  body.ez-site .ez-subpage-intro .ez-lead,
  body.ez-site .ez-subpage-intro .ez-actions {
    width: min(100%, 420px) !important;
    max-width: min(100%, 420px) !important;
  }

  body.ez-site .ez-service-body > *,
  body.ez-site .ez-service-body h2,
  body.ez-site .ez-service-body h3,
  body.ez-site .ez-service-body p,
  body.ez-site .ez-service-body li {
    max-width: 100% !important;
  }
}

@media (max-width: 520px) {
  body.ez-site > main.ez-wrap {
    width: calc(100vw - 28px) !important;
    max-width: calc(100vw - 28px) !important;
    margin-right: auto !important;
    margin-left: auto !important;
  }
}
