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

body.doridorHeartTempoFieldBody {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: #0A0D10;
    color: #E6FBFF;
    line-height: 1.6;
    overflow-x: hidden;
}

/* HEADER STYLES */
.HdrSctnNvbFrL {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background: rgba(10, 13, 16, 0.85);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid #E6FBFF22;
}

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

.HdrLgoTxtBlck {
    font-size: 24px;
    font-weight: 800;
    letter-spacing: 2px;
    color: #E6FBFF;
    text-transform: uppercase;
}

/* BURGER MENU */
.MnBrgrChckBxH {
    display: none;
}

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

.MnBrgrBtnLblI span {
    width: 30px;
    height: 2px;
    background-color: #E6FBFF;
    transition: 0.3s;
}

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

.NvgLnkItmSlct {
    color: #E6FBFF;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    transition: color 0.3s;
}

.NvgLnkItmSlct:hover {
    color: #A0F0FF;
}

/* HERO SECTION */
.HroMnBlckVtrG {
    padding: 140px 20px 80px;
    background: radial-gradient(circle at top right, #1a232e 0%, #0A0D10 70%);
}

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

.HroImgColLftS, .HroTxtColRght {
    flex: 1;
}

.HroMnPhtoImgEl {
    width: 100%;
    border-radius: 4px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.5);
    border-left: 2px solid #E6FBFF44;
}

.HroMnttlHdrCl {
    font-size: 48px;
    line-height: 1.1;
    margin-bottom: 20px;
    font-weight: 900;
    color: #E6FBFF;
}

.HroSubttlTxtDs {
    font-size: 20px;
    margin-bottom: 25px;
    color: #A0F0FF;
}

.HroDscTxtPgrph {
    margin-bottom: 20px;
    font-size: 16px;
    opacity: 0.9;
}

.HroCtaBtnLnkIc {
    display: inline-block;
    padding: 15px 40px;
    background-color: #E6FBFF;
    color: #0A0D10;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 2px;
    transition: all 0.3s;
    box-shadow: 0 0 15px rgba(230, 251, 255, 0.2);
}

.HroCtaBtnLnkIc:hover {
    background-color: #FFFFFF;
    box-shadow: 0 0 25px rgba(230, 251, 255, 0.5);
    transform: translateY(-2px);
}

/* REVIEWS SECTION */
.RvwMnSctnBgGr {
    padding: 100px 20px;
    background-color: #0d1116;
}

.RvwCntnrLmtedV {
    max-width: 1200px;
    margin: 0 auto;
}

.RvwSctnHdrTtl {
    text-align: center;
    font-size: 36px;
    margin-bottom: 60px;
    position: relative;
}

.RvwSctnHdrTtl::after {
    content: '';
    display: block;
    width: 60px;
    height: 3px;
    background: #E6FBFF;
    margin: 15px auto 0;
}

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

.RvwItmCrdStrct {
    flex: 1;
    min-width: 300px;
    max-width: 360px;
    background: #141a1f;
    padding: 40px 30px;
    border: 1px solid #E6FBFF11;
    text-align: center;
    transition: 0.3s;
}

.RvwItmCrdStrct:hover {
    border-color: #E6FBFF55;
    background: #182026;
}

.RvwUsrAvtrImg {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-bottom: 20px;
    object-fit: cover;
    border: 2px solid #E6FBFF33;
}

.RvwUsrNmTtlIc {
    font-size: 18px;
    margin-bottom: 10px;
}

.RvwStrRtgBlck {
    color: #A0F0FF;
    margin-bottom: 20px;
    letter-spacing: 3px;
}

.RvwTxtCttnPrph {
    font-style: italic;
    font-size: 15px;
    opacity: 0.8;
}

.RvwQteBlckIsol {
    margin-top: 80px;
    text-align: center;
    padding: 40px;
    border-top: 1px solid #E6FBFF11;
}

.RvwMnQteTxtLn {
    font-size: 24px;
    max-width: 800px;
    margin: 0 auto;
    color: #A0F0FF;
}

.RvwQteFtrNmIc {
    margin-top: 20px;
    font-size: 16px;
    color: #E6FBFF;
    font-weight: bold;
}

/* PRICE SECTION */
.PrcMnSctnFrdr {
    padding: 100px 20px;
    background-color: #0A0D10;
}

