.compatible-devices-page{min-height:100vh;background:linear-gradient(135deg,#f8f9fa,#e9ecef)}.cd-hero{background:linear-gradient(135deg,#0088cc,#229ED9);color:white;padding:4rem 0 3rem;position:relative;overflow:hidden}.cd-hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="40" fill="rgba(255,255,255,0.05)"/></svg>');opacity:.3}.cd-container{max-width:1200px;margin:0 auto;padding:0 2rem;position:relative;z-index:1}.cd-title{font-size:3rem;font-weight:800;margin-bottom:1rem;text-align:center}.cd-subtitle{font-size:1.25rem;text-align:center;opacity:.95;margin-bottom:3rem}.cd-detection-section{padding:3rem 0;background:white}.cd-detection-card{background:#f8f9fa;border-radius:20px;padding:2.5rem;border:1px solid #e5e7eb;box-shadow:0 2px 8px rgba(0,0,0,.06)}.cd-detection-card h3{font-size:1.5rem;font-weight:700;margin-bottom:2rem;text-align:center;color:#111827}.cd-detection-card .cd-tip{background:white;border-radius:12px;padding:1.5rem;display:flex;align-items:flex-start;gap:1rem;border:1px solid #e5e7eb;box-shadow:0 1px 3px rgba(0,0,0,.05);margin-bottom:1.5rem}.cd-detection-card .cd-tip-icon{font-size:2rem;flex-shrink:0}.cd-detection-card .cd-tip p{margin:0;line-height:1.6;color:#374151}.cd-detection-card .cd-important{background:#fff5f0;border-left:4px solid #ff7f50;border-radius:8px;padding:1rem 1.5rem;color:#374151}.cd-devices{padding:3rem 0}.cd-device-section{background:white;border-radius:16px;margin-bottom:1.5rem;box-shadow:0 2px 8px rgba(0,0,0,.08);overflow:hidden;transition:box-shadow .3s ease}.cd-device-section:hover{box-shadow:0 4px 16px rgba(0,0,0,.12)}.cd-section-header{width:100%;display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;background:linear-gradient(135deg,#f8f9fa,#ffffff);border:none;cursor:pointer;transition:all .3s ease}.cd-section-header:hover{background:linear-gradient(135deg,#e9ecef,#f8f9fa)}.cd-section-header h2{margin:0;font-size:1.5rem;font-weight:700;color:#111827}.cd-chevron{transition:transform .3s ease;color:#6b7280}.cd-section-header.expanded .cd-chevron{transform:rotate(180deg)}.cd-section-content{padding:2rem;border-top:1px solid #e5e7eb}.cd-notes{background:#fff5f0;border-left:4px solid #ff7f50;border-radius:8px;padding:1.5rem;margin-bottom:2rem}.cd-note{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:.75rem;line-height:1.6;color:#374151}.cd-note:last-child{margin-bottom:0}.cd-note-icon{flex-shrink:0;font-size:1.25rem}.cd-devices-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:.75rem}.cd-device-item{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;background:#f9fafb;border-radius:8px;border:1px solid #e5e7eb;transition:all .2s ease;font-size:.9375rem;color:#374151}.cd-device-item:hover{background:#f3f4f6;border-color:#0088cc;transform:translateX(4px)}.cd-check-icon{flex-shrink:0;color:#10b981}.cd-incompatible{margin-top:2rem;background:#fef2f2;border-left:4px solid #ef4444;border-radius:8px;padding:1.5rem}.cd-incompatible h4{margin:0 0 1rem;font-size:1.125rem;font-weight:700;color:#991b1b}.cd-incompatible ul{margin:0;padding-left:1.5rem;list-style:none}.cd-incompatible li{position:relative;padding-left:1.5rem;margin-bottom:.5rem;line-height:1.6;color:#7f1d1d}.cd-incompatible li:before{content:"•";position:absolute;left:0;color:#ef4444;font-weight:700}.cd-faq{padding:3rem 0 5rem;background:white}.cd-faq-title{font-size:2.5rem;font-weight:800;text-align:center;margin-bottom:3rem;color:#111827}.cd-faq-list{max-width:900px;margin:0 auto}.cd-faq-item{background:white;border-radius:12px;margin-bottom:1rem;border:1px solid #e5e7eb;overflow:hidden;transition:all .3s ease}.cd-faq-item:hover{border-color:#0088cc;box-shadow:0 4px 12px rgba(0,136,204,.1)}.cd-faq-question{width:100%;display:flex;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;background:white;border:none;cursor:pointer;text-align:left;font-size:1.125rem;font-weight:600;color:#111827;transition:background .2s ease}.cd-faq-question:hover{background:#f9fafb}.cd-faq-question .cd-chevron{transition:transform .3s ease;color:#6b7280;flex-shrink:0;margin-left:1rem}.cd-faq-question.expanded .cd-chevron{transform:rotate(180deg);color:#0088cc}.cd-faq-answer{padding:0 1.5rem 1.5rem;color:#4b5563;line-height:1.7;animation:fadeIn .3s ease}.cd-faq-answer p{margin:0}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.cd-title{font-size:2rem}.cd-subtitle{font-size:1rem}.cd-hero{padding:3rem 0 2rem}.cd-container{padding:0 1rem}.cd-detection-card{padding:2rem}.cd-section-header{padding:1.25rem 1.5rem}.cd-section-header h2{font-size:1.25rem}.cd-section-content{padding:1.5rem}.cd-devices-grid{grid-template-columns:1fr}.cd-faq-title{font-size:2rem}.cd-faq-question{font-size:1rem;padding:1rem 1.25rem}.cd-faq-answer{padding:0 1.25rem 1.25rem;font-size:.9375rem}}@media (max-width:480px){.cd-title{font-size:1.75rem}.cd-detection-tips h3{font-size:1.25rem}.cd-tip{padding:1rem}.cd-device-item{font-size:.875rem;padding:.625rem .875rem}}