.cauver-site-main,
.cauver-solutions-page {
  position: relative;
  background:
    radial-gradient(circle at top left, rgba(46, 211, 183, 0.10), transparent 34%),
    radial-gradient(circle at top right, rgba(124, 92, 255, 0.10), transparent 30%),
    linear-gradient(180deg, #f7fafc 0%, #ffffff 24%, #f8fbff 100%);
}

.cauver-site-shell {
  width: min(1400px, calc(100% - 80px));
  margin: 0 auto;
}

.cauver-site-section {
  padding: 96px 0;
}

.cauver-site-section.is-compact {
  padding-top: 72px;
  padding-bottom: 72px;
}

.cauver-site-section.is-tight-top {
  padding-top: 40px;
}

.cauver-site-section.is-soft {
  background: linear-gradient(180deg, rgba(236, 248, 246, 0.95), rgba(255, 255, 255, 0.98));
}

.cauver-site-section.is-dark {
  background:
    radial-gradient(circle at top left, rgba(62, 209, 183, 0.15), transparent 30%),
    linear-gradient(135deg, #0d1728 0%, #162338 52%, #1f3150 100%);
  color: #f8fbff;
}

.cauver-site-hero {
  padding-top: 132px;
  padding-bottom: 92px;
}

.cauver-site-panel {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 30px 80px rgba(15, 23, 42, 0.08);
}

.cauver-site-panel.is-tinted {
  background:
    radial-gradient(circle at top right, rgba(124, 92, 255, 0.10), transparent 30%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(242, 249, 255, 0.96));
}

.cauver-site-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
  color: #15a086;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.cauver-site-heading {
  display: grid;
  gap: 18px;
  margin-bottom: 44px;
}

.cauver-site-heading.is-row {
  grid-template-columns: minmax(0, 1.3fr) minmax(280px, 0.9fr);
  align-items: end;
}

.cauver-site-heading h1,
.cauver-site-heading h2 {
  margin: 0;
  color: #101828;
  font-size: clamp(3.2rem, 4vw, 5.4rem);
  line-height: 1.08;
  letter-spacing: -0.03em;
}

.cauver-site-heading h2 {
  font-size: clamp(2.8rem, 3vw, 4.2rem);
}

.cauver-site-heading p,
.cauver-site-body p,
.cauver-site-card p,
.cauver-site-stat-card p,
.cauver-site-feature-card p,
.cauver-site-list li,
.cauver-site-contact-item p {
  margin: 0;
  color: #5b6475;
  font-size: 1.7rem;
  line-height: 1.75;
}


.cauver-site-grid {
  display: grid;
  gap: 24px;
}

.cauver-site-grid.is-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.cauver-site-grid.is-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.cauver-site-grid.is-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.cauver-site-card,
.cauver-site-stat-card,
.cauver-site-feature-card,
.cauver-site-value-card,
.cauver-site-contact-card,
.cauver-site-form-card,
.cauver-site-story-card {
  position: relative;
  height: 100%;
  padding: 28px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 50px rgba(15, 23, 42, 0.08);
}

.cauver-site-feature-card,
.cauver-solutions-category-card {
  display: flex;
  flex-direction: column;
  gap: 16px;
  text-decoration: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.cauver-site-feature-card:hover,
.cauver-solutions-category-card:hover {
  transform: translateY(-6px);
  border-color: rgba(62, 209, 183, 0.45);
  box-shadow: 0 26px 60px rgba(15, 23, 42, 0.12);
}

.cauver-site-icon,
.cauver-solutions-category-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(62, 209, 183, 0.18), rgba(124, 92, 255, 0.18));
  color: #0f8e79;
  font-size: 20px;
}

.cauver-site-card h3,
.cauver-site-feature-card h3,
.cauver-site-value-card h3,
.cauver-site-contact-item h3,
.cauver-solutions-category-card h3 {
  margin: 0;
  color: #101828;
  font-size: 2.2rem;
  line-height: 1.25;
}

.cauver-site-link,
.cauver-solutions-category-link {
  margin-top: auto;
  color: #6a5cf6;
  font-size: 1.5rem;
  font-weight: 700;
}

.cauver-site-kpi {
  display: block;
  margin-bottom: 10px;
  color: #101828;
  font-size: clamp(3rem, 4vw, 4.6rem);
  font-weight: 800;
  line-height: 1;
}

