body{ margin:50px 5% 0 5%; 
	font-size:12px; font-weight:400; 
	line-height:1.3; 
	padding:0; 
	position:relative; 
    font-family:Segoe UI,Roboto,Arial,sans-serif;
    background:#f4f7fb;
    color:#333;
}
a { color:navy; text-decoration:underline; font-weight:400; }
a:hover { text-decoration:underline; }
p { margin:6px 0 6px 0; }
.footer a { color:#fff; text-decoration:none; }
.footer a:hover { text-decoration:underline; }
.oa {
	font-size:12px;
	background:green;
	color:#fff;
	padding:3px 5px 3px 5px;
	margin:0 17px 0 0;
}
.atip {
	font-size:14px;
	/*background:blue;*/
	/*background:#E01B24;*/
	color:#444;
	padding:3px 5px 3px 5px;
}
.atitle {
	font-size:13px;
	line-height: 1.3em;
	font-weight:500;
	color:#222;
	margin:0 0 10px 0;
}
.authors {
	font-size:12px;
	color:#444;
}
.ajid {
	font-size:12px;
	color:#666;
}
.abstract {
	font-size:12x;
	color:#111;
	padding:0 0 22px 0;
	border-bottom:1px solid #ddd;
	margin:0 0 22px 0;
}
.atips {
	font-size:11px;
	color:brown;
}
.atitles {
	font-size:12px;
	font-weight:bold;
	color:#222;
}
.authorss {
	font-size:11px;
	color:#111;
}
.ajids {
	font-size:11px;
	color:#555;
}
/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */
.foutline {
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}
.carousel {
  position: relative;
  border:1px solid #ddd;
}
.carousel.pointer-event {
  touch-action: pan-y;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}
.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  max-height: 250px;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}
.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
  transform: translateX(-100%);
}
/* rtl:end:ignore */
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
    transition: none;
  }
}
.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  bottom: 10px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #111;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
.carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #000;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
  cursor:pointer;
}
.carousel-control-prev {
  left: 0;
}
.carousel-control-next {
  right: 0;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #555;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators [data-bs-target] {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}
.carousel-caption {
  background: rgba(0, 107, 201, 0.5);
  position: absolute;
  margin-top: 20px;
  right:0;
  left:0;
  padding: 7px 33px 7px 33px;
  color: #fff;
  text-align: left;
}
.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}
.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000;
}
.carousel-dark .carousel-caption {
  color: #000;
}
/* Carousel base class */
.carousel {
  margin-bottom: 4rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
}
/* Declare heights because of positioning of img element */
.carousel-item {
  height: 32rem;
}
.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 32rem;
}
.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.text-start {
  text-align: left !important;
}
.btn-primary {
  color: #fff;
  background-color: #2937f0;
  border-color: #2937f0;
}
.btn-primary:hover {
  color: #fff;
  background-color: #232fcc;
  border-color: #212cc0;
}
*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}
.topbar{
    position:sticky;
    top:0;
    z-index:999;
    background:#fff;
    box-shadow:0 4px 18px rgba(0,0,0,.08);
}
.container{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:20px;
    width:95%;
    max-width:1400px;
    margin: 0 auto;
    padding:15px 0;
}
.logo img{
    height:50px;
}
nav{
    display:flex;
    align-items:center;
    gap:28px;
}
nav a{
    text-decoration:none;
    color:#1b2b45;
    font-weight:600;
    transition:.25s;
}
nav a:hover{
    color:#1565C0;
}
.submit-btn{
    background:#1565C0;
    color:white!important;
    padding:12px 24px;
    border-radius:8px;
}
.submit-btn:hover{
    background:#0D47A1;
}
.hero{
    background:linear-gradient(135deg,#0B5ED7,#1976D2,#2196F3);
    color:white;
    padding:90px 20px;
    text-align:center;
}
.hero-content{
    max-width:900px;
    margin:auto;
}
.hero h1{
    font-size:48px;
    font-weight:700;
    margin-bottom:20px;
}
.hero p{
    font-size:20px;
    opacity:.95;
    margin-bottom:35px;
}
.hero-search{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:15px;
    flex-wrap:wrap;
}
.hero-search input{
    width:650px;
    max-width:100%;
    padding:18px 22px;
    border:none;
    border-radius:10px;
    font-size:18px;
    outline:none;
    box-shadow:0 10px 30px rgba(0,0,0,.15);
}
.hero-search button{
    padding:18px 35px;
    border:none;
    border-radius:10px;
    background:#FF6F00;
    color:white;
    font-size:18px;
    cursor:pointer;
    transition:.25s;
    box-shadow:0 8px 20px rgba(0,0,0,.15);
}
.hero-search button:hover{
    background:#F57C00;
    transform:translateY(-2px);
}
@media(max-width:768px){
.hero{
    padding:60px 15px;
}
.hero h1{
    font-size:32px;
}
.hero p{
    font-size:17px;
}
.hero-search{
    flex-direction:column;
}
.hero-search input{
    width:100%;
}
.hero-search button{
    width:100%;
}
}
.metrics{
    padding:70px 0;
    max-width:1300px;
    margin:auto;
}
.metrics h2{
    text-align:center;
    font-size:34px;
    margin-bottom:45px;
    color:#1b2b45;
}
.metric-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:30px;
}
.metric-card{
    background:white;
    border-radius:16px;
    padding:40px 20px;
    text-align:center;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    transition:.3s;
}
.metric-card:hover{
    transform:translateY(-8px);
    box-shadow:0 18px 40px rgba(0,0,0,.15);
}
.metric-card span{
    display:block;
    font-size:46px;
    font-weight:700;
    color:#1565C0;
}
.metric-card small{
    display:block;
    margin-top:12px;
    font-size:17px;
    color:#666;
}
@media(max-width:900px){
.metric-grid{
grid-template-columns:repeat(2,1fr);
}
}
@media(max-width:600px){
.metric-grid{
grid-template-columns:1fr;
}
}
.latest-section{
    max-width:1400px;
    margin:80px auto;
}
.latest-section h2{
    text-align:center;
    font-size:36px;
    margin-bottom:45px;
    color:#1b2b45;
}
.latest-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:28px;
}
.latest-card{
    background:white;
    border-radius:18px;
    overflow:hidden;
    box-shadow:0 10px 25px rgba(0,0,0,.08);
    transition:.3s;
}
.latest-card:hover{
    transform:translateY(-8px);
    box-shadow:0 18px 40px rgba(0,0,0,.15);
}
.article-banner{
    width:100%;
    height:180px;
    object-fit:cover;
}
.latest-card h3{
    padding:20px;
    color:#1565C0;
}
.article-link{
    display:block;
    padding:12px 20px;
    text-decoration:none;
    color:#333;
    border-top:1px solid #eee;
    transition:.25s;
    line-height:1.45;
}
.article-link:hover{
    background:#F4F8FF;
    color:#1565C0;
    padding-left:28px;
}
@media(max-width:1200px){
.latest-grid{
grid-template-columns:repeat(2,1fr);
}
}
@media(max-width:700px){
.latest-grid{
grid-template-columns:1fr;
}
}
.issues-section{
    max-width:1400px;
    margin:90px auto;
}
.issues-section h2{
    text-align:center;
    font-size:36px;
    margin-bottom:45px;
}
.issues-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:28px;
}
.issue-card{
    background:white;
    border-radius:18px;
    overflow:hidden;
    box-shadow:0 10px 25px rgba(0,0,0,.08);
    transition:.3s;
}
.issue-card:hover{
    transform:translateY(-8px);
    box-shadow:0 20px 40px rgba(0,0,0,.15);
}
.issue-card img{
    width:100%;
    height:300px;
    object-fit:cover;
}
.issue-card h3{
    padding:20px 20px 10px;
    font-size:19px;
    color:#1B2B45;
}
.issue-card p{
    padding:0 20px;
    line-height:1.8;
    color:#666;
}
.issue-card a{
    display:block;
    margin:20px;
    text-align:center;
    background:#1565C0;
    color:white;
    padding:12px;
    border-radius:8px;
    text-decoration:none;
    transition:.25s;
}
.issue-card a:hover{
    background:#0D47A1;
}
@media(max-width:1200px){
.issues-grid{
grid-template-columns:repeat(2,1fr);
}
}
@media(max-width:700px){
.issues-grid{
grid-template-columns:1fr;
}
}
.journals-section{
    max-width:1450px;
    margin:90px auto;
}
.journals-section h2{
    text-align:center;
    font-size:38px;
    color:#1b2b45;
}
.section-subtitle{
    text-align:center;
    color:#777;
    margin:15px 0 45px;
}
.journal-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
    gap:30px;
}
.journal-card{
    background:#fff;
    border-radius:18px;
    overflow:hidden;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    transition:.35s;
}
.journal-card:hover{
    transform:translateY(-10px);
    box-shadow:0 20px 45px rgba(0,0,0,.16);
}
.cover{
    background:#eef4fb;
    text-align:center;
    padding:25px;
}
.cover img{
    width:150px;
    height:auto;
    transition:.35s;
}
.journal-card:hover .cover img{
    transform:scale(1.05);
}
.journal-body{
    padding:25px;
}
.journal-code{
    display:inline-block;
    padding:5px 12px;
    background:#1565C0;
    color:white;
    border-radius:30px;
    font-size:13px;
    margin-bottom:15px;
}
.journal-body h3{
    font-size:20px;
    margin-bottom:18px;
    color:#1b2b45;
    line-height:1.35;
}
.journal-body p{
    margin:10px 0;
    color:#666;
}
.visit-btn{
    display:inline-block;
    margin-top:20px;
    padding:12px 22px;
    border-radius:8px;
    background:#1565C0;
    color:white;
    text-decoration:none;
    transition:.25s;
}
.visit-btn:hover{
    background:#0D47A1;
}
.search-results{
    max-width:1100px;
    margin:auto;
}
.result-card{
    background:#fff;
    border-radius:16px;
    padding:28px;
    margin-bottom:22px;
    box-shadow:0 8px 24px rgba(0,0,0,.08);
    transition:.3s;
}
.result-card:hover{
    transform:translateY(-4px);
    box-shadow:0 15px 40px rgba(0,0,0,.14);
}
.result-card h3{
    margin:0 0 12px;
}
.result-card h3 a{
    text-decoration:none;
    color:#1565C0;
    line-height:1.4;
}
.result-card h3 a:hover{
    color:#0D47A1;
}
.authors{
    color:#555;
    margin-bottom:12px;
    line-height:1.7;
}
.journal{
    color:#777;
    margin-bottom:10px;
}
.doi{
    font-size:14px;
}
.doi a{
    color:#1565C0;
    text-decoration:none;
}
.nav-search{
    display:flex;
    align-items:center;
    flex-shrink:0;
    opacity:0;
    width:0;
    overflow:hidden;
    transition:all .35s ease;
}
.topbar.scrolled{
    padding:8px 0;
}
.topbar.scrolled .nav-search{
    opacity:1;
    width:340px;
}
/* Alt sayfalarda her zaman açık */
.topbar.inner-page .nav-search{
    opacity:1;
    width:340px;
}
nav{
    display:flex;
    align-items:center;
    gap:24px;
    flex:1;
}
.nav-search input{
    width:280px;
    height:42px;
    padding:0 15px;
    border:1px solid #d7dce3;
    border-right:none;
    border-radius:8px 0 0 8px;
    outline:none;
}
.nav-search button{
    height:42px;
    padding:0 18px;
    border:none;
    background:#1565C0;
    color:#fff;
    border-radius:0 8px 8px 0;
    cursor:pointer;
}
.wg-footer{
	margin:20px -5% 0 -5%;
}
html{
scroll-behavior:smooth;
}
.policy-anchor{
scroll-margin-top:120px;
}
.wg-policy-container{
display:grid;
grid-template-columns:280px 1fr;
gap:35px;
align-items:start;
}
.wg-policy-menu{
background:#f8f9fb;
border:1px solid #ddd;
border-radius:12px;
padding:20px;
position:sticky;
top:90px;
height:calc(100vh - 60px);
overflow-y:auto;
}
.wg-policy-menu a.active{
    background:#e8f1ff;
    color:#1565C0;
    border-left:4px solid #1565C0;
    font-weight:600;
    border-radius:6px;
    padding:5px 8px;
    display:block;
}
.wg-policy-menu ul{
list-style:none;
padding:0;
}
.wg-policy-menu li{
margin-bottom:7px;
}
.wg-policy-menu a{
text-decoration:none;
color:#1565C0;
font-size:14px;
}
.wg-policy-menu a:hover{
color:#0D47A1;
}
.wg-policy-content{
    line-height:1.75;
    color:#374151;
	background:#fff;
	padding:35px;
	border-radius:15px;
	box-shadow:0 4px 20px rgba(0,0,0,.05);
	max-width:950px;
}
.wg-policy-content section{
    margin-top:15px;
    scroll-margin-top:120px;
}
.wg-policy-content h1{
	font-size:28px;
	margin-bottom:30px;
	color:#0f172a;
}
.wg-policy-content h2{
    font-size:24px;
    color:#0f172a;
    margin-top:40px;
	border-bottom:2px solid #1565C0;
	padding-bottom:8px;
	margin-bottom:20px;
}
.wg-policy-menu::-webkit-scrollbar{
	width:6px;
}
.wg-policy-menu::-webkit-scrollbar-thumb{
	border-radius:10px;
}
@media(max-width:768px){
	.wg-policy-container{
		display:block;
	}
	.wg-policy-menu{
		position:relative;
		top:0;
		max-height:300px;
		margin-bottom:25px;
	}
	.wg-policy-content{
		padding:20px;
	}
}
.wg-policy-content li{
    margin-bottom:8px;
    line-height:1.5;
}
.menu-subtitle{
    margin-top:-6px;
    margin-bottom:15px;
    font-size:12px;
    color:#6b7280;
}
.menu-title{
	font-size:11px;
	font-weight:700;
	letter-spacing:.6px;
	color:#64748b;
	margin-top:22px;
	margin-bottom:10px;
	padding-bottom:6px;
	border-bottom:1px solid #e5e7eb;
}
.wg-policy-menu::-webkit-scrollbar-thumb{
    background:#cbd5e1;
    border-radius:10px;
}
.wg-policy-menu::-webkit-scrollbar-track{
    background:#f1f5f9;
}
.wg-policy-menu a{
    display:block;
    padding:6px 10px;
    border-radius:6px;
    transition:all .2s ease;
}
.wg-policy-menu a:hover{
    background:#e8f1ff;
}
h3{
    color:#1565C0;
    margin-top:25px;
}
blockquote{
    background:#f8fafc;
    border-left:4px solid #1565C0;
    padding:18px;
    margin:20px 0;
    border-radius:6px;
    font-style:italic;
}
.wg-policy-content a{
    color:#1565C0;
    text-decoration:none;
}
.wg-policy-content a:hover{
    text-decoration:underline;
}
.policy-search{
    width:100%;
    box-sizing:border-box;
    margin:15px 0 20px;
    padding:10px 12px;
    border:1px solid #d1d5db;
    border-radius:8px;
    font-size:14px;
    outline:none;
}
.policy-search:focus{
    border-color:#1565C0;
    box-shadow:0 0 0 3px rgba(21,101,192,.15);
}
#backTop{
    position:fixed;
    right:25px;
    bottom:25px;
    width:48px;
    height:48px;
    border:none;
    border-radius:50%;
    background:#1565C0;
    color:white;
    font-size:22px;
    cursor:pointer;
    display:none;
    z-index:9999;
    box-shadow:0 6px 18px rgba(0,0,0,.2);
   transition:.3s;
}
#backTop:hover{
    background:#0D47A1;
    transform:translateY(-3px);
}
:root{
    --header-height:120px;  /* gerçek ölçülen en büyük header yüksekliği */
}
.wg-policy-menu{
    top: var(--header-height);
}
.wg-policy-content section{
    margin-top:15px;
    scroll-margin-top: calc(var(--header-height) + 20px);
}
.wg-cookie-banner{
position:fixed;
bottom:20px;
left:20px;
right:20px;
background:#ffffff;
border:1px solid #ddd;
border-radius:14px;
padding:25px;
box-shadow:0 5px 25px rgba(0,0,0,.15);
z-index:9999;
display:none;
}

