/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

:root {
  --blue: #106DB6;
  --blue-dark: #0B4F85;
  --blue-light: #1A8FE3;
  --accent: #F5A623;
  --accent-dark:#D4861A;
  --dark: #0D1117;
  --dark-2: #141B26;
  --dark-3: #1C2535;
  --text: #E8EDF4;
  --text-muted: #8A9BB5;
  --white: #FFFFFF;
  --border: rgba(255,255,255,0.08);
  --red: #EF4444;
  --ff-head: 'Barlow Condensed', sans-serif;
  --ff-body: 'DM Sans', sans-serif;
  --container: 1320px;
  --radius: 4px;
  --transition: 0.3s ease;
}

* {
  box-sizing: border-box;
}
*::selection {
  background-color: #F5A623;
  color: #fff;
}

img {
  height: auto;
  max-width: 100%;
}

a,
svg,
button,
input,
textarea {
  transition: 350ms ease;
  cursor: pointer;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--ff-body);
  background: var(--dark);
  color: var(--text);
  font-size: 16px;
  line-height: 1.65;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: inherit;
}

ul {
  list-style: none;
}

img {
  max-width: 100%;
  display: block;
}

.container {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 40px;
  width: 100%;
}
@media (max-width: 1660px) {
  .container {
    padding: 0 2rem;
  }
}
@media (max-width: 991px) {
  .container {
    padding: 0 1rem;
  }
}

.text-blue {
  color: var(--blue);
}

.text-accent {
  color: var(--accent);
}

.mt-8 {
  margin-top: 8px;
}

.mt-16 {
  margin-top: 16px;
}

.mt-32 {
  margin-top: 32px;
}

.mb-0 {
  margin-bottom: 0 !important;
}

section {
  padding: 100px 0;
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: rgba(13, 17, 23, 0.92);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--border);
  padding: 1.25rem 0;
  transition: 350ms ease;
  display: flex;
  align-items: center;
}
#header.is-sticky {
  padding: 0.75rem 0;
}
#header .site-header__logo {
  z-index: 999;
}
@media (max-width: 767px) {
  #header .site-header__logo {
    max-width: 120px;
  }
}
#header .header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 1199px) {
  #header .header-inner {
    justify-content: baseline;
  }
}
#header .logo {
  display: flex;
  flex-direction: column;
  line-height: 1;
}
#header .logo-top {
  font-family: var(--ff-head);
  font-weight: 900;
  font-size: 26px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--white);
}
#header .logo-top span {
  color: var(--blue);
}
#header .logo-bottom {
  font-family: var(--ff-body);
  font-weight: 300;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 4px;
  color: var(--text-muted);
  margin-top: 2px;
}
#header {
  /* NAV */
}
#header nav {
  display: flex;
  align-items: center;
  gap: 4px;
}
@media (max-width: 1199px) {
  #header nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    flex-direction: column;
    height: 100dvh;
    background-color: #F5A623;
    justify-content: center;
    transition: 350ms ease;
    left: -150%;
  }
}
#header .nav-item {
  position: relative;
}
#header .nav-link {
  display: flex;
  align-items: center;
  grid-gap: 0.5rem;
  padding: 8px 16px;
  font-family: var(--ff-body);
  font-weight: 500;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: var(--text-muted);
  transition: color var(--transition);
  border-radius: var(--radius);
}
@media (max-width: 1199px) {
  #header .nav-link {
    color: #106DB6;
  }
}
#header .nav-link:hover,
#header .nav-link.active {
  color: var(--white);
}
#header .nav-link i {
  font-size: 10px;
  margin-left: 4px;
}
#header {
  /* DROPDOWN */
}
#header .dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 220px;
  background: var(--dark-2);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 8px 0;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-8px);
  transition: opacity var(--transition), transform var(--transition);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
}
#header .nav-item:hover .dropdown {
  opacity: 1;
  pointer-events: all;
  transform: translateY(0);
}
#header .dropdown a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 20px;
  font-size: 13px;
  font-weight: 400;
  color: var(--text-muted);
  transition: color var(--transition), background var(--transition);
}
#header .dropdown a i {
  color: var(--blue);
  font-size: 12px;
  width: 14px;
}
#header .dropdown a:hover {
  color: var(--white);
  background: var(--dark-3);
}
#header .header-cta {
  display: flex;
  align-items: center;
  gap: 16px;
}
#header .header-cta .btn-phone {
  display: flex;
  align-items: center;
  grid-gap: 0.5rem;
  font-size: 1.25rem;
}
#header .header-cta .btn-phone .icon-phone {
  transition: 350ms ease;
  color: #106DB6;
  font-size: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
#header .header-cta .btn-phone:hover {
  color: #106DB6;
}
@media (max-width: 1199px) {
  #header .header-cta {
    margin-left: auto;
    margin-right: 0.5rem;
    z-index: 999;
    display: none;
  }
  #header .header-cta .btn {
    display: none;
  }
}
#header .btn-phone {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: var(--ff-body);
  font-weight: 600;
  font-size: 13px;
  color: var(--text);
  transition: color var(--transition);
}
#header .btn-phone i {
  color: var(--blue);
}
#header .btn-phone:hover {
  color: var(--white);
}
#header .btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 22px;
  font-family: var(--ff-body);
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: var(--radius);
  transition: all var(--transition);
  cursor: pointer;
  border: none;
}
#header .btn-primary {
  background: var(--blue);
  color: var(--white);
}
#header .btn-primary:hover {
  background: var(--blue-light);
  transform: translateY(-1px);
  box-shadow: 0 8px 24px rgba(16, 109, 182, 0.4);
}
#header .btn-outline {
  background: transparent;
  color: var(--white);
  border: 1px solid var(--border);
}
#header .btn-outline:hover {
  border-color: var(--blue);
  color: var(--blue);
}
#header .btn-accent {
  background: var(--accent);
  color: var(--dark);
}
#header .btn-accent:hover {
  background: var(--accent-dark);
  transform: translateY(-1px);
  box-shadow: 0 8px 24px rgba(245, 166, 35, 0.35);
}
#header .hamburger {
  display: none;
}
@media (max-width: 1199px) {
  #header .hamburger {
    display: flex;
    flex-direction: column;
    width: 1.25rem;
    grid-gap: 0.25rem;
    z-index: 999;
  }
  #header .hamburger span {
    width: 100%;
    height: 0.1rem;
    background-color: #fff;
    position: relative;
    transition: 350ms ease;
  }
}

.site-header__open #header nav {
  left: 0;
}
.site-header__open #header .hamburger span:nth-child(1) {
  transform: rotate(45deg);
  top: 3px;
}
.site-header__open #header .hamburger span:nth-child(2) {
  display: none;
}
.site-header__open #header .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  bottom: 3px;
}
.site-header__open #header .header-cta a {
  color: #106DB6;
}

footer {
  background: var(--dark-2);
  border-top: 1px solid var(--border);
  padding: 80px 0 0;
}

