@charset "UTF-8";
/*============================================================================
	Dependency-free breakpoint mixin
		- Based on http://blog.grayghostvisuals.com/sass/sass-media-query-mixin/
		- Usage docs: http://shopify.github.io/Timber/#sass-mixins
==============================================================================*/
/*============================================================================
	Used for verify if reponsive prefix is defined in flexbox grid building (_flex.scss)
==============================================================================*/
/*============================================================================
	Dynamically change text color based on a background color
		- Based on http://thesassway.com/intermediate/dynamically-change-text-color-based-on-its-background-with-sass/
==============================================================================*/
/*============================================================================
	Hover
==============================================================================*/
* {
  box-sizing: border-box;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2rem;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-width: 1px;
  border-color: rgba(26, 26, 26, 0.1);
  opacity: 1;
  margin: 1.5rem 0;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

ol,
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

.hidden,
[hidden] {
  display: none;
}

* {
  -ms-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
}

body {
  font-family: "Montserrat", sans-serif;
  overflow-x: hidden;
}

.site-main {
  position: relative;
  z-index: 1000;
}

h1,
.h1 {
  font-family: "Montserrat", sans-serif;
  font-size: 1.85rem;
}
@media screen and (min-width: 768px) {
  h1,
  .h1 {
    font-size: 2.035rem;
  }
}
@media screen and (min-width: 1280px) {
  h1,
  .h1 {
    font-size: 2.22rem;
  }
}

h2,
.h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 1.75rem;
}
@media screen and (min-width: 768px) {
  h2,
  .h2 {
    font-size: 1.925rem;
  }
}
@media screen and (min-width: 1280px) {
  h2,
  .h2 {
    font-size: 2.1rem;
  }
}

h3,
.h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  h3,
  .h3 {
    font-size: 1.65rem;
  }
}
@media screen and (min-width: 1280px) {
  h3,
  .h3 {
    font-size: 1.8rem;
  }
}

h4,
.h4 {
  font-family: "Montserrat", sans-serif;
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  h4,
  .h4 {
    font-size: 1.375rem;
  }
}
@media screen and (min-width: 1280px) {
  h4,
  .h4 {
    font-size: 1.5rem;
  }
}

h5,
.h5 {
  font-family: "Montserrat", sans-serif;
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  h5,
  .h5 {
    font-size: 1.2375rem;
  }
}
@media screen and (min-width: 1280px) {
  h5,
  .h5 {
    font-size: 1.35rem;
  }
}

h6,
.h6 {
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  h6,
  .h6 {
    font-size: 1.1rem;
  }
}
@media screen and (min-width: 1280px) {
  h6,
  .h6 {
    font-size: 1.2rem;
  }
}

a,
a > div {
  transition: all 0.15s cubic-bezier(0.25, 0.8, 0.25, 1);
  color: #CC0000;
}
a:hover,
a > div:hover {
  color: #CC0000;
}

