/**
* Template Name: DevFolio
* Template URL: https://bootstrapmade.com/devfolio-bootstrap-portfolio-html-template/
* Updated: Aug 07 2024 with Bootstrap v5.3.3
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# Font & Color Variables
# Help: https://bootstrapmade.com/color-system/
--------------------------------------------------------------*/
/* Fonts */
:root {
  --default-font: "Roboto", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --heading-font: "Raleway", sans-serif;
  --nav-font: "Poppins", sans-serif;
}

/* Global Colors */
:root {
  --background-color: #ffffff;
  --default-color: #4e4e4e;
  --heading-color: #0a090f;
  --accent-color: #c2a671;
  --surface-color: #ffffff;
  --contrast-color: #ffffff;
}

/* Nav Menu Colors */
:root {
  --nav-color: #ffffff;
  --nav-hover-color: #ffffff;
  --nav-mobile-background-color: #ffffff;
  --nav-dropdown-background-color: #ffffff;
  --nav-dropdown-color: #212529;
  --nav-dropdown-hover-color: #c2a671;
}

/* Color Presets */
.light-background {
  --background-color: #f9f9f9;
  --surface-color: #ffffff;
}

.dark-background {
  --background-color: #060606;
  --default-color: #ffffff;
  --heading-color: #ffffff;
  --surface-color: #252525;
  --contrast-color: #ffffff;
}

.accent-background {
  --background-color: #c2a671;
  --default-color: #ffffff;
  --heading-color: #ffffff;
  --accent-color: #ffffff;
  --surface-color: #c2a674;
  --contrast-color: #ffffff;
}

/* Smooth scroll */
:root {
  scroll-behavior: smooth;
}

/*--------------------------------------------------------------
# General Styling & Shared Classes
--------------------------------------------------------------*/
body {
  color: var(--default-color);
  background-color: var(--background-color);
  font-family: var(--default-font);
}

a {
  color: #c2a671;
  text-decoration: none;
  transition: 0.3s;
}

a:hover {
  color: color-mix(in srgb, #c2a671, transparent 25%);
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--heading-color);
  font-family: var(--heading-font);
}

/* PHP Email Form Messages */
.php-email-form .error-message {
  display: none;
  background: #df1529;
  color: #ffffff;
  text-align: left;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.php-email-form .sent-message {
  display: none;
  color: #ffffff;
  background: #059652;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.php-email-form .loading {
  display: none;
  background: var(--surface-color);
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
}

.php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #c2a671;
  border-top-color: var(--surface-color);
  animation: php-email-form-loading 1s linear infinite;
}

@keyframes php-email-form-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Global Header
--------------------------------------------------------------*/
.header {
  --background-color: rgba(0, 0, 0, 0.45);
  --default-color: #ffffff;
  --heading-color: #ffffff;
  color: var(--default-color);
  background-color: var(--background-color);
  padding: 20px 0;
  transition: background-color 0.4s ease, box-shadow 0.4s ease, transform 0.4s ease;
  z-index: 997;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

.header .container-fluid,
.header .container-xl,
.header .container-lg,
.header .container-md,
.header .container-sm,
.header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 8px;
  padding-right: 16px;
}

.header .logo {
  line-height: 1;
  flex-shrink: 1;
  min-width: 0;
}

.header .logo img {
  max-height: 48px;
  max-width: 100%;
  width: auto;
  display: block;
  margin-right: 8px;
}

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

.header .logo h1 {
  font-size: 30px;
  margin: 0;
  font-weight: 700;
  color: var(--heading-color);
}

/*--------------------------------------------------------------
# Genesis Badge
--------------------------------------------------------------*/
.genesis-badge {
  font-size: .72rem;
  color: #c2a671;
  background: rgba(255, 255, 255, .07);
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 2rem;
  padding: .28rem .8rem;
  white-space: nowrap;
  gap: .35rem;
  text-decoration: none;
  transition: filter .2s;
}

.genesis-badge:hover {
  filter: brightness(1.18);
}

.genesis-badge i {
  font-size: .85rem;
}

.genesis-badge .badge-intro {
  color: #ffffff;
}

/* Badge dentro da se��o About � visual em card com maior contraste */
.about .genesis-badge {
  background: linear-gradient(135deg, #1a1208 0%, #2c1f0c 100%);
  border: 1.5px solid #c2a671;
  border-radius: .75rem;
  padding: .75rem 1.25rem;
  font-size: .84rem;
  white-space: normal;
  box-shadow: 0 3px 16px rgba(194, 166, 113, 0.18);
  gap: .6rem;
  align-self: flex-start;
  transition: transform .25s ease, filter .25s ease, box-shadow .25s ease;
}

.about .genesis-badge:hover {
  transform: scale(0.96);
  filter: brightness(1.1);
  box-shadow: 0 4px 20px rgba(194, 166, 113, 0.28);
}

.about .genesis-badge i {
  font-size: 1.1rem;
  flex-shrink: 0;
}

/*--------------------------------------------------------------
# Language Switcher
--------------------------------------------------------------*/
.lang-switcher {
  position: relative;
}

.lang-btn {
  display: flex;
  align-items: center;
  gap: 5px;
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 2rem;
  padding: 4px 10px 4px 6px;
  color: #fff;
  font-size: .78rem;
  font-weight: 600;
  cursor: pointer;
  transition: background .2s;
  white-space: nowrap;
}

.lang-btn:hover,
.lang-btn:focus {
  background: rgba(255, 255, 255, .16);
  outline: none;
  box-shadow: none;
}

/* Remove default Bootstrap caret spacing */
.lang-btn::after {
  margin-left: 4px;
  vertical-align: middle;
  border-top-color: rgba(255, 255, 255, .7);
}

.lang-flag {
  width: 22px;
  height: 15px;
  object-fit: cover;
  border-radius: 2px;
  display: inline-block;
}

.lang-menu {
  min-width: 130px;
  background: rgba(20, 20, 30, .96);
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: .6rem;
  padding: .35rem 0;
  box-shadow: 0 8px 24px rgba(0,0,0,.4);
}

.lang-menu .lang-option {
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, .85);
  font-size: .82rem;
  padding: .45rem .9rem;
  transition: background .15s;
}

.lang-menu .lang-option:hover {
  background: rgba(255, 255, 255, .08);
  color: #fff;
}

@media (max-width: 575px) {
  .lang-btn {
    padding: 4px 7px 4px 5px;
    font-size: .72rem;
  }
  .lang-flag {
    width: 18px;
    height: 12px;
  }
}

.scrolled .header {
  background-color: rgba(0, 0, 0, 0.82);
  box-shadow: 0px 0 18px rgba(0, 0, 0, 0.18);
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
@media (min-width: 1200px) {
  .mobile-nav-toggle {
    display: none;
  }

  .navmenu {
    padding: 0;
  }

  .navmenu ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
  }

  .navmenu li {
    position: relative;
  }

  .navmenu > ul > li {
    white-space: nowrap;
    padding: 15px 14px;
  }

  .navmenu > ul > li:last-child {
    padding-right: 12px;
  }

  .navmenu a,
  .navmenu a:focus {
    color: var(--nav-color);
    font-size: 15px;
    padding: 0 2px;
    font-family: var(--nav-font);
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;
    position: relative;
  }

  .navmenu a i,
  .navmenu a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
    transition: 0.3s;
  }

  .navmenu > ul > li > a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -6px;
    left: 0;
    background-color: var(--nav-hover-color);
    visibility: hidden;
    width: 0px;
    transition: all 0.3s ease-in-out 0s;
  }

  .navmenu a:hover:before,
  .navmenu li:hover > a:before,
  .navmenu .active:before {
    visibility: visible;
    width: 100%;
  }

  .navmenu li:hover > a,
  .navmenu .active,
  .navmenu .active:focus {
    color: var(--nav-hover-color);
  }

  .navmenu .dropdown ul {
    margin: 0;
    padding: 10px 0;
    background: var(--nav-dropdown-background-color);
    display: block;
    position: absolute;
    visibility: hidden;
    left: 14px;
    top: 130%;
    opacity: 0;
    transition: 0.3s;
    border-radius: 4px;
    z-index: 99;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  }

  .navmenu .dropdown ul li {
    min-width: 200px;
  }

  .navmenu .dropdown ul a {
    padding: 10px 20px;
    font-size: 15px;
    text-transform: none;
    color: var(--nav-dropdown-color);
  }

  .navmenu .dropdown ul a i {
    font-size: 12px;
  }

  .navmenu .dropdown ul a:hover,
  .navmenu .dropdown ul .active:hover,
  .navmenu .dropdown ul li:hover > a {
    color: var(--nav-dropdown-hover-color);
  }

  .navmenu .dropdown:hover > ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }

  .navmenu .dropdown .dropdown ul {
    top: 0;
    left: -90%;
    visibility: hidden;
  }

  .navmenu .dropdown .dropdown:hover > ul {
    opacity: 1;
    top: 0;
    left: -100%;
    visibility: visible;
  }
}

