/*
 * WebLite PPC Marketing Page - Premium Styles
 * Brand gradient: Teal → Deep Blue → Purple
 * Redesigned with premium feel, animations, scroll effects
 */

:root {
    --ppc-primary: #0891b2;
    --ppc-primary-dark: #0e7490;
    --ppc-secondary: #1e293b;
    --ppc-accent: #8b5cf6;
    --ppc-accent-dark: #7c3aed;
    --ppc-gold: #f59e0b;
    --ppc-bg: #f8fafc;
    --ppc-bg-white: #ffffff;
    --ppc-text: #1e293b;
    --ppc-text-light: #ffffff;
    --ppc-text-muted: #64748b;
    --ppc-danger: #ef4444;
    --ppc-success: #10b981;
    --ppc-gradient: linear-gradient(135deg, #0891b2 0%, #2563eb 50%, #7c3aed 100%);
    --ppc-gradient-dark: linear-gradient(135deg, #042f2e 0%, #0c1832 50%, #1a0b2e 100%);
    --ppc-gradient-card: linear-gradient(135deg, rgba(8,145,178,0.06) 0%, rgba(139,92,246,0.06) 100%);
    --ppc-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    --ppc-shadow-lg: 0 10px 40px rgba(0, 0, 0, 0.1);
    --ppc-radius: 16px;
    --font-main: 'Heebo', sans-serif;
}

/* ==================== BASE ==================== */
.ppc-main {
    font-family: var(--font-main);
    color: var(--ppc-text);
    direction: rtl;
    line-height: 1.7;
    background: var(--ppc-bg);
    overflow-x: hidden;
}

.ppc-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

.ppc-section {
    padding: 90px 0;
    position: relative;
}

.ppc-section-title {
    text-align: center;
    font-size: clamp(2rem, 5vw, 2.8rem);
    font-weight: 800;
    margin-bottom: 16px;
    color: var(--ppc-secondary);
    line-height: 1.2;
}

.ppc-section-subtitle {
    text-align: center;
    max-width: 650px;
    margin: 0 auto 60px;
    font-size: 1.1rem;
    color: var(--ppc-text-muted);
    line-height: 1.8;
}

.ppc-section-tag {
    display: inline-block;
    background: rgba(8, 145, 178, 0.1);
    color: var(--ppc-primary);
    padding: 6px 18px;
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    margin-bottom: 16px;
}

.ppc-gradient-text {
    background: var(--ppc-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* ================================================
   HERO SECTION — Premium dark with particles
   ================================================ */
.ppc-hero {
    background: var(--ppc-gradient-dark);
    padding: 110px 0 100px;
    color: var(--ppc-text-light);
    overflow: hidden;
    position: relative;
    min-height: 580px;
}

.ppc-hero-particles {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
}

.ppc-hero::before {
    content: '';
    position: absolute;
    top: -30%;
    right: -20%;
    width: 800px;
    height: 800px;
    background: radial-gradient(circle, rgba(8,145,178,0.12) 0%, transparent 60%);
    pointer-events: none;
    z-index: 0;
}

.ppc-hero::after {
    content: '';
    position: absolute;
    bottom: -30%;
    left: -10%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(139,92,246,0.1) 0%, transparent 60%);
    pointer-events: none;
    z-index: 0;
}

.ppc-hero .ppc-container {
    display: flex;
    align-items: center;
    gap: 50px;
    position: relative;
    z-index: 2;
}

.ppc-hero-content {
    flex: 1;
}

.ppc-hero-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(8, 145, 178, 0.15);
    border: 1px solid rgba(8, 145, 178, 0.3);
    padding: 8px 20px;
    border-radius: 50px;
    font-size: 0.9rem;
    font-weight: 700;
    margin-bottom: 20px;
    color: #67e8f9;
    animation: ppc-tag-glow 3s ease-in-out infinite;
}

@keyframes ppc-tag-glow {
    0%, 100% { box-shadow: 0 0 10px rgba(8, 145, 178, 0.2); }
    50% { box-shadow: 0 0 25px rgba(8, 145, 178, 0.4); }
}

.ppc-hero-tag i {
    margin-left: 6px;
    font-size: 0.85rem;
}

.ppc-hero .ppc-h1 {
    font-size: clamp(2.2rem, 5vw, 3.4rem);
    font-weight: 900;
    line-height: 1.15;
    margin-bottom: 20px;
    letter-spacing: -0.01em;
}

.ppc-hero .ppc-h1 .ppc-h1-highlight {
    background: var(--ppc-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.ppc-hero .ppc-sub-headline {
    font-size: 1.15rem;
    opacity: 0.75;
    max-width: 540px;
    margin-bottom: 30px;
    line-height: 1.8;
}

/* Hero Visual — Animated Dashboard Mockup */
.ppc-hero-visual {
    flex: 1;
    max-width: 46%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ppc-hero-dashboard {
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 20px;
    padding: 0;
    width: 100%;
    overflow: hidden;
    backdrop-filter: blur(10px);
    box-shadow: 0 20px 60px rgba(0,0,0,0.3);
}

.ppc-dash-header {
    background: rgba(255,255,255,0.05);
    border-bottom: 1px solid rgba(255,255,255,0.06);
    padding: 14px 20px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.ppc-dash-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(255,255,255,0.2);
}

.ppc-dash-dot:nth-child(1) { background: #ef4444; }
.ppc-dash-dot:nth-child(2) { background: #f59e0b; }
.ppc-dash-dot:nth-child(3) { background: #10b981; }

.ppc-dash-title {
    margin-right: 12px;
    font-size: 0.82rem;
    opacity: 0.5;
}

.ppc-dash-body {
    padding: 24px 20px;
}

.ppc-dash-metric-row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 12px;
    margin-bottom: 20px;
}

.ppc-dash-metric {
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.06);
    border-radius: 12px;
    padding: 14px 12px;
    text-align: center;
}

.ppc-dash-metric-value {
    font-size: 1.5rem;
    font-weight: 900;
    line-height: 1;
    margin-bottom: 4px;
}

.ppc-dash-metric-value.ppc-color-teal { color: #67e8f9; }
.ppc-dash-metric-value.ppc-color-purple { color: #c4b5fd; }
.ppc-dash-metric-value.ppc-color-green { color: #6ee7b7; }

.ppc-dash-metric-label {
    font-size: 0.72rem;
    opacity: 0.5;
}

/* Animated chart bars */
.ppc-dash-chart {
    display: flex;
    align-items: flex-end;
    gap: 6px;
    height: 80px;
    padding: 0 4px;
}

.ppc-dash-bar {
    flex: 1;
    border-radius: 4px 4px 0 0;
    min-height: 8px;
    opacity: 0;
    transform: scaleY(0);
    transform-origin: bottom;
    transition: transform 1s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.5s ease;
}

.ppc-dash-bar.ppc-animate {
    opacity: 1;
    transform: scaleY(1);
}

.ppc-dash-bar:nth-child(odd) {
    background: linear-gradient(to top, #0891b2, #06b6d4);
}
.ppc-dash-bar:nth-child(even) {
    background: linear-gradient(to top, #7c3aed, #a78bfa);
}

.ppc-dash-bar:nth-child(1) { height: 35%; transition-delay: 0.1s; }
.ppc-dash-bar:nth-child(2) { height: 55%; transition-delay: 0.2s; }
.ppc-dash-bar:nth-child(3) { height: 45%; transition-delay: 0.3s; }
.ppc-dash-bar:nth-child(4) { height: 70%; transition-delay: 0.4s; }
.ppc-dash-bar:nth-child(5) { height: 60%; transition-delay: 0.5s; }
.ppc-dash-bar:nth-child(6) { height: 85%; transition-delay: 0.6s; }
.ppc-dash-bar:nth-child(7) { height: 75%; transition-delay: 0.7s; }
.ppc-dash-bar:nth-child(8) { height: 95%; transition-delay: 0.8s; }

/* Hero Stats */
.ppc-hero-stats {
    display: flex;
    gap: 18px;
    margin-bottom: 35px;
    flex-wrap: wrap;
}

.ppc-stat-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 14px 22px;
    background: rgba(255,255,255,0.05);
    border-radius: 14px;
    border: 1px solid rgba(255,255,255,0.08);
    transition: all 0.3s ease;
}

.ppc-stat-item:hover {
    background: rgba(255,255,255,0.08);
    transform: translateY(-2px);
}

.ppc-stat-number {
    font-size: 1.8rem;
    font-weight: 900;
    line-height: 1;
    background: var(--ppc-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.ppc-stat-label {
    font-size: 0.82rem;
    opacity: 0.6;
    margin-top: 4px;
}

/* Hero CTA Group */
.ppc-hero-cta-group {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

/* ================================================
   CTA BUTTONS
   ================================================ */
.ppc-cta-button {
    color: var(--ppc-text-light);
    padding: 16px 32px;
    border-radius: 12px;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.05rem;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.ppc-cta-button::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(255,255,255,0.15) 0%, transparent 50%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.ppc-cta-button:hover::before {
    opacity: 1;
}

.ppc-cta-button i {
    transition: transform 0.3s ease;
}

.ppc-cta-button:hover i {
    transform: translateX(-4px);
}

.ppc-cta-primary {
    background: var(--ppc-gradient);
    box-shadow: 0 6px 25px rgba(8, 145, 178, 0.35);
}

.ppc-cta-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 35px rgba(8, 145, 178, 0.5);
}

.ppc-cta-secondary {
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.2);
    backdrop-filter: blur(4px);
}

.ppc-cta-secondary:hover {
    background: rgba(255,255,255,0.12);
    transform: translateY(-2px);
}

/* ================================================
   PAIN POINTS SECTION — with hover effects
   ================================================ */
.ppc-pain-section {
    background: var(--ppc-bg-white);
}

.ppc-pain-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 24px;
}

.ppc-pain-card {
    background: var(--ppc-bg);
    padding: 32px 26px;
    border-radius: 16px;
    border: 1px solid #e2e8f0;
    transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    position: relative;
    overflow: hidden;
}

.ppc-pain-card::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 4px;
    height: 100%;
    background: var(--ppc-gradient);
    border-radius: 0 4px 4px 0;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.ppc-pain-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(8, 145, 178, 0.08);
    border-color: rgba(8, 145, 178, 0.2);
}

.ppc-pain-card:hover::before {
    opacity: 1;
}

.ppc-pain-icon {
    width: 56px;
    height: 56px;
    background: var(--ppc-gradient-card);
    color: var(--ppc-primary);
    border-radius: 14px;
    display: grid;
    place-items: center;
    font-size: 1.4rem;
    margin-bottom: 18px;
    transition: all 0.3s ease;
}

.ppc-pain-card:hover .ppc-pain-icon {
    background: var(--ppc-gradient);
    color: white;
    transform: scale(1.05);
}

.ppc-pain-card h3 {
    font-size: 1.15rem;
    font-weight: 800;
    margin-bottom: 10px;
    color: var(--ppc-secondary);
}

.ppc-pain-card p {
    font-size: 0.95rem;
    line-height: 1.8;
    color: var(--ppc-text-muted);
}

.ppc-pain-card p strong {
    color: var(--ppc-secondary);
}

/* ================================================
   RESULTS / SOCIAL PROOF SECTION (NEW)
   ================================================ */
.ppc-results-section {
    background: var(--ppc-gradient-dark);
    color: var(--ppc-text-light);
    position: relative;
    overflow: hidden;
}

.ppc-results-section::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 900px;
    height: 900px;
    background: radial-gradient(circle, rgba(8,145,178,0.06) 0%, transparent 60%);
    pointer-events: none;
}

.ppc-results-section .ppc-section-title {
    color: var(--ppc-text-light);
}

.ppc-results-section .ppc-section-subtitle {
    color: rgba(255,255,255,0.6);
}

.ppc-results-section .ppc-section-tag {
    background: rgba(8, 145, 178, 0.15);
    color: #67e8f9;
}

.ppc-results-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin-bottom: 50px;
}

.ppc-result-card {
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 20px;
    padding: 32px 20px;
    text-align: center;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

.ppc-result-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: var(--ppc-gradient);
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 0;
}

.ppc-result-card:hover::before {
    opacity: 0.08;
}

.ppc-result-card:hover {
    transform: translateY(-6px);
    border-color: rgba(8, 145, 178, 0.3);
    box-shadow: 0 10px 40px rgba(8, 145, 178, 0.15);
}

.ppc-result-card > * {
    position: relative;
    z-index: 1;
}

.ppc-result-icon {
    width: 52px;
    height: 52px;
    margin: 0 auto 16px;
    background: var(--ppc-gradient);
    border-radius: 14px;
    display: grid;
    place-items: center;
    font-size: 1.3rem;
    color: white;
}

.ppc-result-number {
    font-size: 2.5rem;
    font-weight: 900;
    line-height: 1;
    margin-bottom: 6px;
    background: var(--ppc-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.ppc-result-label {
    font-size: 0.92rem;
    opacity: 0.6;
    line-height: 1.5;
}

.ppc-results-testimonial {
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 20px;
    padding: 32px 40px;
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
    position: relative;
}

.ppc-results-testimonial::before {
    content: '\f10d';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    font-size: 2rem;
    position: absolute;
    top: -16px;
    right: 40px;
    color: var(--ppc-primary);
    opacity: 0.5;
}

.ppc-results-testimonial blockquote {
    font-size: 1.1rem;
    line-height: 1.8;
    opacity: 0.85;
    margin-bottom: 16px;
    font-style: italic;
}

.ppc-results-testimonial cite {
    font-size: 0.9rem;
    font-style: normal;
    opacity: 0.5;
}

/* ================================================
   FEATURES / WHAT'S INCLUDED
   ================================================ */
.ppc-features-section {
    background: var(--ppc-bg);
}

.ppc-features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 24px;
}

.ppc-feature-card {
    background: var(--ppc-bg-white);
    padding: 32px;
    border-radius: 18px;
    text-align: center;
    box-shadow: var(--ppc-shadow);
    transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    border: 1px solid transparent;
    position: relative;
    overflow: hidden;
}

.ppc-feature-card::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: var(--ppc-gradient);
    transform: scaleX(0);
    transition: transform 0.4s ease;
}

.ppc-feature-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--ppc-shadow-lg);
    border-color: rgba(8, 145, 178, 0.15);
}

.ppc-feature-card:hover::after {
    transform: scaleX(1);
}

.ppc-feature-icon-wrapper {
    width: 65px;
    height: 65px;
    margin: 0 auto 20px;
    background: var(--ppc-gradient);
    color: var(--ppc-text-light);
    border-radius: 16px;
    display: grid;
    place-items: center;
    font-size: 1.6rem;
    transition: transform 0.3s ease;
}

.ppc-feature-card:hover .ppc-feature-icon-wrapper {
    transform: rotateY(180deg);
}

.ppc-feature-card h3 {
    font-size: 1.2rem;
    margin-bottom: 10px;
    color: var(--ppc-secondary);
    font-weight: 700;
}

.ppc-feature-card p {
    font-size: 0.95rem;
    color: var(--ppc-text-muted);
    line-height: 1.8;
}

/* ================================================
   PLATFORMS — Google vs Facebook (NEW)
   ================================================ */
.ppc-platforms-section {
    background: var(--ppc-bg-white);
}

.ppc-platforms-grid {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 30px;
    align-items: start;
    max-width: 1000px;
    margin: 0 auto;
}

.ppc-platform-card {
    background: var(--ppc-bg);
    border-radius: 20px;
    border: 1px solid #e2e8f0;
    overflow: hidden;
    transition: all 0.4s ease;
}

.ppc-platform-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--ppc-shadow-lg);
}

.ppc-platform-header {
    padding: 28px 28px 20px;
    display: flex;
    align-items: center;
    gap: 16px;
}

.ppc-platform-icon {
    width: 56px;
    height: 56px;
    border-radius: 14px;
    display: grid;
    place-items: center;
    font-size: 1.6rem;
    color: white;
    flex-shrink: 0;
}

.ppc-platform-google .ppc-platform-icon {
    background: linear-gradient(135deg, #4285F4, #34A853);
}

.ppc-platform-facebook .ppc-platform-icon {
    background: linear-gradient(135deg, #1877F2, #E1306C);
}

.ppc-platform-header h3 {
    font-size: 1.2rem;
    font-weight: 800;
    color: var(--ppc-secondary);
}

.ppc-platform-header p {
    font-size: 0.88rem;
    color: var(--ppc-text-muted);
    margin-top: 2px;
}

.ppc-platform-body {
    padding: 0 28px 28px;
}

.ppc-platform-body ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.ppc-platform-body li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 10px 0;
    border-bottom: 1px solid #e2e8f0;
    font-size: 0.92rem;
    color: var(--ppc-text-muted);
    line-height: 1.6;
}

.ppc-platform-body li:last-child {
    border-bottom: none;
}

.ppc-platform-body li i {
    color: var(--ppc-success);
    margin-top: 4px;
    flex-shrink: 0;
}

.ppc-platform-ideal {
    margin-top: 16px;
    padding: 14px 16px;
    background: var(--ppc-gradient-card);
    border-radius: 12px;
    font-size: 0.88rem;
    color: var(--ppc-primary);
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 8px;
}

.ppc-platform-divider {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 60px;
}

.ppc-platform-plus {
    width: 56px;
    height: 56px;
    background: var(--ppc-gradient);
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-size: 1.5rem;
    font-weight: 900;
    color: white;
    box-shadow: 0 8px 25px rgba(8, 145, 178, 0.3);
}

.ppc-platform-plus-text {
    margin-top: 10px;
    font-size: 0.85rem;
    font-weight: 700;
    color: var(--ppc-primary);
}

/* ================================================
   HOW IT WORKS / PROCESS — Timeline style
   ================================================ */
.ppc-process-section {
    background: var(--ppc-bg);
    overflow: hidden;
}

.ppc-process-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
}

/* Connector line */
.ppc-process-grid::before {
    content: '';
    position: absolute;
    top: 30px;
    left: 10%;
    right: 10%;
    height: 3px;
    background: linear-gradient(to left, var(--ppc-primary), var(--ppc-accent));
    border-radius: 3px;
    opacity: 0.2;
    z-index: 0;
}

.ppc-process-step {
    text-align: center;
    position: relative;
    z-index: 1;
}

.ppc-process-number {
    width: 60px;
    height: 60px;
    background: var(--ppc-gradient);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 900;
    margin: 0 auto 22px;
    box-shadow: 0 8px 25px rgba(8, 145, 178, 0.25);
    transition: all 0.3s ease;
    position: relative;
}

.ppc-process-number::after {
    content: '';
    position: absolute;
    inset: -4px;
    border-radius: 50%;
    border: 2px solid rgba(8, 145, 178, 0.2);
    animation: ppc-pulse-ring 2.5s ease-in-out infinite;
}

@keyframes ppc-pulse-ring {
    0%, 100% { transform: scale(1); opacity: 1; }
    50% { transform: scale(1.15); opacity: 0; }
}

.ppc-process-step:hover .ppc-process-number {
    transform: scale(1.1);
    box-shadow: 0 12px 35px rgba(8, 145, 178, 0.4);
}

.ppc-process-step h3 {
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 10px;
    color: var(--ppc-secondary);
}

.ppc-process-step p {
    font-size: 0.92rem;
    color: var(--ppc-text-muted);
    line-height: 1.7;
}

/* ================================================
   PRICING SECTION — Premium card
   ================================================ */
.ppc-pricing-section {
    background: var(--ppc-bg-white);
    position: relative;
}

.ppc-pricing-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(to right, transparent, rgba(8,145,178,0.2), transparent);
}

.ppc-pricing-card {
    max-width: 580px;
    margin: 0 auto;
    background: var(--ppc-bg-white);
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 10px 50px rgba(0,0,0,0.08);
    border: 2px solid transparent;
    background-image: linear-gradient(white, white), var(--ppc-gradient);
    background-origin: border-box;
    background-clip: padding-box, border-box;
    transition: all 0.4s ease;
}

.ppc-pricing-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 60px rgba(8, 145, 178, 0.12);
}

.ppc-pricing-header {
    background: var(--ppc-gradient);
    padding: 32px;
    text-align: center;
    color: #fff;
    position: relative;
    overflow: hidden;
}

.ppc-pricing-header::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle at 30% 50%, rgba(255,255,255,0.1) 0%, transparent 40%);
}

