@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon.eot?srf3rx");
  src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* =======================================================
*
* 	Rocks-Fit Modern Transformation System
*
* ======================================================= */
:root {
  --base-bg: #09090B;
  --surface-bg: #18181B;
  --surface-elevated: #27272A;
  --primary: #FF7A00;
  --primary-hover: #22C55E;
  --accent: #FF7A00;
  --text-main: #F8FAFC;
  --text-muted: #E2E8F0;
  --glass-bg: rgba(9, 9, 11, 0.8);
  --glass-border: rgba(255, 255, 255, 0.1);
  --font-body: 'Outfit', sans-serif;
  --font-header: 'Outfit', sans-serif;
  --radius-lg: 24px;
  --radius-md: 16px;
  --shadow-premium: 0 10px 30px -10px rgba(0, 0, 0, 0.5);
  --shadow-glow: 0 0 20px rgba(74, 222, 128, 0.2);
}

body {
  font-family: var(--font-body);
  line-height: 1.8;
  font-size: 1.125rem; /* 18px base */
  background: var(--base-bg);
  color: var(--text-main);
  font-weight: 400;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body.fh5co-offcanvas {
  overflow: hidden;
}


a {
  color: #FF7A00;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
a:hover {
  text-decoration: none !important;
  color: #FF7A00 !important;
}

p, ul, ol {
  margin-bottom: 1.5em;
  font-size: 1.2rem;
  color: var(--text-muted);
  font-family: var(--font-body);
}

h1, h2, h3, h4, h5, h6 {
  color: var(--text-main);
  font-family: var(--font-header);
  font-weight: 700;
  margin: 0 0 20px 0;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

h1 { font-size: 3.5rem; }
h2 { font-size: 2.25rem; }
h3 { font-size: 1.75rem; }
h4 { font-size: 1.5rem; }
h5 { font-size: 1.25rem; }
h6 { font-size: 1.125rem; }


figure {
  margin-bottom: 2em;
}

::-webkit-selection {
  color: #fcfcfc;
  background: #FF7A00;
}

::-moz-selection {
  color: #fcfcfc;
  background: #FF7A00;
}

::selection {
  color: #fcfcfc;
  background: #FF7A00;
}

#fh5co-header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  margin-bottom: 0;
  z-index: 99999;
  background: var(--glass-bg);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--glass-border);
}


.fh5co-cover,
.fh5co-hero {
  position: relative;
  height: 800px;
}
@media screen and (max-width: 768px) {
  .fh5co-cover,
  .fh5co-hero {
    height: 700px;
  }
}
.fh5co-cover.fh5co-hero-2,
.fh5co-hero.fh5co-hero-2 {
  height: 600px;
}
.fh5co-cover.fh5co-hero-2 .fh5co-overlay,
.fh5co-hero.fh5co-hero-2 .fh5co-overlay {
  position: absolute !important;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.7);
}

.fh5co-overlay {
  position: absolute !important;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.3);
}

.fh5co-cover {
  background-size: cover;
  position: relative;
}
@media screen and (max-width: 768px) {
  .fh5co-cover {
    height: inherit;
    padding: 3em 0;
  }
}
.fh5co-cover .btn {
  padding: 1em 2em;
  opacity: .9;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
}
.fh5co-cover.fh5co-cover_2 {
  height: 600px;
}
@media screen and (max-width: 768px) {
  .fh5co-cover.fh5co-cover_2 {
    height: inherit;
    padding: 3em 0;
  }
}
.fh5co-cover .desc {
  top: 50%;
  position: absolute;
  width: 100%;
  margin-top: -100px;
  z-index: 2;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .fh5co-cover .desc {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.fh5co-cover .desc h2 {
  color: #fff;
  font-size: 55px;
  font-weight: 300;
  margin-bottom: 10px;
  line-height: 60px;
  letter-spacing: 1px;
}
@media screen and (max-width: 768px) {
  .fh5co-cover .desc h2 {
    font-size: 40px;
    line-height: 50px;
  }
}
.fh5co-cover .desc span {
  display: block;
  margin-bottom: 25px;
  font-size: 24px;
  letter-spacing: 1px;
  color: rgba(255, 255, 255, 0.8);
}
.fh5co-cover .desc span i {
  color: #DA1212;
}
.fh5co-cover .desc span a {
  color: rgba(255, 255, 255, 0.8);
}
.fh5co-cover .desc span a:hover, .fh5co-cover .desc span a:focus {
  color: #fff !important;
}
.fh5co-cover .desc span a.fh5co-site-name {
  padding-bottom: 2px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}

.sf-menu { margin: 0 !important; float: right; }
/* Superfish Override Menu - Enhanced Prominence */
#fh5co-primary-menu > li > a {
  color: rgba(255, 255, 255, 0.85) !important;
  font-size: 15px !important;
  padding: 30px 15px !important;
  font-family: 'Outfit', sans-serif !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
  text-decoration: none !important;
  transition: all 0.3s ease !important;
}

#fh5co-primary-menu > li.active > a {
  color: #FF7A00 !important;
  position: relative;
}

#fh5co-primary-menu > li.active > a:after {
  content: "";
  position: absolute;
  bottom: 20px;
  left: 15px;
  right: 15px;
  height: 2px;
  background-color: #FF7A00;
}

#fh5co-primary-menu > li > a:hover, 
#fh5co-primary-menu > li > a:focus {
  color: #FF7A00 !important;
  text-decoration: none !important;
}