.footer-grid {
  display: grid;
  grid-template-columns: 280px 1fr 1fr 200px;
  gap: 60px;
  padding-bottom: 60px;
  border-bottom: 1px solid var(--border);
}

.footer-brand .logo-display {
  margin-bottom: 16px;
}

.footer-brand p {
  font-size: 13px;
  color: var(--text-muted);
  line-height: 1.75;
  margin-bottom: 24px;
}

.social-links {
  display: flex;
  gap: 8px;
}

.social-link {
  width: 36px;
  height: 36px;
  border-radius: var(--radius);
  background: var(--dark-3);
  border: 1px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-muted);
  font-size: 14px;
  transition: all var(--transition);
}
.social-link span {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
}

.social-link:hover {
  background: var(--blue);
  color: var(--white);
  border-color: var(--blue);
}

.footer-col h4 {
  font-family: var(--ff-head);
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--white);
  margin-bottom: 24px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--border);
}

.footer-nav {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.footer-nav a {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: var(--text-muted);
  padding: 6px 0;
  transition: color var(--transition), gap var(--transition);
}

.footer-nav a i {
  font-size: 8px;
  color: var(--blue);
}

.footer-nav a:hover {
  color: var(--white);
  gap: 12px;
}

.footer-contact-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.fci {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 13px;
  color: var(--text-muted);
}

.fci i {
  color: var(--blue);
  margin-top: 2px;
  flex-shrink: 0;
}

.fci a:hover {
  color: var(--blue);
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 0;
}

.footer-bottom p {
  font-size: 12px;
  color: rgba(138, 155, 181, 0.5);
}

.footer-bottom a {
  color: var(--blue);
  font-weight: 500;
}

.footer-bottom a:hover {
  color: var(--blue-light);
}

.footer-sig {
  font-size: 12px;
  color: rgba(138, 155, 181, 0.4);
}

.footer-sig a {
  color: var(--text-muted);
}

.footer-sig a:hover {
  color: var(--white);
}

.float-cta {
  position: fixed;
  bottom: 32px;
  right: 32px;
  z-index: 999;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
}

.float-btn {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: var(--white);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.3);
  transition: transform var(--transition), box-shadow var(--transition);
  cursor: pointer;
  border: none;
  text-decoration: none;
  position: relative;
}

.float-btn:hover {
  transform: translateY(-3px) scale(1.06);
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.4);
}

.float-viber {
  background: #7360F2;
}

.float-whatsapp {
  background: #25D366;
}

.float-label {
  background: var(--dark-2);
  border: 1px solid var(--border);
  border-radius: 20px;
  padding: 6px 14px;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: var(--text-muted);
  white-space: nowrap;
  pointer-events: none;
  opacity: 0;
  transform: translateX(10px);
  transition: opacity var(--transition), transform var(--transition);
}

.float-group {
  display: flex;
  align-items: center;
  gap: 10px;
}

.float-group:hover .float-label {
  opacity: 1;
  transform: translateX(0);
}