.wg-cookie-content{
max-width:900px;
margin:auto;
}

.wg-cookie-content h3{
margin-top:0;
font-size:22px;
}

.wg-cookie-buttons{
display:flex;
gap:12px;
flex-wrap:wrap;
}

.wg-cookie-buttons button,
.wg-cookie-modal-buttons button{

background:#0066cc;
color:white;
border:none;
padding:10px 18px;
border-radius:6px;
cursor:pointer;
}

.wg-cookie-buttons button:hover,
.wg-cookie-modal-buttons button:hover{
opacity:.85;
}


.wg-cookie-modal{

display:none;
position:fixed;
top:0;
left:0;
right:0;
bottom:0;
background:rgba(0,0,0,.45);
z-index:10000;
}

.wg-cookie-modal-content{

background:white;
width:500px;
max-width:90%;
margin:80px auto;
padding:30px;
border-radius:14px;
}

.wg-cookie-item{

display:flex;
justify-content:space-between;
align-items:center;
padding:15px 0;
border-bottom:1px solid #eee;
}

.wg-cookie-item p{
font-size:14px;
margin:5px 0;
}

.wg-active{
color:green;
font-weight:bold;
}

.wg-cookie-modal-buttons{
margin-top:25px;
display:flex;
gap:10px;
}