/* Mobile Navigation */
@media (max-width: 1199px) {
  .header {
    overflow: visible;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  .mobile-nav-toggle {
    display: block;
    color: var(--nav-color);
    font-size: 42px;
    line-height: 0;
    margin-right: 0;
    cursor: pointer;
    transition: color 0.3s;
    z-index: 10001;
    position: relative;
  }

  .navmenu {
    padding: 0;
    z-index: 9997;
    position: relative;
  }

  .navmenu,
  .navmenu * {
    box-sizing: border-box;
  }

  .navmenu > ul {
    display: none;
    list-style: none;
    position: fixed;
    inset: 84px 16px 16px 16px;
    width: auto;
    height: auto;
    max-height: calc(100vh - 100px);
    padding: 14px 0;
    margin: 0;
    border-radius: 12px;
    background-color: rgba(255, 255, 255, 0.98);
    border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.18);
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    transition: 0.3s;
    z-index: 10000;
  }

  .navmenu > ul > li {
    display: block;
    width: 100%;
    position: relative;
  }

  .navmenu li {
    list-style: none;
    width: 100%;
    position: relative;
  }

  .navmenu a,
  .navmenu a:focus {
    color: var(--nav-dropdown-color);
    padding: 14px 20px;
    font-family: var(--nav-font);
    font-size: 17px;
    font-weight: 500;
    line-height: 1.35;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: normal;
    transition: 0.3s;
    width: 100%;
    position: relative;
    z-index: 2;
  }

  .navmenu > ul > li > a {
    min-height: 52px;
  }

  .navmenu a span {
    display: inline-block;
    flex: 1 1 auto;
  }

  .navmenu a i,
  .navmenu a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 10px;
    width: 30px;
    height: 30px;
    min-width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: 0.3s;
    background-color: color-mix(in srgb, #c2a671, transparent 90%);
    flex-shrink: 0;
  }

  .navmenu a i:hover,
  .navmenu a:focus i:hover {
    background-color: #c2a671;
    color: var(--contrast-color);
  }

  .navmenu a:hover,
  .navmenu .active,
  .navmenu .active:focus {
    color: var(--nav-dropdown-hover-color);
  }

  .navmenu .active i,
  .navmenu .active:focus i {
    background-color: #c2a671;
    color: var(--contrast-color);
    transform: rotate(180deg);
  }

  .navmenu .dropdown > a {
    padding-right: 16px;
  }

  .navmenu .dropdown ul {
    position: static;
    display: none;
    width: 100%;
    z-index: auto;
    padding: 0 0 8px 0;
    margin: 0;
    background-color: var(--nav-dropdown-background-color);
    transition: all 0.3s ease-in-out;
    border-radius: 0;
    box-shadow: none;
    border: 0;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    opacity: 1;
    visibility: visible;
  }

  .navmenu .dropdown ul li {
    width: 100%;
  }

  .navmenu .dropdown ul a,
  .navmenu .dropdown ul a:focus {
    padding: 12px 20px 12px 36px;
    font-size: 16px;
    color: var(--nav-dropdown-color);
  }

  .navmenu .dropdown ul ul {
    background-color: rgba(33, 37, 41, 0.04);
  }

  .navmenu .dropdown ul ul a,
  .navmenu .dropdown ul ul a:focus {
    padding-left: 52px;
    font-size: 15px;
  }

  .navmenu .dropdown > .dropdown-active {
    display: block;
    background-color: rgba(33, 37, 41, 0.03);
  }

  .mobile-nav-active {
    overflow: hidden;
  }

  .mobile-nav-active .header {
    background-color: rgba(0, 0, 0, 0.96);
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  .mobile-nav-active .mobile-nav-toggle {
    color: #fff;
  }

  .mobile-nav-active .navmenu {
    position: static;
    overflow: visible;
    background: transparent;
  }

  .mobile-nav-active .navmenu > ul {
    display: block;
  }
}

/*--------------------------------------------------------------
# Global Footer
--------------------------------------------------------------*/
.footer {
  color: var(--default-color);
  background-color: var(--background-color);
  font-size: 14px;
  padding: 40px 0;
  position: relative;
}

.footer .copyright p {
  margin-bottom: 0;
}

.footer .social-links {
  margin-top: 20px;
}

.footer .social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 30%);
  font-size: 16px;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  margin: 0 5px;
  transition: 0.3s;
}

.footer .social-links a:hover {
  color: var(--default-color);
  border-color: var(--default-color);
}

.footer .credits {
  margin-top: 10px;
  font-size: 13px;
  text-align: center;
}

.footer .credits a {
  color: color-mix(in srgb, var(--default-color), transparent 30%);
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  inset: 0;
  z-index: 999999;
  overflow: hidden;
  background: var(--background-color);
  transition: all 0.6s ease-out;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #ffffff;
  border-color: #c2a671 transparent #c2a671 transparent;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1.5s linear infinite;
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Scroll Top Button
--------------------------------------------------------------*/
.scroll-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: -15px;
  z-index: 99999;
  background-color: #c2a671;
  width: 44px;
  height: 44px;
  border-radius: 50px;
  transition: all 0.4s;
}

.scroll-top i {
  font-size: 24px;
  color: var(--contrast-color);
  line-height: 0;
}

.scroll-top:hover {
  background-color: color-mix(in srgb, #c2a671, transparent 20%);
  color: var(--contrast-color);
}

.scroll-top.active {
  visibility: visible;
  opacity: 1;
  bottom: 15px;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Global Page Titles & Breadcrumbs
--------------------------------------------------------------*/
.page-title {
  --background-color: color-mix(in srgb, var(--default-color), transparent 96%);
  color: var(--default-color);
  background-color: var(--background-color);
  padding: 25px 0;
  position: relative;
}

.page-title h1 {
  font-size: 24px;
  font-weight: 700;
}

.page-title .breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
  font-weight: 400;
}

.page-title .breadcrumbs ol li + li {
  padding-left: 10px;
}

.page-title .breadcrumbs ol li + li::before {
  content: "/";
  display: inline-block;
  padding-right: 10px;
  color: color-mix(in srgb, var(--default-color), transparent 70%);
}

/*--------------------------------------------------------------
# Global Sections
--------------------------------------------------------------*/
section,
.section {
  color: var(--default-color);
  background-color: var(--background-color);
  padding: 60px 0;
  scroll-margin-top: 92px;
  overflow: clip;
}

@media (max-width: 1199px) {
  section,
  .section {
    scroll-margin-top: 76px;
  }
}

/*--------------------------------------------------------------
# Global Section Titles
--------------------------------------------------------------*/
.section-title {
  text-align: center;
  padding-bottom: 60px;
  position: relative;
}

.section-title h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

.section-title h2:after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: #c2a671;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero {
  width: 100%;
  min-height: 100vh;
  position: relative;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.hero .hero-video {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.hero:before {
  content: "";
  background: rgba(0, 0, 0, 0.35);
  position: absolute;
  inset: 0;
  z-index: 2;
}

.hero .container {
  position: relative;
  z-index: 4;
  padding-top: 80px;
  padding-bottom: 85px;
}

.hero .hero-waves {
  z-index: 3;
}

.hero h2 {
  margin: 0;
  font-size: 34px;
  font-weight: 700;
}

.hero p {
  margin: 4px 0 0 0;
  font-size: 22px;
  font-weight: 600;
}

.hero p span {
  letter-spacing: 1px;
}

@media (max-width: 768px) {
  .hero .container {
    padding-top: 100px;
    padding-bottom: 75px;
  }

  .hero h2 {
    font-size: 24px;
  }

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

.hero .hero-waves {
  display: block;
  width: 100%;
  height: 60px;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 3;
}

.hero .wave1 use {
  animation: move-forever1 10s linear infinite;
  animation-delay: -2s;
  fill: var(--default-color);
  opacity: 0.6;
}

.hero .wave2 use {
  animation: move-forever2 8s linear infinite;
  animation-delay: -2s;
  fill: var(--default-color);
  opacity: 0.4;
}

.hero .wave3 use {
  animation: move-forever3 6s linear infinite;
  animation-delay: -2s;
  fill: var(--default-color);
}

@keyframes move-forever1 {
  0% {
    transform: translate(85px, 0%);
  }

  100% {
    transform: translate(-90px, 0%);
  }
}

@keyframes move-forever2 {
  0% {
    transform: translate(-90px, 0%);
  }

  100% {
    transform: translate(85px, 0%);
  }
}

@keyframes move-forever3 {
  0% {
    transform: translate(-90px, 0%);
  }

  100% {
    transform: translate(85px, 0%);
  }
}


/*--------------------------------------------------------------
# Hero Carousel (style from New_Trendhold_001)
--------------------------------------------------------------*/
.hero .hero-carousel {
  width: 100%;
  max-width: 900px;
  margin-bottom: 0.4rem;
  background: transparent;
}

.hero .hero-carousel .carousel-item {
  background: transparent;
}

.hero .hero-carousel .hero-carousel-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 5rem;
  min-height: 240px;
}

.hero .hero-carousel .carousel-border-box {
  position: relative;
  overflow: hidden;
  border: 2px solid rgba(255, 255, 255, 0.85);
  background: rgba(0, 0, 0, 0.40);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  padding: 1.75rem 2.5rem;
  width: 100%;
  text-align: center;
  color: #fff;
}

.hero .hero-carousel .carousel-border-box::before {
  content: "";
  position: absolute;
  inset: -2px;
  background: linear-gradient(110deg, transparent 0%, rgba(194, 166, 113, .20) 45%, rgba(255, 255, 255, .18) 50%, rgba(194, 166, 113, .20) 55%, transparent 100%);
  transform: translateX(-120%);
  pointer-events: none;
}

.hero .hero-carousel .carousel-border-box::after {
  content: "";
  position: absolute;
  inset: 10px;
  border: 1px solid rgba(194, 166, 113, .18);
  pointer-events: none;
}

.hero .hero-carousel.is-entrance .carousel-item.active .carousel-border-box {
  animation: thHeroCardIn .85s cubic-bezier(.2, .8, .2, 1) both;
}

.hero .hero-carousel.is-entrance .carousel-item.active .carousel-border-box::before {
  animation: thHeroSheen 1.35s ease .28s both;
}

.hero .hero-carousel .title {
  margin-bottom: 1.1rem;
}

.hero .hero-carousel .title-center {
  display: block;
  text-transform: uppercase;
  overflow: hidden;
  text-align: center;
}

.hero .hero-carousel .title-center h5 {
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.9);
  letter-spacing: 3px;
  margin-bottom: 0.4rem;
}

.hero .hero-carousel.is-entrance .carousel-item.active .title-center h5 {
  animation: thTextRise .62s ease .12s both;
}

.hero .hero-carousel .title-center h5::before,
.hero .hero-carousel .title-center h5::after {
  position: absolute;
  content: "";
  width: 500%;
  height: 0;
  top: 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.55);
}

