/*!
Theme Name: braai
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: braai
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

braai is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: "Manrope", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-family: "Manrope", sans-serif;
}

p {
  color: #404040;
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 155.556% */
  margin: 0;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: #fff;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Forms
--------------------------------------------- */

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: auto;
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}

.main-navigation li {
  position: relative;
}

.main-navigation a {
  display: block;
  text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 52em) {
  .menu-toggle {
    display: none;
  }

  .main-navigation ul {
    display: flex;
    gap: 24px;
  }
}

.main-navigation ul a {
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 150% */
  opacity: 0.7;
  transition: all 0.3s ease;
}

.main-navigation ul a:hover {
  color: #f05010;
  opacity: 1;
}

#primary-menu .current-menu-item > a,
#primary-menu .current_page_item > a,
#primary-menu .current-menu-ancestor > a {
  color: #f05010;
  opacity: 1;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}

.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;

  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;

  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

.entry-header,
.entry-footer,
#secondary,
.site-title {
  display: none;
}

.container {
  max-width: 1408px;
  width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

.site-header .container {
  max-width: 1360px;
  padding: 8px;
  border-radius: 1440px;
  background: #1e1e1e;

  display: flex;
  justify-content: space-between;
  align-items: center;
}

.site-header {
  width: 100%;
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  padding-right: 40px;
  padding-left: 40px;
}

.main-navigation .mobile-acc-link {
  display: none;
}

.primary-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 2px 2px 2px 14px;
  border-radius: 1440px;
  background: #f05010;
  border: 1px solid #f05010;
  transition: all 0.3s ease;
}

.primary-btn span {
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 150% */
  letter-spacing: -0.54px;
  transition: all 0.3s ease;
}

.primary-btn .icon-link {
  display: flex;
  background: #fff;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #f05010;
  transition: all 0.3s ease;
}

.primary-btn:hover {
  background: #fff;
}

.primary-btn:hover span {
  color: #f05010;
}

.primary-btn:hover .icon-link {
  transform: rotate(-45deg);
}

.hero {
  padding: 16px;
}

.hero .container {
  border-radius: 16px;
  padding-top: 386px;
  padding-bottom: 60px;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%),
    url("/wp-content/uploads/2026/08/hero-bg.webp") lightgray 50% / cover no-repeat;
}

.hero__content {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 40px;
}

.hero__video {
  width: 204px;
  height: 264px;
  overflow: hidden;
}