.cauver-site-split {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(340px, 0.9fr);
  gap: 34px;
  align-items: center;
}

.cauver-site-split.is-reverse {
  grid-template-columns: minmax(340px, 0.9fr) minmax(0, 1.1fr);
}

.cauver-site-body {
  display: grid;
  gap: 24px;
}

.cauver-site-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 14px;
}

.cauver-site-list li {
  position: relative;
  padding-left: 28px;
}

.cauver-site-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(135deg, #2ed3b7, #7c5cff);
}

.cauver-site-visual {
  position: relative;
  overflow: hidden;
  min-height: 320px;
  padding: 36px;
  border-radius: 28px;
  background:
    radial-gradient(circle at top right, rgba(46, 211, 183, 0.22), transparent 30%),
    linear-gradient(145deg, #eef8ff 0%, #ffffff 58%, #eef6f2 100%);
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.75);
}

.cauver-site-visual.is-dark {
  background:
    radial-gradient(circle at top right, rgba(46, 211, 183, 0.2), transparent 28%),
    linear-gradient(145deg, rgba(13, 23, 40, 0.96), rgba(33, 50, 80, 0.92));
  border-color: rgba(255, 255, 255, 0.08);
}

.cauver-site-visual-card {
  display: grid;
  gap: 18px;
  padding: 24px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.12);
}

.cauver-site-visual.is-dark .cauver-site-visual-card {
  background: rgba(15, 23, 42, 0.76);
  color: #f8fbff;
}

.cauver-site-visual-label {
  color: #15a086;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.cauver-site-visual-card strong {
  color: inherit;
  font-size: 2.2rem;
  line-height: 1.35;
}

.cauver-site-bars {
  display: grid;
  gap: 12px;
}

.cauver-site-bars span {
  display: block;
  height: 12px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(46, 211, 183, 0.95), rgba(124, 92, 255, 0.92));
}

.cauver-site-bars span:nth-child(1) {
  width: 92%;
}

.cauver-site-bars span:nth-child(2) {
  width: 68%;
}

.cauver-site-bars span:nth-child(3) {
  width: 82%;
}

.cauver-site-microgrid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.cauver-site-mini-card {
  padding: 18px;
  border-radius: 18px;
  background: rgba(248, 251, 255, 0.92);
  border: 1px solid rgba(15, 23, 42, 0.06);
}

.cauver-site-mini-card strong {
  display: block;
  margin-bottom: 8px;
  color: #101828;
  font-size: 1.8rem;
}

.cauver-site-mini-card span,
.cauver-site-contact-item span {
  color: #667085;
  font-size: 1.45rem;
  line-height: 1.6;
}

.cauver-site-stat-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.cauver-site-story-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 24px;
}

.cauver-site-story-card h3 {
  margin: 0 0 12px;
  color: #101828;
  font-size: 2.6rem;
}

.cauver-site-story-card p + p {
  margin-top: 14px;
}

.cauver-site-tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.cauver-site-tag {
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(62, 209, 183, 0.12);
  color: #0f8e79;
  font-size: 1.4rem;
  font-weight: 700;
}

.cauver-site-values-grid,
.cauver-solutions-category-groups {
  display: grid;
  gap: 28px;
}

.cauver-site-values-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.cauver-site-roadmap {
  display: grid;
  grid-template-columns: repeat(7, minmax(170px, 1fr));
  gap: 18px;
  overflow-x: auto;
  padding-bottom: 8px;
  scrollbar-width: thin;
}

.cauver-site-roadmap-step {
  position: relative;
  display: grid;
  gap: 12px;
  min-height: 220px;
  padding: 24px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 22px;
  background:
    radial-gradient(circle at top right, rgba(46, 211, 183, 0.18), transparent 34%),
    rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 50px rgba(15, 23, 42, 0.08);
}

.cauver-site-roadmap-step span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 16px;
  background: linear-gradient(135deg, #2ed3b7, #7c5cff);
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: 800;
}

.cauver-site-roadmap-step h3 {
  margin: 0;
  color: #101828;
  font-size: 2rem;
  line-height: 1.25;
}

.cauver-site-roadmap-step p {
  margin: 0;
  color: #5b6475;
  font-size: 1.45rem;
  line-height: 1.65;
}

.cauver-site-value-card {
  display: grid;
  gap: 16px;
}