/* Pulse animation */
.float-btn::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  border: 2px solid currentColor;
  opacity: 0.3;
  animation: floatPulse 2s ease-out infinite;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.footer-cta {
  display: none;
  z-index: 999;
}
.footer-cta .btn-phone {
  display: flex;
  align-items: center;
  grid-gap: 0.5rem;
  color: var(--blue);
}
.footer-cta .btn-phone .icon-phone {
  transition: 350ms ease;
  color: var(--blue);
  font-size: 1.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-cta .btn-phone:hover {
  color: #106DB6;
}
@media (max-width: 1199px) {
  .footer-cta {
    display: flex;
    align-items: center;
    position: fixed;
    bottom: 1.25rem;
    right: 1rem;
    gap: 16px;
    padding: 0.25rem 0.5rem;
    background-color: #fff;
    border-radius: 0.25rem;
  }
  .footer-cta::after {
    content: "";
    animation: pulse 2s ease-out infinite;
    position: absolute;
    inset: 0;
    border-radius: 0.25rem;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 110%;
    z-index: 999;
    transform: translate(-50%, -50%);
  }
}

@keyframes floatPulse {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.3;
  }
  100% {
    transform: translate(-50%, -50%) scale(1.5);
    opacity: 0;
  }
}
@keyframes pulse {
  0% {
    transform: translate(-50%, -50%) scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  }
  70% {
    transform: translate(-50%, -50%) scale(1);
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
  }
  100% {
    transform: translate(-50%, -50%) scale(1.05);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@media (max-width: 1440px) {
  .footer-grid {
    grid-template-columns: 240px 1fr 1fr 180px;
    gap: 48px;
  }
}
@media (max-width: 1366px) {
  .footer-grid {
    grid-template-columns: 220px 1fr 1fr;
    gap: 40px;
  }
  .footer-grid .footer-col:last-child {
    grid-column: 1;
    grid-row: 2;
  }
}
@media (max-width: 1199px) {
  footer {
    padding: 60px 0 0;
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 40px 48px;
  }
  .footer-grid .footer-brand {
    grid-column: 1/-1;
  }
}
@media (max-width: 1024px) {
  .footer-grid {
    gap: 32px 36px;
  }
  .footer-col h4 {
    font-size: 14px;
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  footer {
    padding: 48px 0 0;
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 28px 32px;
  }
  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    padding: 20px 0;
  }
}
@media (max-width: 767px) {
  footer {
    padding: 40px 0 0;
  }
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .footer-grid .footer-brand {
    grid-column: auto;
  }
  .footer-grid {
    padding-bottom: 40px;
  }
  .social-links {
    flex-wrap: wrap;
  }
  .float-cta {
    bottom: 20px;
    right: auto;
    left: 16px;
    gap: 8px;
  }
  .float-btn {
    width: 50px;
    height: 50px;
    font-size: 20px;
  }
  .float-label {
    display: none;
  }
}
@media (max-width: 480px) {
  footer {
    padding: 32px 0 0;
  }
  .footer-col h4 {
    font-size: 13px;
    margin-bottom: 16px;
    padding-bottom: 10px;
  }
  .footer-bottom {
    padding: 16px 0;
  }
  .footer-bottom p,
  .footer-sig {
    font-size: 11px;
  }
  .float-btn {
    width: 46px;
    height: 46px;
    font-size: 18px;
  }
}
.page-404 {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  margin-top: 80px;
}

.page-404-bg {
  position: absolute;
  inset: 0;
  background: var(--dark);
}

.page-404-bg::before {
  content: "404";
  position: absolute;
  font-family: var(--ff-head);
  font-weight: 900;
  font-size: 480px;
  line-height: 1;
  color: rgba(255, 255, 255, 0.02);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}

.page-404-content {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 600px;
}

.err-code {
  font-family: var(--ff-head);
  font-weight: 900;
  font-size: 180px;
  line-height: 0.85;
  background: linear-gradient(135deg, var(--blue), var(--blue-light));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 24px;
}

.err-title {
  font-family: var(--ff-head);
  font-weight: 800;
  font-size: 42px;
  text-transform: uppercase;
  color: var(--white);
  margin-bottom: 16px;
}

.err-desc {
  font-size: 16px;
  color: var(--text-muted);
  margin-bottom: 40px;
  line-height: 1.7;
}

.err-actions {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

/* Dripping pipe SVG decoration */
.pipe-drip {
  position: absolute;
  top: 90px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
}

.pipe-body {
  width: 10px;
  height: 120px;
  background: linear-gradient(to bottom, var(--blue-dark), var(--blue));
  border-radius: 0 0 4px 4px;
}

.pipe-drop {
  width: 14px;
  height: 20px;
  background: var(--blue);
  border-radius: 50% 50% 70% 70%;
  animation: drip 3s ease-in-out infinite;
}

@keyframes drip {
  0% {
    transform: translateY(0) scale(1);
    opacity: 1;
  }
  80% {
    transform: translateY(60px) scale(0.7);
    opacity: 0.6;
  }
  100% {
    transform: translateY(80px) scale(0);
    opacity: 0;
  }
}
.pipe-end {
  width: 30px;
  height: 6px;
  background: var(--blue-dark);
  border-radius: 0 0 4px 4px;
  margin-bottom: 0;
}

@media (max-width: 1199px) {
  .err-code {
    font-size: 150px;
  }
  .err-title {
    font-size: 36px;
  }
  .page-404-bg::before {
    font-size: 380px;
  }
}
@media (max-width: 1024px) {
  .err-code {
    font-size: 130px;
  }
  .err-title {
    font-size: 32px;
  }
  .page-404-bg::before {
    font-size: 300px;
  }
  .pipe-body {
    height: 90px;
  }
}
@media (max-width: 991px) {
  .err-code {
    font-size: 110px;
    margin-bottom: 16px;
  }
  .err-title {
    font-size: 28px;
  }
  .err-desc {
    font-size: 15px;
  }
  .page-404-bg::before {
    font-size: 240px;
  }
}
@media (max-width: 767px) {
  .page-404 {
    margin-top: 60px;
  }
  .err-code {
    font-size: 90px;
    margin-bottom: 12px;
  }
  .err-title {
    font-size: 24px;
  }
  .err-desc {
    font-size: 14px;
    margin-bottom: 28px;
  }
  .err-actions {
    flex-direction: column;
    align-items: center;
  }
  .err-actions .btn {
    width: 100%;
    justify-content: center;
  }
  .page-404-bg::before {
    font-size: 180px;
  }
  .pipe-body {
    height: 70px;
  }
  .pipe-drop {
    width: 11px;
    height: 16px;
  }
}
@media (max-width: 480px) {
  .err-code {
    font-size: 76px;
  }
  .err-title {
    font-size: 22px;
  }
  .page-404-bg::before {
    font-size: 140px;
  }
  .pipe-body {
    height: 56px;
  }
}
@media (max-width: 420px) {
  .err-code {
    font-size: 64px;
  }
  .page-404-bg::before {
    font-size: 110px;
  }
}
@font-face {
  font-family: "font-icons";
  src: url("../assets/fonts/font-icons/font-icons.woff2") format("woff2"), url("../assets/fonts/font-icons/font-icons.woff") format("woff"), url("../assets/fonts/font-icons/font-icons.ttf") format("truetype");
}
.icon-zoom:before, .icon-youtube:before, .icon-whatsapp:before, .icon-viber:before, .icon-users:before, .icon-twitter:before, .icon-truck:before, .icon-toilet:before, .icon-sun:before, .icon-star:before, .icon-screwdriver:before, .icon-play:before, .icon-pin:before, .icon-phone:before, .icon-paper:before, .icon-notebook:before, .icon-moon:before, .icon-mobile-phone:before, .icon-location:before, .icon-list:before, .icon-linkedin:before, .icon-link:before, .icon-instagram:before, .icon-house:before, .icon-gears:before, .icon-fire:before, .icon-fb:before, .icon-faucet:before, .icon-envelope:before, .icon-clock:before, .icon-check:before, .icon-calendar:before, .icon-bolt:before, .icon-bell:before, .icon-arrow-up:before, .icon-arrow-right:before, .icon-arrow-left:before, .icon-angle-down:before {
  font-family: "font-icons";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  font-display: swap;
}

.icon-angle-down:before {
  content: "\e001";
}

.icon-arrow-left:before {
  content: "\e002";
}

.icon-arrow-right:before {
  content: "\e003";
}

.icon-arrow-up:before {
  content: "\e004";
}

.icon-bell:before {
  content: "\e005";
}

.icon-bolt:before {
  content: "\e006";
}

.icon-calendar:before {
  content: "\e007";
}

.icon-check:before {
  content: "\e008";
}

.icon-clock:before {
  content: "\e009";
}

.icon-envelope:before {
  content: "\e00a";
}

.icon-faucet:before {
  content: "\e00b";
}

.icon-fb:before {
  content: "\e00c";
}

.icon-fire:before {
  content: "\e00d";
}

.icon-gears:before {
  content: "\e00e";
}

.icon-house:before {
  content: "\e00f";
}

.icon-instagram:before {
  content: "\e010";
}

.icon-link:before {
  content: "\e011";
}

.icon-linkedin:before {
  content: "\e012";
}

.icon-list:before {
  content: "\e013";
}

.icon-location:before {
  content: "\e014";
}

.icon-mobile-phone:before {
  content: "\e015";
}

.icon-moon:before {
  content: "\e016";
}

.icon-notebook:before {
  content: "\e017";
}

.icon-paper:before {
  content: "\e018";
}

.icon-phone:before {
  content: "\e019";
}

.icon-pin:before {
  content: "\e01a";
}

.icon-play:before {
  content: "\e01b";
}

.icon-screwdriver:before {
  content: "\e01c";
}

.icon-star:before {
  content: "\e01d";
}

.icon-sun:before {
  content: "\e01e";
}

.icon-toilet:before {
  content: "\e01f";
}

.icon-truck:before {
  content: "\e020";
}

.icon-twitter:before {
  content: "\e021";
}

.icon-users:before {
  content: "\e022";
}

.icon-viber:before {
  content: "\e023";
}

.icon-whatsapp:before {
  content: "\e024";
}

.icon-youtube:before {
  content: "\e025";
}

.icon-zoom:before {
  content: "\e026";
}

.page-title {
  font-family: var(--ff-head);
  font-weight: 900;
  font-size: clamp(44px, 7vw, 110px);
  line-height: 0.92;
  text-transform: uppercase;
  letter-spacing: -1px;
  color: var(--white);
  margin: 0;
}

/* Section heading */
.section-title {
  font-family: var(--ff-head);
  font-weight: 800;
  font-size: clamp(32px, 3.5vw, 52px);
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: var(--white);
}

.section-subtitle {
  font-family: var(--ff-body);
  font-weight: 400;
  font-size: 16px;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 14px;
  display: block;
}

.section-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--ff-body);
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: var(--accent);
  margin-bottom: 16px;
}

.section-label::before {
  content: "";
  display: block;
  width: 28px;
  height: 2px;
  background: var(--accent);
}

.entry-content h2 {
  font-family: var(--ff-head);
  font-weight: 800;
  font-size: 36px;
  text-transform: uppercase;
  color: var(--white);
  margin: 48px 0 16px;
}
.entry-content h3 {
  font-family: var(--ff-head);
  font-weight: 700;
  font-size: 26px;
  text-transform: uppercase;
  color: var(--white);
  margin: 36px 0 12px;
}
.entry-content p {
  color: var(--text-muted);
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 20px;
}
.entry-content ul {
  list-style: none;
  margin: 20px 0 28px;
}
.entry-content ul li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: var(--text-muted);
  font-size: 15px;
  padding: 8px 0;
  border-bottom: 1px solid var(--border);
}
.entry-content ul li i {
  color: var(--blue);
  margin-top: 4px;
  flex-shrink: 0;
}

