/* ==========================================================================
   GetCookies — Static Pages CSS
   Shared design system for all WordPress static pages.
   Enqueued conditionally on pages using the "GetCookies Static" template.
   ========================================================================== */

/* ============================================
   THEME OVERRIDES (GeneratePress full-width)
   ============================================ */
body.gc-static-page #page,
body.gc-static-page .site-content,
body.gc-static-page #content,
body.gc-static-page .content-area,
body.gc-static-page .site-main,
body.gc-static-page main,
body.gc-static-page .inside-article,
body.gc-static-page .entry-content,
body.gc-static-page .separate-containers .inside-article,
body.gc-static-page .one-container .inside-article {
    max-width: 100% !important;
    padding: 0 !important; margin: 0 !important;
    background: transparent !important;
    border: none !important; box-shadow: none !important;
}
body.gc-static-page .site-content { display: block !important; }
body.gc-static-page #right-sidebar,
body.gc-static-page #left-sidebar,
body.gc-static-page .widget-area { display: none !important; }
body.gc-static-page .entry-header,
body.gc-static-page .page-header { display: none !important; }
body.gc-static-page,
body.gc-static-page .site,
body.gc-static-page .site-content,
body.gc-static-page #page { background: #FFFFFF !important; }

/* ============================================
   SHARED DESIGN TOKENS
   ============================================ */
.gc-wrap { max-width: 780px; margin: 0 auto; padding: 0 24px; }
.gc-wrap--wide { max-width: 960px; margin: 0 auto; padding: 0 24px; }

/* ============================================
   HERO SECTIONS
   ============================================ */