.ppc-pricing-header h3 {
    font-size: 1.6rem;
    font-weight: 800;
    margin-bottom: 6px;
    position: relative;
}

.ppc-pricing-header p {
    opacity: 0.85;
    font-size: 1rem;
    position: relative;
}

.ppc-pricing-body {
    padding: 35px 30px;
}

.ppc-price-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 0;
    border-bottom: 1px solid #f1f5f9;
}

.ppc-price-row:last-of-type {
    border-bottom: none;
}

.ppc-price-label {
    font-size: 1rem;
    color: var(--ppc-text-muted);
    font-weight: 500;
}

.ppc-price-value {
    font-size: 1.15rem;
    font-weight: 800;
    color: var(--ppc-primary);
}

.ppc-price-note {
    text-align: center;
    margin-top: 20px;
    padding: 16px;
    background: var(--ppc-gradient-card);
    border-radius: 14px;
    font-size: 0.92rem;
    color: var(--ppc-text-muted);
    line-height: 1.7;
}

.ppc-price-note strong {
    color: var(--ppc-primary);
}

.ppc-pricing-cta {
    text-align: center;
    margin-top: 25px;
}

.ppc-pricing-cta .ppc-cta-primary {
    width: 100%;
    justify-content: center;
    font-size: 1.15rem;
    padding: 18px 32px;
}