.hero__video-element {
  border-radius: 16px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero__main {
  max-width: 660px;
}

.hero__title {
  color: #fff;
  font-size: 60px;
  font-style: normal;
  font-weight: 500;
  line-height: 72px; /* 120% */
  letter-spacing: -1.92px;
  margin-bottom: 24px;
}

.hero__description {
  margin-bottom: 60px;
}

.hero__description p {
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 150% */
  opacity: 0.8;
}

.hero__actions {
  display: flex;
  gap: 16px;
}

.hero__actions .primary-btn {
  height: 48px;
}

.hero__button--secondary {
  display: flex;
  height: 48px;
  padding: 8px 20px 8px 16px;
  align-items: center;

  border-radius: 1440px;
  border: 1px solid #e9e9e9;

  color: #fff;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px; /* 150% */
  letter-spacing: -0.54px;
  transition: all 0.3s ease;
}

.hero__button--secondary:hover {
  background: #fff;
  color: #f05010;
}

.hero__result {
  max-width: 550px;
  padding: 12px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(2.5px);
  display: flex;
  justify-content: space-between;
  gap: 48px;
}

.hero__result-info {
  max-width: 274px;
  padding: 8px;
}

.hero__result-label {
  display: flex;
  padding: 8px 12px;
  align-items: center;
  border-radius: 450px;
  border: 1px solid #fff;

  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px; /* 150% */
  margin-bottom: 16px;
}

.hero__result-number {
  color: #fff;
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: 96px; /* 150% */
}

.hero__result-info p {
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 150% */
}

.site-footer {
  margin: 16px;
}

.site-footer .container {
  border-radius: 16px;
  background: #1e1e1e;
  padding: 44px 24px 24px 24px;
}

.site-footer__grid {
  display: flex;
  justify-content: space-between;
}

.site-footer__brand {
  max-width: 380px;
}

.site-footer__logo {
  display: flex;
  margin-bottom: 40px;
}

.site-footer__description {
  color: #fff;
  font-size: 20.3px;
  font-style: normal;
  font-weight: 400;
  line-height: 30.381px; /* 149.66% */
  margin-bottom: 20px;
}

.footer-subscribe {
  display: flex;
  gap: 16px;
  margin-bottom: 40px;
}

.footer-subscribe__field input {
  display: flex;
  width: 246px;
  padding: 8px 16px;
  flex-direction: column;
  align-items: flex-start;
  height: 47px;
  border-radius: 1440px;
  border: 1px solid rgba(0, 0, 0, 0);
  background: rgba(255, 255, 255, 0.05);

  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  outline: none;
}

.footer-subscribe__field input::placeholder {
  color: #999;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.footer-subscribe__field input:focus {
  border: 1px solid #999;
}

.footer-subscribe__button input {
  height: 47px;
  display: flex;
  padding: 8px 14px;
  align-items: center;
  border-radius: 1440px;
  background: #fff;
  border: 1px solid #fff;
  color: #1e1e1e;
  text-align: center;
  font-size: 18.2px;
  font-style: normal;
  font-weight: 400;
  line-height: 27.343px; /* 150.236% */
  cursor: pointer;
  transition: all 0.3s ease;
}

.footer-subscribe__button input:hover {
  background: #1e1e1e;
  color: #fff;
}

.site-footer__copyright {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 21px; /* 150% */
}

.mobile-copyright {
  display: none;
}

.footer-column-wrapper {
  display: flex;
  min-width: 460px;
  gap: 180px;
}

.site-footer__title {
  color: rgba(255, 255, 255, 0.6);
  font-size: 20.3px;
  font-style: normal;
  font-weight: 400;
  line-height: 30.381px; /* 149.66% */
  margin-bottom: 44px;
}

.site-footer__nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.site-footer__nav ul a {
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 149.66% */
  transition: all 0.3s ease;
}

.site-footer__nav ul a:hover {
  color: #f05010;
}

.site-footer__address {
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 149.66% */
  margin-bottom: 32px;
}

.site-footer__contact {
  max-width: 260px;
}

.site-footer__contact a {
  display: block;
  color: #fff;
  font-size: 20.3px;
  font-style: normal;
  font-weight: 400;
  line-height: 30.381px; /* 149.66% */
  transition: all 0.3s ease;
}

.site-footer__contact a:hover {
  color: #f05010;
}

.footer-phone {
  margin-bottom: 32px;
}

.about-section {
  padding: 60px 0;
}

.about-section .container {
  max-width: 1440px;
  display: flex;
  justify-content: space-between;
  gap: 30px;
}

.about-section__media {
  max-width: 684px;
  min-height: 590px;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
}

.about-section__experience {
  position: absolute;
  left: 20px;
  bottom: 20px;
  border-radius: 16px;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(2.5px);
  padding: 16px;
  min-width: 270px;
}

.about-section__counter {
  color: #fff;
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: 96px; /* 150% */
  margin-bottom: 8px;
}

.about-section__experience-text {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px; /* 150% */
}

.about-section__media {
  position: relative;
  min-height: 590px;
  min-width: 684px;
  overflow: hidden;
  background-color: lightgray;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 14px;
}

.about-section__content {
  max-width: 644px;
  display: flex;
  flex-direction: column;
}

.section-label {
  width: fit-content;
  display: flex;
  gap: 4px;
  padding: 8px 12px;
  align-items: center;
  border-radius: 450px;
  border: 1px solid #1e1e1e;
  margin-bottom: 20px;
}

.section-label span {
  color: #1e1e1e;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px; /* 150% */
}

.section-title {
  color: #1e1e1e;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 48px; /* 120% */
  letter-spacing: -0.8px;
  margin-bottom: 40px;
}

.about-section__description p {
  max-width: 600px;
  margin-bottom: 48px;
}

.about-section__benefits {
  display: flex;
  gap: 16px;
}

.about-section__benefit {
  display: flex;
  padding: 16px;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  flex: 1 0 0;
  border-radius: 16px;
  background: #1e1e1e;
}

.about-section__benefit-icon {
  display: flex;
}

.about-section__benefit-icon img {
  width: 64px;
  height: 64px;
}

.about-section__benefit-text {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px; /* 150% */
}

.featured-products__header {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.featured-products {
  padding: 60px 0;
}

.featured-products__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 48px;
}

.product-card__image {
  display: flex;
  border-radius: 16px;
  overflow: hidden;
}

.product-card__image-link img {
  width: 100%;
  max-height: 400px;
  object-fit: cover;
}

.featured-products .container {
  max-width: 1440px;
}

.product-card__content {
  margin-top: 24px;
}

.product-card__price {
  color: #f05010;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 44px; /* 137.5% */
  margin-bottom: 20px;
}

.product-card__title {
  margin-bottom: 20px;
}

.product-card__title a {
  color: #1e1e1e;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 28.8px; /* 120% */
  letter-spacing: -0.36px;
}

.product-card__description {
  height: 90px;
  align-self: stretch;
  color: #404040;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 150% */
  overflow: hidden;
  margin-bottom: 32px;
}

.product-card__link {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #1e1e1e;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 150% */
  transition: all 0.3s ease;
}

.product-card__link:hover {
  color: #f05010;
}

.featured-products__footer {
  display: flex;
  justify-content: center;
  align-items: center;
}

.featured-products .primary-btn {
  height: 48px;
}

.featured-products__title {
  margin-bottom: 48px;
}

.testimonials-section {
  padding: 60px 16px;
}

.testimonials-section__container {
  display: flex;
  padding: 60px 40px;
  flex-direction: column;
  align-items: flex-start;
  gap: 48px;
  align-self: stretch;

  border-radius: 16px;
  background: #1e1e1e;
  color: #fff;
}

.section-label--light {
  border: 1px solid #fff;
}

.section-label--light span {
  color: #fff;
}

.testimonials-section__title {
  color: #fff;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 48px; /* 120% */
  letter-spacing: -0.8px;
}

.testimonials-section__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.testimonial-card {
  display: flex;
  padding: 20px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  flex: 1 0 0;
  align-self: stretch;
  gap: 25px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.05);
}

blockquote {
  margin: 0;
}

.testimonial-card__quote p {
  color: #fff;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px; /* 150% */
}

.testimonial-card__author {
  display: flex;
  align-items: center;
  gap: 16px;
}

.testimonial-card__author-info {
  display: flex;
  flex-direction: column;
}

.testimonial-card__name {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px; /* 150% */
}

.testimonial-card__position {
  color: rgba(255, 255, 255, 0.8);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 150% */
}

.contact-cta {
  padding: 60px 0;
}

