/* 21 TERA PRODUCTION public site layer, built on the existing LearnPress assets. */
:root {
  --tera-black: #070707;
  --tera-charcoal: #141414;
  --tera-red: #7b1219;
  --tera-red-soft: #a51d27;
  --tera-gold: #c8a45d;
  --tera-white: #ffffff;
  --tera-muted: #b9b9b9;
  --tera-line: rgba(255, 255, 255, 0.12);
}

html {
  scroll-behavior: smooth;
}

body.tera-site {
  background: var(--tera-black) url("../images/pattern/p10.png");
  color: #ececec;
  font-family: "Open Sans", Arial, sans-serif;
}

.tera-shell {
  background: var(--tera-black);
  box-shadow: 0 22px 80px rgba(0, 0, 0, 0.45);
  margin: 0 auto;
  max-width: 1240px;
  overflow: hidden;
}

.tera-topbar {
  background: #080808;
  border-bottom: 1px solid var(--tera-line);
  color: var(--tera-muted);
  font-size: 13px;
  padding: 10px 0;
}

.tera-topbar a,
.tera-footer a {
  color: #f4f4f4;
}

.tera-topbar-phone {
  display: none;
}

.tera-social-label {
  margin-right: 8px;
}

.tera-social-links {
  display: inline-flex;
  gap: 8px;
  vertical-align: middle;
}

.tera-social-icon {
  align-items: center;
  border: 1px solid rgba(200, 164, 93, 0.38);
  border-radius: 50%;
  display: inline-flex;
  height: 28px;
  justify-content: center;
  line-height: 1;
  width: 28px;
}

.tera-social-icon:hover,
.tera-social-icon:focus {
  color: #ffffff;
  filter: brightness(1.1);
  transform: translateY(-1px);
}

.tera-icon-tiktok,
.tera-icon-x {
  font-style: normal;
  font-weight: 900;
}

.tera-icon-tiktok:before {
  content: "♪";
}

.tera-icon-x:before {
  content: "X";
  font-size: 12px;
}

.tera-header {
  background: rgba(10, 10, 10, 0.96);
  border-bottom: 1px solid var(--tera-line);
  position: sticky;
  top: 0;
  z-index: 1000;
}

.tera-brand {
  color: var(--tera-white);
  display: inline-block;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 24px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1;
  padding: 22px 0;
}

.tera-brand span {
  color: var(--tera-gold);
  display: block;
  font-size: 11px;
  font-weight: 600;
  margin-top: 6px;
  text-transform: uppercase;
}

.tera-brand.has-logo {
  align-items: center;
  display: inline-flex;
  height: 82px;
  padding: 10px 0;
}

.tera-header-logo {
  display: block;
  height: auto;
  max-height: 58px;
  max-width: 220px;
  object-fit: contain;
  object-position: left center;
  width: auto;
}

.tera-nav {
  float: right;
  margin: 0;
  padding: 0;
}

.tera-nav li {
  display: inline-block;
  list-style: none;
}

.tera-nav a {
  color: #f7f7f7;
  display: block;
  font-size: 13px;
  font-weight: 700;
  padding: 31px 10px;
  text-transform: uppercase;
}

.tera-nav a:hover,
.tera-nav .active a {
  color: var(--tera-gold);
}

.tera-nav-search a {
  color: var(--tera-gold);
  font-size: 15px;
  padding-left: 13px;
  padding-right: 13px;
}

.tera-nav-search span {
  display: none;
}

.tera-topbar-search {
  align-items: center;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(200, 164, 93, 0.38);
  border-radius: 4px;
  color: var(--tera-gold);
  display: none;
  font-size: 13px;
  height: 30px;
  justify-content: center;
  margin-left: 8px;
  transition: background 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
  vertical-align: middle;
  width: 32px;
}

.tera-topbar-search:hover,
.tera-topbar-search:focus {
  background: rgba(123, 18, 25, 0.32);
  border-color: var(--tera-gold);
  box-shadow: 0 0 0 3px rgba(200, 164, 93, 0.14);
  color: #ffffff;
  outline: none;
}

.tera-language-switch form {
  align-items: center;
  display: flex;
  gap: 4px;
  padding: 18px 0 0 10px;
}

.tera-language-switch button {
  background: transparent;
  border: 0;
  color: #232323;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  padding: 0;
}

.tera-language-switch button.is-active,
.tera-language-switch button:hover {
  color: var(--tera-gold);
}

.tera-language-switch span {
  color: rgba(35, 35, 35, 0.35);
  font-size: 12px;
  font-weight: 800;
}

.tera-mobile-toggle {
  align-items: center;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(200, 164, 93, 0.38);
  border-radius: 4px;
  color: #fff;
  display: none;
  float: right;
  height: 44px;
  justify-content: center;
  margin-top: 19px;
  padding: 0;
  position: relative;
  transition: background 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
  width: 46px;
  z-index: 1310;
}

.tera-mobile-toggle:hover,
.tera-mobile-toggle:focus {
  background: rgba(123, 18, 25, 0.32);
  border-color: var(--tera-gold);
  box-shadow: 0 0 0 3px rgba(200, 164, 93, 0.14);
  outline: none;
}

.tera-mobile-toggle span {
  background: #fff;
  border-radius: 999px;
  display: block;
  height: 2px;
  left: 12px;
  position: absolute;
  transform-origin: center;
  transition: transform 220ms ease, opacity 160ms ease, top 220ms ease, background 220ms ease;
  width: 20px;
}

.tera-mobile-toggle span:nth-child(1) {
  top: 14px;
}

.tera-mobile-toggle span:nth-child(2) {
  top: 21px;
}

.tera-mobile-toggle span:nth-child(3) {
  top: 28px;
}

.tera-mobile-toggle.is-open span {
  background: var(--tera-gold);
}

.tera-mobile-toggle.is-open span:nth-child(1) {
  top: 21px;
  transform: rotate(45deg);
}

.tera-mobile-toggle.is-open span:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}

.tera-mobile-toggle.is-open span:nth-child(3) {
  top: 21px;
  transform: rotate(-45deg);
}

.tera-menu-backdrop {
  display: none;
}

.tera-hero {
  background: #070707;
  min-height: 650px;
  padding: 0;
  position: relative;
}

.tera-page-hero {
  background: #111111;
  color: #ffffff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding: 36px 0 26px;
}

.tera-hero.parallax,
.tera-page-hero.parallax {
  background-position: 50% 0;
  background-size: cover;
  overflow: hidden;
}

.tera-page-hero > .container {
  position: relative;
  z-index: 1;
}

.tera-page-block.parallax {
  isolation: isolate;
}

.tera-page-block.parallax::after {
  background: rgba(232, 74, 86, 0.14);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 0;
}

.tera-page-block.parallax > .container {
  position: relative;
  z-index: 1;
}

.tera-home-shortcut {
  align-items: center;
  color: rgba(255, 255, 255, 0.72);
  display: flex;
  flex-wrap: wrap;
  font-size: 12px;
  font-weight: 700;
  gap: 8px;
  letter-spacing: 0.03em;
  margin-bottom: 12px;
}

.tera-home-shortcut a {
  align-items: center;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  color: #fff !important;
  display: inline-flex;
  gap: 7px;
  padding: 6px 11px;
  text-decoration: none !important;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}

.tera-home-shortcut a:hover,
.tera-home-shortcut a:focus {
  background: #7b1219;
  border-color: #c8a45d;
}

.tera-home-shortcut-current {
  color: rgba(255, 255, 255, 0.82);
  max-width: min(68vw, 520px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tera-hero > .container {
  padding-left: 0;
  padding-right: 0;
  position: relative;
  width: 100%;
  z-index: 1;
}

.tera-hero-carousel {
  background: #070707;
  max-width: none;
  min-height: 650px;
  position: relative;
}

.tera-hero-carousel.owl-hidden {
  opacity: 1;
}

.tera-hero-carousel:not(.owl-loaded) > .tera-hero-slide {
  display: none;
}

.tera-hero-carousel:not(.owl-loaded) > .tera-hero-slide:first-child {
  display: block;
}

.tera-hero-carousel .animated {
  animation-duration: 0ms !important;
}

.tera-hero-carousel .owl-stage {
  background: #070707;
  transition-timing-function: cubic-bezier(0.55, 0.08, 0.16, 0.98) !important;
}

.tera-hero-carousel .owl-stage-outer {
  background: #070707;
  overflow: hidden;
}

.tera-hero-carousel .owl-item {
  background: #070707;
  overflow: hidden;
}

.tera-hero-carousel .owl-item .tera-hero-slide {
  transform: scale(1);
}

.tera-hero-slide {
  background-color: #070707;
  background-position: center;
  background-size: cover;
  overflow: hidden;
  min-height: 650px;
  padding: 150px 0 90px;
  position: relative;
}

.tera-hero-slide:before {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.88), rgba(0, 0, 0, 0.58), rgba(0, 0, 0, 0.28));
  content: "";
  inset: 0;
  position: absolute;
  z-index: 0;
}

.tera-hero-copy {
  margin: 0 auto;
  max-width: 820px;
  min-width: 0;
  padding-left: 56px;
  padding-right: 56px;
  position: relative;
  z-index: 1;
  width: 1170px;
  max-width: 100%;
}

.tera-hero-copy,
.tera-hero-copy > * {
  opacity: 1;
}

.tera-hero-copy.is-animated {
  animation: teraHeroTextLeft 700ms ease both;
}

