.news-hero{position:relative;overflow:hidden;min-height:var(--page-hero-height);display:flex;align-items:center;color:#fff}.news-hero-content{position:relative;max-width:1200px}.news-hero-label{display:inline-block;margin-bottom:16px;color:var(--sekin-orange);font-weight:700;text-transform:uppercase;letter-spacing:1px}.news-hero-stats{display:flex;gap:48px;margin-top:48px}.news-stat{display:flex;flex-direction:column}.news-stat-number{font-size:40px;font-weight:800;color:var(--sekin-orange)}.news-stat-label{color:rgb(255 255 255 / .75)}.news-hero-trust{width:75%;display:grid;grid-template-columns:repeat(3,1fr);gap:0;overflow:hidden}.news-trust-item{color:#fefefe;display:grid;align-items:center;gap:0;padding:0 12px;position:relative}.news-trust-item .news-stat-number{font-size:24px;font-weight:700;color:var(--sekin-orange)}.news-hero-trust .news-trust-item:not(:first-child){padding-left:50px}.news-hero-trust .news-trust-item:not(:last-child)::after{content:'';position:absolute;top:20%;bottom:20%;right:0;width:1px;background:linear-gradient(to bottom,transparent,rgb(255 255 255 / .12),rgb(255 255 255 / .12),transparent)}.news-trust-item strong{display:block;color:#fff;margin-bottom:4px}.news-trust-item span{color:rgb(255 255 255 / .72);font-size:14px}.news-featured .section-heading{text-align:left}.news-featured .section-heading h2::after{margin:10px 0}.news-featured-layout{display:grid;grid-template-columns:1.7fr 1fr;gap:24px;align-items:stretch}.featured-main{position:relative;overflow:hidden;border-radius:var(--radius-xl);min-height:520px;background:#071735}.featured-main-thumbnail{position:absolute;inset:0}.featured-main-thumbnail img{width:100%;height:100%;object-fit:cover}.featured-main::after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,rgb(0 0 0 / .05) 0%,rgb(7 23 53 / .75) 75%,rgb(7 23 53 / .95) 100%)}.featured-main-content{position:absolute;left:32px;right:32px;bottom:32px;z-index:10;color:#fff}.featured-category{display:inline-flex;align-items:center;padding:8px 14px;border-radius:8px;background:var(--color-primary);color:#fff;font-size:12px;font-weight:700;text-transform:uppercase;margin-bottom:18px}.featured-date{display:flex;align-items:center;gap:8px;font-size:12px;color:rgb(255 255 255 / .75);margin-bottom:10px}.featured-date svg{width:16px;height:16px}.featured-main h3{margin:0 0 10px 0;font-size:24px;line-height:1;font-weight:700}.featured-main h3 a{color:#fff}.featured-main h3 a:hover{color:var(--sekin-orange)}.featured-sidebar{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.featured-small{position:relative;overflow:hidden;border-radius:16px;min-height:250px;background:#071735}.featured-small-thumb{position:absolute;inset:0}.featured-small-thumb img{width:100%;height:100%;object-fit:cover}.featured-small::after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,rgb(0 0 0 / .05) 0%,rgb(7 23 53 / .25) 45%,rgb(7 23 53 / .95) 100%)}.featured-small-content{position:absolute;left:16px;right:16px;bottom:16px;z-index:5;color:#fff}.featured-small-category{display:inline-flex;padding:6px 10px;border-radius:6px;background:var(--color-primary);color:#fff;font-size:11px;font-weight:700;text-transform:uppercase;margin-bottom:10px}.featured-small h4{margin:10px 0 0;font-size:16px;line-height:1.2;font-weight:600}.featured-small h4 a{color:#fff}.featured-small h4 a:hover{color:var(--sekin-orange)}.featured-main img,.featured-small img{transition:transform .6s ease}.featured-main:hover img,.featured-small:hover img{transform:scale(1.05)}.news-latest .section-heading{text-align:left}.news-latest .section-heading h2::after{margin:10px 0}.news-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:32px}.news-single-hero{position:relative;overflow:hidden;min-height:var(--page-hero-height);display:flex;align-items:center;color:#fff}.news-single-header{position:relative;max-width:100%}.news-single-excerpt{font-size:16px;color:rgb(255 255 255 / .85);max-width:860px;margin:0 0 20px 0}.news-single-meta{display:flex;align-items:center;gap:24px;flex-wrap:wrap;padding:8px 12px;width:fit-content}.news-author{display:flex;align-items:center;gap:12px}.news-author img{width:24px;height:24px;border-radius:50%;object-fit:cover;border:2px solid rgb(255 255 255 / .2);box-shadow:0 4px 16px rgb(0 0 0 / .2)}.news-single-meta>span{display:inline-flex;align-items:center;gap:5px}.news-single-meta svg{width:16px;height:16px;flex-shrink:0}.news-single-page{margin:40px 0}.news-single-page .ngg-gallery-thumbnail img{border-radius:var(--radius-sm)}.related-news{background:var(--sekin-light)}.related-news-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:32px;margin-top:40px}.news-cta{padding:40px 0 80px}.news-cta-card{background:linear-gradient(135deg,#071735,#0b275b);border-radius:var(--radius-xl);padding:40px;display:flex;align-items:center;justify-content:space-between;gap:40px;overflow:hidden;position:relative}.news-cta-card::before{content:'';position:absolute;width:320px;height:320px;border-radius:50%;background:rgb(255 255 255 / .04);top:-120px;right:-80px}.news-cta-content{max-width:820px}.news-cta-content h2{color:#fff;margin:12px 0 16px;text-transform:uppercase}.news-cta-content p{color:rgb(255 255 255 / .85);margin:0}.news-cta-action{flex-shrink:0;z-index:10}.news-cta-action .button-primary{display:inline-flex;align-items:center;justify-content:center;gap:12px;min-height:58px;padding:0 28px;border-radius:8px;font-size:15px;font-weight:700;text-transform:uppercase;transition:all .25s ease}.news-cta-action .button-primary{background:var(--sekin-orange);color:#fefefe}.news-cta-action .button-primary:hover{color:#fefefe;box-shadow:0 12px 30px rgb(255 122 0 / .30)}@media (max-width:1200px){.news-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:991px){.news-featured-layout{grid-template-columns:1fr}.news-featured-layout{grid-template-columns:1fr}.featured-sidebar{grid-template-columns:1fr 1fr}.featured-main{min-height:420px}.related-news-grid{grid-template-columns:repeat(2,1fr)}.news-cta-card{flex-direction:column;text-align:center}}@media (max-width:768px){.news-hero-trust{grid-template-columns:1fr;gap:10px;padding-left:0}.featured-sidebar{grid-template-columns:1fr}.featured-main h3{font-size:28px}.related-news-grid{grid-template-columns:1fr}.news-grid{grid-template-columns:1fr}}