.gc-hero {
    padding: 80px 0 50px;
    text-align: center;
    position: relative; overflow: hidden;
}
.gc-hero::before {
    content: '';
    position: absolute; top: -80px; left: 50%;
    transform: translateX(-50%);
    width: 700px; height: 700px;
    border-radius: 50%;
}
.gc-hero-icon {
    display: inline-flex; align-items: center; justify-content: center;
    width: 68px; height: 68px; border-radius: 20px;
    font-size: 32px; margin-bottom: 24px;
}
.gc-hero h1 {
    font-size: clamp(2rem, 4vw, 2.8rem) !important;
    font-weight: 800 !important; line-height: 1.2;
    letter-spacing: -0.03em;
    margin-bottom: 14px;
    color: #0F172A !important;
    position: relative; z-index: 1;
}
.gc-hero-sub {
    font-size: 17px; line-height: 1.7;
    color: #64748B !important;
    max-width: 540px; margin: 0 auto;
    position: relative; z-index: 1;
}
.gc-hero-sub a { color: #7C3AED !important; font-weight: 600; text-decoration: underline; }

/* Hero color variants */
.gc-hero--blue  { background: linear-gradient(180deg, #EFF6FF 0%, transparent 100%); }
.gc-hero--blue::before  { background: radial-gradient(circle, rgba(59,130,246,.05) 0%, transparent 60%); }
.gc-hero--blue .gc-hero-icon { background: linear-gradient(135deg, #3B82F6, #2563EB); box-shadow: 0 8px 28px rgba(59,130,246,.25); }

.gc-hero--purple { background: linear-gradient(180deg, #F5F3FF 0%, transparent 100%); }
.gc-hero--purple::before { background: radial-gradient(circle, rgba(124,58,237,.04) 0%, transparent 60%); }
.gc-hero--purple .gc-hero-icon { background: linear-gradient(135deg, #8B5CF6, #7C3AED); box-shadow: 0 8px 28px rgba(124,58,237,.25); }

.gc-hero--red { background: linear-gradient(180deg, #FEF2F2 0%, transparent 100%); }
.gc-hero--red::before { background: radial-gradient(circle, rgba(239,68,68,.04) 0%, transparent 60%); }
.gc-hero--red .gc-hero-icon { background: linear-gradient(135deg, #EF4444, #DC2626); box-shadow: 0 8px 28px rgba(239,68,68,.25); }

.gc-hero--green { background: linear-gradient(180deg, #ECFDF5 0%, transparent 100%); }
.gc-hero--green::before { background: radial-gradient(circle, rgba(16,185,129,.04) 0%, transparent 60%); }
.gc-hero--green .gc-hero-icon { background: linear-gradient(135deg, #10B981, #059669); box-shadow: 0 8px 28px rgba(16,185,129,.25); }

.gc-hero--amber { background: linear-gradient(180deg, #FFF7ED 0%, transparent 100%); }
.gc-hero--amber::before { background: radial-gradient(circle, rgba(245,158,11,.04) 0%, transparent 60%); }
.gc-hero--amber .gc-hero-icon { background: linear-gradient(135deg, #F59E0B, #D97706); box-shadow: 0 8px 28px rgba(245,158,11,.25); }

.gc-hero--slate { background: linear-gradient(180deg, #F1F5F9 0%, transparent 100%); }
.gc-hero--slate::before { background: radial-gradient(circle, rgba(51,65,85,.03) 0%, transparent 60%); }
.gc-hero--slate .gc-hero-icon { background: linear-gradient(135deg, #334155, #1E293B); box-shadow: 0 8px 28px rgba(30,41,59,.25); }

/* ============================================
   BODY SECTIONS
   ============================================ */
.gc-body { padding: 60px 0 80px; }
.gc-section { margin-bottom: 44px; }
.gc-section:last-child { margin-bottom: 0; }
.gc-divider { height: 1px; background: #E2E8F0; margin: 44px 0; }

.gc-tag {
    display: inline-flex; padding: 6px 16px; border-radius: 100px;
    font-size: 13px; font-weight: 600;
    text-transform: uppercase; letter-spacing: 1px; margin-bottom: 14px;
}
.gc-tag--blue { background: rgba(59,130,246,.08); border: 1px solid rgba(59,130,246,.15); color: #3B82F6 !important; }
.gc-tag--purple { background: rgba(124,58,237,.08); border: 1px solid rgba(124,58,237,.15); color: #7C3AED !important; }
.gc-tag--green { background: rgba(16,185,129,.08); border: 1px solid rgba(16,185,129,.15); color: #059669 !important; }
.gc-tag--amber { background: rgba(245,158,11,.08); border: 1px solid rgba(245,158,11,.15); color: #D97706 !important; }
.gc-tag--red { background: rgba(239,68,68,.08); border: 1px solid rgba(239,68,68,.15); color: #EF4444 !important; }

.gc-section-num {
    display: inline-flex; align-items: center; justify-content: center;
    width: 32px; height: 32px; border-radius: 10px;
    font-size: 14px; font-weight: 800; color: #fff !important;
    margin-bottom: 12px;
    background: linear-gradient(135deg, #3B82F6, #2563EB);
}
.gc-section h2 {
    font-size: 22px !important; font-weight: 700 !important;
    color: #0F172A !important; margin-bottom: 14px; line-height: 1.3;
}
.gc-section p {
    font-size: 15px; line-height: 1.8;
    color: #475569 !important; margin-bottom: 10px;
}
.gc-section p:last-child { margin-bottom: 0; }
.gc-section a { color: #3B82F6 !important; font-weight: 600; text-decoration: underline; }

/* ============================================
   CARDS
   ============================================ */
.gc-grid { display: grid; gap: 16px; }
.gc-grid--2 { grid-template-columns: repeat(2, 1fr); }
.gc-grid--3 { grid-template-columns: repeat(3, 1fr); }
.gc-grid--4 { grid-template-columns: repeat(4, 1fr); }

.gc-card {
    display: flex; gap: 14px; align-items: flex-start;
    padding: 22px; border-radius: 16px;
    background: #FFFFFF; border: 1px solid #E2E8F0;
    transition: all .3s ease;
}
.gc-card:hover {
    box-shadow: 0 4px 16px rgba(0,0,0,.04);
    border-color: rgba(59,130,246,.15);
}
.gc-card-icon {
    width: 42px; height: 42px; border-radius: 12px;
    display: flex; align-items: center; justify-content: center;
    font-size: 20px; flex-shrink: 0;
}
.gc-card-icon--blue { background: rgba(59,130,246,.08); }
.gc-card-icon--green { background: rgba(16,185,129,.08); }
.gc-card-icon--amber { background: rgba(245,158,11,.08); }
.gc-card-icon--red { background: rgba(239,68,68,.08); }
.gc-card-icon--purple { background: rgba(124,58,237,.08); }
.gc-card h4 {
    font-size: 15px !important; font-weight: 700 !important;
    color: #0F172A !important; margin-bottom: 4px;
}
.gc-card p {
    font-size: 13px; color: #64748B !important; line-height: 1.5;
}

/* ============================================
   LISTS
   ============================================ */
.gc-list { list-style: none; padding: 0; margin: 14px 0 10px; }
.gc-list-item {
    display: flex; gap: 12px; align-items: flex-start;
    padding: 10px 0;
    border-bottom: 1px solid #F1F5F9;
    font-size: 15px; color: #334155 !important; line-height: 1.6;
}
.gc-list-item:last-child { border-bottom: none; }
.gc-list-bullet {
    width: 8px; height: 8px; border-radius: 50%;
    flex-shrink: 0; margin-top: 8px;
    background: #CBD5E1;
}
.gc-list-bullet--red { background: #EF4444; }
.gc-list-bullet--amber { background: #F59E0B; }
.gc-list-bullet--blue { background: #3B82F6; }
.gc-list-bullet--green { background: #10B981; }

/* Numbered requirement list */
.gc-req-list { list-style: none; padding: 0; margin: 16px 0; }
.gc-req-item {
    display: flex; gap: 12px; align-items: flex-start;
    padding: 12px 16px;
    background: #F8FAFC; border: 1px solid #E2E8F0;
    border-radius: 12px; margin-bottom: 8px;
    transition: all .25s ease;
}
.gc-req-item:hover { border-color: rgba(59,130,246,.15); background: #fff; }
.gc-req-item:last-child { margin-bottom: 0; }
.gc-req-bullet {
    width: 24px; height: 24px; border-radius: 8px;
    display: flex; align-items: center; justify-content: center;
    background: linear-gradient(135deg, #3B82F6, #2563EB);
    font-size: 12px; color: #fff; font-weight: 700;
    flex-shrink: 0; margin-top: 1px;
}
.gc-req-text {
    font-size: 14px; color: #334155 !important; line-height: 1.5; font-weight: 500;
}

/* ============================================
   CALLOUT BOXES
   ============================================ */
.gc-callout {
    display: flex; gap: 14px; align-items: flex-start;
    padding: 18px 22px; border-radius: 14px;
    margin-top: 16px;
}
.gc-callout--critical { background: #FEF2F2; border: 1px solid #FECACA; border-left: 4px solid #EF4444; }
.gc-callout--warn { background: #FFFBEB; border: 1px solid #FDE68A; border-left: 4px solid #F59E0B; }
.gc-callout--info { background: #EFF6FF; border: 1px solid #BFDBFE; border-left: 4px solid #3B82F6; }
.gc-callout--neutral { background: #F8FAFC; border: 1px solid #E2E8F0; border-left: 4px solid #64748B; }
.gc-callout-icon { font-size: 18px; flex-shrink: 0; margin-top: 1px; }
.gc-callout p { font-size: 13.5px !important; line-height: 1.6; margin: 0 !important; font-weight: 500; }
.gc-callout--critical p { color: #991B1B !important; }
.gc-callout--warn p { color: #92400E !important; }
.gc-callout--info p { color: #1E40AF !important; }
.gc-callout--neutral p { color: #475569 !important; }

/* ============================================
   STEP WARN / TIP
   ============================================ */
.gc-step-warn {
    display: flex; gap: 10px; align-items: flex-start;
    padding: 12px 16px; border-radius: 10px;
    background: #FEF2F2; border: 1px solid rgba(239,68,68,.15);
    margin-top: 12px;
}
.gc-step-warn p { font-size: 13px !important; color: #DC2626 !important; font-weight: 500; margin: 0 !important; }
.gc-step-tip {
    display: flex; gap: 10px; align-items: flex-start;
    padding: 12px 16px; border-radius: 10px;
    background: rgba(59,130,246,.04); border: 1px solid rgba(59,130,246,.1);
    margin-top: 12px;
}
.gc-step-tip p { font-size: 13px !important; color: #3B82F6 !important; font-weight: 500; margin: 0 !important; }

/* ============================================
   INFO SECTION (gray background strip)
   ============================================ */
.gc-info-section {
    padding: 70px 0;
    background: #F8FAFC;
    border-top: 1px solid #E2E8F0;
    border-bottom: 1px solid #E2E8F0;
}
.gc-info-header { text-align: center; margin-bottom: 40px; }
.gc-info-header h2 {
    font-size: 24px !important; font-weight: 800 !important;
    color: #0F172A !important; margin-bottom: 8px;
}
.gc-info-header p { font-size: 15px; color: #64748B !important; }

/* ============================================
   FORM SECTION (Contact / Request)
   ============================================ */
.gc-form-section { padding: 70px 0; }
.gc-form-wrapper {
    background: #FFFFFF;
    border: 1px solid #E2E8F0;
    border-radius: 24px;
    padding: 48px 40px;
    box-shadow: 0 4px 24px rgba(0,0,0,.03);
}
.gc-form-header { text-align: center; margin-bottom: 36px; }
.gc-form-header h2 {
    font-size: 24px !important; font-weight: 700 !important;
    color: #0F172A !important; margin-bottom: 8px;
}
.gc-form-header p { font-size: 15px; color: #64748B !important; }

/* CF7 Styling */
body.gc-static-page .wpcf7 { max-width: 100%; }
body.gc-static-page .wpcf7-form p { margin-bottom: 20px; }
body.gc-static-page .wpcf7-form label {
    display: block; font-size: 14px; font-weight: 600;
    color: #334155 !important; margin-bottom: 8px;
}
body.gc-static-page .wpcf7-form-control:not(.wpcf7-submit) {
    width: 100% !important; padding: 14px 18px !important;
    border: 1.5px solid #E2E8F0 !important; border-radius: 14px !important;
    font-size: 15px !important;
    font-family: 'Inter', -apple-system, sans-serif !important;
    color: #0F172A !important; background: #F8FAFC !important;
    transition: all .2s ease !important; outline: none !important;
    box-sizing: border-box !important;
}
body.gc-static-page .wpcf7-form-control:not(.wpcf7-submit):focus {
    border-color: #3B82F6 !important; background: #FFFFFF !important;
    box-shadow: 0 0 0 3px rgba(59,130,246,.1) !important;
}
body.gc-static-page .wpcf7-textarea { min-height: 160px !important; resize: vertical !important; }
body.gc-static-page .wpcf7-submit {
    display: inline-flex; align-items: center; justify-content: center;
    gap: 8px; width: 100%;
    padding: 16px 32px !important; border: none !important;
    border-radius: 14px !important;
    font-size: 16px !important; font-weight: 700 !important;
    font-family: 'Inter', -apple-system, sans-serif !important;
    color: #FFFFFF !important;
    background: linear-gradient(135deg, #3B82F6, #2563EB) !important;
    box-shadow: 0 4px 18px rgba(59,130,246,.3) !important;
    cursor: pointer !important; transition: all .3s ease !important;
}
body.gc-static-page .wpcf7-submit:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 28px rgba(59,130,246,.4) !important;
}
body.gc-static-page .wpcf7-response-output {
    border: none !important; border-radius: 12px !important;
    padding: 14px 20px !important; font-size: 14px !important;
    margin: 16px 0 0 !important;
}
body.gc-static-page .wpcf7 form.sent .wpcf7-response-output {
    background: #ECFDF5 !important; color: #065F46 !important;
    border: 1px solid #A7F3D0 !important;
}
body.gc-static-page .wpcf7 form.invalid .wpcf7-response-output {
    background: #FEF2F2 !important; color: #991B1B !important;
    border: 1px solid #FECACA !important;
}
body.gc-static-page .wpcf7-not-valid-tip {
    font-size: 12px !important; color: #EF4444 !important; margin-top: 6px;
}

/* Alt contact card */
.gc-alt-card {
    display: flex; gap: 20px; align-items: center;
    padding: 28px 32px;
    background: linear-gradient(135deg, #EFF6FF, #F5F3FF);
    border: 1px solid #E2E8F0;
    border-radius: 18px;
}
.gc-alt-icon {
    width: 52px; height: 52px; border-radius: 16px;
    display: flex; align-items: center; justify-content: center;
    background: linear-gradient(135deg, #3B82F6, #7C3AED);
    font-size: 24px; flex-shrink: 0;
    box-shadow: 0 4px 14px rgba(59,130,246,.2);
}
.gc-alt-text h3 { font-size: 16px !important; font-weight: 700 !important; color: #0F172A !important; margin-bottom: 4px; }
.gc-alt-text p { font-size: 14px; color: #64748B !important; line-height: 1.5; }
.gc-alt-text a { color: #3B82F6 !important; font-weight: 600; text-decoration: underline; }

/* Note boxes */
.gc-note-box {
    display: flex; gap: 16px; align-items: flex-start;
    padding: 20px 24px; border-radius: 14px;
    margin-bottom: 14px;
}
.gc-note-box:last-child { margin-bottom: 0; }
.gc-note-box--warn { background: #FEF2F2; border: 1px solid #FECACA; border-left: 3px solid #EF4444; }
.gc-note-box--info { background: #F8FAFC; border: 1px solid #E2E8F0; border-left: 3px solid #64748B; }
.gc-note-icon { font-size: 20px; flex-shrink: 0; margin-top: 2px; }
.gc-note-box h4 { font-size: 14px !important; font-weight: 700 !important; margin-bottom: 4px; }
.gc-note-box--warn h4 { color: #991B1B !important; }
.gc-note-box--info h4 { color: #334155 !important; }
.gc-note-box p { font-size: 13px !important; line-height: 1.6; }
.gc-note-box--warn p { color: #B91C1C !important; }
.gc-note-box--info p { color: #475569 !important; }

/* ============================================
   FAQ ACCORDION
   ============================================ */
.gc-faq-tabs { display: flex; gap: 10px; justify-content: center; flex-wrap: wrap; padding: 50px 0 10px; }
.gc-faq-tab {
    padding: 10px 22px; border-radius: 100px;
    border: 1.5px solid #E2E8F0; background: #fff;
    font-size: 14px; font-weight: 600;
    color: #64748B !important; cursor: pointer;
    transition: all .25s ease;
    display: inline-flex; align-items: center; gap: 8px;
}
.gc-faq-tab:hover { border-color: rgba(124,58,237,.25); color: #7C3AED !important; }
.gc-faq-tab.active {
    background: linear-gradient(135deg, #8B5CF6, #7C3AED);
    border-color: transparent; color: #fff !important;
    box-shadow: 0 4px 14px rgba(124,58,237,.25);
}
.gc-faq-group { display: none; }
.gc-faq-group.active { display: block; }
.gc-faq-section { padding: 30px 0 80px; }
.gc-faq-label {
    display: flex; align-items: center; gap: 10px;
    font-size: 13px; font-weight: 700;
    text-transform: uppercase; letter-spacing: 1.5px;
    color: #94A3B8 !important;
    margin-bottom: 18px; padding-bottom: 10px;
    border-bottom: 1px solid #F1F5F9;
}
.gc-faq-label-dot { width: 8px; height: 8px; border-radius: 50%; }
.gc-faq-item {
    border: 1px solid #E2E8F0; border-radius: 16px;
    margin-bottom: 12px; overflow: hidden;
    transition: all .3s ease; background: #fff;
}
.gc-faq-item:hover { border-color: rgba(124,58,237,.15); }
.gc-faq-item.open { border-color: rgba(124,58,237,.2); box-shadow: 0 4px 18px rgba(124,58,237,.06); }
.gc-faq-q {
    display: flex; align-items: center; justify-content: space-between;
    gap: 16px; padding: 20px 24px;
    cursor: pointer; user-select: none;
    transition: background .2s ease;
}
.gc-faq-q:hover { background: #FAFAFA; }
.gc-faq-q h3 {
    font-size: 16px !important; font-weight: 600 !important;
    color: #0F172A !important; margin: 0 !important;
    flex: 1; line-height: 1.4;
}
.gc-faq-item.open .gc-faq-q h3 { color: #7C3AED !important; }
.gc-faq-chevron {
    width: 28px; height: 28px; border-radius: 8px;
    display: flex; align-items: center; justify-content: center;
    background: #F1F5F9; flex-shrink: 0;
    transition: all .3s ease;
}
.gc-faq-item.open .gc-faq-chevron {
    background: linear-gradient(135deg, #8B5CF6, #7C3AED);
    transform: rotate(180deg);
}
.gc-faq-chevron svg { width: 16px; height: 16px; stroke: #64748B; stroke-width: 2.5; fill: none; stroke-linecap: round; stroke-linejoin: round; }
.gc-faq-item.open .gc-faq-chevron svg { stroke: #fff; }
.gc-faq-a {
    max-height: 0; overflow: hidden;
    transition: max-height .35s cubic-bezier(.4,0,.2,1), padding .35s ease;
    padding: 0 24px;
}
.gc-faq-item.open .gc-faq-a { max-height: 500px; padding: 0 24px 22px; }
.gc-faq-a p { font-size: 15px; line-height: 1.7; color: #475569 !important; margin-bottom: 8px; }
.gc-faq-a p:last-child { margin-bottom: 0; }
.gc-faq-a a { color: #7C3AED !important; font-weight: 600; text-decoration: underline; }
.gc-faq-a strong { color: #0F172A !important; }
.gc-faq-note {
    display: flex; gap: 10px; align-items: flex-start;
    padding: 10px 14px; border-radius: 10px;
    background: rgba(124,58,237,.04); border: 1px solid rgba(124,58,237,.1);
    margin-top: 10px;
}
.gc-faq-note p { font-size: 13px !important; color: #7C3AED !important; font-weight: 500; margin: 0 !important; }

/* ============================================
   TUTORIAL STEPS (How to Use)
   ============================================ */
.gc-steps { padding: 60px 0 80px; }
.gc-step { display: flex; gap: 24px; align-items: flex-start; margin-bottom: 32px; }
.gc-step:last-child { margin-bottom: 0; }
.gc-step-badge {
    display: flex; flex-direction: column; align-items: center; gap: 6px;
    flex-shrink: 0; padding-top: 4px;
}
.gc-step-badge-num {
    display: flex; align-items: center; justify-content: center;
    width: 40px; height: 40px; border-radius: 14px;
    font-size: 18px; font-weight: 800; color: #fff !important;
    background: linear-gradient(135deg, #10B981, #059669);
}
.gc-step-badge-icon { font-size: 20px; }
.gc-step-content { flex: 1; }
.gc-step-content h3 {
    font-size: 18px !important; font-weight: 700 !important;
    color: #0F172A !important; margin-bottom: 10px;
}
.gc-step-content p {
    font-size: 15px; line-height: 1.7;
    color: #475569 !important; margin-bottom: 10px;
}
.gc-el {
    display: inline-flex; padding: 2px 10px; border-radius: 6px;
    background: rgba(59,130,246,.08); color: #2563EB !important;
    font-size: 13px; font-weight: 700; letter-spacing: 0.02em;
}
.gc-el--green { background: rgba(16,185,129,.08); color: #059669 !important; }
.gc-el--amber { background: rgba(245,158,11,.08); color: #D97706 !important; }

/* Verification sub-steps */
.gc-substeps { margin: 20px 0 8px; padding: 0; border-left: 2px solid #E2E8F0; margin-left: 8px; }
.gc-substep { display: flex; gap: 16px; align-items: flex-start; padding: 14px 0 14px 20px; position: relative; }
.gc-substep:last-child { padding-bottom: 4px; }
.gc-substep-dot {
    width: 14px; height: 14px; border-radius: 50%;
    flex-shrink: 0; margin-top: 3px;
    position: relative; left: -28px;
    box-shadow: 0 0 0 3px #fff, 0 0 0 4px #E2E8F0;
}
.gc-substep-content { margin-left: -14px; }
.gc-substep-content h4 { font-size: 14px !important; font-weight: 700 !important; color: #1E293B !important; margin-bottom: 6px; }
.gc-substep-content p { font-size: 13.5px !important; line-height: 1.6; color: #475569 !important; margin-bottom: 6px; }
.gc-substep-content p:last-child { margin-bottom: 0; }

/* ============================================
   HOW IT WORKS CARDS
   ============================================ */
.gc-how-card {
    background: #FFFFFF; border: 1px solid #E2E8F0;
    border-radius: 18px; padding: 28px 24px;
    text-align: center; transition: all .3s ease;
    position: relative;
}
.gc-how-card:hover { transform: translateY(-3px); box-shadow: 0 8px 24px rgba(0,0,0,.04); }
.gc-how-num {
    position: absolute; top: -14px; left: 50%;
    transform: translateX(-50%);
    width: 28px; height: 28px; border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-size: 13px; font-weight: 800; color: #fff !important;
    background: linear-gradient(135deg, #3B82F6, #2563EB);
    box-shadow: 0 3px 10px rgba(59,130,246,.3);
}
.gc-how-icon {
    width: 48px; height: 48px; border-radius: 14px;
    display: flex; align-items: center; justify-content: center;
    margin: 6px auto 14px; font-size: 24px;
    background: linear-gradient(135deg, rgba(59,130,246,.08), rgba(37,99,235,.06));
}
.gc-how-card h3 { font-size: 16px !important; font-weight: 700 !important; color: #0F172A !important; margin-bottom: 6px; }
.gc-how-card p { font-size: 14px; color: #64748B !important; line-height: 1.5; }

/* ============================================
   CTA SECTION
   ============================================ */
.gc-cta {
    padding: 100px 0;
    text-align: center;
    border-top: 1px solid #E2E8F0;
    position: relative; overflow: hidden;
}
.gc-cta--blue { background: linear-gradient(135deg, #EFF6FF 0%, #F5F3FF 50%, #ECFDF5 100%); }
.gc-cta--purple { background: linear-gradient(135deg, #F5F3FF 0%, #EFF6FF 50%, #ECFDF5 100%); }
.gc-cta--red { background: linear-gradient(135deg, #FEF2F2 0%, #EFF6FF 50%, #F5F3FF 100%); }
.gc-cta--green { background: linear-gradient(135deg, #ECFDF5 0%, #EFF6FF 50%, #F5F3FF 100%); }
.gc-cta--amber { background: linear-gradient(135deg, #FFF7ED 0%, #EFF6FF 50%, #F5F3FF 100%); }
.gc-cta--slate { background: linear-gradient(135deg, #F1F5F9 0%, #EFF6FF 50%, #F8FAFC 100%); }
.gc-cta::before {
    content: ''; position: absolute; inset: 0;
    background: radial-gradient(ellipse at 40% 50%, rgba(59,130,246,.04) 0%, transparent 50%),
                radial-gradient(ellipse at 60% 50%, rgba(124,58,237,.03) 0%, transparent 50%);
}
.gc-cta-inner { position: relative; z-index: 1; }
.gc-cta h2 {
    font-size: clamp(1.8rem, 3.5vw, 2.6rem) !important;
    font-weight: 800 !important;
    color: #0F172A !important;
    margin-bottom: 14px; letter-spacing: -0.02em;
}
.gc-cta p { font-size: 17px; color: #64748B !important; max-width: 480px; margin: 0 auto 36px; }
.gc-cta-buttons { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }
.gc-btn-primary {
    padding: 14px 32px; border-radius: 12px; font-weight: 700; font-size: 16px;
    background: linear-gradient(135deg, #3B82F6, #2563EB);
    color: #fff !important; box-shadow: 0 4px 18px rgba(59,130,246,.35);
    transition: all .3s ease; border: none; cursor: pointer;
    display: inline-flex; align-items: center; gap: 8px; text-decoration: none;
}
.gc-btn-primary:hover { transform: translateY(-2px); box-shadow: 0 8px 28px rgba(59,130,246,.4); color: #fff !important; }
.gc-btn-ghost {
    padding: 14px 32px; border-radius: 12px; font-weight: 600; font-size: 16px;
    background: transparent; color: #334155 !important;
    border: 1.5px solid #E2E8F0; cursor: pointer; transition: all .3s ease;
    display: inline-flex; align-items: center; gap: 8px; text-decoration: none;
}
.gc-btn-ghost:hover { border-color: #3B82F6; color: #3B82F6 !important; background: rgba(59,130,246,.04); }

/* Rule cards (Request / DMCA) */
.gc-rule-card { display: flex; gap: 14px; align-items: flex-start; padding: 20px; border-radius: 14px; transition: all .3s ease; }
.gc-rule-card:hover { box-shadow: 0 4px 14px rgba(0,0,0,.04); }
.gc-rule-card--warn { background: #FEF2F2; border: 1px solid #FECACA; }
.gc-rule-card--info { background: #EFF6FF; border: 1px solid #BFDBFE; }
.gc-rule-card--neutral { background: #F8FAFC; border: 1px solid #E2E8F0; }
.gc-rule-card--amber { background: #FFFBEB; border: 1px solid #FDE68A; }
.gc-rule-icon { width: 40px; height: 40px; border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 18px; flex-shrink: 0; }
.gc-rule-card--warn .gc-rule-icon { background: rgba(239,68,68,.1); }
.gc-rule-card--info .gc-rule-icon { background: rgba(59,130,246,.1); }
.gc-rule-card--neutral .gc-rule-icon { background: rgba(100,116,139,.1); }
.gc-rule-card--amber .gc-rule-icon { background: rgba(245,158,11,.1); }
.gc-rule-card h4 { font-size: 14px !important; font-weight: 700 !important; margin-bottom: 4px; }
.gc-rule-card--warn h4 { color: #991B1B !important; }
.gc-rule-card--info h4 { color: #1E40AF !important; }
.gc-rule-card--neutral h4 { color: #334155 !important; }
.gc-rule-card--amber h4 { color: #92400E !important; }
.gc-rule-card p { font-size: 13px; line-height: 1.5; }
.gc-rule-card--warn p { color: #B91C1C !important; }
.gc-rule-card--info p { color: #1E3A8A !important; }
.gc-rule-card--neutral p { color: #475569 !important; }
.gc-rule-card--amber p { color: #78350F !important; }

/* ============================================
   RESPONSIVE
   ============================================ */
@media (max-width: 768px) {
    .gc-hero { padding: 60px 0 40px; }
    .gc-hero h1 { font-size: 2rem !important; }
    .gc-grid--2, .gc-grid--3, .gc-grid--4 { grid-template-columns: 1fr; }
    .gc-form-wrapper { padding: 28px 20px; }
    .gc-step { flex-direction: column; gap: 16px; }
    .gc-alt-card { flex-direction: column; text-align: center; }
    .gc-cta { padding: 60px 0; }
    .gc-faq-q { padding: 16px 18px; }
    .gc-faq-q h3 { font-size: 15px !important; }
    .gc-faq-a { padding: 0 18px; }
    .gc-faq-item.open .gc-faq-a { padding: 0 18px 18px; }
}
@media (max-width: 640px) {
    .gc-faq-tabs { gap: 8px; }
    .gc-faq-tab { padding: 8px 16px; font-size: 13px; }
    .gc-section h2 { font-size: 19px !important; }
}
