/* =========================================================================
   phpp-components.css
   Extracted from the inline <style> blocks in 46 pages and deduplicated.

   Those pages carried 223 KB of duplicated CSS, with 156 selectors defined
   inside pages instead of a stylesheet, and 17 of them defined more than one
   way on different pages. That is why the same component looked different
   depending on which page you were on.

   Values here are a FAITHFUL extraction — the original dark-theme values,
   majority definition where pages disagreed. Nothing is restyled, so the
   rendered result is unchanged. light-theme.css still supplies the light
   overrides on top.
   ========================================================================= */

.phpp-404-section { min-height: 60vh; display: flex; align-items: center; }
.phpp-404-number { font-size: 8rem; font-weight: 800; background: linear-gradient(135deg, rgba(79,209,197,0.3) 0%, rgba(99,179,237,0.2) 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; line-height: 1; margin-bottom: 1rem; }
.phpp-glass { background: rgba(255, 255, 255, 0.04); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border: 1px solid rgba(255, 255, 255, 0.1); border-radius: 1.25rem; }
.button.phpp-btn-primary { position: relative; overflow: hidden; transition: transform 0.25s ease, box-shadow 0.25s ease; }
.button.phpp-btn-primary:hover { transform: translateY(-3px) scale(1.03); box-shadow: 0 10px 25px -5px rgba(79, 209, 197, 0.5); }
.button.phpp-btn-outline { position: relative; overflow: hidden; transition: background 0.3s ease, border-color 0.3s ease, transform 0.25s ease; }
.button.phpp-btn-outline:hover { border-color: rgba(79, 209, 197, 0.6); transform: translateY(-2px); box-shadow: 0 8px 20px -5px rgba(79, 209, 197, 0.2); }
.phpp-500-section { min-height: 60vh; display: flex; align-items: center; }
.phpp-500-number { font-size: 8rem; font-weight: 800; background: linear-gradient(135deg, rgba(239,68,68,0.4) 0%, rgba(245,158,11,0.3) 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; line-height: 1; margin-bottom: 1rem; }
.phpp-hero { position: relative; overflow: hidden; }
.phpp-hero::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 80% 50% at 20% 40%, rgba(79, 209, 197, 0.1) 0%, transparent 50%), radial-gradient(ellipse 60% 40% at 80% 60%, rgba(99, 179, 237, 0.08) 0%, transparent 50%), radial-gradient(ellipse 50% 30% at 50% 80%, rgba(79, 209, 197, 0.05) 0%, transparent 50%); animation: heroGradientShift 20s ease-in-out infinite alternate; pointer-events: none; z-index: 0; }
.phpp-hero > .container { position: relative; z-index: 1; }
.phpp-hero::after { content: ''; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px); background-size: 60px 60px; pointer-events: none; z-index: 0; }
.phpp-glass, .phpp-glass-enhanced { background: rgba(255, 255, 255, 0.04); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border: 1px solid rgba(255, 255, 255, 0.1); border-radius: 1.25rem; position: relative; transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease; }
.phpp-glass-enhanced::before { content: ''; position: absolute; inset: 0; border-radius: inherit; padding: 1px; background: linear-gradient(135deg, rgba(255,255,255,0.15) 0%, rgba(255,255,255,0) 50%, rgba(79,209,197,0.15) 100%); -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0); mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0); -webkit-mask-composite: xor; mask-composite: exclude; pointer-events: none; opacity: 0; transition: opacity 0.3s ease; }
.phpp-glass:hover, .phpp-glass-enhanced:hover { transform: translateY(-4px); box-shadow: 0 20px 40px -12px rgba(0, 0, 0, 0.35), 0 0 0 1px rgba(79, 209, 197, 0.15), 0 0 30px -10px rgba(79, 209, 197, 0.1); border-color: rgba(255, 255, 255, 0.15); }
.phpp-glass-enhanced:hover::before { opacity: 1; }
.phpp-reveal { opacity: 0; transform: translateY(30px); transition: opacity 0.7s cubic-bezier(0.4, 0, 0.2, 1), transform 0.7s cubic-bezier(0.4, 0, 0.2, 1); }
.phpp-reveal.is-visible { opacity: 1; transform: translateY(0); }
.phpp-reveal-delay-1 { transition-delay: 0.15s; }
.phpp-reveal-delay-2 { transition-delay: 0.3s; }
.phpp-reveal-delay-3 { transition-delay: 0.45s; }
.phpp-badge { display: inline-block; background: rgba(255, 255, 255, 0.07); border: 1px solid rgba(255, 255, 255, 0.12); backdrop-filter: blur(8px); border-radius: 50px; transition: background 0.3s ease, border-color 0.3s ease; }
.phpp-badge:hover { background: rgba(255, 255, 255, 0.12); border-color: rgba(79, 209, 197, 0.3); }
.phpp-accent-label { font-size: 0.7rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; color: #4fd1c5; margin-bottom: 0.5rem; }
.phpp-inner-card { border: 1px solid rgba(255,255,255,0.1); border-radius: 0.75rem; background: rgba(255,255,255,0.02); transition: border-color 0.3s ease, background 0.3s ease, transform 0.3s ease; }
.phpp-inner-card:hover { border-color: rgba(79, 209, 197, 0.4); background: rgba(79, 209, 197, 0.05); transform: translateY(-2px); }
.phpp-icon-box { width: 52px; height: 52px; border-radius: 14px; background: linear-gradient(135deg, rgba(79,209,197,0.2) 0%, rgba(99,179,237,0.15) 100%); display: flex; align-items: center; justify-content: center; margin-bottom: 1.25rem; transition: transform 0.3s ease, box-shadow 0.3s ease; border: 1px solid rgba(79,209,197,0.2); }
.phpp-icon-box svg { width: 26px; height: 26px; stroke: #4fd1c5; stroke-width: 1.75; fill: none; }
.phpp-glass-enhanced:hover .phpp-icon-box { transform: scale(1.1) rotate(-3deg); box-shadow: 0 0 25px rgba(79, 209, 197, 0.25); }
.phpp-section-divider { height: 1px; background: linear-gradient(90deg, transparent 0%, rgba(79,209,197,0.4) 50%, transparent 100%); margin: 0 auto; max-width: 250px; }
.phpp-list { list-style: none; padding-left: 0; margin: 0; }
.phpp-list li { position: relative; padding-left: 1.25rem; margin-bottom: 0.5rem; }
.phpp-list li::before { content: ''; position: absolute; left: 0; top: 0.55em; width: 6px; height: 6px; border-radius: 50%; background: linear-gradient(135deg, #4fd1c5, #63b3ed); }
.phpp-value-card { text-align: center; padding: 1.5rem; }
.phpp-value-card .value-icon { width: 60px; height: 60px; border-radius: 50%; background: linear-gradient(135deg, rgba(79,209,197,0.15) 0%, rgba(99,179,237,0.1) 100%); border: 1px solid rgba(79,209,197,0.25); display: flex; align-items: center; justify-content: center; margin: 0 auto 1rem; }
.phpp-value-card .value-icon svg { width: 28px; height: 28px; stroke: #4fd1c5; stroke-width: 1.75; fill: none; }
.phpp-warning-box { background: rgba(245, 158, 11, 0.08); border: 1px solid rgba(245, 158, 11, 0.2); border-radius: 0.75rem; padding: 1rem; }
.phpp-warning-box .warning-label { font-size: 0.7rem; text-transform: uppercase; letter-spacing: 0.08em; color: #f59e0b; font-weight: 600; margin-bottom: 0.5rem; }
.phpp-form-group { margin-bottom: 1.25rem; }
.phpp-form-label { display: block; color: #fff; font-weight: 600; margin-bottom: 0.5rem; font-size: 0.9rem; }
.phpp-form-input, .phpp-form-select, .phpp-form-textarea { width: 100%; padding: 0.85rem 1rem; border-radius: 0.75rem; border: 1px solid rgba(255,255,255,0.15); background: rgba(255,255,255,0.05); color: #fff; font-family: inherit; font-size: 0.95rem; transition: border-color 0.3s ease, background 0.3s ease, box-shadow 0.3s ease; }
.phpp-form-input::placeholder, .phpp-form-textarea::placeholder { color: rgba(255,255,255,0.4); }
.phpp-form-input:focus, .phpp-form-select:focus, .phpp-form-textarea:focus { outline: none; border-color: rgba(79, 209, 197, 0.5); background: rgba(255,255,255,0.08); box-shadow: 0 0 0 3px rgba(79, 209, 197, 0.1); }
.phpp-form-select { appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%234fd1c5' viewBox='0 0 16 16'%3E%3Cpath d='M8 11L3 6h10l-5 5z'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 1rem center; padding-right: 2.5rem; }
.phpp-form-select option { background: #1a1a2e; color: #fff; }
.phpp-form-textarea { resize: vertical; min-height: 140px; }
.phpp-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.phpp-form-note { font-size: 0.8rem; color: rgba(255,255,255,0.5); margin-top: 1rem; }
.phpp-form-submit { display: inline-flex; align-items: center; gap: 0.5rem; padding: 0.85rem 1.75rem; border-radius: 0.75rem; border: none; background: linear-gradient(135deg, #4fd1c5 0%, #38b2ac 100%); color: #0f172a; font-weight: 700; font-size: 0.95rem; cursor: pointer; transition: transform 0.25s ease, box-shadow 0.25s ease; }
.phpp-form-submit:hover { transform: translateY(-3px); box-shadow: 0 10px 25px -5px rgba(79, 209, 197, 0.5); }
.phpp-alert { display: flex; align-items: flex-start; gap: 0.75rem; padding: 1rem 1.25rem; border-radius: 0.75rem; }
.phpp-alert svg { flex-shrink: 0; margin-top: 2px; }
.phpp-alert-success { background: rgba(16, 185, 129, 0.15); border: 1px solid rgba(16, 185, 129, 0.3); color: #10b981; }
.phpp-alert-error { background: rgba(239, 68, 68, 0.15); border: 1px solid rgba(239, 68, 68, 0.3); color: #ef4444; }
.phpp-contact-method { display: flex; align-items: center; gap: 1rem; padding: 1rem; border-radius: 0.75rem; border: 1px solid rgba(255,255,255,0.1); background: rgba(255,255,255,0.02); transition: border-color 0.3s ease, background 0.3s ease; }
.phpp-contact-method:hover { border-color: rgba(79, 209, 197, 0.4); background: rgba(79, 209, 197, 0.05); }
.phpp-contact-method .method-icon { width: 48px; height: 48px; border-radius: 12px; background: linear-gradient(135deg, rgba(79,209,197,0.2) 0%, rgba(99,179,237,0.15) 100%); border: 1px solid rgba(79,209,197,0.2); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.phpp-contact-method .method-icon svg { width: 24px; height: 24px; stroke: #4fd1c5; stroke-width: 1.75; fill: none; }
.phpp-contact-method a { color: #4fd1c5; text-decoration: none; font-weight: 600; }
.phpp-contact-method a:hover { color: #63b3ed; }
.phpp-cookie-banner { position: fixed; bottom: 0; left: 0; right: 0; background: rgba(15, 23, 42, 0.98); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border-top: 1px solid rgba(255, 255, 255, 0.1); padding: 1rem 1.5rem; z-index: 9999; transform: translateY(100%); transition: transform 0.4s ease; }
.phpp-cookie-banner.is-visible { transform: translateY(0); }
.phpp-cookie-banner-inner { max-width: 1200px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; flex-wrap: wrap; }
.phpp-cookie-banner-text { flex: 1; min-width: 280px; color: rgba(255,255,255,0.8); font-size: 0.875rem; line-height: 1.5; }
.phpp-cookie-banner-text a { color: #4fd1c5; text-decoration: underline; }
.phpp-cookie-banner-text a:hover { color: #63b3ed; }
.phpp-cookie-banner-buttons { display: flex; gap: 0.75rem; flex-shrink: 0; }
.phpp-cookie-btn { padding: 0.5rem 1.25rem; border-radius: 6px; font-size: 0.875rem; font-weight: 600; cursor: pointer; transition: all 0.2s ease; border: none; }
.phpp-cookie-btn-accept { background: linear-gradient(135deg, #4fd1c5 0%, #38b2ac 100%); color: #0f172a; }
.phpp-cookie-btn-accept:hover { transform: translateY(-2px); box-shadow: 0 4px 12px rgba(79, 209, 197, 0.4); }
.phpp-cookie-btn-settings { background: rgba(255,255,255,0.1); color: rgba(255,255,255,0.8); border: 1px solid rgba(255,255,255,0.2); }
.phpp-cookie-btn-settings:hover { background: rgba(255,255,255,0.15); border-color: rgba(79, 209, 197, 0.4); }
.phpp-legal-content { background: rgba(255, 255, 255, 0.04); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border: 1px solid rgba(255, 255, 255, 0.1); border-radius: 1.25rem; }
.phpp-legal-content h2 { color: #fff; font-size: 1.25rem; margin-top: 2rem; margin-bottom: 0.75rem; padding-bottom: 0.5rem; border-bottom: 1px solid rgba(255,255,255,0.1); }
.phpp-legal-content h2:first-of-type { margin-top: 0; }
.phpp-legal-content h3 { color: #fff; font-size: 1rem; margin-top: 1.5rem; margin-bottom: 0.5rem; }
.phpp-legal-content p, .phpp-legal-content li { color: rgba(255,255,255,0.7); line-height: 1.7; }
.phpp-legal-content ul { padding-left: 1.5rem; }
.phpp-legal-content li { margin-bottom: 0.5rem; }
.phpp-legal-content a { color: #4fd1c5; }
.phpp-legal-content a:hover { color: #63b3ed; }
.phpp-legal-content .effective-date { color: rgba(255,255,255,0.5); font-size: 0.875rem; margin-bottom: 1.5rem; }
.phpp-legal-content .highlight-box { background: rgba(79, 209, 197, 0.08); border: 1px solid rgba(79, 209, 197, 0.2); border-radius: 0.5rem; padding: 1rem; margin: 1rem 0; }
.phpp-legal-content .highlight-box p { margin: 0; color: rgba(255,255,255,0.8); }
.phpp-cookie-table { width: 100%; border-collapse: collapse; margin: 1rem 0; }
.phpp-cookie-table th, .phpp-cookie-table td { padding: 0.75rem; text-align: left; border-bottom: 1px solid rgba(255,255,255,0.1); color: rgba(255,255,255,0.7); font-size: 0.875rem; }
.phpp-cookie-table th { color: #fff; font-weight: 600; background: rgba(255,255,255,0.03); }
.phpp-cookie-table code { background: rgba(79, 209, 197, 0.15); padding: 0.15rem 0.4rem; border-radius: 3px; font-size: 0.8rem; color: #4fd1c5; }
.phpp-diagram-line { stroke-dasharray: 200; stroke-dashoffset: 200; transition: stroke-dashoffset 1s ease-out; }
.phpp-diagram-box { opacity: 0; transition: opacity 0.6s ease-out, transform 0.6s ease-out; transform-origin: center; transform: scale(0.9); }
.phpp-diagram-text { opacity: 0; transition: opacity 0.5s ease-out; }
.phpp-diagram.is-animated .phpp-diagram-line { stroke-dashoffset: 0; }
.phpp-diagram.is-animated .phpp-diagram-box { opacity: 1; transform: scale(1); }
.phpp-diagram.is-animated .phpp-diagram-box-1 { transition-delay: 0.1s; }
.phpp-diagram.is-animated .phpp-diagram-box-2 { transition-delay: 0.4s; }
.phpp-diagram.is-animated .phpp-diagram-box-3 { transition-delay: 0.7s; }
.phpp-diagram.is-animated .phpp-diagram-line-1 { transition-delay: 0.25s; }
.phpp-diagram.is-animated .phpp-diagram-line-2 { transition-delay: 0.55s; }
.phpp-diagram.is-animated .phpp-diagram-text { opacity: 1; }
.phpp-diagram.is-animated .phpp-diagram-text-1 { transition-delay: 0.2s; }
.phpp-diagram.is-animated .phpp-diagram-text-2 { transition-delay: 0.5s; }
.phpp-diagram.is-animated .phpp-diagram-text-3 { transition-delay: 0.8s; }
.phpp-diagram.is-animated .phpp-diagram-box-2 rect { animation: pulseGlow 3s ease-in-out 1.2s infinite; }
.phpp-stat-number { font-size: 1.85rem; font-weight: 800; letter-spacing: -0.03em; background: linear-gradient(135deg, #4fd1c5 0%, #63b3ed 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; line-height: 1.2; }
.phpp-stat-label { font-size: 0.8rem; color: rgba(255,255,255,0.5); margin-top: 0.35rem; text-transform: uppercase; letter-spacing: 0.05em; }
.button.phpp-btn-primary::before { content: ''; position: absolute; inset: 0; background: linear-gradient(135deg, rgba(255,255,255,0.25) 0%, rgba(255,255,255,0) 60%); opacity: 0; transition: opacity 0.25s ease; }
.button.phpp-btn-primary:hover::before { opacity: 1; }
.button.phpp-btn-outline::before { content: ''; position: absolute; inset: 0; background: linear-gradient(135deg, rgba(79,209,197,0.15) 0%, rgba(99,179,237,0.1) 100%); opacity: 0; transition: opacity 0.3s ease; }
.button.phpp-btn-outline:hover::before { opacity: 1; }
.phpp-logo-tile { position: relative; display: flex; align-items: center; justify-content: center; min-height: 120px; padding: 24px 20px 32px; cursor: default; background: rgba(255, 255, 255, 0.02); border: 1px solid rgba(255, 255, 255, 0.06); border-radius: 16px; transition: background 0.35s ease, border-color 0.35s ease; }
.phpp-logo-tile:hover { background: rgba(255, 255, 255, 0.04); border-color: rgba(79, 209, 197, 0.2); }
.phpp-logo-tile img { display: block; max-height: 90px; max-width: 200px; width: auto; height: auto; object-fit: contain; transition: opacity 0.35s ease, transform 0.35s ease; }
.phpp-logo-mono { position: relative; z-index: 2; opacity: 0.8; }
.phpp-logo-color { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 1; opacity: 0; }
.phpp-logo-glow { position: absolute; bottom: 8px; left: 50%; transform: translateX(-50%) scaleX(0); width: 50%; height: 3px; background: linear-gradient(90deg, transparent, rgba(79, 209, 197, 1), transparent); border-radius: 3px; box-shadow: 0 0 16px 3px rgba(79, 209, 197, 0.6); transition: transform 0.35s ease, opacity 0.35s ease; opacity: 0; }
.phpp-logo-tile:hover .phpp-logo-mono { opacity: 0; }
.phpp-logo-tile:hover .phpp-logo-color { opacity: 1; transform: translate(-50%, -50%) scale(1.08); }
.phpp-logo-tile:hover .phpp-logo-glow { transform: translateX(-50%) scaleX(1); opacity: 1; }
.phpp-split-card { border-right: 1px solid rgba(255,255,255,0.08); }
.phpp-example-box { background: rgba(79, 209, 197, 0.06); border: 1px solid rgba(79, 209, 197, 0.18); border-radius: 0.5rem; padding: 0.85rem 1rem; margin-top: 1rem; }
.phpp-example-box .example-label { font-size: 0.65rem; text-transform: uppercase; letter-spacing: 0.08em; color: #4fd1c5; margin-bottom: 0.35rem; font-weight: 600; }
.phpp-example-box .example-text { font-size: 0.85rem; color: rgba(255,255,255,0.75); margin: 0; line-height: 1.5; }
.phpp-infog-wrap { display:none; }
.phpp-infog-wrap img { width:100%; height:auto; border-radius: 18px; border: 1px solid rgba(255,255,255,0.08); box-shadow: 0 24px 70px rgba(0,0,0,0.45); }
.phpp-faq-item { border: 1px solid rgba(255,255,255,0.1); border-radius: 0.75rem; background: rgba(255,255,255,0.02); margin-bottom: 0.75rem; overflow: hidden; }
.phpp-faq-question { display: flex; align-items: center; justify-content: space-between; padding: 1rem 1.25rem; color: #fff; font-weight: 600; cursor: pointer; transition: background 0.3s ease; }
.phpp-faq-question:hover { background: rgba(79, 209, 197, 0.05); }
.phpp-faq-question svg { width: 20px; height: 20px; stroke: #4fd1c5; stroke-width: 2; transition: transform 0.3s ease; }
.phpp-faq-item.is-open .phpp-faq-question svg { transform: rotate(180deg); }
.phpp-faq-answer { padding: 0 1.25rem; max-height: 0; overflow: hidden; transition: max-height 0.3s ease, padding 0.3s ease; }
.phpp-faq-item.is-open .phpp-faq-answer { padding: 0 1.25rem 1rem; max-height: 200px; }
.phpp-faq-answer p { color: rgba(255,255,255,0.7); font-size: 0.9rem; margin: 0; }
.phpp-partner-model { text-align: center; padding: 1.5rem; }
.phpp-partner-model .model-icon { width: 60px; height: 60px; border-radius: 50%; background: linear-gradient(135deg, rgba(79,209,197,0.15) 0%, rgba(99,179,237,0.1) 100%); border: 1px solid rgba(79,209,197,0.25); display: flex; align-items: center; justify-content: center; margin: 0 auto 1rem; }
.phpp-partner-model .model-icon svg { width: 28px; height: 28px; stroke: #4fd1c5; stroke-width: 1.75; fill: none; }
.phpp-architecture-diagram { display: flex; flex-direction: column; gap: 1rem; padding: 1.5rem; }
.phpp-arch-level { display: flex; align-items: center; gap: 1rem; }
.phpp-arch-label { width: 100px; flex-shrink: 0; text-align: right; font-size: 0.75rem; font-weight: 600; color: #4fd1c5; text-transform: uppercase; letter-spacing: 0.05em; }
.phpp-arch-boxes { display: flex; gap: 0.5rem; flex-wrap: wrap; flex: 1; }
.phpp-arch-box { padding: 0.5rem 1rem; border-radius: 6px; font-size: 0.8rem; color: rgba(255,255,255,0.8); border: 1px solid rgba(255,255,255,0.15); background: rgba(255,255,255,0.03); }
.phpp-arch-box.hub { background: rgba(79, 209, 197, 0.15); border-color: rgba(79, 209, 197, 0.3); }
.phpp-arch-box.pillar { background: rgba(99, 179, 237, 0.1); border-color: rgba(99, 179, 237, 0.25); }
.phpp-arch-connector { width: 100px; display: flex; justify-content: center; }
.phpp-arch-connector svg { stroke: rgba(79, 209, 197, 0.4); stroke-width: 2; }
.phpp-reveal-delay-4 { transition-delay: 0.6s; }
.phpp-icon-box-sm { width: 44px; height: 44px; border-radius: 10px; }
.phpp-icon-box-sm svg { width: 22px; height: 22px; }
.phpp-process-step { position: relative; padding-left: 3.5rem; }
.phpp-process-step .step-number { position: absolute; left: 0; top: 0; width: 2.5rem; height: 2.5rem; border-radius: 50%; background: linear-gradient(135deg, rgba(79,209,197,0.2) 0%, rgba(99,179,237,0.15) 100%); border: 1px solid rgba(79,209,197,0.3); display: flex; align-items: center; justify-content: center; font-weight: 700; color: #4fd1c5; font-size: 0.9rem; }
.phpp-deliverable-tag { display: inline-block; background: rgba(79, 209, 197, 0.1); border: 1px solid rgba(79, 209, 197, 0.2); border-radius: 4px; padding: 0.25rem 0.6rem; font-size: 0.75rem; color: rgba(255,255,255,0.7); margin: 0.2rem; }
.phpp-usecase-number { font-size: 3rem; font-weight: 800; background: linear-gradient(135deg, rgba(79,209,197,0.3) 0%, rgba(99,179,237,0.2) 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; line-height: 1; margin-right: 1rem; }

@media (max-width: 576px) {
	.phpp-404-number { font-size: 5rem; }
	.phpp-500-number { font-size: 5rem; }
	.phpp-cookie-banner-inner { flex-direction: column; text-align: center; }
	.phpp-cookie-banner-buttons { width: 100%; justify-content: center; }
}

@keyframes heroGradientShift {
	0% { opacity: 1; transform: scale(1) translateY(0); }
    100% { opacity: 0.7; transform: scale(1.1) translateY(-20px); }
}

@media (max-width: 768px) {
	.phpp-form-row { grid-template-columns: 1fr; }
}

@keyframes pulseGlow {
	0%, 100% { 
		filter: drop-shadow(0 0 0 rgba(79, 209, 197, 0));
		stroke: #ffffff;
	}
	50% { 
		filter: drop-shadow(0 0 15px rgba(79, 209, 197, 0.4));
		stroke: #4fd1c5;
	}
}

@media (max-width: 991px) {
	.phpp-split-card { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.08); padding-bottom: 1.25rem; margin-bottom: 1.25rem; }
}

@media (min-width: 1200px) {
	.phpp-infog-wrap { display:block; }
}
