#tecfit-booking{
  --bg: #0d0f11;
  --bg-soft: #141719;
  --blue: #132b42;
  --cream: #f4e7cd;
  --gold: #aa8b58;
  --line: rgba(244, 231, 205, 0.18);
  --muted: #b9b5ad;
  --text: #f8f1e4;
  --error: #f0a693;
  color-scheme: dark;
  font-family: Inter, Avenir, "Helvetica Neue", Arial, sans-serif;
}#tecfit-booking *{
  box-sizing: border-box;
}#tecfit-booking{
  scroll-behavior: smooth;
}#tecfit-booking{
  background: var(--bg);
  color: var(--text);
  margin: 0;
  min-width: 320px;
}#tecfit-booking button,
#tecfit-booking input,
#tecfit-booking select{
  font: inherit;
}#tecfit-booking button,
#tecfit-booking summary,
#tecfit-booking select{
  cursor: pointer;
}#tecfit-booking button:focus-visible,
#tecfit-booking input:focus-visible,
#tecfit-booking select:focus-visible,
#tecfit-booking summary:focus-visible{
  outline: 3px solid rgba(244, 231, 205, 0.6);
  outline-offset: 3px;
}#tecfit-booking [hidden]{
  display: none !important;
}#tecfit-booking .site-header{
  align-items: center;
  background: rgba(13, 15, 17, 0.92);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  display: flex;
  height: 78px;
  padding: 0 clamp(20px, 6vw, 72px);
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 3;
}#tecfit-booking .brand-lockup,
#tecfit-booking footer img{
  display: block;
  width: 146px;
}#tecfit-booking .brand-lockup img,
#tecfit-booking footer img{
  display: block;
  height: auto;
  max-width: 100%;
}#tecfit-booking .hero{
  display: grid;
  min-height: 760px;
  overflow: hidden;
  padding: 128px clamp(20px, 7vw, 90px) 74px;
  place-items: end start;
  position: relative;
}#tecfit-booking .hero-visual,
#tecfit-booking .hero-shade{
  inset: 0;
  position: absolute;
}#tecfit-booking .hero-visual{
  background: url("assets/tecfit-ems-hero.webp") center 26% / cover no-repeat;
  transform: scale(1.02);
}#tecfit-booking .hero-shade{
  background: linear-gradient(90deg, rgba(10, 12, 14, 0.94) 0%, rgba(10, 12, 14, 0.72) 48%, rgba(10, 12, 14, 0.15) 100%), linear-gradient(0deg, rgba(10, 12, 14, 0.78), transparent 55%);
}#tecfit-booking .hero-content{
  max-width: 670px;
  position: relative;
  z-index: 1;
}#tecfit-booking .eyebrow,
#tecfit-booking .step-label{
  color: #c3a77b;
  font-size: 12px;
  font-weight: 750;
  letter-spacing: 0.15em;
  margin: 0 0 14px;
}#tecfit-booking h1,
#tecfit-booking h2,
#tecfit-booking h3,
#tecfit-booking p{
  margin-top: 0;
}#tecfit-booking h1,
#tecfit-booking h2{
  font-style: italic;
  font-weight: 850;
  letter-spacing: -0.045em;
  line-height: 0.94;
  text-transform: uppercase;
}#tecfit-booking h1{
  font-size: clamp(48px, 7vw, 84px);
  margin-bottom: 24px;
}#tecfit-booking h2{
  font-size: clamp(38px, 5vw, 66px);
  margin-bottom: 22px;
}#tecfit-booking h3{
  font-size: 18px;
  letter-spacing: 0.02em;
  line-height: 1.22;
  margin-bottom: 0;
}#tecfit-booking .hero-copy,
#tecfit-booking .booking-heading > p,
#tecfit-booking .section-heading > p,
#tecfit-booking .final-cta > p:not(.eyebrow){
  color: #d2d0cb;
  font-size: clamp(17px, 1.8vw, 21px);
  line-height: 1.55;
  max-width: 620px;
}#tecfit-booking .hero-copy{
  margin-bottom: 32px;
}#tecfit-booking .primary-cta,
#tecfit-booking .booking-submit,
#tecfit-booking .secondary-button{
  align-items: center;
  border: 0;
  border-radius: 999px;
  display: inline-flex;
  font-size: 14px;
  font-weight: 800;
  gap: 24px;
  justify-content: space-between;
  letter-spacing: 0.04em;
  min-height: 58px;
  padding: 0 24px;
}#tecfit-booking .primary-cta,
#tecfit-booking .booking-submit{
  background: var(--cream);
  color: #121313;
}#tecfit-booking .primary-cta:hover,
#tecfit-booking .booking-submit:hover{
  background: #fff4de;
}#tecfit-booking .section-shell{
  padding: 92px clamp(20px, 7vw, 90px);
}#tecfit-booking .booking{
  background: linear-gradient(150deg, #121416, #0d0f11 70%);
}#tecfit-booking .booking-heading{
  margin-bottom: 38px;
  max-width: 920px;
}#tecfit-booking .booking-heading h2{
  max-width: 880px;
}#tecfit-booking .flow-step{
  background: rgba(19, 22, 24, 0.93);
  border: 1px solid var(--line);
  border-radius: 20px;
  margin: 0 auto 18px;
  max-width: 940px;
  overflow: hidden;
  scroll-margin-top: 22px;
}#tecfit-booking .flow-step.is-active{
  border-color: rgba(170, 139, 88, 0.68);
  box-shadow: 0 18px 56px rgba(0, 0, 0, 0.22);
}#tecfit-booking .flow-step.is-complete{
  background: rgba(19, 22, 24, 0.64);
}#tecfit-booking .step-header{
  align-items: center;
  display: grid;
  gap: 16px;
  grid-template-columns: auto 1fr auto;
  padding: 24px 26px;
}#tecfit-booking .step-number{
  align-items: center;
  border: 1px solid var(--gold);
  border-radius: 50%;
  color: var(--cream);
  display: inline-flex;
  font-size: 13px;
  font-weight: 800;
  height: 34px;
  justify-content: center;
  width: 34px;
}#tecfit-booking .step-label{
  font-size: 10px;
  margin-bottom: 5px;
}#tecfit-booking .text-button{
  background: none;
  border: 0;
  color: var(--cream);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  padding: 10px 0 10px 12px;
}#tecfit-booking .step-panel{
  border-top: 1px solid var(--line);
  padding: 26px;
}#tecfit-booking .step-summary{
  border-top: 1px solid var(--line);
  color: #d1cdc5;
  font-size: 15px;
  line-height: 1.55;
  padding: 17px 26px 22px 76px;
}#tecfit-booking .step-summary strong{
  color: var(--text);
  display: block;
  font-size: 16px;
  margin-bottom: 3px;
}#tecfit-booking .field{
  display: block;
}#tecfit-booking .field + .field{
  margin-top: 18px;
}#tecfit-booking .field > span,
#tecfit-booking .choice-fieldset legend{
  color: #ddd4c5;
  display: block;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 9px;
}#tecfit-booking input,
#tecfit-booking select{
  appearance: none;
  background: #0c0e10;
  border: 1px solid rgba(244, 231, 205, 0.23);
  border-radius: 12px;
  color: var(--text);
  font-size: 17px;
  min-height: 56px;
  padding: 0 16px;
  width: 100%;
}#tecfit-booking select{
  background-image: linear-gradient(45deg, transparent 50%, var(--cream) 50%), linear-gradient(135deg, var(--cream) 50%, transparent 50%);
  background-position: calc(100% - 20px) 24px, calc(100% - 14px) 24px;
  background-repeat: no-repeat;
  background-size: 6px 6px, 6px 6px;
  padding-right: 46px;
}#tecfit-booking input:focus,
#tecfit-booking select:focus{
  border-color: var(--gold);
}#tecfit-booking .reveal-field{
  animation: reveal 220ms ease-out;
}