.sf-menu li,
.sf-menu ul li,
.sf-menu ul ul li,
.sf-menu li:hover,
.sf-menu li.sfHover {
  background: transparent;
}

.sf-menu ul li a,
.sf-menu ul ul li a {
  text-transform: none;
  padding: 0.25em 1em !important;
  letter-spacing: 1px;
}

.sf-menu li:hover a,
.sf-menu li.sfHover a,
.sf-menu ul li:hover a,
.sf-menu ul li.sfHover a {
  color: #FF7A00 !important;
}

.sf-menu ul li:hover,
.sf-menu ul li.sfHover {
  background: transparent;
}

.sf-menu ul li {
  background: transparent;
}

.sf-arrows .sf-with-ul {
  padding-right: 2.5em;
  padding-right: 1em;
}

.sf-arrows .sf-with-ul:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 1em;
  margin-top: -3px;
  height: 0;
  width: 0;
  border: 5px solid transparent;
  border-top-color: #ccc;
}

.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
  border-top-color: #ccc;
}

.sf-arrows ul .sf-with-ul:after {
  margin-top: -5px;
  margin-right: -3px;
  border-color: transparent;
  border-left-color: #ccc;
}

.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after {
  border-left-color: #ccc;
}

#fh5co-header-section {
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}

.nav-header {
  margin-top: 40px;
  position: relative;
  float: left;
  width: 100%;
}

#fh5co-logo {
  z-index: 2;
  font-size: 28px;
  text-transform: uppercase;
  font-weight: 900;
  float: left;
  margin-bottom: 0;
  margin-top: 0;
}
#fh5co-logo a {
  position: relative;
}
#fh5co-logo a:after {
  position: absolute;
  content: '';
  top: -5px;
  left: -9px;
  background: #FF7A00;
  width: 10px;
  height: 10px;
}
#fh5co-logo span {
  padding: 0;
  margin: 0;
  font-weight: 100;
}
@media screen and (max-width: 768px) {
  #fh5co-logo {
    width: 100%;
    float: none;
    text-align: center;
  }
}
#fh5co-logo a {
  color: #fff;
}
#fh5co-logo a span {
  color: #FF7A00;
}
#fh5co-logo a:hover, #fh5co-logo a:focus {
  color: #FF7A00 !important;
}

.fh5co-intro {
  position: relative;
  z-index: 3;
  padding-top: 60px; /* Empurra o texto para baixo, afastando do menu */
}

#fh5co-menu-wrap {
  position: relative;
  z-index: 2;
  display: block;
  float: right;
}


#fh5co-primary-menu > li > ul li.active > a {
  color: hsl(19, 100%, 50%) !important;
}
#fh5co-primary-menu > li > .sf-with-ul:after {
  border: none !important;
  font-family: 'icomoon';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  float: right;
  margin-right: -5px;
  top: 50%;
  margin-top: -7px;
  content: "\e922";
  color: rgba(255, 255, 255, 0.5);
}
#fh5co-primary-menu > li > ul li {
  position: relative;
}
#fh5co-primary-menu > li > ul li > .sf-with-ul:after {
  border: none !important;
  font-family: 'icomoon';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  float: right;
  margin-right: 10px;
  top: 20px;
  font-size: 16px;
  content: "\e924";
  color: rgba(0, 0, 0, 0.5);
}

#fh5co-primary-menu .fh5co-sub-menu {
  padding: 10px 7px 10px;
  background: #fff;
  left: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}
#fh5co-primary-menu .fh5co-sub-menu > li > .fh5co-sub-menu {
  left: 100%;
}

#fh5co-primary-menu .fh5co-sub-menu:before {
  position: absolute;
  top: -9px;
  left: 20px;
  width: 0;
  height: 0;
  content: '';
}

#fh5co-primary-menu .fh5co-sub-menu:after {
  position: absolute;
  top: -8px;
  left: 30px;
  width: 0;
  height: 0;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #fff;
  border-left: 8px solid transparent;
  content: '';
}

#fh5co-primary-menu .fh5co-sub-menu .fh5co-sub-menu:before {
  top: 6px;
  left: 100%;
}

#fh5co-primary-menu .fh5co-sub-menu .fh5co-sub-menu:after {
  top: 7px;
  right: 100%;
  border: none !important;
}

.site-header.has-image #primary-menu .sub-menu {
  border-color: #ebebeb;
  -webkit-box-shadow: 0 5px 15px 4px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0 5px 15px 4px rgba(0, 0, 0, 0.09);
  -ms-box-shadow: 0 5px 15px 4px rgba(0, 0, 0, 0.09);
  -o-box-shadow: 0 5px 15px 4px rgba(0, 0, 0, 0.09);
  box-shadow: 0 5px 15px 4px rgba(0, 0, 0, 0.09);
}
.site-header.has-image #primary-menu .sub-menu:before {
  display: none;
}

#fh5co-primary-menu .fh5co-sub-menu a {
  letter-spacing: 0;
  padding: 0 15px;
  font-size: 18px;
  line-height: 34px;
  color: #575757 !important;
  text-transform: none;
  background: none;
}
#fh5co-primary-menu .fh5co-sub-menu a:hover {
  color: #FF7A00 !important;
}

#fh5co-programs-section,
#fh5co-team-section,
#fh5co-contact {
  padding: 0.5em 0;
}

#fh5co-pricing-section {
  padding: 3em 0 0.5em 0;
}

#fh5co-schedule-section {
  padding: 0.5em 0 3em 0;
}

