@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;500;600;700;800;900&display=swap");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css");

.lg-contact-wrapper {
  position: relative;
  overflow: hidden;
  font-family: 'Lato', sans-serif;
  --lg-contact-primary: #123c7c;
  --lg-contact-secondary: #36a3ff;
  --lg-contact-accent: #ffd24a;
  --lg-contact-red: #f05a58;
  --lg-contact-text: #16233f;
  --lg-contact-muted: #66728a;
  --lg-contact-border: #e4eaf3;
  --lg-contact-soft: #f6f9fd;
  --lg-contact-white: #ffffff;
  --lg-contact-shadow: 0 22px 55px rgba(18, 60, 124, 0.12);
  color: var(--lg-contact-text);
  background: #ffffff;
}

.lg-contact-wrapper,
.lg-contact-wrapper div,
.lg-contact-wrapper section,
.lg-contact-wrapper article,
.lg-contact-wrapper span,
.lg-contact-wrapper h1,
.lg-contact-wrapper h2,
.lg-contact-wrapper h3,
.lg-contact-wrapper p,
.lg-contact-wrapper a,
.lg-contact-wrapper button,
.lg-contact-wrapper input,
.lg-contact-wrapper textarea,
.lg-contact-wrapper label {
  font-family: 'Lato', sans-serif;
  box-sizing: border-box;
}

.lg-contact-wrapper a {
/*   color: inherit; */
  text-decoration: none;
}

.lg-contact-container {
  width: min(1350px, calc(100% - 32px));
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.lg-contact-hero {
  position: relative;
  padding: 118px 0 88px;
  background:
    radial-gradient(circle at 15% 15%, rgba(54, 163, 255, 0.16), transparent 30%),
    radial-gradient(circle at 86% 12%, rgba(255, 210, 74, 0.2), transparent 26%),
    linear-gradient(180deg, #eef7ff 0%, #ffffff 84%);
  overflow: hidden;
}

.lg-contact-hero-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.lg-contact-deco,
.lg-contact-wave {
  position: absolute;
  display: block;
}

.lg-contact-deco-one {
  width: 110px;
  height: 72px;
  left: 8%;
  top: 18%;
  border-radius: 18px 18px 18px 4px;
  background: linear-gradient(135deg, var(--lg-contact-primary), var(--lg-contact-secondary));
  opacity: 0.14;
  transform: rotate(-12deg);
}

.lg-contact-deco-two {
  width: 72px;
  height: 72px;
  right: 10%;
  top: 20%;
  border-radius: 50%;
  border: 16px solid rgba(255, 210, 74, 0.42);
}

.lg-contact-deco-three {
  width: 96px;
  height: 96px;
  right: 16%;
  bottom: 18%;
  border-radius: 30px;
  background: rgba(240, 90, 88, 0.14);
  transform: rotate(18deg);
}

.lg-contact-wave-one {
  left: -40px;
  bottom: 80px;
  width: 220px;
  height: 90px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(18, 60, 124, 0.12), rgba(54, 163, 255, 0.08));
  transform: rotate(-18deg);
}

.lg-contact-wave-two {
  right: -70px;
  bottom: 130px;
  width: 260px;
  height: 96px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(255, 210, 74, 0.28), rgba(240, 90, 88, 0.13));
  transform: rotate(16deg);
}

.lg-contact-hero-content {
  max-width: 930px;
  margin: 0 auto;
  text-align: center;
}

.lg-contact-eyebrow,
.lg-contact-section-eyebrow,
.lg-contact-final-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 9px 16px;
  border-radius: 999px;
  color: var(--lg-contact-primary);
  background: rgba(54, 163, 255, 0.1);
  border: 1px solid rgba(54, 163, 255, 0.2);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2;
}

.lg-contact-eyebrow i,
.lg-contact-section-eyebrow i {
  color: var(--lg-contact-red);
}

.lg-contact-hero-title {
  max-width: 980px;
  margin: 22px auto 18px;
  color: var(--lg-contact-text);
  font-size: clamp(38px, 5vw, 72px);
  line-height: 1.02;
  letter-spacing: 0;
  font-weight: 900;
}

.lg-contact-hero-text,
.lg-contact-section-text,
.lg-contact-showcase-text {
  color: var(--lg-contact-muted);
  font-size: 18px;
  line-height: 1.75;
  margin: 0;
}