@keyframes reveal {
  from { opacity: 0; transform: translateY(-6px); }
  to { opacity: 1; transform: translateY(0); }
}#tecfit-booking .inline-status,
#tecfit-booking .form-message,
#tecfit-booking .privacy-note{
  color: var(--muted);
  font-size: 14px;
  line-height: 1.5;
}#tecfit-booking .inline-status{
  margin: 16px 0 0;
}#tecfit-booking .form-message{
  background: rgba(240, 166, 147, 0.08);
  border: 1px solid rgba(240, 166, 147, 0.34);
  border-radius: 12px;
  color: var(--error);
  margin: 0 auto 18px;
  max-width: 940px;
  padding: 14px 16px;
}#tecfit-booking .choice-fieldset{
  border: 0;
  margin: 0;
  padding: 0;
}#tecfit-booking .choice-fieldset + .choice-fieldset{
  margin-top: 26px;
}#tecfit-booking .date-grid,
#tecfit-booking .time-grid{
  display: grid;
  gap: 10px;
}#tecfit-booking .date-grid{
  grid-template-columns: repeat(6, 1fr);
}#tecfit-booking .time-grid{
  grid-template-columns: repeat(6, 1fr);
}#tecfit-booking .date-option,
#tecfit-booking .time-option{
  background: #0c0e10;
  border: 1px solid rgba(244, 231, 205, 0.18);
  border-radius: 12px;
  color: var(--text);
  min-height: 56px;
}#tecfit-booking .date-option{
  display: grid;
  gap: 3px;
  min-height: 90px;
  place-content: center;
}#tecfit-booking .date-option span,
#tecfit-booking .date-option small{
  color: var(--muted);
  font-size: 11px;
  font-weight: 750;
}#tecfit-booking .date-option strong{
  font-size: 22px;
}#tecfit-booking .date-option.is-selected,
#tecfit-booking .time-option.is-selected{
  background: var(--cream);
  border-color: var(--cream);
  color: #131414;
}#tecfit-booking .date-option.is-selected span,
#tecfit-booking .date-option.is-selected small{
  color: #5d5549;
}#tecfit-booking .details-intro{
  color: #ddd4c6;
  font-size: 16px;
  line-height: 1.55;
  margin-bottom: 24px;
  max-width: 720px;
}#tecfit-booking .form-grid{
  display: grid;
  gap: 18px;
  grid-template-columns: 1fr 1fr;
}#tecfit-booking .form-grid .field + .field{
  margin-top: 0;
}#tecfit-booking .full-field{
  grid-column: 1 / -1;
}#tecfit-booking .marketing-check{
  align-items: flex-start;
  color: #ccc6bc;
  display: flex;
  font-size: 14px;
  gap: 11px;
  line-height: 1.45;
  margin: 22px 0 12px;
}#tecfit-booking .marketing-check input{
  appearance: auto;
  flex: 0 0 auto;
  height: 20px;
  min-height: 20px;
  width: 20px;
}#tecfit-booking .booking-submit{
  margin-top: 20px;
  width: 100%;
}#tecfit-booking .essentials{
  background: var(--blue);
}#tecfit-booking .section-heading{
  margin-bottom: 42px;
  max-width: 820px;
}#tecfit-booking .essential-grid{
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, 1fr);
}#tecfit-booking .essential-card{
  align-content: end;
  background-position: center;
  background-size: cover;
  border: 1px solid rgba(244, 231, 205, 0.2);
  border-radius: 16px;
  display: grid;
  min-height: 380px;
  overflow: hidden;
  padding: 28px;
  position: relative;
}#tecfit-booking .essential-card::before{
  background: linear-gradient(transparent 18%, rgba(7, 10, 12, 0.94));
  content: "";
  inset: 0;
  position: absolute;
}#tecfit-booking .essential-card strong,
#tecfit-booking .essential-card p{
  position: relative;
}#tecfit-booking .essential-card strong{
  color: #d0ae78;
  font-size: 13px;
  letter-spacing: 0.08em;
}#tecfit-booking .essential-card p{
  color: #e2ddd4;
  line-height: 1.55;
  margin: 18px 0 0;
}#tecfit-booking .card-time{ background-image: url("assets/card-20-minutos.jpg"); }#tecfit-booking .card-personalized{ background-image: url("assets/card-treino-personalizado.jpg"); }#tecfit-booking .card-guidance{ background-image: url("assets/card-ambiente-privativo.jpg"); }#tecfit-booking .faq{
  background: var(--cream);
  color: #101113;
}#tecfit-booking .faq .eyebrow{
  color: #775d37;
}#tecfit-booking .faq-list{
  border-top: 1px solid rgba(16, 17, 19, 0.18);
  max-width: 940px;
}#tecfit-booking .faq details{
  border-bottom: 1px solid rgba(16, 17, 19, 0.18);
}#tecfit-booking .faq summary{
  align-items: center;
  display: flex;
  font-size: 17px;
  font-weight: 750;
  gap: 18px;
  justify-content: space-between;
  list-style: none;
  padding: 22px 0;
}#tecfit-booking .faq summary::-webkit-details-marker{
  display: none;
}#tecfit-booking .faq summary span{
  color: #84683e;
  flex: 0 0 auto;
  font-size: 22px;
}#tecfit-booking .faq details[open] summary span{
  transform: rotate(45deg);
}#tecfit-booking .faq details p{
  color: #393734;
  font-size: 16px;
  line-height: 1.65;
  margin: -3px 42px 22px 0;
  max-width: 780px;
}#tecfit-booking .final-cta{
  background: linear-gradient(90deg, rgba(10, 12, 14, 0.95), rgba(10, 12, 14, 0.56)), url("assets/tecfit-bg.png") center / cover no-repeat;
  padding: 100px clamp(20px, 7vw, 90px);
}#tecfit-booking .final-cta h2{
  max-width: 760px;
}#tecfit-booking .final-cta .primary-cta{
  margin-top: 20px;
}#tecfit-booking footer{
  background: #0b0d0f;
  padding: 54px clamp(20px, 7vw, 90px);
}#tecfit-booking .modal-backdrop{
  align-items: center;
  background: rgba(0, 0, 0, 0.76);
  display: flex;
  inset: 0;
  justify-content: center;
  padding: 18px;
  position: fixed;
  z-index: 10;
}#tecfit-booking .confirm-modal{
  background: #151719;
  border: 1px solid var(--line);
  border-radius: 20px;
  max-height: calc(100vh - 36px);
  max-width: 620px;
  overflow: auto;
  padding: 32px;
  position: relative;
  width: 100%;
}#tecfit-booking .confirm-modal h2{
  font-size: clamp(34px, 7vw, 52px);
}#tecfit-booking .modal-close{
  background: none;
  border: 0;
  color: var(--text);
  font-size: 28px;
  padding: 8px;
  position: absolute;
  right: 18px;
  top: 12px;
}#tecfit-booking .confirm-list{
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
  margin: 24px 0;
}#tecfit-booking .confirm-list div{
  display: grid;
  gap: 5px;
  grid-template-columns: 100px 1fr;
  padding: 13px 0;
}#tecfit-booking .confirm-list span{
  color: var(--muted);
}#tecfit-booking .modal-actions{
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr 1.4fr;
  margin-top: 20px;
}#tecfit-booking .modal-actions .booking-submit{
  margin: 0;
}#tecfit-booking .secondary-button{
  background: transparent;
  border: 1px solid var(--line);
  color: var(--cream);
  justify-content: center;
}#tecfit-booking .loading-screen{
  flex-direction: column;
  gap: 18px;
}#tecfit-booking .cookie-banner{
  align-items: center;
  background: #151719;
  border: 1px solid var(--line);
  bottom: 16px;
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.45);
  display: grid;
  gap: 22px;
  grid-template-columns: 1fr auto;
  left: 50%;
  max-width: 920px;
  padding: 20px 22px;
  position: fixed;
  transform: translateX(-50%);
  width: calc(100% - 32px);
  z-index: 12;
}#tecfit-booking .cookie-banner strong{
  color: var(--cream);
  display: block;
  font-size: 12px;
  letter-spacing: 0.12em;
  margin-bottom: 7px;
}#tecfit-booking .cookie-banner p{
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
  margin: 0;
  max-width: 650px;
}#tecfit-booking .cookie-actions{
  display: flex;
  gap: 9px;
}#tecfit-booking .cookie-actions button,
#tecfit-booking .cookie-settings{
  background: transparent;
  border: 1px solid var(--line);
  color: var(--cream);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.06em;
  min-height: 42px;
  padding: 0 16px;
}#tecfit-booking .cookie-actions .cookie-accept{
  background: var(--cream);
  color: #121313;
}#tecfit-booking .cookie-settings{
  bottom: 14px;
  left: 14px;
  min-height: 36px;
  opacity: 0.78;
  position: fixed;
  z-index: 9;
}#tecfit-booking .loader{
  animation: spin 0.8s linear infinite;
  border: 3px solid rgba(244, 231, 205, 0.2);
  border-radius: 50%;
  border-top-color: var(--cream);
  height: 42px;
  width: 42px;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}

