/* ===================================
   worldnetworklinks Homepage (icopify.co aligned)
   =================================== */

.icp-gp-page {
    background: #06111f;
    color: #f8fafc;
}

.icp-gp-dark {
    background: radial-gradient(circle at top left, rgba(34, 197, 94, 0.16), transparent 34%), #06111f;
}

.icp-gp-hero {
    position: relative;
    overflow: hidden;
    padding-top: 110px;
    padding-bottom: 75px;
}

.icp-gp-hero::before {
    content: '';
    position: absolute;
    top: -180px;
    right: -120px;
    width: 520px;
    height: 520px;
    background: radial-gradient(circle, rgba(34, 197, 94, 0.22), transparent 65%);
    pointer-events: none;
}

.icp-gp-container-relative { position: relative; z-index: 2; }

.icp-gp-green { color: #22c55e !important; }
.icp-gp-muted { color: #94a3b8 !important; }
.text-white { color: #fff; }

.icp-gp-badge {
    display: inline-block;
    color: #22c55e;
    background: rgba(34, 197, 94, 0.12);
    border: 1px solid rgba(34, 197, 94, 0.25);
    border-radius: 50rem;
    padding: 8px 15px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}

.icp-gp-title {
    font-size: clamp(34px, 5vw, 58px);
    line-height: 1.05;
    letter-spacing: -1.6px;
    font-weight: 800;
    margin-bottom: 1rem;
}

.icp-gp-subtitle {
    font-size: 18px;
    line-height: 1.8;
    color: #cbd5e1;
    max-width: 660px;
    margin-bottom: 1.5rem;
}

.icp-gp-btn-green {
    background: linear-gradient(135deg, #22c55e, #16a34a);
    color: #fff !important;
    border: 0;
    box-shadow: 0 12px 30px rgba(34, 197, 94, 0.25);
    border-radius: 8px;
    padding: 12px 24px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: var(--transition);
}

.icp-gp-btn-green:hover {
    background: linear-gradient(135deg, #16a34a, #15803d);
    transform: translateY(-1px);
}

.icp-gp-btn-outline {
    color: #f8fafc !important;
    border: 1px solid rgba(148, 163, 184, 0.36);
    background: rgba(15, 23, 42, 0.65);
    border-radius: 8px;
    padding: 12px 24px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: var(--transition);
}

.icp-gp-btn-outline:hover {
    border-color: rgba(34, 197, 94, 0.75);
    background: rgba(34, 197, 94, 0.12);
}

.icp-gp-checks span {
    display: inline-block;
    margin-right: 18px;
    margin-bottom: 10px;
    color: #cbd5e1;
    font-size: 14px;
}

.icp-gp-checks i { color: #22c55e; margin-right: 7px; }

.icp-gp-card, .icp-gp-soft-card, .icp-gp-stat {
    background: rgba(15, 23, 42, 0.82);
    border: 1px solid rgba(148, 163, 184, 0.16);
    border-radius: 16px;
}

.icp-gp-card { box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28); }
.icp-gp-card.border-success { border-color: rgba(34, 197, 94, 0.45); }

.icp-gp-soft-card {
    background: rgba(15, 23, 42, 0.74);
    border-radius: 14px;
    transition: all 0.25s ease;
}

.icp-gp-soft-card:hover {
    transform: translateY(-4px);
    border-color: rgba(34, 197, 94, 0.55);
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.22);
}

.icp-gp-icon {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(34, 197, 94, 0.12);
    color: #22c55e;
    margin-bottom: 18px;
    font-size: 18px;
}

.icp-gp-stat { padding: 26px 18px; height: 100%; }

.icp-gp-section-title {
    font-size: clamp(30px, 4vw, 38px);
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: -0.7px;
    margin-bottom: 0.75rem;
}

.icp-gp-section-copy {
    color: #94a3b8;
    font-size: 17px;
    line-height: 1.7;
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
}

.icp-gp-light {
    background: #f8fafc;
    color: #0f172a;
}

.icp-gp-light .icp-gp-section-copy,
.icp-gp-light .icp-gp-muted { color: #475569 !important; }

.icp-gp-niche {
    background: rgba(15, 23, 42, 0.78);
    border: 1px solid rgba(148, 163, 184, 0.15);
    border-radius: 14px;
    padding: 22px 10px;
    color: #f8fafc;
    text-align: center;
    height: 100%;
}

.icp-gp-niche i { font-size: 1.75rem; display: block; margin-bottom: 12px; }

.icp-gp-step-number {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: linear-gradient(135deg, #22c55e, #16a34a);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    margin-bottom: 16px;
}

.icp-gp-final-cta {
    background: radial-gradient(circle at top right, rgba(34, 197, 94, 0.18), transparent 38%), #071019;
    border-top: 1px solid rgba(148, 163, 184, 0.12);
}

.icp-gp-trust-bar {
    background: rgba(15, 23, 42, 0.72);
    border-top: 1px solid rgba(148, 163, 184, 0.12);
    border-bottom: 1px solid rgba(148, 163, 184, 0.12);
    padding: 12px 0;
}

.icp-gp-trust-item {
    color: #cbd5e1;
    font-size: 14px;
    margin: 8px 16px;
    display: inline-block;
}

.icp-gp-trust-item i { color: #22c55e; margin-right: 7px; }

.icp-gp-comparison-table {
    width: 100%;
    background: #fff;
    color: #334155;
    border-radius: 0;
    overflow: hidden;
    box-shadow: none;
    border-collapse: collapse;
    border: 1px solid #dbeafe;
}

.icp-gp-comparison-table th,
.icp-gp-comparison-table td {
    padding: 14px 16px;
    border: 1px solid #e2e8f0;
    vertical-align: middle;
    text-align: left;
    font-size: 0.9rem;
    line-height: 1.5;
}

.icp-gp-comparison-table th {
    background: #1e4976;
    color: #fff;
    font-weight: 600;
    font-size: 0.875rem;
}

.icp-gp-comparison-table tbody td:first-child {
    font-weight: 700;
    color: #1e293b;
    background: #fff;
}

.icp-gp-comparison-table tbody td:nth-child(2) {
    background: #fff;
    color: #334155;
}

.icp-gp-comparison-table tbody td:nth-child(2) .fa-check-circle {
    color: #22c55e;
    margin-right: 6px;
}

.icp-gp-comparison-table tbody td:nth-child(3),
.icp-gp-comparison-table tbody td:nth-child(4) {
    color: #64748b;
    background: #fff;
}

.icp-gp-faq-list {
    max-width: 860px;
    margin: 0 auto;
    border: 1px solid #cbd5e1;
    background: #fff;
}

.icp-gp-faq-item {
    border: none;
    border-bottom: 1px solid #cbd5e1;
    border-radius: 0;
    overflow: hidden;
    margin-bottom: 0;
    box-shadow: none;
    background: #fff;
}

.icp-gp-faq-item:last-child {
    border-bottom: none;
}

.icp-gp-faq-item button {
    width: 100%;
    text-align: left;
    padding: 16px 20px;
    background: #eef2f7;
    border: none;
    border-bottom: 1px solid #b8d4e8;
    font-weight: 700;
    color: #1e293b;
    cursor: pointer;
    font-size: 0.95rem;
    line-height: 1.45;
    font-family: inherit;
}

.icp-gp-faq-item:not(.open) button {
    border-bottom: none;
}

.icp-gp-faq-item.open button {
    background: #eef2f7;
    border-bottom: 1px solid #b8d4e8;
}

.icp-gp-faq-body {
    display: none;
    padding: 16px 20px 20px;
    color: #475569;
    line-height: 1.7;
    font-size: 0.925rem;
    background: #fff;
}

.icp-gp-faq-item.open .icp-gp-faq-body { display: block; }

/* Dark FAQ variant (For Advertisers page) */
.icp-gp-faq-dark {
    border: none;
    background: transparent;
    max-width: 900px;
}

.icp-gp-faq-dark .icp-gp-faq-item {
    background: rgba(15, 23, 42, 0.82);
    border: 1px solid rgba(148, 163, 184, 0.16);
    border-radius: 12px;
    margin-bottom: 12px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
}

.icp-gp-faq-dark .icp-gp-faq-item:last-child {
    margin-bottom: 0;
}

.icp-gp-faq-dark .icp-gp-faq-item button {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    width: 100%;
    text-align: left;
    background: transparent;
    border: none;
    color: #f8fafc;
    padding: 20px;
    font-weight: 700;
    font-size: 0.95rem;
    line-height: 1.45;
    cursor: pointer;
    transition: color 0.2s ease;
}

.icp-gp-faq-dark .icp-gp-faq-item button::after {
    content: '\f078';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    font-size: 13px;
    color: #64748b;
    flex-shrink: 0;
    transition: transform 0.2s ease, color 0.2s ease;
}

.icp-gp-faq-dark .icp-gp-faq-item.open button {
    color: #22c55e;
    border-bottom: 1px solid rgba(148, 163, 184, 0.14);
}

.icp-gp-faq-dark .icp-gp-faq-item.open button::after {
    transform: rotate(180deg);
    color: #22c55e;
}

.icp-gp-faq-dark .icp-gp-faq-body {
    display: none;
    background: rgba(6, 17, 31, 0.4);
    color: #cbd5e1;
    padding: 16px 20px 20px;
    font-size: 15px;
    line-height: 1.6;
}

.icp-gp-faq-dark .icp-gp-faq-item.open .icp-gp-faq-body {
    display: block;
}

.icp-adv-hero-img {
    max-width: 100%;
    height: auto;
    max-height: 640px;
    object-fit: contain;
}

.icp-adv-marketplace-wrap {
    background: #fff;
    border-radius: 12px;
    padding: 12px;
    min-height: 420px;
}

/* About Us page */
.icp-about-hero {
    text-align: center;
    padding-bottom: 85px;
}

.icp-about-hero .icp-gp-subtitle {
    margin-left: auto;
    margin-right: auto;
}

.icp-gp-story-text {
    font-size: 16px;
    line-height: 1.75;
    color: #cbd5e1;
}

.icp-gp-story-text p {
    margin-bottom: 1rem;
}

blockquote.icp-gp-quote {
    border-left: 4px solid #22c55e;
    padding: 15px 20px;
    margin: 0;
    background: rgba(34, 197, 94, 0.04);
    border-radius: 0 12px 12px 0;
    color: #f8fafc;
    font-style: italic;
}

.icp-gp-timeline {
    position: relative;
    padding-left: 30px;
    border-left: 2px solid rgba(148, 163, 184, 0.16);
}

.icp-gp-timeline-item {
    position: relative;
    margin-bottom: 40px;
}

.icp-gp-timeline-item:last-child {
    margin-bottom: 0;
}

.icp-gp-timeline-item::before {
    content: '';
    position: absolute;
    left: -39px;
    top: 5px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #22c55e;
    border: 4px solid #06111f;
    box-shadow: 0 0 0 2px rgba(34, 197, 94, 0.25);
}

.icp-gp-timeline-item h4 {
    margin-bottom: 4px;
}

.icp-gp-timeline-item .icp-timeline-label {
    font-size: 0.8125rem;
    color: #94a3b8;
    margin-bottom: 8px;
}

.icp-about-divider {
    border-top: 1px solid rgba(148, 163, 184, 0.08);
    border-bottom: 1px solid rgba(148, 163, 184, 0.08);
}

.icp-about-hub {
    background: #0b1220;
    border-top: 1px solid rgba(148, 163, 184, 0.08);
}

.icp-about-path-card {
    text-align: center;
    padding: 32px 24px;
    height: 100%;
}

.icp-about-path-card h4 {
    margin-bottom: 8px;
}

.icp-about-path-card p {
    margin-bottom: 24px;
}

.icp-gp-icon-square {
    border-radius: 12px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 20px;
}

/* Home footer — icopify.co */
.icp-home-footer {
    background: #0b1727;
    color: rgba(255, 255, 255, 0.88);
    margin-top: 0;
}

.icp-footer-nav {
    border-bottom: 1px solid rgba(148, 163, 184, 0.14);
    padding: 18px 0;
}

.icp-footer-nav-inner {
    display: flex;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
}

.icp-footer-logo {
    text-decoration: none;
    flex-shrink: 0;
}

.icp-footer-nav-links {
    display: flex;
    align-items: center;
    gap: 22px;
    list-style: none;
    margin: 0;
    padding: 0;
    flex: 1;
    flex-wrap: wrap;
}

.icp-footer-nav-links a {
    color: rgba(255, 255, 255, 0.88);
    font-size: 0.9rem;
    text-decoration: none;
}

.icp-footer-nav-links a:hover,
.icp-footer-nav-links a.active {
    color: #22c55e;
}

.icp-footer-nav-actions {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-left: auto;
}

.icp-footer-nav-actions .btn-sm {
    padding: 8px 16px;
    font-size: 0.85rem;
}

.icp-footer-main {
    padding-top: 8px;
}

.icp-footer-six-col {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr)) minmax(170px, 210px);
    gap: 16px 20px;
    align-items: start;
}

.icp-footer-categories-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 18px 24px;
}

.icp-home-footer .footer-categories-col ul {
    list-style: disc;
    padding-left: 18px;
    margin: 0;
}

.icp-home-footer .footer-categories-col li {
    margin-bottom: 5px;
    color: rgba(255, 255, 255, 0.45);
}

.icp-home-footer .footer-categories-col a {
    color: rgba(255, 255, 255, 0.82);
    font-size: 0.78rem;
    line-height: 1.35;
    text-decoration: none;
}

.icp-home-footer .footer-categories-col a:hover {
    color: #22c55e;
}

.icp-footer-side .footer-col h4 {
    color: #22c55e;
    font-size: 0.95rem;
    margin: 0 0 14px;
}

.icp-footer-side .footer-col ul {
    list-style: none;
    padding: 0;
    margin: 0 0 24px;
}

.icp-footer-side .footer-col li {
    margin-bottom: 8px;
}

.icp-footer-side .footer-col a {
    color: rgba(255, 255, 255, 0.82);
    font-size: 0.85rem;
    text-decoration: none;
}

.icp-footer-side .footer-col a:hover {
    color: #22c55e;
}

.icp-footer-side .footer-contact li {
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.85rem;
    line-height: 1.55;
}

.icp-footer-bottom {
    border-top: 1px solid rgba(148, 163, 184, 0.12);
    padding: 18px 0 28px;
    text-align: center;
}

.icp-footer-bottom p {
    margin: 0;
    color: rgba(255, 255, 255, 0.55);
    font-size: 0.85rem;
}

.icp-gp-testimonial-quote {
    font-size: 15px;
    line-height: 1.7;
    color: #cbd5e1;
    margin-bottom: 1rem;
}

.icp-gp-mobile-sticky {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    padding: 12px 16px;
    background: rgba(6, 17, 31, 0.95);
    border-top: 1px solid rgba(148, 163, 184, 0.2);
    text-align: center;
}

.icp-gp-mobile-sticky .icp-gp-btn-green { width: 100%; justify-content: center; }

/* Layout grids */
.icp-row { display: grid; gap: 24px; }
.icp-row-2 { grid-template-columns: repeat(2, 1fr); }
.icp-row-3 { grid-template-columns: repeat(3, 1fr); }
.icp-row-4 { grid-template-columns: repeat(4, 1fr); }
.icp-row-6 { grid-template-columns: repeat(6, 1fr); }
.icp-row-hero { grid-template-columns: 1fr 1fr; align-items: center; }
.icp-text-center { text-align: center; }
.icp-py-5 { padding: 48px 0; }
.icp-py-6 { padding: 64px 0; }
.icp-p-4 { padding: 24px; }
.icp-p-3 { padding: 16px; }
.icp-mb-3 { margin-bottom: 1rem; }
.icp-mb-4 { margin-bottom: 1.5rem; }
.icp-mb-5 { margin-bottom: 2.5rem; }
.icp-mt-5 { margin-top: 2.5rem; }
.icp-h-100 { height: 100%; }

.icp-hero-img {
    max-height: 720px;
    width: auto;
    transform: scaleX(-1);
    margin-left: -40px;
}

.icp-catalog-preview-notice {
    margin: 0 0 12px;
    padding: 10px 14px;
    font-size: 13px;
    line-height: 1.5;
    color: #64748b;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
}

.icp-preview-badge {
    display: inline-block;
    margin-right: 6px;
    padding: 2px 8px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #0f766e;
    background: #ccfbf1;
    border-radius: 999px;
}

.icp-niche-label {
    display: block;
    margin-top: 4px;
    font-size: 11px;
    color: #94a3b8;
}

.icp-catalog-preview {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
}

.icp-catalog-preview .icp-gp-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 13px;
    color: #334155;
}

.icp-gp-table th {
    background: #f1f5f9;
    color: #64748b;
    font-weight: 600;
    padding: 12px 14px;
    text-align: left;
    border-bottom: 1px solid #e2e8f0;
}

.icp-gp-table td {
    padding: 12px 14px;
    border-bottom: 1px solid #f1f5f9;
}

.icp-gp-mini-btn {
    background: #22c55e;
    color: #fff;
    padding: 6px 10px;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 700;
}

.icp-cta-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }

.icp-cta-card-inner {
    display: flex;
    gap: 12px;
    align-items: flex-start;
}

.icp-cta-card-inner i { font-size: 1.75rem; flex-shrink: 0; }

/* Home navbar overrides */
body.home-page .navbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: rgba(11, 23, 39, 0.92);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(148, 163, 184, 0.12);
}

body.home-page .nav-links a.active {
    color: #22c55e !important;
    font-weight: 700;
}

body.home-page .nav-buttons .btn-outline {
    border-color: #22c55e;
    color: #22c55e;
}

body.home-page .nav-buttons .btn-outline:hover {
    background: rgba(34, 197, 94, 0.12);
}

body.home-page .nav-buttons .btn-primary {
    background: linear-gradient(135deg, #22c55e, #16a34a);
    min-width: 100px;
}

@media (max-width: 992px) {
    .icp-row-hero, .icp-row-2, .icp-row-3, .icp-row-4, .icp-cta-cards { grid-template-columns: 1fr; }
    .icp-row-6 { grid-template-columns: repeat(3, 1fr); }
    .icp-hero-img { display: none; }
    .icp-gp-hero { padding-top: 80px; }
    .icp-footer-six-col { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .icp-footer-categories-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .icp-footer-nav-inner { justify-content: center; }
    .icp-footer-nav-actions { margin-left: 0; width: 100%; justify-content: center; }
}

@media (max-width: 576px) {
    .icp-row-6 { grid-template-columns: repeat(2, 1fr); }
    .icp-gp-mobile-sticky { display: block; }
    body.home-page { padding-bottom: 70px; }
}