.cauver-site-value-card h3,
.cauver-site-value-card p,
.cauver-site-section.is-dark .cauver-site-heading h2,
.cauver-site-section.is-dark .cauver-site-heading p {
  color: inherit;
}

.cauver-site-section.is-dark .cauver-site-value-card {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.08);
  box-shadow: none;
}

.cauver-site-cta {
  display: grid;
  gap: 24px;
  justify-items: center;
  padding: 56px;
  text-align: center;
}

.cauver-site-cta p {
  max-width: 760px;
}

.cauver-solutions-category-group {
  display: grid;
  gap: 22px;
}

.cauver-solutions-category-head {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: space-between;
  align-items: end;
}

.cauver-solutions-category-head h3 {
  margin: 0;
  color: #101828;
  font-size: 2.8rem;
}

.cauver-solutions-category-head p {
  max-width: 620px;
}

.cauver-solutions-category-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.cauver-solutions-category-card .cauver-solutions-category-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.cauver-solutions-category-pill {
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(106, 92, 246, 0.10);
  color: #5e4ff0;
  font-size: 1.25rem;
  font-weight: 700;
}

.cauver-site-contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 26px;
  align-items: start;
}

.cauver-site-contact-card,
.cauver-site-form-card {
  display: grid;
  gap: 24px;
}

.cauver-site-contact-list {
  display: grid;
  gap: 18px;
}

.cauver-site-contact-item {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
}

.cauver-site-contact-item i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: rgba(62, 209, 183, 0.14);
  color: #10957e;
  font-size: 18px;
}

.cauver-site-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.cauver-site-form-field {
  display: grid;
  gap: 10px;
}

.cauver-site-form-field.is-full {
  grid-column: 1 / -1;
}

.cauver-site-form-field label {
  margin: 0;
  color: #101828;
  font-size: 1.45rem;
  font-weight: 600;
}

.cauver-site-form-field input,
.cauver-site-form-field textarea {
  width: 100%;
  padding: 15px 16px;
  border: 1px solid rgba(15, 23, 42, 0.12);
  border-radius: 16px;
  background: #f9fbff;
  color: #101828;
  font-size: 1.55rem;
  line-height: 1.6;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.cauver-site-form-field input:focus,
.cauver-site-form-field textarea:focus {
  outline: none;
  border-color: rgba(46, 211, 183, 0.7);
  box-shadow: 0 0 0 4px rgba(46, 211, 183, 0.14);
  background: #ffffff;
}

.cauver-site-form-field {
  margin-bottom: 18px;
}

.cauver-site-form-field textarea {
  min-height: 140px;
  margin-bottom: 20px;
}

.cauver-site-form-actions {
  display: flex;
  justify-content: flex-start;
}

.cauver-site-form-actions button[type="submit"] {
  margin-top: 10px;
}

.cauver-site-map {
  overflow: hidden;
  min-height: 320px;
  border-radius: 22px;
  border: 1px solid rgba(15, 23, 42, 0.08);
}

.cauver-site-map iframe {
  display: block;
  width: 100%;
  min-height: 320px;
}

.cauver-contact-info-card {
  padding: 0;
  overflow: hidden;
  background: transparent;
}

.cauver-contact-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2px;
  overflow: hidden;
  border-radius: 18px;
  background: #1a1a1a;
  box-shadow: 0 18px 48px rgba(15, 23, 42, 0.12);
}

.contact-card {
  display: flex;
  min-height: 220px;
  padding: 50px 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #000000;
  color: #ffffff;
  text-align: center;
}

.contact-card:nth-child(1),
.contact-card:nth-child(4) {
  background: #1c1c1c;
}

.contact-card:nth-child(2),
.contact-card:nth-child(3) {
  background: #000000;
}

.contact-card .icon {
  margin-bottom: 15px;
  color: #ff3b3b;
  font-size: 28px;
  line-height: 1;
}

.contact-card h4 {
  margin: 0 0 10px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 1px;
  line-height: 1.35;
  text-transform: uppercase;
}

.contact-card p {
  margin: 0;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.6;
}

.contact-card p + p {
  margin-top: 8px;
}

.contact-card strong {
  color: #f8a11c;
  font-weight: 800;
}

.contact-card a {
  color: #ffffff;
  text-decoration: none;
}

.contact-card a:hover,
.contact-card a:focus {
  color: #7cf4df;
  text-decoration: none;
}

.cauver-contact-section {
  height: auto;
  min-height: 0;
  padding-top: 36px;
  padding-bottom: 36px;
}

