/* RESET & BASE */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body.nurosilHarbor_BodyMain {
    background-color: #07090C;
    color: #FFFFFF;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
    overflow-x: hidden;
}

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

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

ul {
    list-style: none;
}

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

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

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

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

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

.nurosilHarbor_NavLink {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #E0E0E0;
}

.nurosilHarbor_NavLink:hover {
    color: #4FF7FF;
    text-shadow: 0 0 8px #4FF7FF;
}

.nurosilHarbor_NavToggle, .nurosilHarbor_Burger {
    display: none;
}

/* HERO SECTION */
.nurosilHarbor_HeroSection {
    padding: 80px 0;
    position: relative;
}

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

.nurosilHarbor_HeroImageCol {
    flex: 1;
}

.nurosilHarbor_HeroImg {
    border: 1px solid #4FF7FF;
    box-shadow: 0 0 30px rgba(79, 247, 255, 0.1);
    border-radius: 4px;
}

.nurosilHarbor_HeroTextCol {
    flex: 1.2;
}

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

.nurosilHarbor_HeroSub {
    font-size: 20px;
    color: #CCCCCC;
    margin-bottom: 40px;
}

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

.nurosilHarbor_HeroTextBlock {
    border-left: 3px solid #4FF7FF;
    padding-left: 20px;
}

.nurosilHarbor_HeroBlockH3 {
    font-size: 18px;
    margin-bottom: 5px;
    color: #FFFFFF;
}

.nurosilHarbor_HeroBlockP {
    font-size: 15px;
    color: #AAAAAA;
}

.nurosilHarbor_BtnPrimary {
    display: inline-block;
    background: #4FF7FF;
    color: #07090C;
    padding: 15px 40px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 2px;
    box-shadow: 0 0 15px rgba(79, 247, 255, 0.4);
}

.nurosilHarbor_BtnPrimary:hover {
    background: #FFFFFF;
    box-shadow: 0 0 25px #4FF7FF;
}

/* REVIEWS */
.nurosilHarbor_ReviewsSection {
    padding: 100px 0;
    background: #0A0D12;
}

.nurosilHarbor_SectionH2 {
    font-size: 36px;
    text-align: center;
    margin-bottom: 50px;
    color: #4FF7FF;
    position: relative;
}

.nurosilHarbor_SectionH2::after {
    content: '';
    display: block;
    width: 60px;
    height: 2px;
    background: #4FF7FF;
    margin: 15px auto 0;
}

.nurosilHarbor_ReviewsGrid {
    display: flex;
    gap: 30px;
}

.nurosilHarbor_ReviewCard {
    flex: 1;
    background: #111418;
    padding: 40px;
    border: 1px solid #1E252D;
    position: relative;
}

.nurosilHarbor_ReviewText {
    font-style: italic;
    color: #DDDDDD;
    margin-bottom: 25px;
}

.nurosilHarbor_ReviewAuthor {
    display: block;
    font-weight: 700;
    color: #4FF7FF;
    text-align: right;
}

/* PRICING */
.nurosilHarbor_PriceSection {
    padding: 100px 0;
}

.nurosilHarbor_PriceGrid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.nurosilHarbor_PriceCard {
    width: calc(33.333% - 14px);
    background: #0D1117;
    border: 1px solid #1E252D;
    padding: 40px;
    transition: transform 0.3s ease;
}

.nurosilHarbor_PriceCard:hover {
    transform: translateY(-5px);
    border-color: #4FF7FF;
}

.nurosilHarbor_PriceValue {
    font-size: 32px;
    font-weight: 800;
    color: #FFFFFF;
    margin-bottom: 10px;
}

.nurosilHarbor_PriceDiscount {
    font-size: 14px;
    color: #4FF7FF;
    background: rgba(79, 247, 255, 0.1);
    padding: 2px 8px;
    border-radius: 4px;
}