.contact-cta__container {
  display: flex;
  gap: 16px;
  max-width: 1440px;
}

.contact-cta__left {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 596px;
  width: 100%;
}

.contact-cta__stats-panel {
  display: flex;
  padding: 32px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  flex: 1 0 0;
  align-self: stretch;
  border-radius: 16px;
  background: #d8c8b9;
  gap: 90px;
}

.contact-cta__badges {
  display: flex;
  gap: 8px;
}

.contact-cta__badge {
  display: flex;
  height: 40px;
  padding: 8px 12px;
  align-items: center;
  gap: 8px;
  border-radius: 1440px;
  background: #fff;
}

.contact-cta__badge img {
  width: 20px;
}

.contact-cta__badge span {
  color: #1e1e1e;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}

.contact-cta__statistics {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}

.contact-cta__statistic {
  display: flex;
  flex-direction: column;
  width: 33%;
}

.contact-cta__statistic-number {
  color: #1e1e1e;
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 72px; /* 150% */
}

.contact-cta__statistic-text {
  color: #1e1e1e;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 155.556% */
}

.contact-cta__action {
  display: flex;
  padding: 32px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  align-self: stretch;
  border-radius: 16px;
  background: #f05010;
  position: relative;
  flex: 1 1 0;
}

.contact-cta__action::before {
  content: url("/wp-content/uploads/2026/08/Group.svg");
  position: absolute;
  right: 0;
  bottom: -6px;
}

.contact-cta__title {
  color: #fff;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 48px; /* 120% */
  letter-spacing: -0.8px;
  margin-bottom: 68px;
  max-width: 80%;
}

.contact-cta__buttons {
  display: flex;
  gap: 16px;
  margin-bottom: 16px;
  position: relative;
  z-index: 5;
}

.secondary-btn {
  height: 48px;
  display: flex;
  padding: 8px 20px 8px 16px;
  align-items: center;
  align-self: stretch;
  border-radius: 1440px;
  border: 1px solid #e9e9e9;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px; /* 150% */
  letter-spacing: -0.54px;
  transition: all 0.3s ease;
}

.secondary-btn:hover {
  color: #f05010;
  background: #fff;
}

.contact-cta .primary-btn {
  color: #1e1e1e;
  padding: 4px 4px 4px 14px;
  height: 48px;
  background: #fff;
  border: 1px solid #fff;
}

.contact-cta .primary-btn span {
  color: #1e1e1e;
}

.contact-cta .primary-btn .icon-link {
  background: #000;
  color: #fff;
  border: none;
}

.contact-cta .primary-btn:hover {
  background: #f05010;
}

.contact-cta .primary-btn:hover span {
  color: #fff;
}

.contact-cta__description {
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 150% */
}

.contact-cta__video-panel {
  position: relative;
  width: 100%;
  max-width: 780px;
  height: 660px;
  max-height: 660px;
  overflow: hidden;
  border-radius: 24px;
  background: #171717;
  isolation: isolate;
  padding: 32px 40px 48px 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.contact-cta__video {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.contact-cta__video-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0) 41.65%, rgba(0, 0, 0, 0.74) 100%);
}

.contact-cta__label,
.contact-cta__video-footer {
  z-index: 2;
}

.contact-cta__label {
  position: relative;
  z-index: 5;
}

.contact-cta__video-footer {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.contact-cta__video-title {
  color: #fff;
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: 96px; /* 150% */
}

.contact-cta__video-subtitle {
  color: #fff;
  font-family: Manrope;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 150% */
}

.contact-cta__social-proof img {
  width: 343px;
  height: 56px;
}

.woocommerce-breadcrumb {
  display: none;
}

.page-hero {
  padding: 16px;
}

.page-hero__container {
  height: 568px;
  padding: 24px 60px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background:
    linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.7) 100%),
    url("/wp-content/uploads/2026/08/page-hero-bg.webp") lightgray center / cover no-repeat;
  border-radius: 16px;
}

.page-hero__title {
  color: #fff;
  font-size: 60px;
  font-style: normal;
  font-weight: 500;
  line-height: 72px; /* 120% */
  letter-spacing: -1.92px;
  margin-bottom: 24px;
  width: 50%;
}

.page-hero__description p {
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 150% */
  opacity: 0.8;
  width: 50%;
}

.woocommerce-result-count,
.woocommerce-ordering {
  display: none;
}

.shop-page__products {
  padding: 60px 0 20px 0;
}

.products.columns-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px 24px;
  margin-bottom: 0 !important;
}

.shop-page .products.columns-3::before {
  content: none;
}

.products.columns-3 .product-card {
  margin: 0 !important;
}

.woocommerce ul.products.columns-3 li.product,
.woocommerce-page ul.products.columns-3 li.product {
  width: 100%;
}

.product-card__image {
  display: flex;
  flex-direction: column;
  margin-bottom: 24px;
}

.product-card__image img {
  border-radius: 16px;
  height: 420px !important;
  object-fit: cover;
}

.product-card__meta {
  display: none;
}

.shop-page__products .container {
  max-width: 1440px;
}

.about-page .page-hero__description p {
  width: 60%;
}

.about-page .contact-cta__title {
  max-width: 90%;
}

.about-page .contact-cta__buttons {
  margin-top: auto;
}

.contact-cta__action {
  overflow: hidden;
}

.about-page .contact-cta__action::before {
  content: url("/wp-content/uploads/2026/08/contacts-bg-xl.svg");
  position: absolute;
  right: -380px;
  left: auto;
  bottom: auto;
  top: -90px;
}

.author-section {
  padding: 60px 0;
}

