section.ipAdresBanner {
    background: radial-gradient(circle at top, #2685bf 0, #2a4b9b 100%);
    padding: 50px 0 90px;
    color: #fff;
}

section.ipAdresBanner h1 {
    font-size: 36px;
    line-height: 42px;
    font-weight: 800;
    margin: 0 0 12px;
    color: #fff;
}

section.ipAdresBanner .ipLead {
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    opacity: .95;
    max-width: 640px;
    margin: 0 auto 30px;
}

.ipResultCard {
    background: #fff;
    border-radius: 16px;
    box-shadow: -.988px -.156px 30px 0 rgba(32, 4, 70, .12);
    padding: 35px 30px;
    color: #2a4798;
    max-width: 760px;
    margin: 0 auto;
}

.ipResultCard .ipLabel {
    display: block;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: #2c9cd4;
    margin-bottom: 10px;
}

.ipResultCard .ipValue {
    font-size: 42px;
    line-height: 1.15;
    font-weight: 800;
    word-break: break-all;
    margin-bottom: 18px;
    color: #2a4798;
}

.ipResultCard .ipActions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    margin-bottom: 25px;
}

.ipResultCard .ipActions .btn {
    border-radius: 10px;
    font-weight: 700;
    min-width: 140px;
}

.ipResultCard .ipActions .btn-copy {
    background: linear-gradient(130deg, #2c9cd4 0, #2a4798 100%);
    border: 0;
    color: #fff;
}

.ipResultCard .ipActions .btn-copy.copied {
    background: #70bb43;
}

.ipMetaGrid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    text-align: left;
}

.ipMetaItem {
    background: #f4f8ff;
    border-radius: 12px;
    padding: 14px 16px;
}

.ipMetaItem span {
    display: block;
    font-size: 12px;
    font-weight: 700;
    color: #2c9cd4;
    text-transform: uppercase;
    margin-bottom: 4px;
}

.ipMetaItem strong {
    display: block;
    font-size: 16px;
    font-weight: 700;
    color: #2a4798;
    word-break: break-word;
}

.ipArticleSection {
    margin-top: -45px;
    padding-bottom: 40px;
}

.ipArticleSection .servisDetayliBilgi {
    background: #fff;
    box-shadow: -.988px -.156px 30px 0 rgba(32, 4, 70, .08);
    padding: 35px 30px;
    margin-bottom: 30px;
}

.ipArticleSection .servisDetayliBilgi h2 {
    margin-top: 28px;
}

.ipArticleSection .servisDetayliBilgi h2:first-child {
    margin-top: 0;
}

.ipRelatedTools {
    margin: 10px 0 40px;
}

.ipRelatedTools h2 {
    color: #2a4798;
    font-weight: 800;
    font-size: 28px;
    margin-bottom: 20px;
}

.ipToolCard {
    display: block;
    background: #fff;
    border-radius: 16px;
    box-shadow: -.988px -.156px 30px 0 rgba(32, 4, 70, .1);
    padding: 24px;
    margin-bottom: 20px;
    text-decoration: none;
    transition: .2s ease all;
    min-height: 170px;
    text-align: center;
}

.ipToolCard:hover {
    transform: translateY(-3px);
    text-decoration: none;
}

.ipToolIcon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border-radius: 14px;
    background: linear-gradient(130deg, #2c9cd4 0, #2a4798 100%);
    margin: 0 auto 14px;
}

.ipToolIcon .icon {
    width: 30px;
    height: 30px;
    fill: #fff;
}

.ipToolCard strong {
    display: block;
    color: #2a4798;
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 8px;
}

.ipToolCard p {
    margin: 0;
    color: #555;
    line-height: 24px;
}

@media (max-width: 767px) {
    section.ipAdresBanner {
        padding: 35px 0 70px;
    }

    section.ipAdresBanner h1 {
        font-size: 28px;
        line-height: 34px;
    }

    .ipResultCard .ipValue {
        font-size: 28px;
    }

    .ipMetaGrid {
        grid-template-columns: 1fr;
    }

    .ipArticleSection .servisDetayliBilgi {
        padding: 25px 18px;
    }
}