.hero .hero-carousel .title-center h5::after {
  left: calc(100% + 15px);
}

.hero .hero-carousel .title-center h5::before {
  right: calc(100% + 15px);
}

.hero .hero-carousel .title-center h1 {
  font-size: 1.55rem;
  font-weight: 700;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.55);
  padding-bottom: 0.35rem;
  margin-bottom: 0;
  text-transform: none;
  line-height: 1.3;
}

.hero .hero-carousel .title-center h1 span {
  display: inline-block;
  animation: thGoldPulse 3.4s ease-in-out infinite;
}

.hero .hero-carousel.is-entrance .carousel-item.active .title-center h1 {
  animation: thTextRise .72s ease .22s both;
}

.hero .hero-carousel p {
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.92rem;
  font-weight: 400;
  margin: 0.75rem 0 0.2rem;
  line-height: 1.55;
}

.hero .hero-carousel.is-entrance .carousel-item.active p {
  animation: thTextRise .72s ease .34s both;
}

.hero .hero-carousel .btn-outline-light {
  border-color: rgba(255, 255, 255, 0.65);
  color: #fff;
  font-size: 0.82rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: background 0.25s, border-color 0.25s, transform 0.25s;
}

.hero .hero-carousel.is-entrance .carousel-item.active .btn-outline-light {
  animation: thTextRise .72s ease .46s both;
}

.hero .hero-carousel .btn-outline-light:hover {
  background: rgba(255, 255, 255, 0.15);
  border-color: #fff;
  transform: scale(1.07);
}

@keyframes thHeroCardIn {
  from {
    opacity: 0;
    transform: translateY(18px) scale(.985);
    box-shadow: 0 0 0 rgba(194, 166, 113, 0);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
    box-shadow: 0 18px 55px rgba(0, 0, 0, .34), 0 0 34px rgba(194, 166, 113, .12);
  }
}

@keyframes thHeroSheen {
  from {
    transform: translateX(-120%);
  }
  to {
    transform: translateX(120%);
  }
}

@keyframes thTextRise {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes thGoldPulse {
  0%, 100% {
    filter: drop-shadow(0 0 5px rgba(194, 166, 113, .18));
  }
  50% {
    filter: drop-shadow(0 0 16px rgba(194, 166, 113, .46));
  }
}

.hero .hero-carousel .carousel-control-prev,
.hero .hero-carousel .carousel-control-next {
  width: 7%;
}

@media (max-width: 768px) {
  /* Space below the slide for the arrows bar */
  .hero .hero-carousel {
    padding-bottom: 52px;
    margin-bottom: 1.25rem;
  }

  .hero .hero-carousel .hero-carousel-slide {
    padding: 1.25rem 2rem;
    min-height: auto;
  }

  .hero .hero-carousel .carousel-border-box {
    padding: 1.75rem 1.5rem;
  }

  .hero .hero-carousel .title-center h1 {
    font-size: 1.1rem;
  }

  /* Move arrows below the box, side by side */
  .hero .hero-carousel .carousel-control-prev,
  .hero .hero-carousel .carousel-control-next {
    top: auto;
    bottom: 0;
    height: 52px;
    width: 50%;
    opacity: 0.95;
    background: transparent;
  }

  .hero .hero-carousel .carousel-control-prev-icon,
  .hero .hero-carousel .carousel-control-next-icon {
    width: 2rem;
    height: 2rem;
    filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.9));
  }

  .hero .hero-carousel .carousel-control-prev {
    left: 0;
    border-right: 1px solid rgba(255, 255, 255, 0.35);
    padding-right: 1rem;
    justify-content: flex-end;
  }

  .hero .hero-carousel .carousel-control-next {
    right: 0;
    left: auto;
    padding-left: 1rem;
    justify-content: flex-start;
  }
}