@media (max-width: 760px) {#tecfit-booking .site-header{
    height: 64px;
    padding: 0 18px;
  }#tecfit-booking .brand-lockup,
#tecfit-booking footer img{
    width: 126px;
  }#tecfit-booking .hero{
    min-height: 690px;
    padding: 100px 18px 42px;
  }#tecfit-booking .hero-visual{
    background-position: 62% center;
  }#tecfit-booking .hero-shade{
    background: linear-gradient(0deg, rgba(10, 12, 14, 0.96) 5%, rgba(10, 12, 14, 0.7) 66%, rgba(10, 12, 14, 0.34));
  }#tecfit-booking h1{
    font-size: clamp(42px, 13vw, 58px);
  }#tecfit-booking h2{
    font-size: clamp(36px, 11vw, 48px);
  }#tecfit-booking .hero-copy,
#tecfit-booking .booking-heading > p,
#tecfit-booking .section-heading > p,
#tecfit-booking .final-cta > p:not(.eyebrow){
    font-size: 17px;
  }#tecfit-booking .primary-cta{
    font-size: 13px;
    width: 100%;
  }#tecfit-booking .section-shell,
#tecfit-booking .final-cta{
    padding: 68px 16px;
  }#tecfit-booking .booking-heading{
    margin-bottom: 28px;
  }#tecfit-booking .flow-step{
    border-radius: 16px;
  }#tecfit-booking .step-header{
    gap: 11px;
    grid-template-columns: auto 1fr auto;
    padding: 19px 16px;
  }#tecfit-booking .step-header h3{
    font-size: 15px;
  }#tecfit-booking .step-number{
    height: 30px;
    width: 30px;
  }#tecfit-booking .step-panel{
    padding: 20px 16px 22px;
  }#tecfit-booking .step-summary{
    font-size: 14px;
    padding: 15px 16px 18px 57px;
  }#tecfit-booking input,