.cauver-contact-section .cauver-site-contact-layout {
  gap: 18px;
  align-items: stretch;
}

.cauver-contact-section .cauver-site-contact-card,
.cauver-contact-section .cauver-site-form-card {
  height: 100%;
  gap: 12px;
}

.cauver-contact-section .cauver-site-form-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
}

.cauver-contact-section .cauver-contact-info-card {
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 16px;
}

.cauver-contact-section .cauver-contact-media {
  margin: 0;
  overflow: hidden;
  border-radius: 18px;
  flex: 0 0 auto;
  background: #ffffff;
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.08);
}

.cauver-contact-section .cauver-contact-media img {
  display: block;
  width: 100%;
  height: clamp(210px, 23vw, 270px);
  object-fit: cover;
}

.cauver-contact-section .cauver-contact-grid {
  gap: 1px;
  height: 100%;
  grid-auto-rows: 1fr;
}

.cauver-contact-section .cauver-site-heading {
  gap: 10px;
  margin-bottom: 18px;
}

.cauver-contact-section .cauver-site-eyebrow {
  margin-bottom: 10px;
}

.cauver-contact-section .cauver-site-heading p {
  max-width: 720px;
  line-height: 1.55;
}

.cauver-contact-section .cauver-site-form-grid {
  column-gap: 12px;
  row-gap: 10px;
}

.cauver-contact-section .cauver-site-form-field {
  gap: 7px;
  margin-bottom: 0;
}

.cauver-contact-section .cauver-site-form-field input,
.cauver-contact-section .cauver-site-form-field textarea {
  padding: 9px 14px;
  border-radius: 13px;
  line-height: 1.45;
}

.cauver-contact-section .cauver-site-form-field textarea {
  min-height: 108px;
  margin-bottom: 0;
}

.cauver-contact-section .cauver-site-form-actions button[type="submit"] {
  margin-top: 4px;
}

.cauver-contact-section .contact-card {
  min-height: 0;
  padding: 16px 16px;
}

.cauver-contact-section .contact-card .icon {
  margin-bottom: 6px;
  font-size: 20px;
}

.cauver-contact-section .contact-card h4 {
  margin-bottom: 5px;
  font-size: 13px;
}

.cauver-contact-section .contact-card p {
  font-size: 13px;
  line-height: 1.35;
}

.cauver-contact-section .contact-card p + p {
  margin-top: 4px;
}

.cauver-contact-section .map-content {
  padding: 4px;
}

.cauver-contact-section .map-icon {
  margin-bottom: 6px;
  font-size: 21px;
}

.cauver-contact-section .contact-card .map-btn {
  margin-top: 6px;
  padding: 7px 13px;
  font-size: 13px;
}

.cauver-home-social {
  padding-top: 24px;
}

.cauver-home-social .row {
  width: min(1400px, calc(100% - 80px));
  margin: 0 auto;
}

.cauver-home-social .socialbox {
  border-radius: 20px;
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.10);
}

.cauver-contact-hero {
  padding: 80px 0;
}

.hero-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  align-items: stretch;
  width: min(1400px, calc(100% - 80px));
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 30px 80px rgba(15, 23, 42, 0.10);
}

.hero-image {
  position: relative;
  min-height: 450px;
  overflow: hidden;
  background: #101828;
}

.hero-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(16, 24, 40, 0.10), rgba(16, 24, 40, 0.42)),
    radial-gradient(circle at 20% 20%, rgba(46, 211, 183, 0.20), transparent 34%);
  pointer-events: none;
}

.hero-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px 0 0 16px;
  transform: scale(1.02);
  transition: transform 0.45s ease;
}

.hero-container:hover .hero-image img {
  transform: scale(1.06);
}

.hero-badge {
  position: absolute;
  left: 32px;
  bottom: 32px;
  z-index: 1;
  width: min(300px, calc(100% - 64px));
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 12px;
  background: rgba(15, 23, 42, 0.72);
  color: #ffffff;
  backdrop-filter: blur(16px);
  box-shadow: 0 22px 50px rgba(15, 23, 42, 0.24);
}

.hero-badge span {
  display: block;
  margin-bottom: 8px;
  color: #7cf4df;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero-badge h4 {
  margin: 0;
  color: #ffffff;
  font-size: 2rem;
  line-height: 1.3;
}