.lg-contact-hero-text {
  max-width: 760px;
  margin: 0 auto;
}

.lg-contact-hero-actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.lg-contact-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 54px;
  padding: 15px 24px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 900;
  line-height: 1;
  border: 1px solid transparent;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.lg-contact-btn:focus-visible,
.lg-contact-faq-trigger:focus-visible,
.lg-contact-card-link:focus-visible,
.lg-contact-support-card a:focus-visible {
  outline: 3px solid rgba(255, 210, 74, 0.8);
  outline-offset: 3px;
}

.lg-contact-btn:hover {
  transform: translateY(-3px);
}

.lg-contact-btn-primary {
  color: #ffffff;
  background: linear-gradient(135deg, var(--lg-contact-primary), var(--lg-contact-secondary));
  box-shadow: 0 14px 28px rgba(18, 60, 124, 0.22);
}

.lg-contact-btn-secondary {
  color: var(--lg-contact-primary);
  background: #ffffff;
  border-color: var(--lg-contact-border);
  box-shadow: 0 12px 24px rgba(18, 60, 124, 0.08);
}

.lg-contact-review {
  width: fit-content;
  max-width: 100%;
  margin: 28px auto 0;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 12px 18px 12px 12px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(14px);
  border-radius: 999px;
  box-shadow: var(--lg-contact-shadow);
}

.lg-contact-avatar-group {
  display: flex;
  align-items: center;
}

.lg-contact-avatar {
  width: 38px;
  height: 38px;
  display: block;
  border-radius: 50%;
  border: 3px solid #ffffff;
  margin-left: -10px;
  box-shadow: 0 8px 18px rgba(18, 60, 124, 0.16);
}

.lg-contact-avatar:first-child {
  margin-left: 0;
}