.btn-phone {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: var(--ff-body);
  font-weight: 600;
  font-size: 13px;
  color: var(--text);
  transition: color var(--transition);
}

.btn-phone i {
  color: var(--blue);
}

.btn-phone:hover {
  color: var(--white);
}

.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 22px;
  font-family: var(--ff-body);
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: var(--radius);
  transition: all var(--transition);
  cursor: pointer;
  border: none;
}

.btn-primary {
  background: var(--blue);
  color: var(--white);
}

.btn-primary:hover {
  background: var(--blue-light);
  transform: translateY(-1px);
  box-shadow: 0 8px 24px rgba(16, 109, 182, 0.4);
}

.btn-outline {
  background: transparent;
  color: var(--white);
  border: 1px solid var(--border);
}

.btn-outline:hover {
  border-color: var(--blue);
  color: var(--blue);
}

.btn-accent {
  background: var(--accent);
  color: var(--dark);
}

.btn-accent:hover {
  background: var(--accent-dark);
  transform: translateY(-1px);
  box-shadow: 0 8px 24px rgba(245, 166, 35, 0.35);
}

.hero-section {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: flex-end;
  padding-bottom: 100px;
  overflow: hidden;
  background-image: url("../assets/images/blocks/hero-image.webp");
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 1199px) {
  .hero-section {
    flex-direction: column;
    padding-bottom: 0;
    grid-gap: 1.5rem;
  }
}
.hero-section::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  background-color: var(--dark-2);
  opacity: 0.75;
  z-index: 99;
}
.hero-section::before {
  content: "";
  display: none;
  position: absolute;
  inset: 0;
  background-image: repeating-linear-gradient(0deg, transparent, transparent 39px, rgba(255, 255, 255, 0.02) 39px, rgba(255, 255, 255, 0.02) 40px), repeating-linear-gradient(90deg, transparent, transparent 79px, rgba(255, 255, 255, 0.02) 79px, rgba(255, 255, 255, 0.02) 80px);
}
.hero-section .container {
  z-index: 100;
}
.hero-section .hero-bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(13, 17, 23, 0.2) 0%, rgba(13, 17, 23, 0.95) 100%), linear-gradient(90deg, rgba(16, 109, 182, 0.15) 0%, transparent 60%);
  background-color: var(--dark-2);
  display: none;
}
.hero-section {
  /* Decorative pipes pattern */
}
.hero-section .hero-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: repeating-linear-gradient(0deg, transparent, transparent 39px, rgba(255, 255, 255, 0.02) 39px, rgba(255, 255, 255, 0.02) 40px), repeating-linear-gradient(90deg, transparent, transparent 79px, rgba(255, 255, 255, 0.02) 79px, rgba(255, 255, 255, 0.02) 80px);
}
.hero-section .hero-bg::after {
  content: "";
  position: absolute;
  right: -200px;
  top: 50%;
  transform: translateY(-50%);
  width: 900px;
  height: 900px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(16, 109, 182, 0.12) 0%, transparent 70%);
}
.hero-section {
  /* Floating badge */
}
.hero-section .hero-badge {
  position: absolute;
  top: 140px;
  right: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: var(--blue);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.1), 0 20px 60px rgba(16, 109, 182, 0.4);
  text-align: center;
  z-index: 100;
}
.hero-section .hero-badge span:first-child {
  font-family: var(--ff-head);
  font-weight: 900;
  font-size: 40px;
  line-height: 1;
  color: var(--white);
}
.hero-section .hero-badge span:last-child {
  font-family: var(--ff-body);
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: rgba(255, 255, 255, 0.75);
  margin-top: 2px;
}
.hero-section .hero-content {
  position: relative;
  z-index: 2;
  max-width: 850px;
  margin: 0 auto;
  width: fit-content;
}
.hero-section .hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: var(--ff-body);
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 4px;
  color: var(--accent);
  margin-bottom: 24px;
}
.hero-section .hero-eyebrow::before {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  background: var(--accent);
}
.hero-section .page-title {
  margin-bottom: 28px;
}
.hero-section .page-title .line-accent {
  color: var(--blue);
}
.hero-section .hero-desc {
  font-size: 17px;
  color: #fff;
  max-width: 520px;
  margin-bottom: 40px;
  line-height: 1.7;
}
.hero-section .hero-actions {
  display: flex;
  align-items: center;
  gap: 20px;
}
.hero-section {
  /* Scroll indicator */
}
.hero-section .hero-scroll {
  position: absolute;
  bottom: 36px;
  right: 60px;
  display: flex;
  align-items: center;
  gap: 10px;
  z-index: 2;
}
.hero-section .hero-scroll span {
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: var(--text-muted);
  writing-mode: vertical-rl;
}
.hero-section .scroll-line {
  width: 1px;
  height: 60px;
  background: linear-gradient(to bottom, var(--blue), transparent);
  animation: scrollPulse 2s ease-in-out infinite;
}
@keyframes scrollPulse {
  0%, 100% {
    transform: scaleY(1);
    opacity: 1;
  }
  50% {
    transform: scaleY(0.6);
    opacity: 0.4;
  }
}
.hero-section {
  /* Stats bar under hero */
}
.hero-section .hero-stats {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--dark-2);
  border-top: 1px solid var(--border);
  z-index: 100;
}
@media (max-width: 1199px) {
  .hero-section .hero-stats {
    position: relative;
    width: 100%;
  }
}
.hero-section .hero-stats .container {
  display: flex;
  align-items: stretch;
}
.hero-section .stat-item {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 22px 40px;
  border-right: 1px solid var(--border);
}
.hero-section .stat-item:last-child {
  border-right: none;
}
.hero-section .stat-icon {
  width: 44px;
  height: 44px;
  border-radius: var(--radius);
  background: rgba(16, 109, 182, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--blue);
  font-size: 18px;
  flex-shrink: 0;
}
.hero-section .stat-icon span {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
}
.hero-section .stat-text strong {
  display: block;
  font-family: var(--ff-head);
  font-weight: 800;
  font-size: 28px;
  line-height: 1;
  color: var(--white);
}
.hero-section .stat-text span {
  font-size: 12px;
  color: var(--text-muted);
}
@media (max-width: 1660px) {
  .hero-section .hero-section {
    padding-bottom: 90px;
  }
  .hero-section .hero-badge {
    right: 60px;
    width: 128px;
    height: 128px;
  }
  .hero-section .hero-badge span:first-child {
    font-size: 36px;
  }
  .hero-section .stat-item {
    padding: 20px 28px;
  }
}
@media (max-width: 1440px) {
  .hero-section .hero-section {
    padding-bottom: 84px;
  }
  .hero-section .hero-badge {
    top: 120px;
    right: 48px;
    width: 116px;
    height: 116px;
  }
  .hero-section .hero-badge span:first-child {
    font-size: 32px;
  }
  .hero-section .stat-item {
    padding: 18px 20px;
    gap: 12px;
  }
  .hero-section .stat-text strong {
    font-size: 24px;
  }
}
@media (max-width: 1366px) {
  .hero-section .hero-content {
    max-width: 680px;
  }
  .hero-section .hero-desc {
    font-size: 16px;
  }
  .hero-section .stat-item {
    padding: 16px 16px;
  }
}
@media (max-width: 1280px) {
  .hero-section .hero-badge {
    width: 104px;
    height: 104px;
  }
  .hero-section .hero-badge span:first-child {
    font-size: 28px;
  }
}
@media (max-width: 1199px) {
  .hero-section .hero-section {
    padding-bottom: 76px;
    align-items: center;
    padding-top: 120px;
  }
  .hero-section .hero-badge {
    top: 100px;
    right: 32px;
    width: 96px;
    height: 96px;
  }
  .hero-section .hero-badge span:first-child {
    font-size: 24px;
  }
  .hero-section .hero-content {
    max-width: 580px;
  }
  .hero-section .hero-scroll {
    display: none;
  }
  .hero-section .hero-stats .container {
    flex-wrap: wrap;
  }
  .hero-section .stat-item {
    flex: 1 1 50%;
    border-right: none;
    border-bottom: 1px solid var(--border);
  }
  .hero-section .stat-item:nth-child(odd) {
    border-right: 1px solid var(--border);
  }
  .hero-section .stat-item:nth-last-child(-n+2) {
    border-bottom: none;
  }
}
@media (max-width: 1024px) {
  .hero-section .hero-section {
    padding-top: 100px;
    padding-bottom: 72px;
  }
  .hero-section .hero-badge {
    display: none;
  }
  .hero-section .hero-desc {
    font-size: 15px;
    max-width: 100%;
  }
  .hero-section .hero-actions {
    flex-wrap: wrap;
    gap: 12px;
  }
  .hero-section .stat-item {
    padding: 16px 20px;
    gap: 12px;
  }
  .hero-section .stat-icon {
    width: 38px;
    height: 38px;
    font-size: 16px;
  }
  .hero-section .stat-text strong {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  .hero-section .hero-section {
    padding-top: 90px;
    min-height: auto;
    padding-bottom: 60px;
  }
  .hero-section .hero-eyebrow {
    font-size: 10px;
    letter-spacing: 3px;
  }
  .hero-section .hero-desc {
    font-size: 15px;
    margin-bottom: 28px;
  }
  .hero-section .stat-item {
    flex: 1 1 100%;
    border-right: none !important;
    border-bottom: 1px solid var(--border);
  }
  .hero-section .stat-item:last-child {
    border-bottom: none;
  }
}
@media (max-width: 767px) {
  .hero-section .hero-section {
    padding-top: 80px;
    padding-bottom: 48px;
  }
  .hero-section .hero-eyebrow {
    margin-bottom: 16px;
  }
  .hero-section .hero-actions .btn {
    width: 100%;
    justify-content: center;
  }
  .hero-section .hero-actions {
    flex-direction: column;
  }
  .hero-section .stat-icon {
    width: 36px;
    height: 36px;
    font-size: 15px;
  }
  .hero-section .stat-text strong {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .hero-section .hero-section {
    padding-top: 72px;
  }
  .hero-section .hero-eyebrow {
    font-size: 9px;
  }
  .hero-section .hero-desc {
    font-size: 14px;
  }
  .hero-section .stat-item {
    padding: 14px 16px;
  }
}

.inner-hero {
  position: relative;
  height: 420px;
  display: flex;
  align-items: center;
  overflow: hidden;
  margin-top: 80px;
}
.inner-hero .inner-hero-bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(13, 17, 23, 0.95) 40%, rgba(13, 17, 23, 0.5) 100%), var(--dark-2);
}
.inner-hero .inner-hero-bg::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 50%;
  background: linear-gradient(to right, transparent, rgba(16, 109, 182, 0.1));
}
.inner-hero {
  /* Diagonal accent */
}
.inner-hero::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(to right, var(--blue), var(--accent), transparent);
  z-index: 2;
}
.inner-hero .inner-hero-content {
  position: relative;
  z-index: 2;
  margin: 0 auto;
  width: fit-content;
}
.inner-hero .breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--text-muted);
  margin-bottom: 20px;
}
.inner-hero .breadcrumb a {
  color: var(--blue);
}
.inner-hero .breadcrumb i {
  font-size: 8px;
}
@media (max-width: 1440px) {
  .inner-hero .inner-hero {
    height: 360px;
  }
}
@media (max-width: 1199px) {
  .inner-hero .inner-hero {
    height: 320px;
  }
  .inner-hero .breadcrumb {
    font-size: 11px;
  }
}
@media (max-width: 1024px) {
  .inner-hero .inner-hero {
    height: 280px;
  }
}
@media (max-width: 991px) {
  .inner-hero .inner-hero {
    height: 240px;
  }
  .inner-hero .breadcrumb {
    margin-bottom: 14px;
  }
}
@media (max-width: 767px) {
  .inner-hero .inner-hero {
    height: 210px;
  }
  .inner-hero .breadcrumb {
    font-size: 10px;
    gap: 6px;
  }
}
@media (max-width: 480px) {
  .inner-hero .inner-hero {
    height: 190px;
  }
}