/*--------------------------------------------------------------
# Team Section
--------------------------------------------------------------*/
.team-member {
  background: var(--surface-color);
  border-radius: 12px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
  width: 100%;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.team-member:hover {
  transform: translateY(-4px);
  box-shadow: 0 9px 24px rgba(0, 0, 0, 0.14);
}

.team-member .member-img {
  display: flex;
  justify-content: center;
}

.team-member .member-img img {
  width: 112px;
  height: 112px;
  object-fit: cover;
}

.team-member .member-info h4 {
  font-size: 1.02rem;
  font-weight: 700;
  margin-bottom: 0.3rem;
}

.team-member .member-info span {
  font-size: 0.8rem;
  color: color-mix(in srgb, var(--default-color), transparent 35%);
  display: block;
  line-height: 1.42;
}

.team-member .member-info p {
  font-size: 0.76rem;
  color: color-mix(in srgb, var(--default-color), transparent 45%);
  margin-top: 0.45rem;
  margin-bottom: 0;
  line-height: 1.42;
}

.team-member .social a {
  font-size: 1rem;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  transition: color 0.25s;
}

.team-member .social a:hover {
  color: var(--accent-color);
}

/*--------------------------------------------------------------
# About Section
--------------------------------------------------------------*/
.about .container {
  background-color: var(--surface-color);
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 30px;
}

.about .skills-content h5 {
  font-size: 18px;
  font-weight: 700;
  margin: 30px 0 15px 0;
}

.about .progress {
  height: 36px;
  display: block;
  background: none;
  border-radius: 0;
  margin-top: 15px;
}

.about .progress .skill {
  color: var(--default-color);
  padding: 0;
  margin: 0 0 6px 0;
  text-transform: uppercase;
  display: block;
  font-weight: 600;
  font-family: var(--heading-font);
}

.about .progress .skill .val {
  float: right;
  font-style: normal;
}

.about .progress-bar-wrap {
  background: color-mix(in srgb, var(--default-color), transparent 90%);
  height: 10px;
}

.about .progress-bar {
  width: 1px;
  height: 10px;
  transition: 0.9s;
  background-color: #c2a671;
}

.about .about-me h4 {
  font-size: 28px;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 30px;
  font-weight: 700;
}

.about .about-me h4:after {
  content: "";
  position: absolute;
  display: block;
  width: 64px;
  height: 3px;
  background: #c2a671;
  left: 0;
  bottom: 0;
  margin: auto;
}

.about .about-me p {
  font-size: 18px;
}

/*--------------------------------------------------------------
# Resume Section
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Resume Section
--------------------------------------------------------------*/
.resume {
  position: relative;
}

.resume .resume-title {
  color: var(--heading-color);
  font-size: 28px;
  font-weight: 800;
  line-height: 1.15;
  margin-bottom: 34px;
  letter-spacing: -0.02em;
}

.resume .resume-item {
  position: relative;
  padding: 6px 0 6px 26px;
  margin-bottom: 34px;
  background: transparent;
  border: 0;
  border-left: 3px solid #c2a671;
  border-radius: 0;
  box-shadow: none;
  transition: transform 0.3s ease, border-color 0.3s ease;
}

.resume .resume-item:last-child {
  margin-bottom: 0;
}

.resume .resume-item::before {
  display: none;
  content: none;
}

.resume .resume-item:hover {
  transform: translateX(6px);
  border-left-color: color-mix(in srgb, #c2a671, white 12%);
}

.resume .resume-item h4 {
  margin: 0 0 12px 0;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 800;
  text-transform: none;
  color: var(--heading-color);
}

.resume .resume-item h5 {
  display: inline-block;
  margin: 0 0 18px 0;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #c2a671;
}

.resume .resume-item p {
  margin-bottom: 14px;
  font-size: 17px;
  line-height: 1.85;
  color: color-mix(in srgb, var(--default-color), transparent 12%);
}

.resume .resume-item p:last-child {
  margin-bottom: 0;
}

.resume .resume-item em {
  font-style: normal;
  color: color-mix(in srgb, var(--default-color), transparent 8%);
}

.resume .resume-item ul {
  list-style: none;
  padding: 0;
  margin: 18px 0 0 0;
}

.resume .resume-item ul li {
  position: relative;
  padding: 0 0 0 32px;
  margin-bottom: 14px;
  font-size: 17px;
  line-height: 1.75;
  color: color-mix(in srgb, var(--default-color), transparent 10%);
}

.resume .resume-item ul li:last-child {
  margin-bottom: 0;
}

.resume .resume-item ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #c2a671;
}

.resume .resume-item + .resume-title {
  margin-top: 42px;
}

.strategy-snapshot {
  background:
    linear-gradient(180deg, color-mix(in srgb, var(--surface-color), transparent 6%) 0%, var(--background-color) 100%);
}

.strategy-snapshot .section-title {
  padding-bottom: 34px;
}

.strategy-snapshot .section-title p {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.strategy-snapshot-wrap {
  max-width: 1160px;
}

.strategy-lead-panel {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 500px);
  gap: 28px;
  align-items: end;
  padding: 30px;
  margin-bottom: 24px;
  border: 1px solid color-mix(in srgb, #c2a671, transparent 70%);
  border-radius: 8px;
  background: color-mix(in srgb, var(--surface-color), transparent 2%);
  box-shadow: 0 14px 38px rgba(0, 0, 0, 0.08);
}

.strategy-lead-panel::before {
  content: "";
  position: absolute;
  width: 260px;
  height: 260px;
  right: -120px;
  top: -120px;
  background: radial-gradient(circle, rgba(194, 166, 113, .18) 0%, transparent 66%);
  animation: thSoftOrbit 8s ease-in-out infinite;
  pointer-events: none;
}

.strategy-kicker {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 12px;
  padding: 6px 10px;
  border-radius: 6px;
  background: color-mix(in srgb, #c2a671, transparent 86%);
  color: #9b7d3a;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.strategy-lead-panel h3 {
  max-width: 650px;
  margin: 0 0 12px;
  color: var(--heading-color);
  font-size: 28px;
  font-weight: 800;
  line-height: 1.18;
}

.strategy-lead-panel p {
  max-width: 680px;
  margin: 0;
  color: color-mix(in srgb, var(--default-color), transparent 16%);
  font-size: 16px;
  line-height: 1.65;
}

.strategy-proof-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.strategy-proof-row div {
  position: relative;
  overflow: hidden;
  min-height: 78px;
  padding: 14px 13px;
  border-radius: 8px;
  background: color-mix(in srgb, #1d2433, transparent 94%);
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 88%);
  transition: transform .3s ease, border-color .3s ease, background .3s ease;
}

.strategy-proof-row div:hover {
  transform: translateY(-4px);
  border-color: color-mix(in srgb, #c2a671, transparent 55%);
  background: color-mix(in srgb, #c2a671, transparent 90%);
}

.strategy-proof-row strong {
  display: block;
  margin-bottom: 4px;
  color: var(--heading-color);
  font-size: 16px;
  font-weight: 800;
  line-height: 1.15;
}

.strategy-proof-row span {
  display: block;
  color: color-mix(in srgb, var(--default-color), transparent 28%);
  font-size: 12px;
  line-height: 1.35;
}

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

.strategy-pillar {
  position: relative;
  overflow: hidden;
  height: 100%;
  padding: 18px 17px;
  border-radius: 8px;
  background: var(--surface-color);
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.055);
  transition: transform .32s ease, box-shadow .32s ease, border-color .32s ease;
}

.strategy-pillar::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(194, 166, 113, .12), transparent 42%);
  opacity: 0;
  transition: opacity .32s ease;
}

.strategy-pillar:hover {
  transform: translateY(-5px);
  border-color: color-mix(in srgb, #c2a671, transparent 58%);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.10);
}

.strategy-pillar:hover::before {
  opacity: 1;
}

.strategy-pillar i {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  margin-bottom: 12px;
  border-radius: 8px;
  background: color-mix(in srgb, #c2a671, transparent 84%);
  color: #b8954f;
  font-size: 18px;
  transition: transform .32s ease, background .32s ease;
}

.strategy-pillar:hover i {
  transform: translateY(-2px) scale(1.08);
  background: color-mix(in srgb, #c2a671, transparent 72%);
}

.strategy-pillar h4 {
  margin: 0 0 7px;
  color: var(--heading-color);
  font-size: 15.5px;
  font-weight: 800;
  line-height: 1.25;
}

.strategy-pillar p {
  margin: 0;
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  font-size: 13px;
  line-height: 1.48;
}

@media (max-width: 1199px) {
  .resume .resume-title {
    font-size: 34px;
    margin-bottom: 28px;
  }

  .resume .resume-item h4 {
    font-size: 22px;
  }

  .resume .resume-item p,
  .resume .resume-item ul li {
    font-size: 16px;
    line-height: 1.75;
  }

  .strategy-lead-panel {
    grid-template-columns: 1fr;
  }

  .strategy-lead-panel h3 {
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  .resume .resume-title {
    font-size: 30px;
    margin-bottom: 24px;
  }

  .resume .resume-item {
    padding: 4px 0 4px 18px;
    margin-bottom: 28px;
    border-left-width: 2px;
  }

  .resume .resume-item:hover {
    transform: none;
  }

  .resume .resume-item h4 {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .resume .resume-item h5 {
    font-size: 13px;
    margin-bottom: 14px;
  }

  .resume .resume-item p,
  .resume .resume-item ul li {
    font-size: 15px;
    line-height: 1.7;
  }

  .resume .resume-item ul {
    margin-top: 14px;
  }

  .resume .resume-item ul li {
    padding-left: 24px;
    margin-bottom: 12px;
  }

  .resume .resume-item ul li::before {
    width: 8px;
    height: 8px;
    top: 9px;
  }

  .resume .resume-item + .resume-title {
    margin-top: 34px;
  }

  .strategy-snapshot .section-title {
    padding-bottom: 24px;
  }

  .strategy-lead-panel {
    padding: 24px 18px;
  }

  .strategy-lead-panel h3 {
    font-size: 23px;
  }

  .strategy-lead-panel p {
    font-size: 15px;
  }

  .strategy-proof-row {
    grid-template-columns: 1fr;
  }

  .strategy-proof-row div {
    min-height: 0;
  }

  .strategy-pillar {
    padding: 18px 16px;
  }
}

/*--------------------------------------------------------------
# Services Section
--------------------------------------------------------------*/
.services .service-item {
  position: relative;
  overflow: hidden;
  background-color: var(--surface-color);
  box-shadow: 0 8px 34px rgba(0, 0, 0, 0.08);
  padding: 36px 24px;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
  border-radius: 12px;
  border-bottom: 3px solid var(--surface-color);
  height: 100%;
}

.services .service-item::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 0%, rgba(194, 166, 113, .12) 44%, rgba(255, 255, 255, .18) 50%, rgba(194, 166, 113, .12) 56%, transparent 100%);
  transform: translateX(-130%);
  transition: transform .7s ease;
  pointer-events: none;
}

.services .service-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.14);
}

.services .service-item:hover::before {
  transform: translateX(130%);
}

.services .service-item .icon {
  position: relative;
  color: var(--contrast-color);
  background: #c2a671;
  margin: 0;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  font-size: 22px;
  transition: ease-in-out 0.3s;
}

.services .service-item:hover .icon {
  transform: rotate(-3deg) scale(1.05);
  box-shadow: 0 8px 20px rgba(194, 166, 113, .24);
}

.services .service-item h3 {
  font-weight: 700;
  margin: 8px 0 10px 0;
  font-size: 18px;
  transition: ease-in-out 0.3s;
}

.services .service-item p {
  line-height: 1.55;
  font-size: 13px;
  margin-bottom: 0;
}

@media (min-width: 1365px) {
  .services .service-item:hover {
    border-color: #c2a671;
  }

  .services .service-item:hover h3 {
    color: #c2a671;
  }
}

/*--------------------------------------------------------------
# Stats Section
--------------------------------------------------------------*/
.stats {
  position: relative;
  padding: 120px 0;
}

.stats img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.stats:before {
  content: "";
  background: color-mix(in srgb, var(--background-color), transparent 40%);
  position: absolute;
  inset: 0;
  z-index: 2;
}

.stats.dark-background:before {
  background: rgba(6, 6, 6, .88);
}

.stats .container {
  position: relative;
  z-index: 3;
}

.stats .stats-item {
  position: relative;
  padding: 22px;
  width: 100%;
  border-radius: 14px;
  transition: transform .32s ease, background .32s ease, box-shadow .32s ease;
}

.stats .stats-item:hover {
  transform: translateY(-4px);
  background: rgba(194, 166, 113, .08);
  box-shadow: inset 0 0 0 1px rgba(194, 166, 113, .22), 0 12px 32px rgba(0, 0, 0, .20);
}

.stats .stats-item span {
  font-size: 40px;
  display: block;
  color: var(--default-color);
  font-weight: 700;
  text-shadow: 0 0 18px rgba(194, 166, 113, .18);
}

.stats .stats-item .stat-number {
  display: flex;
  align-items: baseline;
  justify-content: center;
}

.stats .stats-item .stat-number span {
  display: inline;
}

.stats .stats-item p {
  padding: 0;
  margin: 0;
  font-family: var(--heading-font);
  font-size: 14px;
  font-weight: 700;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
}

/*--------------------------------------------------------------
# Alpha Commitment Section
--------------------------------------------------------------*/
.alpha-commitment {
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}

.alpha-commitment::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at center, rgba(194, 166, 113, 0.09) 0%, transparent 70%);
  pointer-events: none;
}

.alpha-commitment .alpha-header {
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}

.alpha-commitment .alpha-eyebrow {
  display: inline-block;
  font-size: .76rem;
  font-weight: 700;
  letter-spacing: .13em;
  text-transform: uppercase;
  color: #c2a671;
  margin-bottom: .75rem;
}

.alpha-commitment h2 {
  font-size: 2.1rem;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 1rem;
  line-height: 1.25;
}

.alpha-commitment .alpha-lead {
  font-size: 1.03rem;
  color: rgba(255, 255, 255, .72);
  line-height: 1.72;
}

.alpha-card {
  position: relative;
  overflow: hidden;
  background: rgba(194, 166, 113, .10);
  border: 1px solid rgba(194, 166, 113, .38);
  border-top: 2px solid rgba(194, 166, 113, .55);
  border-radius: 12px;
  padding: 1.55rem 1.35rem;
  height: 100%;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, .30), inset 0 1px 0 rgba(194, 166, 113, .16);
  transition: border-color .3s, transform .3s, box-shadow .3s;
}

