/* Base Styles */
:root {
    --primary-background: #07090C;
    --secondary-background: #1a1e23;
    --accent-cyan: #4FF7FF;
    --accent-cyan-dark: #00BFFF; /* A slightly darker cyan for contrast */
    --text-light: #E0E0E0;
    --text-medium: #A0A0A0;
    --text-dark: #707070;
    --border-dark: #2a2e33;
    --button-secondary-bg: #22262B;
    --gradient-line: linear-gradient(to right, transparent, var(--accent-cyan), transparent);
    --gradient-line-vertical: linear-gradient(to bottom, transparent, var(--accent-cyan), transparent);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body.zarnutovikElasticMotionAura {
    font-family: 'Montserrat', sans-serif;
    background-color: var(--primary-background);
    color: var(--text-light);
    line-height: 1.6;
    font-size: 16px;
    overflow-x: hidden; /* Prevent horizontal scroll */
}

a {
    color: var(--accent-cyan);
    text-decoration: none;
    transition: color 0.3s ease, text-shadow 0.3s ease;
}

a:hover {
    color: var(--text-light);
    text-shadow: 0 0 8px var(--accent-cyan);
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Lato', sans-serif;
    color: var(--text-light);
    margin-bottom: 0.8em;
    line-height: 1.2;
}

h1 { font-size: 2.8em; }
h2 { font-size: 2.2em; }
h3 { font-size: 1.8em; }

p {
    margin-bottom: 1em;
}

ul, ol {
    margin-bottom: 1em;
    padding-left: 1.5em;
}

li {
    margin-bottom: 0.5em;
}

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

/* Utility / Container Styles */
.headerContainerzarnutovik,
.heroContentWrapperswertyuhgfd,
.audienceContentContainerqwertyuioasdf,
.packagesContainerlkhgfdsqwerty,
.benefitsContentContainermnbvcxzasd,
.reviewsContainerzxcvbnmkiuyh,
.faqContainerzxcvbnmlkjh,
.contactFormContainerqwertyuioplkjh,
.additionalSectionContainerRythmasdfghj,
.additionalSectionContainerHabitlkjhgf,
.additionalSectionContainerWorkplacemnbvcx,
.footerContainerqwertyuiopas {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    position: relative;
}

/* Header */
.headerMainzarnutovik {
    background-color: var(--primary-background);
    padding: 15px 0;
    border-bottom: 2px solid transparent;
    border-image: var(--gradient-line) 1;
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

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

.logoTextzarnutovik {
    font-family: 'Lato', sans-serif;
    font-size: 2.2em;
    font-weight: 700;
    color: var(--accent-cyan);
    text-shadow: 0 0 10px var(--accent-cyan);
    text-transform: uppercase;
    letter-spacing: 2px;
}

.navToggleInputzarnutovik {
    display: none;
}

.burgerMenuzarnutovik {
    display: none; /* Hidden by default, shown on mobile */
    flex-direction: column;
    cursor: pointer;
    z-index: 1001;
}

.burgerLinezarnutovik {
    width: 30px;
    height: 3px;
    background-color: var(--accent-cyan);
    margin: 4px 0;
    transition: all 0.3s ease;
}

.mainNavzarnutovik .navListzarnutovik {
    list-style: none;
    display: flex;
    gap: 25px;
}

.navLinkzarnutovik {
    font-size: 1.1em;
    font-weight: 600;
    color: var(--text-light);
    padding: 5px 0;
    position: relative;
}

.navLinkzarnutovik::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 0;
    height: 2px;
    background-color: var(--accent-cyan);
    transition: width 0.3s ease;
}

.navLinkzarnutovik:hover::after {
    width: 100%;
}

/* Hero Section */
.heroSectionMainkpmjuyhbgs {
    padding: 80px 0;
    background-color: var(--primary-background);
    text-align: center;
}

.heroContentWrapperswertyuhgfd {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 40px;
    text-align: left;
}

.heroImageGallerylkmjnwbhgfds {
    flex: 1;
    min-width: 300px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
}

.heroMainImageContainerjuytrewqasd,
.heroSmallGalleryContainerzxcvbnmlkjh {
    border: 1px solid var(--border-dark);
    padding: 10px;
    background-color: var(--secondary-background);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
}

.heroMainImageContainerjuytrewqasd {
    width: 100%;
    max-width: 600px;
}

.mainHeroImageplokmnbvcxz {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.heroSmallGalleryContainerzxcvbnmlkjh {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 15px;
    width: 100%;
    max-width: 600px;
}

.smallGalleryImageasdfghjklmnb,
.smallGalleryImageqwertyuiopas,
.smallGalleryImagezxcvbnmlqwe {
    width: 100%;
    height: 150px;
    object-fit: cover;
    border: 1px solid var(--accent-cyan);
    padding: 5px;
    box-shadow: 0 0 8px var(--accent-cyan);
}

.heroTextContentmnbvcxzasdfg {
    flex: 2;
    min-width: 300px;
}

.heroTitlezxcasdqwefgh {
    color: var(--accent-cyan);
    text-shadow: 0 0 12px var(--accent-cyan);
    margin-bottom: 20px;
    font-size: 3.2em;
}

.heroSubtitleqwertyuioplkj {
    font-size: 1.4em;
    color: var(--text-light);
    margin-bottom: 25px;
    font-weight: 400;
}

.heroDescriptiononefghjklpoiuy,
.heroDescriptiontwohgfdsaqwerty {
    font-size: 1.1em;
    color: var(--text-medium);
    margin-bottom: 1.5em;
}

.ctaButtonHerozxcvbnmjklqw {
    display: inline-block;
    background-color: var(--accent-cyan);
    color: var(--primary-background);
    padding: 15px 35px;
    border-radius: 5px;
    font-size: 1.2em;
    font-weight: 700;
    text-transform: uppercase;
    transition: background-color 0.3s ease, box-shadow 0.3s ease, color 0.3s ease;
    box-shadow: 0 0 15px rgba(79, 247, 255, 0.4);
    border: none;
    cursor: pointer;
}

.ctaButtonHerozxcvbnmjklqw:hover {
    background-color: var(--text-light);
    color: var(--primary-background);
    box-shadow: 0 0 25px var(--accent-cyan), 0 0 40px rgba(79, 247, 255, 0.6);
}

/* Audience Section */
.audienceSectionWrapperlkhgfdsasdfg {
    padding: 80px 0;
    background-color: var(--secondary-background);
}

.audienceTitlemnbvcxzasdqw {
    text-align: center;
    color: var(--accent-cyan);
    margin-bottom: 40px;
    font-size: 2.5em;
    text-shadow: 0 0 10px rgba(79, 247, 255, 0.3);
}

.audienceIntroTextzxcvbnmlkjh {
    text-align: center;
    margin-bottom: 40px;
}

.audienceParagraphasdfghjklmnb {
    font-size: 1.1em;
    color: var(--text-medium);
    max-width: 800px;
    margin: 0 auto;
}

.audienceMainContentFlexqazwsxedcrf {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    align-items: center;
}

.audienceListContainerujmnbgtyhza {
    flex: 1;
    min-width: 300px;
}

.audienceListItemsplokmnjuyhb {
    list-style: none;
    padding: 0;
}

.audienceListItemzxcvfrtgbn {
    position: relative;
    padding-left: 35px;
    margin-bottom: 15px;
    font-size: 1.1em;
    color: var(--text-light);
}

.audienceListItemzxcvfrtgbn::before {
    content: '▶';
    position: absolute;
    left: 0;
    color: var(--accent-cyan);
    font-size: 1.2em;
    line-height: 1;
    top: 0;
}

.audienceImageContainerbgthujmkiolp {
    flex: 1;
    min-width: 300px;
    border: 1px solid var(--border-dark);
    padding: 10px;
    background-color: var(--primary-background);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
}

.audienceImageqwertyuioplkjh {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.audienceCallToActionzxcvbnmpoiuy {
    text-align: center;
    margin-top: 50px;
    padding: 30px;
    background-color: var(--primary-background);
    border: 2px solid var(--accent-cyan);
    box-shadow: 0 0 20px rgba(79, 247, 255, 0.3);
}

.audienceCtaParagraphlkjhgfdsaqwe {
    font-size: 1.2em;
    color: var(--text-light);
    font-weight: 600;
}

/* Packages Section */
.packagesSectionWrapperewqsdfgyhj {
    padding: 80px 0;
    background-color: var(--primary-background);
    position: relative;
}

.packagesSectionWrapperewqsdfgyhj::before {
    content: '';
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    border: 2px dashed var(--accent-cyan);
    pointer-events: none;
    box-shadow: 0 0 25px rgba(79, 247, 255, 0.4);
}

.packagesContainerlkhgfdsqwerty {
    text-align: center;
}

.packagesTitlemnbvcxzxcvbn {
    color: var(--accent-cyan);
    margin-bottom: 20px;
    font-size: 2.5em;
    text-shadow: 0 0 10px rgba(79, 247, 255, 0.3);
}

.packagesIntroTextmnbvcxzlkjhg {
    font-size: 1.1em;
    color: var(--text-medium);
    max-width: 900px;
    margin: 0 auto 50px auto;
}

.packagesGridContainerzxcvbnmkjhg {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.packageCardOuterBorderasdfghjklpo {
    padding: 5px;
    background: var(--gradient-line-vertical); /* Cyan line border effect */
    border-radius: 8px;
    box-shadow: 0 0 20px rgba(79, 247, 255, 0.2);
}

.packageCardInnerzxcvbnmlkjh {
    background-color: var(--secondary-background);
    padding: 30px;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 400px; /* Ensure cards have similar height */
}

.packageCardTitleasdfghjkl {
    font-size: 1.8em;
    color: var(--accent-cyan);
    margin-bottom: 15px;
    text-shadow: 0 0 5px rgba(79, 247, 255, 0.2);
}

.packageCardPricedcvfrtgbn {
    font-size: 2.5em;
    font-weight: 700;
    color: var(--text-light);
    margin-bottom: 20px;
}

.priceUnitqazwsxedcrf {
    font-size: 0.5em;
    color: var(--text-medium);
}

.packageFeaturesListytrewqasdfg {
    list-style: none;
    padding: 0;
    text-align: left;
    margin-bottom: 30px;
    flex-grow: 1;
}

.packageFeatureItemhgbnhyujmk {
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
    color: var(--text-medium);
    font-size: 1em;
}

.packageFeatureItemhgbnhyujmk::before {
    content: '✔';
    position: absolute;
    left: 0;
    color: var(--accent-cyan);
    font-size: 1em;
    line-height: 1;
}

.ctaButtonPackageplokijuhygf {
    display: inline-block;
    background-color: var(--button-secondary-bg);
    color: var(--accent-cyan);
    padding: 12px 25px;
    border-radius: 5px;
    font-size: 1.1em;
    font-weight: 600;
    border: 1px solid var(--accent-cyan);
    transition: background-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
}

.ctaButtonPackageplokijuhygf:hover {
    background-color: var(--accent-cyan);
    color: var(--primary-background);
    box-shadow: 0 0 15px var(--accent-cyan);
}


/* Benefits Section */
.benefitsSectionWrapperplokijuhyg {
    padding: 80px 0;
    background-color: var(--secondary-background);
}

.benefitsContentContainermnbvcxzasd {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    align-items: center;
}

.benefitsTextBlockqwertyuiopas {
    flex: 1;
    min-width: 300px;
    text-align: left;
}

.benefitsTitlezxcvbnmlkjh {
    color: var(--accent-cyan);
    margin-bottom: 25px;
    font-size: 2.5em;
    text-shadow: 0 0 10px rgba(79, 247, 255, 0.3);
}

.benefitsIntroParagraphasdfghjklqwe {
    font-size: 1.1em;
    color: var(--text-medium);
    margin-bottom: 25px;
}

.benefitsListMainzxcvbnmpoiuy {
    list-style: none;
    padding: 0;
    margin-bottom: 25px;
}

.benefitsListItemlkjhgfdsaqwe {
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    color: var(--text-light);
    font-size: 1.05em;
}

.benefitsListItemlkjhgfdsaqwe::before {
    content: '◆';
    position: absolute;
    left: 0;
    color: var(--accent-cyan);
    font-size: 0.9em;
    line-height: 1;
    top: 4px;
}

.benefitsConclusionParagraphqwertyuiopas {
    font-size: 1.1em;
    color: var(--text-medium);
    font-style: italic;
}

.benefitsImageBlockzxcvbnmlkjh {
    flex: 1;
    min-width: 300px;
    border: 1px solid var(--border-dark);
    padding: 10px;
    background-color: var(--primary-background);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
}

.benefitsImageReflectplokmnbvc {
    width: 100%;
    height: auto;
    object-fit: cover;
}

/* Reviews Section */
.reviewsSectionWrapperplokmngtf {
    padding: 80px 0;
    background-color: var(--primary-background);
    text-align: center;
}

.reviewsTitleasdfghjklopi {
    color: var(--accent-cyan);
    margin-bottom: 20px;
    font-size: 2.5em;
    text-shadow: 0 0 10px rgba(79, 247, 255, 0.3);
}

.reviewsIntroTextmnbvcxzasdfg {
    font-size: 1.1em;
    color: var(--text-medium);
    max-width: 800px;
    margin: 0 auto 50px auto;
}

.reviewCarouselWrapperqazwsxedcrf {
    position: relative;
    overflow: hidden; /* This hides the overflow for the "scrolling" effect hint */
    padding: 20px 0;
    /* This section is designed to look like it could scroll, but without JS */
}

.reviewCarouselItemsContainerujmnhygtfr {
    display: flex;
    gap: 30px;
    justify-content: center; /* Center items for visual appeal */
    flex-wrap: wrap; /* Allow wrapping on smaller screens */
}

.reviewCardSliderElementplokmijnuhb {
    background-color: var(--secondary-background);
    border: 1px solid var(--border-dark);
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
    max-width: 400px;
    text-align: left;
    position: relative;
    flex-shrink: 0; /* Prevents cards from shrinking too much */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.reviewCardSliderElementplokmijnuhb::before {
    content: '“';
    position: absolute;
    top: 10px;
    left: 20px;
    font-size: 5em;
    color: var(--accent-cyan);
    opacity: 0.2;
    font-family: serif;
    line-height: 1;
    z-index: 1;
}

.reviewQuoteTextwsxzaqtgby {
    font-size: 1.15em;
    font-style: italic;
    color: var(--text-light);
    margin-bottom: 20px;
    position: relative;
    z-index: 2;
}

.reviewAuthorSignqazwsxedcr {
    font-size: 1em;
    font-weight: 600;
    color: var(--accent-cyan);
    text-align: right;
    display: block;
    margin-top: 15px;
    position: relative;
    z-index: 2;
}

.reviewCarouselNavDotszxcvbnmtrew {
    display: flex;
    justify-content: center;
    margin-top: 40px;
    gap: 10px;
}

.reviewDotuytrewqasdfg {
    width: 10px;
    height: 10px;
    background-color: var(--text-dark);
    border-radius: 50%;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.reviewDotActiveuytrewqasdfg {
    background-color: var(--accent-cyan);
    box-shadow: 0 0 10px var(--accent-cyan);
}

/* FAQ Section */
.faqSectionWrapperplkmjnhbgy {
    padding: 80px 0;
    background-color: var(--secondary-background);
}

.faqTitleasdfghjklpoi {
    text-align: center;
    color: var(--accent-cyan);
    margin-bottom: 50px;
    font-size: 2.5em;
    text-shadow: 0 0 10px rgba(79, 247, 255, 0.3);
}

.faqAccordionContainerqwertyuiopas {
    max-width: 900px;
    margin: 0 auto;
}

.faqDetailsElementmnbvcxzlkjhg {
    background-color: var(--primary-background);
    border: 1px solid var(--border-dark);
    margin-bottom: 15px;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.faqSummaryHeadsdfghjklmnb {
    padding: 20px 25px;
    cursor: pointer;
    font-size: 1.2em;
    font-weight: 600;
    color: var(--text-light);
    background-color: var(--button-secondary-bg);
    position: relative;
    list-style: none; /* Hide default arrow */
    transition: background-color 0.3s ease, color 0.3s ease;
}

.faqSummaryHeadsdfghjklmnb:hover {
    background-color: var(--border-dark);
    color: var(--accent-cyan);
}

.faqSummaryHeadsdfghjklmnb::after {
    content: '+';
    position: absolute;
    right: 25px;
    font-size: 1.5em;
    line-height: 1;
    top: 50%;
    transform: translateY(-50%);
    color: var(--accent-cyan);
    transition: transform 0.3s ease;
}

.faqDetailsElementmnbvcxzlkjhg[open] .faqSummaryHeadsdfghjklmnb::after {
    content: '-';
    transform: translateY(-50%) rotate(180deg);
}

.faqAnswerContentqwertyuiopas {
    padding: 20px 25px;
    font-size: 1em;
    color: var(--text-medium);
    border-top: 1px solid var(--border-dark);
}

/* Contact Form Section */
.contactFormSectionWrapperzxcvbnmasdfg {
    padding: 80px 0;
    background-color: var(--primary-background);
}

.contactFormContainerqwertyuioplkjh {
    max-width: 700px;
    margin: 0 auto;
    background-color: var(--secondary-background);
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.4);
    border: 1px solid var(--border-dark);
    text-align: center;
}

.contactFormTitlemnbvcxzasd {
    color: var(--accent-cyan);
    font-size: 2.5em;
    margin-bottom: 15px;
    text-shadow: 0 0 10px rgba(79, 247, 255, 0.3);
}

.contactFormSubtitleqazwsxedcrfv {
    font-size: 1.1em;
    color: var(--text-medium);
    margin-bottom: 40px;
}

.mainContactFormujmnhygtfrd {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.formGroupInputzxcvbnmqazws {
    text-align: left;
}

.formLabelInputtgbyhnujmi {
    display: block;
    margin-bottom: 8px;
    font-size: 1em;
    color: var(--text-light);
    font-weight: 600;
}

.formFieldTextedcrfvtgbyh,
.formFieldTextareaedcrfvtgbyh {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid var(--border-dark);
    background-color: var(--primary-background);
    color: var(--text-light);
    border-radius: 5px;
    font-size: 1em;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.formFieldTextedcrfvtgbyh:focus,
.formFieldTextareaedcrfvtgbyh:focus {
    border-color: var(--accent-cyan);
    box-shadow: 0 0 10px rgba(79, 247, 255, 0.4);
    outline: none;
}

.formFieldTextareaedcrfvtgbyh {
    resize: vertical;
    min-height: 120px;
}

.formGroupCheckboxplokmijnuhby {
    display: flex;
    align-items: center;
    gap: 10px;
    text-align: left;
}

.formCheckboxInputgtfrdeswaq {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    border: 2px solid var(--accent-cyan);
    background-color: var(--primary-background);
    border-radius: 3px;
    cursor: pointer;
    position: relative;
    flex-shrink: 0;
}

.formCheckboxInputgtfrdeswaq:checked {
    background-color: var(--accent-cyan);
    border-color: var(--accent-cyan);
}

.formCheckboxInputgtfrdeswaq:checked::after {
    content: '✔';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: var(--primary-background);
    font-size: 14px;
    line-height: 1;
}

.formCheckboxLabeltgbyhnujmikol {
    font-size: 0.95em;
    color: var(--text-medium);
}

.privacyPolicyLinkmnbvcxzaqwe {
    color: var(--accent-cyan);
    text-decoration: underline;
}

.privacyPolicyLinkmnbvcxzaqwe:hover {
    color: var(--text-light);
    text-shadow: 0 0 5px var(--accent-cyan);
}

.submitButtonFormzxcvbnmlkjh {
    display: inline-block;
    background-color: var(--accent-cyan);
    color: var(--primary-background);
    padding: 15px 35px;
    border-radius: 5px;
    font-size: 1.2em;
    font-weight: 700;
    text-transform: uppercase;
    transition: background-color 0.3s ease, box-shadow 0.3s ease, color 0.3s ease;
    box-shadow: 0 0 15px rgba(79, 247, 255, 0.4);
    border: none;
    cursor: pointer;
    width: auto;
    align-self: center; /* Center button in flex container */
    margin-top: 15px;
}

.submitButtonFormzxcvbnmlkjh:hover {
    background-color: var(--text-light);
    color: var(--primary-background);
    box-shadow: 0 0 25px var(--accent-cyan), 0 0 40px rgba(79, 247, 255, 0.6);
}

/* Additional Text Sections */
.additionalSectionRythmazxcvbnm,
.additionalSectionHabitmnbvcxz,
.additionalSectionWorkplacewasdfg {
    padding: 80px 0;
    text-align: left;
}

.additionalSectionRythmazxcvbnm { background-color: var(--secondary-background); }
.additionalSectionHabitmnbvcxz { background-color: var(--primary-background); }
.additionalSectionWorkplacewasdfg { background-color: var(--secondary-background); }


.additionalSectionTitleRythmlkjhgfd,
.additionalSectionTitleHabitqazwsx,
.additionalSectionTitleWorkplacelkjhgf {
    color: var(--accent-cyan);
    font-size: 2.2em;
    margin-bottom: 25px;
    text-align: center;
    text-shadow: 0 0 8px rgba(79, 247, 255, 0.3);
}

.additionalSubtitleRythmzxcvbnm,
.additionalSubtitleHabitujmnhy,
.additionalSubtitleWorkplacepoiuyt {
    color: var(--text-light);
    font-size: 1.6em;
    margin-top: 40px;
    margin-bottom: 20px;
    text-align: center;
}

.additionalParagraphRythmqwertyu,
.additionalParagraphHabitedcrfv,
.additionalParagraphWorkplaceqwerty {
    font-size: 1.05em;
    color: var(--text-medium);
    margin-bottom: 1.2em;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    text-align: justify;
}

.additionalListRythmasdfghj,
.additionalListHabitgtfrde,
.additionalListWorkplacemnbvcx {
    list-style: none;
    padding: 0;
    margin-bottom: 1.5em;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.additionalListItemRythmlkjhgfd,
.additionalListItemHabitwsxzaq,
.additionalListItemWorkplacelkujhy {
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
    color: var(--text-light);
    font-size: 1.05em;
}

.additionalListItemRythmlkjhgfd::before,
.additionalListItemHabitwsxzaq::before,
.additionalListItemWorkplacelkujhy::before {
    content: '▶'; /* Or any other tech-style marker */
    position: absolute;
    left: 0;
    color: var(--accent-cyan);
    font-size: 1em;
    line-height: 1;
    top: 4px;
}

/* Footer */
.footerSitezxcvbnmlkjh {
    background-color: var(--primary-background);
    padding: 40px 0;
    border-top: 2px solid transparent;
    border-image: var(--gradient-line) 1;
    text-align: center;
    color: var(--text-medium);
    font-size: 0.9em;
}

.footerContainerqwertyuiopas {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}

.copyrightTextasdfghjklmnb {
    font-size: 1.1em;
    color: var(--text-light);
}

.contactEmailzxcvbnmpoiuy {
    font-size: 1em;
}

.emailLinkzxcvbnmkoiuy {
    color: var(--accent-cyan);
    font-weight: 600;
}

.emailLinkzxcvbnmkoiuy:hover {
    text-shadow: 0 0 8px var(--accent-cyan);
}

.footerLinksWrapperujmnhygtfrd {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-top: 10px;
}

.footerLinkswsxzaqtgby {
    color: var(--text-medium);
    font-size: 0.9em;
    position: relative;
    padding-bottom: 3px;
}

.footerLinkswsxzaqtgby::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background-color: var(--accent-cyan);
    transition: width 0.3s ease;
}

.footerLinkswsxzaqtgby:hover {
    color: var(--text-light);
    text-shadow: none;
}

.footerLinkswsxzaqtgby:hover::after {
    width: 100%;
}


/* Responsive Styles */
@media (max-width: 1024px) {
    h1 { font-size: 2.5em; }
    h2 { font-size: 2em; }
    h3 { font-size: 1.6em; }

    .headerContainerzarnutovik,
    .heroContentWrapperswertyuhgfd,
    .audienceMainContentFlexqazwsxedcrf,
    .benefitsContentContainermnbvcxzasd {
        flex-direction: column;
        text-align: center;
    }
    
    .heroImageGallerylkmjnwbhgfds,
    .heroTextContentmnbvcxzasdfg,
    .audienceListContainerujmnbgtyhza,
    .audienceImageContainerbgthujmkiolp,
    .benefitsTextBlockqwertyuiopas,
    .benefitsImageBlockzxcvbnmlkjh {
        min-width: unset;
        width: 100%;
    }

    .heroImageGallerylkmjnwbhgfds {
        order: 1;
    }
    .heroTextContentmnbvcxzasdfg {
        order: 2;
    }

    .benefitsTextBlockqwertyuiopas {
        order: 2; /* Mirror layout for benefits */
    }
    .benefitsImageBlockzxcvbnmlkjh {
        order: 1;
    }

    .audienceListItemzxcvfrtgbn,
    .benefitsListItemlkjhgfdsaqwe {
        padding-left: 25px;
        text-align: left;
    }
    .audienceListItemzxcvfrtgbn::before,
    .benefitsListItemlkjhgfdsaqwe::before {
        top: 2px;
    }

    .packagesGridContainerzxcvbnmkjhg {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    }
    
    .reviewCarouselItemsContainerujmnhygtfr {
        flex-wrap: wrap;
    }

    .additionalParagraphRythmqwertyu,
    .additionalParagraphHabitedcrfv,
    .additionalParagraphWorkplaceqwerty {
        text-align: left;
    }

    .additionalSubtitleRythmzxcvbnm,
    .additionalSubtitleHabitujmnhy,
    .additionalSubtitleWorkplacepoiuyt {
        text-align: left;
    }
}

@media (max-width: 768px) {
    h1 { font-size: 2em; }
    h2 { font-size: 1.8em; }
    h3 { font-size: 1.4em; }

    .headerMainzarnutovik {
        padding: 10px 0;
    }

    .logoTextzarnutovik {
        font-size: 1.8em;
    }

    .burgerMenuzarnutovik {
        display: flex;
    }

    .mainNavzarnutovik {
        display: none;
        flex-direction: column;
        position: absolute;
        top: 70px; /* Adjust based on header height */
        left: 0;
        width: 100%;
        background-color: var(--primary-background);
        border-top: 1px solid var(--border-dark);
        padding: 20px 0;
        box-shadow: 0 8px 15px rgba(0, 0, 0, 0.4);
        z-index: 999;
    }

    .navToggleInputzarnutovik:checked ~ .mainNavzarnutovik {
        display: flex;
    }

    .navListzarnutovik {
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }

    .navLinkzarnutovik {
        font-size: 1.3em;
        padding: 10px 0;
    }

    .navLinkzarnutovik::after {
        left: 50%;
        transform: translateX(-50%);
        width: 0;
    }

    .navLinkzarnutovik:hover::after {
        width: 80%;
    }

    .heroSectionMainkpmjuyhbgs,
    .audienceSectionWrapperlkhgfdsasdfg,
    .packagesSectionWrapperewqsdfgyhj,
    .benefitsSectionWrapperplokijuhyg,
    .reviewsSectionWrapperplokmngtf,
    .faqSectionWrapperplkmjnhbgy,
    .contactFormSectionWrapperzxcvbnmasdfg,
    .additionalSectionRythmazxcvbnm,
    .additionalSectionHabitmnbvcxz,
    .additionalSectionWorkplacewasdfg {
        padding: 60px 0;
    }

    .heroTitlezxcasdqwefgh {
        font-size: 2.5em;
    }

    .heroSubtitleqwertyuioplkj {
        font-size: 1.2em;
    }

    .ctaButtonHerozxcvbnmjklqw {
        width: 100%;
        max-width: 300px;
        font-size: 1.1em;
    }

    .audienceTitlemnbvcxzasdqw,
    .packagesTitlemnbvcxzxcvbn,
    .benefitsTitlezxcvbnmlkjh,
    .reviewsTitleasdfghjklopi,
    .faqTitleasdfghjklpoi,
    .contactFormTitlemnbvcxzasd,
    .additionalSectionTitleRythmlkjhgfd,
    .additionalSectionTitleHabitqazwsx,
    .additionalSectionTitleWorkplacelkjhgf {
        font-size: 2em;
    }
    
    .packageCardInnerzxcvbnmlkjh {
        min-height: auto; /* Allow cards to adjust height */
    }

    .packagesSectionWrapperewqsdfgyhj::before {
        top: 10px;
        left: 10px;
        right: 10px;
        bottom: 10px;
    }

    .faqSummaryHeadsdfghjklmnb {
        font-size: 1.1em;
        padding: 15px 20px;
    }

    .contactFormContainerqwertyuioplkjh {
        padding: 30px;
    }

    .submitButtonFormzxcvbnmlkjh {
        width: 100%;
        max-width: 250px;
        font-size: 1.1em;
    }

    .footerLinksWrapperujmnhygtfrd {
        flex-direction: column;
        gap: 10px;
    }
}

@media (max-width: 480px) {
    h1 { font-size: 1.8em; }
    h2 { font-size: 1.6em; }
    h3 { font-size: 1.3em; }

    .logoTextzarnutovik {
        font-size: 1.5em;
    }

    .burgerMenuzarnutovik {
        margin-right: 10px;
    }

    .heroTitlezxcasdqwefgh {
        font-size: 2em;
    }

    .heroSubtitleqwertyuioplkj {
        font-size: 1em;
    }

    .heroDescriptiononefghjklpoiuy,
    .heroDescriptiontwohgfdsaqwerty,
    .audienceParagraphasdfghjklmnb,
    .audienceListItemzxcvfrtgbn,
    .packageFeatureItemhgbnhyujmk,
    .benefitsIntroParagraphasdfghjklqwe,
    .benefitsListItemlkjhgfdsaqwe,
    .reviewsIntroTextmnbvcxzasdfg,
    .reviewQuoteTextwsxzaqtgby,
    .faqAnswerContentqwertyuiopas,
    .contactFormSubtitleqazwsxedcrfv,
    .additionalParagraphRythmqwertyu,
    .additionalParagraphHabitedcrfv,
    .additionalParagraphWorkplaceqwerty,
    .additionalListItemRythmlkjhgfd,
    .additionalListItemHabitwsxzaq,
    .additionalListItemWorkplacelkujhy {
        font-size: 0.95em;
    }

    .packagesTitlemnbvcxzxcvbn,
    .benefitsTitlezxcvbnmlkjh,
    .reviewsTitleasdfghjklopi,
    .faqTitleasdfghjklpoi,
    .contactFormTitlemnbvcxzasd,
    .additionalSectionTitleRythmlkjhgfd,
    .additionalSectionTitleHabitqazwsx,
    .additionalSectionTitleWorkplacelkjhgf {
        font-size: 1.8em;
    }

    .packageCardPricedcvfrtgbn {
        font-size: 2em;
    }

    .ctaButtonPackageplokijuhygf {
        font-size: 1em;
        padding: 10px 20px;
    }

    .faqSummaryHeadsdfghjklmnb {
        font-size: 1em;
    }

    .formLabelInputtgbyhnujmi {
        font-size: 0.9em;
    }

    .formFieldTextedcrfvtgbyh,
    .formFieldTextareaedcrfvtgbyh {
        padding: 10px 12px;
        font-size: 0.9em;
    }

    .formGroupCheckboxplokmijnuhby {
        flex-direction: column;
        align-items: flex-start;
    }
    .formCheckboxInputgtfrdeswaq {
        margin-top: 5px; /* Adjust for better alignment */
    }

    .formCheckboxLabeltgbyhnujmikol {
        font-size: 0.9em;
    }

    .submitButtonFormzxcvbnmlkjh {
        font-size: 1em;
        padding: 12px 25px;
    }

    .footerLinksWrapperujmnhygtfrd {
        gap: 8px;
    }

    .footerLinkswsxzaqtgby {
        font-size: 0.8em;
    }
}