.hero-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 60px;
  background:
    radial-gradient(circle at top right, rgba(124, 92, 255, 0.10), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(244, 250, 255, 0.96));
}

.hero-label {
  color: #15a086;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hero-content h1 {
  max-width: 760px;
  margin: 20px 0;
  color: #101828;
  font-size: 42px;
  line-height: 1.2;
  letter-spacing: -0.03em;
}

.hero-content p {
  max-width: 720px;
  margin: 0;
  color: #5b6475;
  font-size: 1.7rem;
  line-height: 1.75;
}

.hero-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 20px;
}

.hero-buttons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 12px 22px;
  border-radius: 999px;
  font-size: 1.4rem;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.hero-buttons a:hover,
.hero-buttons a:focus {
  transform: translateY(-2px);
  text-decoration: none;
}

.hero-buttons .btn-primary {
  background: linear-gradient(135deg, #7c5cff, #6a5cf6);
  color: #ffffff;
  box-shadow: 0 14px 28px rgba(124, 92, 255, 0.24);
}

.hero-buttons .btn-secondary {
  background: rgba(62, 209, 183, 0.12);
  color: #0f8e79;
}

.contact-hero-full {
  position: relative;
  width: 100%;
  height: 760px;
  background: url("../media/contact-hero-banner.png") center / cover no-repeat;
}

.contact-hero-full .hero-overlay {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 48px 24px;
  background: linear-gradient(90deg, rgba(5, 18, 38, 0.52) 0%, rgba(5, 18, 38, 0.24) 48%, rgba(5, 18, 38, 0.18) 100%);
}

.contact-hero-full .hero-content {
  display: block;
  width: min(1420px, calc(100% - 80px));
  max-width: none;
  height: 100%;
  margin: 0 auto;
  padding: 0;
  color: #ffffff;
  background: transparent;
}

.contact-hero-full .hero-sub {
  max-width: 1320px;
  margin: 74px auto 0;
  color: #ffffff;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.42;
  text-align: center;
  text-shadow: 0 3px 18px rgba(0, 0, 0, 0.42);
}

.contact-hero-full .hero-content h1 {
  margin: 104px 0 18px 40px;
  color: #ffffff;
  font-size: 58px;
  font-weight: 800;
  letter-spacing: 2px;
  line-height: 1.1;
  text-transform: uppercase;
  text-shadow: 0 3px 18px rgba(0, 0, 0, 0.42);
}

.contact-hero-full .hero-phone {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin: 0 0 0 40px;
  color: #ffffff;
  font-size: 58px;
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: 1px;
  text-shadow: 0 3px 18px rgba(0, 0, 0, 0.42);
}

.contact-hero-full .hero-phone i {
  font-size: 54px;
}

.about-hero-full {
  position: relative;
  width: 100%;
  min-height: 620px;
  background: url("../media/about-hero.png") center / cover no-repeat;
}

.about-hero-full .about-hero-overlay {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 620px;
  padding: 72px 24px;
  background:
    linear-gradient(90deg, rgba(5, 18, 38, 0.82) 0%, rgba(5, 18, 38, 0.62) 46%, rgba(5, 18, 38, 0.22) 100%),
    radial-gradient(circle at 82% 22%, rgba(62, 209, 183, 0.2), transparent 34%);
}

.about-hero-full .about-hero-content {
  width: min(1180px, calc(100% - 80px));
  margin: 0 auto;
  color: #ffffff;
}

.about-hero-full .about-hero-label {
  display: inline-block;
  margin-bottom: 18px;
  color: #7cf4df;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.about-hero-full h1 {
  max-width: 820px;
  margin: 0 0 22px;
  color: #ffffff;
  font-size: 58px;
  font-weight: 800;
  line-height: 1.12;
  text-shadow: 0 3px 18px rgba(0, 0, 0, 0.42);
}

.about-hero-full p {
  max-width: 780px;
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 20px;
  line-height: 1.7;
  text-shadow: 0 3px 18px rgba(0, 0, 0, 0.28);
}

.about-hero-full .about-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.about-hero-full .cauver-btn-secondary {
  border-color: rgba(255, 255, 255, 0.72);
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
}

.about-hero-full .cauver-btn-secondary:hover,
.about-hero-full .cauver-btn-secondary:focus {
  border-color: #ffffff;
  background: #ffffff;
  color: #101828;
}

.map-card {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.map-content {
  padding: 20px;
}

.map-icon {
  margin-bottom: 10px;
  color: #ff3b3b;
  font-size: 26px;
  line-height: 1;
}

.contact-card .map-btn {
  display: inline-block;
  margin-top: 15px;
  padding: 10px 18px;
  border-radius: 6px;
  background: #2ecc71;
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.contact-card .map-btn:hover,
.contact-card .map-btn:focus {
  background: #27ae60;
  color: #ffffff;
  text-decoration: none;
}

.contact-hero-section {
  padding-bottom: 72px;
}

.contact-hero {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 450px;
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 30px 80px rgba(15, 23, 42, 0.10);
}

.contact-hero-left {
  position: relative;
  min-height: 450px;
  overflow: hidden;
  background: #101828;
}

.contact-hero-left::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(16, 24, 40, 0.12), rgba(16, 24, 40, 0.58)),
    radial-gradient(circle at 20% 20%, rgba(46, 211, 183, 0.20), transparent 34%);
  pointer-events: none;
}

.contact-hero-left img {
  display: block;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.02);
  transition: transform 0.45s ease;
}

