/* Hero-first overrides for the Cauver homepage */

body.cauver-inner-page {
  padding-top: 86px;
}

.main-header.cauver-nav-shell {
  background: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: none;
}

.cauver-hero-section > .main-header.cauver-nav-shell {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 20;
}

.main-header.cauver-nav-shell .header-container {
  background: transparent;
  border-bottom: 0;
}

.main-header.cauver-nav-shell .cauver-nav-link,
.main-header.cauver-nav-shell .cauver-brand,
.main-header.cauver-nav-shell .cauver-chevron {
  color: #ffffff;
}

.main-header.cauver-nav-shell .cauver-menu-toggle span {
  background: #ffffff;
}

.main-header.cauver-nav-shell .cauver-nav-link:hover,
.main-header.cauver-nav-shell .cauver-nav-link:focus,
.main-header.cauver-nav-shell .cauver-nav-link.is-current {
  color: #dbeafe;
}

body.cauver-inner-page .main-header.cauver-nav-shell {
  background: rgba(7, 12, 24, 0.96);
  border-bottom-color: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(16px);
}

body.cauver-inner-page .main-header.cauver-nav-shell .header-container {
  background: transparent;
}

body.cauver-inner-page #topbar.topbar-transparent {
  display: none;
}

.cauver-hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.cauver-hero-bg {
  filter: brightness(0.8) contrast(1.1);
}
/*
.cauver-hero-bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 60%;          
  height: 100%;
  object-fit: cover;
  object-position: center right;
  z-index: 0;
  background-color: #d90c0c;
}*/

.cauver-hero-overlay,
.cauver-hero-noise,
.cauver-hero-glow {
  z-index: 1;
}

.cauver-hero-content-wrap {
  position: relative;
  z-index: 2;
}
.cauver-hero-section {
  position: relative;
  width: 100%;
  max-width: 100%;
  min-height: 100vh;
  min-height: 100svh;
  box-sizing: border-box;
  overflow: hidden;
  background: linear-gradient(105deg, rgba(10,12,16,0.92) 0%, rgba(10,12,16,0.62) 55%, rgba(10,12,16,0.28) 100%)
}


.cauver-hero-overlay,
.cauver-hero-noise,
.cauver-hero-glow,
.cauver-hero-content-wrap {
  position: absolute;
  inset: 0;
}

.cauver-hero-overlay {
 background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.85) 0%,
    rgba(0, 0, 0, 0.6) 40%,
    rgba(0, 0, 0, 0.2) 70%,
    rgba(0, 0, 0, 0) 100%
  );
  
}

.cauver-hero-noise {
  background-color: #000000;
  background-size: 56px 56px;
  mix-blend-mode: screen;
  opacity: 0.28;
  z-index: 1;
}


.cauver-hero-glow {
  filter: blur(90px);
  opacity: 0.9;
  z-index: 1;
}

.cauver-hero-glow-left {
  inset: 18% auto auto 2%;
  width: 360px;
  height: 360px;
  background: radial-gradient(circle, rgba(2, 2, 2, 0.46) 0%, rgba(83, 177, 255, 0) 72%);
}

.cauver-hero-glow-right {
  inset: auto 4% 10% auto;
  width: 420px;
  height: 420px;
  background: radial-gradient(circle, rgba(96, 88, 255, 0.36) 0%, rgba(96, 88, 255, 0) 74%);
}

.cauver-hero-content-wrap {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  min-height: 100vh;
  min-height: 100svh;
  width: 100%;
  box-sizing: border-box;
  padding: 130px 0 72px;
}

.cauver-hero-content-wrap .container {
  width: min(1280px, calc(100% - 40px));
}
/* BLACK BACKGROUND */
.cauver-hero-section {
  background: #000000;
}

/* LAYOUT */
.cauver-hero-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 40px;
}

/* RIGHT SIDE CONTAINER */
.cauver-hero-slider {
  position: relative;
  width: 100%;
  height: 420px;

  display: flex;
  align-items: center;
  justify-content: center;
}

/* IMAGE STYLE */
.slide {
  position: absolute;
  max-width: 90%;
  max-height: 100%;
  object-fit: contain;

  opacity: 0;
  transition: opacity 0.8s ease-in-out, transform 0.8s ease;
}