@media screen and (max-width: 768px) {
  #fh5co-programs-section,
  #fh5co-pricing-section,
  #fh5co-schedule-section,
  #fh5co-team-section,
  #fh5co-contact {
    padding: 0 1em;
  }
}

.fh5co-lightgray-section {
  background: rgba(0, 0, 0, 0.04);
}

.heading-section {
  margin-bottom: 2em;
}
.heading-section h2 {
  font-size: 24px;
  letter-spacing: 1px;
  text-transform: uppercase;
  position: relative;
  font-weight: 900;
}

.program {
  margin-bottom: 2em;
  padding: 30px;
  background: var(--surface-bg);
  border: 1px solid var(--glass-border);
  border-radius: var(--radius-md);
  transition: all 0.3s ease;
  text-align: center;
}

.program:hover {
  border-color: var(--primary);
  transform: translateY(-5px);
  box-shadow: var(--shadow-premium);
}

.program img {
  width: 60px;
  margin-bottom: 30px !important;
  filter: brightness(0) saturate(100%) invert(58%) sepia(99%) saturate(4000%) hue-rotate(1deg) brightness(105%) contrast(105%); /* Adjust to Brand Orange #FF7A00 */
}

.program h3 {
  font-size: 1.5rem;
  color: var(--text-main);
  margin-bottom: 15px;
}

.program p {
  font-size: 1rem;
  color: var(--text-muted);
}

.program.program-schedule {
  background: var(--surface-elevated);
  padding: 25px;
  margin-bottom: 1.5em;
}

.program.program-schedule h3 {
  font-size: 1.25rem;
  margin-bottom: 5px;
}

/* --- Schedule Grid --- */
.schedule-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 20px;
    margin-top: 2em;
}

@media (min-width: 1200px) {
    .schedule-grid {
        grid-template-columns: repeat(7, 1fr);
        gap: 10px;
    }
}