.ppc-pricing-features {
    margin-top: 25px;
    padding-top: 20px;
    border-top: 1px solid #f1f5f9;
}

.ppc-pricing-features ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.ppc-pricing-features li {
    font-size: 0.92rem;
    color: var(--ppc-text-muted);
    display: flex;
    align-items: center;
    gap: 8px;
}

.ppc-pricing-features li i {
    color: var(--ppc-success);
    font-size: 0.85rem;
    flex-shrink: 0;
}

/* ================================================
   FAQ SECTION
   ================================================ */
.ppc-faq-section {
    background: var(--ppc-bg);
}

.ppc-faq-container {
    max-width: 800px;
    margin: 0 auto;
}

.ppc-faq-item details {
    background: var(--ppc-bg-white);
    margin-bottom: 12px;
    border-radius: 14px;
    border: 1px solid #e2e8f0;
    transition: all 0.3s ease;
}

.ppc-faq-item details[open] {
    border-color: var(--ppc-primary);
    box-shadow: 0 6px 20px rgba(8, 145, 178, 0.08);
}

.ppc-faq-item summary {
    padding: 22px 26px;
    font-size: 1.05rem;
    font-weight: 700;
    cursor: pointer;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: var(--ppc-secondary);
    transition: color 0.3s ease;
}

