* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
line-height: 1.6;
color: #333;
background: #fff;
overflow-x: hidden;
} .header-main,
.site-footer {
display: none !important;
} .pgb-site-header {
background: #ffffff;
border-bottom: 1px solid #f0f0f0;
position: sticky;
top: 0;
z-index: 1000;
width: 100%;
transition: box-shadow 0.3s ease;
}
.pgb-site-header.scrolled {
box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
}
.pgb-header-container {
max-width: 1200px;
margin: 0 auto;
}
.pgb-header-inner {
display: flex;
justify-content: space-between;
align-items: center;
padding: 18px 20px;
} .pgb-site-branding {
flex-shrink: 0;
}
.pgb-logo-link {
display: flex;
align-items: center;
text-decoration: none;
color: #333;
transition: opacity 0.3s ease;
}
.pgb-logo-link:hover {
opacity: 0.8;
}
.pgb-logo {
height: 45px;
width: auto;
margin-right: 12px;
}
.pgb-site-title {
font-size: 1.15rem;
font-weight: 600;
color: #2c3e50;
letter-spacing: -0.02em;
} .pgb-header-right {
display: flex;
align-items: center;
} .pgb-main-navigation {
display: flex;
margin-right: 25px;
}
.pgb-menu {
display: flex;
list-style: none;
margin: 0;
padding: 0;
}
.pgb-menu li {
margin: 0 8px;
}
.pgb-menu a {
display: block;
padding: 8px 16px;
text-decoration: none;
color: #555;
font-weight: 500;
font-size: 0.95rem;
border-radius: 6px;
transition: all 0.2s ease;
}
.pgb-menu a:hover {
background: #f8f9fa;
color: #667eea;
} .pgb-search-toggle {
background: none;
border: none;
cursor: pointer;
padding: 8px;
color: #666;
display: flex;
align-items: center;
justify-content: center;
border-radius: 6px;
transition: all 0.2s ease;
margin-right: 10px;
}
.pgb-search-toggle:hover {
background: #f8f9fa;
color: #667eea;
}
.pgb-search-toggle svg {
width: 20px;
height: 20px;
} .pgb-search-dropdown {
position: absolute;
top: 100%;
left: 0;
right: 0;
background: white;
border-bottom: 1px solid #e0e0e0;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
opacity: 0;
visibility: hidden;
transform: translateY(-10px);
transition: all 0.3s ease;
}
.pgb-search-dropdown.active {
opacity: 1;
visibility: visible;
transform: translateY(0);
}
.pgb-search-container {
max-width: 600px;
margin: 0 auto;
padding: 30px 20px;
}
.pgb-search-form {
position: relative;
display: flex;
align-items: center;
}
.pgb-search-field {
width: 100%;
padding: 14px 50px 14px 20px;
border: 2px solid #e0e0e0;
border-radius: 50px;
font-size: 1rem;
transition: all 0.3s ease;
}
.pgb-search-field:focus {
outline: none;
border-color: #667eea;
box-shadow: 0 0 0 4px rgba(102, 126, 234, 0.1);
}
.pgb-search-submit {
position: absolute;
right: 8px;
background: #667eea;
border: none;
cursor: pointer;
color: white;
padding: 10px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 50%;
width: 40px;
height: 40px;
transition: all 0.2s ease;
}
.pgb-search-submit:hover {
background: #5568d3;
transform: scale(1.05);
} .pgb-mobile-toggle {
display: none;
background: none;
border: none;
cursor: pointer;
padding: 8px;
z-index: 1001;
}
.pgb-hamburger {
display: flex;
flex-direction: column;
width: 26px;
height: 18px;
justify-content: space-between;
}
.pgb-hamburger span {
display: block;
height: 2px;
background: #333;
border-radius: 2px;
transition: all 0.3s ease;
}
.pgb-mobile-toggle.active .pgb-hamburger span:nth-child(1) {
transform: rotate(45deg) translate(5px, 5px);
}
.pgb-mobile-toggle.active .pgb-hamburger span:nth-child(2) {
opacity: 0;
}
.pgb-mobile-toggle.active .pgb-hamburger span:nth-child(3) {
transform: rotate(-45deg) translate(6px, -6px);
} .pgb-mobile-menu {
display: none;
position: fixed;
top: 83px;
left: 0;
right: 0;
bottom: 0;
background: white;
overflow-y: auto;
opacity: 0;
transform: translateY(-20px);
transition: all 0.3s ease;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
.pgb-mobile-menu.active {
display: block;
opacity: 1;
transform: translateY(0);
}
.pgb-mobile-navigation {
padding: 20px;
}
.pgb-mobile-menu-list {
list-style: none;
margin: 0 0 30px 0;
padding: 0;
}
.pgb-mobile-menu-list li {
border-bottom: 1px solid #f5f5f5;
}
.pgb-mobile-menu-list li:last-child {
border-bottom: none;
}
.pgb-mobile-menu-list a {
display: block;
padding: 16px 12px;
text-decoration: none;
color: #333;
font-weight: 500;
font-size: 1.05rem;
transition: all 0.2s ease;
}
.pgb-mobile-menu-list a:hover {
color: #667eea;
padding-left: 20px;
background: #f8f9fa;
} .pgb-mobile-search {
padding: 20px 12px;
background: #f8f9fa;
border-radius: 12px;
}
.pgb-mobile-search .pgb-search-field {
width: 100%;
padding: 14px 50px 14px 18px;
} .pgb-site-footer {
background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
color: white;
margin-top: 80px;
}
.pgb-footer-container {
max-width: 1200px;
margin: 0 auto;
}
.pgb-footer-main {
display: grid;
grid-template-columns: 2fr 1fr 1fr 1fr;
padding: 60px 20px 40px;
}
.pgb-footer-col {
padding: 0 20px;
} .pgb-footer-about {
padding-right: 40px;
}
.pgb-footer-logo {
display: flex;
align-items: center;
margin-bottom: 15px;
}
.pgb-footer-logo img {
height: 40px;
width: auto;
margin-right: 12px;
}
.pgb-footer-logo h3 {
font-size: 1.4rem;
margin: 0;
color: white;
}
.pgb-footer-tagline {
font-size: 1rem;
line-height: 1.6;
margin-bottom: 12px;
color: rgba(255, 255, 255, 0.9);
}
.pgb-footer-description {
font-size: 0.9rem;
color: rgba(255, 255, 255, 0.7);
line-height: 1.6;
} .pgb-footer-col h4 {
font-size: 1.05rem;
margin-bottom: 18px;
color: white;
font-weight: 600;
} .pgb-footer-links {
list-style: none;
padding: 0;
margin: 0;
}
.pgb-footer-links li {
margin-bottom: 12px;
}
.pgb-footer-links a {
color: rgba(255, 255, 255, 0.8);
text-decoration: none;
font-size: 0.95rem;
transition: all 0.2s ease;
display: inline-block;
}
.pgb-footer-links a:hover {
color: white;
padding-left: 5px;
} .pgb-footer-contact {
list-style: none;
padding: 0;
margin: 0;
}
.pgb-footer-contact li {
display: flex;
align-items: center;
margin-bottom: 14px;
color: rgba(255, 255, 255, 0.8);
font-size: 0.95rem;
}
.pgb-footer-contact svg {
margin-right: 10px;
flex-shrink: 0;
opacity: 0.8;
}
.pgb-footer-contact a {
color: rgba(255, 255, 255, 0.8);
text-decoration: none;
transition: color 0.2s ease;
}
.pgb-footer-contact a:hover {
color: white;
} .pgb-footer-bottom {
border-top: 1px solid rgba(255, 255, 255, 0.15);
padding: 25px 20px;
}
.pgb-footer-bottom-inner {
display: flex;
justify-content: space-between;
align-items: center;
max-width: 1200px;
margin: 0 auto;
padding: 0 20px;
}
.pgb-copyright,
.pgb-credits {
font-size: 0.9rem;
color: rgba(255, 255, 255, 0.7);
margin: 0;
} .site-main {
min-height: 60vh;
}  @media (max-width: 960px) {
.pgb-main-navigation {
display: none;
}
.pgb-search-toggle {
display: none;
}
.pgb-mobile-toggle {
display: block;
}
.pgb-footer-main {
grid-template-columns: repeat(2, 1fr);
padding: 50px 20px 30px;
}
.pgb-footer-about {
grid-column: 1 / -1;
margin-bottom: 30px;
padding-right: 20px;
}
} @media (max-width: 576px) {
.pgb-header-inner {
padding: 14px 15px;
}
.pgb-logo {
height: 38px;
}
.pgb-site-title {
font-size: 1.05rem;
}
.pgb-footer-main {
grid-template-columns: 1fr;
padding: 40px 20px 20px;
}
.pgb-footer-col {
margin-bottom: 30px;
padding: 0;
}
.pgb-footer-bottom-inner {
flex-direction: column;
text-align: center;
}
.pgb-copyright,
.pgb-credits {
margin: 5px 0;
}
} body.menu-open {
overflow: hidden;
} .skip-link {
position: absolute;
top: -40px;
left: 0;
background: #667eea;
color: white;
padding: 8px;
text-decoration: none;
z-index: 100;
}
.skip-link:focus {
top: 0;
} html {
scroll-behavior: smooth;
} @media (min-width: 961px) {
.pgb-site-header {
transition: all 0.3s ease;
}
}