.prompt-details .prompt-hero{margin-bottom:4rem}.prompt-details .prompt-hero .prompt-meta{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.prompt-details .prompt-hero .prompt-meta .prompt-category{background:color-mix(in srgb,var(--accent-color),transparent 85%);color:var(--accent-color);padding:.5rem 1rem;border-radius:20px;font-size:.85rem;font-weight:500;letter-spacing:.5px}.prompt-details .prompt-hero .prompt-meta .reading-time{color:color-mix(in srgb,var(--default-color),transparent 50%);font-size:.9rem;font-weight:300}.prompt-details .prompt-hero .prompt-meta .add-to-favourites{font-size:1.5rem;color:var(--accent-color)!important;transition:all .3s ease}.prompt-details .prompt-hero .prompt-meta .add-to-favourites:hover{color:color-mix(in srgb,var(--accent-color),black 20%)!important;transform:translateY(-2px)}.prompt-details .prompt-hero h1{font-size:3.5rem;font-weight:300;line-height:1.2;margin-bottom:1.5rem;color:var(--heading-color);letter-spacing:-.02em}.prompt-details .prompt-hero .prompt-description{font-size:1.25rem;line-height:1.7;color:color-mix(in srgb,var(--default-color),transparent 25%);font-weight:300;margin:0}.prompt-details .prompt-visual{margin-bottom:4rem;overflow:hidden;border-radius:4px}.prompt-details .prompt-visual img{width:100%;height:400px;object-fit:cover;transition:transform .5s ease}.prompt-details .prompt-visual img:hover{transform:scale(1.02)}.prompt-details .prompt-narrative{margin-bottom:5rem}.prompt-details .prompt-narrative h3{font-size:2rem;font-weight:300;margin-bottom:2rem;color:var(--heading-color);letter-spacing:-.01em}.prompt-details .prompt-narrative p{font-size:1.1rem;line-height:1.8;margin-bottom:2rem;color:var(--default-color);font-weight:300}.prompt-details .benefits-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:2.5rem;gap:2.5rem;margin:3rem 0}.prompt-details .benefits-grid .benefit-card{text-align:center;padding:0}.prompt-details .benefits-grid .benefit-card .benefit-icon{width:60px;height:60px;background:color-mix(in srgb,var(--accent-color),transparent 90%);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;transition:all .3s ease}.prompt-details .benefits-grid .benefit-card .benefit-icon i{font-size:1.5rem;color:var(--accent-color)}.prompt-details .benefits-grid .benefit-card:hover .benefit-icon{background:var(--accent-color);transform:translateY(-2px)}.prompt-details .benefits-grid .benefit-card:hover .benefit-icon i{color:var(--contrast-color)}.prompt-details .benefits-grid .benefit-card h4{font-size:1.2rem;font-weight:400;margin-bottom:1rem;color:var(--heading-color)}.prompt-details .benefits-grid .benefit-card p{font-size:1rem;line-height:1.6;color:color-mix(in srgb,var(--default-color),transparent 30%);margin:0}.prompt-details .timeline-section{margin-bottom:4rem}.prompt-details .timeline-section h3{font-size:2rem;font-weight:300;margin-bottom:3rem;color:var(--heading-color);letter-spacing:-.01em}.prompt-details .timeline-section .timeline{position:relative}.prompt-details .timeline-section .timeline:before{content:"";position:absolute;left:30px;top:0;bottom:0;width:1px;background:color-mix(in srgb,var(--default-color),transparent 85%)}.prompt-details .timeline-section .timeline .timeline-item{position:relative;padding-left:80px;margin-bottom:3rem}.prompt-details .timeline-section .timeline .timeline-item:last-child{margin-bottom:0}.prompt-details .timeline-section .timeline .timeline-item .timeline-marker{position:absolute;left:0;top:0;width:60px;height:60px;background:var(--surface-color);border:2px solid color-mix(in srgb,var(--accent-color),transparent 70%);border-radius:50%;display:flex;align-items:center;justify-content:center;z-index:1}.prompt-details .timeline-section .timeline .timeline-item .timeline-marker span{font-size:1.2rem;font-weight:500;color:var(--accent-color)}.prompt-details .timeline-section .timeline .timeline-item .timeline-content h4{font-size:1.3rem;font-weight:400;margin-bottom:.75rem;color:var(--heading-color)}.prompt-details .timeline-section .timeline .timeline-item .timeline-content p{font-size:1rem;line-height:1.6;margin-bottom:.5rem;color:var(--default-color)}.prompt-details .timeline-section .timeline .timeline-item .timeline-content small{color:color-mix(in srgb,var(--default-color),transparent 40%);font-size:.9rem;font-weight:500}.prompt-details .prompt-sidebar{padding-left:2rem}@media (max-width:992px){.prompt-details .prompt-sidebar{padding-left:0;margin-top:4rem}}.prompt-details .msg-form,.prompt-details .overview-card,.prompt-details .success-story{background:var(--surface-color);border-radius:8px;padding:2.5rem;margin-bottom:2.5rem;border:1px solid color-mix(in srgb,var(--default-color),transparent 93%);transition:all .3s ease}.prompt-details .msg-form:hover,.prompt-details .overview-card:hover,.prompt-details .success-story:hover{border-color:color-mix(in srgb,var(--accent-color),transparent 80%)}.prompt-details .overview-card .overview-header h4{font-size:1.4rem;font-weight:400;margin-bottom:2rem;color:var(--heading-color)}.prompt-details .overview-card .overview-stats{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1.5rem;gap:1.5rem;margin-bottom:2rem}.prompt-details .overview-card .overview-stats .stat-item{text-align:center}.prompt-details .overview-card .overview-stats .stat-item .stat-number{font-size:2rem;font-weight:300;color:var(--accent-color);line-height:1;margin-bottom:.5rem}.prompt-details .overview-card .overview-stats .stat-item .stat-label{font-size:.85rem;color:color-mix(in srgb,var(--default-color),transparent 40%);font-weight:500;text-transform:uppercase;letter-spacing:.5px}.prompt-details .overview-card .overview-details{border-top:1px solid color-mix(in srgb,var(--default-color),transparent 90%);padding-top:1.5rem}.prompt-details .overview-card .overview-details .detail-row{display:flex;justify-content:space-between!important;align-items:center;margin-bottom:1rem}.prompt-details .overview-card .overview-details .detail-row:last-child{margin-bottom:0}.prompt-details .overview-card .overview-details .detail-row .detail-label{font-size:.95rem;color:color-mix(in srgb,var(--default-color),transparent 30%);font-weight:400}.prompt-details .overview-card .overview-details .detail-row .detail-value{font-size:.95rem;color:var(--heading-color);font-weight:500;text-align:end}.prompt-details .success-story .story-quote p{font-size:1.1rem;line-height:1.7;color:color-mix(in srgb,var(--default-color),transparent 20%);font-style:italic;margin-bottom:2rem}.prompt-details .success-story .story-author{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.prompt-details .success-story .story-author .author-avatar{width:50px;height:50px;border-radius:50%;object-fit:cover}.prompt-details .success-story .story-author .author-details h5{font-size:1rem;font-weight:500;margin-bottom:.25rem;color:var(--heading-color)}.prompt-details .success-story .story-author .author-details span{display:block;font-size:.9rem;color:color-mix(in srgb,var(--default-color),transparent 40%);margin-bottom:.25rem}.prompt-details .success-story .story-author .author-details small{font-size:.8rem;color:color-mix(in srgb,var(--default-color),transparent 50%)}.prompt-details .success-story .story-metrics{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:1rem;gap:1rem;padding-top:1.5rem;border-top:1px solid color-mix(in srgb,var(--default-color),transparent 90%)}.prompt-details .success-story .story-metrics .metric{text-align:center}.prompt-details .success-story .story-metrics .metric .metric-value{font-size:1.5rem;font-weight:500;color:var(--accent-color);display:block;margin-bottom:.25rem}.prompt-details .success-story .story-metrics .metric .metric-label{font-size:.8rem;color:color-mix(in srgb,var(--default-color),transparent 40%);text-transform:uppercase;letter-spacing:.5px}.prompt-details .msg-form .form-header{margin-bottom:2rem}.prompt-details .msg-form .form-header h4{font-size:1.4rem;font-weight:400;margin-bottom:.75rem;color:var(--heading-color)}.prompt-details .msg-form .form-header p{font-size:.95rem;line-height:1.6;color:color-mix(in srgb,var(--default-color),transparent 30%);margin:0}.prompt-details .msg-form .form-group{margin-bottom:1.5rem}.prompt-details .msg-form .form-input{width:100%;padding:1rem;border:1px solid color-mix(in srgb,var(--default-color),transparent 85%);border-radius:4px;font-size:.95rem;transition:all .3s ease;background:transparent}.prompt-details .msg-form .form-input:focus{outline:none;border-color:var(--accent-color);box-shadow:0 0 0 3px color-mix(in srgb,var(--accent-color),transparent 90%)}.prompt-details .msg-form input[type=email],.prompt-details .msg-form input[type=tel],.prompt-details .msg-form input[type=text],.prompt-details .msg-form select,.prompt-details .msg-form textarea{color:var(--default-color);background-color:var(--surface-color);font-size:14px;border-color:color-mix(in srgb,var(--default-color),transparent 80%)}.prompt-details .msg-form input[type=email]:focus,.prompt-details .msg-form input[type=tel]:focus,.prompt-details .msg-form input[type=text]:focus,.prompt-details .msg-form select:focus,.prompt-details .msg-form textarea:focus{border-color:var(--accent-color)}.prompt-details .msg-form input[type=email]::placeholder,.prompt-details .msg-form input[type=tel]::placeholder,.prompt-details .msg-form input[type=text]::placeholder,.prompt-details .msg-form select::placeholder,.prompt-details .msg-form textarea::placeholder{color:color-mix(in srgb,var(--default-color),transparent 70%)}.prompt-details .msg-form .btn-msg{background:var(--accent-color);color:var(--contrast-color);border:none;padding:1rem 2rem;border-radius:4px;font-size:.95rem;font-weight:500;width:100%;display:flex;align-items:center;justify-content:center;gap:.5rem;transition:all .3s ease;text-transform:none}.prompt-details .msg-form .btn-msg:hover{background:color-mix(in srgb,var(--accent-color),transparent 10%);transform:translateY(-1px)}.prompt-details .msg-form .btn-msg i{font-size:.9rem}.prompt-details .msg-form .loading{display:none;background:#fff;text-align:center;padding:15px}.prompt-details .msg-form .loading:before{content:"";display:inline-block;border-radius:50%;width:24px;height:24px;margin:0 10px -6px 0;border:3px solid var(--accent-color);border-top:3px solid #fff;animation:animate-loading 1s linear infinite}.prompt-details .msg-form .error-message{color:#fff;background:#df1529;text-align:left;padding:15px;font-weight:600}.prompt-details .msg-form .error-message br+br{margin-top:25px}@media (max-width:768px){.prompt-details .prompt-hero h1{font-size:2.5rem}.prompt-details .prompt-hero .prompt-description{font-size:1.1rem}.prompt-details .prompt-visual img{height:250px}.prompt-details .benefits-grid{grid-template-columns:1fr;gap:2rem}.prompt-details .timeline-section .timeline:before{left:20px}.prompt-details .timeline-section .timeline .timeline-item{padding-left:60px}.prompt-details .timeline-section .timeline .timeline-item .timeline-marker{width:40px;height:40px}.prompt-details .timeline-section .timeline .timeline-item .timeline-marker span{font-size:1rem}.prompt-details .overview-card .overview-stats{grid-template-columns:1fr;gap:1rem}}.widget-item{margin-bottom:30px;background:var(--surface-color);border:1px solid color-mix(in srgb,var(--default-color),transparent 93%);padding:30px;border-radius:5px}.widget-item h3{font-size:1.4rem;font-weight:400;margin-bottom:2rem;color:var(--heading-color)}.recent-posts-widget .post-item{display:flex;margin-bottom:15px}.recent-posts-widget .post-item:last-child{margin-bottom:0}.recent-posts-widget .post-item img{width:80px;margin-right:15px;object-fit:cover}.recent-posts-widget .post-item h4{font-size:15px;font-weight:700;margin-bottom:5px}.recent-posts-widget .post-item h4 a{color:var(--default-color);transition:.3s}.recent-posts-widget .post-item h4 a:hover{color:var(--accent-color)}.recent-posts-widget .post-item time{display:block;font-style:italic;font-size:14px;color:color-mix(in srgb,var(--default-color),transparent 50%)}.related-prompt-meta{display:flex;align-items:center;gap:10px;margin-top:4px;font-size:.75rem}.recent-posts-widget .related-prompt-item{display:flex;margin-bottom:15px}.recent-posts-widget .related-prompt-item:last-child{margin-bottom:0}.recent-posts-widget .related-prompt-item img{width:80px;margin-right:15px;object-fit:cover}.recent-posts-widget .related-prompt-item h4{font-size:15px;font-weight:700;margin-bottom:5px}.recent-posts-widget .related-prompt-item h4 a{color:var(--default-color);transition:.3s}.recent-posts-widget .related-prompt-item h4 a:hover{color:var(--accent-color)}.recent-posts-widget .related-prompt-item time{display:block;font-style:italic;font-size:14px;color:color-mix(in srgb,var(--default-color),transparent 50%)}.related-prompt-item .level{display:inline-flex;align-items:center;gap:6px;margin:6px 0 4px;padding:4px 10px;font-size:.7rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;border-radius:999px;color:#1c1c1c;background:rgba(0,0,0,.04);border:1px solid rgba(0,0,0,.08);backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px)}.related-prompt-item .level.free{color:#2f2f2f;background:rgba(0,0,0,.05);border-color:rgba(0,0,0,.12)}.related-prompt-item .level.premium{color:#c4450a;background:rgba(247,88,21,.14);border-color:rgba(247,88,21,.35)}.related-prompt-item .level.ultimate{color:#6b4e00;background:rgba(212,160,23,.18);border-color:rgba(212,160,23,.45)}.widget-empty{font-size:.9rem;color:rgba(0,0,0,.55);font-style:italic;margin-top:.5rem}.stack-page-link{margin-top:1rem;color:color-mix(in srgb,var(--default-color),transparent 30%);font-size:.85rem;transition:all .3s ease}.stack-page-link:hover{color:var(--accent-color)}.prompt-block{position:relative;border-radius:8px;padding:18px 18px 14px;border:1px solid rgba(0,0,0,.08);background:linear-gradient(135deg,rgba(0,0,0,.035),rgba(0,0,0,.015));margin-bottom:2rem}.prompt-copy-btn{position:absolute;top:10px;right:10px;width:36px;height:36px;border-radius:50%;border:none;background:#f75815;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;color:#ffffff;box-shadow:0 6px 16px rgba(247,88,21,.35);transition:transform .15s ease,box-shadow .15s ease,background .15s ease}.prompt-copy-btn:hover{background:#ff6a2d;transform:translateY(-1px);box-shadow:0 8px 20px rgba(247,88,21,.45)}.prompt-copy-btn:active{transform:translateY(0);box-shadow:0 4px 10px rgba(247,88,21,.3)}.prompt-copy-btn i{font-size:16px;line-height:1}.prompt-content{padding-right:44px}.prompt-paragraph{margin:0 0 10px;font-size:.98rem;line-height:1.55;color:#1f2937}.prompt-paragraph:last-child{margin-bottom:0}