﻿/*

Theme Name: GVision Theme

Theme URI: https://gvision.ge

Author: GVision

Description: Custom WordPress theme for GVision Technology & Innovation with GV APP aligned visual flow.

Version: 1.0.0

Text Domain: gvision-theme

*/



@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+Georgian:wght@400;500;700;800;900&display=swap");


:root {

  color-scheme: dark;

  --gv-font-primary: "Noto Sans Georgian", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;

  --gv-text-xs: 0.618rem;

  --gv-text-sm: 0.764rem;

  --gv-text-base: 1rem;

  --gv-text-md: 1.236rem;

  --gv-text-lg: 1.618rem;

  --gv-text-xl: 2.618rem;

  --gv-text-xxl: 4.236rem;

  --gv-line-tight: 1.236;

  --gv-line-normal: 1.618;

  --gv-bg: #06111f;

  --gv-panel: rgba(15, 23, 42, 0.84);

  --gv-panel-strong: rgba(15, 23, 42, 0.96);

  --gv-line: rgba(125, 211, 252, 0.24);

  --gv-text: #f8fafc;

  --gv-muted: #a8b7cc;

  --gv-blue: #38bdf8;

  --gv-blue-strong: #0284c7;

  --gv-green: #22c55e;

  --gv-gold: #facc15;

  --gv-shadow: 0 24px 90px rgba(2, 132, 199, 0.24);

}

html[data-gv-theme="light"] {

  color-scheme: light;

  --gv-bg: #f5f9ff;

  --gv-panel: rgba(255, 255, 255, 0.82);

  --gv-panel-strong: rgba(255, 255, 255, 0.96);

  --gv-line: rgba(2, 132, 199, 0.24);

  --gv-text: #07111f;

  --gv-muted: #52657d;

  --gv-shadow: 0 24px 90px rgba(2, 132, 199, 0.16);

}



* {

  box-sizing: border-box;

}



html {

  scroll-behavior: smooth;

}



body {

  margin: 0;

  overflow-x: hidden;

  background:

    linear-gradient(90deg, rgba(2, 6, 23, 0.9) 0%, rgba(2, 6, 23, 0.72) 45%, rgba(2, 6, 23, 0.58) 100%),

    radial-gradient(circle at top left, rgba(14, 165, 233, 0.24), transparent 34rem),

    radial-gradient(circle at 80% 18%, rgba(34, 197, 94, 0.12), transparent 30rem),

    url("./assets/images/Background-prototype-optimized.jpg");
  background-size: cover, auto, auto, cover;

  background-position: center, top left, 80% 18%, center center;

  background-repeat: no-repeat;

  background-attachment: fixed;

  color: var(--gv-text);

  font-family: var(--gv-font-primary);

  font-size: var(--gv-text-base);

  line-height: var(--gv-line-normal);

  letter-spacing: 0;

}



body.admin-bar .gv-header {

  top: 48px;

}



a {

  color: inherit;

  text-decoration: none;

}



button,

input,

select {

  font: inherit;

}



.skip-link {

  position: absolute;

  left: -999px;

  top: 12px;

  z-index: 999;

  padding: 10px 14px;

  border-radius: 12px;

  background: var(--gv-blue);

  color: white;

}



.skip-link:focus {

  left: 12px;

}



.gv-icon {

  width: 22px;

  height: 22px;

  flex: 0 0 auto;

}



.gv-ambient {

  position: fixed;

  z-index: -1;

  width: 22rem;

  height: 22rem;

  border-radius: 999px;

  filter: blur(58px);

  opacity: 0.24;

  pointer-events: none;

}



.gv-ambient-one {

  top: 4rem;

  left: -9rem;

  background: var(--gv-blue);

}



.gv-ambient-two {

  right: -10rem;

  bottom: 7rem;

  background: var(--gv-green);

}



.gv-header {

  position: sticky;

  top: 0;

  z-index: 20;

  width: min(1180px, calc(100% - 32px));

  min-height: 76px;

  margin: 16px auto 0;

  padding: 12px;

  display: flex;

  align-items: center;

  justify-content: space-between;

  gap: 16px;

  border: 1px solid var(--gv-line);

  border-radius: 28px;

  background: rgba(2, 6, 23, 0.68);

  backdrop-filter: blur(24px);

  box-shadow: 0 18px 70px rgba(2, 6, 23, 0.34);

  transition: border-color 180ms ease, background 180ms ease;

}



.gv-header.is-scrolled {

  background: rgba(2, 6, 23, 0.86);

  border-color: rgba(125, 211, 252, 0.36);

}



.gv-brand {

  min-width: 0;

  display: inline-flex;

  align-items: center;

  gap: 12px;

}