.lg-contact-avatar-one {
  background: linear-gradient(135deg, #123c7c, #36a3ff);
}

.lg-contact-avatar-two {
  background: linear-gradient(135deg, #ffd24a, #f05a58);
}

.lg-contact-avatar-three {
  background: linear-gradient(135deg, #4fd2c2, #36a3ff);
}

.lg-contact-review-content {
  text-align: left;
  display: grid;
  gap: 2px;
}

.lg-contact-stars {
  display: inline-flex;
  gap: 2px;
  color: var(--lg-contact-accent);
  font-size: 13px;
}

.lg-contact-review-content strong {
  color: var(--lg-contact-text);
  font-size: 14px;
  font-weight: 900;
}

.lg-contact-review-content span {
  color: var(--lg-contact-muted);
  font-size: 13px;
  font-weight: 700;
}

.lg-contact-hero-visual {
  width: min(720px, 100%);
  margin: 58px auto 0;
  position: relative;
}

.lg-contact-visual-orbit {
  position: relative;
  min-height: 360px;
  border-radius: 32px;
  background:
    linear-gradient(135deg, rgba(18, 60, 124, 0.08), rgba(54, 163, 255, 0.12)),
    #ffffff;
  border: 1px solid var(--lg-contact-border);
  box-shadow: var(--lg-contact-shadow);
  overflow: hidden;
}

.lg-contact-visual-orbit::before,
.lg-contact-visual-orbit::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
}

.lg-contact-visual-orbit::before {
  width: 420px;
  height: 420px;
  left: 50%;
  top: 50%;
  border: 1px dashed rgba(18, 60, 124, 0.18);
  transform: translate(-50%, -50%);
}

.lg-contact-visual-orbit::after {
  width: 270px;
  height: 270px;
  left: 50%;
  top: 50%;
  background: radial-gradient(circle, rgba(54, 163, 255, 0.18), transparent 68%);
  transform: translate(-50%, -50%);
}

.lg-contact-visual-icon {
  position: absolute;
  z-index: 2;
  width: 78px;
  height: 78px;
  display: grid;
  place-items: center;
  border-radius: 26px;
  color: #ffffff;
  font-size: 28px;
  box-shadow: 0 18px 35px rgba(18, 60, 124, 0.18);
  animation: lg-contact-float 5s ease-in-out infinite;
}

.lg-contact-visual-envelope {
  left: 50%;
  top: 42px;
  background: linear-gradient(135deg, var(--lg-contact-primary), var(--lg-contact-secondary));
  transform: translateX(-50%) rotate(-7deg);
}

.lg-contact-visual-flag {
  left: 92px;
  top: 128px;
  background: linear-gradient(135deg, var(--lg-contact-red), #ff7b57);
  animation-delay: 0.5s;
}

.lg-contact-visual-globe {
  right: 92px;
  top: 136px;
  background: linear-gradient(135deg, #20b7d8, var(--lg-contact-secondary));
  animation-delay: 0.9s;
}

.lg-contact-visual-sparkle {
  left: 50%;
  bottom: 42px;
  color: var(--lg-contact-primary);
  background: linear-gradient(135deg, var(--lg-contact-accent), #fff3a3);
  transform: translateX(-50%) rotate(8deg);
  animation-delay: 1.2s;
}

.lg-contact-chat {
  position: absolute;
  z-index: 3;
  width: 150px;
  padding: 16px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(228, 234, 243, 0.9);
  box-shadow: 0 16px 34px rgba(18, 60, 124, 0.1);
}

.lg-contact-chat-one {
  left: 68px;
  bottom: 54px;
}

.lg-contact-chat-two {
  right: 58px;
  top: 48px;
}

.lg-contact-chat span {
  display: block;
  height: 8px;
  border-radius: 999px;
  background: rgba(18, 60, 124, 0.16);
  margin-bottom: 8px;
}

.lg-contact-chat span:last-child {
  width: 62%;
  margin-bottom: 0;
  background: rgba(54, 163, 255, 0.22);
}

.lg-contact-abstract-flag {
  position: absolute;
  z-index: 1;
  width: 260px;
  height: 155px;
  left: 50%;
  top: 50%;
  border-radius: 28px;
  overflow: hidden;
  transform: translate(-50%, -50%) rotate(-6deg);
  box-shadow: 0 24px 45px rgba(18, 60, 124, 0.18);
}

.lg-contact-flag-band {
  display: block;
  height: 33.333%;
}

.lg-contact-flag-band-one {
  background: var(--lg-contact-primary);
}

.lg-contact-flag-band-two {
  background: #ffffff;
}

.lg-contact-flag-band-three {
  background: var(--lg-contact-red);
}

.lg-contact-color-dot {
  position: absolute;
  z-index: 3;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  box-shadow: 0 10px 20px rgba(18, 60, 124, 0.16);
}

.lg-contact-color-dot-one {
  left: 28%;
  top: 25%;
  background: var(--lg-contact-accent);
}

.lg-contact-color-dot-two {
  right: 27%;
  bottom: 25%;
  background: var(--lg-contact-red);
}

.lg-contact-color-dot-three {
  left: 18%;
  top: 48%;
  background: var(--lg-contact-secondary);
}

.lg-contact-section {
  padding: 92px 0;
}

.lg-contact-options,
.lg-contact-benefits {
  background: #ffffff;
}

.lg-contact-section-head {
  max-width: 760px;
  margin: 0 auto 44px;
  text-align: center;
}

.lg-contact-section-title {
  margin: 14px 0 12px;
  color: var(--lg-contact-text);
  font-size: clamp(31px, 3.6vw, 48px);
  line-height: 1.12;
  letter-spacing: 0;
  font-weight: 900;
}

.lg-contact-option-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.lg-contact-option-card,
.lg-contact-benefit-card {
  position: relative;
  min-height: 100%;
  padding: 32px;
  border-radius: 24px;
  background: #ffffff;
  border: 1px solid var(--lg-contact-border);
  box-shadow: 0 16px 35px rgba(18, 60, 124, 0.07);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
  overflow: hidden;
}

.lg-contact-option-card::before,
.lg-contact-benefit-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(54, 163, 255, 0.1), transparent 45%);
  opacity: 0;
  transition: opacity 0.25s ease;
  pointer-events: none;
}

.lg-contact-option-card:hover,
.lg-contact-benefit-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--lg-contact-shadow);
  border-color: rgba(54, 163, 255, 0.28);
}

.lg-contact-option-card:hover::before,
.lg-contact-benefit-card:hover::before {
  opacity: 1;
}

.lg-contact-icon-box {
  width: 64px;
  height: 64px;
  display: inline-grid;
  place-items: center;
  border-radius: 20px;
  color: #ffffff;
  background: linear-gradient(135deg, var(--lg-contact-primary), var(--lg-contact-secondary));
  font-size: 25px;
  box-shadow: 0 14px 26px rgba(18, 60, 124, 0.18);
  position: relative;
  z-index: 1;
}

.lg-contact-icon-box-red {
  background: linear-gradient(135deg, #d83f55, var(--lg-contact-red));
}

.lg-contact-icon-box-yellow {
  color: var(--lg-contact-primary);
  background: linear-gradient(135deg, var(--lg-contact-accent), #fff4a8);
}

.lg-contact-icon-box-sky {
  background: linear-gradient(135deg, #1fc4d8, var(--lg-contact-secondary));
}

.lg-contact-option-card h3,
.lg-contact-benefit-card h3 {
  position: relative;
  z-index: 1;
  margin: 22px 0 10px;
  color: var(--lg-contact-text);
  font-size: 22px;
  line-height: 1.25;
  font-weight: 900;
}

.lg-contact-option-card p,
.lg-contact-benefit-card p {
  position: relative;
  z-index: 1;
  color: var(--lg-contact-muted);
  font-size: 16px;
  line-height: 1.7;
  margin: 0;
}

.lg-contact-card-link {
  position: relative;
  z-index: 1;
  display: inline-flex;
  margin-top: 16px;
  color: var(--lg-contact-primary);
  font-size: 15px;
  font-weight: 900;
}

.lg-contact-message,
.lg-contact-faq-section {
  background: var(--lg-contact-soft);
}

.lg-contact-message-grid,
.lg-contact-faq-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  gap: 44px;
  align-items: center;
}

.lg-contact-check-list {
  list-style: none;
  padding: 0;
  margin: 26px 0 0;
  display: grid;
  gap: 14px;
}

.lg-contact-check-list li {
  display: flex;
  align-items: center;
  gap: 11px;
  color: var(--lg-contact-text);
  font-size: 16px;
  font-weight: 800;
}

.lg-contact-check-list i {
  width: 24px;
  height: 24px;
  display: inline-grid;
  place-items: center;
  flex: 0 0 24px;
  border-radius: 50%;
  color: #ffffff;
  background: linear-gradient(135deg, var(--lg-contact-primary), var(--lg-contact-secondary));
  font-size: 12px;
}

.lg-contact-trust-card,
.lg-contact-support-card {
  margin-top: 30px;
  padding: 22px;
  border-radius: 22px;
  background: #ffffff;
  border: 1px solid var(--lg-contact-border);
  box-shadow: 0 14px 30px rgba(18, 60, 124, 0.08);
  display: grid;
  gap: 8px;
}

.lg-contact-trust-card i,
.lg-contact-support-card i {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  color: var(--lg-contact-primary);
  background: rgba(255, 210, 74, 0.25);
  font-size: 20px;
}

.lg-contact-trust-card strong,
.lg-contact-support-card strong {
  color: var(--lg-contact-text);
  font-size: 18px;
  font-weight: 900;
}

.lg-contact-trust-card span,
.lg-contact-support-card span {
  color: var(--lg-contact-muted);
  font-size: 15px;
  line-height: 1.65;
}

.lg-contact-support-card a {
  color: var(--lg-contact-primary);
  font-weight: 900;
}

.lg-contact-form-wrapper {
  padding: 40px;
  border-radius: 24px;
  background: #ffffff;
  border: 1px solid var(--lg-contact-border);
  box-shadow: var(--lg-contact-shadow);
}

.lg-contact-form-wrapper .wpcf7-form {
  display: grid;
  gap: 18px;
  margin: 0;
}

.lg-contact-form-wrapper .wpcf7-form p {
  margin: 0;
}

.lg-contact-form-wrapper label {
  display: grid;
  gap: 9px;
  color: var(--lg-contact-text);
  font-size: 15px;
  font-weight: 800;
}

.lg-contact-form-wrapper .wpcf7-form-control {
  width: 100%;
  min-height: 55px;
  padding: 14px 17px;
  border-radius: 12px;
  border: 1px solid var(--lg-contact-border);
  background: #f7faff;
  color: var(--lg-contact-text);
  font-size: 16px;
  line-height: 1.4;
  outline: none;
  transition: border-color 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
}

.lg-contact-form-wrapper .wpcf7-form-control:focus {
  border-color: var(--lg-contact-secondary);
  background: #ffffff;
  box-shadow: 0 0 0 4px rgba(54, 163, 255, 0.14);
}

.lg-contact-form-wrapper textarea.wpcf7-form-control {
  min-height: 150px;
  resize: vertical;
}

.lg-contact-form-wrapper .wpcf7-submit {
  width: auto;
  min-width: 170px;
  min-height: 56px;
  padding: 16px 28px;
  border: 0;
  border-radius: 999px;
  color: #ffffff!important;
  background: linear-gradient(135deg, var(--lg-contact-primary), var(--lg-contact-secondary))!important;
  box-shadow: 0 14px 28px rgba(18, 60, 124, 0.2);
  font-size: 15px;
  font-weight: 900;
  cursor: pointer;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.lg-contact-form-wrapper .wpcf7-submit:hover,
.lg-contact-form-wrapper .wpcf7-submit:focus {
  transform: translateY(-3px);
  box-shadow: 0 18px 34px rgba(18, 60, 124, 0.26);
}

.lg-contact-form-wrapper .wpcf7-not-valid-tip {
  display: block;
  margin-top: 7px;
  color: #c93636;
  font-size: 13px;
  font-weight: 700;
}

.lg-contact-form-wrapper .wpcf7-response-output {
  margin: 14px 0 0;
  padding: 14px 16px;
  border-radius: 14px;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.5;
}

.lg-contact-form-wrapper .wpcf7 form.sent .wpcf7-response-output {
  color: #17633f;
  background: #e9f8ef;
  border: 1px solid #bde6cb;
}

.lg-contact-form-wrapper .wpcf7 form.invalid .wpcf7-response-output,
.lg-contact-form-wrapper .wpcf7 form.failed .wpcf7-response-output,
.lg-contact-form-wrapper .wpcf7 form.aborted .wpcf7-response-output {
  color: #9d2b2b;
  background: #fff0f0;
  border: 1px solid #f4c4c4;
}

.lg-contact-benefit-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.lg-contact-benefit-card {
  padding: 28px;
}

.lg-contact-faq-content {
  align-self: start;
}

.lg-contact-faq-accordion {
  display: grid;
  gap: 14px;
}

.lg-contact-faq-item {
  background: #ffffff;
  border: 1px solid var(--lg-contact-border);
  border-radius: 18px;
  box-shadow: 0 12px 24px rgba(18, 60, 124, 0.06);
  overflow: hidden;
}

.lg-contact-faq-item h3 {
  margin: 0;
}

.lg-contact-faq-trigger {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 20px 22px;
  color: var(--lg-contact-text);
  background: #ffffff;
  border: 0;
  text-align: left;
  font-size: 17px;
  line-height: 1.35;
  font-weight: 900;
  cursor: pointer;
}

.lg-contact-faq-trigger i {
  color: var(--lg-contact-primary);
  font-size: 14px;
  transition: transform 0.25s ease;
}

.lg-contact-faq-trigger[aria-expanded="true"] i {
  transform: rotate(180deg);
}

.lg-contact-faq-panel {
  display: none;
  padding: 0 22px 20px;
}

.lg-contact-faq-panel-active {
  display: block;
}

.lg-contact-faq-panel p {
  margin: 0;
  color: var(--lg-contact-muted);
  font-size: 15px;
  line-height: 1.75;
}

.lg-contact-faq-panel a {
  color: var(--lg-contact-primary);
  font-weight: 900;
}

.lg-contact-final-cta {
  padding: 94px 0 104px;
  background: #ffffff;
}

.lg-contact-final-box {
  position: relative;
  overflow: hidden;
  padding: 74px 42px;
  border-radius: 34px;
  text-align: center;
  color: #ffffff;
  background:
    radial-gradient(circle at 15% 20%, rgba(255, 210, 74, 0.34), transparent 26%),
    radial-gradient(circle at 88% 18%, rgba(240, 90, 88, 0.28), transparent 25%),
    linear-gradient(135deg, #123c7c 0%, #1764b5 52%, #36a3ff 100%);
  box-shadow: 0 26px 65px rgba(18, 60, 124, 0.24);
}

.lg-contact-final-art {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.lg-contact-final-shape,
.lg-contact-final-icon-one,
.lg-contact-final-icon-two {
  position: absolute;
  opacity: 0.28;
}

.lg-contact-final-shape-one {
  width: 210px;
  height: 76px;
  left: -34px;
  bottom: 40px;
  border-radius: 999px;
  background: #ffffff;
  transform: rotate(-16deg);
}

.lg-contact-final-shape-two {
  width: 120px;
  height: 120px;
  right: 9%;
  top: 20%;
  border-radius: 34px;
  border: 18px solid rgba(255, 255, 255, 0.35);
  transform: rotate(18deg);
}

.lg-contact-final-shape-three {
  width: 88px;
  height: 88px;
  left: 12%;
  top: 20%;
  border-radius: 50%;
  background: var(--lg-contact-accent);
}

.lg-contact-final-icon-one {
  right: 15%;
  bottom: 18%;
  font-size: 56px;
}

.lg-contact-final-icon-two {
  left: 18%;
  bottom: 18%;
  font-size: 44px;
}

.lg-contact-final-eyebrow {
  position: relative;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.16);
  border-color: rgba(255, 255, 255, 0.3);
}

.lg-contact-final-box h2 {
  position: relative;
  max-width: 790px;
  margin: 18px auto 14px;
  color: #ffffff;
  font-size: clamp(32px, 4vw, 54px);
  line-height: 1.1;
  letter-spacing: 0;
  font-weight: 900;
}

.lg-contact-final-box p {
  position: relative;
  max-width: 690px;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.86);
  font-size: 18px;
  line-height: 1.75;
}

.lg-contact-btn-light {
  color: var(--lg-contact-primary);
  background: #ffffff;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.16);
}

.lg-contact-btn-outline-light {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.42);
}

@keyframes lg-contact-float {
  0%,
  100% {
    translate: 0 0;
  }

  50% {
    translate: 0 -12px;
  }
}

@media (max-width: 1024px) {
  .lg-contact-hero {
    padding: 96px 0 74px;
  }

  .lg-contact-option-grid,
  .lg-contact-benefit-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lg-contact-message-grid,
  .lg-contact-faq-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .lg-contact-container {
    width: min(100% - 24px, 1180px);
  }

  .lg-contact-hero {
    padding: 76px 0 58px;
  }

  .lg-contact-section,
  .lg-contact-final-cta {
    padding: 66px 0;
  }

  .lg-contact-hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .lg-contact-btn {
    width: 100%;
    min-height: 56px;
  }

  .lg-contact-review {
    width: 100%;
    border-radius: 24px;
    justify-content: center;
  }

  .lg-contact-visual-orbit {
    min-height: 310px;
    border-radius: 24px;
  }

  .lg-contact-abstract-flag {
    width: 210px;
    height: 128px;
  }

  .lg-contact-visual-icon {
    width: 62px;
    height: 62px;
    border-radius: 20px;
    font-size: 22px;
  }

  .lg-contact-visual-flag {
    left: 28px;
    top: 128px;
  }

  .lg-contact-visual-globe {
    right: 28px;
    top: 132px;
  }

  .lg-contact-chat {
    width: 122px;
    padding: 13px;
  }

  .lg-contact-chat-one {
    left: 20px;
    bottom: 34px;
  }

  .lg-contact-chat-two {
    right: 20px;
    top: 28px;
  }

  .lg-contact-option-grid,
  .lg-contact-benefit-grid {
    grid-template-columns: 1fr;
  }

  .lg-contact-option-card,
  .lg-contact-benefit-card,
  .lg-contact-form-wrapper {
    padding: 26px;
    border-radius: 22px;
  }

  .lg-contact-final-box {
    padding: 56px 20px;
    border-radius: 26px;
  }

  .lg-contact-faq-trigger {
    padding: 18px;
    font-size: 16px;
  }

  .lg-contact-faq-panel {
    padding: 0 18px 18px;
  }
}

@media (max-width: 420px) {
  .lg-contact-hero-title {
    font-size: 34px;
  }

  .lg-contact-hero-text,
  .lg-contact-section-text,
  .lg-contact-showcase-text,
  .lg-contact-final-box p {
    font-size: 16px;
  }

  .lg-contact-review {
    align-items: flex-start;
  }

  .lg-contact-avatar {
    width: 34px;
    height: 34px;
  }

  .lg-contact-form-wrapper {
    padding: 20px;
  }

  .lg-contact-form-wrapper .wpcf7-submit {
    width: 100%;
  }
}