.contact-hero:hover .contact-hero-left img {
  transform: scale(1.06);
}

.contact-hero-right {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 60px;
  background:
    radial-gradient(circle at top right, rgba(124, 92, 255, 0.10), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(244, 250, 255, 0.96));
}

.contact-hero-right h1 {
  max-width: 760px;
  margin: 0;
  color: #101828;
  font-size: clamp(3.2rem, 4vw, 5.4rem);
  line-height: 1.08;
  letter-spacing: -0.03em;
}

.contact-hero-right p {
  max-width: 720px;
  margin: 22px 0 0;
  color: #5b6475;
  font-size: 1.7rem;
  line-height: 1.75;
}

.contact-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: center;
  margin-top: 30px;
}

.contact-hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.contact-hero-meta span {
  display: inline-flex;
  align-items: center;
  padding: 9px 13px;
  border-radius: 999px;
  background: rgba(62, 209, 183, 0.12);
  color: #0f8e79;
  font-size: 1.3rem;
  font-weight: 700;
}

.contact-hero-visual-card,
.contact-hero-signal {
  position: absolute;
  z-index: 1;
  backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(15, 23, 42, 0.64);
  color: #ffffff;
  box-shadow: 0 22px 50px rgba(15, 23, 42, 0.24);
}

.contact-hero-visual-card {
  left: 32px;
  bottom: 32px;
  display: grid;
  gap: 8px;
  width: min(300px, calc(100% - 64px));
  padding: 20px;
  border-radius: 16px;
}

.contact-hero-visual-card span {
  color: #7cf4df;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.contact-hero-visual-card strong {
  color: #ffffff;
  font-size: 2rem;
  line-height: 1.3;
}

.contact-hero-signal {
  top: 30px;
  right: 30px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 14px;
  border-radius: 999px;
}

.contact-hero-signal i {
  color: #7cf4df;
  font-size: 18px;
}

.contact-hero-signal span {
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #7cf4df;
  animation: contactHeroPulse 1.4s ease-in-out infinite;
}

.contact-hero-signal span:nth-child(3) {
  animation-delay: 0.16s;
}

.contact-hero-signal span:nth-child(4) {
  animation-delay: 0.32s;
}

@keyframes contactHeroPulse {
  0%,
  100% {
    opacity: 0.35;
    transform: translateY(0);
  }

  50% {
    opacity: 1;
    transform: translateY(-3px);
  }
}

@media (max-width: 1199px) {
  .cauver-site-grid.is-4,
  .cauver-site-values-grid,
  .cauver-site-stat-grid,
  .cauver-site-roadmap,
  .cauver-solutions-category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cauver-site-story-grid,
  .cauver-site-heading.is-row,
  .cauver-site-contact-layout,
  .cauver-site-split,
  .cauver-site-split.is-reverse {
    grid-template-columns: 1fr;
  }

  .contact-hero-right {
    padding: 48px;
  }
}