@keyframes teraHeroTextLeft {
  from {
    opacity: 1;
    transform: translateX(-28px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.tera-hero-carousel.owl-theme .owl-dots {
  bottom: 46px;
  left: 50%;
  margin-top: 0;
  max-width: 1170px;
  padding: 0 56px;
  position: absolute;
  text-align: left;
  transform: translateX(-50%);
  width: 100%;
  z-index: 3;
}

.tera-hero-carousel.owl-theme .owl-dots .owl-dot span {
  background: rgba(255, 255, 255, 0.45);
  border-radius: 999px;
  height: 5px;
  margin: 0 8px 0 0;
  width: 28px;
}

.tera-hero-carousel.owl-theme .owl-dots .owl-dot.active span,
.tera-hero-carousel.owl-theme .owl-dots .owl-dot:hover span {
  background: var(--tera-gold);
}

.tera-kicker {
  color: var(--tera-gold);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.tera-hero h1,
.tera-page-hero h1 {
  color: var(--tera-white);
  font-family: Montserrat, Arial, sans-serif;
  font-size: 58px;
  font-weight: 900;
  line-height: 1.05;
  margin-bottom: 22px;
  max-width: 820px;
}

.tera-page-hero h1 {
  font-size: 34px;
  line-height: 1.18;
  margin-bottom: 10px;
}

.tera-hero p,
.tera-page-hero p {
  color: #e3e3e3;
  font-size: 18px;
  line-height: 1.75;
  max-width: 700px;
}

.tera-page-hero p,
.tera-page-hero .container > div:last-child,
.tera-page-hero-description,
.tera-page-hero-description p {
  color: #dddddd;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 0;
  max-width: 780px;
}

.tera-page-hero .tera-kicker {
  color: var(--tera-gold);
  display: block;
}

.tera-btn {
  background: var(--tera-red);
  border: 1px solid var(--tera-red);
  color: #fff;
  display: inline-block;
  font-weight: 800;
  margin: 8px 8px 0 0;
  padding: 13px 22px;
  text-transform: uppercase;
}

.tera-btn:hover {
  background: var(--tera-red-soft);
  border-color: var(--tera-red-soft);
  color: #fff;
}

.tera-btn.outline {
  background: transparent;
  border-color: var(--tera-gold);
  color: var(--tera-gold);
}

.tera-quote-btn {
  background: var(--tera-gold);
  border-color: var(--tera-gold);
  color: #111111;
}

.tera-quote-btn:hover,
.tera-quote-btn:focus {
  background: #dfbd76;
  border-color: #dfbd76;
  color: #111111;
}

.tera-typed-title {
  min-height: 44px;
}

.tera-type-cursor {
  animation: teraTypeCursor 850ms steps(1) infinite;
  background: var(--tera-red);
  display: inline-block;
  height: 0.9em;
  margin-left: 5px;
  vertical-align: -0.06em;
  width: 3px;
}

@keyframes teraTypeCursor {
  50% {
    opacity: 0;
  }
}

.tera-studio-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 8px;
}

.tera-studio-actions .tera-btn {
  margin-right: 0;
}

.tera-about-mission {
  padding-top: 0;
}

.tera-about-stats-section {
  padding-bottom: 58px;
  padding-top: 58px;
  position: relative;
}

.tera-about-stats-section:before {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.82), rgba(20, 20, 20, 0.62));
  content: "";
  inset: 0;
  position: absolute;
  z-index: 0;
}

.tera-about-stats-section > .container {
  position: relative;
  z-index: 1;
}

.tera-about-stats-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.tera-about-stat {
  background:
    radial-gradient(circle at top left, rgba(200, 164, 93, 0.24), transparent 38%),
    linear-gradient(135deg, rgba(17, 17, 17, 0.92), rgba(42, 11, 14, 0.90));
  border: 1px solid rgba(200, 164, 93, 0.34);
  border-radius: 18px;
  box-shadow: 0 20px 46px rgba(0, 0, 0, 0.16);
  overflow: hidden;
  padding: 26px 18px;
  position: relative;
  text-align: center;
}

.tera-about-stat:before {
  background: linear-gradient(90deg, var(--tera-red), var(--tera-gold));
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.tera-about-stat strong {
  color: #ffffff;
  display: block;
  font-size: 42px;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 10px;
}

.tera-about-stat span {
  color: var(--tera-gold);
  display: block;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.tera-mission-panel {
  background:
    radial-gradient(circle at top left, rgba(200, 164, 93, 0.20), transparent 32%),
    linear-gradient(135deg, #ffffff, #f7f4ec);
  border: 1px solid rgba(200, 164, 93, 0.34);
  border-left: 5px solid var(--tera-red);
  border-radius: 18px;
  box-shadow: 0 22px 55px rgba(0, 0, 0, 0.08);
  margin: 0 auto;
  max-width: 980px;
  padding: 38px;
}

.tera-mission-panel .tera-title {
  color: #111111;
}

.tera-mission-panel .tera-lead,
.tera-mission-panel .tera-lead p {
  color: #303030;
  font-size: 16px;
  line-height: 1.75;
}

.tera-about-services .tera-lead {
  color: #dddddd;
  margin-left: auto;
  margin-right: auto;
  max-width: 760px;
}

.tera-about-services-carousel .owl-stage {
  display: flex;
}

.tera-about-services-carousel .owl-item {
  display: flex;
}

.tera-about-services-carousel .tera-service-col,
.tera-about-services-carousel .tera-service-card {
  width: 100%;
}

.tera-about-partners {
  border-top: 0;
}

.tera-quote-page,
.tera-quote-confirmation {
  min-height: 650px;
}

.tera-quote-heading {
  margin: 0 auto 30px;
  max-width: 760px;
  text-align: center;
}

.tera-quote-heading p {
  color: #555555;
  font-size: 16px;
  line-height: 1.7;
}

.tera-quote-panel {
  background: #ffffff;
  border: 1px solid #e1e1e1;
  border-radius: 6px;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.08);
  margin: 0 auto;
  max-width: 850px;
  padding: 34px;
}

.tera-quote-form .tera-form-field {
  margin-bottom: 16px;
}

.tera-quote-form .form-control {
  background: #ffffff !important;
  border: 1px solid #cfcfcf !important;
  color: #171717 !important;
}

.tera-quote-form textarea.form-control {
  min-height: 150px;
}

.tera-file-field label {
  color: #111111;
  display: flex;
  font-size: 13px;
  font-weight: 900;
  justify-content: space-between;
  margin-bottom: 9px;
  text-transform: uppercase;
}

.tera-file-field label span {
  color: #777777;
  font-size: 11px;
  font-weight: 700;
}

.tera-file-drop {
  align-items: center;
  background:
    linear-gradient(135deg, rgba(200, 164, 93, 0.12), rgba(123, 18, 25, 0.06)),
    #fbfaf7;
  border: 1px dashed rgba(123, 18, 25, 0.38);
  border-radius: 10px;
  display: flex;
  gap: 15px;
  padding: 16px;
}

.tera-file-drop i {
  align-items: center;
  background: #111111;
  border-radius: 50%;
  color: var(--tera-gold);
  display: inline-flex;
  flex: 0 0 46px;
  font-size: 20px;
  height: 46px;
  justify-content: center;
  width: 46px;
}

.tera-file-drop small {
  color: #666666;
  display: block;
  line-height: 1.45;
  margin-top: 7px;
}

.tera-quote-form .tera-file-input {
  background: transparent !important;
  border: 0 !important;
  min-height: 0;
  padding: 0;
}

.tera-quote-form .errorlist {
  color: #a51d27;
  font-size: 12px;
  list-style: none;
  margin: 6px 0 0;
  padding: 0;
}

.tera-confirmation-card {
  background: #ffffff;
  border: 1px solid #e1e1e1;
  border-radius: 7px;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.08);
  margin: 35px auto;
  max-width: 760px;
  padding: 54px 38px;
  text-align: center;
}

.tera-confirmation-card-modern {
  background:
    radial-gradient(circle at top left, rgba(200, 164, 93, 0.22), transparent 34%),
    radial-gradient(circle at bottom right, rgba(123, 18, 25, 0.12), transparent 36%),
    #ffffff;
  border: 1px solid rgba(200, 164, 93, 0.34);
  border-radius: 22px;
  box-shadow: 0 26px 70px rgba(10, 10, 10, 0.14);
  overflow: hidden;
  position: relative;
}

.tera-confirmation-card-modern:before {
  background: linear-gradient(90deg, var(--tera-red), var(--tera-gold));
  content: "";
  height: 5px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.tera-confirmation-icon {
  align-items: center;
  background: linear-gradient(135deg, #27864b, #42b96d);
  border-radius: 50%;
  box-shadow: 0 14px 34px rgba(39, 134, 75, 0.28);
  color: #ffffff;
  display: inline-flex;
  font-size: 28px;
  height: 70px;
  justify-content: center;
  margin-bottom: 22px;
  width: 70px;
}

.tera-confirmation-card p {
  color: #555555;
  font-size: 16px;
}

.tera-confirmation-copy {
  margin: 12px auto 8px;
  max-width: 610px;
}

.tera-confirmation-copy p:last-child {
  margin-bottom: 0;
}

.tera-confirmation-actions {
  margin-top: 22px;
}

.tera-quote-reference {
  background: #f4f0e7;
  border-radius: 4px;
  display: inline-block;
  padding: 9px 15px;
}

@media (prefers-reduced-motion: reduce) {
  .tera-type-cursor {
    animation: none;
  }
}

.tera-page-block {
  background: #101010;
  padding: 42px 0 50px;
}

.tera-page-block.alt {
  background: #171717;
}

.tera-page-block.light {
  background: #f5f5f5;
  color: #181818;
}

.tera-project-preview {
  padding-bottom: 38px;
}

.tera-project-counter {
  align-items: center;
  background:
    radial-gradient(circle at top left, rgba(200, 164, 93, 0.26), transparent 34%),
    linear-gradient(135deg, #111111, #2a0b0e);
  border: 1px solid rgba(200, 164, 93, 0.36);
  border-radius: 18px;
  box-shadow: 0 20px 46px rgba(0, 0, 0, 0.18);
  display: inline-flex;
  gap: 14px;
  margin-top: 22px;
  padding: 14px 24px;
  position: relative;
  overflow: hidden;
}

.tera-project-counter:before {
  background: linear-gradient(180deg, var(--tera-red), var(--tera-gold));
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 5px;
}

.tera-project-counter-label {
  color: var(--tera-gold) !important;
  font-size: 11px !important;
  letter-spacing: 0.12em !important;
  min-width: auto;
}

.tera-project-counter strong {
  align-items: center;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(200, 164, 93, 0.30);
  border-radius: 14px;
  color: #ffffff;
  display: inline-flex;
  font-size: 40px;
  font-weight: 900;
  height: 70px;
  justify-content: center;
  line-height: 1;
  min-width: 84px;
}

.tera-project-counter span {
  color: #ffffff;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-align: left;
  text-transform: uppercase;
}

.tera-blog-preview {
  border-top: 1px solid #e3e3e3;
  padding-top: 42px;
}

.tera-contact-cta {
  padding: 38px 0;
}

.tera-contact-cta .tera-title,
.tera-contact-cta .tera-lead {
  margin-bottom: 10px;
}

.tera-contact-cta .row {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}

.tera-contact-section {
  background: #f5f5f5;
  color: #171717;
  padding: 58px 0;
}

.tera-contact-grid {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
}

.tera-contact-grid:before,
.tera-contact-grid:after {
  display: none;
}

.tera-contact-panel {
  background: #ffffff;
  border: 1px solid #e2e2e2;
  border-radius: 6px;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.06);
  color: #171717;
  height: 100%;
  padding: 30px;
}

.tera-contact-panel p,
.tera-contact-panel li,
.tera-contact-panel label,
.tera-contact-map,
.tera-contact-map p {
  color: #222222;
}

.tera-contact-panel .tera-title,
.tera-contact-map .tera-title {
  color: #111111;
  font-size: 28px;
  margin-bottom: 22px;
}

.tera-contact-form .form-control {
  background: #fbfbfb;
  border: 1px solid #d8d8d8;
  border-radius: 4px;
  box-shadow: none;
  color: #111111;
  min-height: 48px;
  padding: 13px 16px;
}

.tera-contact-form textarea.form-control {
  min-height: 142px;
  padding-top: 14px;
}

.tera-contact-form .form-control::placeholder {
  color: #6f6f6f;
  opacity: 1;
}

.tera-contact-form .form-control:focus {
  background: #ffffff;
  border-color: var(--tera-gold);
  box-shadow: 0 0 0 3px rgba(200, 164, 93, 0.14);
}

.tera-contact-field {
  margin-bottom: 14px;
}

.tera-contact-field .form-control {
  margin-bottom: 0 !important;
  width: 100%;
}

.tera-contact-inline-row {
  display: flex;
  gap: 12px;
}

.tera-contact-inline-row .tera-contact-field {
  flex: 1 1 0;
  min-width: 0;
}

.tera-contact-list {
  display: grid;
  gap: 14px;
}

.tera-contact-list p {
  background: #f7f7f7;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  color: #222222;
  line-height: 1.55;
  margin: 0;
  padding: 14px 16px;
}

.tera-contact-list span {
  color: #7b1219;
  display: block;
  font-size: 12px;
  font-weight: 900;
  margin-bottom: 4px;
  text-transform: uppercase;
}

.tera-contact-list a {
  color: #111111;
  font-weight: 800;
}

.tera-contact-list a:hover,
.tera-contact-list a:focus {
  color: #7b1219;
}

.tera-contact-page .errorlist {
  color: #7b1219;
  font-weight: 700;
  list-style: none;
  margin: 6px 0 0;
  padding: 0;
}

.tera-contact-social {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.tera-contact-social .tera-social-icon {
  background: #ffffff;
  color: #111111;
}

.tera-contact-map {
  background: #ffffff;
  border: 1px solid #e2e2e2;
  border-radius: 6px;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.06);
  margin: 28px 15px 0;
  padding: 28px;
}

.tera-contact-map .tera-map {
  background: #f7f7f7;
  border: 1px solid #dedede;
  border-radius: 5px;
  color: #333333;
  min-height: 360px;
  overflow: hidden;
  padding: 0;
  text-align: left;
}

.tera-contact-map .tera-map iframe {
  border: 0;
  display: block;
  height: 360px;
  width: 100%;
}

.tera-home-contact .tera-contact-panel {
  min-height: 100%;
}

.tera-home-contact {
  background: #eeeeee;
  color: #171717;
}

.tera-home-contact .tera-title {
  color: #111111;
}

.tera-home-contact .tera-lead {
  color: #4f4f4f;
}

.tera-home-contact-form {
  background: transparent;
  border: 0;
  box-shadow: none;
  padding-left: 0;
  padding-right: 24px;
}

.tera-home-contact-form .tera-contact-form .form-control {
  background: #f8f8f8 !important;
  border-color: #cfcfcf;
  color: #151515 !important;
}

.tera-home-contact-form .tera-contact-form .form-control::placeholder {
  color: #686868 !important;
  opacity: 1;
}

.tera-home-contact-form .tera-contact-form .form-control:focus {
  background: #ffffff !important;
  border-color: var(--tera-gold);
  color: #111111 !important;
}

.tera-home-contact-form .tera-contact-form .form-control:-webkit-autofill,
.tera-home-contact-form .tera-contact-form .form-control:-webkit-autofill:hover,
.tera-home-contact-form .tera-contact-form .form-control:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 1000px #f8f8f8 inset;
  -webkit-text-fill-color: #151515;
}

.tera-form-row {
  display: flex;
  gap: 10px;
}

.tera-form-field {
  flex: 1 1 0;
  min-width: 0;
  padding-bottom: 10px;
}

.tera-form-field .form-control {
  margin-bottom: 0 !important;
}

.tera-home-map {
  background: #f7f7f7;
  border-color: #d8d8d8;
  box-shadow: none;
}

.tera-home-map .tera-map {
  background: #e5e5e5;
  min-height: 330px;
  overflow: hidden;
  padding: 0;
}

.tera-home-map .tera-map iframe {
  border: 0;
  display: block;
  height: 330px;
  width: 100%;
}

.tera-title {
  color: inherit;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 34px;
  font-weight: 900;
  margin-bottom: 12px;
}

.tera-lead {
  color: var(--tera-muted);
  font-size: 16px;
  line-height: 1.75;
  margin-bottom: 28px;
}

.light .tera-lead {
  color: #555;
}

.tera-studio-intro .tera-title {
  color: #161616;
}

.tera-studio-intro .tera-lead {
  color: #444;
}

.tera-card {
  background: #1d1d1d;
  border: 1px solid var(--tera-line);
  border-radius: 4px;
  height: 100%;
  margin-bottom: 30px;
  overflow: hidden;
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}

.tera-card:hover {
  border-color: rgba(200, 164, 93, 0.46);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.24);
  transform: translateY(-4px);
}

.tera-card .body {
  padding: 24px;
}

.tera-card h3,
.tera-card h4 {
  color: #fff;
  font-family: Montserrat, Arial, sans-serif;
  font-weight: 800;
  margin-top: 0;
}

.tera-card p,
.tera-card li {
  color: var(--tera-muted);
  line-height: 1.7;
}

.tera-card img {
  display: block;
  height: 210px;
  object-fit: cover;
  object-position: top center;
  width: 100%;
}

.tera-testimonial-card .body {
  min-height: 260px;
}

.tera-project-carousel,
.tera-testimonials-carousel {
  margin-bottom: 30px;
}

.tera-project-carousel .owl-stage,
.tera-testimonials-carousel .owl-stage {
  display: flex;
}

.tera-project-carousel .owl-item,
.tera-testimonials-carousel .owl-item {
  display: flex;
}

.tera-project-carousel .tera-project-card,
.tera-testimonials-carousel .tera-testimonial-card {
  width: 100%;
}

.tera-testimonials-carousel .tera-testimonial-card {
  background: rgba(18, 18, 18, 0.58);
  border-color: rgba(255, 255, 255, 0.16);
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.18);
}

@supports (backdrop-filter: blur(8px)) {
  .tera-testimonials-carousel .tera-testimonial-card {
    backdrop-filter: blur(3px);
  }
}

.tera-testimonial-photo {
  border: 3px solid rgba(200, 164, 93, 0.55);
  border-radius: 50%;
  height: 76px !important;
  margin: 0 0 18px;
  object-fit: cover;
  object-position: center;
  width: 76px !important;
}

.tera-testimonial-quote {
  flex: 1 1 auto;
  margin-bottom: 20px;
}

.tera-testimonial-card .body {
  display: flex;
  flex-direction: column;
}

.tera-testimonial-author h4 {
  margin-bottom: 5px;
}

.tera-testimonial-author span {
  color: var(--tera-gold);
  display: block;
  font-size: 13px;
  line-height: 1.5;
}

.tera-team-card .body {
  display: flex;
  flex-direction: column;
}

.tera-team-role {
  color: var(--tera-gold) !important;
  font-weight: 900;
  text-transform: uppercase;
}

.tera-team-detail-grid {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
}

.tera-team-detail-grid:before,
.tera-team-detail-grid:after {
  display: none;
}

.tera-team-detail-photo,
.tera-team-detail-card {
  height: 100%;
}

.tera-team-detail-photo img {
  border-radius: 12px;
  box-shadow: 0 22px 52px rgba(0, 0, 0, 0.16);
  display: block;
  height: 100%;
  max-height: 620px;
  min-height: 420px;
  object-fit: cover;
  object-position: top center;
  width: 100%;
}

.tera-team-detail-card {
  background: #ffffff;
  border: 1px solid #e3e3e3;
  border-radius: 12px;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.08);
  padding: 38px;
}