@media(max-width:600px){
.wg-cookie-buttons{
flex-direction:column;
}

.wg-cookie-item{
flex-direction:column;
align-items:flex-start;
gap:10px;
}
}
/* ========================================
   ABOUT PAGE STYLES
   ======================================== */

.wg-about-page {
    max-width: 1100px;
    margin: 30px auto 60px;
    padding: 0 15px;
}

.wg-about-content {
    background: #fff;
    padding: 40px 45px;
    border-radius: 15px;
    box-shadow: 0 4px 20px rgba(0,0,0,.05);
    line-height: 1.75;
    color: #374151;
}

.wg-about-content h1 {
    font-size: 28px;
    margin: 0 0 18px 0;
    color: #0f172a;
}

.wg-about-content .wg-lead {
    font-size: 16px;
    color: #475569;
    margin-bottom: 22px;
    line-height: 1.6;
}

.wg-about-content h2 {
    font-size: 22px;
    color: #0f172a;
    margin: 40px 0 16px 0;
    padding-bottom: 8px;
    border-bottom: 2px solid #1565C0;
}

.wg-about-content h3 {
    color: #1565C0;
    font-size: 16px;
    margin: 0 0 8px 0;
}

.wg-about-content p {
    margin: 0 0 14px 0;
    font-size: 14px;
}