.ppc-faq-item details[open] summary {
    color: var(--ppc-primary);
}

.ppc-faq-item summary::-webkit-details-marker {
    display: none;
}

.ppc-faq-item summary::after {
    content: '\f078';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    transition: transform 0.3s ease;
    color: var(--ppc-primary);
    font-size: 0.85rem;
}

.ppc-faq-item details[open] summary::after {
    transform: rotate(180deg);
}

.ppc-faq-item p {
    padding: 0 26px 22px;
    margin: 0;
    line-height: 1.8;
    color: var(--ppc-text-muted);
}

/* ================================================
   INTERNAL LINKS
   ================================================ */
.ppc-related {
    background: var(--ppc-bg-white);
    padding: 50px 0;
}

.ppc-related-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
    max-width: 700px;
    margin: 0 auto;
}

.ppc-related-card {
    background: var(--ppc-bg);
    padding: 25px;
    border-radius: 16px;
    border: 1px solid #e2e8f0;
    text-decoration: none;
    color: inherit;
    transition: all 0.4s ease;
    display: flex;
    align-items: center;
    gap: 15px;
}

.ppc-related-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 25px rgba(8, 145, 178, 0.08);
    border-color: var(--ppc-primary);
}

.ppc-related-icon {
    width: 50px;
    height: 50px;
    background: var(--ppc-gradient-card);
    color: var(--ppc-primary);
    border-radius: 14px;
    display: grid;
    place-items: center;
    font-size: 1.2rem;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.ppc-related-card:hover .ppc-related-icon {
    background: var(--ppc-gradient);
    color: white;
}

.ppc-related-card h4 {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 4px;
    color: var(--ppc-secondary);
}

.ppc-related-card p {
    font-size: 0.85rem;
    color: var(--ppc-text-muted);
    margin: 0;
}

/* ================================================
   FINAL CTA SECTION
   ================================================ */
.ppc-cta-section-final {
    padding: 100px 0;
    background: var(--ppc-gradient-dark);
    color: var(--ppc-text-light);
    position: relative;
    overflow: hidden;
}

.ppc-cta-section-final::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 700px;
    height: 700px;
    background: radial-gradient(circle, rgba(8, 145, 178, 0.08) 0%, transparent 60%);
    pointer-events: none;
}