.tera-team-bio,
.tera-team-bio p {
  color: #333333;
}

.tera-team-contact-list {
  display: grid;
  gap: 10px;
  margin: 22px 0 18px;
}

.tera-team-contact-list a {
  align-items: center;
  background: #f7f7f7;
  border: 1px solid #e4e4e4;
  border-radius: 8px;
  color: #111111 !important;
  display: flex;
  font-weight: 800;
  gap: 10px;
  padding: 12px 14px;
}

.tera-team-contact-list i {
  color: var(--tera-red);
  width: 18px;
}

.tera-team-other {
  margin-top: 54px;
}

.tera-team-mini-card {
  color: inherit;
  display: block;
}

.tera-team-mini-card:hover,
.tera-team-mini-card:focus {
  color: inherit;
  text-decoration: none;
}

.tera-trust-grid {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
}

.tera-trust-grid:before,
.tera-trust-grid:after {
  display: none;
}

.tera-trust-intro,
.tera-trust-intro p {
  color: #dddddd;
  line-height: 1.7;
}

.tera-faq-panel {
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(200, 164, 93, 0.32);
  border-radius: 12px;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.28);
  color: #111111;
  height: 100%;
  padding: 22px;
}

.tera-faq-panel .tera-kicker {
  margin-bottom: 8px;
}

.tera-faq-panel .tera-title {
  color: #111111;
  font-size: 27px;
  margin-bottom: 8px;
}

.tera-faq-panel .tera-lead {
  color: #555555;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 14px;
}

.tera-faq-list {
  display: grid;
  gap: 8px;
  margin-bottom: 14px;
}

.tera-faq-item {
  background: #f8f8f8;
  border: 1px solid #e3e3e3;
  border-radius: 9px;
  overflow: hidden;
}

.tera-faq-item summary {
  color: #111111;
  cursor: pointer;
  font-size: 14px;
  font-weight: 900;
  list-style: none;
  line-height: 1.35;
  padding: 11px 36px 11px 13px;
  position: relative;
}

.tera-faq-item summary::-webkit-details-marker {
  display: none;
}

.tera-faq-item summary:after {
  color: var(--tera-red);
  content: "+";
  font-size: 18px;
  font-weight: 900;
  position: absolute;
  right: 13px;
  top: 8px;
}

.tera-faq-item[open] {
  background: #ffffff;
  border-color: rgba(123, 18, 25, 0.22);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
}

.tera-faq-item[open] summary:after {
  content: "−";
}

.tera-faq-answer {
  border-top: 1px solid #eeeeee;
  color: #444444;
  font-size: 13px;
  line-height: 1.55;
  padding: 0 13px 11px;
}

.tera-faq-answer p:last-child {
  margin-bottom: 0;
}

.tera-blog-preview .tera-title,
.tera-blog-preview .tera-lead {
  color: #161616;
}

.tera-blog-card {
  display: flex;
  flex-direction: column;
  min-height: 430px;
}

.tera-blog-card img {
  height: 220px;
}

.tera-blog-card .body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
}