.gv-brand-mark {

  width: 48px;

  height: 48px;

  display: grid;

  place-items: center;

  border-radius: 18px;

  background: linear-gradient(145deg, #0ea5e9, #1d4ed8 48%, #020617);

  border: 1px solid rgba(255, 255, 255, 0.28);

  box-shadow: inset 0 0 24px rgba(255, 255, 255, 0.12), 0 14px 36px rgba(14, 165, 233, 0.3);

  font-size: 26px;

  font-weight: 900;

}



.gv-brand strong,

.gv-footer strong {

  display: block;

  font-size: 18px;

  line-height: 22px;

  font-weight: 900;

}



.gv-brand small,

.gv-footer span {

  display: block;

  color: var(--gv-muted);

  font-size: 12px;

  font-weight: 800;

  line-height: 16px;

  text-transform: lowercase;

}



.gv-nav {

  display: flex;

  align-items: center;

  gap: 8px;

}



.gv-nav a {

  min-height: 44px;

  display: inline-flex;

  align-items: center;

  padding: 0 14px;

  border-radius: 999px;

  color: #cbd5e1;

  font-size: 14px;

  font-weight: 800;

}



.gv-nav a:hover {

  background: rgba(56, 189, 248, 0.12);

  color: white;

}



.gv-theme-switch {

  display: inline-flex;

  align-items: center;

  gap: 4px;

  padding: 4px;

  border: 1px solid rgba(125, 211, 252, 0.24);

  border-radius: 999px;

  background: rgba(15, 23, 42, 0.52);

}

.gv-theme-switch button {

  min-height: 36px;

  border: 0;

  border-radius: 999px;

  padding: 0 12px;

  background: transparent;

  color: #cbd5e1;

  font: inherit;

  font-size: 12px;

  font-weight: 900;

  cursor: pointer;

}

.gv-theme-switch button.is-active {

  background: linear-gradient(135deg, #0ea5e9, #1d4ed8);

  color: #ffffff;

  box-shadow: 0 12px 28px rgba(14, 165, 233, 0.24);

}

.gv-header-cta,

.gv-button,

.gv-request-form button,

.gv-phone-button {

  min-height: 48px;

  display: inline-flex;

  align-items: center;

  justify-content: center;

  gap: 10px;

  border-radius: 999px;

  border: 1px solid rgba(125, 211, 252, 0.44);

  padding: 0 18px;

  font-weight: 900;

  white-space: nowrap;

}



.gv-header-cta,

.gv-button-primary,

.gv-request-form button {

  background: linear-gradient(135deg, #0ea5e9, #1d4ed8);

  color: white;

  box-shadow: 0 18px 46px rgba(14, 165, 233, 0.28);

}



.gv-button-ghost {

  background: rgba(15, 23, 42, 0.82);

  color: #dbeafe;

}



.gv-hero {

  width: min(1180px, calc(100% - 32px));

  min-height: calc(100vh - 110px);

  margin: 0 auto;

  padding: 78px 0 54px;

  display: grid;

  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.72fr);

  align-items: center;

  gap: 54px;

}



.gv-eyebrow {

  margin: 0 0 14px;

  color: #7dd3fc;

  font-size: var(--gv-text-sm);

  font-weight: 900;

  letter-spacing: 0;

}



.gv-hero h1,

.gv-section h1,

.gv-section h2,

.gv-request-panel h2,

.gv-service-card h3,

.gv-role-card h3,

.gv-timeline-card h3,

.gv-post-card h2,

p {

  margin-top: 0;

}



.gv-hero h1 {

  max-width: 760px;

  margin-bottom: 20px;

  font-size: clamp(var(--gv-text-xl), 8vw, var(--gv-text-xxl));

  line-height: 0.98;

  letter-spacing: 0;

}



.gv-lead {

  max-width: 650px;

  color: #cbd5e1;

  font-size: clamp(var(--gv-text-base), 2vw, var(--gv-text-md));

  line-height: 1.75;

  font-weight: 600;

}



.gv-actions {

  margin-top: 30px;

  display: flex;

  flex-wrap: wrap;

  gap: 12px;

}



.gv-trust-row {

  margin-top: 26px;

  display: flex;

  flex-wrap: wrap;

  gap: 10px;

}



.gv-trust-row span {

  min-height: 42px;

  display: inline-flex;

  align-items: center;

  gap: 8px;

  padding: 0 12px;

  border: 1px solid rgba(148, 163, 184, 0.18);

  border-radius: 999px;

  background: rgba(15, 23, 42, 0.58);

  color: #dbeafe;

  font-size: 13px;

  font-weight: 800;

}



.gv-trust-row .gv-icon {

  width: 18px;

  height: 18px;

}



.gv-phone-preview {

  justify-self: center;

  width: min(100%, 390px);

}



.gv-phone-frame {

  position: relative;

  padding: 18px;

  border: 1px solid rgba(125, 211, 252, 0.32);

  border-radius: 46px;

  background:

    linear-gradient(145deg, rgba(255, 255, 255, 0.08), transparent 35%),

    rgba(2, 6, 23, 0.94);

  box-shadow: var(--gv-shadow);

}



.gv-phone-frame::before {

  content: "";

  position: absolute;

  inset: 10px;

  border-radius: 38px;

  border: 1px solid rgba(255, 255, 255, 0.08);

  pointer-events: none;

}



.gv-phone-header,

.gv-live-card,

.gv-phone-bubble {

  display: flex;

  align-items: center;

}



.gv-phone-header {

  justify-content: space-between;

  min-height: 48px;

  padding: 0 6px 12px;

}



.gv-online-dot {

  width: 10px;

  height: 10px;

  border-radius: 50%;

  background: var(--gv-green);

  box-shadow: 0 0 20px rgba(34, 197, 94, 0.75);

}



.gv-live-card {

  gap: 14px;

  border-radius: 24px;

  padding: 16px;

  background: linear-gradient(135deg, rgba(2, 132, 199, 0.42), rgba(15, 23, 42, 0.88));

  border: 1px solid rgba(125, 211, 252, 0.28);

}



.gv-live-card .gv-icon,

.gv-phone-bubble .gv-icon,

.gv-service-card .gv-icon,

.gv-role-icon .gv-icon {

  color: var(--gv-blue);

}



.gv-live-card small {

  display: block;

  color: #bae6fd;

  font-size: 12px;

  font-weight: 900;

  margin-bottom: 4px;

}



.gv-live-card strong {

  font-size: 17px;

  line-height: 23px;

}



.gv-phone-progress {

  margin: 18px 0;

  display: grid;

  grid-template-columns: repeat(5, 1fr);

  gap: 8px;

}



.gv-phone-progress span {

  height: 7px;

  border-radius: 999px;

  background: rgba(148, 163, 184, 0.22);

}



.gv-phone-progress .done {

  background: var(--gv-green);

}



.gv-phone-progress .live {

  background: var(--gv-blue);

  box-shadow: 0 0 20px rgba(56, 189, 248, 0.7);

}



.gv-phone-bubble {

  gap: 12px;

  padding: 14px;

  margin-bottom: 12px;

  border-radius: 22px;

  background: rgba(15, 23, 42, 0.9);

  border: 1px solid rgba(148, 163, 184, 0.16);

}



.gv-phone-bubble strong {

  display: block;

  margin-bottom: 4px;

}



.gv-phone-bubble p {

  margin: 0;

  color: var(--gv-muted);

  font-size: 13px;

  line-height: 1.5;

}



.gv-phone-button {

  width: 100%;

  border-radius: 18px;

  background: var(--gv-blue-strong);

  color: white;

}



.gv-metrics,

.gv-section,

.gv-request-section,

.gv-footer {

  width: min(1180px, calc(100% - 32px));

  margin: 0 auto;

}



.gv-metrics {

  display: grid;

  grid-template-columns: repeat(3, 1fr);

  gap: 12px;

  padding: 10px 0 44px;

}



.gv-metrics div {

  min-height: 110px;

  padding: 18px;

  border: 1px solid rgba(125, 211, 252, 0.22);

  border-radius: 26px;

  background: rgba(15, 23, 42, 0.72);

}



.gv-metrics strong {

  display: block;

  font-size: 25px;

  margin-bottom: 8px;

}



.gv-metrics span,

.gv-section-head p,

.gv-request-panel p {

  color: var(--gv-muted);

  line-height: 1.7;

  font-weight: 600;

}



.gv-section {

  padding: 72px 0;

}



.gv-section-head {

  max-width: 720px;

  margin-bottom: 28px;

}



.gv-section-head.narrow {

  max-width: 620px;

}



.gv-section h1,

.gv-section h2,

.gv-request-panel h2 {

  margin-bottom: 14px;

  font-size: clamp(var(--gv-text-lg), 5vw, var(--gv-text-xl));

  line-height: 1.08;

  letter-spacing: 0;

}



.gv-service-grid,

.gv-role-grid,

.gv-timeline {

  display: grid;

  gap: 16px;

}



.gv-service-grid {

  grid-template-columns: repeat(3, 1fr);

}



.gv-service-card,

.gv-role-card,

.gv-timeline-card,

.gv-request-panel,

.gv-post-card {

  border: 1px solid rgba(125, 211, 252, 0.22);

  background: var(--gv-panel);

  backdrop-filter: blur(18px);

  box-shadow: 0 18px 60px rgba(2, 6, 23, 0.2);

}



.gv-service-card {

  min-height: 260px;

  padding: 24px;

  border-radius: 28px;

}



.gv-service-card h3,

.gv-role-card h3,

.gv-timeline-card h3 {

  margin: 18px 0 10px;

  font-size: 21px;

}



.gv-service-card p,

.gv-role-card p,

.gv-timeline-card p,

.gv-post-card p {

  color: var(--gv-muted);

  line-height: 1.65;

}



.gv-flow-section {

  padding-top: 40px;

}



.gv-role-grid {

  grid-template-columns: repeat(3, 1fr);

}



.gv-role-card {

  padding: 22px;

  border-radius: 30px;

}



.gv-role-card.featured {

  background: linear-gradient(145deg, rgba(2, 132, 199, 0.3), rgba(15, 23, 42, 0.92));

  box-shadow: var(--gv-shadow);

}



.gv-role-icon {

  width: 54px;

  height: 54px;

  display: grid;

  place-items: center;

  border-radius: 18px;

  background: rgba(56, 189, 248, 0.13);

  border: 1px solid rgba(125, 211, 252, 0.24);

}



.gv-role-card ul {

  list-style: none;

  padding: 0;

  margin: 18px 0 0;

  display: grid;

  gap: 10px;

}



.gv-role-card li {

  display: flex;

  align-items: center;

  gap: 8px;

  color: #e2e8f0;

  font-weight: 800;

}



.gv-role-card li .gv-icon {

  width: 16px;

  height: 16px;

  color: var(--gv-green);

}



.gv-timeline {

  grid-template-columns: repeat(4, 1fr);

}



.gv-timeline-card {

  min-height: 210px;

  padding: 22px;

  border-radius: 26px;

}



.gv-timeline-card span {

  display: inline-grid;

  place-items: center;

  width: 46px;

  height: 46px;

  border-radius: 16px;

  background: rgba(56, 189, 248, 0.14);

  border: 1px solid rgba(125, 211, 252, 0.28);

  color: #7dd3fc;

  font-weight: 900;

}



.gv-request-section {

  padding: 60px 0 80px;

}



.gv-request-panel {

  display: grid;

  grid-template-columns: 0.9fr 1fr;

  gap: 30px;

  align-items: center;

  padding: clamp(22px, 5vw, 42px);

  border-radius: 34px;

  background:

    radial-gradient(circle at 10% 20%, rgba(56, 189, 248, 0.2), transparent 20rem),

    var(--gv-panel-strong);

}



.gv-request-form {

  display: grid;

  gap: 12px;

}



.gv-request-form label {

  color: #e2e8f0;

  font-size: 13px;

  font-weight: 900;

}



.gv-request-form input,

.gv-request-form select {

  width: 100%;

  min-height: 54px;

  margin-top: 7px;

  border: 1px solid rgba(125, 211, 252, 0.2);

  border-radius: 18px;

  background: rgba(2, 6, 23, 0.58);

  color: white;

  padding: 0 14px;

  outline: none;

}



.gv-request-form input:focus,

.gv-request-form select:focus {

  border-color: var(--gv-blue);

  box-shadow: 0 0 0 4px rgba(56, 189, 248, 0.13);

}



.gv-request-form button {

  width: 100%;

  border: 0;

  color: white;

  cursor: pointer;

}



.gv-request-form small {

  color: #94a3b8;

  line-height: 1.6;

}



.gv-content-page {

  min-height: 60vh;

  padding-top: 80px;

}



.gv-post-list {

  display: grid;

  gap: 16px;

}



.gv-post-card {

  padding: 22px;

  border-radius: 24px;

}



.gv-post-card h2 {

  margin-bottom: 10px;

}



.gv-footer {

  min-height: 120px;

  padding: 28px 0 42px;

  display: flex;

  align-items: center;

  justify-content: space-between;

  gap: 18px;

  border-top: 1px solid rgba(148, 163, 184, 0.16);

}



.gv-footer-links {

  display: flex;

  flex-wrap: wrap;

  gap: 10px;

  justify-content: flex-end;

}



.gv-footer-links a {

  min-height: 42px;

  display: inline-flex;

  align-items: center;

  padding: 0 12px;

  border-radius: 999px;

  background: rgba(15, 23, 42, 0.72);

  border: 1px solid rgba(125, 211, 252, 0.2);

  color: #dbeafe;

  font-weight: 800;

}

.gv-footer {
  width: min(1180px, calc(100% - 32px));
  margin: 34px auto 0;
  padding: 0 0 44px;
  display: block;
  border-top: 0;
}

.gv-footer > div:not(.gv-footer-inner) {
  display: none;
}

.gv-footer-inner {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(260px, 0.72fr) minmax(320px, 1fr);
  gap: 16px;
  padding: 18px;
  border: 1px solid rgba(125, 211, 252, 0.2);
  border-radius: 30px;
  background:
    radial-gradient(circle at top left, rgba(56, 189, 248, 0.14), transparent 30rem),
    rgba(15, 23, 42, 0.82);
  box-shadow: 0 28px 90px rgba(2, 6, 23, 0.28);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.gv-footer-main,
.gv-footer-info,
.gv-footer-map {
  min-width: 0;
}

.gv-footer-logo {
  width: fit-content;
  display: inline-flex;
  margin-bottom: 18px;
}

.gv-footer-main h2 {
  max-width: 440px;
  margin: 0;
  color: #f8fafc;
  font-size: clamp(1.55rem, 2.5vw, 2.35rem);
  line-height: 1.18;
}

.gv-footer-main > p:not(.gv-eyebrow) {
  max-width: 470px;
  margin: 14px 0 0;
  color: #a8b7cc;
  font-weight: 700;
  line-height: 1.65;
}

.gv-footer-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 18px;
}

.gv-footer-actions a {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  border: 1px solid rgba(125, 211, 252, 0.2);
  border-radius: 999px;
  background: rgba(2, 6, 23, 0.42);
  color: #dbeafe;
  font-size: 13px;
  font-weight: 900;
}

.gv-footer-actions .gv-footer-primary {
  border-color: transparent;
  background: linear-gradient(135deg, #0ea5e9, #1d4ed8);
  color: #ffffff;
  box-shadow: 0 16px 38px rgba(14, 165, 233, 0.24);
}

.gv-footer-info {
  display: grid;
  gap: 10px;
}

.gv-footer-info article {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 11px;
  align-items: center;
  padding: 13px;
  border: 1px solid rgba(125, 211, 252, 0.16);
  border-radius: 20px;
  background: rgba(2, 6, 23, 0.32);
}

.gv-footer-info article > span {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 15px;
  background: rgba(14, 165, 233, 0.12);
  color: #38bdf8;
}

.gv-footer-info svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.gv-footer-info strong {
  display: block;
  color: #f8fafc;
  font-size: 14px;
  line-height: 1.25;
}

.gv-footer-info a,
.gv-footer-info p {
  display: block;
  margin: 4px 0 0;
  color: #a8b7cc;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.45;
}

.gv-footer-map {
  min-height: 360px;
  border: 1px solid rgba(125, 211, 252, 0.16);
  border-radius: 24px;
  background: rgba(2, 6, 23, 0.48);
  overflow: hidden;
}

.gv-footer-map iframe {
  width: 100%;
  height: 100%;
  min-height: 360px;
  display: block;
  border: 0;
  filter: saturate(0.92) contrast(1.02);
}



@media (max-width: 920px) {

  body.admin-bar .gv-header {

    top: 0;

  }



  .gv-nav {

    display: none;

  }



  .gv-hero {

    min-height: auto;

    grid-template-columns: 1fr;

    padding-top: 54px;

  }



  .gv-phone-preview {

    width: min(100%, 360px);

  }



  .gv-metrics,

  .gv-service-grid,

  .gv-role-grid,

  .gv-timeline,

  .gv-request-panel {

    grid-template-columns: 1fr;

  }

}



@media (max-width: 560px) {

  .gv-header {

    width: calc(100% - 20px);

    margin-top: 10px;

    border-radius: 22px;

  }



  .gv-brand small {

    display: none;

  }



  .gv-header-cta {

    min-height: 44px;

    padding-inline: 12px;

    font-size: 13px;

  }



  .gv-hero,

  .gv-metrics,

  .gv-section,

  .gv-request-section,

  .gv-footer {

    width: calc(100% - 24px);

  }



  .gv-hero h1 {

    font-size: 42px;

  }



  .gv-lead {

    font-size: 16px;

  }



  .gv-actions a {

    width: 100%;

  }



  .gv-footer {

    align-items: flex-start;

    flex-direction: column;

  }



  .gv-footer-links {

    justify-content: flex-start;

  }

}

.gv-phone-frame {

  background:

    radial-gradient(circle at 50% 0%, rgba(56, 189, 248, 0.18), transparent 12rem),

    rgba(2, 6, 23, 0.72);

  backdrop-filter: blur(22px) saturate(1.25);

  -webkit-backdrop-filter: blur(22px) saturate(1.25);

}



.gv-phone-bubble,

.gv-live-card {

  background: rgba(15, 23, 42, 0.58);

  backdrop-filter: blur(18px) saturate(1.2);

  -webkit-backdrop-filter: blur(18px) saturate(1.2);

}



.gv-phone-download {

  gap: 10px;

  background: linear-gradient(135deg, rgba(14, 165, 233, 0.92), rgba(37, 99, 235, 0.92));

  box-shadow:

    0 18px 44px rgba(14, 165, 233, 0.34),

    inset 0 1px 0 rgba(255, 255, 255, 0.2);

}



.gv-phone-download .gv-icon {

  width: 20px;

  height: 20px;

}

.gv-brand-logo {

  min-width: 170px;

}



.gv-brand-logo img {

  display: block;

  width: min(220px, 42vw);

  height: auto;

  max-height: 58px;

  object-fit: contain;

  filter: drop-shadow(0 10px 24px rgba(56, 189, 248, 0.26));

}

.gv-brand-logo .gv-logo-light {
  display: none;
}

html[data-gv-theme="light"] .gv-brand-logo .gv-logo-dark {
  display: none;
}

html[data-gv-theme="light"] .gv-brand-logo .gv-logo-light {
  display: block;
  filter: drop-shadow(0 10px 22px rgba(15, 70, 110, 0.12));
}

.gv-policy-card {

  max-width: 920px;

  margin: 0 auto;

  padding: clamp(22px, 5vw, 44px);

  border: 1px solid rgba(125, 211, 252, 0.24);

  border-radius: 34px;

  background: rgba(15, 23, 42, 0.88);

  backdrop-filter: blur(22px) saturate(1.2);

  -webkit-backdrop-filter: blur(22px) saturate(1.2);

  box-shadow: 0 24px 90px rgba(2, 132, 199, 0.22);

}



.gv-policy-nav {

  display: flex;

  flex-wrap: wrap;

  gap: 10px;

  margin: 22px 0 28px;

}



.gv-policy-nav a {

  min-height: 42px;

  display: inline-flex;

  align-items: center;

  padding: 0 14px;

  border-radius: 999px;

  background: rgba(56, 189, 248, 0.12);

  border: 1px solid rgba(125, 211, 252, 0.24);

  color: #dbeafe;

  font-weight: 900;

}



.gv-policy-content {

  color: #dbeafe;

  line-height: 1.8;

}



.gv-policy-content h2,

.gv-policy-content h3 {

  color: white;

  margin-top: 28px;

}



.gv-policy-content ul {

  padding-left: 22px;

}



.gv-policy-content li {

  margin-bottom: 8px;

}

.gv-social-strip {

  width: min(760px, calc(100% - 32px));

  min-height: 48px;

  margin: 14px auto 30px;

  padding: 7px 10px;

  display: flex;

  align-items: center;

  justify-content: center;

  gap: 8px;

  border-radius: 999px;

  background: rgba(15, 23, 42, 0.42);

  border: 1px solid rgba(125, 211, 252, 0.16);

  backdrop-filter: blur(18px) saturate(1.18);

  -webkit-backdrop-filter: blur(18px) saturate(1.18);

  box-shadow:

    0 16px 46px rgba(2, 132, 199, 0.1),

    inset 0 1px 0 rgba(255, 255, 255, 0.06);

  position: relative;

  z-index: 8;

}



.gv-social-label {

  color: #93c5fd;

  font-size: 0.8rem;

  font-weight: 900;

  margin-right: 4px;

  white-space: nowrap;

}



.gv-strip-social {

  min-height: 34px;

  padding: 0 13px;

  display: inline-flex;

  align-items: center;

  justify-content: center;

  border-radius: 999px;

  color: #dbeafe;

  font-size: 0.78rem;

  font-weight: 900;

  background: rgba(2, 6, 23, 0.36);

  border: 1px solid rgba(125, 211, 252, 0.15);

  transition:

    transform 180ms ease,

    background 180ms ease,

    border-color 180ms ease,

    box-shadow 180ms ease;

}



.gv-strip-social:hover {

  transform: translateY(-2px);

  color: white;

  background: rgba(14, 165, 233, 0.18);

  border-color: rgba(56, 189, 248, 0.55);

  box-shadow: 0 12px 28px rgba(14, 165, 233, 0.18);

}



@media (max-width: 760px) {

  .gv-social-strip {

    width: min(94%, 420px);

    min-height: auto;

    margin: 12px auto 26px;

    border-radius: 24px;

    flex-wrap: wrap;

    padding: 12px;

  }



  .gv-social-label {

    width: 100%;

    text-align: center;

    margin-right: 0;

  }



  .gv-strip-social {

    flex: 1 1 42%;

    min-height: 38px;

  }



 

}



/* Linked service cards */

a.gv-service-card {

  text-decoration: none;

  color: inherit;

}



.gv-linked-card {

  position: relative;

  isolation: isolate;

  transition:

    transform 0.22s ease,

    border-color 0.22s ease,

    box-shadow 0.22s ease,

    background 0.22s ease;

}



.gv-linked-card::after {

  content: "";

  position: absolute;

  inset: -2px;

  z-index: -1;

  border-radius: inherit;

  border: 1px solid transparent;

  box-shadow: 0 0 0 rgba(56, 189, 248, 0);

  opacity: 0;

  transition: opacity 0.22s ease, box-shadow 0.22s ease;

  pointer-events: none;

}



.gv-linked-card:hover,

.gv-linked-card:focus-visible {

  transform: translateY(-2px);

  border-color: rgba(56, 189, 248, 0.5);

  box-shadow:

    0 18px 46px rgba(2, 6, 23, 0.24),

    0 0 0 1px rgba(56, 189, 248, 0.2);

}



.gv-linked-card:hover::after,

.gv-linked-card:focus-visible::after {

  opacity: 1;

  box-shadow:

    0 0 0 1px rgba(56, 189, 248, 0.36),

    0 0 22px rgba(56, 189, 248, 0.22);

}



.gv-service-card-featured {

  border-color: rgba(56, 189, 248, 0.3);

  background:

    radial-gradient(circle at 18% 0%, rgba(56, 189, 248, 0.18), transparent 13rem),

    linear-gradient(135deg, rgba(14, 165, 233, 0.16), rgba(15, 23, 42, 0.76));

}



.gv-service-card-featured .gv-icon {

  color: #38bdf8;

}



.gv-service-card-featured:hover,
.gv-service-card-featured:focus-visible {
  border-color: rgba(56, 189, 248, 0.62);
  background:
    radial-gradient(circle at 18% 0%, rgba(56, 189, 248, 0.24), transparent 13rem),
    linear-gradient(135deg, rgba(14, 165, 233, 0.22), rgba(15, 23, 42, 0.78));
}

/* GVision polish pass */
.gv-header {
  min-height: 72px;
}

.gv-header-cta,
.gv-button,
.gv-request-form button,
.gv-phone-button {
  font-weight: 800;
}

.gv-hero {
  min-height: min(760px, calc(100vh - 96px));
  padding: 48px 0 42px;
  align-items: center;
  gap: 46px;
}

.gv-hero h1 {
  max-width: 700px;
  font-size: clamp(2.55rem, 5.8vw, 4.05rem);
  line-height: 1.06;
  font-weight: 900;
  overflow-wrap: anywhere;
}

.gv-lead {
  max-width: 690px;
  font-size: clamp(1rem, 1.35vw, 1.14rem);
  line-height: 1.68;
  font-weight: 650;
}

.gv-eyebrow {
  font-weight: 800;
}

.gv-section {
  padding: 58px 0;
}

.gv-section-head {
  max-width: 760px;
  margin-bottom: 24px;
}

.gv-section h1,
.gv-section h2,
.gv-request-panel h2 {
  font-size: clamp(1.75rem, 3.5vw, 2.45rem);
  line-height: 1.14;
}

.gv-service-card,
.gv-role-card,
.gv-timeline-card {
  border-radius: 22px;
}

.gv-service-card {
  min-height: 230px;
  padding: 22px;
}

.gv-service-card h3,
.gv-role-card h3,
.gv-timeline-card h3 {
  font-size: 20px;
  line-height: 1.28;
}

.gv-service-card p,
.gv-role-card p,
.gv-timeline-card p,
.gv-section-head p,
.gv-request-panel p {
  font-weight: 600;
  line-height: 1.62;
}

.gv-request-panel {
  align-items: start;
}

@media (max-width: 920px) {
  .gv-hero {
    padding-top: 34px;
    gap: 34px;
  }
}

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

  .gv-header {
    overflow: hidden;
  }

  .gv-header-cta {
    flex: 0 1 132px;
    max-width: 132px;
    font-size: 11px;
    line-height: 1.15;
    text-align: center;
    white-space: normal;
  }

  .gv-hero-copy {
    min-width: 0;
    max-width: 100%;
  }

  .gv-hero h1 {
    max-width: 100%;
    font-size: clamp(1.9rem, 8.6vw, 2.18rem);
    line-height: 1.13;
  }
}

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

  .gv-header {
    min-height: 66px;
    padding: 10px;
    gap: 8px;
    overflow: hidden;
  }

  .gv-brand-logo {
    min-width: 0;
    flex: 1 1 auto;
  }

  .gv-brand-logo img {
    width: min(165px, 43vw);
    max-height: 48px;
  }

  .gv-header-cta {
    min-height: 42px;
    flex: 0 1 132px;
    max-width: 132px;
    padding-inline: 10px;
    font-size: 11px;
    line-height: 1.15;
    text-align: center;
    white-space: normal;
  }

  .gv-hero {
    padding: 28px 0 28px;
  }

  .gv-hero-copy {
    min-width: 0;
    max-width: 100%;
  }

  .gv-hero h1 {
    max-width: 100%;
    font-size: clamp(1.9rem, 8.6vw, 2.18rem);
    line-height: 1.13;
  }

  .gv-lead {
    font-size: 14px;
    line-height: 1.65;
  }

  .gv-actions {
    margin-top: 22px;
  }

  .gv-trust-row {
    margin-top: 20px;
  }

  .gv-section {
    padding: 44px 0;
  }

  .gv-section h1,
  .gv-section h2,
  .gv-request-panel h2 {
    font-size: clamp(1.5rem, 8vw, 2rem);
  }
}
.gv-top-social {
  width: min(1180px, calc(100% - 32px));
  min-height: 42px;
  margin: 10px auto 8px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.22s ease, transform 0.22s ease, max-height 0.22s ease, margin 0.22s ease;
}

.gv-theme-switch {
  display: none !important;
}

.gv-top-social a,
.gv-theme-icon-toggle {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(125, 211, 252, 0.26);
  border-radius: 50%;
  background: rgba(15, 23, 42, 0.72);
  color: #dbeafe;
  font-size: 16px;
  font-weight: 900;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow:
    0 10px 26px rgba(2, 6, 23, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.gv-theme-icon-toggle {
  margin-right: auto;
  padding: 0;
  position: relative;
  width: 68px;
  height: 34px;
  grid-template-columns: 1fr 1fr;
  border-radius: 999px;
  overflow: hidden;
  appearance: none;
  -webkit-appearance: none;
}

.gv-theme-icon-toggle::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  z-index: 0;
  width: 26px;
  height: 26px;
  border-radius: 999px;
  background: linear-gradient(135deg, #38bdf8, #1d4ed8);
  box-shadow: 0 8px 18px rgba(14, 116, 180, 0.32);
  transform: translateX(30px);
  transition: transform 0.24s ease, background 0.24s ease, box-shadow 0.24s ease;
}

.gv-top-social a:hover,
.gv-theme-icon-toggle:hover {
  transform: translateY(-2px);
  border-color: rgba(56, 189, 248, 0.7);
  background: rgba(14, 165, 233, 0.18);
  color: #ffffff;
}

.gv-theme-icon-toggle svg {
  position: relative;
  z-index: 1;
  justify-self: center;
  color: #dbeafe;
  transition: color 0.22s ease, opacity 0.22s ease, transform 0.22s ease;
}

.gv-theme-icon-toggle .gv-theme-sun {
  color: #facc15;
  opacity: 0.62;
}

.gv-theme-icon-toggle .gv-theme-moon {
  color: #e0f2fe;
  opacity: 1;
}

html[data-gv-theme="light"] .gv-theme-icon-toggle::before {
  background: linear-gradient(135deg, #facc15, #fb923c);
  box-shadow: 0 8px 18px rgba(251, 146, 60, 0.28);
  transform: translateX(0);
}

html[data-gv-theme="light"] .gv-theme-icon-toggle .gv-theme-sun {
  color: #ffffff;
  opacity: 1;
}

html[data-gv-theme="light"] .gv-theme-icon-toggle .gv-theme-moon {
  color: #075985;
  opacity: 0.62;
}

.gv-top-social.is-hidden {
  max-height: 0;
  margin-top: 0;
  margin-bottom: 0;
  opacity: 0;
  transform: translateY(-10px);
  pointer-events: none;
  overflow: hidden;
}

@media (max-width: 760px) {
  .gv-top-social {
    width: calc(100% - 20px);
    justify-content: center;
    margin: 8px auto 6px;
  }

  .gv-top-social a {
    width: 32px;
    height: 32px;
    font-size: 15px;
  }

  .gv-theme-icon-toggle {
    width: 64px;
    height: 32px;
  }

  .gv-theme-icon-toggle::before {
    top: 3px;
    left: 3px;
  }
}
.gv-top-social svg {
  width: 17px;
  height: 17px;
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.gv-top-social a svg {
  fill: currentColor;
  stroke: none;
}

@media (max-width: 920px) {
  .gv-theme-switch {
    width: 100%;
    justify-content: center;
  }

  .gv-theme-switch button {
    flex: 1;
  }
}

html[data-gv-theme="light"] body .gv-phone-frame {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.86), rgba(226, 241, 255, 0.78)) !important;
  border-color: rgba(2, 132, 199, 0.22) !important;
  box-shadow: 0 24px 72px rgba(2, 132, 199, 0.16) !important;
}

html[data-gv-theme="light"] body .gv-phone-frame::before {
  border-color: rgba(2, 132, 199, 0.12) !important;
}

html[data-gv-theme="light"] body .gv-phone-header {
  color: #07111f !important;
}

html[data-gv-theme="light"] body .gv-live-card,
html[data-gv-theme="light"] body .gv-phone-bubble {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(229, 244, 255, 0.82)) !important;
  border: 1px solid rgba(2, 132, 199, 0.2) !important;
  color: #07111f !important;
  box-shadow: 0 14px 34px rgba(2, 132, 199, 0.11) !important;
}

html[data-gv-theme="light"] body .gv-live-card small,
html[data-gv-theme="light"] body .gv-phone-bubble p {
  color: #52657d !important;
}

html[data-gv-theme="light"] body .gv-live-card strong,
html[data-gv-theme="light"] body .gv-phone-bubble strong {
  color: #07111f !important;
}

html[data-gv-theme="light"] body .gv-live-card .gv-icon,
html[data-gv-theme="light"] body .gv-phone-bubble .gv-icon,
html[data-gv-theme="light"] body .gv-phone-header .gv-icon {
  color: #0284c7 !important;
}

html[data-gv-theme="light"] body .gv-phone-progress span {
  background: rgba(2, 132, 199, 0.12) !important;
}

html[data-gv-theme="light"] body .gv-phone-progress .done {
  background: #22c55e !important;
}

html[data-gv-theme="light"] body .gv-phone-progress .live {
  background: #38bdf8 !important;
}

html[data-gv-theme="light"] body .gv-trust-row span {
  background: rgba(255, 255, 255, 0.7) !important;
  color: #334155 !important;
  border-color: rgba(2, 132, 199, 0.18) !important;
}

@media (max-width: 980px) {
  .gv-footer-inner {
    grid-template-columns: 1fr;
  }

  .gv-footer-map,
  .gv-footer-map iframe {
    min-height: 300px;
  }
}

@media (max-width: 560px) {
  .gv-footer {
    width: min(100% - 24px, 1180px);
    padding-bottom: 30px;
  }

  .gv-footer-inner {
    padding: 14px;
    border-radius: 24px;
  }

  .gv-footer-actions {
    display: grid;
  }

  .gv-footer-actions a {
    width: 100%;
  }

  .gv-footer-info article {
    grid-template-columns: 38px minmax(0, 1fr);
    padding: 11px;
  }

  .gv-footer-info article > span {
    width: 38px;
    height: 38px;
  }

  .gv-footer-map,
  .gv-footer-map iframe {
    min-height: 260px;
  }
}

/* Hero theme slider */
.gv-hot-offers-section {
  display: none !important;
}

.gv-hero {
  --gv-hero-accent: #0ea5e9;
  --gv-hero-accent-rgb: 14, 165, 233;
  --gv-hero-accent-soft: rgba(14, 165, 233, 0.18);
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(30px, 4.6vw, 54px) !important;
  border: 1px solid rgba(125, 211, 252, 0.18);
  border-radius: 38px;
  background:
    radial-gradient(circle at 78% 18%, var(--gv-hero-accent-soft), transparent 30%),
    linear-gradient(135deg, rgba(15, 23, 42, 0.58), rgba(2, 6, 23, 0.18));
  box-shadow: 0 30px 90px rgba(2, 6, 23, 0.2);
}

.gv-hero::before,
.gv-hero::after {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: -1;
}

.gv-hero::before {
  inset: 0;
  background:
    linear-gradient(90deg, rgba(2, 6, 23, 0.18), transparent 48%),
    radial-gradient(circle at 26% 38%, rgba(255, 255, 255, 0.07), transparent 22%);
}

.gv-hero::after {
  width: 260px;
  height: 260px;
  right: 9%;
  top: 18%;
  border-radius: 999px;
  background: var(--gv-hero-accent-soft);
  filter: blur(54px);
  opacity: 0.55;
}

.gv-hero[data-hero-theme="cameras"] {
  --gv-hero-accent: #38bdf8;
  --gv-hero-accent-rgb: 56, 189, 248;
  --gv-hero-accent-soft: rgba(56, 189, 248, 0.22);
}

.gv-hero[data-hero-theme="intercom"] {
  --gv-hero-accent: #22c55e;
  --gv-hero-accent-rgb: 34, 197, 94;
  --gv-hero-accent-soft: rgba(34, 197, 94, 0.18);
}

.gv-hero[data-hero-theme="access"] {
  --gv-hero-accent: #8b5cf6;
  --gv-hero-accent-rgb: 139, 92, 246;
  --gv-hero-accent-soft: rgba(139, 92, 246, 0.2);
}

.gv-hero[data-hero-theme="pink"] {
  --gv-hero-accent: #ec4899;
  --gv-hero-accent-rgb: 236, 72, 153;
  --gv-hero-accent-soft: rgba(236, 72, 153, 0.18);
}

.gv-hero[data-hero-theme="gold"] {
  --gv-hero-accent: #f59e0b;
  --gv-hero-accent-rgb: 245, 158, 11;
  --gv-hero-accent-soft: rgba(245, 158, 11, 0.18);
}

.gv-hero-copy,
.gv-phone-preview {
  transition: opacity 0.48s cubic-bezier(0.2, 0.8, 0.2, 1), transform 0.48s cubic-bezier(0.2, 0.8, 0.2, 1), filter 0.48s ease;
}

.gv-hero.is-changing .gv-hero-copy {
  opacity: 0;
  transform: translateY(14px);
}

.gv-hero.is-changing .gv-phone-preview {
  opacity: 0.45;
  transform: translateY(10px) scale(0.98);
}

.gv-hero .gv-eyebrow {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--gv-hero-accent);
}

.gv-hero .gv-eyebrow::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: var(--gv-hero-accent);
  box-shadow: 0 0 18px var(--gv-hero-accent);
}