.section {
  padding: 100px 0;
}

.three-column-header-alt {
  background: var(--dark-2);
}

.three-column-header-header {
  margin-bottom: 64px;
}

.three-column-header-header.centered {
  text-align: center;
}

.three-column-header-header.centered .three-column-header-label {
  justify-content: center;
}

.three-column-header-header.centered .three-column-header-label::before {
  display: none;
}

.two-column-header {
  margin-bottom: 64px;
}

.about-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  margin-bottom: 2px;
}

.about-row.inverse {
  direction: rtl;
}

.about-row.inverse > * {
  direction: ltr;
}

.about-img {
  position: relative;
  min-height: 360px;
  background: var(--dark-3);
  overflow: hidden;
}

.about-img-placeholder {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 12px;
  background: var(--dark-3);
  border: 1px dashed rgba(255, 255, 255, 0.06);
}

.about-img-placeholder i {
  font-size: 48px;
  color: rgba(16, 109, 182, 0.3);
}

.about-img-placeholder span {
  font-size: 11px;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 2px;
  display: none;
}

.about-img-placeholder img {
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

/* Decorative accent on img */
.about-img::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 4px;
  height: 80px;
  background: var(--blue);
}

.about-row.inverse .about-img::after {
  left: auto;
  right: 0;
}