.day-card {
    background: var(--surface-bg);
    border: 1px solid var(--glass-border);
    border-radius: var(--radius-md);
    padding: 0;
    transition: all 0.3s ease;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.day-card:hover {
    transform: translateY(-5px);
    border-color: rgba(74, 222, 128, 0.3);
}

.day-header {
    background: rgba(255, 255, 255, 0.03);
    padding: 15px;
    border-bottom: 1px solid var(--glass-border);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.day-header h3 {
    margin: 0;
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--text-main);
}

.today-label {
    background: var(--primary);
    color: #000;
    font-size: 10px;
    font-weight: 900;
    padding: 2px 6px;
    border-radius: 4px;
}

.day-body {
    padding: 10px;
    flex-grow: 1;
}

.class-row {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.class-row:last-child {
    border-bottom: none;
}

.class-icon img {
    width: 24px;
    height: 24px;
    object-fit: contain;
    filter: brightness(0) saturate(100%) invert(58%) sepia(99%) saturate(4000%) hue-rotate(1deg) brightness(105%) contrast(105%);
}

.class-info {
    flex-grow: 1;
    text-align: left;
}

.class-time {
    font-size: 11px;
    color: var(--primary);
    font-weight: 700;
    margin-bottom: 2px;
}

.class-name {
    font-size: 14px;
    font-weight: 700;
    color: var(--text-main);
    line-height: 1.2;
}

.class-instructor {
    font-size: 11px;
    color: var(--text-muted);
    margin-top: 2px;
}

.no-classes {
    padding: 30px 10px;
    text-align: center;
    color: var(--text-muted);
    font-size: 12px;
    font-style: italic;
}

/* Highlight Today */
.day-card.is-today {
    border: 2px solid var(--primary);
    box-shadow: 0 0 15px rgba(74, 222, 128, 0.2);
    transform: scale(1.02);
    z-index: 10;
}

.day-card.is-today .day-header {
    background: rgba(74, 222, 128, 0.1);
}

.program.program-schedule small {
  display: block;
  font-family: var(--font-header);
  color: var(--primary);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}


.fh5co-table,
.fh5co-table-cell,
.fh5co-parallax {
  height: 480px; /* Aumentado para dar mais ar ao conteúdo */
}

.fh5co-parallax {
  background-color: #555;
  background-attachment: fixed;
  background-size: cover;
  position: relative;
}
.fh5co-parallax .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: black;
  opacity: .5;
}

@media screen and (max-width: 768px) {
  .fh5co-parallax {
    height: inherit;
    padding: 2.5em 0;
  }
}
.fh5co-parallax .fh5co-intro h1 {
  color: #fff;
  font-size: 70px;
  font-weight: 300;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .fh5co-parallax .fh5co-intro h1 {
    font-size: 30px;
  }
}
.fh5co-parallax .fh5co-intro p {
  color: #fff;
}
.fh5co-parallax .fh5co-intro p a {
  color: #fff;
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}
.fh5co-parallax .fh5co-intro p a:hover {
  color: #fff;
}
.fh5co-parallax .fh5co-intro.box-area {
  padding: 40px;
  background: #222831;
}

.fh5co-table {
  display: table;
}

.fh5co-table-cell {
  display: table-cell;
  vertical-align: middle;
}

.fh5co-pricing {
  padding: 7em 0;
}
@media screen and (max-width: 768px) {
  .fh5co-pricing {
    padding: 3em 0;
  }
}
.fh5co-pricing .pricing {
  display: block;
  float: left;
  margin-bottom: 30px;
  width: 100%;
}
.fh5co-pricing .price-box {
  text-align: center;
  padding: 30px 20px;
  background: #fff;
  border-radius: 10px;
  margin-bottom: 40px;
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
  -webkit-transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Tablet */
@media screen and (max-width: 991px) {
  .fh5co-pricing .price-box {
    padding: 25px 15px;
  }
  .fh5co-pricing .price-box.popular {
    transform: scale(1.02);
  }
}

/* Mobile */
@media screen and (max-width: 575px) {
  .fh5co-pricing .price-box {
    padding: 20px 12px;
    margin-bottom: 30px !important;
  }
  .fh5co-pricing .price-box.popular {
    transform: none;
  }
  .fh5co-pricing .price-box .btn-select-plan,
  .fh5co-pricing .price-box .btn-default {
    font-size: 12px;
    padding: 10px 15px;
    letter-spacing: 0;
  }
  .fh5co-pricing .pricing-plan {
    margin-bottom: 30px !important;
    font-size: 11px;
  }
}

.fh5co-pricing .price-box:hover {
  transform: translateY(-10px);
  -webkit-box-shadow: 0 25px 50px rgba(0, 0, 0, 0.25);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.25);
}
.fh5co-pricing .price-box.popular {
  transform: scale(1.05);
  border: 4px solid #FF7A00;
  z-index: 10;
  -webkit-box-shadow: 0 15px 40px rgba(76, 182, 72, 0.25);
  box-shadow: 0 15px 40px rgba(76, 182, 72, 0.25);
}
.fh5co-pricing .price-box.popular:hover {
  transform: scale(1.05) translateY(-10px);
  -webkit-box-shadow: 0 25px 60px rgba(76, 182, 72, 0.35);
  box-shadow: 0 25px 60px rgba(76, 182, 72, 0.35);
}
.fh5co-pricing .price-box.popular .btn-select-plan {
  background: #FF7A00;
  color: #fff;
  border: 2px solid #FF7A00;
  font-weight: bold;
}
.fh5co-pricing .price-box.popular .btn-select-plan:hover {
  background: #3a8a37;
  border-color: #3a8a37;
}
.fh5co-pricing .price-box.popular .price {
  color: #FF7A00;
}
.fh5co-pricing .price-box .btn-select-plan,
.fh5co-pricing .price-box .btn-default {
  padding: 12px 25px;
  background: #222831;
  color: #fff;
  border-radius: 30px;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
  border: 2px solid #222831;
  transition: all 0.3s ease;
  margin: 5px;
}
.fh5co-pricing .price-box .btn-select-plan:hover,
.fh5co-pricing .price-box .btn-default:hover {
  background: transparent;
  color: #222831;
}
.fh5co-pricing .price-box .classes {
  padding: 0;
}
.fh5co-pricing .price-box .classes li {
  display: block;
  list-style: none;
  margin: 0;
  font-size: 16px;
  padding: 8px 10px;
}
.fh5co-pricing .price-box .classes li.color {
  background: rgba(0, 0, 0, 0.04);
}
.fh5co-pricing .pricing-plan {
  margin: 0 0 50px 0;
  padding: 0;
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700;
  color: #888f94;
}
.fh5co-pricing .pricing-plan.pricing-plan-offer {
  margin-bottom: 24px;
}
.fh5co-pricing .pricing-plan span {
  display: inline-block;
  margin-top: 12px;
  margin-bottom: 0;
  color: #fff;
  background-color: #FF7A00;
  padding: 5px 12px;
  border-radius: 20px;
  font-size: 11px;
  letter-spacing: 2px;
  font-weight: bold;
  animation: pulse 2s infinite;
}
@keyframes pulse {
  0% { box-shadow: 0 0 0 0 rgba(255, 81, 0, 0.7); }
  70% { box-shadow: 0 0 0 10px rgba(255, 81, 0, 0); }
  100% { box-shadow: 0 0 0 0 rgba(255, 81, 0, 0); }
}
.fh5co-pricing .price {
  font-size: clamp(38px, 8vw, 72px);
  color: #6d6d6d;
  line-height: 1;
  word-break: break-word;
  overflow-wrap: break-word;
  max-width: 100%;
}
.fh5co-pricing .price .currency {
  font-size: clamp(16px, 3vw, 30px);
  top: -0.7em;
  padding-right: 6px;
}
.fh5co-pricing .price small {
  font-size: 12px;
  display: block;
  text-transform: uppercase;
  color: #888f94;
  margin-top: 8px;
}

/* Ciclo de Cores da Marca (Laranja, Preto, Cinza, Branco) */
.price-box.plan-orange { background-color: #FF7A00 !important; color: #fff !important; }
.price-box.plan-orange .pricing-plan, .price-box.plan-orange .price, .price-box.plan-orange p, .price-box.plan-orange ul.classes li, .price-box.plan-orange div { color: #fff !important; }
.price-box.plan-orange .btn-select-plan, .price-box.plan-orange .btn-default { background: #fff !important; color: #FF7A00 !important; border-color: #fff !important; }
.price-box.plan-orange .btn-select-plan:hover, .price-box.plan-orange .btn-default:hover { background: transparent !important; color: #fff !important; border-color: #fff !important; }

.price-box.plan-black { background-color: #111111 !important; color: #fff !important; }
.price-box.plan-black .pricing-plan, .price-box.plan-black .price, .price-box.plan-black p, .price-box.plan-black ul.classes li, .price-box.plan-black div { color: #fff !important; }
.price-box.plan-black .btn-select-plan, .price-box.plan-black .btn-default { background: #FF7A00 !important; color: #fff !important; border-color: #FF7A00 !important; }
.price-box.plan-black .btn-select-plan:hover, .price-box.plan-black .btn-default:hover { background: transparent !important; color: #FF7A00 !important; border-color: #FF7A00 !important; }

.price-box.plan-gray { background-color: #4a4a4a !important; color: #fff !important; }
.price-box.plan-gray .pricing-plan, .price-box.plan-gray .price, .price-box.plan-gray p, .price-box.plan-gray ul.classes li, .price-box.plan-gray div { color: #fff !important; }
.price-box.plan-gray .btn-select-plan, .price-box.plan-gray .btn-default { background: #222831 !important; color: #fff !important; border-color: #222831 !important; }
.price-box.plan-gray .btn-select-plan:hover, .price-box.plan-gray .btn-default:hover { background: transparent !important; color: #222831 !important; border-color: #222831 !important; }

.price-box.plan-white { background-color: #fff !important; color: #212121 !important; }
.price-box.plan-white .pricing-plan, .price-box.plan-white .price, .price-box.plan-white p, .price-box.plan-white ul.classes li, .price-box.plan-white div { color: #212121 !important; }
.price-box.plan-white .btn-select-plan, .price-box.plan-white .btn-default { background: #222831 !important; color: #fff !important; border-color: #222831 !important; }
.price-box.plan-white .btn-select-plan:hover, .price-box.plan-white .btn-default:hover { background: transparent !important; color: #222831 !important; border-color: #222831 !important; }

.price-box.plan-orange .classes li.color, .price-box.plan-black .classes li.color, .price-box.plan-gray .classes li.color { background: rgba(255, 255, 255, 0.08) !important; }
.price-box.plan-white .classes li.color { background: rgba(0, 0, 0, 0.05) !important; }

.team-section-grid {
  position: relative;
  background-size: cover;
  height: 450px;
  margin-bottom: 30px;
  overflow: hidden;
}
.team-section-grid .overlay-section {
  position: absolute;
  top: 0;
  bottom: -450px;
  left: 0;
  right: 0;
  opacity: 0;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.team-section-grid .overlay-section h3 {
  color: #fff;
  margin-bottom: 10px;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 3px;
}
.team-section-grid .overlay-section span {
  display: block;
  margin-bottom: 15px;
}
.team-section-grid .overlay-section p {
  color: rgba(255, 255, 255, 0.7);
}
.team-section-grid .overlay-section p.fh5co-social-icons a:hover, .team-section-grid .overlay-section p.fh5co-social-icons a:focus {
  text-decoration: none !important;
}
.team-section-grid .overlay-section p.fh5co-social-icons i {
  font-size: 40px;
  color: #fff;
}
.team-section-grid .overlay-section span {
  color: #fff;
  display: block;
}
.team-section-grid .overlay-section .desc {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 30px;
}
.team-section-grid:hover .overlay-section {
  bottom: 0;
  opacity: 1;
}

.about {
  padding-bottom: 5em;
}
.about img {
  margin-bottom: 50px;
}

#fh5co-contact .contact-info {
  margin: 0;
  padding: 0;
}
#fh5co-contact .contact-info li {
  list-style: none;
  margin: 0 0 20px 0;
  position: relative;
  padding-left: 40px;
}
#fh5co-contact .contact-info li i {
  position: absolute;
  top: .3em;
  left: 0;
  font-size: 22px;
  color: rgba(0, 0, 0, 0.2);
}
#fh5co-contact .contact-info li a {
  font-weight: 400 !important;
  color: rgba(0, 0, 0, 0.3);
}
#fh5co-contact .form-control {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  border: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 18px;
  font-weight: 400;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
}
#fh5co-contact .form-control:focus, #fh5co-contact .form-control:active {
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}
#fh5co-contact input[type="text"] {
  height: 50px;
}
#fh5co-contact .form-group {
  margin-bottom: 30px;
}

.section-title {
  font-weight: 900;
  text-transform: uppercase;
}

.fh5co-blog {
  margin-bottom: 30px;
  background: var(--surface-bg);
  border: 1px solid var(--glass-border);
  border-radius: var(--radius-md);
  overflow: hidden;
  transition: all 0.3s ease;
}

.fh5co-blog:hover {
  border-color: var(--primary);
  transform: translateY(-5px);
}

.fh5co-blog .desc {
  padding: 20px !important;
}

.fh5co-blog .desc h3 {
  font-size: 1.25rem;
  margin-bottom: 10px;
}

.fh5co-blog .desc h3 a {
  color: var(--text-main);
}

.fh5co-blog .meta-date {
  background: var(--primary) !important;
  color: #000 !important;
  font-weight: 700;
  padding: 10px;
}

.fh5co-blog .meta-date {
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px 20px;
  background: #FF7A00;
}
@media screen and (max-width: 768px) {
  .fh5co-blog .meta-date {
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 30px !important;
  }
}
.fh5co-blog .meta-date p {
  margin: 0;
  display: block;
  color: #fff;
}
.fh5co-blog .meta-date p span {
  display: block;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .fh5co-blog .meta-date p span {
    float: left;
    margin-right: 10px;
    margin-top: 8px;
  }
}
.fh5co-blog .meta-date p span.date {
  font-size: 30px;
  font-weight: 900;
  line-height: 28px;
}
@media screen and (max-width: 768px) {
  .fh5co-blog .meta-date p span.date {
    display: inline-block;
    float: left;
    margin-right: 10px;
    margin-top: 8px;
  }
}

#map {
  width: 100%;
  height: 500px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #map {
    height: 200px;
  }
}

.fh5co-social-icons > a {
  padding: 4px 10px;
  color: #FF7A00;
}
.fh5co-social-icons > a i {
  font-size: 26px;
}
.fh5co-social-icons > a:hover, .fh5co-social-icons > a:focus, .fh5co-social-icons > a:active {
  text-decoration: none;
  color: #212121;
}

#footer {
  background: var(--base-bg);
  padding: 20px 0;
  border-top: none;
}
#footer .section-title {
  color: var(--primary);
  font-family: var(--font-header);
  font-weight: 700;
  font-size: 1.1rem;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
#footer p, #footer ul, #footer li {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #F1F5F9 !important;
  margin-bottom: 10px;
}
#footer .contact-info i {
    font-size: 1rem;
}

#footer .contact-info {
  margin: 0 0 10px 0;
  padding: 0;
}
#footer .contact-info li {
  list-style: none;
  margin: 0 0 20px 0;
  position: relative;
  padding-left: 40px;
}
#footer .contact-info li i {
  position: absolute;
  top: 5px;
  left: 0;
  font-size: 22px;
  color: rgba(255, 255, 255, 0.7);
}
#footer .contact-info li a {
  color: rgba(255, 255, 255, 0.6);
}
#footer .contact-form .form-group input[type="name"],
#footer .contact-form .form-group input[type="text"],
#footer .contact-form .form-group input[type="email"],
#footer .contact-form .form-group textarea {
  font-size: 16px;
}
#footer .contact-form .form-group input[type="name"]::-webkit-input-placeholder,
#footer .contact-form .form-group input[type="text"]::-webkit-input-placeholder,
#footer .contact-form .form-group input[type="email"]::-webkit-input-placeholder,
#footer .contact-form .form-group textarea::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
#footer .contact-form .form-group input[type="name"]:-moz-placeholder,
#footer .contact-form .form-group input[type="text"]:-moz-placeholder,
#footer .contact-form .form-group input[type="email"]:-moz-placeholder,
#footer .contact-form .form-group textarea:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(255, 255, 255, 0.5);
}
#footer .contact-form .form-group input[type="name"]::-moz-placeholder,
#footer .contact-form .form-group input[type="text"]::-moz-placeholder,
#footer .contact-form .form-group input[type="email"]::-moz-placeholder,
#footer .contact-form .form-group textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(255, 255, 255, 0.5);
}
#footer .contact-form .form-group input[type="name"]:-ms-input-placeholder,
#footer .contact-form .form-group input[type="text"]:-ms-input-placeholder,
#footer .contact-form .form-group input[type="email"]:-ms-input-placeholder,
#footer .contact-form .form-group textarea:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
#footer .contact-form .form-group input {
  color: rgba(255, 255, 255, 0.5);
  background: transparent;
  border: none;
  background: rgba(0, 0, 0, 0.2);
  box-shadow: none;
}
#footer .contact-form .form-group textarea {
  color: rgba(255, 255, 255, 0.5);
  background: transparent;
  border: none;
  background: rgba(0, 0, 0, 0.2);
  box-shadow: none;
}
#footer #btn-submit {
  color: rgba(255, 255, 255, 0.9) !important;
  background: #FF7A00 !important;
}