.alpha-card::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  right: -56px;
  top: -60px;
  background: radial-gradient(circle, rgba(194, 166, 113, .22) 0%, transparent 68%);
  opacity: .75;
  transition: transform .42s ease, opacity .42s ease;
  pointer-events: none;
}

.alpha-card:hover::before {
  transform: translate(-18px, 18px) scale(1.12);
  opacity: 1;
}

.alpha-card:hover {
  border-color: rgba(194, 166, 113, .72);
  border-top-color: #c2a671;
  transform: translateY(-4px);
  box-shadow: 0 12px 34px rgba(0, 0, 0, .34), 0 0 0 1px rgba(194, 166, 113, .22), inset 0 1px 0 rgba(194, 166, 113, .24);
}

.alpha-card.alpha-card-featured {
  border-color: #c2a671;
  border-top: 3px solid #c2a671;
  background: rgba(194, 166, 113, .18);
  box-shadow: 0 6px 32px rgba(194, 166, 113, .22), 0 2px 8px rgba(0, 0, 0, .4), inset 0 1px 0 rgba(255, 255, 255, .08);
}

.alpha-card.alpha-card-featured:hover {
  box-shadow: 0 13px 38px rgba(194, 166, 113, .28), 0 4px 10px rgba(0, 0, 0, .38), inset 0 1px 0 rgba(255, 255, 255, .1);
}

.alpha-card .alpha-card-icon {
  position: relative;
  font-size: 1.8rem;
  color: #c2a671;
  margin-bottom: .9rem;
  filter: drop-shadow(0 0 6px rgba(194, 166, 113, .45));
  animation: thIconPulse 3.6s ease-in-out infinite;
}

.alpha-card .alpha-benchmark {
  display: flex;
  flex-direction: column;
  margin-bottom: .65rem;
}

.alpha-card .benchmark-label {
  font-size: .66rem;
  font-weight: 600;
  letter-spacing: .09em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .62);
}

.alpha-card .benchmark-name {
  font-size: 1.12rem;
  font-weight: 800;
  color: #ffffff;
  line-height: 1.2;
  text-shadow: 0 1px 8px rgba(0, 0, 0, .5);
}

.alpha-card.alpha-card-featured .benchmark-name {
  color: #c2a671;
  text-shadow: 0 0 14px rgba(194, 166, 113, .4);
}

.alpha-card p {
  font-size: .82rem;
  color: rgba(255, 255, 255, .82);
  line-height: 1.55;
  margin-bottom: 0;
}

@keyframes thSoftOrbit {
  0%, 100% {
    transform: translate(0, 0) scale(1);
    opacity: .75;
  }
  50% {
    transform: translate(-22px, 20px) scale(1.08);
    opacity: 1;
  }
}

