/* Обнулення та базові налаштування */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body.BdyMnLmtraPls {
    font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    background-color: #07090C;
    color: #E0E0E0;
    line-height: 1.6;
    overflow-x: hidden;
}

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

/* Header */
.HdrMainSctnVbc {
    background-color: rgba(7, 9, 12, 0.95);
    border-bottom: 2px solid #4FF7FF;
    position: sticky;
    top: 0;
    z-index: 1000;
}

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

.LgoTxtLmtraPls {
    font-size: 28px;
    font-weight: 800;
    color: #4FF7FF;
    text-transform: uppercase;
    letter-spacing: 2px;
}

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

.AnchrLnkItmCls {
    color: #E0E0E0;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s;
    font-size: 15px;
    text-transform: uppercase;
}

.AnchrLnkItmCls:hover {
    color: #4FF7FF;
}

/* Burger Menu (No JS) */
.MblMnuInptClss {
    display: none;
}

.MblMnuBtnClss {
    display: none;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
}

.MblMnuBtnClss span {
    width: 25px;
    height: 3px;
    background-color: #4FF7FF;
    transition: 0.3s;
}

/* Hero Section */
.HroSctnLmtraPls {
    padding: 100px 0;
    border: 3px solid #FF3B3B; /* Red outline as requested */
    margin: 20px;
}

.HroInnrLmtraPls {
    display: flex;
    align-items: center;
    gap: 50px;
    max-width: 1100px;
    margin: 0 auto;
}

.HroImgColLmtraP {
    flex: 1;
}

.HroImgMianLmtra {
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(79, 247, 255, 0.2);
    object-fit: cover;
}

.HroTxtColLmtraP {
    flex: 1;
}

.H1TitleLmtraPls {
    font-size: 48px;
    color: #4FF7FF;
    line-height: 1.1;
    margin-bottom: 20px;
}

.SubTtlLmtraPls {
    font-size: 20px;
    color: #FFFFFF;
    margin-bottom: 20px;
    font-weight: 600;
}

.DscTxtLmtraPls {
    margin-bottom: 15px;
    color: #B0B0B0;
}

.CtaBtnLmtraPls {
    display: inline-block;
    padding: 15px 40px;
    background-color: #4FF7FF;
    color: #07090C;
    text-decoration: none;
    font-weight: 700;
    border-radius: 5px;
    margin-top: 20px;
    transition: all 0.3s;
    text-transform: uppercase;
}

.CtaBtnLmtraPls:hover {
    background-color: #00E5FF;
    box-shadow: 0 0 15px #4FF7FF;
    transform: translateY(-2px);
}

/* Prices Section */
.PrcSctnLmtraPls {
    padding: 80px 0;
    border-top: 1px solid #1A1D23;
    border-bottom: 1px solid #1A1D23;
}

.H2TitleLmtraPls {
    font-size: 36px;
    text-align: center;
    margin-bottom: 50px;
    color: #4FF7FF;
    text-transform: uppercase;
}

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

.PrcCrdLmtraPls {
    background-color: #0D1117;
    border: 1px solid #4FF7FF; /* Cyan lines outline */
    padding: 30px;
    width: calc(33.333% - 20px);
    min-width: 280px;
    border-radius: 8px;
    transition: transform 0.3s;
}

.PrcCrdLmtraPls:hover {
    transform: scale(1.03);
}

.PrcTtlLmtraPls {
    font-size: 22px;
    color: #4FF7FF;
    margin-bottom: 15px;
    text-align: center;
}

.PrcValLmtraPls {
    font-size: 30px;
    font-weight: 800;
    text-align: center;
    margin-bottom: 20px;
    color: #FFFFFF;
}

.PrcLstLmtraPls {
    list-style: none;
}

.PrcLstLmtraPls li {
    padding: 10px 0;
    border-bottom: 1px solid #1A1D23;
    font-size: 14px;
    color: #B0B0B0;
}

.PrcLstLmtraPls li:last-child {
    border-bottom: none;
}

/* Reviews */
.RvwsSctnLmtraPls {
    padding: 80px 0;
    background-color: #0A0D12;
}

.RvwsGrdLmtraPls {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}

.RvwCrdLmtraPls {
    flex: 1;
    min-width: 300px;
    background: #0D1117;
    padding: 30px;
    border-left: 4px solid #4FF7FF;
}

.RvwTxtLmtraPls {
    font-style: italic;
    margin-bottom: 15px;
    color: #D0D0D0;
}

.RvwAuthrLmtraPls {
    font-weight: 700;
    color: #4FF7FF;
}

/* Who Section */
.WhoSctnLmtraPls {
    padding: 80px 0;
}

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

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

.WhoImgMianLmtra {
    width: 100%;
    border-radius: 15px;
}

.WhoPrcTagLmtraP {
    position: absolute;
    bottom: 20px;
    right: 20px;
    background: #4FF7FF;
    color: #07090C;
    padding: 10px 20px;
    font-weight: 800;
    border-radius: 5px;
}

.WhoLstBoxLmtraPls {
    flex: 1.5;
}

.WhoIntroLmtraPls {
    font-size: 18px;
    margin-bottom: 20px;
    color: #FFFFFF;
}

.WhoMainLstLmtra {
    list-style: none;
    margin-bottom: 30px;
}

.WhoMainLstLmtra li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    color: #B0B0B0;
}

.WhoMainLstLmtra li::before {
    content: "→";
    position: absolute;
    left: 0;
    color: #4FF7FF;
    font-weight: bold;
}

.WhoExtraLmtraPls {
    padding: 20px;
    background: #0D1117;
    border-right: 4px solid #4FF7FF;
    font-size: 15px;
}