/* Typography Utilities */
.small-muted {
  font-size: 0.875rem;
  color: var(--text-muted);
  margin-top: 10px;
}

.copyright-text {
  font-size: 8px !important;
  color: rgba(255, 255, 255, 0.4);
  line-height: 1.4;
  margin-top: 5px;
  display: block;
}

.about-content p {
  font-size: 1.25rem;
  line-height: 1.8;
  color: var(--text-main);
  margin-bottom: 25px;
}

.about-img {
  border-radius: var(--radius-lg);
  box-shadow: 0 20px 40px rgba(0,0,0,0.4);
  margin-bottom: 40px;
  border: 1px solid var(--glass-border);
}

.hero-subtitle {
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--primary);
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 10px;
}
#footer .copy-right {
  border-top: none;
  padding-top: 5px;
  margin-top: 5px;
}
#footer .copy-right p {
  color: rgba(255, 255, 255, 0.3);
  letter-spacing: 1px;
  font-size: 14px;
  text-transform: uppercase;
}
#footer .copy-right p a {
  color: rgba(255, 255, 255, 0.5);
}

.btn {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.btn {
  text-transform: uppercase;
  letter-spacing: 2px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn.btn-primary {
  background: #FF7A00;
  color: #fff;
  border: none !important;
  border: 2px solid transparent !important;
}
.btn.btn-primary:hover, .btn.btn-primary:active, .btn.btn-primary:focus {
  box-shadow: none;
  background: #FF7A00;
  color: #fff !important;
}
.btn:hover, .btn:active, .btn:focus {
  background: #393e46 !important;
  color: #fff !important;
  outline: none !important;
}
.btn.btn-default:hover, .btn.btn-default:focus, .btn.btn-default:active {
  border-color: transparent;
}

.js .animate-box {
  opacity: 0;
}

#fh5co-wrapper {
  overflow-x: hidden;
  position: relative;
}

.fh5co-offcanvas {
  overflow: hidden;
}
.fh5co-offcanvas #fh5co-wrapper {
  overflow: hidden !important;
}

