:root {
  --black: black;
  --default: #10b981;
  --transparent: #fff0;
  --white: white;
  --border-color: #292929;
  --grey: #1e1e1e;
}

/* Prevent horizontal scroll on mobile */
html {
  overflow-x: hidden;
  max-width: 100%;
  width: 100%;
}

* {
  box-sizing: border-box;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-commerce-commercecartwrapper {
  display: inline-block;
  position: relative;
}

.w-commerce-commercecartopenlink {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 0;
  align-items: center;
  padding: 9px 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercecartopenlinkcount {
  color: #3898ec;
  text-align: center;
  background-color: #fff;
  border-radius: 9px;
  min-width: 18px;
  height: 18px;
  margin-left: 8px;
  padding-left: 6px;
  padding-right: 6px;
  font-size: 11px;
  font-weight: 700;
  line-height: 18px;
  display: inline-block;
}

.w-commerce-commercecartcontainerwrapper {
  z-index: 1001;
  background-color: #000c;
  position: fixed;
  inset: 0;
}

.w-commerce-commercecartcontainerwrapper--cartType-modal {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-leftSidebar {
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightSidebar {
  flex-direction: row;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-leftDropdown {
  background-color: #0000;
  position: absolute;
  inset: 100% auto auto 0;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
  background-color: #0000;
  position: absolute;
  inset: 100% 0 auto auto;
}

.w-commerce-commercecartcontainer {
  background-color: #fff;
  flex-direction: column;
  width: 100%;
  min-width: 320px;
  max-width: 480px;
  display: flex;
  overflow: auto;
  box-shadow: 0 5px 25px #00000040;
}

.w-commerce-commercecartheader {
  border-bottom: 1px solid #e6e6e6;
  flex: none;
  justify-content: space-between;
  align-items: center;
  padding: 16px 24px;
  display: flex;
  position: relative;
}

.w-commerce-commercecartheading {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.w-commerce-commercecartcloselink {
  width: 16px;
  height: 16px;
}

.w-commerce-commercecartformwrapper {
  flex-direction: column;
  flex: 1;
  display: flex;
}

.w-commerce-commercecartform {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  display: flex;
}

.w-commerce-commercecartlist {
  -webkit-overflow-scrolling: touch;
  flex: 1;
  padding: 12px 24px;
  overflow: auto;
}

.w-commerce-commercecartitem {
  align-items: flex-start;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.w-commerce-commercecartitemimage {
  width: 60px;
  height: 0%;
}

.w-commerce-commercecartiteminfo {
  flex-direction: column;
  flex: 1;
  margin-left: 16px;
  margin-right: 16px;
  display: flex;
}

.w-commerce-commercecartproductname {
  font-weight: 700;
}

.w-commerce-commercecartoptionlist {
  margin-bottom: 0;
  padding-left: 0;
  text-decoration: none;
  list-style-type: none;
}

.w-commerce-commercecartquantity {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 60px;
  height: 38px;
  margin-bottom: 10px;
  padding: 8px 6px 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecartquantity::placeholder {
  color: #999;
}

.w-commerce-commercecartquantity:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecartfooter {
  border-top: 1px solid #e6e6e6;
  flex-direction: column;
  flex: none;
  padding: 16px 24px 24px;
  display: flex;
}

.w-commerce-commercecartlineitem {
  flex: none;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 16px;
  display: flex;
}

.w-commerce-commercecartordervalue {
  font-weight: 700;
}

.w-commerce-commercecartapplepaybutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  align-items: center;
  height: 38px;
  min-height: 30px;
  margin-bottom: 8px;
  padding: 0;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercecartapplepayicon {
  width: 100%;
  height: 50%;
  min-height: 20px;
}

.w-commerce-commercecartquickcheckoutbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  height: 38px;
  margin-bottom: 8px;
  padding: 0 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercequickcheckoutgoogleicon, .w-commerce-commercequickcheckoutmicrosofticon {
  margin-right: 8px;
  display: block;
}

.w-commerce-commercecartcheckoutbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  text-align: center;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 2px;
  align-items: center;
  padding: 9px 15px;
  text-decoration: none;
  display: block;
}

.w-commerce-commercecartemptystate {
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.w-commerce-commercecarterrorstate {
  background-color: #ffdede;
  flex: none;
  margin: 0 24px 24px;
  padding: 10px;
}

.w-commerce-commerceaddtocartform {
  margin: 0 0 15px;
}

.w-commerce-commerceaddtocartoptionpillgroup {
  margin-bottom: 10px;
  display: flex;
}

.w-commerce-commerceaddtocartoptionpill {
  color: #000;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #000;
  margin-right: 10px;
  padding: 8px 15px;
}

.w-commerce-commerceaddtocartoptionpill.w--ecommerce-pill-selected {
  color: #fff;
  background-color: #000;
}

.w-commerce-commerceaddtocartoptionpill.w--ecommerce-pill-disabled {
  color: #666;
  cursor: not-allowed;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  outline-style: none;
}

.w-commerce-commerceaddtocartquantityinput {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 60px;
  height: 38px;
  margin-bottom: 10px;
  padding: 8px 6px 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commerceaddtocartquantityinput::placeholder {
  color: #999;
}

.w-commerce-commerceaddtocartquantityinput:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commerceaddtocartbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 0;
  align-items: center;
  padding: 9px 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commerceaddtocartbutton.w--ecommerce-add-to-cart-disabled {
  color: #666;
  cursor: not-allowed;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  outline-style: none;
}

.w-commerce-commercebuynowbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 0;
  align-items: center;
  margin-top: 10px;
  padding: 9px 15px;
  text-decoration: none;
  display: inline-block;
}

.w-commerce-commercebuynowbutton.w--ecommerce-buy-now-disabled {
  color: #666;
  cursor: not-allowed;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  outline-style: none;
}

.w-commerce-commerceaddtocartoutofstock {
  background-color: #ddd;
  margin-top: 10px;
  padding: 10px;
}

.w-commerce-commerceaddtocarterror {
  background-color: #ffdede;
  margin-top: 10px;
  padding: 10px;
}

.w-commerce-commercecheckoutformcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-commerce-commercelayoutcontainer {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.w-commerce-commercelayoutmain {
  flex: 0 800px;
  margin-right: 20px;
}

.w-commerce-commercecheckoutcustomerinfowrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutblockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-commerce-commercecheckoutblockcontent {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 20px;
}

.w-commerce-commercecheckoutlabel {
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutemailinput {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutemailinput::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutemailinput:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingaddresswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutshippingfullname {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingfullname::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingfullname:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstreetaddress {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstreetaddress::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddress:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutrow {
  margin-left: -8px;
  margin-right: -8px;
  display: flex;
}

.w-commerce-commercecheckoutcolumn {
  flex: 1;
  padding-left: 8px;
  padding-right: 8px;
}

.w-commerce-commercecheckoutshippingcity {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingcity::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcity:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstateprovince {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstateprovince::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstateprovince:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingzippostalcode {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingzippostalcode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingzippostalcode:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingcountryselector {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingcountryselector::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcountryselector:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingmethodswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutshippingmethodslist {
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
}

.w-commerce-commercecheckoutshippingmethoditem {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  flex-direction: row;
  align-items: baseline;
  margin-bottom: 0;
  padding: 16px;
  font-weight: 400;
  display: flex;
}

.w-commerce-commercecheckoutshippingmethoddescriptionblock {
  flex-direction: column;
  flex-grow: 1;
  margin-left: 12px;
  margin-right: 12px;
  display: flex;
}

.w-commerce-commerceboldtextblock {
  font-weight: 700;
}

.w-commerce-commercecheckoutshippingmethodsemptystate {
  text-align: center;
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 64px 16px;
}

.w-commerce-commercecheckoutpaymentinfowrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutcardnumber {
  -webkit-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardnumber::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardnumber:focus, .w-commerce-commercecheckoutcardnumber.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardexpirationdate {
  -webkit-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardexpirationdate::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardexpirationdate:focus, .w-commerce-commercecheckoutcardexpirationdate.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardsecuritycode {
  -webkit-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardsecuritycode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardsecuritycode:focus, .w-commerce-commercecheckoutcardsecuritycode.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingaddresstogglewrapper {
  flex-direction: row;
  display: flex;
}

.w-commerce-commercecheckoutbillingaddresstogglecheckbox {
  margin-top: 4px;
}

.w-commerce-commercecheckoutbillingaddresstogglelabel {
  margin-left: 8px;
  font-weight: 400;
}

.w-commerce-commercecheckoutbillingaddresswrapper {
  margin-top: 16px;
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutbillingfullname {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingfullname::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingfullname:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstreetaddress {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstreetaddress::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddress:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingcity {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingcity::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcity:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstateprovince {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstateprovince::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstateprovince:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingzippostalcode {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingzippostalcode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingzippostalcode:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingcountryselector {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingcountryselector::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcountryselector:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutorderitemswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummaryblockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-commerce-commercecheckoutorderitemslist {
  margin-bottom: -20px;
}

.w-commerce-commercecheckoutorderitem {
  margin-bottom: 20px;
  display: flex;
}

.w-commerce-commercecheckoutorderitemdescriptionwrapper {
  flex-grow: 1;
  margin-left: 16px;
  margin-right: 16px;
}

.w-commerce-commercecheckoutorderitemquantitywrapper {
  white-space: pre-wrap;
  display: flex;
}

.w-commerce-commercecheckoutorderitemoptionlist {
  margin-bottom: 0;
  padding-left: 0;
  text-decoration: none;
  list-style-type: none;
}

.w-commerce-commercelayoutsidebar {
  flex: 0 0 320px;
  position: sticky;
  top: 20px;
}

.w-commerce-commercecheckoutordersummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummarylineitem, .w-commerce-commercecheckoutordersummaryextraitemslistitem {
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 8px;
  display: flex;
}

.w-commerce-commercecheckoutsummarytotal {
  font-weight: 700;
}

.w-commerce-commercecheckoutplaceorderbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  text-align: center;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 3px;
  align-items: center;
  margin-bottom: 20px;
  padding: 9px 15px;
  text-decoration: none;
  display: block;
}

.w-commerce-commercecheckouterrorstate {
  background-color: #ffdede;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 10px 16px;
}

.w-commerce-commercepaypalcheckoutformcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-commerce-commercecheckoutcustomerinfosummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummaryitem, .w-commerce-commercecheckoutsummarylabel {
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutsummaryflexboxdiv {
  flex-direction: row;
  justify-content: flex-start;
  display: flex;
}

.w-commerce-commercecheckoutsummarytextspacingondiv {
  margin-right: .33em;
}

.w-commerce-commercecheckoutpaymentsummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercepaypalcheckouterrorstate {
  background-color: #ffdede;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 10px 16px;
}

.w-commerce-commerceorderconfirmationcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-commerce-commercecheckoutshippingsummarywrapper {
  margin-bottom: 20px;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }

  .w-commerce-commercelayoutcontainer {
    flex-direction: column;
    align-items: stretch;
  }

  .w-commerce-commercelayoutmain {
    flex-basis: auto;
    margin-right: 0;
  }

  .w-commerce-commercelayoutsidebar {
    flex-basis: auto;
  }
}

@media screen and (max-width: 479px) {
  .w-commerce-commercecartcontainerwrapper--cartType-modal {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
  }

  .w-commerce-commercecartcontainerwrapper--cartType-leftDropdown, .w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    display: flex;
    position: fixed;
    inset: 0;
  }

  .w-commerce-commercecartquantity, .w-commerce-commerceaddtocartquantityinput, .w-commerce-commercecheckoutemailinput, .w-commerce-commercecheckoutshippingfullname, .w-commerce-commercecheckoutshippingstreetaddress, .w-commerce-commercecheckoutshippingstreetaddressoptional {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutrow {
    flex-direction: column;
  }

  .w-commerce-commercecheckoutshippingcity, .w-commerce-commercecheckoutshippingstateprovince, .w-commerce-commercecheckoutshippingzippostalcode, .w-commerce-commercecheckoutshippingcountryselector, .w-commerce-commercecheckoutcardnumber, .w-commerce-commercecheckoutcardexpirationdate, .w-commerce-commercecheckoutcardsecuritycode, .w-commerce-commercecheckoutbillingfullname, .w-commerce-commercecheckoutbillingstreetaddress, .w-commerce-commercecheckoutbillingstreetaddressoptional, .w-commerce-commercecheckoutbillingcity, .w-commerce-commercecheckoutbillingstateprovince, .w-commerce-commercecheckoutbillingzippostalcode, .w-commerce-commercecheckoutbillingcountryselector {
    font-size: 16px;
  }
}

body {
  background-color: var(--black);
  color: #fff;
  cursor: auto;
  font-family: Clashdisplay, sans-serif;
  font-size: 22px;
  line-height: 28px;
  overflow-x: hidden;
  max-width: 100vw;
  width: 100%;
  position: relative;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 600;
  line-height: 36px;
}

h4 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 28px;
}

p {
  margin-bottom: 0;
  line-height: 26px;
}

blockquote {
  border-left: 5px solid var(--default);
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

.header {
  padding-top: 10px;
  padding-bottom: 10px;
}

.menu-item {
  border-bottom: 2px solid var(--transparent);
  color: var(--white);
  text-transform: uppercase;
  margin-left: 15px;
  margin-right: 15px;
  padding: 0;
  font-size: 17px;
  font-weight: 300;
  letter-spacing: 0.05em;
}

.menu-item:hover {
  color: var(--default);
}

.menu-item.w--current {
  border-bottom-color: var(--default);
  color: var(--white);
  margin-left: 15px;
  margin-right: 15px;
  padding-right: 0;
}

.menu-item.w--current:hover {
  color: var(--default);
}

.logo-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  order: 1;
  flex: 0 0 auto;
  margin-right: auto;
}

.logo-img {
  width: 320px;
  object-fit: contain;
}

/* Garantir tamanho da logo no desktop (acima de 991px) */
@media screen and (min-width: 992px) {
  .logo-img {
    width: 320px !important;
    min-width: 320px;
    max-width: 320px;
  }
}

.logo-tagline {
  color: var(--white);
  font-size: 11px;
  font-weight: 300;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-family: Clashdisplay, sans-serif;
  line-height: 1.2;
  margin-top: 2px;
}

.logo,
.logo-text-fallback {
  text-decoration: none !important;
}

.logo:hover,
.logo:focus,
.logo:active {
  text-decoration: none !important;
}

.header-right-side {
  margin-left: auto;
  display: flex;
}

.cart-button {
  border: 1px solid var(--border-color);
  text-align: left;
  -webkit-text-stroke-color: #e8e7ef;
  background-color: #fff0;
  border-radius: 5px;
  justify-content: center;
  width: auto;
  height: auto;
  padding: 15px;
  position: relative;
}

.header-inner {
  background-color: var(--grey);
  border: 1px solid #292929;
  border-radius: 5px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding: 12px 30px; /* Restaurando padding elegante */
  display: flex;
  flex-wrap: nowrap;
  gap: 15px;
  /* max-height removido para fluidez natural */
}

.logo.w--current {
  flex: none;
}

.logo,
.logo-wrapper {
  order: 1 !important;
  flex: 0 0 auto !important;
  margin-left: 0 !important;
}

.main-menu {
  border: 2px #3b82f6;
  border-radius: 0;
  flex: 0 auto;
  align-self: center;
  margin-left: auto; /* Empurrar menu para direita */
  padding: 0;
  display: flex;
  align-items: center;
  gap: 0;
  order: 3;
}

/* Botão LET'S TALK */
.lets-talk-btn {
  background-color: #14d9a3; /* Verde esmeralda mais vibrante */
  color: var(--white);
  text-transform: uppercase;
  font-size: 17px; /* Mesmo tamanho dos menu-items */
  font-weight: 700; /* Negrito */
  letter-spacing: 0.05em; /* Similar ao estilo do projeto */
  padding: 8px 20px; /* Padding ajustado para parecer mais com menu-item */
  border-radius: 5px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  margin-right: 5px; /* Quase colado ao Home */
  margin-left: auto; /* Empurrar para direita após logo */
  border: 1px solid #14d9a3; /* Verde esmeralda */
  white-space: nowrap;
  font-family: Clashdisplay, sans-serif;
  border-bottom: 2px solid #14d9a3; /* Verde esmeralda */
  order: 2;
  flex: 0 0 auto;
}

.lets-talk-btn:hover {
  background-color: #12c994; /* Esmeralda um pouco mais escura no hover */
  color: var(--white);
  border-color: #12c994;
  transform: none; /* Remover elevação para manter estilo do projeto */
  box-shadow: none; /* Remover sombra para manter estilo minimalista */
}

.lets-talk-btn:active {
  transform: none;
  box-shadow: none;
}

.shop-link {
  color: #1d1d1d;
  text-decoration: underline;
}

.shop-button {
  color: #3b82f6;
  background-color: #000;
  align-self: flex-end;
  margin-top: auto;
  padding: 20px 30px;
  font-size: 18px;
  line-height: 20px;
}

.cart-quantity {
  color: var(--white);
  background-color: #fff0;
  min-width: auto;
  height: auto;
  padding: 0;
  font-size: 17px;
  font-weight: 400;
  line-height: 18px;
  position: static;
  inset: 0% 0% auto auto;
}

.main-container {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 20px;
  font-weight: 300;
  line-height: 20px;
}

.cursor-wrapp {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

.cursor {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

.project-cursor-text {
  opacity: 0;
  text-align: center;
  text-transform: uppercase;
}

.hero-section {
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
  overflow: visible;
  margin-top: 0;
  min-height: auto;
}

.hero-video-bg {
  position: absolute;
  top: -350px;
  left: 0;
  width: 100%;
  height: calc(100% + 350px);
  object-fit: cover;
  object-position: center top;
  z-index: 0;
  opacity: 0.5;
  filter: brightness(0.6);
  pointer-events: none;
}

.hero-section .w-layout-blockcontainer {
  position: relative;
  z-index: 1;
}

.numbers-section {
  position: relative;
  z-index: 1;
  background-color: var(--black);
  padding-top: 30px;
  padding-bottom: 30px;
}

.hero-section::after {
  content: '';
  position: absolute;
  top: -350px;
  left: 0;
  width: 100%;
  height: calc(100% + 350px);
  background: linear-gradient(to bottom,
    rgba(0, 0, 0, 0.2) 0%,
    rgba(0, 0, 0, 0.3) 30%,
    rgba(0, 0, 0, 0.5) 60%,
    rgba(0, 0, 0, 0.7) 80%,
    rgba(0, 0, 0, 0.85) 100%);
  z-index: 0;
  pointer-events: none;
}

.hero-section .w-layout-blockcontainer {
  position: relative;
  z-index: 1;
}

.hero-grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 40px;
  padding-bottom: 30px;
  display: grid;
}

.hero-big-text {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 140px;
  line-height: 100px;
}

.hero-paragraph {
  margin-bottom: 0;
  font-weight: 300;
}

.hero-projects-link {
  color: var(--white);
  justify-content: flex-start;
  align-items: center;
  margin-top: 30px;
  text-decoration: none;
  display: flex;
}

.hero-projects-link-text {
  border-bottom: 1px solid var(--white);
  font-weight: 300;
  line-height: 22px;
  text-decoration: none;
}

.hero-proect-link-arrow {
  width: 20px;
  margin-left: 10px;
}

.hero-under-text {
  border-left: 5px solid var(--default);
  text-transform: uppercase;
  margin-top: 100px;
  padding-left: 30px;
  font-size: 30px;
  font-weight: 200;
  line-height: 40px;
}

.hero-partners {
  border-top: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
  margin-top: 50px;
  padding-top: 15px;
  padding-bottom: 15px;
  overflow: hidden;
}

.hero-partners.partners-about {
  margin-top: 0;
}

.hero-partners-moving {
  white-space: nowrap;
  word-break: normal;
  overflow-wrap: normal;
}

.hero-client-logo {
  margin-right: 30px;
}

.numbers-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.numbers-item {
  border-radius: 5px;
  flex-flow: column;
  height: auto;
  min-height: 320px;
  padding: 20px;
  display: flex;
}

.numbers-item.numbers-item-grey {
  background-color: #4a4a4a;
}

.numbers-item.numbers-item-orange {
  background-color: #3b82f6;
}

.numbers-item.numbers-item-dark {
  background-color: #191919;
}

.numbers-item.numbers-item-grey-light {
  background-color: #939393;
}

.number-circle {
  border-radius: 50%;
  width: 20px;
  height: 20px;
}

.number-circle.circle-dark {
  background-color: #242424;
}

.number-circle.number-circle-black {
  background-color: #0f0f0f;
}

.number-circle.circle-orange {
  background-color: #3b82f6;
}

.number-circle.circle-grey {
  background-color: #b7b7b7;
}

.number-text-box {
  margin-top: auto;
}

.number-text-small {
  text-transform: capitalize;
}

.number-text-big {
  margin-bottom: 15px;
  font-size: 70px;
  font-weight: 500;
  line-height: 50px;
}

.services-section {
  padding-top: 40px;
  padding-bottom: 40px;
}

.main-title {
  border-bottom: 1px solid var(--default);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 35px;
  font-size: 80px;
  font-weight: 600;
  line-height: 50px;
}

.services-item {
  border-bottom: 1px solid var(--border-color);
  justify-content: flex-start;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.service-nunmber {
  border: 1px solid var(--border-color);
  background-color: #191919;
  border-radius: 4px;
  padding: 7px;
  display: inline-block;
}

.service-text {
  text-transform: uppercase;
  flex: none;
  margin-left: 15px;
  font-size: 40px;
  font-weight: 200;
  line-height: 30px;
}

.service-img {
  border-radius: 10px;
  flex: none;
  width: 600px;
  margin-left: auto;
}

.who-we-are-section {
  padding-top: 40px;
  padding-bottom: 40px;
}

.who-we-are-section.wo-we-are-about {
  padding-top: 60px;
}

.mission-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.mission-title {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.mission-title.mission-title-right {
  justify-content: flex-end;
  align-items: center;
}

.mission-plus {
  flex: 0 auto;
  width: 70px;
  filter: hue-rotate(200deg) saturate(1.8) brightness(1.2);
}

.mission-heading {
  text-transform: uppercase;
  flex: none;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 30px;
  font-size: 40px;
  font-weight: 200;
  line-height: 40px;
}

.mission-heading.mission-heading-right {
  text-align: right;
  margin-left: 0;
  margin-right: 30px;
}

.mission-content {
  border: 1px solid var(--border-color);
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  padding: 10px;
  display: flex;
}

.mission-text-box {
  flex-flow: column;
  flex: 0 auto;
  display: flex;
}

.mission-paragraph {
  margin-bottom: 60px;
  font-size: 22px;
  line-height: 28px;
}

.mission-paragraph.mission-paragraph-right {
  margin-top: 60px;
  margin-bottom: 0;
  margin-left: 20px;
}

.mission-orange-box {
  border: 1px solid #3b82f6;
  background-color: #3b82f6;
  border-radius: 5px;
  align-self: flex-start;
  width: 30px;
  height: 30px;
}

.mission-orange-box.mission-transparent {
  background-color: var(--transparent);
  margin-top: 20px;
  margin-left: 20px;
}

.mission-img {
  border-radius: 10px;
  flex: 0 auto;
  width: 240px;
  margin-left: 40px;
}

.mission-img.mission-img-right {
  margin-left: 0;
}

.work-section {
  padding-top: 40px;
  padding-bottom: 40px;
}

.work-section.work-page-section {
  padding-top: 50px;
  padding-bottom: 50px;
}

.main-title-box {
  position: relative;
}

.all-projects {
  color: var(--white);
  text-transform: uppercase;
  font-size: 18px;
  position: absolute;
  top: 10px;
  right: 0;
}

.work-list {
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.work-item {
  color: var(--white);
  text-decoration: none;
  display: block;
}

.work-img {
  width: 100%;
}

.heading {
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: 200;
  line-height: 40px;
}

.work-category {
  text-transform: uppercase;
  background-color: #1e1e1e;
  border-radius: 5px;
  padding: 8px;
  font-size: 16px;
  font-weight: 600;
  line-height: 17px;
  display: inline-block;
}

.testimonials-section {
  padding-top: 40px;
  padding-bottom: 40px;
}

.testimonials-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: auto;
  display: grid;
}

.trstimonials-item {
  border: 1px solid var(--border-color);
  border-radius: 10px;
  padding: 30px;
  min-height: 200px;
  display: block;
  visibility: visible;
}

/* Garantir que todos os testimonials sejam visíveis mesmo sem animação */
.trstimonials-item[data-w-id="darkyn30"],
.trstimonials-item[data-w-id="darkyn31"] {
  opacity: 1 !important;
}

.trstimonials-item:hover {
  background-color: var(--transparent);
}

.testimonial-item-box {
  border-bottom: 1px solid var(--border-color);
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 20px;
  padding-bottom: 30px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}

.testimonial-item-box > img {
  flex-shrink: 0;
}

.testimonial-item-box > div {
  display: flex;
  flex-direction: column;
  margin-left: 20px;
}

.testimonial-heading {
  text-transform: capitalize;
  margin: 0;
  font-size: 28px;
  font-weight: 200;
  line-height: 26px;
  font-style: normal;
  color: var(--white);
}

.testimonial-role {
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  font-weight: 300;
  margin: 5px 0 0 0;
  text-transform: none;
}

.testimonials-quote {
  width: 20px;
  filter: hue-rotate(200deg) saturate(1.8) brightness(1.2);
}

.testimonials-img-txt {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.testimonial-img {
  background-color: #191919;
  border-radius: 10px;
  width: 140px;
  padding-top: 10px;
}

.testimonials-txt {
  margin-bottom: 0;
  margin-left: 20px;
  font-size: 22px;
  line-height: 24px;
  font-style: italic;
  color: var(--white);
}

.blog-section {
  padding-top: 40px;
  padding-bottom: 40px;
}

.blog-list-wrapper {
  margin-top: 50px;
}

.blog-list-wrapper.blog-list-page {
  margin-top: 0;
}

.blog-list {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-arrow {
  background-color: #333;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  margin-left: 10px;
  text-decoration: none;
  display: flex;
}

.blog-left {
  border: 1px none var(--border-color);
  border-radius: 10px;
  flex: 1;
  padding: 0;
}

.blog-author {
  object-fit: cover;
  border: 3px solid #333;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  flex-shrink: 0;
  min-width: 55px;
  min-height: 55px;
  max-width: 55px;
  max-height: 55px;
}

.link-to-single {
  margin-left: auto;
}

.blog-image {
  border-radius: 5px;
  width: 390px;
  margin-left: auto;
}

.blog-item {
  border: 1px solid var(--border-color);
  cursor: pointer;
  border-radius: 5px;
  justify-content: flex-start;
  align-items: center;
  padding: 30px;
  text-decoration: none;
  display: flex;
}

.blog-category {
  border: 1px solid var(--border-color);
  color: var(--white);
  border-radius: 10px;
  padding: 10px 20px;
  text-decoration: none;
  display: inline-block;
}

.blog-heading {
  color: var(--white);
  text-transform: uppercase;
  width: 80%;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 200;
  line-height: 44px;
}

.blog-author-and-arrow {
  border-top: 1px solid var(--border-color);
  width: 20%;
  margin-top: 20px;
  padding-top: 20px;
  display: flex;
}

.blog-arrow-icon {
  width: 25px;
}

.footer {
  margin-top: 50px;
}

.phone-link {
  color: #fff;
  margin-top: 30px;
  margin-bottom: 30px;
  font-family: Clashdisplay, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 50px;
  text-decoration: none;
  display: block;
}

.copyright-text {
  color: #fff;
}

.socials {
  justify-content: center;
  display: flex;
}

.inner-footer {
  border-style: solid;
  border-width: 1px 1px 15px;
  border-color: var(--border-color);
  text-align: center;
  border-radius: 5px;
  padding-top: 110px;
  padding-bottom: 110px;
}

/* Footer Legal Links */
.footer-legal-links {
  text-align: center;
  padding: 20px 0;
  border-top: 1px solid var(--border-color);
  margin-top: 20px;
}

.footer-legal-links .legal-link {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  margin: 0 8px;
  font-family: Clashdisplay, sans-serif;
}

.footer-legal-links .legal-link:hover {
  color: #fff;
  opacity: 0.8;
}

.footer-legal-links .legal-separator {
  color: #fff;
  margin: 0 8px;
  opacity: 0.5;
}

.copyright {
  justify-content: space-between;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.backtotop {
  border: 1px solid var(--border-color);
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 40px;
  display: flex;
}

.mail-link {
  color: #fff;
  text-align: center;
  font-size: 36px;
  text-decoration: none;
  display: inline-block;
}

.social-link {
  color: var(--white);
  justify-content: flex-start;
  align-items: center;
  margin-right: 20px;
  text-decoration: none;
  display: flex;
}

.social-link.last-social {
  margin-right: 0;
}

.social-text {
  text-transform: capitalize;
  font-size: 18px;
  line-height: 18px;
  text-decoration: underline;
}

.social-arrow {
  width: 15px;
  margin-left: 10px;
}

.right-copyright {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.license {
  color: var(--white);
  text-transform: capitalize;
  margin-right: 20px;
  text-decoration: none;
}

.sitemap {
  margin-top: 20px;
}

.inner-sitemap {
  border: 1px solid var(--border-color);
  border-radius: 5px;
  justify-content: flex-start;
  align-items: center;
  padding: 50px;
  display: flex;
}

.sitemap-heading {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 80px;
  font-weight: 200;
  line-height: 60px;
}

.stemap-text {
  border: 1px solid var(--border-color);
  background-color: #000000b3;
  border-radius: 5px;
  margin-left: 20px;
  padding: 10px;
}

.clients-section, .team-section {
  padding-top: 150px;
}

.team-scials {
  position: absolute;
  inset: 10px 10px auto auto;
}

.social-link-2 {
  border: 1px solid var(--border-color);
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  margin-bottom: 5px;
  display: flex;
}

.team-job {
  font-size: 16px;
  line-height: 20px;
}

.team-image-wrapp {
  border: 1px solid var(--border-color);
  background-color: var(--black);
  color: #1d1d1d;
  text-align: center;
  border-radius: 5px;
  padding: 60px 20px 0;
  position: relative;
}

.team-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.social-image {
  width: 20px;
  height: 20px;
  color: var(--white);
  display: block;
}

.team-img {
  object-fit: cover;
  width: auto;
  height: 247px;
}

.team-heading {
  margin-top: 0;
  font-size: 28px;
  font-weight: 500;
  line-height: 28px;
}

.team-details {
  padding-top: 20px;
  padding-bottom: 20px;
}

.contact-section {
  padding-top: 60px;
  padding-bottom: 60px;
}

/* Mobile: reduzir espaçamento entre título CONTACT e formulário */
@media screen and (max-width: 767px) {
  .sitemap {
    margin-top: 10px; /* Reduzir margem superior */
    margin-bottom: 0; /* Remover margem inferior */
  }

  .inner-sitemap {
    padding: 30px 20px; /* Reduzir padding no mobile */
    margin-bottom: 0;
  }

  .contact-section {
    padding-top: 20px; /* Reduzir padding-top drasticamente no mobile */
    padding-bottom: 40px;
  }
  
  /* Reordenar células no mobile: formulário primeiro, depois informações */
  .contact-stack {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  
  .contact-form-cell {
    order: 1;
  }
  
  .contact-info-cell {
    order: 2;
    margin-top: 0;
  }
}

@media screen and (max-width: 479px) {
  .sitemap {
    margin-top: 5px;
  }

  .inner-sitemap {
    padding: 20px 15px; /* Padding ainda menor em telas muito pequenas */
  }

  .contact-section {
    padding-top: 15px; /* Ainda menos espaço em telas muito pequenas */
    padding-bottom: 30px;
  }
  
  /* Garantir ordem no mobile muito pequeno também */
  .contact-stack {
    display: flex;
    flex-direction: column;
    gap: 25px;
  }
  
  .contact-form-cell {
    order: 1;
  }
  
  .contact-info-cell {
    order: 2;
    margin-top: 0;
  }
}

.contact-text {
  border-bottom: 1px solid #fff;
  margin-bottom: 30px;
  padding-bottom: 30px;
  font-size: 40px;
  line-height: 40px;
}

.social-arrow-2 {
  width: 16px;
  margin-left: auto;
}

.input-style {
  border: 1px solid var(--border-color);
  color: #fff;
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 5px;
  flex: 1;
  width: 100%;
  padding: 12px 16px;
  font-size: 18px;
  font-family: inherit;
  transition: all 0.3s ease;
  align-self: auto;
  min-height: 50px;
  margin-bottom: 0;
  padding: 25px 20px 20px;
  line-height: 24px;
}

.input-style:active {
  color: #fff;
}

.input-style:focus {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.08);
  font-size: 18px;
  font-weight: 400;
  outline: none;
  border-color: #10b981;
  box-shadow: 0 0 0 2px rgba(16, 185, 129, 0.2);
}

.input-style:focus-visible {
  color: #fff;
  font-weight: 400;
}

.input-style[data-wf-focus-visible] {
  color: #fff;
  font-weight: 400;
}

.input-style::placeholder {
  color: rgba(255, 255, 255, 0.7);
  font-size: 18px;
  font-weight: 400;
}

.input-style:lang(en) {
  color: #fff;
  font-weight: 400;
}

.input-style.textarea {
  min-height: 120px;
  padding: 12px 16px;
  padding-bottom: 12px;
  resize: vertical;
  font-family: inherit;
  font-size: 18px;
  line-height: 24px;
}

/* Select styling - mantém o mesmo estilo dos inputs */
select.input-style {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23fff' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 20px center;
  padding-right: 45px;
  cursor: pointer;
  font-size: 18px;
  line-height: 24px;
  color: #fff !important;
  background-color: rgba(255, 255, 255, 0.05) !important;
  border: 1px solid var(--border-color);
  border-radius: 5px;
  min-height: 50px;
  padding: 25px 45px 20px 20px;
  transition: all 0.3s ease;
  width: 100%;
}

select.input-style option {
  background-color: #1a1a1a;
  color: #fff;
  padding: 12px 16px;
  font-size: 18px;
}

select.input-style:focus {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%2310b981' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
  color: #fff !important;
  background-color: rgba(255, 255, 255, 0.08) !important;
  border-color: #10b981;
  box-shadow: 0 0 0 2px rgba(16, 185, 129, 0.2);
  outline: none;
}

select.input-style:invalid {
  color: rgba(255, 255, 255, 0.5) !important;
}

select.input-style:valid,
select.input-style:not([value=""]) {
  color: #fff !important;
}

select.input-style option:checked {
  background-color: #10b981;
  color: #fff;
}

.form-stack {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.form-stack .form-cell {
  width: 100%;
}

.form-stack .form-cell:last-child,
.form-stack .form-cell.form-cell-full {
  grid-column: 1 / -1;
}

.contact-stack {
  margin-top: 0;
  padding: 0;
}

.comtact-main-title {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 38px;
}

.comtact-main-title.contact-title-with-border {
  text-transform: capitalize;
  border-bottom: 1px #fff;
  padding-bottom: 0;
  font-size: 30px;
  font-weight: 400;
  line-height: 30px;
}

.social-item {
  color: #fff;
  align-items: center;
  margin-right: 20px;
  text-decoration: none;
  display: flex;
}

.social-text-2 {
  text-transform: capitalize;
  margin-right: 10px;
  line-height: 20px;
  text-decoration: underline;
}

.contact-link {
  color: #fff;
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 18px;
  text-decoration: none;
}

.contact-link.contact-last-link {
  border-bottom: 1px solid #fff;
  margin-bottom: 30px;
  padding-bottom: 30px;
}

.contact-location {
  width: 100%;
  margin-bottom: 30px;
}

.footer-socials {
  align-self: stretch;
  align-items: center;
  margin-top: 65px;
  display: flex;
}

.footer-socials.contact-socials {
  margin-top: 0;
}

.submit-button {
  float: none;
  color: #fff;
  text-transform: uppercase;
  background-color: #10b981;
  border: 1px solid #242424;
  border-radius: 5px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: 0;
  padding: 20px 40px;
  font-size: 20px;
  font-weight: 500;
  transition: all .3s;
  display: block;
  cursor: pointer;
  width: auto;
}

.submit-button:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.submit-button:hover {
  color: #000;
  background-color: #fff;
  background-image: none;
}

.success-message {
  background-color: #fff0;
  border: 1px solid #272727;
}

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

.contact-form-block {
  border: none;
  border-radius: 0;
  margin-bottom: 0;
  padding: 0;
  width: 100%;
}

.contact-form-block form {
  width: 100%;
}

.error-message {
  background-color: #c4ecce;
}

.product-section {
  padding-top: 50px;
  padding-bottom: 50px;
}

.prod-description-title {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 25px;
  font-weight: 500;
}

.single-prod-right {
  border: 1px solid var(--border-color);
  background-color: var(--transparent);
  border-radius: 5px;
  padding: 50px;
}

.prod-description {
  border-top: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
  margin-top: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.quantity {
  float: left;
  border-color: var(--border-color);
  background-color: #000;
  border-radius: 0;
  height: 43px;
  margin-top: 20px;
  margin-bottom: 0;
  margin-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.single-prod-title {
  margin: 0 0 20px;
  font-size: 40px;
  font-weight: 400;
}

.refund-title {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 400;
}

.option-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid var(--border-color);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 20px;
  padding-bottom: 20px;
  display: grid;
}

.single-prod-left {
  border: 1px solid var(--border-color);
  background-color: var(--transparent);
  border-radius: 5px;
  padding: 50px;
}

.select-field {
  color: #fff;
  background-color: #000;
  border: 1px solid #303030;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.refund-div {
  border: 1px solid var(--border-color);
  background-color: var(--transparent);
  border-radius: 5px;
  margin-top: 20px;
  padding: 40px;
}

.buy-now-button {
  display: none;
}

.single-prod-price {
  line-height: 21px;
}

.add-to-cart-button {
  background-color: var(--white);
  color: #000;
  margin-top: 20px;
  margin-left: 20px;
}

.single-prod-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.paragraph {
  margin-bottom: 0;
}

.shop-section {
  padding-top: 50px;
  padding-bottom: 50px;
}

.shop-list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.shop-item {
  border: 1px solid var(--border-color);
  border-radius: 5px;
  transition: all .2s;
}

.shop-item:hover {
  border-color: var(--default);
}

.shop-image-wrapper {
  padding: 20px 40px;
  display: block;
}

.shop-image-image {
  width: 100%;
}

.shop-text-wrapp {
  text-align: center;
  background-color: #181818;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  padding: 30px;
}

.shop-prod-title {
  border-bottom: 1px solid var(--border-color);
  margin-top: 0;
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-size: 24px;
  font-weight: 500;
}

.default-button {
  color: #000;
  text-transform: uppercase;
  background-color: #c4ef17;
  border: 1px solid #c4ef17;
  padding: 17px 23px;
  font-weight: 600;
  transition: all .2s;
}

.default-button:hover {
  color: #c4ef17;
  background-color: #000;
}

.default-button.order-button {
  border-color: var(--border-color);
  background-color: var(--white);
  margin-top: 20px;
  padding: 10px 40px;
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
}

.default-button.order-button:hover {
  background-color: var(--black);
  color: var(--white);
}

.sigle-work-section {
  padding-top: 50px;
  padding-bottom: 50px;
}

.single-work-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.single-main-work-img {
  margin-bottom: 20px;
}

.single-main-title-heading {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 50px;
  font-weight: 200;
  line-height: 40px;
}

.single-left-grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.single-left-item {
  border-left: 1px solid var(--white);
  padding-left: 20px;
}

.single-detail-heading {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 200;
}

.single-details-text {
  font-size: 18px;
}

.button {
  border: 1px solid var(--default);
  background-color: var(--transparent);
  text-transform: uppercase;
  border-radius: 5px;
  margin-top: 50px;
  padding: 10px 40px;
}

.single-post-section {
  padding-top: 50px;
  padding-bottom: 50px;
}

.blog-author-and-category {
  margin-bottom: 20px;
}

.single-post-text-cell {
  border: 1px solid var(--border-color);
  background-color: var(--transparent);
  border-radius: 5px;
  padding: 30px;
  /* Garantir que texto respeite container */
  box-sizing: border-box;
  overflow-x: hidden;
  word-wrap: break-word;
  overflow-wrap: break-word;
  max-width: 100%;
}

/* Garantir que conteúdo de texto dentro do cell respeite limites */
.single-post-text-cell .w-richtext,
.single-post-text-cell .w-richtext p,
.single-post-text-cell .w-richtext h1,
.single-post-text-cell .w-richtext h2,
.single-post-text-cell .w-richtext h3,
.single-post-text-cell .w-richtext h4,
.single-post-text-cell .w-richtext ul,
.single-post-text-cell .w-richtext ol,
.single-post-text-cell .w-richtext li,
.single-post-text-cell .w-richtext blockquote,
.single-post-text-cell .w-richtext strong,
.single-post-text-cell .w-richtext em {
  word-wrap: break-word;
  overflow-wrap: break-word;
  max-width: 100%;
  box-sizing: border-box;
}

.single-post-img {
  mix-blend-mode: normal;
  border-radius: 0;
  position: static;
  top: 10px;
}

.single-blog-heading {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 50px;
  font-weight: 600;
  line-height: 50px;
  position: static;
}

.blog-category-2 {
  color: #19191a;
  border: 1px solid #0003;
  border-radius: 50px;
  padding: 10px 20px;
  text-decoration: none;
  display: inline-block;
}

.blog-category-2.single-category {
  border-color: var(--default);
  color: #fff;
  border-radius: 0;
  margin-left: 0;
}

.signel-post-image-cell {
  background-color: #fff0;
  border-radius: 0;
}

.single-img-wrapper {
  position: sticky;
  top: 10px;
}

.single-stack {
  padding: 0;
}

.single-upper {
  border: 1px solid var(--border-color);
  background-color: var(--transparent);
  border-radius: 5px;
  padding: 30px 30px 40px;
}

.blog-page-section {
  padding-top: 50px;
  padding-bottom: 50px;
}

.pages-body {
  cursor: auto;
}

.checkout {
  color: var(--black);
  margin-top: 40px;
}

.checkout-button {
  background-color: var(--default);
  border-style: solid;
  border-color: #000;
}

.utility-section {
  padding-top: 50px;
  padding-bottom: 50px;
}

.utility-h4 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.list-item.last-list-item {
  margin-bottom: 0;
}

.h1-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 60px;
  line-height: 60px;
}

.style-guide {
  margin-top: 0;
}

.h5-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 20px;
}

.block-quote {
  border-left-color: var(--default);
}

.quick-stack-2 {
  padding: 0;
}

.h6-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 16px;
}

.h3-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 25px;
  font-weight: 400;
  line-height: 25px;
}

.h3-heading.list-heading {
  margin-bottom: 30px;
  font-weight: 600;
}

.sample-link {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
  text-decoration: underline;
}

.h2-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 400;
  line-height: 40px;
}

.ordered-list {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 20px;
}

._30mb-space {
  border-bottom: 1px solid #272727;
  height: 30px;
  margin-bottom: 30px;
}

.list-text {
  font-size: 20px;
  font-weight: 400;
  line-height: 27px;
}

.h4-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 400;
  line-height: 23px;
}

.paragraph-6 {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
}

.sample-link-2 {
  color: var(--white);
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
  text-decoration: underline;
}

.utility-p {
  text-align: center;
  margin-bottom: 30px;
  font-size: 20px;
  line-height: 30px;
}

.utility-p.change-paragrap {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
}

.changelog-text {
  margin-top: 10px;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}

.cart-wrapper {
  color: var(--black);
}

.close-button {
  cursor: pointer;
}

.delete-me {
  color: #fff;
  text-transform: capitalize;
  background-image: linear-gradient(#55bdbe, #3da9af);
  border: 1px solid #7acfd8;
  border-radius: 50px;
  padding: 10px 40px;
  font-size: 20px;
  font-weight: 400;
  transition: all .2s;
  display: inline-block;
  box-shadow: 0 2px 5px #00000017;
}

.delete-me:hover {
  box-shadow: 0 2px 20px 5px #0000000d;
}

.delete-me.more-template {
  z-index: 5555;
  background-image: linear-gradient(180deg, var(--default), #6d2f00);
  text-transform: uppercase;
  border-style: none;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 400;
  display: block;
  position: fixed;
  inset: auto 20px 10px auto;
}

@media screen and (min-width: 1440px) {
  .menu-item {
    padding: 10px 0;
    font-size: 20px;
  }

  .menu-item.w--current {
    margin-left: 15px;
    margin-right: 15px;
    padding: 10px 0;
  }

  .header-inner {
    justify-content: space-between;
    align-items: center;
    display: flex;
    flex-wrap: nowrap;
    padding: 10px 15px; /* Padding reduzido para mobile */
    gap: 10px; /* Espaçamento controlado */
  }

  .logo-img {
    width: 200px; /* Logo menor no mobile */
    max-width: 50%; /* Não ultrapassar metade da largura */
  }

  .lets-talk-btn {
    display: inline-flex;
    font-size: 14px; /* Fonte menor no mobile */
    font-weight: 700; /* Negrito mantido no mobile */
    padding: 6px 12px; /* Padding reduzido */
    margin-right: 5px;
    white-space: nowrap;
    flex-shrink: 0; /* Não encolher */
  }

  .main-menu {
    flex: none;
    align-self: center;
    margin-left: 0; /* Remover margin-left auto */
  }

  .menu-button {
    flex-shrink: 0; /* Menu button não encolhe */
    margin-left: auto; /* Empurrar para direita */
  }

  .main-container {
    max-width: 1400px;
    padding-left: 0;
    padding-right: 0;
  }

  .cursor {
    opacity: 0;
  }

  .hero-big-text {
    font-size: 201px;
  }

  .hero-under-text {
    font-size: 39px;
  }

  .hero-partners {
    border-style: solid none;
    border-width: 1px;
    border-color: var(--border-color);
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .service-img {
    width: 770px;
  }

  .mission-paragraph {
    margin-top: 20px;
    margin-bottom: 130px;
    margin-left: 20px;
  }

  .mission-paragraph.mission-paragraph-right {
    margin-top: 130px;
    margin-bottom: 20px;
  }

  .mission-orange-box {
    border: 1px solid #3b82f6;
    margin-bottom: 20px;
    margin-left: 20px;
  }

  .mission-orange-box.mission-transparent {
    background-color: var(--transparent);
    align-self: flex-start;
  }

  .mission-img {
    object-fit: cover;
    border-radius: 10px;
    align-self: stretch;
    margin-left: 20px;
  }

  .mission-img.mission-img-right {
    margin-left: 0;
    margin-right: 20px;
  }

  .blog-image {
    width: 420px;
  }

  .blog-heading {
    font-size: 50px;
    line-height: 55px;
  }

  .contact-stack {
    grid-column-gap: 70px;
    grid-row-gap: 70px;
  }

  .single-left-item {
    padding-left: 40px;
  }

  .single-stack {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .paragraph-6 {
    font-size: 22px;
    line-height: 28px;
  }
}

@media screen and (min-width: 1920px) {
  .menu-item {
    padding: 10px 0;
  }

  .menu-item.w--current {
    padding-left: 0;
    padding-right: 0;
  }

  .main-container {
    max-width: 1700px;
  }
}

@media screen and (max-width: 991px) {
  body {
    cursor: auto;
  }

  .menu-item {
    color: var(--white);
    font-weight: 300;
  }

  .menu-item.w--current {
    color: var(--default);
    border-bottom-style: none;
  }

  .cart-button {
    justify-content: center;
    width: auto;
    height: auto;
    padding: 15px;
  }

  /* Botão LET'S TALK - Mobile: manter visível */
  .lets-talk-btn {
    display: inline-flex; /* Manter visível no mobile */
    font-size: 16px; /* Ajustar tamanho para mobile */
    font-weight: 700; /* Negrito mantido no mobile */
    padding: 6px 16px; /* Padding menor para mobile */
    margin-right: 5px; /* Quase colado ao Home no mobile também */
  }

  .main-menu {
    border: 1px solid var(--white);
    background-color: #000;
    border-radius: 0;
    padding: 20px;
  }

  .icon {
    color: var(--white);
    font-size: 33px;
  }

  .shop-button {
    color: var(--white);
    align-self: flex-start;
    margin-top: 25px;
  }

  .menu-button {
    border: 1px solid var(--white);
    flex: 0 auto;
    order: 1;
    margin-left: 20px;
    padding: 8px;
  }

  .menu-button.w--open {
    background-color: #fff0;
  }

  .hero-section {
    background-position: 50% 100%;
  }

  .hero-grid {
    grid-template-columns: 1fr;
  }

  .hero-under-text {
    margin-top: 60px;
  }

  .numbers-grid {
    grid-template-columns: 1fr 1fr;
  }

  .services-item {
    display: block;
  }

  .service-text {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 0;
  }

  .service-img {
    flex: 0 auto;
    order: 0;
    margin-left: 0;
    display: block;
  }

  .mission-grid {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .testimonials-grid {
    grid-template-columns: 1fr;
  }

  .blog-left {
    flex: 1;
  }

  .blog-image {
    width: 300px;
  }

  .blog-heading {
    width: 100%;
  }

  .blog-author-and-arrow {
    width: 50%;
  }

  .socials {
    display: flex;
  }

  .team-image-wrapp {
    padding: 60px 60px 0;
  }

  .team-grid {
    grid-column-gap: 0;
    grid-row-gap: 0;
    grid-template-columns: none;
    display: flex;
    flex-direction: row;
    gap: 15px;
    overflow-x: auto;
    overflow-y: visible;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding-left: 0;
    padding-right: 20px;
  }
  
  .team-grid::-webkit-scrollbar {
    display: none;
  }
  
  .team-item {
    min-width: calc(100vw - 40px);
    max-width: calc(100vw - 40px);
    width: calc(100vw - 40px);
    flex: 0 0 auto;
    scroll-snap-align: start;
  }

  .single-prod-grid {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .shop-list {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .single-stack {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .cart-wrapper {
    color: var(--black);
  }
}

@media screen and (max-width: 767px) {
  /* Force no horizontal scroll on mobile */
  html, body {
    overflow-x: hidden !important;
    max-width: 100vw !important;
    width: 100% !important;
    position: relative;
  }
  
  .w-layout-blockcontainer,
  .main-container,
  .w-container {
    max-width: 100vw !important;
    width: 100% !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    box-sizing: border-box !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  
  /* Prevent any element from causing horizontal scroll */
  section, div, article, aside, header, footer, main, nav {
    max-width: 100vw !important;
    box-sizing: border-box !important;
  }
  
  * {
    max-width: 100%;
  }
  
  /* Exceção para elementos de texto - garantir que quebrem corretamente */
  p, span, div, h1, h2, h3, h4, h5, h6, li, blockquote, strong, em, a {
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
  
  /* Específico para artigos - garantir que texto respeite containers */
  .single-post-section,
  .single-post-text-cell,
  .single-post-text-cell * {
    word-wrap: break-word;
    overflow-wrap: break-word;
    max-width: 100%;
    box-sizing: border-box;
  }
  
  img, video, iframe {
    max-width: 100% !important;
    height: auto !important;
  }
  
  /* Exceção para vídeo de background do hero - deve manter altura fixa */
  .hero-video-bg {
    max-width: 100% !important;
    height: calc(100% + 350px) !important;
    width: 100% !important;
    display: block !important;
    visibility: visible !important;
    opacity: 0.5 !important;
    position: absolute !important;
    top: -350px !important;
    left: 0 !important;
    object-fit: cover !important;
    object-position: center top !important;
    z-index: 0 !important;
  }
  
  /* Garantir que hero-section permita vídeo visível */
  .hero-section {
    overflow: visible !important;
    position: relative !important;
    min-height: 400px !important;
  }
  
  /* Fix for carousel and scrollable elements */
  .the-path-carousel-wrapper,
  .the-path-carousel,
  .the-path-track {
    max-width: 100vw !important;
    box-sizing: border-box !important;
  }
  
  .logo-img {
    width: 220px;
  }

  .logo-tagline {
    font-size: 9px;
    margin-top: 1px;
  }

  /* Menu mobile - ajustes */
  .header-inner {
    flex-wrap: nowrap;
    gap: 8px;
    padding: 10px 15px;
    align-items: center;
  }
  
  .logo-wrapper {
    flex: 0 1 auto;
    min-width: 0;
    order: 1;
    max-width: calc(100% - 200px); /* Deixar espaço para botão e menu */
  }
  
  .logo-img {
    max-width: 100%;
    height: auto;
  }
  
  .lets-talk-btn {
    order: 2;
    margin-right: 0;
    margin-left: 5px;
    flex-shrink: 0;
    padding: 6px 12px;
    font-size: 13px;
    white-space: nowrap;
  }
  
  .menu-button {
    order: 3;
    margin-left: 5px;
    flex-shrink: 0;
    padding: 6px;
  }
  
  .main-menu {
    order: 4;
    width: 100%;
    margin-top: 10px;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    /* Menu oculto por padrão - só aparece quando data-nav-menu-open está presente */
    display: none;
  }
  
  /* Menu só aparece quando o botão está aberto (Webflow adiciona data-nav-menu-open) */
  .main-menu[data-nav-menu-open] {
    display: flex !important;
  }
  
  .main-menu .menu-item {
    margin-left: 0;
    margin-right: 0;
    padding: 10px 0;
    text-align: left;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  
  .main-menu .menu-item:last-child {
    border-bottom: none;
  }
  
  .main-menu .menu-item.w--current {
    border-bottom: 2px solid var(--default);
    margin-left: 0;
    margin-right: 0;
  }

  .service-img {
    width: 100%;
  }

  .work-wrapper {
    width: 100%;
    overflow: visible;
  }
  
  /* Para página principal (com carousel) - manter carousel no mobile */
  .work-carousel .work-list {
    grid-template-columns: 1fr;
    /* Converter para carousel horizontal no mobile */
    display: flex;
    flex-direction: row;
    gap: 15px;
    overflow-x: auto;
    overflow-y: visible;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding-left: 0;
    padding-right: 20px;
  }
  
  .work-carousel .work-list::-webkit-scrollbar {
    display: none;
  }
  
  .work-carousel .work-item {
    min-width: calc(100vw - 30px);
    max-width: calc(100vw - 30px);
    width: calc(100vw - 30px);
    flex: 0 0 auto;
    scroll-snap-align: start;
  }
  
  /* Para works.html - grid normal (sem carousel wrapper) */
  .work-section.work-page-section .work-list {
    grid-template-columns: 1fr !important;
    display: grid !important;
    grid-row-gap: 30px;
    overflow-x: visible !important;
    overflow-y: visible !important;
    padding: 0;
    flex-direction: column !important;
  }
  
  .work-section.work-page-section .work-item {
    min-width: auto !important;
    max-width: 100% !important;
    width: 100% !important;
    flex: none !important;
  }
  
  /* Work carousel wrapper */
  .work-carousel-wrapper {
    position: relative;
    width: 100%;
    max-width: 100vw;
    overflow-x: hidden;
    overflow-y: visible;
    margin-left: -10px;
    width: calc(100% + 20px);
  }
  
  .work-carousel {
    max-width: 100%;
    overflow-x: auto;
    overflow-y: visible;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  
  .work-carousel::-webkit-scrollbar {
    display: none;
  }
  
  /* Work navigation buttons */
  .work-nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-color: rgba(16, 185, 129, 0.9);
    border: 2px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    color: var(--white);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    z-index: 100;
    pointer-events: auto !important;
    visibility: visible;
    opacity: 1;
  }
  
  .work-nav-btn[style*="display: none"],
  .work-nav-btn.hidden {
    visibility: hidden !important;
    opacity: 0 !important;
    box-shadow: none !important;
    pointer-events: none !important;
  }
  
  .work-nav-btn svg {
    width: 20px;
    height: 20px;
    stroke-width: 2.5;
  }
  
  .work-nav-btn:hover:not(.disabled) {
    background-color: rgba(16, 185, 129, 1);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
  }
  
  .work-nav-btn:active:not(.disabled) {
    transform: translateY(-50%) scale(0.95);
  }
  
  .work-nav-prev {
    left: 8px;
    display: none;
    visibility: hidden;
    opacity: 0;
  }
  
  .work-nav-next {
    right: 8px;
    display: flex;
    visibility: visible;
    opacity: 1;
  }
  
  /* Work hint (swipe indication) */
  .work-hint {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    margin-top: 20px;
    opacity: 0.5;
    transition: opacity 0.3s ease;
    animation: fadeInOut 2s ease-in-out infinite;
  }
  
  .work-hint.hidden {
    opacity: 0;
    pointer-events: none;
    animation: none;
  }
  
  .work-hint-text {
    display: flex;
    align-items: center;
    gap: 6px;
    color: var(--white);
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 0.5px;
    text-transform: uppercase;
  }
  
  .work-hint-icon {
    color: var(--white);
    opacity: 0.6;
    width: 14px;
    height: 14px;
  }
  
  /* Team hint (swipe indication) */
  .team-hint {
    display: none; /* Oculto no desktop */
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    margin-top: 20px;
    opacity: 0.5;
    transition: opacity 0.3s ease;
    animation: fadeInOut 2s ease-in-out infinite;
  }
  
  @media screen and (max-width: 767px) {
    .team-hint {
      display: flex; /* Mostrar apenas no mobile */
    }
  }

  .team-hint.hidden {
    opacity: 0;
    pointer-events: none;
    animation: none;
  }

  .team-hint-text {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--white);
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.5px;
    text-transform: uppercase;
  }

  .team-hint-icon {
    color: var(--white);
    opacity: 0.6;
    width: 16px;
    height: 16px;
  }
  
  /* Desktop: manter grid normal */
  @media (min-width: 768px) {
    .work-list {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr;
      gap: 20px;
      overflow-x: visible;
      padding: 0;
    }
    
    .work-item {
      min-width: auto;
      max-width: none;
      width: auto;
    }
    
    .work-carousel-wrapper {
      margin-left: 0;
      width: 100%;
    }
    
    .work-hint {
      display: none;
    }
    
    .work-nav-btn {
      display: none !important;
    }
  }

  .blog-left {
    margin-bottom: 20px;
  }

  .blog-image {
    width: 100%;
  }

  .blog-item {
    margin-bottom: 0;
    display: block;
  }

  .blog-heading, .blog-author-and-arrow {
    width: 100%;
  }

  .blog-author {
    flex-shrink: 0 !important;
    min-width: 55px !important;
    min-height: 55px !important;
    max-width: 55px !important;
    max-height: 55px !important;
    width: 55px !important;
    height: 55px !important;
  }

  .phone-link {
    font-size: 50px;
    line-height: 50px;
  }

  .socials {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .copyright {
    display: block;
  }

  .social-link {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .right-copyright {
    justify-content: space-between;
    margin-top: 20px;
  }

  .inner-sitemap {
    display: block;
  }

  .sitemap-heading {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 60px;
    line-height: 50px;
  }

  .stemap-text {
    margin-left: 0;
  }

  .contact-stack {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    margin-top: 60px;
    display: flex;
    flex-direction: column;
  }
  
  /* Reordenar células no mobile: formulário primeiro, depois informações */
  .contact-form-cell {
    order: 1;
  }
  
  .contact-info-cell {
    order: 2;
    margin-top: 40px;
  }

  .footer-socials {
    margin-top: 40px;
  }

  .single-prod-grid, .shop-list {
    grid-template-columns: 1fr;
  }

  .single-work-grid {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
  }

  .single-left-grid {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    grid-template-columns: 1fr;
  }

  .single-left-item {
    border-bottom: 1px solid var(--white);
    border-left-style: none;
    padding-bottom: 20px;
    padding-left: 0;
  }
}

@media screen and (max-width: 479px) {
  .logo-img {
    width: 150px; /* Logo ainda menor em telas muito pequenas */
    max-width: 45%;
  }
  
  .logo-tagline {
    font-size: 8px;
    margin-top: 1px;
  }

  .header-right-side {
    margin-top: 0;
  }

  .cart-button {
    padding: 8px;
  }

  .header-inner {
    justify-content: space-between;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    padding: 8px 12px; /* Padding ainda menor em telas muito pequenas */
    gap: 8px;
  }

  .lets-talk-btn {
    font-size: 11px; /* Fonte ainda menor */
    font-weight: 700; /* Negrito mantido */
    padding: 5px 8px;
    margin-right: 0;
    margin-left: 4px;
    order: 2;
    white-space: nowrap;
  }
  
  .logo-wrapper {
    flex: 0 1 auto;
    min-width: 0;
    order: 1;
    max-width: calc(100% - 180px); /* Deixar espaço para botão e menu em telas muito pequenas */
  }
  
  .logo-img {
    max-width: 100%;
    height: auto;
  }
  
  .menu-button {
    order: 3;
    margin-left: 4px;
    flex-shrink: 0;
    padding: 5px;
  }
  
  .header-inner {
    gap: 5px;
    padding: 8px 12px;
  }
  
  .main-menu {
    order: 4;
    width: 100%;
    margin-top: 8px;
  }

  .icon {
    font-size: 20px;
    line-height: 20px;
  }

  .hero-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .hero-big-text {
    font-size: 60px;
    line-height: 40px;
  }

  .hero-under-text {
    font-size: 26px;
    line-height: 35px;
  }

  .numbers-grid {
    grid-template-columns: 1fr;
  }

  .main-title {
    font-size: 30px;
    line-height: 19px;
  }

  .mission-content {
    display: flex;
    flex-direction: column;
  }

  .mission-right .mission-content {
    flex-direction: column;
  }

  .mission-paragraph {
    margin-bottom: 20px;
  }

  .mission-paragraph.mission-paragraph-right {
    margin: 0 0 20px 0;
  }

  .mission-orange-box.mission-transparent {
    margin-left: 0;
  }

  .mission-img {
    width: 100%;
    margin-top: 0;
    margin-bottom: 20px;
    margin-left: 0;
    order: -1;
  }

  .mission-img.mission-img-right {
    order: -1;
    margin-top: 0;
    margin-bottom: 20px;
  }

  .mission-right .mission-img {
    order: -1;
    margin-bottom: 20px;
  }

  .mission-right .mission-text-box {
    order: 1;
  }

  .all-projects {
    top: 0;
  }

  .heading {
    font-size: 30px;
    line-height: 30px;
  }

  .testimonials-img-txt {
    display: block;
  }

  .testimonial-img {
    width: 100%;
  }

  .testimonials-txt {
    margin-left: 0;
    padding-top: 20px;
  }

  .phone-link {
    font-size: 34px;
    line-height: 40px;
  }

  .copyright-text {
    padding-right: 20px;
  }

  .inner-footer {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .backtotop {
    flex: none;
    width: 60px;
    height: 60px;
  }

  .mail-link {
    font-size: 28px;
  }

  .inner-sitemap {
    padding: 20px;
  }

  .sitemap-heading {
    font-size: 40px;
    line-height: 40px;
  }

  .team-image-wrapp {
    padding-left: 20px;
    padding-right: 20px;
  }

  .team-img {
    width: auto;
  }

  .social-item {
    margin-bottom: 15px;
  }

  .contact-location {
    width: 80%;
  }

  .form-stack {
    grid-template-columns: 1fr !important;
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .form-stack .form-cell {
    grid-column: 1 / -1 !important;
  }

  .input-style {
    font-size: 16px;
    padding: 12px;
  }

  .input-style.textarea {
    min-height: 100px;
  }

  .submit-button {
    width: 100%;
    margin-left: 0;
    margin-top: 15px;
    padding: 15px 30px;
    font-size: 18px;
  }

  .footer-socials {
    margin-top: 30px;
    display: block;
  }

  .submit-button {
    float: none;
    background-image: none;
    margin-top: 10px;
    padding: 20px 60px;
    font-size: 19px;
  }

  .quantity {
    float: none;
  }

  .option-list {
    grid-template-columns: 1fr;
  }

  .select-field {
    color: #fff;
  }

  .add-to-cart-button {
    margin-left: 0;
  }

  .single-post-text-cell {
    padding: 20px;
    /* Garantir que texto respeite container no mobile */
    padding-left: 20px !important;
    padding-right: 20px !important;
    overflow-x: hidden !important;
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }
  
  /* Garantir que conteúdo de texto dentro do cell respeite limites no mobile */
  .single-post-text-cell .w-richtext {
    padding-left: 0 !important;
    padding-right: 0 !important;
    overflow-x: visible !important;
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }
  
  .single-post-text-cell .w-richtext p,
  .single-post-text-cell .w-richtext h1,
  .single-post-text-cell .w-richtext h2,
  .single-post-text-cell .w-richtext h3,
  .single-post-text-cell .w-richtext h4 {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }
  
  .single-post-text-cell .w-richtext ul,
  .single-post-text-cell .w-richtext ol {
    padding-left: 20px !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }
  
  .single-post-text-cell .w-richtext blockquote {
    padding-left: 15px !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }
  
  .single-post-text-cell .w-richtext li {
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  .single-blog-heading {
    font-size: 40px;
    line-height: 40px;
  }

  .delete-me {
    text-align: center;
    padding: 10px 20px;
    font-size: 16px;
  }
}

#darkyn21 {
  align-self: end;
}

#w-node-_300d1045-815b-d871-744a-2aa00050ca14-3c872027 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#darkyn42, #darkyn36 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#darkyn30 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#darkyn35 {
  grid-column: span 2 / span 2;
}

#w-node-_08bc5feb-2130-9b76-71de-0ef14c34c536-affb563a {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_08bc5feb-2130-9b76-71de-0ef14c34c537-affb563a, #w-node-_08bc5feb-2130-9b76-71de-0ef14c34c539-affb563a, #w-node-_08bc5feb-2130-9b76-71de-0ef14c34c53b-affb563a, #w-node-_08bc5feb-2130-9b76-71de-0ef14c34c53d-affb563a, #w-node-_08bc5feb-2130-9b76-71de-0ef14c34c53f-affb563a, #w-node-_08bc5feb-2130-9b76-71de-0ef14c34c541-affb563a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #darkyn18 {
    order: 9999;
  }

  #darkyn42 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  #darkyn36 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  #darkyn30 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  #darkyn31, #darkyn32, #darkyn33, #darkyn34 {
    grid-column: span 2 / span 2;
  }

  #w-node-_08bc5feb-2130-9b76-71de-0ef14c34c536-affb563a {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }
}


@font-face {
  font-family: 'Clashdisplay';
  src: url('../fonts/ClashDisplay-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clashdisplay';
  src: url('../fonts/ClashDisplay-Extralight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clashdisplay';
  src: url('../fonts/ClashDisplay-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clashdisplay';
  src: url('../fonts/ClashDisplay-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clashdisplay';
  src: url('../fonts/ClashDisplay-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clashdisplay';
  src: url('../fonts/ClashDisplay-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* THE PATH SECTION - Carousel Horizontal */
.the-path-section {
  padding-top: 40px;
  padding-bottom: 40px;
}

.the-path-subtitle {
  color: var(--white);
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
  margin-top: -30px;
  margin-bottom: 20px;
  text-align: left;
  max-width: 800px;
}

/* Indicação sutil para arrastar/navegar */
.the-path-hint {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  opacity: 0.5;
  transition: opacity 0.3s ease;
  animation: fadeInOut 2s ease-in-out infinite;
}

.the-path-hint.hidden {
  opacity: 0;
  pointer-events: none;
  animation: none;
}

.the-path-hint-text {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--white);
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.the-path-hint-icon {
  color: var(--white);
  opacity: 0.6;
}

@keyframes fadeInOut {
  0%, 100% {
    opacity: 0.4;
  }
  50% {
    opacity: 0.7;
  }
}

.the-path-carousel-wrapper {
  position: relative;
  width: 100%;
}

.the-path-carousel {
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x mandatory;
  padding-bottom: 20px;
  /* Esconder scrollbar mas manter funcionalidade */
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE/Edge */
}

.the-path-carousel::-webkit-scrollbar {
  display: none; /* Chrome/Safari */
}

.the-path-nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: var(--white);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  z-index: 10;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.the-path-nav-btn:hover:not(.disabled) {
  background-color: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.4);
  transform: translateY(-50%) scale(1.1);
}

.the-path-nav-btn:active:not(.disabled) {
  transform: translateY(-50%) scale(0.95);
}

.the-path-nav-btn.disabled {
  opacity: 0.3;
  cursor: not-allowed;
  pointer-events: none;
}

.the-path-nav-prev {
  left: 10px;
  display: none; /* Oculto por padrão, só aparece quando rolar para direita */
}

.the-path-nav-next {
  right: 10px;
  display: flex; /* Visível por padrão, será ocultado pelo JS se não houver conteúdo */
}

.the-path-track {
  display: flex;
  gap: 20px;
  padding-bottom: 10px;
}

.the-path-card {
  min-width: 300px;
  max-width: 400px;
  flex: 0 0 auto;
  scroll-snap-align: start;
  border-radius: 5px;
  flex-flow: column;
  height: auto;
  min-height: 320px;
  padding: 20px;
  display: flex;
  justify-content: center;
  background-color: #191919;
}

.the-path-card:nth-child(1) {
  background-color: #4a4a4a;
}

.the-path-card:nth-child(2) {
  background-color: #3b82f6;
}

.the-path-card:nth-child(3) {
  background-color: #191919;
}

.the-path-card:nth-child(4) {
  background-color: #10b981;
}

.the-path-number {
  border: 1px solid var(--border-color);
  background-color: #191919;
  border-radius: 4px;
  padding: 7px;
  display: inline-block;
  width: auto;
  height: auto;
  font-size: 16px;
  font-weight: 600;
  color: var(--white);
  margin-bottom: 20px;
}

.the-path-card-title {
  font-size: 40px;
  font-weight: 200;
  line-height: 30px;
  margin-bottom: 15px;
  color: var(--white);
  text-transform: uppercase;
}

.the-path-card-text {
  font-size: 16px;
  line-height: 24px;
  color: var(--white);
  font-weight: 300;
  margin: 0;
}

/* Desktop: mostra 2-3 cards */
@media (min-width: 768px) {
  .the-path-card {
    min-width: calc(50% - 10px);
  }
}

@media (min-width: 1024px) {
  .the-path-card {
    min-width: calc(33.333% - 14px);
  }
}

/* Mobile adjustments */
@media screen and (max-width: 767px) {
  .the-path-section {
    padding-top: 30px;
    padding-bottom: 30px;
    /* Garantir que seção não corte conteúdo */
    overflow: visible;
  }
  
  /* Reduzir espaçamento de outras seções no mobile também */
  .work-section,
  .blog-section,
  .testimonials-section,
  .services-section,
  .who-we-are-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  
  .numbers-section {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  
  .hero-grid {
    padding-top: 30px;
    padding-bottom: 25px;
  }
  
  .the-path-subtitle {
    font-size: 16px;
    margin-bottom: 15px;
    padding: 0;
  }
  
  .the-path-hint {
    margin-bottom: 20px;
  }
  
  .the-path-hint-text {
    font-size: 12px;
    gap: 6px;
  }
  
  .the-path-hint-icon {
    width: 14px;
    height: 14px;
  }
  
  .the-path-card {
    min-width: calc(100vw - 30px);
    max-width: calc(100vw - 30px);
    width: calc(100vw - 30px);
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
    /* Garantir que conteúdo não seja cortado */
    overflow: visible;
    word-wrap: break-word;
  }
  
  .the-path-card:first-child {
    margin-left: 0;
  }
  
  .the-path-track {
    max-width: 100vw;
    overflow-x: auto;
    /* Garantir que cards não sejam cortados */
    overflow-y: visible;
    /* Sem padding esquerdo para começar mais à esquerda */
    padding-left: 0;
    padding-right: 20px;
    gap: 15px;
  }
  
  .the-path-carousel-wrapper {
    max-width: 100vw;
    overflow-x: hidden;
    position: relative;
    /* Garantir que botões fiquem visíveis mesmo com overflow-x hidden */
    overflow-y: visible;
    /* Garantir que cards não sejam cortados */
    padding-bottom: 20px;
    /* Compensar parcialmente o padding do main-container */
    margin-left: -10px;
    width: calc(100% + 20px);
  }
  
  .the-path-carousel {
    max-width: 100%;
    overflow-x: auto;
    /* Garantir que conteúdo vertical não seja cortado */
    overflow-y: visible;
  }
  
  .the-path-card-title {
    font-size: 30px;
    line-height: 28px;
    /* Garantir que título não seja cortado */
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
  
  .the-path-card-text {
    /* Garantir que texto não seja cortado */
    word-wrap: break-word;
    overflow-wrap: break-word;
    overflow: visible;
  }
  
  .the-path-nav-btn {
    width: 44px;
    height: 44px;
    background-color: rgba(16, 185, 129, 0.9); /* Verde mais sólido e visível */
    border: 2px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    /* Garantir que botões sejam sempre clicáveis */
    pointer-events: auto !important;
    z-index: 100 !important;
    /* Esconder completamente quando display: none - evitar sombra fantasma */
    visibility: visible;
    opacity: 1;
    transition: opacity 0.2s ease, visibility 0.2s ease;
  }
  
  .the-path-nav-btn[style*="display: none"],
  .the-path-nav-btn.hidden {
    visibility: hidden !important;
    opacity: 0 !important;
    box-shadow: none !important;
    pointer-events: none !important;
  }
  
  .the-path-nav-btn svg {
    width: 20px;
    height: 20px;
    stroke-width: 2.5;
  }
  
  .the-path-nav-btn:hover:not(.disabled) {
    background-color: rgba(16, 185, 129, 1);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
  }
  
  .the-path-nav-btn:active:not(.disabled) {
    transform: translateY(-50%) scale(0.95);
  }
  
  .the-path-nav-prev {
    left: 8px;
    /* No mobile, ocultar completamente inicialmente */
    display: none;
    visibility: hidden;
    opacity: 0;
  }
  
  .the-path-nav-next {
    right: 8px;
    /* No mobile, visível inicialmente */
    display: flex;
    visibility: visible;
    opacity: 1;
  }
  
  /* Footer Legal Links Mobile */
  .footer-legal-links {
    padding: 15px 0;
  }
  
  .footer-legal-links .legal-link {
    font-size: 12px;
    margin: 0 5px;
  }
  
  .footer-legal-links .legal-separator {
    margin: 0 5px;
  }
}