.ppc-cta-final-content {
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 1;
}

.ppc-cta-final-content .ppc-cta-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(8, 145, 178, 0.15);
    border: 1px solid rgba(8, 145, 178, 0.25);
    padding: 8px 20px;
    border-radius: 50px;
    font-size: 0.9rem;
    font-weight: 700;
    margin-bottom: 20px;
    color: #67e8f9;
}

.ppc-cta-final-content h2 {
    font-size: clamp(1.8rem, 4vw, 2.6rem);
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 15px;
}

.ppc-cta-final-content > p {
    font-size: 1.05rem;
    opacity: 0.75;
    margin-bottom: 35px;
    line-height: 1.7;
}

.ppc-cta-final-buttons {
    display: flex;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.ppc-cta-order-now {
    background: var(--ppc-gradient);
    color: white !important;
    font-size: 1.2rem;
    padding: 18px 36px;
    border-radius: 14px;
    font-weight: 800;
    box-shadow: 0 8px 30px rgba(8, 145, 178, 0.35);
    position: relative;
    overflow: hidden;
}

.ppc-cta-order-now::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(255,255,255,0.2) 0%, transparent 50%);
}

.ppc-cta-order-now:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 40px rgba(8, 145, 178, 0.5);
}

.ppc-guarantee {
    display: flex;
    justify-content: center;
    gap: 25px;
    flex-wrap: wrap;
    opacity: 0.6;
    font-size: 0.88rem;
}