#fh5co-page {
  position: relative;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.fh5co-offcanvas #fh5co-page {
  -moz-transform: translateX(-240px);
  -webkit-transform: translateX(-240px);
  -ms-transform: translateX(-240px);
  -o-transform: translateX(-240px);
  transform: translateX(-240px);
}

@media screen and (max-width: 768px) {
  #fh5co-menu-wrap {
    display: none;
  }
}

#offcanvas-menu {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 99;
  background: #222;
  right: -240px;
  width: 240px;
  padding: 20px;
  overflow-y: scroll !important;
}
#offcanvas-menu ul {
  padding: 0;
  margin: 0;
}
#offcanvas-menu ul li {
  padding: 0;
  margin: 0 0 10px 0;
  list-style: none;
}
#offcanvas-menu ul li a {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.4);
}
#offcanvas-menu ul li a:hover {
  color: #FF7A00;
}
#offcanvas-menu ul li > .fh5co-sub-menu {
  margin-top: 9px;
  padding-left: 20px;
}
#offcanvas-menu ul li.active > a {
  color: #FF7A00;
}
#offcanvas-menu ul .fh5co-sub-menu {
  display: block !important;
}

.fh5co-nav-toggle {
  cursor: pointer;
  text-decoration: none;
}
.fh5co-nav-toggle.active i::before, .fh5co-nav-toggle.active i::after {
  background: #fff;
}
.fh5co-nav-toggle.dark.active i::before, .fh5co-nav-toggle.dark.active i::after {
  background: #fff;
}
.fh5co-nav-toggle:hover, .fh5co-nav-toggle:focus, .fh5co-nav-toggle:active {
  outline: none;
  border-bottom: none !important;
}
.fh5co-nav-toggle i {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 2px;
  color: #fff;
  font: bold 14px/.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: #fff;
  transition: all .2s ease-out;
}
.fh5co-nav-toggle i::before, .fh5co-nav-toggle i::after {
  content: '';
  width: 30px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.fh5co-nav-toggle.dark i {
  position: relative;
  color: #000;
  background: #000;
  transition: all .2s ease-out;
}
.fh5co-nav-toggle.dark i::before, .fh5co-nav-toggle.dark i::after {
  background: #000;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.fh5co-nav-toggle i::before {
  top: -7px;
}

.fh5co-nav-toggle i::after {
  bottom: -7px;
}

.fh5co-nav-toggle:hover i::before {
  top: -10px;
}

.fh5co-nav-toggle:hover i::after {
  bottom: -10px;
}

.fh5co-nav-toggle.active i {
  background: transparent;
}

.fh5co-nav-toggle.active i::before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.fh5co-nav-toggle.active i::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}