/* ACTIVE IMAGE */
.slide.active {
  opacity: 1;
  transform: scale(1);
}

.slider-dots {
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
}

/* DOT STYLE */
.dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255,255,255,0.3);
  transition: all 0.3s ease;
}

/* ACTIVE DOT */
.dot.active {
  background: #ffffff;
  transform: scale(1.2);
}

.cauver-hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 24px;
  padding: 8px 14px;
  border: 1px solid rgba(173, 208, 255, 0.22);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(14px);
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(232, 241, 255, 0.9);
}

.cauver-hero-title {
  margin: 0;
  font-size: clamp(5rem, 10vw, 10rem);
  font-weight: 800;
  line-height: 0.94;
  letter-spacing: -0.075em;
  color: #ffffff;
  text-shadow: 0 12px 38px rgba(0, 0, 0, 0.3);
}

.cauver-typewriter-wrapper {
  display: inline-block;
  width: calc(9ch + 24px);
  min-width: calc(9ch + 24px);
  white-space: nowrap;
  line-height: inherit;
  vertical-align: top;
  will-change: contents;
}

.cauver-typewriter {
  display: inline-flex;
  align-items: center;
  min-height: 1em;
  line-height: 1;
  color: #ffffff;
  position: relative;
  letter-spacing: 5px;
}

.cauver-typewriter::after {
  content: "";
  width: 4px;
  height: 0.82em;
  margin-left: 12px;
  background: linear-gradient(180deg, #86d3ff 0%, #d5f4ff 100%);
  box-shadow: 0 0 22px rgba(134, 211, 255, 0.72);
  animation: cauver-caret-blink 0.9s steps(1) infinite;
}

.cauver-hero-tagline {
  margin: 12px 0 0;
  font-size: clamp(2.4rem, 4.3vw, 4.8rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.045em;
  color: #f8fbff;
}

.cauver-hero-description {
  max-width: 640px;
  margin: 28px 0 0;
  font-size: clamp(1.7rem, 1.55vw, 2rem);
  line-height: 1.8;
  color: rgba(228, 236, 250, 0.8);
}

.cauver-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 34px;
}

.cauver-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 148px;
  height: 46px;
  padding: 0 24px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none !important;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, border-color 0.25s ease;
}

.cauver-btn:hover,
.cauver-btn:focus {
  transform: translateY(-1px);
}

.cauver-btn-secondary {
  color: #32c261 !important;
  background: #fff;
  border: 2px solid #33c25f;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.45);
}

.cauver-btn-primary {
  color: #ffffff !important;
  background: linear-gradient(135deg, #7a6dff 0%, #5d81ff 42%, #38d3c9 100%);
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 18px 42px rgba(86, 117, 255, 0.32);
}

.cauver-btn-ghost {
  color: #eff6ff !important;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(18px);
}

.cauver-hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.cauver-proof-item {
  min-width: 154px;
  padding: 16px 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(20px);
  box-shadow: 0 16px 34px rgba(4, 10, 22, 0.28);
}

.cauver-proof-item strong {
  display: block;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.1;
  color: #ffffff;
}

.cauver-proof-item span {
  display: block;
  margin-top: 7px;
  font-size: 13px;
  line-height: 1.45;
  color: rgba(226, 234, 247, 0.72);
}

.cauver-hero-visual {
  position: relative;
  min-height: 620px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cauver-hero-panel {
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(8, 15, 31, 0.48);
  backdrop-filter: blur(22px);
  box-shadow: 0 30px 80px rgba(4, 9, 19, 0.42);
}

.cauver-hero-panel-main {
  width: min(100%, 520px);
  padding: 24px;
  border-radius: 32px;
}

.cauver-panel-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 22px;
}

.cauver-panel-chip,
.cauver-panel-status {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.cauver-panel-chip {
  background: rgba(115, 129, 255, 0.18);
  color: #dfe6ff;
}

.cauver-panel-status {
  background: rgba(61, 222, 191, 0.12);
  color: #abfff0;
}

.cauver-panel-graph {
  position: relative;
  height: 290px;
  margin-bottom: 22px;
  overflow: hidden;
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.05) 0%, rgba(18, 29, 52, 0.3) 100%),
    radial-gradient(circle at 50% 0%, rgba(86, 128, 255, 0.22) 0%, rgba(86, 128, 255, 0) 40%),
    #091223;
}