.author-section__container {
  max-width: 1440px;
  display: flex;
  justify-content: space-between;
  gap: 30px;
}

.author-section__media {
  max-width: 684px;
  height: 735px;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
}

.author-section__media img {
  height: 100%;
  object-fit: cover;
  object-position: 14%;
}

.author-section__experience {
  position: absolute;
  left: 20px;
  bottom: 20px;
  padding: 16px;
  width: 270px;
  border-radius: 16px;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(2.5px);
}

.author-section__counter {
  color: #fff;
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: 96px; /* 150% */
  margin-bottom: 8px;
}

.author-section__experience-text {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px; /* 150% */
}

.author-section__title,
.track-record__title {
  color: #1e1e1e;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 48px; /* 120% */
  letter-spacing: -0.8px;
  margin-bottom: 40px;
}

.author-section__subtitle {
  color: #1e1e1e;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 28.8px; /* 120% */
  letter-spacing: -0.36px;
  margin-bottom: 12px;
}

.author-section__text {
  color: #404040;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 155.556% */
}

.author-section__content {
  max-width: 684px;
  padding: 0 40px;
}

.author-section__text-content {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.track-record__header {
  margin-bottom: 24px;
}

.track-record__title {
  margin-bottom: 0;
}

.track-record__container {
  max-width: 1440px;
}

.track-record__content {
  display: flex;
  gap: 24px;
}

.track-record__main {
  padding: 40px 32px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 32px;
  background: #d8c8b9;

  max-width: 900px;
  min-height: 426px;
  width: 100%;
}

.track-record__badges {
  display: flex;
  gap: 8px;
}

.track-record__badge {
  display: flex;
  height: 40px;
  padding: 8px 12px;
  align-items: center;
  gap: 8px;
  border-radius: 1440px;
  background: #fff;
}

.track-record__badge span {
  color: #1e1e1e;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}

.track-record__badge img {
  width: 20px;
}

.track-record__statistics {
  display: flex;
  gap: 40px;
}

.track-record__statistic-value {
  color: #1e1e1e;
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 72px; /* 150% */
}

.track-record__statistic-text {
  color: #1e1e1e;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 155.556% */
}

.section-statistic__title {
  color: #404040;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 44px; /* 122.222% */
}

.track-record__cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px 16px;
}

.track-record__card {
  display: flex;
  padding: 16px;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  flex: 1 0 0;
  border-radius: 16px;
  background: #1e1e1e;
  color: #fff;
  max-width: 220px;
}

.track-record__card-icon img {
  width: 64px;
}

.track-record__card-text {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px; /* 150% */
}

.contact-section {
  padding: 60px 0;
}

.contact-section__container {
  max-width: 1440px;
  display: flex;
  justify-content: space-between;
  gap: 24px;
}

.contact-section__form,
.contact-section__information {
  width: 50%;
}

.contact-section__form {
  padding: 40px 40px 10px 40px;
  align-items: flex-start;
  flex: 1 0 0;
  align-self: stretch;

  border-radius: 16px;
  background: #d8c8b9;
}

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

.contact-form .contact-form__row {
  display: flex;
  gap: 12px;
  margin-bottom: 20px;
}

.contact-form input {
  width: 100%;
}
.contact-form br {
  display: none;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form textarea {
  display: flex;
  min-height: 52px;
  padding: 12px 16px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  align-self: stretch;

  border-radius: 999px;
  border: 1px solid #fff;
  background: #f0ebe7;
  outline: none;

  color: #404040;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 155.556% */
}

.contact-form__label {
  color: #1e1e1e;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
  display: block;
  margin-bottom: 4px;
}

.contact-form textarea {
  border-radius: 20px;
  max-height: 122px;
  margin-bottom: 20px;
}

.contact-form input[type="submit"] {
  display: flex;
  height: 48px;
  padding: 4px 16px;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  border-radius: 1440px;
  background: #f05010;
  border: 1px solid #f05010;

  color: #fff;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px; /* 150% */
  letter-spacing: -0.54px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.contact-form input[type="submit"]:hover {
  background: #fff;
  color: #f05010;
}

.contact-form__submit p {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.contact-section__information {
  display: flex;
  padding: 32px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  flex: 1 0 0;
  align-self: stretch;

  border-radius: 16px;
  background: #1e1e1e;
  gap: 24px;
}

.contact-info-card {
  display: flex;
  padding: 20px;
  flex-direction: column;
  gap: 40px;
  justify-content: space-between;
  align-items: flex-start;
  flex: 1 0 0;
  align-self: stretch;

  border-radius: 16px;
  background: rgba(255, 255, 255, 0.05);
}

.contact-info-card img {
  width: 64px;
}

.contact-info-card__label {
  color: rgba(255, 255, 255, 0.6);
  font-size: 20.3px;
  font-style: normal;
  font-weight: 400;
  line-height: 30.381px; /* 149.66% */
  margin-bottom: 4px;
}

.contact-info-card__value {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px; /* 150% */
}

.contact-info-card a {
  transition: all 0.3s ease;
}

.contact-info-card a:hover {
  color: #f05010;
}

.article-wrapper {
  width: 100%;
  display: flex;
  gap: 24px;
}

.policy-page__grid {
  display: flex;
  gap: 80px;
}

.policy-page__body {
  padding: 60px 0 20px 0;
}

.policy-page__body .container {
  max-width: 1312px;
}

.policy-page__sidebar {
  min-width: 354px;
  padding: 25px;
  border-radius: 20px;
  border: 1px solid #fff;
  background: #f5f5f7;
  height: fit-content;
  position: sticky;
  top: 40px;
}

.policy-page__sidebar ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 0;
}

.policy-page__sidebar ul a {
  color: #1e1e1e;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px; /* 155.556% */
  letter-spacing: -0.64px;
  transition: all 0.3s ease;
}

.policy-page__sidebar ul a:hover {
  opacity: 0.5;
}

.policy-page__content h2 {
  color: #1e1e1e;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 28.8px; /* 120% */
  letter-spacing: -0.36px;
  margin-bottom: 12px;
}

.policy-page__content p {
  color: #404040;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  margin-bottom: 48px;
}

.policy-page__content h2,
.policy-page__content h3 {
  scroll-margin-top: 40px;
}

.single-product__grid {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.product-template-default .single-product {
  padding: 120px 0 30px 0;
}

article.single-product .container {
  max-width: 1440px;
}

.single-product .site-header,
.woocommerce-cart .site-header,
.woocommerce-checkout .site-header,
.woocommerce-account .site-header {
  top: 12px;
}

.single-product .single-product__image {
  max-width: 684px;
  max-height: 684px;
  border-radius: 16px;
  display: flex;
}

.single-product .single-product__image img {
  border-radius: 16px;
  object-fit: cover;
}

.single-product .single-product__wrapper {
  max-width: 684px;
  padding: 0 40px;
}

.single-product__breadcrumbs {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
}

.single-product__breadcrumbs a {
  color: #404040;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 171.429% */
}

.single-product__breadcrumb-current {
  font-weight: 600;
}

.arrow-span {
  display: flex;
  width: 16px;
  height: 16px;
}

.single-product__title {
  color: #1e1e1e;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 48px; /* 120% */
  letter-spacing: -0.8px;
  margin-bottom: 16px;
}

.single-product__price {
  margin-bottom: 40px;
}

.woocommerce-Price-amount {
  color: #f05010;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 52px; /* 130% */
}

.single-product__cart {
  display: flex;
  gap: 24px;
  margin-bottom: 40px;
}

.quantity-control {
  display: flex;
  align-items: center;
  gap: 8px;
}

.quantity-control .quantity-control__button {
  display: flex;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1/1;
  border-radius: 35px;
  background: #f5f3f0;
  border: none;
  cursor: pointer;
}

.quantity-control__input {
  display: flex;
  width: 100px;
  height: 40px;
  padding: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;

  border-radius: 12px;
  border: 1px solid #f5f3f0;
  background: #fff;
}

.woocommerce-Address-title {
  margin-bottom: 20px;
}

.woocommerce-Address-title h2 {
  margin-bottom: 20px;
}

.single-product__add-to-cart,
.woocommerce-message .button.wc-forward,
.wc-block-cart__submit-container a,
.wc-block-components-checkout-place-order-button,
.woocommerce .woocommerce-form-login__submit,
.woocommerce .woocommerce-form-register__submit,
.woocommerce-MyAccount-content .button,
.woocommerce-Address-title .edit {
  display: flex !important;
  height: 48px !important;
  padding: 4px 16px !important;
  align-items: center;
  justify-content: center !important;
  border-radius: 1440px !important;
  background: #f05010 !important;
  border: 1px solid #f05010 !important;

  color: #fff !important;
  text-align: center !important;
  font-size: 18px !important;
  font-style: normal;
  font-weight: 400 !important;
  line-height: 27px !important; /* 150% */
  letter-spacing: -0.54px !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
}

.single-product__add-to-cart:hover,
.woocommerce-message .button.wc-forward:hover,
.wc-block-cart__submit-container a:hover,
.wc-block-components-checkout-place-order-button:hover,
.woocommerce .woocommerce-form-login__submit:hover,
.woocommerce .woocommerce-form-register__submit:hover,
.woocommerce-MyAccount-content .button:hover,
.woocommerce-Address-title .edit:hover {
  color: #f05010 !important;
  background: #fff !important;
}

.woocommerce-Address-title .edit {
  float: left !important;
}

.woocommerce .woocommerce-form-login__submit,
.woocommerce .woocommerce-form-register__submit {
  width: 120px;
}

.woocommerce-MyAccount-content .woocommerce-Button {
  margin-top: 20px !important;
}

.single-product__description p {
  margin-bottom: 32px;
}

.single-product__description h2 {
  color: #1e1e1e;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 28.8px; /* 120% */
  letter-spacing: -0.36px;
  margin-bottom: 12px;
}

.single-product__description ul {
  padding-left: 22px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 32px;
}

.related-products-section {
  padding: 60px 0;
}

.related-products-section__container {
  max-width: 1440px;
}

.related-products-section__title {
  color: #1e1e1e;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 48px; /* 120% */
  letter-spacing: -0.8px;
  text-align: center;
  margin-bottom: 48px;
}

.related-products-section__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.related-product-card__image {
  display: flex;
}

.related-product-card__image img {
  border-radius: 16px;
}

.related-product-card__content {
  padding-top: 24px;
  padding-right: 24px;
}

.related-product-card__price {
  margin-bottom: 20px;
}

.related-product-card .woocommerce-Price-amount {
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 44px; /* 137.5% */
}

.related-product-card__title {
  margin-bottom: 20px;
}

.related-product-card__title a {
  color: #1e1e1e;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 28.8px; /* 120% */
  letter-spacing: -0.36px;
}

.related-product-card__description {
  color: #404040;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 150% */
  margin-bottom: 32px;
  height: 90px;
  overflow: hidden;
}

.related-product-card__link {
  color: #1e1e1e;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 150% */
  display: flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
}

.related-product-card__link:hover {
  color: #f05010;
}

.woocommerce-message {
  border-top-color: #f05010;
  outline: none;
}

.woocommerce-cart .site-main article,
.woocommerce-account .site-main article,
.woocommerce-checkout .site-main article {
  padding: 120px 0;
}

.woocommerce-cart .site-main,
.woocommerce-checkout .site-main,
.woocommerce-account .site-main {
  max-width: 1060px;
  margin: 0 auto;
  padding: 0 16px;
  min-height: calc(100vh - 360px);
}

.wc-block-components-product-name {
  color: #404040;
  font-size: 20px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 30px !important; /* 150% */
}

.woocommerce-LostPassword a {
  color: #404040;
}

.woocommerce-MyAccount-navigation {
  padding: 25px;
  border-radius: 20px;
  border: 1px solid #fff;
  background: #f5f5f7;
}

.woocommerce-MyAccount-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.woocommerce-MyAccount-navigation ul a {
  color: #404040;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: -0.64px;
  transition: all 0.3s ease;
}

.woocommerce-MyAccount-navigation ul .is-active a,
.woocommerce-MyAccount-navigation ul a:hover {
  opacity: 0.5;
}

.woocommerce-form-register p {
  font-size: 16px;
  line-height: 24px;
}

.woocommerce-Addresses {
  margin-top: 20px;
}

.woocommerce-info {
  border-top-color: #f05010;
}

.woocommerce-info::before {
  color: #f05010;
}

.woocommerce-MyAccount-content a,
.woocommerce-privacy-policy-link {
  color: rgba(0, 0, 0, 0.4);
}

.woocommerce-privacy-policy-link {
  text-decoration: underline;
}

.error404 .site-header {
  top: 12px;
}

.error404 .error-404 {
  padding: 120px 16px;
  min-height: calc(100vh - 390px);
}

.error404 .site-main {
  max-width: 1200px;
  margin: 0 auto;
}

.error404 .site-main .page-content {
  display: none;
}

.breadcrumbs-mobile {
  display: none;
}

.form-wrapper__mobile {
  display: none;
}

@media (max-width: 1244px) {
  .site-footer__grid {
    gap: 40px;
  }
  .footer-column-wrapper {
    min-width: auto;
    gap: 40px;
    justify-content: space-between;
  }
}

@media (max-width: 1099px) {
  .about-section .container {
    flex-direction: column-reverse;
    gap: 30px;
  }

  .about-section__media {
    max-width: none;
  }

  .testimonials-section__grid {
    grid-template-columns: 1fr;
  }
  .contact-cta__container {
    flex-direction: column;
  }

  .contact-cta__left {
    max-width: none;
  }

  .contact-cta__action {
    height: 100%;
    flex: none;
  }

  .contact-cta__video-panel {
    max-width: none;
  }

  .site-footer__grid {
    flex-direction: column;
  }

  .page-hero__title,
  .page-hero__description p,
  .about-page .page-hero__description p {
    width: 90%;
  }

  .author-section__container {
    flex-direction: column-reverse;
  }

  .author-section__media {
    max-width: none;
  }

  .author-section__content {
    max-width: none;
    padding: 0;
  }

  .track-record__content {
    flex-direction: column;
  }

  .track-record__card {
    max-width: none;
  }

  .track-record__main {
    max-width: none;
  }

  .contact-section__container {
    flex-direction: column;
  }

  .contact-section__form,
  .contact-section__information {
    width: 100%;
  }

  .article-wrapper {
    flex-direction: column;
  }

  .single-product__grid {
    flex-direction: column;
  }

  .single-product .single-product__image {
    max-width: none;
  }

  .single-product .single-product__wrapper {
    max-width: none;
    padding: 0 40px;
  }

  .breadcrumbs-mobile {
    display: flex;
  }

  .breadcrumbs-desktop {
    display: none;
  }

  .single-product .single-product__image {
    flex-direction: column;
    gap: 20px;
    max-height: none;
  }

  .desk-copyright {
    display: none;
  }

  .form-wrapper__desktop {
    display: none;
  }

  .mobile-copyright {
    display: block;
  }

  .footer-subscribe {
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
  }

  .footer-subscribe__button input {
    width: 246px;
  }

  .about-section__media {
    min-width: auto;
  }
}

@media (max-width: 829px) {
  .desktop-acc-link {
    display: none;
  }

  .menu-toggle {
    border: none;
    background: inherit;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    position: absolute;
    z-index: 99999;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
  }

  .menu-toggle span {
    width: 20px;
    height: 2px;
    background: #fff;
    border-radius: 4px;
    transition: all 0.2s ease;
  }

  .toggled .menu-toggle span:first-child {
    transform: rotate(45deg);
    margin-bottom: -2px;
  }

  .toggled .menu-toggle span:nth-child(2) {
    display: none;
  }

  .toggled .menu-toggle span:nth-child(3) {
    transform: rotate(-45deg);
    margin-top: -4px;
  }

  body.menu-is-open {
    overflow: hidden;
  }
}

.toggled .menu-menu-1-container {
  position: absolute;
  left: 0;
  top: 0px;
  width: 100%;
  background: #1e1e1e;
  height: 100vh;
  padding: 100px 16px 0 16px;
  z-index: 99;
}

.main-navigation.toggled ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.menu-item-account {
  margin-top: 12px;
}

.main-navigation .menu-item-account a {
  opacity: 1;
}

.mobile-video-section {
  display: none;
}

.track-record {
  padding: 60px 0;
}

@media (max-width: 768px) {
  .site-branding {
    position: relative;
    z-index: 999;
  }

  .mobile-video-section {
    display: flex;
    margin: 40px 0;
  }

  .mobile-video-section .hero__result {
    display: flex;
    padding: 12px;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;

    border-radius: 16px;
    background: #1e1e1e;
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(2.5px);
  }

  .mobile-video-section .hero__result-info {
    max-width: none;
    padding: 0;
  }

  .mobile-video-section .result-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 4px;
  }

  .hero__result-number {
    font-size: 44px;
    line-height: 44px;
  }

  .hero__result-label {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 0;
  }

  .hero__result-info p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
  }

  .hero__video {
    width: 100%;
    height: 264px;
    overflow: hidden;
  }

  .hero__video-element {
    border-radius: 12px;
  }

  .main-navigation .mobile-acc-link {
    display: flex;
    width: fit-content;
  }

  .hero .hero__result {
    display: none;
  }

  .hero {
    padding: 0;
  }

  .site-header {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    transform: translateX(0);
    padding-right: 0;
    padding-left: 0;
    z-index: 99;
  }

  .site-header .container {
    border-radius: 0;
    padding: 15px;
  }

  .hero .container {
    border-radius: 0;
    padding-top: 276px;
    padding-bottom: 20px;
    background:
      linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%),
      url(/wp-content/uploads/2026/08/hero-bg.webp) lightgray 50% / cover no-repeat;
  }

  .hero__title {
    color: #fff;
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: 44px; /* 122.222% */
    letter-spacing: -1.92px;
  }

  .hero__description {
    margin-bottom: 40px;
  }

  .hero__description p {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
  }

  .about-section {
    padding: 40px 0;
  }

  .section-label span {
    font-size: 16px;
    line-height: 24px;
  }

  .section-title {
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 40px; /* 125% */
    letter-spacing: -0.8px;
    margin-bottom: 20px;
  }

  p {
    font-size: 16px;
    line-height: 24px;
  }

  .about-section__description p {
    margin-bottom: 20px;
  }

  .about-section__benefits {
    flex-direction: column;
  }

  .about-section__benefit {
    padding: 12px;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    flex: 1 0 0;
  }

  .about-section__benefit-icon img {
    max-width: none;
  }

  .about-section__benefit-text {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
  }

  .about-section__media {
    min-height: 340px;
  }

  .about-section__experience {
    left: 16px;
    bottom: 16px;
    min-width: auto;
    width: 91%;
  }

  .about-section__counter {
    font-size: 40px;
    line-height: 40px;
  }

  .about-section__experience-text {
    font-size: 16px;
    line-height: 24px;
  }

  .featured-products__header {
    align-items: flex-start;
  }

  .featured-products__title {
    margin-bottom: 30px;
  }

  .featured-products__grid {
    grid-template-columns: 1fr;
  }

  .product-card__image img {
    height: 380px !important;
  }

  .product-card__price {
    margin-bottom: 12px;
  }

  .product-card__title {
    margin-bottom: 12px;
  }

  .product-card__description {
    height: 72px;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 28px;
  }

  .featured-products__grid {
    margin-bottom: 30px;
  }

  .featured-products__footer {
    justify-content: flex-start;
  }

  .featured-products {
    padding: 40px 0;
  }

  .testimonials-section {
    padding: 40px 16px;
  }

  .testimonials-section__container {
    padding: 16px;
    gap: 20px;
  }

  .testimonials-section__title {
    font-size: 32px;
    line-height: 40px;
  }

  .testimonials-section__grid {
    gap: 8px;
  }

  .testimonial-card {
    padding: 16px;
  }

  .testimonial-card__quote p {
    font-size: 16px;
    line-height: 24px;
  }

  .testimonial-card__name {
    font-size: 16px;
    line-height: 24px;
  }

  .contact-cta__stats-panel,
  .track-record__main {
    padding: 12px;
    gap: 12px;
  }

  .contact-cta__badges,
  .track-record__badges {
    flex-wrap: wrap;
    gap: 4px;
  }

  .contact-cta__badge,
  .track-record__badge {
    height: 30px;
    padding: 4px 8px;
  }

  .contact-cta__badge span,
  .track-record__badge span {
    font-size: 14px;
    line-height: 20px;
  }

  .contact-cta__statistics,
  .track-record__statistics {
    gap: 8px;
  }

  .contact-cta__statistic-number,
  .track-record__statistic-value {
    font-size: 36px;
    line-height: 44px;
  }

  .contact-cta__statistic-text,
  .track-record__statistic-text {
    font-size: 12px;
    line-height: 16px;
  }

  .contact-cta__statistic,
  .track-record__statistic {
    width: 30%;
  }

  .contact-cta__left {
    gap: 8px;
  }

  .contact-cta__action::before {
    content: none;
  }

  .contact-cta__action {
    padding: 12px;
  }

  .contact-cta__title {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 20px;
    max-width: 100%;
  }

  .contact-cta__description {
    font-size: 14px;
    line-height: 20px;
  }

  .contact-cta__video-panel {
    height: 300px;
    border-radius: 16px;
    padding: 12px;
  }

  .contact-cta__video-title {
    font-size: 36px;
    line-height: 44px;
  }

  .contact-cta__video-footer {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  .contact-cta__video-subtitle {
    font-size: 16px;
    line-height: 24px;
  }

  .contact-cta {
    padding: 40px 0;
  }

  .site-footer .container {
    padding: 16px;
  }

  .site-footer__logo {
    margin-bottom: 0;
  }

  .site-footer__logo img {
    width: 140px;
  }

  .site-footer__title {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 16px;
  }

  .site-footer__nav ul {
    gap: 16px;
  }

  .site-footer__nav ul a {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
  }

  .site-footer__address {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 16px;
  }

  .site-footer__contact a {
    font-size: 16px;
    line-height: 24px;
  }

  .footer-phone {
    margin-bottom: 16px;
  }

  .site-footer__description {
    font-size: 16px;
    line-height: 24px;
  }

  .footer-subscribe__field input,
  .footer-subscribe__button input {
    width: 100%;
  }

  .footer-subscribe__button p {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
  }

  .footer-subscribe__button p .wpcf7-spinner {
    position: absolute;
    left: 45%;
    transform: translateX(-50%);
    bottom: -24px;
  }

  .mobile-copyright {
    opacity: 0.8;
  }

  .page-hero {
    padding: 0;
  }

  .page-hero__container {
    height: 360px;
    padding: 20px 16px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background:
      linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.7) 100%),
      url(/wp-content/uploads/2026/08/page-hero-bg.webp) lightgray center / cover no-repeat;
    border-radius: 0;
  }

  .page-hero__title {
    font-size: 36px;
    line-height: 44px;
  }

  .page-hero__description p {
    font-size: 16px;
    line-height: 24px;
  }

  .shop-page__products {
    padding: 40px 0 10px 0;
  }

  .products.columns-3 {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-bottom: 0 !important;
  }

  .woocommerce-Price-amount {
    font-size: 32px;
    line-height: 44px;
  }

  .product-card__image {
    margin-bottom: 0;
  }

  .woocommerce ul.products li.product a img {
    margin-bottom: 8px !important;
  }

  .post-type-archive-product .product-card__description {
    height: auto;
    margin-bottom: 20px;
  }

  .page-hero__title,
  .page-hero__description p,
  .about-page .page-hero__description p {
    width: 100%;
  }

  .author-section {
    padding: 40px 0;
  }

  .author-section__title,
  .track-record__title {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 20px;
  }

  .author-section__text {
    font-size: 16px;
    line-height: 24px;
  }

  .author-section__text-content {
    gap: 20px;
  }

  .author-section__media {
    height: 340px;
  }

  .author-section__experience {
    left: 16px;
    bottom: 16px;
    padding: 16px;
    width: 92%;
  }

  .author-section__counter {
    font-size: 40px;
    line-height: 40px;
  }

  .author-section__experience-text {
    font-size: 16px;
    line-height: 24px;
  }

  .track-record {
    padding: 40px 0;
  }

  .section-statistic__title {
    font-size: 18px;
    line-height: 26px;
  }

  .track-record__main {
    min-height: auto;
  }

  .track-record__cards {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .track-record__card {
    display: flex;
    padding: 12px;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    max-width: none;
  }

  .track-record__card-icon img {
    max-width: none;
  }

  .track-record__card-text {
    font-size: 16px;
    line-height: 24px;
  }

  .about-page .contact-cta__action::before {
    content: none;
  }

  .contact-section {
    padding: 40px 0;
  }

  .contact-section__form {
    padding: 16px 16px 2px 16px;
  }

  .contact-form .contact-form__row {
    flex-direction: column;
    gap: 20px;
  }

  .contact-section__information {
    padding: 16px;
  }

  .contact-info-card {
    padding: 12px;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
  }

  .contact-info-card img {
    max-width: none;
  }

  .contact-info-card__label,
  .contact-info-card__value {
    font-size: 16px;
    line-height: 24px;
  }

  .single-product .site-header,
  .woocommerce-cart .site-header,
  .woocommerce-checkout .site-header,
  .woocommerce-account .site-header {
    top: 0;
  }

  .product-template-default .single-product {
    padding: 20px 0 30px 0;
  }

  .single-product__breadcrumbs {
    gap: 4px;
    margin-bottom: 0;
  }

  .single-product .single-product__wrapper {
    padding: 0;
  }

  .single-product__title {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 16px;
  }

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

  .related-products-section {
    padding: 40px 0;
  }

  .related-products-section__title {
    font-size: 32px;
    line-height: 40px;
    text-align: left;
    margin-bottom: 30px;
  }

  .related-products-section__grid {
    grid-template-columns: 1fr;
  }

  .related-product-card__content {
    padding-top: 8px;
    padding-right: 0;
  }

  .related-product-card__price,
  .related-product-card__title {
    margin-bottom: 12px;
  }

  .related-product-card__description {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
    height: auto;
  }

  .policy-page__body {
    padding: 40px 0 20px 0;
  }

  .policy-page__grid {
    flex-direction: column-reverse;
    gap: 20px;
  }

  .policy-page__sidebar ul a {
    font-size: 16px;
    line-height: 24px;
  }

  .policy-page__sidebar {
    min-width: auto;
    padding: 16px;
    position: relative;
    top: 0;
  }

  .policy-page__content h2 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 8px;
  }

  .policy-page__content p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px;
  }

  .woocommerce-cart .site-main article,
  .woocommerce-account .site-main article,
  .woocommerce-checkout .site-main article {
    padding: 40px 0;
  }

  .woocommerce-MyAccount-navigation {
    margin-bottom: 40px;
  }

  .woocommerce-error .button,
  .woocommerce-info .button,
  .woocommerce-message .button {
    float: none !important;
    margin-bottom: 20px !important;
  }
}

.site-header .site-description {
  display: none;
}
