/* RESET AND BASE */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

body.tzBodyMainStr {
    font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    background-color: #050A18;
    color: #ffffff;
    line-height: 1.6;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: inherit;
    transition: 0.3s;
}

ul {
    list-style: none;
}

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

.tzSectionContainer {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* HEADER */
.tzHeaderNavTop {
    background: rgba(5, 10, 24, 0.95);
    border-bottom: 2px solid #6AA9FF33;
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 4px 20px rgba(106, 169, 255, 0.1);
}

.tzHeaderContainer {
    max-width: 1200px;
    margin: 0 auto;
    padding: 15px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.tzLogoTextLogo {
    font-size: 1.5rem;
    font-weight: 800;
    color: #6AA9FF;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.tzNavListItems {
    display: flex;
    gap: 25px;
}

.tzNavLinkItems {
    font-size: 0.95rem;
    font-weight: 500;
    color: #cbd5e1;
}

.tzNavLinkItems:hover {
    color: #6AA9FF;
    text-shadow: 0 0 10px #6AA9FF;
}

/* BURGER MENU (No JS) */
.tzMenuCheckbox {
    display: none;
}

.tzBurgerButton {
    display: none;
    flex-direction: column;
    gap: 6px;
    cursor: pointer;
}

.tzBurgerButton span {
    width: 30px;
    height: 3px;
    background-color: #6AA9FF;
    border-radius: 2px;
    transition: 0.3s;
}

/* HERO SECTION */
.tzHeroMainBlock {
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.tzHeroWrapperCont {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    align-items: center;
    gap: 50px;
}

.tzHeroImageColumn {
    flex: 1;
}

.tzHeroMainImgTag {
    border-radius: 20px;
    box-shadow: 0 0 40px rgba(106, 169, 255, 0.2);
    object-fit: cover;
}

.tzHeroTextColumn {
    flex: 1;
}

.tzHeroMainHeading {
    font-size: 3rem;
    line-height: 1.2;
    margin-bottom: 20px;
    color: #ffffff;
}

.tzHeroSubheading {
    font-size: 1.2rem;
    color: #94a3b8;
    margin-bottom: 35px;
}

.tzHeroInfoBlocks {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 40px;
}

.tzHeroSmallTitle {
    color: #6AA9FF;
    font-size: 1.1rem;
    margin-bottom: 5px;
}

.tzHeroDescription {
    color: #cbd5e1;
    font-size: 0.95rem;
}

.tzHeroCtaButtonMain {
    display: inline-block;
    padding: 16px 35px;
    background-color: #6AA9FF;
    color: #ffffff;
    font-weight: 700;
    border-radius: 50px;
    box-shadow: 0 5px 15px rgba(106, 169, 255, 0.4);
    border: 2px solid transparent;
}

.tzHeroCtaButtonMain:hover {
    background-color: transparent;
    border-color: #6AA9FF;
    box-shadow: 0 0 20px #6AA9FF;
}

/* REVIEWS */
.tzReviewsMainArea {
    padding: 100px 0;
    background-color: #080F25;
}

.tzSectionMainTitle {
    font-size: 2.2rem;
    text-align: center;
    margin-bottom: 50px;
    position: relative;
}

.tzSectionMainTitle::after {
    content: '';
    display: block;
    width: 60px;
    height: 4px;
    background: #6AA9FF;
    margin: 15px auto 0;
}

.tzReviewsGridList {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}

.tzReviewCardItem {
    background: #0D1631;
    padding: 30px;
    border-radius: 15px;
    width: calc(33% - 20px);
    min-width: 300px;
    border: 1px solid #6AA9FF22;
    transition: 0.4s;
}

.tzReviewCardItem:hover {
    transform: translateY(-10px);
    border-color: #6AA9FF66;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.tzReviewStarsRow {
    color: #FFD700;
    margin-bottom: 15px;
    font-size: 1.2rem;
}

.tzReviewTextContent {
    font-style: italic;
    color: #cbd5e1;
    margin-bottom: 20px;
}

.tzReviewAuthorName {
    display: block;
    font-weight: 700;
    color: #6AA9FF;
}

/* PRICE SECTION */
.tzPriceSectionArea {
    padding: 100px 0;
}

.tzPriceMainGridBox {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.tzPriceCardElement {
    background: #050A18;
    border: 1px solid #6AA9FF44;
    border-radius: 15px;
    padding: 40px 20px;
    width: calc(20% - 16px);
    min-width: 220px;
    text-align: center;
    display: flex;
    flex-direction: column;
    transition: 0.3s;
}

.tzPriceCardHighlight {
    background: #0D1631;
    border: 2px solid #6AA9FF;
    position: relative;
    transform: scale(1.05);
}

.tzPopularBadge {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    background: #6AA9FF;
    color: #fff;
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
}

.tzPriceCardTitle {
    font-size: 1.3rem;
    margin-bottom: 20px;
    color: #ffffff;
}

.tzPriceValueText {
    font-size: 1.8rem;
    font-weight: 800;
    color: #6AA9FF;
    margin-bottom: 25px;
}

.tzPriceFeaturesList {
    margin-bottom: 30px;
    flex-grow: 1;
}

.tzPriceFeaturesList li {
    font-size: 0.9rem;
    color: #94a3b8;
    margin-bottom: 10px;
    border-bottom: 1px solid #6AA9FF11;
    padding-bottom: 5px;
}

.tzPriceOrderBtn {
    display: block;
    padding: 12px 20px;
    border: 1px solid #6AA9FF;
    color: #6AA9FF;
    border-radius: 5px;
    font-weight: 600;
}

.tzPriceOrderBtn:hover {
    background: #6AA9FF;
    color: #fff;
    box-shadow: 0 0 15px #6AA9FF;
}

/* AUDIENCE */
.tzAudienceMainBlock {
    padding: 100px 0;
    background: #080F25;
}

.tzAudienceSplitFlex {
    display: flex;
    gap: 60px;
    align-items: center;
}

.tzAudienceImageCol {
    flex: 1;
    position: relative;
}

.tzAudienceFeatureImg {
    border-radius: 20px;
    border: 10px solid #0D1631;
}

.tzProductMiniPrice {
    position: absolute;
    bottom: -20px;
    right: 20px;
    background: #6AA9FF;
    padding: 15px 25px;
    border-radius: 10px;
    font-weight: 800;
}

.tzAudienceTextCol {
    flex: 1.2;
}

.tzAudienceIntroText {
    font-size: 1.1rem;
    margin-bottom: 30px;
    color: #cbd5e1;
}

.tzAudienceCheckList li {
    position: relative;
    padding-left: 35px;
    margin-bottom: 15px;
    color: #cbd5e1;
}

.tzAudienceCheckList li::before {
    content: '→';
    position: absolute;
    left: 0;
    color: #6AA9FF;
    font-weight: 800;
    font-size: 1.2rem;
}

/* EXPERT QUOTE */
.tzExpertQuoteSection {
    padding: 100px 0;
    background: radial-gradient(circle at center, #101B3D 0%, #050A18 100%);
}

.tzExpertQuoteBox {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.tzQuoteIconMark {
    font-size: 5rem;
    color: #6AA9FF33;
    line-height: 1;
    margin-bottom: -20px;
}

.tzExpertQuoteText {
    font-size: 1.5rem;
    font-style: italic;
    color: #ffffff;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}

.tzExpertAuthorInfo {
    display: flex;
    flex-direction: column;
}

.tzExpertAuthorName {
    font-size: 1.3rem;
    font-weight: 700;
    color: #6AA9FF;
}

.tzExpertAuthorRole {
    color: #94a3b8;
    font-size: 0.9rem;
}

/* BENEFITS */
.tzBenefitsMainBlock {
    padding: 100px 0;
}

.tzBenefitsMirrorFlex {
    display: flex;
    gap: 50px;
    align-items: center;
}

.tzBenefitsTextContent {
    flex: 1;
}

.tzBenefitsImageContent {
    flex: 1;
}

.tzBenefitsSideImg {
    border-radius: 15px;
    box-shadow: -20px 20px 0px #0D1631;
}

.tzBenefitsLeadPara {
    margin-bottom: 30px;
    font-size: 1.1rem;
}

.tzBenefitsMainList li {
    margin-bottom: 25px;
}

.tzBenefitsMainList li strong {
    display: block;
    color: #6AA9FF;
    font-size: 1.2rem;
    margin-bottom: 5px;
}

/* FAQ */
.tzFaqMainContainer {
    padding: 100px 0;
    background: #080F25;
}

.tzFaqAccordionsList {
    max-width: 800px;
    margin: 0 auto;
}

.tzFaqItemDetail {
    background: #0D1631;
    margin-bottom: 15px;
    border-radius: 10px;
    border: 1px solid #6AA9FF11;
    overflow: hidden;
}

.tzFaqQuestionTitle {
    padding: 20px;
    cursor: pointer;
    font-weight: 600;
    list-style: none;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.tzFaqQuestionTitle::after {
    content: '+';
    color: #6AA9FF;
    font-size: 1.5rem;
}

.tzFaqItemDetail[open] .tzFaqQuestionTitle::after {
    content: '-';
}

.tzFaqAnswerContent {
    padding: 0 20px 20px;
    color: #cbd5e1;
    border-top: 1px solid #6AA9FF11;
}

/* ADDITIONAL TEXT SECTIONS */
.tzAdditionalTextSec {
    padding: 100px 0;
}

.tzBgLightAlt {
    background: #0B132B;
}

.tzTextContentBlock p {
    margin-bottom: 20px;
    font-size: 1.05rem;
    color: #cbd5e1;
}

.tzSimpleBulletedList {
    margin: 30px 0;
}

.tzSimpleBulletedList li {
    margin-bottom: 10px;
    padding-left: 20px;
    position: relative;
}

.tzSimpleBulletedList li::before {
    content: '•';
    color: #6AA9FF;
    position: absolute;
    left: 0;
}

.tzInnerMiniHeading {
    color: #6AA9FF;
    margin: 30px 0 15px;
}

/* CONTACT FORM */
.tzContactFormSection {
    padding: 100px 0;
    background: #050A18;
}

.tzFormWrapperBox {
    max-width: 700px;
    margin: 0 auto;
    background: #0D1631;
    padding: 50px;
    border-radius: 20px;
    border: 1px solid #6AA9FF33;
}

.tzFormSubheadingText {
    text-align: center;
    margin-bottom: 40px;
    color: #94a3b8;
}

.tzMainContactForm {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.tzFormGroupField {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.tzFormFieldLabel {
    font-size: 0.9rem;
    color: #6AA9FF;
}

.tzFormFieldInput, .tzFormFieldTextarea {
    background: #050A18;
    border: 1px solid #6AA9FF22;
    padding: 15px;
    border-radius: 8px;
    color: #fff;
    width: 100%;
}

.tzFormFieldInput:focus, .tzFormFieldTextarea:focus {
    outline: none;
    border-color: #6AA9FF;
    box-shadow: 0 0 10px rgba(106, 169, 255, 0.2);
}

.tzFormCheckboxGroup {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 0.85rem;
    color: #94a3b8;
}

.tzFormCheckboxGroup a {
    color: #6AA9FF;
}

.tzFormSubmitButton {
    background: #6AA9FF;
    color: #fff;
    padding: 18px;
    border: none;
    border-radius: 8px;
    font-weight: 700;
    cursor: pointer;
    transition: 0.3s;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.tzFormSubmitButton:hover {
    box-shadow: 0 0 25px #6AA9FF;
    transform: translateY(-2px);
}

/* FOOTER */
.tzFooterMainBottom {
    padding: 60px 0 30px;
    background: #02050D;
    border-top: 1px solid #6AA9FF22;
}

.tzFooterTopRow {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 40px;
    margin-bottom: 40px;
}

.tzFooterBrand {
    font-size: 1.4rem;
    font-weight: 800;
    color: #6AA9FF;
}

.tzFooterContact p {
    color: #94a3b8;
    margin-bottom: 5px;
}

.tzFooterCopyRow {
    text-align: center;
    border-top: 1px solid #1e293b;
    padding-top: 20px;
    color: #64748b;
    font-size: 0.9rem;
}

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

.tzFooterLinkItem {
    font-size: 0.8rem;
    color: #64748b;
}

.tzFooterLinkItem:hover {
    color: #6AA9FF;
}

/* RESPONSIVE */
@media (max-width: 1024px) {
    .tzHeroMainHeading { font-size: 2.5rem; }
    .tzPriceCardElement { width: calc(33.33% - 20px); }
    .tzPriceCardHighlight { transform: none; }
}

@media (max-width: 768px) {
    .tzBurgerButton { display: flex; }
    .tzNavigationBox {
        position: fixed;
        top: 70px;
        left: -100%;
        width: 100%;
        height: calc(100vh - 70px);
        background: #050A18;
        transition: 0.4s;
        padding: 40px 20px;
    }
    .tzNavListItems {
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }
    .tzMenuCheckbox:checked ~ .tzNavigationBox {
        left: 0;
    }
    .tzHeroWrapperCont { flex-direction: column; }
    .tzAudienceSplitFlex { flex-direction: column; }
    .tzBenefitsMirrorFlex { flex-direction: column-reverse; }
    .tzReviewCardItem { width: 100%; }
    .tzPriceCardElement { width: 100%; }
    .tzFooterTopRow { flex-direction: column; text-align: center; }
}