.cauver-graph-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px);
  background-size: 56px 56px;
  opacity: 0.3;
}

.cauver-graph-line {
  position: absolute;
  inset: 46px 26px 34px 26px;
  background: linear-gradient(180deg, rgba(124, 228, 242, 0.14) 0%, rgba(124, 228, 242, 0) 100%);
  clip-path: polygon(0% 82%, 12% 68%, 24% 72%, 38% 42%, 51% 58%, 63% 34%, 74% 38%, 86% 18%, 100% 6%, 100% 100%, 0% 100%);
}

.cauver-graph-line::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #6ad6ff 0%, #84a1ff 44%, #63ffe4 100%);
  clip-path: polygon(0% 82%, 12% 68%, 24% 72%, 38% 42%, 51% 58%, 63% 34%, 74% 38%, 86% 18%, 100% 6%, 100% 12%, 86% 24%, 74% 44%, 63% 40%, 51% 64%, 38% 48%, 24% 78%, 12% 74%, 0% 88%);
  filter: drop-shadow(0 0 14px rgba(106, 214, 255, 0.5));
}

.cauver-graph-orb {
  position: absolute;
  top: 56px;
  right: 38px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #b6faff;
  box-shadow:
    0 0 0 8px rgba(182, 250, 255, 0.12),
    0 0 22px rgba(182, 250, 255, 0.75);
}

.cauver-panel-metrics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.cauver-metric-card {
  min-height: 140px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.06);
}

.cauver-metric-label {
  display: block;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(201, 215, 235, 0.62);
}

.cauver-metric-card strong {
  display: block;
  margin-top: 16px;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  color: #ffffff;
}

.cauver-metric-card small {
  display: block;
  margin-top: 14px;
  font-size: 13px;
  line-height: 1.55;
  color: rgba(223, 233, 247, 0.74);
}

.cauver-hero-panel-float {
  position: absolute;
  min-width: 210px;
  padding: 18px 20px;
  border-radius: 22px;
}

.cauver-hero-panel-float-top {
  top: 72px;
  left: 0;
}

.cauver-hero-panel-float-bottom {
  right: 6px;
  bottom: 62px;
}

.cauver-float-value {
  display: block;
  font-size: 34px;
  font-weight: 700;
  line-height: 1;
  color: #ffffff;
}

.cauver-hero-panel-float strong {
  display: block;
  margin-top: 6px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  color: #ffffff;
}

.cauver-float-label {
  display: block;
  margin-top: 8px;
  font-size: 13px;
  line-height: 1.45;
  color: rgba(223, 233, 247, 0.72);
}

@keyframes cauver-caret-blink {
  0%, 50% {
    opacity: 1;
  }

  50.01%, 100% {
    opacity: 0;
  }
}

@media (max-width: 1199px) {
  .cauver-hero-layout {
    grid-template-columns: minmax(0, 1fr);
    gap: 44px;
  }

  .cauver-hero-copy {
    max-width: 760px;
  }

  .cauver-hero-visual {
    min-height: 540px;
  }

  .cauver-hero-panel-float-top {
    left: 10px;
  }

  .cauver-hero-panel-float-bottom {
    right: 12px;
  }
}