.tera-blog-meta {
  color: var(--tera-gold);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.5;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.tera-blog-card h3 {
  font-size: 20px;
  line-height: 1.35;
  margin-bottom: 12px;
}

.tera-blog-card p {
  flex: 1 1 auto;
}

.tera-blog-preview .tera-blog-card {
  height: 500px;
  min-height: 500px;
}

.tera-blog-list .tera-blog-card {
  height: 520px;
  min-height: 520px;
}

.tera-blog-list .tera-blog-card img {
  flex: 0 0 220px;
  height: 220px;
}

.tera-blog-list .tera-blog-card h3 {
  display: -webkit-box;
  min-height: 54px;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.tera-blog-list .tera-blog-card p {
  display: -webkit-box;
  max-height: 78px;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.tera-blog-list .tera-read-more {
  margin-top: auto;
}

.tera-blog-preview .tera-blog-card img {
  flex: 0 0 220px;
  height: 220px;
}

.tera-blog-preview .tera-blog-card h3 {
  display: -webkit-box;
  min-height: 54px;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.tera-blog-preview .tera-blog-card p {
  display: -webkit-box;
  max-height: 72px;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.tera-blog-preview .tera-read-more {
  margin-top: auto;
}

.tera-blog-link {
  align-self: flex-start;
  border-bottom: 2px solid currentColor;
  font-weight: 800;
  margin-top: 8px;
  text-transform: uppercase;
}

.tera-article-stats {
  align-items: center;
  color: #666;
  display: flex;
  flex-wrap: wrap;
  font-size: 12px;
  gap: 8px 0;
  margin: -2px 0 12px;
}

.tera-article-stats span {
  align-items: center;
  display: inline-flex;
  padding: 0 13px;
}

.tera-article-stats span:first-child {
  padding-left: 0;
}

.tera-article-stats span + span {
  border-left: 1px solid #d2d2d2;
}

.tera-article-stats i {
  color: var(--tera-red);
  margin-right: 5px;
}

.tera-project-card h3 {
  color: #111;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.3;
  margin: 0 0 12px;
}

.tera-project-card p {
  color: #444;
  flex: 1 1 auto;
  line-height: 1.7;
}

.tera-project-card {
  display: flex;
  flex-direction: column;
  min-height: 455px;
}

.tera-project-card-link,
.tera-production-video-trigger {
  color: inherit;
  cursor: pointer;
  text-align: left;
  text-decoration: none !important;
}

.tera-production-video-trigger {
  border: 0;
  font: inherit;
  padding: 0;
  width: 100%;
}

.tera-project-video-media {
  background: transparent;
  display: block;
}

.tera-project-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: auto;
}

.tera-project-actions .tera-production-video-trigger {
  background: transparent;
  color: var(--tera-red);
  flex: 1 1 auto;
  font-weight: 800;
  text-align: left;
  width: auto;
}

.tera-project-actions .tera-production-detail-link {
  flex: 0 0 auto;
  padding: 9px 14px;
}

.tera-project-media {
  display: block;
  position: relative;
}

.tera-project-media img {
  display: block;
  width: 100%;
}

.tera-project-play {
  align-items: center;
  background: #7b1219;
  border: 3px solid rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  color: #fff;
  display: flex;
  font-size: 22px;
  height: 66px;
  justify-content: center;
  left: 50%;
  padding-left: 4px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: transform 0.2s ease, background-color 0.2s ease;
  width: 66px;
  z-index: 2;
}

.tera-project-video-label {
  background: rgba(0, 0, 0, 0.82);
  border-radius: 999px;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  padding: 5px 10px;
  position: absolute;
  right: 12px;
  text-transform: uppercase;
  top: 12px;
}

.tera-production-video-trigger:hover .tera-project-play,
.tera-production-video-trigger:focus .tera-project-play {
  background: #c8a45d;
  transform: translate(-50%, -50%) scale(1.08);
}

.tera-project-title {
  color: #111;
  display: block;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.3;
  margin: 0 0 12px;
}

.tera-project-description {
  color: #444;
  display: block;
  flex: 1 1 auto;
  line-height: 1.7;
  margin-bottom: 16px;
}

.tera-project-card img {
  height: 235px;
}

.tera-project-card .body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
}

.tera-project-progress {
  border-top: 1px solid rgba(17, 17, 17, 0.12);
  margin: 18px 0;
  padding-top: 16px;
}

.tera-project-progress-head {
  align-items: center;
  color: #222;
  display: flex;
  font-size: 12px;
  font-weight: 800;
  justify-content: space-between;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.tera-project-progress-head strong {
  color: var(--tera-red);
}

.tera-project-progress-track {
  background: rgba(17, 17, 17, 0.12);
  border-radius: 3px;
  height: 7px;
  overflow: hidden;
}

.tera-project-progress-track span {
  background: #a83232;
  display: block;
  height: 100%;
  min-width: 2px;
  transition: width 500ms ease, background 240ms ease;
}

.tera-project-progress.is-starting .tera-project-progress-head strong {
  color: #a83232;
}

.tera-project-progress.is-active .tera-project-progress-head strong {
  color: #d07a14;
}

.tera-project-progress.is-active .tera-project-progress-track span {
  background: #d07a14;
}

.tera-project-progress.is-advanced .tera-project-progress-head strong {
  color: #2878b8;
}

.tera-project-progress.is-advanced .tera-project-progress-track span {
  background: #2878b8;
}

.tera-project-progress.is-complete .tera-project-progress-head strong {
  color: #27864b;
}

.tera-project-progress.is-complete .tera-project-progress-track span {
  background: #27864b;
}

.tera-project-evolution {
  color: #555;
  font-size: 13px;
  margin-top: 12px;
}

.tera-project-evolution p:last-child {
  margin-bottom: 0;
}

.tera-project-steps {
  border-top: 1px solid #e2e2e2;
  margin-top: 24px;
  padding-top: 24px;
}

.tera-project-steps-head {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
}

.tera-project-steps h3 {
  color: #171717;
  font-size: 24px;
  font-weight: 900;
  margin: 0;
}

.tera-project-step-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.tera-project-step {
  display: flex;
  gap: 14px;
  padding: 0 0 18px;
  position: relative;
}

.tera-project-step:before {
  background: #dddddd;
  bottom: 0;
  content: "";
  left: 18px;
  position: absolute;
  top: 38px;
  width: 2px;
}

.tera-project-step:last-child {
  padding-bottom: 0;
}

.tera-project-step:last-child:before {
  display: none;
}

.tera-project-step-marker {
  align-items: center;
  background: #f4f4f4;
  border: 2px solid #d8d8d8;
  border-radius: 50%;
  color: #777777;
  display: flex;
  flex: 0 0 38px;
  height: 38px;
  justify-content: center;
  position: relative;
  width: 38px;
  z-index: 1;
}

.tera-project-step-body {
  background: #ffffff;
  border: 1px solid #e1e1e1;
  border-radius: 6px;
  color: #333333;
  flex: 1 1 auto;
  padding: 15px 17px;
}

.tera-project-step-meta {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: space-between;
  margin-bottom: 7px;
}

.tera-project-step-meta span {
  color: var(--tera-red);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.tera-project-step-meta time {
  color: #777777;
  font-size: 12px;
  font-weight: 700;
}

.tera-project-step h4 {
  color: #171717;
  font-size: 17px;
  font-weight: 900;
  line-height: 1.35;
  margin: 0 0 7px;
}

.tera-project-step-copy {
  color: #555555;
  font-size: 13px;
  line-height: 1.6;
}

.tera-project-step-copy p:last-child {
  margin-bottom: 0;
}

.tera-project-step-progress {
  background: #eeeeee;
  border-radius: 999px;
  height: 6px;
  margin-top: 11px;
  overflow: hidden;
}

.tera-project-step-progress span {
  background: var(--tera-red);
  display: block;
  height: 100%;
  min-width: 2px;
}

.tera-project-step.is-in-progress .tera-project-step-marker,
.tera-project-step.is-in-progress .tera-project-step-progress span {
  background: #d07a14;
  border-color: #d07a14;
  color: #ffffff;
}

.tera-project-step.is-done .tera-project-step-marker,
.tera-project-step.is-done .tera-project-step-progress span {
  background: #27864b;
  border-color: #27864b;
  color: #ffffff;
}

.tera-project-step.is-blocked .tera-project-step-marker,
.tera-project-step.is-blocked .tera-project-step-progress span {
  background: #a83232;
  border-color: #a83232;
  color: #ffffff;
}

.tera-production-copy .media,
.tera-article-content .media {
  margin: 24px 0;
}

.tera-production-copy .media > div,
.tera-article-content .media > div,
.tera-responsive-video {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}

.tera-production-copy .media iframe,
.tera-article-content .media iframe,
.tera-responsive-video iframe {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.tera-production-video {
  border-top: 1px solid #e2e2e2;
  margin-top: 28px;
  padding-top: 26px;
}

.tera-production-detail-card > img {
  background: #f5f5f5;
  display: block;
  height: auto;
  object-fit: contain;
  object-position: center;
  width: 100%;
}

.tera-production-main-video {
  background: #111111;
  padding: 0;
}

.tera-production-video h3,
.tera-drive-gallery h3 {
  color: #171717;
  font-size: 24px;
  font-weight: 900;
  margin: 0 0 17px;
}

.tera-responsive-video {
  background: #000000;
  border-radius: 5px;
}

.tera-youtube-link {
  color: #d90000 !important;
  display: inline-block;
  font-weight: 800;
  margin-top: 13px;
}

.tera-youtube-link i {
  font-size: 18px;
  margin-right: 6px;
}

.tera-production-quote-btn,
.tera-production-quote-btn:hover,
.tera-production-quote-btn:focus {
  background: var(--tera-red);
  border-color: var(--tera-red);
  color: #ffffff !important;
}

.tera-production-quote-btn {
  margin-top: 22px;
}

.tera-production-quote-box .tera-production-quote-btn {
  display: block;
  margin-right: 0;
  text-align: center;
}

.tera-production-contact-box {
  border-left: 4px solid var(--tera-red);
  overflow: hidden;
  padding: 26px 24px 24px;
  position: relative;
}

.tera-production-contact-box .tera-kicker {
  color: var(--tera-red);
  font-size: 11px;
  margin-bottom: 7px;
}

.tera-production-contact-box h3 {
  font-size: 24px;
  margin-bottom: 10px;
  padding-right: 46px;
}

.tera-production-contact-box p {
  margin-bottom: 22px;
}

.tera-production-contact-icon {
  align-items: center;
  background: #f4f4f4;
  border-radius: 50%;
  color: var(--tera-red);
  display: flex;
  font-size: 20px;
  height: 42px;
  justify-content: center;
  position: absolute;
  right: 22px;
  top: 22px;
  width: 42px;
}

.tera-production-contact-btn,
.tera-production-contact-btn:hover,
.tera-production-contact-btn:focus {
  background: var(--tera-red);
  border-color: var(--tera-red);
  color: #ffffff !important;
}

.tera-production-contact-btn {
  align-items: center;
  display: flex;
  gap: 10px;
  justify-content: center;
  margin: 0;
  min-height: 48px;
  width: 100%;
}

.tera-production-contact-btn span {
  flex: 1 1 auto;
  text-align: center;
}

.tera-production-contact-btn .fa-arrow-right {
  transition: transform 0.2s ease;
}

.tera-production-contact-btn:hover .fa-arrow-right,
.tera-production-contact-btn:focus .fa-arrow-right {
  transform: translateX(3px);
}

.tera-drive-gallery {
  border-top: 1px solid #e2e2e2;
  margin-top: 30px;
  padding-top: 27px;
}

.tera-drive-gallery-heading {
  align-items: flex-end;
  display: flex;
  justify-content: space-between;
  margin-bottom: 18px;
}

.tera-drive-embed {
  background: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  height: 620px;
  overflow: hidden;
}

.tera-drive-embed iframe {
  border: 0;
  display: block;
  height: 100%;
  width: 100%;
}

.tera-drive-gallery-heading .tera-kicker,
.tera-drive-gallery-heading h3 {
  margin-bottom: 0;
}

.tera-drive-gallery-heading p {
  color: #555;
  margin: 8px 0 0;
}

.tera-drive-gallery-heading > .tera-drive-open-folder {
  color: #7b1219 !important;
  flex: 0 0 auto;
  font-size: 13px;
  white-space: nowrap;
}

.tera-drive-help {
  background: #f7f3ea;
  border-left: 4px solid #c8a45d;
  color: #333;
  font-size: 13px;
  line-height: 1.6;
  margin-top: 14px;
  padding: 12px 14px;
}

.tera-drive-help i {
  color: #7b1219;
  margin-right: 6px;
}

/* Rich content produced by CKEditor or Markdown. */
.tera-richtext {
  color: inherit;
  font-size: inherit;
  line-height: 1.75;
  max-width: 100%;
  overflow-wrap: anywhere;
}

.tera-richtext::after {
  clear: both;
  content: "";
  display: table;
}

.tera-richtext > :first-child {
  margin-top: 0;
}

.tera-richtext > :last-child {
  margin-bottom: 0;
}

.tera-richtext p {
  margin: 0 0 1.15em;
}

.tera-richtext h2,
.tera-richtext h3,
.tera-richtext h4,
.tera-richtext h5,
.tera-richtext h6 {
  color: inherit;
  font-weight: 900;
  line-height: 1.3;
  margin: 1.5em 0 0.65em;
}

.tera-richtext a {
  color: #7b1219;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: rgba(123, 18, 25, 0.35);
  text-underline-offset: 3px;
}

.tera-richtext ul,
.tera-richtext ol {
  margin: 0 0 1.35em !important;
  padding-left: 2em !important;
}

.tera-richtext ul {
  list-style: disc outside !important;
}

.tera-richtext ol {
  list-style: decimal outside !important;
}

.tera-richtext ul ul {
  list-style-type: circle !important;
}

.tera-richtext ul ul ul {
  list-style-type: square !important;
}

.tera-richtext ol ol {
  list-style-type: lower-alpha !important;
}

.tera-richtext ol ol ol {
  list-style-type: lower-roman !important;
}

.tera-richtext li {
  display: list-item !important;
  margin-bottom: 0.48em !important;
  padding-left: 0.25em !important;
}

.tera-richtext li::marker {
  color: #7b1219;
  font-weight: 900;
}

.tera-richtext blockquote {
  background: linear-gradient(135deg, #faf7f0, #f2eadb);
  border: 0;
  border-left: 5px solid #c8a45d;
  border-radius: 0 8px 8px 0;
  box-shadow: 0 12px 30px rgba(42, 31, 13, 0.08);
  color: #3a3022;
  font-size: 1.12em;
  font-style: italic;
  margin: 1.7em 0;
  padding: 20px 26px;
}

.tera-richtext blockquote p:last-child {
  margin-bottom: 0;
}

.tera-richtext img {
  border-radius: 8px;
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.14);
  display: block;
  height: auto !important;
  margin: 1.5em auto;
  max-width: 100% !important;
  object-fit: contain;
  width: auto !important;
}

.tera-richtext figure,
.tera-richtext .image {
  display: block;
  margin: 1.7em auto;
  max-width: 100% !important;
  width: fit-content;
}

.tera-richtext figure img,
.tera-richtext .image img {
  margin: 0 auto;
}

.tera-richtext figcaption,
.tera-richtext .image > figcaption {
  color: #707070;
  font-size: 0.86em;
  font-style: italic;
  line-height: 1.5;
  padding-top: 9px;
  text-align: center;
}

.tera-richtext table {
  background: #fff;
  border: 1px solid #dedede;
  border-collapse: collapse;
  border-radius: 6px;
  display: block;
  margin: 1.6em 0;
  max-width: 100%;
  overflow-x: auto;
  width: 100%;
  -webkit-overflow-scrolling: touch;
}

.tera-richtext th,
.tera-richtext td {
  border: 1px solid #dedede;
  min-width: 120px;
  padding: 12px 14px;
  text-align: left;
  vertical-align: top;
}

.tera-richtext th {
  background: #7b1219;
  color: #fff;
  font-weight: 800;
}

.tera-richtext tbody tr:nth-child(even) {
  background: #faf7f2;
}

.tera-richtext audio {
  accent-color: #7b1219;
  display: block;
  margin: 1.5em 0;
  max-width: 100% !important;
  width: 100% !important;
}

.tera-richtext video {
  background: #000;
  border-radius: 8px;
  display: block;
  height: auto !important;
  margin: 1.5em auto;
  max-width: 100% !important;
}

.tera-richtext iframe {
  border: 0;
  display: block;
  margin: 1.5em auto;
  max-width: 100% !important;
}

.tera-richtext .media,
.tera-richtext .youtube-embed-wrapper {
  margin: 1.5em 0;
  max-width: 100%;
  overflow: hidden;
}

.tera-richtext pre {
  background: #171717;
  border-radius: 7px;
  color: #f5f5f5;
  max-width: 100%;
  overflow-x: auto;
  padding: 18px 20px;
}

.tera-richtext code {
  background: rgba(123, 18, 25, 0.08);
  border-radius: 4px;
  color: #7b1219;
  padding: 0.12em 0.35em;
}

.tera-richtext pre code {
  background: transparent;
  color: inherit;
  padding: 0;
}

.tera-richtext hr {
  border: 0;
  border-top: 1px solid #d9d1c5;
  margin: 2em 0;
}

@media (max-width: 767px) {
  .tera-richtext blockquote {
    font-size: 1em;
    padding: 16px 18px;
  }

  .tera-richtext th,
  .tera-richtext td {
    min-width: 105px;
    padding: 10px;
  }
}

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

.tera-drive-item {
  min-width: 0;
}

.tera-drive-image {
  background: #111111;
  border-radius: 4px;
  display: block;
  height: 150px;
  overflow: hidden;
  position: relative;
}

.tera-drive-image img {
  height: 100%;
  object-fit: cover;
  transition: opacity 180ms ease, transform 240ms ease;
  width: 100%;
}

.tera-drive-image > span {
  align-items: center;
  background: rgba(0, 0, 0, 0.66);
  border-radius: 50%;
  color: #ffffff;
  display: flex;
  height: 36px;
  justify-content: center;
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 180ms ease;
  width: 36px;
}

.tera-drive-image:hover img {
  opacity: 0.7;
  transform: scale(1.04);
}

.tera-drive-image:hover > span {
  opacity: 1;
}

.tera-drive-download {
  align-items: center;
  background: var(--tera-red);
  border-radius: 4px;
  color: #ffffff !important;
  display: flex;
  font-size: 12px;
  font-weight: 800;
  gap: 7px;
  justify-content: center;
  margin-top: 7px;
  min-height: 36px;
  padding: 7px 10px;
}

.tera-drive-download:hover,
.tera-drive-download:focus {
  background: #991923;
  color: #ffffff !important;
}

.tera-project-progress small {
  color: #777;
  display: block;
  margin-top: 10px;
}

.tera-project-progress-compact {
  margin-top: auto;
}

.tera-project-footer {
  align-items: flex-end;
  display: flex;
  gap: 18px;
  justify-content: space-between;
  margin-top: auto;
}

.tera-project-footer .tera-project-progress {
  flex: 0 1 230px;
  border-top: 0;
  margin: 0;
  min-width: 145px;
  padding-top: 0;
  width: 62%;
}

.tera-project-footer .tera-blog-link {
  flex: 0 0 auto;
  margin-bottom: 1px;
  white-space: nowrap;
}

.tera-project-card-large {
  min-height: 485px;
}

.tera-project-card-large img {
  height: 255px;
}

.tera-project-toolbar {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-bottom: 28px;
  text-align: center;
}

.tera-article-card {
  border: 0;
  box-shadow: 0 14px 42px rgba(0, 0, 0, 0.08);
}

.tera-blog-detail {
  padding-top: 58px;
}

.tera-article-header {
  padding: 36px 42px 28px;
}

.tera-article-header .tera-kicker {
  margin-bottom: 10px;
}

.tera-article-header h1 {
  color: #151515;
  font-size: 40px;
  font-weight: 900;
  line-height: 1.18;
  margin: 0 0 20px;
}

.tera-article-stats-detail {
  font-size: 13px;
  margin-bottom: 24px;
}

.tera-article-cover {
  background: #111;
  margin: 0;
  overflow: hidden;
}

.tera-article-cover img {
  display: block;
  height: 390px;
  object-fit: cover;
  width: 100%;
}

.tera-article-card .body {
  padding: 36px 42px 40px;
}

.tera-article-intro {
  border-left: 4px solid var(--tera-gold);
  color: #333 !important;
  font-size: 19px;
  font-weight: 600;
  line-height: 1.7 !important;
  margin-bottom: 28px;
  padding: 4px 0 4px 20px;
}

.tera-article-content {
  color: #383838;
  font-size: 16px;
  line-height: 1.85;
}

.tera-article-content p {
  color: #383838;
  line-height: 1.85;
  margin-bottom: 20px;
}

.tera-article-content h2,
.tera-article-content h3,
.tera-article-content h4 {
  color: #151515;
  font-weight: 800;
  line-height: 1.3;
  margin: 30px 0 14px;
}

.tera-article-content img {
  border-radius: 4px;
  height: auto;
  margin: 12px 0 24px;
  max-width: 100%;
}

.tera-blog-aside {
  position: relative;
}

.tera-aside-box {
  background: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
  margin-bottom: 22px;
  padding: 22px;
}

.tera-aside-box h3 {
  color: #111;
  font-size: 18px;
  font-weight: 800;
  margin: 0 0 15px;
}

.tera-aside-box p {
  color: #444;
  line-height: 1.7;
  margin-bottom: 0;
}

.tera-aside-box .form-control {
  border: 1px solid #d8d8d8;
  border-radius: 3px;
  box-shadow: none;
  color: #111;
  min-height: 44px;
}

.tera-aside-post {
  align-items: center;
  border-bottom: 1px solid #ededed;
  color: #161616;
  display: flex;
  gap: 12px;
  padding: 12px 0;
}

.tera-aside-post:first-of-type {
  padding-top: 0;
}

.tera-aside-post:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.tera-aside-post img {
  border-radius: 4px;
  flex: 0 0 68px;
  height: 52px;
  object-fit: cover;
  width: 68px;
}

.tera-aside-post-copy {
  min-width: 0;
}

.tera-aside-post-copy strong {
  color: #161616;
  display: block;
  font-size: 13px;
  line-height: 1.4;
}

.tera-aside-post-copy small {
  color: #888;
  display: block;
  font-size: 11px;
  font-weight: 500;
  margin-top: 5px;
}

.tera-aside-post-copy small i {
  color: var(--tera-red);
  margin-right: 4px;
}

.tera-aside-post span,
.tera-aside-link {
  color: #161616;
  display: block;
  font-weight: 700;
  line-height: 1.45;
}

.tera-aside-search {
  display: flex;
}

.tera-aside-search .form-control {
  border-radius: 3px 0 0 3px;
}

.tera-aside-search button {
  background: var(--tera-red);
  border: 0;
  border-radius: 0 3px 3px 0;
  color: #fff;
  flex: 0 0 46px;
}

.tera-read-more {
  align-self: flex-start;
  color: #ffffff !important;
  font-size: 11px;
  margin-top: 10px;
  padding: 10px 15px;
}

.tera-read-more:hover,
.tera-read-more:focus,
.light .tera-card .tera-read-more,
.light .tera-card .tera-read-more:hover,
.light .tera-card .tera-read-more:focus {
  color: #ffffff !important;
}

.tera-read-more i {
  color: inherit;
  margin-left: 6px;
}

.tera-back-blog i {
  margin-right: 6px;
}

.tera-aside-link {
  border-bottom: 1px solid #ededed;
  padding: 10px 0;
}

.tera-comments-section {
  background: #ffffff;
  border-top: 3px solid var(--tera-gold);
  margin-top: 28px;
  padding: 26px;
}

.tera-comments-section .tera-title {
  color: #111111;
  font-size: 27px;
}

.tera-comments-list {
  margin-bottom: 24px;
}

.tera-comment {
  border-bottom: 1px solid #e4e4e4;
  padding: 16px 0;
}

.tera-comment:first-child {
  padding-top: 0;
}

.tera-comment-head {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 7px;
}

.tera-comment-head strong {
  color: #171717;
}

.tera-comment-head time {
  color: #777777;
  font-size: 12px;
}

.tera-comment p {
  color: #444444;
  margin-bottom: 0;
}

.tera-comment-form .form-control {
  background: #f7f7f7;
  border-color: #d5d5d5;
  color: #111111;
  margin-bottom: 16px !important;
}

.tera-comment-form .form-control::placeholder {
  color: #707070;
}

.tera-category-pill,
.tera-tag-list span {
  background: #f2f2f2;
  border: 1px solid #dfdfdf;
  border-radius: 3px;
  color: #333;
  display: inline-block;
  font-size: 12px;
  font-weight: 800;
  margin: 0 6px 8px 0;
  padding: 7px 10px;
  text-transform: uppercase;
}

.tera-tag-list {
  margin: 18px 0 20px;
}

.tera-partners-section {
  background: #ffffff !important;
  border-top: 1px solid #e7e7e7;
  padding: 56px 0;
}

.tera-partners-section .tera-title {
  color: #161616;
}

.tera-news-ticker {
  align-items: stretch;
  background: rgba(123, 18, 25, 0.68);
  backdrop-filter: blur(3px);
  color: #ffffff;
  display: flex;
  min-height: 48px;
  overflow: hidden;
}

.tera-news-label {
  align-items: center;
  background: var(--tera-gold);
  color: #111111;
  display: flex;
  flex: 0 0 auto;
  font-size: 12px;
  font-weight: 900;
  padding: 0 22px;
  text-transform: uppercase;
  z-index: 2;
}

.tera-news-window {
  align-items: center;
  display: flex;
  flex: 1 1 auto;
  min-width: 0;
  overflow: hidden;
}

.tera-news-track {
  animation: teraTicker 24s linear infinite;
  display: flex;
  flex: 0 0 auto;
  min-width: max-content;
  white-space: nowrap;
}

.tera-news-track span {
  font-size: 14px;
  font-weight: 700;
  padding-right: 80px;
}

.tera-news-link {
  align-items: center;
  background: #111111;
  color: #ffffff;
  display: flex;
  flex: 0 0 auto;
  font-size: 12px;
  font-weight: 800;
  padding: 0 20px;
  text-transform: uppercase;
}

@keyframes teraTicker {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .tera-news-track {
    animation: none;
  }
}

.tera-partners-carousel {
  display: flex;
  gap: 18px;
}

.tera-partners-carousel.owl-carousel {
  display: block;
}

.tera-partner-logo {
  align-items: center;
  background: #fff;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  display: flex;
  height: 110px;
  justify-content: center;
  padding: 22px;
}

.tera-partner-logo img {
  filter: grayscale(0);
  max-height: 54px;
  max-width: 150px;
  object-fit: contain;
  opacity: 0.78;
  transition: filter 220ms ease, opacity 220ms ease, transform 220ms ease;
  width: auto;
}

.tera-partner-logo:hover img {
  filter: grayscale(0);
  opacity: 1;
  transform: translateY(-2px);
}

.tera-search-summary {
  color: #161616;
  font-size: 16px;
  font-weight: 800;
  margin-bottom: 24px;
}

.tera-global-search {
  min-height: 620px;
}

.tera-search-heading {
  margin: 0 auto 34px;
  max-width: 780px;
  text-align: center;
}

.tera-global-search-form {
  display: flex;
  gap: 10px;
  margin-top: 24px;
}

.tera-global-search-form .form-control {
  background: #ffffff;
  border: 1px solid #cfcfcf;
  border-radius: 4px;
  box-shadow: none;
  color: #171717;
  flex: 1 1 auto;
  height: 50px;
}

.tera-global-search-form .tera-btn {
  flex: 0 0 auto;
  margin: 0;
}

.tera-search-group {
  margin-top: 34px;
}

.tera-search-group > h2 {
  border-bottom: 2px solid #ececec;
  color: #171717;
  font-size: 24px;
  font-weight: 900;
  margin-bottom: 20px;
  padding-bottom: 11px;
}

.tera-search-result {
  align-items: center;
  background: #ffffff;
  border: 1px solid #e3e3e3;
  border-radius: 5px;
  color: #171717 !important;
  display: flex;
  gap: 14px;
  margin-bottom: 18px;
  min-height: 116px;
  padding: 12px;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.tera-search-result:hover {
  border-color: var(--tera-gold);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.08);
  transform: translateY(-2px);
}

.tera-search-result img {
  border-radius: 4px;
  flex: 0 0 92px;
  height: 88px;
  object-fit: cover;
  width: 92px;
}

.tera-search-result span {
  min-width: 0;
}

.tera-search-result small,
.tera-search-result strong,
.tera-search-result em {
  display: block;
}

.tera-search-result small {
  color: var(--tera-red);
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}

.tera-search-result strong {
  color: #171717;
  font-size: 15px;
  line-height: 1.35;
  margin: 3px 0 5px;
}

.tera-search-result em {
  color: #666666;
  font-size: 12px;
  font-style: normal;
  line-height: 1.4;
}

.tera-search-empty {
  background: #ffffff;
  border: 1px solid #e3e3e3;
  padding: 48px 20px;
  text-align: center;
}

.tera-search-empty i {
  color: var(--tera-gold);
  font-size: 32px;
}

.tera-search-empty h2 {
  color: #171717;
  margin: 12px 0 7px;
}

.tera-search-empty p {
  color: #666666;
}

.tera-preview-banner {
  background: #fff5cf;
  border: 1px solid #e3c65e;
  border-radius: 4px;
  color: #4b3a00;
  margin-bottom: 22px;
  padding: 13px 16px;
}

.tera-preview-banner i {
  margin-right: 7px;
}

.tera-service-grid {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
}

.tera-service-grid:before,
.tera-service-grid:after {
  display: none;
}

.tera-service-col {
  display: flex;
  float: none;
  margin-bottom: 30px;
}

.tera-service-card {
  color: inherit;
  display: flex;
  flex-direction: column;
  height: 230px;
  margin-bottom: 0;
  width: 100%;
}

.tera-service-card:hover,
.tera-service-card:focus {
  color: inherit;
  text-decoration: none;
}

.tera-service-card-featured {
  height: 430px;
}

.tera-service-card-featured > img {
  height: 220px;
  flex: 0 0 auto;
}

.tera-service-card .body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
}

.tera-service-card h3 {
  display: -webkit-box;
  font-size: 18px;
  line-height: 1.35;
  min-height: 49px;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.tera-service-card p {
  display: -webkit-box;
  flex: 1 1 auto;
  margin-bottom: 0;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.tera-card-cta {
  color: var(--tera-gold);
  display: inline-block;
  font-size: 12px;
  font-weight: 800;
  margin-top: 18px;
  text-transform: uppercase;
}

.tera-service-detail-card > img {
  background: #f5f5f5;
  height: auto;
  max-height: none;
  object-fit: contain;
  object-position: center;
  width: 100%;
}

.tera-service-quote-btn,
.tera-service-quote-btn:hover,
.tera-service-quote-btn:focus {
  background: var(--tera-red);
  border-color: var(--tera-red);
  color: #ffffff !important;
}

.light .tera-card {
  background: #fff;
  border-color: #e4e4e4;
}

.light .tera-card h3,
.light .tera-card h4 {
  color: #161616;
}

.light .tera-card p,
.light .tera-card li {
  color: #555;
}

.tera-stat {
  border-left: 3px solid var(--tera-gold);
  margin-bottom: 24px;
  padding-left: 18px;
}

.tera-stat strong {
  color: #fff;
  display: block;
  font-size: 34px;
  font-weight: 900;
}

.tera-video {
  background:
    linear-gradient(rgba(0, 0, 0, 0.24), rgba(0, 0, 0, 0.7)),
    url("../images/portfolio/w1.jpg") center/cover no-repeat;
  min-height: 360px;
  position: relative;
}

.tera-home-video-card {
  border: 0;
  cursor: pointer;
  display: block;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.tera-home-video-card:focus {
  outline: 3px solid rgba(200, 164, 93, 0.55);
  outline-offset: 4px;
}

.tera-gallery-card {
  appearance: none;
  background: #1d1d1d;
  border: 0;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 280px;
  padding: 0;
  position: relative;
  text-align: left;
  width: 100%;
}

.tera-gallery-page {
  background: #f5f5f5;
  color: #181818;
  padding: 42px 0 56px;
}

.tera-gallery-page,
.tera-page-block.light {
  color: #181818;
}

.tera-list-toolbar {
  align-items: flex-start;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  margin-bottom: 28px;
}

.tera-list-toolbar p {
  color: #444444;
  margin-bottom: 0;
}

.tera-local-search {
  align-items: center;
  display: flex;
  flex: 0 0 420px;
  gap: 10px;
  justify-content: flex-end;
  max-width: 100%;
}

.tera-local-search .form-control {
  background: #ffffff;
  border: 1px solid #d4d4d4;
  border-radius: 4px;
  box-shadow: none;
  color: #171717;
  height: 46px;
}

.tera-local-search .tera-btn {
  height: 46px;
  line-height: 24px;
  margin: 0;
  padding: 11px 16px;
}

.tera-search-reset {
  color: var(--tera-red);
  flex: 0 0 auto;
  font-size: 12px;
  font-weight: 800;
}

.tera-gallery-grid {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
}

.tera-gallery-grid:before,
.tera-gallery-grid:after {
  display: none;
}

.tera-gallery-grid > [class*="col-"] {
  display: flex;
  margin-bottom: 30px;
}

.tera-gallery-card img {
  flex: 0 0 auto;
  height: 190px;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.tera-gallery-video-placeholder {
  align-items: center;
  background: radial-gradient(circle at center, #2a2a2a 0, #080808 64%);
  color: #ffffff;
  display: flex;
  flex: 0 0 190px;
  flex-direction: column;
  font-size: 13px;
  font-weight: 900;
  gap: 9px;
  height: 190px;
  justify-content: center;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  width: 100%;
}

.tera-gallery-video-placeholder i {
  align-items: center;
  background: var(--tera-red);
  border-radius: 50%;
  display: inline-flex;
  font-size: 22px;
  height: 58px;
  justify-content: center;
  padding-left: 4px;
  width: 58px;
}

.tera-gallery-video-badge {
  align-items: center;
  background: var(--tera-red);
  border-radius: 999px;
  color: #ffffff;
  display: inline-flex;
  font-size: 11px;
  font-weight: 900;
  gap: 5px;
  left: 12px;
  padding: 6px 10px;
  position: absolute;
  text-transform: uppercase;
  top: 12px;
  z-index: 2;
}

.tera-gallery-card .body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  min-height: 90px;
  padding: 16px 18px 18px;
}

.tera-gallery-card h3 {
  font-size: 17px;
  line-height: 1.32;
  margin-bottom: 10px;
  min-height: 46px;
}

.tera-gallery-card p {
  display: -webkit-box;
  font-weight: 700;
  line-height: 1.55;
  margin-bottom: 0;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.tera-gallery-card:focus {
  outline: 3px solid rgba(200, 164, 93, 0.55);
  outline-offset: 3px;
}

.tera-gallery-zoom {
  align-items: center;
  background: rgba(0, 0, 0, 0.64);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 50%;
  color: #ffffff;
  display: inline-flex;
  font-size: 20px;
  height: 54px;
  justify-content: center;
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 95px;
  transform: translate(-50%, -50%) scale(0.86);
  transition: opacity 180ms ease, transform 220ms ease;
  width: 54px;
  z-index: 2;
}

.tera-pagination {
  align-items: center;
  display: flex;
  gap: 14px;
  justify-content: center;
  margin-top: 10px;
}

.tera-pagination a,
.tera-pagination span,
.tera-pagination strong {
  align-items: center;
  background: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  color: #171717;
  display: inline-flex;
  font-size: 13px;
  font-weight: 800;
  gap: 6px;
  min-height: 42px;
  padding: 10px 14px;
}

.tera-pagination a:hover {
  background: var(--tera-red);
  border-color: var(--tera-red);
  color: #ffffff;
}

.tera-pagination strong {
  background: #171717;
  border-color: #171717;
  color: #ffffff;
}

.tera-pagination .is-disabled {
  color: #999999;
  cursor: not-allowed;
}

.tera-gallery-card:hover .tera-gallery-zoom,
.tera-gallery-card:focus .tera-gallery-zoom {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.tera-gallery-open {
  overflow: hidden;
}

.tera-gallery-lightbox {
  align-items: center;
  background: rgba(0, 0, 0, 0.92);
  display: flex;
  inset: 0;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  transition: opacity 180ms ease;
  z-index: 3000;
}

.tera-gallery-lightbox.is-open {
  opacity: 1;
  pointer-events: auto;
}

.tera-gallery-stage {
  margin: 0;
  max-width: min(1100px, 86vw);
  text-align: center;
}

.tera-gallery-media {
  align-items: center;
  display: flex;
  justify-content: center;
  position: relative;
}

.tera-gallery-media.is-responsive.is-youtube,
.tera-gallery-media.is-responsive.is-video_url {
  aspect-ratio: 16 / 9;
  max-height: 78vh;
  width: min(1100px, 86vw);
}

.tera-gallery-stage img,
.tera-gallery-stage iframe,
.tera-gallery-stage video {
  border-radius: 8px;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.55);
  display: none;
  max-height: 78vh;
  max-width: 100%;
  object-fit: contain;
}

.tera-gallery-media.is-image img,
.tera-gallery-media.is-youtube iframe,
.tera-gallery-media.is-video_url video {
  display: block;
}

.tera-gallery-media.is-youtube iframe,
.tera-gallery-media.is-video_url video {
  background: #000000;
  border: 0;
  height: 100%;
  width: 100%;
}

.tera-gallery-media.is-responsive.is-youtube iframe,
.tera-gallery-media.is-responsive.is-video_url video {
  max-height: none;
  max-width: none;
}

.tera-gallery-stage figcaption {
  color: #ffffff;
  padding-top: 15px;
}

.tera-gallery-stage figcaption strong {
  display: block;
  font-size: 18px;
  font-weight: 900;
}

.tera-gallery-stage figcaption span,
.tera-gallery-stage figcaption em {
  color: #d7d7d7;
  display: block;
  font-style: normal;
  line-height: 1.5;
}

.tera-gallery-stage figcaption span {
  color: #ffffff;
  font-size: 17px;
  font-weight: 800;
}

.tera-gallery-stage figcaption em {
  color: var(--tera-gold);
  font-size: 12px;
  font-weight: 900;
  margin-top: 5px;
}

.tera-gallery-close,
.tera-gallery-nav {
  align-items: center;
  background: rgba(255, 255, 255, 0.10);
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 50%;
  color: #ffffff;
  display: flex;
  justify-content: center;
  padding: 0;
  position: fixed;
  transition: background 180ms ease, transform 180ms ease;
  z-index: 3010;
}

.tera-gallery-close:hover,
.tera-gallery-nav:hover {
  background: var(--tera-red);
  color: #ffffff;
  transform: scale(1.04);
}

.tera-gallery-close {
  font-size: 20px;
  height: 46px;
  right: 24px;
  top: 24px;
  width: 46px;
}

.tera-gallery-nav {
  font-size: 44px;
  height: 62px;
  top: 50%;
  transform: translateY(-50%);
  width: 62px;
}

.tera-gallery-nav:hover {
  transform: translateY(-50%) scale(1.04);
}

.tera-gallery-prev {
  left: 24px;
}

.tera-gallery-next {
  right: 24px;
}

.tera-play {
  background: var(--tera-red);
  border-radius: 50%;
  color: #fff;
  font-size: 28px;
  height: 82px;
  left: 50%;
  line-height: 82px;
  margin: -41px 0 0 -41px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 82px;
}

.tera-ai-assistant {
  bottom: 88px;
  position: fixed;
  right: 22px;
  z-index: 2600;
}

.tera-ai-toggle {
  align-items: center;
  background: #171717;
  border: 1px solid rgba(200, 164, 93, 0.58);
  border-radius: 50%;
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.28);
  color: #ffffff;
  display: inline-flex;
  font-weight: 900;
  height: 54px;
  justify-content: center;
  padding: 0;
  width: 54px;
}

.tera-ai-toggle i {
  color: var(--tera-gold);
  font-size: 22px;
}

.tera-ai-hint {
  animation: teraAiHint 11s ease forwards;
  background: #ffffff;
  border: 1px solid #dedede;
  border-radius: 999px;
  bottom: 8px;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.22);
  color: #171717;
  font-size: 12px;
  font-weight: 900;
  max-width: 190px;
  padding: 9px 13px;
  pointer-events: none;
  position: absolute;
  right: 64px;
  white-space: nowrap;
}

.tera-ai-hint:after {
  border-bottom: 7px solid transparent;
  border-left: 8px solid #ffffff;
  border-top: 7px solid transparent;
  content: "";
  position: absolute;
  right: -7px;
  top: 50%;
  transform: translateY(-50%);
}

.tera-ai-assistant.is-open .tera-ai-hint,
.tera-ai-assistant.is-hint-hidden .tera-ai-hint {
  display: none;
}

@keyframes teraAiHint {
  0%,
  10% {
    opacity: 0;
    transform: translateX(8px);
  }
  20%,
  78% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(8px);
    visibility: hidden;
  }
}

.tera-ai-panel {
  background: #ffffff;
  border: 1px solid #dedede;
  border-radius: 8px;
  bottom: 66px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
  display: flex;
  flex-direction: column;
  max-height: min(620px, calc(100vh - 145px));
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  right: 0;
  transform: translateY(12px);
  transition: opacity 180ms ease, transform 200ms ease;
  visibility: hidden;
  width: min(390px, calc(100vw - 32px));
}

.tera-ai-panel.is-open {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
  visibility: visible;
}

.tera-ai-panel header {
  align-items: center;
  background: #171717;
  color: #ffffff;
  display: flex;
  justify-content: space-between;
  min-height: 70px;
  padding: 16px 68px 16px 18px;
  position: relative;
}

.tera-ai-panel header strong,
.tera-ai-panel header span {
  display: block;
}

.tera-ai-panel header strong {
  font-size: 15px;
  font-weight: 900;
}

.tera-ai-panel header span {
  color: #d4d4d4;
  font-size: 12px;
  margin-top: 3px;
}

.tera-ai-close {
  align-items: center;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 50%;
  color: #ffffff;
  display: inline-flex;
  font-size: 17px;
  font-weight: 900;
  height: 42px;
  justify-content: center;
  padding: 0;
  position: absolute;
  right: 14px;
  top: 14px;
  width: 42px;
  z-index: 3;
}

.tera-ai-close span {
  height: 1px;
  margin: -1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.tera-ai-close:hover,
.tera-ai-close:focus {
  background: var(--tera-red);
  border-color: var(--tera-red);
  color: #ffffff;
  outline: none;
}

.tera-ai-messages {
  background: #f6f6f6;
  flex: 1 1 auto;
  min-height: 230px;
  overflow-y: auto;
  padding: 16px;
}

.tera-ai-message {
  border-radius: 8px;
  font-size: 13px;
  line-height: 1.55;
  margin-bottom: 10px;
  max-width: 88%;
  padding: 11px 13px;
  white-space: pre-line;
}

.tera-ai-message.is-bot {
  background: #ffffff;
  border: 1px solid #e3e3e3;
  color: #222222;
}

.tera-ai-message.is-user {
  background: var(--tera-red);
  color: #ffffff;
  margin-left: auto;
}

.tera-ai-links {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 9px;
}

.tera-ai-links a {
  background: #171717;
  border-radius: 999px;
  color: #ffffff;
  font-size: 11px;
  font-weight: 800;
  padding: 6px 10px;
}

.tera-ai-suggestions {
  background: #ffffff;
  border-top: 1px solid #e7e7e7;
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  padding: 12px 14px 0;
}

.tera-ai-suggestions button {
  background: #f5f5f5;
  border: 1px solid #dddddd;
  border-radius: 999px;
  color: #333333;
  font-size: 11px;
  font-weight: 800;
  padding: 7px 10px;
}

.tera-ai-form {
  background: #ffffff;
  display: flex;
  gap: 8px;
  padding: 12px 14px 14px;
}

.tera-ai-form input {
  background: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 4px;
  color: #171717;
  flex: 1 1 auto;
  height: 42px;
  padding: 0 12px;
}

.tera-ai-form button {
  background: var(--tera-red);
  border: 0;
  border-radius: 4px;
  color: #ffffff;
  flex: 0 0 44px;
  width: 44px;
}

.tera-ai-form.is-loading button {
  opacity: 0.58;
}

.tera-footer {
  background: #070707;
  border-top: 1px solid var(--tera-line);
  color: var(--tera-muted);
  padding: 48px 0 24px;
}

.tera-footer h4 {
  color: #fff;
  font-weight: 800;
  margin-bottom: 18px;
  padding-bottom: 10px;
  position: relative;
}

.tera-footer h4:after {
  background: var(--tera-gold);
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 34px;
}

.tera-footer-brand {
  align-items: center;
  display: flex;
  margin-bottom: 18px;
  min-height: 48px;
}

.tera-footer-logo {
  display: block;
  height: auto;
  max-height: 54px;
  max-width: 190px;
  object-fit: contain;
  object-position: left center;
  width: auto;
}

.tera-footer-social {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
  margin-top: 8px;
  text-align: right;
}

.tera-share {
  align-items: center;
  border-top: 1px solid #e3e3e3;
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin: 24px 0 14px;
  padding-top: 18px;
}

.tera-share strong {
  color: #222;
  margin-right: 4px;
}

.tera-share a {
  align-items: center;
  background: #151515;
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  height: 34px;
  justify-content: center;
  width: 34px;
}

.tera-share a:hover {
  background: var(--tera-red);
  color: #fff;
}

.tera-footer-social .tera-social-icon {
  background: rgba(255, 255, 255, 0.04);
  color: #ffffff;
}

.tera-footer-section {
  padding-left: 26px;
  padding-right: 26px;
  position: relative;
}

.tera-footer-section:before {
  background: linear-gradient(180deg, transparent, rgba(200, 164, 93, 0.55), transparent);
  content: "";
  height: 78%;
  left: 0;
  position: absolute;
  top: 8%;
  width: 1px;
}

.tera-footer-contact-block:after {
  background: linear-gradient(180deg, transparent, rgba(255, 255, 255, 0.18), transparent);
  content: "";
  height: 78%;
  position: absolute;
  right: 0;
  top: 8%;
  width: 1px;
}

.tera-footer-menu,
.tera-footer-contact-block p {
  line-height: 1.95;
  margin-bottom: 0;
}

.tera-footer-menu-divider {
  border: 0;
  border-top: 1px solid rgba(200, 164, 93, 0.7);
  margin: 14px 0 0;
  width: 42px;
}

.tera-footer .tera-icon-tiktok:before {
  content: "T";
}

.tera-icon-tiktok:before {
  content: "T";
}

.tera-newsletter-form {
  margin-top: 14px;
}

.tera-newsletter-form .form-control {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 3px;
  color: #ffffff;
  height: 44px;
}

.tera-newsletter-form .form-control::placeholder {
  color: #d4d4d4;
  opacity: 1;
}

.tera-newsletter-form .tera-btn {
  margin-top: 10px;
  padding: 12px 18px;
  width: 100%;
}

.tera-footer-bottom {
  align-items: center;
  border-top: 1px solid var(--tera-line);
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  justify-content: space-between;
  line-height: 1.6;
  margin-top: 28px;
  padding-top: 20px;
}

.tera-footer-legal {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 10px 14px;
}

.tera-legal-information {
  border-top: 1px solid #e2e2e2;
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 42px;
  padding-top: 34px;
}

.tera-legal-information section {
  scroll-margin-top: 110px;
}

.tera-legal-information h2 {
  color: #171717;
  font-size: 22px;
  font-weight: 900;
  margin: 0 0 12px;
}

.tera-legal-information p {
  color: #555555;
  line-height: 1.75;
  margin: 0;
}

.tera-legal-hero {
  background-position: center;
  background-size: cover;
  position: relative;
}

.tera-legal-hero:before {
  background: rgba(0, 0, 0, 0.72);
  content: "";
  inset: 0;
  position: absolute;
}

.tera-legal-hero .container {
  position: relative;
  z-index: 1;
}

.tera-legal-page {
  padding-top: 48px;
}

.tera-legal-tabs {
  border-bottom: 1px solid #dddddd;
  display: flex;
  gap: 26px;
  margin-bottom: 32px;
}

.tera-legal-tabs a {
  color: #555555;
  font-size: 14px;
  font-weight: 800;
  padding: 0 0 13px;
  position: relative;
}

.tera-legal-tabs a.is-active,
.tera-legal-tabs a:hover,
.tera-legal-tabs a:focus {
  color: var(--tera-red);
}

.tera-legal-tabs a.is-active:after {
  background: var(--tera-red);
  bottom: -1px;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  right: 0;
}

.tera-legal-document {
  background: #ffffff;
  border: 1px solid #e1e1e1;
  border-left: 4px solid var(--tera-red);
  border-radius: 4px;
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.07);
  margin: 0 auto;
  max-width: 920px;
  padding: 42px 48px;
}

.tera-legal-document > header {
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 28px;
  padding-bottom: 22px;
}

.tera-legal-document > header h2 {
  color: #171717;
  font-size: 32px;
  font-weight: 900;
  margin: 0;
}

.tera-legal-copy h2,
.tera-legal-copy h3 {
  color: #202020;
  font-weight: 900;
  margin: 30px 0 12px;
}

.tera-legal-copy h2 {
  font-size: 22px;
}

.tera-legal-copy h3 {
  font-size: 18px;
}

.tera-legal-copy p,
.tera-legal-copy li {
  color: #4c4c4c;
  font-size: 16px;
  line-height: 1.8;
}

.tera-legal-copy a {
  color: var(--tera-red);
  text-decoration: underline;
}

.tera-legal-document > footer {
  border-top: 1px solid #e8e8e8;
  margin-top: 32px;
  padding-top: 24px;
}

.tera-footer-credit a,
.tera-footer-legal a {
  color: #ffffff;
  font-weight: 800;
}

.tera-footer-legal a {
  color: #f2d27f !important;
  text-decoration: underline;
  text-decoration-color: rgba(242, 210, 127, 0.55);
  text-underline-offset: 3px;
}

.tera-footer-legal a:hover,
.tera-footer-legal a:focus {
  color: #ffffff !important;
  text-decoration-color: #ffffff;
}

.tera-whatsapp {
  background: #1fae5b;
  border-radius: 50%;
  bottom: 22px;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.35);
  color: #fff;
  font-size: 24px;
  height: 54px;
  line-height: 54px;
  position: fixed;
  right: 22px;
  text-align: center;
  width: 54px;
  z-index: 1200;
}

.tera-form .form-control {
  background: #111;
  border: 1px solid #333;
  border-radius: 3px;
  color: #fff;
  min-height: 46px;
}

.tera-map {
  background: #1a1a1a;
  border: 1px solid var(--tera-line);
  color: var(--tera-muted);
  min-height: 260px;
  padding: 60px 25px;
  text-align: center;
}

@media (max-width: 991px) {
  .tera-list-toolbar {
    display: block;
  }

  .tera-local-search {
    justify-content: flex-start;
    margin-top: 14px;
    width: 100%;
  }

  .tera-topbar .row {
    align-items: center;
    display: flex;
    flex-wrap: nowrap;
  }

  .tera-topbar .col-sm-7 {
    flex: 1 1 auto;
    min-width: 0;
    width: auto;
  }

  .tera-topbar .col-sm-5 {
    flex: 0 0 auto;
    width: auto;
  }

  .tera-topbar-email {
    display: none;
  }

  .tera-topbar-phone {
    display: inline;
    white-space: nowrap;
  }

  .tera-topbar .text-right {
    text-align: right;
  }

  .tera-topbar .tera-social-links {
    align-items: center;
    justify-content: flex-end;
  }

  .tera-footer-social {
    justify-content: flex-start;
    margin-left: 0;
    text-align: left;
  }

  .tera-header .container {
    position: relative;
  }

  .tera-brand {
    float: left;
    font-size: 21px;
    max-width: calc(100% - 64px);
    padding: 18px 0;
    text-align: left;
  }

  .tera-brand img {
    display: block;
    height: auto;
    max-height: 42px;
    max-width: 210px;
    object-fit: contain;
    object-position: left center;
  }

  .tera-brand.has-logo {
    height: 80px;
    padding: 10px 0;
  }

  .tera-header-logo {
    max-height: 48px;
    max-width: 180px;
  }

  .tera-brand span {
    font-size: 10px;
  }

  .tera-mobile-toggle {
    display: flex;
    float: right;
  }

  .tera-topbar-search {
    display: inline-flex;
  }

  .tera-nav {
    background: rgba(7, 7, 7, 0.98);
    border-left: 1px solid rgba(255, 255, 255, 0.12);
    bottom: 0;
    box-shadow: -22px 0 52px rgba(0, 0, 0, 0.42);
    float: none;
    max-height: none;
    opacity: 0;
    overflow-y: auto;
    padding: 82px 22px 26px;
    position: fixed;
    right: 0;
    top: 0;
    transform: translateX(100%);
    transition: opacity 220ms ease, transform 260ms ease, visibility 220ms ease;
    visibility: hidden;
    width: min(82vw, 320px);
    z-index: 1300;
  }

  .tera-nav.is-open {
    opacity: 1;
    transform: translateX(0);
    visibility: visible;
  }

  .tera-menu-backdrop {
    background: rgba(0, 0, 0, 0.48);
    border: 0;
    bottom: 0;
    display: block;
    left: 0;
    opacity: 0;
    padding: 0;
    pointer-events: none;
    position: fixed;
    right: 0;
    top: 0;
    transition: opacity 220ms ease, visibility 220ms ease;
    visibility: hidden;
    z-index: 1290;
  }

  .tera-menu-backdrop.is-open {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
  }

  .tera-menu-open {
    overflow: hidden;
  }

  .tera-nav li {
    display: block;
  }

  .tera-nav a {
    border-top: 1px solid var(--tera-line);
    font-size: 13px;
    padding: 15px 0;
  }

  .tera-nav-search span {
    display: inline;
    margin-left: 9px;
  }

  .tera-nav li:first-child a {
    border-top: 0;
  }

  .tera-hero {
    min-height: 560px;
  }

  .tera-hero-carousel {
    min-height: 560px;
  }

  .tera-hero-slide {
    min-height: 560px;
    padding: 105px 0 70px;
  }

  .tera-studio-actions {
    margin-bottom: 28px;
  }

  .tera-home-video-card {
    margin-top: 8px;
  }

  .tera-hero h1 {
    font-size: 40px;
  }

  .tera-page-hero h1 {
    font-size: 30px;
  }

  .tera-service-grid {
    justify-content: center;
  }

  .tera-about-stats-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tera-service-col {
    max-width: 520px;
    width: 100%;
  }

}

@media (max-width: 600px) {
  body.tera-site {
    padding: 0;
  }

  .tera-hero h1,
  .tera-page-hero h1 {
    font-size: 32px;
  }

  .tera-hero p,
  .tera-page-hero p {
    font-size: 16px;
  }

  .tera-hero-copy {
    padding-left: 24px;
    padding-right: 24px;
  }

  .tera-hero-carousel.owl-theme .owl-dots {
    padding: 0 24px;
    text-align: center;
  }

  .tera-hero-slide {
    min-height: 520px;
    padding: 90px 0 62px;
    text-align: center;
  }

  .tera-service-grid,
  .tera-service-card .body,
  .tera-page-block.alt .text-center {
    text-align: center;
  }

  .tera-service-card {
    height: auto;
    min-height: 220px;
  }

  .tera-service-card-featured {
    min-height: 410px;
  }

  .tera-about-stats-grid {
    grid-template-columns: 1fr;
  }

  .tera-about-stat {
    padding: 22px 16px;
  }

  .tera-about-stat strong {
    font-size: 34px;
  }

  .tera-project-counter {
    align-items: center;
    border-radius: 15px;
    flex-direction: column;
    padding: 18px;
  }

  .tera-project-counter strong {
    font-size: 34px;
    height: 62px;
    min-width: 78px;
  }

  .tera-project-counter span {
    text-align: center;
  }

  .tera-mission-panel {
    padding: 24px 19px;
  }

  .tera-service-card-featured > img {
    height: 220px;
  }

  .tera-service-detail-card > img {
    height: auto;
  }

  .tera-project-preview,
  .tera-project-list {
    text-align: center;
  }

  .tera-project-card .body {
    align-items: center;
    text-align: center;
  }

  .tera-project-card,
  .tera-project-card-large {
    min-height: 0;
  }

  .tera-project-card img,
  .tera-project-card-large img {
    height: 220px;
  }

  .tera-contact-section {
    padding: 42px 0;
  }

  .tera-contact-panel,
  .tera-contact-map {
    margin-bottom: 18px;
    padding: 22px;
  }

  .tera-contact-map {
    margin-left: 15px;
    margin-right: 15px;
  }

  .tera-contact-map .tera-map,
  .tera-contact-map .tera-map iframe {
    min-height: 300px;
    height: 300px;
  }

  .tera-footer-section {
    padding-left: 15px;
    padding-right: 15px;
  }

  .tera-footer-section:before,
  .tera-footer-contact-block:after {
    display: none;
  }

  .tera-footer-section {
    border-top: 1px solid rgba(200, 164, 93, 0.35);
    padding-top: 22px;
  }
}

/* Typography and contrast overrides. Keep these late so they win over LearnPress defaults. */
body.tera-site,
.tera-site h1,
.tera-site h2,
.tera-site h3,
.tera-site h4,
.tera-site h5,
.tera-site h6,
.tera-site p,
.tera-site a,
.tera-site li,
.tera-site input,
.tera-site textarea,
.tera-site button {
  font-family: "Roboto", Arial, sans-serif;
}

body.tera-site {
  color: #f1f1f1;
  font-weight: 400;
}

.tera-brand,
.tera-title,
.tera-hero h1,
.tera-page-hero h1,
.tera-card h3,
.tera-card h4 {
  font-family: "Roboto", Arial, sans-serif;
}

.tera-topbar,
.tera-footer,
.tera-footer-bottom {
  color: #dddddd;
}

.tera-topbar a,
.tera-footer a {
  color: #ffffff;
  font-weight: 500;
}

.tera-topbar a:hover,
.tera-footer a:hover,
.tera-card a {
  color: var(--tera-gold);
}

.tera-page-block,
.tera-page-block.alt {
  color: #f1f1f1;
}

.tera-page-block.light {
  color: #111111;
}

.tera-hero p,
.tera-page-hero p {
  color: #f1f1f1;
}

.tera-page-hero,
.tera-page-hero h1,
.tera-page-hero p,
.tera-page-hero .tera-page-hero-description,
.tera-page-hero .tera-page-hero-description p {
  color: #ffffff;
}

.tera-page-hero .tera-page-hero-description,
.tera-page-hero .tera-page-hero-description p {
  color: #e5e5e5;
}

.tera-page-hero .tera-kicker {
  color: var(--tera-gold);
}

.tera-lead,
.tera-card p,
.tera-card li,
.tera-map {
  color: #dddddd;
}

.tera-card h3,
.tera-card h4,
.tera-footer h4,
.tera-stat strong {
  color: #ffffff;
}

.light .tera-lead,
.light .tera-card p,
.light .tera-card li {
  color: #303030;
}

.light .tera-card h3,
.light .tera-card h4 {
  color: #0e0e0e;
}

.light .tera-card a {
  color: #7b1219;
}

.tera-form .form-control {
  color: #ffffff;
}

.tera-form .form-control::placeholder {
  color: #c8c8c8;
  opacity: 1;
}

.tera-form .form-control:focus {
  border-color: var(--tera-gold);
  box-shadow: 0 0 0 3px rgba(200, 164, 93, 0.12);
}

.tera-icon-tiktok:before {
  content: "\266A";
}

.tera-social-instagram {
  background: linear-gradient(135deg, #feda75, #d62976 48%, #4f5bd5) !important;
  border-color: transparent !important;
  color: #ffffff !important;
}

.tera-social-youtube {
  background: #ff0000 !important;
  border-color: #ff0000 !important;
  color: #ffffff !important;
}

.tera-social-facebook {
  background: #1877f2 !important;
  border-color: #1877f2 !important;
  color: #ffffff !important;
}

.tera-social-tiktok,
.tera-social-x {
  background: #000000 !important;
  border-color: #3b3b3b !important;
  color: #ffffff !important;
}

.tera-social-linkedin {
  background: #0a66c2 !important;
  border-color: #0a66c2 !important;
  color: #ffffff !important;
}

.tera-social-whatsapp {
  background: #25d366 !important;
  border-color: #25d366 !important;
  color: #ffffff !important;
}

.tera-social-email {
  background: #626b75 !important;
  border-color: #626b75 !important;
  color: #ffffff !important;
}

.tera-share a:hover {
  color: #ffffff;
  filter: brightness(1.12);
  transform: translateY(-1px);
}

/* Forms placed on white sections stay light, including comments. */
.tera-page-block.light .tera-form .form-control,
.tera-contact-panel .tera-form .form-control,
.tera-comments-section .tera-form .form-control {
  background: #ffffff !important;
  border: 1px solid #cfcfcf !important;
  box-shadow: none;
  color: #171717 !important;
}

.tera-page-block.light .tera-form .form-control::placeholder,
.tera-contact-panel .tera-form .form-control::placeholder,
.tera-comments-section .tera-form .form-control::placeholder {
  color: #737373 !important;
  opacity: 1;
}

.tera-page-block.light .tera-form .form-control:focus,
.tera-contact-panel .tera-form .form-control:focus,
.tera-comments-section .tera-form .form-control:focus {
  background: #ffffff !important;
  border-color: var(--tera-gold) !important;
  box-shadow: 0 0 0 3px rgba(200, 164, 93, 0.16);
}

.tera-contact-panel .tera-contact-form .form-control {
  padding: 13px 16px !important;
}

.tera-contact-panel .tera-contact-form textarea.form-control {
  padding-top: 14px !important;
}

/* Compact responsive rhythm */
@media (max-width: 991px) {
  .tera-page-block {
    padding: 48px 0;
  }

  .tera-page-hero {
    padding: 68px 0 54px;
  }

  .tera-title {
    font-size: 29px;
    line-height: 1.2;
  }

  .tera-lead {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 20px;
  }

  .tera-card {
    margin-bottom: 22px;
  }

  .tera-card .body {
    padding: 20px;
  }

  .tera-card p,
  .tera-card li {
    line-height: 1.55;
  }

  .tera-project-preview,
  .tera-blog-preview,
  .tera-partners-section,
  .tera-contact-section {
    padding-bottom: 42px;
    padding-top: 42px;
  }

  .tera-contact-cta {
    padding: 30px 0;
  }

  .tera-testimonial-card .body {
    min-height: 0;
  }

  .tera-project-carousel,
  .tera-testimonials-carousel {
    margin-bottom: 20px;
  }
}

@media (max-width: 600px) {
  .tera-topbar {
    font-size: 12px;
    padding: 7px 0;
  }

  .tera-topbar .container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .tera-topbar-contact {
    max-width: calc(100vw - 192px);
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .tera-topbar-phone {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .tera-social-links {
    gap: 5px;
  }

  .tera-topbar .tera-social-icon {
    height: 26px;
    width: 26px;
  }

  .tera-topbar-search {
    height: 28px;
    margin-left: 5px;
    width: 30px;
  }

  .tera-ai-assistant {
    bottom: 88px;
    right: 22px;
  }

  .tera-ai-toggle {
    height: 54px;
    min-height: 54px;
    padding: 0;
    width: 54px;
  }

  .tera-ai-toggle i {
    font-size: 24px;
  }

  .tera-ai-hint {
    bottom: 8px;
    font-size: 11px;
    max-width: 150px;
    padding: 8px 11px;
    right: 64px;
  }

  .tera-ai-panel {
    bottom: 58px;
    max-height: calc(100vh - 128px);
    width: calc(100vw - 28px);
  }

  .tera-ai-messages {
    min-height: 210px;
    padding: 13px;
  }

  .tera-ai-message {
    max-width: 94%;
  }

  .tera-header .container {
    min-height: 68px;
  }

  .tera-brand {
    font-size: 18px;
    padding: 15px 0;
  }

  .tera-brand.has-logo {
    height: 68px;
    padding: 8px 0;
  }

  .tera-header-logo {
    max-height: 44px;
    max-width: 165px;
  }

  .tera-brand span {
    font-size: 9px;
    margin-top: 4px;
  }

  .tera-mobile-toggle {
    height: 40px;
    margin-top: 14px;
    width: 42px;
  }

  .tera-mobile-toggle span {
    left: 10px;
  }

  .tera-studio-actions {
    gap: 10px;
    margin-bottom: 30px;
  }

  .tera-studio-actions .tera-btn {
    flex: 1 1 calc(50% - 5px);
    margin-top: 0;
    text-align: center;
  }

  .tera-home-video-card {
    margin-top: 4px;
  }

  .tera-hero,
  .tera-hero-slide {
    min-height: 400px;
  }

  .tera-hero-carousel {
    min-height: 400px;
  }

  .tera-hero-slide {
    padding: 72px 0 46px;
  }

  .tera-page-hero {
    padding: 48px 0 38px;
  }

  .tera-global-search-form {
    display: block;
  }

  .tera-global-search-form .form-control {
    margin-bottom: 10px;
    width: 100%;
  }

  .tera-global-search-form .tera-btn {
    width: 100%;
  }

  .tera-search-result img {
    flex-basis: 76px;
    height: 72px;
    width: 76px;
  }

  .tera-drive-gallery-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .tera-drive-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tera-drive-embed {
    height: 520px;
  }

  .tera-drive-image {
    height: 120px;
  }

  .tera-article-cover img {
    height: 220px;
  }

  .tera-blog-detail {
    padding-top: 28px;
  }

  .tera-article-header {
    padding: 24px 19px 19px;
  }

  .tera-article-header h1 {
    font-size: 28px;
    margin-bottom: 16px;
  }

  .tera-article-stats span {
    padding: 0 9px;
  }

  .tera-article-card .body {
    padding: 22px 19px 26px;
  }

  .tera-article-intro {
    font-size: 16px;
    line-height: 1.6 !important;
    margin-bottom: 21px;
    padding-left: 14px;
  }

  .tera-article-content,
  .tera-article-content p {
    font-size: 15px;
    line-height: 1.72;
  }

  .tera-blog-aside {
    margin-top: 24px;
  }

  .tera-hero h1 {
    font-size: 30px;
    line-height: 1.12;
    margin-bottom: 14px;
  }

  .tera-page-hero h1 {
    font-size: 24px;
    line-height: 1.18;
    margin-bottom: 8px;
  }

  .tera-hero p,
  .tera-page-hero p,
  .tera-page-hero .container > div:last-child {
    font-size: 14px;
    line-height: 1.55;
  }

  .tera-kicker {
    font-size: 11px;
    margin-bottom: 9px;
  }

  .tera-page-block,
  .tera-project-preview,
  .tera-blog-preview,
  .tera-partners-section,
  .tera-contact-section {
    padding-bottom: 32px;
    padding-top: 32px;
  }

  .tera-contact-cta {
    padding: 25px 0;
  }

  .tera-title {
    font-size: 25px;
    line-height: 1.2;
    margin-bottom: 9px;
  }

  .tera-lead {
    font-size: 14px;
    line-height: 1.55;
    margin-bottom: 16px;
  }

  .tera-page-block .mb-40 {
    margin-bottom: 22px !important;
  }

  .tera-card {
    min-height: 0;
  }

  .tera-blog-card,
  .tera-project-card,
  .tera-project-card-large,
  .tera-service-card,
  .tera-service-card-featured {
    min-height: 365px;
  }

  .tera-blog-preview .tera-blog-card {
    height: auto;
    min-height: 385px;
  }

  .tera-blog-preview .tera-blog-card img {
    flex-basis: 215px;
    height: 215px;
  }

  .tera-card {
    margin-bottom: 16px;
  }

  .tera-card .body,
  .tera-contact-panel,
  .tera-contact-map {
    padding: 17px;
  }

  .tera-home-contact-form {
    padding-left: 0;
    padding-right: 0;
  }

  .tera-form-row {
    display: block;
  }

  .tera-quote-panel {
    padding: 20px;
  }

  .tera-file-drop {
    align-items: flex-start;
    flex-direction: column;
  }

  .tera-confirmation-card {
    padding: 36px 20px;
  }

  .tera-home-contact .container {
    padding-left: 16px;
    padding-right: 16px;
    width: 100%;
  }

  .tera-home-contact .tera-contact-grid {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }

  .tera-home-contact .tera-contact-grid > [class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }

  .tera-home-contact .tera-contact-panel {
    height: auto;
    margin-bottom: 16px;
    min-height: 0;
    width: 100%;
  }

  .tera-home-contact .tera-home-map {
    margin-left: 0;
    margin-right: 0;
  }

  .tera-home-contact .tera-home-map .tera-map,
  .tera-home-contact .tera-home-map iframe {
    width: 100%;
  }

  .tera-card h3,
  .tera-card h4,
  .tera-project-card h3,
  .tera-blog-card h3 {
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 8px;
  }

  .tera-card p,
  .tera-card li,
  .tera-project-card p,
  .tera-blog-card p {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 10px;
  }

  .tera-card img,
  .tera-blog-card img,
  .tera-project-card img,
  .tera-project-card-large img,
  .tera-service-card-featured > img {
    height: 215px;
  }

  .tera-blog-list .tera-blog-card {
    height: 500px;
    min-height: 500px;
  }

  .tera-blog-list .tera-blog-card img {
    flex-basis: 215px;
    height: 215px;
  }

  .tera-production-detail-card > img {
    height: auto;
  }

  .tera-service-detail-card > img {
    height: auto;
  }

  .tera-gallery-card {
    min-height: 0;
    width: 100%;
  }

  .tera-gallery-grid {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }

  .tera-gallery-grid > [class*="col-"] {
    display: block;
    float: none;
    margin-bottom: 22px;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }

  .tera-gallery-card img,
  .tera-gallery-video-placeholder {
    flex-basis: clamp(260px, 62vw, 360px);
    height: clamp(260px, 62vw, 360px);
  }

  .tera-gallery-card .body {
    min-height: 118px;
    padding: 20px 18px 22px;
  }

  .tera-gallery-card h3 {
    font-size: 19px;
    min-height: 0;
  }

  .tera-local-search {
    align-items: center;
    flex-wrap: nowrap;
    gap: 8px;
  }

  .tera-local-search .form-control {
    flex: 1 1 auto;
    min-width: 0;
  }

  .tera-local-search .tera-btn {
    flex: 0 0 48px;
    padding-left: 0;
    padding-right: 0;
    width: 48px;
  }

  .tera-search-reset {
    align-items: center;
    display: inline-flex;
    flex: 1 0 100%;
    min-height: 42px;
  }

  .tera-pagination {
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 2px;
  }

  .tera-pagination a,
  .tera-pagination span,
  .tera-pagination strong {
    justify-content: center;
    min-height: 44px;
    text-align: center;
  }

  .tera-pagination strong {
    order: -1;
    width: 100%;
  }

  .tera-pagination a,
  .tera-pagination span {
    flex: 1 1 calc(50% - 8px);
  }

  .tera-gallery-zoom {
    opacity: 1;
    top: clamp(130px, 31vw, 180px);
    transform: translate(-50%, -50%) scale(1);
  }

  .tera-team-detail-grid {
    display: block;
  }

  .tera-team-detail-photo img {
    border-radius: 0;
    max-height: none;
    min-height: 0;
    height: auto;
  }

  .tera-team-detail-card {
    border-radius: 0;
    padding: 22px 18px;
  }

  .tera-btn {
    font-size: 12px;
    padding: 10px 15px;
  }

  .tera-project-progress {
    margin: 12px 0;
    padding-top: 12px;
    width: 100%;
  }

  .tera-project-footer {
    gap: 12px;
  }

  .tera-project-footer .tera-project-progress {
    flex-basis: auto;
    min-width: 0;
    width: auto;
  }

  .tera-project-progress-head,
  .tera-blog-meta,
  .tera-testimonial-author span {
    font-size: 11px;
  }

  .tera-contact-panel .tera-title,
  .tera-contact-map .tera-title {
    font-size: 23px;
    margin-bottom: 15px;
  }

  .tera-contact-form .form-control {
    min-height: 42px;
  }

  .tera-contact-form textarea.form-control {
    min-height: 110px;
  }

  .tera-contact-map .tera-map,
  .tera-contact-map .tera-map iframe,
  .tera-home-map .tera-map,
  .tera-home-map .tera-map iframe {
    height: 230px;
    min-height: 230px;
  }

  .tera-footer {
    padding-top: 36px;
  }

  .tera-footer .row > div {
    margin-bottom: 18px;
  }

  .tera-footer h4 {
    font-size: 16px;
    margin-bottom: 9px;
  }

  .tera-footer p,
  .tera-footer a {
    font-size: 13px;
    line-height: 1.55;
  }

  .tera-footer-social {
    margin-top: 6px;
  }

  .tera-footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .tera-footer-legal {
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 12px;
    justify-content: space-between;
    width: 100%;
  }

  .tera-footer-legal a {
    flex: 1 1 50%;
    font-size: 11px;
    line-height: 1.35;
    min-width: 0;
    text-align: center;
  }

  .tera-footer-credit {
    text-align: center;
    width: 100%;
  }

  .tera-legal-information {
    display: block;
    margin-top: 30px;
    padding-top: 26px;
  }

  .tera-legal-information section + section {
    margin-top: 28px;
  }

  .tera-legal-page {
    padding-top: 30px;
  }

  .tera-legal-tabs {
    gap: 10px;
  }

  .tera-legal-tabs a {
    flex: 1 1 50%;
    font-size: 12px;
    line-height: 1.35;
    text-align: center;
  }

  .tera-legal-document {
    border-left-width: 3px;
    padding: 28px 20px;
  }

  .tera-legal-document > header h2 {
    font-size: 25px;
  }

  .tera-legal-copy p,
  .tera-legal-copy li {
    font-size: 15px;
  }

  .tera-news-ticker {
    min-height: 42px;
  }

  .tera-news-label {
    font-size: 10px;
    padding: 0 12px;
  }

  .tera-news-track span {
    font-size: 12px;
    padding-right: 50px;
  }

  .tera-news-link {
    display: none;
  }

  .tera-comments-section {
    margin-top: 18px;
    padding: 18px;
  }

  .tera-comment-head {
    align-items: flex-start;
    flex-direction: column;
    gap: 3px;
  }

  .tera-contact-page {
    padding-left: 0;
    padding-right: 0;
  }

  .tera-contact-page > .container {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }

  .tera-contact-page .tera-contact-grid {
    display: block;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }

  .tera-contact-page .tera-contact-grid > [class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }

  .tera-contact-page .tera-contact-panel,
  .tera-contact-page .tera-contact-map {
    border-left: 0;
    border-radius: 0;
    border-right: 0;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }

  .tera-contact-page .tera-contact-map {
    margin-top: 16px;
  }

  .tera-contact-page .tera-contact-form .form-control,
  .tera-contact-page .tera-contact-form .tera-btn {
    width: 100%;
  }

  .tera-contact-page .tera-contact-inline-row {
    display: flex;
    gap: 10px;
  }

  .tera-contact-page .tera-contact-field {
    margin-bottom: 13px;
  }

  .tera-contact-page .tera-contact-inline-row .tera-contact-field {
    flex: 1 1 0;
    min-width: 0;
  }

  .tera-contact-page .tera-contact-inline-row .form-control {
    font-size: 13px;
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  .tera-gallery-stage {
    max-width: 100vw;
    padding: 0 12px;
  }

  .tera-gallery-media.is-responsive.is-youtube,
  .tera-gallery-media.is-responsive.is-video_url {
    max-height: 72vh;
    width: calc(100vw - 24px);
  }

  .tera-gallery-stage img,
  .tera-gallery-stage iframe,
  .tera-gallery-stage video {
    border-radius: 0;
    max-height: 72vh;
  }

  .tera-gallery-close {
    height: 42px;
    right: 12px;
    top: 12px;
    width: 42px;
  }

  .tera-gallery-nav {
    background: rgba(0, 0, 0, 0.42);
    bottom: 18px;
    font-size: 32px;
    height: 48px;
    top: auto;
    transform: none;
    width: 48px;
  }

  .tera-gallery-nav:hover {
    transform: scale(1.04);
  }

  .tera-gallery-prev {
    left: 18px;
  }

  .tera-gallery-next {
    right: 18px;
  }
}

/* Final page-hero contrast guard: every standard page banner must stay readable. */
.tera-site .tera-page-hero {
  background: #111111 !important;
  color: #ffffff !important;
}

.tera-site .tera-page-hero h1,
.tera-site .tera-page-hero p,
.tera-site .tera-page-hero .tera-page-hero-description,
.tera-site .tera-page-hero .tera-page-hero-description p,
.tera-site .tera-page-hero .container > div:last-child {
  color: #f2f2f2 !important;
}

.tera-site .tera-page-hero .tera-kicker {
  color: var(--tera-gold) !important;
}