.fh5co-nav-toggle {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 9999;
  display: block;
  margin: 0 auto;
  display: none;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .fh5co-nav-toggle {
    display: block;
    top: 0px;
  }
}

@media screen and (max-width: 480px) {
  .col-xxs-12 {
    float: none;
    width: 100%;
  }
}

.row-bottom-padded-lg {
  padding-bottom: 7em;
}
@media screen and (max-width: 768px) {
  .row-bottom-padded-lg {
    padding-bottom: 2em;
  }
}

.row-top-padded-lg {
  padding-top: 7em;
}
@media screen and (max-width: 768px) {
  .row-top-padded-lg {
    padding-top: 2em;
  }
}

.row-bottom-padded-md {
  padding-bottom: 4em;
}
@media screen and (max-width: 768px) {
  .row-bottom-padded-md {
    padding-bottom: 2em;
  }
}

.row-top-padded-md {
  padding-top: 4em;
}
@media screen and (max-width: 768px) {
  .row-top-padded-md {
    padding-top: 2em;
  }
}

.row-bottom-padded-sm {
  padding-bottom: 2em;
}
@media screen and (max-width: 768px) {
  .row-bottom-padded-sm {
    padding-bottom: 2em;
  }
}

.row-top-padded-sm {
  padding-top: 2em;
}
@media screen and (max-width: 768px) {
  .row-top-padded-sm {
    padding-top: 2em;
  }
}

.border-bottom {
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.lead {
  line-height: 1.8;
}

.no-js #loader {
  display: none;
}

.js #loader {
  display: block;
  position: absolute;
  left: 100px;
  top: 0;
}

.fh5co-loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url"({% static 'images/home-image-2.jpg' %})" center no-repeat #222222;
}


/* Mobile Fixes & Navigation */
.mobile-nav {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 70px;
  background: var(--glass-bg);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-top: 1px solid var(--glass-border);
  z-index: 100000;
  justify-content: space-around;
  align-items: center;
  padding: 0 10px;
}

@media screen and (max-width: 768px) {
  .mobile-nav {
    display: flex;
  }
  #fh5co-page {
    padding-bottom: 70px; /* Space for bottom nav */
  }
}

.mobile-nav .nav-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: var(--text-muted);
  text-decoration: none;
  font-size: 10px;
  transition: all 0.3s ease;
  flex: 1;
}

.mobile-nav .nav-item i {
  font-size: 24px;
  margin-bottom: 4px;
}

.mobile-nav .nav-item.active {
  color: var(--primary);
}

.mobile-nav .nav-item:hover {
  color: var(--primary-hover);
}

/* Base resets & Normalization */
* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

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