.gv-hero .gv-button-primary,
.gv-hero .gv-phone-button {
  background: linear-gradient(135deg, var(--gv-hero-accent), #2563eb);
}

.gv-hero .gv-live-card {
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--gv-hero-accent) 28%, transparent), rgba(15, 23, 42, 0.88));
}

.gv-hero .gv-phone-progress .live {
  background: var(--gv-hero-accent);
  box-shadow: 0 0 18px var(--gv-hero-accent);
}

.gv-hero-offer-stage {
  justify-self: center;
  width: min(100%, 382px);
  opacity: 0;
  transform: translateY(10px) scale(0.985);
  transition: opacity 0.48s cubic-bezier(0.2, 0.8, 0.2, 1), transform 0.48s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.gv-hero-offer-stage[hidden] {
  display: none !important;
}

.gv-hero.is-offer-active .gv-phone-preview {
  display: none;
}

.gv-hero.is-offer-active .gv-hero-offer-stage {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.gv-hero-offer-visual {
  width: 100%;
  display: grid;
  gap: 13px;
  padding: 16px;
  border: 1px solid rgba(var(--gv-hero-accent-rgb), 0.3);
  border-radius: 34px;
  background:
    radial-gradient(circle at 18% 0%, rgba(var(--gv-hero-accent-rgb), 0.2), transparent 36%),
    radial-gradient(circle at 88% 18%, rgba(var(--gv-hero-accent-rgb), 0.12), transparent 34%),
    linear-gradient(180deg, rgba(8, 23, 43, 0.88), rgba(3, 12, 28, 0.84));
  box-shadow: 0 26px 70px rgba(var(--gv-hero-accent-rgb), 0.14), 0 18px 48px rgba(2, 6, 23, 0.32);
  color: #f8fafc;
  text-align: left;
  cursor: pointer;
  backdrop-filter: blur(18px) saturate(140%);
  transition: border-color 0.22s ease, transform 0.22s ease, box-shadow 0.22s ease;
}

.gv-hero-offer-visual:hover {
  transform: translateY(-2px);
  border-color: rgba(var(--gv-hero-accent-rgb), 0.56);
  box-shadow: 0 28px 78px rgba(var(--gv-hero-accent-rgb), 0.2), 0 22px 56px rgba(2, 6, 23, 0.34);
}

.gv-hero-offer-image-wrap {
  width: 100%;
  aspect-ratio: 4 / 5.25;
  min-height: 430px;
  display: grid;
  place-items: center;
  padding: 12px;
  border: 1px solid rgba(186, 230, 253, 0.28);
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(241, 245, 249, 0.12), rgba(15, 23, 42, 0.12)),
    rgba(255, 255, 255, 0.08);
  overflow: hidden;
}

.gv-hero-offer-image-wrap img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: center;
  transition: opacity 0.28s ease, transform 0.28s ease;
}