.about-content {
  padding: 60px 64px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: var(--dark-2);
}

.about-icon {
  width: 52px;
  height: 52px;
  border-radius: var(--radius);
  background: rgba(16, 109, 182, 0.12);
  border: 1px solid rgba(16, 109, 182, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--blue);
  font-size: 20px;
  margin-bottom: 24px;
}
.about-icon span {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
}

.about-content .three-column-header-title {
  font-size: 36px;
  margin-bottom: 20px;
}

.about-content p {
  color: var(--text-muted);
  font-size: 15px;
  line-height: 1.75;
}

/* KAKO RADIMO steps */
.kako-steps {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-top: 24px;
}

.kako-step {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 20px 0;
  border-bottom: 1px solid var(--border);
}

.kako-step:last-child {
  border-bottom: none;
}

.step-num {
  font-family: var(--ff-head);
  font-weight: 900;
  font-size: 42px;
  line-height: 1;
  color: rgba(16, 109, 182, 0.2);
  min-width: 44px;
}

.step-body strong {
  display: block;
  font-size: 15px;
  font-weight: 600;
  color: var(--white);
  margin-bottom: 4px;
}

.step-body span {
  font-size: 14px;
  color: var(--text-muted);
}

@media (max-width: 1440px) {
  .about-content {
    padding: 48px 48px;
  }
  .about-content .three-column-header-title {
    font-size: 32px;
  }
}
@media (max-width: 1366px) {
  .about-content {
    padding: 40px 40px;
  }
  .section {
    padding: 80px 0;
  }
  .three-column-header-header {
    margin-bottom: 48px;
  }
}
@media (max-width: 1199px) {
  .about-content {
    padding: 36px 32px;
  }
  .about-img {
    min-height: 300px;
  }
}
@media (max-width: 1024px) {
  .about-content {
    padding: 32px 28px;
  }
  .about-content .three-column-header-title {
    font-size: 28px;
  }
  .kako-step {
    gap: 14px;
  }
  .step-num {
    font-size: 36px;
    min-width: 38px;
  }
}
@media (max-width: 991px) {
  .section {
    padding: 60px 0;
  }
  .about-row {
    grid-template-columns: 1fr;
    direction: ltr;
  }
  .about-row .about-img {
    order: 1;
  }
  .about-row .about-content {
    order: 2;
  }
  .about-row.inverse {
    direction: ltr;
  }
  .about-row.inverse > * {
    direction: ltr;
  }
  .about-img {
    min-height: 260px;
  }
  .about-img::after {
    left: 0 !important;
    right: auto !important;
  }
  .about-content {
    padding: 32px 24px;
  }
  .about-content .three-column-header-title {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .section {
    padding: 48px 0;
  }
  .three-column-header-header {
    margin-bottom: 32px;
  }
  .about-img {
    min-height: 220px;
  }
  .about-content {
    padding: 28px 20px;
  }
  .about-icon {
    width: 44px;
    height: 44px;
    font-size: 17px;
    margin-bottom: 18px;
  }
  .about-content .three-column-header-title {
    font-size: 24px;
    margin-bottom: 14px;
  }
  .kako-step {
    gap: 12px;
    padding: 16px 0;
  }
  .step-num {
    font-size: 30px;
    min-width: 32px;
  }
  .step-body strong {
    font-size: 14px;
  }
  .step-body span {
    font-size: 13px;
  }
}
@media (max-width: 480px) {
  .about-img {
    min-height: 190px;
  }
  .about-content {
    padding: 24px 16px;
  }
  .about-content .three-column-header-title {
    font-size: 22px;
  }
}
.contact-strip {
  background: var(--dark-2);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.contact-strip .contact-strip-inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}
.contact-strip .contact-block {
  padding: 48px 40px;
  border-right: 1px solid var(--border);
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.contact-strip .contact-block:last-child {
  border-right: none;
}
.contact-strip .contact-block-icon {
  width: 40px;
  height: 40px;
  border-radius: var(--radius);
  background: rgba(16, 109, 182, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--blue);
  font-size: 16px;
  margin-bottom: 12px;
}
.contact-strip .contact-block-icon span {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  color: #106DB6;
}
.contact-strip .contact-block strong {
  font-family: var(--ff-head);
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: var(--white);
}
.contact-strip .contact-block span,
.contact-strip .contact-block a {
  font-size: 14px;
  color: var(--text-muted);
  line-height: 1.6;
}
.contact-strip .contact-block a:hover {
  color: var(--blue);
}
.contact-strip {
  /* Logo block */
}
.contact-strip .contact-block-logo {
  align-items: center;
  justify-content: center;
  text-align: center;
}
.contact-strip .logo-display {
  font-family: var(--ff-head);
  font-weight: 900;
  font-size: 32px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--white);
  margin-bottom: 6px;
}
.contact-strip .logo-display span {
  color: var(--blue);
}
.contact-strip .logo-tag {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: var(--text-muted);
}
@media (max-width: 1440px) {
  .contact-strip .contact-strip-inner {
    gap: 0;
  }
  .contact-strip .contact-block {
    padding: 40px 28px;
  }
}
@media (max-width: 1199px) {
  .contact-strip .contact-strip-inner {
    grid-template-columns: repeat(2, 1fr);
  }
  .contact-strip .contact-block {
    border-right: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
  }
  .contact-strip .contact-block:nth-child(even) {
    border-right: none;
  }
  .contact-strip .contact-block:nth-last-child(-n+2) {
    border-bottom: none;
  }
}
@media (max-width: 1024px) {
  .contact-strip .contact-block {
    padding: 32px 24px;
  }
}
@media (max-width: 767px) {
  .contact-strip .contact-strip-inner {
    grid-template-columns: 1fr;
  }
  .contact-strip .contact-block {
    border-right: none !important;
    border-bottom: 1px solid var(--border);
  }
  .contact-strip .contact-block:last-child {
    border-bottom: none;
  }
  .contact-strip .contact-block {
    padding: 28px 20px;
  }
}
@media (max-width: 480px) {
  .contact-strip .contact-block {
    padding: 24px 16px;
  }
}

.three-column-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2px;
}

.three-column-card {
  position: relative;
  background: var(--dark-2);
  padding: 48px 40px;
  overflow: hidden;
  transition: background var(--transition);
  cursor: pointer;
  border: 1px solid var(--border);
}

.three-column-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: var(--blue);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
}