@media screen and (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

/* Premium Card Overrides */
.price-box {
  background: var(--surface-bg) !important;
  border: 1px solid var(--glass-border) !important;
  border-radius: var(--radius-lg) !important;
  color: var(--text-main) !important;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
}

.price-box:hover {
  transform: translateY(-12px) !important;
  box-shadow: var(--shadow-glow) !important;
  border-color: var(--primary) !important;
}

/* Hero & Impact Styles */
.hero-title {
  font-family: var(--font-header);
  font-size: 3.5rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.04em;
  color: var(--text-main);
  margin-bottom: 30px !important;
  text-transform: uppercase;
}

@media screen and (max-width: 768px) {
  .hero-title {
    font-size: 2.5rem;
  }
}

.hero-title span {
  color: var(--primary);
  display: block;
}

.hero-subtitle {
  font-size: 1.2rem;
  color: var(--text-muted);
  margin-bottom: 40px;
  font-family: var(--font-body);
}

.cta-glow {
  box-shadow: var(--shadow-glow);
  padding: 16px 32px !important;
  border-radius: var(--radius-md) !important;
  font-weight: 700 !important;
  transition: all 0.3s ease !important;
  font-family: var(--font-header) !important;
  background: var(--primary) !important;
}

.cta-glow:hover {
  transform: scale(1.05);
  box-shadow: 0 0 30px rgba(74, 222, 128, 0.4) !important;
}

/* Plan Order Fix */
@media screen and (max-width: 768px) {
  .parallax-pricing, #fh5co-pricing-section {
    order: -1 !important; /* Forces it towards the top if in a flex container */
  }
}


/* WhatsApp Floating Button */
.whatsapp-float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 100px !important; /* Raised to make room for Location */
  right: 30px !important; left: auto !important;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.3);
  z-index: 100000;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: all 0.3s ease;
  animation: pulse-whatsapp 2s infinite;
}

@media screen and (max-width: 768px) {
  .whatsapp-float {
    bottom: 170px !important; /* Above mobile bottom nav and Location */
    width: 50px;
    height: 50px;
    font-size: 25px;
  }
}

.whatsapp-float:hover {
  transform: scale(1.1);
  color: #FFF;
  text-decoration: none;
  background-color: #128c7e;
}

@keyframes pulse-whatsapp {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7);
  }
  70% {
    box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
  }
}

/* Location Floating Button */
.location-float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 30px !important;
  right: 30px !important; left: auto !important;
  background-color: #ff4d4d;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.3);
  z-index: 100000;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: all 0.3s ease;
  animation: pulse-location 2s infinite;
}

@media screen and (max-width: 768px) {
  .location-float {
    bottom: 110px !important; /* Above mobile bottom nav */
    width: 50px;
    height: 50px;
    font-size: 25px;
  }
}

.location-float:hover {
  transform: scale(1.1);
  color: #FFF;
  text-decoration: none;
  background-color: #d63031;
}

@keyframes pulse-location {
  0% {
    box-shadow: 0 0 0 0 rgba(233, 19, 19, 0.7);
  }
  70% {
    box-shadow: 0 0 0 15px rgba(233, 19, 19, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(233, 19, 19, 0);
  }
}

/* Share Floating Button */
.share-float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 185px !important; /* Stacked above WhatsApp (100px) and Location (15px) */
  right: 30px !important; left: auto !important;
  background-color: #FF7A00;
  color: #000;
  border-radius: 50px;
  text-align: center;
  font-size: 28px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.3);
  z-index: 100000;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: all 0.3s ease;
  animation: pulse-share 2s infinite;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .share-float {
    bottom: 240px !important; /* Stacks above mobile WhatsApp icon */
    width: 50px;
    height: 50px;
    font-size: 22px;
  }
}

.share-float:hover {
  transform: scale(1.1);
  color: #000;
  background-color: #fff;
  box-shadow: 0 6px 15px rgba(255,122,0,0.5);
}

@keyframes pulse-share {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 122, 0, 0.7);
  }
  70% {
    box-shadow: 0 0 0 15px rgba(255, 122, 0, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 122, 0, 0);
  }
}

/* Health Tools Section */
#fh5co-tools-section {
    padding: 3em 0;
    background: #1a1a1a;
}

.tool-card {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 15px;
    padding: 30px;
    margin-bottom: 30px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
    min-height: 480px;
}

.tool-card:hover {
    transform: translateY(-10px);
    background: rgba(255, 255, 255, 0.08);
    border-color: #FF7A00;
}

.tool-card h3 {
    color: #FF7A00;
    font-size: 24px;
    margin-bottom: 20px;
    font-family: 'Outfit', sans-serif;
    font-weight: 700;
}

.tool-card .form-group {
    margin-bottom: 15px;
    text-align: left;
}

.tool-card label {
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    display: block;
    margin-bottom: 5px;
}

.tool-card input, .tool-card select {
    background: rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
    border-radius: 8px;
    width: 100%;
    padding: 10px;
}

.tool-card input:focus {
    border-color: #FF7A00;
    outline: none;
}

.tool-result {
    margin-top: 25px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.result-value {
    font-size: 32px;
    font-weight: 900;
    color: #FF7A00;
    display: block;
    font-family: 'Outfit', sans-serif;
}

.result-label {
    color: rgba(255, 255, 255, 0.5);
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.btn-calculate {
    background: #FF7A00;
    color: #000;
    border: none;
    padding: 12px 25px;
    border-radius: 30px;
    font-weight: 700;
    width: 100%;
    margin-top: 10px;
    transition: all 0.3s ease;
}

.btn-calculate:hover {
    background: #22c55e;
    transform: scale(1.02);
}

.macro-chart {
    display: flex;
    margin-top: 15px;
    height: 10px;
    border-radius: 5px;
    overflow: hidden;
}

.macro-p { background: #FF7A00; }
.macro-c { background: #3b82f6; }
.macro-f { background: #f59e0b; }

.macro-legend {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    font-size: 11px;
}

