@charset "UTF-8";
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/gilroy/Gilroy-UltraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/gilroy/Gilroy-UltraLightItalic.ttf") format("truetype");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/gilroy/Gilroy-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/gilroy/Gilroy-ThinItalic.ttf") format("truetype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/gilroy/Gilroy-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/gilroy/Gilroy-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/gilroy/Gilroy-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/gilroy/Gilroy-RegularItalic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/gilroy/Gilroy-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/gilroy/Gilroy-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/gilroy/Gilroy-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/gilroy/Gilroy-SemiBoldItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/gilroy/Gilroy-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/gilroy/Gilroy-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/gilroy/Gilroy-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/gilroy/Gilroy-ExtraBoldItalic.ttf") format("truetype");
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/gilroy/Gilroy-Heavy.ttf") format("truetype");
  font-weight: 850;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/gilroy/Gilroy-HeavyItalic.ttf") format("truetype");
  font-weight: 850;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/gilroy/Gilroy-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/gilroy/Gilroy-BlackItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Masque";
  src: url("../fonts/MASQUE__.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
}

html {
  font-size: 100%;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  min-height: 100vh;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
  height: auto;
}

input,
button,
textarea,
select {
  font: inherit;
  color: inherit;
}

button {
  cursor: pointer;
  background: none;
  border: none;
}

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

ul,
ol {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
  font-weight: inherit;
  font-size: inherit;
}