#tecfit-booking select{
    font-size: 17px;
    min-height: 56px;
  }#tecfit-booking .date-grid{
    grid-template-columns: repeat(3, 1fr);
  }#tecfit-booking .time-grid{
    grid-template-columns: repeat(3, 1fr);
  }#tecfit-booking .form-grid,
#tecfit-booking .essential-grid,
#tecfit-booking .modal-actions{
    grid-template-columns: 1fr;
  }#tecfit-booking .essential-card{
    min-height: 270px;
  }#tecfit-booking .confirm-modal{
    padding: 28px 20px 22px;
  }#tecfit-booking .cookie-banner{
    align-items: stretch;
    bottom: 8px;
    gap: 14px;
    grid-template-columns: 1fr;
    padding: 17px;
    width: calc(100% - 16px);
  }#tecfit-booking .cookie-actions{
    display: grid;
    grid-template-columns: 1fr 1fr;
  }#tecfit-booking .cookie-settings{
    background: rgba(13, 15, 17, 0.92);
    bottom: 8px;
    left: 8px;
  }#tecfit-booking .confirm-list div{
    grid-template-columns: 80px 1fr;
  }
}

@media (max-width: 374px) {#tecfit-booking h1{
    font-size: 40px;
  }#tecfit-booking h2{
    font-size: 34px;
  }#tecfit-booking .step-header h3{
    font-size: 14px;
  }#tecfit-booking .text-button{
    font-size: 11px;
  }
}

@media (prefers-reduced-motion: reduce) {#tecfit-booking{
    scroll-behavior: auto;
  }#tecfit-booking *,
#tecfit-booking *::before,
#tecfit-booking *::after{
    animation-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}


#tecfit-booking{font-family:var(--font-inter),sans-serif;color:var(--text);text-align:left}#tecfit-booking [hidden]{display:none!important}#tecfit-booking .booking{padding:64px max(20px,calc((100vw - 1100px)/2))}#tecfit-booking .booking-heading{margin:0 auto 32px;max-width:940px}#tecfit-booking .booking-heading h2{font-size:clamp(28px,4vw,48px);line-height:1.1}#tecfit-booking button:disabled{opacity:.55;cursor:wait}#tecfit-booking .modal-backdrop{z-index:10000}#tecfit-booking .cookie-banner{z-index:10001}#agendar{scroll-margin-top:24px}@media(max-width:600px){#tecfit-booking .step-panel{padding:18px}#tecfit-booking .date-grid,#tecfit-booking .time-grid{grid-template-columns:repeat(3,minmax(0,1fr))}#tecfit-booking .form-grid{grid-template-columns:1fr}}