/* Quote Section */
.QteSctnLmtraPls {
    padding: 100px 0;
    background: linear-gradient(rgba(7,9,12,0.8), rgba(7,9,12,0.8)), url('https://placehold.co/1920x600/07090C/1A1D23?text=Philosophy');
    background-size: cover;
    text-align: center;
}

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

.QteTxtLmtraPls {
    font-size: 26px;
    line-height: 1.4;
    color: #FFFFFF;
    margin-bottom: 30px;
}

.QteSigLmtraPls {
    font-size: 18px;
    color: #4FF7FF;
    font-style: normal;
}

/* Benefits */
.BnftsSctnLmtraPls {
    padding: 80px 0;
}

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

.BnftsTxtColLmtraP {
    flex: 1;
}

.BnftsImgColLmtraP {
    flex: 1;
}

.BnftsImgMianLmtra {
    width: 100%;
    border-radius: 10px;
    filter: grayscale(0.5);
}

.BnftsLstLmtraPls {
    list-style: none;
}

.BnftsLstLmtraPls li {
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px dashed #1A1D23;
}

.BnftsLstLmtraPls strong {
    color: #4FF7FF;
    display: block;
    font-size: 18px;
    margin-bottom: 5px;
}

/* FAQ */
.FaqSctnLmtraPls {
    padding: 80px 0;
    background-color: #0A0D12;
}

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

.FaqItmLmtraPls {
    margin-bottom: 15px;
    border: 1px solid #1A1D23;
    border-radius: 5px;
    overflow: hidden;
}

.FaqSummryLmtraPls {
    padding: 20px;
    background: #0D1117;
    cursor: pointer;
    font-weight: 600;
    color: #4FF7FF;
    list-style: none;
}

.FaqSummryLmtraPls::-webkit-details-marker {
    display: none;
}

.FaqAnswrLmtraPls {
    padding: 20px;
    background: #07090C;
    color: #B0B0B0;
}

/* Form Section */
.FrmSctnLmtraPls {
    padding: 100px 0;
}

.FrmSubTtlLmtraPls {
    text-align: center;
    margin-bottom: 40px;
    color: #B0B0B0;
}

.FrmBoxLmtraPls {
    max-width: 600px;
    margin: 0 auto;
    background: #0D1117;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 0 30px rgba(79, 247, 255, 0.05);
}

.InptGrpLmtraPls {
    margin-bottom: 20px;
}

.InptGrpLmtraPls label {
    display: block;
    margin-bottom: 8px;
    color: #4FF7FF;
    font-size: 14px;
}

.InptGrpLmtraPls input, .InptGrpLmtraPls textarea {
    width: 100%;
    padding: 12px;
    background: #07090C;
    border: 1px solid #1A1D23;
    color: #FFFFFF;
    border-radius: 4px;
}

.InptGrpLmtraPls input:focus {
    outline: none;
    border-color: #4FF7FF;
}

.ChckBoxLmtraPls {
    margin-bottom: 25px;
    font-size: 13px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.ChckBoxLmtraPls a {
    color: #4FF7FF;
}

.FrmBtnLmtraPls {
    width: 100%;
    padding: 15px;
    background: #4FF7FF;
    color: #07090C;
    border: none;
    border-radius: 5px;
    font-weight: 800;
    text-transform: uppercase;
    cursor: pointer;
    transition: 0.3s;
}

.FrmBtnLmtraPls:hover {
    background: #00E5FF;
    box-shadow: 0 0 20px #4FF7FF;
}

/* Additional Text Sections */
.TxtSctnLmtraPls {
    padding: 80px 0;
}

.AltBgLmtraPls {
    background-color: #0A0D12;
}

.H3TitleLmtraPls {
    font-size: 24px;
    color: #FFFFFF;
    margin: 30px 0 15px;
}

/* Footer */
.FtrSctnLmtraPls {
    background-color: #020304;
    padding: 60px 0 30px;
    border-top: 2px solid #4FF7FF;
}

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

.FtrLgoLmtraPls {
    font-size: 24px;
    font-weight: 800;
    color: #4FF7FF;
}

.FtrCntctLmtraP p {
    margin-bottom: 5px;
    color: #B0B0B0;
}

.FtrCntctLmtraP a {
    color: #4FF7FF;
    text-decoration: none;
}

.FtrBtmLmtraPls {
    text-align: center;
    border-top: 1px solid #1A1D23;
    padding-top: 30px;
}

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

.FtrLnksLmtraPls a {
    color: #707070;
    text-decoration: none;
    font-size: 13px;
    transition: color 0.3s;
}

.FtrLnksLmtraPls a:hover {
    color: #4FF7FF;
}

/* Responsive */
@media (max-width: 992px) {
    .HroInnrLmtraPls, .WhoCntntLmtraPls, .BnftsRowLmtraPls {
        flex-direction: column;
        text-align: center;
    }
    .HroImgColLmtraP, .WhoImgBoxLmtraPls {
        width: 100%;
        max-width: 500px;
    }
    .H1TitleLmtraPls {
        font-size: 36px;
    }
    .PrcCrdLmtraPls {
        width: calc(50% - 20px);
    }
}

@media (max-width: 768px) {
    .NavLnkLmtraPls {
        display: none;
        flex-direction: column;
        position: absolute;
        top: 80px;
        left: 0;
        width: 100%;
        background: #07090C;
        padding: 20px;
        border-bottom: 2px solid #4FF7FF;
    }
    .MblMnuBtnClss {
        display: flex;
    }
    .MblMnuInptClss:checked ~ .NavLnkLmtraPls {
        display: flex;
    }
    .PrcCrdLmtraPls {
        width: 100%;
    }
    .FtrMainBoxLmtra {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
}