.PrcCntnrLmtWrp {
    max-width: 1200px;
    margin: 0 auto;
}

.PrcSctnTtlHdr {
    text-align: center;
    font-size: 36px;
    margin-bottom: 10px;
}

.PrcSctnSubttlDs {
    text-align: center;
    margin-bottom: 60px;
    color: #A0F0FF;
}

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

.PrcItmCrdBordr {
    flex: 1;
    min-width: 220px;
    padding: 30px;
    border: 1px solid #E6FBFF22;
    background: rgba(230, 251, 255, 0.02);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.PrcCrdTtlNmIc {
    font-size: 20px;
    margin-bottom: 15px;
    color: #A0F0FF;
}

.PrcValPrceTxt {
    font-size: 32px;
    font-weight: 800;
    margin-bottom: 25px;
}

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

.PrcFeatrLstItm li {
    padding: 8px 0;
    font-size: 14px;
    border-bottom: 1px solid #E6FBFF11;
}

.PrcCtaBtnSgnUp {
    display: block;
    text-align: center;
    padding: 12px;
    border: 1px solid #E6FBFF;
    color: #E6FBFF;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
    transition: 0.3s;
}

.PrcCtaBtnSgnUp:hover {
    background: #E6FBFF;
    color: #0A0D10;
}

/* BENEFITS SECTION */
.BnfMnSctnBgIc {
    padding: 100px 20px;
    background-color: #0d1116;
}

.BnfCntnrFlxRows {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 60px;
}

.BnfTxtColLftIc, .BnfImgColRghtIc {
    flex: 1;
}

.BnfSctnTtlHdrIc {
    font-size: 36px;
    margin-bottom: 30px;
}

.BnfDscTxtPrphIc {
    margin-bottom: 30px;
    font-size: 18px;
}

.BnfLstChckMark {
    list-style: none;
}

.BnfItmLstStlIc {
    padding: 12px 0 12px 35px;
    position: relative;
    border-bottom: 1px solid #E6FBFF11;
}

.BnfItmLstStlIc::before {
    content: '→';
    position: absolute;
    left: 0;
    color: #A0F0FF;
    font-weight: bold;
}

.BnfMnPhtoImgIc {
    width: 100%;
    border-radius: 2px;
    box-shadow: 20px 20px 0 #E6FBFF11;
}

/* AUDIENCE SECTION */
.AudMnSctnBgGr {
    padding: 100px 20px;
    background-color: #0A0D10;
}

.AudCntnrLmtWrp {
    max-width: 1200px;
    margin: 0 auto;
}

.AudTopImgWrpIc {
    margin-bottom: 60px;
}

.AudHdrImgPhtoIc {
    width: 100%;
    height: auto;
    filter: grayscale(0.5);
}

.AudSctnTtlHdrIc {
    text-align: center;
    font-size: 36px;
    margin-bottom: 20px;
}

.AudIntrTxtDsIc {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 60px;
    font-size: 18px;
}

.AudGrdLstItems {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
}

.AudItmCrdIc {
    flex: 1;
    min-width: 300px;
    background: #141a1f;
    padding: 40px;
    border-top: 3px solid #E6FBFF33;
}

.AudItmTtlNmIc {
    font-size: 20px;
    margin-bottom: 15px;
    color: #A0F0FF;
}

.AudItmTxtDsIc {
    font-size: 15px;
    opacity: 0.8;
}

/* BIG TEXT SECTIONS */
.TxtSctnBigWrpA, .TxtSctnBigWrpB, .TxtSctnBigWrpC {
    padding: 80px 20px;
}

.TxtSctnBigWrpB {
    background-color: #0d1116;
}

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

.TxtSctnHdrTtlIc {
    font-size: 32px;
    margin-bottom: 30px;
    color: #E6FBFF;
}

.TxtMnPrphDsIc {
    margin-bottom: 25px;
    font-size: 17px;
    opacity: 0.9;
}

.TxtSubHdrTtlIc {
    font-size: 22px;
    margin: 40px 0 20px;
    color: #A0F0FF;
}

.TxtSctnLstItmIc {
    margin-bottom: 30px;
    padding-left: 20px;
}

.TxtSctnLstItmIc li {
    margin-bottom: 10px;
}

.TxtInfoBlckIc {
    padding: 30px;
    background: rgba(160, 240, 255, 0.05);
    border-left: 4px solid #A0F0FF;
    margin: 40px 0;
}

/* FAQ SECTION */
.FaqMnSctnBgIc {
    padding: 100px 20px;
    background-color: #0A0D10;
}

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

.FaqSctnTtlHdrIc {
    text-align: center;
    font-size: 36px;
    margin-bottom: 60px;
}

.FaqLstWrpperIc {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.FaqItmDetlsIc {
    background: #141a1f;
    border: 1px solid #E6FBFF11;
}

.FaqSummryTtlIc {
    padding: 20px;
    cursor: pointer;
    font-weight: bold;
    font-size: 17px;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.FaqSummryTtlIc::after {
    content: '+';
    color: #A0F0FF;
    font-size: 24px;
}

.FaqItmDetlsIc[open] .FaqSummryTtlIc::after {
    content: '−';
}

.FaqTxtAnsIc {
    padding: 0 20px 20px;
    opacity: 0.8;
}

/* FORM SECTION */
.FrmMnSctnBgGr {
    padding: 100px 20px;
    background-color: #0d1116;
}

.FrmCntnrLmtWrp {
    max-width: 600px;
    margin: 0 auto;
}

.FrmSctnTtlHdrIc {
    text-align: center;
    font-size: 36px;
    margin-bottom: 20px;
}

.FrmSctnSubttlIc {
    text-align: center;
    margin-bottom: 50px;
    opacity: 0.8;
}

.FrmFldGrpHolder {
    margin-bottom: 25px;
}

.FrmLblTxtIc {
    display: block;
    margin-bottom: 10px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.FrmInptFldIc, .FrmTxtArFldIc {
    width: 100%;
    padding: 15px;
    background: #0A0D10;
    border: 1px solid #E6FBFF22;
    color: #E6FBFF;
    font-family: inherit;
}

.FrmInptFldIc:focus, .FrmTxtArFldIc:focus {
    outline: none;
    border-color: #E6FBFF;
}

.FrmChckBxGrpHold {
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.FrmChckLblIc {
    font-size: 14px;
}

.FrmPlcyLnkIc {
    color: #A0F0FF;
}

.FrmSubmtBtnIc {
    width: 100%;
    padding: 20px;
    background: #E6FBFF;
    color: #0A0D10;
    border: none;
    font-weight: 800;
    text-transform: uppercase;
    cursor: pointer;
    transition: 0.3s;
}

.FrmSubmtBtnIc:hover {
    background: #FFFFFF;
    box-shadow: 0 0 20px rgba(230, 251, 255, 0.4);
}

/* FOOTER */
.FtrMnSctnBgIc {
    padding: 80px 20px;
    background: #0A0D10;
    border-top: 1px solid #E6FBFF11;
    text-align: center;
}

.FtrCntnrLmtWrp {
    max-width: 1200px;
    margin: 0 auto;
}

.FtrTopRowLgo {
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 20px;
}

.FtrMidRowCp {
    font-size: 14px;
    opacity: 0.6;
    margin-bottom: 20px;
}

.FtrMailRowIc, .FtrPhoneRowIc {
    margin-bottom: 10px;
    font-size: 15px;
}

.FtrMailLnkIc {
    color: #A0F0FF;
    text-decoration: none;
}

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

.FtrPlcyLnkItm {
    color: #E6FBFF;
    font-size: 12px;
    text-decoration: none;
    opacity: 0.6;
}

.FtrPlcyLnkItm:hover {
    opacity: 1;
}

/* RESPONSIVENESS */
@media (max-width: 992px) {
    .HroCntnrFlxBx {
        flex-direction: column;
    }
    .BnfCntnrFlxRows {
        flex-direction: column;
    }
    .HroMnttlHdrCl {
        font-size: 38px;
    }
}

@media (max-width: 768px) {
    .MnBrgrBtnLblI {
        display: flex;
    }
    .NvgtnLnkWrppr {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: #0A0D10;
        padding: 20px;
        border-bottom: 1px solid #E6FBFF22;
    }
    .MnBrgrChckBxH:checked ~ .NvgtnLnkWrppr {
        display: block;
    }
    .NvgtnLstItemsR {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
}