button {
  cursor: pointer;
  transition: all 0.15s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.entry-content iframe,
.entry-content embed,
.entry-content .tableauPlaceholder,
.entry-content .wp-caption {
  max-width: 100%;
}
.entry-content .wp-caption:not([class*=align]) {
  margin: 0 0 0.85rem 0;
}
.entry-content .wp-caption .wp-caption-text {
  font-size: 0.9rem;
  color: #4d4d4d;
  line-height: 1.4;
  margin-top: 0.35rem;
}
.entry-content h1 {
  font-size: 3rem;
  text-transform: uppercase;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-content p {
  margin-bottom: 1.175rem;
}
.entry-content p {
  color: #1A1A1A;
  font-size: 1.1rem;
  line-height: 1.5rem;
  overflow-wrap: break-word;
}
.entry-content ul {
  list-style: disc;
  padding-left: 1rem;
}
.entry-content ul li {
  line-height: 1.5rem;
  font-size: 1.1rem;
}
.entry-content ul li + li {
  margin-top: 0.625rem;
}
.entry-content blockquote {
  padding: 0.75rem 1rem;
  margin-top: 10px;
  margin-bottom: 1.75rem;
  border-left: 4px solid rgba(204, 0, 0, 0.7);
  background-color: rgb(224.4, 224.4, 224.4);
  color: #1A1A1A;
}
@media screen and (min-width: 768px) {
  .entry-content blockquote {
    margin-left: 2rem;
    margin-right: 2rem;
    padding: 1rem 1.25rem;
  }
}
.entry-content blockquote * {
  font-size: 1.35rem;
  margin-bottom: 0;
  line-height: 1.35;
}
.entry-content img {
  height: auto !important;
  max-width: 100% !important;
  border-radius: 10px;
}
@media screen and (max-width: 480px) {
  .entry-content img {
    display: block;
    margin: 0 0 1rem 0;
    width: 100% !important;
  }
}

.alignnone {
  margin: 0 0 0.85rem 0;
}

.alignright {
  float: right !important;
  margin: 0 0 0.85rem 0.85rem;
}

.alignleft {
  float: left !important;
  margin: 0 0.85rem 0.85rem 0;
}

.aligncenter {
  display: block !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

@media screen and (min-width: 1024px) {
  .alignfull,
  .alignwide {
    margin-bottom: 2em;
    margin-left: 50%;
    transform: translateX(-50%);
  }
  .alignwide {
    width: 75vw;
  }
  .alignfull {
    width: 100vw;
    max-width: none;
  }
}
.carousel {
  display: none;
}
.carousel.slick-initialized {
  display: block;
}

.slick-list {
  overflow: visible;
}

.carousel-dots .slick-dots:not([style]) {
  display: none !important;
}
.carousel-dots .slick-dots {
  margin-top: 1rem;
  border-radius: 50px;
  position: relative;
  display: inline-flex;
  justify-content: center;
  left: 50%;
  transform: translateX(-50%);
  gap: 0.475rem;
  max-width: 100%;
}
.carousel-dots .slick-dots li {
  margin: 0 !important;
  overflow: hidden;
  width: 100%;
  width: 8px;
  height: 8px;
  background-color: rgba(255, 255, 255, 0.9);
  opacity: 0.35;
  cursor: pointer;
  border-radius: 500px;
  transition: all 150ms ease-in-out;
}
@media screen and (min-width: 1024px) {
  .carousel-dots .slick-dots li {
    margin: 0 0.15rem;
    width: 10px;
    height: 10px;
  }
}
.carousel-dots .slick-dots li.slick-active {
  opacity: 1;
}
.carousel-dots .slick-dots li button {
  display: none;
}
.carousel-dots .slick-dots li button:before {
  display: none;
}

@media screen and (min-width: 1024px) {
  #baguetteBox-overlay .full-image img {
    max-width: 900px !important;
    max-height: 90vh !important;
  }
}

.container, .container--sm {
  max-width: 1280px;
  padding: 0 1rem;
  margin: 0 auto;
}

.container--sm {
  max-width: 888px;
}

.overflow-hidden {
  overflow: hidden;
}

.responsive-embed {
  position: relative;
  overflow: hidden;
  padding-bottom: 56.25%;
  height: 0;
  max-width: 100%;
  border-radius: 10px;
  background-color: #1A1A1A;
}
.responsive-embed iframe,
.responsive-embed object,
.responsive-embed embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.section {
  padding-top: 4.675rem;
  padding-bottom: 4.675rem;
}
@media screen and (min-width: 1024px) {
  .section {
    padding-top: 5.675rem;
    padding-bottom: 5.675rem;
  }
}

.section-sm, .gallery, .front-about {
  padding-top: 2.35rem;
  padding-bottom: 2.35rem;
}
@media screen and (min-width: 1024px) {
  .section-sm, .gallery, .front-about {
    padding-top: 3.35rem;
    padding-bottom: 3.35rem;
  }
}

.section-lg {
  padding-top: 5.675rem;
  padding-bottom: 5.675rem;
}
@media screen and (min-width: 1024px) {
  .section-lg {
    padding-top: 6.675rem;
    padding-bottom: 6.675rem;
  }
}

.row {
  display: flex;
  flex-flow: row wrap;
  gap: 2rem 0;
  margin: 0 -15px;
}

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

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

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

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

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

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

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

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

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

.col-1 {
  width: 8.3333333333%;
  padding-left: 1rem;
  padding-right: 1rem;
}

.col-2 {
  width: 16.6666666667%;
  padding-left: 1rem;
  padding-right: 1rem;
}

.col-3 {
  width: 25%;
  padding-left: 1rem;
  padding-right: 1rem;
}

.col-4 {
  width: 33.3333333333%;
  padding-left: 1rem;
  padding-right: 1rem;
}

.col-5 {
  width: 41.6666666667%;
  padding-left: 1rem;
  padding-right: 1rem;
}

.col-6 {
  width: 50%;
  padding-left: 1rem;
  padding-right: 1rem;
}

.col-7 {
  width: 58.3333333333%;
  padding-left: 1rem;
  padding-right: 1rem;
}

.col-8 {
  width: 66.6666666667%;
  padding-left: 1rem;
  padding-right: 1rem;
}

.col-9 {
  width: 75%;
  padding-left: 1rem;
  padding-right: 1rem;
}

.col-10 {
  width: 83.3333333333%;
  padding-left: 1rem;
  padding-right: 1rem;
}

.col-11 {
  width: 91.6666666667%;
  padding-left: 1rem;
  padding-right: 1rem;
}

.col-12 {
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media screen and (min-width: 480px) {
  .justify-sm-center {
    justify-content: center;
  }
  .justify-sm-start {
    justify-content: start;
  }
  .justify-sm-end {
    justify-content: end;
  }
  .justify-sm-around {
    justify-content: space-around;
  }
  .justify-sm-between {
    justify-content: space-between;
  }
  .justify-sm-evenly {
    justify-content: space-evenly;
  }
  .align-sm-center {
    align-items: center;
  }
  .align-sm-start {
    align-items: start;
  }
  .align-sm-end {
    align-items: end;
  }
  .col-sm-1 {
    width: 8.3333333333%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .col-sm-2 {
    width: 16.6666666667%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .col-sm-3 {
    width: 25%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .col-sm-4 {
    width: 33.3333333333%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .col-sm-5 {
    width: 41.6666666667%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .col-sm-6 {
    width: 50%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .col-sm-7 {
    width: 58.3333333333%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .col-sm-8 {
    width: 66.6666666667%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .col-sm-9 {
    width: 75%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .col-sm-10 {
    width: 83.3333333333%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .col-sm-11 {
    width: 91.6666666667%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .col-sm-12 {
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .justify-md-center {
    justify-content: center;
  }
  .justify-md-start {
    justify-content: start;
  }
  .justify-md-end {
    justify-content: end;
  }
  .justify-md-around {
    justify-content: space-around;
  }
  .justify-md-between {
    justify-content: space-between;
  }
  .justify-md-evenly {
    justify-content: space-evenly;
  }
  .align-md-center {
    align-items: center;
  }
  .align-md-start {
    align-items: start;
  }
  .align-md-end {
    align-items: end;
  }
  .col-md-1 {
    width: 8.3333333333%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .col-md-2 {
    width: 16.6666666667%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .col-md-3 {
    width: 25%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .col-md-4 {
    width: 33.3333333333%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .col-md-5 {
    width: 41.6666666667%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .col-md-6 {
    width: 50%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .col-md-7 {
    width: 58.3333333333%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .col-md-8 {
    width: 66.6666666667%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .col-md-9 {
    width: 75%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .col-md-10 {
    width: 83.3333333333%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .col-md-11 {
    width: 91.6666666667%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .col-md-12 {
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media screen and (min-width: 1024px) {
  .justify-lg-center {
    justify-content: center;
  }
  .justify-lg-start {
    justify-content: start;
  }
  .justify-lg-end {
    justify-content: end;
  }
  .justify-lg-around {
    justify-content: space-around;
  }
  .justify-lg-between {
    justify-content: space-between;
  }
  .justify-lg-evenly {
    justify-content: space-evenly;
  }
  .align-lg-center {
    align-items: center;
  }
  .align-lg-start {
    align-items: start;
  }
  .align-lg-end {
    align-items: end;
  }
  .col-lg-1 {
    width: 8.3333333333%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .col-lg-2 {
    width: 16.6666666667%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .col-lg-3 {
    width: 25%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .col-lg-4 {
    width: 33.3333333333%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .col-lg-5 {
    width: 41.6666666667%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .col-lg-6 {
    width: 50%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .col-lg-7 {
    width: 58.3333333333%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .col-lg-8 {
    width: 66.6666666667%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .col-lg-9 {
    width: 75%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .col-lg-10 {
    width: 83.3333333333%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .col-lg-11 {
    width: 91.6666666667%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .col-lg-12 {
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media screen and (min-width: 1280px) {
  .justify-xl-center {
    justify-content: center;
  }
  .justify-xl-start {
    justify-content: start;
  }
  .justify-xl-end {
    justify-content: end;
  }
  .justify-xl-around {
    justify-content: space-around;
  }
  .justify-xl-between {
    justify-content: space-between;
  }
  .justify-xl-evenly {
    justify-content: space-evenly;
  }
  .align-xl-center {
    align-items: center;
  }
  .align-xl-start {
    align-items: start;
  }
  .align-xl-end {
    align-items: end;
  }
  .col-xl-1 {
    width: 8.3333333333%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .col-xl-2 {
    width: 16.6666666667%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .col-xl-3 {
    width: 25%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .col-xl-4 {
    width: 33.3333333333%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .col-xl-5 {
    width: 41.6666666667%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .col-xl-6 {
    width: 50%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .col-xl-7 {
    width: 58.3333333333%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .col-xl-8 {
    width: 66.6666666667%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .col-xl-9 {
    width: 75%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .col-xl-10 {
    width: 83.3333333333%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .col-xl-11 {
    width: 91.6666666667%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .col-xl-12 {
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media screen and (min-width: 1536px) {
  .justify-xxl-center {
    justify-content: center;
  }
  .justify-xxl-start {
    justify-content: start;
  }
  .justify-xxl-end {
    justify-content: end;
  }
  .justify-xxl-around {
    justify-content: space-around;
  }
  .justify-xxl-between {
    justify-content: space-between;
  }
  .justify-xxl-evenly {
    justify-content: space-evenly;
  }
  .align-xxl-center {
    align-items: center;
  }
  .align-xxl-start {
    align-items: start;
  }
  .align-xxl-end {
    align-items: end;
  }
  .col-xxl-1 {
    width: 8.3333333333%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .col-xxl-2 {
    width: 16.6666666667%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .col-xxl-3 {
    width: 25%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .col-xxl-4 {
    width: 33.3333333333%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .col-xxl-5 {
    width: 41.6666666667%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .col-xxl-6 {
    width: 50%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .col-xxl-7 {
    width: 58.3333333333%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .col-xxl-8 {
    width: 66.6666666667%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .col-xxl-9 {
    width: 75%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .col-xxl-10 {
    width: 83.3333333333%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .col-xxl-11 {
    width: 91.6666666667%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .col-xxl-12 {
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
/**
 * About Page Components
 * 
 * Seções da página Sobre com design premium
 * Consistente com sistema de design gradiente
 */
/*============================================================================
  About Content Section
  Seção de conteúdo textual
==============================================================================*/
.about-content {
  position: relative;
  padding: 5rem 0;
  background-color: #ffffff;
}
@media screen and (min-width: 768px) {
  .about-content {
    padding: 6rem 0;
  }
}
@media screen and (min-width: 1024px) {
  .about-content {
    padding: 7rem 0;
  }
}

.about-content__wrapper {
  max-width: 900px;
  margin: 0 auto;
}

.about-content__header {
  position: relative;
  margin-bottom: 2.5rem;
  padding-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .about-content__header {
    margin-bottom: 3rem;
  }
}
.about-content__header::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, #CC0000 0%, #D4A017 100%);
  border-radius: 2px;
}

.about-content__title {
  font-family: "Montserrat", sans-serif;
  font-size: 2.25rem;
  font-weight: 800;
  color: #1A1A1A;
  margin: 0 0 1rem 0;
  display: flex;
  align-items: center;
  gap: 0.875rem;
  letter-spacing: -0.02em;
}
@media screen and (min-width: 768px) {
  .about-content__title {
    font-size: 2.75rem;
    gap: 1rem;
  }
}
@media screen and (min-width: 1024px) {
  .about-content__title {
    font-size: 3.25rem;
  }
}
.about-content__title ion-icon {
  font-size: 2rem;
  color: #CC0000;
}
@media screen and (min-width: 768px) {
  .about-content__title ion-icon {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .about-content__title ion-icon {
    font-size: 3rem;
  }
}

/*============================================================================
  About Gallery Section
  Seção de galeria com fundo destacado
==============================================================================*/
.about-gallery {
  position: relative;
  padding: 5rem 0;
  background: linear-gradient(180deg, rgba(212, 160, 23, 0.15) 0%, rgba(212, 160, 23, 0.08) 100%);
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .about-gallery {
    padding: 6rem 0;
  }
}
@media screen and (min-width: 1024px) {
  .about-gallery {
    padding: 7rem 0;
  }
}
.about-gallery::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 4px;
  background: linear-gradient(90deg, #CC0000 0%, #D4A017 100%);
  border-radius: 0 0 4px 4px;
}

.about-gallery__header {
  text-align: center;
  margin-bottom: 3.5rem;
}
@media screen and (min-width: 768px) {
  .about-gallery__header {
    margin-bottom: 4rem;
  }
}

.about-gallery__title {
  font-family: "Montserrat", sans-serif;
  font-size: 2.25rem;
  font-weight: 800;
  color: #1A1A1A;
  margin: 0 0 1.25rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.875rem;
  letter-spacing: -0.02em;
}
@media screen and (min-width: 768px) {
  .about-gallery__title {
    font-size: 2.75rem;
    gap: 1rem;
  }
}
@media screen and (min-width: 1024px) {
  .about-gallery__title {
    font-size: 3.25rem;
  }
}
.about-gallery__title ion-icon {
  font-size: 2rem;
  color: #CC0000;
}
@media screen and (min-width: 768px) {
  .about-gallery__title ion-icon {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .about-gallery__title ion-icon {
    font-size: 3rem;
  }
}

.about-gallery__description {
  font-family: "Montserrat", sans-serif;
  font-size: 1.125rem;
  line-height: 1.7;
  color: rgba(26, 26, 26, 0.65);
  max-width: 800px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .about-gallery__description {
    font-size: 1.25rem;
  }
}

.about-gallery__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .about-gallery__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .about-gallery__grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 1.75rem;
  }
}

.about-gallery__item {
  position: relative;
  aspect-ratio: 4/3;
  border-radius: 15px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 4px 15px rgba(26, 26, 26, 0.1);
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.about-gallery__item:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 40px rgba(26, 26, 26, 0.15), 0 5px 15px rgba(26, 26, 26, 0.08);
}
.about-gallery__item:hover .about-gallery__overlay {
  opacity: 1;
}
.about-gallery__item:hover img {
  transform: scale(1.12);
}
.about-gallery__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.about-gallery__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(204, 0, 0, 0.85) 0%, rgba(26, 26, 26, 0.7) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.4s ease;
}
.about-gallery__overlay ion-icon {
  font-size: 3rem;
  color: #fff;
  filter: drop-shadow(0 4px 10px rgba(26, 26, 26, 0.3));
}
@media screen and (min-width: 768px) {
  .about-gallery__overlay ion-icon {
    font-size: 3.5rem;
  }
}

/*============================================================================
  Front About Section
  Seção sobre na página inicial (refatorada para intro-section)
==============================================================================*/
.front-about {
  position: relative;
  background-color: #F5F5F5;
}

.front-about__header {
  text-align: center;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .front-about__header {
    margin-bottom: 1.75rem;
  }
}
@media screen and (min-width: 1024px) {
  .front-about__header {
    margin-bottom: 2.5rem;
  }
}

.front-about__title {
  font-family: "Montserrat", sans-serif;
  font-size: 2.25rem;
  font-weight: 800;
  color: #1A1A1A;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.875rem;
  letter-spacing: -0.02em;
}
@media screen and (min-width: 768px) {
  .front-about__title {
    font-size: 2.75rem;
    gap: 1rem;
  }
}
@media screen and (min-width: 1024px) {
  .front-about__title {
    font-size: 3.25rem;
  }
}

.front-about__title-icon {
  font-size: 2rem;
  color: #CC0000;
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .front-about__title-icon {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .front-about__title-icon {
    font-size: 3rem;
  }
}

.front-about__content {
  font-family: "Montserrat", sans-serif;
  font-size: 1.0625rem;
  line-height: 1.85;
  color: rgba(26, 26, 26, 0.7);
  margin-bottom: 2.5rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .front-about__content {
    font-size: 1.125rem;
    line-height: 1.9;
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 1024px) {
  .front-about__content {
    font-size: 1.1875rem;
    line-height: 2;
  }
}
.front-about__content p {
  margin: 0 0 1.5rem 0;
}
.front-about__content p:last-child {
  margin-bottom: 0;
}
.front-about__content strong {
  color: #1A1A1A;
  font-weight: 700;
}
.front-about__content a {
  color: #CC0000;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color 0.3s ease;
}
.front-about__content a:hover {
  color: #990000;
}

.front-about__action-wrapper {
  text-align: center;
}

.front-about__action {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem 2.5rem;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(135deg, #CC0000 0%, #990000 100%);
  border-radius: 100px;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 6px 20px rgba(204, 0, 0, 0.35);
}
@media screen and (min-width: 768px) {
  .front-about__action {
    padding: 1.125rem 3rem;
    font-size: 1.0625rem;
    gap: 1rem;
  }
}
.front-about__action:hover {
  transform: translateY(-3px);
  -ms-box-shadow: 0 8px 20px rgba(204, 0, 0, 0.4);
  box-shadow: 0 8px 20px rgba(204, 0, 0, 0.4);
  -moz-box-shadow: 0 8px 20px rgba(204, 0, 0, 0.4);
  color: #fff;
}
.front-about__action:hover .front-about__action-icon {
  transform: translateX(4px);
}
.front-about__action:focus {
  outline: 2px solid #CC0000;
  outline-offset: 3px;
}

.front-about__action-icon {
  font-size: 1.25rem;
  flex-shrink: 0;
  transition: transform 0.3s ease;
}
@media screen and (min-width: 768px) {
  .front-about__action-icon {
    font-size: 1.375rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .front-about__action {
    transition: none;
  }
  .front-about__action:hover {
    transform: none;
  }
  .front-about__action:hover .front-about__action-icon {
    transform: none;
  }
}
.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.screen-reader-text:focus {
  position: static;
  width: auto;
  height: auto;
  padding: inherit;
  margin: inherit;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

/**
 * Action Components
 * 
 * Card de ações com design moderno e minimalista
 * Consistente com design tokens do projeto
 */
/*============================================================================
  Item Action - Card para listagens
==============================================================================*/
.item-action {
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: #ffffff;
  border: solid 2px rgba(26, 26, 26, 0.08);
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.3s ease;
}
.item-action:hover {
  border-color: rgba(204, 0, 0, 0.2);
  box-shadow: 0 12px 32px rgba(26, 26, 26, 0.1);
}
.item-action:hover .item-action__image {
  transform: scale(1.05);
}
.item-action:hover .item-action__title a {
  color: #CC0000;
}
.item-action:hover .item-action__link ion-icon {
  transform: translateX(4px);
}

.item-action__thumbnail {
  position: relative;
  width: 100%;
  aspect-ratio: 16/10;
  overflow: hidden;
  background-color: rgba(26, 26, 26, 0.03);
}
.item-action__thumbnail a {
  display: block;
  width: 100%;
  height: 100%;
}

.item-action__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: transform 0.4s ease;
}

.item-action__content {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 1.5rem;
  gap: 0.75rem;
}
@media screen and (min-width: 768px) {
  .item-action__content {
    padding: 1.75rem;
  }
}

.item-action__title {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.35;
  color: #1A1A1A;
  transition: color 0.25s ease;
}
@media screen and (min-width: 768px) {
  .item-action__title {
    font-size: 1.25rem;
  }
}
.item-action__title a {
  color: inherit;
  text-decoration: none;
  transition: color 0.25s ease;
}

.item-action__excerpt {
  margin: 0;
  flex: 1;
  font-family: "Montserrat", sans-serif;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.65;
  color: rgba(26, 26, 26, 0.65);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.item-action__link {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  gap: 0.5rem;
  margin-top: auto;
  padding-top: 0.5rem;
  font-family: "Montserrat", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  color: #CC0000;
  text-decoration: none;
  transition: gap 0.25s ease;
}
.item-action__link ion-icon {
  font-size: 1.125rem;
  transition: transform 0.25s ease;
}
.item-action__link:hover {
  gap: 0.625rem;
}

/*============================================================================
  Single Action - Página individual
==============================================================================*/
.single-action {
  background-color: #ffffff;
}

.single-action__header {
  padding: 2.5rem 0 1.5rem;
  background-color: #ffffff;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .single-action__header {
    padding: 3rem 0 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .single-action__header {
    padding: 4rem 0 2.5rem;
  }
}

.single-action__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.75rem 1.5rem;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .single-action__meta {
    margin-bottom: 1.25rem;
  }
}

.single-action__date,
.single-action__location {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-family: "Montserrat", sans-serif;
  font-size: 0.8125rem;
  font-weight: 600;
  color: rgba(26, 26, 26, 0.5);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.single-action__date ion-icon,
.single-action__location ion-icon {
  font-size: 1rem;
  color: #CC0000;
}

.single-action__title {
  margin: 0 auto;
  max-width: 900px;
  font-family: "Montserrat", sans-serif;
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 1.25;
  color: #1A1A1A;
  letter-spacing: -0.01em;
}
@media screen and (min-width: 768px) {
  .single-action__title {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .single-action__title {
    font-size: 2.5rem;
  }
}

.single-action__featured-image {
  padding-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .single-action__featured-image {
    padding-bottom: 3rem;
  }
}
@media screen and (min-width: 1024px) {
  .single-action__featured-image {
    padding-bottom: 4rem;
  }
}
.single-action__featured-image img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 12px 40px rgba(26, 26, 26, 0.15), 0 4px 12px rgba(26, 26, 26, 0.08);
}

.single-action__content {
  padding: 2.5rem 0 3rem;
}
@media screen and (min-width: 768px) {
  .single-action__content {
    padding: 3rem 0 4rem;
  }
}
@media screen and (min-width: 1024px) {
  .single-action__content {
    padding: 4rem 0 5rem;
  }
}

.single-action__body {
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  line-height: 1.8;
  color: #1A1A1A;
}
@media screen and (min-width: 768px) {
  .single-action__body {
    font-size: 1.0625rem;
  }
}
@media screen and (min-width: 1024px) {
  .single-action__body {
    font-size: 1.125rem;
    line-height: 1.85;
  }
}
.single-action__body p {
  margin-bottom: 1.5rem;
}
.single-action__body p:last-child {
  margin-bottom: 0;
}
.single-action__body h2,
.single-action__body h3,
.single-action__body h4,
.single-action__body h5,
.single-action__body h6 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #1A1A1A;
  line-height: 1.3;
}
.single-action__body h2 {
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .single-action__body h2 {
    font-size: 1.75rem;
  }
}
.single-action__body h3 {
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .single-action__body h3 {
    font-size: 1.5rem;
  }
}
.single-action__body a {
  color: #CC0000;
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: color 0.25s ease;
}
.single-action__body a:hover {
  color: #990000;
}
.single-action__body img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  margin: 2rem 0;
}
.single-action__body ul,
.single-action__body ol {
  margin: 1.5rem 0;
  padding-left: 1.5rem;
}
.single-action__body ul li,
.single-action__body ol li {
  margin-bottom: 0.5rem;
}
.single-action__body blockquote {
  margin: 2rem 0;
  padding: 1.5rem 2rem;
  background-color: rgba(26, 26, 26, 0.02);
  border-left: 4px solid #CC0000;
  border-radius: 0 10px 10px 0;
  font-style: italic;
  color: rgba(26, 26, 26, 0.8);
}
.single-action__body blockquote p {
  margin: 0;
}

.single-action__gallery {
  padding: 3rem 0;
  background-color: rgba(26, 26, 26, 0.02);
}
@media screen and (min-width: 768px) {
  .single-action__gallery {
    padding: 4rem 0;
  }
}
@media screen and (min-width: 1024px) {
  .single-action__gallery {
    padding: 5rem 0;
  }
}

.single-action__footer {
  padding: 1.5rem 0;
  border-top: solid 2px rgba(26, 26, 26, 0.06);
  background-color: rgba(26, 26, 26, 0.015);
}
@media screen and (min-width: 768px) {
  .single-action__footer {
    padding: 2rem 0;
  }
}

.single-action__navigation {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
@media screen and (min-width: 768px) {
  .single-action__navigation {
    flex-direction: row;
    justify-content: space-between;
    gap: 1.5rem;
  }
}

.single-action__nav-link {
  display: inline-flex;
  align-items: center;
  gap: 0.625rem;
  padding: 0.875rem 1.25rem;
  font-family: "Montserrat", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  color: #1A1A1A;
  background-color: #ffffff;
  border: solid 2px rgba(26, 26, 26, 0.08);
  border-radius: 10px;
  text-decoration: none;
  transition: all 0.25s ease;
}
.single-action__nav-link ion-icon {
  font-size: 1.125rem;
  color: #CC0000;
  transition: transform 0.25s ease;
}
.single-action__nav-link:hover {
  border-color: rgba(204, 0, 0, 0.25);
  box-shadow: 0 4px 12px rgba(26, 26, 26, 0.06);
}
.single-action__nav-link--prev:hover ion-icon {
  transform: translateX(-3px);
}
@media screen and (min-width: 768px) {
  .single-action__nav-link--next {
    margin-left: auto;
  }
}
.single-action__nav-link--next:hover ion-icon {
  transform: translateX(3px);
}

/*============================================================================
  Legacy - Mantido para compatibilidade
==============================================================================*/
.action-item {
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: #ffffff;
  border: solid 2px rgba(26, 26, 26, 0.08);
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.3s ease;
}
.action-item:hover {
  border-color: rgba(204, 0, 0, 0.2);
  box-shadow: 0 12px 32px rgba(26, 26, 26, 0.1);
}
.action-item:hover .action-item__image img {
  transform: scale(1.05);
}
.action-item:hover .action-item__title {
  color: #CC0000;
}

.action-item__link {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
  color: inherit;
}

.action-item__image-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.action-item__image {
  position: relative;
  width: 100%;
  aspect-ratio: 16/10;
  overflow: hidden;
  background-color: rgba(26, 26, 26, 0.03);
}
.action-item__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: transform 0.4s ease;
}

.action-item__content {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 1.5rem;
  gap: 0.75rem;
}
@media screen and (min-width: 768px) {
  .action-item__content {
    padding: 1.75rem;
  }
}

.action-item__title {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.35;
  color: #1A1A1A;
  transition: color 0.25s ease;
}
@media screen and (min-width: 768px) {
  .action-item__title {
    font-size: 1.25rem;
  }
}

.action-item__excerpt {
  flex: 1;
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 0.9375rem;
  line-height: 1.65;
  color: rgba(26, 26, 26, 0.65);
}

.action-item__cta {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  gap: 0.5rem;
  margin-top: 0.5rem;
  font-family: "Montserrat", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  color: #CC0000;
}
.action-item__cta ion-icon {
  font-size: 1.125rem;
  transition: transform 0.25s ease;
}
.action-item:hover .action-item__cta ion-icon {
  transform: translateX(4px);
}

/**
 * Contact Section & Contact Cards
 * 
 * Modern contact section for homepage
 * Uses design tokens from _variables.scss
 */
/*============================================================================
  Contact Section - Main Container
==============================================================================*/
.contact-section {
  position: relative;
  padding: 5rem 0;
  background-color: #1A1A1A;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .contact-section {
    padding: 6rem 0;
  }
}
@media screen and (min-width: 1024px) {
  .contact-section {
    padding: 7rem 0;
  }
}

/*============================================================================
  Contact Section - Background
==============================================================================*/
.contact-section__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 10% 20%, rgba(204, 0, 0, 0.15) 0%, transparent 40%), radial-gradient(circle at 90% 80%, rgba(212, 160, 23, 0.1) 0%, transparent 40%), linear-gradient(160deg, rgb(18.35, 18.35, 18.35) 0%, #1A1A1A 40%, rgb(38.75, 38.75, 38.75) 100%);
  pointer-events: none;
}

/*============================================================================
  Contact Section - Header
==============================================================================*/
.contact-section__header {
  position: relative;
  z-index: 1;
  text-align: center;
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .contact-section__header {
    margin-bottom: 3.5rem;
  }
}

.contact-section__header-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  background: linear-gradient(135deg, #CC0000 0%, #990000 100%);
  border-radius: 50%;
  margin-bottom: 1.5rem;
  -ms-box-shadow: 0 8px 24px rgba(204, 0, 0, 0.4);
  box-shadow: 0 8px 24px rgba(204, 0, 0, 0.4);
  -moz-box-shadow: 0 8px 24px rgba(204, 0, 0, 0.4);
}
@media screen and (min-width: 768px) {
  .contact-section__header-badge {
    width: 72px;
    height: 72px;
    margin-bottom: 2rem;
  }
}
.contact-section__header-badge ion-icon {
  font-size: 1.75rem;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .contact-section__header-badge ion-icon {
    font-size: 2rem;
  }
}

.contact-section__title {
  font-family: "Montserrat", sans-serif;
  font-size: 2rem;
  font-weight: 800;
  color: #fff;
  margin: 0 0 0.75rem;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .contact-section__title {
    font-size: 2.5rem;
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 1024px) {
  .contact-section__title {
    font-size: 3rem;
  }
}

.contact-section__subtitle {
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .contact-section__subtitle {
    font-size: 1.125rem;
  }
}

/*============================================================================
  Contact Section - Grid
==============================================================================*/
.contact-section__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  max-width: 800px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .contact-section__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
  }
}

/*============================================================================
  Contact Card - Individual Item
==============================================================================*/
.contact-card {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.25rem 1.5rem;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .contact-card {
    padding: 1.5rem 1.75rem;
    gap: 1.25rem;
  }
}
.contact-card:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(204, 0, 0, 0.3);
  transform: translateX(8px);
}
.contact-card:hover .contact-card__icon-wrap {
  background-color: #CC0000;
}
.contact-card:hover .contact-card__arrow {
  opacity: 1;
  transform: translateX(0);
}

/*============================================================================
  Contact Card - Icon
==============================================================================*/
.contact-card__icon-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  background: rgba(204, 0, 0, 0.2);
  border-radius: 10px;
  transition: background-color 0.3s ease;
}
@media screen and (min-width: 768px) {
  .contact-card__icon-wrap {
    width: 48px;
    height: 48px;
  }
}

.contact-card__icon {
  font-size: 1.25rem;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .contact-card__icon {
    font-size: 1.375rem;
  }
}

/*============================================================================
  Contact Card - Body
==============================================================================*/
.contact-card__body {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  flex: 1;
  min-width: 0;
}

.contact-card__label {
  font-family: "Montserrat", sans-serif;
  font-size: 0.6875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.5);
}
@media screen and (min-width: 768px) {
  .contact-card__label {
    font-size: 0.75rem;
  }
}

.contact-card__value {
  font-family: "Montserrat", sans-serif;
  font-size: 0.9375rem;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  word-break: break-word;
}
@media screen and (min-width: 768px) {
  .contact-card__value {
    font-size: 1rem;
  }
}
.contact-card__value--link {
  transition: color 0.2s ease;
}
.contact-card__value--link:hover, .contact-card__value--link:focus {
  color: #fff;
}

/*============================================================================
  Contact Card - Arrow
==============================================================================*/
.contact-card__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.3);
  opacity: 0;
  transform: translateX(-8px);
  transition: all 0.3s ease;
}
.contact-card__arrow ion-icon {
  font-size: 1.25rem;
}

/*============================================================================
  Contact Card - Accessibility
==============================================================================*/
@media (prefers-reduced-motion: reduce) {
  .contact-card,
  .contact-card__icon-wrap,
  .contact-card__value--link,
  .contact-card__arrow {
    transition: none;
  }
  .contact-card:hover {
    transform: none;
  }
  .contact-card:hover .contact-card__arrow {
    transform: none;
  }
}
/*============================================================================
  Item Contact - Legacy (para list-grid-with-action)
==============================================================================*/
.item-contact {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  padding: 1.5rem;
  background-color: #ffffff;
  border: solid 2px rgba(26, 26, 26, 0.08);
  border-radius: 10px;
  height: 100%;
  transition: all 0.25s ease;
}
@media screen and (min-width: 768px) {
  .item-contact {
    padding: 1.75rem;
    gap: 1.5rem;
  }
}
.item-contact:hover {
  border-color: rgba(204, 0, 0, 0.2);
  box-shadow: 0 8px 24px rgba(26, 26, 26, 0.08);
}
.item-contact:hover .item-contact__icon-box {
  background-color: rgb(163.2, 0, 0);
  transform: scale(1.05);
  box-shadow: 0 4px 12px rgba(204, 0, 0, 0.3);
}

.item-contact__icon-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  background-color: #CC0000;
  border-radius: 10px;
  transition: all 0.25s ease;
}
@media screen and (min-width: 768px) {
  .item-contact__icon-box {
    width: 52px;
    height: 52px;
  }
}

.item-contact__icon {
  font-size: 1.35rem;
  color: #ffffff;
  transition: color 0.25s ease;
}
@media screen and (min-width: 768px) {
  .item-contact__icon {
    font-size: 1.5rem;
  }
}

.item-contact__body {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  min-width: 0;
}

.item-contact__label {
  font-family: "Montserrat", sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(26, 26, 26, 0.5);
  margin: 0;
}

.item-contact__value {
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4;
  color: #1A1A1A;
  margin: 0;
  text-decoration: none;
  word-break: break-word;
}
@media screen and (min-width: 768px) {
  .item-contact__value {
    font-size: 1.0625rem;
  }
}
.item-contact__value--link {
  color: #1A1A1A;
  transition: color 0.2s ease;
}
.item-contact__value--link:hover, .item-contact__value--link:focus {
  color: #CC0000;
}

/**
 * Footer Component
 * 
 * Modern elegant footer with sophisticated design
 * Uses design tokens from _variables.scss
 */
/*============================================================================
  Footer - Main Container
==============================================================================*/
.footer {
  position: relative;
  background: linear-gradient(180deg, #ffffff 0%, rgba(26, 26, 26, 0.02) 100%);
  color: rgba(26, 26, 26, 0.7);
  font-size: 0.9rem;
  line-height: 1.6;
  overflow: hidden;
}
.footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #CC0000 0%, #D4A017 50%, #CC0000 100%);
}

/*============================================================================
  Footer - Container
==============================================================================*/
.footer__container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 1.5rem;
}
@media screen and (min-width: 768px) {
  .footer__container {
    padding: 0 2.5rem;
  }
}

/*============================================================================
  Footer - Content Grid
==============================================================================*/
.footer__content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  padding: 4rem 0 3rem;
}
@media screen and (min-width: 768px) {
  .footer__content {
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem;
    padding: 5rem 0 4rem;
  }
}
@media screen and (min-width: 1024px) {
  .footer__content {
    grid-template-columns: 1.5fr 1fr 1fr 1fr;
    gap: 4rem;
  }
}

/*============================================================================
  Footer - Section
==============================================================================*/
.footer__section {
  display: flex;
  flex-direction: column;
}

/*============================================================================
  Footer - Logo
==============================================================================*/
.footer__logo {
  margin-bottom: 1.5rem;
  max-width: 140px;
  transition: all 0.3s ease;
}
.footer__logo:hover {
  transform: scale(1.02);
}
.footer__logo:hover .footer__logo-image {
  -ms-box-shadow: 0 8px 24px rgba(204, 0, 0, 0.3);
  box-shadow: 0 8px 24px rgba(204, 0, 0, 0.3);
  -moz-box-shadow: 0 8px 24px rgba(204, 0, 0, 0.3);
}
@media screen and (min-width: 768px) {
  .footer__logo {
    max-width: 160px;
  }
}

.footer__logo-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
  transition: box-shadow 0.3s ease;
}

/*============================================================================
  Footer - Description
==============================================================================*/
.footer__description {
  margin: 0;
  color: rgba(26, 26, 26, 0.6);
  font-size: 0.9375rem;
  line-height: 1.8;
  max-width: 300px;
}

/*============================================================================
  Footer - Title
==============================================================================*/
.footer__title {
  margin: 0 0 1.75rem;
  font-family: "Montserrat", sans-serif;
  font-size: 0.8125rem;
  font-weight: 700;
  color: #1A1A1A;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.footer__title::before {
  content: "";
  width: 24px;
  height: 3px;
  background: linear-gradient(90deg, #CC0000 0%, #D4A017 100%);
  border-radius: 2px;
}

/*============================================================================
  Footer - Menu
==============================================================================*/
.footer__menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.footer__menu li {
  margin: 0;
  padding: 0;
}

.footer__menu a {
  color: rgba(26, 26, 26, 0.6);
  text-decoration: none;
  font-size: 0.9375rem;
  font-weight: 400;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
.footer__menu a::before {
  content: "";
  width: 0;
  height: 2px;
  background-color: #D4A017;
  transition: width 0.3s ease;
}
.footer__menu a:hover, .footer__menu a:focus {
  color: #1A1A1A;
  padding-left: 0.5rem;
}
.footer__menu a:hover::before, .footer__menu a:focus::before {
  width: 12px;
}

/*============================================================================
  Footer - Contact List
==============================================================================*/
.footer__contact-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.footer__contact-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0.75rem 1rem;
  background: rgba(26, 26, 26, 0.02);
  border: 1px solid rgba(26, 26, 26, 0.08);
  border-radius: 10px;
  transition: all 0.3s ease;
}
.footer__contact-item:hover {
  background: rgba(26, 26, 26, 0.04);
  border-color: rgba(204, 0, 0, 0.25);
  transform: translateX(8px);
}
.footer__contact-item:hover .footer__icon-wrapper {
  background-color: #CC0000;
}
.footer__contact-item:hover .footer__icon-wrapper ion-icon {
  color: #fff;
}

.footer__icon-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background: rgba(204, 0, 0, 0.15);
  border-radius: 8px;
  flex-shrink: 0;
  transition: all 0.3s ease;
}

.footer__icon {
  color: #CC0000;
  font-size: 1.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer__link {
  color: rgba(26, 26, 26, 0.7);
  text-decoration: none;
  font-size: 0.9375rem;
  transition: color 0.3s ease;
}
.footer__link:hover, .footer__link:focus {
  color: #1A1A1A;
}

.footer__text {
  color: rgba(26, 26, 26, 0.7);
  margin: 0;
  font-size: 0.9375rem;
}

/*============================================================================
  Footer - Social
==============================================================================*/
.footer__social {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer__social-item {
  margin: 0;
  padding: 0;
}

.footer__social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  background: rgba(26, 26, 26, 0.04);
  color: rgba(26, 26, 26, 0.6);
  border: 1px solid rgba(26, 26, 26, 0.1);
  border-radius: 10px;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.footer__social-link:hover, .footer__social-link:focus {
  background: linear-gradient(135deg, #CC0000 0%, #990000 100%);
  border-color: #CC0000;
  color: #ffffff;
  transform: translateY(-4px);
  -ms-box-shadow: 0 8px 24px rgba(204, 0, 0, 0.4);
  box-shadow: 0 8px 24px rgba(204, 0, 0, 0.4);
  -moz-box-shadow: 0 8px 24px rgba(204, 0, 0, 0.4);
}
@media screen and (min-width: 768px) {
  .footer__social-link {
    width: 48px;
    height: 48px;
  }
}

.footer__social-icon {
  font-size: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer__social-icon ion-icon {
  font-size: inherit;
}

/*============================================================================
  Footer - Copyright
==============================================================================*/
.footer__copyright {
  padding: 1.5rem;
  text-align: center;
  border-top: 1px solid rgba(26, 26, 26, 0.08);
  background: rgba(26, 26, 26, 0.02);
}
@media screen and (min-width: 768px) {
  .footer__copyright {
    padding: 2rem;
  }
}

.footer__copyright-text {
  color: rgba(26, 26, 26, 0.5);
  margin: 0;
  font-size: 0.8125rem;
  font-weight: 400;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 768px) {
  .footer__copyright-text {
    font-size: 0.875rem;
  }
}
.footer__copyright-text a {
  color: #CC0000;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s ease;
}
.footer__copyright-text a:hover, .footer__copyright-text a:focus {
  color: #990000;
}

/*============================================================================
  Footer - Scroll Top Button
==============================================================================*/
.footer__scroll-top {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #CC0000 0%, #990000 100%);
  color: #fff;
  border: none;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 9999;
  -ms-box-shadow: 0 4px 20px rgba(204, 0, 0, 0.3);
  box-shadow: 0 4px 20px rgba(204, 0, 0, 0.3);
  -moz-box-shadow: 0 4px 20px rgba(204, 0, 0, 0.3);
}
.footer__scroll-top:hover {
  transform: translateY(-4px);
  -ms-box-shadow: 0 8px 30px rgba(204, 0, 0, 0.5);
  box-shadow: 0 8px 30px rgba(204, 0, 0, 0.5);
  -moz-box-shadow: 0 8px 30px rgba(204, 0, 0, 0.5);
}
.footer__scroll-top:active {
  transform: translateY(-2px);
}
.footer__scroll-top.footer__scroll-top--visible {
  opacity: 1;
  visibility: visible;
}
@media screen and (min-width: 768px) {
  .footer__scroll-top {
    width: 54px;
    height: 54px;
    bottom: 2.5rem;
    right: 2.5rem;
  }
}

.footer__scroll-top-icon {
  font-size: 1.375rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}
.footer__scroll-top:hover .footer__scroll-top-icon {
  transform: translateY(-2px);
}

/*============================================================================
  Footer - Accessibility
==============================================================================*/
@media (prefers-reduced-motion: reduce) {
  .footer__logo,
  .footer__logo-image,
  .footer__menu a,
  .footer__contact-item,
  .footer__icon-wrapper,
  .footer__link,
  .footer__social-link,
  .footer__scroll-top,
  .footer__scroll-top-icon {
    transition: none;
  }
  .footer__logo:hover,
  .footer__contact-item:hover,
  .footer__social-link:hover,
  .footer__scroll-top:hover {
    transform: none;
  }
}
/**
 * Hero Slider Component
 * 
 * Modern, elegant hero slider with sophisticated animations
 * Uses design tokens from _variables.scss
 */
/*============================================================================
  Hero Slider - Main Container
==============================================================================*/
.hero-slider {
  position: relative;
  background-color: #1A1A1A;
  overflow: hidden;
}

.hero-slider__carousel {
  position: relative;
  overflow: hidden;
}

/*============================================================================
  Hero Slider - Slide Item
==============================================================================*/
.hero-slider__slide {
  position: relative;
  width: 100vw;
  min-height: 480px;
  display: flex !important;
  align-items: center;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .hero-slider__slide {
    min-height: 560px;
  }
}
@media screen and (min-width: 1024px) {
  .hero-slider__slide {
    min-height: 640px;
  }
}

/*============================================================================
  Hero Slider - Media (Image)
==============================================================================*/
.hero-slider__media {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

.hero-slider__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: transform 8s ease-out;
}
.hero-slider__slide:hover .hero-slider__image {
  transform: scale(1.08);
}

/*============================================================================
  Hero Slider - Overlay
==============================================================================*/
.hero-slider__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(26, 26, 26, 0.85) 0%, rgba(26, 26, 26, 0.6) 40%, rgba(26, 26, 26, 0.4) 70%, rgba(204, 0, 0, 0.2) 100%);
  z-index: 1;
}
.hero-slider__overlay::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background: linear-gradient(90deg, rgba(26, 26, 26, 0.4) 0%, transparent 100%);
}

/*============================================================================
  Hero Slider - Content
==============================================================================*/
.hero-slider__content {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 4rem 0;
}
@media screen and (min-width: 768px) {
  .hero-slider__content {
    padding: 5rem 0;
  }
}
@media screen and (min-width: 1024px) {
  .hero-slider__content {
    padding: 6rem 0;
  }
}

.hero-slider__inner {
  max-width: 700px;
  animation: heroFadeIn 0.8s ease-out;
}
@media screen and (min-width: 1024px) {
  .hero-slider__inner {
    max-width: 800px;
  }
}

/*============================================================================
  Hero Slider - Badge
==============================================================================*/
.hero-slider__badge {
  display: inline-flex;
  align-items: center;
  gap: 0.625rem;
  padding: 0.625rem 1.25rem;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  border-radius: 100px;
  margin-bottom: 1.5rem;
  -ms-box-shadow: 0 4px 20px rgba(26, 26, 26, 0.2);
  box-shadow: 0 4px 20px rgba(26, 26, 26, 0.2);
  -moz-box-shadow: 0 4px 20px rgba(26, 26, 26, 0.2);
}
@media screen and (min-width: 768px) {
  .hero-slider__badge {
    font-size: 0.8125rem;
    padding: 0.75rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.hero-slider__badge ion-icon {
  font-size: 1rem;
  color: #CC0000;
}
@media screen and (min-width: 768px) {
  .hero-slider__badge ion-icon {
    font-size: 1.125rem;
  }
}

/*============================================================================
  Hero Slider - Title
==============================================================================*/
.hero-slider__title {
  font-family: "Montserrat", sans-serif;
  font-size: 2rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
  margin: 0 0 1rem;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 768px) {
  .hero-slider__title {
    font-size: 2.75rem;
    margin-bottom: 1.25rem;
  }
}
@media screen and (min-width: 1024px) {
  .hero-slider__title {
    font-size: 3.5rem;
    margin-bottom: 1.5rem;
  }
}

/*============================================================================
  Hero Slider - Excerpt
==============================================================================*/
.hero-slider__excerpt {
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.7;
  margin: 0 0 2rem;
  max-width: 540px;
}
@media screen and (min-width: 768px) {
  .hero-slider__excerpt {
    font-size: 1.125rem;
    margin-bottom: 2.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .hero-slider__excerpt {
    font-size: 1.25rem;
  }
}

/*============================================================================
  Hero Slider - CTA Button
==============================================================================*/
.hero-slider__cta {
  display: inline-flex;
  align-items: center;
  gap: 0;
  text-decoration: none;
  overflow: hidden;
  border-radius: 100px;
  transition: all 0.3s ease;
  -ms-box-shadow: 0 4px 20px rgba(26, 26, 26, 0.3);
  box-shadow: 0 4px 20px rgba(26, 26, 26, 0.3);
  -moz-box-shadow: 0 4px 20px rgba(26, 26, 26, 0.3);
}
.hero-slider__cta:hover {
  transform: translateY(-3px);
  -ms-box-shadow: 0 8px 30px rgba(26, 26, 26, 0.4);
  box-shadow: 0 8px 30px rgba(26, 26, 26, 0.4);
  -moz-box-shadow: 0 8px 30px rgba(26, 26, 26, 0.4);
}
.hero-slider__cta:hover .hero-slider__cta-text {
  background-color: #ffffff;
  color: #CC0000;
}
.hero-slider__cta:hover .hero-slider__cta-icon {
  background-color: #CC0000;
}
.hero-slider__cta:hover .hero-slider__cta-icon ion-icon {
  transform: translateX(3px);
}
.hero-slider__cta:focus {
  outline: 3px solid rgba(255, 255, 255, 0.5);
  outline-offset: 3px;
}

.hero-slider__cta-text {
  padding: 1rem 1.75rem;
  background-color: #ffffff;
  color: #1A1A1A;
  font-family: "Montserrat", sans-serif;
  font-size: 0.9375rem;
  font-weight: 700;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .hero-slider__cta-text {
    padding: 1.125rem 2.25rem;
    font-size: 1rem;
  }
}

.hero-slider__cta-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 1.25rem;
  background-color: #CC0000;
  color: #ffffff;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .hero-slider__cta-icon {
    padding: 1.125rem 1.5rem;
  }
}
.hero-slider__cta-icon ion-icon {
  font-size: 1.25rem;
  transition: transform 0.3s ease;
}
@media screen and (min-width: 768px) {
  .hero-slider__cta-icon ion-icon {
    font-size: 1.375rem;
  }
}

/*============================================================================
  Hero Slider - Decoration
==============================================================================*/
.hero-slider__decoration {
  position: absolute;
  bottom: 2rem;
  right: 2rem;
  display: none;
  align-items: center;
  gap: 1rem;
  z-index: 3;
}
@media screen and (min-width: 1024px) {
  .hero-slider__decoration {
    display: flex;
  }
}

.hero-slider__decoration-line {
  width: 100px;
  height: 2px;
  background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.5) 50%, transparent 100%);
}

.hero-slider__decoration-dot {
  width: 8px;
  height: 8px;
  background-color: #CC0000;
  border-radius: 50%;
  -ms-box-shadow: 0 0 10px rgba(204, 0, 0, 0.5);
  box-shadow: 0 0 10px rgba(204, 0, 0, 0.5);
  -moz-box-shadow: 0 0 10px rgba(204, 0, 0, 0.5);
}

/*============================================================================
  Hero Slider - Carousel Navigation (Slick)
==============================================================================*/
.hero-slider__carousel .slick-track {
  display: flex;
  align-items: stretch;
}
.hero-slider__carousel .slick-slide {
  height: auto;
}
.hero-slider__carousel .slick-slide > div {
  height: 100%;
}
.hero-slider__carousel .slick-dots {
  position: absolute;
  bottom: 2rem;
  left: 0;
  right: 0;
  display: flex !important;
  justify-content: center;
  gap: 0.75rem;
  padding: 0;
  margin: 0;
  list-style: none;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .hero-slider__carousel .slick-dots {
    bottom: 3rem;
    gap: 1rem;
  }
}
@media screen and (min-width: 1024px) {
  .hero-slider__carousel .slick-dots {
    justify-content: flex-start;
    left: auto;
    right: auto;
    padding: 0 calc((100% - 1200px) / 2);
  }
}
.hero-slider__carousel .slick-dots li {
  margin: 0;
}
.hero-slider__carousel .slick-dots li button {
  width: 10px;
  height: 10px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.4);
  font-size: 0;
  cursor: pointer;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .hero-slider__carousel .slick-dots li button {
    width: 12px;
    height: 12px;
  }
}
.hero-slider__carousel .slick-dots li button:hover {
  background-color: rgba(255, 255, 255, 0.7);
  transform: scale(1.2);
}
.hero-slider__carousel .slick-dots li.slick-active button {
  background-color: #fff;
  transform: scale(1.3);
  -ms-box-shadow: 0 0 12px rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 12px rgba(255, 255, 255, 0.5);
  -moz-box-shadow: 0 0 12px rgba(255, 255, 255, 0.5);
}

/*============================================================================
  Hero Slider - Animations
==============================================================================*/
@keyframes heroFadeIn {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/*============================================================================
  Hero Slider - Accessibility
==============================================================================*/
@media (prefers-reduced-motion: reduce) {
  .hero-slider__image {
    transition: none;
  }
  .hero-slider__slide:hover .hero-slider__image {
    transform: none;
  }
  .hero-slider__cta,
  .hero-slider__cta-text,
  .hero-slider__cta-icon,
  .hero-slider__cta-icon ion-icon {
    transition: none;
  }
  .hero-slider__cta:hover {
    transform: none;
  }
  .hero-slider__cta:hover .hero-slider__cta-icon ion-icon {
    transform: none;
  }
  .hero-slider__inner {
    animation: none;
  }
  .slick-dots li button {
    transition: none;
  }
  .slick-dots li button:hover {
    transform: none;
  }
  .slick-dots li.slick-active button {
    transform: none;
  }
}
/**
 * Gallery Component
 * 
 * Grade de imagens com design premium
 * Efeitos hover e lightbox integration
 */
/*============================================================================
  Gallery Section
  Seção de galeria com visual moderno
==============================================================================*/
.gallery {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #ffffff 0%, rgba(26, 26, 26, 0.02) 100%);
}
.gallery::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 4px;
  background: linear-gradient(90deg, #CC0000 0%, #D4A017 100%);
  border-radius: 0 0 4px 4px;
}

.gallery__header {
  text-align: center;
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .gallery__header {
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 1024px) {
  .gallery__header {
    margin-bottom: 3.5rem;
  }
}

.gallery__title {
  font-family: "Montserrat", sans-serif;
  font-size: 2rem;
  font-weight: 800;
  color: #1A1A1A;
  margin: 0;
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  letter-spacing: -0.02em;
}
@media screen and (min-width: 768px) {
  .gallery__title {
    font-size: 2.5rem;
    gap: 1rem;
  }
}
@media screen and (min-width: 1024px) {
  .gallery__title {
    font-size: 3rem;
  }
}
.gallery__title ion-icon {
  font-size: 2rem;
  color: #CC0000;
}
@media screen and (min-width: 768px) {
  .gallery__title ion-icon {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .gallery__title ion-icon {
    font-size: 3rem;
  }
}

.gallery__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.75rem;
  border-radius: 15px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .gallery__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
  }
}
@media screen and (min-width: 1024px) {
  .gallery__grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 1.25rem;
  }
}

.gallery__item {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  cursor: pointer;
  box-shadow: 0 4px 15px rgba(26, 26, 26, 0.08);
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.gallery__item img {
  display: block;
  height: 200px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media screen and (min-width: 768px) {
  .gallery__item img {
    height: 260px;
  }
}
@media screen and (min-width: 1024px) {
  .gallery__item img {
    height: 300px;
  }
}
.gallery__item::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 0%, transparent 40%, rgba(26, 26, 26, 0.7) 100%);
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: 1;
}
.gallery__item::after {
  content: "+";
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  width: 2.75rem;
  height: 2.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #CC0000 0%, #990000 100%);
  border-radius: 50%;
  font-family: "Montserrat", sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
  color: #ffffff;
  opacity: 0;
  transform: scale(0.7) rotate(-90deg);
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  box-shadow: 0 4px 15px rgba(204, 0, 0, 0.4);
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .gallery__item::after {
    width: 3rem;
    height: 3rem;
    font-size: 1.75rem;
  }
}
.gallery__item:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 40px rgba(26, 26, 26, 0.15), 0 5px 15px rgba(26, 26, 26, 0.08);
}
.gallery__item:hover img {
  transform: scale(1.15);
}
.gallery__item:hover::before {
  opacity: 1;
}
.gallery__item:hover::after {
  opacity: 1;
  transform: scale(1) rotate(0deg);
}

/**
 * Hero Page Component
 * 
 * Componente de hero/banner premium para páginas internas
 * Design moderno com linha gradiente e efeitos visuais
 * 
 * Uso:
 * .hero-page → Block (padrão)
 * .hero-page--lg → Modifier (versão grande)
 * .hero-page--sm → Modifier (versão pequena)
 * .hero-page--no-overlay → Modifier (sem overlay)
 */
/* ============================================
   BLOCK: hero-page
   ============================================ */
.hero-page {
  position: relative;
  background-color: #1A1A1A;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  /* Gradiente de fundo padrão (sem imagem) */
}
.hero-page:not([style*=background-image]) {
  background: linear-gradient(160deg, rgb(18.35, 18.35, 18.35) 0%, #1A1A1A 40%, rgb(46.4, 46.4, 46.4) 100%);
}
.hero-page {
  /* Linha gradiente superior */
}
.hero-page .hero-page__top-line {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #CC0000 0%, #D4A017 50%, #CC0000 100%);
  z-index: 10;
}
.hero-page {
  /* Shape orgânico decorativo - canto superior direito */
}
.hero-page::before {
  content: "";
  position: absolute;
  top: -20%;
  right: -10%;
  width: 50%;
  height: 140%;
  background: radial-gradient(ellipse at center, rgba(204, 0, 0, 0.1) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
}
.hero-page {
  /* Shape orgânico decorativo - canto inferior esquerdo */
}
.hero-page::after {
  content: "";
  position: absolute;
  bottom: -30%;
  left: -15%;
  width: 60%;
  height: 120%;
  background: radial-gradient(ellipse at center, rgba(212, 160, 23, 0.06) 0%, transparent 60%);
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
}

/* ============================================
   MODIFIERS: hero-page
   ============================================ */
.hero-page--lg .hero-page__overflow {
  min-height: 300px;
}
@media screen and (min-width: 768px) {
  .hero-page--lg .hero-page__overflow {
    min-height: 380px;
  }
}
@media screen and (min-width: 1024px) {
  .hero-page--lg .hero-page__overflow {
    min-height: 450px;
  }
}

.hero-page--sm .hero-page__overflow {
  min-height: 140px;
}
@media screen and (min-width: 768px) {
  .hero-page--sm .hero-page__overflow {
    min-height: 170px;
  }
}

.hero-page--no-overlay .hero-page__overlay {
  display: none;
}

/* ============================================
   ELEMENTS: hero-page
   ============================================ */
.hero-page__overflow {
  position: relative;
  min-height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .hero-page__overflow {
    min-height: 250px;
  }
}
@media screen and (min-width: 1024px) {
  .hero-page__overflow {
    min-height: 300px;
  }
}

.hero-page__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(180deg, rgba(26, 26, 26, 0.15) 0%, rgba(26, 26, 26, 0.1) 100%);
  /* Overlay mais forte quando tiver imagem de fundo */
}
.hero-page[style*=background-image] .hero-page__overlay {
  background: linear-gradient(180deg, rgba(26, 26, 26, 0.6) 0%, rgba(26, 26, 26, 0.8) 100%);
}

.hero-page__container {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1280px;
  padding: 2.5rem 1.5rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .hero-page__container {
    padding: 3rem 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .hero-page__container {
    padding: 3.5rem 2rem;
  }
}

.hero-page__content {
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}

/* Element: hero-page__tag */
.hero-page__tag {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.625rem 1.25rem;
  margin-bottom: 1.5rem;
  font-family: "Montserrat", sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #ffffff;
  background: linear-gradient(135deg, #CC0000 0%, #990000 100%);
  border-radius: 100px;
  box-shadow: 0 4px 20px rgba(204, 0, 0, 0.4);
  animation: fadeInDown 0.5s ease-out both;
}
@media screen and (min-width: 768px) {
  .hero-page__tag {
    font-size: 0.8125rem;
    padding: 0.75rem 1.5rem;
    margin-bottom: 1.75rem;
  }
}
.hero-page__tag ion-icon {
  font-size: 1rem;
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* Element: hero-page__title */
.hero-page__title {
  margin: 0 0 1.25rem;
  font-family: "Montserrat", sans-serif;
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 1.1;
  color: #F5F5F5;
  letter-spacing: -0.02em;
  animation: fadeInUp 0.6s ease-out 0.1s both;
}
@media screen and (min-width: 768px) {
  .hero-page__title {
    font-size: 3.25rem;
    margin-bottom: 1.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .hero-page__title {
    font-size: 4rem;
    margin-bottom: 1.75rem;
  }
}

.hero-page__title--sm {
  font-size: 2rem;
}
@media screen and (min-width: 768px) {
  .hero-page__title--sm {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .hero-page__title--sm {
    font-size: 3rem;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* Element: hero-page__subtitle */
.hero-page__subtitle {
  margin: 0 0 1.5rem;
  font-family: "Montserrat", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.65;
  color: rgba(245, 245, 245, 0.85);
  animation: fadeInUp 0.6s ease-out 0.2s both;
}
@media screen and (min-width: 768px) {
  .hero-page__subtitle {
    font-size: 1.25rem;
    margin-bottom: 1.75rem;
  }
}
@media screen and (min-width: 1024px) {
  .hero-page__subtitle {
    font-size: 1.375rem;
  }
}

/* Element: hero-page__description */
.hero-page__description {
  margin: 0 0 1.75rem;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75;
  color: rgba(245, 245, 245, 0.7);
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
  animation: fadeInUp 0.6s ease-out 0.3s both;
}
@media screen and (min-width: 768px) {
  .hero-page__description {
    font-size: 1.0625rem;
    line-height: 1.8;
  }
}
.hero-page__description p {
  margin: 0;
}
.hero-page__description p:not(:last-child) {
  margin-bottom: 0.625rem;
}

/* Element: hero-page__actions */
.hero-page__actions {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
  justify-content: center;
  margin-top: 2.5rem;
  animation: fadeInUp 0.6s ease-out 0.4s both;
}
@media screen and (min-width: 768px) {
  .hero-page__actions {
    flex-direction: row;
    gap: 1rem;
    margin-top: 2.5rem;
  }
}

/* Element: hero-page__button */
.hero-page__button {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.875rem 2rem;
  font-family: "Montserrat", sans-serif;
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  background-color: #CC0000;
  border: 2px solid #CC0000;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.25s ease;
}
.hero-page__button::after {
  content: "→";
  font-size: 1.125rem;
  transition: transform 0.25s ease;
}
.hero-page__button:hover, .hero-page__button:focus {
  background-color: rgb(163.2, 0, 0);
  border-color: rgb(163.2, 0, 0);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(204, 0, 0, 0.35);
}
.hero-page__button:hover::after, .hero-page__button:focus::after {
  transform: translateX(3px);
}
.hero-page__button:active {
  transform: translateY(0);
}
@media screen and (min-width: 768px) {
  .hero-page__button {
    padding: 1rem 2.25rem;
    font-size: 1rem;
  }
}

.hero-page__button--outline {
  background-color: transparent;
  border-color: rgba(245, 245, 245, 0.5);
  color: #F5F5F5;
}
.hero-page__button--outline:hover, .hero-page__button--outline:focus {
  background-color: #F5F5F5;
  border-color: #F5F5F5;
  color: #1A1A1A;
  box-shadow: 0 6px 20px rgba(245, 245, 245, 0.25);
}

/* ============================================
   ACCESSIBILITY
   ============================================ */
@media (prefers-reduced-motion: reduce) {
  .hero-page__tag,
  .hero-page__title,
  .hero-page__subtitle,
  .hero-page__description,
  .hero-page__actions {
    animation: none;
  }
  .hero-page__button {
    transition: none;
  }
  .hero-page__button:hover, .hero-page__button:focus {
    transform: none;
  }
}
/**
 * Explore Section & Feature Cards
 * 
 * Modern explore/highlights section with elegant feature cards
 * Uses design tokens from _variables.scss
 */
/*============================================================================
  Explore Section - Main Container
==============================================================================*/
.explore-section {
  padding: 5rem 0;
  background: linear-gradient(180deg, #fff 0%, rgb(237.35, 237.35, 237.35) 100%);
}
@media screen and (min-width: 768px) {
  .explore-section {
    padding: 6rem 0;
  }
}
@media screen and (min-width: 1024px) {
  .explore-section {
    padding: 7rem 0;
  }
}

/*============================================================================
  Explore Section - Header
==============================================================================*/
.explore-section__header {
  text-align: center;
  margin-bottom: 3.5rem;
}
@media screen and (min-width: 768px) {
  .explore-section__header {
    margin-bottom: 4rem;
  }
}

.explore-section__header-decoration {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .explore-section__header-decoration {
    margin-bottom: 2rem;
  }
}

.explore-section__header-dot {
  width: 8px;
  height: 8px;
  background-color: #D4A017;
  border-radius: 50%;
}

.explore-section__header-line {
  width: 60px;
  height: 2px;
  background: linear-gradient(90deg, #CC0000 0%, #D4A017 100%);
}
@media screen and (min-width: 768px) {
  .explore-section__header-line {
    width: 80px;
  }
}

.explore-section__title {
  font-family: "Montserrat", sans-serif;
  font-size: 2rem;
  font-weight: 800;
  color: #1A1A1A;
  margin: 0 0 0.75rem;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .explore-section__title {
    font-size: 2.5rem;
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 1024px) {
  .explore-section__title {
    font-size: 3rem;
  }
}

.explore-section__subtitle {
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  color: rgba(26, 26, 26, 0.6);
  margin: 0;
}
@media screen and (min-width: 768px) {
  .explore-section__subtitle {
    font-size: 1.125rem;
  }
}

/*============================================================================
  Explore Section - Grid
==============================================================================*/
.explore-section__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
@media screen and (min-width: 768px) {
  .explore-section__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .explore-section__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

/*============================================================================
  Feature Card - Individual Item
==============================================================================*/
.feature-card {
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  -ms-box-shadow: 0 4px 20px rgba(26, 26, 26, 0.06);
  box-shadow: 0 4px 20px rgba(26, 26, 26, 0.06);
  -moz-box-shadow: 0 4px 20px rgba(26, 26, 26, 0.06);
  transition: all 0.4s ease;
}
.feature-card:hover {
  transform: translateY(-10px);
  -ms-box-shadow: 0 24px 48px rgba(26, 26, 26, 0.12);
  box-shadow: 0 24px 48px rgba(26, 26, 26, 0.12);
  -moz-box-shadow: 0 24px 48px rgba(26, 26, 26, 0.12);
}
.feature-card:hover .feature-card__image {
  transform: scale(1.08);
}
.feature-card:hover .feature-card__image-overlay {
  opacity: 0.4;
}
.feature-card:hover .feature-card__icon-wrap {
  background: linear-gradient(135deg, #CC0000 0%, #990000 100%);
}
.feature-card:hover .feature-card__icon-wrap .feature-card__icon {
  color: #fff;
  transform: scale(1.1);
}
.feature-card:hover .feature-card__link {
  color: #CC0000;
}
.feature-card:hover .feature-card__link ion-icon {
  transform: translateX(4px);
}
.feature-card:hover .feature-card__accent {
  transform: scaleY(1);
}

/*============================================================================
  Feature Card - Top Area (Image/Icon)
==============================================================================*/
.feature-card__top {
  position: relative;
}

.feature-card__image-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 16/10;
  overflow: hidden;
}

.feature-card__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s ease;
}

.feature-card__image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, transparent 0%, rgba(204, 0, 0, 0.3) 100%);
  opacity: 0;
  transition: opacity 0.4s ease;
}

.feature-card__icon-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 16/10;
  background-color: rgba(204, 0, 0, 0.08);
  transition: all 0.4s ease;
}

.feature-card__icon {
  font-size: 3rem;
  color: #CC0000;
  transition: all 0.4s ease;
}
@media screen and (min-width: 768px) {
  .feature-card__icon {
    font-size: 3.5rem;
  }
}

/*============================================================================
  Feature Card - Content
==============================================================================*/
.feature-card__content {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 1.75rem;
}
@media screen and (min-width: 768px) {
  .feature-card__content {
    padding: 2rem;
  }
}

.feature-card__title {
  font-family: "Montserrat", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  color: #1A1A1A;
  margin: 0 0 0.75rem;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .feature-card__title {
    font-size: 1.375rem;
    margin-bottom: 1rem;
  }
}

.feature-card__text {
  font-family: "Montserrat", sans-serif;
  font-size: 0.9375rem;
  line-height: 1.7;
  color: rgba(26, 26, 26, 0.6);
  margin: 0 0 1.5rem;
  flex: 1;
}
@media screen and (min-width: 768px) {
  .feature-card__text {
    margin-bottom: 1.75rem;
  }
}

.feature-card__link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-family: "Montserrat", sans-serif;
  font-size: 0.9375rem;
  font-weight: 600;
  color: #1A1A1A;
  text-decoration: none;
  transition: all 0.3s ease;
}
.feature-card__link ion-icon {
  font-size: 1.125rem;
  transition: transform 0.3s ease;
}
.feature-card__link:hover {
  color: #CC0000;
}
.feature-card__link:focus {
  outline: 2px solid #CC0000;
  outline-offset: 2px;
  border-radius: 2px;
}

/*============================================================================
  Feature Card - Accent Line
==============================================================================*/
.feature-card__accent {
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: linear-gradient(180deg, #CC0000 0%, #D4A017 100%);
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 0.4s ease;
}

/*============================================================================
  Feature Card - Accessibility
==============================================================================*/
@media (prefers-reduced-motion: reduce) {
  .feature-card,
  .feature-card__image,
  .feature-card__image-overlay,
  .feature-card__icon-wrap,
  .feature-card__icon,
  .feature-card__link,
  .feature-card__link ion-icon,
  .feature-card__accent {
    transition: none;
  }
  .feature-card:hover {
    transform: none;
  }
  .feature-card:hover .feature-card__image {
    transform: none;
  }
  .feature-card:hover .feature-card__icon {
    transform: none;
  }
  .feature-card:hover .feature-card__link ion-icon {
    transform: none;
  }
  .feature-card:hover .feature-card__accent {
    transform: scaleY(1);
  }
}
/*============================================================================
  Item Highlight - Legacy (para list-grid-with-action)
==============================================================================*/
.item-highlight {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 2.5rem 2rem;
  background-color: #fff;
  border-radius: 10px;
  text-decoration: none;
  color: #1A1A1A;
  height: 100%;
  transition: all 0.3s ease;
  -ms-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
@media screen and (min-width: 768px) {
  .item-highlight {
    padding: 3rem 2.5rem;
  }
}
.item-highlight:hover {
  transform: translateY(-8px);
  -ms-box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
}
.item-highlight:hover .item-highlight__icon-wrapper {
  background-color: #CC0000;
  transform: scale(1.1);
}
.item-highlight:hover .item-highlight__icon-wrapper .item-highlight__icon {
  color: #fff;
}
.item-highlight:hover .item-highlight__link {
  color: #CC0000;
}

.item-highlight__thumbnail {
  width: 100%;
  aspect-ratio: 16/10;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .item-highlight__thumbnail {
    margin-bottom: 2rem;
  }
}

.item-highlight__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.item-highlight__icon-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  background-color: #F5F5F5;
  border-radius: 50%;
  margin-bottom: 1.5rem;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .item-highlight__icon-wrapper {
    width: 100px;
    height: 100px;
    margin-bottom: 2rem;
  }
}

.item-highlight__icon {
  font-size: 2.5rem;
  color: #CC0000;
  transition: color 0.3s ease;
}
@media screen and (min-width: 768px) {
  .item-highlight__icon {
    font-size: 3rem;
  }
}

.item-highlight__content {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.item-highlight__title {
  font-family: "Montserrat", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #1A1A1A;
  margin: 0 0 1rem;
}
@media screen and (min-width: 768px) {
  .item-highlight__title {
    font-size: 1.75rem;
    margin-bottom: 1.25rem;
  }
}

.item-highlight__description {
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  color: #666;
  margin: 0 0 1.5rem;
  flex-grow: 1;
}
@media screen and (min-width: 768px) {
  .item-highlight__description {
    font-size: 1.0625rem;
    margin-bottom: 2rem;
  }
}

.item-highlight__link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  color: #1A1A1A;
  text-decoration: none;
  transition: color 0.3s ease;
}
.item-highlight__link ion-icon {
  font-size: 1.125rem;
}

.item-highlight__link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  color: #1A1A1A;
  text-decoration: none;
  transition: color 0.3s ease;
}
@media screen and (min-width: 768px) {
  .item-highlight__link {
    font-size: 1.0625rem;
  }
}

.item-highlight__arrow {
  font-size: 1.125rem;
  transition: transform 0.3s ease;
}

/**
 * Intro Section Component
 * 
 * Modern asymmetric about section for homepage
 * Features elegant typography and decorative elements
 */
/*============================================================================
  Intro Section - Main Container
==============================================================================*/
.intro-section {
  position: relative;
  padding: 5rem 0;
  background-color: #fff;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .intro-section {
    padding: 6rem 0;
  }
}
@media screen and (min-width: 1024px) {
  .intro-section {
    padding: 7rem 0;
  }
}

/*============================================================================
  Intro Section - Background Accent
==============================================================================*/
.intro-section__accent {
  position: absolute;
  top: 0;
  right: 0;
  width: 40%;
  height: 100%;
  background: linear-gradient(135deg, transparent 0%, rgba(212, 160, 23, 0.05) 50%, rgba(212, 160, 23, 0.1) 100%);
  clip-path: polygon(30% 0, 100% 0, 100% 100%, 0 100%);
  pointer-events: none;
}
@media screen and (max-width: 1024px) {
  .intro-section__accent {
    display: none;
  }
}

/*============================================================================
  Intro Section - Visual (Image Side)
==============================================================================*/
.intro-section__visual {
  position: relative;
  margin-bottom: 3rem;
}
@media screen and (min-width: 1024px) {
  .intro-section__visual {
    margin-bottom: 0;
    padding-right: 2rem;
  }
}

.intro-section__image-frame {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  -ms-box-shadow: 0 20px 60px rgba(26, 26, 26, 0.15);
  box-shadow: 0 20px 60px rgba(26, 26, 26, 0.15);
  -moz-box-shadow: 0 20px 60px rgba(26, 26, 26, 0.15);
}
.intro-section__image-frame::before {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  background: linear-gradient(135deg, #CC0000 0%, #D4A017 100%);
  border-radius: calc(10px + 2px);
  z-index: -1;
}

.intro-section__image {
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 0.6s ease;
}
.intro-section__visual:hover .intro-section__image {
  transform: scale(1.05);
}

.intro-section__visual-accent {
  position: absolute;
  bottom: -1.5rem;
  right: -1rem;
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #CC0000 0%, #990000 100%);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  -ms-box-shadow: 0 8px 24px rgba(204, 0, 0, 0.4);
  box-shadow: 0 8px 24px rgba(204, 0, 0, 0.4);
  -moz-box-shadow: 0 8px 24px rgba(204, 0, 0, 0.4);
}
@media screen and (min-width: 768px) {
  .intro-section__visual-accent {
    width: 100px;
    height: 100px;
    bottom: -2rem;
    right: 0;
  }
}

.intro-section__visual-label {
  font-family: "Montserrat", sans-serif;
  font-size: 1.5rem;
  font-weight: 800;
  color: #fff;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 768px) {
  .intro-section__visual-label {
    font-size: 2rem;
  }
}

/*============================================================================
  Intro Section - Content
==============================================================================*/
@media screen and (min-width: 1024px) {
  .intro-section__content {
    padding-left: 2rem;
  }
}

/*============================================================================
  Intro Section - Label
==============================================================================*/
.intro-section__label {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .intro-section__label {
    margin-bottom: 2rem;
  }
}

.intro-section__label-line {
  width: 40px;
  height: 3px;
  background: linear-gradient(90deg, #CC0000 0%, #D4A017 100%);
  border-radius: 2px;
}
@media screen and (min-width: 768px) {
  .intro-section__label-line {
    width: 60px;
  }
}

.intro-section__label-text {
  font-family: "Montserrat", sans-serif;
  font-size: 0.8125rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: #CC0000;
}
@media screen and (min-width: 768px) {
  .intro-section__label-text {
    font-size: 0.875rem;
  }
}

/*============================================================================
  Intro Section - Title
==============================================================================*/
.intro-section__title {
  font-family: "Montserrat", sans-serif;
  font-size: 2rem;
  font-weight: 800;
  color: #1A1A1A;
  line-height: 1.2;
  margin: 0 0 1.5rem;
}
@media screen and (min-width: 768px) {
  .intro-section__title {
    font-size: 2.5rem;
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .intro-section__title {
    font-size: 3rem;
  }
}

/*============================================================================
  Intro Section - Text
==============================================================================*/
.intro-section__text {
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  line-height: 1.8;
  color: rgba(26, 26, 26, 0.7);
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .intro-section__text {
    font-size: 1.0625rem;
    margin-bottom: 2.5rem;
  }
}
.intro-section__text p {
  margin: 0 0 1rem;
}
.intro-section__text p:last-child {
  margin-bottom: 0;
}
.intro-section__text strong {
  color: #1A1A1A;
  font-weight: 600;
}

/*============================================================================
  Intro Section - Button
==============================================================================*/
.intro-section__btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 1rem 2rem;
  text-decoration: none;
  border: 2px solid #1A1A1A;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .intro-section__btn {
    padding: 1.125rem 2.5rem;
  }
}
.intro-section__btn:hover .intro-section__btn-bg {
  transform: scaleX(1);
}
.intro-section__btn:hover .intro-section__btn-text {
  color: #fff;
}
.intro-section__btn:hover .intro-section__btn-text ion-icon {
  transform: translateX(4px);
}
.intro-section__btn:focus {
  outline: 2px solid #CC0000;
  outline-offset: 3px;
}

.intro-section__btn-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1A1A1A;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
}

.intro-section__btn-text {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-family: "Montserrat", sans-serif;
  font-size: 0.9375rem;
  font-weight: 600;
  color: #1A1A1A;
  transition: color 0.3s ease;
}
@media screen and (min-width: 768px) {
  .intro-section__btn-text {
    font-size: 1rem;
  }
}
.intro-section__btn-text ion-icon {
  font-size: 1.25rem;
  transition: transform 0.3s ease;
}

/*============================================================================
  Intro Section - Accessibility
==============================================================================*/
@media (prefers-reduced-motion: reduce) {
  .intro-section__image,
  .intro-section__btn-bg,
  .intro-section__btn-text,
  .intro-section__btn-text ion-icon {
    transition: none;
  }
  .intro-section__visual:hover .intro-section__image {
    transform: none;
  }
  .intro-section__btn:hover .intro-section__btn-bg {
    transform: scaleX(1);
  }
}
.list-grid-with-action {
  padding: 4rem 0;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .list-grid-with-action {
    padding: 5rem 0;
  }
}
@media screen and (min-width: 1024px) {
  .list-grid-with-action {
    padding: 6rem 0;
  }
}
.list-grid-with-action--light {
  background-color: rgb(219.5, 219.5, 219.5) !important;
}
.list-grid-with-action--dark {
  background: linear-gradient(160deg, rgb(18.35, 18.35, 18.35) 0%, #1A1A1A 40%, rgb(46.4, 46.4, 46.4) 100%);
}
.list-grid-with-action--dark .list-grid-with-action__title {
  color: #fff;
}
.list-grid-with-action--dark .list-grid-with-action__title ion-icon {
  color: #F9A825;
}
.list-grid-with-action--dark .list-grid-with-action__description {
  color: rgba(255, 255, 255, 0.8);
}

.list-grid-with-action__header {
  text-align: center;
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .list-grid-with-action__header {
    margin-bottom: 4rem;
  }
}

.list-grid-with-action__title {
  font-family: "Montserrat", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  color: #1A1A1A;
  margin: 0 0 1rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
}
@media screen and (min-width: 768px) {
  .list-grid-with-action__title {
    font-size: 2.5rem;
    gap: 1rem;
  }
}
@media screen and (min-width: 1024px) {
  .list-grid-with-action__title {
    font-size: 3rem;
  }
}
.list-grid-with-action__title ion-icon {
  font-size: 2rem;
  color: #CC0000;
}
@media screen and (min-width: 768px) {
  .list-grid-with-action__title ion-icon {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .list-grid-with-action__title ion-icon {
    font-size: 3rem;
  }
}

.list-grid-with-action__description {
  font-family: "Montserrat", sans-serif;
  font-size: 1.125rem;
  line-height: 1.6;
  color: rgba(26, 26, 26, 0.7);
  max-width: 800px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .list-grid-with-action__description {
    font-size: 1.25rem;
  }
}
.list-grid-with-action__description p {
  margin: 0 0 1rem 0;
}
.list-grid-with-action__description p:last-child {
  margin-bottom: 0;
}

.list-grid-with-action__action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 3rem;
  padding: 1rem 2rem;
  background-color: #CC0000;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  border-radius: 10px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(204, 0, 0, 0.3);
}
@media screen and (min-width: 768px) {
  .list-grid-with-action__action {
    padding: 1.125rem 2.5rem;
    font-size: 1.0625rem;
    gap: 0.75rem;
  }
}
.list-grid-with-action__action ion-icon {
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .list-grid-with-action__action ion-icon {
    font-size: 1.5rem;
  }
}
.list-grid-with-action__action:hover {
  background-color: rgb(163.2, 0, 0);
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(204, 0, 0, 0.4);
}
.list-grid-with-action__action:active {
  transform: translateY(0);
  box-shadow: 0 2px 8px rgba(204, 0, 0, 0.3);
}

.list-grid-with-action__action-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .list-grid-with-action__action-wrapper {
    margin-top: 4rem;
  }
}

/*============================================================================
  Bar-Nav - Componente de Navegação Premium
  - Design moderno com linha de acento gradiente
  - BEM methodology
  - Responsivo e acessível
==============================================================================*/
/* Block: bar-nav */
.bar-nav {
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 9999;
  background-color: #ffffff;
  transition: all 0.3s ease;
}
.bar-nav::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #CC0000 0%, #D4A017 50%, #CC0000 100%);
  background-size: 200% 100%;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.bar-nav.bar-nav--scrolled {
  box-shadow: 0 4px 30px rgba(26, 26, 26, 0.1);
}
.bar-nav.bar-nav--scrolled::after {
  opacity: 1;
}
.bar-nav::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(26, 26, 26, 0.7);
  backdrop-filter: blur(8px);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 9998;
}
@media screen and (min-width: 1024px) {
  .bar-nav::before {
    display: none;
  }
}
.bar-nav.bar-nav--open::before {
  opacity: 1;
  visibility: visible;
}

/* Element: bar-nav__container */
.bar-nav__container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 1.5rem;
}
@media screen and (min-width: 768px) {
  .bar-nav__container {
    padding: 0 2rem;
  }
}

/* Element: bar-nav__content */
.bar-nav__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 68px;
  gap: 2rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .bar-nav__content {
    min-height: 76px;
  }
}
@media screen and (min-width: 1024px) {
  .bar-nav__content {
    gap: 3rem;
  }
}

/* Element: bar-nav__logo */
.bar-nav__logo {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  text-decoration: none;
  transition: transform 0.3s ease;
}
.bar-nav__logo:hover, .bar-nav__logo:focus {
  transform: scale(1.03);
}
.bar-nav__logo:focus-visible {
  outline: 2px solid #CC0000;
  outline-offset: 4px;
  border-radius: 10px;
}

/* Element: bar-nav__logo-image */
.bar-nav__logo-image {
  height: 36px;
  width: auto;
  display: block;
}
@media screen and (min-width: 768px) {
  .bar-nav__logo-image {
    height: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .bar-nav__logo-image {
    height: 44px;
  }
}

/* Element: bar-nav__menu-wrapper */
.bar-nav__menu-wrapper {
  flex: 1;
}
@media screen and (max-width: 1023px) {
  .bar-nav__menu-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    max-width: 320px;
    background-color: #ffffff;
    overflow-y: auto;
    transform: translateX(-100%);
    transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    box-shadow: 10px 0 40px rgba(26, 26, 26, 0.15);
    z-index: 10000;
  }
}
@media screen and (min-width: 1024px) {
  .bar-nav__menu-wrapper {
    display: flex;
    justify-content: flex-end;
    position: static;
    width: auto;
    max-width: none;
    transform: none;
    padding: 0;
    box-shadow: none;
    overflow: visible;
    z-index: auto;
  }
}
@media screen and (max-width: 1023px) {
  .bar-nav--open .bar-nav__menu-wrapper {
    transform: translateX(0);
  }
}

/* Element: bar-nav__menu-header */
.bar-nav__menu-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem;
  border-bottom: 1px solid rgba(26, 26, 26, 0.06);
  background: linear-gradient(180deg, rgba(204, 0, 0, 0.02) 0%, transparent 100%);
}
@media screen and (min-width: 1024px) {
  .bar-nav__menu-header {
    display: none;
  }
}

/* Element: bar-nav__menu-title */
.bar-nav__menu-title {
  font-family: "Montserrat", sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  background: linear-gradient(90deg, #CC0000 0%, #D4A017 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* Element: bar-nav__close */
.bar-nav__close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  padding: 0;
  background-color: rgba(26, 26, 26, 0.04);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  color: #1A1A1A;
  transition: all 0.3s ease;
}
.bar-nav__close:hover {
  background: linear-gradient(135deg, #CC0000 0%, #990000 100%);
  color: #ffffff;
  transform: rotate(90deg);
}
.bar-nav__close:focus-visible {
  outline: 2px solid #CC0000;
  outline-offset: 2px;
}

/* Element: bar-nav__close-icon */
.bar-nav__close-icon {
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Element: bar-nav__menu */
.bar-nav__menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
}
@media screen and (max-width: 1023px) {
  .bar-nav__menu {
    padding: 1rem 0;
  }
}
@media screen and (min-width: 1024px) {
  .bar-nav__menu {
    flex-direction: row;
    align-items: center;
    gap: 0.25rem;
    padding: 0;
  }
}

/* Menu items */
.bar-nav__menu > li {
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 1023px) {
  .bar-nav__menu > li {
    border-bottom: 1px solid rgba(26, 26, 26, 0.04);
  }
}

.bar-nav__menu > li > a {
  display: flex;
  align-items: center;
  padding: 1rem 1.5rem;
  color: #1A1A1A;
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
  font-size: 0.9375rem;
  font-weight: 500;
  transition: all 0.3s ease;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .bar-nav__menu > li > a {
    padding: 0.625rem 1.125rem;
    border-radius: 10px;
  }
}
.bar-nav__menu > li > a span {
  position: relative;
}
.bar-nav__menu > li > a:hover, .bar-nav__menu > li > a:focus {
  color: #CC0000;
}
@media screen and (max-width: 1023px) {
  .bar-nav__menu > li > a:hover, .bar-nav__menu > li > a:focus {
    background-color: rgba(204, 0, 0, 0.04);
    padding-left: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .bar-nav__menu > li > a:hover, .bar-nav__menu > li > a:focus {
    background-color: rgba(204, 0, 0, 0.06);
  }
}
.bar-nav__menu > li > a:focus-visible {
  outline: 2px solid #CC0000;
  outline-offset: -2px;
  border-radius: 10px;
}

/* Current menu item */
.bar-nav__menu > li.current-menu-item > a,
.bar-nav__menu > li.current_page_item > a {
  color: #CC0000;
  font-weight: 600;
}
@media screen and (max-width: 1023px) {
  .bar-nav__menu > li.current-menu-item > a,
  .bar-nav__menu > li.current_page_item > a {
    background-color: rgba(204, 0, 0, 0.06);
    border-left: 3px solid;
    -o-border-image: linear-gradient(180deg, #CC0000, #D4A017) 1;
       border-image: linear-gradient(180deg, #CC0000, #D4A017) 1;
  }
}
@media screen and (min-width: 1024px) {
  .bar-nav__menu > li.current-menu-item > a,
  .bar-nav__menu > li.current_page_item > a {
    background-color: rgba(204, 0, 0, 0.08);
  }
  .bar-nav__menu > li.current-menu-item > a::after,
  .bar-nav__menu > li.current_page_item > a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
    height: 2px;
    background: linear-gradient(90deg, #CC0000 0%, #D4A017 100%);
    border-radius: 1px;
  }
}

/* Element: bar-nav__toggle */
.bar-nav__toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  padding: 0;
  background-color: transparent;
  border: 2px solid rgba(26, 26, 26, 0.1);
  border-radius: 15px;
  cursor: pointer;
  color: #1A1A1A;
  transition: all 0.3s ease;
  flex-shrink: 0;
}
@media screen and (min-width: 1024px) {
  .bar-nav__toggle {
    display: none;
  }
}
.bar-nav__toggle:hover {
  border-color: #CC0000;
  color: #CC0000;
}
.bar-nav__toggle:focus-visible {
  outline: 2px solid #CC0000;
  outline-offset: 2px;
}
.bar-nav--open .bar-nav__toggle {
  background: linear-gradient(135deg, #CC0000 0%, #990000 100%);
  border-color: #CC0000;
  color: #ffffff;
}

/* Element: bar-nav__toggle-icon */
.bar-nav__toggle-icon {
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}

/* Prevent body scroll when menu is open (mobile) */
@media screen and (max-width: 1023px) {
  body.bar-nav-open {
    overflow: hidden;
  }
}

/**
 * Post Components
 * 
 * Modern elegant post cards and single post layout
 * Uses design tokens from _variables.scss
 */
/*============================================================================
  Item Post - Card for listings
==============================================================================*/
.item-post {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.4s ease;
  -ms-box-shadow: 0 4px 20px rgba(26, 26, 26, 0.06);
  box-shadow: 0 4px 20px rgba(26, 26, 26, 0.06);
  -moz-box-shadow: 0 4px 20px rgba(26, 26, 26, 0.06);
}
.item-post::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 0;
  background: linear-gradient(180deg, #CC0000 0%, #D4A017 100%);
  transition: height 0.4s ease;
  z-index: 1;
}
.item-post:hover {
  transform: translateY(-8px);
  -ms-box-shadow: 0 20px 40px rgba(26, 26, 26, 0.12);
  box-shadow: 0 20px 40px rgba(26, 26, 26, 0.12);
  -moz-box-shadow: 0 20px 40px rgba(26, 26, 26, 0.12);
}
.item-post:hover::before {
  height: 100%;
}
.item-post:hover .item-post__image {
  transform: scale(1.08);
}
.item-post:hover .item-post__date {
  color: #CC0000;
}
.item-post:hover .item-post__title a {
  color: #CC0000;
}
.item-post:hover .item-post__link {
  color: #CC0000;
}
.item-post:hover .item-post__link ion-icon {
  transform: translateX(4px);
}

.item-post__thumbnail {
  position: relative;
  width: 100%;
  aspect-ratio: 16/10;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(26, 26, 26, 0.05) 0%, rgba(26, 26, 26, 0.02) 100%);
}
.item-post__thumbnail a {
  display: block;
  width: 100%;
  height: 100%;
}
.item-post__thumbnail::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 60%;
  background: linear-gradient(180deg, transparent 0%, rgba(26, 26, 26, 0.1) 100%);
  pointer-events: none;
}

.item-post__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: transform 0.5s ease;
}

.item-post__content {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 1.75rem;
  gap: 0.875rem;
}
@media screen and (min-width: 768px) {
  .item-post__content {
    padding: 2rem;
  }
}

.item-post__date {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-family: "Montserrat", sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  color: rgba(26, 26, 26, 0.5);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  transition: color 0.3s ease;
}
.item-post__date ion-icon {
  font-size: 1rem;
  color: #D4A017;
}

.item-post__title {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.35;
  color: #1A1A1A;
}
@media screen and (min-width: 768px) {
  .item-post__title {
    font-size: 1.375rem;
  }
}
.item-post__title a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease;
}

.item-post__excerpt {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.7;
  color: rgba(26, 26, 26, 0.6);
  flex: 1;
}

.item-post__link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: auto;
  padding-top: 0.75rem;
  font-family: "Montserrat", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  color: #1A1A1A;
  text-decoration: none;
  transition: all 0.3s ease;
}
.item-post__link ion-icon {
  font-size: 1.125rem;
  transition: transform 0.3s ease;
}

/*============================================================================
  Single Post Content - Modern Individual Page
==============================================================================*/
.single-post-content {
  background-color: #ffffff;
}

.single-post-content__header {
  position: relative;
  padding: 4rem 0 2.5rem;
  background: linear-gradient(180deg, #F5F5F5 0%, #fff 100%);
}
@media screen and (min-width: 768px) {
  .single-post-content__header {
    padding: 5rem 0 3rem;
  }
}
@media screen and (min-width: 1024px) {
  .single-post-content__header {
    padding: 6rem 0 3.5rem;
  }
}
.single-post-content__header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #CC0000 0%, #D4A017 50%, #CC0000 100%);
}

.single-post-content__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem 1.5rem;
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 768px) {
  .single-post-content__meta {
    margin-bottom: 1.5rem;
  }
}

.single-post-content__date {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  background: rgba(204, 0, 0, 0.1);
  border-radius: 100px;
  font-family: "Montserrat", sans-serif;
  font-size: 0.8125rem;
  font-weight: 600;
  color: #CC0000;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.single-post-content__date ion-icon {
  font-size: 1rem;
}

.single-post-content__title {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.2;
  color: #1A1A1A;
  letter-spacing: -0.02em;
}
@media screen and (min-width: 768px) {
  .single-post-content__title {
    font-size: 2.75rem;
  }
}
@media screen and (min-width: 1024px) {
  .single-post-content__title {
    font-size: 3.25rem;
  }
}

.single-post-content__image {
  padding-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .single-post-content__image {
    padding-bottom: 3rem;
  }
}
@media screen and (min-width: 1024px) {
  .single-post-content__image {
    padding-bottom: 3.5rem;
  }
}

.single-post-content__thumbnail {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
  -ms-box-shadow: 0 16px 48px rgba(26, 26, 26, 0.15);
  box-shadow: 0 16px 48px rgba(26, 26, 26, 0.15);
  -moz-box-shadow: 0 16px 48px rgba(26, 26, 26, 0.15);
}

.single-post-content__content {
  padding: 3rem 0;
}
@media screen and (min-width: 768px) {
  .single-post-content__content {
    padding: 4rem 0;
  }
}
@media screen and (min-width: 1024px) {
  .single-post-content__content {
    padding: 5rem 0;
  }
}

.single-post-content__body {
  font-family: "Montserrat", sans-serif;
  font-size: 1.0625rem;
  line-height: 1.85;
  color: rgba(26, 26, 26, 0.85);
}
@media screen and (min-width: 768px) {
  .single-post-content__body {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 1024px) {
  .single-post-content__body {
    font-size: 1.1875rem;
    line-height: 1.9;
  }
}
.single-post-content__body p {
  margin-bottom: 1.75rem;
}
.single-post-content__body h2,
.single-post-content__body h3,
.single-post-content__body h4,
.single-post-content__body h5,
.single-post-content__body h6 {
  margin-top: 3rem;
  margin-bottom: 1.25rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #1A1A1A;
  line-height: 1.3;
}
.single-post-content__body h2 {
  font-size: 1.75rem;
  position: relative;
  padding-left: 1rem;
}
.single-post-content__body h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.25em;
  bottom: 0.25em;
  width: 4px;
  background: linear-gradient(180deg, #CC0000 0%, #D4A017 100%);
  border-radius: 2px;
}
@media screen and (min-width: 768px) {
  .single-post-content__body h2 {
    font-size: 2rem;
  }
}
.single-post-content__body h3 {
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .single-post-content__body h3 {
    font-size: 1.625rem;
  }
}
.single-post-content__body h4 {
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .single-post-content__body h4 {
    font-size: 1.375rem;
  }
}
.single-post-content__body ul,
.single-post-content__body ol {
  margin-bottom: 1.75rem;
  padding-left: 1.5rem;
}
.single-post-content__body ul li,
.single-post-content__body ol li {
  margin-bottom: 0.625rem;
}
.single-post-content__body a {
  color: #CC0000;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 2px;
  text-decoration-color: rgba(204, 0, 0, 0.3);
  transition: all 0.25s ease;
}
.single-post-content__body a:hover {
  color: #990000;
  text-decoration-color: #CC0000;
}
.single-post-content__body img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  margin: 2rem 0;
  -ms-box-shadow: 0 8px 24px rgba(26, 26, 26, 0.1);
  box-shadow: 0 8px 24px rgba(26, 26, 26, 0.1);
  -moz-box-shadow: 0 8px 24px rgba(26, 26, 26, 0.1);
}
.single-post-content__body blockquote {
  position: relative;
  margin: 2.5rem 0;
  padding: 2rem 2rem 2rem 2.5rem;
  border-left: none;
  background: linear-gradient(135deg, rgba(204, 0, 0, 0.05) 0%, rgba(212, 160, 23, 0.03) 100%);
  border-radius: 10px;
}
.single-post-content__body blockquote::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: linear-gradient(180deg, #CC0000 0%, #D4A017 100%);
  border-radius: 2px;
}
.single-post-content__body blockquote p:last-child {
  margin-bottom: 0;
}
.single-post-content__body code {
  padding: 0.25rem 0.5rem;
  background-color: rgba(26, 26, 26, 0.06);
  border-radius: 4px;
  font-family: "Fira Code", "Courier New", monospace;
  font-size: 0.875em;
  color: #CC0000;
}
.single-post-content__body pre {
  margin: 2.5rem 0;
  padding: 1.75rem;
  background: linear-gradient(135deg, #1A1A1A 0%, rgb(38.75, 38.75, 38.75) 100%);
  color: #F5F5F5;
  border-radius: 10px;
  overflow-x: auto;
  -ms-box-shadow: 0 8px 24px rgba(26, 26, 26, 0.2);
  box-shadow: 0 8px 24px rgba(26, 26, 26, 0.2);
  -moz-box-shadow: 0 8px 24px rgba(26, 26, 26, 0.2);
}
.single-post-content__body pre code {
  padding: 0;
  background-color: transparent;
  color: inherit;
}

.single-post-content__tags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
  margin-top: 3.5rem;
  padding-top: 2.5rem;
  border-top: 2px solid rgba(26, 26, 26, 0.06);
}

.single-post-content__tags-label {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-family: "Montserrat", sans-serif;
  font-size: 0.8125rem;
  font-weight: 600;
  color: rgba(26, 26, 26, 0.5);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.single-post-content__tags-label ion-icon {
  font-size: 1.125rem;
  color: #D4A017;
}

.single-post-content__tags a {
  display: inline-block;
  padding: 0.5rem 1rem;
  font-family: "Montserrat", sans-serif;
  font-size: 0.8125rem;
  font-weight: 500;
  color: #1A1A1A;
  background-color: rgba(26, 26, 26, 0.04);
  border-radius: 100px;
  text-decoration: none;
  transition: all 0.3s ease;
}
.single-post-content__tags a:hover {
  background: linear-gradient(135deg, #CC0000 0%, #990000 100%);
  color: #ffffff;
  transform: translateY(-2px);
  -ms-box-shadow: 0 4px 12px rgba(204, 0, 0, 0.3);
  box-shadow: 0 4px 12px rgba(204, 0, 0, 0.3);
  -moz-box-shadow: 0 4px 12px rgba(204, 0, 0, 0.3);
}

.single-post-content__footer {
  padding: 2.5rem 0;
  background: linear-gradient(180deg, #fff 0%, #F5F5F5 100%);
}
@media screen and (min-width: 768px) {
  .single-post-content__footer {
    padding: 3rem 0;
  }
}

.single-post-content__navigation {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .single-post-content__navigation {
    flex-direction: row;
    justify-content: space-between;
    gap: 2rem;
  }
}

.single-post-content__nav-link {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1.25rem 1.75rem;
  font-family: "Montserrat", sans-serif;
  font-size: 0.9375rem;
  font-weight: 600;
  color: #1A1A1A;
  background-color: #ffffff;
  border-radius: 10px;
  text-decoration: none;
  transition: all 0.3s ease;
  -ms-box-shadow: 0 4px 16px rgba(26, 26, 26, 0.06);
  box-shadow: 0 4px 16px rgba(26, 26, 26, 0.06);
  -moz-box-shadow: 0 4px 16px rgba(26, 26, 26, 0.06);
}
.single-post-content__nav-link ion-icon {
  font-size: 1.25rem;
  color: #CC0000;
  transition: transform 0.3s ease;
}
.single-post-content__nav-link:hover {
  -ms-box-shadow: 0 8px 24px rgba(26, 26, 26, 0.1);
  box-shadow: 0 8px 24px rgba(26, 26, 26, 0.1);
  -moz-box-shadow: 0 8px 24px rgba(26, 26, 26, 0.1);
  transform: translateY(-2px);
}
.single-post-content__nav-link--prev:hover ion-icon {
  transform: translateX(-4px);
}
@media screen and (min-width: 768px) {
  .single-post-content__nav-link--next {
    margin-left: auto;
  }
}
.single-post-content__nav-link--next:hover ion-icon {
  transform: translateX(4px);
}

/*============================================================================
  Legacy - Post Single Hero (mantido para compatibilidade)
==============================================================================*/
.post-single__hero {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-color: #1A1A1A;
}
.post-single__hero::before, .post-single__hero::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 120%;
  height: 120%;
}
.post-single__hero::before {
  z-index: 1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  filter: blur(8px);
  opacity: 0.4;
}
.post-single__hero::after {
  z-index: 2;
  background: linear-gradient(135deg, rgba(26, 26, 26, 0.6) 0%, rgba(26, 26, 26, 0.4) 100%);
}
.post-single__hero .container, .post-single__hero .container--sm,
.post-single__hero .row,
.post-single__hero [class*=col] {
  position: relative;
  z-index: 3;
}

.post-single__thumbnail {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 12px 32px rgba(26, 26, 26, 0.3);
}

.post-single__info {
  padding: 2rem 0;
}
@media screen and (min-width: 768px) {
  .post-single__info {
    padding: 3rem 0;
  }
}
@media screen and (min-width: 1024px) {
  .post-single__info {
    padding: 4rem 0;
  }
}

.post-single__meta {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
  font-family: "Montserrat", sans-serif;
  font-size: 0.875rem;
  color: rgba(26, 26, 26, 0.6);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.post-single__meta ion-icon {
  font-size: 1rem;
  color: #CC0000;
}

.post-single__title {
  margin: 0 0 2rem 0;
  font-family: "Montserrat", sans-serif;
  font-size: 1.75rem;
  font-weight: 800;
  line-height: 1.25;
  color: #1A1A1A;
}
@media screen and (min-width: 768px) {
  .post-single__title {
    font-size: 2.25rem;
  }
}
@media screen and (min-width: 1024px) {
  .post-single__title {
    font-size: 2.75rem;
  }
}

.post-single__content {
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  line-height: 1.8;
  color: #1A1A1A;
}
@media screen and (min-width: 768px) {
  .post-single__content {
    font-size: 1.0625rem;
  }
}
@media screen and (min-width: 1024px) {
  .post-single__content {
    font-size: 1.125rem;
  }
}
.post-single__content p {
  margin-bottom: 1.5rem;
}
.post-single__content h2,
.post-single__content h3,
.post-single__content h4,
.post-single__content h5,
.post-single__content h6 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #1A1A1A;
}
.post-single__content h2 {
  font-size: 1.625rem;
}
@media screen and (min-width: 768px) {
  .post-single__content h2 {
    font-size: 1.875rem;
  }
}
.post-single__content h3 {
  font-size: 1.375rem;
}
@media screen and (min-width: 768px) {
  .post-single__content h3 {
    font-size: 1.5rem;
  }
}
.post-single__content h4 {
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  .post-single__content h4 {
    font-size: 1.25rem;
  }
}
.post-single__content ul,
.post-single__content ol {
  margin-bottom: 1.5rem;
  padding-left: 1.5rem;
}
.post-single__content ul li,
.post-single__content ol li {
  margin-bottom: 0.5rem;
}
.post-single__content a {
  color: #CC0000;
  text-decoration: underline;
  transition: color 0.25s ease;
}
.post-single__content a:hover {
  color: #990000;
}
.post-single__content img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  margin: 2rem 0;
}
.post-single__content blockquote {
  margin: 2rem 0;
  padding: 1.5rem 2rem;
  border-left: 4px solid #CC0000;
  background-color: rgba(26, 26, 26, 0.02);
  border-radius: 0 10px 10px 0;
}
.post-single__content blockquote p:last-child {
  margin-bottom: 0;
}
.post-single__content code {
  padding: 0.2rem 0.5rem;
  background-color: rgba(26, 26, 26, 0.05);
  border-radius: 4px;
  font-family: "Fira Code", "Courier New", monospace;
  font-size: 0.875em;
}
.post-single__content pre {
  margin: 2rem 0;
  padding: 1.5rem;
  background-color: #1A1A1A;
  color: #F5F5F5;
  border-radius: 10px;
  overflow-x: auto;
}
.post-single__content pre code {
  padding: 0;
  background-color: transparent;
  color: inherit;
}

.post-item {
  display: block;
  height: 100%;
  background-color: #ffffff;
  border: solid 2px rgba(26, 26, 26, 0.08);
  border-radius: 10px;
  overflow: hidden;
  text-decoration: none;
  transition: all 0.3s ease;
}
.post-item * {
  text-decoration: none;
}
.post-item:hover {
  border-color: rgba(204, 0, 0, 0.2);
  box-shadow: 0 12px 32px rgba(26, 26, 26, 0.1);
}
.post-item:hover .post-item__thumbnail img {
  transform: translate(-50%, -50%) scale(1.05);
}
.post-item:hover .post-item__title {
  color: #CC0000;
}

.post-item__thumbnail {
  position: relative;
  width: 100%;
  height: 200px;
  overflow: hidden;
  background-color: rgba(26, 26, 26, 0.03);
}
@media screen and (min-width: 768px) {
  .post-item__thumbnail {
    height: 220px;
  }
}
@media screen and (min-width: 1024px) {
  .post-item__thumbnail {
    height: 240px;
  }
}
.post-item__thumbnail img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: transform 0.4s ease;
}

.post-item__content {
  padding: 1.5rem;
}
@media screen and (min-width: 768px) {
  .post-item__content {
    padding: 1.75rem;
  }
}

.post-item__meta {
  display: flex;
  align-items: center;
  gap: 0.375rem;
  margin-bottom: 0.75rem;
  font-family: "Montserrat", sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  color: rgba(26, 26, 26, 0.45);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.post-item__meta ion-icon {
  font-size: 0.875rem;
  color: #CC0000;
}

.post-item__title {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.35;
  color: #1A1A1A;
  transition: color 0.25s ease;
}
@media screen and (min-width: 768px) {
  .post-item__title {
    font-size: 1.25rem;
  }
}

/**
 * Project Components
 * 
 * Modern elegant project cards and single page layout
 * Uses design tokens from _variables.scss
 */
/*============================================================================
  Item Project - Card for listings
==============================================================================*/
.item-project {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.4s ease;
  -ms-box-shadow: 0 4px 20px rgba(26, 26, 26, 0.06);
  box-shadow: 0 4px 20px rgba(26, 26, 26, 0.06);
  -moz-box-shadow: 0 4px 20px rgba(26, 26, 26, 0.06);
}
.item-project::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #CC0000 0%, #D4A017 100%);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
}
.item-project:hover {
  transform: translateY(-10px);
  -ms-box-shadow: 0 24px 48px rgba(26, 26, 26, 0.15);
  box-shadow: 0 24px 48px rgba(26, 26, 26, 0.15);
  -moz-box-shadow: 0 24px 48px rgba(26, 26, 26, 0.15);
}
.item-project:hover::after {
  transform: scaleX(1);
}
.item-project:hover .item-project__image {
  transform: scale(1.1);
}
.item-project:hover .item-project__overlay {
  opacity: 1;
  visibility: visible;
}
.item-project:hover .item-project__title a {
  color: #CC0000;
}
.item-project:hover .item-project__link ion-icon {
  transform: translateX(4px);
}

.item-project__thumbnail {
  position: relative;
  width: 100%;
  aspect-ratio: 16/10;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(26, 26, 26, 0.05) 0%, rgba(26, 26, 26, 0.02) 100%);
}
.item-project__thumbnail > a {
  display: block;
  width: 100%;
  height: 100%;
  color: #ffffff !important;
}
.item-project__thumbnail > a:hover, .item-project__thumbnail > a:focus, .item-project__thumbnail > a:active {
  color: #ffffff !important;
}

.item-project__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: transform 0.6s ease;
}

.item-project__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(204, 0, 0, 0.9) 0%, rgba(127.5, 0, 0, 0.95) 100%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
}

.item-project__overlay-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  gap: 0.75rem;
  color: #ffffff !important;
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
  font-size: 0.8125rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}
.item-project__overlay-link:hover, .item-project__overlay-link:focus, .item-project__overlay-link:active {
  color: #ffffff !important;
}
.item-project__overlay-link ion-icon {
  font-size: 2.5rem;
  color: #ffffff !important;
  animation: projectIconPulse 1.5s ease-in-out infinite;
}
@media screen and (min-width: 768px) {
  .item-project__overlay-link ion-icon {
    font-size: 3rem;
  }
}

@keyframes projectIconPulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}
.item-project__content {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 1.75rem;
  gap: 0.875rem;
}
@media screen and (min-width: 768px) {
  .item-project__content {
    padding: 2rem;
  }
}

.item-project__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem 1rem;
}

.item-project__year,
.item-project__client {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  font-family: "Montserrat", sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  color: rgba(26, 26, 26, 0.5);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.item-project__year ion-icon,
.item-project__client ion-icon {
  font-size: 0.9375rem;
  color: #D4A017;
}

.item-project__title {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.35;
  color: #1A1A1A;
}
@media screen and (min-width: 768px) {
  .item-project__title {
    font-size: 1.375rem;
  }
}
.item-project__title a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease;
}

.item-project__excerpt {
  margin: 0;
  flex: 1;
  font-family: "Montserrat", sans-serif;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.7;
  color: rgba(26, 26, 26, 0.6);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.item-project__link {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  gap: 0.5rem;
  margin-top: auto;
  padding-top: 0.75rem;
  font-family: "Montserrat", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  color: #CC0000;
  text-decoration: none;
  transition: all 0.3s ease;
}
.item-project__link ion-icon {
  font-size: 1.125rem;
  transition: transform 0.3s ease;
}
.item-project__link:hover {
  gap: 0.75rem;
  color: #990000;
}

/*============================================================================
  Project Single - Modern Individual Page
  Premium design with elegant hero and layout
==============================================================================*/
.project-single__hero {
  position: relative;
  width: 100%;
  min-height: 320px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  background-color: #1A1A1A;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .project-single__hero {
    min-height: 400px;
  }
}
@media screen and (min-width: 1024px) {
  .project-single__hero {
    min-height: 480px;
  }
}
.project-single__hero > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.project-single__hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 0%, rgba(26, 26, 26, 0.4) 40%, rgba(26, 26, 26, 0.9) 100%);
  z-index: 1;
}
.project-single__hero::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #CC0000 0%, #D4A017 50%, #CC0000 100%);
  z-index: 2;
}

.project-single__hero-content {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1000px;
  padding: 4rem 1.5rem 3rem;
  margin: 0 auto;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .project-single__hero-content {
    padding: 3rem 2rem 7rem;
  }
}
@media screen and (min-width: 1024px) {
  .project-single__hero-content {
    padding: 2rem 2rem 8rem;
  }
}

.project-single__hero-subtitle {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0 0 1.25rem 0;
  padding: 0.625rem 1.25rem;
  background: linear-gradient(135deg, #CC0000 0%, #990000 100%);
  border-radius: 50px;
  font-family: "Montserrat", sans-serif;
  font-size: 0.6875rem;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  box-shadow: 0 4px 20px rgba(204, 0, 0, 0.4);
}
@media screen and (min-width: 768px) {
  .project-single__hero-subtitle {
    font-size: 0.75rem;
    padding: 0.75rem 1.75rem;
    margin-bottom: 1.5rem;
  }
}
.project-single__hero-subtitle ion-icon {
  font-size: 0.875rem;
}

.project-single__hero-title {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.1;
  color: #ffffff;
  letter-spacing: -0.02em;
  text-shadow: 0 4px 30px rgba(26, 26, 26, 0.5);
}
@media screen and (min-width: 768px) {
  .project-single__hero-title {
    font-size: 3rem;
  }
}
@media screen and (min-width: 1024px) {
  .project-single__hero-title {
    font-size: 3.75rem;
  }
}

/* Content Section - Container principal */
.project-single__content {
  position: relative;
  padding: 0;
  background-color: #ffffff;
}

/* Card Principal - Elevado sobre o hero */
.project-single__card {
  z-index: 10;
  position: relative;
  margin-top: -4rem;
  background-color: #ffffff;
  border-radius: 20px;
  padding: 2.5rem 1.5rem 3rem;
  box-shadow: 0 -10px 40px rgba(26, 26, 26, 0.08), 0 25px 80px rgba(26, 26, 26, 0.12);
}
@media screen and (min-width: 768px) {
  .project-single__card {
    margin-top: -5rem;
    padding: 3rem 2.5rem 3.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .project-single__card {
    margin-top: -6rem;
    padding: 3.5rem 4rem 4.5rem;
  }
}
.project-single__card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 2rem;
  right: 2rem;
  height: 4px;
  background: linear-gradient(90deg, #CC0000 0%, #D4A017 100%);
  border-radius: 0 0 4px 4px;
}
@media screen and (min-width: 768px) {
  .project-single__card::before {
    left: 3rem;
    right: 3rem;
  }
}

/* Intro - Destaque inicial */
.project-single__intro {
  position: relative;
  margin-bottom: 2.5rem;
  padding: 1.75rem;
  background: linear-gradient(135deg, rgba(204, 0, 0, 0.03) 0%, rgba(212, 160, 23, 0.02) 100%);
  border-left: 4px solid;
  -o-border-image: linear-gradient(180deg, #CC0000, #D4A017) 1;
     border-image: linear-gradient(180deg, #CC0000, #D4A017) 1;
  border-radius: 0 15px 15px 0;
  font-family: "Montserrat", sans-serif;
  font-size: 1.0625rem;
  font-weight: 500;
  line-height: 1.8;
  color: rgba(26, 26, 26, 0.85);
}
@media screen and (min-width: 768px) {
  .project-single__intro {
    font-size: 1.125rem;
    padding: 1.75rem 2rem;
    margin-bottom: 2.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .project-single__intro {
    font-size: 1.1875rem;
    line-height: 1.8;
  }
}
.project-single__intro p {
  margin: 0;
}
.project-single__intro p + p {
  margin-top: 1rem;
}

/* Sections - Blocos de conteúdo */
.project-single__section {
  position: relative;
  margin-top: 2.5rem;
  padding-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .project-single__section {
    margin-top: 3rem;
    padding-top: 3rem;
  }
}
.project-single__section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, #CC0000, #D4A017);
  border-radius: 2px;
}
.project-single__section:first-child {
  margin-top: 0;
  padding-top: 0;
}
.project-single__section:first-child::before {
  display: none;
}

.project-single__section-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  margin: 0 0 1.75rem 0;
  font-family: "Montserrat", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  color: #1A1A1A;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .project-single__section-title {
    font-size: 1.375rem;
    gap: 0.75rem;
    margin-bottom: 2rem;
  }
}
.project-single__section-title ion-icon {
  font-size: 1.375rem;
  color: #CC0000;
}
@media screen and (min-width: 768px) {
  .project-single__section-title ion-icon {
    font-size: 1.625rem;
  }
}

/* Body Content - Conteúdo principal */
.project-single__body {
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  line-height: 1.85;
  color: #1A1A1A;
}
@media screen and (min-width: 768px) {
  .project-single__body {
    font-size: 1.0625rem;
    line-height: 1.9;
  }
}
@media screen and (min-width: 1024px) {
  .project-single__body {
    font-size: 1.125rem;
  }
}
.project-single__body p {
  margin-bottom: 1.5rem;
}
.project-single__body p:last-child {
  margin-bottom: 0;
}
.project-single__body h2,
.project-single__body h3,
.project-single__body h4,
.project-single__body h5,
.project-single__body h6 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #1A1A1A;
  line-height: 1.35;
}
.project-single__body h2 {
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .project-single__body h2 {
    font-size: 1.75rem;
  }
}
.project-single__body h3 {
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .project-single__body h3 {
    font-size: 1.5rem;
  }
}
.project-single__body a {
  color: #CC0000;
  text-decoration: none;
  border-bottom: 1px solid rgba(204, 0, 0, 0.3);
  transition: all 0.25s ease;
}
.project-single__body a:hover {
  color: #990000;
  border-bottom-color: #CC0000;
}
.project-single__body img {
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  margin: 2rem auto;
  box-shadow: 0 8px 30px rgba(26, 26, 26, 0.1);
}
.project-single__body ul,
.project-single__body ol {
  margin: 1.5rem 0;
  padding-left: 1.75rem;
}
.project-single__body ul li,
.project-single__body ol li {
  margin-bottom: 0.625rem;
  padding-left: 0.25rem;
}
.project-single__body ul li {
  list-style: none;
  position: relative;
}
.project-single__body ul li::before {
  content: "";
  position: absolute;
  left: -1.25rem;
  top: 0.6em;
  width: 6px;
  height: 6px;
  background-color: #CC0000;
  border-radius: 50%;
}
.project-single__body blockquote {
  margin: 2rem 0;
  padding: 1.5rem 2rem;
  background: linear-gradient(135deg, rgba(26, 26, 26, 0.02) 0%, rgba(26, 26, 26, 0.04) 100%);
  border-left: 4px solid #D4A017;
  border-radius: 0 10px 10px 0;
  font-style: italic;
  font-size: 1.0625rem;
  color: rgba(26, 26, 26, 0.75);
}
@media screen and (min-width: 768px) {
  .project-single__body blockquote {
    padding: 1.75rem 2.5rem;
    font-size: 1.125rem;
  }
}
.project-single__body blockquote p {
  margin: 0;
}

/* Video Wrapper - Container responsivo */
.project-single__video-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  background-color: #1A1A1A;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 12px 40px rgba(26, 26, 26, 0.15), 0 4px 12px rgba(26, 26, 26, 0.08);
}
.project-single__video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

/* Gallery Grid - Grade de imagens */
.project-single__gallery-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.625rem;
}
@media screen and (min-width: 768px) {
  .project-single__gallery-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 0.875rem;
  }
}
@media screen and (min-width: 1024px) {
  .project-single__gallery-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
  }
}

.project-single__gallery-item {
  display: block;
  position: relative;
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: 10px;
  background-color: rgba(26, 26, 26, 0.05);
  cursor: pointer;
}
.project-single__gallery-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.project-single__gallery-item::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 0%, rgba(26, 26, 26, 0.6) 100%);
  opacity: 0;
  transition: opacity 0.35s ease;
  z-index: 1;
}
.project-single__gallery-item::after {
  content: "+";
  position: absolute;
  bottom: 0.75rem;
  right: 0.75rem;
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #CC0000;
  border-radius: 50%;
  font-family: "Montserrat", sans-serif;
  font-size: 1.25rem;
  font-weight: 300;
  color: #ffffff;
  opacity: 0;
  transform: scale(0.8);
  transition: all 0.35s ease;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .project-single__gallery-item::after {
    width: 2.25rem;
    height: 2.25rem;
    font-size: 1.375rem;
  }
}
.project-single__gallery-item:hover img {
  transform: scale(1.12);
}
.project-single__gallery-item:hover::before {
  opacity: 1;
}
.project-single__gallery-item:hover::after {
  opacity: 1;
  transform: scale(1);
}

/*============================================================================
  Legacy - Mantido para compatibilidade
==============================================================================*/
.project-item {
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: #ffffff;
  border: solid 2px rgba(26, 26, 26, 0.08);
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.3s ease;
}
.project-item:hover {
  border-color: rgba(204, 0, 0, 0.2);
  box-shadow: 0 12px 32px rgba(26, 26, 26, 0.1);
}
.project-item:hover .project-item__image img {
  transform: scale(1.05);
}
.project-item:hover .project-item__title {
  color: #CC0000;
}

.project-item__link {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
  color: inherit;
}

.project-item__image {
  position: relative;
  width: 100%;
  aspect-ratio: 16/10;
  overflow: hidden;
  background-color: rgba(26, 26, 26, 0.03);
}
.project-item__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: transform 0.4s ease;
}

.project-item__content {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 1.5rem;
  gap: 0.75rem;
}
@media screen and (min-width: 768px) {
  .project-item__content {
    padding: 1.75rem;
  }
}

.project-item__title {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.35;
  color: #1A1A1A;
  transition: color 0.25s ease;
}
@media screen and (min-width: 768px) {
  .project-item__title {
    font-size: 1.25rem;
  }
}

.project-item__excerpt {
  flex: 1;
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 0.9375rem;
  line-height: 1.65;
  color: rgba(26, 26, 26, 0.65);
}

.project-item__cta {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  gap: 0.5rem;
  margin-top: 0.5rem;
  font-family: "Montserrat", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  color: #CC0000;
}
.project-item__cta ion-icon {
  font-size: 1.125rem;
  transition: transform 0.25s ease;
}
.project-item:hover .project-item__cta ion-icon {
  transform: translateX(4px);
}

/**
 * Services Showcase Component
 * 
 * Modern services section with elegant card design
 * Uses design tokens from _variables.scss
 */
/*============================================================================
  Services Showcase - Main Container
==============================================================================*/
.services-showcase {
  position: relative;
  padding: 5rem 0;
  background-color: #F5F5F5;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .services-showcase {
    padding: 6rem 0;
  }
}
@media screen and (min-width: 1024px) {
  .services-showcase {
    padding: 7rem 0;
  }
}

/*============================================================================
  Services Showcase - Background Pattern
==============================================================================*/
.services-showcase__bg-pattern {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(circle at 20% 50%, rgba(204, 0, 0, 0.03) 0%, transparent 50%), radial-gradient(circle at 80% 20%, rgba(212, 160, 23, 0.05) 0%, transparent 40%), radial-gradient(circle at 60% 80%, rgba(204, 0, 0, 0.02) 0%, transparent 40%);
  pointer-events: none;
}

/*============================================================================
  Services Showcase - Header
==============================================================================*/
.services-showcase__header {
  text-align: center;
  margin-bottom: 3.5rem;
}
@media screen and (min-width: 768px) {
  .services-showcase__header {
    margin-bottom: 4rem;
  }
}

.services-showcase__header-inner {
  max-width: 700px;
  margin: 0 auto;
}

.services-showcase__eyebrow {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-size: 0.8125rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #CC0000;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .services-showcase__eyebrow {
    font-size: 0.875rem;
    margin-bottom: 1.25rem;
  }
}

.services-showcase__title {
  font-family: "Montserrat", sans-serif;
  font-size: 2rem;
  font-weight: 800;
  color: #1A1A1A;
  margin: 0 0 1rem;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .services-showcase__title {
    font-size: 2.5rem;
    margin-bottom: 1.25rem;
  }
}
@media screen and (min-width: 1024px) {
  .services-showcase__title {
    font-size: 3rem;
  }
}

.services-showcase__description {
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  line-height: 1.7;
  color: rgba(26, 26, 26, 0.65);
}
@media screen and (min-width: 768px) {
  .services-showcase__description {
    font-size: 1.125rem;
  }
}
.services-showcase__description p {
  margin: 0;
}

/*============================================================================
  Services Showcase - Grid
==============================================================================*/
.services-showcase__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
@media screen and (min-width: 768px) {
  .services-showcase__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .services-showcase__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

/*============================================================================
  Service Card - Individual Item
==============================================================================*/
.service-card {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 2rem;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.4s ease;
  -ms-box-shadow: 0 4px 20px rgba(26, 26, 26, 0.05);
  box-shadow: 0 4px 20px rgba(26, 26, 26, 0.05);
  -moz-box-shadow: 0 4px 20px rgba(26, 26, 26, 0.05);
}
@media screen and (min-width: 768px) {
  .service-card {
    padding: 2.5rem;
  }
}
.service-card:hover {
  transform: translateY(-8px);
  -ms-box-shadow: 0 20px 40px rgba(26, 26, 26, 0.12);
  box-shadow: 0 20px 40px rgba(26, 26, 26, 0.12);
  -moz-box-shadow: 0 20px 40px rgba(26, 26, 26, 0.12);
}
.service-card:hover .service-card__number {
  background-color: #CC0000;
  color: #fff;
}
.service-card:hover .service-card__icon-wrap {
  background: linear-gradient(135deg, #CC0000 0%, #990000 100%);
}
.service-card:hover .service-card__icon-wrap .service-card__icon {
  color: #fff;
}
.service-card:hover .service-card__hover-line {
  transform: scaleX(1);
}

/*============================================================================
  Service Card - Number Badge
==============================================================================*/
.service-card__number {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(26, 26, 26, 0.05);
  border-radius: 50%;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .service-card__number {
    width: 40px;
    height: 40px;
  }
}
.service-card__number span {
  font-family: "Montserrat", sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  color: rgba(26, 26, 26, 0.4);
  transition: color 0.3s ease;
}

/*============================================================================
  Service Card - Icon
==============================================================================*/
.service-card__icon-wrap {
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(204, 0, 0, 0.1);
  border-radius: 10px;
  margin-bottom: 1.5rem;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .service-card__icon-wrap {
    width: 72px;
    height: 72px;
    margin-bottom: 1.75rem;
  }
}

.service-card__icon {
  font-size: 2rem;
  color: #CC0000;
  transition: color 0.3s ease;
}
@media screen and (min-width: 768px) {
  .service-card__icon {
    font-size: 2.25rem;
  }
}

.service-card__image {
  width: 40px;
  height: 40px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 6px;
}
@media screen and (min-width: 768px) {
  .service-card__image {
    width: 48px;
    height: 48px;
  }
}

/*============================================================================
  Service Card - Content
==============================================================================*/
.service-card__content {
  flex: 1;
}

.service-card__title {
  font-family: "Montserrat", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  color: #1A1A1A;
  margin: 0 0 0.75rem;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .service-card__title {
    font-size: 1.375rem;
    margin-bottom: 1rem;
  }
}

.service-card__text {
  font-family: "Montserrat", sans-serif;
  font-size: 0.9375rem;
  line-height: 1.7;
  color: rgba(26, 26, 26, 0.6);
}
.service-card__text p {
  margin: 0 0 0.75rem;
}
.service-card__text p:last-child {
  margin-bottom: 0;
}

/*============================================================================
  Service Card - Hover Line
==============================================================================*/
.service-card__hover-line {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #CC0000 0%, #D4A017 100%);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
}

/*============================================================================
  Service Card - Accessibility
==============================================================================*/
@media (prefers-reduced-motion: reduce) {
  .service-card,
  .service-card__number,
  .service-card__number span,
  .service-card__icon-wrap,
  .service-card__icon,
  .service-card__hover-line {
    transition: none;
  }
  .service-card:hover {
    transform: none;
  }
  .service-card:hover .service-card__hover-line {
    transform: scaleX(1);
  }
}
/*============================================================================
  Item Service - Modern Card with Image Focus
==============================================================================*/
.item-service {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.4s ease;
  -ms-box-shadow: 0 4px 20px rgba(26, 26, 26, 0.06);
  box-shadow: 0 4px 20px rgba(26, 26, 26, 0.06);
  -moz-box-shadow: 0 4px 20px rgba(26, 26, 26, 0.06);
}
.item-service:hover {
  transform: translateY(-8px);
  -ms-box-shadow: 0 20px 50px rgba(26, 26, 26, 0.15);
  box-shadow: 0 20px 50px rgba(26, 26, 26, 0.15);
  -moz-box-shadow: 0 20px 50px rgba(26, 26, 26, 0.15);
}
.item-service:hover .item-service__image {
  transform: scale(1.08);
}
.item-service:hover .item-service__overlay {
  opacity: 0.3;
}
.item-service:hover .item-service__icon-wrapper {
  background-color: #1A1A1A;
}
.item-service:hover .item-service__accent {
  transform: scaleX(1);
}

.item-service__media {
  position: relative;
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
  background-color: rgba(26, 26, 26, 0.03);
}
@media screen and (min-width: 768px) {
  .item-service__media {
    aspect-ratio: 16/12;
  }
}

.item-service__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: transform 0.5s ease;
}

.item-service__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, transparent 0%, transparent 40%, rgba(26, 26, 26, 0.6) 100%);
  opacity: 0.5;
  transition: opacity 0.4s ease;
}

.item-service__icon-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: #CC0000;
  transition: background-color 0.3s ease;
}

.item-service__icon {
  font-size: 3.5rem;
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  .item-service__icon {
    font-size: 4rem;
  }
}
@media screen and (min-width: 1024px) {
  .item-service__icon {
    font-size: 4.5rem;
  }
}

.item-service__content {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 1.75rem;
  gap: 0.875rem;
}
@media screen and (min-width: 768px) {
  .item-service__content {
    padding: 2rem;
    gap: 1rem;
  }
}

.item-service__title {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.3;
  color: #1A1A1A;
}
@media screen and (min-width: 768px) {
  .item-service__title {
    font-size: 1.375rem;
  }
}

.item-service__description {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.7;
  color: rgba(26, 26, 26, 0.65);
  flex: 1;
}
.item-service__description p {
  margin: 0 0 0.75rem 0;
}
.item-service__description p:last-child {
  margin-bottom: 0;
}

.item-service__accent {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #CC0000 0%, rgb(127.5, 0, 0) 100%);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
}

/*============================================================================
  Service Item Legacy (compatibilidade)
==============================================================================*/
.service-item__card {
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1.5rem;
  background-color: #ffffff;
  border: solid 2px rgba(26, 26, 26, 0.08);
  border-radius: 10px;
  text-align: center;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .service-item__card {
    gap: 1.25rem;
    padding: 2rem;
  }
}
.service-item__card:hover {
  border-color: rgba(204, 0, 0, 0.2);
  box-shadow: 0 12px 32px rgba(26, 26, 26, 0.1);
}
.service-item__card:hover .service-item__icon {
  background-color: #1A1A1A;
}

.service-item__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 72px;
  height: 72px;
  margin: 0 auto;
  background-color: #CC0000;
  border-radius: 10px;
  color: #ffffff;
  font-size: 2rem;
  transition: background-color 0.3s ease;
}
@media screen and (min-width: 768px) {
  .service-item__icon {
    width: 80px;
    height: 80px;
    font-size: 2.25rem;
  }
}
.service-item__icon ion-icon {
  --ionicon-stroke-width: 32px;
}

.service-item__image {
  width: 100%;
  aspect-ratio: 16/10;
  border-radius: 10px;
  overflow: hidden;
}
.service-item__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: transform 0.4s ease;
}
.service-item__image:hover img {
  transform: scale(1.05);
}

.service-item__title {
  font-family: "Montserrat", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  color: #1A1A1A;
  line-height: 1.35;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .service-item__title {
    font-size: 1.25rem;
  }
}

.service-item__description {
  font-family: "Montserrat", sans-serif;
  font-size: 0.9375rem;
  line-height: 1.6;
  color: rgba(26, 26, 26, 0.65);
  margin: 0;
}
.service-item__description p {
  margin: 0 0 0.75rem 0;
}
.service-item__description p:last-child {
  margin-bottom: 0;
}

/*============================================================================
  About Services Section
==============================================================================*/
.about-services {
  padding: 4rem 0;
}
@media screen and (min-width: 768px) {
  .about-services {
    padding: 5rem 0;
  }
}
@media screen and (min-width: 1024px) {
  .about-services {
    padding: 6rem 0;
  }
}

.about-services__header {
  text-align: center;
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .about-services__header {
    margin-bottom: 4rem;
  }
}

.about-services__title {
  font-family: "Montserrat", sans-serif;
  font-size: 1.75rem;
  font-weight: 800;
  color: #1A1A1A;
  margin: 0 0 1rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
}
@media screen and (min-width: 768px) {
  .about-services__title {
    font-size: 2.25rem;
    gap: 1rem;
  }
}
@media screen and (min-width: 1024px) {
  .about-services__title {
    font-size: 2.75rem;
  }
}
.about-services__title ion-icon {
  font-size: 1.75rem;
  color: #CC0000;
}
@media screen and (min-width: 768px) {
  .about-services__title ion-icon {
    font-size: 2.25rem;
  }
}
@media screen and (min-width: 1024px) {
  .about-services__title ion-icon {
    font-size: 2.75rem;
  }
}

.about-services__description {
  font-family: "Montserrat", sans-serif;
  font-size: 1.125rem;
  line-height: 1.6;
  color: rgba(26, 26, 26, 0.7);
  max-width: 800px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .about-services__description {
    font-size: 1.25rem;
  }
}

/**
 * Team Member Components
 * 
 * Cards de membros da equipe com design premium
 * Sistema de gradientes e animações consistentes
 */
/*============================================================================
  Member Item - Card Premium
  Design com linha de acento e efeitos hover elegantes
==============================================================================*/
.member-item {
  height: 100%;
}

.member-item__card {
  position: relative;
  background-color: #ffffff;
  border-radius: 15px;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  box-shadow: 0 4px 20px rgba(26, 26, 26, 0.06), 0 1px 4px rgba(26, 26, 26, 0.04);
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media screen and (min-width: 768px) {
  .member-item__card {
    flex-direction: row;
    align-items: stretch;
  }
}
.member-item__card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: linear-gradient(180deg, #CC0000 0%, #D4A017 100%);
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 5;
}
.member-item__card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 50px rgba(26, 26, 26, 0.12), 0 10px 25px rgba(26, 26, 26, 0.08);
}
.member-item__card:hover::before {
  transform: scaleY(1);
}
.member-item__card:hover .member-item__photo img {
  transform: scale(1.1);
}
.member-item__card:hover .member-item__name {
  color: #CC0000;
}

.member-item__photo {
  position: relative;
  width: 100%;
  height: 220px;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(212, 160, 23, 0.3) 0%, rgba(204, 0, 0, 0.2) 100%);
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .member-item__photo {
    width: 180px;
    height: auto;
    min-height: 220px;
  }
}
.member-item__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.member-item__photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(26, 26, 26, 0.1) 100%);
  pointer-events: none;
}

.member-item__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.625rem;
  padding: 1.75rem;
  flex-grow: 1;
}
@media screen and (min-width: 768px) {
  .member-item__content {
    padding: 2rem 2.25rem;
    gap: 0.75rem;
  }
}

.member-item__name {
  font-family: "Montserrat", sans-serif;
  font-size: 1.375rem;
  font-weight: 700;
  color: #1A1A1A;
  line-height: 1.25;
  margin: 0;
  transition: color 0.3s ease;
}
@media screen and (min-width: 768px) {
  .member-item__name {
    font-size: 1.5rem;
  }
}

.member-item__position {
  font-family: "Montserrat", sans-serif;
  font-size: 0.8125rem;
  font-weight: 700;
  color: #CC0000;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin: 0;
  background: linear-gradient(90deg, #CC0000 0%, #D4A017 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
@media screen and (min-width: 768px) {
  .member-item__position {
    font-size: 0.875rem;
  }
}

.member-item__bio-link {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  width: -moz-fit-content;
  width: fit-content;
  gap: 0.5rem;
  margin-top: 1rem;
  padding: 0.625rem 1.25rem;
  background-color: transparent;
  border: 2px solid #CC0000;
  color: #CC0000;
  font-family: "Montserrat", sans-serif;
  font-size: 0.8125rem;
  font-weight: 700;
  border-radius: 100px;
  cursor: pointer;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .member-item__bio-link {
    padding: 0.75rem 1.5rem;
    font-size: 0.875rem;
  }
}
.member-item__bio-link ion-icon {
  font-size: 1rem;
  transition: transform 0.3s ease;
}
@media screen and (min-width: 768px) {
  .member-item__bio-link ion-icon {
    font-size: 1.125rem;
  }
}
.member-item__bio-link:hover {
  background: linear-gradient(135deg, #CC0000 0%, #990000 100%);
  border-color: #CC0000;
  color: #fff;
}
.member-item__bio-link:hover ion-icon {
  transform: translateX(4px);
}
.member-item__bio-link:focus {
  outline: 2px solid #CC0000;
  outline-offset: 2px;
}

/*============================================================================
  Member Modal - Design Premium
  Modal com visual refinado e animações suaves
==============================================================================*/
.member-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}
.member-modal--active {
  display: flex;
}

.member-modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(26, 26, 26, 0.95);
  backdrop-filter: blur(8px);
  cursor: pointer;
}

.member-modal__container {
  position: relative;
  background-color: #ffffff;
  border-radius: 20px;
  max-width: 620px;
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
  box-shadow: 0 25px 80px rgba(26, 26, 26, 0.4), 0 10px 30px rgba(26, 26, 26, 0.2);
  z-index: 1;
  animation: modalSlideUp 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.member-modal__container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #CC0000 0%, #D4A017 100%);
  border-radius: 20px 20px 0 0;
}

@keyframes modalSlideUp {
  from {
    opacity: 0;
    transform: translateY(30px) scale(0.95);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
.member-modal__close {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(26, 26, 26, 0.05);
  border: none;
  border-radius: 50%;
  color: #1A1A1A;
  font-size: 1.5rem;
  cursor: pointer;
  z-index: 2;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .member-modal__close {
    width: 48px;
    height: 48px;
    font-size: 1.75rem;
  }
}
.member-modal__close ion-icon {
  --ionicon-stroke-width: 48px;
}
.member-modal__close:hover {
  background: linear-gradient(135deg, #CC0000 0%, #990000 100%);
  color: #fff;
  transform: rotate(90deg);
}
.member-modal__close:focus {
  outline: 2px solid #CC0000;
  outline-offset: 2px;
}

.member-modal__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 3rem 2rem;
}
@media screen and (min-width: 768px) {
  .member-modal__content {
    padding: 3.5rem;
  }
}

.member-modal__photo {
  position: relative;
  flex-shrink: 0;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(212, 160, 23, 0.3) 0%, rgba(204, 0, 0, 0.2) 100%);
  margin-bottom: 1.75rem;
  box-shadow: 0 8px 30px rgba(26, 26, 26, 0.15), 0 0 0 4px #ffffff, 0 0 0 6px rgba(204, 0, 0, 0.2);
}
@media screen and (min-width: 768px) {
  .member-modal__photo {
    width: 160px;
    height: 160px;
    margin-bottom: 2rem;
  }
}
.member-modal__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.member-modal__body {
  width: 100%;
}

.member-modal__header {
  position: relative;
  margin-bottom: 2rem;
  padding-bottom: 1.25rem;
}
.member-modal__header::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 3px;
  background: linear-gradient(90deg, #CC0000 0%, #D4A017 100%);
  border-radius: 2px;
}

.member-modal__title {
  font-family: "Montserrat", sans-serif;
  font-size: 1.625rem;
  font-weight: 800;
  color: #1A1A1A;
  margin: 0 0 0.5rem 0;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .member-modal__title {
    font-size: 1.875rem;
  }
}

.member-modal__position {
  font-family: "Montserrat", sans-serif;
  font-size: 0.9375rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin: 0;
  background: linear-gradient(90deg, #CC0000 0%, #D4A017 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
@media screen and (min-width: 768px) {
  .member-modal__position {
    font-size: 1rem;
  }
}

.member-modal__biography {
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  text-align: left;
  line-height: 1.85;
  color: rgba(26, 26, 26, 0.8);
}
@media screen and (min-width: 768px) {
  .member-modal__biography {
    font-size: 1.0625rem;
  }
}
.member-modal__biography p {
  margin: 0 0 1.25rem 0;
}
.member-modal__biography p:last-child {
  margin-bottom: 0;
}
.member-modal__biography strong,
.member-modal__biography b {
  font-weight: 700;
  color: #1A1A1A;
}
.member-modal__biography em,
.member-modal__biography i {
  font-style: italic;
}

/*============================================================================
  About Team Section - Seção de equipe na página sobre
==============================================================================*/
.about-team {
  position: relative;
  padding: 5rem 0;
  background: linear-gradient(180deg, #ffffff 0%, rgba(212, 160, 23, 0.08) 100%);
}
@media screen and (min-width: 768px) {
  .about-team {
    padding: 6rem 0;
  }
}
@media screen and (min-width: 1024px) {
  .about-team {
    padding: 7rem 0;
  }
}

.about-team__header {
  text-align: center;
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .about-team__header {
    margin-bottom: 4rem;
  }
}

.about-team__title {
  font-family: "Montserrat", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  color: #1A1A1A;
  margin: 0 0 1rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
}
@media screen and (min-width: 768px) {
  .about-team__title {
    font-size: 2.5rem;
    gap: 1rem;
  }
}
@media screen and (min-width: 1024px) {
  .about-team__title {
    font-size: 3rem;
  }
}
.about-team__title ion-icon {
  font-size: 2rem;
  color: #CC0000;
}
@media screen and (min-width: 768px) {
  .about-team__title ion-icon {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .about-team__title ion-icon {
    font-size: 3rem;
  }
}

.about-team__description {
  font-family: "Montserrat", sans-serif;
  font-size: 1.125rem;
  line-height: 1.6;
  color: rgba(26, 26, 26, 0.7);
  max-width: 800px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .about-team__description {
    font-size: 1.25rem;
  }
}

/**
 * Video Components
 * 
 * Card e single video com design moderno premium
 * Sistema de design consistente com gradientes e animações
 */
/*============================================================================
  Item Video - Card Premium para listagens
  Design com linha de acento gradiente e efeitos hover
==============================================================================*/
.item-video {
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
  background-color: #ffffff;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(26, 26, 26, 0.06), 0 1px 4px rgba(26, 26, 26, 0.04);
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.item-video::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #CC0000 0%, #D4A017 100%);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 5;
}
.item-video:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 50px rgba(26, 26, 26, 0.12), 0 10px 25px rgba(26, 26, 26, 0.08);
}
.item-video:hover::after {
  transform: scaleX(1);
}
.item-video:hover .item-video__thumbnail {
  transform: scale(1.1);
}
.item-video:hover .item-video__overlay {
  opacity: 0.3;
}
.item-video:hover .item-video__play-icon {
  background: linear-gradient(135deg, #CC0000 0%, #990000 100%);
  transform: translate(-50%, -50%) scale(1.1);
  box-shadow: 0 10px 30px rgba(204, 0, 0, 0.5), 0 0 0 10px rgba(204, 0, 0, 0.15);
}
.item-video:hover .item-video__play-icon ion-icon {
  color: #ffffff;
}
.item-video:hover .item-video__title a {
  color: #CC0000;
}
.item-video:hover .item-video__link {
  color: #CC0000;
  gap: 0.75rem;
}

.item-video__player {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  background-color: #1A1A1A;
}

.item-video__thumbnail-link {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.item-video__thumbnail-link::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 30%, rgba(26, 26, 26, 0.7) 100%);
  opacity: 0.8;
  transition: opacity 0.4s ease;
  z-index: 1;
}

.item-video__thumbnail {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.item-video__overlay {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at center, transparent 30%, rgba(26, 26, 26, 0.5) 100%);
  opacity: 0.4;
  transition: opacity 0.4s ease;
  z-index: 1;
}

.item-video__play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  background-color: #ffffff;
  border-radius: 50%;
  box-shadow: 0 8px 25px rgba(26, 26, 26, 0.3), 0 0 0 6px rgba(255, 255, 255, 0.25);
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .item-video__play-icon {
    width: 72px;
    height: 72px;
  }
}
.item-video__play-icon ion-icon {
  font-size: 1.75rem;
  color: #1A1A1A;
  margin-left: 4px;
  transition: color 0.3s ease;
}
@media screen and (min-width: 768px) {
  .item-video__play-icon ion-icon {
    font-size: 2rem;
  }
}

.item-video__type {
  position: absolute;
  top: 1rem;
  left: 1rem;
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  padding: 0.5rem 1rem;
  font-family: "Montserrat", sans-serif;
  font-size: 0.6875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  background: rgba(26, 26, 26, 0.9);
  backdrop-filter: blur(8px);
  color: #ffffff;
  border-radius: 100px;
  z-index: 3;
}
.item-video__type ion-icon {
  font-size: 0.875rem;
}
.item-video__type[data-type=youtube] {
  background: linear-gradient(135deg, #FF0000 0%, #CC0000 100%);
}
.item-video__type[data-type=vimeo] {
  background: linear-gradient(135deg, #1AB7EA 0%, #0088CC 100%);
}

.item-video__content {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 1.75rem;
  gap: 0.75rem;
}
@media screen and (min-width: 768px) {
  .item-video__content {
    padding: 2rem;
    gap: 0.875rem;
  }
}

.item-video__date {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-family: "Montserrat", sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  color: rgba(26, 26, 26, 0.5);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.item-video__date ion-icon {
  font-size: 1rem;
  color: #CC0000;
}

.item-video__title {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.35;
  color: #1A1A1A;
  flex: 1;
}
@media screen and (min-width: 768px) {
  .item-video__title {
    font-size: 1.375rem;
  }
}
.item-video__title a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease;
}

.item-video__link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: auto;
  padding-top: 1rem;
  font-family: "Montserrat", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  color: #1A1A1A;
  text-decoration: none;
  border-top: 1px solid rgba(26, 26, 26, 0.06);
  transition: all 0.3s ease;
}
.item-video__link ion-icon {
  font-size: 1.125rem;
  transition: transform 0.3s ease;
}

/*============================================================================
  Single Video - Página Individual Premium
  Design moderno com hero escuro e gradientes
==============================================================================*/
.single-video {
  background-color: #ffffff;
}

.single-video__header {
  position: relative;
  padding: 4rem 0 3rem;
  background: linear-gradient(180deg, #1A1A1A 0%, rgb(46.4, 46.4, 46.4) 100%);
  text-align: center;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .single-video__header {
    padding: 5rem 0 4rem;
  }
}
@media screen and (min-width: 1024px) {
  .single-video__header {
    padding: 6rem 0 5rem;
  }
}
.single-video__header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #CC0000 0%, #D4A017 50%, #CC0000 100%);
}
.single-video__header::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(204, 0, 0, 0.08) 0%, transparent 70%);
  pointer-events: none;
}

.single-video__meta {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 1rem 1.5rem;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .single-video__meta {
    margin-bottom: 1.75rem;
  }
}

.single-video__date {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-family: "Montserrat", sans-serif;
  font-size: 0.8125rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.6);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.single-video__date ion-icon {
  font-size: 1rem;
  color: #D4A017;
}

.single-video__type {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  padding: 0.5rem 1.25rem;
  font-family: "Montserrat", sans-serif;
  font-size: 0.6875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  border-radius: 100px;
  color: #ffffff;
}
.single-video__type ion-icon {
  font-size: 0.875rem;
}
.single-video__type[data-type=youtube] {
  background: linear-gradient(135deg, #FF0000 0%, #CC0000 100%);
  box-shadow: 0 4px 15px rgba(255, 0, 0, 0.4);
}
.single-video__type[data-type=vimeo] {
  background: linear-gradient(135deg, #1AB7EA 0%, #0088CC 100%);
  box-shadow: 0 4px 15px rgba(26, 183, 234, 0.4);
}

.single-video__title {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  max-width: 900px;
  font-family: "Montserrat", sans-serif;
  font-size: 1.75rem;
  font-weight: 800;
  line-height: 1.2;
  color: #ffffff;
  letter-spacing: -0.02em;
}
@media screen and (min-width: 768px) {
  .single-video__title {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .single-video__title {
    font-size: 3rem;
  }
}

.single-video__player {
  padding: 0 0 3rem;
  background-color: #ffffff;
}
@media screen and (min-width: 768px) {
  .single-video__player {
    padding-bottom: 4rem;
  }
}
@media screen and (min-width: 1024px) {
  .single-video__player {
    padding-bottom: 5rem;
  }
}

.single-video__embed-wrapper {
  position: relative;
  width: 100%;
  margin-top: -2rem;
  padding-bottom: 56.25%;
  background-color: #1A1A1A;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(26, 26, 26, 0.2), 0 8px 20px rgba(26, 26, 26, 0.12);
}
@media screen and (min-width: 768px) {
  .single-video__embed-wrapper {
    margin-top: -3rem;
  }
}

.single-video__iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.single-video__thumbnail {
  padding-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .single-video__thumbnail {
    padding-bottom: 4rem;
  }
}
@media screen and (min-width: 1024px) {
  .single-video__thumbnail {
    padding-bottom: 4rem;
  }
}

.single-video__thumbnail-image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 12px 40px rgba(26, 26, 26, 0.15), 0 4px 12px rgba(26, 26, 26, 0.08);
}

.single-video__content {
  padding: 2.5rem 0 3rem;
}
@media screen and (min-width: 768px) {
  .single-video__content {
    padding: 3rem 0 4rem;
  }
}
@media screen and (min-width: 1024px) {
  .single-video__content {
    padding: 4rem 0 5rem;
  }
}

.single-video__body {
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  line-height: 1.8;
  color: #1A1A1A;
}
@media screen and (min-width: 768px) {
  .single-video__body {
    font-size: 1.0625rem;
  }
}
@media screen and (min-width: 1024px) {
  .single-video__body {
    font-size: 1.125rem;
    line-height: 1.85;
  }
}
.single-video__body p {
  margin-bottom: 1.5rem;
}
.single-video__body p:last-child {
  margin-bottom: 0;
}
.single-video__body h2,
.single-video__body h3,
.single-video__body h4,
.single-video__body h5,
.single-video__body h6 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #1A1A1A;
  line-height: 1.3;
}
.single-video__body a {
  color: #CC0000;
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: color 0.25s ease;
}
.single-video__body a:hover {
  color: #990000;
}
.single-video__body img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  margin: 2rem 0;
}

.single-video__credits {
  margin-top: 2.5rem;
  padding: 2rem;
  background-color: rgba(26, 26, 26, 0.02);
  border: solid 2px rgba(26, 26, 26, 0.06);
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  .single-video__credits {
    padding: 2rem 2.5rem;
  }
}

.single-video__credits-title {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0 0 1rem 0;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: #1A1A1A;
}
.single-video__credits-title ion-icon {
  font-size: 1.125rem;
  color: #CC0000;
}

.single-video__credits-content {
  font-family: "Montserrat", sans-serif;
  font-size: 0.9375rem;
  line-height: 1.7;
  color: rgba(26, 26, 26, 0.7);
}
.single-video__credits-content p {
  margin: 0 0 0.5rem 0;
}
.single-video__credits-content p:last-child {
  margin-bottom: 0;
}

.single-video__footer {
  padding: 1.5rem 0;
  border-top: solid 2px rgba(26, 26, 26, 0.06);
  background-color: rgba(26, 26, 26, 0.015);
}
@media screen and (min-width: 768px) {
  .single-video__footer {
    padding: 2rem 0;
  }
}

.single-video__navigation {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
@media screen and (min-width: 768px) {
  .single-video__navigation {
    flex-direction: row;
    justify-content: space-between;
    gap: 1.5rem;
  }
}

.single-video__nav-link {
  display: inline-flex;
  align-items: center;
  gap: 0.625rem;
  padding: 0.875rem 1.25rem;
  font-family: "Montserrat", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  color: #1A1A1A;
  background-color: #ffffff;
  border: solid 2px rgba(26, 26, 26, 0.08);
  border-radius: 10px;
  text-decoration: none;
  transition: all 0.25s ease;
}
.single-video__nav-link ion-icon {
  font-size: 1.125rem;
  color: #CC0000;
  transition: transform 0.25s ease;
}
.single-video__nav-link:hover {
  border-color: rgba(204, 0, 0, 0.25);
  box-shadow: 0 4px 12px rgba(26, 26, 26, 0.06);
}
.single-video__nav-link--prev:hover ion-icon {
  transform: translateX(-3px);
}
@media screen and (min-width: 768px) {
  .single-video__nav-link--next {
    margin-left: auto;
  }
}
.single-video__nav-link--next:hover ion-icon {
  transform: translateX(3px);
}

/*============================================================================
  Legacy - Mantido para compatibilidade
==============================================================================*/
.row:has(.video-item) {
  align-items: stretch;
}
.row:has(.video-item) > [class*=col] {
  display: flex;
}

.video-item {
  display: flex;
  flex-direction: column;
  width: 100%;
  background-color: #ffffff;
  border: solid 2px rgba(26, 26, 26, 0.08);
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.3s ease;
}
.video-item:hover {
  border-color: rgba(204, 0, 0, 0.2);
  box-shadow: 0 12px 32px rgba(26, 26, 26, 0.1);
}
.video-item:hover .video-item__thumbnail img {
  transform: translate(-50%, -50%) scale(1.05);
}
.video-item:hover .video-item__play-button {
  background-color: #CC0000;
  transform: scale(1.1);
}
.video-item:hover .video-item__title {
  color: #CC0000;
}

.video-item__thumbnail {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  background-color: #1A1A1A;
}
.video-item__thumbnail img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: transform 0.4s ease;
}

.video-item__play-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(26, 26, 26, 0.3);
  z-index: 1;
}

.video-item__play-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 50%;
  box-shadow: 0 4px 16px rgba(26, 26, 26, 0.25);
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .video-item__play-button {
    width: 64px;
    height: 64px;
  }
}
.video-item__play-button ion-icon {
  font-size: 1.5rem;
  color: #1A1A1A;
  margin-left: 3px;
}
@media screen and (min-width: 768px) {
  .video-item__play-button ion-icon {
    font-size: 1.75rem;
  }
}

.video-item__content {
  flex: 1;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
@media screen and (min-width: 768px) {
  .video-item__content {
    padding: 1.75rem;
  }
}

.video-item__meta {
  display: flex;
  align-items: center;
  gap: 0.375rem;
  font-family: "Montserrat", sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  color: rgba(26, 26, 26, 0.45);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.video-item__meta ion-icon {
  font-size: 0.875rem;
  color: #CC0000;
}

.video-item__title {
  flex: 1;
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.35;
  color: #1A1A1A;
  transition: color 0.25s ease;
}
@media screen and (min-width: 768px) {
  .video-item__title {
    font-size: 1.25rem;
  }
}

.video-item__type {
  display: inline-block;
  align-self: flex-start;
  padding: 0.375rem 0.75rem;
  font-family: "Montserrat", sans-serif;
  font-size: 0.6875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  background-color: rgba(26, 26, 26, 0.08);
  color: #1A1A1A;
  border-radius: 100px;
}
.video-item__type[data-type=youtube] {
  background-color: #FF0000;
  color: #ffffff;
}
.video-item__type[data-type=vimeo] {
  background-color: #1AB7EA;
  color: #ffffff;
}