.ppc-guarantee span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.ppc-guarantee i {
    color: var(--ppc-success);
}

/* ================================================
   SCROLL REVEAL ANIMATION
   ================================================ */
.ppc-reveal {
    opacity: 0;
    transform: translateY(40px);
    transition: all 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}

.ppc-reveal.ppc-revealed {
    opacity: 1;
    transform: translateY(0);
}

.ppc-reveal-delay-1 { transition-delay: 0.1s; }
.ppc-reveal-delay-2 { transition-delay: 0.2s; }
.ppc-reveal-delay-3 { transition-delay: 0.3s; }
.ppc-reveal-delay-4 { transition-delay: 0.4s; }
.ppc-reveal-delay-5 { transition-delay: 0.5s; }
.ppc-reveal-delay-6 { transition-delay: 0.6s; }

/* ================================================
   RESPONSIVE DESIGN
   ================================================ */
@media (max-width: 992px) {
    .ppc-hero .ppc-container {
        flex-direction: column;
        text-align: center;
    }
    .ppc-hero-content { order: 2; }
    .ppc-hero-visual {
        order: 1;
        max-width: 80%;
        margin-bottom: 30px;
    }
    .ppc-hero-stats { justify-content: center; }
    .ppc-hero-cta-group { justify-content: center; }
    .ppc-sub-headline { margin-left: auto; margin-right: auto; }
    .ppc-process-grid { grid-template-columns: repeat(2, 1fr); }
    .ppc-process-grid::before { display: none; }
    .ppc-pricing-features ul { grid-template-columns: 1fr; }
    .ppc-results-grid { grid-template-columns: repeat(2, 1fr); }
    .ppc-platforms-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .ppc-platform-divider {
        flex-direction: row;
        padding-top: 0;
        gap: 12px;
    }
}

@media (max-width: 768px) {
    .ppc-hero { padding: 80px 0 70px; }
    .ppc-hero-cta-group {
        flex-direction: column;
        align-items: center;
    }
    .ppc-hero-cta-group .ppc-cta-button {
        width: 100%;
        justify-content: center;
    }
    .ppc-hero-stats { flex-wrap: wrap; }
    .ppc-pain-grid { grid-template-columns: 1fr; }
    .ppc-features-grid { grid-template-columns: 1fr; }
    .ppc-process-grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }
    .ppc-results-grid { grid-template-columns: 1fr 1fr; }
    .ppc-cta-final-buttons {
        flex-direction: column;
        align-items: center;
    }
    .ppc-cta-final-buttons .ppc-cta-button {
        width: 100%;
        justify-content: center;
    }
    .ppc-dash-metric-row {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 500px) {
    .ppc-section { padding: 60px 0; }
    .ppc-pricing-card { border-radius: 18px; }
    .ppc-results-grid { grid-template-columns: 1fr; }
    .ppc-hero-visual { max-width: 95%; }
    .ppc-results-testimonial { padding: 24px 20px; }
}