@media (max-width: 991px) {
  .cauver-site-shell {
    width: min(100% - 40px, 1400px);
  }

  .cauver-site-section,
  .cauver-site-hero {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .cauver-contact-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .cauver-site-grid.is-3,
  .cauver-site-grid.is-2,
  .cauver-site-form-grid {
    grid-template-columns: 1fr;
  }

  .cauver-contact-section .cauver-contact-media img {
    height: clamp(210px, 44vw, 260px);
  }

  .cauver-contact-section .cauver-site-form-grid {
    row-gap: 12px;
  }

  .hero-container {
    width: min(100% - 40px, 1400px);
    grid-template-columns: 1fr;
  }

  .hero-image {
    min-height: 320px;
  }

  .hero-image img {
    border-radius: 16px 16px 0 0;
  }

  .hero-content {
    padding: 40px;
  }

  .contact-hero {
    grid-template-columns: 1fr;
  }

  .contact-hero-left {
    min-height: 250px;
    height: 250px;
  }

  .contact-hero-right {
    padding: 40px;
  }

}

@media (max-width: 767px) {
  .cauver-site-shell,
  .cauver-home-social .row {
    width: calc(100% - 32px);
  }

  .cauver-site-section,
  .cauver-site-hero {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .cauver-contact-section {
    padding-top: 26px;
    padding-bottom: 28px;
  }

  .cauver-site-panel,
  .cauver-site-card,
  .cauver-site-stat-card,
  .cauver-site-feature-card,
  .cauver-site-value-card,
  .cauver-site-contact-card,
  .cauver-site-form-card,
  .cauver-site-story-card {
    padding: 22px;
    border-radius: 20px;
  }

  .cauver-contact-section .cauver-site-form-card {
    padding: 18px;
  }

  .cauver-contact-section .cauver-contact-media {
    margin-bottom: 0;
  }

  .cauver-contact-section .cauver-contact-media img {
    height: auto;
    max-height: 100%;
  }

  .cauver-contact-section .cauver-site-heading {
    margin-bottom: 16px;
  }

  .cauver-contact-section .contact-card {
    padding: 16px 14px;
  }

  .cauver-site-grid.is-4,
  .cauver-site-values-grid,
  .cauver-site-stat-grid,
  .cauver-site-roadmap,
  .cauver-solutions-category-grid,
  .cauver-site-microgrid {
    grid-template-columns: 1fr;
  }

  .cauver-site-cta {
    padding: 36px 24px;
  }

  .cauver-contact-hero {
    padding: 64px 0;
  }

  .contact-hero-full {
    height: 520px;
  }

  .contact-hero-full .hero-overlay {
    padding: 36px 18px;
  }

  .contact-hero-full .hero-content {
    width: calc(100% - 32px);
  }

  .contact-hero-full .hero-sub {
    margin-top: 34px;
    font-size: 21px;
  }

  .contact-hero-full .hero-content h1 {
    margin: 88px 0 16px;
    font-size: 40px;
  }

  .contact-hero-full .hero-phone {
    gap: 14px;
    margin-left: 0;
    font-size: 36px;
  }

  .contact-hero-full .hero-phone i {
    font-size: 34px;
  }

  .about-hero-full {
    min-height: 560px;
    background-position: 58% center;
  }

  .about-hero-full .about-hero-overlay {
    min-height: 560px;
    padding: 64px 18px;
  }

  .about-hero-full .about-hero-content {
    width: calc(100% - 32px);
  }

  .about-hero-full .about-hero-label {
    margin-bottom: 14px;
    font-size: 12px;
  }

  .about-hero-full h1 {
    font-size: 38px;
  }

  .about-hero-full p {
    font-size: 17px;
  }

  .about-hero-full .about-hero-actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .hero-container {
    width: calc(100% - 32px);
  }

  .hero-image {
    min-height: 250px;
  }

  .hero-content {
    padding: 32px 24px;
  }

  .hero-content h1 {
    font-size: 28px;
  }

  .hero-buttons {
    align-items: flex-start;
    flex-direction: column;
  }

  .hero-badge {
    left: 18px;
    bottom: 18px;
    width: calc(100% - 36px);
    padding: 16px;
  }

  .cauver-contact-grid {
    grid-template-columns: 1fr;
  }

  .cauver-contact-info-card {
    padding: 0;
  }

  .contact-hero-section {
    padding-bottom: 48px;
  }

  .contact-hero-right {
    padding: 32px 24px;
  }

  .contact-hero-visual-card {
    left: 18px;
    bottom: 18px;
    width: calc(100% - 36px);
    padding: 16px;
  }

  .contact-hero-signal {
    top: 18px;
    right: 18px;
  }

  .contact-hero-actions {
    align-items: flex-start;
    flex-direction: column;
  }
}