@keyframes thIconPulse {
  0%, 100% {
    transform: translateY(0);
    filter: drop-shadow(0 0 6px rgba(194, 166, 113, .36));
  }
  50% {
    transform: translateY(-3px);
    filter: drop-shadow(0 0 15px rgba(194, 166, 113, .62));
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero .hero-carousel.is-entrance .carousel-item.active .carousel-border-box,
  .hero .hero-carousel.is-entrance .carousel-item.active .carousel-border-box::before,
  .hero .hero-carousel.is-entrance .carousel-item.active .title-center h5,
  .hero .hero-carousel.is-entrance .carousel-item.active .title-center h1,
  .hero .hero-carousel.is-entrance .carousel-item.active p,
  .hero .hero-carousel.is-entrance .carousel-item.active .btn-outline-light,
  .hero .hero-carousel .title-center h1 span,
  .strategy-lead-panel::before,
  .alpha-card .alpha-card-icon {
    animation: none;
  }

  .strategy-pillar:hover,
  .strategy-proof-row div:hover,
  .services .service-item:hover,
  .stats .stats-item:hover,
  .alpha-card:hover {
    transform: none;
  }
}

.alpha-commitment .alpha-disclaimer {
  font-size: .76rem;
  color: rgba(255, 255, 255, .3);
  margin-bottom: 0;
}

.alpha-divider {
  border: none;
  border-top: 1px solid rgba(194, 166, 113, .22);
  margin: 3rem 0;
}

/*--------------------------------------------------------------
# Portfolio Section
--------------------------------------------------------------*/
.portfolio .portfolio-filters {
  padding: 0;
  margin: 0 auto 20px auto;
  list-style: none;
  text-align: center;
}

.portfolio .portfolio-filters li {
  cursor: pointer;
  display: inline-block;
  padding: 0;
  font-size: 16px;
  font-weight: 600;
  margin: 0 10px;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

.portfolio .portfolio-filters li:hover,
.portfolio .portfolio-filters li.filter-active {
  color: #c2a671;
}

.portfolio .portfolio-filters li:first-child {
  margin-left: 0;
}

.portfolio .portfolio-filters li:last-child {
  margin-right: 0;
}

@media (max-width: 575px) {
  .portfolio .portfolio-filters li {
    font-size: 14px;
    margin: 0 5px;
  }
}

.portfolio .portfolio-item {
  position: relative;
}

.portfolio .portfolio-item .portfolio-info {
  opacity: 0;
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 0;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  background: color-mix(in srgb, var(--background-color), transparent 10%);
  padding: 15px;
}

.portfolio .portfolio-item .portfolio-info h4 {
  font-size: 18px;
  font-weight: 600;
  padding-right: 50px;
}

.portfolio .portfolio-item .portfolio-info p {
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  font-size: 14px;
  margin-bottom: 0;
  padding-right: 50px;
}

.portfolio .portfolio-item .portfolio-info .preview-link,
.portfolio .portfolio-item .portfolio-info .details-link {
  position: absolute;
  right: 50px;
  font-size: 24px;
  top: calc(50% - 14px);
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  transition: 0.3s;
  line-height: 0;
}

.portfolio .portfolio-item .portfolio-info .preview-link:hover,
.portfolio .portfolio-item .portfolio-info .details-link:hover {
  color: #c2a671;
}

.portfolio .portfolio-item .portfolio-info .details-link {
  right: 14px;
  font-size: 28px;
}

.portfolio .portfolio-item:hover .portfolio-info {
  opacity: 1;
  bottom: 20px;
}

/*--------------------------------------------------------------
# Pricing Section
--------------------------------------------------------------*/
.pricing .pricing-item {
  border-bottom: 1px dashed color-mix(in srgb, var(--default-color), transparent 60%);
  width: 100%;
  height: 100%;
  padding: 0 0 15px 0;
}

.pricing .pricing-item h3 {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
}

.pricing .pricing-item h4 {
  margin: 0;
  font-size: 18px;
  color: #c2a671;
}

/*--------------------------------------------------------------
# Faq Section
--------------------------------------------------------------*/
.faq .content h3 {
  font-weight: 400;
  font-size: 34px;
}

.faq .content p {
  font-size: 15px;
  color: color-mix(in srgb, var(--default-color), transparent 30%);
}

.faq .faq-container .faq-item {
  background-color: var(--surface-color);
  position: relative;
  padding: 16px 18px;
  margin-bottom: 14px;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}

.faq .faq-container .faq-item:last-child {
  margin-bottom: 0;
}

.faq .faq-container .faq-item h3 {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  margin: 0 30px 0 0;
  transition: 0.3s;
  cursor: pointer;
  display: flex;
  align-items: flex-start;
}

.faq .faq-container .faq-item h3 .num {
  color: #c2a671;
  padding-right: 5px;
}

.faq .faq-container .faq-item h3:hover {
  color: #c2a671;
}

.faq .faq-container .faq-item .faq-content {
  display: grid;
  grid-template-rows: 0fr;
  transition: 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
}

.faq .faq-container .faq-item .faq-content p {
  margin-bottom: 0;
  overflow: hidden;
}

.faq .faq-container .faq-item .faq-toggle {
  position: absolute;
  top: 18px;
  right: 18px;
  font-size: 14px;
  line-height: 0;
  transition: 0.3s;
  cursor: pointer;
}

.faq .faq-container .faq-item .faq-toggle:hover {
  color: #c2a671;
}

.faq .faq-container .faq-active h3 {
  color: #c2a671;
}

.faq .faq-container .faq-active .faq-content {
  grid-template-rows: 1fr;
  visibility: visible;
  opacity: 1;
  padding-top: 10px;
}

.faq .faq-container .faq-active .faq-toggle {
  transform: rotate(90deg);
  color: #c2a671;
}

/*--------------------------------------------------------------
# Testimonials Section
--------------------------------------------------------------*/
.testimonials {
  padding: 80px 0;
  position: relative;
}

.testimonials:before {
  content: "";
  background: color-mix(in srgb, var(--background-color), transparent 30%);
  position: absolute;
  inset: 0;
  z-index: 2;
}

.testimonials .testimonials-bg {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.testimonials .container {
  position: relative;
  z-index: 3;
}

.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}

.testimonials .testimonial-item {
  text-align: center;
}

.testimonials .testimonial-item .testimonial-img {
  width: 82px;
  border-radius: 50%;
  border: 6px solid color-mix(in srgb, var(--default-color), transparent 85%);
  margin: 0 auto;
}

.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 8px 0 4px 0;
}

.testimonials .testimonial-item h4 {
  font-size: 13px;
  margin: 0 0 12px 0;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
}

.testimonials .testimonial-item .stars {
  margin-bottom: 12px;
}

.testimonials .testimonial-item .stars i {
  color: #ffc107;
  margin: 0 1px;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  font-size: 22px;
  line-height: 0;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
  transform: scale(-1, -1);
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 auto 12px auto;
  font-size: 14px;
  line-height: 1.55;
}

.testimonials .swiper-wrapper {
  height: auto;
}

.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: color-mix(in srgb, var(--default-color), transparent 50%);
  opacity: 0.5;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--default-color);
  opacity: 1;
}

@media (min-width: 992px) {
  .testimonials .testimonial-item p {
    width: 80%;
  }
}

/*--------------------------------------------------------------
# Contact Section
--------------------------------------------------------------*/
.contact .info-wrap {
  background-color: var(--surface-color);
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.08);
  padding: 24px;
  margin-bottom: 24px;
}

.contact .info-item i {
  font-size: 18px;
  color: #c2a671;
  width: 46px;
  height: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
  border-radius: 50%;
  border: 1px solid color-mix(in srgb, #c2a671, transparent 40%);
  margin-right: 12px;
}

.contact .info-item h3 {
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 2px 0;
}

.contact .info-item p {
  padding: 0;
  margin-bottom: 0;
  font-size: 13px;
}

.contact .info-item:hover i {
  background: #c2a671;
  color: var(--contrast-color);
}

.contact .php-email-form {
  background-color: var(--surface-color);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  padding: 30px;
}

@media (max-width: 575px) {
  .contact .php-email-form {
    padding: 20px;
  }
}

.contact .php-email-form input[type=text],
.contact .php-email-form input[type=email],
.contact .php-email-form textarea {
  font-size: 14px;
  padding: 10px 15px;
  box-shadow: none;
  border-radius: 0;
  color: var(--default-color);
  background-color: color-mix(in srgb, var(--background-color), transparent 50%);
  border-color: color-mix(in srgb, var(--default-color), transparent 80%);
}

.contact .php-email-form input[type=text]:focus,
.contact .php-email-form input[type=email]:focus,
.contact .php-email-form textarea:focus {
  border-color: #c2a671;
}

.contact .php-email-form input[type=text]::placeholder,
.contact .php-email-form input[type=email]::placeholder,
.contact .php-email-form textarea::placeholder {
  color: color-mix(in srgb, var(--default-color), transparent 70%);
}

.contact .php-email-form button[type=submit] {
  color: var(--contrast-color);
  background: #c2a671;
  border: 0;
  padding: 10px 30px;
  transition: 0.4s;
  border-radius: 50px;
}

.contact .php-email-form button[type=submit]:hover {
  background: color-mix(in srgb, #c2a671, transparent 20%);
}

/*--------------------------------------------------------------
# Portfolio Details Section
--------------------------------------------------------------*/
.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .swiper-wrapper {
  height: auto;
}

.portfolio-details .swiper-button-prev,
.portfolio-details .swiper-button-next {
  width: 48px;
  height: 48px;
}

.portfolio-details .swiper-button-prev:after,
.portfolio-details .swiper-button-next:after {
  color: rgba(255, 255, 255, 0.8);
  background-color: rgba(0, 0, 0, 0.15);
  font-size: 24px;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}

.portfolio-details .swiper-button-prev:hover:after,
.portfolio-details .swiper-button-next:hover:after {
  background-color: rgba(0, 0, 0, 0.3);
}

@media (max-width: 575px) {
  .portfolio-details .swiper-button-prev,
  .portfolio-details .swiper-button-next {
    display: none;
  }
}

.portfolio-details .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: color-mix(in srgb, var(--default-color), transparent 85%);
  opacity: 1;
}

.portfolio-details .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #c2a671;
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

.portfolio-details .portfolio-info h3:after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: #c2a671;
  left: 0;
  bottom: 0;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li {
  display: flex;
  flex-direction: column;
  padding-bottom: 15px;
}

.portfolio-details .portfolio-info ul strong {
  text-transform: uppercase;
  font-weight: 400;
  color: color-mix(in srgb, var(--default-color), transparent 50%);
  font-size: 14px;
}

.portfolio-details .portfolio-info .btn-visit {
  padding: 8px 40px;
  background: #c2a671;
  color: var(--contrast-color);
  border-radius: 50px;
  transition: 0.3s;
}

.portfolio-details .portfolio-info .btn-visit:hover {
  background: color-mix(in srgb, #c2a671, transparent 20%);
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0;
}

.portfolio-details .portfolio-description .testimonial-item {
  padding: 30px 30px 0 30px;
  position: relative;
  background: color-mix(in srgb, var(--default-color), transparent 97%);
  margin-bottom: 50px;
}

.portfolio-details .portfolio-description .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50px;
  border: 6px solid var(--background-color);
  float: left;
  margin: 0 10px 0 0;
}

.portfolio-details .portfolio-description .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 15px 0 5px 0;
  padding-top: 20px;
}