@media (max-width: 991px) {
  .cauver-hero-content-wrap {
    padding: 118px 0 64px;
  }

  .cauver-hero-content-wrap .container {
    width: calc(100% - 28px);
  }

  .cauver-hero-title {
    font-size: clamp(4.4rem, 14vw, 8rem);
  }

  .cauver-hero-tagline {
    font-size: clamp(2.2rem, 6vw, 4.2rem);
  }

  .cauver-hero-description {
    font-size: 16px;
  }

  .cauver-hero-visual {
    min-height: 500px;
  }

  .cauver-panel-metrics {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .cauver-hero-content-wrap {
    padding: 104px 0 56px;
  }

  .cauver-hero-eyebrow {
    margin-bottom: 18px;
    font-size: 11px;
    letter-spacing: 0.06em;
  }

  .cauver-hero-description {
    margin-top: 20px;
    line-height: 1.7;
  }

  .cauver-hero-actions,
  .cauver-hero-proof {
    gap: 12px;
  }

  .cauver-proof-item {
    width: 100%;
  }

  .cauver-hero-visual {
    min-height: auto;
  }

  .cauver-hero-panel-main {
    width: 100%;
    padding: 18px;
    border-radius: 26px;
  }

  .cauver-panel-graph {
    height: 220px;
    border-radius: 18px;
  }

  .cauver-hero-panel-float {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    min-width: 0;
    margin-top: 14px;
  }
}

@media (max-width: 575px) {
  body.cauver-inner-page {
    padding-top: 82px;
  }

  .main-header.cauver-nav-shell {
    border-bottom-color: rgba(255, 255, 255, 0.08);
  }

  .cauver-hero-content-wrap .container {
    width: calc(100% - 20px);
  }

  .cauver-hero-layout {
    gap: 32px;
  }

  .cauver-hero-title {
    letter-spacing: -0.05em;
  }

  .cauver-typewriter::after {
    width: 3px;
    margin-left: 8px;
  }

  .cauver-btn,
  .cauver-btn-ghost,
  .cauver-btn-primary {
    width: 100%;
  }

  .cauver-hero-proof {
    margin-top: 24px;
  }

  .cauver-panel-topline {
    flex-direction: column;
    align-items: flex-start;
  }

  .cauver-metric-card strong {
    font-size: 26px;
  }
}

/* Hero redesign v2 */
.cauver-hero-section {
  background: #000000;
}

.cauver-hero-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: none;
  pointer-events: none;
  z-index: 0;
}

/* Home navigation should match the inner-page dark shell */
body.cauver-home-hero-layout .cauver-hero-section > .main-header.cauver-nav-shell {
  height: 106px;
  background: #111722;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  box-shadow: none;
  backdrop-filter: none;
}

body.cauver-home-hero-layout .main-header.cauver-nav-shell .header-container {
  height: 100%;
  background: transparent;
}

body.cauver-home-hero-layout .main-header.cauver-nav-shell .cauver-nav-link,
body.cauver-home-hero-layout .main-header.cauver-nav-shell .cauver-brand,
body.cauver-home-hero-layout .main-header.cauver-nav-shell .cauver-chevron {
  color: #f8fafc;
}

body.cauver-home-hero-layout .main-header.cauver-nav-shell .cauver-nav-link:hover,
body.cauver-home-hero-layout .main-header.cauver-nav-shell .cauver-nav-link:focus,
body.cauver-home-hero-layout .main-header.cauver-nav-shell .cauver-nav-link.is-current {
  color: #ffffff;
}

body.cauver-home-hero-layout .main-header.cauver-nav-shell .cauver-btn-primary {
  background: linear-gradient(135deg, #8b6df7 0%, #7661ec 100%);
  box-shadow: none;
}

body.cauver-home-hero-layout .main-header.cauver-nav-shell .cauver-btn-secondary {
  background: #ffffff;
  color: #22c55e;
  border-color: #22c55e;
  box-shadow: none;
}

  .cauver-hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
}


.cauver-hero-noise {
  opacity: 0.06;
  background-size: 64px 64px;
  z-index: 2;
}

.cauver-hero-glow-left {
  width: 280px;
  height: 280px;
  background: none;
}

.cauver-hero-glow-right {
  inset: 14% 4% auto auto;
  width: 520px;
  height: 520px;
  background: none;
}

.cauver-hero-content-wrap {
  padding: 136px 0 76px;
  z-index: 3;
}

.cauver-hero-content-wrap .container {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 24px;
}

.cauver-hero-layout {
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
  align-items: center;
  min-height: calc(100vh - 212px);
}

.cauver-hero-copy {
  max-width: 620px;
}

.cauver-hero-eyebrow {
  margin-bottom: 26px;
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.05);
  color: rgba(229, 236, 247, 0.86);
}

.cauver-hero-title {
  font-size: clamp(5.8rem, 9.8vw, 10.2rem);
  line-height: 0.88;
  text-shadow: none;
}

