body {
    margin: 0;
    font-family: Arial, sans-serif;
    background: #f5f7fb;
    color: #1d2433;
}

.container {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 24px;
}

.pov-hero {
    background: linear-gradient(135deg, #003b7a, #0066b3);
    color: white;
    padding: 56px 0;
}

.breadcrumbs {
    font-size: 14px;
    opacity: .85;
    margin-bottom: 18px;
}

.pov-hero h1 {
    font-size: 42px;
    margin: 0 0 12px;
}

.pov-hero p {
    font-size: 18px;
    opacity: .9;
}

.pov-page {
    padding: 36px 24px;
}

.pov-search {
    display: flex;
    gap: 12px;
    margin-bottom: 28px;
    background: white;
    padding: 18px;
    border-radius: 14px;
    box-shadow: 0 8px 24px rgba(0, 40, 90, .08);
}

.pov-search input {
    flex: 1;
    padding: 13px 16px;
    border: 1px solid #d7dfec;
    border-radius: 10px;
}

.pov-search button,
.pov-search a {
    padding: 13px 20px;
    border-radius: 10px;
    border: none;
    background: #0066b3;
    color: white;
    text-decoration: none;
    cursor: pointer;
}

.pov-search a {
    background: #eef3f8;
    color: #003b7a;
}

.pov-list {
    margin-top: 20px;
    display: grid;
    gap: 18px;
}

.pov-card {
    background: white;
    border-radius: 16px;
    padding: 24px;
    border-left: 5px solid #0066b3;
    box-shadow: 0 8px 24px rgba(0, 40, 90, .08);
}

.pov-card-header {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    border-bottom: 1px solid #edf1f7;
    padding-bottom: 14px;
    margin-bottom: 14px;
}

.pov-card h2 {
    margin: 0;
    font-size: 22px;
    color: #003b7a;
}

.pov-card-header span {
    background: #e8f2fb;
    color: #003b7a;
    padding: 6px 12px;
    border-radius: 999px;
    white-space: nowrap;
}

.pov-info p {
    margin: 8px 0;
    line-height: 1.5;
}

.pov-info a {
    color: #0066b3;
}

.empty {
    background: white;
    padding: 30px;
    border-radius: 14px;
}

.pov-reg {
    margin-top: 6px;
    color: #5d6b82;
    font-size: 14px;
}

.pov-badge {
    background: #e8f2fb;
    color: #005a9c;
    padding: 8px 14px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap;
}

.pov-info {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.pov-info p {
    margin: 0;
    line-height: 1.55;
}

.pov-info strong {
    color: #003b7a;
}

.pov-info a {
    color: #0066b3;
    text-decoration: none;
}

.pov-info a:hover {
    text-decoration: underline;
}

.pov-lang {
    margin-top: 10px !important;
    padding-top: 12px;
    border-top: 1px solid #edf1f7;
    color: #4c5c75;
    font-style: italic;
}

.pagination {
    margin-top: 36px;

    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;

    flex-wrap: wrap;
}

.pagination a {
    padding: 12px 18px;

    border-radius: 12px;

    background: white;
    color: #003b7a;

    text-decoration: none;
    font-weight: 600;

    border: 1px solid #dce6f2;

    transition: all .2s ease;

    box-shadow: 0 4px 14px rgba(0, 40, 90, .05);
}

.pagination a:hover {
    background: #0066b3;
    color: white;

    border-color: #0066b3;

    transform: translateY(-2px);

    box-shadow: 0 10px 24px rgba(0, 102, 179, .2);
}

.pagination span {
    padding: 12px 18px;

    border-radius: 12px;

    background: #eef4fb;

    color: #003b7a;

    font-weight: 600;
}

.pov-hero {
    padding: 90px 20px 70px;
    position: relative;
    overflow: hidden;
}

.pov-hero-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 24px;
}

.pov-hero h1 {
    font-size: clamp(2.2rem, 5vw, 4rem);
    font-weight: 700;
    color: #fff;
    margin: 0;
    line-height: 1.1;
}

.back-home-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;

    padding: 12px 22px;

    border-radius: 14px;
    text-decoration: none;

    color: #fff;
    font-weight: 600;

    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.12);

    backdrop-filter: blur(12px);

    transition: all 0.25s ease;
}

.back-home-btn:hover {
    transform: translateY(-2px);
    background: rgba(255,255,255,0.14);
}

.pov-hero {
    padding: 35px 20px 30px;
}

.pov-hero-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 14px;
}

.pov-hero h1 {
    font-size: clamp(1.6rem, 3vw, 2.5rem);
    font-weight: 700;
    color: #fff;
    margin: 0;
    line-height: 1.15;
    max-width: 900px;
}

.back-home-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;

    padding: 8px 16px;

    border-radius: 12px;
    text-decoration: none;

    color: #fff;
    font-size: 0.95rem;
    font-weight: 600;

    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.12);

    backdrop-filter: blur(10px);

    transition: all 0.2s ease;
}

.back-home-btn:hover {
    background: rgba(255,255,255,0.14);
    transform: translateY(-1px);
}