:root {
--ye-dark: var(--pgm-dark);
--ye-accent: var(--pgm-primary);
--ye-text: var(--pgm-text);
--ye-light: var(--pgm-bg-light);
--ye-border: var(--pgm-border);
--ye-shadow: var(--pgm-shadow);
--ye-shadow-hover: var(--pgm-shadow-hover);
--ye-radius: var(--pgm-radius);
--ye-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
} body.single-post .site-content,
body.single-post .site-content .ast-container,
body.single-post #primary,
body.single-post #main,
body.single-post .entry-content,
body.single-post .ast-article-single,
body.single-post article {
max-width: 100% !important;
width: 100% !important;
padding-left: 0 !important;
padding-right: 0 !important;
margin: 0 !important;
float: none !important; }
body.single-post #secondary {
display: none !important;
}
body.single-post .site-content {
padding-top: 0 !important;
} .ye-page,
.ye-page * {
box-sizing: border-box;
}
.ye-page {
width: 100%;
margin: 0;
padding: 0;
background: #fff;
} .ye-container {
max-width: 1200px;
margin: 0 auto;
padding: 0 30px;
width: 100%;
} .ye-progress {
position: fixed;
top: 0;
left: 0;
height: 3px;
background: linear-gradient(90deg, var(--ye-accent), #ff6b6b);
width: 0;
z-index: 999999;
} .ye-hero {
width: 100%;
min-height: 35vh;
display: flex;
align-items: end;
justify-content: center;
position: relative;
color: #fff;
margin-bottom: 80px;
}
.ye-hero-bg {
position: absolute;
inset: 0;
background-size: cover;
background-position: center;
background-color: var(--ye-dark);
}
.ye-hero-bg img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
}
.ye-hero-overlay {
position: absolute;
inset: 0;
background: linear-gradient(180deg, rgba(26, 26, 26, 0.3) 0%, var(--ye-dark) 100%);
}
.ye-hero-inner {
position: relative;
z-index: 2;
text-align: center;
padding: 20px 20px;
}
.ye-hero-title {
color: #fff;
margin: 0 0 20px;
font-weight: 500;
}
.ye-hero-meta {
color: rgba(255, 255, 255, 0.7);
letter-spacing: 3px;
display: inline-flex;
align-items: center;
gap: 10px;
}
.ye-hero-meta svg {
stroke: var(--ye-accent);
} .ye-layout {
display: grid;
grid-template-columns: 1fr 380px;
gap: 80px;
margin-bottom: 100px;
} .ye-main {
min-width: 0;
order: 1;
}
.ye-header {
margin-bottom: 40px;
}
.ye-header-sub {
display: flex;
align-items: center;
gap: 20px;
margin-bottom: 12px;
color: var(--ye-text);
letter-spacing: 3px;
}
.ye-header-line {
width: 60px;
height: 2px;
background: var(--ye-accent);
}
.ye-header-title {
color: var(--ye-dark);
margin: 0;
} .ye-reading-bar {
display: flex;
align-items: center;
gap: 25px;
padding: 15px 0;
margin-bottom: 25px;
border-bottom: 1px solid var(--ye-border);
flex-wrap: wrap;
}
.ye-reading-item {
display: flex;
align-items: center;
gap: 8px;
color: #666;
}
.ye-reading-item svg {
stroke: var(--ye-accent);
}
.ye-reading-cat span {
background: var(--ye-accent);
color: #fff;
padding: 4px 12px;
border-radius: 20px;
letter-spacing: 1px;
} .ye-featured-img {
margin-bottom: 35px;
border-radius: var(--ye-radius);
overflow: hidden;
box-shadow: var(--ye-shadow);
}
.ye-featured-img img {
width: 100%;
height: auto;
max-height: 400px;
object-fit: cover;
display: block;
transition: transform 0.6s ease;
}
.ye-featured-img:hover img {
transform: scale(1.02);
} .ye-content h2 {
color: var(--ye-dark);
margin-top: 50px;
margin-bottom: 20px;
padding-bottom: 15px;
border-bottom: 2px solid var(--ye-border);
position: relative;
}
.ye-content h2::after {
content: '';
position: absolute;
bottom: -2px;
left: 0;
width: 60px;
height: 2px;
background: var(--ye-accent);
}
.ye-content h3 {
color: var(--ye-dark);
margin-top: 35px;
}
.ye-content p {
color: var(--ye-text);
margin-bottom: 22px;
line-height: 1.9;
}
.ye-content ul,
.ye-content ol {
margin-bottom: 22px;
padding-left: 25px;
color: var(--ye-text);
}
.ye-content li {
margin-bottom: 10px;
line-height: 1.8;
}
.ye-content img {
max-width: 100%;
height: auto;
border-radius: var(--ye-radius);
margin: 30px 0;
box-shadow: var(--ye-shadow);
} .ye-share {
display: flex;
align-items: center;
gap: 15px;
padding-top: 35px;
margin-top: 40px;
border-top: 1px solid var(--ye-border);
}
.ye-share-label {
color: #666;
letter-spacing: 2px;
}
.ye-share-btns {
display: flex;
gap: 10px;
}
.ye-share-btn {
width: 42px;
height: 42px;
display: flex;
align-items: center;
justify-content: center;
background: var(--ye-light);
border-radius: 50%;
color: var(--ye-dark);
text-decoration: none;
transition: var(--ye-transition);
}
.ye-share-btn:hover {
background: var(--ye-accent);
color: #fff;
transform: translateY(-3px);
} .ye-sidebar {
position: relative;
order: 2;
}
.ye-sticky {
position: sticky;
top: 130px;
} .ye-cta {
background: var(--ye-dark);
color: #fff;
padding: 40px 30px;
text-align: center;
margin-bottom: 20px;
border-radius: var(--ye-radius);
position: relative;
overflow: hidden;
}
.ye-cta::before {
content: '';
position: absolute;
top: 0;
right: 0;
width: 150px;
height: 150px;
background: var(--ye-accent);
opacity: 0.1;
border-radius: 50%;
transform: translate(30%, -30%);
}
.ye-cta-title {
color: #fff;
margin: 0 0 15px;
position: relative;
}
.ye-cta-text {
color: rgba(255, 255, 255, 0.7);
margin: 0 0 25px;
line-height: 1.7;
position: relative;
}
.ye-cta-btn {
display: block;
background: var(--ye-accent);
color: #fff;
padding: 16px;
text-decoration: none;
letter-spacing: 2px;
transition: var(--ye-transition);
border-radius: 4px;
}
.ye-cta-btn:hover {
background: #fff;
color: var(--ye-dark);
transform: translateY(-2px);
} .ye-cards {
display: flex;
flex-direction: column;
gap: 15px;
}
.ye-card {
display: flex;
justify-content: space-between;
align-items: center;
background: transparent;
border: 1px solid rgba(14, 25, 48, 0.08);
text-decoration: none;
border-radius: var(--ye-radius);
padding: 20px;
position: relative;
overflow: hidden;
height: 100px;
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.03);
transition: var(--ye-transition);
}
.ye-card::before {
content: '';
position: absolute;
inset: 0;
background: linear-gradient(90deg, rgba(14, 25, 48, 0.34) 0%, rgba(14, 25, 48, 0.2) 40%, rgba(14, 25, 48, 0.04) 100%);
z-index: 1;
transition: var(--ye-transition);
}
.ye-card:hover {
transform: translateY(-4px);
border-color: var(--ye-accent);
box-shadow: var(--ye-shadow-hover);
}
.ye-card-info {
position: relative;
z-index: 2;
max-width: 82%;
}
.ye-card-info h4 {
margin: 0 0 6px 0;
color: #fff;
transition: var(--ye-transition);
}
.ye-card:hover .ye-card-info h4 {
color: var(--ye-accent);
}
.ye-card-info span {
color: var(--ye-accent);
letter-spacing: 1px;
}
.ye-card-img {
position: absolute;
inset: 0;
width: 100%;
height: 100%;
background-color: var(--ye-light);
opacity: 0.95;
transition: var(--ye-transition);
overflow: hidden;
}
.ye-card-img img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: bottom;
display: block;
}
.ye-card:hover .ye-card-img {
opacity: 1;
transform: scale(1.05);
}
.ye-card:hover::before {
background: linear-gradient(90deg, rgba(14, 25, 48, 0.22) 0%, rgba(14, 25, 48, 0.12) 40%, rgba(14, 25, 48, 0.02) 100%);
} .ye-cards-all {
display: flex;
align-items: center;
justify-content: center;
gap: 10px;
padding: 15px 20px;
margin-top: 5px;
background: transparent;
border: 1px dashed var(--ye-border);
border-radius: var(--ye-radius);
color: var(--ye-dark);
text-decoration: none;
letter-spacing: 1px;
transition: var(--ye-transition);
}
.ye-cards-all:hover {
background: var(--ye-dark);
border-color: var(--ye-dark);
color: #fff;
}
.ye-cards-all svg {
transition: transform 0.3s ease;
}
.ye-cards-all:hover svg {
transform: translateX(5px);
} .yavuz-blog-section {
width: 100%;
padding: 80px 0;
display: flex;
justify-content: center;
}
.yb-container {
width: 100%;
padding: 0 30px;
box-sizing: border-box;
}
.yb-header {
display: flex;
justify-content: space-between;
align-items: flex-end;
margin-bottom: 50px;
flex-wrap: wrap;
gap: 20px;
}
.yb-header-left {
flex: 0 0 auto;
max-width: 350px;
}
.yb-top-tag {
letter-spacing: 2px;
margin-bottom: 12px;
display: flex;
align-items: center;
gap: 15px;
}
.yb-top-tag::after {
content: '';
width: 40px;
height: 1px;
background: currentColor;
opacity: 0.6;
}
.yb-title {
margin: 0;
line-height: 1.2;
}
.yb-header-center {
flex: 1;
max-width: 500px;
padding-bottom: 3px;
}
.yb-desc {
line-height: 1.6;
margin: 0;
}
.yb-header-right {
flex: 0 0 auto;
}
.yb-view-all-btn {
display: inline-block;
padding: 14px 30px;
text-decoration: none;
letter-spacing: 1px;
transition: all 0.3s ease;
}
.yb-view-all-btn:hover {
opacity: 0.9;
transform: translateY(-3px);
}
.yb-grid {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 30px;
}
.yb-card {
text-decoration: none;
display: block;
position: relative;
background: #fff;
border-radius: 12px;
overflow: hidden;
box-shadow: 0 4px 20px rgba(14, 25, 48, 0.08);
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.yb-card:hover {
transform: translateY(-8px);
box-shadow: 0 20px 50px rgba(14, 25, 48, 0.15);
}
.yb-img-wrapper {
position: relative;
width: 100%;
height: 220px;
overflow: hidden;
}
.yb-img {
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.yb-card:hover .yb-img {
transform: scale(1.1);
}
.yb-img-placeholder {
width: 100%;
height: 100%;
background: linear-gradient(135deg, #f5f5f5 0%, #e8e8e8 100%);
}
.yb-date-badge {
position: absolute;
top: 15px;
left: 15px;
width: 55px;
height: 60px;
background: var(--ye-dark);
color: #fff;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
z-index: 2;
box-shadow: 0 4px 15px rgba(26, 26, 26, 0.3);
border-radius: 4px;
}
.yb-day {
font-weight: 700;
line-height: 1;
}
.yb-date-line {
width: 20px;
height: 1px;
background: rgba(255, 255, 255, 0.4);
margin: 5px 0;
}
.yb-month {
letter-spacing: 1px;
}
.yb-content {
display: flex;
flex-direction: column;
align-items: flex-start;
padding: 22px;
}
.yb-post-title {
line-height: 1.5;
margin: 0;
color: var(--ye-dark);
transition: color 0.3s ease;
display: -webkit-box;
-webkit-line-clamp: 2;
line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
}
.yb-card:hover .yb-post-title {
color: var(--ye-accent);
} @media (max-width: 1100px) {
.ye-layout {
grid-template-columns: 1fr 320px;
gap: 50px;
}
.yb-grid {
grid-template-columns: repeat(2, 1fr);
}
}
@media (max-width: 900px) {
.ye-layout {
grid-template-columns: 1fr;
gap: 60px;
}
.ye-main {
order: 1;
}
.ye-sidebar {
order: 2;
}
.ye-sticky {
position: static;
}
.yb-header {
flex-direction: column;
align-items: flex-start;
}
}
@media (max-width: 768px) {
.ye-hero {
min-height: 35vh;
}
.ye-container {
padding: 0 20px;
}
.yb-grid {
grid-template-columns: 1fr;
}
.yb-container {
padding: 0 20px;
}
.ye-reading-bar {
gap: 15px;
}
.ye-featured-img img {
max-height: 280px;
}
}
@media (max-width: 600px) {
.ye-card {
height: auto;
padding: 18px;
flex-direction: column;
text-align: center;
}
.ye-card-info {
max-width: 100%;
margin-bottom: 15px;
}
.ye-card-img {
position: static;
width: 100%;
height: 100px;
border-radius: var(--ye-radius);
mask-image: none;
-webkit-mask-image: none;
}
.yb-img-wrapper {
height: 180px;
}
}