.wg-about-content a {
    color: #1565C0;
    text-decoration: none;
}

.wg-about-content a:hover {
    text-decoration: underline;
    color: #0D47A1;
}

/* Values Grid */
.wg-values-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
    margin: 25px 0 10px;
}

.wg-value-card {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-left: 4px solid #1565C0;
    border-radius: 10px;
    padding: 18px 20px;
    transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.wg-value-card:hover {
    box-shadow: 0 8px 22px rgba(0,0,0,.08);
    transform: translateY(-3px);
}

.wg-value-card p {
    margin: 0;
    font-size: 13px;
    color: #475569;
    line-height: 1.55;
}

/* Commitment Box */
.wg-commitment-box {
    background: #f0f7ff;
    border: 1px solid #dbeafe;
    border-radius: 12px;
    padding: 28px 32px;
    margin-top: 45px;
}

.wg-commitment-box h2 {
    margin-top: 0;
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 12px;
    font-size: 20px;
}

.wg-commitment-box p {
    margin-bottom: 0;
    font-size: 14px;
}

/* Responsive */
@media (max-width: 768px) {
    .wg-about-content {
        padding: 25px 20px;
    }

    .wg-about-content h1 {
        font-size: 24px;
    }

    .wg-about-content h2 {
        font-size: 19px;
        margin-top: 32px;
    }

    .wg-values-grid {
        grid-template-columns: 1fr;
    }

    .wg-commitment-box {
        padding: 22px 20px;
    }
}