.three-column-card:hover::before {
  transform: scaleX(1);
}

.three-column-card:hover {
  background: var(--dark-3);
}

.three-column-card-num {
  font-family: var(--ff-head);
  font-weight: 900;
  font-size: 72px;
  line-height: 1;
  color: rgba(255, 255, 255, 0.04);
  position: absolute;
  top: 20px;
  right: 28px;
  transition: color var(--transition);
}

.three-column-card:hover .three-column-card-num {
  color: rgba(16, 109, 182, 0.08);
}

.three-column-icon {
  width: 56px;
  height: 56px;
  border-radius: var(--radius);
  background: rgba(16, 109, 182, 0.12);
  border: 1px solid rgba(16, 109, 182, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--blue);
  font-size: 22px;
  margin-bottom: 28px;
  transition: background var(--transition), border-color var(--transition);
  padding: 0.5rem;
}

.three-column-card:hover .three-column-icon {
  background: var(--blue);
  color: var(--white);
  border-color: var(--blue);
}

.three-column-card h3 {
  font-family: var(--ff-head);
  font-weight: 800;
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: var(--white);
  margin-bottom: 14px;
  line-height: 1.1;
}

.three-column-card p {
  font-size: 14px;
  color: var(--text-muted);
  line-height: 1.7;
  margin-bottom: 28px;
}

.three-column-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--blue);
  transition: gap var(--transition), color var(--transition);
}

.three-column-card:hover .three-column-link {
  gap: 14px;
  color: var(--blue-light);
}

.three-column-header.centered {
  margin-bottom: 64px;
  text-align: center;
}

@media (max-width: 1440px) {
  .three-column-grid {
    gap: 2px;
  }
  .three-column-card {
    padding: 40px 32px;
  }
}
@media (max-width: 1199px) {
  .three-column-card {
    padding: 36px 28px;
  }
  .three-column-card-num {
    font-size: 60px;
  }
}
@media (max-width: 1024px) {
  .three-column-card {
    padding: 32px 24px;
  }
  .three-column-icon {
    width: 48px;
    height: 48px;
    font-size: 19px;
    margin-bottom: 22px;
  }
  .three-column-card h3 {
    font-size: 21px;
  }
}
@media (max-width: 767px) {
  .three-column-grid {
    grid-template-columns: 1fr;
  }
  .three-column-card {
    padding: 28px 20px;
  }
  .three-column-card-num {
    font-size: 52px;
    top: 14px;
    right: 18px;
  }
  .three-column-card h3 {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .three-column-card {
    padding: 24px 16px;
  }
}
.gallery .gallery-tabs {
  display: flex;
  gap: 4px;
  margin-bottom: 48px;
  flex-wrap: wrap;
}
.gallery .gallery-tab {
  padding: 10px 24px;
  font-family: var(--ff-body);
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  border-radius: var(--radius);
  border: 1px solid var(--border);
  background: transparent;
  color: var(--text-muted);
  cursor: pointer;
  transition: all var(--transition);
}
.gallery .gallery-tab.active,
.gallery .gallery-tab:hover {
  background: var(--blue);
  color: var(--white);
  border-color: var(--blue);
}
.gallery .gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 240px;
  gap: 3px;
}
.gallery .gallery-item {
  background: var(--dark-3);
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.gallery .gallery-item:nth-child(5n+1) {
  grid-column: span 2;
  grid-row: span 2;
}
.gallery .gallery-placeholder {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: var(--dark-3);
  transition: background var(--transition);
}
.gallery .gallery-item:hover .gallery-placeholder {
  background: var(--dark-2);
}
.gallery .gallery-placeholder i {
  font-size: 32px;
  color: rgba(16, 109, 182, 0.25);
}
.gallery .gallery-placeholder span {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: rgba(255, 255, 255, 0.2);
}
.gallery .gallery-overlay {
  position: absolute;
  inset: 0;
  background: rgba(16, 109, 182, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity var(--transition);
}
.gallery .gallery-item:hover .gallery-overlay {
  opacity: 1;
}
.gallery .gallery-overlay i {
  font-size: 28px;
  color: var(--white);
}
@media (max-width: 1440px) {
  .gallery .gallery-grid {
    grid-auto-rows: 220px;
  }
}
@media (max-width: 1199px) {
  .gallery .gallery-grid {
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 200px;
  }
  .gallery .gallery-item:nth-child(5n+1) {
    grid-column: span 2;
    grid-row: span 2;
  }
}
@media (max-width: 1024px) {
  .gallery .gallery-tabs {
    margin-bottom: 32px;
  }
  .gallery .gallery-tab {
    padding: 8px 18px;
    font-size: 11px;
  }
  .gallery .gallery-grid {
    grid-auto-rows: 180px;
  }
}
@media (max-width: 991px) {
  .gallery .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 200px;
  }
  .gallery .gallery-item:nth-child(5n+1) {
    grid-column: span 1;
    grid-row: span 1;
  }
}
@media (max-width: 767px) {
  .gallery .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 160px;
  }
  .gallery .gallery-tabs {
    gap: 4px;
  }
  .gallery .gallery-tab {
    padding: 7px 14px;
    font-size: 10px;
    letter-spacing: 1px;
  }
}
@media (max-width: 480px) {
  .gallery .gallery-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: 220px;
  }
  .gallery .gallery-item:nth-child(5n+1) {
    grid-column: span 1;
    grid-row: span 1;
  }
}