.gv-hero-offer-stage.is-image-changing .gv-hero-offer-image-wrap img {
  opacity: 0.42;
  transform: scale(0.988);
}

.gv-hero-offer-apply {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--gv-hero-accent), #2563eb);
  color: #fff;
  font-size: 15px;
  font-weight: 900;
  box-shadow: 0 16px 36px rgba(var(--gv-hero-accent-rgb), 0.24);
}

html[data-gv-theme="light"] .gv-hero {
  border-color: rgba(var(--gv-hero-accent-rgb), 0.22);
  background:
    radial-gradient(circle at 76% 16%, rgba(var(--gv-hero-accent-rgb), 0.14), transparent 31%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.72), rgba(240, 249, 255, 0.38));
  box-shadow: 0 34px 100px rgba(15, 118, 184, 0.13);
}

html[data-gv-theme="light"] .gv-hero::before {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.5), transparent 54%),
    radial-gradient(circle at 27% 38%, rgba(255, 255, 255, 0.62), transparent 23%);
}

html[data-gv-theme="light"] .gv-hero-offer-visual {
  border-color: rgba(var(--gv-hero-accent-rgb), 0.22);
  background:
    radial-gradient(circle at 16% 0%, rgba(var(--gv-hero-accent-rgb), 0.16), transparent 36%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.78), rgba(241, 248, 255, 0.62));
  box-shadow: 0 28px 72px rgba(30, 64, 175, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.72);
  color: #07111f;
}

html[data-gv-theme="light"] .gv-hero-offer-image-wrap {
  border-color: rgba(var(--gv-hero-accent-rgb), 0.2);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.78), rgba(226, 242, 255, 0.46)),
    rgba(255, 255, 255, 0.58);
}

.gv-trust-row b {
  color: inherit;
  font: inherit;
}

@media (max-width: 920px) {
  .gv-hero {
    border-radius: 30px;
  }
}

@media (max-width: 560px) {
  .gv-hero {
    padding: 24px 16px !important;
    border-radius: 24px;
  }

}