.nurosilHarbor_PriceTitle {
    font-size: 20px;
    color: #4FF7FF;
    margin-bottom: 25px;
}

.nurosilHarbor_PriceList li {
    padding: 8px 0;
    color: #BBBBBB;
    border-bottom: 1px solid #1E252D;
}

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

/* TARGET SECTION */
.nurosilHarbor_TargetSection {
    padding: 100px 0;
    background: #0A0D12;
}

.nurosilHarbor_SectionIntro {
    text-align: center;
    max-width: 800px;
    margin: -30px auto 50px;
    color: #999999;
}

.nurosilHarbor_TargetList {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.nurosilHarbor_TargetItem {
    background: #111418;
    padding: 25px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.nurosilHarbor_TargetLine {
    width: 40px;
    height: 1px;
    background: #4FF7FF;
}

.nurosilHarbor_TargetText {
    font-size: 16px;
    color: #EEEEEE;
}

/* EXPERT SECTION */
.nurosilHarbor_ExpertSection {
    padding: 100px 0;
}

.nurosilHarbor_ExpertBlock {
    max-width: 900px;
    margin: 0 auto;
    background: linear-gradient(135deg, #111418 0%, #07090C 100%);
    padding: 60px;
    border: 1px solid #1E252D;
}

.nurosilHarbor_Quote {
    font-size: 24px;
    line-height: 1.5;
    color: #E0E0E0;
    margin-bottom: 30px;
    position: relative;
    padding: 0 40px;
}

.nurosilHarbor_Quote::before {
    content: '“';
    position: absolute;
    left: 0;
    top: -10px;
    font-size: 60px;
    color: #4FF7FF;
}

.nurosilHarbor_ExpertMeta {
    text-align: right;
    margin-bottom: 50px;
}

.nurosilHarbor_ExpertName {
    display: block;
    font-size: 22px;
    font-weight: 700;
    color: #4FF7FF;
}

.nurosilHarbor_ExpertRole {
    color: #888888;
}

.nurosilHarbor_DetailsH4 {
    color: #4FF7FF;
    margin-bottom: 20px;
    font-size: 18px;
}

.nurosilHarbor_DetailsList {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.nurosilHarbor_DetailsList li {
    color: #AAAAAA;
    font-size: 15px;
}

.nurosilHarbor_DetailsList li strong {
    color: #FFFFFF;
}

/* BENEFITS SECTION */
.nurosilHarbor_BenefitsSection {
    padding: 100px 0;
    background: #0A0D12;
}

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

.nurosilHarbor_BenefitsTextCol, .nurosilHarbor_BenefitsImgCol {
    flex: 1;
}

.nurosilHarbor_BenefitsListMain {
    margin-top: 30px;
}

.nurosilHarbor_BenefitsListMain li {
    margin-bottom: 15px;
    padding-left: 30px;
    position: relative;
}

.nurosilHarbor_BenefitsListMain li::before {
    content: '→';
    position: absolute;
    left: 0;
    color: #4FF7FF;
}

/* TEXT SECTIONS */
.nurosilHarbor_TextSection {
    padding: 80px 0;
}

.nurosilHarbor_BgAlt {
    background: #0D1117;
}

.nurosilHarbor_LongP {
    max-width: 850px;
    margin: 0 auto 25px;
    color: #BBBBBB;
    font-size: 17px;
    text-align: justify;
}

/* FAQ */
.nurosilHarbor_FaqSection {
    padding: 100px 0;
    background: #0A0D12;
}

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

.nurosilHarbor_FaqDetails {
    margin-bottom: 15px;
    border: 1px solid #1E252D;
    background: #111418;
}

.nurosilHarbor_FaqSummary {
    padding: 20px;
    cursor: pointer;
    font-weight: 600;
    color: #4FF7FF;
    list-style: none;
    position: relative;
}

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

.nurosilHarbor_FaqSummary::after {
    content: '+';
    position: absolute;
    right: 20px;
}

.nurosilHarbor_FaqDetails[open] .nurosilHarbor_FaqSummary::after {
    content: '-';
}

.nurosilHarbor_FaqContent {
    padding: 0 20px 20px;
    color: #CCCCCC;
    font-size: 15px;
}

/* FORM */
.nurosilHarbor_FormSection {
    padding: 100px 0;
}

.nurosilHarbor_FormWrapper {
    max-width: 700px;
    margin: 0 auto;
    background: #111418;
    padding: 50px;
    border: 1px solid #4FF7FF;
}

.nurosilHarbor_FormSub {
    text-align: center;
    margin-bottom: 40px;
    color: #888888;
}

.nurosilHarbor_FormGroup {
    margin-bottom: 20px;
}

.nurosilHarbor_Label {
    display: block;
    margin-bottom: 8px;
    color: #EEEEEE;
    font-size: 14px;
}

.nurosilHarbor_Input, .nurosilHarbor_Textarea {
    width: 100%;
    background: #07090C;
    border: 1px solid #1E252D;
    padding: 15px;
    color: #FFFFFF;
    font-family: inherit;
}

.nurosilHarbor_Input:focus, .nurosilHarbor_Textarea:focus {
    outline: none;
    border-color: #4FF7FF;
}

.nurosilHarbor_Textarea {
    height: 120px;
    resize: none;
}

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

.nurosilHarbor_CheckLabel {
    font-size: 13px;
    color: #999999;
}

.nurosilHarbor_CheckLabel a {
    color: #4FF7FF;
}

.nurosilHarbor_BtnSubmit {
    width: 100%;
    background: #4FF7FF;
    color: #07090C;
    border: none;
    padding: 18px;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    transition: 0.3s;
}

.nurosilHarbor_BtnSubmit:hover {
    background: #FFFFFF;
    box-shadow: 0 0 20px #4FF7FF;
}

/* FOOTER */
.nurosilHarbor_Footer {
    padding: 80px 0 40px;
    border-top: 1px solid #1E252D;
    background: #07090C;
}

.nurosilHarbor_FooterMain {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
}

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

.nurosilHarbor_FooterContact p {
    color: #888888;
    font-size: 14px;
    margin-bottom: 5px;
}

.nurosilHarbor_FooterBottom {
    border-top: 1px solid #1E252D;
    padding-top: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
    color: #666666;
}

.nurosilHarbor_FooterLinks {
    display: flex;
    gap: 20px;
}

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

/* RESPONSIVE */
@media (max-width: 992px) {
    .nurosilHarbor_HeroGrid, .nurosilHarbor_BenefitsGrid {
        flex-direction: column;
    }
    .nurosilHarbor_PriceCard {
        width: calc(50% - 10px);
    }
    .nurosilHarbor_TargetList {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .nurosilHarbor_Nav {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: #07090C;
        border-bottom: 2px solid #4FF7FF;
    }
    .nurosilHarbor_NavList {
        flex-direction: column;
        padding: 30px;
        text-align: center;
    }
    .nurosilHarbor_Burger {
        display: flex;
        flex-direction: column;
        gap: 5px;
        cursor: pointer;
    }
    .nurosilHarbor_Burger span {
        width: 30px;
        height: 3px;
        background: #4FF7FF;
    }
    .nurosilHarbor_NavToggle:checked ~ .nurosilHarbor_Nav {
        display: block;
    }
    .nurosilHarbor_HeroH1 {
        font-size: 32px;
    }
    .nurosilHarbor_PriceCard {
        width: 100%;
    }
    .nurosilHarbor_FooterMain {
        flex-direction: column;
        gap: 30px;
    }
    .nurosilHarbor_FooterBottom {
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }
    .nurosilHarbor_FooterLinks {
        flex-wrap: wrap;
        justify-content: center;
    }
    .nurosilHarbor_DetailsList {
        grid-template-columns: 1fr;
    }
}