.portfolio-details .portfolio-description .testimonial-item h4 {
  font-size: 14px;
  color: #6c757d;
  margin: 0;
}

.portfolio-details .portfolio-description .testimonial-item .quote-icon-left,
.portfolio-details .portfolio-description .testimonial-item .quote-icon-right {
  color: color-mix(in srgb, #c2a671, transparent 50%);
  font-size: 26px;
  line-height: 0;
}

.portfolio-details .portfolio-description .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.portfolio-details .portfolio-description .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
  transform: scale(-1, -1);
}

.portfolio-details .portfolio-description .testimonial-item p {
  font-style: italic;
  margin: 0 0 15px 0;
  padding: 0;
}

/*--------------------------------------------------------------
# Service Details Section
--------------------------------------------------------------*/
.service-details .services-list {
  background-color: var(--surface-color);
  padding: 10px 30px;
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
  margin-bottom: 20px;
}

.service-details .services-list a {
  display: block;
  line-height: 1;
  padding: 8px 0 8px 15px;
  border-left: 3px solid color-mix(in srgb, var(--default-color), transparent 70%);
  margin: 20px 0;
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  transition: 0.3s;
}

.service-details .services-list a.active {
  color: var(--heading-color);
  font-weight: 700;
  border-color: #c2a671;
}

.service-details .services-list a:hover {
  border-color: #c2a671;
}

.service-details .services-img {
  margin-bottom: 20px;
}

.service-details h3 {
  font-size: 26px;
  font-weight: 700;
}

.service-details h4 {
  font-size: 20px;
  font-weight: 700;
}

.service-details p {
  font-size: 15px;
}

.service-details ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.service-details ul li {
  padding: 5px 0;
  display: flex;
  align-items: center;
}

.service-details ul i {
  font-size: 20px;
  margin-right: 8px;
  color: #c2a671;
}

/*--------------------------------------------------------------
# Starter Section
--------------------------------------------------------------*/
.starter-section {
  /* Add your styles here */
}

/*--------------------------------------------------------------
# Bootslander-style About integrado ao DevFolio
--------------------------------------------------------------*/
.about-bootslander .content {
  padding-right: 24px;
}

.about-bootslander .about-eyebrow {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--accent-color);
  margin-bottom: 14px;
}

.about-bootslander .content h3 {
  font-size: 34px;
  line-height: 1.25;
  margin-bottom: 18px;
  font-weight: 700;
  color: var(--heading-color);
}

.about-bootslander .content p {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 14px;
  color: var(--default-color);
}

.about-bootslander .about-features-list {
  margin-top: 24px;
  margin-bottom: 30px;
}

.about-bootslander .feature-line {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 12px;
}

.about-bootslander .feature-line i {
  color: var(--accent-color);
  font-size: 18px;
  line-height: 1.2;
  margin-top: 2px;
}

.about-bootslander .feature-line span {
  color: var(--default-color);
  line-height: 1.6;
}

.about-bootslander .about-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--accent-color);
  color: var(--contrast-color);
  padding: 12px 28px;
  border-radius: 999px;
  font-weight: 600;
  transition: all 0.3s ease;
  box-shadow: 0 8px 24px color-mix(in srgb, var(--accent-color), transparent 70%);
}

.about-bootslander .about-cta i {
  font-size: 16px;
  transition: transform 0.3s ease;
}

.about-bootslander .about-cta:hover {
  color: var(--contrast-color);
  transform: translateY(-2px);
  box-shadow: 0 12px 28px color-mix(in srgb, var(--accent-color), transparent 60%);
}

.about-bootslander .about-cta:hover i {
  transform: translateX(4px);
}

.about-bootslander .icon-boxes .icon-box {
  background: var(--surface-color);
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 88%);
  border-radius: 12px;
  padding: 21px 25px;
  transition: all 0.35s ease;
  box-shadow: 0 7px 20px rgba(0, 0, 0, 0.045);
}

.about-bootslander .icon-boxes .icon-box:hover {
  transform: translateY(-5px);
  border-color: color-mix(in srgb, var(--accent-color), transparent 35%);
  box-shadow: 0 13px 32px rgba(0, 0, 0, 0.085);
}

.about-bootslander .icon-boxes .icon-box i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 14px;
  font-size: 24px;
  margin-bottom: 17px;
  color: var(--accent-color);
  background: color-mix(in srgb, var(--accent-color), transparent 88%);
}

.about-bootslander .icon-boxes .icon-box h4 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
  color: var(--heading-color);
}

.about-bootslander .icon-boxes .icon-box p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.62;
  color: var(--default-color);
}

@media (min-width: 992px) {
  .about-bootslander .icon-boxes {
    padding-top: 36px;
  }

  .about-bootslander .icon-boxes .col-md-6:nth-child(2) .icon-box,
  .about-bootslander .icon-boxes .col-md-6:nth-child(4) .icon-box {
    margin-top: -36px;
  }
}

@media (max-width: 991px) {
  .about-bootslander .content {
    padding-right: 0;
  }

  .about-bootslander .content h3 {
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  .about-bootslander .content h3 {
    font-size: 24px;
  }

  .about-bootslander .icon-boxes .icon-box {
    padding: 19px 22px;
  }
}


/*--------------------------------------------------------------
# Bootslander-style Pricing integrado ao DevFolio
--------------------------------------------------------------*/
.pricing-bootslander .pricing-card {
  position: relative;
  height: 100%;
  background: var(--surface-color);
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 88%);
  border-radius: 16px;
  padding: 28px 24px;
  overflow: hidden;
  transition: all 0.35s ease;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.045);
}

.pricing-bootslander .pricing-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.085);
  border-color: color-mix(in srgb, var(--accent-color), transparent 40%);
}

.pricing-bootslander .pricing-card.featured {
  border-color: color-mix(in srgb, var(--accent-color), transparent 20%);
  box-shadow: 0 12px 32px color-mix(in srgb, var(--accent-color), transparent 86%);
}

.pricing-bootslander .row > .d-flex.flex-column > .pricing-card {
  height: auto;
  min-height: 0;
}

.pricing-bootslander .pricing-card-primary {
  padding: 30px 26px;
  border-color: color-mix(in srgb, var(--accent-color), transparent 55%);
  background:
    linear-gradient(180deg, color-mix(in srgb, var(--accent-color), transparent 94%), transparent 48%),
    var(--surface-color);
}

.pricing-bootslander .pricing-card-primary::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--accent-color), color-mix(in srgb, var(--accent-color), white 28%), var(--accent-color));
}

.pricing-bootslander .popular-badge {
  position: absolute;
  top: 14px;
  right: 14px;
  background: var(--accent-color);
  color: var(--contrast-color);
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  padding: 6px 10px;
  border-radius: 999px;
}

.pricing-bootslander .plan-header h3 {
  font-size: 21px;
  font-weight: 700;
  margin-bottom: 8px;
  color: var(--heading-color);
}

.pricing-bootslander .plan-header p {
  margin-bottom: 18px;
  line-height: 1.58;
  color: var(--default-color);
  font-size: 14px;
}

.pricing-bootslander .price-wrap {
  display: flex;
  align-items: baseline;
  gap: 6px;
  margin-bottom: 18px;
  flex-wrap: wrap;
}

.pricing-bootslander .price-wrap .currency {
  font-size: 17px;
  font-weight: 700;
  color: var(--accent-color);
}

.pricing-bootslander .price-wrap .amount {
  font-size: 40px;
  line-height: 1;
  font-weight: 700;
  color: var(--heading-color);
}

.pricing-bootslander .price-wrap .period {
  font-size: 14px;
  color: color-mix(in srgb, var(--default-color), transparent 30%);
}

.pricing-bootslander .price-wrap .amount-text {
  font-size: 28px;
}

