*,
*::before,
*::after {
box-sizing: border-box;
margin: 0;
padding: 0;
}
body,
body.wp-custom-header,
.wp-site-blocks,
.wp-block-template-part,
.wp-block-group {
background-color: #ffffff !important;
color: #000000 !important;
}
footer,
footer.cr-footer,
.wp-block-template-part footer,
.wp-site-blocks footer {
background: #f8fafc !important;
color: #002358 !important;
}
footer a,
footer.cr-footer a {
color: inherit;
}
footer svg,
.cr-footer svg {
width: 18px !important;
height: 18px !important;
}
:root {
--cr-primary: #000000;
--cr-primary-light: #1f2937;
--cr-white: #ffffff;
--cr-bg: #ffffff;
--cr-text: #000000;
--cr-text-secondary: #64748b;
--cr-text-tertiary: #94a3b8;
--cr-border: #e5e7eb;
--cr-border-medium: #e5e7eb;
--cr-gray-50: #f9fafb;
--cr-gray-100: #f3f4f6;
--cr-gray-200: #e5e7eb;
--cr-cat-logo-design: #155dfc;
--cr-cat-branding: #e11d48;
--cr-cat-ai-tools: #7c3aed;
--cr-cat-casino-branding: #d97706;
--cr-font: 'Open Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
--cr-radius: 12px;
--cr-radius-sm: 8px;
--cr-max-width: 1200px;
--cr-transition: 0.2s ease;
}
html {
scroll-behavior: smooth;
}
body {
font-family: var(--cr-font);
color: var(--cr-text);
background-color: var(--cr-bg);
line-height: 1.6;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.site-title,
.site-description {
position: absolute;
clip: rect(1px, 1px, 1px, 1px);
width: 1px;
height: 1px;
overflow: hidden;
}
.cr-footer__empty {
font-size: 13px;
color: var(--cr-text-tertiary);
font-style: italic;
}
a {
color: inherit;
text-decoration: none;
}
img {
max-width: 100%;
height: auto;
display: block;
}
ul, ol {
list-style: none;
list-style-type: none;
}
li::marker {
content: none;
font-size: 0;
} .cr-container {
max-width: var(--cr-max-width);
margin: 0 auto;
padding: 0 16px;
}
@media (min-width: 640px) {
.cr-container {
padding: 0 24px;
}
}
@media (min-width: 1024px) {
.cr-container {
padding: 0 32px;
}
}
.cr-sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border: 0;
} .cr-header {
position: sticky;
top: 0;
z-index: 100;
background: var(--cr-white);
border-bottom: 1px solid var(--cr-border);
}
.cr-header__inner {
display: flex;
align-items: center;
justify-content: space-between;
gap: 16px;
height: 64px;
}
.cr-header__brand {
display: flex;
align-items: center;
gap: 8px;
text-decoration: none;
}
.cr-header__brand {
display: flex;
align-items: center;
gap: 10px;
text-decoration: none;
}
.cr-header__brand .custom-logo-link {
display: flex;
align-items: center;
gap: 10px;
text-decoration: none;
}
.cr-header__brand .custom-logo {
height: 28px;
width: auto;
display: block;
max-width: 200px;
object-fit: contain;
}
@media (min-width: 640px) {
.cr-header__brand .custom-logo {
height: 32px;
}
}
.cr-header__brand-logo {
height: 28px;
width: auto;
display: block;
}
@media (min-width: 640px) {
.cr-header__brand-logo {
height: 32px;
}
}
.cr-header__blog-label {
display: inline-flex;
align-items: center;
justify-content: center;
width: 48px;
height: 26px;
font-size: 13px;
font-weight: 600;
color: #ffffff;
background: #000000;
border: none;
border-radius: 7px;
line-height: 1;
text-decoration: none;
}
.cr-header__logo {
width: 32px;
height: 32px;
background: var(--cr-primary);
border-radius: 6px;
display: flex;
align-items: center;
justify-content: center;
color: white;
font-weight: 700;
font-size: 13px;
}
.cr-header__title {
font-size: 18px;
font-weight: 700;
color: var(--cr-primary);
letter-spacing: -0.01em;
}
.cr-header__label {
font-size: 13px;
font-weight: 600;
color: var(--cr-text-secondary);
text-transform: uppercase;
letter-spacing: 0.08em;
}
.cr-header__nav {
display: none;
align-items: center;
gap: 4px;
}
@media (min-width: 1024px) {
.cr-header__nav {
display: flex;
}
}
.cr-header__nav > a,
.cr-header__nav .menu-item > a {
padding: 8px 14px;
font-size: 15px;
font-weight: 600;
color: var(--cr-text);
border-radius: 6px;
transition: background var(--cr-transition);
}
.cr-header__nav > a:hover,
.cr-header__nav .menu-item > a:hover {
background: var(--cr-gray-50);
}
.cr-header__nav > a.active,
.cr-header__nav .current-menu-item > a {
background: var(--cr-gray-100);
font-weight: 600;
}
.cr-header__nav > ul {
display: flex;
align-items: center;
gap: 4px;
list-style: none;
margin: 0;
padding: 0;
}
.cr-header__nav .menu-item {
list-style: none;
}
.cr-header__actions {
display: flex;
align-items: center;
gap: 8px;
}
.cr-header__search-form {
display: none;
position: relative;
align-items: center;
}
@media (min-width: 1024px) {
.cr-header__search-form {
display: flex;
}
}
.cr-header__search-icon {
position: absolute;
left: 12px;
width: 18px !important;
height: 18px !important;
min-width: 18px;
max-width: 18px;
color: var(--cr-text-tertiary);
pointer-events: none;
}
.cr-header__search-input {
height: 40px;
padding: 0 12px 0 38px;
font-size: 14px;
font-family: var(--cr-font);
border: 1px solid var(--cr-border-medium);
border-radius: 6px;
outline: none;
width: 200px;
transition: border-color var(--cr-transition), box-shadow var(--cr-transition);
}
.cr-header__search-input:focus {
border-color: var(--cr-primary);
box-shadow: 0 0 0 3px rgba(0, 35, 88, 0.08);
}
@media (min-width: 640px) {
.cr-header__search-input {
width: 260px;
}
}
.cr-icon-btn {
display: inline-flex;
align-items: center;
justify-content: center;
width: 36px;
height: 36px;
border: none;
background: none;
border-radius: 6px;
cursor: pointer;
color: var(--cr-text);
transition: background var(--cr-transition);
}
.cr-icon-btn:hover {
background: var(--cr-gray-100);
}
.cr-icon-btn svg {
width: 22px !important;
height: 22px !important;
min-width: 22px;
max-width: 22px;
} .cr-mobile-toggle-wrap {
position: relative;
}
.cr-mobile-toggle {
display: flex;
}
.cr-mobile-nav {
display: none;
position: absolute;
top: 100%;
right: 0;
margin-top: 8px;
width: 280px;
padding: 12px 16px;
background: var(--cr-white);
border: 1px solid var(--cr-border);
border-radius: 12px;
box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
z-index: 1000;
}
.cr-mobile-nav.is-open {
display: block;
}
.cr-mobile-nav__divider {
border: none;
border-top: 1px solid var(--cr-border);
margin: 8px 0;
}
.cr-mobile-nav__tags a {
font-weight: 600 !important;
}
.cr-mobile-nav__secondary a,
.cr-mobile-nav__secondary .menu-item > a {
font-weight: 500 !important;
}
.cr-mobile-nav__search {
position: relative;
display: flex;
align-items: center;
padding: 8px 12px;
margin-bottom: 8px;
}
.cr-mobile-nav__search-icon {
position: absolute;
left: 24px;
width: 18px;
height: 18px;
color: var(--cr-text-tertiary);
pointer-events: none;
}
.cr-mobile-nav__search input {
flex: 1;
height: 44px;
padding: 0 12px 0 38px;
font-size: 14px;
font-family: var(--cr-font);
border: 1px solid var(--cr-border-medium);
border-radius: 6px;
outline: none;
background: var(--cr-white);
color: var(--cr-text);
}
.cr-mobile-nav__search input:focus {
border-color: var(--cr-primary);
box-shadow: 0 0 0 3px rgba(0, 35, 88, 0.08);
}
.cr-mobile-nav > ul {
list-style: none;
margin: 0;
padding: 0;
}
.cr-mobile-nav .menu-item {
list-style: none;
}
.cr-mobile-nav a,
.cr-mobile-nav .menu-item > a {
display: block;
padding: 9px 14px;
font-size: 15px;
font-weight: 600;
color: var(--cr-text);
border-radius: 6px;
}
.cr-mobile-nav a:hover {
background: var(--cr-gray-50);
} .cr-hero {
position: relative;
border-radius: var(--cr-radius);
overflow: hidden;
margin-bottom: 0;
}
.cr-hero a {
display: block;
}
.cr-hero__image {
width: 100%;
aspect-ratio: 4 / 3;
object-fit: cover;
transition: transform 0.5s ease;
}
@media (min-width: 768px) {
.cr-hero__image {
aspect-ratio: 21 / 9;
}
}
.cr-hero:hover .cr-hero__image {
transform: scale(1.02);
}
.cr-hero__overlay {
position: absolute;
inset: 0;
background: linear-gradient(to top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.3) 40%, transparent 100%);
}
.cr-hero__content {
position: absolute;
bottom: 0;
left: 0;
right: 0;
padding: 20px;
}
@media (min-width: 640px) {
.cr-hero__content {
padding: 32px;
}
}
.cr-hero__meta {
display: flex;
align-items: center;
gap: 8px;
margin-bottom: 12px;
flex-wrap: wrap;
}
.cr-hero__title {
font-size: 20px;
font-weight: 700;
color: white;
line-height: 1.25;
margin-bottom: 8px;
}
@media (min-width: 640px) {
.cr-hero__title {
font-size: 28px;
}
}
@media (min-width: 768px) {
.cr-hero__title {
font-size: 32px;
}
}
.cr-hero__excerpt {
font-size: 15px;
color: rgba(255, 255, 255, 0.9);
line-height: 1.7;
margin-bottom: 12px;
max-width: 640px;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
}
.cr-hero__info {
display: flex;
align-items: center;
gap: 8px;
font-size: 14px;
color: rgba(255, 255, 255, 0.75);
}
.cr-hero__info img {
width: 24px;
height: 24px;
border-radius: 50%;
}
.cr-hero__author {
font-weight: 500;
color: rgba(255, 255, 255, 0.8);
} .cr-badge {
display: inline-flex;
align-items: center;
gap: 3px;
font-size: 11px;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 0.05em;
padding: 3px 8px;
border-radius: 999px;
color: white;
white-space: nowrap;
}
.cr-badge--logo-design { background: var(--cr-cat-logo-design); }
.cr-badge--branding { background: var(--cr-cat-branding); }
.cr-badge--ai-tools { background: var(--cr-cat-ai-tools); }
.cr-badge--casino-branding { background: var(--cr-cat-casino-branding); }
.cr-badge--outline {
background: var(--cr-gray-100);
color: var(--cr-text);
}
.cr-badge--white-outline {
background: rgba(255, 255, 255, 0.15);
color: rgba(255, 255, 255, 0.85);
backdrop-filter: blur(4px);
}
a.cr-badge {
text-decoration: none;
transition: opacity 0.2s ease, background 0.2s ease;
}
a.cr-badge:hover {
opacity: 0.75;
}
a.cr-badge.cr-badge--outline:hover {
opacity: 1;
background: var(--cr-gray-200, #e2e8f0);
}
.cr-badge svg {
width: 11px;
height: 11px;
}
.cr-card__cat-row {
display: flex;
align-items: center;
gap: 6px;
flex-wrap: wrap;
} .cr-card {
display: block;
text-decoration: none;
color: inherit;
}
.cr-card__image-wrap {
aspect-ratio: 16 / 9;
border-radius: var(--cr-radius);
overflow: hidden;
margin-bottom: 16px;
}
.cr-card__image {
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 0.5s ease;
}
.cr-card:hover .cr-card__image {
transform: scale(1.02);
}
.cr-card__badges {
display: flex;
align-items: center;
gap: 8px;
margin-bottom: 8px;
flex-wrap: wrap;
}
.cr-card__title {
font-size: 18px;
font-weight: 700;
line-height: 1.35;
margin-bottom: 6px;
color: var(--cr-text);
}
.cr-card:hover .cr-card__title {
text-decoration: underline;
text-underline-offset: 2px;
text-decoration-thickness: 1px;
}
.cr-card__excerpt {
font-size: 15px;
color: var(--cr-text-light);
line-height: 1.7;
margin-bottom: 12px;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
}
.cr-card__meta {
display: flex;
align-items: center;
flex-wrap: wrap;
gap: 4px 8px;
font-size: 14px;
color: var(--cr-text-light);
white-space: nowrap;
}
.cr-card__meta img {
width: 20px;
height: 20px;
border-radius: 50%;
}
.cr-date-updated {
font-style: italic;
}
.cr-card__author {
font-weight: 600;
color: var(--cr-text);
}
.cr-card__readtime {
display: inline-flex;
align-items: center;
gap: 4px;
}
.cr-card__readtime svg {
width: 12px;
height: 12px;
} .cr-card--compact {
display: flex;
gap: 16px;
align-items: flex-start;
}
.cr-card--compact .cr-card__image-wrap {
width: 80px;
height: 80px;
aspect-ratio: auto;
flex-shrink: 0;
margin-bottom: 0;
border-radius: var(--cr-radius-sm);
}
@media (min-width: 640px) {
.cr-card--compact .cr-card__image-wrap {
width: 96px;
height: 96px;
}
}
.cr-card--compact .cr-card__body {
flex: 1;
min-width: 0;
}
.cr-card--compact .cr-card__cat-label {
font-size: 12px;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 0.05em;
}
.cr-card__tag-label {
font-size: 12px;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 0.05em;
color: var(--cr-text-light);
}
.cr-card--compact .cr-card__title {
font-size: 15px;
margin-top: 2px;
margin-bottom: 6px;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
}
.cr-card--compact .cr-card__meta {
font-size: 13px;
color: var(--cr-text-light);
} .cr-grid-3 {
display: grid;
grid-template-columns: 1fr;
gap: 24px;
}
@media (min-width: 768px) {
.cr-grid-3 {
grid-template-columns: repeat(2, 1fr);
}
}
@media (min-width: 1024px) {
.cr-grid-3 {
grid-template-columns: repeat(3, 1fr);
}
}
.cr-grid-category {
display: grid;
grid-template-columns: 1fr;
gap: 24px;
}
@media (min-width: 1024px) {
.cr-grid-category {
grid-template-columns: 2fr 1fr;
}
}
.cr-compact-list {
display: flex;
flex-direction: column;
gap: 20px;
} .cr-section {
margin-bottom: 48px;
}
.cr-section::before {
content: "";
display: block;
border-top: 1px solid var(--cr-border);
padding-top: 48px;
}
.cr-section--first::before {
display: none;
}
@media (min-width: 1024px) {
.cr-section {
margin-bottom: 64px;
}
.cr-section::before {
padding-top: 64px;
}
}
.cr-section__header {
display: flex;
align-items: center;
justify-content: space-between;
gap: 16px;
margin-bottom: 24px;
}
.cr-section__title-group {
display: flex;
align-items: center;
gap: 12px;
}
.cr-section__bar {
width: 4px;
height: 24px;
border-radius: 999px;
}
.cr-section__title {
font-size: 22px;
font-weight: 700;
color: var(--cr-text);
}
.cr-section__title a {
color: inherit;
text-decoration: none;
}
.cr-section__title a:hover {
text-decoration: underline;
}
.cr-section__link {
display: inline-flex;
align-items: center;
gap: 4px;
font-size: 15px;
font-weight: 600;
color: var(--cr-text) !important;
transition: opacity var(--cr-transition);
}
.cr-section__link:hover {
opacity: 0.7;
}
.cr-section__link svg {
width: 18px;
height: 18px;
}
.cr-divider {
border: none;
border-top: 1px solid var(--cr-border);
margin: 40px 0;
}
@media (min-width: 1024px) {
.cr-divider {
margin: 56px 0;
}
} .cr-article-header {
max-width: 800px;
padding-top: 24px;
padding-bottom: 8px;
}
.page .cr-article-header {
margin: 0 auto;
padding-top: 60px;
}
.cr-back-link {
display: inline-flex;
align-items: center;
gap: 6px;
font-size: 14px;
font-weight: 600;
color: var(--cr-text);
padding: 8px 16px 8px 12px;
border: 1px solid var(--cr-border);
border-radius: var(--cr-radius);
background: white;
margin-bottom: 24px;
transition: background var(--cr-transition), border-color var(--cr-transition);
}
.cr-back-link:hover {
background: var(--cr-gray-50);
border-color: var(--cr-text-tertiary);
}
.cr-back-link svg {
width: 16px;
height: 16px;
}
.cr-article-header__badges {
display: flex;
align-items: center;
gap: 8px;
margin-bottom: 16px;
flex-wrap: wrap;
}
.cr-article-header__title {
font-size: 24px;
font-weight: 700;
line-height: 1.25;
margin-bottom: 20px;
color: var(--cr-text);
}
@media (min-width: 640px) {
.cr-article-header__title {
font-size: 32px;
}
}
@media (min-width: 1024px) {
.cr-article-header__title {
font-size: 36px;
}
}
.cr-article-header__meta {
display: flex;
align-items: center;
gap: 12px;
margin-bottom: 32px;
flex-wrap: wrap;
}
.cr-article-header__avatar {
width: 40px;
height: 40px;
border-radius: 50%;
}
.cr-article-header__author {
font-size: 14px;
font-weight: 600;
color: var(--cr-text);
}
.cr-article-header__date-line {
display: flex;
align-items: center;
gap: 8px;
font-size: 14px;
color: var(--cr-text-light);
}
.cr-article-header__date-line svg {
width: 14px;
height: 14px;
} .cr-article-cover {
margin-bottom: 24px;
border-radius: var(--cr-radius);
overflow: hidden;
}
.cr-article-cover img {
width: 100%;
aspect-ratio: 16 / 9;
object-fit: cover;
} .cr-article-main {
min-width: 0;
}
.cr-article-layout {
max-width: 800px;
margin: 0 auto;
}
@media (min-width: 768px) {
.cr-article-layout {
max-width: none;
}
}
@media (min-width: 1024px) {
.cr-article-layout {
display: grid;
grid-template-columns: 1fr 280px;
gap: 40px;
}
}
.cr-article-layout--page {
display: block;
max-width: 800px;
margin: 0 auto;
padding-bottom: 60px;
} .cr-article-content {
min-width: 0;
}
.cr-article-content h2 {
font-size: 24px;
font-weight: 700;
color: var(--cr-text);
margin-top: 48px;
margin-bottom: 20px;
scroll-margin-top: 96px;
}
.cr-article-content h3 {
font-size: 20px;
font-weight: 700;
color: var(--cr-text);
margin-top: 40px;
margin-bottom: 16px;
scroll-margin-top: 96px;
}
.cr-article-content h4 {
font-size: 18px;
font-weight: 700;
color: var(--cr-text);
margin-top: 32px;
margin-bottom: 12px;
scroll-margin-top: 96px;
}
.cr-article-content p {
font-size: 18px;
line-height: 1.8;
color: var(--cr-text);
margin-bottom: 16px;
}
.cr-article-content ul,
.cr-article-content ol,
.cr-article-content .wp-block-list {
margin: 16px 0;
padding-left: 4px;
list-style: none !important;
list-style-type: none !important;
}
.cr-article-content ul li,
.cr-article-content ol li,
.cr-article-content .wp-block-list li {
list-style: none !important;
list-style-type: none !important;
}
.cr-article-content li::marker {
content: none !important;
font-size: 0 !important;
}
.cr-article-content li {
position: relative;
padding-left: 18px;
font-size: 18px;
line-height: 1.8;
color: var(--cr-text);
margin-bottom: 8px;
}
.cr-article-content li::before {
content: '';
position: absolute;
left: 0;
top: 0.7em;
width: 6px;
height: 6px;
border-radius: 50%;
background: currentColor;
}
.cr-article-content ol {
counter-reset: item;
}
.cr-article-content ol li {
counter-increment: item;
}
.cr-article-content ol li::before {
content: counter(item) ".";
position: absolute;
left: 0;
top: 0;
width: auto;
height: auto;
border-radius: 0;
background: none;
font-size: 14px;
font-weight: 700;
color: rgba(0, 35, 88, 0.4);
}
.cr-article-content hr,
.cr-article-content hr.wp-block-separator {
border: none;
height: 1px;
background: rgba(0, 35, 88, 0.15);
margin: 40px auto;
max-width: 200px;
opacity: 1;
}
.cr-article-content blockquote {
margin: 24px 0;
padding: 16px 20px;
border-left: 3px solid rgba(0, 35, 88, 0.2);
background: var(--cr-gray-50);
border-radius: 0 var(--cr-radius-sm) var(--cr-radius-sm) 0;
}
.cr-article-content blockquote p {
font-style: italic;
color: #002358;
margin-bottom: 0;
}
.cr-article-content a {
color: #002358;
text-decoration: underline;
text-underline-offset: 2px;
}
.cr-article-content a:hover {
color: var(--cr-primary-light);
}
.cr-article-content .cr-tags a.cr-badge {
text-decoration: none;
color: var(--cr-text);
}
.cr-article-content .cr-share__btn {
color: var(--cr-text);
text-decoration: none;
}
.cr-article-content img {
border-radius: var(--cr-radius-sm);
margin: 24px 0;
}
.cr-article-content strong {
font-weight: 600;
}
.cr-article-content table {
width: 100%;
border-collapse: collapse;
margin: 24px 0;
font-size: 15px;
line-height: 1.5;
table-layout: auto;
word-break: normal;
overflow-wrap: break-word;
border-radius: var(--cr-radius-sm);
overflow: hidden;
border: 1px solid var(--cr-border);
}
.cr-article-content table thead th,
.cr-article-content table tbody th,
.cr-article-content .wp-block-table table thead th,
.cr-article-content figure.wp-block-table table thead th,
.cr-article-content .wp-block-table.is-style-stripes table thead th {
background: #fff !important;
background-color: #fff !important;
font-weight: 600;
color: var(--cr-text);
text-align: left !important;
padding: 12px 16px;
border-bottom: 2px solid var(--cr-border);
}
.cr-article-content table td {
padding: 12px 16px;
border-bottom: 1px solid var(--cr-border);
color: var(--cr-text-light);
vertical-align: top;
}
.cr-article-content table tr:last-child td {
border-bottom: none;
}
.cr-article-content table tbody tr:nth-child(odd),
.cr-article-content .wp-block-table table tbody tr:nth-child(odd),
.cr-article-content .wp-block-table.is-style-stripes table tbody tr:nth-child(odd),
.cr-article-content .wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
background: #f8fafc !important;
background-color: #f8fafc !important;
}
.cr-article-content table tbody tr:nth-child(even),
.cr-article-content .wp-block-table table tbody tr:nth-child(even),
.cr-article-content .wp-block-table.is-style-stripes table tbody tr:nth-child(even),
.cr-article-content .wp-block-table.is-style-stripes tbody tr:nth-child(even) {
background: #fff !important;
background-color: #fff !important;
}
.cr-article-content table tbody tr:hover,
.cr-article-content .wp-block-table table tbody tr:hover,
.cr-article-content .wp-block-table.is-style-stripes table tbody tr:hover,
.cr-article-content .wp-block-table.is-style-stripes tbody tr:hover {
background: #f1f5f9 !important;
background-color: #f1f5f9 !important;
}
.cr-table-wrap {
overflow-x: auto;
-webkit-overflow-scrolling: touch;
margin: 24px 0;
border-radius: var(--cr-radius);
border: 1px solid var(--cr-border);
}
.cr-table-wrap table {
margin: 0;
border: none;
border-radius: 0;
min-width: 480px;
}
@media (max-width: 640px) {
.cr-table-wrap {
overflow-x: auto;
-webkit-overflow-scrolling: touch;
}
.cr-article-content table {
display: table;
min-width: 500px;
}
.cr-article-content table thead th,
.cr-article-content table tbody th,
.cr-article-content table td {
padding: 10px 12px;
font-size: 13px;
white-space: normal;
min-width: 120px;
max-width: 220px;
text-align: left;
word-break: break-word;
}
} .cr-article-content code {
font-family: 'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, monospace;
font-size: 0.875em;
background: var(--cr-gray-50);
color: var(--cr-text);
padding: 2px 6px;
border-radius: 4px;
border: 1px solid var(--cr-border);
}
.cr-article-content pre {
background: #0f172a;
color: #e2e8f0;
padding: 20px 24px;
border-radius: var(--cr-radius);
overflow-x: auto;
-webkit-overflow-scrolling: touch;
margin: 24px 0;
line-height: 1.7;
font-size: 15px;
}
.cr-article-content pre code {
background: none;
color: inherit;
padding: 0;
border: none;
border-radius: 0;
font-size: inherit;
}
.cr-article-content .wp-block-code {
background: #0f172a;
color: #e2e8f0;
padding: 20px 24px;
border-radius: var(--cr-radius);
overflow-x: auto;
margin: 24px 0;
border: none;
} .cr-article-content figure {
margin: 32px 0;
}
.cr-article-content figure img {
display: block;
width: 100%;
height: auto;
border-radius: var(--cr-radius);
}
.cr-article-content figcaption,
.cr-article-content .wp-element-caption {
font-size: 14px;
color: rgba(0, 35, 88, 0.5);
text-align: center;
margin-top: 10px;
line-height: 1.5;
font-style: italic;
} .cr-article-content .wp-block-image {
margin: 32px 0;
}
.cr-article-content .wp-block-image img {
border-radius: var(--cr-radius);
height: auto;
}
.cr-article-content .wp-block-image.aligncenter {
text-align: center;
}
.cr-article-content .wp-block-image.alignleft {
float: left;
margin: 8px 24px 16px 0;
max-width: 50%;
}
.cr-article-content .wp-block-image.alignright {
float: right;
margin: 8px 0 16px 24px;
max-width: 50%;
} .cr-article-content .wp-block-embed {
margin: 32px 0;
}
.cr-article-content .wp-block-embed__wrapper {
position: relative;
padding-bottom: 56.25%;
height: 0;
overflow: hidden;
border-radius: var(--cr-radius);
}
.cr-article-content .wp-block-embed__wrapper iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border: none;
border-radius: var(--cr-radius);
}
.cr-article-content .wp-block-embed-twitter .wp-block-embed__wrapper {
padding-bottom: 0;
height: auto;
}
.cr-article-content .wp-block-embed-twitter .wp-block-embed__wrapper iframe {
position: static;
max-width: 550px;
margin: 0 auto;
display: block;
} .cr-article-content .wp-block-buttons {
display: flex;
flex-wrap: wrap;
gap: 12px;
margin: 24px 0;
}
.cr-article-content .wp-block-button__link {
display: inline-block;
background: var(--cr-text);
color: #fff !important;
padding: 12px 24px;
border-radius: var(--cr-radius);
font-weight: 600;
font-size: 15px;
text-decoration: none !important;
transition: opacity 0.2s ease;
}
.cr-article-content .wp-block-button__link:hover {
opacity: 0.85;
}
.cr-article-content .wp-block-button.is-style-outline .wp-block-button__link {
background: transparent;
color: var(--cr-text) !important;
border: 2px solid var(--cr-text);
} .cr-article-content .wp-block-columns {
display: flex;
gap: 24px;
margin: 24px 0;
}
.cr-article-content .wp-block-column {
flex: 1;
min-width: 0;
} .cr-article-content .wp-block-quote.is-style-large,
.cr-article-content .wp-block-pullquote {
border-left: none;
border-top: 2px solid rgba(0, 35, 88, 0.15);
border-bottom: 2px solid rgba(0, 35, 88, 0.15);
padding: 24px 0;
margin: 40px 0;
text-align: center;
background: none;
border-radius: 0;
}
.cr-article-content .wp-block-quote.is-style-large p,
.cr-article-content .wp-block-pullquote p {
font-size: 22px;
font-weight: 600;
color: #002358;
line-height: 1.5;
}
.cr-article-content .wp-block-pullquote cite,
.cr-article-content .wp-block-quote.is-style-large cite {
font-size: 14px;
color: rgba(0, 35, 88, 0.5);
font-style: normal;
display: block;
margin-top: 12px;
} .cr-article-content mark,
.cr-article-content .has-inline-color {
background: rgba(245, 158, 11, 0.15);
color: var(--cr-text);
padding: 1px 4px;
border-radius: 3px;
} .cr-article-content h5 {
font-size: 17px;
font-weight: 700;
color: var(--cr-text);
margin: 28px 0 12px;
line-height: 1.4;
}
.cr-article-content h6 {
font-size: 15px;
font-weight: 700;
color: rgba(0, 35, 88, 0.7);
margin: 24px 0 10px;
line-height: 1.4;
text-transform: uppercase;
letter-spacing: 0.5px;
} .cr-article-content .wp-block-gallery {
display: grid;
gap: 12px;
margin: 32px 0;
}
.cr-article-content .wp-block-gallery.columns-2 {
grid-template-columns: repeat(2, 1fr);
}
.cr-article-content .wp-block-gallery.columns-3 {
grid-template-columns: repeat(3, 1fr);
}
.cr-article-content .wp-block-gallery.columns-4 {
grid-template-columns: repeat(4, 1fr);
}
.cr-article-content .wp-block-gallery figure {
margin: 0;
}
.cr-article-content .wp-block-gallery figure img {
width: 100%;
height: 100%;
object-fit: cover;
border-radius: var(--cr-radius-sm);
} .cr-article-content details {
margin: 16px 0;
border: 1px solid var(--cr-border);
border-radius: var(--cr-radius);
overflow: hidden;
}
.cr-article-content details summary {
padding: 14px 18px;
font-weight: 600;
color: var(--cr-text);
cursor: pointer;
background: var(--cr-gray-50);
list-style: none;
}
.cr-article-content details summary::-webkit-details-marker {
display: none;
}
.cr-article-content details[open] summary {
border-bottom: 1px solid var(--cr-border);
}
.cr-article-content details > *:not(summary) {
padding: 0 18px;
}
@media (max-width: 640px) {
.cr-article-content .wp-block-columns {
flex-direction: column;
}
.cr-article-content .wp-block-image.alignleft,
.cr-article-content .wp-block-image.alignright {
float: none;
max-width: 100%;
margin: 24px 0;
}
.cr-article-content .wp-block-gallery.columns-3,
.cr-article-content .wp-block-gallery.columns-4 {
grid-template-columns: repeat(2, 1fr);
}
.cr-article-content pre {
padding: 16px;
font-size: 13px;
}
.cr-article-content .wp-block-quote.is-style-large p,
.cr-article-content .wp-block-pullquote p {
font-size: 18px;
}
} .cr-article-dates {
display: flex;
align-items: center;
flex-wrap: wrap;
gap: 8px;
font-size: 14px;
color: var(--cr-text-light);
margin-top: 32px;
}
.cr-article-footer {
margin-top: 40px;
padding-top: 24px;
border-top: 1px solid var(--cr-border);
}
.cr-article-footer__label {
font-size: 16px;
font-weight: 700;
color: var(--cr-text);
margin-bottom: 12px;
} .cr-tags {
display: flex;
flex-wrap: wrap;
gap: 8px;
margin: 24px 0;
}
.cr-tag {
display: inline-block;
padding: 4px 12px;
font-size: 13px;
font-weight: 500;
background: var(--cr-gray-100);
color: var(--cr-text-secondary);
border-radius: 999px;
} .cr-toc {
display: none;
}
@media (min-width: 1024px) {
.cr-toc {
display: block;
}
}
.cr-toc__inner {
position: sticky;
top: 96px;
max-height: calc(100vh - 120px);
display: flex;
flex-direction: column;
}
.cr-toc__box {
background: var(--cr-gray-50);
border-radius: var(--cr-radius);
padding: 20px;
display: flex;
flex-direction: column;
overflow: hidden;
max-height: 100%;
}
.cr-toc__heading {
display: flex;
align-items: center;
gap: 8px;
font-size: 15px;
font-weight: 700;
color: var(--cr-text);
margin-bottom: 12px;
}
.cr-toc__heading svg {
width: 18px;
height: 18px;
color: var(--cr-text);
}
.cr-toc__list {
display: flex;
flex-direction: column;
gap: 4px;
overflow-y: auto;
-webkit-overflow-scrolling: touch;
overscroll-behavior: contain;
mask-image: linear-gradient(to bottom, black calc(100% - 24px), transparent 100%);
-webkit-mask-image: linear-gradient(to bottom, black calc(100% - 24px), transparent 100%);
padding-bottom: 16px;
}
.cr-toc__list::-webkit-scrollbar {
width: 4px;
}
.cr-toc__list::-webkit-scrollbar-track {
background: transparent;
}
.cr-toc__list::-webkit-scrollbar-thumb {
background: var(--cr-border);
border-radius: 4px;
}
.cr-toc__list::-webkit-scrollbar-thumb:hover {
background: var(--cr-text-secondary);
}
.cr-toc__link {
display: block;
font-size: 15px;
padding: 5px 0;
color: var(--cr-text-light);
transition: color var(--cr-transition);
}
.cr-toc__link:hover,
.cr-toc__link.is-active {
color: var(--cr-text);
font-weight: 500;
}
.cr-toc__link--sub {
padding-left: 16px;
} .cr-share {
display: flex;
align-items: center;
gap: 8px;
flex-wrap: wrap;
}
.cr-share__btn {
display: inline-flex;
align-items: center;
justify-content: center;
width: 40px;
height: 40px;
border-radius: 50%;
border: 1px solid var(--cr-border-medium);
background: var(--cr-white);
color: var(--cr-text);
cursor: pointer;
transition: background var(--cr-transition), border-color var(--cr-transition);
}
.cr-share__btn:hover {
background: var(--cr-gray-50);
border-color: var(--cr-text-tertiary);
}
.cr-share__btn svg {
width: 18px;
height: 18px;
} .cr-newsletter {
background: #f8fafc !important;
border: 1px solid var(--cr-border);
border-radius: var(--cr-radius);
padding: 32px;
max-width: 720px;
margin: 48px auto;
color: var(--cr-text);
}
@media (min-width: 640px) {
.cr-newsletter {
margin: 64px auto;
padding: 40px;
}
}
.cr-newsletter__header {
display: flex;
align-items: center;
gap: 12px;
margin-bottom: 12px;
}
.cr-newsletter__icon {
width: 40px;
height: 40px;
border-radius: 50%;
background: var(--cr-primary);
display: flex;
align-items: center;
justify-content: center;
flex-shrink: 0;
}
.cr-newsletter__icon svg {
width: 20px;
height: 20px;
color: white;
}
.cr-newsletter__title {
font-size: 22px;
font-weight: 700;
color: #002358;
}
.cr-newsletter__desc {
font-size: 15px;
color: var(--cr-text-light);
line-height: 1.7;
margin-bottom: 20px;
}
.cr-newsletter__form {
display: flex;
flex-direction: column;
gap: 12px;
}
@media (min-width: 640px) {
.cr-newsletter__form {
flex-direction: row;
}
}
.cr-newsletter__input {
flex: 1;
width: 100%;
min-width: 0;
height: 48px;
min-height: 48px;
padding: 0 16px;
font-size: 16px;
font-family: var(--cr-font);
border-radius: 8px;
border: 1px solid var(--cr-border-medium);
background: var(--cr-white);
color: var(--cr-text);
outline: none;
box-sizing: border-box;
-webkit-appearance: none;
appearance: none;
}
.cr-newsletter__input::placeholder {
color: var(--cr-text-tertiary);
}
.cr-newsletter__input:focus {
border-color: var(--cr-primary);
box-shadow: 0 0 0 3px rgba(0, 35, 88, 0.08);
}
.cr-newsletter__submit {
width: 100%;
height: 48px;
min-height: 48px;
padding: 0 24px;
font-size: 14px;
font-weight: 600;
font-family: var(--cr-font);
background: var(--cr-primary);
color: white;
border: none;
border-radius: 8px;
cursor: pointer;
transition: background var(--cr-transition);
white-space: nowrap;
box-sizing: border-box;
}
@media (min-width: 640px) {
.cr-newsletter__submit {
width: auto;
}
}
.cr-newsletter__submit:hover {
background: var(--cr-primary-light);
}
.cr-newsletter__success {
text-align: center;
padding: 20px 0;
}
.cr-newsletter__success-icon {
width: 48px;
height: 48px;
border-radius: 50%;
background: rgba(16, 185, 129, 0.1);
display: flex;
align-items: center;
justify-content: center;
margin: 0 auto 16px;
}
.cr-newsletter__success-icon svg {
width: 24px;
height: 24px;
color: #059669;
}
.cr-newsletter__success h3 {
font-size: 22px;
font-weight: 700;
color: var(--cr-primary);
margin-bottom: 8px;
}
.cr-newsletter__success p {
font-size: 15px;
color: var(--cr-text-light);
}
.cr-newsletter__error {
font-size: 13px;
color: #EF4444;
margin-top: 8px;
} .cr-footer {
background: #f8fafc !important;
color: var(--cr-text);
border-top: 1px solid var(--cr-border);
}
.cr-footer__grid {
display: grid;
grid-template-columns: 1fr;
gap: 32px;
padding: 48px 0;
}
@media (min-width: 640px) {
.cr-footer__grid {
grid-template-columns: repeat(2, 1fr);
}
}
@media (min-width: 1024px) {
.cr-footer__grid {
grid-template-columns: 1.5fr 1fr 1fr 1fr;
gap: 48px;
padding: 64px 0;
}
}
.cr-footer__brand {
display: flex;
align-items: center;
gap: 8px;
margin-bottom: 16px;
}
.cr-footer__logo {
width: 32px;
height: 32px;
background: var(--cr-primary);
border-radius: 6px;
display: flex;
align-items: center;
justify-content: center;
color: white;
font-weight: 700;
font-size: 13px;
}
.cr-footer__brand {
display: flex;
align-items: center;
gap: 10px;
}
.cr-footer__brand .custom-logo-link {
display: flex;
align-items: center;
gap: 10px;
text-decoration: none;
}
.cr-footer__brand .custom-logo {
height: 24px;
width: auto;
display: block;
max-width: 180px;
object-fit: contain;
}
.cr-footer__brand-logo {
height: 24px;
width: auto;
display: block;
}
.cr-footer__blog-label {
display: inline-flex;
align-items: center;
justify-content: center;
width: 48px;
height: 26px;
font-size: 13px;
font-weight: 600;
color: #ffffff !important;
background: #000000;
border: none;
border-radius: 7px;
line-height: 1;
text-decoration: none;
}
.cr-footer__brand-name {
font-size: 18px;
font-weight: 700;
color: #002358;
}
.cr-footer__desc {
font-size: 15px;
color: var(--cr-text-light);
line-height: 1.6;
}
.cr-footer__col-title {
font-size: 14px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 0.08em;
color: #002358;
margin-bottom: 16px;
}
.cr-footer__links {
display: flex;
flex-direction: column;
gap: 10px;
}
.cr-footer__links > ul {
list-style: none;
margin: 0;
padding: 0;
display: flex;
flex-direction: column;
gap: 10px;
}
.cr-footer__links .menu-item {
list-style: none;
}
.cr-footer__links a,
.cr-footer__links .menu-item > a {
font-size: 15px;
color: var(--cr-text-light);
transition: color 0.2s ease;
}
.cr-footer__links a:hover,
.cr-footer__links .menu-item > a:hover {
color: #002358;
}
.cr-footer__bottom {
border-top: 1px solid var(--cr-border);
padding: 32px 0;
display: flex;
flex-direction: column;
align-items: center;
gap: 16px;
}
@media (min-width: 640px) {
.cr-footer__bottom {
flex-direction: row;
justify-content: space-between;
}
}
.cr-footer__copy {
font-size: 14px;
color: var(--cr-text-light);
}
.cr-footer__socials {
display: flex;
gap: 16px;
align-items: center;
}
.cr-footer__socials a {
display: flex;
align-items: center;
justify-content: center;
color: #264D89;
transition: color var(--cr-transition);
}
.cr-footer__socials a:hover {
color: var(--cr-primary);
}
.cr-footer__socials svg {
width: 20px;
height: 20px;
} .cr-cat-header {
border-bottom: 1px solid var(--cr-border);
padding: 32px 0;
}
@media (min-width: 1024px) {
.cr-cat-header {
padding: 48px 0;
}
}
.cr-cat-header__title-group {
display: flex;
align-items: stretch;
gap: 12px;
}
.cr-cat-header__bar {
width: 8px;
min-height: 32px;
border-radius: 999px;
flex-shrink: 0;
}
.cr-cat-header__title {
font-size: 24px;
font-weight: 700;
color: var(--cr-text);
}
@media (min-width: 640px) {
.cr-cat-header__title {
font-size: 32px;
}
}
.cr-cat-header__count {
font-size: 14px;
color: var(--cr-text-light);
margin-top: 8px;
margin-left: 20px;
}
.cr-cat-header__desc {
font-size: 16px;
line-height: 1.7;
color: var(--cr-text-light);
margin-top: 12px;
margin-left: 20px;
max-width: 680px;
}
.cr-cat-header__desc a {
color: #002358;
text-decoration: underline;
text-underline-offset: 2px;
}
.cr-cat-header__desc a:hover {
color: var(--cr-primary-light);
}
.cr-cat-header__desc p {
margin: 0;
} .cr-search-header {
border-bottom: 1px solid var(--cr-border);
padding: 32px 0;
background: var(--cr-gray-50);
}
@media (min-width: 1024px) {
.cr-search-header {
padding: 48px 0;
}
}
.cr-search-header__title-group {
display: flex;
align-items: center;
gap: 12px;
}
.cr-search-header__title {
font-size: 24px;
font-weight: 700;
color: var(--cr-text);
}
@media (min-width: 640px) {
.cr-search-header__title {
font-size: 32px;
}
}
.cr-search-header__count {
font-size: 15px;
color: var(--cr-text-light);
margin-top: 8px;
margin-left: 36px;
}
.cr-search-header__icon {
width: 24px;
height: 24px;
color: var(--cr-text-secondary);
} .cr-404 {
text-align: center;
padding: 80px 16px;
}
.cr-404__code {
font-size: 64px;
font-weight: 700;
color: var(--cr-text);
margin-bottom: 16px;
}
.cr-404__title {
font-size: 22px;
font-weight: 700;
color: var(--cr-text);
margin-bottom: 8px;
}
.cr-404__desc {
font-size: 15px;
color: var(--cr-text-light);
margin-bottom: 32px;
}
.cr-btn {
display: inline-flex;
align-items: center;
gap: 8px;
padding: 10px 20px;
font-size: 14px;
font-weight: 600;
font-family: var(--cr-font);
color: white;
background: var(--cr-primary);
border: none;
border-radius: 8px;
cursor: pointer;
transition: opacity var(--cr-transition);
text-decoration: none;
}
.cr-btn:hover {
opacity: 0.9;
}
.cr-btn svg {
width: 16px;
height: 16px;
} .cr-related {
margin: 0 auto;
padding-top: 20px;
padding-bottom: 8px;
}
.cr-related__title {
font-size: 22px;
font-weight: 700;
color: var(--cr-text);
margin-bottom: 24px;
} .cr-empty {
text-align: center;
padding: 80px 16px;
}
.cr-empty__title {
font-size: 22px;
font-weight: 700;
color: var(--cr-text);
margin-bottom: 8px;
}
.cr-empty__desc {
font-size: 15px;
color: var(--cr-text-light);
} .cr-pagination {
display: flex;
justify-content: center;
align-items: center;
gap: 4px;
margin: 48px 0;
}
.cr-pagination .page-numbers {
display: inline-flex;
align-items: center;
justify-content: center;
min-width: 36px;
height: 36px;
padding: 0 8px;
font-size: 14px;
font-weight: 500;
border-radius: 6px;
color: var(--cr-text);
transition: background var(--cr-transition);
}
.cr-pagination .page-numbers:hover {
background: var(--cr-gray-100);
}
.cr-pagination .page-numbers.current {
background: var(--cr-primary);
color: white;
}
.cr-pagination .page-numbers.dots {
color: var(--cr-text-tertiary);
} .cr-sidebar-widget {
margin-bottom: 32px;
}
.cr-sidebar-widget__title {
font-size: 15px;
font-weight: 700;
color: var(--cr-text);
margin-bottom: 16px;
text-transform: uppercase;
letter-spacing: 0.05em;
} .cr-comments {
max-width: 800px;
margin: 48px auto;
}
.cr-comments h3 {
font-size: 20px;
font-weight: 700;
color: var(--cr-text);
margin-bottom: 24px;
}
.cr-comments .comment {
padding: 20px 0;
border-bottom: 1px solid var(--cr-border);
}
.cr-comments .comment-author {
font-size: 14px;
font-weight: 600;
color: var(--cr-text);
}
.cr-comments .comment-meta {
font-size: 13px;
color: var(--cr-text-secondary);
margin-bottom: 8px;
}
.cr-comments .comment-content p {
font-size: 14px;
line-height: 1.6;
color: var(--cr-text);
} .alignwide {
max-width: 100%;
}
.alignfull {
width: 100vw;
position: relative;
left: 50%;
transform: translateX(-50%);
}
.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}
.alignleft {
float: left;
margin-right: 24px;
margin-bottom: 16px;
}
.alignright {
float: right;
margin-left: 24px;
margin-bottom: 16px;
} .wp-caption {
max-width: 100%;
}
.wp-caption-text {
font-size: 13px;
color: var(--cr-text-secondary);
margin-top: 8px;
text-align: center;
} .screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
word-wrap: normal !important;
border: 0;
-webkit-clip-path: inset(50%);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
}:root {
--gp-blue:        #000000;
--gp-blue-light:  #000000;
--gp-accent:      #155dfc;
--gp-accent-dark: #2f25b8;
--gp-gradient:    linear-gradient(135deg, #2f25b8, #155dfc);
--gp-border:      #D8E7FF;
--gp-bg-light:    #F7FAFF;
--gp-font:        'Open Sans', sans-serif;
} .gp-page-wrap {
font-family: var(--gp-font);
color: var(--gp-blue);
background: #fff;
} .page-template-page-guestpost .cr-article-header,
.page-template-page-guestpost .cr-article-layout,
.page-template-page-guestpost .cr-sidebar,
.page-template-page-guestpost .cr-container > .cr-article-layout {
display: none !important;
}
.gp-page-wrap section {
scroll-margin-top: 80px;
} .gp-container {
max-width: 1280px;
margin: 0 auto;
padding: 0 1rem;
}
@media (min-width: 640px)  { .gp-container { padding: 0 1.5rem; } }
@media (min-width: 1024px) { .gp-container { padding: 0 2rem;   } }
.gp-section-title {
font-size: 2rem;
font-weight: 700;
line-height: 1.25;
color: var(--gp-blue);
text-align: center;
margin-bottom: 1.5rem;
}
@media (min-width: 768px) { .gp-section-title { font-size: 2.25rem; } }
.gp-section-subtitle {
font-size: 1.25rem;
font-weight: 400;
line-height: 1.5;
color: var(--gp-blue-light);
text-align: center;
max-width: 48rem;
margin: 0 auto 3rem;
}
.gp-btn-green {
display: inline-flex;
align-items: center;
justify-content: center;
gap: .5rem;
background: #000;
color: #fff;
font-family: var(--gp-font);
font-weight: 700;
font-size: 1rem;
padding: .75rem 1.75rem;
border-radius: .5rem;
border: 2px solid #000;
cursor: pointer;
text-decoration: none;
transition: background .2s, color .2s, transform .15s;
}
.gp-btn-green:hover { background: #222; border-color: #222; color: #fff; transform: scale(1.03); }
.gp-btn-outline {
display: inline-flex;
align-items: center;
justify-content: center;
gap: .5rem;
background: #fff;
color: #000;
font-family: var(--gp-font);
font-weight: 700;
font-size: 1rem;
padding: .75rem 1.75rem;
border-radius: .5rem;
border: 2px solid #000;
cursor: pointer;
text-decoration: none;
transition: background .2s, color .2s, transform .15s;
}
.gp-btn-outline:hover { background: #000; color: #fff; transform: scale(1.03); } #gp-home {
background: #fff;
padding-top: 5.125rem;
padding-bottom: 1rem;
}
.gp-hero__heading {
font-size: 1.75rem;
font-weight: 700;
color: var(--gp-blue);
line-height: 1.1;
max-width: 900px;
margin: 0 auto 2rem;
text-align: center;
overflow-wrap: break-word;
}
@media (min-width: 480px) { .gp-hero__heading { font-size: 2.25rem; } }
@media (min-width: 768px) { .gp-hero__heading { font-size: 3.75rem; } }
.gp-hero__heading span {
border-bottom: 4px solid var(--gp-accent);
}
.gp-hero__subheading {
font-size: 1.125rem;
font-weight: 400;
color: var(--gp-blue);
max-width: 64rem;
margin: 0 auto 3rem;
text-align: center;
line-height: 1.4;
}
@media (min-width: 480px) { .gp-hero__subheading { font-size: 1.25rem; } }
@media (min-width: 768px) { .gp-hero__subheading { font-size: 1.875rem; } }
.gp-hero__ctas {
display: flex;
flex-direction: row;
gap: .75rem;
justify-content: center;
align-items: center;
margin-bottom: 4rem;
}
.gp-hero__logos {
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
gap: 2rem 3rem;
margin-bottom: 4rem;
}
.gp-hero__logos img {
height: 1.5rem;
width: auto;
object-fit: contain;
filter: grayscale(100%);
opacity: .6;
transition: filter .25s, opacity .25s;
}
.gp-hero__logos img:hover {
filter: grayscale(0%);
opacity: 1;
}
@media (min-width: 768px) { .gp-hero__logos img { height: 1.75rem; } }
.gp-authority {
border-top: 1px solid var(--gp-border);
border-bottom: 1px solid var(--gp-border);
padding: 5rem 0;
max-width: 64rem;
margin: 0 auto;
}
.gp-authority__title {
font-size: 1.875rem;
font-weight: 700;
line-height: 1.25;
color: var(--gp-blue);
text-align: center;
margin-bottom: .5rem;
}
.gp-authority__sub {
font-size: 1.125rem;
color: var(--gp-blue);
text-align: center;
margin-bottom: 2rem;
}
.gp-authority__grid {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 2rem;
}
@media (min-width: 768px) { .gp-authority__grid { grid-template-columns: repeat(4, 1fr); } }
.gp-authority__stat {
text-align: center;
}
.gp-authority__number {
font-size: 2.5rem;
font-weight: 700;
color: var(--gp-accent);
display: block;
margin-bottom: .15rem;
white-space: nowrap;
}
@media (min-width: 1024px) { .gp-authority__number { font-size: 3rem; } }
.gp-authority__label {
color: var(--gp-blue-light);
font-size: .95rem;
} #gp-trust {
padding-top: 2rem;
padding-bottom: 0;
background: #fff;
}
.gp-section-divider {
border: none;
border-top: 1px solid var(--gp-border);
margin: 3.5rem auto 0;
max-width: 1240px;
padding: 0 2rem;
}
.gp-trust__title {
text-align: center;
font-size: 1.875rem;
font-weight: 700;
line-height: 1.25;
color: var(--gp-blue);
margin-bottom: 2.5rem;
}
@media (min-width: 768px) { .gp-trust__title { font-size: 2.25rem; } }
.gp-trust__grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 1rem;
max-width: 72rem;
margin: 0 auto;
}
@media (min-width: 1024px) { .gp-trust__grid { grid-template-columns: repeat(8, 1fr); } }
.gp-trust__item {
display: flex;
align-items: center;
justify-content: center;
padding: .75rem;
border-radius: .5rem;
background: #fff;
border: 1px solid var(--gp-border);
height: 4rem;
}
.gp-trust__item img {
height: 1.5rem;
width: auto;
object-fit: contain;
max-width: 100%;
filter: grayscale(100%);
opacity: 0.6;
transition: filter .25s, opacity .25s;
}
.gp-trust__item:hover img {
filter: grayscale(0%);
opacity: 1;
}
.gp-trust__item img[alt="Presswhizz"] {
filter: grayscale(100%) invert(1) brightness(0.4);
}
.gp-trust__item:hover img[alt="Presswhizz"] {
filter: grayscale(0%) invert(0);
}
.gp-trust__item img[alt="Paradise Media"] {
height: 2.5rem;
filter: grayscale(100%) brightness(0.5);
}
.gp-trust__item:hover img[alt="Paradise Media"] {
filter: grayscale(0%) brightness(1);
} #gp-features {
padding: 3.5rem 0 0;
background: #fff;
}
.gp-features__grid {
display: grid;
grid-template-columns: 1fr;
gap: 2rem;
}
@media (min-width: 768px) { .gp-features__grid { grid-template-columns: repeat(2, 1fr); } }
.gp-feature-card {
background: #fff;
border: 1px solid var(--gp-border);
border-radius: .75rem;
padding: 2rem;
display: flex;
align-items: flex-start;
gap: 1rem;
transition: box-shadow .2s;
}
.gp-feature-card:hover { box-shadow: 0 4px 20px rgba(0,35,88,.08); }
.gp-feature-card__icon {
background: linear-gradient(135deg, #eef3ff, #dce8ff);
border: 1px solid var(--gp-accent);
border-radius: .75rem;
padding: 1rem;
flex-shrink: 0;
display: flex;
align-items: center;
justify-content: center;
transition: transform .3s;
}
.gp-feature-card:hover .gp-feature-card__icon { transform: scale(1.1); }
.gp-feature-card__icon img,
.gp-feature-card__icon svg {
width: 1.75rem;
height: 1.75rem;
}
.gp-feature-card__title {
font-size: 1.25rem;
font-weight: 700;
line-height: 1.3;
color: var(--gp-blue);
margin-bottom: .75rem;
transition: color .3s;
}
.gp-feature-card:hover .gp-feature-card__title { color: var(--gp-accent); }
.gp-feature-card__desc {
color: var(--gp-blue-light);
line-height: 1.65;
font-size: 1rem;
} #gp-pricing {
padding: 3.5rem 0 0;
background: #fff;
}
.gp-pricing__grid {
display: grid;
grid-template-columns: 1fr;
gap: 1.5rem;
align-items: start;
}
@media (min-width: 768px) { .gp-pricing__grid { grid-template-columns: repeat(2, 1fr); } }
.gp-card {
background: #fff;
border: 1px solid var(--gp-border);
border-radius: 1.1875rem;
overflow: hidden;
display: flex;
flex-direction: column;
}
.gp-card__header {
background: #fff;
padding: 1.5rem 2rem;
text-align: center;
border-bottom: 1px solid var(--gp-border);
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
min-height: 155px;
}
.gp-card__name {
font-size: 1.5rem;
font-weight: 700;
color: var(--gp-blue);
margin-bottom: .5rem;
}
.gp-card__desc {
color: var(--gp-blue-light);
font-size: .95rem;
line-height: 1.5;
}
.gp-card__body {
padding: 2rem;
display: flex;
flex-direction: column;
flex-grow: 1;
}
.gp-card__price-wrap {
text-align: center;
margin-bottom: 2rem;
}
.gp-card__price {
font-size: 2.5rem;
font-weight: 700;
color: var(--gp-accent);
}
.gp-card__per {
font-size: 1.125rem;
color: var(--gp-blue-light);
margin-left: .5rem;
}
.gp-card__badge {
display: inline-flex;
align-items: center;
justify-content: center;
text-align: center;
font-size: .8125rem;
font-weight: 500;
color: var(--gp-accent);
background: #eef3ff;
border-radius: 9999px;
padding: .375rem 1rem;
margin-top: 0.0625rem;
}
.gp-card__features-title {
font-size: 1.0625rem;
font-weight: 700;
color: var(--gp-blue);
margin-bottom: 1rem;
}
.gp-card__features {
list-style: none;
padding: 0;
margin: 0 0 1.75rem;
}
.gp-card__feature {
display: flex;
align-items: flex-start;
margin-bottom: .5rem;
color: var(--gp-blue);
font-size: 1rem;
}
.gp-card__feature i {
color: var(--gp-accent);
margin-right: .75rem;
margin-top: .2rem;
flex-shrink: 0;
}
.gp-card__feature a {
color: inherit;
text-decoration: underline;
}
.gp-card__feature a:hover { opacity: .75; } .gp-show-more-btn {
display: flex;
align-items: center;
justify-content: center;
gap: .5rem;
width: 100%;
padding: .5rem 1rem;
border: 1px solid var(--gp-border);
border-radius: .5rem;
font-size: .875rem;
font-weight: 600;
color: var(--gp-accent);
background: #fff;
cursor: pointer;
margin-bottom: 1.75rem;
font-family: var(--gp-font);
transition: background .15s;
}
.gp-show-more-btn:hover { background: #eef3ff; }
@media (min-width: 768px) { .gp-show-more-btn { display: none; } } @media (max-width: 767px) {
.gp-card__feature.gp-hidden-mobile { display: none; }
.gp-card__feature.gp-hidden-mobile.gp-visible { display: flex; }
}
.gp-card__addon {
background: var(--gp-bg-light);
border: 1px solid var(--gp-border);
border-radius: .5rem;
padding: 1rem;
margin-bottom: 1.875rem;
}
.gp-card__addon-header {
display: flex;
align-items: flex-start;
justify-content: space-between;
margin-bottom: .5rem;
}
.gp-card__addon-name {
font-size: .875rem;
font-weight: 700;
color: var(--gp-blue);
}
.gp-card__addon-price {
font-size: .9375rem;
font-weight: 700;
color: var(--gp-accent);
}
.gp-card__addon-desc {
font-size: .875rem;
color: var(--gp-blue);
}
.gp-card__btn-example {
width: 100%;
padding: .75rem 1.5rem;
border-radius: .5rem;
font-weight: 700;
font-size: 1rem;
font-family: var(--gp-font);
border: 2px solid var(--gp-accent);
color: var(--gp-accent);
background: #fff;
cursor: pointer;
margin-bottom: .75rem;
transition: background .2s;
}
.gp-card__btn-example:hover { background: #eef3ff; }
.gp-card__btn-contact {
width: 100%;
padding: .75rem 1.5rem;
border-radius: .5rem;
font-weight: 700;
font-size: 1rem;
font-family: var(--gp-font);
background: #000;
color: #fff;
border: 2px solid #000;
cursor: pointer;
transition: background .2s, color .2s;
text-decoration: none;
display: block;
text-align: center;
}
.gp-card__btn-contact:hover { background: #222; border-color: #222; color: #fff; } .gp-modal-overlay {
display: none;
position: fixed;
inset: 0;
z-index: 1000;
background: rgba(0,0,0,.6);
align-items: center;
justify-content: center;
padding: 1rem;
}
.gp-modal-overlay.gp-open { display: flex; }
.gp-modal {
background: #fff;
border-radius: 1rem;
width: 100%;
max-width: 48rem;
height: min(90vh, 700px);
display: flex;
flex-direction: column;
overflow: hidden;
box-shadow: 0 25px 60px rgba(0,0,0,.25);
}
.gp-modal__header {
flex-shrink: 0;
padding: 1rem 1.5rem;
border-bottom: 1px solid var(--gp-border);
display: flex;
align-items: center;
justify-content: space-between;
}
.gp-modal__title {
font-size: 1.25rem;
font-weight: 700;
color: var(--gp-blue);
margin: 0;
}
.gp-modal__close {
width: 2.25rem;
height: 2.25rem;
border-radius: 9999px;
border: none;
background: transparent;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
color: var(--gp-blue);
font-size: 1.25rem;
transition: background .15s;
flex-shrink: 0;
}
.gp-modal__close:hover { background: #f3f4f6; }
.gp-modal__tabs {
flex-shrink: 0;
display: flex;
border-bottom: 1px solid var(--gp-border);
padding: 0 1.5rem;
}
.gp-modal__tab {
padding: .75rem 1rem;
font-size: .875rem;
font-weight: 600;
font-family: var(--gp-font);
border: none;
border-bottom: 2px solid transparent;
background: transparent;
cursor: pointer;
color: var(--gp-blue-light);
transition: color .15s, border-color .15s;
}
.gp-modal__tab.active {
border-bottom-color: var(--gp-accent);
color: var(--gp-accent);
}
.gp-modal__body {
flex: 1;
overflow-y: auto;
padding: 1rem 1.5rem;
background: #f9fafb;
position: relative;
}
.gp-modal__spinner {
position: absolute;
inset: 0;
display: flex;
align-items: center;
justify-content: center;
background: #f9fafb;
}
.gp-spinner {
width: 2rem;
height: 2rem;
border: 4px solid #e5e7eb;
border-top-color: var(--gp-accent);
border-radius: 9999px;
animation: gp-spin .7s linear infinite;
}
@keyframes gp-spin { to { transform: rotate(360deg); } }
.gp-modal__caption {
font-size: .875rem;
text-align: center;
color: var(--gp-blue-light);
margin-bottom: 1rem;
}
.gp-modal__img {
display: block;
width: 100%;
max-width: 20rem;
margin: 0 auto;
border-radius: .75rem;
border: 1px solid var(--gp-border);
box-shadow: 0 1px 4px rgba(0,0,0,.08);
object-fit: contain;
cursor: zoom-in;
}
@media (min-width: 1024px) { .gp-modal__img { max-width: 24rem; } }
.gp-modal__footer {
flex-shrink: 0;
padding: 1rem 1.5rem;
border-top: 1px solid var(--gp-border);
display: flex;
align-items: center;
justify-content: space-between;
gap: 1rem;
}
.gp-modal__dots { display: flex; gap: .5rem; }
.gp-modal__dot {
width: .5rem;
height: .5rem;
border-radius: 9999px;
background: #d1d5db;
border: none;
cursor: pointer;
padding: 0;
transition: background .15s;
}
.gp-modal__dot.active { background: var(--gp-accent); }
.gp-modal__live-link {
display: inline-flex;
align-items: center;
gap: .5rem;
padding: .625rem 1.25rem;
border-radius: .5rem;
background: #000;
color: #fff;
font-weight: 700;
font-size: .875rem;
text-decoration: none;
white-space: nowrap;
transition: background .2s;
}
.gp-modal__live-link:hover { background: #222; color: #fff; } .gp-lightbox {
display: none;
position: fixed;
inset: 0;
z-index: 1100;
background: rgba(0,0,0,.92);
align-items: center;
justify-content: center;
}
.gp-lightbox.gp-open { display: flex; }
.gp-lightbox img {
max-width: 100%;
max-height: 100%;
object-fit: contain;
touch-action: pinch-zoom;
}
.gp-lightbox__close {
position: absolute;
top: 1rem;
right: 1rem;
width: 2.5rem;
height: 2.5rem;
border-radius: 9999px;
background: var(--gp-blue);
color: #fff;
font-size: 1.25rem;
border: none;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
} #gp-faq {
padding: 3.5rem 0 0;
background: #fff;
}
.gp-faq__list {
max-width: 56rem;
margin: 0 auto;
}
.gp-faq__item {
border: 1px solid var(--gp-border);
border-radius: .5rem;
margin-bottom: 1rem;
overflow: hidden;
}
.gp-faq__question {
width: 100%;
padding: 1.5rem;
text-align: left;
display: flex;
align-items: center;
justify-content: space-between;
background: #fff;
border: none;
cursor: pointer;
font-family: var(--gp-font);
transition: background .15s;
}
.gp-faq__question:hover { background: #f9fafb; }
.gp-faq__question h3 {
font-size: 1.125rem;
font-weight: 600;
line-height: 1.4;
color: var(--gp-blue);
margin: 0;
text-align: left;
}
.gp-faq__chevron {
color: var(--gp-accent);
transition: transform .25s;
flex-shrink: 0;
}
.gp-faq__item.open .gp-faq__chevron { transform: rotate(180deg); }
.gp-faq__answer {
display: none;
padding: 0 1.5rem 1.5rem;
border-top: 1px solid var(--gp-border);
}
.gp-faq__item.open .gp-faq__answer { display: block; }
.gp-faq__answer p {
color: var(--gp-blue);
margin: 1rem 0 0;
font-size: 1rem;
text-align: left;
}
.gp-faq__answer a {
color: var(--gp-accent);
text-decoration: underline;
font-weight: 500;
} #gp-contact {
padding: 3.5rem 0 6rem;
background: #fff;
}
.gp-contact__grid {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 1.25rem;
max-width: 60rem;
margin: 0 auto;
}
.gp-contact__card {
position: relative;
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
padding: 2.25rem 2rem 1.75rem;
border-radius: 1rem;
border: 1px solid #e5e7eb;
background: #fafafa;
color: var(--gp-blue);
flex: 1 1 260px;
max-width: 340px;
}
.gp-contact__icon {
font-size: 2rem;
display: block;
margin-bottom: .875rem;
color: #374151;
}
.gp-contact__name { font-weight: 700; font-size: 1.0625rem; margin-bottom: .4rem; }
.gp-contact__detail {
font-size: .875rem;
font-weight: 400;
color: #6b7280;
margin-bottom: 1.25rem;
flex: 1;
}
.gp-contact__btn {
display: inline-block;
padding: .6rem 1.25rem;
border-radius: .5rem;
border: 1.5px solid #111;
background: #111;
color: #fff;
font-size: .875rem;
font-weight: 600;
text-decoration: none;
transition: background .15s, border-color .15s;
white-space: nowrap;
}
.gp-contact__btn:hover {
background: #333;
border-color: #333;
color: #fff;
}
.gp-contact__note { margin-top: 2rem; font-size: .9375rem; color: var(--gp-blue-light); max-width: 48rem; margin-left: auto; margin-right: auto; } @media (max-width: 767px) { .gp-hero__ctas  { margin-bottom: 2.5rem; }
.gp-hero__logos { gap: 1.25rem 2rem; margin-bottom: 2.5rem; } .gp-section-title    { font-size: 1.625rem; margin-bottom: 1.25rem; }
.gp-section-subtitle { font-size: 1.0625rem; margin-bottom: 2rem; } .gp-authority        { padding: 3rem 0; }
.gp-authority__title { font-size: 1.5rem; }
.gp-authority__sub   { font-size: 1rem; margin-bottom: 1.5rem; }
.gp-authority__grid  { gap: 1.5rem; }
.gp-authority__number{ font-size: 2rem; }
.gp-authority__label { font-size: .875rem; } .gp-section-divider  { margin: 2.5rem auto 0; }
.gp-trust__title     { font-size: 1.5rem; margin-bottom: 1.75rem; } #gp-features, #gp-pricing, #gp-faq { padding-top: 2.5rem; } .gp-features__grid       { gap: 1.25rem; }
.gp-feature-card         { padding: 1.5rem; gap: .875rem; }
.gp-feature-card__title  { font-size: 1.125rem; }
.gp-feature-card__desc   { font-size: .9375rem; } .gp-card__header         { padding: 1.25rem 1.5rem; min-height: 0; }
.gp-card__body           { padding: 1.5rem; }
.gp-card__name           { font-size: 1.3125rem; }
.gp-card__price          { font-size: 2.125rem; }
.gp-card__features-title { font-size: 1rem; }
.gp-card__feature        { font-size: .9375rem; } .gp-faq__question    { padding: 1.25rem; }
.gp-faq__question h3 { font-size: 1rem; }
.gp-faq__answer      { padding: 0 1.25rem 1.25rem; }
.gp-faq__answer p    { font-size: .9375rem; } #gp-contact       { padding: 2.5rem 0 4rem; }
.gp-contact__card { padding: 2rem 1.5rem 1.5rem; }
}