p {
  overflow-wrap: break-word;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

textarea {
  resize: vertical;
}

fieldset {
  border: none;
}

summary {
  cursor: pointer;
}

address {
  font-style: normal;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

:focus-visible {
  outline: 2px solid #F66B0E;
  outline-offset: 2px;
}

[hidden] {
  display: none;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms;
    animation-iteration-count: 1;
    transition-duration: 0.01ms;
    scroll-behavior: auto;
  }
}
::-moz-selection {
  background-color: #F66B0E;
  color: #FFFFFF;
}
::selection {
  background-color: #F66B0E;
  color: #FFFFFF;
}

::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

::-webkit-scrollbar-track {
  background: #EFEFEF;
}

::-webkit-scrollbar-thumb {
  background: #205375;
  border-radius: 8px;
}
::-webkit-scrollbar-thumb:hover {
  background: #112B3C;
}

html {
  scrollbar-width: thin;
  scrollbar-color: #205375 #EFEFEF;
}

body {
  font-family: "Gilroy", "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--text-primary, #112B3C);
}

h1,
h2,
h3,
h4,
h5,
h6,
.heading {
  font-family: "Masque", "Arial Black", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 16px;
  color: var(--text-primary, #112B3C);
}

h1,
.h1 {
  font-size: 2.25rem;
}
@media (min-width: 992px) {
  h1,
  .h1 {
    font-size: 3rem;
  }
}

h2,
.h2 {
  font-size: 1.875rem;
}
@media (min-width: 992px) {
  h2,
  .h2 {
    font-size: 2.25rem;
  }
}

h3,
.h3 {
  font-size: 1.5rem;
}
@media (min-width: 992px) {
  h3,
  .h3 {
    font-size: 1.875rem;
  }
}

h4,
.h4 {
  font-size: 1.25rem;
}
@media (min-width: 992px) {
  h4,
  .h4 {
    font-size: 1.5rem;
  }
}

h5,
.h5 {
  font-size: 1.125rem;
}
@media (min-width: 992px) {
  h5,
  .h5 {
    font-size: 1.25rem;
  }
}

h6,
.h6 {
  font-size: 1rem;
}
@media (min-width: 992px) {
  h6,
  .h6 {
    font-size: 1.125rem;
  }
}

p {
  margin-bottom: 16px;
  font-family: "Gilroy", "Helvetica Neue", Arial, sans-serif;
}
p:last-child {
  margin-bottom: 0;
}

.number,
.stat-number,
.price,
.date {
  font-family: "Gilroy", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
}

.lead {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.75;
}
@media (min-width: 992px) {
  .lead {
    font-size: 1.25rem;
  }
}

small,
.small {
  font-size: 0.875rem;
}

.text-xs {
  font-size: 0.75rem;
}

a {
  color: var(--accent, #F66B0E);
  transition: color 0.15s ease;
}
a:hover, a:focus {
  color: var(--accent-hover, rgb(201.476, 85.272, 7.524));
}

strong,
.bold {
  font-weight: 700;
}

.semibold {
  font-weight: 600;
}

.medium {
  font-weight: 500;
}

em,
.italic {
  font-style: italic;
}

.uppercase {
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.capitalize {
  text-transform: capitalize;
}

.lowercase {
  text-transform: lowercase;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

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

.text-justify {
  text-align: justify;
}

.text-primary {
  color: var(--text-primary, #112B3C);
}

.text-secondary {
  color: var(--text-secondary, #205375);
}

.text-muted {
  color: var(--text-muted, rgb(50.7792207792, 128.4415584416, 179.2207792208));
}

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

.text-white {
  color: #FFFFFF;
}

.text-success {
  color: #28a745;
}

.text-warning {
  color: #ffc107;
}

.text-error {
  color: #dc3545;
}

.list-styled {
  padding-left: 24px;
}
.list-styled li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
}
.list-styled li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.6em;
  width: 6px;
  height: 6px;
  background-color: var(--accent, #F66B0E);
  border-radius: 50%;
}

.list-numbered {
  counter-reset: list-counter;
  padding-left: 24px;
}
.list-numbered li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 32px;
  counter-increment: list-counter;
}
.list-numbered li::before {
  content: counter(list-counter) ".";
  position: absolute;
  left: 0;
  font-family: "Gilroy", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  color: var(--accent, #F66B0E);
}

blockquote,
.blockquote {
  padding: 24px;
  margin: 24px 0;
  border-left: 4px solid var(--accent, #F66B0E);
  background-color: var(--bg-secondary, #EFEFEF);
  font-style: italic;
  font-size: 1.125rem;
}
blockquote cite,
.blockquote cite {
  display: block;
  margin-top: 16px;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 600;
  color: var(--text-muted);
}
blockquote cite::before,
.blockquote cite::before {
  content: "— ";
}

code,
pre {
  font-family: "Consolas", "Monaco", monospace;
  font-size: 0.875rem;
}

code {
  padding: 4px 8px;
  background-color: var(--bg-secondary, #EFEFEF);
  border-radius: 4px;
}

pre {
  padding: 24px;
  background-color: var(--bg-tertiary, #112B3C);
  color: #EFEFEF;
  border-radius: 8px;
  overflow-x: auto;
}
pre code {
  padding: 0;
  background: none;
}

hr {
  border: none;
  border-top: 1px solid var(--border-color, rgb(200.75, 200.75, 200.75));
  margin: 32px 0;
}

.section-title {
  text-align: center;
  margin-bottom: 48px;
}
.section-title h2 {
  margin-bottom: 8px;
}
.section-title .subtitle {
  font-size: 1.125rem;
  color: var(--text-muted);
  font-weight: 400;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translateX(-30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes scaleIn {
  from {
    opacity: 0;
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes scaleOut {
  from {
    opacity: 1;
    transform: scale(1);
  }
  to {
    opacity: 0;
    transform: scale(0.9);
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes pulseStrong {
  0%, 100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(246, 107, 14, 0.7);
  }
  50% {
    transform: scale(1.05);
    box-shadow: 0 0 0 15px rgba(246, 107, 14, 0);
  }
}
@keyframes slideInUp {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes slideInDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes slideInLeft {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes slideInRight {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes rotateIn {
  from {
    opacity: 0;
    transform: rotate(-180deg) scale(0.5);
  }
  to {
    opacity: 1;
    transform: rotate(0) scale(1);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-20px);
  }
  60% {
    transform: translateY(-10px);
  }
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }
  50% {
    transform: scale(1.05);
  }
  70% {
    transform: scale(0.9);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes shake {
  0%, 100% {
    transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translateX(-5px);
  }
  20%, 40%, 60%, 80% {
    transform: translateX(5px);
  }
}
@keyframes flipInY {
  from {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    transform: perspective(400px) rotateY(10deg);
  }
  to {
    transform: perspective(400px) rotateY(0);
    opacity: 1;
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes dots {
  0%, 20% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes shimmer {
  0% {
    background-position: -200% 0;
  }
  100% {
    background-position: 200% 0;
  }
}
@keyframes countUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes progressFill {
  from {
    width: 0;
  }
}
@keyframes slideNext {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slidePrev {
  from {
    transform: translateX(-100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes scrollLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes fabPulse {
  0% {
    box-shadow: 0 0 0 0 rgba(246, 107, 14, 0.6);
  }
  70% {
    box-shadow: 0 0 0 20px rgba(246, 107, 14, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(246, 107, 14, 0);
  }
}
.animate-fadeIn {
  animation: fadeIn 0.6s ease forwards;
}

.animate-fadeInUp {
  animation: fadeInUp 0.6s ease forwards;
}

.animate-fadeInDown {
  animation: fadeInDown 0.6s ease forwards;
}

.animate-fadeInLeft {
  animation: fadeInLeft 0.6s ease forwards;
}

.animate-fadeInRight {
  animation: fadeInRight 0.6s ease forwards;
}

.animate-scaleIn {
  animation: scaleIn 0.6s ease forwards;
}

.animate-pulse {
  animation: pulse 1s ease infinite;
}

.animate-bounce {
  animation: bounce 1s ease infinite;
}

.animate-shake {
  animation: shake 0.6s ease;
}

.animate-spin {
  animation: spin 1s linear infinite;
}

.delay-100 {
  animation-delay: 0.1s;
}

.delay-200 {
  animation-delay: 0.2s;
}

.delay-300 {
  animation-delay: 0.3s;
}

.delay-400 {
  animation-delay: 0.4s;
}

.delay-500 {
  animation-delay: 0.5s;
}

.delay-600 {
  animation-delay: 0.6s;
}

.delay-700 {
  animation-delay: 0.7s;
}

.delay-800 {
  animation-delay: 0.8s;
}

.delay-900 {
  animation-delay: 0.9s;
}

.delay-1000 {
  animation-delay: 1s;
}

.hover-lift {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.hover-lift:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
}

.hover-scale {
  transition: transform 0.3s ease;
}
.hover-scale:hover {
  transform: scale(1.05);
}

.hover-glow {
  transition: box-shadow 0.3s ease;
}
.hover-glow:hover {
  box-shadow: 0 0 20px rgba(246, 107, 14, 0.4);
}

[data-aos] {
  opacity: 0;
  transition-property: opacity, transform;
}

[data-aos].aos-animate {
  opacity: 1;
}

.reduce-motion *,
.reduce-motion *::before,
.reduce-motion *::after {
  animation-duration: 0.01ms;
  animation-iteration-count: 1;
  transition-duration: 0.01ms;
}

.d-none {
  display: none;
}

.d-block {
  display: block;
}

.d-inline {
  display: inline;
}

.d-inline-block {
  display: inline-block;
}

.d-flex {
  display: flex;
}

.d-inline-flex {
  display: inline-flex;
}

.d-grid {
  display: grid;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none;
  }
  .d-sm-block {
    display: block;
  }
  .d-sm-flex {
    display: flex;
  }
  .d-sm-grid {
    display: grid;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none;
  }
  .d-md-block {
    display: block;
  }
  .d-md-flex {
    display: flex;
  }
  .d-md-grid {
    display: grid;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none;
  }
  .d-lg-block {
    display: block;
  }
  .d-lg-flex {
    display: flex;
  }
  .d-lg-grid {
    display: grid;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none;
  }
  .d-xl-block {
    display: block;
  }
  .d-xl-flex {
    display: flex;
  }
  .d-xl-grid {
    display: grid;
  }
}
.flex-row {
  flex-direction: row;
}

.flex-column {
  flex-direction: column;
}

.flex-row-reverse {
  flex-direction: row-reverse;
}

.flex-column-reverse {
  flex-direction: column-reverse;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-nowrap {
  flex-wrap: nowrap;
}

.justify-start {
  justify-content: flex-start;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.justify-around {
  justify-content: space-around;
}

.justify-evenly {
  justify-content: space-evenly;
}

.align-start {
  align-items: flex-start;
}

.align-end {
  align-items: flex-end;
}

.align-center {
  align-items: center;
}

.align-baseline {
  align-items: baseline;
}

.align-stretch {
  align-items: stretch;
}

.align-self-start {
  align-self: flex-start;
}

.align-self-end {
  align-self: flex-end;
}

.align-self-center {
  align-self: center;
}

.align-self-stretch {
  align-self: stretch;
}

.flex-grow-0 {
  flex-grow: 0;
}

.flex-grow-1 {
  flex-grow: 1;
}

.flex-shrink-0 {
  flex-shrink: 0;
}

.flex-shrink-1 {
  flex-shrink: 1;
}

.gap-0 {
  gap: 0;
}

.gap-xs {
  gap: 4px;
}

.gap-sm {
  gap: 8px;
}

.gap-md {
  gap: 16px;
}

.gap-lg {
  gap: 24px;
}

.gap-xl {
  gap: 32px;
}

.gap-2xl {
  gap: 40px;
}

.m-0 {
  margin: 0;
}

.m-auto {
  margin: auto;
}

.m-xs {
  margin: 4px;
}

.m-sm {
  margin: 8px;
}

.m-md {
  margin: 16px;
}

.m-lg {
  margin: 24px;
}

.m-xl {
  margin: 32px;
}

.m-2xl {
  margin: 40px;
}

.mt-0 {
  margin-top: 0;
}

.mt-auto {
  margin-top: auto;
}

.mt-xs {
  margin-top: 4px;
}

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

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

.mt-lg {
  margin-top: 24px;
}

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

.mt-2xl {
  margin-top: 40px;
}

.mt-3xl {
  margin-top: 48px;
}

.mt-4xl {
  margin-top: 64px;
}

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

.mb-auto {
  margin-bottom: auto;
}

.mb-xs {
  margin-bottom: 4px;
}

.mb-sm {
  margin-bottom: 8px;
}

.mb-md {
  margin-bottom: 16px;
}

.mb-lg {
  margin-bottom: 24px;
}

.mb-xl {
  margin-bottom: 32px;
}

.mb-2xl {
  margin-bottom: 40px;
}

.mb-3xl {
  margin-bottom: 48px;
}

.mb-4xl {
  margin-bottom: 64px;
}

.ml-0 {
  margin-left: 0;
}

.ml-auto {
  margin-left: auto;
}

.ml-xs {
  margin-left: 4px;
}

.ml-sm {
  margin-left: 8px;
}

.ml-md {
  margin-left: 16px;
}

.ml-lg {
  margin-left: 24px;
}

.ml-xl {
  margin-left: 32px;
}

.mr-0 {
  margin-right: 0;
}

.mr-auto {
  margin-right: auto;
}

.mr-xs {
  margin-right: 4px;
}

.mr-sm {
  margin-right: 8px;
}

.mr-md {
  margin-right: 16px;
}

.mr-lg {
  margin-right: 24px;
}

.mr-xl {
  margin-right: 32px;
}

.mx-0 {
  margin-left: 0;
  margin-right: 0;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.mx-sm {
  margin-left: 8px;
  margin-right: 8px;
}

.mx-md {
  margin-left: 16px;
  margin-right: 16px;
}

.mx-lg {
  margin-left: 24px;
  margin-right: 24px;
}

.my-0 {
  margin-top: 0;
  margin-bottom: 0;
}

.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}

.my-sm {
  margin-top: 8px;
  margin-bottom: 8px;
}

.my-md {
  margin-top: 16px;
  margin-bottom: 16px;
}

.my-lg {
  margin-top: 24px;
  margin-bottom: 24px;
}

.my-xl {
  margin-top: 32px;
  margin-bottom: 32px;
}

.p-0 {
  padding: 0;
}

.p-xs {
  padding: 4px;
}

.p-sm {
  padding: 8px;
}

.p-md {
  padding: 16px;
}

.p-lg {
  padding: 24px;
}

.p-xl {
  padding: 32px;
}

.p-2xl {
  padding: 40px;
}

.pt-0 {
  padding-top: 0;
}

.pt-xs {
  padding-top: 4px;
}

.pt-sm {
  padding-top: 8px;
}

.pt-md {
  padding-top: 16px;
}

.pt-lg {
  padding-top: 24px;
}

.pt-xl {
  padding-top: 32px;
}

.pt-2xl {
  padding-top: 40px;
}

.pb-0 {
  padding-bottom: 0;
}

.pb-xs {
  padding-bottom: 4px;
}

.pb-sm {
  padding-bottom: 8px;
}

.pb-md {
  padding-bottom: 16px;
}

.pb-lg {
  padding-bottom: 24px;
}

.pb-xl {
  padding-bottom: 32px;
}

.pb-2xl {
  padding-bottom: 40px;
}

.pl-0 {
  padding-left: 0;
}

.pl-xs {
  padding-left: 4px;
}

.pl-sm {
  padding-left: 8px;
}

.pl-md {
  padding-left: 16px;
}

.pl-lg {
  padding-left: 24px;
}

.pl-xl {
  padding-left: 32px;
}

.pr-0 {
  padding-right: 0;
}

.pr-xs {
  padding-right: 4px;
}

.pr-sm {
  padding-right: 8px;
}

.pr-md {
  padding-right: 16px;
}

.pr-lg {
  padding-right: 24px;
}

.pr-xl {
  padding-right: 32px;
}

.px-0 {
  padding-left: 0;
  padding-right: 0;
}

.px-sm {
  padding-left: 8px;
  padding-right: 8px;
}

.px-md {
  padding-left: 16px;
  padding-right: 16px;
}

.px-lg {
  padding-left: 24px;
  padding-right: 24px;
}

.px-xl {
  padding-left: 32px;
  padding-right: 32px;
}

.py-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.py-sm {
  padding-top: 8px;
  padding-bottom: 8px;
}

.py-md {
  padding-top: 16px;
  padding-bottom: 16px;
}

.py-lg {
  padding-top: 24px;
  padding-bottom: 24px;
}

.py-xl {
  padding-top: 32px;
  padding-bottom: 32px;
}

.py-2xl {
  padding-top: 40px;
  padding-bottom: 40px;
}

.py-3xl {
  padding-top: 48px;
  padding-bottom: 48px;
}

.w-25 {
  width: 25%;
}

.w-50 {
  width: 50%;
}

.w-75 {
  width: 75%;
}

.w-100 {
  width: 100%;
}

.w-auto {
  width: auto;
}

.h-25 {
  height: 25%;
}

.h-50 {
  height: 50%;
}

.h-75 {
  height: 75%;
}

.h-100 {
  height: 100%;
}

.h-auto {
  height: auto;
}

.min-h-100 {
  min-height: 100%;
}

.min-h-100vh {
  min-height: 100vh;
}

.max-w-100 {
  max-width: 100%;
}

.position-relative {
  position: relative;
}

.position-absolute {
  position: absolute;
}

.position-fixed {
  position: fixed;
}

.position-sticky {
  position: sticky;
}

.position-static {
  position: static;
}

.top-0 {
  top: 0;
}

.right-0 {
  right: 0;
}

.bottom-0 {
  bottom: 0;
}

.left-0 {
  left: 0;
}

.inset-0 {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-visible {
  overflow: visible;
}

.overflow-scroll {
  overflow: scroll;
}

.overflow-x-auto {
  overflow-x: auto;
}

.overflow-y-auto {
  overflow-y: auto;
}

.bg-primary {
  background-color: var(--bg-primary, #FFFFFF);
}

.bg-secondary {
  background-color: var(--bg-secondary, #EFEFEF);
}

.bg-tertiary {
  background-color: var(--bg-tertiary, rgb(246.65, 246.65, 246.65));
}

.bg-accent {
  background-color: var(--accent, #F66B0E);
}

.bg-dark {
  background-color: #112B3C;
}

.bg-transparent {
  background-color: transparent;
}

.border {
  border: 1px solid var(--border-color, rgb(213.5, 213.5, 213.5));
}

.border-0 {
  border: none;
}

.border-top {
  border-top: 1px solid var(--border-color);
}

.border-bottom {
  border-bottom: 1px solid var(--border-color);
}

.border-left {
  border-left: 1px solid var(--border-color);
}

.border-right {
  border-right: 1px solid var(--border-color);
}

.rounded-0 {
  border-radius: 0;
}

.rounded-sm {
  border-radius: 4px;
}

.rounded {
  border-radius: 8px;
}

.rounded-lg {
  border-radius: 12px;
}

.rounded-xl {
  border-radius: 16px;
}

.rounded-full {
  border-radius: 50%;
}

.shadow-none {
  box-shadow: none;
}

.shadow-sm {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.shadow {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.shadow-lg {
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
}

.shadow-xl {
  box-shadow: 0 20px 25px rgba(0, 0, 0, 0.15);
}

.z-0 {
  z-index: 0;
}

.z-10 {
  z-index: 10;
}

.z-20 {
  z-index: 20;
}

.z-30 {
  z-index: 30;
}

.z-40 {
  z-index: 40;
}

.z-50 {
  z-index: 50;
}

.z-dropdown {
  z-index: 100;
}

.z-sticky {
  z-index: 200;
}

.z-fixed {
  z-index: 300;
}

.z-modal {
  z-index: 500;
}

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.opacity-0 {
  opacity: 0;
}

.opacity-25 {
  opacity: 0.25;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-75 {
  opacity: 0.75;
}

.opacity-100 {
  opacity: 1;
}

.cursor-pointer {
  cursor: pointer;
}

.cursor-default {
  cursor: default;
}

.cursor-not-allowed {
  cursor: not-allowed;
}

.cursor-grab {
  cursor: grab;
}

.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.select-text {
  -webkit-user-select: text;
     -moz-user-select: text;
          user-select: text;
}

.select-all {
  -webkit-user-select: all;
     -moz-user-select: all;
          user-select: all;
}

.pointer-events-none {
  pointer-events: none;
}

.pointer-events-auto {
  pointer-events: auto;
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.object-fill {
  -o-object-fit: fill;
     object-fit: fill;
}

.object-center {
  -o-object-position: center;
     object-position: center;
}

.aspect-square {
  aspect-ratio: 1/1;
}

.aspect-video {
  aspect-ratio: 16/9;
}

.aspect-portrait {
  aspect-ratio: 3/4;
}

.container {
  width: 100%;
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
}

.container-fluid {
  width: 100%;
  padding-left: 16px;
  padding-right: 16px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:focus, .sr-only-focusable:active {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.line-clamp-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.line-clamp-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background-color: var(--color-dark, #112B3C);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.menu {
  --s: 30px;
  --line-height: 3px;
  --gap: 6px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: var(--s);
  height: calc(var(--line-height) * 3 + var(--gap) * 2);
  border: none;
  background: transparent;
  cursor: pointer;
  z-index: 1002;
}
.menu::before, .menu::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: var(--line-height);
  background-color: var(--color-light, #EFEFEF);
  border-radius: 2px;
  transition: transform 0.3s ease, top 0.3s ease, opacity 0.3s ease;
}
.menu::before {
  top: 0;
  box-shadow: 0 calc(var(--line-height) + var(--gap)) 0 var(--color-light, #EFEFEF);
}
.menu::after {
  top: calc(var(--line-height) * 2 + var(--gap) * 2);
}
.menu:checked::before {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  box-shadow: none;
  background-color: var(--color-accent, #F66B0E);
}
.menu:checked::after {
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  background-color: var(--color-accent, #F66B0E);
}
@media (min-width: 992px) {
  .menu {
    display: none;
  }
}

.burger-label {
  display: none;
}
@media (max-width: 991px) {
  .burger-label {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    width: 30px;
    height: 21px;
    cursor: pointer;
    z-index: 1001;
  }
}

.header-grid {
  display: grid;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}
@media (max-width: 991px) {
  .header-grid {
    grid-template-columns: auto 1fr auto;
    grid-template-areas: "logo search burger";
    align-items: center;
    height: 75px;
  }
  .header-grid .header-connexion,
  .header-grid .header-social,
  .header-grid .header-nav,
  .header-grid .header-lang,
  .header-grid .header-theme,
  .header-grid .header-accessibility {
    display: none;
  }
  .header-grid .header-search {
    display: none;
  }
}
@media (min-width: 992px) {
  .header-grid {
    grid-template-columns: 1fr 3fr 2fr;
    grid-template-rows: auto auto;
    grid-template-areas: "logo search-connexion social" "logo nav controls";
    gap: 0;
    padding: 10px 30px;
  }
  .header-grid .burger-label {
    display: none;
  }
}

.header-logo {
  grid-area: logo;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .header-logo {
    grid-row: 1/3;
    padding-right: 20px;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
  }
}
.header-logo a {
  display: flex;
  align-items: center;
}
.header-logo .logo-main {
  height: 50px;
  width: auto;
  transition: transform 0.3s ease;
}
@media (min-width: 992px) {
  .header-logo .logo-main {
    height: 60px;
  }
}
.header-logo .logo-main:hover {
  transform: scale(1.05);
}

.header-search {
  display: none;
}
@media (min-width: 992px) {
  .header-search {
    display: flex;
    align-items: center;
    justify-content: center;
    grid-column: 2;
    grid-row: 1;
    justify-self: start;
    padding-left: 30px;
  }
}

.search-form {
  display: flex;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 25px;
  overflow: hidden;
  width: 100%;
  max-width: 300px;
}
.search-form input[type=search] {
  flex: 1;
  padding: 8px 15px;
  border: none;
  background: transparent;
  color: var(--color-light, #EFEFEF);
  font-size: 0.9rem;
}
.search-form input[type=search]::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.search-form input[type=search]::placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.search-form input[type=search]:focus {
  outline: none;
}
.search-form button {
  padding: 8px 12px;
  background: transparent;
  border: none;
  color: var(--color-light, #EFEFEF);
  cursor: pointer;
  transition: color 0.3s ease;
}
.search-form button:hover {
  color: var(--color-accent, #F66B0E);
}
.search-form button i {
  font-size: 1.2rem;
}

.header-connexion {
  display: none;
}
@media (min-width: 992px) {
  .header-connexion {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    grid-column: 2;
    grid-row: 1;
    justify-self: end;
    padding-right: 30px;
  }
}
.header-connexion .btn {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.header-connexion .btn i {
  font-size: 1.1rem;
}

.header-social {
  display: none;
}
@media (min-width: 992px) {
  .header-social {
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 12px;
    grid-column: 3;
    grid-row: 1;
    padding-left: 20px;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
  }
}
.header-social a {
  color: var(--color-light, #EFEFEF);
  opacity: 0.8;
  transition: all 0.3s ease;
}
.header-social a:hover {
  opacity: 1;
  color: var(--color-accent, #F66B0E);
  transform: translateY(-2px);
}
.header-social a svg {
  display: block;
}

.header-nav {
  display: none;
}
@media (min-width: 992px) {
  .header-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    grid-column: 2;
    grid-row: 2;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 10px;
    margin-top: 10px;
  }
}

.nav-list {
  display: flex;
  align-items: center;
  gap: 30px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-item {
  position: relative;
}

.nav-link {
  color: var(--color-light, #EFEFEF);
  text-decoration: none;
  font-weight: 500;
  font-size: 0.95rem;
  padding: 5px 0;
  position: relative;
  transition: color 0.3s ease;
}
.nav-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background-color: var(--color-accent, #F66B0E);
  transition: width 0.3s ease;
}
.nav-link:hover, .nav-item.active .nav-link {
  color: var(--color-accent, #F66B0E);
}
.nav-link:hover::after, .nav-item.active .nav-link::after {
  width: 100%;
}

.header-lang {
  display: none;
}
@media (min-width: 992px) {
  .header-lang {
    display: flex;
    align-items: center;
    gap: 5px;
    grid-column: 3;
    grid-row: 2;
    justify-self: start;
    padding-left: 20px;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 10px;
    margin-top: 10px;
  }
}

.btn-lang {
  background: none;
  border: none;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.85rem;
  font-weight: 600;
  cursor: pointer;
  padding: 3px 8px;
  border-radius: 4px;
  transition: all 0.3s ease;
}
.btn-lang:hover {
  color: var(--color-light, #EFEFEF);
}
.btn-lang.active {
  color: var(--color-accent, #F66B0E);
  background-color: rgba(246, 107, 14, 0.1);
}

.lang-separator {
  color: rgba(255, 255, 255, 0.3);
}

.header-theme {
  display: none;
}
@media (min-width: 992px) {
  .header-theme {
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    border: none;
    color: var(--color-light, #EFEFEF);
    padding: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    grid-column: 3;
    grid-row: 2;
    justify-self: center;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 10px;
    margin-top: 10px;
  }
  .header-theme:hover {
    color: var(--color-accent, #F66B0E);
    transform: rotate(15deg);
  }
  .header-theme i {
    font-size: 1.3rem;
  }
}

.header-accessibility {
  display: none;
}
@media (min-width: 992px) {
  .header-accessibility {
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    border: none;
    color: var(--color-light, #EFEFEF);
    padding: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    grid-column: 3;
    grid-row: 2;
    justify-self: end;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 10px;
    margin-top: 10px;
  }
  .header-accessibility:hover {
    color: var(--color-accent, #F66B0E);
    transform: scale(1.1);
  }
  .header-accessibility i {
    font-size: 1.3rem;
  }
}

.ContenuHeader {
  position: fixed;
  top: 75px;
  left: 0;
  width: 100%;
  height: calc(100vh - 75px);
  background-color: var(--color-dark, #112B3C);
  display: flex;
  flex-direction: column;
  padding: 30px 20px;
  gap: 25px;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-20px);
  transition: opacity 0.4s ease, visibility 0.4s ease, transform 0.4s ease;
}
@media (min-width: 992px) {
  .ContenuHeader {
    display: none;
  }
}

.menu:checked ~ .ContenuHeader {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

body:has(.menu:checked) {
  overflow: hidden;
}

.mobile-nav {
  flex: 0 0 auto;
}

.mobile-nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.mobile-nav-list li {
  opacity: 0;
  transform: translateX(-20px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.mobile-nav-list li:nth-child(1) {
  transition-delay: 0.1s;
}
.mobile-nav-list li:nth-child(2) {
  transition-delay: 0.2s;
}
.mobile-nav-list li:nth-child(3) {
  transition-delay: 0.3s;
}
.mobile-nav-list li:nth-child(4) {
  transition-delay: 0.4s;
}
.mobile-nav-list li:nth-child(5) {
  transition-delay: 0.5s;
}

.menu:checked ~ .ContenuHeader .mobile-nav-list li {
  opacity: 1;
  transform: translateX(0);
}

.mobile-nav-link {
  color: var(--color-light, #EFEFEF);
  text-decoration: none;
  font-size: 1.3rem;
  font-weight: 600;
  display: block;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: color 0.3s ease;
}
.mobile-nav-link:hover, .mobile-nav-link.active {
  color: var(--color-accent, #F66B0E);
}

.mobile-options {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-lang {
  display: flex;
  align-items: center;
  gap: 5px;
}
.mobile-lang .btn-lang {
  font-size: 1rem;
  padding: 8px 12px;
}
.mobile-lang span {
  color: rgba(255, 255, 255, 0.3);
}

.mobile-theme,
.mobile-a11y {
  background: none;
  border: none;
  color: var(--color-light, #EFEFEF);
  padding: 10px;
  cursor: pointer;
  transition: color 0.3s ease;
}
.mobile-theme:hover,
.mobile-a11y:hover {
  color: var(--color-accent, #F66B0E);
}
.mobile-theme i,
.mobile-a11y i {
  font-size: 1.5rem;
}

.mobile-connexion {
  padding: 10px 0;
}
.mobile-connexion .btn {
  width: 100%;
  justify-content: center;
  font-size: 1.1rem;
  padding: 15px;
}
.mobile-connexion .btn i {
  margin-right: 10px;
}

.mobile-social {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
  padding: 20px 0;
  margin-top: auto;
}
.mobile-social a {
  color: var(--color-light, #EFEFEF);
  opacity: 0.8;
  transition: all 0.3s ease;
}
.mobile-social a:hover {
  opacity: 1;
  color: var(--color-accent, #F66B0E);
  transform: scale(1.2);
}
.mobile-social a svg {
  display: block;
}

.accessibility-panel {
  position: fixed;
  top: 0;
  right: -350px;
  width: 350px;
  max-width: 90vw;
  height: 100vh;
  background-color: var(--color-dark, #112B3C);
  box-shadow: -5px 0 20px rgba(0, 0, 0, 0.3);
  z-index: 1100;
  padding: 30px;
  overflow-y: auto;
  transition: right 0.4s ease;
}
.accessibility-panel.active, .accessibility-panel.is-open {
  right: 0;
}
.accessibility-panel__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.accessibility-panel__title {
  color: var(--color-light, #EFEFEF);
  font-size: 1.3rem;
  font-weight: 600;
  margin: 0;
}
.accessibility-panel__close {
  background: none;
  border: none;
  color: var(--color-light, #EFEFEF);
  cursor: pointer;
  padding: 5px;
  transition: color 0.3s ease;
}
.accessibility-panel__close:hover {
  color: var(--color-accent, #F66B0E);
}
.accessibility-panel__group {
  margin-bottom: 25px;
}
.accessibility-panel__label {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.9rem;
  margin-bottom: 10px;
  display: block;
}
.accessibility-panel__options {
  display: flex;
  gap: 10px;
}
.accessibility-panel__btn {
  flex: 1;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: transparent;
  color: var(--color-light, #EFEFEF);
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.accessibility-panel__btn:hover, .accessibility-panel__btn.active {
  border-color: var(--color-accent, #F66B0E);
  background-color: rgba(246, 107, 14, 0.1);
}
.accessibility-panel__btn i {
  font-size: 1.2rem;
}

.accessibility-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1050;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.accessibility-overlay.is-visible {
  opacity: 1;
  visibility: visible;
}

.hero {
  min-height: calc(95vh - 75px);
}
@media (min-width: 992px) {
  .hero {
    min-height: calc(95vh - 100px);
  }
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 20px;
  border-radius: 5px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
  border: none;
}
.btn--sm {
  padding: 8px 16px;
  font-size: 0.9rem;
}
.btn--outline {
  background: transparent;
  border: 1px solid var(--color-light, #EFEFEF);
  color: var(--color-light, #EFEFEF);
}
.btn--outline:hover {
  background-color: var(--color-light, #EFEFEF);
  color: var(--color-dark, #112B3C);
}
.btn--accent {
  background-color: var(--color-accent, #F66B0E);
  color: white;
}
.btn--accent:hover {
  background-color: rgb(201.476, 85.272, 7.524);
  transform: translateY(-2px);
}
.btn--block {
  width: 100%;
}

.footer {
  background-color: #112B3C;
  color: #EFEFEF;
  padding-top: 64px;
}

.footer__container,
.footer .container {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 16px;
}

.footer__main,
.footer-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
  padding-bottom: 48px;
}
@media (min-width: 768px) {
  .footer__main,
  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .footer__main,
  .footer-grid {
    grid-template-columns: 2fr 1fr 1fr 1.5fr;
  }
}

.footer__branding .footer__logo,
.footer__branding .footer-logo,
.footer-brand .footer__logo,
.footer-brand .footer-logo {
  display: inline-block;
  margin-bottom: 24px;
}
.footer__branding .footer__logo img,
.footer__branding .footer__logo svg,
.footer__branding .footer-logo img,
.footer__branding .footer-logo svg,
.footer-brand .footer__logo img,
.footer-brand .footer__logo svg,
.footer-brand .footer-logo img,
.footer-brand .footer-logo svg {
  height: 50px;
  width: auto;
}
.footer__branding .footer__brand-name,
.footer-brand .footer__brand-name {
  font-family: "Masque", "Arial Black", sans-serif;
  font-size: 1.5rem;
  margin-bottom: 8px;
  color: #FFFFFF;
}
.footer__branding .footer__tagline,
.footer__branding .footer-tagline,
.footer-brand .footer__tagline,
.footer-brand .footer-tagline {
  font-size: 0.875rem;
  color: rgb(213.5, 213.5, 213.5);
  margin-bottom: 24px;
  max-width: 300px;
  line-height: 1.75;
}
.footer__branding .footer__social,
.footer__branding .footer-social,
.footer-brand .footer__social,
.footer-brand .footer-social {
  display: flex;
  gap: 16px;
}
.footer__branding .footer__social a,
.footer__branding .footer__social .social-link,
.footer__branding .footer-social a,
.footer__branding .footer-social .social-link,
.footer-brand .footer__social a,
.footer-brand .footer__social .social-link,
.footer-brand .footer-social a,
.footer-brand .footer-social .social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  color: #EFEFEF;
  transition: background-color 0.15s ease, color 0.15s ease, transform 0.15s ease;
}
.footer__branding .footer__social a:hover,
.footer__branding .footer__social .social-link:hover,
.footer__branding .footer-social a:hover,
.footer__branding .footer-social .social-link:hover,
.footer-brand .footer__social a:hover,
.footer-brand .footer__social .social-link:hover,
.footer-brand .footer-social a:hover,
.footer-brand .footer-social .social-link:hover {
  background-color: #F66B0E;
  color: #FFFFFF;
  transform: translateY(-3px);
}
.footer__branding .footer__social a img,
.footer__branding .footer__social a svg,
.footer__branding .footer__social .social-link img,
.footer__branding .footer__social .social-link svg,
.footer__branding .footer-social a img,
.footer__branding .footer-social a svg,
.footer__branding .footer-social .social-link img,
.footer__branding .footer-social .social-link svg,
.footer-brand .footer__social a img,
.footer-brand .footer__social a svg,
.footer-brand .footer__social .social-link img,
.footer-brand .footer__social .social-link svg,
.footer-brand .footer-social a img,
.footer-brand .footer-social a svg,
.footer-brand .footer-social .social-link img,
.footer-brand .footer-social .social-link svg {
  width: 18px;
  height: 18px;
}
.footer__branding .footer__social a i,
.footer__branding .footer__social .social-link i,
.footer__branding .footer-social a i,
.footer__branding .footer-social .social-link i,
.footer-brand .footer__social a i,
.footer-brand .footer__social .social-link i,
.footer-brand .footer-social a i,
.footer-brand .footer-social .social-link i {
  font-size: 18px;
}

.footer__section h4,
.footer-nav h4,
.footer-services h4 {
  font-family: "Masque", "Arial Black", sans-serif;
  font-size: 1.125rem;
  color: #FFFFFF;
  margin-bottom: 24px;
  position: relative;
  padding-bottom: 8px;
}
.footer__section h4::after,
.footer-nav h4::after,
.footer-services h4::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 2px;
  background-color: #F66B0E;
}
.footer__section ul,
.footer-nav ul,
.footer-services ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.footer__section .footer__links,
.footer-nav .footer__links,
.footer-services .footer__links {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.footer__section a,
.footer__section .footer__link,
.footer-nav a,
.footer-nav .footer__link,
.footer-services a,
.footer-services .footer__link {
  color: rgb(213.5, 213.5, 213.5);
  font-size: 0.875rem;
  transition: color 0.15s ease, padding-left 0.15s ease;
  text-decoration: none;
}
.footer__section a:hover,
.footer__section .footer__link:hover,
.footer-nav a:hover,
.footer-nav .footer__link:hover,
.footer-services a:hover,
.footer-services .footer__link:hover {
  color: #F66B0E;
  padding-left: 8px;
}

.footer__newsletter h4,
.footer-newsletter h4 {
  font-family: "Masque", "Arial Black", sans-serif;
  font-size: 1.125rem;
  color: #FFFFFF;
  margin-bottom: 24px;
  position: relative;
  padding-bottom: 8px;
}
.footer__newsletter h4::after,
.footer-newsletter h4::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 2px;
  background-color: #F66B0E;
}
.footer__newsletter p,
.footer__newsletter .footer__newsletter-text,
.footer-newsletter p,
.footer-newsletter .footer__newsletter-text {
  font-size: 0.875rem;
  color: rgb(200.75, 200.75, 200.75);
  margin-bottom: 24px;
  line-height: 1.75;
}
.footer__newsletter .newsletter-form,
.footer-newsletter .newsletter-form {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (min-width: 576px) {
  .footer__newsletter .newsletter-form,
  .footer-newsletter .newsletter-form {
    flex-direction: row;
  }
}
.footer__newsletter .newsletter-form input[type=email],
.footer__newsletter .newsletter-form .newsletter-input,
.footer-newsletter .newsletter-form input[type=email],
.footer-newsletter .newsletter-form .newsletter-input {
  flex: 1;
  padding: 16px;
  border: none;
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.1);
  color: #FFFFFF;
  font-size: 0.875rem;
  transition: background-color 0.15s ease;
}
.footer__newsletter .newsletter-form input[type=email]::-moz-placeholder, .footer__newsletter .newsletter-form .newsletter-input::-moz-placeholder, .footer-newsletter .newsletter-form input[type=email]::-moz-placeholder, .footer-newsletter .newsletter-form .newsletter-input::-moz-placeholder {
  color: rgb(162.5, 162.5, 162.5);
}
.footer__newsletter .newsletter-form input[type=email]::placeholder,
.footer__newsletter .newsletter-form .newsletter-input::placeholder,
.footer-newsletter .newsletter-form input[type=email]::placeholder,
.footer-newsletter .newsletter-form .newsletter-input::placeholder {
  color: rgb(162.5, 162.5, 162.5);
}
.footer__newsletter .newsletter-form input[type=email]:focus,
.footer__newsletter .newsletter-form .newsletter-input:focus,
.footer-newsletter .newsletter-form input[type=email]:focus,
.footer-newsletter .newsletter-form .newsletter-input:focus {
  outline: none;
  background-color: rgba(255, 255, 255, 0.15);
}
.footer__newsletter .newsletter-form button,
.footer__newsletter .newsletter-form .newsletter-btn,
.footer-newsletter .newsletter-form button,
.footer-newsletter .newsletter-form .newsletter-btn {
  padding: 16px 32px;
  background-color: #F66B0E;
  color: #FFFFFF;
  border: none;
  border-radius: 8px;
  font-weight: 600;
  font-size: 0.875rem;
  transition: background-color 0.15s ease, transform 0.15s ease;
  white-space: nowrap;
  cursor: pointer;
}
.footer__newsletter .newsletter-form button:hover,
.footer__newsletter .newsletter-form .newsletter-btn:hover,
.footer-newsletter .newsletter-form button:hover,
.footer-newsletter .newsletter-form .newsletter-btn:hover {
  background-color: rgb(201.476, 85.272, 7.524);
  transform: translateY(-2px);
}

.footer__contact {
  margin-top: 24px;
}
.footer__contact .contact-item {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 8px;
  font-size: 0.875rem;
  color: rgb(200.75, 200.75, 200.75);
}
.footer__contact .contact-item i {
  color: #F66B0E;
  font-size: 18px;
  flex-shrink: 0;
  margin-top: 2px;
}
.footer__contact .contact-item a {
  color: inherit;
  transition: color 0.15s ease;
}
.footer__contact .contact-item a:hover {
  color: #F66B0E;
}

.footer__bottom,
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 24px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
@media (min-width: 768px) {
  .footer__bottom,
  .footer-bottom {
    flex-direction: row;
    justify-content: space-between;
  }
}

.footer__copyright,
.footer-copyright {
  font-size: 0.875rem;
  color: #bcbcbc;
  text-align: center;
}
@media (min-width: 768px) {
  .footer__copyright,
  .footer-copyright {
    text-align: left;
  }
}
.footer__copyright a,
.footer-copyright a {
  color: #F66B0E;
}
.footer__copyright a:hover,
.footer-copyright a:hover {
  text-decoration: underline;
}

.footer__legal-links,
.footer-links {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  justify-content: center;
}
.footer__legal-links a,
.footer-links a {
  font-size: 0.875rem;
  color: #bcbcbc;
  transition: color 0.15s ease;
  text-decoration: none;
}
.footer__legal-links a:hover,
.footer-links a:hover {
  color: #F66B0E;
}

.back-to-top {
  position: fixed;
  bottom: 100px;
  right: 30px;
  width: 45px;
  height: 45px;
  background-color: #205375;
  color: #FFFFFF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease, background-color 0.15s ease;
  z-index: 300;
}
.back-to-top.visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.back-to-top:hover {
  background-color: #F66B0E;
  transform: translateY(-3px);
}
.back-to-top i {
  font-size: 24px;
}

.hero {
  position: relative;
  min-height: calc(95vh - 75px);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
@media (min-width: 992px) {
  .hero {
    min-height: calc(95vh - 100px);
  }
}

.hero-slider {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: inherit;
}

.hero-slider__container {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: inherit;
}

.hero-slide {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease, visibility 1s ease;
}
.hero-slide.active {
  opacity: 1;
  visibility: visible;
  position: relative;
}

.hero-slide__bg {
  position: absolute;
  inset: 0;
  z-index: -1;
}
.hero-slide__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(17, 43, 60, 0.85) 0%, rgba(32, 83, 117, 0.7) 100%);
}
.hero-slide__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.hero-slide__content {
  max-width: 1320px;
  margin: 0 auto;
  padding: 48px 16px;
  text-align: center;
  color: #FFFFFF;
}
@media (min-width: 992px) {
  .hero-slide__content {
    text-align: left;
    padding: 80px 16px;
  }
}

.hero-slide__subtitle {
  font-family: "Gilroy", "Helvetica Neue", Arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  color: #F66B0E;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 16px;
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 0.6s ease forwards;
  animation-delay: 0.2s;
}
.active .hero-slide__subtitle {
  opacity: 1;
  transform: translateY(0);
}

.hero-slide__title {
  font-family: "Masque", "Arial Black", sans-serif;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 24px;
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 0.6s ease forwards;
  animation-delay: 0.4s;
}
@media (min-width: 992px) {
  .hero-slide__title {
    font-size: 3.75rem;
  }
}
.active .hero-slide__title {
  opacity: 1;
  transform: translateY(0);
}

.hero-slide__description {
  font-size: 1.125rem;
  line-height: 1.75;
  margin-bottom: 32px;
  max-width: 600px;
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 0.6s ease forwards;
  animation-delay: 0.6s;
}
@media (max-width: 991px) {
  .hero-slide__description {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 992px) {
  .hero-slide__description {
    font-size: 1.25rem;
  }
}
.active .hero-slide__description {
  opacity: 1;
  transform: translateY(0);
}

.hero-slide__cta {
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 0.6s ease forwards;
  animation-delay: 0.8s;
}
.active .hero-slide__cta {
  opacity: 1;
  transform: translateY(0);
}

.hero-slider__dots {
  position: absolute;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
  z-index: 10;
}
@media (min-width: 992px) {
  .hero-slider__dots {
    bottom: 48px;
  }
}

.hero-slider__dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  transition: background-color 0.15s ease, transform 0.15s ease;
}
.hero-slider__dot:hover {
  background-color: rgba(255, 255, 255, 0.7);
}
.hero-slider__dot.active {
  background-color: #F66B0E;
  transform: scale(1.2);
}

.hero-slider__arrows {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  padding: 0 16px;
  pointer-events: none;
  z-index: 10;
}
@media (min-width: 992px) {
  .hero-slider__arrows {
    padding: 0 32px;
  }
}

.hero-slider__arrow {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.2);
  color: #FFFFFF;
  border-radius: 50%;
  cursor: pointer;
  pointer-events: auto;
  transition: background-color 0.15s ease, transform 0.15s ease;
}
.hero-slider__arrow:hover {
  background-color: #F66B0E;
  transform: scale(1.1);
}
.hero-slider__arrow i {
  font-size: 28px;
}

.hero-simple {
  position: relative;
  min-height: 40vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #112B3C;
  overflow: hidden;
  margin-top: 75px;
}
@media (min-width: 992px) {
  .hero-simple {
    min-height: 50vh;
    margin-top: 0;
  }
}
.hero-simple::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(17, 43, 60, 0.9) 0%, rgba(32, 83, 117, 0.8) 100%);
  z-index: 1;
}

.hero-simple__bg {
  position: absolute;
  inset: 0;
}
.hero-simple__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.3;
}

.hero-simple__content {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #FFFFFF;
  padding: 48px 16px;
}

.hero-simple__title {
  font-family: "Masque", "Arial Black", sans-serif;
  font-size: 2.25rem;
  margin-bottom: 16px;
}
@media (min-width: 992px) {
  .hero-simple__title {
    font-size: 3rem;
  }
}

.hero-simple__subtitle {
  font-size: 1.125rem;
  opacity: 0.8;
  max-width: 600px;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .hero-simple__subtitle {
    font-size: 1.25rem;
  }
}

.hero-simple__breadcrumb {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 0.875rem;
}
.hero-simple__breadcrumb a {
  color: rgba(255, 255, 255, 0.7);
  transition: color 0.15s ease;
}
.hero-simple__breadcrumb a:hover {
  color: #F66B0E;
}
.hero-simple__breadcrumb .separator {
  color: rgba(255, 255, 255, 0.5);
}
.hero-simple__breadcrumb .current {
  color: #F66B0E;
}

.hero-decoration {
  position: absolute;
  pointer-events: none;
  z-index: 0;
}
.hero-decoration--circle {
  width: 300px;
  height: 300px;
  border: 2px solid rgba(246, 107, 14, 0.2);
  border-radius: 50%;
}
@media (min-width: 992px) {
  .hero-decoration--circle {
    width: 500px;
    height: 500px;
  }
}
.hero-decoration--dots {
  width: 100px;
  height: 100px;
  background-image: radial-gradient(rgba(255, 255, 255, 0.2) 2px, transparent 2px);
  background-size: 20px 20px;
}
.hero-decoration--top-right {
  top: 10%;
  right: -150px;
}
@media (min-width: 992px) {
  .hero-decoration--top-right {
    right: -100px;
  }
}
.hero-decoration--bottom-left {
  bottom: 10%;
  left: -100px;
}

.scroll-indicator {
  position: absolute;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  color: #FFFFFF;
  opacity: 0.7;
  animation: bounce 2s infinite;
  cursor: pointer;
  z-index: 10;
}
@media (min-width: 992px) {
  .scroll-indicator {
    bottom: 48px;
  }
}
.scroll-indicator:hover {
  opacity: 1;
}
.scroll-indicator span {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.scroll-indicator .mouse {
  width: 26px;
  height: 40px;
  border: 2px solid currentColor;
  border-radius: 20px;
  position: relative;
}
.scroll-indicator .mouse::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 50%;
  transform: translateX(-50%);
  width: 4px;
  height: 8px;
  background-color: currentColor;
  border-radius: 2px;
  animation: scrollMouse 1.5s infinite;
}

@keyframes scrollMouse {
  0% {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-50%) translateY(12px);
  }
}
.hero-slider {
  position: relative;
  min-height: calc(95vh - 75px);
  background-color: #112B3C;
}
@media (min-width: 992px) {
  .hero-slider {
    min-height: calc(95vh - 100px);
  }
}

.hero-slide {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: calc(95vh - 75px);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}
@media (min-width: 992px) {
  .hero-slide {
    min-height: calc(95vh - 100px);
  }
}
.hero-slide.active {
  opacity: 1;
  visibility: visible;
  position: relative;
}
.hero-slide .hero-slide__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  z-index: 0;
}
.hero-slide .hero-slide__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(17, 43, 60, 0.9) 0%, rgba(32, 83, 117, 0.7) 100%);
  z-index: 1;
}
.hero-slide .hero-slide__content {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 64px 16px;
}

.hero-subtitle {
  display: block;
  font-size: 0.875rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.8);
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 16px;
}

.hero-title {
  font-family: "Masque", "Arial Black", sans-serif;
  font-size: clamp(2.5rem, 8vw, 5rem);
  font-weight: 700;
  color: #FFFFFF;
  line-height: 1.1;
  margin-bottom: 24px;
}
.hero-title .text-accent {
  color: #F66B0E;
}

.hero-text {
  font-size: 1.125rem;
  color: rgba(255, 255, 255, 0.9);
  max-width: 600px;
  margin-bottom: 32px;
  line-height: 1.75;
}
@media (min-width: 992px) {
  .hero-text {
    font-size: 1.25rem;
  }
}

.hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
@media (max-width: 767px) {
  .hero-cta {
    flex-direction: column;
    align-items: flex-start;
  }
}

.slider-nav {
  position: absolute;
  bottom: 48px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 24px;
  z-index: 10;
}

.slider-prev,
.slider-next {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  color: #FFFFFF;
  cursor: pointer;
  transition: all 0.15s ease;
}
.slider-prev:hover,
.slider-next:hover {
  background-color: #F66B0E;
  border-color: #F66B0E;
}
.slider-prev i,
.slider-next i {
  font-size: 24px;
}

.slider-dots {
  display: flex;
  gap: 8px;
}

.slider-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  border: none;
  cursor: pointer;
  transition: all 0.15s ease;
}
.slider-dot:hover {
  background-color: rgba(255, 255, 255, 0.6);
}
.slider-dot.active {
  background-color: #F66B0E;
  transform: scale(1.3);
}

.section {
  padding: 64px 0;
}
@media (min-width: 992px) {
  .section {
    padding: 80px 0;
  }
}

.section--sm {
  padding: 40px 0;
}
@media (min-width: 992px) {
  .section--sm {
    padding: 48px 0;
  }
}

.section--lg {
  padding: 80px 0;
}
@media (min-width: 992px) {
  .section--lg {
    padding: 100px 0;
  }
}

.section--light {
  background-color: var(--bg-secondary, #EFEFEF);
}

.section--dark {
  background-color: #112B3C;
  color: #EFEFEF;
}
.section--dark h1, .section--dark h2, .section--dark h3, .section--dark h4, .section--dark h5, .section--dark h6 {
  color: #FFFFFF;
}
.section--dark .text-muted {
  color: #bcbcbc;
}

.section--accent {
  background-color: #F66B0E;
  color: #FFFFFF;
}
.section--accent h1, .section--accent h2, .section--accent h3, .section--accent h4, .section--accent h5, .section--accent h6 {
  color: #FFFFFF;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: calc(-1 * 16px);
  margin-right: calc(-1 * 16px);
}

.row--no-gutters {
  margin-left: 0;
  margin-right: 0;
}
.row--no-gutters > [class*=col] {
  padding-left: 0;
  padding-right: 0;
}

.row--center {
  justify-content: center;
}

.row--between {
  justify-content: space-between;
}

.row--align-center {
  align-items: center;
}

[class*=col] {
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
}

.col-6 {
  width: 50%;
}

.col-12 {
  width: 100%;
}

@media (min-width: 576px) {
  .col-sm-4 {
    width: 33.333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-12 {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-8 {
    width: 66.666%;
  }
  .col-md-12 {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .col-lg-2 {
    width: 16.666%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.333%;
  }
  .col-lg-5 {
    width: 41.666%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.333%;
  }
  .col-lg-8 {
    width: 66.666%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.333%;
  }
  .col-lg-12 {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .col-xl-2 {
    width: 16.666%;
  }
  .col-xl-3 {
    width: 25%;
  }
  .col-xl-4 {
    width: 33.333%;
  }
  .col-xl-6 {
    width: 50%;
  }
  .col-xl-8 {
    width: 66.666%;
  }
  .col-xl-12 {
    width: 100%;
  }
}
.grid {
  display: grid;
  gap: 24px;
}

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

.grid-3 {
  grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 768px) {
  .grid-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}

.grid-4 {
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 768px) {
  .grid-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}

.grid-auto {
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.grid-auto-sm {
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

.grid-auto-lg {
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
}

.masonry {
  -moz-columns: 1;
       columns: 1;
  -moz-column-gap: 24px;
       column-gap: 24px;
}
@media (min-width: 576px) {
  .masonry {
    -moz-columns: 2;
         columns: 2;
  }
}
@media (min-width: 992px) {
  .masonry {
    -moz-columns: 3;
         columns: 3;
  }
}
.masonry > * {
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  margin-bottom: 24px;
}

.split {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (min-width: 992px) {
  .split {
    flex-direction: row;
    align-items: center;
  }
}

.split__content,
.split__media {
  flex: 1;
}

@media (min-width: 992px) {
  .split--reverse {
    flex-direction: row-reverse;
  }
}

.layout-sidebar {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (min-width: 992px) {
  .layout-sidebar {
    flex-direction: row;
  }
}

.layout-sidebar__main {
  flex: 1;
  min-width: 0;
}

@media (min-width: 992px) {
  .layout-sidebar__aside {
    width: 320px;
    flex-shrink: 0;
  }
}

@media (min-width: 992px) {
  .layout-sidebar--right {
    flex-direction: row-reverse;
  }
}

@media (min-width: 992px) {
  .sticky-sidebar {
    position: sticky;
    top: calc(75px + 24px);
  }
}

.overlap-section {
  position: relative;
  margin-top: -64px;
  z-index: 10;
}
@media (min-width: 992px) {
  .overlap-section {
    margin-top: -80px;
  }
}

.full-bleed {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 8px 24px;
  font-family: "Gilroy", "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border: 2px solid transparent;
  border-radius: 8px;
  transition: all 0.3s ease;
}
.btn:focus-visible {
  outline: 2px solid #F66B0E;
  outline-offset: 2px;
}
.btn:disabled, .btn.disabled {
  opacity: 0.6;
  cursor: not-allowed;
  pointer-events: none;
}
.btn i {
  font-size: 1.2em;
}

.btn--primary {
  background-color: #F66B0E;
  border-color: #F66B0E;
  color: #FFFFFF;
}
.btn--primary:hover, .btn--primary:focus {
  background-color: rgb(201.476, 85.272, 7.524);
  border-color: rgb(201.476, 85.272, 7.524);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(246, 107, 14, 0.4);
}
.btn--primary:active {
  transform: translateY(0);
}

.btn--secondary {
  background-color: #205375;
  border-color: #205375;
  color: #FFFFFF;
}
.btn--secondary:hover, .btn--secondary:focus {
  background-color: #112B3C;
  border-color: #112B3C;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(32, 83, 117, 0.4);
}

.btn--dark {
  background-color: #112B3C;
  border-color: #112B3C;
  color: #FFFFFF;
}
.btn--dark:hover, .btn--dark:focus {
  background-color: rgb(28.2597402597, 71.4805194805, 99.7402597403);
  border-color: rgb(28.2597402597, 71.4805194805, 99.7402597403);
  transform: translateY(-2px);
}

.btn--light {
  background-color: #EFEFEF;
  border-color: #EFEFEF;
  color: #112B3C;
}
.btn--light:hover, .btn--light:focus {
  background-color: rgb(226.25, 226.25, 226.25);
  border-color: rgb(226.25, 226.25, 226.25);
  transform: translateY(-2px);
}

.btn--white {
  background-color: #FFFFFF;
  border-color: #FFFFFF;
  color: #112B3C;
}
.btn--white:hover, .btn--white:focus {
  background-color: #EFEFEF;
  border-color: #EFEFEF;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.btn--outline-primary {
  background-color: transparent;
  border-color: #F66B0E;
  color: #F66B0E;
}
.btn--outline-primary:hover, .btn--outline-primary:focus {
  background-color: #F66B0E;
  color: #FFFFFF;
  transform: translateY(-2px);
}

.btn--outline-secondary {
  background-color: transparent;
  border-color: #205375;
  color: #205375;
}
.btn--outline-secondary:hover, .btn--outline-secondary:focus {
  background-color: #205375;
  color: #FFFFFF;
  transform: translateY(-2px);
}

.btn--outline-dark {
  background-color: transparent;
  border-color: #112B3C;
  color: #112B3C;
}
.btn--outline-dark:hover, .btn--outline-dark:focus {
  background-color: #112B3C;
  color: #FFFFFF;
  transform: translateY(-2px);
}

.btn--outline-white {
  background-color: transparent;
  border-color: #FFFFFF;
  color: #FFFFFF;
}
.btn--outline-white:hover, .btn--outline-white:focus {
  background-color: #FFFFFF;
  color: #112B3C;
  transform: translateY(-2px);
}

.btn--ghost {
  background-color: transparent;
  border-color: transparent;
  color: var(--text-primary, #112B3C);
}
.btn--ghost:hover, .btn--ghost:focus {
  background-color: var(--bg-secondary, #EFEFEF);
}

.btn--ghost-accent {
  background-color: transparent;
  border-color: transparent;
  color: #F66B0E;
}
.btn--ghost-accent:hover, .btn--ghost-accent:focus {
  background-color: rgba(246, 107, 14, 0.1);
}

.btn--sm {
  padding: 4px 16px;
  font-size: 0.875rem;
}

.btn--lg {
  padding: 16px 40px;
  font-size: 1.125rem;
}

.btn--xl {
  padding: 24px 48px;
  font-size: 1.25rem;
}

.btn--rounded {
  border-radius: 50%;
}

.btn--square {
  border-radius: 0;
}

.btn--pill {
  border-radius: 50px;
  padding-left: 32px;
  padding-right: 32px;
}

.btn--block {
  display: flex;
  width: 100%;
}

.btn--icon {
  padding: 8px;
  width: 44px;
  height: 44px;
}
.btn--icon.btn--sm {
  width: 36px;
  height: 36px;
  padding: 4px;
}
.btn--icon.btn--lg {
  width: 52px;
  height: 52px;
}

.fab {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 300;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 16px 32px;
  background-color: #F66B0E;
  color: #FFFFFF;
  border-radius: 50%;
  font-weight: 600;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}
.fab:hover {
  background-color: rgb(201.476, 85.272, 7.524);
  transform: scale(1.05);
  box-shadow: 0 20px 25px rgba(0, 0, 0, 0.15);
}
.fab i {
  font-size: 24px;
}
@media (min-width: 992px) {
  .fab .fab__text {
    display: inline;
  }
}
@media (max-width: 991px) {
  .fab {
    width: 70px;
    height: 70px;
    padding: 0;
    justify-content: center;
  }
  .fab .fab__text {
    display: none;
  }
}

@media (max-width: 991px) {
  .fab--pulse {
    animation: fabPulse 2s ease-in-out 3;
  }
}

.btn-group {
  display: inline-flex;
}
.btn-group .btn {
  border-radius: 0;
}
.btn-group .btn:first-child {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.btn-group .btn:last-child {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.btn-group .btn:not(:first-child) {
  margin-left: -2px;
}

.btn--loading {
  position: relative;
  color: transparent;
  pointer-events: none;
}
.btn--loading::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border: 2px solid transparent;
  border-top-color: currentColor;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}
.btn--loading.btn--primary::after, .btn--loading.btn--secondary::after, .btn--loading.btn--dark::after {
  border-top-color: #FFFFFF;
}

.link {
  color: var(--accent, #F66B0E);
  font-weight: 500;
  transition: color 0.15s ease;
}
.link:hover {
  color: var(--accent-hover, rgb(201.476, 85.272, 7.524));
  text-decoration: underline;
}

.link--arrow {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.link--arrow i {
  transition: transform 0.15s ease;
}
.link--arrow:hover i {
  transform: translateX(4px);
}

.link--underline {
  position: relative;
}
.link--underline::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: currentColor;
  transition: width 0.15s ease;
}
.link--underline:hover::after {
  width: 100%;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: var(--bg-primary, #FFFFFF);
  border-radius: 12px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
}

.card__image {
  position: relative;
  overflow: hidden;
}
.card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s ease;
}
.card:hover .card__image img {
  transform: scale(1.05);
}

.card__image--ratio {
  aspect-ratio: 16/10;
}

.card__image--square {
  aspect-ratio: 1/1;
}

.card__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(17, 43, 60, 0.8) 0%, transparent 60%);
  display: flex;
  align-items: flex-end;
  padding: 24px;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.card:hover .card__overlay {
  opacity: 1;
}

.card__body {
  padding: 24px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.card__tag {
  display: inline-block;
  padding: 4px 8px;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  background-color: var(--accent, #F66B0E);
  color: #FFFFFF;
  border-radius: 4px;
  margin-bottom: 8px;
  align-self: flex-start;
}

.card__title {
  font-family: "Masque", "Arial Black", sans-serif;
  font-size: 1.25rem;
  margin-bottom: 8px;
  color: var(--text-primary, #112B3C);
}
.card__title a {
  color: inherit;
  transition: color 0.15s ease;
}
.card__title a:hover {
  color: var(--accent, #F66B0E);
}

.card__subtitle {
  font-size: 0.875rem;
  color: var(--text-muted);
  margin-bottom: 8px;
}

.card__text {
  font-size: 0.875rem;
  color: var(--text-secondary, #205375);
  line-height: 1.75;
  flex: 1;
}

.card__meta {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 0.75rem;
  color: var(--text-muted);
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid var(--border-color, rgb(213.5, 213.5, 213.5));
}
.card__meta .meta-item {
  display: flex;
  align-items: center;
  gap: 4px;
}
.card__meta .meta-item i {
  font-size: 16px;
}

.card__footer {
  padding: 16px 24px;
  border-top: 1px solid var(--border-color, rgb(213.5, 213.5, 213.5));
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.card-portfolio {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  aspect-ratio: 4/3;
}
.card-portfolio::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(17, 43, 60, 0.9) 0%, rgba(17, 43, 60, 0.3) 50%, transparent 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 1;
}
.card-portfolio:hover::before {
  opacity: 1;
}
.card-portfolio img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s ease;
}
.card-portfolio:hover img {
  transform: scale(1.1);
}
.card-portfolio .card-portfolio__content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 24px;
  color: #FFFFFF;
  z-index: 2;
  transform: translateY(20px);
  opacity: 0;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.card-portfolio:hover .card-portfolio__content {
  transform: translateY(0);
  opacity: 1;
}
.card-portfolio .card-portfolio__category {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #F66B0E;
  margin-bottom: 4px;
}
.card-portfolio .card-portfolio__title {
  font-family: "Masque", "Arial Black", sans-serif;
  font-size: 1.25rem;
  margin-bottom: 8px;
}
.card-portfolio .card-portfolio__link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 0.875rem;
  color: #FFFFFF;
}
.card-portfolio .card-portfolio__link:hover {
  color: #F66B0E;
}
.card-portfolio .card-portfolio__link i {
  transition: transform 0.15s ease;
}
.card-portfolio .card-portfolio__link:hover i {
  transform: translateX(4px);
}

.card-service {
  text-align: center;
  padding: 40px;
}
.card-service .card-service__icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(246, 107, 14, 0.1);
  border-radius: 12px;
  color: #F66B0E;
  transition: all 0.3s ease;
}
.card-service .card-service__icon i {
  font-size: 36px;
}
.card-service:hover .card-service__icon {
  background-color: #F66B0E;
  color: #FFFFFF;
  transform: rotateY(180deg);
}
.card-service .card-service__title {
  font-family: "Masque", "Arial Black", sans-serif;
  font-size: 1.25rem;
  margin-bottom: 16px;
}
.card-service .card-service__text {
  font-size: 0.875rem;
  color: var(--text-muted);
  line-height: 1.75;
  margin-bottom: 24px;
}
.card-service .card-service__link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: #F66B0E;
  font-weight: 600;
}
.card-service .card-service__link:hover {
  gap: 8px;
}

.card-team {
  perspective: 1000px;
  height: 400px;
}
.card-team .card-team__inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transform-style: preserve-3d;
}
.card-team:hover .card-team__inner {
  transform: rotateY(180deg);
}
.card-team .card-team__front,
.card-team .card-team__back {
  position: absolute;
  inset: 0;
  backface-visibility: hidden;
  border-radius: 12px;
  overflow: hidden;
}
.card-team .card-team__front {
  background-color: var(--bg-primary, #FFFFFF);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
}
.card-team .card-team__front .card-team__image {
  flex: 1;
  overflow: hidden;
}
.card-team .card-team__front .card-team__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.card-team .card-team__front .card-team__info {
  padding: 24px;
  text-align: center;
}
.card-team .card-team__front .card-team__info h4 {
  font-family: "Masque", "Arial Black", sans-serif;
  font-size: 1.125rem;
  margin-bottom: 4px;
}
.card-team .card-team__front .card-team__info span {
  font-size: 0.875rem;
  color: #F66B0E;
}
.card-team .card-team__back {
  background-color: #112B3C;
  color: #FFFFFF;
  transform: rotateY(180deg);
  padding: 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.card-team .card-team__back .card-team__skills {
  margin-bottom: 32px;
}
.card-team .card-team__back .card-team__skills h5 {
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 16px;
  color: #F66B0E;
}
.card-team .card-team__back .skill-bar {
  margin-bottom: 8px;
}
.card-team .card-team__back .skill-bar .skill-bar__label {
  display: flex;
  justify-content: space-between;
  font-size: 0.75rem;
  margin-bottom: 4px;
}
.card-team .card-team__back .skill-bar .skill-bar__track {
  height: 6px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  overflow: hidden;
}
.card-team .card-team__back .skill-bar .skill-bar__fill {
  height: 100%;
  background-color: #F66B0E;
  border-radius: 50%;
  animation: progressFill 1s ease forwards;
  animation-play-state: paused;
}
.card-team .card-team__back .card-team__social {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-bottom: 24px;
}
.card-team .card-team__back .card-team__social a {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  color: #FFFFFF;
  transition: all 0.15s ease;
}
.card-team .card-team__back .card-team__social a:hover {
  background-color: #F66B0E;
}
.card-team .card-team__back .card-team__cta {
  text-align: center;
}
.card-team:hover .skill-bar__fill {
  animation-play-state: running;
}

.card-blog .card__image {
  aspect-ratio: 16/9;
}
.card-blog .card__body {
  padding: 24px;
}
.card-blog .card__date {
  font-size: 0.75rem;
  color: var(--text-muted);
  margin-bottom: 8px;
}
.card-blog .card__title {
  font-size: 1.125rem;
  line-height: 1.2;
  margin-bottom: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.card-blog .card__excerpt {
  font-size: 0.875rem;
  color: var(--text-muted);
  line-height: 1.75;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.card-sponsor {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px;
  background-color: var(--bg-primary, #FFFFFF);
  border: 1px solid var(--border-color, rgb(213.5, 213.5, 213.5));
  border-radius: 12px;
  transition: all 0.3s ease;
  min-height: 120px;
}
.card-sponsor img {
  max-width: 150px;
  max-height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
  filter: grayscale(100%);
  opacity: 0.6;
  transition: filter 0.3s ease, opacity 0.3s ease;
}
.card-sponsor:hover {
  border-color: #F66B0E;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.card-sponsor:hover img {
  filter: grayscale(0%);
  opacity: 1;
}

@media (min-width: 768px) {
  .card--horizontal {
    flex-direction: row;
  }
  .card--horizontal .card__image {
    width: 40%;
    flex-shrink: 0;
  }
  .card--horizontal .card__body {
    width: 60%;
  }
}

.card--featured {
  border: 2px solid #F66B0E;
}
.card--featured::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background-color: #F66B0E;
}

.card--flat {
  box-shadow: none;
  border: 1px solid var(--border-color, rgb(213.5, 213.5, 213.5));
}
.card--flat:hover {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.team-cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 30px;
  max-width: 1100px;
  margin: 0 auto;
  padding: 20px 0;
}
@media (min-width: 1024px) {
  .team-cards-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.team-card-flip {
  perspective: 1500px;
  height: 450px;
  cursor: pointer;
}
.team-card-flip__inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transform-style: preserve-3d;
}
.team-card-flip:hover .team-card-flip__inner, .team-card-flip.flipped .team-card-flip__inner {
  transform: rotateY(180deg);
}
@media (max-width: 768px) {
  .team-card-flip:hover .team-card-flip__inner {
    transform: rotateY(0deg);
  }
  .team-card-flip.flipped .team-card-flip__inner {
    transform: rotateY(180deg);
  }
}
.team-card-flip__front, .team-card-flip__back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}
.team-card-flip__front {
  background: linear-gradient(145deg, #ffffff 0%, #f8f9fa 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px 25px;
}
[data-theme=dark] .team-card-flip__front {
  background: linear-gradient(145deg, #205375 0%, rgb(21.0469798658, 54.5906040268, 76.9530201342) 100%);
}
.team-card-flip__avatar {
  position: relative;
  width: 140px;
  height: 140px;
  margin-bottom: 20px;
}
.team-card-flip__avatar img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 4px solid white;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.team-card-flip:hover .team-card-flip__avatar img {
  transform: scale(1.05);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.2);
}
.team-card-flip__status {
  position: absolute;
  bottom: 8px;
  right: 8px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 3px solid white;
  background: #ccc;
}
.team-card-flip__status.online {
  background: #28a745;
  animation: statusPulse 2s infinite;
}
.team-card-flip__status.collab {
  background: #F66B0E;
}
@keyframes statusPulse {
  0%, 100% {
    box-shadow: 0 0 0 0 rgba(40, 167, 69, 0.4);
  }
  50% {
    box-shadow: 0 0 0 8px rgba(40, 167, 69, 0);
  }
}
.team-card-flip__content {
  text-align: center;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.team-card-flip__name {
  font-size: 1.4rem;
  font-weight: 700;
  color: #112B3C;
  margin-bottom: 5px;
}
[data-theme=dark] .team-card-flip__name {
  color: white;
}
.team-card-flip__role {
  font-size: 0.9rem;
  color: #F66B0E;
  font-weight: 600;
  margin-bottom: 15px;
}
.team-card-flip__tagline {
  font-size: 0.85rem;
  font-style: italic;
  color: #666;
  line-height: 1.5;
  margin-bottom: 20px;
}
[data-theme=dark] .team-card-flip__tagline {
  color: rgba(255, 255, 255, 0.7);
}
.team-card-flip__social {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: auto;
}
.team-card-flip__social a, .team-card-flip__social span {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(17, 43, 60, 0.08);
  color: #112B3C;
  transition: all 0.3s ease;
}
.team-card-flip__social a svg, .team-card-flip__social span svg {
  width: 18px;
  height: 18px;
}
[data-theme=dark] .team-card-flip__social a, [data-theme=dark] .team-card-flip__social span {
  background: rgba(255, 255, 255, 0.1);
  color: white;
}
.team-card-flip__social a:hover {
  background: #F66B0E;
  color: white;
  transform: translateY(-3px);
}
.team-card-flip__social--muted span {
  background: rgba(246, 107, 14, 0.1);
  color: #F66B0E;
}
.team-card-flip__social--collab {
  flex-direction: column;
  gap: 2px;
}
.team-card-flip__social--collab .collab-count {
  font-size: 1.8rem;
  font-weight: 800;
  color: #F66B0E;
  width: auto;
  height: auto;
  background: none;
}
.team-card-flip__social--collab .collab-label {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #666;
  width: auto;
  height: auto;
  background: none;
}
[data-theme=dark] .team-card-flip__social--collab .collab-label {
  color: rgba(255, 255, 255, 0.6);
}
.team-card-flip__hint {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin-top: 15px;
  font-size: 0.75rem;
  color: #999;
  transition: opacity 0.3s ease;
}
.team-card-flip__hint i {
  font-size: 16px;
  animation: hintBounce 1.5s ease-in-out infinite;
}
[data-theme=dark] .team-card-flip__hint {
  color: rgba(255, 255, 255, 0.5);
}
@keyframes hintBounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-3px);
  }
}
.team-card-flip:hover .team-card-flip__hint {
  opacity: 0;
}
.team-card-flip__back {
  background: linear-gradient(135deg, #112B3C 0%, #205375 100%);
  color: white;
  transform: rotateY(180deg);
  display: flex;
  flex-direction: column;
  padding: 25px;
}
.team-card-flip__back-header {
  text-align: center;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.team-card-flip__back-header h4 {
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 5px;
}
.team-card-flip__experience {
  display: inline-block;
  font-size: 0.75rem;
  padding: 4px 12px;
  background: #F66B0E;
  border-radius: 20px;
  font-weight: 600;
}
.team-card-flip__stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-bottom: 20px;
}
.team-card-flip__stats .stat-item {
  text-align: center;
  padding: 10px 5px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 8px;
}
.team-card-flip__stats .stat-value {
  font-size: 1.6rem;
  font-weight: 800;
  color: #F66B0E;
  line-height: 1;
  margin-bottom: 5px;
}
.team-card-flip__stats .stat-label {
  font-size: 0.65rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  opacity: 0.8;
}
.team-card-flip__skills {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 20px;
}
.team-card-flip__skills .skill-row {
  display: grid;
  grid-template-columns: 1fr 100px 35px;
  align-items: center;
  gap: 10px;
}
.team-card-flip__skills .skill-name {
  font-size: 0.8rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.team-card-flip__skills .skill-bar {
  height: 6px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 3px;
  overflow: hidden;
}
.team-card-flip__skills .skill-bar .skill-fill {
  height: 100%;
  background: linear-gradient(90deg, #F66B0E, rgb(247.836, 137.192, 63.164));
  border-radius: 3px;
  width: 0;
  transition: width 1s ease-out 0.3s;
}
.team-card-flip__skills .skill-percent {
  font-size: 0.75rem;
  font-weight: 600;
  text-align: right;
  color: #F66B0E;
}
.team-card-flip:hover .team-card-flip__skills .skill-fill, .team-card-flip.flipped .team-card-flip__skills .skill-fill {
  width: var(--skill-width, 0);
}
.team-card-flip__cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 20px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  color: white;
  font-weight: 600;
  font-size: 0.9rem;
  text-decoration: none;
  transition: all 0.3s ease;
  margin-top: auto;
}
.team-card-flip__cta i {
  font-size: 18px;
  transition: transform 0.3s ease;
}
.team-card-flip__cta:hover {
  background: white;
  color: #112B3C;
  transform: translateY(-2px);
}
.team-card-flip__cta:hover i {
  transform: translateX(4px);
}
.team-card-flip__cta--accent {
  background: #F66B0E;
  border-color: #F66B0E;
}
.team-card-flip__cta--accent:hover {
  background: rgb(246.918, 122.096, 38.582);
  border-color: rgb(246.918, 122.096, 38.582);
  color: white;
}
.team-card-flip__back--hiring .team-card-flip__hiring-info {
  flex: 1;
}
.team-card-flip__back--hiring .team-card-flip__hiring-info p {
  font-size: 0.9rem;
  line-height: 1.6;
  margin-bottom: 15px;
  opacity: 0.9;
}
.team-card-flip__back--hiring .team-card-flip__hiring-info .hiring-perks {
  list-style: none;
  padding: 0;
  margin: 0;
}
.team-card-flip__back--hiring .team-card-flip__hiring-info .hiring-perks li {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 0;
  font-size: 0.85rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.team-card-flip__back--hiring .team-card-flip__hiring-info .hiring-perks li:last-child {
  border-bottom: none;
}
.team-card-flip__back--hiring .team-card-flip__hiring-info .hiring-perks li i {
  color: #28a745;
  font-size: 18px;
}
.team-card-flip__back--collab .team-card-flip__collab-grid {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
.team-card-flip__back--collab .team-card-flip__collab-grid .collab-expertise {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 15px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  font-size: 0.85rem;
}
.team-card-flip__back--collab .team-card-flip__collab-grid .collab-expertise i {
  font-size: 20px;
  color: #F66B0E;
}
.team-card-flip__back--collab .team-card-flip__collab-grid .collab-expertise:last-child:nth-child(odd) {
  grid-column: span 2;
  justify-content: center;
}

.home-team {
  background: linear-gradient(180deg, transparent, rgba(17, 43, 60, 0.02), transparent);
}
[data-theme=dark] .home-team {
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.2), transparent);
}

.form {
  max-width: 600px;
  margin: 0 auto;
}

.form--wide {
  max-width: 800px;
}

.form--full {
  max-width: none;
}

.form-group {
  margin-bottom: 24px;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -8px;
  margin-right: -8px;
}
.form-row .form-group {
  padding-left: 8px;
  padding-right: 8px;
  width: 100%;
}
@media (min-width: 768px) {
  .form-row .form-group {
    width: 50%;
  }
}

.form-label {
  display: block;
  margin-bottom: 8px;
  font-weight: 600;
  font-size: 0.875rem;
  color: var(--text-primary, #112B3C);
}
.form-label .required {
  color: #dc3545;
  margin-left: 4px;
}

.form-input,
.form-select,
.form-textarea {
  display: block;
  width: 100%;
  padding: 16px;
  font-family: "Gilroy", "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  color: var(--text-primary, #112B3C);
  background-color: var(--bg-primary, #FFFFFF);
  border: 2px solid var(--border-color, rgb(200.75, 200.75, 200.75));
  border-radius: 8px;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.form-input::-moz-placeholder, .form-select::-moz-placeholder, .form-textarea::-moz-placeholder {
  color: var(--text-muted);
}
.form-input::placeholder,
.form-select::placeholder,
.form-textarea::placeholder {
  color: var(--text-muted);
}
.form-input:focus,
.form-select:focus,
.form-textarea:focus {
  outline: none;
  border-color: #F66B0E;
  box-shadow: 0 0 0 3px rgba(246, 107, 14, 0.15);
}
.form-input:disabled,
.form-select:disabled,
.form-textarea:disabled {
  background-color: var(--bg-secondary, #EFEFEF);
  cursor: not-allowed;
  opacity: 0.7;
}
.form-input.is-valid,
.form-select.is-valid,
.form-textarea.is-valid {
  border-color: #28a745;
}
.form-input.is-valid:focus,
.form-select.is-valid:focus,
.form-textarea.is-valid:focus {
  box-shadow: 0 0 0 3px rgba(40, 167, 69, 0.15);
}
.form-input.is-invalid,
.form-select.is-invalid,
.form-textarea.is-invalid {
  border-color: #dc3545;
}
.form-input.is-invalid:focus,
.form-select.is-invalid:focus,
.form-textarea.is-invalid:focus {
  box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.15);
}

.form-select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 16px 12px;
  padding-right: 48px;
  cursor: pointer;
}

.form-textarea {
  min-height: 150px;
  resize: vertical;
}

.form-check {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 8px;
}
.form-check .form-check__input {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin-top: 2px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: var(--bg-primary, #FFFFFF);
  border: 2px solid var(--border-color, rgb(200.75, 200.75, 200.75));
  cursor: pointer;
  transition: all 0.15s ease;
}
.form-check .form-check__input[type=checkbox] {
  border-radius: 4px;
}
.form-check .form-check__input[type=radio] {
  border-radius: 50%;
}
.form-check .form-check__input:checked {
  background-color: #F66B0E;
  border-color: #F66B0E;
}
.form-check .form-check__input[type=checkbox]:checked {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
  background-size: 14px;
  background-position: center;
  background-repeat: no-repeat;
}
.form-check .form-check__input[type=radio]:checked {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.form-check .form-check__input:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(246, 107, 14, 0.25);
}
.form-check .form-check__label {
  font-size: 0.875rem;
  color: var(--text-secondary, #205375);
  cursor: pointer;
}

.form-switch {
  display: flex;
  align-items: center;
  gap: 16px;
}
.form-switch .form-switch__input {
  position: relative;
  width: 50px;
  height: 26px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: var(--border-color, rgb(200.75, 200.75, 200.75));
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.15s ease;
}
.form-switch .form-switch__input::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 20px;
  height: 20px;
  background-color: #FFFFFF;
  border-radius: 50%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  transition: transform 0.15s ease;
}
.form-switch .form-switch__input:checked {
  background-color: #F66B0E;
}
.form-switch .form-switch__input:checked::before {
  transform: translateX(24px);
}
.form-switch .form-switch__input:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(246, 107, 14, 0.25);
}
.form-switch .form-switch__label {
  font-size: 0.875rem;
  cursor: pointer;
}

.input-group {
  display: flex;
}
.input-group .form-input {
  flex: 1;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group .input-group__addon,
.input-group .input-group__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  background-color: var(--bg-secondary, #EFEFEF);
  border: 2px solid var(--border-color, rgb(200.75, 200.75, 200.75));
  border-left: none;
  border-radius: 0 8px 8px 0;
}
.input-group .input-group__addon i,
.input-group .input-group__btn i {
  color: var(--text-muted);
}
.input-group .input-group__btn {
  background-color: #F66B0E;
  border-color: #F66B0E;
  color: #FFFFFF;
  cursor: pointer;
  transition: background-color 0.15s ease;
}
.input-group .input-group__btn:hover {
  background-color: rgb(201.476, 85.272, 7.524);
}

.form-file .form-file__input {
  display: none;
}
.form-file .form-file__label {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 24px;
  background-color: var(--bg-secondary, #EFEFEF);
  border: 2px dashed var(--border-color, rgb(200.75, 200.75, 200.75));
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.15s ease;
}
.form-file .form-file__label:hover {
  border-color: #F66B0E;
  background-color: rgba(246, 107, 14, 0.05);
}
.form-file .form-file__label i {
  font-size: 32px;
  color: var(--text-muted);
}
.form-file .form-file__label span {
  font-size: 0.875rem;
  color: var(--text-muted);
}
.form-file .form-file__label span strong {
  color: #F66B0E;
}
.form-file .form-file__preview {
  margin-top: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.form-help {
  display: block;
  margin-top: 4px;
  font-size: 0.75rem;
  color: var(--text-muted);
}

.form-error {
  display: block;
  margin-top: 4px;
  font-size: 0.75rem;
  color: #dc3545;
}

.form-success {
  display: block;
  margin-top: 4px;
  font-size: 0.75rem;
  color: #28a745;
}

.form-steps {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 48px;
  padding: 0 16px;
}
@media (min-width: 768px) {
  .form-steps {
    justify-content: space-between;
  }
}

.form-step {
  display: flex;
  align-items: center;
  gap: 8px;
}
.form-step .form-step__number {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--bg-secondary, #EFEFEF);
  color: var(--text-muted);
  border-radius: 50%;
  font-weight: 700;
  font-family: "Gilroy", "Helvetica Neue", Arial, sans-serif;
  transition: all 0.3s ease;
}
.form-step .form-step__label {
  font-size: 0.875rem;
  color: var(--text-muted);
  display: none;
}
@media (min-width: 768px) {
  .form-step .form-step__label {
    display: block;
  }
}
.form-step.active .form-step__number {
  background-color: #F66B0E;
  color: #FFFFFF;
}
.form-step.active .form-step__label {
  color: var(--text-primary);
  font-weight: 600;
}
.form-step.completed .form-step__number {
  background-color: #28a745;
  color: #FFFFFF;
}
.form-step.completed .form-step__label {
  color: #28a745;
}

.form-step__connector {
  flex: 1;
  height: 2px;
  background-color: var(--border-color, rgb(200.75, 200.75, 200.75));
  margin: 0 8px;
}
@media (min-width: 768px) {
  .form-step__connector {
    margin: 0 16px;
  }
}
.form-step__connector.completed {
  background-color: #28a745;
}

.form-panel {
  display: none;
  animation: fadeIn 0.3s ease;
}
.form-panel.active {
  display: block;
}

.form-navigation {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-top: 32px;
  padding-top: 32px;
  border-top: 1px solid var(--border-color);
}

.progress-bar {
  width: 100%;
  height: 8px;
  background-color: var(--bg-secondary, #EFEFEF);
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 32px;
}
.progress-bar .progress-bar__fill {
  height: 100%;
  background-color: #F66B0E;
  border-radius: 50%;
  transition: width 0.3s ease;
}

.price-calculator {
  position: sticky;
  top: 100px;
  background: white;
  border-radius: 8px;
  box-shadow: 0 10px 40px rgba(17, 43, 60, 0.1);
  overflow: hidden;
  border: 1px solid rgba(17, 43, 60, 0.1);
}
.price-calculator__header {
  background: linear-gradient(135deg, #112B3C 0%, #205375 100%);
  color: white;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.price-calculator__header h3 {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1rem;
  font-weight: 600;
}
.price-calculator__header h3 i {
  font-size: 1.5rem;
}
.price-calculator__badge {
  background: #F66B0E;
  color: white;
  padding: 5px 12px;
  border-radius: 20px;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.price-calculator__body {
  padding: 20px;
}
.price-calculator__footer {
  padding: 15px 20px;
  background: #f8f9fa;
  border-top: 1px solid #eee;
}
.price-calculator__footer p {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 0.8rem;
  color: #666;
  margin: 0;
}
.price-calculator__footer p i {
  font-size: 1rem;
  color: #205375;
  flex-shrink: 0;
}

.price-items {
  margin-bottom: 15px;
  max-height: 250px;
  overflow-y: auto;
}
.price-items::-webkit-scrollbar {
  width: 4px;
}
.price-items::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 4px;
}
.price-items::-webkit-scrollbar-thumb {
  background: #205375;
  border-radius: 4px;
}

.price-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px dashed #eee;
}
.price-item:last-child {
  border-bottom: none;
}
.price-item__name {
  font-size: 0.9rem;
  color: #112B3C;
}
.price-item__price {
  font-weight: 600;
  color: #112B3C;
  white-space: nowrap;
}
.price-item--option {
  padding-left: 15px;
}
.price-item--option .price-item__name {
  font-size: 0.85rem;
  color: #666;
}
.price-item--option .price-item__price {
  font-size: 0.85rem;
  font-weight: 500;
}

.price-empty {
  text-align: center;
  color: #999;
  font-size: 0.9rem;
  padding: 20px;
  font-style: italic;
}

.price-subtotal {
  display: flex;
  justify-content: space-between;
  padding: 12px 0;
  border-top: 1px solid #ddd;
  font-weight: 500;
}

.price-adjustments {
  margin: 10px 0;
}

.price-adjustment {
  display: flex;
  justify-content: space-between;
  padding: 8px 12px;
  border-radius: 6px;
  font-size: 0.85rem;
  margin-bottom: 5px;
}
.price-adjustment span {
  display: flex;
  align-items: center;
  gap: 5px;
}
.price-adjustment span i {
  font-size: 1rem;
}
.price-adjustment--extra {
  background: rgba(255, 193, 7, 0.1);
  color: #a07800;
}
.price-adjustment--discount {
  background: rgba(40, 167, 69, 0.1);
  color: #28a745;
}

.price-taxes {
  padding: 10px 0;
  border-top: 1px solid #eee;
}

.price-tax-item {
  display: flex;
  justify-content: space-between;
  padding: 5px 0;
  font-size: 0.85rem;
  color: #666;
}

.price-total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  margin: 10px -20px -20px;
  background: #112B3C;
  color: white;
}
.price-total span:first-child {
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.price-total span:last-child {
  font-size: 1.5rem;
  font-weight: 700;
  color: #F66B0E;
  transition: transform 0.3s ease;
}
.price-total span:last-child.price-updated {
  transform: scale(1.1);
}

.contract-section {
  background: white;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #ddd;
  margin-bottom: 30px;
}

.contract-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  background: #f8f9fa;
  border-bottom: 1px solid #eee;
}
.contract-header h3 {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  font-size: 1.1rem;
}
.contract-header h3 i {
  color: #205375;
}
.contract-header .btn--sm {
  font-size: 0.85rem;
}

.contract-terms {
  max-height: 400px;
  overflow-y: auto;
  padding: 25px;
  background: white;
  border-bottom: 1px solid #eee;
}
.contract-terms::-webkit-scrollbar {
  width: 6px;
}
.contract-terms::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.contract-terms::-webkit-scrollbar-thumb {
  background: #205375;
  border-radius: 3px;
}

.contract-terms-content {
  font-size: 0.9rem;
  line-height: 1.7;
  color: #444;
}
.contract-terms-content h4 {
  color: #112B3C;
  font-size: 1rem;
  margin: 25px 0 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #eee;
}
.contract-terms-content h4:first-child {
  margin-top: 0;
}
.contract-terms-content p {
  margin-bottom: 10px;
}

.contract-checkboxes {
  padding: 20px 25px;
  background: #fafafa;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.contract-checkbox {
  padding: 15px;
  background: white;
  border-radius: 8px;
  border: 1px solid #ddd;
  transition: 0.3s ease;
}
.contract-checkbox:hover {
  border-color: #205375;
}
.contract-checkbox input:checked + .checkbox-mark {
  background: #28a745;
  border-color: #28a745;
}
.contract-checkbox input:checked ~ span:last-child {
  color: #112B3C;
}

.contract-actions {
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #f8f9fa;
  flex-wrap: wrap;
  gap: 10px;
}
.contract-actions .btn {
  flex: 1;
  min-width: 200px;
}

.signature-section {
  margin-top: 30px;
}

.signature-label {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
  font-weight: 600;
  color: #112B3C;
}
.signature-label i {
  color: #205375;
}

.signature-pad-wrapper {
  position: relative;
  border: 2px dashed #ddd;
  border-radius: 8px;
  background: #fafafa;
  overflow: hidden;
}
.signature-pad-wrapper:hover {
  border-color: #205375;
}

#signature-pad {
  width: 100%;
  height: 150px;
  cursor: crosshair;
  touch-action: none;
}

.signature-placeholder {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #999;
  font-size: 0.9rem;
  pointer-events: none;
  display: flex;
  align-items: center;
  gap: 8px;
}
.signature-placeholder i {
  font-size: 1.5rem;
}

.signature-actions {
  display: flex;
  justify-content: flex-end;
  margin-top: 10px;
}
.signature-actions .btn--ghost {
  background: transparent;
  color: #666;
  border: 1px solid #ddd;
}
.signature-actions .btn--ghost:hover {
  background: #f5f5f5;
  color: #112B3C;
}

.service-selector {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  margin-bottom: 30px;
}

.service-card {
  position: relative;
  background: white;
  border: 2px solid #eee;
  border-radius: 8px;
  padding: 25px;
  cursor: pointer;
  transition: 0.3s ease;
}
.service-card:hover {
  border-color: #205375;
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(17, 43, 60, 0.1);
}
.service-card.selected {
  border-color: #F66B0E;
  background: rgba(246, 107, 14, 0.02);
}
.service-card.selected .service-card__check {
  opacity: 1;
  transform: scale(1);
}
.service-card.selected .service-card__icon {
  background: #F66B0E;
  color: white;
}
.service-card input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.service-card__check {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #F66B0E;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: scale(0.5);
  transition: 0.3s ease;
}
.service-card__check i {
  font-size: 1.2rem;
}
.service-card__icon {
  width: 60px;
  height: 60px;
  border-radius: 12px;
  background: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  transition: 0.3s ease;
}
.service-card__icon i {
  font-size: 2rem;
  color: #205375;
}
.service-card__name {
  font-size: 1.1rem;
  font-weight: 600;
  color: #112B3C;
  margin-bottom: 5px;
}
.service-card__price {
  display: flex;
  align-items: baseline;
  gap: 5px;
  color: #F66B0E;
}
.service-card__price .price-from {
  font-size: 0.8rem;
  color: #999;
}
.service-card__price .price-amount {
  font-size: 1.3rem;
  font-weight: 700;
}
.service-card__description {
  font-size: 0.85rem;
  color: #666;
  margin-top: 10px;
}

.service-options {
  display: none;
  background: #f8f9fa;
  border-radius: 8px;
  padding: 20px;
  margin-top: 15px;
  margin-bottom: 25px;
  animation: slideDown 0.3s ease;
}
.service-options.visible {
  display: block;
}
.service-options h4 {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
  font-size: 1rem;
  color: #112B3C;
}
.service-options h4 i {
  color: #F66B0E;
}

@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.option-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 12px;
}

.option-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  background: white;
  border: 1px solid #ddd;
  border-radius: 6px;
  cursor: pointer;
  transition: 0.3s ease;
}
.option-item:hover {
  border-color: #205375;
}
.option-item input {
  display: none;
}
.option-item input:checked + .option-check {
  background: #F66B0E;
  border-color: #F66B0E;
}
.option-item input:checked + .option-check::after {
  opacity: 1;
  transform: scale(1);
}
.option-item input:checked ~ .option-info .option-name {
  color: #112B3C;
  font-weight: 600;
}
.option-item.selected {
  border-color: #F66B0E;
  background: rgba(246, 107, 14, 0.05);
}

.option-check {
  width: 20px;
  height: 20px;
  border: 2px solid #ddd;
  border-radius: 4px;
  position: relative;
  transition: 0.3s ease;
  flex-shrink: 0;
}
.option-check::after {
  content: "✓";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.5);
  color: white;
  font-size: 12px;
  font-weight: bold;
  opacity: 0;
  transition: 0.3s ease;
}

.option-info {
  flex: 1;
  min-width: 0;
  overflow: hidden;
}

.option-name {
  font-size: 0.9rem;
  color: #555;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.option-price {
  font-size: 0.9rem;
  font-weight: 600;
  color: #F66B0E;
  white-space: nowrap;
  flex-shrink: 0;
  min-width: 70px;
  text-align: right;
}

.multiplier-section {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  margin-bottom: 30px;
}

.multiplier-group {
  background: white;
  border: 1px solid #eee;
  border-radius: 8px;
  padding: 20px;
}
.multiplier-group label {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
  font-weight: 600;
  color: #112B3C;
}
.multiplier-group label i {
  color: #205375;
}
.multiplier-group select {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 0.95rem;
  background: white;
  cursor: pointer;
  transition: 0.3s ease;
}
.multiplier-group select:focus {
  border-color: #205375;
  outline: none;
  box-shadow: 0 0 0 3px rgba(32, 83, 117, 0.1);
}
.multiplier-group .multiplier-hint {
  margin-top: 8px;
  font-size: 0.8rem;
  color: #999;
}
.multiplier-group .multiplier-hint.warning {
  color: #ffc107;
}

.discount-section {
  background: linear-gradient(135deg, rgba(40, 167, 69, 0.05), rgba(40, 167, 69, 0.1));
  border: 1px solid rgba(40, 167, 69, 0.2);
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 30px;
}
.discount-section h4 {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
  color: #28a745;
}
.discount-section h4 i {
  font-size: 1.3rem;
}
.discount-section .discount-options {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.discount-section .discount-option input {
  display: none;
}
.discount-section .discount-option input:checked + label {
  background: #28a745;
  color: white;
  border-color: #28a745;
}
.discount-section .discount-option label {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 8px 15px;
  background: white;
  border: 1px solid #ddd;
  border-radius: 20px;
  font-size: 0.85rem;
  cursor: pointer;
  transition: 0.3s ease;
}
.discount-section .discount-option label:hover {
  border-color: #28a745;
}
.discount-section .discount-option label .discount-percent {
  font-weight: 700;
}

.discount-proof-container {
  margin-top: 20px;
  opacity: 0;
  transform: translateY(-10px);
  transition: all 0.3s ease;
}
.discount-proof-container.visible {
  opacity: 1;
  transform: translateY(0);
}

.discount-proof {
  background: white;
  border: 2px solid #28a745;
  border-radius: 8px;
  overflow: hidden;
}
.discount-proof__header {
  background: linear-gradient(135deg, #28a745, rgb(30.1449275362, 125.8550724638, 52));
  color: white;
  padding: 12px 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  font-size: 0.9rem;
}
.discount-proof__header i {
  font-size: 1.3rem;
}
.discount-proof__body {
  padding: 20px;
}
.discount-proof__body .form-group {
  margin-bottom: 15px;
}
.discount-proof__body .form-group:last-child {
  margin-bottom: 0;
}
.discount-proof__body .form-hint {
  display: flex;
  align-items: flex-start;
  gap: 6px;
  margin-top: 8px;
  font-size: 0.8rem;
  color: #666;
}
.discount-proof__body .form-hint i {
  font-size: 1rem;
  color: #17a2b8;
  flex-shrink: 0;
}
.discount-proof__notice {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 15px;
  background: rgba(255, 193, 7, 0.1);
  border-radius: 6px;
  margin-top: 15px;
}
.discount-proof__notice i {
  color: #ffc107;
  font-size: 1.2rem;
  flex-shrink: 0;
}
.discount-proof__notice p {
  font-size: 0.85rem;
  color: #555;
  margin: 0;
  line-height: 1.5;
}

.file-upload-zone {
  border: 2px dashed #ddd;
  border-radius: 8px;
  padding: 25px;
  text-align: center;
  transition: 0.3s ease;
  cursor: pointer;
  position: relative;
}
.file-upload-zone input[type=file] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.file-upload-zone:hover, .file-upload-zone.dragover {
  border-color: #F66B0E;
  background: rgba(246, 107, 14, 0.02);
}
.file-upload-zone.dragover {
  border-style: solid;
}

.file-upload-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  pointer-events: none;
}
.file-upload-content i {
  font-size: 2.5rem;
  color: #aaa;
}

.file-upload-text {
  font-size: 0.95rem;
  color: #555;
}

.file-upload-formats {
  font-size: 0.8rem;
  color: #999;
}

.file-upload-preview {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px;
  background: rgba(40, 167, 69, 0.1);
  border-radius: 6px;
}
.file-upload-preview i {
  font-size: 1.5rem;
  color: #28a745;
}
.file-upload-preview .file-name {
  font-size: 0.9rem;
  color: #112B3C;
  font-weight: 500;
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.file-upload-preview .file-remove {
  background: none;
  border: none;
  color: #999;
  cursor: pointer;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: 0.3s ease;
}
.file-upload-preview .file-remove:hover {
  background: rgba(220, 53, 69, 0.1);
  color: #dc3545;
}
.file-upload-preview .file-remove i {
  font-size: 1.2rem;
  color: inherit;
}

.form-input[data-discount-proof].is-valid {
  border-color: #28a745;
}
.form-input[data-discount-proof].is-valid:focus {
  box-shadow: 0 0 0 3px rgba(40, 167, 69, 0.15);
}
.form-input[data-discount-proof].is-invalid {
  border-color: #dc3545;
}
.form-input[data-discount-proof].is-invalid:focus {
  box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.15);
}

.form-success {
  text-align: center;
  padding: 60px 30px;
}
.form-success__icon {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: linear-gradient(135deg, #28a745, rgb(30.1449275362, 125.8550724638, 52));
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 30px;
  animation: successPulse 2s ease infinite;
}
.form-success__icon i {
  font-size: 50px;
  color: white;
}
.form-success h2 {
  font-size: 2rem;
  color: #112B3C;
  margin-bottom: 15px;
}
.form-success > p {
  font-size: 1.1rem;
  color: #666;
  margin-bottom: 30px;
}
.form-success__summary {
  background: #f8f9fa;
  padding: 25px;
  border-radius: 8px;
  margin-bottom: 30px;
  text-align: left;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
.form-success__summary h4 {
  margin-bottom: 15px;
  color: #112B3C;
}
.form-success__summary p {
  margin-bottom: 10px;
}
.form-success__summary p strong {
  color: #205375;
}
.form-success__actions {
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
}

@keyframes successPulse {
  0%, 100% {
    box-shadow: 0 0 0 0 rgba(40, 167, 69, 0.4);
  }
  50% {
    box-shadow: 0 0 0 20px rgba(40, 167, 69, 0);
  }
}
.form-notification {
  position: fixed;
  top: 100px;
  right: 20px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 15px 20px;
  background: white;
  border-radius: 8px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  z-index: 10000;
  transform: translateX(120%);
  transition: transform 0.3s ease;
  max-width: 400px;
}
.form-notification.visible {
  transform: translateX(0);
}
.form-notification i {
  font-size: 1.5rem;
}
.form-notification span {
  flex: 1;
  font-size: 0.95rem;
}
.form-notification .notification-close {
  background: none;
  border: none;
  cursor: pointer;
  padding: 5px;
  color: #999;
}
.form-notification .notification-close:hover {
  color: #112B3C;
}
.form-notification .notification-close i {
  font-size: 1.2rem;
}
.form-notification--success {
  border-left: 4px solid #28a745;
}
.form-notification--success > i {
  color: #28a745;
}
.form-notification--error {
  border-left: 4px solid #dc3545;
}
.form-notification--error > i {
  color: #dc3545;
}
.form-notification--warning {
  border-left: 4px solid #ffc107;
}
.form-notification--warning > i {
  color: #ffc107;
}
.form-notification--info {
  border-left: 4px solid #17a2b8;
}
.form-notification--info > i {
  color: #17a2b8;
}

.form-summary-pro {
  background: white;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #eee;
  margin-bottom: 30px;
}
.form-summary-pro__header {
  background: linear-gradient(135deg, #112B3C, #205375);
  color: white;
  padding: 20px;
}
.form-summary-pro__header h3 {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}
.form-summary-pro__body {
  padding: 25px;
}
.form-summary-pro__section {
  margin-bottom: 25px;
}
.form-summary-pro__section:last-child {
  margin-bottom: 0;
}
.form-summary-pro__section h4 {
  font-size: 0.85rem;
  color: #999;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 15px;
  padding-bottom: 8px;
  border-bottom: 1px solid #eee;
}

.summary-services-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.summary-service-item,
.summary-option-item {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px dashed #eee;
}
.summary-service-item:last-child,
.summary-option-item:last-child {
  border-bottom: none;
}

.summary-option-item {
  padding-left: 15px;
  font-size: 0.9rem;
  color: #666;
}

.summary-discount-item {
  display: flex;
  justify-content: space-between;
  padding: 12px 0;
  border-bottom: 1px dashed #eee;
  background: rgba(40, 167, 69, 0.05);
  margin: 10px -10px 0;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 4px;
  color: #28a745;
  font-weight: 600;
}

.summary-proof-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  margin: 5px -10px 0;
  background: rgba(255, 193, 7, 0.1);
  border-radius: 4px;
  font-size: 0.85rem;
}
.summary-proof-item .proof-status {
  font-size: 0.75rem;
  padding: 3px 8px;
  border-radius: 10px;
  font-weight: 600;
}
.summary-proof-item .proof-status.pending {
  background: #ffc107;
  color: #333;
}
.summary-proof-item .proof-status.verified {
  background: #28a745;
  color: white;
}
.summary-proof-item .proof-status.rejected {
  background: #dc3545;
  color: white;
}

.summary-row {
  display: flex;
  justify-content: space-between;
  padding: 8px 0;
}
.summary-row--label {
  color: #666;
}
.summary-row--value {
  font-weight: 600;
  color: #112B3C;
}

.form-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}
@media (min-width: 1024px) {
  .form-layout {
    grid-template-columns: 1fr 380px;
  }
}

@media (min-width: 1024px) {
  .form-sidebar {
    position: sticky;
    top: 100px;
    align-self: start;
    max-height: calc(100vh - 120px);
    overflow-y: auto;
  }
}

.pdf-actions {
  display: flex;
  gap: 10px;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #eee;
  flex-wrap: wrap;
}
.pdf-actions .btn {
  flex: 1;
  min-width: 150px;
}
.pdf-actions .btn i {
  margin-right: 8px;
}

.btn--pdf {
  background: white;
  color: #112B3C;
  border: 2px solid #112B3C;
}
.btn--pdf:hover {
  background: #112B3C;
  color: white;
}

.modal--contract .modal__content--large {
  max-width: 800px;
  max-height: 90vh;
  display: flex;
  flex-direction: column;
}
.modal--contract .modal__body {
  flex: 1;
  overflow-y: auto;
  padding: 30px;
}
.modal--contract .contract-preview {
  font-size: 0.9rem;
  line-height: 1.8;
}
.modal--contract .contract-preview h4 {
  color: #112B3C;
  margin: 25px 0 10px;
  font-size: 1rem;
}
.modal--contract .contract-preview h4:first-child {
  margin-top: 0;
}
.modal--contract .contract-preview p {
  margin-bottom: 10px;
  color: #444;
}

.form-step {
  display: none;
  animation: fadeInStep 0.4s ease;
}
.form-step.active {
  display: block;
}
.form-step h2 {
  font-size: 1.5rem;
  color: #112B3C;
  margin-bottom: 10px;
}
.form-step > p {
  color: #666;
  margin-bottom: 30px;
}

@keyframes fadeInStep {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.form-progress {
  margin-bottom: 40px;
}

.progress-bar {
  height: 6px;
  background: #eee;
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: 20px;
}

.progress-fill {
  height: 100%;
  background: linear-gradient(90deg, #205375, #F66B0E);
  border-radius: 3px;
  transition: width 0.5s ease;
}

.progress-steps {
  display: flex;
  justify-content: space-between;
}

.step-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  position: relative;
}
.step-item::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 50%;
  width: 100%;
  height: 2px;
  background: #eee;
  z-index: 0;
}
.step-item:last-child::before {
  display: none;
}
.step-item.active .step-number {
  background: #F66B0E;
  color: white;
  border-color: #F66B0E;
  transform: scale(1.1);
}
.step-item.active .step-label {
  color: #112B3C;
  font-weight: 600;
}
.step-item.completed::before {
  background: #28a745;
}
.step-item.completed .step-number {
  background: #28a745;
  color: white;
  border-color: #28a745;
}
.step-item.completed .step-number::after {
  content: "✓";
  position: absolute;
  font-size: 14px;
}

.step-number {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: white;
  border: 2px solid #ddd;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  font-weight: 600;
  color: #999;
  margin-bottom: 8px;
  position: relative;
  z-index: 1;
  transition: 0.3s ease;
}

.step-label {
  font-size: 0.75rem;
  color: #999;
  text-align: center;
  max-width: 80px;
}
@media (max-width: 768px) {
  .step-label {
    display: none;
  }
}

.form-nav {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
  padding-top: 30px;
  border-top: 1px solid #eee;
}
.form-nav .btn {
  min-width: 150px;
}

.btn--nav-prev {
  background: transparent;
  color: #666;
  border: 1px solid #ddd;
}
.btn--nav-prev:hover {
  background: #f5f5f5;
  color: #112B3C;
}

.btn--nav-next {
  background: #205375;
  color: white;
}
.btn--nav-next:hover {
  background: rgb(21.0469798658, 54.5906040268, 76.9530201342);
}

.spinning {
  animation: spin 1s linear infinite;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.form-input--error {
  border-color: #dc3545 !important;
}
.form-input--error:focus {
  box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.1) !important;
}

.form-error {
  display: block;
  color: #dc3545;
  font-size: 0.8rem;
  margin-top: 5px;
}

@media (max-width: 768px) {
  .price-calculator {
    position: relative;
    top: 0;
    margin-bottom: 30px;
  }
  .form-layout {
    grid-template-columns: 1fr;
  }
  .service-selector {
    grid-template-columns: 1fr;
  }
  .option-grid {
    grid-template-columns: 1fr;
  }
  .multiplier-section {
    grid-template-columns: 1fr;
  }
  .contract-actions {
    flex-direction: column;
  }
  .contract-actions .btn {
    width: 100%;
  }
  .form-nav {
    flex-direction: column;
    gap: 15px;
  }
  .form-nav .btn {
    width: 100%;
  }
  .pdf-actions {
    flex-direction: column;
  }
  .pdf-actions .btn {
    width: 100%;
  }
}
[data-theme=dark] .price-calculator {
  background: #1a1a2e;
  border-color: #333;
}
[data-theme=dark] .price-calculator__body {
  background: #1a1a2e;
}
[data-theme=dark] .price-calculator__footer {
  background: #16162a;
  border-color: #333;
}
[data-theme=dark] .price-item__name,
[data-theme=dark] .price-subtotal {
  color: #fff;
}
[data-theme=dark] .price-item--option .price-item__name {
  color: #aaa;
}
[data-theme=dark] .service-card {
  background: #1a1a2e;
  border-color: #333;
}
[data-theme=dark] .service-card:hover {
  border-color: #205375;
}
[data-theme=dark] .service-card__icon {
  background: #16162a;
}
[data-theme=dark] .service-card__name {
  color: #fff;
}
[data-theme=dark] .service-options {
  background: #16162a;
}
[data-theme=dark] .service-options h4 {
  color: #fff;
}
[data-theme=dark] .option-item {
  background: #1a1a2e;
  border-color: #333;
}
[data-theme=dark] .option-item:hover {
  border-color: #205375;
}
[data-theme=dark] .option-name {
  color: #ccc;
}
[data-theme=dark] .contract-section {
  background: #1a1a2e;
  border-color: #333;
}
[data-theme=dark] .contract-header {
  background: #16162a;
  border-color: #333;
}
[data-theme=dark] .contract-terms {
  background: #1a1a2e;
  border-color: #333;
}
[data-theme=dark] .contract-terms-content {
  color: #ccc;
}
[data-theme=dark] .contract-terms-content h4 {
  color: #fff;
}
[data-theme=dark] .contract-checkboxes {
  background: #16162a;
}
[data-theme=dark] .contract-checkbox {
  background: #1a1a2e;
  border-color: #333;
}
[data-theme=dark] .form-notification {
  background: #1a1a2e;
  color: #fff;
}
[data-theme=dark] .form-summary-pro {
  background: #1a1a2e;
  border-color: #333;
}
[data-theme=dark] .form-summary-pro__section h4 {
  color: #888;
  border-color: #333;
}
[data-theme=dark] .summary-service-item,
[data-theme=dark] .summary-option-item {
  border-color: #333;
}
[data-theme=dark] .summary-row--value {
  color: #fff;
}
[data-theme=dark] .form-success__summary {
  background: #16162a;
}
[data-theme=dark] .form-success__summary p strong {
  color: #fff;
}
[data-theme=dark] .multiplier-group {
  background: #1a1a2e;
  border-color: #333;
}
[data-theme=dark] .multiplier-group label {
  color: #fff;
}
[data-theme=dark] .multiplier-group select {
  background: #16162a;
  border-color: #333;
  color: #fff;
}
[data-theme=dark] .discount-section {
  background: rgba(40, 167, 69, 0.1);
  border-color: rgba(40, 167, 69, 0.3);
}
[data-theme=dark] .discount-option label {
  background: #1a1a2e;
  border-color: #333;
}
[data-theme=dark] .signature-pad-wrapper {
  background: #16162a;
  border-color: #333;
}
[data-theme=dark] .modal--contract .contract-preview h4 {
  color: #fff;
}
[data-theme=dark] .modal--contract .contract-preview p {
  color: #ccc;
}

.modal-overlay {
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 400;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}
.modal-overlay.open {
  opacity: 1;
  visibility: visible;
}

.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.9);
  z-index: 500;
  width: calc(100% - 48px);
  max-width: 600px;
  max-height: calc(100vh - 64px);
  background-color: var(--bg-primary, #FFFFFF);
  border-radius: 12px;
  box-shadow: 0 20px 25px rgba(0, 0, 0, 0.15);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.modal.open {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -50%) scale(1);
}

.modal--sm {
  max-width: 400px;
}

.modal--lg {
  max-width: 800px;
}

.modal--xl {
  max-width: 1000px;
}

.modal--fullscreen {
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  border-radius: 0;
}

.modal__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 32px;
  border-bottom: 1px solid var(--border-color, rgb(213.5, 213.5, 213.5));
}
.modal__header .modal__title {
  font-family: "Masque", "Arial Black", sans-serif;
  font-size: 1.25rem;
  margin: 0;
}
.modal__header .modal__close {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-muted);
  border-radius: 50%;
  transition: all 0.15s ease;
}
.modal__header .modal__close:hover {
  background-color: var(--bg-secondary, #EFEFEF);
  color: var(--text-primary);
}
.modal__header .modal__close i {
  font-size: 24px;
}

.modal__body {
  padding: 32px;
  overflow-y: auto;
  flex: 1;
}

.modal__footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
  padding: 24px 32px;
  border-top: 1px solid var(--border-color, rgb(213.5, 213.5, 213.5));
  background-color: var(--bg-secondary, #EFEFEF);
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 500;
  background-color: rgba(0, 0, 0, 0.95);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.lightbox.open {
  opacity: 1;
  visibility: visible;
}

.lightbox__content {
  position: relative;
  max-width: 90vw;
  max-height: 90vh;
}
.lightbox__content img {
  max-width: 100%;
  max-height: 90vh;
  -o-object-fit: contain;
     object-fit: contain;
  animation: scaleIn 0.3s ease;
}

.lightbox__close {
  position: absolute;
  top: -50px;
  right: 0;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  font-size: 24px;
  cursor: pointer;
  transition: color 0.15s ease;
}
.lightbox__close:hover {
  color: #F66B0E;
}

.lightbox__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.1);
  color: #FFFFFF;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.15s ease;
}
.lightbox__nav:hover {
  background-color: #F66B0E;
}
.lightbox__nav i {
  font-size: 28px;
}
.lightbox__nav--prev {
  left: 24px;
}
.lightbox__nav--next {
  right: 24px;
}

.lightbox__caption {
  position: absolute;
  bottom: -60px;
  left: 0;
  right: 0;
  text-align: center;
  color: #FFFFFF;
}
.lightbox__caption h4 {
  font-size: 1.125rem;
  margin-bottom: 4px;
}
.lightbox__caption p {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
}

.lightbox__counter {
  position: absolute;
  top: 24px;
  left: 24px;
  color: #FFFFFF;
  font-size: 0.875rem;
  font-family: "Gilroy", "Helvetica Neue", Arial, sans-serif;
}

body.modal-open {
  overflow: hidden;
}

.stats-section {
  background-color: #112B3C;
  color: #FFFFFF;
  padding: 64px 0;
}
@media (min-width: 992px) {
  .stats-section {
    padding: 80px 0;
  }
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}
@media (min-width: 768px) {
  .stats-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.stat-item {
  text-align: center;
  padding: 24px;
  position: relative;
}
@media (min-width: 768px) {
  .stat-item:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 20%;
    height: 60%;
    width: 1px;
    background-color: rgba(255, 255, 255, 0.2);
  }
}

.stat-item__icon {
  width: 70px;
  height: 70px;
  margin: 0 auto 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(246, 107, 14, 0.15);
  border-radius: 50%;
  color: #F66B0E;
}
.stat-item__icon i {
  font-size: 32px;
}

.stat-item__number {
  font-family: "Gilroy", "Helvetica Neue", Arial, sans-serif;
  font-size: 2.25rem;
  font-weight: 700;
  color: #FFFFFF;
  margin-bottom: 8px;
  line-height: 1;
}
@media (min-width: 992px) {
  .stat-item__number {
    font-size: 3rem;
  }
}

.stat-item__suffix {
  font-size: 1.5rem;
  color: #F66B0E;
}

.stat-item__label {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.7);
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .stat-item__label {
    font-size: 1rem;
  }
}

.stats-section--light {
  background-color: var(--bg-secondary, #EFEFEF);
  color: var(--text-primary, #112B3C);
}
.stats-section--light .stat-item__number {
  color: #112B3C;
}
.stats-section--light .stat-item__label {
  color: var(--text-muted);
}
.stats-section--light .stat-item::after {
  background-color: var(--border-color, rgb(200.75, 200.75, 200.75));
}

.mini-stats {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 32px;
  padding: 32px;
  background-color: var(--bg-secondary, #EFEFEF);
  border-radius: 12px;
}
@media (min-width: 768px) {
  .mini-stats {
    gap: 48px;
  }
}

.mini-stat {
  text-align: center;
  padding: 16px;
}
.mini-stat .mini-stat__number {
  font-family: "Gilroy", "Helvetica Neue", Arial, sans-serif;
  font-size: 1.875rem;
  font-weight: 700;
  color: #F66B0E;
  display: block;
}
@media (min-width: 992px) {
  .mini-stat .mini-stat__number {
    font-size: 2.25rem;
  }
}
.mini-stat .mini-stat__label {
  font-size: 0.875rem;
  color: var(--text-muted);
}

.counter {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.counter.animated {
  opacity: 1;
  transform: translateY(0);
}

.stats-decorated {
  position: relative;
  overflow: hidden;
}
.stats-decorated::before, .stats-decorated::after {
  content: "";
  position: absolute;
  width: 200px;
  height: 200px;
  border: 2px solid rgba(246, 107, 14, 0.1);
  border-radius: 50%;
  pointer-events: none;
}
.stats-decorated::before {
  top: -100px;
  left: -100px;
}
.stats-decorated::after {
  bottom: -100px;
  right: -100px;
}

.sponsors-section {
  padding: 64px 0;
  background-color: var(--bg-secondary, #112B3C);
  overflow: hidden;
}

.sponsors-carousel {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.sponsors-carousel::before, .sponsors-carousel::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100px;
  z-index: 2;
  pointer-events: none;
}
.sponsors-carousel::before {
  left: 0;
  background: linear-gradient(to right, var(--bg-secondary, #112B3C), transparent);
}
.sponsors-carousel::after {
  right: 0;
  background: linear-gradient(to left, var(--bg-secondary, #112B3C), transparent);
}

.sponsors-track,
.sponsors-carousel__track {
  display: flex;
  gap: 48px;
  width: -moz-max-content;
  width: max-content;
  animation: scrollSponsors 25s linear infinite;
}
.sponsors-track:hover,
.sponsors-carousel__track:hover {
  animation-play-state: paused;
}

@keyframes scrollSponsors {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.sponsor-item,
.sponsors-carousel__item {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px 32px;
  min-width: 180px;
  height: 100px;
  background-color: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.sponsor-item img,
.sponsors-carousel__item img {
  max-width: 140px;
  max-height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
  filter: brightness(0) invert(1);
  opacity: 0.6;
  transition: filter 0.3s ease, opacity 0.3s ease;
}
.sponsor-item:hover,
.sponsors-carousel__item:hover {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: #F66B0E;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.sponsor-item:hover img,
.sponsors-carousel__item:hover img {
  filter: brightness(0) invert(1);
  opacity: 1;
}

.sponsors-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
@media (min-width: 576px) {
  .sponsors-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 768px) {
  .sponsors-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 992px) {
  .sponsors-grid {
    grid-template-columns: repeat(5, 1fr);
  }
}

.sponsor-item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px;
  background-color: var(--bg-primary, #FFFFFF);
  border: 1px solid var(--border-color, rgb(213.5, 213.5, 213.5));
  border-radius: 8px;
  min-height: 100px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.sponsor-item img {
  max-width: 120px;
  max-height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
  filter: grayscale(100%);
  opacity: 0.6;
  transition: filter 0.3s ease, opacity 0.3s ease;
}
.sponsor-item:hover {
  border-color: #F66B0E;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.sponsor-item:hover img {
  filter: grayscale(0%);
  opacity: 1;
}

.sponsor-featured {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  padding: 40px;
  background-color: var(--bg-primary, #FFFFFF);
  border-radius: 12px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  text-align: center;
}
@media (min-width: 768px) {
  .sponsor-featured {
    flex-direction: row;
    text-align: left;
  }
}
.sponsor-featured .sponsor-featured__logo {
  flex-shrink: 0;
}
.sponsor-featured .sponsor-featured__logo img {
  max-width: 150px;
  max-height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
}
.sponsor-featured .sponsor-featured__content {
  flex: 1;
}
.sponsor-featured .sponsor-featured__content h4 {
  font-family: "Masque", "Arial Black", sans-serif;
  font-size: 1.25rem;
  margin-bottom: 8px;
}
.sponsor-featured .sponsor-featured__content p {
  font-size: 0.875rem;
  color: var(--text-muted);
  margin-bottom: 16px;
}
.sponsor-featured .sponsor-featured__link {
  flex-shrink: 0;
}

.sponsors-cta {
  text-align: center;
  margin-top: 48px;
  padding-top: 40px;
  border-top: 1px solid var(--border-color, rgb(213.5, 213.5, 213.5));
}
.sponsors-cta p {
  font-size: 1.125rem;
  color: var(--text-muted);
  margin-bottom: 24px;
}

.partners-tiers {
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.partners-tier .partners-tier__title {
  font-family: "Masque", "Arial Black", sans-serif;
  font-size: 1.125rem;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 24px;
  text-align: center;
}
.partners-tier .partners-tier__title::before, .partners-tier .partners-tier__title::after {
  content: "—";
  padding: 0 16px;
  color: var(--border-color);
}
.partners-tier--platinum .sponsor-item {
  padding: 40px;
  min-height: 120px;
}
.partners-tier--platinum .sponsor-item img {
  max-width: 180px;
  max-height: 70px;
}
.partners-tier--gold .sponsor-item {
  padding: 32px;
}
.partners-tier--gold .sponsor-item img {
  max-width: 140px;
  max-height: 55px;
}
.partners-tier--silver .sponsor-item {
  padding: 24px;
}
.partners-tier--silver .sponsor-item img {
  max-width: 100px;
  max-height: 40px;
}

.badge {
  display: inline-flex;
  align-items: center;
  padding: 4px 8px;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-radius: 4px;
}
.badge--primary {
  background-color: #F66B0E;
  color: #FFFFFF;
}
.badge--secondary {
  background-color: #205375;
  color: #FFFFFF;
}
.badge--success {
  background-color: #28a745;
  color: #FFFFFF;
}
.badge--warning {
  background-color: #ffc107;
  color: #112B3C;
}
.badge--error {
  background-color: #dc3545;
  color: #FFFFFF;
}
.badge--outline {
  background-color: transparent;
  border: 1px solid currentColor;
}

.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.tag {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px 16px;
  font-size: 0.875rem;
  background-color: var(--bg-secondary, #EFEFEF);
  color: var(--text-secondary, #205375);
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.15s ease;
}
.tag:hover, .tag.active {
  background-color: #F66B0E;
  color: #FFFFFF;
}
.tag .tag__count {
  font-size: 0.75rem;
  opacity: 0.7;
}

.filters {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-bottom: 40px;
}

.filter-btn {
  padding: 8px 24px;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--text-secondary);
  background-color: transparent;
  border: 2px solid var(--border-color, rgb(200.75, 200.75, 200.75));
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.15s ease;
}
.filter-btn:hover {
  border-color: #F66B0E;
  color: #F66B0E;
}
.filter-btn.active {
  background-color: #F66B0E;
  border-color: #F66B0E;
  color: #FFFFFF;
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  margin-top: 48px;
}

.pagination__item {
  min-width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Gilroy", "Helvetica Neue", Arial, sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--text-secondary);
  background-color: var(--bg-secondary, #EFEFEF);
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.15s ease;
}
.pagination__item:hover {
  background-color: #205375;
  color: #FFFFFF;
}
.pagination__item.active {
  background-color: #F66B0E;
  color: #FFFFFF;
}
.pagination__item.disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}
.pagination__item--arrow i {
  font-size: 20px;
}

.pagination__dots {
  padding: 0 8px;
  color: var(--text-muted);
}

.load-more {
  display: flex;
  justify-content: center;
  margin-top: 48px;
}

.tooltip {
  position: relative;
}
.tooltip::before {
  content: attr(data-tooltip);
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(-8px);
  padding: 4px 8px;
  font-size: 0.75rem;
  white-space: nowrap;
  background-color: #112B3C;
  color: #FFFFFF;
  border-radius: 4px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.15s ease, visibility 0.15s ease;
  z-index: 700;
}
.tooltip::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 6px solid transparent;
  border-top-color: #112B3C;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.15s ease, visibility 0.15s ease;
  z-index: 700;
}
.tooltip:hover::before, .tooltip:hover::after {
  opacity: 1;
  visibility: visible;
}

.alert {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 16px 24px;
  border-radius: 8px;
  margin-bottom: 24px;
}
.alert .alert__icon {
  flex-shrink: 0;
}
.alert .alert__icon i {
  font-size: 24px;
}
.alert .alert__content {
  flex: 1;
}
.alert .alert__content .alert__title {
  font-weight: 600;
  margin-bottom: 4px;
}
.alert .alert__content .alert__text {
  font-size: 0.875rem;
  margin: 0;
}
.alert .alert__close {
  flex-shrink: 0;
  padding: 4px;
  opacity: 0.7;
}
.alert .alert__close:hover {
  opacity: 1;
}
.alert--success {
  background-color: rgba(40, 167, 69, 0.1);
  border-left: 4px solid #28a745;
  color: rgb(30.1449275362, 125.8550724638, 52);
}
.alert--warning {
  background-color: rgba(255, 193, 7, 0.1);
  border-left: 4px solid #ffc107;
  color: rgb(109, 81.75, 0);
}
.alert--error {
  background-color: rgba(220, 53, 69, 0.1);
  border-left: 4px solid #dc3545;
  color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
}
.alert--info {
  background-color: rgba(23, 162, 184, 0.1);
  border-left: 4px solid #17a2b8;
  color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
}

.priority-message {
  background-color: #F66B0E;
  color: #FFFFFF;
  padding: 8px 24px;
  text-align: center;
  font-size: 0.875rem;
  position: relative;
}
.priority-message a {
  color: inherit;
  text-decoration: underline;
  font-weight: 600;
}
.priority-message .priority-message__close {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  padding: 4px;
  opacity: 0.8;
}
.priority-message .priority-message__close:hover {
  opacity: 1;
}

.breadcrumb {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  font-size: 0.875rem;
}
.breadcrumb .breadcrumb__item {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--text-muted);
}
.breadcrumb .breadcrumb__item a {
  color: inherit;
  transition: color 0.15s ease;
}
.breadcrumb .breadcrumb__item a:hover {
  color: #F66B0E;
}
.breadcrumb .breadcrumb__item.active {
  color: var(--text-primary);
  font-weight: 500;
}
.breadcrumb .breadcrumb__separator {
  color: var(--border-color);
}

.skeleton {
  background: linear-gradient(90deg, var(--bg-secondary, #EFEFEF) 25%, rgb(246.65, 246.65, 246.65) 50%, var(--bg-secondary, #EFEFEF) 75%);
  background-size: 200% 100%;
  animation: shimmer 1.5s infinite;
  border-radius: 4px;
}

.skeleton-text {
  height: 1em;
  margin-bottom: 8px;
}
.skeleton-text:last-child {
  width: 70%;
}

.skeleton-title {
  height: 1.5em;
  width: 50%;
  margin-bottom: 16px;
}

.skeleton-image {
  aspect-ratio: 16/9;
}

.skeleton-avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.preloader {
  position: fixed;
  inset: 0;
  background-color: var(--bg-primary, #FFFFFF);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.preloader.hidden {
  opacity: 0;
  visibility: hidden;
}

.preloader__spinner {
  width: 50px;
  height: 50px;
  border: 3px solid var(--bg-secondary, #EFEFEF);
  border-top-color: #F66B0E;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

.preloader__logo {
  animation: pulse 1.5s ease infinite;
}
.preloader__logo img {
  max-width: 100px;
}

.empty-state {
  text-align: center;
  padding: 64px 32px;
}
.empty-state .empty-state__icon {
  font-size: 64px;
  color: var(--text-muted);
  margin-bottom: 24px;
  opacity: 0.5;
}
.empty-state .empty-state__title {
  font-family: "Masque", "Arial Black", sans-serif;
  font-size: 1.5rem;
  margin-bottom: 16px;
}
.empty-state .empty-state__text {
  font-size: 1rem;
  color: var(--text-muted);
  max-width: 400px;
  margin: 0 auto 32px;
}

.accordion {
  border: 1px solid var(--border-color, rgb(213.5, 213.5, 213.5));
  border-radius: 12px;
  overflow: hidden;
}

.accordion__item {
  border-bottom: 1px solid var(--border-color, rgb(213.5, 213.5, 213.5));
}
.accordion__item:last-child {
  border-bottom: none;
}

.accordion__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 32px;
  background-color: var(--bg-primary, #FFFFFF);
  cursor: pointer;
  transition: background-color 0.15s ease;
}
.accordion__header:hover {
  background-color: var(--bg-secondary, #EFEFEF);
}
.accordion__header h4 {
  font-family: "Gilroy", "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  margin: 0;
}
.accordion__header .accordion__icon {
  transition: transform 0.3s ease;
}
.accordion__header .accordion__icon i {
  font-size: 24px;
  color: var(--text-muted);
}
.accordion__header.active .accordion__icon {
  transform: rotate(180deg);
}

.accordion__content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}
.accordion__content.open {
  max-height: 500px;
}

.accordion__body {
  padding: 0 32px 32px;
  font-size: 0.875rem;
  color: var(--text-secondary);
  line-height: 1.75;
}

.tabs {
  margin-bottom: 32px;
}

.tabs__nav {
  display: flex;
  border-bottom: 2px solid var(--border-color, rgb(213.5, 213.5, 213.5));
  overflow-x: auto;
}
.tabs__nav::-webkit-scrollbar {
  display: none;
}

.tabs__btn {
  padding: 16px 32px;
  font-weight: 500;
  color: var(--text-muted);
  border-bottom: 2px solid transparent;
  margin-bottom: -2px;
  white-space: nowrap;
  transition: all 0.15s ease;
}
.tabs__btn:hover {
  color: var(--text-primary);
}
.tabs__btn.active {
  color: #F66B0E;
  border-bottom-color: #F66B0E;
}

.tabs__content {
  padding-top: 32px;
}

.tabs__panel {
  display: none;
  animation: fadeIn 0.3s ease;
}
.tabs__panel.active {
  display: block;
}

.custom-cursor {
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 99999;
  mix-blend-mode: difference;
}
.custom-cursor.cursor-hidden {
  opacity: 0;
}

.cursor-dot {
  position: absolute;
  width: 8px;
  height: 8px;
  background: #F66B0E;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: transform 0.1s ease, width 0.2s ease, height 0.2s ease, background 0.2s ease;
}

.cursor-outline {
  position: absolute;
  width: 40px;
  height: 40px;
  border: 2px solid #F66B0E;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: width 0.3s ease, height 0.3s ease, border-color 0.3s ease, background 0.3s ease;
  opacity: 0.5;
}

.cursor-hover .cursor-dot {
  transform: translate(-50%, -50%) scale(0);
}
.cursor-hover .cursor-outline {
  width: 60px;
  height: 60px;
  background: rgba(246, 107, 14, 0.1);
  border-color: #F66B0E;
  opacity: 1;
}

.cursor-click .cursor-outline {
  width: 30px;
  height: 30px;
  border-width: 3px;
}

.cursor-view .cursor-outline {
  width: 80px;
  height: 80px;
  border-color: #EFEFEF;
}
.cursor-view .cursor-outline::after {
  content: "Voir";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 12px;
  font-weight: 600;
  color: #EFEFEF;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.cursor-view .cursor-dot {
  opacity: 0;
}

.cursor-text .cursor-outline {
  width: 4px;
  height: 30px;
  border-radius: 2px;
  border: none;
  background: #F66B0E;
  animation: cursorBlink 0.8s infinite;
}
.cursor-text .cursor-dot {
  opacity: 0;
}

@keyframes cursorBlink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
.scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: rgba(17, 43, 60, 0.1);
  z-index: 9999;
}
.dark-mode .scroll-progress {
  background: rgba(239, 239, 239, 0.1);
}

.scroll-progress__fill {
  height: 100%;
  width: 0;
  background: linear-gradient(90deg, #205375, #F66B0E);
  transition: width 0.1s linear;
  border-radius: 0 2px 2px 0;
}

.tilt-glare {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 2;
  border-radius: inherit;
}

.text-reveal-ready {
  opacity: 0;
}

.text-revealing {
  opacity: 1;
}
.text-revealing .char {
  display: inline-block;
  opacity: 0;
  transform: translateY(30px) rotate(5deg);
  animation: charReveal 0.4s forwards ease-out;
}

.text-revealed {
  opacity: 1;
}
.text-revealed .char {
  display: inline-block;
  opacity: 1;
  transform: none;
}

@keyframes charReveal {
  to {
    opacity: 1;
    transform: translateY(0) rotate(0);
  }
}
.skeleton-wrapper {
  position: relative;
}
.skeleton-wrapper.loaded .skeleton {
  opacity: 0;
  pointer-events: none;
}
.skeleton-wrapper.loaded img {
  opacity: 1;
}
.skeleton-wrapper img {
  opacity: 0;
  transition: opacity 0.5s ease;
}

.skeleton {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(17, 43, 60, 0.1) 25%, rgba(17, 43, 60, 0.2) 50%, rgba(17, 43, 60, 0.1) 75%);
  background-size: 200% 100%;
  animation: shimmer 1.5s infinite;
  border-radius: 8px;
}
.dark-mode .skeleton {
  background: linear-gradient(90deg, rgba(239, 239, 239, 0.05) 25%, rgba(239, 239, 239, 0.1) 50%, rgba(239, 239, 239, 0.05) 75%);
  background-size: 200% 100%;
}

@keyframes shimmer {
  0% {
    background-position: -200% 0;
  }
  100% {
    background-position: 200% 0;
  }
}
.page-transition-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #112B3C;
  z-index: 100000;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}
.page-transition-overlay.active {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.page-transition-overlay.fade-out {
  animation: pageTransitionOut 0.5s forwards ease-out;
}

.page-transition__content {
  text-align: center;
}

.page-transition__logo {
  margin-bottom: 20px;
}
.page-transition__logo img {
  animation: logoPulse 1s infinite ease-in-out;
}

.page-transition__spinner {
  width: 40px;
  height: 40px;
  border: 3px solid rgba(239, 239, 239, 0.2);
  border-top-color: #F66B0E;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
  margin: 0 auto;
}

@keyframes logoPulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}
@keyframes pageTransitionOut {
  0% {
    clip-path: circle(100% at 50% 50%);
    opacity: 1;
  }
  100% {
    clip-path: circle(0% at 50% 50%);
    opacity: 0;
  }
}
.ripple {
  position: absolute;
  border-radius: 50%;
  background: rgba(246, 107, 14, 0.4);
  transform: scale(0);
  animation: rippleEffect 0.6s ease-out forwards;
  pointer-events: none;
}

@keyframes rippleEffect {
  to {
    transform: scale(4);
    opacity: 0;
  }
}
.section-indicator {
  position: fixed;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 12px;
  z-index: 1000;
}
@media (max-width: 767px) {
  .section-indicator {
    display: none;
  }
}

.section-indicator__dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(17, 43, 60, 0.2);
  border: 2px solid transparent;
  transition: all 0.3s ease;
  cursor: pointer;
}
.section-indicator__dot:hover {
  background: rgba(32, 83, 117, 0.5);
  transform: scale(1.2);
}
.section-indicator__dot.active {
  background: #F66B0E;
  border-color: #112B3C;
  transform: scale(1.3);
}
.dark-mode .section-indicator__dot.active {
  border-color: #EFEFEF;
}
.dark-mode .section-indicator__dot {
  background: rgba(239, 239, 239, 0.2);
}

.hover-glow-effect {
  position: relative;
}
.hover-glow-effect::before {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  background: linear-gradient(45deg, #F66B0E, #205375, #F66B0E);
  border-radius: inherit;
  z-index: -1;
  opacity: 0;
  filter: blur(15px);
  transition: opacity 0.3s ease;
}
.hover-glow-effect:hover::before {
  opacity: 0.6;
}

.glass, .glass-card {
  background: rgba(239, 239, 239, 0.1);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(239, 239, 239, 0.2);
}
.dark-mode .glass, .dark-mode .glass-card {
  background: rgba(17, 43, 60, 0.3);
  border-color: rgba(239, 239, 239, 0.1);
}

.glass-card {
  border-radius: 12px;
  padding: 2rem;
  transition: all 0.3s ease;
}
.glass-card:hover {
  background: rgba(239, 239, 239, 0.15);
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(17, 43, 60, 0.2);
}
.dark-mode .glass-card:hover {
  background: rgba(17, 43, 60, 0.4);
}

.gradient-border {
  position: relative;
  background: #EFEFEF;
  border-radius: 8px;
}
.gradient-border::before {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  background: linear-gradient(90deg, #F66B0E, #205375, #205375, #F66B0E);
  background-size: 300% 100%;
  border-radius: inherit;
  z-index: -1;
  animation: gradientMove 3s linear infinite;
}
.dark-mode .gradient-border {
  background: #112B3C;
}

@keyframes gradientMove {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 300% 50%;
  }
}
.floating {
  animation: floating 3s ease-in-out infinite;
}

@keyframes floating {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
}
.floating-delay-1 {
  animation-delay: 0.5s;
}

.floating-delay-2 {
  animation-delay: 1s;
}

.floating-delay-3 {
  animation-delay: 1.5s;
}

.marquee {
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}
.marquee::before, .marquee::after {
  content: "";
  position: absolute;
  top: 0;
  width: 100px;
  height: 100%;
  z-index: 2;
}
.marquee::before {
  left: 0;
  background: linear-gradient(90deg, #EFEFEF, transparent);
}
.dark-mode .marquee::before {
  background: linear-gradient(90deg, #112B3C, transparent);
}
.marquee::after {
  right: 0;
  background: linear-gradient(-90deg, #EFEFEF, transparent);
}
.dark-mode .marquee::after {
  background: linear-gradient(-90deg, #112B3C, transparent);
}

.marquee__content {
  display: inline-flex;
  animation: marqueeScroll 20s linear infinite;
}
.marquee:hover .marquee__content {
  animation-play-state: paused;
}

@keyframes marqueeScroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.blob {
  position: absolute;
  width: 400px;
  height: 400px;
  background: linear-gradient(135deg, rgba(246, 107, 14, 0.3), rgba(32, 83, 117, 0.3));
  border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
  animation: blobMorph 8s ease-in-out infinite;
  filter: blur(40px);
  z-index: -1;
}

@keyframes blobMorph {
  0%, 100% {
    border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
    transform: rotate(0deg) scale(1);
  }
  25% {
    border-radius: 58% 42% 75% 25%/76% 46% 54% 24%;
  }
  50% {
    border-radius: 50% 50% 33% 67%/55% 27% 73% 45%;
    transform: rotate(90deg) scale(1.1);
  }
  75% {
    border-radius: 33% 67% 58% 42%/63% 68% 32% 37%;
  }
}
.noise-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 99998;
  opacity: 0.03;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");
}

.scroll-hint {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  color: #EFEFEF;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  animation: scrollHint 2s ease-in-out infinite;
}
.scroll-hint::after {
  content: "";
  width: 1px;
  height: 40px;
  background: linear-gradient(to bottom, #EFEFEF, transparent);
}

@keyframes scrollHint {
  0%, 100% {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
  }
  50% {
    opacity: 0.5;
    transform: translateX(-50%) translateY(10px);
  }
}
.btn-shine {
  position: relative;
  overflow: hidden;
}
.btn-shine::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transition: left 0.5s ease;
}
.btn-shine:hover::before {
  left: 100%;
}

.stagger-list > * {
  opacity: 0;
  transform: translateY(20px);
  animation: staggerIn 0.5s forwards ease-out;
}
.stagger-list > *:nth-child(1) {
  animation-delay: 0.1s;
}
.stagger-list > *:nth-child(2) {
  animation-delay: 0.2s;
}
.stagger-list > *:nth-child(3) {
  animation-delay: 0.3s;
}
.stagger-list > *:nth-child(4) {
  animation-delay: 0.4s;
}
.stagger-list > *:nth-child(5) {
  animation-delay: 0.5s;
}
.stagger-list > *:nth-child(6) {
  animation-delay: 0.6s;
}
.stagger-list > *:nth-child(7) {
  animation-delay: 0.7s;
}
.stagger-list > *:nth-child(8) {
  animation-delay: 0.8s;
}
.stagger-list > *:nth-child(9) {
  animation-delay: 0.9s;
}
.stagger-list > *:nth-child(10) {
  animation-delay: 1s;
}

@keyframes staggerIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
*:focus-visible {
  outline: 2px solid #F66B0E;
  outline-offset: 3px;
  border-radius: 2px;
}

@media (prefers-reduced-motion: reduce) {
  .custom-cursor,
  .page-transition-overlay,
  .scroll-progress,
  .section-indicator,
  .blob,
  .noise-overlay {
    display: none !important;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
  .text-reveal-ready {
    opacity: 1;
  }
}
.skip-links {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 800;
}
.skip-links .skip-link {
  position: absolute;
  top: -100%;
  left: 50%;
  transform: translateX(-50%);
  padding: 16px 32px;
  background-color: #F66B0E;
  color: #FFFFFF;
  font-weight: 700;
  font-size: 1rem;
  text-decoration: none;
  border-radius: 0 0 8px 8px;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
  transition: top 0.15s ease;
  white-space: nowrap;
}
.skip-links .skip-link:focus {
  top: 0;
  outline: none;
}
.skip-links .skip-link:hover {
  background-color: rgb(201.476, 85.272, 7.524);
}

.skip-link--nav {
  left: 25% !important;
}

.skip-link--footer {
  left: 75% !important;
}

:focus-visible {
  outline: 2px solid #F66B0E;
  outline-offset: 2px;
}

:focus:not(:focus-visible) {
  outline: none;
}

.btn:focus-visible,
button:focus-visible {
  outline: 2px solid #F66B0E;
  outline-offset: 2px;
  box-shadow: 0 0 0 4px rgba(246, 107, 14, 0.25);
}

a:focus-visible {
  outline: 2px solid #F66B0E;
  outline-offset: 2px;
  border-radius: 4px;
}

input:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline: none;
  border-color: #F66B0E;
  box-shadow: 0 0 0 3px rgba(246, 107, 14, 0.15);
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
  .parallax,
  [data-parallax] {
    transform: none !important;
  }
  .custom-cursor {
    display: none !important;
  }
  body {
    cursor: auto !important;
  }
}
@media (prefers-contrast: more) {
  :root {
    --text-primary: #000000;
    --text-secondary: #112B3C;
    --bg-primary: #FFFFFF;
    --border-color: #000000;
  }
  .btn {
    border: 2px solid currentColor;
  }
  a {
    text-decoration: underline;
  }
  .card {
    border: 2px solid var(--border-color);
  }
}
@media (prefers-contrast: more) and (prefers-color-scheme: dark) {
  :root {
    --text-primary: #FFFFFF;
    --text-secondary: #EFEFEF;
    --bg-primary: #000000;
    --border-color: #FFFFFF;
  }
}
.form-group {
  position: relative;
}
.form-group .form-label {
  display: block;
  margin-bottom: 4px;
  font-weight: 500;
  color: var(--text-primary);
}
.form-group .form-label .required-indicator {
  color: #dc3545;
  margin-left: 4px;
}
.form-group .form-label .required-indicator::before {
  content: "*";
}
.form-group .form-description {
  margin-top: 4px;
  font-size: 0.875rem;
  color: var(--text-muted);
}
.form-group .form-error {
  display: none;
  margin-top: 4px;
  padding: 8px;
  font-size: 0.875rem;
  color: #dc3545;
  background-color: rgba(220, 53, 69, 0.1);
  border-radius: 4px;
  border-left: 3px solid #dc3545;
}
.form-group .form-error::before {
  content: "⚠ ";
}
.form-group.is-invalid .form-input,
.form-group.is-invalid .form-textarea,
.form-group.is-invalid .form-select {
  border-color: #dc3545;
}
.form-group.is-invalid .form-input:focus,
.form-group.is-invalid .form-textarea:focus,
.form-group.is-invalid .form-select:focus {
  box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.15);
}
.form-group.is-invalid .form-error {
  display: block;
}
.form-group.is-invalid .form-label {
  color: #dc3545;
}
.form-group.is-valid .form-input,
.form-group.is-valid .form-textarea,
.form-group.is-valid .form-select {
  border-color: #28a745;
}
.form-group.is-valid .form-input:focus,
.form-group.is-valid .form-textarea:focus,
.form-group.is-valid .form-select:focus {
  box-shadow: 0 0 0 3px rgba(40, 167, 69, 0.15);
}

.form-char-counter {
  display: flex;
  justify-content: flex-end;
  margin-top: 4px;
  font-size: 0.875rem;
  color: var(--text-muted);
}
.form-char-counter.is-warning {
  color: #ffc107;
}
.form-char-counter.is-error {
  color: #dc3545;
}

img[alt=""],
img:not([alt]) {
  outline: 3px dashed #ffc107;
}

@media not all and (min-width: 0) {
  img[alt=""],
  img:not([alt]) {
    outline: none;
  }
}
figure {
  margin: 0;
}
figure figcaption {
  margin-top: 8px;
  font-size: 0.875rem;
  color: var(--text-muted);
  font-style: italic;
}

.sr-only,
.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.live-region {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.keyboard-navigation *:focus {
  outline: 2px solid #F66B0E !important;
  outline-offset: 2px !important;
}

a[target=_blank]::after {
  content: "";
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
  margin-left: 0.25em;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2'%3E%3Cpath d='M18 13v6a2 2 0 01-2 2H5a2 2 0 01-2-2V8a2 2 0 012-2h6M15 3h6v6M10 14L21 3'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  opacity: 0.7;
}
a[target=_blank].no-external-icon::after {
  display: none;
}

table {
  width: 100%;
  border-collapse: collapse;
}
table caption {
  padding: 16px;
  font-weight: 700;
  text-align: left;
  caption-side: top;
}
table th {
  text-align: left;
  font-weight: 600;
  background-color: var(--bg-secondary);
}
table th,
table td {
  padding: 8px 16px;
  border: 1px solid var(--border-color);
}
table thead {
  position: sticky;
  top: 0;
  z-index: 1;
}
table tbody tr:nth-child(even) {
  background-color: var(--bg-secondary);
}
table tbody tr:focus-within {
  outline: 2px solid #F66B0E;
  outline-offset: -2px;
}

.spinner {
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  border: 2px solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spinner-rotate 0.75s linear infinite;
}
.spinner--sm {
  width: 1rem;
  height: 1rem;
  border-width: 1.5px;
}
.spinner--lg {
  width: 2.5rem;
  height: 2.5rem;
  border-width: 3px;
}
.spinner--xl {
  width: 4rem;
  height: 4rem;
  border-width: 4px;
}

@keyframes spinner-rotate {
  to {
    transform: rotate(360deg);
  }
}
.btn {
  position: relative;
}
.btn.is-loading {
  color: transparent !important;
  pointer-events: none;
}
.btn.is-loading::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.25rem;
  height: 1.25rem;
  margin-top: -0.625rem;
  margin-left: -0.625rem;
  border: 2px solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spinner-rotate 0.75s linear infinite;
}
.btn.is-loading.btn--primary::after, .btn.is-loading.btn--accent::after {
  border-color: #FFFFFF;
  border-right-color: transparent;
}
.btn.is-loading.btn--outline::after, .btn.is-loading.btn--light::after {
  border-color: #F66B0E;
  border-right-color: transparent;
}

.loading-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(var(--bg-primary), 0.8);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  z-index: 500;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.loading-overlay.is-active {
  opacity: 1;
  visibility: visible;
}

.loading-dots {
  display: flex;
  gap: 4px;
}
.loading-dots span {
  width: 8px;
  height: 8px;
  background-color: #F66B0E;
  border-radius: 50%;
  animation: loading-dots 1.4s infinite ease-in-out both;
}
.loading-dots span:nth-child(1) {
  animation-delay: -0.32s;
}
.loading-dots span:nth-child(2) {
  animation-delay: -0.16s;
}
.loading-dots span:nth-child(3) {
  animation-delay: 0s;
}

@keyframes loading-dots {
  0%, 80%, 100% {
    transform: scale(0);
    opacity: 0.5;
  }
  40% {
    transform: scale(1);
    opacity: 1;
  }
}
.progress-bar {
  width: 100%;
  height: 8px;
  background-color: var(--bg-secondary);
  border-radius: 50%;
  overflow: hidden;
}
.progress-bar__fill {
  height: 100%;
  background-color: #F66B0E;
  border-radius: 50%;
  transition: width 0.3s ease;
}
.progress-bar__fill--animated {
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%);
  background-size: 1rem 1rem;
  animation: progress-stripes 1s linear infinite;
}
.progress-bar--success .progress-bar__fill {
  background-color: #28a745;
}
.progress-bar--warning .progress-bar__fill {
  background-color: #ffc107;
}
.progress-bar--error .progress-bar__fill {
  background-color: #dc3545;
}

@keyframes progress-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.modal-confirm {
  max-width: 480px;
  text-align: center;
}
.modal-confirm .modal-icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.modal-confirm .modal-icon i {
  font-size: 32px;
}
.modal-confirm .modal-icon--warning {
  background-color: rgba(255, 193, 7, 0.15);
  color: #ffc107;
}
.modal-confirm .modal-icon--danger {
  background-color: rgba(220, 53, 69, 0.15);
  color: #dc3545;
}
.modal-confirm .modal-icon--success {
  background-color: rgba(40, 167, 69, 0.15);
  color: #28a745;
}
.modal-confirm .modal-icon--info {
  background-color: rgba(23, 162, 184, 0.15);
  color: #17a2b8;
}
.modal-confirm .modal-title {
  margin-bottom: 16px;
  font-size: 1.25rem;
  font-weight: 700;
}
.modal-confirm .modal-message {
  margin-bottom: 32px;
  color: var(--text-muted);
}
.modal-confirm .modal-actions {
  display: flex;
  gap: 16px;
  justify-content: center;
}
.modal-confirm .modal-actions .btn {
  min-width: 120px;
}

[data-tooltip] {
  position: relative;
  cursor: help;
}
[data-tooltip]::before, [data-tooltip]::after {
  position: absolute;
  z-index: 700;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.15s ease, visibility 0.15s ease, transform 0.15s ease;
  pointer-events: none;
}
[data-tooltip]::after {
  content: attr(data-tooltip);
  bottom: calc(100% + 8px);
  left: 50%;
  transform: translateX(-50%) translateY(4px);
  padding: 8px 16px;
  background-color: #112B3C;
  color: #FFFFFF;
  font-size: 0.875rem;
  font-weight: 500;
  white-space: nowrap;
  border-radius: 4px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  max-width: 250px;
  text-align: center;
}
[data-tooltip]::before {
  content: "";
  bottom: calc(100% + 4px);
  left: 50%;
  transform: translateX(-50%);
  border: 4px solid transparent;
  border-top-color: #112B3C;
}
[data-tooltip]:hover::before, [data-tooltip]:hover::after, [data-tooltip]:focus::before, [data-tooltip]:focus::after {
  opacity: 1;
  visibility: visible;
}
[data-tooltip]:hover::after, [data-tooltip]:focus::after {
  transform: translateX(-50%) translateY(0);
}
[data-tooltip][data-tooltip-position=bottom]::after {
  bottom: auto;
  top: calc(100% + 8px);
  transform: translateX(-50%) translateY(-4px);
}
[data-tooltip][data-tooltip-position=bottom]::before {
  bottom: auto;
  top: calc(100% + 4px);
  border-top-color: transparent;
  border-bottom-color: #112B3C;
}
[data-tooltip][data-tooltip-position=bottom]:hover::after, [data-tooltip][data-tooltip-position=bottom]:focus::after {
  transform: translateX(-50%) translateY(0);
}
[data-tooltip][data-tooltip-position=left]::after {
  bottom: auto;
  left: auto;
  right: calc(100% + 8px);
  top: 50%;
  transform: translateY(-50%) translateX(4px);
}
[data-tooltip][data-tooltip-position=left]::before {
  bottom: auto;
  left: auto;
  right: calc(100% + 4px);
  top: 50%;
  transform: translateY(-50%);
  border-top-color: transparent;
  border-left-color: #112B3C;
}
[data-tooltip][data-tooltip-position=left]:hover::after, [data-tooltip][data-tooltip-position=left]:focus::after {
  transform: translateY(-50%) translateX(0);
}
[data-tooltip][data-tooltip-position=right]::after {
  bottom: auto;
  left: calc(100% + 8px);
  top: 50%;
  transform: translateY(-50%) translateX(-4px);
}
[data-tooltip][data-tooltip-position=right]::before {
  bottom: auto;
  left: calc(100% + 4px);
  top: 50%;
  transform: translateY(-50%);
  border-top-color: transparent;
  border-right-color: #112B3C;
}
[data-tooltip][data-tooltip-position=right]:hover::after, [data-tooltip][data-tooltip-position=right]:focus::after {
  transform: translateY(-50%) translateX(0);
}

.tooltip-multiline::after {
  white-space: normal;
  width: 250px;
}

.empty-state {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 64px 24px;
  text-align: center;
}
.empty-state__icon {
  width: 120px;
  height: 120px;
  margin-bottom: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--bg-secondary);
  border-radius: 50%;
  color: var(--text-muted);
}
.empty-state__icon i {
  font-size: 48px;
}
.empty-state__icon svg {
  width: 64px;
  height: 64px;
}
.empty-state__title {
  margin-bottom: 16px;
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--text-primary);
}
.empty-state__description {
  max-width: 400px;
  margin-bottom: 32px;
  color: var(--text-muted);
  line-height: 1.75;
}
.empty-state__actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
}
.empty-state--compact {
  padding: 32px 24px;
}
.empty-state--compact .empty-state__icon {
  width: 80px;
  height: 80px;
  margin-bottom: 24px;
}
.empty-state--compact .empty-state__icon i {
  font-size: 32px;
}
.empty-state--compact .empty-state__title {
  font-size: 1.125rem;
}
.empty-state--search .empty-state__icon {
  background-color: rgba(23, 162, 184, 0.1);
  color: #17a2b8;
}
.empty-state--error .empty-state__icon {
  background-color: rgba(220, 53, 69, 0.1);
  color: #dc3545;
}
.empty-state--no-data .empty-state__icon {
  background-color: rgba(255, 193, 7, 0.1);
  color: #ffc107;
}

.list-empty,
.grid-empty {
  grid-column: 1/-1;
  padding: 48px;
}

.skeleton {
  position: relative;
  overflow: hidden;
  background-color: var(--bg-secondary);
  border-radius: 8px;
}
.skeleton::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  animation: skeleton-shimmer 1.5s infinite;
}
.skeleton--text {
  height: 1em;
  margin-bottom: 0.5em;
  border-radius: 4px;
}
.skeleton--text:last-child {
  width: 80%;
}
.skeleton--title {
  height: 1.5em;
  width: 60%;
  margin-bottom: 1em;
}
.skeleton--avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
}
.skeleton--image {
  width: 100%;
  aspect-ratio: 16/9;
}
.skeleton--card {
  padding: 24px;
}
.skeleton--card .skeleton--image {
  margin-bottom: 16px;
}
.skeleton--button {
  width: 120px;
  height: 44px;
  border-radius: 8px;
}

@keyframes skeleton-shimmer {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}
@media print {
  .header,
  .footer,
  .nav,
  .skip-links,
  .btn,
  .modal,
  .tooltip,
  .fab,
  .back-to-top,
  .preloader,
  .custom-cursor,
  [data-aos],
  video,
  audio,
  iframe {
    display: none !important;
  }
  body {
    color: #000 !important;
    background: #fff !important;
  }
  a[href]::after {
    content: " (" attr(href) ")";
    font-size: 0.8em;
    color: #666;
  }
  a[href^="#"]::after,
  a[href^=javascript]::after {
    content: "";
  }
  h1, h2, h3, h4, h5, h6,
  img,
  figure,
  table,
  blockquote,
  pre {
    -moz-column-break-inside: avoid;
         break-inside: avoid;
    page-break-inside: avoid;
  }
  h1, h2, h3, h4, h5, h6 {
    -moz-column-break-after: avoid;
         break-after: avoid;
    page-break-after: avoid;
  }
  @page {
    margin: 2cm;
  }
  @page :first {
    margin-top: 3cm;
  }
  * {
    box-shadow: none !important;
    text-shadow: none !important;
  }
  .card,
  .section {
    border: 1px solid #ddd;
    background: #fff !important;
  }
}
.breadcrumbs {
  padding: 16px 0;
  font-size: 0.875rem;
}
.breadcrumbs__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.breadcrumbs__item {
  display: flex;
  align-items: center;
  gap: 4px;
}
.breadcrumbs__item:not(:last-child)::after {
  content: "/";
  color: var(--text-muted);
  margin-left: 4px;
}
.breadcrumbs__item:last-child .breadcrumbs__link {
  color: var(--text-muted);
  pointer-events: none;
}
.breadcrumbs__item:last-child .breadcrumbs__link:hover {
  text-decoration: none;
}
.breadcrumbs__link {
  color: var(--text-secondary);
  text-decoration: none;
  transition: color 0.15s ease;
}
.breadcrumbs__link:hover {
  color: #F66B0E;
  text-decoration: underline;
}
.breadcrumbs__link--home {
  display: flex;
  align-items: center;
}
.breadcrumbs__link--home i {
  font-size: 1.1em;
}
.breadcrumbs--dark .breadcrumbs__link {
  color: rgba(255, 255, 255, 0.7);
}
.breadcrumbs--dark .breadcrumbs__link:hover {
  color: #FFFFFF;
}
.breadcrumbs--dark .breadcrumbs__item:not(:last-child)::after {
  color: rgba(255, 255, 255, 0.4);
}
.breadcrumbs--dark .breadcrumbs__item:last-child .breadcrumbs__link {
  color: rgba(255, 255, 255, 0.5);
}
.breadcrumbs--icons .breadcrumbs__item:not(:last-child)::after {
  content: "\e5cc";
  font-family: "Material Icons";
  font-size: 1.2em;
}
.breadcrumbs--compact .breadcrumbs__item {
  display: none;
}
.breadcrumbs--compact .breadcrumbs__item:first-child, .breadcrumbs--compact .breadcrumbs__item:last-child {
  display: flex;
}
.breadcrumbs--compact .breadcrumbs__item:first-child::after {
  content: "...";
  margin: 0 4px;
}
@media (max-width: 768px) {
  .breadcrumbs .breadcrumbs__list {
    flex-wrap: nowrap;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .breadcrumbs .breadcrumbs__list::-webkit-scrollbar {
    display: none;
  }
  .breadcrumbs .breadcrumbs__item {
    white-space: nowrap;
  }
}

.breadcrumbs-container {
  background-color: var(--bg-secondary);
  border-bottom: 1px solid var(--border-color);
}
.breadcrumbs-container .breadcrumbs {
  max-width: 1320px;
  margin: 0 auto;
  padding: 16px 16px;
}

.hero .breadcrumbs {
  position: absolute;
  top: 24px;
  left: 16px;
  right: 16px;
  z-index: 10;
}
@media (min-width: 992px) {
  .hero .breadcrumbs {
    top: 32px;
  }
}

.home-priority-banner {
  background: linear-gradient(135deg, #F66B0E, rgb(201.476, 85.272, 7.524));
  color: #FFFFFF;
  padding: 16px;
  text-align: center;
  position: relative;
}
.home-priority-banner p {
  margin: 0;
  font-size: 0.875rem;
}
.home-priority-banner p strong {
  font-weight: 700;
}
.home-priority-banner p a {
  color: inherit;
  text-decoration: underline;
}
.home-priority-banner p a:hover {
  text-decoration: none;
}
.home-priority-banner .close-banner {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: inherit;
  opacity: 0.8;
}
.home-priority-banner .close-banner:hover {
  opacity: 1;
}

.home-services .services-intro {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 48px;
}
.home-services .services-intro p {
  font-size: 1.125rem;
  color: var(--text-muted);
}
.home-services .services-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 32px;
}
@media (min-width: 576px) {
  .home-services .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .home-services .services-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.home-services .services-cta {
  text-align: center;
  margin-top: 48px;
}

.home-portfolio {
  background-color: var(--bg-secondary, #EFEFEF);
}
.home-portfolio .portfolio-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 24px;
}
@media (min-width: 576px) {
  .home-portfolio .portfolio-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .home-portfolio .portfolio-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 992px) {
  .home-portfolio .portfolio-featured {
    grid-column: span 2;
    grid-row: span 2;
  }
}
.home-portfolio .portfolio-cta {
  text-align: center;
  margin-top: 48px;
}

.home-blog .blog-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 32px;
}
@media (min-width: 768px) {
  .home-blog .blog-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .home-blog .blog-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.home-blog .blog-cta {
  text-align: center;
  margin-top: 48px;
}

.home-team {
  background-color: #112B3C;
  color: #FFFFFF;
}
.home-team .section-title h2 {
  color: #FFFFFF;
}
.home-team .section-title .subtitle {
  color: rgba(255, 255, 255, 0.7);
}
.home-team .team-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 32px;
  max-width: 1000px;
  margin: 0 auto;
}
@media (min-width: 576px) {
  .home-team .team-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 768px) {
  .home-team .team-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 992px) {
  .home-team .team-grid {
    grid-template-columns: repeat(5, 1fr);
  }
}
.home-team.team-centered .team-grid {
  justify-content: center;
}
@media (min-width: 992px) {
  .home-team.team-centered .team-grid {
    grid-template-columns: repeat(auto-fit, minmax(200px, 250px));
  }
}

.home-cta {
  background: linear-gradient(135deg, #205375 0%, #112B3C 100%);
  color: #FFFFFF;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.home-cta::before {
  content: "";
  position: absolute;
  top: -50%;
  right: -20%;
  width: 500px;
  height: 500px;
  background: rgba(246, 107, 14, 0.1);
  border-radius: 50%;
}
.home-cta .cta-content {
  position: relative;
  z-index: 1;
  max-width: 700px;
  margin: 0 auto;
}
.home-cta .cta-content h2 {
  color: #FFFFFF;
  margin-bottom: 24px;
}
.home-cta .cta-content p {
  font-size: 1.125rem;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 32px;
}
.home-cta .cta-content .cta-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}

.home-features .features-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 32px;
}
@media (min-width: 768px) {
  .home-features .features-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .home-features .features-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
.home-features .feature-item {
  text-align: center;
  padding: 32px;
}
.home-features .feature-item .feature-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(246, 107, 14, 0.1), rgba(32, 83, 117, 0.1));
  border-radius: 12px;
}
.home-features .feature-item .feature-icon i {
  font-size: 36px;
  color: #F66B0E;
}
.home-features .feature-item h4 {
  font-family: "Masque", "Arial Black", sans-serif;
  margin-bottom: 8px;
}
.home-features .feature-item p {
  font-size: 0.875rem;
  color: var(--text-muted);
  margin: 0;
}

.about-intro .intro-content {
  display: flex;
  flex-direction: column;
  gap: 48px;
  align-items: center;
}
@media (min-width: 992px) {
  .about-intro .intro-content {
    flex-direction: row;
  }
}
.about-intro .intro-image {
  flex-shrink: 0;
  width: 100%;
  max-width: 400px;
}
@media (min-width: 992px) {
  .about-intro .intro-image {
    width: 40%;
  }
}
.about-intro .intro-image .image-wrapper {
  position: relative;
}
.about-intro .intro-image .image-wrapper img {
  border-radius: 12px;
  width: 100%;
  box-shadow: 0 20px 25px rgba(0, 0, 0, 0.15);
}
.about-intro .intro-image .image-wrapper::before {
  content: "";
  position: absolute;
  top: -20px;
  right: -20px;
  width: 100%;
  height: 100%;
  border: 3px solid #F66B0E;
  border-radius: 12px;
  z-index: -1;
}
.about-intro .intro-text {
  flex: 1;
}
.about-intro .intro-text .intro-subtitle {
  color: #F66B0E;
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 8px;
}
.about-intro .intro-text h2 {
  font-size: 2.25rem;
  margin-bottom: 24px;
}
.about-intro .intro-text .lead {
  font-size: 1.125rem;
  color: var(--text-secondary);
  margin-bottom: 32px;
}
.about-intro .intro-text .intro-details {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-bottom: 32px;
}
.about-intro .intro-text .intro-details .detail-item {
  display: flex;
  gap: 8px;
}
.about-intro .intro-text .intro-details .detail-item .detail-label {
  font-weight: 600;
  color: var(--text-primary);
}
.about-intro .intro-text .intro-details .detail-item .detail-label::after {
  content: ":";
}
.about-intro .intro-text .intro-details .detail-item .detail-value {
  color: var(--text-muted);
}
.about-intro .intro-text .intro-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.about-timeline {
  background-color: var(--bg-secondary, #EFEFEF);
}
.about-timeline .timeline {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
}
.about-timeline .timeline::before {
  content: "";
  position: absolute;
  left: 20px;
  top: 0;
  bottom: 0;
  width: 2px;
  background-color: var(--border-color, rgb(200.75, 200.75, 200.75));
}
@media (min-width: 768px) {
  .about-timeline .timeline::before {
    left: 50%;
    transform: translateX(-50%);
  }
}
.about-timeline .timeline-item {
  position: relative;
  padding-left: 60px;
  padding-bottom: 48px;
}
@media (min-width: 768px) {
  .about-timeline .timeline-item {
    padding-left: 0;
    width: 50%;
  }
  .about-timeline .timeline-item:nth-child(odd) {
    padding-right: 50px;
    text-align: right;
  }
  .about-timeline .timeline-item:nth-child(odd) .timeline-dot {
    right: -11px;
    left: auto;
  }
  .about-timeline .timeline-item:nth-child(even) {
    margin-left: 50%;
    padding-left: 50px;
  }
  .about-timeline .timeline-item:nth-child(even) .timeline-dot {
    left: -11px;
  }
}
.about-timeline .timeline-item:last-child {
  padding-bottom: 0;
}
.about-timeline .timeline-dot {
  position: absolute;
  left: 12px;
  top: 0;
  width: 20px;
  height: 20px;
  background-color: #F66B0E;
  border: 4px solid var(--bg-primary, #FFFFFF);
  border-radius: 50%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
@media (min-width: 768px) {
  .about-timeline .timeline-dot {
    left: -10px;
  }
}
.about-timeline .timeline-date {
  display: inline-block;
  padding: 4px 16px;
  background-color: #F66B0E;
  color: #FFFFFF;
  font-size: 0.75rem;
  font-weight: 600;
  border-radius: 50%;
  margin-bottom: 16px;
  font-family: "Gilroy", "Helvetica Neue", Arial, sans-serif;
}
.about-timeline .timeline-content {
  background-color: var(--bg-primary, #FFFFFF);
  padding: 24px;
  border-radius: 8px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.about-timeline .timeline-content h4 {
  font-family: "Masque", "Arial Black", sans-serif;
  margin-bottom: 4px;
}
.about-timeline .timeline-content .timeline-company {
  color: #F66B0E;
  font-weight: 500;
  margin-bottom: 8px;
}
.about-timeline .timeline-content p {
  font-size: 0.875rem;
  color: var(--text-muted);
  margin: 0;
}

.about-skills .skills-content {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media (min-width: 992px) {
  .about-skills .skills-content {
    flex-direction: row;
  }
}
.about-skills .skills-text {
  flex: 1;
}
.about-skills .skills-text h3 {
  margin-bottom: 24px;
}
.about-skills .skills-text p {
  color: var(--text-muted);
  margin-bottom: 32px;
}
.about-skills .skills-bars {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.about-skills .skill-item .skill-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
}
.about-skills .skill-item .skill-header .skill-name {
  font-weight: 600;
}
.about-skills .skill-item .skill-header .skill-percent {
  font-family: "Gilroy", "Helvetica Neue", Arial, sans-serif;
  color: #F66B0E;
  font-weight: 700;
}
.about-skills .skill-item .skill-bar {
  height: 10px;
  background-color: var(--bg-secondary, #EFEFEF);
  border-radius: 50%;
  overflow: hidden;
}
.about-skills .skill-item .skill-bar .skill-fill {
  height: 100%;
  background: linear-gradient(90deg, #205375, #F66B0E);
  border-radius: 50%;
  width: 0;
  transition: width 1s ease;
}

.about-values {
  background-color: #112B3C;
  color: #FFFFFF;
}
.about-values .section-title h2 {
  color: #FFFFFF;
}
.about-values .section-title .subtitle {
  color: rgba(255, 255, 255, 0.7);
}
.about-values .values-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 32px;
}
@media (min-width: 768px) {
  .about-values .values-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .about-values .values-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
.about-values .value-item {
  text-align: center;
  padding: 32px;
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  transition: all 0.3s ease;
}
.about-values .value-item:hover {
  background-color: rgba(255, 255, 255, 0.1);
  transform: translateY(-5px);
}
.about-values .value-item .value-icon {
  width: 70px;
  height: 70px;
  margin: 0 auto 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(246, 107, 14, 0.2);
  border-radius: 50%;
}
.about-values .value-item .value-icon i {
  font-size: 32px;
  color: #F66B0E;
}
.about-values .value-item h4 {
  color: #FFFFFF;
  margin-bottom: 8px;
}
.about-values .value-item p {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
}

.about-testimonials .testimonials-slider {
  max-width: 800px;
  margin: 0 auto;
}
.about-testimonials .testimonial-item {
  text-align: center;
  padding: 40px;
}
.about-testimonials .testimonial-item .testimonial-quote {
  font-size: 1.25rem;
  font-style: italic;
  color: var(--text-secondary);
  margin-bottom: 32px;
  position: relative;
}
.about-testimonials .testimonial-item .testimonial-quote::before {
  content: '"';
  font-size: 3.75rem;
  color: rgba(246, 107, 14, 0.2);
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  font-family: Georgia, serif;
  line-height: 1;
}
.about-testimonials .testimonial-item .testimonial-author {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.about-testimonials .testimonial-item .testimonial-author img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-testimonials .testimonial-item .testimonial-author .author-info {
  text-align: left;
}
.about-testimonials .testimonial-item .testimonial-author .author-info .author-name {
  font-weight: 600;
}
.about-testimonials .testimonial-item .testimonial-author .author-info .author-role {
  font-size: 0.875rem;
  color: var(--text-muted);
}

.services-intro {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
  padding-bottom: 48px;
}
.services-intro .lead {
  font-size: 1.25rem;
  color: var(--text-muted);
}

.services-list {
  display: flex;
  flex-direction: column;
  gap: 80px;
}

.service-block {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (min-width: 992px) {
  .service-block {
    flex-direction: row;
    align-items: center;
  }
  .service-block:nth-child(even) {
    flex-direction: row-reverse;
  }
}
.service-block .service-image {
  flex: 1;
}
.service-block .service-image img {
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
}
.service-block .service-content {
  flex: 1;
}
.service-block .service-content .service-icon {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(246, 107, 14, 0.1);
  border-radius: 8px;
  margin-bottom: 24px;
}
.service-block .service-content .service-icon i {
  font-size: 28px;
  color: #F66B0E;
}
.service-block .service-content h3 {
  font-size: 1.875rem;
  margin-bottom: 16px;
}
.service-block .service-content p {
  color: var(--text-muted);
  margin-bottom: 24px;
}
.service-block .service-content .service-features {
  margin-bottom: 32px;
}
.service-block .service-content .service-features li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 8px;
}
.service-block .service-content .service-features li i {
  color: #28a745;
  font-size: 18px;
  flex-shrink: 0;
  margin-top: 2px;
}
.service-block .service-content .service-price {
  display: flex;
  align-items: baseline;
  gap: 4px;
  margin-bottom: 24px;
}
.service-block .service-content .service-price .price-label {
  font-size: 0.875rem;
  color: var(--text-muted);
}
.service-block .service-content .service-price .price-value {
  font-family: "Gilroy", "Helvetica Neue", Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #F66B0E;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 32px;
}
@media (min-width: 768px) {
  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .services-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.services-process {
  background-color: var(--bg-secondary, #EFEFEF);
}
.services-process .process-steps {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 32px;
}
@media (min-width: 768px) {
  .services-process .process-steps {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .services-process .process-steps {
    grid-template-columns: repeat(4, 1fr);
  }
}
.services-process .process-step {
  text-align: center;
  padding: 32px;
  position: relative;
}
@media (min-width: 992px) {
  .services-process .process-step:not(:last-child)::after {
    content: "";
    position: absolute;
    right: -24px;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 2px;
    background-color: var(--border-color);
  }
}
.services-process .process-step .step-number {
  width: 60px;
  height: 60px;
  margin: 0 auto 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F66B0E;
  color: #FFFFFF;
  font-family: "Gilroy", "Helvetica Neue", Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  border-radius: 50%;
}
.services-process .process-step h4 {
  margin-bottom: 8px;
}
.services-process .process-step p {
  font-size: 0.875rem;
  color: var(--text-muted);
  margin: 0;
}

.services-pricing .pricing-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 32px;
  max-width: 1000px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .services-pricing .pricing-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.services-pricing .pricing-card {
  background-color: var(--bg-primary, #FFFFFF);
  border: 2px solid var(--border-color, rgb(213.5, 213.5, 213.5));
  border-radius: 12px;
  padding: 40px;
  text-align: center;
  transition: all 0.3s ease;
}
.services-pricing .pricing-card:hover {
  border-color: #F66B0E;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
}
.services-pricing .pricing-card--featured {
  border-color: #F66B0E;
  position: relative;
  transform: scale(1.05);
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
}
.services-pricing .pricing-card--featured .pricing-badge {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  padding: 4px 24px;
  background-color: #F66B0E;
  color: #FFFFFF;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 50%;
}
.services-pricing .pricing-card .pricing-header {
  margin-bottom: 32px;
  padding-bottom: 32px;
  border-bottom: 1px solid var(--border-color);
}
.services-pricing .pricing-card .pricing-header h4 {
  font-size: 1.25rem;
  margin-bottom: 16px;
}
.services-pricing .pricing-card .pricing-header .pricing-price .price-amount {
  font-family: "Gilroy", "Helvetica Neue", Arial, sans-serif;
  font-size: 2.25rem;
  font-weight: 700;
  color: #F66B0E;
}
.services-pricing .pricing-card .pricing-header .pricing-price .price-period {
  font-size: 0.875rem;
  color: var(--text-muted);
}
.services-pricing .pricing-card .pricing-features {
  margin-bottom: 32px;
  text-align: left;
}
.services-pricing .pricing-card .pricing-features li {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 0;
  font-size: 0.875rem;
}
.services-pricing .pricing-card .pricing-features li i {
  color: #28a745;
}
.services-pricing .pricing-card .pricing-features li.disabled {
  color: var(--text-muted);
  text-decoration: line-through;
}
.services-pricing .pricing-card .pricing-features li.disabled i {
  color: var(--text-muted);
}

.services-faq {
  background-color: var(--bg-secondary, #EFEFEF);
}
.services-faq .faq-container {
  max-width: 800px;
  margin: 0 auto;
}

.services-cta {
  background: linear-gradient(135deg, #205375, #112B3C);
  color: #FFFFFF;
  text-align: center;
}
.services-cta h2 {
  color: #FFFFFF;
  margin-bottom: 16px;
}
.services-cta p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.125rem;
  max-width: 600px;
  margin: 0 auto 32px;
}
.services-cta .cta-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}

.portfolio-filters {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-bottom: 48px;
}
@media (min-width: 768px) {
  .portfolio-filters {
    gap: 16px;
  }
}

.portfolio-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 24px;
}
@media (min-width: 576px) {
  .portfolio-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .portfolio-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 992px) {
  .portfolio-grid--masonry .portfolio-item:nth-child(4n+1) {
    grid-row: span 2;
  }
}

.portfolio-item {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
}
.portfolio-item::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(17, 43, 60, 0.9) 0%, rgba(17, 43, 60, 0.5) 40%, transparent 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 1;
}
.portfolio-item:hover::before {
  opacity: 1;
}
.portfolio-item .portfolio-item__image {
  width: 100%;
  aspect-ratio: 4/3;
}
.portfolio-item .portfolio-item__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s ease;
}
.portfolio-item:hover .portfolio-item__image img {
  transform: scale(1.1);
}
.portfolio-item .portfolio-item__content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 32px;
  color: #FFFFFF;
  z-index: 2;
  transform: translateY(20px);
  opacity: 0;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.portfolio-item:hover .portfolio-item__content {
  transform: translateY(0);
  opacity: 1;
}
.portfolio-item .portfolio-item__category {
  display: inline-block;
  padding: 4px 8px;
  background-color: #F66B0E;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 4px;
  margin-bottom: 8px;
}
.portfolio-item .portfolio-item__title {
  font-family: "Masque", "Arial Black", sans-serif;
  font-size: 1.25rem;
  margin-bottom: 8px;
}
.portfolio-item .portfolio-item__excerpt {
  font-size: 0.875rem;
  opacity: 0.8;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.portfolio-item .portfolio-item__link {
  position: absolute;
  inset: 0;
  z-index: 3;
}
.portfolio-item .portfolio-item__actions {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  gap: 16px;
  z-index: 2;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.portfolio-item .portfolio-item__actions .action-btn {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FFFFFF;
  color: #112B3C;
  border-radius: 50%;
  transition: all 0.15s ease;
}
.portfolio-item .portfolio-item__actions .action-btn:hover {
  background-color: #F66B0E;
  color: #FFFFFF;
  transform: scale(1.1);
}
.portfolio-item .portfolio-item__actions .action-btn i {
  font-size: 20px;
}
.portfolio-item:hover .portfolio-item__actions {
  opacity: 1;
}

@media (min-width: 992px) {
  .portfolio-featured {
    grid-column: span 2;
  }
  .portfolio-featured .portfolio-item__image {
    aspect-ratio: 16/9;
  }
  .portfolio-featured .portfolio-item__title {
    font-size: 1.875rem;
  }
}

.portfolio-cta {
  background-color: var(--bg-secondary, #EFEFEF);
  text-align: center;
  padding: 64px 16px;
  margin-top: 64px;
  border-radius: 16px;
}
.portfolio-cta h3 {
  font-size: 1.875rem;
  margin-bottom: 16px;
}
.portfolio-cta p {
  font-size: 1.125rem;
  color: var(--text-muted);
  max-width: 600px;
  margin: 0 auto 32px;
}

.portfolio-stats {
  display: flex;
  justify-content: center;
  gap: 48px;
  padding: 40px 0;
  margin-bottom: 48px;
  border-bottom: 1px solid var(--border-color);
}
.portfolio-stats .stat {
  text-align: center;
}
.portfolio-stats .stat .stat-number {
  font-family: "Gilroy", "Helvetica Neue", Arial, sans-serif;
  font-size: 1.875rem;
  font-weight: 700;
  color: #F66B0E;
  display: block;
}
.portfolio-stats .stat .stat-label {
  font-size: 0.875rem;
  color: var(--text-muted);
}

.articles-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 32px;
}
@media (min-width: 768px) {
  .articles-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .articles-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 768px) {
  .article-featured {
    grid-column: span 2;
  }
}
@media (min-width: 992px) {
  .article-featured {
    grid-column: span 3;
  }
  .article-featured .card-blog {
    display: flex;
    flex-direction: row;
  }
  .article-featured .card-blog .card__image {
    width: 50%;
    aspect-ratio: auto;
    min-height: 350px;
  }
  .article-featured .card-blog .card__body {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 40px;
  }
  .article-featured .card-blog .card__title {
    font-size: 1.875rem;
  }
}

.blog-layout {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media (min-width: 992px) {
  .blog-layout {
    flex-direction: row;
  }
}

.blog-main {
  flex: 1;
  min-width: 0;
}

@media (min-width: 992px) {
  .blog-sidebar {
    width: 320px;
    flex-shrink: 0;
  }
}

.sidebar-widget {
  background-color: var(--bg-secondary, #EFEFEF);
  border-radius: 12px;
  padding: 32px;
  margin-bottom: 32px;
}
.sidebar-widget:last-child {
  margin-bottom: 0;
}
.sidebar-widget .widget-title {
  font-family: "Masque", "Arial Black", sans-serif;
  font-size: 1.125rem;
  margin-bottom: 24px;
  padding-bottom: 8px;
  border-bottom: 2px solid #F66B0E;
}

.widget-search .search-form {
  display: flex;
}
.widget-search .search-form input {
  flex: 1;
  padding: 16px;
  border: 1px solid var(--border-color);
  border-right: none;
  border-radius: 8px 0 0 8px;
}
.widget-search .search-form input:focus {
  outline: none;
  border-color: #F66B0E;
}
.widget-search .search-form button {
  padding: 16px;
  background-color: #F66B0E;
  color: #FFFFFF;
  border-radius: 0 8px 8px 0;
}
.widget-search .search-form button:hover {
  background-color: rgb(201.476, 85.272, 7.524);
}

.widget-categories .categories-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0;
  border-bottom: 1px solid var(--border-color);
}
.widget-categories .categories-list li:last-child {
  border-bottom: none;
}
.widget-categories .categories-list li a {
  color: var(--text-secondary);
  transition: color 0.15s ease;
}
.widget-categories .categories-list li a:hover {
  color: #F66B0E;
}
.widget-categories .categories-list li span {
  font-size: 0.75rem;
  padding: 4px 8px;
  background-color: var(--bg-primary, #FFFFFF);
  border-radius: 50%;
  font-family: "Gilroy", "Helvetica Neue", Arial, sans-serif;
}

.widget-popular .popular-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.widget-popular .popular-item {
  display: flex;
  gap: 16px;
}
.widget-popular .popular-item .popular-image {
  width: 80px;
  height: 60px;
  flex-shrink: 0;
  border-radius: 4px;
  overflow: hidden;
}
.widget-popular .popular-item .popular-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.widget-popular .popular-item .popular-content {
  flex: 1;
  min-width: 0;
}
.widget-popular .popular-item .popular-content h5 {
  font-size: 0.875rem;
  margin-bottom: 4px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.widget-popular .popular-item .popular-content h5 a {
  color: var(--text-primary);
}
.widget-popular .popular-item .popular-content h5 a:hover {
  color: #F66B0E;
}
.widget-popular .popular-item .popular-content .popular-date {
  font-size: 0.75rem;
  color: var(--text-muted);
}

.widget-tags .tags-list {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}

.widget-newsletter {
  background-color: #112B3C;
  color: #FFFFFF;
}
.widget-newsletter .widget-title {
  color: #FFFFFF;
  border-bottom-color: #F66B0E;
}
.widget-newsletter p {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 24px;
}
.widget-newsletter .newsletter-form {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.widget-newsletter .newsletter-form input {
  padding: 16px;
  border: none;
  border-radius: 8px;
}
.widget-newsletter .newsletter-form input:focus {
  outline: 2px solid #F66B0E;
}
.widget-newsletter .newsletter-form button {
  padding: 16px;
  background-color: #F66B0E;
  color: #FFFFFF;
  border-radius: 8px;
  font-weight: 600;
}
.widget-newsletter .newsletter-form button:hover {
  background-color: rgb(201.476, 85.272, 7.524);
}

.article-header {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 48px;
}
.article-header .article-meta {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 24px;
  font-size: 0.875rem;
  color: var(--text-muted);
}
.article-header .article-meta .meta-item {
  display: flex;
  align-items: center;
  gap: 4px;
}
.article-header .article-meta .meta-item i {
  font-size: 16px;
}
.article-header .article-meta .meta-separator {
  color: var(--border-color);
}
.article-header .article-title {
  font-size: 2.25rem;
  line-height: 1.2;
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .article-header .article-title {
    font-size: 3rem;
  }
}
.article-header .article-excerpt {
  font-size: 1.25rem;
  color: var(--text-muted);
  line-height: 1.75;
}

.article-featured-image {
  margin-bottom: 48px;
  border-radius: 16px;
  overflow: hidden;
}
.article-featured-image img {
  width: 100%;
  max-height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
}
.article-featured-image figcaption {
  padding: 16px;
  font-size: 0.875rem;
  color: var(--text-muted);
  text-align: center;
  background-color: var(--bg-secondary, #EFEFEF);
}

.article-content {
  max-width: 750px;
  margin: 0 auto;
}
.article-content p {
  font-size: 1.125rem;
  line-height: 1.8;
  margin-bottom: 32px;
}
.article-content h2 {
  font-size: 1.875rem;
  margin-top: 48px;
  margin-bottom: 24px;
}
.article-content h3 {
  font-size: 1.5rem;
  margin-top: 40px;
  margin-bottom: 16px;
}
.article-content h4 {
  font-size: 1.25rem;
  margin-top: 32px;
  margin-bottom: 16px;
}
.article-content ul, .article-content ol {
  margin-bottom: 32px;
  padding-left: 32px;
}
.article-content ul li, .article-content ol li {
  font-size: 1.125rem;
  line-height: 1.8;
  margin-bottom: 8px;
}
.article-content ul li {
  list-style-type: disc;
}
.article-content ol li {
  list-style-type: decimal;
}
.article-content figure {
  margin: 40px 0;
}
.article-content figure img {
  width: 100%;
  border-radius: 12px;
}
.article-content figure figcaption {
  margin-top: 8px;
  font-size: 0.875rem;
  color: var(--text-muted);
  text-align: center;
}
.article-content blockquote {
  margin: 40px 0;
  padding: 32px 40px;
  border-left: 4px solid #F66B0E;
  background-color: var(--bg-secondary, #EFEFEF);
  border-radius: 0 8px 8px 0;
}
.article-content blockquote p {
  font-size: 1.25rem;
  font-style: italic;
  margin: 0;
}
.article-content blockquote cite {
  display: block;
  margin-top: 16px;
  font-size: 0.875rem;
  font-style: normal;
  color: var(--text-muted);
}
.article-content pre {
  margin: 32px 0;
}
.article-content a {
  color: #F66B0E;
  text-decoration: underline;
}
.article-content a:hover {
  text-decoration: none;
}
.article-content .table-of-contents {
  background-color: var(--bg-secondary, #EFEFEF);
  border-radius: 12px;
  padding: 32px;
  margin: 40px 0;
}
.article-content .table-of-contents h4 {
  margin-top: 0;
  margin-bottom: 16px;
}
.article-content .table-of-contents ol {
  margin: 0;
  padding-left: 24px;
}
.article-content .table-of-contents ol li {
  font-size: 1rem;
  margin-bottom: 4px;
}

.article-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 48px;
  padding-top: 32px;
  border-top: 1px solid var(--border-color);
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}
.article-tags .tags-label {
  font-weight: 600;
  margin-right: 8px;
}

.article-share {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 40px;
  padding: 32px;
  background-color: var(--bg-secondary, #EFEFEF);
  border-radius: 12px;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}
.article-share .share-label {
  font-weight: 600;
}
.article-share .share-buttons {
  display: flex;
  gap: 8px;
}
.article-share .share-btn {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #FFFFFF;
  transition: transform 0.15s ease;
}
.article-share .share-btn:hover {
  transform: scale(1.1);
}
.article-share .share-btn--facebook {
  background-color: #1877f2;
}
.article-share .share-btn--twitter {
  background-color: #1da1f2;
}
.article-share .share-btn--linkedin {
  background-color: #0077b5;
}
.article-share .share-btn--pinterest {
  background-color: #e60023;
}
.article-share .share-btn--copy {
  background-color: var(--text-muted);
}

.article-author {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  padding: 40px;
  background-color: var(--bg-secondary, #EFEFEF);
  border-radius: 16px;
  margin-top: 48px;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media (min-width: 768px) {
  .article-author {
    flex-direction: row;
    text-align: left;
  }
}
.article-author .author-avatar {
  width: 100px;
  height: 100px;
  flex-shrink: 0;
}
.article-author .author-avatar img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.article-author .author-info {
  flex: 1;
}
.article-author .author-info .author-label {
  font-size: 0.75rem;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-bottom: 4px;
}
.article-author .author-info .author-name {
  font-family: "Masque", "Arial Black", sans-serif;
  font-size: 1.25rem;
  margin-bottom: 8px;
}
.article-author .author-info .author-name a:hover {
  color: #F66B0E;
}
.article-author .author-info .author-bio {
  font-size: 0.875rem;
  color: var(--text-muted);
  margin-bottom: 16px;
}
.article-author .author-info .author-social {
  display: flex;
  justify-content: center;
  gap: 8px;
}
@media (min-width: 768px) {
  .article-author .author-info .author-social {
    justify-content: flex-start;
  }
}
.article-author .author-info .author-social a {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--bg-primary, #FFFFFF);
  color: var(--text-muted);
  border-radius: 50%;
  transition: all 0.15s ease;
}
.article-author .author-info .author-social a:hover {
  background-color: #F66B0E;
  color: #FFFFFF;
}

.article-navigation {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  margin-top: 48px;
  padding-top: 32px;
  border-top: 1px solid var(--border-color);
}
@media (min-width: 768px) {
  .article-navigation {
    grid-template-columns: repeat(2, 1fr);
  }
}

.article-nav-item {
  display: flex;
  flex-direction: column;
  padding: 24px;
  background-color: var(--bg-secondary, #EFEFEF);
  border-radius: 12px;
  transition: all 0.15s ease;
}
.article-nav-item:hover {
  background-color: #F66B0E;
  color: #FFFFFF;
}
.article-nav-item:hover .nav-label,
.article-nav-item:hover .nav-title {
  color: #FFFFFF;
}
.article-nav-item--next {
  text-align: right;
}
.article-nav-item--next .nav-arrow {
  order: 2;
}
.article-nav-item .nav-label {
  font-size: 0.75rem;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-bottom: 4px;
  display: flex;
  align-items: center;
  gap: 4px;
}
.article-nav-item .nav-title {
  font-weight: 600;
}

.articles-related {
  margin-top: 64px;
  padding-top: 48px;
  border-top: 1px solid var(--border-color);
}
.articles-related h3 {
  text-align: center;
  margin-bottom: 40px;
}
.articles-related .related-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 32px;
}
@media (min-width: 768px) {
  .articles-related .related-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.article-comments {
  margin-top: 64px;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}
.article-comments .comments-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 32px;
}
.article-comments .comments-header h3 {
  margin: 0;
}
.article-comments .comment {
  display: flex;
  gap: 24px;
  padding: 32px 0;
  border-bottom: 1px solid var(--border-color);
}
.article-comments .comment:last-child {
  border-bottom: none;
}
.article-comments .comment-avatar {
  width: 50px;
  height: 50px;
  flex-shrink: 0;
}
.article-comments .comment-avatar img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.article-comments .comment-content {
  flex: 1;
}
.article-comments .comment-content .comment-header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 8px;
}
.article-comments .comment-content .comment-header .comment-author {
  font-weight: 600;
}
.article-comments .comment-content .comment-header .comment-date {
  font-size: 0.75rem;
  color: var(--text-muted);
}
.article-comments .comment-content .comment-text {
  font-size: 0.875rem;
  margin-bottom: 8px;
}
.article-comments .comment-content .comment-actions {
  display: flex;
  gap: 16px;
}
.article-comments .comment-content .comment-actions button {
  font-size: 0.75rem;
  color: var(--text-muted);
}
.article-comments .comment-content .comment-actions button:hover {
  color: #F66B0E;
}
.article-comments .comment-replies {
  margin-left: 64px;
  padding-left: 24px;
  border-left: 2px solid var(--border-color);
}

.comment-form {
  margin-top: 40px;
  padding: 32px;
  background-color: var(--bg-secondary, #EFEFEF);
  border-radius: 12px;
}

.member-hero {
  padding: 64px 0;
  background-color: var(--bg-primary, #112B3C);
  color: var(--text-primary, #EFEFEF);
}
.member-hero .breadcrumb {
  margin-bottom: 40px;
}

.member-hero__grid {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
  text-align: center;
}
@media (min-width: 992px) {
  .member-hero__grid {
    flex-direction: row;
    text-align: left;
    gap: 64px;
  }
}

.member-hero__image {
  position: relative;
  width: 200px;
  height: 200px;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .member-hero__image {
    width: 280px;
    height: 280px;
  }
}
@media (min-width: 992px) {
  .member-hero__image {
    width: 320px;
    height: 320px;
  }
}
.member-hero__image img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 4px solid #F66B0E;
  box-shadow: 0 20px 25px rgba(0, 0, 0, 0.15);
}

.member-hero__badge {
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  background-color: #F66B0E;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .member-hero__badge {
    width: 50px;
    height: 50px;
    bottom: 15px;
    right: 15px;
  }
}
.member-hero__badge i {
  color: #FFFFFF;
  font-size: 24px;
}
@media (min-width: 768px) {
  .member-hero__badge i {
    font-size: 28px;
  }
}

.member-hero__content {
  flex: 1;
}
.member-hero__content h1 {
  font-size: 2.25rem;
  margin-bottom: 16px;
}
@media (min-width: 992px) {
  .member-hero__content h1 {
    font-size: 3rem;
  }
}
.member-hero__content .lead {
  font-size: 1.125rem;
  opacity: 0.9;
  max-width: 600px;
}
@media (min-width: 992px) {
  .member-hero__content .lead {
    font-size: 1.25rem;
  }
}

.member-role {
  display: inline-block;
  padding: 4px 16px;
  background-color: rgba(246, 107, 14, 0.2);
  color: #F66B0E;
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 4px;
  margin-bottom: 16px;
}

.member-title {
  font-size: 1rem;
  color: var(--text-muted, #bcbcbc);
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .member-title {
    font-size: 1.125rem;
  }
}

.member-social {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-bottom: 32px;
}
@media (min-width: 992px) {
  .member-social {
    justify-content: flex-start;
  }
}
.member-social .social-link {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(239, 239, 239, 0.1);
  border-radius: 50%;
  color: var(--text-primary, #EFEFEF);
  transition: all 0.15s ease;
}
.member-social .social-link:hover {
  background-color: #F66B0E;
  color: #FFFFFF;
  transform: translateY(-3px);
}
.member-social .social-link i {
  font-size: 20px;
}

.member-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}
@media (min-width: 992px) {
  .member-actions {
    justify-content: flex-start;
  }
}

.member-bio .bio-content {
  max-width: 800px;
  margin: 0 auto;
}
.member-bio .bio-content h2 {
  margin-bottom: 32px;
}
.member-bio .bio-content p {
  font-size: 1.125rem;
  line-height: 1.75;
  margin-bottom: 24px;
}
.member-bio .bio-content blockquote {
  margin: 40px 0;
  padding: 32px 40px;
  border-left: 4px solid #F66B0E;
  background-color: var(--bg-secondary, #EFEFEF);
  border-radius: 0 8px 8px 0;
}
.member-bio .bio-content blockquote p {
  font-size: 1.25rem;
  font-style: italic;
  margin: 0;
  color: var(--text-primary);
}

.member-skills .skills-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 32px;
}
@media (min-width: 768px) {
  .member-skills .skills-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.skill-category {
  background-color: var(--bg-primary, #FFFFFF);
  border-radius: 12px;
  padding: 32px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.skill-category h3 {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 1.25rem;
  margin-bottom: 24px;
  color: var(--text-primary);
}
.skill-category h3 i {
  color: #F66B0E;
  font-size: 24px;
}

.skills-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.skill-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.skill-name {
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--text-primary);
}

.skill-bar {
  height: 8px;
  background-color: var(--bg-secondary, #EFEFEF);
  border-radius: 50%;
  overflow: hidden;
}

.skill-progress {
  height: 100%;
  background: linear-gradient(90deg, #F66B0E, rgb(248.754, 152.288, 87.746));
  border-radius: 50%;
  transition: width 1s ease-out;
  width: 0;
}

.skill-item[data-aos=fade-up] .skill-progress,
.skills-list .skill-progress {
  animation: skillGrow 1.5s ease-out forwards;
}

@keyframes skillGrow {
  from {
    width: 0;
  }
}
.member-experience .timeline {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
  padding-left: 48px;
}
.member-experience .timeline::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 0;
  bottom: 0;
  width: 2px;
  background-color: var(--border-color, rgb(200.75, 200.75, 200.75));
}
.member-experience .timeline-item {
  position: relative;
  padding-bottom: 40px;
}
.member-experience .timeline-item::before {
  content: "";
  position: absolute;
  left: -26px;
  top: 5px;
  width: 14px;
  height: 14px;
  background-color: #F66B0E;
  border-radius: 50%;
  border: 3px solid var(--bg-primary, #FFFFFF);
}
.member-experience .timeline-item:last-child {
  padding-bottom: 0;
}
.member-experience .timeline-date {
  font-size: 0.875rem;
  font-weight: 600;
  color: #F66B0E;
  margin-bottom: 8px;
}
.member-experience .timeline-content {
  background-color: var(--bg-secondary, #EFEFEF);
  padding: 24px;
  border-radius: 8px;
}
.member-experience .timeline-content h3 {
  font-size: 1.125rem;
  margin-bottom: 4px;
}
.member-experience .timeline-content .timeline-role {
  font-size: 0.875rem;
  font-weight: 500;
  color: #F66B0E;
  margin-bottom: 8px;
}
.member-experience .timeline-content p {
  font-size: 0.875rem;
  color: var(--text-muted);
  margin: 0;
}

.member-work .projects-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 32px;
}
@media (min-width: 768px) {
  .member-work .projects-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .member-work .projects-grid.projects-grid--3 {
    grid-template-columns: repeat(3, 1fr);
  }
}

.project-header {
  position: relative;
  min-height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 64px 0;
  color: #FFFFFF;
  overflow: hidden;
}
@media (min-width: 768px) {
  .project-header {
    min-height: 500px;
  }
}

.project-header__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -2;
}

.project-header__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(17, 43, 60, 0.95) 0%, rgba(17, 43, 60, 0.7) 50%, rgba(17, 43, 60, 0.4) 100%);
  z-index: -1;
}

.project-category {
  display: inline-block;
  padding: 4px 16px;
  background-color: #F66B0E;
  color: #FFFFFF;
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 4px;
  margin-bottom: 16px;
}

.project-title {
  font-size: 2.25rem;
  margin-bottom: 8px;
}
@media (min-width: 992px) {
  .project-title {
    font-size: 3rem;
  }
}

.project-subtitle {
  font-size: 1.125rem;
  opacity: 0.85;
}

.project-overview .project-grid {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media (min-width: 992px) {
  .project-overview .project-grid {
    flex-direction: row;
  }
}

.project-content {
  flex: 1;
}
.project-content h2 {
  margin-bottom: 24px;
}
.project-content .lead {
  font-size: 1.25rem;
  color: var(--text-secondary);
  margin-bottom: 24px;
}
.project-content p {
  margin-bottom: 24px;
  line-height: 1.75;
}
.project-content h3 {
  margin-top: 40px;
  margin-bottom: 16px;
}

.project-objectives {
  list-style: none;
  padding: 0;
  margin: 0;
}
.project-objectives li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 8px;
}
.project-objectives li i {
  color: #28a745;
  font-size: 20px;
  flex-shrink: 0;
  margin-top: 2px;
}

@media (min-width: 992px) {
  .project-sidebar {
    width: 350px;
    flex-shrink: 0;
  }
}

.project-meta-card {
  background-color: var(--bg-secondary, #EFEFEF);
  border-radius: 12px;
  padding: 32px;
  position: sticky;
  top: 100px;
}
.project-meta-card h3 {
  font-size: 1.125rem;
  margin-bottom: 24px;
  padding-bottom: 16px;
  border-bottom: 2px solid #F66B0E;
}

.meta-list dt {
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--text-primary);
  margin-bottom: 4px;
}
.meta-list dd {
  font-size: 0.875rem;
  color: var(--text-muted);
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-color);
}
.meta-list dd:last-of-type {
  border-bottom: none;
  margin-bottom: 24px;
}

.meta-actions {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.project-gallery .gallery-masonry {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
@media (min-width: 768px) {
  .project-gallery .gallery-masonry {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }
}
.project-gallery .gallery-item {
  margin: 0;
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.15s ease;
}
.project-gallery .gallery-item:hover {
  transform: scale(1.02);
}
.project-gallery .gallery-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.project-gallery .gallery-item figcaption {
  padding: 8px;
  font-size: 0.875rem;
  color: var(--text-muted);
  background-color: var(--bg-secondary, #EFEFEF);
}
.project-gallery .gallery-item--wide {
  grid-column: span 2;
}
.project-gallery .gallery-item--tall {
  grid-row: span 2;
}

.project-process .process-steps {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.project-process .process-step {
  display: flex;
  gap: 32px;
  align-items: flex-start;
}
.project-process .step-number {
  font-family: "Masque", "Arial Black", sans-serif;
  font-size: 2.25rem;
  font-weight: 700;
  color: #F66B0E;
  line-height: 1;
  flex-shrink: 0;
  width: 60px;
}
.project-process .step-content {
  flex: 1;
  padding-top: 4px;
}
.project-process .step-content h3 {
  font-size: 1.25rem;
  margin-bottom: 8px;
}
.project-process .step-content p {
  color: var(--text-muted);
  margin: 0;
}

.project-testimonial {
  background-color: var(--bg-secondary, #EFEFEF);
}

.testimonial-large {
  text-align: center;
  padding: 40px;
}
.testimonial-large p {
  font-size: 1.5rem;
  font-style: italic;
  line-height: 1.75;
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .testimonial-large p {
    font-size: 1.875rem;
  }
}
.testimonial-large p::before {
  content: '"';
  color: #F66B0E;
}
.testimonial-large p::after {
  content: '"';
  color: #F66B0E;
}
.testimonial-large footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
@media (min-width: 768px) {
  .testimonial-large footer {
    flex-direction: row;
    justify-content: center;
  }
}
.testimonial-large .testimonial-avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.testimonial-large cite {
  font-style: normal;
  text-align: left;
}
.testimonial-large cite strong {
  display: block;
  font-weight: 600;
}
.testimonial-large cite span {
  font-size: 0.875rem;
  color: var(--text-muted);
}
.testimonial-large--light {
  color: #FFFFFF;
}
.testimonial-large--light p {
  color: #FFFFFF;
}
.testimonial-large--light cite span {
  color: rgba(255, 255, 255, 0.7);
}

.related-projects .projects-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 32px;
}
@media (min-width: 768px) {
  .related-projects .projects-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .related-projects .projects-grid.projects-grid--3 {
    grid-template-columns: repeat(3, 1fr);
  }
}

.project-card {
  border-radius: 12px;
  overflow: hidden;
  background-color: var(--bg-primary, #FFFFFF);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.project-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 25px rgba(0, 0, 0, 0.15);
}

.project-card__link {
  display: block;
  text-decoration: none;
  color: inherit;
}

.project-card__image {
  position: relative;
  aspect-ratio: 16/10;
  overflow: hidden;
}
.project-card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s ease;
}
.project-card:hover .project-card__image img {
  transform: scale(1.08);
}

.project-card__category {
  position: absolute;
  top: 16px;
  left: 16px;
  padding: 4px 8px;
  background-color: #F66B0E;
  color: #FFFFFF;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 4px;
}

.project-card__content {
  padding: 24px;
}

.project-card__title {
  font-size: 1.125rem;
  margin-bottom: 8px;
  transition: color 0.15s ease;
}
.project-card:hover .project-card__title {
  color: #F66B0E;
}

.project-card__excerpt {
  font-size: 0.875rem;
  color: var(--text-muted);
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.project-info {
  padding-top: 48px;
  padding-bottom: 48px;
}
.project-info__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}
@media (min-width: 992px) {
  .project-info__grid {
    grid-template-columns: 1fr 350px;
    gap: 48px;
  }
}
.project-info__main h2 {
  font-size: 1.5rem;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .project-info__main h2 {
    font-size: 1.875rem;
  }
}
.project-info__main .lead {
  font-size: 1.125rem;
  color: var(--text-secondary);
  line-height: 1.75;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .project-info__main .lead {
    font-size: 1.25rem;
  }
}
.project-info__main p {
  line-height: 1.75;
  margin-bottom: 16px;
  color: var(--text-primary);
}
.project-info__sidebar .project-meta {
  background-color: var(--bg-secondary, #EFEFEF);
  border-radius: 12px;
  padding: 32px;
  margin-bottom: 24px;
}
.project-info__sidebar .meta-item {
  padding: 16px 0;
  border-bottom: 1px solid var(--border-color);
}
.project-info__sidebar .meta-item:last-child {
  border-bottom: none;
}
.project-info__sidebar .meta-label {
  display: block;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--text-muted);
  margin-bottom: 4px;
}
.project-info__sidebar .meta-value {
  display: block;
  font-size: 16px;
  color: var(--text-primary);
  font-weight: 500;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-top: 32px;
}
@media (min-width: 768px) {
  .gallery-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }
}
.gallery-grid .gallery-item {
  margin: 0;
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  background-color: var(--bg-secondary, #EFEFEF);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.gallery-grid .gallery-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 25px rgba(0, 0, 0, 0.15);
}
.gallery-grid .gallery-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  aspect-ratio: 4/3;
}
.gallery-grid .gallery-item figcaption {
  padding: 8px 16px;
  font-size: 0.875rem;
  color: var(--text-muted);
  background-color: var(--bg-secondary, #EFEFEF);
  text-align: center;
}
.gallery-grid .gallery-item--large {
  grid-column: span 2;
}
.gallery-grid .gallery-item--large img {
  aspect-ratio: 16/9;
}

.project-process {
  padding-top: 48px;
  padding-bottom: 48px;
}

.process-timeline {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-top: 40px;
  position: relative;
}
.process-timeline::before {
  content: "";
  position: absolute;
  left: 20px;
  top: 40px;
  bottom: 40px;
  width: 2px;
  background: linear-gradient(to bottom, #F66B0E 0%, rgba(246, 107, 14, 0.3) 100%);
}
@media (min-width: 768px) {
  .process-timeline::before {
    left: 30px;
  }
}

.timeline-item {
  display: flex;
  gap: 24px;
  align-items: flex-start;
  position: relative;
}
@media (min-width: 768px) {
  .timeline-item {
    gap: 32px;
  }
}

.timeline-marker {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F66B0E;
  color: #FFFFFF;
  font-family: "Masque", "Arial Black", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  border-radius: 50%;
  position: relative;
  z-index: 1;
  box-shadow: 0 0 0 4px var(--bg-primary, #FFFFFF);
}
@media (min-width: 768px) {
  .timeline-marker {
    width: 60px;
    height: 60px;
    font-size: 1.25rem;
  }
}

.timeline-content {
  flex: 1;
  padding-top: 4px;
}
.timeline-content h3 {
  font-size: 1.25rem;
  margin-bottom: 8px;
  color: var(--text-primary);
}
@media (min-width: 768px) {
  .timeline-content h3 {
    font-size: 1.5rem;
  }
}
.timeline-content p {
  color: var(--text-muted);
  line-height: 1.75;
  margin: 0;
}

.testimonial-large {
  position: relative;
  padding: 40px;
  padding-left: 48px;
  border-left: 4px solid #F66B0E;
  background-color: transparent;
}
.testimonial-large p {
  font-size: 1.25rem;
  font-style: italic;
  line-height: 1.75;
  margin-bottom: 32px;
  color: var(--text-primary);
}
@media (min-width: 768px) {
  .testimonial-large p {
    font-size: 1.5rem;
  }
}
.testimonial-large cite {
  display: flex;
  align-items: center;
  gap: 16px;
  font-style: normal;
}
.testimonial-large cite img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.testimonial-large cite span {
  display: flex;
  flex-direction: column;
}
.testimonial-large cite span strong {
  font-weight: 600;
  color: var(--text-primary);
}

.project-nav {
  padding-top: 40px;
  padding-bottom: 40px;
  border-top: 1px solid var(--border-color);
}
.project-nav__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
@media (min-width: 768px) {
  .project-nav__grid {
    grid-template-columns: 1fr 1fr;
  }
}
.project-nav__link {
  display: block;
  padding: 24px;
  background-color: var(--bg-secondary, #EFEFEF);
  border-radius: 12px;
  text-decoration: none;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.project-nav__link:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
}
.project-nav__link--prev {
  text-align: left;
}
.project-nav__link--next {
  text-align: right;
}
.project-nav__link .nav-label {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 0.875rem;
  color: var(--text-muted);
  margin-bottom: 4px;
}
.project-nav__link .nav-title {
  display: block;
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--text-primary);
}
.project-nav__link--next .nav-label {
  justify-content: flex-end;
}

.cta-section {
  padding-top: 48px;
  padding-bottom: 48px;
}

.cta-box {
  text-align: center;
  padding: 48px;
  background: linear-gradient(135deg, #112B3C, rgb(5.7402597403, 14.5194805195, 20.2597402597));
  border-radius: 16px;
  color: #FFFFFF;
}
.cta-box h2 {
  font-size: 1.875rem;
  margin-bottom: 16px;
  color: #FFFFFF;
}
.cta-box p {
  font-size: 1.125rem;
  opacity: 0.9;
  margin-bottom: 32px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.project-tech {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid var(--border-color);
}
.project-tech h4 {
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--text-muted);
  margin-bottom: 8px;
}

.tech-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}

.badge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px 8px;
  font-size: 0.75rem;
  font-weight: 500;
  border-radius: 4px;
}
.badge--tech {
  background-color: rgba(246, 107, 14, 0.15);
  color: #F66B0E;
}
.badge--vr {
  background-color: rgba(155, 89, 182, 0.15);
  color: #9b59b6;
}
.badge--ar {
  background-color: rgba(52, 152, 219, 0.15);
  color: #3498db;
}
.badge i {
  font-size: 14px;
}

.project-actions {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.project-video {
  padding-top: 48px;
  padding-bottom: 48px;
}

.video-showcase {
  display: grid;
  gap: 32px;
}
@media (min-width: 992px) {
  .video-showcase {
    grid-template-columns: 2fr 1fr;
  }
}

.video-main .video-wrapper {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  background-color: #000000;
}
.video-main .video-wrapper--16by9 {
  padding-bottom: 56.25%;
}
.video-main .video-wrapper--21by9 {
  padding-bottom: 42.86%;
}
.video-main .video-wrapper iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.video-main .video-info {
  display: flex;
  gap: 24px;
  padding: 16px 0;
}
.video-main .video-info span {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 0.875rem;
  color: var(--text-muted);
}
.video-main .video-info span i {
  font-size: 18px;
}

.video-extras h3 {
  font-size: 1.125rem;
  margin-bottom: 16px;
}

.video-thumbnails {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.video-thumb {
  position: relative;
  display: block;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  border: none;
  padding: 0;
  background: none;
}
.video-thumb img {
  width: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.15s ease;
}
.video-thumb .thumb-label {
  position: absolute;
  bottom: 8px;
  left: 8px;
  padding: 4px 8px;
  background-color: rgba(0, 0, 0, 0.8);
  color: #FFFFFF;
  font-size: 0.75rem;
  border-radius: 4px;
}
.video-thumb .material-icons {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 48px;
  color: #FFFFFF;
  opacity: 0.8;
  transition: opacity 0.15s ease;
}
.video-thumb:hover img {
  transform: scale(1.05);
}
.video-thumb:hover .material-icons {
  opacity: 1;
}

.video-credits {
  margin-top: 40px;
}
.video-credits h3 {
  font-size: 1.25rem;
  margin-bottom: 24px;
  text-align: center;
}

.credits-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
@media (min-width: 768px) {
  .credits-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.credit-item {
  text-align: center;
  padding: 24px;
  background-color: var(--bg-secondary, #EFEFEF);
  border-radius: 8px;
}
.credit-item .credit-role {
  display: block;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--text-muted);
  margin-bottom: 4px;
}
.credit-item .credit-name {
  font-weight: 600;
  color: var(--text-primary);
}

.project-web-preview {
  padding-top: 48px;
  padding-bottom: 48px;
}

.web-showcase {
  max-width: 1000px;
  margin: 0 auto;
}

.device-switcher {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-bottom: 32px;
}

.device-btn {
  width: 48px;
  height: 48px;
  border: 2px solid var(--border-color);
  border-radius: 8px;
  background-color: var(--bg-primary);
  color: var(--text-muted);
  cursor: pointer;
  transition: all 0.15s ease;
}
.device-btn:hover {
  border-color: #F66B0E;
  color: #F66B0E;
}
.device-btn.active {
  background-color: #F66B0E;
  border-color: #F66B0E;
  color: #FFFFFF;
}
.device-btn i {
  font-size: 24px;
}

.browser-mockup {
  background-color: var(--bg-secondary, #EFEFEF);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 20px 25px rgba(0, 0, 0, 0.15);
}

.browser-bar {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 8px 16px;
  background-color: var(--bg-tertiary, rgb(226.25, 226.25, 226.25));
  border-bottom: 1px solid var(--border-color);
}

.browser-dots {
  display: flex;
  gap: 6px;
}
.browser-dots span {
  width: 12px;
  height: 12px;
  border-radius: 50%;
}
.browser-dots span:nth-child(1) {
  background-color: #ff5f57;
}
.browser-dots span:nth-child(2) {
  background-color: #ffbd2e;
}
.browser-dots span:nth-child(3) {
  background-color: #28c840;
}

.browser-url {
  flex: 1;
  padding: 4px 16px;
  background-color: var(--bg-primary);
  border-radius: 4px;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.browser-content img {
  width: 100%;
  display: block;
}
.browser-content img[hidden] {
  display: none;
}

.web-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 32px;
}

.stat-item {
  text-align: center;
  padding: 24px;
  background-color: var(--bg-secondary, #EFEFEF);
  border-radius: 8px;
}
.stat-item i {
  font-size: 32px;
  color: #F66B0E;
  margin-bottom: 8px;
}
.stat-item .stat-value {
  display: block;
  font-size: 1.875rem;
  font-weight: 700;
  color: #28a745;
}
.stat-item .stat-label {
  font-size: 0.875rem;
  color: var(--text-muted);
}

.web-features {
  margin-top: 40px;
}
.web-features h3 {
  font-size: 1.25rem;
  margin-bottom: 24px;
  text-align: center;
}

.features-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (min-width: 768px) {
  .features-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
.features-list li {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 16px;
  background-color: var(--bg-secondary, #EFEFEF);
  border-radius: 8px;
}
.features-list li i {
  color: #28a745;
}

.project-game {
  padding-top: 48px;
  padding-bottom: 48px;
}

.game-showcase {
  display: grid;
  gap: 32px;
}
@media (min-width: 992px) {
  .game-showcase {
    grid-template-columns: 2fr 1fr;
  }
}

.game-embed {
  border-radius: 12px;
  overflow: hidden;
  background-color: #000000;
}
.game-embed iframe {
  width: 100%;
  min-height: 500px;
  border: none;
}

.game-info-panel {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.game-meta .meta-item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 16px 0;
  border-bottom: 1px solid var(--border-color);
}
.game-meta .meta-item i {
  color: #F66B0E;
}
.game-meta .meta-item:last-child {
  border-bottom: none;
}

.game-controls h4 {
  font-size: 16px;
  margin-bottom: 16px;
}

.controls-grid {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.control-key {
  display: flex;
  align-items: center;
  gap: 16px;
}
.control-key kbd {
  display: inline-block;
  padding: 4px 8px;
  background-color: var(--bg-secondary, #EFEFEF);
  border: 1px solid var(--border-color);
  border-radius: 4px;
  font-family: "Consolas", "Monaco", monospace;
  font-size: 0.875rem;
  box-shadow: 0 2px 0 var(--border-color);
}
.control-key span {
  font-size: 0.875rem;
  color: var(--text-muted);
}

.game-downloads {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.btn--steam {
  background-color: #171a21;
  color: #FFFFFF;
}
.btn--steam:hover {
  background-color: rgb(43.9464285714, 49.6785714286, 63.0535714286);
}

.btn--itch {
  background-color: #fa5c5c;
  color: #FFFFFF;
}
.btn--itch:hover {
  background-color: rgb(248.4821428571, 42.5178571429, 42.5178571429);
}

.project-3d {
  padding-top: 48px;
  padding-bottom: 48px;
}

.model-showcase {
  max-width: 1000px;
  margin: 0 auto;
}

.sketchfab-embed-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  border-radius: 12px;
  overflow: hidden;
  background-color: #000000;
}
.sketchfab-embed-wrapper iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.model-views {
  margin-top: 40px;
}
.model-views h3 {
  font-size: 1.25rem;
  margin-bottom: 24px;
  text-align: center;
}

.views-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.view-item {
  margin: 0;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
}
.view-item img {
  width: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}
.view-item figcaption {
  padding: 8px;
  text-align: center;
  font-size: 0.875rem;
  background-color: var(--bg-secondary, #EFEFEF);
}

.model-specs {
  margin-top: 40px;
}
.model-specs h3 {
  font-size: 1.25rem;
  margin-bottom: 24px;
  text-align: center;
}

.specs-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
@media (min-width: 768px) {
  .specs-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.spec-item {
  text-align: center;
  padding: 24px;
  background-color: var(--bg-secondary, #EFEFEF);
  border-radius: 8px;
}
.spec-item .spec-value {
  display: block;
  font-size: 1.5rem;
  font-weight: 700;
  color: #F66B0E;
  margin-bottom: 4px;
}
.spec-item .spec-label {
  font-size: 0.875rem;
  color: var(--text-muted);
}

.project-immersive {
  padding-top: 48px;
  padding-bottom: 48px;
}

.immersive-showcase {
  display: grid;
  gap: 32px;
}
@media (min-width: 992px) {
  .immersive-showcase {
    grid-template-columns: 2fr 1fr;
  }
}

.video-360-wrapper {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
}
.video-360-wrapper iframe {
  width: 100%;
  aspect-ratio: 16/9;
}
.video-360-wrapper .vr-badge {
  position: absolute;
  top: 16px;
  right: 16px;
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 4px 8px;
  background-color: rgba(0, 0, 0, 0.8);
  color: #FFFFFF;
  border-radius: 4px;
  font-size: 0.875rem;
  font-weight: 600;
}

.immersive-info {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.platform-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.interactions-list h3 {
  font-size: 1.125rem;
  margin-bottom: 16px;
}
.interactions-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.interactions-list li {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 0;
  border-bottom: 1px solid var(--border-color);
}
.interactions-list li i {
  color: #F66B0E;
}
.interactions-list li:last-child {
  border-bottom: none;
}

.project-photography {
  padding-top: 48px;
  padding-bottom: 48px;
}

.photo-filters {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 32px;
}

.filter-btn {
  padding: 8px 24px;
  border: 2px solid var(--border-color);
  border-radius: 50%;
  background-color: transparent;
  color: var(--text-muted);
  font-size: 0.875rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.15s ease;
}
.filter-btn:hover {
  border-color: #F66B0E;
  color: #F66B0E;
}
.filter-btn.active {
  background-color: #F66B0E;
  border-color: #F66B0E;
  color: #FFFFFF;
}

.photo-masonry {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
@media (min-width: 768px) {
  .photo-masonry {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 992px) {
  .photo-masonry {
    grid-template-columns: repeat(4, 1fr);
  }
}

.photo-item {
  position: relative;
  margin: 0;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
}
.photo-item--portrait {
  grid-row: span 2;
}
.photo-item--landscape {
  grid-column: span 2;
}
.photo-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s ease;
}
.photo-item figcaption {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 16px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
  opacity: 0;
  transition: opacity 0.15s ease;
}
.photo-item figcaption .photo-title {
  color: #FFFFFF;
  font-weight: 600;
  margin-bottom: 4px;
}
.photo-item figcaption .photo-exif {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.7);
  font-family: "Consolas", "Monaco", monospace;
}
.photo-item:hover img {
  transform: scale(1.05);
}
.photo-item:hover figcaption {
  opacity: 1;
}

.photo-equipment {
  margin-top: 40px;
  text-align: center;
}
.photo-equipment h3 {
  font-size: 1.25rem;
  margin-bottom: 24px;
}

.equipment-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
}

.equipment-item {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 8px 16px;
  background-color: var(--bg-secondary, #EFEFEF);
  border-radius: 50%;
  font-size: 0.875rem;
}
.equipment-item i {
  color: #F66B0E;
}

.project-colors {
  padding-top: 40px;
  padding-bottom: 40px;
}

.color-palette {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-top: 32px;
}
@media (min-width: 768px) {
  .color-palette {
    grid-template-columns: repeat(4, 1fr);
  }
}

.color-swatch {
  border-radius: 12px;
  overflow: hidden;
  background-color: var(--bg-primary);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.color-swatch .swatch-preview {
  height: 120px;
  background-color: var(--swatch-color);
}
@media (min-width: 768px) {
  .color-swatch .swatch-preview {
    height: 150px;
  }
}
.color-swatch .swatch-info {
  padding: 16px;
  text-align: center;
}
.color-swatch .swatch-info .swatch-name {
  display: block;
  font-weight: 600;
  margin-bottom: 4px;
}
.color-swatch .swatch-info .swatch-hex {
  font-family: "Consolas", "Monaco", monospace;
  font-size: 0.875rem;
  color: var(--text-muted);
  text-transform: uppercase;
}

.service-hero {
  position: relative;
  min-height: 350px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 64px 0;
  color: #FFFFFF;
  overflow: hidden;
}
@media (min-width: 768px) {
  .service-hero {
    min-height: 450px;
  }
}
.service-hero .breadcrumb {
  margin-bottom: 32px;
}

.service-hero__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -2;
}

.service-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(17, 43, 60, 0.95) 0%, rgba(32, 83, 117, 0.85) 100%);
  z-index: -1;
}

.service-hero__icon {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(246, 107, 14, 0.2);
  border: 2px solid #F66B0E;
  border-radius: 12px;
  margin-bottom: 24px;
}
.service-hero__icon i {
  font-size: 40px;
  color: #F66B0E;
}

.service-hero__title {
  font-size: 2.25rem;
  margin-bottom: 16px;
}
@media (min-width: 992px) {
  .service-hero__title {
    font-size: 3rem;
  }
}

.service-hero__subtitle {
  font-size: 1.125rem;
  opacity: 0.9;
  max-width: 600px;
}
@media (min-width: 768px) {
  .service-hero__subtitle {
    font-size: 1.25rem;
  }
}

.service-overview .service-overview__grid {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media (min-width: 992px) {
  .service-overview .service-overview__grid {
    flex-direction: row;
    align-items: flex-start;
  }
}
.service-overview .service-overview__content {
  flex: 1;
}
.service-overview .service-overview__content h2 {
  margin-bottom: 24px;
}
.service-overview .service-overview__content .lead {
  font-size: 1.25rem;
  color: var(--text-secondary);
  margin-bottom: 24px;
}
.service-overview .service-overview__content p {
  line-height: 1.75;
  margin-bottom: 16px;
}
.service-overview .service-overview__stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
@media (min-width: 992px) {
  .service-overview .service-overview__stats {
    width: 350px;
    flex-shrink: 0;
    grid-template-columns: 1fr;
  }
}

.stat-card {
  background-color: var(--bg-secondary, #EFEFEF);
  border-radius: 12px;
  padding: 24px;
  text-align: center;
}
@media (min-width: 992px) {
  .stat-card {
    padding: 32px;
  }
}

.stat-number {
  display: block;
  font-family: "Masque", "Arial Black", sans-serif;
  font-size: 1.875rem;
  font-weight: 700;
  color: #F66B0E;
  line-height: 1;
}
@media (min-width: 768px) {
  .stat-number {
    font-size: 2.25rem;
  }
}

.stat-suffix {
  font-family: "Masque", "Arial Black", sans-serif;
  font-size: 1.5rem;
  color: #F66B0E;
}

.stat-label {
  display: block;
  font-size: 0.875rem;
  color: var(--text-muted);
  margin-top: 8px;
}

.service-details .services-grid--detailed {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 32px;
}
@media (min-width: 768px) {
  .service-details .services-grid--detailed {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .service-details .services-grid--detailed {
    grid-template-columns: repeat(3, 1fr);
  }
}

.service-detail-card {
  background-color: var(--bg-primary, #FFFFFF);
  border-radius: 12px;
  padding: 32px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
}
.service-detail-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 25px rgba(0, 0, 0, 0.15);
}

.service-detail-card__icon {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(246, 107, 14, 0.1);
  border-radius: 8px;
  margin-bottom: 24px;
}
.service-detail-card__icon i {
  font-size: 28px;
  color: #F66B0E;
}

.service-detail-card h3 {
  font-size: 1.25rem;
  margin-bottom: 8px;
}

.service-detail-card p {
  font-size: 0.875rem;
  color: var(--text-muted);
  margin-bottom: 24px;
  flex: 1;
}

.service-features {
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
}
.service-features li {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 0.875rem;
  padding: 4px 0;
  border-bottom: 1px dashed var(--border-color);
}
.service-features li:last-child {
  border-bottom: none;
}
.service-features li::before {
  content: "✓";
  color: #28a745;
  font-weight: 700;
}

.service-price {
  font-family: "Masque", "Arial Black", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  color: #F66B0E;
  padding-top: 16px;
  border-top: 2px solid #F66B0E;
  margin-top: auto;
}

.service-process .process-timeline {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
}
.service-process .process-timeline::before {
  content: "";
  position: absolute;
  left: 24px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(to bottom, #F66B0E, transparent);
}
@media (min-width: 768px) {
  .service-process .process-timeline::before {
    left: 50%;
    transform: translateX(-50%);
  }
}
.service-process .timeline-item {
  display: flex;
  gap: 32px;
  margin-bottom: 40px;
  position: relative;
}
@media (min-width: 768px) {
  .service-process .timeline-item:nth-child(even) {
    flex-direction: row-reverse;
    text-align: right;
  }
  .service-process .timeline-item:nth-child(even) .timeline-content {
    align-items: flex-end;
  }
}
.service-process .timeline-item:last-child {
  margin-bottom: 0;
}
.service-process .timeline-marker {
  width: 50px;
  height: 50px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F66B0E;
  border-radius: 50%;
  z-index: 1;
}
.service-process .timeline-marker i {
  color: #FFFFFF;
  font-size: 24px;
}
@media (min-width: 768px) {
  .service-process .timeline-marker {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
}
.service-process .timeline-content {
  flex: 1;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .service-process .timeline-content {
    width: calc(50% - 50px);
  }
}
.service-process .timeline-content h3 {
  font-size: 1.125rem;
  margin-bottom: 8px;
}
.service-process .timeline-content p {
  font-size: 0.875rem;
  color: var(--text-muted);
  margin: 0;
}

.service-portfolio .portfolio-grid--4 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
@media (min-width: 768px) {
  .service-portfolio .portfolio-grid--4 {
    grid-template-columns: repeat(4, 1fr);
  }
}
.service-portfolio .portfolio-item {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  aspect-ratio: 1;
}
.service-portfolio .portfolio-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s ease;
}
.service-portfolio .portfolio-item:hover img {
  transform: scale(1.1);
}
.service-portfolio .portfolio-item__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(17, 43, 60, 0.9), transparent);
  display: flex;
  align-items: flex-end;
  padding: 16px;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.service-portfolio .portfolio-item:hover .portfolio-item__overlay {
  opacity: 1;
}
.service-portfolio .portfolio-item__title {
  color: #FFFFFF;
  font-size: 0.875rem;
  font-weight: 600;
}

.service-faq .faq-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.service-faq .faq-item {
  background-color: var(--bg-secondary, #EFEFEF);
  border-radius: 8px;
  overflow: hidden;
}
.service-faq .faq-question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px;
  background: none;
  border: none;
  text-align: left;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.15s ease;
}
.service-faq .faq-question:hover {
  background-color: var(--bg-tertiary);
}
.service-faq .faq-question i {
  transition: transform 0.15s ease;
}
.service-faq .faq-question[aria-expanded=true] i {
  transform: rotate(180deg);
}
.service-faq .faq-answer {
  padding: 0 24px 24px;
}
.service-faq .faq-answer p {
  margin: 0;
  color: var(--text-muted);
}

.partner-hero {
  padding: 64px 0;
  background-color: var(--bg-primary, #112B3C);
  color: var(--text-primary, #EFEFEF);
}
.partner-hero .breadcrumb {
  margin-bottom: 40px;
}

.partner-hero__grid {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
  text-align: center;
}
@media (min-width: 992px) {
  .partner-hero__grid {
    flex-direction: row;
    text-align: left;
    gap: 64px;
  }
}

.partner-hero__logo {
  width: 150px;
  height: 150px;
  flex-shrink: 0;
  background-color: #FFFFFF;
  border-radius: 12px;
  padding: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
}
@media (min-width: 768px) {
  .partner-hero__logo {
    width: 180px;
    height: 180px;
  }
}
.partner-hero__logo img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.partner-hero__content {
  flex: 1;
}
.partner-hero__content h1 {
  font-size: 1.875rem;
  margin-bottom: 16px;
}
@media (min-width: 992px) {
  .partner-hero__content h1 {
    font-size: 2.25rem;
  }
}
.partner-hero__content .lead {
  font-size: 1.125rem;
  opacity: 0.9;
  margin-bottom: 24px;
  max-width: 600px;
}

.partner-badge {
  display: inline-block;
  padding: 4px 16px;
  background-color: rgba(246, 107, 14, 0.2);
  color: #F66B0E;
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 4px;
  margin-bottom: 16px;
}

.partner-meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px 32px;
  font-size: 0.875rem;
  color: rgba(239, 239, 239, 0.8);
}
@media (min-width: 992px) {
  .partner-meta {
    justify-content: flex-start;
  }
}
.partner-meta span {
  display: flex;
  align-items: center;
  gap: 4px;
}
.partner-meta span i {
  font-size: 18px;
  color: #F66B0E;
}

.partner-about .partner-about__grid {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media (min-width: 992px) {
  .partner-about .partner-about__grid {
    flex-direction: row;
    align-items: flex-start;
  }
}
.partner-about .partner-about__content {
  flex: 1;
}
.partner-about .partner-about__content h2 {
  margin-bottom: 24px;
}
.partner-about .partner-about__content p {
  line-height: 1.75;
  margin-bottom: 16px;
}
.partner-about .partner-about__content h3 {
  margin-top: 32px;
  margin-bottom: 16px;
}
.partner-about .partner-about__stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
@media (min-width: 992px) {
  .partner-about .partner-about__stats {
    width: 350px;
    flex-shrink: 0;
    grid-template-columns: 1fr;
  }
}

.check-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.check-list li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 8px;
}
.check-list li i {
  color: #28a745;
  font-size: 20px;
  flex-shrink: 0;
}

.partner-services .services-grid--3 {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 32px;
}
@media (min-width: 768px) {
  .partner-services .services-grid--3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .partner-services .services-grid--3 {
    grid-template-columns: repeat(3, 1fr);
  }
}

.service-card {
  background-color: var(--bg-primary, #FFFFFF);
  border-radius: 12px;
  padding: 32px;
  text-align: center;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 25px rgba(0, 0, 0, 0.15);
}

.service-card__icon {
  width: 70px;
  height: 70px;
  margin: 0 auto 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(246, 107, 14, 0.1);
  border-radius: 50%;
}
.service-card__icon i {
  font-size: 32px;
  color: #F66B0E;
}

.service-card h3 {
  font-size: 1.125rem;
  margin-bottom: 8px;
}

.service-card p {
  font-size: 0.875rem;
  color: var(--text-muted);
  margin: 0;
}

.partner-projects .projects-grid--3 {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 32px;
}
@media (min-width: 768px) {
  .partner-projects .projects-grid--3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .partner-projects .projects-grid--3 {
    grid-template-columns: repeat(3, 1fr);
  }
}

.partner-testimonial {
  background-color: #205375;
}
.partner-testimonial .testimonial-large--light {
  color: #FFFFFF;
}
.partner-testimonial .testimonial-large--light p {
  color: #FFFFFF;
}
.partner-testimonial .testimonial-large--light cite span {
  color: rgba(255, 255, 255, 0.7);
}

.partner-contact .partner-contact__grid {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media (min-width: 992px) {
  .partner-contact .partner-contact__grid {
    flex-direction: row;
  }
}
.partner-contact .partner-contact__info {
  flex: 1;
}
.partner-contact .partner-contact__info h2 {
  margin-bottom: 16px;
}
.partner-contact .partner-contact__info > p {
  color: var(--text-muted);
  margin-bottom: 32px;
}
@media (min-width: 992px) {
  .partner-contact .partner-contact__cta {
    width: 400px;
    flex-shrink: 0;
  }
}

.contact-details {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 32px;
}

.contact-item {
  display: flex;
  align-items: center;
  gap: 16px;
}
.contact-item i {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--bg-secondary, #EFEFEF);
  border-radius: 50%;
  color: #F66B0E;
  flex-shrink: 0;
}
.contact-item a, .contact-item span {
  color: var(--text-primary);
}
.contact-item a:hover, .contact-item span:hover {
  color: #F66B0E;
}

.social-links--dark {
  display: flex;
  gap: 8px;
}
.social-links--dark a {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--bg-secondary, #EFEFEF);
  border-radius: 50%;
  color: var(--text-primary);
  transition: all 0.15s ease;
}
.social-links--dark a:hover {
  background-color: #F66B0E;
  color: #FFFFFF;
}

.cta-card {
  background-color: var(--bg-secondary, #EFEFEF);
  border-radius: 12px;
  padding: 32px;
  text-align: center;
}
.cta-card h3 {
  margin-bottom: 8px;
}
.cta-card p {
  color: var(--text-muted);
  margin-bottom: 24px;
}

.other-partners .partners-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
@media (min-width: 768px) {
  .other-partners .partners-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.partner-logo-card {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--bg-primary, #FFFFFF);
  border-radius: 8px;
  padding: 24px;
  aspect-ratio: 16/9;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.partner-logo-card:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.partner-logo-card img {
  max-width: 80%;
  max-height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
  filter: grayscale(100%);
  opacity: 0.7;
  transition: all 0.15s ease;
}
.partner-logo-card:hover img {
  filter: grayscale(0);
  opacity: 1;
}

.forms-list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 32px;
}
@media (min-width: 768px) {
  .forms-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .forms-list {
    grid-template-columns: repeat(3, 1fr);
  }
}

.form-card {
  display: flex;
  flex-direction: column;
  background-color: var(--bg-primary, #FFFFFF);
  border: 2px solid var(--border-color, rgb(213.5, 213.5, 213.5));
  border-radius: 12px;
  padding: 40px;
  text-align: center;
  transition: all 0.3s ease;
}
.form-card:hover {
  border-color: #F66B0E;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
  transform: translateY(-5px);
}
.form-card .form-card__icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(246, 107, 14, 0.1), rgba(32, 83, 117, 0.1));
  border-radius: 12px;
}
.form-card .form-card__icon i {
  font-size: 36px;
  color: #F66B0E;
}
.form-card .form-card__title {
  font-family: "Masque", "Arial Black", sans-serif;
  font-size: 1.25rem;
  margin-bottom: 8px;
}
.form-card .form-card__description {
  font-size: 0.875rem;
  color: var(--text-muted);
  margin-bottom: 32px;
  flex: 1;
}

.form-unified {
  max-width: 800px;
  margin: 0 auto;
  background-color: var(--bg-primary, #FFFFFF);
  border-radius: 16px;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.form-unified__header {
  background: linear-gradient(135deg, #205375, #112B3C);
  color: #FFFFFF;
  padding: 40px;
  text-align: center;
}
.form-unified__header h2 {
  color: #FFFFFF;
  margin-bottom: 8px;
}
.form-unified__header p {
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
}

.form-unified__body {
  padding: 40px;
}

.project-type-selector {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .project-type-selector {
    grid-template-columns: repeat(3, 1fr);
  }
}

.project-type-option {
  position: relative;
}
.project-type-option input {
  position: absolute;
  opacity: 0;
}
.project-type-option input:checked + label {
  border-color: #F66B0E;
  background-color: rgba(246, 107, 14, 0.05);
}
.project-type-option input:checked + label .option-icon {
  background-color: #F66B0E;
  color: #FFFFFF;
}
.project-type-option input:checked + label::after {
  content: "";
  position: absolute;
  top: 8px;
  right: 8px;
  width: 20px;
  height: 20px;
  background-color: #F66B0E;
  border-radius: 50%;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
  background-size: 14px;
  background-position: center;
  background-repeat: no-repeat;
}
.project-type-option input:focus + label {
  box-shadow: 0 0 0 3px rgba(246, 107, 14, 0.25);
}
.project-type-option label {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  padding: 32px;
  border: 2px solid var(--border-color, rgb(213.5, 213.5, 213.5));
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.15s ease;
  position: relative;
}
.project-type-option label:hover {
  border-color: #F66B0E;
}
.project-type-option label .option-icon {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--bg-secondary, #EFEFEF);
  border-radius: 8px;
  transition: all 0.15s ease;
}
.project-type-option label .option-icon i {
  font-size: 28px;
  color: inherit;
}
.project-type-option label .option-label {
  font-weight: 600;
  text-align: center;
}

.budget-selector {
  margin-bottom: 32px;
}
.budget-selector .budget-display {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}
.budget-selector .budget-display .budget-label {
  font-weight: 600;
}
.budget-selector .budget-display .budget-value {
  font-family: "Gilroy", "Helvetica Neue", Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #F66B0E;
}
.budget-selector input[type=range] {
  width: 100%;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(to right, #F66B0E 0%, #F66B0E var(--value, 50%), var(--bg-secondary, #EFEFEF) var(--value, 50%));
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}
.budget-selector input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
          appearance: none;
  width: 24px;
  height: 24px;
  background-color: #F66B0E;
  border-radius: 50%;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  -webkit-transition: transform 0.15s ease;
  transition: transform 0.15s ease;
}
.budget-selector input[type=range]::-webkit-slider-thumb:hover {
  transform: scale(1.1);
}
.budget-selector input[type=range]::-moz-range-thumb {
  width: 24px;
  height: 24px;
  background-color: #F66B0E;
  border: none;
  border-radius: 50%;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
.budget-selector .budget-range {
  display: flex;
  justify-content: space-between;
  margin-top: 8px;
  font-size: 0.75rem;
  color: var(--text-muted);
}

.date-picker {
  position: relative;
}
.date-picker input {
  padding-right: 48px;
}
.date-picker .date-icon {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--text-muted);
  pointer-events: none;
}

.file-upload-zone {
  border: 2px dashed var(--border-color, rgb(200.75, 200.75, 200.75));
  border-radius: 12px;
  padding: 40px;
  text-align: center;
  transition: all 0.15s ease;
  cursor: pointer;
}
.file-upload-zone:hover, .file-upload-zone.dragover {
  border-color: #F66B0E;
  background-color: rgba(246, 107, 14, 0.05);
}
.file-upload-zone input {
  display: none;
}
.file-upload-zone .upload-icon {
  font-size: 48px;
  color: var(--text-muted);
  margin-bottom: 16px;
}
.file-upload-zone .upload-text {
  font-size: 1rem;
  margin-bottom: 4px;
}
.file-upload-zone .upload-text strong {
  color: #F66B0E;
}
.file-upload-zone .upload-hint {
  font-size: 0.75rem;
  color: var(--text-muted);
}

.uploaded-files {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}

.uploaded-file {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 4px 8px;
  background-color: var(--bg-secondary, #EFEFEF);
  border-radius: 4px;
  font-size: 0.75rem;
}
.uploaded-file .file-remove {
  color: #dc3545;
  cursor: pointer;
}
.uploaded-file .file-remove:hover {
  color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
}

.form-summary {
  background-color: var(--bg-secondary, #EFEFEF);
  border-radius: 12px;
  padding: 32px;
  margin-bottom: 32px;
}
.form-summary h4 {
  margin-bottom: 24px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-color);
}
.form-summary .summary-item {
  display: flex;
  justify-content: space-between;
  padding: 8px 0;
  border-bottom: 1px solid var(--border-color);
}
.form-summary .summary-item:last-child {
  border-bottom: none;
}
.form-summary .summary-item .summary-label {
  color: var(--text-muted);
}
.form-summary .summary-item .summary-value {
  font-weight: 600;
}

.form-success {
  text-align: center;
  padding: 64px;
}
.form-success .success-icon {
  width: 100px;
  height: 100px;
  margin: 0 auto 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(40, 167, 69, 0.1);
  border-radius: 50%;
}
.form-success .success-icon i {
  font-size: 48px;
  color: #28a745;
}
.form-success h3 {
  color: #28a745;
  margin-bottom: 16px;
}
.form-success p {
  color: var(--text-muted);
  max-width: 500px;
  margin: 0 auto 32px;
}

.contact-hero {
  position: relative;
  padding: 64px 0;
  text-align: center;
  color: #FFFFFF;
  overflow: hidden;
}
.contact-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #112B3C, #205375);
  z-index: -1;
}
.contact-hero h1 {
  font-size: 2.25rem;
  margin-bottom: 16px;
}
@media (min-width: 992px) {
  .contact-hero h1 {
    font-size: 3rem;
  }
}
.contact-hero p {
  font-size: 1.125rem;
  opacity: 0.9;
  max-width: 600px;
  margin: 0 auto;
}

.contact-section {
  padding: 64px 0;
}

.contact-grid {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media (min-width: 992px) {
  .contact-grid {
    flex-direction: row;
  }
}

@media (min-width: 992px) {
  .contact-info {
    width: 400px;
    flex-shrink: 0;
  }
}
.contact-info h2 {
  font-size: 1.5rem;
  margin-bottom: 24px;
}
.contact-info > p {
  color: var(--text-muted);
  margin-bottom: 32px;
}

.contact-methods {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 40px;
}

.contact-method {
  display: flex;
  gap: 16px;
}
.contact-method .method-icon {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(246, 107, 14, 0.1);
  border-radius: 8px;
  flex-shrink: 0;
}
.contact-method .method-icon i {
  font-size: 24px;
  color: #F66B0E;
}
.contact-method .method-content h3 {
  font-size: 1rem;
  margin-bottom: 4px;
}
.contact-method .method-content a, .contact-method .method-content p {
  font-size: 0.875rem;
  color: var(--text-muted);
}
.contact-method .method-content a:hover {
  color: #F66B0E;
}

.contact-social h3 {
  font-size: 1.125rem;
  margin-bottom: 16px;
}
.contact-social .social-links {
  display: flex;
  gap: 8px;
}
.contact-social .social-links a {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--bg-secondary, #EFEFEF);
  border-radius: 50%;
  color: var(--text-primary);
  transition: all 0.15s ease;
}
.contact-social .social-links a:hover {
  background-color: #F66B0E;
  color: #FFFFFF;
  transform: translateY(-3px);
}

.contact-form-wrapper {
  flex: 1;
}
.contact-form-wrapper h2 {
  font-size: 1.5rem;
  margin-bottom: 32px;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.form-row {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 768px) {
  .form-row {
    flex-direction: row;
  }
  .form-row .form-group {
    flex: 1;
  }
}

.form-group label {
  display: block;
  font-weight: 500;
  margin-bottom: 4px;
}
.form-group label .required {
  color: #dc3545;
}
.form-group input,
.form-group textarea,
.form-group select {
  width: 100%;
  padding: 16px;
  border: 1px solid var(--border-color);
  border-radius: 8px;
  background-color: var(--bg-primary, #FFFFFF);
  color: var(--text-primary);
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus {
  outline: none;
  border-color: #F66B0E;
  box-shadow: 0 0 0 3px rgba(246, 107, 14, 0.1);
}
.form-group input::-moz-placeholder, .form-group textarea::-moz-placeholder, .form-group select::-moz-placeholder {
  color: var(--text-muted);
}
.form-group input::placeholder,
.form-group textarea::placeholder,
.form-group select::placeholder {
  color: var(--text-muted);
}
.form-group textarea {
  min-height: 150px;
  resize: vertical;
}
.form-group .form-hint {
  font-size: 0.75rem;
  color: var(--text-muted);
  margin-top: 4px;
}

.form-checkbox {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.form-checkbox input {
  width: auto;
  margin-top: 3px;
}
.form-checkbox label {
  font-size: 0.875rem;
  font-weight: 400;
  margin: 0;
}
.form-checkbox label a {
  color: #F66B0E;
}
.form-checkbox label a:hover {
  text-decoration: underline;
}

.form-submit {
  margin-top: 16px;
}

.contact-map {
  margin-top: 64px;
}
.contact-map h2 {
  text-align: center;
  margin-bottom: 32px;
}
.contact-map .map-wrapper {
  border-radius: 12px;
  overflow: hidden;
  height: 400px;
}
.contact-map .map-wrapper iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.login-section {
  min-height: 100vh;
  display: flex;
  align-items: stretch;
}

.login-grid {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media (min-width: 992px) {
  .login-grid {
    flex-direction: row;
  }
}

.login-form-container {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 48px 24px;
}
@media (min-width: 768px) {
  .login-form-container {
    padding: 64px 48px;
  }
}
@media (min-width: 992px) {
  .login-form-container {
    max-width: 550px;
  }
}

.login-header {
  text-align: center;
  margin-bottom: 40px;
}
.login-header .logo {
  max-width: 150px;
  margin-bottom: 24px;
}
.login-header h1 {
  font-size: 1.875rem;
  margin-bottom: 8px;
}
.login-header p {
  color: var(--text-muted);
}

.login-form {
  max-width: 400px;
  margin: 0 auto;
  width: 100%;
}

.form-group {
  margin-bottom: 24px;
}
.form-group label {
  display: block;
  font-weight: 500;
  margin-bottom: 4px;
}

.input-with-icon {
  position: relative;
}
.input-with-icon .input-icon {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--text-muted);
  pointer-events: none;
}
.input-with-icon input {
  padding-left: 48px;
}
.input-with-icon .toggle-password {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  color: var(--text-muted);
  cursor: pointer;
  padding: 4px;
}
.input-with-icon .toggle-password:hover {
  color: #F66B0E;
}

.form-row--between {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 24px;
}

.checkbox-label {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  font-size: 0.875rem;
}
.checkbox-label input[type=checkbox] {
  display: none;
}
.checkbox-label .checkmark {
  width: 20px;
  height: 20px;
  border: 2px solid var(--border-color);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.15s ease;
}
.checkbox-label .checkmark i {
  font-size: 14px;
  color: #FFFFFF;
  opacity: 0;
  transition: opacity 0.15s ease;
}
.checkbox-label input:checked + .checkmark {
  background-color: #F66B0E;
  border-color: #F66B0E;
}
.checkbox-label input:checked + .checkmark i {
  opacity: 1;
}

.forgot-link {
  font-size: 0.875rem;
  color: #F66B0E;
}
.forgot-link:hover {
  text-decoration: underline;
}

.login-divider {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 32px 0;
  color: var(--text-muted);
  font-size: 0.875rem;
}
.login-divider::before, .login-divider::after {
  content: "";
  flex: 1;
  height: 1px;
  background-color: var(--border-color);
}

.social-login {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.social-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  width: 100%;
  padding: 16px 24px;
  border: 1px solid var(--border-color);
  border-radius: 8px;
  background-color: var(--bg-primary, #FFFFFF);
  font-weight: 500;
  transition: all 0.15s ease;
}
.social-btn img {
  width: 20px;
  height: 20px;
}
.social-btn:hover {
  background-color: var(--bg-secondary, #EFEFEF);
}
.social-btn--google:hover {
  border-color: #ea4335;
  color: #ea4335;
}
.social-btn--linkedin:hover {
  border-color: #0077b5;
  color: #0077b5;
}
.social-btn--github:hover {
  border-color: #333;
  color: #333;
}

.login-footer {
  text-align: center;
  margin-top: 32px;
}
.login-footer p {
  font-size: 0.875rem;
  color: var(--text-muted);
}
.login-footer p a {
  color: #F66B0E;
  font-weight: 500;
}
.login-footer p a:hover {
  text-decoration: underline;
}

.login-side {
  display: none;
  background: linear-gradient(135deg, #112B3C, #205375);
  color: #FFFFFF;
  position: relative;
  overflow: hidden;
}
@media (min-width: 992px) {
  .login-side {
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: center;
    padding: 64px;
  }
}
.login-side::before {
  content: "";
  position: absolute;
  top: -50%;
  right: -30%;
  width: 80%;
  height: 150%;
  background: radial-gradient(circle, rgba(246, 107, 14, 0.15) 0%, transparent 70%);
}

.login-side__content {
  position: relative;
  z-index: 1;
  max-width: 500px;
  text-align: center;
}
.login-side__content h2 {
  font-size: 2.25rem;
  margin-bottom: 24px;
}
.login-side__content p {
  font-size: 1.125rem;
  opacity: 0.9;
  margin-bottom: 40px;
}

.features-list {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
}
.features-list li {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
  font-size: 1rem;
}
.features-list li i {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(246, 107, 14, 0.2);
  border-radius: 50%;
  color: #F66B0E;
  flex-shrink: 0;
}

.login-testimonial {
  margin-top: 48px;
  padding: 32px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 12px;
}
.login-testimonial blockquote {
  margin: 0;
}
.login-testimonial blockquote p {
  font-size: 1rem;
  font-style: italic;
  margin-bottom: 16px;
  opacity: 1;
}
.login-testimonial blockquote footer {
  display: flex;
  align-items: center;
  gap: 16px;
}
.login-testimonial blockquote footer img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.login-testimonial blockquote footer cite {
  font-style: normal;
}
.login-testimonial blockquote footer cite strong {
  display: block;
}
.login-testimonial blockquote footer cite span {
  font-size: 0.875rem;
  opacity: 0.7;
}

.search-page-header {
  padding: 48px 0 40px;
  background: linear-gradient(135deg, var(--bg-primary) 0%, var(--bg-secondary, #EFEFEF) 100%);
}
.search-page-header .breadcrumb {
  margin-bottom: 24px;
}

.search-page-title {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 1.875rem;
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .search-page-title {
    font-size: 2.25rem;
  }
}
.search-page-title .material-icons {
  font-size: 40px;
  color: #F66B0E;
}
@media (min-width: 768px) {
  .search-page-title .material-icons {
    font-size: 48px;
  }
}

.search-page-form {
  max-width: 800px;
}

.search-input-wrapper {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  background-color: var(--bg-primary);
  border: 2px solid var(--border-color);
  border-radius: 50%;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.search-input-wrapper:focus-within {
  border-color: #F66B0E;
  box-shadow: 0 0 0 4px rgba(246, 107, 14, 0.15);
}
.search-input-wrapper .material-icons {
  font-size: 24px;
  color: var(--text-muted);
  flex-shrink: 0;
}
.search-input-wrapper input {
  flex: 1;
  border: none;
  background: transparent;
  font-size: 1.125rem;
  color: var(--text-primary);
  padding: 8px 0;
}
.search-input-wrapper input::-moz-placeholder {
  color: var(--text-muted);
}
.search-input-wrapper input::placeholder {
  color: var(--text-muted);
}
.search-input-wrapper input:focus {
  outline: none;
}
.search-input-wrapper .btn {
  flex-shrink: 0;
  border-radius: 50%;
  padding: 8px 32px;
}

.search-filters {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid var(--border-color);
}

.filter-label {
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--text-muted);
}

.filter-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}

.filter-btn {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px 16px;
  border: 1px solid var(--border-color);
  border-radius: 50%;
  background-color: transparent;
  color: var(--text-muted);
  font-size: 0.875rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.15s ease;
}
.filter-btn .material-icons {
  font-size: 16px;
}
.filter-btn:hover {
  border-color: #F66B0E;
  color: #F66B0E;
}
.filter-btn.active {
  background-color: #F66B0E;
  border-color: #F66B0E;
  color: #FFFFFF;
}

.search-summary {
  margin-bottom: 32px;
  padding: 16px 24px;
  background-color: var(--bg-secondary, #EFEFEF);
  border-radius: 8px;
  font-size: 16px;
}
.search-summary strong {
  color: #F66B0E;
}
.search-summary .search-query-term {
  font-weight: 600;
  color: var(--text-primary);
}
.search-summary .search-time {
  font-size: 0.875rem;
  color: var(--text-muted);
  margin-left: 16px;
}

.search-loading,
.search-empty,
.search-no-results {
  text-align: center;
  padding: 64px 32px;
}

.search-loading .loading-spinner {
  width: 48px;
  height: 48px;
  border: 4px solid var(--border-color);
  border-top-color: #F66B0E;
  border-radius: 50%;
  margin: 0 auto 24px;
  animation: spin 1s linear infinite;
}
.search-loading p {
  color: var(--text-muted);
  font-size: 1.125rem;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.search-empty .empty-icon .material-icons {
  font-size: 80px;
  color: var(--text-muted);
  opacity: 0.5;
}
.search-empty h2 {
  font-size: 1.5rem;
  margin: 24px 0 8px;
}
.search-empty p {
  color: var(--text-muted);
  max-width: 500px;
  margin: 0 auto;
}

.search-suggestions {
  margin-top: 40px;
}
.search-suggestions h3 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 16px;
  color: var(--text-muted);
}

.suggestion-tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}

.suggestion-tag {
  display: inline-block;
  padding: 4px 16px;
  background-color: var(--bg-secondary, #EFEFEF);
  border: 1px solid var(--border-color);
  border-radius: 50%;
  color: var(--text-primary);
  font-size: 0.875rem;
  text-decoration: none;
  transition: all 0.15s ease;
}
.suggestion-tag:hover {
  background-color: #F66B0E;
  border-color: #F66B0E;
  color: #FFFFFF;
}

.search-no-results .no-results-icon .material-icons {
  font-size: 80px;
  color: #ffc107;
  opacity: 0.7;
}
.search-no-results h2 {
  font-size: 1.5rem;
  margin: 24px 0 8px;
}
.search-no-results p {
  color: var(--text-muted);
  font-size: 1.125rem;
}
.search-no-results p strong {
  color: var(--text-primary);
}

.no-results-tips {
  text-align: left;
  max-width: 400px;
  margin: 32px auto;
  padding: 24px;
  background-color: var(--bg-secondary, #EFEFEF);
  border-radius: 8px;
}
.no-results-tips h3 {
  font-size: 16px;
  margin-bottom: 16px;
}
.no-results-tips ul {
  margin: 0;
  padding-left: 24px;
}
.no-results-tips ul li {
  margin-bottom: 4px;
  color: var(--text-muted);
}

.results-container {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.search-result-card {
  display: flex;
  gap: 24px;
  padding: 24px;
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  text-decoration: none;
  color: inherit;
  transition: all 0.15s ease;
}
.search-result-card:hover {
  border-color: #F66B0E;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}
.search-result-card:hover .result-title {
  color: #F66B0E;
}
.search-result-card:focus {
  outline: 2px solid #F66B0E;
  outline-offset: 2px;
}

.result-icon {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(246, 107, 14, 0.1);
  border-radius: 8px;
}
.result-icon .material-icons {
  font-size: 24px;
  color: #F66B0E;
}
.result-icon--page {
  background-color: rgba(52, 152, 219, 0.1);
}
.result-icon--page .material-icons {
  color: #3498db;
}
.result-icon--article {
  background-color: rgba(155, 89, 182, 0.1);
}
.result-icon--article .material-icons {
  color: #9b59b6;
}
.result-icon--portfolio {
  background-color: rgba(231, 76, 60, 0.1);
}
.result-icon--portfolio .material-icons {
  color: #e74c3c;
}
.result-icon--service {
  background-color: rgba(39, 174, 96, 0.1);
}
.result-icon--service .material-icons {
  color: #27ae60;
}
.result-icon--legal {
  background-color: rgba(127, 140, 141, 0.1);
}
.result-icon--legal .material-icons {
  color: #7f8c8d;
}

.result-content {
  flex: 1;
  min-width: 0;
}

.result-title {
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 4px;
  transition: color 0.15s ease;
}
.result-title mark {
  background-color: rgba(246, 107, 14, 0.2);
  color: inherit;
  padding: 0 2px;
  border-radius: 2px;
}

.result-description {
  font-size: 16px;
  color: var(--text-muted);
  margin-bottom: 8px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.result-description mark {
  background-color: rgba(246, 107, 14, 0.2);
  color: inherit;
  padding: 0 2px;
  border-radius: 2px;
}

.result-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  font-size: 0.875rem;
  color: var(--text-muted);
}
.result-meta .result-type {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 2px 8px;
  background-color: var(--bg-secondary, #EFEFEF);
  border-radius: 4px;
  text-transform: capitalize;
}
.result-meta .result-type .material-icons {
  font-size: 14px;
}
.result-meta .result-url {
  color: #F66B0E;
  font-size: 0.75rem;
}

.result-arrow {
  flex-shrink: 0;
  align-self: center;
}
.result-arrow .material-icons {
  font-size: 24px;
  color: var(--text-muted);
  transition: color 0.15s ease, transform 0.15s ease;
}
.search-result-card:hover .result-arrow .material-icons {
  color: #F66B0E;
  transform: translateX(4px);
}

.search-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin-top: 48px;
  padding-top: 32px;
  border-top: 1px solid var(--border-color);
}

.pagination-btn {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 8px 24px;
  border: 1px solid var(--border-color);
  border-radius: 8px;
  background-color: var(--bg-primary);
  color: var(--text-primary);
  font-size: 0.875rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.15s ease;
}
.pagination-btn:hover:not(:disabled) {
  border-color: #F66B0E;
  color: #F66B0E;
}
.pagination-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.pagination-btn .material-icons {
  font-size: 20px;
}

.pagination-pages {
  display: flex;
  gap: 4px;
}

.pagination-page {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--border-color);
  border-radius: 8px;
  background-color: var(--bg-primary);
  color: var(--text-primary);
  font-size: 0.875rem;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.15s ease;
}
.pagination-page:hover {
  border-color: #F66B0E;
  color: #F66B0E;
}
.pagination-page.active {
  background-color: #F66B0E;
  border-color: #F66B0E;
  color: #FFFFFF;
}
.pagination-page.ellipsis {
  border: none;
  background: transparent;
  cursor: default;
}
.pagination-page.ellipsis:hover {
  color: var(--text-muted);
}

.search-popular {
  background-color: var(--bg-secondary, #EFEFEF);
}
.search-popular h2 {
  margin-bottom: 32px;
}

.popular-searches {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  max-width: 800px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .popular-searches {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 992px) {
  .popular-searches {
    grid-template-columns: repeat(6, 1fr);
  }
}

.popular-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 24px;
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  text-decoration: none;
  color: var(--text-primary);
  transition: all 0.15s ease;
}
.popular-item:hover {
  border-color: #F66B0E;
  transform: translateY(-3px);
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
}
.popular-item:hover .material-icons {
  color: #F66B0E;
}
.popular-item .material-icons {
  font-size: 32px;
  color: var(--text-muted);
  transition: color 0.15s ease;
}
.popular-item span {
  font-size: 0.875rem;
  font-weight: 500;
  text-align: center;
}

.search-highlight {
  background-color: rgba(246, 107, 14, 0.25);
  color: inherit;
  padding: 1px 3px;
  border-radius: 3px;
  font-weight: 500;
}

.hero-simple {
  position: relative;
  padding: 64px 0;
  text-align: center;
  color: #FFFFFF;
  overflow: hidden;
  min-height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .hero-simple {
    min-height: 300px;
  }
}

.hero-simple__bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #112B3C, #205375);
  z-index: -2;
}
.hero-simple__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  opacity: 0.5;
}

.hero-simple__overlay {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 30% 50%, rgba(246, 107, 14, 0.1) 0%, transparent 50%);
  z-index: -1;
}

.hero-simple__title {
  font-size: 2.25rem;
  margin-bottom: 16px;
}
@media (min-width: 992px) {
  .hero-simple__title {
    font-size: 3rem;
  }
}

.hero-simple__subtitle {
  font-size: 1.125rem;
  opacity: 0.9;
  max-width: 600px;
  margin: 0 auto;
}

.legal-page {
  padding: 64px 0;
}

.legal-content {
  max-width: 800px;
  margin: 0 auto;
}
.legal-content h2 {
  font-size: 1.5rem;
  margin-top: 48px;
  margin-bottom: 24px;
  padding-bottom: 8px;
  border-bottom: 2px solid #F66B0E;
}
.legal-content h2:first-child {
  margin-top: 0;
}
.legal-content h3 {
  font-size: 1.25rem;
  margin-top: 40px;
  margin-bottom: 16px;
}
.legal-content p {
  line-height: 1.75;
  margin-bottom: 24px;
}
.legal-content ul, .legal-content ol {
  margin-bottom: 24px;
  padding-left: 32px;
}
.legal-content ul li, .legal-content ol li {
  margin-bottom: 8px;
  line-height: 1.75;
}
.legal-content ul li {
  list-style-type: disc;
}
.legal-content ol li {
  list-style-type: decimal;
}
.legal-content .legal-toc {
  background-color: var(--bg-secondary, #EFEFEF);
  border-radius: 12px;
  padding: 32px;
  margin-bottom: 48px;
}
.legal-content .legal-toc h3 {
  margin-top: 0;
  margin-bottom: 16px;
}
.legal-content .legal-toc ol {
  margin: 0;
  padding-left: 24px;
}
.legal-content .legal-toc ol li {
  margin-bottom: 4px;
}
.legal-content .legal-toc ol a {
  color: #F66B0E;
}
.legal-content .legal-toc ol a:hover {
  text-decoration: underline;
}
.legal-content .legal-info {
  background-color: rgba(23, 162, 184, 0.1);
  border-left: 4px solid #17a2b8;
  padding: 24px;
  border-radius: 0 8px 8px 0;
  margin: 32px 0;
}
.legal-content .legal-info p {
  margin: 0;
}
.legal-content .legal-update {
  font-size: 0.875rem;
  color: var(--text-muted);
  padding-top: 32px;
  margin-top: 48px;
  border-top: 1px solid var(--border-color);
}

.faq-page {
  padding: 64px 0;
}

.faq-categories {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-bottom: 48px;
}

.faq-category-btn {
  padding: 8px 24px;
  border: 2px solid var(--border-color);
  border-radius: 50%;
  background: none;
  font-weight: 500;
  transition: all 0.15s ease;
  cursor: pointer;
}
.faq-category-btn:hover {
  border-color: #F66B0E;
  color: #F66B0E;
}
.faq-category-btn.active {
  background-color: #F66B0E;
  border-color: #F66B0E;
  color: #FFFFFF;
}

.faq-section {
  max-width: 800px;
  margin: 0 auto 48px;
}
.faq-section h2 {
  font-size: 1.5rem;
  margin-bottom: 32px;
  display: flex;
  align-items: center;
  gap: 16px;
}
.faq-section h2 i {
  color: #F66B0E;
}

.faq-accordion {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.faq-item {
  border: 1px solid var(--border-color);
  border-radius: 8px;
  overflow: hidden;
  transition: border-color 0.15s ease;
}
.faq-item:hover {
  border-color: #F66B0E;
}
.faq-item.active {
  border-color: #F66B0E;
}
.faq-item.active .faq-question {
  background-color: #F66B0E;
  color: #FFFFFF;
}

.faq-question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 24px;
  background: none;
  border: none;
  text-align: left;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.15s ease;
}
.faq-question:hover {
  background-color: var(--bg-secondary, #EFEFEF);
}
.faq-question i {
  flex-shrink: 0;
  transition: transform 0.15s ease;
}
.faq-question[aria-expanded=true] i {
  transform: rotate(180deg);
}

.faq-answer {
  display: none;
  padding: 0 24px 24px;
}
.faq-answer.show {
  display: block;
}
.faq-answer p {
  margin: 0;
  color: var(--text-muted);
  line-height: 1.75;
}
.faq-answer ul {
  margin-top: 16px;
  padding-left: 24px;
}
.faq-answer ul li {
  margin-bottom: 4px;
}

.faq-contact {
  text-align: center;
  padding: 48px;
  background-color: var(--bg-secondary, #EFEFEF);
  border-radius: 12px;
  margin-top: 48px;
}
.faq-contact h3 {
  margin-bottom: 16px;
}
.faq-contact p {
  color: var(--text-muted);
  margin-bottom: 32px;
}

.maintenance-page {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #112B3C 0%, #205375 100%);
  color: #FFFFFF;
  padding: 32px;
  position: relative;
  overflow: hidden;
}
.maintenance-page::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-9-21c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM60 91c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM35 41c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM12 60c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z' fill='%23ffffff' fill-opacity='0.03' fill-rule='evenodd'/%3E%3C/svg%3E");
  pointer-events: none;
}

.maintenance-container {
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 600px;
}

.maintenance-logo {
  max-width: 150px;
  margin-bottom: 40px;
}

.maintenance-icon {
  width: 120px;
  height: 120px;
  margin: 0 auto 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(246, 107, 14, 0.2);
  border-radius: 50%;
  animation: pulse-glow 2s ease-in-out infinite;
}
.maintenance-icon i {
  font-size: 60px;
  color: #F66B0E;
}

@keyframes pulse-glow {
  0%, 100% {
    box-shadow: 0 0 0 0 rgba(246, 107, 14, 0.4);
  }
  50% {
    box-shadow: 0 0 0 20px rgba(246, 107, 14, 0);
  }
}
.maintenance-title {
  font-size: 2.25rem;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .maintenance-title {
    font-size: 3rem;
  }
}

.maintenance-text {
  font-size: 1.125rem;
  opacity: 0.9;
  margin-bottom: 40px;
  line-height: 1.75;
}

.maintenance-progress {
  margin-bottom: 40px;
}
.maintenance-progress .progress-label {
  display: flex;
  justify-content: space-between;
  font-size: 0.875rem;
  margin-bottom: 8px;
  opacity: 0.8;
}

.progress-bar {
  height: 8px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  overflow: hidden;
}

.progress-fill {
  height: 100%;
  background: linear-gradient(90deg, #F66B0E, rgb(248.754, 152.288, 87.746));
  border-radius: 50%;
  transition: width 0.5s ease;
  position: relative;
}
.progress-fill::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  animation: shimmer 2s infinite;
}

@keyframes shimmer {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}
.maintenance-timer {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .maintenance-timer {
    gap: 32px;
  }
}

.timer-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 60px;
}
@media (min-width: 768px) {
  .timer-item {
    min-width: 80px;
  }
}

.timer-number {
  font-family: "Masque", "Arial Black", sans-serif;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1;
  color: #F66B0E;
}
@media (min-width: 768px) {
  .timer-number {
    font-size: 2.25rem;
  }
}

.timer-label {
  font-size: 0.75rem;
  text-transform: uppercase;
  opacity: 0.7;
  margin-top: 4px;
}

.maintenance-contact {
  padding-top: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.maintenance-contact p {
  font-size: 0.875rem;
  opacity: 0.8;
  margin-bottom: 16px;
}
.maintenance-contact a {
  color: #F66B0E;
  font-weight: 600;
}
.maintenance-contact a:hover {
  text-decoration: underline;
}
.maintenance-contact .social-links {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-top: 24px;
}
.maintenance-contact .social-links a {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  color: #FFFFFF;
  transition: all 0.15s ease;
}
.maintenance-contact .social-links a:hover {
  background-color: #F66B0E;
  transform: translateY(-3px);
}

.theme-toggle {
  position: absolute;
  top: 24px;
  right: 24px;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  border: none;
  color: #FFFFFF;
  cursor: pointer;
  transition: all 0.15s ease;
}
.theme-toggle:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.error-page {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #112B3C 0%, #205375 100%);
  color: #FFFFFF;
  padding: 32px;
  position: relative;
  overflow: hidden;
}
.error-page::before {
  content: "";
  position: absolute;
  top: -20%;
  right: -10%;
  width: 60%;
  height: 80%;
  background: radial-gradient(circle, rgba(246, 107, 14, 0.15) 0%, transparent 70%);
  pointer-events: none;
}
.error-page::after {
  content: "";
  position: absolute;
  bottom: -30%;
  left: -10%;
  width: 50%;
  height: 60%;
  background: radial-gradient(circle, rgba(48.4295302013, 125.6140939597, 177.0704697987, 0.1) 0%, transparent 70%);
  pointer-events: none;
}

.error-content {
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 600px;
}

.error-code {
  font-family: "Masque", "Arial Black", sans-serif;
  font-size: 120px;
  font-weight: 900;
  line-height: 1;
  color: #F66B0E;
  margin-bottom: 24px;
  text-shadow: 0 10px 30px rgba(246, 107, 14, 0.3);
  animation: float 3s ease-in-out infinite;
}
@media (min-width: 768px) {
  .error-code {
    font-size: 180px;
  }
}

@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
.error-title {
  font-size: 1.875rem;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .error-title {
    font-size: 2.25rem;
  }
}

.error-message {
  font-size: 1.125rem;
  opacity: 0.9;
  margin-bottom: 40px;
  line-height: 1.75;
}

.error-actions {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
}
@media (min-width: 576px) {
  .error-actions {
    flex-direction: row;
    justify-content: center;
  }
}
.error-actions .btn {
  min-width: 180px;
}

.error-illustration {
  max-width: 300px;
  margin: 0 auto 40px;
  opacity: 0.9;
}
.error-illustration img, .error-illustration svg {
  width: 100%;
  height: auto;
}

.error-links {
  margin-top: 48px;
  padding-top: 32px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.error-links p {
  font-size: 0.875rem;
  opacity: 0.8;
  margin-bottom: 16px;
}
.error-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}
.error-links ul a {
  color: #F66B0E;
  font-size: 0.875rem;
}
.error-links ul a:hover {
  text-decoration: underline;
}

.error-search {
  margin-top: 40px;
}
.error-search .search-form {
  display: flex;
  max-width: 400px;
  margin: 0 auto;
}
.error-search .search-form input {
  flex: 1;
  padding: 16px 24px;
  border: none;
  border-radius: 8px 0 0 8px;
  background-color: rgba(255, 255, 255, 0.1);
  color: #FFFFFF;
}
.error-search .search-form input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.error-search .search-form input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.error-search .search-form input:focus {
  outline: none;
  background-color: rgba(255, 255, 255, 0.15);
}
.error-search .search-form button {
  padding: 16px 24px;
  background-color: #F66B0E;
  color: #FFFFFF;
  border: none;
  border-radius: 0 8px 8px 0;
  cursor: pointer;
  transition: background-color 0.15s ease;
}
.error-search .search-form button:hover {
  background-color: rgb(201.476, 85.272, 7.524);
}

body {
  font-family: "Gilroy", "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: var(--text-primary, #112B3C);
  background-color: var(--bg-primary, #FFFFFF);
  overflow-x: hidden;
  padding-top: 75px;
}
@media (min-width: 992px) {
  body {
    padding-top: 0;
  }
}

:root {
  --bg-primary: #FFFFFF;
  --bg-secondary: #EFEFEF;
  --bg-tertiary: rgb(246.65, 246.65, 246.65);
  --text-primary: #112B3C;
  --text-secondary: #205375;
  --text-muted: rgb(50.7792207792, 128.4415584416, 179.2207792208);
  --accent: #F66B0E;
  --accent-hover: rgb(201.476, 85.272, 7.524);
  --border-color: rgb(200.75, 200.75, 200.75);
  --shadow-color: rgba(0, 0, 0, 0.1);
}

[data-theme=dark] {
  --bg-primary: #112B3C;
  --bg-secondary: rgb(11.3701298701, 28.7597402597, 40.1298701299);
  --bg-tertiary: rgb(13.6220779221, 34.4558441558, 48.0779220779);
  --text-primary: #EFEFEF;
  --text-secondary: rgb(251.75, 251.75, 251.75);
  --text-muted: #bcbcbc;
  --accent: #F66B0E;
  --accent-hover: rgb(248.754, 152.288, 87.746);
  --border-color: rgb(33.8896103896, 85.7207792208, 119.6103896104);
  --shadow-color: rgba(0, 0, 0, 0.3);
}
[data-theme=dark] img {
  filter: brightness(0.9);
}
[data-theme=dark] .card,
[data-theme=dark] .modal,
[data-theme=dark] .accordion {
  background-color: var(--bg-secondary);
}

[data-contrast=high] {
  --text-primary: #000000;
  --text-secondary: rgb(5.7402597403, 14.5194805195, 20.2597402597);
  --border-color: #000000;
}
[data-contrast=high] * {
  border-color: #000000;
}
[data-contrast=high] a, [data-contrast=high] .btn, [data-contrast=high] button {
  text-decoration: underline;
}

[data-theme=dark][data-contrast=high] {
  --text-primary: #FFFFFF;
  --text-secondary: #FFFFFF;
  --border-color: #FFFFFF;
}

[data-font-size=large] {
  font-size: 18px;
}

[data-font-size=x-large] {
  font-size: 20px;
}

[data-reduce-motion=true] *,
[data-reduce-motion=true] *::before,
[data-reduce-motion=true] *::after {
  animation-duration: 0.01ms;
  animation-iteration-count: 1;
  transition-duration: 0.01ms;
  scroll-behavior: auto;
}

.main-wrapper {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

main {
  flex: 1;
}

.skip-link {
  position: fixed;
  top: -100%;
  left: 16px;
  z-index: 9999;
  padding: 16px 24px;
  background-color: #F66B0E;
  color: #FFFFFF;
  border-radius: 8px;
  font-weight: 600;
  transition: top 0.15s ease;
}
.skip-link:focus {
  top: 16px;
}

.maintenance-page {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #112B3C, #205375);
  color: #FFFFFF;
  text-align: center;
  padding: 32px;
}
.maintenance-page .maintenance-content {
  max-width: 600px;
}
.maintenance-page .maintenance-content .maintenance-icon {
  font-size: 80px;
  margin-bottom: 32px;
  animation: pulse 2s infinite;
}
.maintenance-page .maintenance-content h1 {
  color: #FFFFFF;
  margin-bottom: 24px;
}
.maintenance-page .maintenance-content p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.125rem;
  margin-bottom: 40px;
}
.maintenance-page .maintenance-content .countdown {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin-bottom: 40px;
}
.maintenance-page .maintenance-content .countdown .countdown-item {
  text-align: center;
}
.maintenance-page .maintenance-content .countdown .countdown-item .countdown-value {
  font-family: "Gilroy", "Helvetica Neue", Arial, sans-serif;
  font-size: 2.25rem;
  font-weight: 700;
  display: block;
}
.maintenance-page .maintenance-content .countdown .countdown-item .countdown-label {
  font-size: 0.75rem;
  text-transform: uppercase;
  opacity: 0.7;
}

.error-page {
  min-height: calc(100vh - 75px);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 32px;
}
@media (min-width: 992px) {
  .error-page {
    min-height: 80vh;
  }
}
.error-page .error-content {
  max-width: 600px;
}
.error-page .error-content .error-code {
  font-family: "Masque", "Arial Black", sans-serif;
  font-size: 150px;
  font-weight: 700;
  color: #F66B0E;
  line-height: 1;
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .error-page .error-content .error-code {
    font-size: 200px;
  }
}
.error-page .error-content h1 {
  margin-bottom: 16px;
}
.error-page .error-content p {
  color: var(--text-muted);
  font-size: 1.125rem;
  margin-bottom: 40px;
}
.error-page .error-content .error-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}

.login-page {
  min-height: 100vh;
  display: flex;
}
.login-page .login-image {
  display: none;
}
@media (min-width: 992px) {
  .login-page .login-image {
    display: block;
    width: 50%;
    background: linear-gradient(135deg, rgba(17, 43, 60, 0.9), rgba(32, 83, 117, 0.8)), url("../assets/img/login-bg.jpg") center/cover;
    position: relative;
  }
  .login-page .login-image .login-brand {
    position: absolute;
    top: 32px;
    left: 32px;
  }
  .login-page .login-image .login-brand img {
    height: 50px;
  }
  .login-page .login-image .login-quote {
    position: absolute;
    bottom: 48px;
    left: 48px;
    right: 48px;
    color: #FFFFFF;
  }
  .login-page .login-image .login-quote blockquote {
    font-size: 1.5rem;
    font-style: italic;
    margin-bottom: 16px;
  }
  .login-page .login-image .login-quote cite {
    font-size: 0.875rem;
    opacity: 0.8;
  }
}
.login-page .login-form-wrapper {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px;
}
.login-page .login-form-wrapper .login-form-container {
  width: 100%;
  max-width: 400px;
}
.login-page .login-form-wrapper .login-form-container .login-header {
  text-align: center;
  margin-bottom: 40px;
}
.login-page .login-form-wrapper .login-form-container .login-header .login-logo {
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .login-page .login-form-wrapper .login-form-container .login-header .login-logo {
    display: none;
  }
}
.login-page .login-form-wrapper .login-form-container .login-header h1 {
  font-size: 1.875rem;
  margin-bottom: 8px;
}
.login-page .login-form-wrapper .login-form-container .login-header p {
  color: var(--text-muted);
}
.login-page .login-form-wrapper .login-form-container .login-options {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 32px;
}
.login-page .login-form-wrapper .login-form-container .login-options .login-option {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 16px;
  border: 1px solid var(--border-color);
  border-radius: 8px;
  font-weight: 500;
  transition: all 0.15s ease;
}
.login-page .login-form-wrapper .login-form-container .login-options .login-option:hover {
  background-color: var(--bg-secondary);
}
.login-page .login-form-wrapper .login-form-container .login-options .login-option img {
  width: 20px;
  height: 20px;
}
.login-page .login-form-wrapper .login-form-container .login-divider {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 32px;
}
.login-page .login-form-wrapper .login-form-container .login-divider::before, .login-page .login-form-wrapper .login-form-container .login-divider::after {
  content: "";
  flex: 1;
  height: 1px;
  background-color: var(--border-color);
}
.login-page .login-form-wrapper .login-form-container .login-divider span {
  font-size: 0.875rem;
  color: var(--text-muted);
}
.login-page .login-form-wrapper .login-form-container .login-footer {
  text-align: center;
  margin-top: 32px;
}
.login-page .login-form-wrapper .login-form-container .login-footer a {
  color: #F66B0E;
  font-weight: 500;
}

.dev-info-page .sitemap .sitemap-section {
  margin-bottom: 40px;
}
.dev-info-page .sitemap .sitemap-section h3 {
  margin-bottom: 24px;
  padding-bottom: 8px;
  border-bottom: 2px solid #F66B0E;
  display: inline-block;
}
.dev-info-page .sitemap .sitemap-section ul {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 8px;
}
.dev-info-page .sitemap .sitemap-section ul li a {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 8px;
  border-radius: 4px;
  transition: all 0.15s ease;
}
.dev-info-page .sitemap .sitemap-section ul li a:hover {
  background-color: var(--bg-secondary);
  color: #F66B0E;
}
.dev-info-page .sitemap .sitemap-section ul li a i {
  font-size: 16px;
  color: var(--text-muted);
}
.dev-info-page .version-info {
  background-color: var(--bg-secondary);
  padding: 32px;
  border-radius: 12px;
}
.dev-info-page .version-info .version-item {
  display: flex;
  justify-content: space-between;
  padding: 8px 0;
  border-bottom: 1px solid var(--border-color);
}
.dev-info-page .version-info .version-item:last-child {
  border-bottom: none;
}
.dev-info-page .debug-logs {
  background-color: #112B3C;
  color: #EFEFEF;
  padding: 32px;
  border-radius: 12px;
  font-family: "Consolas", "Monaco", monospace;
  font-size: 0.875rem;
  max-height: 400px;
  overflow-y: auto;
}
.dev-info-page .debug-logs .log-entry {
  padding: 4px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.dev-info-page .debug-logs .log-entry .log-time {
  color: #F66B0E;
}
.dev-info-page .debug-logs .log-entry .log-type {
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 0.75rem;
  margin: 0 8px;
}
.dev-info-page .debug-logs .log-entry .log-type--info {
  background-color: #17a2b8;
}
.dev-info-page .debug-logs .log-entry .log-type--warning {
  background-color: #ffc107;
  color: #000000;
}
.dev-info-page .debug-logs .log-entry .log-type--error {
  background-color: #dc3545;
}
.dev-info-page .debug-logs .log-entry .log-type--success {
  background-color: #28a745;
}/*# sourceMappingURL=style.css.map */