:root {
  --bg: #f7f7f7;
  --bg-dark: #11161a;
  --bg-darker: #0a0f12;
  --text: #bdc3c7;
  --text-strong: #e9eef2;
  --accent: #e67e22;
  --line: rgba(255, 255, 255, 0.12);
}

html {
  scroll-behavior: smooth;
}

.anchor-target {
  scroll-margin-top: 5rem;
}

body {
  background: var(--bg);
  color: var(--text);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  text-wrap: balance;
  line-height: 1.25;
}

a {
  color: var(--accent);
  text-decoration: none;
}

a:hover {
  color: #f39c45;
}

a:focus-visible,
button:focus-visible,
.form-control:focus-visible,
.form-check-input:focus-visible {
  outline: 3px solid rgba(230, 126, 34, 0.55);
  outline-offset: 2px;
}

a,
button,
input,
textarea,
select,
.navbar-toggler {
  -webkit-tap-highlight-color: rgba(230, 126, 34, 0.18);
  touch-action: manipulation;
}

.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 9999;
  background: #fff;
  color: #000;
  padding: .75rem 1rem;
}

.skip-link:focus {
  left: 1rem;
  top: 1rem;
}

.hero,
.page-hero {
  min-height: 78vh;
  background: #111;
}

.hero-video,
.hero-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-video {
  object-fit: cover;
  z-index: 0;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .hero-video {
    display: none;
  }
}

.hero-overlay {
  background: rgba(0, 0, 0, 0.63);
  z-index: 1;
}

.hero-copy {
  max-width: 980px;
}

.brand-logo {
  width: min(240px, 52vw);
  max-height: 80px;
  object-fit: contain;
}

.hero-lead,
.hero-sublead {
  max-width: 900px;
}

.hero-lead {
  color: #d4d9dd;
  font-size: 1.2rem;
  line-height: 1.7;
}

.hero-sublead {
  color: #c0c7cc;
  font-size: 1.05rem;
  line-height: 1.65;
}

.feature-grid,
.services-panel,
.footer-panel,
.content-block {
  background: var(--bg);
}

.feature-grid {
  position: relative;
  background-image: linear-gradient(rgba(81, 93, 104, 0.81), rgba(81, 93, 104, 0.81)), url('https://cdn1.site-media.eu/images/1536/25983763/ChatGPTImageJun1202603_24_58PM--1C6_nmfiIAqQCj__qfHYA.png');
  background-size: cover;
  background-position: center;
}

.feature-grid > .container {
  position: relative;
  z-index: 1;
}

.feature-card {
  background: rgba(255, 255, 255, 0.07);
  border-radius: 0.75rem;
  padding: 1.5rem 1rem;
}

.feature-media {
  aspect-ratio: 3 / 2;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.06);
}

.feature-image {
  width: 100%;
  height: 100%;
  border-radius: 0;
  opacity: 0.85;
  object-fit: contain;
}

.feature-card p {
  color: #d5dadd;
}

.text-accent,
.section-title,
.section-link {
  color: var(--accent);
}

.section-title {
  font-weight: 700;
}

.services-panel {
  background: #fff;
  color: #2f373e;
}

.service-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
  max-width: 720px;
  margin: 0 auto;
}

.service-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  padding: 1.75rem 1rem;
  text-align: center;
  background: #f8f9fa;
  border-radius: 1rem;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.service-item i {
  font-size: 1.75rem;
  color: var(--accent);
}

.service-item h3 {
  margin: 0;
}

@media (max-width: 575px) {
  .service-grid {
    grid-template-columns: 1fr;
  }
}

.nav-link:hover,
.nav-link:focus-visible {
  color: #f39c45;
}

.footer-panel {
  position: relative;
  color: #2a3136;
  background-image: url('https://cdn1.site-media.eu/images/1672/25979269/ChatGPTImageJun1202612_21_57PM-hG2tWeSZZEJ7J9lbeX1hOQ.png');
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.footer-panel::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(202, 204, 203, 0.58);
}

.footer-panel .container {
  position: relative;
  z-index: 1;
}

.footer-grid {
  padding-top: 0.5rem;
}

.footer-heading {
  color: #1f2428;
  font-weight: 700;
}

.footer-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
  margin-bottom: 1.15rem;
}

.footer-contact-item p {
  line-height: 1.5;
}

.footer-contact-item i {
  font-size: 1.2rem;
  line-height: 1.2;
  color: #2a3136;
  margin-top: 0.1rem;
}

.footer-links-item {
  margin-top: 0.25rem;
}

.footer-note {
  max-width: 34rem;
  font-size: 0.95rem;
  font-style: italic;
  color: rgba(42, 49, 54, 0.88);
}

.footer-panel a {
  color: #2a3136;
}

.footer-panel a:hover {
  color: var(--accent);
}

.contact-form .form-control,
.contact-form .form-check-label {
  color: #2a3136;
}

.contact-form .form-control {
  border-radius: .85rem;
  border-color: rgba(42, 49, 54, 0.12);
  background: rgba(255, 255, 255, 0.88);
}

.contact-form .btn-accent {
  border-radius: 2rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  padding: 0.6rem 2rem;
}

.btn-accent {
  background: var(--accent);
  border-color: var(--accent);
  color: #fff;
  border-radius: 2rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  padding: 0.6rem 2rem;
  transition: background 0.2s, transform 0.15s;
}

.btn-accent:hover {
  background: #f39c45;
  border-color: #f39c45;
  color: #fff;
  transform: translateY(-1px);
}

.divider {
  border: 0;
  height: 1px;
  background: var(--accent);
  opacity: 0.6;
  margin: 0 0 2.5rem;
}

.content-block {
  color: #2f373e;
}

.content-block h1,
.content-block h2,
.content-block h3,
.content-block h4 {
  color: #1e2429;
}

.text-muted-2 {
  color: #657077 !important;
}

.official-rep-logo {
  max-width: 260px;
}

.product-image {
  border-radius: 0.5rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.image-shift {
  margin-left: 0;
}

@media (min-width: 992px) {
  .image-shift {
    margin-left: 2cm;
  }
}

.page-hero-alt {
  background-image: linear-gradient(rgba(0, 0, 0, 0.76), rgba(0, 0, 0, 0.76)), url('https://cdn1.site-media.eu/images/1672/25979272/ChatGPTImageJun1202612_21_57PM-o-74Htppyf_QPmSxe9aEdw.png');
  background-size: cover;
  background-position: center;
}

@media (min-width: 992px) {
  .py-lg-6 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
}

@media (max-width: 991.98px) {
  .hero {
    min-height: 72vh;
  }

  .brand-logo {
    width: min(200px, 58vw);
  }
}

@keyframes fade-in-up {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.hero-animate {
  opacity: 0;
  animation: fade-in-up 1s ease forwards;
}

.hero-animate-1 {
  animation-delay: 1s;
}

.hero-animate-2 {
  animation-delay: 2.5s;
}

.hero-animate-3 {
  animation-delay: 4s;
}
