.editorial-services{padding:var(--space-xl) var(--space-lg);align-items:center;gap:var(--space-lg);flex-direction:column;display:flex}.editorial-services__grid{gap:var(--space-md);grid-template-columns:repeat(4,1fr);width:100%;max-width:1400px;display:grid}.editorial-card.glass-card{transition:transform var(--transition-fast), box-shadow var(--transition-fast);flex-direction:column;padding:0;display:flex;overflow:visible}.editorial-card:hover{box-shadow:var(--card-shadow-hover);transform:translateY(-4px)}.editorial-card__header{padding:var(--space-lg);text-align:center;border-bottom:1px solid #ee70261a}.editorial-card__title{font-family:var(--font-display);font-size:var(--fs-h3);color:var(--accent-gold);margin-bottom:var(--space-sm)}.editorial-card__price{font-family:var(--font-display);font-size:var(--fs-h2);color:var(--accent-gold-light);font-weight:700;display:block}.editorial-card__price small{font-size:var(--fs-small);color:var(--text-muted);font-weight:400}.editorial-card__features{padding:var(--space-md) var(--space-lg);flex-direction:column;flex:1;gap:8px;display:flex}.editorial-card__feat{align-items:flex-start;gap:var(--space-sm);font-size:var(--fs-small);color:var(--text-cream);line-height:1.4;display:flex}.editorial-card__feat:before{content:"";background:var(--accent-gold);flex-shrink:0;width:14px;height:14px;margin-top:2px;display:inline-block;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='3'%3E%3Cpath d='M5 13l4 4L19 7'/%3E%3C/svg%3E") 50%/contain no-repeat;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='3'%3E%3Cpath d='M5 13l4 4L19 7'/%3E%3C/svg%3E") 50%/contain no-repeat}.editorial-card__note{padding:var(--space-sm) var(--space-lg);font-size:var(--fs-xs);color:var(--text-muted);border-top:1px solid #ee702614;font-style:italic;line-height:1.5}.editorial-card .btn{margin:var(--space-md) var(--space-lg) var(--space-lg);width:calc(100% - var(--space-lg) * 2)}.editorial-card .btn-primary{z-index:1;position:relative}.editorial-card--highlight{box-shadow:0 0 24px #ee70261f, var(--card-shadow);border-color:var(--accent-gold)!important}.editorial-card--ghost{padding:var(--space-xl) var(--space-lg) calc(var(--space-xl) + 8px);background:linear-gradient(135deg, var(--bg-card) 0%, #ee70260f 100%);border:1px solid #ee702626}.editorial-card__ghost-layout{gap:var(--space-md);text-align:center;grid-template-columns:1fr;display:grid}.editorial-card--ghost .editorial-card__title{margin-bottom:.25rem;font-size:1.6rem}.editorial-card--ghost .editorial-card__price{color:var(--accent-gold-light);font-size:1.3rem}.editorial-card--ghost .editorial-card__features{text-align:left;grid-template-columns:1fr 1fr;gap:.5rem 1.5rem;max-width:640px;margin:0 auto;padding:0;display:grid}.editorial-card--ghost .editorial-card__feat{font-size:var(--fs-small)}.editorial-card--ghost .btn{margin:var(--space-md) auto var(--space-lg);white-space:nowrap;min-width:200px;max-width:280px;font-size:var(--fs-small);padding:.6rem 2rem}.editorial-steps{gap:var(--space-md);flex-direction:column;display:flex}.editorial-step{align-items:flex-start;gap:var(--space-md);display:flex}.editorial-step__num{border:1px solid var(--accent-gold-dim);width:36px;height:36px;color:var(--accent-gold);font-family:var(--font-display);font-weight:700;font-size:var(--fs-body);background:#ee70261a;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.editorial-step p{margin-bottom:0}@media (max-width:900px){.editorial-services__grid{grid-template-columns:1fr;max-width:500px}.editorial-card--ghost{grid-column:auto}.editorial-card--ghost .editorial-card__features{grid-template-columns:1fr}}
