.myip-page {
    min-height: 100vh;
}

.myip-hero {
   
  	padding: 7px 7px 7px;
    text-align: center;
}

.myip-hero-content {
    max-width: 850px;
    margin: auto;
}

.myip-badge {
    display: inline-block;
    padding: 7px 14px;
    border-radius: 30px;
    background: #f1f1f1;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
}

.myip-hero h1 {
    margin: 18px 0 10px;
    font-size: 42px;
    font-weight: 700;
}

.myip-hero p {
    margin: 0;
    color: #666;
    font-size: 17px;
}

.myip-section {
    padding: 20px 20px 70px;
}

.myip-card {
    max-width: 1000px;
    margin: auto;
    background: #fff;
    border-radius: 18px;
    padding: 35px;
    box-shadow: 0 5px 30px rgba(0,0,0,.08);
}

.myip-card-header {
    text-align: center;
    margin-bottom: 30px;
}

.myip-card-header h2 {
    margin-bottom: 8px;
}

.myip-card-header p {
    color: #777;
    margin: 0;
}

.myip-display {
    text-align: center;
   
    padding: 15px 10px;
    border-radius: 16px;
    background: #f7f7f7;
}

.myip-label {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.5px;
    color: #777;
}

.myip-address {
    margin-top: 15px;
    font-size: 42px;
    line-height: 1.3;
    font-weight: 700;
    word-break: break-word;
}

.myip-version {
    margin-top: 8px;
    color: #666;
    font-weight: 600;
}

.myip-copy-button {
    margin-top: 25px;
}

.myip-details {
    margin-top: 7px;
}

.myip-info-card {
    height: 100%;
    padding: 25px;
    border: 1px solid #e5e5e5;
    border-radius: 14px;
    text-align: center;
}

.myip-info-icon {
    width: 55px;
    height: 55px;
    margin: 0 auto 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #f1f1f1;
    font-weight: 700;
    font-size: 13px;
}

.myip-info-card h3 {
    font-size: 19px;
    margin-bottom: 10px;
}

.myip-info-card p {
    margin: 0;
    color: #666;
    word-break: break-word;
}

.myip-information {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.myip-text-card {
    height: 100%;
    padding: 25px;
    border-radius: 14px;
    background: #f7f7f7;
}

.myip-text-card h2 {
    font-size: 22px;
    margin-bottom: 15px;
}

.myip-text-card p {
    color: #666;
    line-height: 1.7;
}

.myip-static-info {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 768px) {

    .myip-hero h1 {
        font-size: 32px;
    }

    .myip-card {
        padding: 20px;
    }

    .myip-address {
        font-size: 28px;
    }

}