.red-block .red-block-banner {
  background: linear-gradient(135deg, #B91C1C 0%, #7F1D1D 100%);
  border-radius: var(--radius);
  padding: 48px 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 60px;
  position: relative;
  overflow: hidden;
}
.red-block .red-block-banner::before {
  content: "";
  position: absolute;
  right: -60px;
  top: -60px;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.04);
}
.red-block .btn-accent {
  z-index: 99;
}
.red-block .red-block-icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  font-size: 32px;
  flex-shrink: 0;
}
.red-block .red-block-text h3 {
  font-family: var(--ff-head);
  font-weight: 900;
  font-size: 36px;
  text-transform: uppercase;
  color: var(--white);
  margin-bottom: 8px;
}
.red-block .red-block-text p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 15px;
}
@media (max-width: 1440px) {
  .red-block .red-block-banner {
    padding: 40px 48px;
  }
}
@media (max-width: 1199px) {
  .red-block .red-block-banner {
    padding: 36px 40px;
    gap: 28px;
  }
  .red-block .red-block-icon {
    width: 68px;
    height: 68px;
    font-size: 26px;
  }
  .red-block .red-block-text h3 {
    font-size: 30px;
  }
}
@media (max-width: 1024px) {
  .red-block .red-block-banner {
    padding: 32px 32px;
    gap: 24px;
  }
  .red-block .red-block-icon {
    width: 60px;
    height: 60px;
    font-size: 22px;
  }
  .red-block .red-block-text h3 {
    font-size: 26px;
  }
}
@media (max-width: 991px) {
  .red-block .red-block-banner {
    flex-wrap: wrap;
    padding: 32px 28px;
    gap: 20px;
    justify-content: flex-start;
  }
  .red-block .red-block-icon {
    width: 54px;
    height: 54px;
    font-size: 20px;
  }
  .red-block .red-block-text {
    flex: 1;
  }
  .red-block .red-block-text h3 {
    font-size: 24px;
  }
  .red-block .red-block-text p {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .red-block .red-block-banner {
    flex-direction: column;
    align-items: flex-start;
    padding: 28px 24px;
    gap: 16px;
  }
  .red-block .red-block-banner .btn {
    width: 100%;
    justify-content: center;
  }
  .red-block .red-block-text h3 {
    font-size: 22px;
  }
}
@media (max-width: 480px) {
  .red-block .red-block-banner {
    padding: 24px 20px;
    margin-bottom: 40px;
  }
  .red-block .red-block-text h3 {
    font-size: 20px;
  }
}

.contact-block .contact-block-layout {
  display: grid;
  grid-template-columns: 1fr 480px;
  gap: 60px;
  align-items: start;
}
.contact-block .map-placeholder {
  background: var(--dark-2);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  height: 480px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  position: relative;
  overflow: hidden;
}
.contact-block .map-placeholder i {
  font-size: 48px;
  color: rgba(16, 109, 182, 0.3);
}
.contact-block .map-placeholder span {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--text-muted);
}
.contact-block .map-pin {
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 50% 50% 50% 0;
  background: var(--blue);
  transform: rotate(-45deg);
  animation: pinBounce 2s ease-in-out infinite;
}
.contact-block .map-pin::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--white);
}
@keyframes pinBounce {
  0%, 100% {
    transform: rotate(-45deg) translateY(0);
  }
  50% {
    transform: rotate(-45deg) translateY(-8px);
  }
}
.contact-block .contact-block-info-list {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-top: 32px;
}
.contact-block .ci-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 20px 0;
  border-bottom: 1px solid var(--border);
}
.contact-block .ci-icon {
  width: 40px;
  height: 40px;
  border-radius: var(--radius);
  background: rgba(16, 109, 182, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--blue);
  font-size: 16px;
  flex-shrink: 0;
}
.contact-block .ci-item strong {
  display: block;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--white);
  margin-bottom: 4px;
}
.contact-block .ci-item span,
.contact-block .ci-item a {
  font-size: 15px;
  color: var(--text-muted);
}
.contact-block .ci-item a:hover {
  color: var(--blue);
}
.contact-block {
  /* CONTACT FORM */
}
.contact-block .contact-block-form-card {
  background: var(--dark-2);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 40px 40px 60px;
}
.contact-block .contact-block-form-card h3 {
  font-family: var(--ff-head);
  font-weight: 800;
  font-size: 28px;
  text-transform: uppercase;
  color: var(--white);
  margin-bottom: 8px;
  margin-top: 0;
}
.contact-block .contact-block-form-card p {
  font-size: 13px;
  color: var(--text-muted);
  margin-bottom: 28px;
}
.contact-block .form-group {
  margin-bottom: 16px;
  position: relative;
}
.contact-block .form-group.textarea .wpcf7-not-valid-tip {
  bottom: -16px;
}
.contact-block .form-group label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: var(--text-muted);
  margin-bottom: 8px;
}
.contact-block .form-group input,
.contact-block .form-group textarea,
.contact-block .form-group select {
  width: 100%;
  background: var(--dark-3);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 13px 16px;
  font-family: var(--ff-body);
  font-size: 14px;
  color: var(--text);
  outline: none;
  transition: border-color var(--transition);
  resize: none;
}
.contact-block .form-group input:focus,
.contact-block .form-group textarea:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 3px rgba(16, 109, 182, 0.15);
}
.contact-block .form-group input::placeholder,
.contact-block .form-group textarea::placeholder {
  color: rgba(138, 155, 181, 0.5);
}
.contact-block .form-group textarea {
  height: 120px;
}
.contact-block .form-submit {
  width: 100%;
  justify-content: center;
  padding: 14px;
  font-size: 14px;
}
.contact-block .wpcf7-form {
  position: relative;
}
.contact-block .wpcf7-form .wpcf7-form-control.wpcf7-submit {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 16px 22px;
  font-family: var(--ff-body);
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: var(--radius);
  transition: all var(--transition);
  cursor: pointer;
  border: none;
  width: 100%;
  background-color: var(--blue-light);
}
.contact-block .wpcf7-form .wpcf7-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0 auto;
}
.contact-block .wpcf7-form .wpcf7-not-valid-tip {
  position: absolute;
  font-size: 12px;
  left: 0;
  bottom: -18px;
  width: 100%;
}
.contact-block .wpcf7-form .wpcf7-form-control-wrap {
  position: inherit;
}
.contact-block .wpcf7-form .wpcf7-response-output {
  position: absolute;
  bottom: -60px;
  left: 0;
  width: 100%;
  margin: 0;
  text-align: center;
  font-size: 12px;
}
@media (max-width: 1440px) {
  .contact-block .contact-block-layout {
    grid-template-columns: 1fr 440px;
    gap: 48px;
  }
}
@media (max-width: 1366px) {
  .contact-block .contact-block-layout {
    grid-template-columns: 1fr 400px;
    gap: 40px;
  }
}
@media (max-width: 1199px) {
  .contact-block .contact-block-layout {
    grid-template-columns: 1fr 360px;
    gap: 32px;
  }
  .contact-block .map-placeholder {
    height: 400px;
  }
  .contact-block .contact-block-form-card {
    padding: 32px 32px 55px;
  }
}
@media (max-width: 1024px) {
  .contact-block .contact-block-layout {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .contact-block .map-placeholder {
    height: 360px;
  }
  .contact-block .contact-block-form-card {
    padding: 32px;
  }
  .contact-block .wpcf7-form .wpcf7-response-output {
    bottom: -40px;
  }
}
@media (max-width: 991px) {
  .contact-block .map-placeholder {
    height: 300px;
  }
  .contact-block .contact-block-form-card {
    padding: 28px 28px 45px;
  }
  .contact-block .contact-block-form-card h3 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .contact-block .map-placeholder {
    height: 260px;
  }
  .contact-block .contact-block-form-card {
    padding: 24px 20px 60px;
  }
  .contact-block .ci-item {
    padding: 16px 0;
    gap: 12px;
  }
  .contact-block .ci-icon {
    width: 36px;
    height: 36px;
    font-size: 14px;
  }
  .contact-block .wpcf7-form .wpcf7-response-output {
    bottom: -60px;
  }
  .contact-block .form-group.textarea .wpcf7-not-valid-tip {
    bottom: -14px;
  }
}
@media (max-width: 480px) {
  .contact-block .map-placeholder {
    height: 220px;
  }
  .contact-block .contact-block-form-card {
    padding: 20px 16px 60px;
  }
  .contact-block .form-group {
    margin-bottom: 12px;
  }
}