.pricing-bootslander .founder-badge {
  display: inline-block;
  margin-bottom: 12px;
  padding: 5px 12px;
  border: 1px solid color-mix(in srgb, var(--accent-color), transparent 62%);
  border-radius: 999px;
  background: color-mix(in srgb, var(--accent-color), transparent 88%);
  color: var(--accent-color);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.6px;
  line-height: 1.2;
  text-transform: uppercase;
}

.pricing-bootslander .value-stack {
  margin: 6px 0 16px;
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 88%);
  border-radius: 12px;
  overflow: hidden;
  background: color-mix(in srgb, var(--surface-color), var(--background-color) 28%);
}

.pricing-bootslander .value-stack-header,
.pricing-bootslander .value-stack-row,
.pricing-bootslander .value-stack-total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.pricing-bootslander .value-stack-header {
  padding: 9px 12px;
  background: color-mix(in srgb, var(--accent-color), transparent 90%);
  color: color-mix(in srgb, var(--default-color), transparent 36%);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

.pricing-bootslander .value-stack-row {
  padding: 9px 12px;
  border-top: 1px solid color-mix(in srgb, var(--default-color), transparent 92%);
}

.pricing-bootslander .value-stack-row .vs-name {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  color: var(--default-color);
  font-size: 13px;
  line-height: 1.4;
}

.pricing-bootslander .value-stack-row .vs-name i {
  color: var(--accent-color);
  font-size: 13px;
  line-height: 1;
  margin-top: 4px;
  flex-shrink: 0;
}

.pricing-bootslander .value-stack-row .vs-price {
  color: color-mix(in srgb, var(--default-color), transparent 22%);
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
}

.pricing-bootslander .value-stack-total {
  padding: 12px;
  border-top: 1px solid color-mix(in srgb, var(--accent-color), transparent 65%);
  background: color-mix(in srgb, var(--accent-color), transparent 91%);
}

.pricing-bootslander .value-stack-total .vs-total-label {
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  font-size: 12px;
  font-weight: 700;
}

.pricing-bootslander .value-stack-total .vs-total-price {
  color: color-mix(in srgb, var(--default-color), transparent 35%);
  font-size: 15px;
  font-weight: 800;
  text-decoration: line-through;
  text-decoration-color: color-mix(in srgb, var(--accent-color), transparent 24%);
  white-space: nowrap;
}

.pricing-bootslander .th-price-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 18px;
  padding: 15px 17px;
  border: 1px solid color-mix(in srgb, var(--accent-color), transparent 48%);
  border-radius: 12px;
  background: color-mix(in srgb, var(--accent-color), transparent 88%);
}

.pricing-bootslander .th-price-label {
  color: color-mix(in srgb, var(--default-color), transparent 24%);
  font-size: 12px;
  font-weight: 700;
}

.pricing-bootslander .th-economy-badge {
  display: inline-block;
  margin-top: 6px;
  padding: 4px 9px;
  border: 1px solid rgba(34, 197, 94, 0.28);
  border-radius: 999px;
  background: rgba(34, 197, 94, 0.12);
  color: #16a34a;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.4px;
  line-height: 1.2;
  text-transform: uppercase;
}

.pricing-bootslander .th-price-value {
  color: var(--heading-color);
  font-family: var(--heading-font);
  font-size: 30px;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
}

.pricing-bootslander .th-price-value sup {
  color: var(--accent-color);
  font-size: 15px;
  vertical-align: super;
}

.pricing-bootslander .th-price-value small {
  color: color-mix(in srgb, var(--default-color), transparent 32%);
  font-size: 14px;
  font-weight: 500;
}

.pricing-bootslander .price-note {
  margin: 14px 0 0;
  color: color-mix(in srgb, var(--default-color), transparent 42%);
  font-size: 12px;
  line-height: 1.55;
  text-align: center;
}

.pricing-bootslander .price-sob {
  color: var(--heading-color);
  font-size: 26px;
  font-weight: 800;
  line-height: 1.1;
}

.pricing-bootslander .features-list {
  list-style: none;
  padding: 0;
  margin: 0 0 22px 0;
}

.pricing-bootslander .features-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
  line-height: 1.48;
  padding: 7px 0;
  color: var(--default-color);
}

.pricing-bootslander .features-list li i {
  color: var(--accent-color);
  margin-top: 4px;
  font-size: 15px;
  flex-shrink: 0;
}

.pricing-bootslander .features-list li.na {
  color: color-mix(in srgb, var(--default-color), transparent 45%);
}

.pricing-bootslander .features-list li.na i {
  color: color-mix(in srgb, var(--default-color), transparent 45%);
}

.pricing-bootslander .btn-wrap {
  margin-top: auto;
}

.pricing-bootslander .pricing-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 11px 18px;
  border-radius: 999px;
  background: var(--accent-color);
  color: var(--contrast-color);
  font-size: 14px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.pricing-bootslander .pricing-btn:hover {
  color: var(--contrast-color);
  transform: translateY(-2px);
  background: color-mix(in srgb, var(--accent-color), transparent 10%);
}

@media (max-width: 767px) {
  .pricing-bootslander .pricing-card {
    padding: 24px 20px;
  }

  .pricing-bootslander .price-wrap .amount {
    font-size: 36px;
  }

  .pricing-bootslander .price-wrap .amount-text {
    font-size: 24px;
  }

  .pricing-bootslander .pricing-card-primary {
    padding: 25px 20px;
  }

  .pricing-bootslander .value-stack-header,
  .pricing-bootslander .value-stack-row,
  .pricing-bootslander .value-stack-total,
  .pricing-bootslander .th-price-block {
    gap: 12px;
  }

  .pricing-bootslander .value-stack-row .vs-name,
  .pricing-bootslander .value-stack-row .vs-price {
    font-size: 13px;
  }

  .pricing-bootslander .th-price-block {
    align-items: flex-start;
    flex-direction: column;
  }

  .pricing-bootslander .th-price-block .text-end {
    text-align: left !important;
  }
}

/*--------------------------------------------------------------
# Centralizando title-box da section About
--------------------------------------------------------------*/

.about-title-box {
  max-width: 900px;
  margin: 0 auto 40px auto;
  text-align: center;
  padding-left: 12px;
  padding-right: 12px;
}

/*--------------------------------------------------------------
# Strategy Details Section - Bootslander style adapted to DevFolio
--------------------------------------------------------------*/
.strategy-details {
  position: relative;
}

.strategy-details .details-overview-card {
  background: var(--surface-color);
  border-radius: 14px;
  padding: 28px 24px;
  box-shadow: 0 8px 26px rgba(0, 0, 0, 0.07);
  height: 100%;
}

.strategy-details .details-eyebrow {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  color: #c2a671;
  margin-bottom: 14px;
}

.strategy-details .details-overview-card h3 {
  font-size: 26px;
  line-height: 1.25;
  font-weight: 700;
  margin-bottom: 20px;
}

.strategy-details .details-overview-card p {
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 1.75;
}

.strategy-details .details-highlight-list {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.strategy-details .details-highlight-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.strategy-details .details-highlight-item i {
  color: #c2a671;
  font-size: 18px;
  line-height: 1;
  margin-top: 3px;
  flex-shrink: 0;
}

.strategy-details .details-highlight-item span {
  font-size: 15px;
  line-height: 1.6;
  color: var(--default-color);
}

.strategy-details .strategy-details-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}

.strategy-details .strategy-detail-box {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  background: var(--surface-color);
  border-radius: 18px;
  padding: 24px 22px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.07);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
}

.strategy-details .strategy-detail-box:hover {
  transform: translateY(-6px);
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.12);
}

.strategy-details .strategy-detail-box .icon-box {
  width: 56px;
  height: 56px;
  min-width: 56px;
  border-radius: 14px;
  background: color-mix(in srgb, #c2a671, transparent 84%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.strategy-details .strategy-detail-box .icon-box i {
  font-size: 24px;
  color: #c2a671;
}

.strategy-details .strategy-detail-box .content h4 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}

.strategy-details .strategy-detail-box .content p {
  margin-bottom: 0;
  font-size: 15px;
  line-height: 1.7;
}

@media (max-width: 991px) {
  .strategy-details .details-overview-card {
    margin-bottom: 10px;
  }

  .strategy-details .strategy-details-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 575px) {
  .strategy-details .details-overview-card {
    padding: 26px 20px;
  }

  .strategy-details .details-overview-card h3 {
    font-size: 24px;
  }

  .strategy-details .strategy-detail-box {
    padding: 20px 18px;
  }

  .strategy-details .strategy-detail-box .icon-box {
    width: 48px;
    height: 48px;
    min-width: 48px;
  }

  .strategy-details .strategy-detail-box .icon-box i {
    font-size: 20px;
  }
}