.cauver-hero-tagline {
  margin-top: 16px;
  font-size: clamp(2.6rem, 4vw, 4.9rem);
  color: #ffffff;
}

.cauver-hero-description {
  max-width: 600px;
  margin-top: 30px;
  color: rgba(214, 222, 236, 0.82);
}

.cauver-hero-actions {
  margin-top: 36px;
}

.cauver-btn-primary {
  background: linear-gradient(135deg, #7568ff 0%, #50b4ff 100%);
  box-shadow: 0 18px 48px rgba(80, 132, 255, 0.28);
}

.cauver-btn-ghost {
  border-color: rgba(255, 255, 255, 0.22);
  background: transparent;
  color: #ffffff !important;
}

.cauver-hero-proof {
  gap: 14px;
  margin-top: 34px;
}

.cauver-proof-item {
  min-width: 146px;
  padding: 16px 18px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.06);
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.24);
}

.cauver-proof-item strong {
  font-size: 20px;
}

.cauver-proof-item span {
  margin-top: 8px;
}

.cauver-hero-slider {
  position: relative;
  width: 100%;
  height: 520px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cauver-hero-slider-background {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.cauver-slider-frame {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #000000;
}

.cauver-slider-frame::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0) 18%),
    radial-gradient(circle at 82% 26%, rgba(73, 149, 255, 0.14) 0%, rgba(73, 149, 255, 0) 24%);
  pointer-events: none;
  z-index: 2;
}

.cauver-slide,
.slide {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.8s ease, visibility 0.8s ease, transform 0.8s ease;
  transform: scale(1.02);
}

.cauver-slide.active,
.slide.active {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

.cauver-slide img,
.slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
  filter: saturate(1.05) contrast(1.02);
}

.cauver-slide-tinted img {
  filter: hue-rotate(14deg) saturate(1.15) brightness(0.98);
}

.cauver-slider-dots {
  position: absolute;
  left: 50%;
  bottom: 28px;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 10px;
  transform: translateX(-50%);
}

.cauver-slider-dot,
.dot {
  width: 10px;
  height: 10px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.28);
  box-shadow: none;
  transition: transform 0.25s ease, background-color 0.25s ease, box-shadow 0.25s ease;
}

.cauver-slider-dot.active,
.cauver-slider-dot.is-active,
.dot.active {
  background: #ffffff;
  transform: scale(1.18);
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.12);
}

@media (max-width: 1199px) {
  .cauver-hero-layout {
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
  }

  .cauver-hero-copy {
    max-width: 680px;
  }

  .cauver-hero-layout {
    min-height: calc(100vh - 200px);
  }
}

@media (max-width: 991px) {
  .cauver-hero-content-wrap {
    padding: 118px 0 64px;
  }

  .cauver-hero-content-wrap .container {
    width: calc(100% - 28px);
  }

  .cauver-hero-layout {
    gap: 0;
    min-height: calc(100vh - 182px);
  }

  .cauver-hero-title {
    font-size: clamp(4.8rem, 14vw, 7.8rem);
  }

  .cauver-hero-tagline {
    font-size: clamp(2.2rem, 6vw, 4.2rem);
  }

  .cauver-slider-dots {
    bottom: 22px;
  }
}

@media (max-width: 767px) {
  .cauver-hero-content-wrap {
    padding: 104px 0 56px;
  }

  .cauver-hero-content-wrap .container {
    width: calc(100% - 22px);
  }

  .cauver-hero-layout {
    grid-template-columns: 1fr;
    gap: 0;
    min-height: calc(100vh - 160px);
  }

  .cauver-hero-copy {
    max-width: none;
  }

  .cauver-hero-description {
    font-size: 16px;
    line-height: 1.72;
  }

  .cauver-slider-dots {
    bottom: 16px;
  }
}

@media (max-width: 575px) {
  .cauver-hero-content-wrap .container {
    width: calc(100% - 18px);
  }

  .cauver-btn,
  .cauver-btn-primary,
  .cauver-btn-ghost {
    width: 100%;
  }

  .cauver-proof-item {
    width: 100%;
  }

  .cauver-hero-layout {
    min-height: calc(100vh - 148px);
  }
}
