* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    width: 1080px;
    min-width: 1080px;
    margin: 0 auto;
    background: #eef1f5;
    font-family: 'SolaimanLipi', 'Hind Siliguri', Arial, sans-serif;
}

.design10-page {
    width: 1080px;
    margin: 0 auto;
}

.news-card {
    width: 1080px;
    height: 1344px;
    overflow: hidden;
    position: relative;
    background: #fff;
    color: #111;
    box-shadow: 0 0 16px rgba(0,0,0,.18);
}

/* Header */
.top-header {
    height: 178px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 34px 18px 42px;
    background:
        radial-gradient(circle at 85% 20%, rgba(0,105,170,.10), transparent 24%),
        linear-gradient(180deg, #ffffff 0%, #f6f8fb 100%);
    border-bottom: 8px solid #0a416c;
    position: relative;
}

.brand-area {
    width: 655px;
    height: 125px;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.brand-logo {
    max-width: 640px;
    max-height: 112px;
    width: auto;
    height: auto;
    object-fit: contain;
    object-position: left center;
}

.brand-text {
    font-family: 'Hind Siliguri', sans-serif;
    font-size: 55px;
    font-weight: 800;
    color: #071f36;
}

.breaking-badge {
    width: 335px;
    height: 130px;
    position: relative;
    transform: skewX(-14deg);
    margin-right: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.breaking-badge::before {
    content: '';
    position: absolute;
    inset: 4px 0 4px 18px;
    background: linear-gradient(120deg, #c80012 0%, #f21d2e 72%, #aa0012 100%);
    clip-path: polygon(8% 0, 100% 0, 88% 100%, 0 100%);
    box-shadow: 0 7px 0 #0c3557;
}

.breaking-badge::after {
    content: '';
    position: absolute;
    right: 2px;
    top: 0;
    width: 18px;
    height: 100%;
    background: #075184;
    box-shadow: 12px 0 0 #d60b1f;
}

.breaking-top,
.breaking-bottom {
    z-index: 2;
    transform: skewX(14deg);
    font-family: Arial, sans-serif;
    font-weight: 800;
    letter-spacing: 1px;
    color: #fff;
    text-shadow: 0 1px 1px rgba(0,0,0,.2);
}

.breaking-top {
    font-size: 38px;
    margin-top: 5px;
}

.breaking-bottom {
    font-size: 36px;
    margin-top: 3px;
    color: #f8fbff;
}

/* Photo */
.photo-section {
    height: 600px;
    position: relative;
    overflow: hidden;
    background: #dfe4e9;
    border-left: 14px solid #0a416c;
    border-right: 14px solid #0a416c;
}

.featured-photo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.no-image {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6f7880;
    font-size: 32px;
    background: #dfe4e9;
}

.photo-frame {
    position: absolute;
    inset: 0;
    pointer-events: none;
    border: 7px solid rgba(255,255,255,.95);
    box-shadow: inset 0 0 0 2px rgba(8,61,96,.22);
}

/* Meta */
.meta-strip {
    height: 82px;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    background: #f4f6f9;
    border-bottom: 1px solid #d4d9de;
    font-family: 'Hind Siliguri', sans-serif;
    font-weight: 700;
}

.meta-left {
    min-width: 500px;
    padding: 0 38px;
    display: flex;
    align-items: center;
    gap: 16px;
    color: #fff;
    background: #0d3f69;
    clip-path: polygon(0 0, 92% 0, 100% 100%, 0 100%);
    font-size: 29px;
}

.meta-left i {
    font-size: 30px;
}

.meta-right {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 42px;
    color: #15334c;
    font-size: 25px;
}

/* Headline */
.headline-section {
    min-height: 160px;
    padding: 15px 55px 8px;
    text-align: center;
    background: #fff;
}

.headline-section h1 {
    font-family: 'Hind Siliguri', 'SolaimanLipi', sans-serif;
    font-size: 55px;
    line-height: 1.12;
    font-weight: 800;
    color: #111;
    max-height: 124px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.headline-rule {
    height: 5px;
    margin: 8px auto 0;
    width: 92%;
    background: #d50a19;
    border-radius: 3px;
}

/* Story */
.story-section {
    height: 175px;
    display: flex;
    align-items: stretch;
    padding: 14px 58px 12px 46px;
    background: #fff;
    position: relative;
}

.story-accent {
    width: 7px;
    flex: 0 0 7px;
    background: #d50a19;
    margin-right: 22px;
    border-radius: 4px;
}

.story-section p {
    flex: 1;
    align-self: center;
    font-size: 25px;
    line-height: 1.42;
    color: #20252a;
    max-height: 145px;
    overflow: hidden;
}

/* Footer */
.bottom-footer {
    height: 149px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 34px 16px 42px;
    background: linear-gradient(180deg, #0a2f52 0%, #06223d 100%);
    color: #fff;
    border-top: 8px solid #d30b1c;
    position: relative;
}

.bottom-footer::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 10px;
    background: linear-gradient(90deg, #d30b1c 0%, #d30b1c 65%, #f2f4f7 65%, #f2f4f7 67%, #d30b1c 67%, #d30b1c 100%);
}

.footer-socials {
    width: 310px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.footer-icon {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    background: rgba(255,255,255,.12);
    border: 2px solid rgba(255,255,255,.65);
}

.footer-icon.fb { background: #1877f2; border: none; }
.footer-icon.yt { background: #e62117; border: none; }
.footer-icon.x { background: #000; border: none; }

.footer-site {
    flex: 1;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.footer-site strong {
    font-size: 31px;
    font-weight: 800;
}

.footer-site span {
    font-family: Arial, sans-serif;
    font-size: 18px;
    opacity: .85;
}

.footer-qr {
    width: 92px;
    height: 92px;
    background: #fff;
    padding: 5px;
    border-radius: 4px;
}

.footer-qr img {
    width: 82px;
    height: 82px;
    display: block;
}

/* Optional ad */
.banner_ads {
    display: none;
}

/* Download */
.download-button {
    margin: 26px 0 40px;
    text-align: center;
}

.download-button button {
    padding: 14px 32px;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    background: #0d5b8f;
    border: 0;
    border-radius: 8px;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(0,0,0,.22);
}

.download-button button:hover {
    background: #083e63;
}

@media print {
    .download-button { display: none; }
}
